++ 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 Jul 6 03:07:47 PM UTC 2026 ===================' INFO: =================== Mon Jul 6 03:07:47 PM UTC 2026 =================== ++ 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 +++ head -n 1 +++ awk '{print $2}' +++ ip addr show dev ens3 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ 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.50,10.0.0.242,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.50:8081 10.0.0.242:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.50:8081 10.0.0.242:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.50:8081 10.0.0.242:8081 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.50:8086 10.0.0.242:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.50:8086 10.0.0.242:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.50:8086 10.0.0.242:8086 10.0.0.33: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.50,10.0.0.242,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.50:8082 10.0.0.242:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.50:8082 10.0.0.242:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.50:8082 10.0.0.242:8082 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.50:9161 10.0.0.242:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.50:9161 10.0.0.242:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.50:9161 10.0.0.242:9161 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.50:9041 10.0.0.242:9041 10.0.0.33: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.254,10.20.0.25,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.25,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.50:2181,10.0.0.242:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.50:2181,10.0.0.242:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50:2181,10.0.0.242:2181,10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.50:5673,10.0.0.242:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.50:5673,10.0.0.242:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.50:5673,10.0.0.242:5673,10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.50:6379 10.0.0.242:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.50:6379 10.0.0.242:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.50:6379 10.0.0.242:6379 10.0.0.33: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.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.50:9092 10.0.0.242:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.50:9092 10.0.0.242:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.50:9092 10.0.0.242:9092 10.0.0.33: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.50 ++ 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.50,10.0.0.242,10.0.0.33 ++ 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.50,10.0.0.242,10.0.0.33 ++ 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.50,10.0.0.242,10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.50 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.50,10.0.0.242,10.0.0.33 +++ local servers=10.0.0.50,10.0.0.242,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 3 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ 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: 07/06/2026 15:07:58.136 7f983b7af280 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/06/2026 15:07:58.332 7f983b7af280 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/06/2026 15:07:58.348 7f983b7af280 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/06/2026 15:07:58.348 7f983b7af280 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2026-07-06 15:08:14] "GET / HTTP/1.1" 503 181 0.001010 10.0.0.33 - - [2026-07-06 15:08:14] "GET / HTTP/1.1" 503 181 0.000278 10.0.0.33 - - [2026-07-06 15:08:15] "GET / HTTP/1.1" 200 35931 0.001193 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.33 - - [2026-07-06 15:08:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000645 10.0.0.33 - - [2026-07-06 15:08:15] "GET / HTTP/1.1" 200 45871 0.001255 10.0.0.33 - - [2026-07-06 15:08:15] "GET / HTTP/1.1" 200 45871 0.001080 10.0.0.33 - - [2026-07-06 15:08:15] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000321 10.0.0.33 - - [2026-07-06 15:08:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000341 10.0.0.242 - - [2026-07-06 15:08:16] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.33 - - [2026-07-06 15:08:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.768097 10.0.0.33 - - [2026-07-06 15:08:16] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006353 10.0.0.33 - - [2026-07-06 15:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 1.138116 10.0.0.33 - - [2026-07-06 15:08:16] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011511 10.0.0.33 - - [2026-07-06 15:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.442380 10.0.0.33 - - [2026-07-06 15:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.013557 10.0.0.33 - - [2026-07-06 15:08:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.004940 10.0.0.242 - - [2026-07-06 15:08:17] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.33 - - [2026-07-06 15:08:17] "POST /config-database-nodes HTTP/1.1" 200 617 0.085342 /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.50 - - [2026-07-06 15:08:17] "GET / HTTP/1.1" 200 35931 0.001547 10.0.0.50 - - [2026-07-06 15:08:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.50 - - [2026-07-06 15:08:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.023308 10.0.0.50 - - [2026-07-06 15:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.50 - - [2026-07-06 15:08:18] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009724 10.0.0.50 - - [2026-07-06 15:08:18] "POST /service-appliance-sets HTTP/1.1" 200 553 0.060424 10.0.0.50 - - [2026-07-06 15:08:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.004572 10.0.0.50 - - [2026-07-06 15:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.50 - - [2026-07-06 15:08:18] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009118 10.0.0.50 - - [2026-07-06 15:08:18] "POST /service-appliance-sets HTTP/1.1" 200 541 0.050518 10.0.0.50 - - [2026-07-06 15:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.50 - - [2026-07-06 15:08:18] "GET /network-ipam/e08b4e35-3338-48c1-a6ac-60b289f99f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007015 10.0.0.50 - - [2026-07-06 15:08:18] "GET / HTTP/1.1" 200 35931 0.001538 10.0.0.50 - - [2026-07-06 15:08:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.50 - - [2026-07-06 15:08:19] "POST /service-templates HTTP/1.1" 200 511 0.066426 10.0.0.242 - - [2026-07-06 15:08:19] "GET / HTTP/1.1" 200 35931 0.001522 10.0.0.242 - - [2026-07-06 15:08:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2026-07-06 15:08:19] "POST /service-templates HTTP/1.1" 200 501 0.104978 10.0.0.50 - - [2026-07-06 15:08:19] "POST /service-templates HTTP/1.1" 200 515 0.124858 10.0.0.50 - - [2026-07-06 15:08:19] "POST /service-templates HTTP/1.1" 200 535 0.142082 10.0.0.50 - - [2026-07-06 15:08:19] "POST /service-templates HTTP/1.1" 200 507 0.097611 10.0.0.33 - - [2026-07-06 15:08:19] "GET / HTTP/1.1" 200 35931 0.001936 10.0.0.33 - - [2026-07-06 15:08:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2026-07-06 15:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.509695 10.0.0.50 - - [2026-07-06 15:08:20] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008204 10.0.0.50 - - [2026-07-06 15:08:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.005032 10.0.0.50 - - [2026-07-06 15:08:20] "POST /config-nodes HTTP/1.1" 200 599 0.079607 10.0.0.242 - - [2026-07-06 15:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.448292 10.0.0.242 - - [2026-07-06 15:08:20] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008137 10.0.0.242 - - [2026-07-06 15:08:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.004937 10.0.0.242 - - [2026-07-06 15:08:20] "POST /config-nodes HTTP/1.1" 200 599 0.121267 10.0.0.33 - - [2026-07-06 15:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.026525 10.0.0.33 - - [2026-07-06 15:08:20] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008605 10.0.0.33 - - [2026-07-06 15:08:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.015153 10.0.0.33 - - [2026-07-06 15:08:20] "POST /config-nodes HTTP/1.1" 200 599 0.095942 10.0.0.50 - - [2026-07-06 15:08:21] "GET / HTTP/1.1" 200 35931 0.002192 10.0.0.50 - - [2026-07-06 15:08:21] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000642 10.0.0.242 - - [2026-07-06 15:08:21] "GET / HTTP/1.1" 200 35931 0.002518 10.0.0.242 - - [2026-07-06 15:08:21] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000532 10.0.0.33 - - [2026-07-06 15:08:22] "GET / HTTP/1.1" 200 35931 0.001418 10.0.0.33 - - [2026-07-06 15:08:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000509 10.0.0.50 - - [2026-07-06 15:08:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.629652 10.0.0.242 - - [2026-07-06 15:08:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.487173 10.0.0.33 - - [2026-07-06 15:08:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.041259 10.0.0.242 - - [2026-07-06 15:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.242 - - [2026-07-06 15:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.33 - - [2026-07-06 15:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2026-07-06 15:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.242 - - [2026-07-06 15:08:24] "GET / HTTP/1.1" 200 35931 0.001929 10.0.0.242 - - [2026-07-06 15:08:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2026-07-06 15:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.242 - - [2026-07-06 15:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.50 - - [2026-07-06 15:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.242 - - [2026-07-06 15:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.195079 10.0.0.242 - - [2026-07-06 15:08:24] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007107 10.0.0.33 - - [2026-07-06 15:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.242 - - [2026-07-06 15:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.242 - - [2026-07-06 15:08:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.004828 10.0.0.242 - - [2026-07-06 15:08:25] "POST /config-database-nodes HTTP/1.1" 200 617 0.045317 10.0.0.50 - - [2026-07-06 15:08:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2026-07-06 15:08:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.50 - - [2026-07-06 15:08:26] "GET /global-system-configs HTTP/1.1" 401 292 0.000614 10.0.0.50 - - [2026-07-06 15:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005896 10.0.0.50 - - [2026-07-06 15:08:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.013947 10.0.0.50 - - [2026-07-06 15:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005974 10.0.0.50 - - [2026-07-06 15:08:27] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.026037 10.0.0.242 - - [2026-07-06 15:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.242 - - [2026-07-06 15:08:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.010383 10.0.0.33 - - [2026-07-06 15:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005296 10.0.0.33 - - [2026-07-06 15:08:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005558 10.0.0.242 - - [2026-07-06 15:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005679 10.0.0.33 - - [2026-07-06 15:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005185 10.0.0.242 - - [2026-07-06 15:08:27] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.027293 10.0.0.33 - - [2026-07-06 15:08:27] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.025195 10.0.0.242 - - [2026-07-06 15:08:36] "GET /network-ipam/e08b4e35-3338-48c1-a6ac-60b289f99f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.044190 10.0.0.242 - - [2026-07-06 15:08:37] "POST /fqname-to-id HTTP/1.1" 404 224 0.003842 10.0.0.242 - - [2026-07-06 15:08:37] "POST /ref-update HTTP/1.1" 200 156 0.032935 10.0.0.242 - - [2026-07-06 15:08:37] "POST /route-targets HTTP/1.1" 200 327 0.020124 10.0.0.242 - - [2026-07-06 15:08:37] "POST /ref-update HTTP/1.1" 200 156 0.028974 10.0.0.242 - - [2026-07-06 15:08:48] "POST /ref-update HTTP/1.1" 200 156 0.056372 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.33 - - [2026-07-06 15:11:22] "GET /obj-perms HTTP/1.1" 200 4493 0.370267 10.0.0.50 - - [2026-07-06 15:12:23] "GET /obj-perms HTTP/1.1" 200 4493 0.046747 10.0.0.242 - - [2026-07-06 15:12:23] "GET /obj-perms HTTP/1.1" 200 4493 0.041693 [Introspect:8084]10.0.0.33 - - [2026-07-06 15:13:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001499 [Introspect:8084]10.0.0.33 - - [2026-07-06 15:13:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001498 10.0.0.242 - - [2026-07-06 15:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.242 - - [2026-07-06 15:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2026-07-06 15:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.242 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.33 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000885 10.0.0.242 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.50 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2026-07-06 15:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 [Introspect:8084]10.0.0.33 - - [2026-07-06 15:13:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001196 [Introspect:8084]10.0.0.33 - - [2026-07-06 15:13:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001325 10.0.0.50 - - [2026-07-06 15:13:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2026-07-06 15:14:52] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.50 - - [2026-07-06 15:14:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.50 - - [2026-07-06 15:14:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.044438 10.0.0.33 - - [2026-07-06 15:14:54] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.047026 10.0.0.33 - - [2026-07-06 15:14:54] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.33 - - [2026-07-06 15:14:54] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.028853 10.0.0.33 - - [2026-07-06 15:14:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.001290 10.0.0.33 - - [2026-07-06 15:14:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.025095 10.0.0.33 - - [2026-07-06 15:14:54] "POST /security-groups HTTP/1.1" 200 589 0.052220 10.0.0.33 - - [2026-07-06 15:14:54] "POST /projects HTTP/1.1" 200 581 0.326500 10.0.0.33 - - [2026-07-06 15:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.370881 10.0.0.242 - - [2026-07-06 15:14:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.026418 10.0.0.50 - - [2026-07-06 15:14:54] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.546728 10.0.0.242 - - [2026-07-06 15:14:54] "POST /access-control-lists HTTP/1.1" 200 592 0.047991 10.0.0.50 - - [2026-07-06 15:14:55] "GET / HTTP/1.1" 200 35931 0.057355 10.0.0.33 - - [2026-07-06 15:14:59] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.50 - - [2026-07-06 15:14:59] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.065930 10.0.0.33 - - [2026-07-06 15:14:59] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001578 10.0.0.50 - - [2026-07-06 15:14:59] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?fields=virtual_networks HTTP/1.1" 200 1026 0.066166 10.0.0.33 - - [2026-07-06 15:14:59] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.50 - - [2026-07-06 15:14:59] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.047772 10.0.0.33 - - [2026-07-06 15:14:59] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001463 10.0.0.50 - - [2026-07-06 15:14:59] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?fields=security_groups HTTP/1.1" 200 1250 0.068959 10.0.0.33 - - [2026-07-06 15:15:00] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004684 10.0.0.33 - - [2026-07-06 15:15:00] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001823 10.0.0.33 - - [2026-07-06 15:15:00] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010660 10.0.0.33 - - [2026-07-06 15:15:00] "POST /id-to-fqname HTTP/1.1" 200 167 0.004882 10.0.0.33 - - [2026-07-06 15:15:00] "POST /fqname-to-id HTTP/1.1" 404 176 0.005754 10.0.0.33 - - [2026-07-06 15:15:00] "POST /security-groups HTTP/1.1" 200 568 0.052189 10.0.0.33 - - [2026-07-06 15:15:00] "POST /projects HTTP/1.1" 200 539 0.311138 10.0.0.33 - - [2026-07-06 15:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.380486 10.0.0.242 - - [2026-07-06 15:15:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.015048 10.0.0.50 - - [2026-07-06 15:15:00] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.561873 [Introspect:8084]10.0.0.50 - - [2026-07-06 15:15:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001297 10.0.0.33 - - [2026-07-06 15:15:02] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001820 10.0.0.50 - - [2026-07-06 15:15:02] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.061407 10.0.0.33 - - [2026-07-06 15:15:03] "GET /obj-perms HTTP/1.1" 200 4493 0.068649 [Introspect:8084]10.0.0.50 - - [2026-07-06 15:15:05] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000791 10.0.0.50 - - [2026-07-06 15:15:05] "GET /obj-perms HTTP/1.1" 200 4493 0.045754 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.005353 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.004607 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.004716 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.004500 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.004673 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.004137 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.006138 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.004121 10.0.0.50 - - [2026-07-06 15:15:06] "GET /obj-perms HTTP/1.1" 200 4493 0.004365 10.0.0.50 - - [2026-07-06 15:15:07] "GET /obj-perms HTTP/1.1" 200 4493 0.007944 10.0.0.242 - - [2026-07-06 15:15:07] "GET /obj-perms HTTP/1.1" 200 4493 0.043395 10.0.0.50 - - [2026-07-06 15:15:07] "GET /obj-perms HTTP/1.1" 200 4493 0.004810 10.0.0.33 - - [2026-07-06 15:15:07] "GET /obj-perms HTTP/1.1" 200 4493 0.005215 10.0.0.33 - - [2026-07-06 15:15:07] "GET /obj-perms HTTP/1.1" 200 4493 0.005693 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004664 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004463 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.005045 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.005791 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004142 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004096 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004016 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004613 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004828 10.0.0.50 - - [2026-07-06 15:15:09] "GET /obj-perms HTTP/1.1" 200 4493 0.004341 10.0.0.50 - - [2026-07-06 15:15:11] "GET /obj-perms HTTP/1.1" 200 4493 0.004896 10.0.0.50 - - [2026-07-06 15:15:12] "GET /obj-perms HTTP/1.1" 200 4493 0.004516 10.0.0.50 - - [2026-07-06 15:15:12] "GET /obj-perms HTTP/1.1" 200 4493 0.006376 10.0.0.50 - - [2026-07-06 15:15:12] "GET /obj-perms HTTP/1.1" 200 4493 0.004910 10.0.0.50 - - [2026-07-06 15:15:13] "GET /obj-perms HTTP/1.1" 200 4493 0.004681 10.0.0.50 - - [2026-07-06 15:15:14] "GET /obj-perms HTTP/1.1" 200 4493 0.007015 10.0.0.50 - - [2026-07-06 15:15:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.035124 10.0.0.33 - - [2026-07-06 15:15:15] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004234 10.0.0.33 - - [2026-07-06 15:15:15] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.33 - - [2026-07-06 15:15:15] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008688 10.0.0.33 - - [2026-07-06 15:15:15] "POST /id-to-fqname HTTP/1.1" 200 201 0.009175 10.0.0.33 - - [2026-07-06 15:15:15] "POST /fqname-to-id HTTP/1.1" 404 210 0.009433 10.0.0.33 - - [2026-07-06 15:15:15] "POST /security-groups HTTP/1.1" 200 602 0.044039 10.0.0.33 - - [2026-07-06 15:15:15] "POST /projects HTTP/1.1" 200 607 0.395289 10.0.0.33 - - [2026-07-06 15:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.464355 10.0.0.242 - - [2026-07-06 15:15:15] "POST /access-control-lists HTTP/1.1" 200 607 0.059996 10.0.0.50 - - [2026-07-06 15:15:16] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.637648 10.0.0.50 - - [2026-07-06 15:15:17] "GET / HTTP/1.1" 200 35931 0.001678 10.0.0.33 - - [2026-07-06 15:15:17] "DELETE /project/26fde650fbb4430981f1bf57ed11a58c HTTP/1.1" 404 173 0.010334 10.0.0.33 - - [2026-07-06 15:15:17] "DELETE /project/a442b14583244a90a1667d2776d28f22 HTTP/1.1" 404 173 0.010374 10.0.0.33 - - [2026-07-06 15:15:17] "DELETE /project/6fe5b09dd5214e94954b65a30881f9d5 HTTP/1.1" 404 173 0.005738 10.0.0.33 - - [2026-07-06 15:15:17] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.33 - - [2026-07-06 15:15:18] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.065305 10.0.0.33 - - [2026-07-06 15:15:18] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.33 - - [2026-07-06 15:15:18] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?fields=security_groups HTTP/1.1" 200 1355 0.093821 10.0.0.33 - - [2026-07-06 15:15:18] "DELETE /security-group/048e3d0e-9062-4f26-980e-8ef2c9a3abba HTTP/1.1" 200 115 0.071030 10.0.0.33 - - [2026-07-06 15:15:18] "GET /projects?obj_uuids=26fde650-fbb4-4309-81f1-bf57ed11a58c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.242 - - [2026-07-06 15:15:18] "DELETE /access-control-list/a2e7c997-640d-48dd-9155-8b85f240a559 HTTP/1.1" 200 115 0.053124 10.0.0.33 - - [2026-07-06 15:15:18] "GET /project/26fde650-fbb4-4309-81f1-bf57ed11a58c?fields=application_policy_sets HTTP/1.1" 200 1394 0.095449 10.0.0.33 - - [2026-07-06 15:15:18] "DELETE /project/26fde650-fbb4-4309-81f1-bf57ed11a58c HTTP/1.1" 200 115 0.620922 10.0.0.50 - - [2026-07-06 15:15:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-07-06 15:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033080 10.0.0.33 - - [2026-07-06 15:15:19] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000998 10.0.0.50 - - [2026-07-06 15:15:19] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.064565 10.0.0.242 - - [2026-07-06 15:15:19] "POST /ref-update HTTP/1.1" 200 156 0.052278 10.0.0.33 - - [2026-07-06 15:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.012068 10.0.0.50 - - [2026-07-06 15:15:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.325772 10.0.0.50 - - [2026-07-06 15:15:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001295 10.0.0.50 - - [2026-07-06 15:15:20] "GET /virtual-network/be77274b-f01a-477a-a92d-068675554210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006405 10.0.0.50 - - [2026-07-06 15:15:20] "GET /virtual-network/be77274b-f01a-477a-a92d-068675554210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006369 10.0.0.50 - - [2026-07-06 15:15:20] "POST /neutron/network HTTP/1.1" 200 840 0.008399 10.0.0.50 - - [2026-07-06 15:15:20] "GET /virtual-network/be77274b-f01a-477a-a92d-068675554210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006180 10.0.0.33 - - [2026-07-06 15:15:22] "GET /obj-perms HTTP/1.1" 200 4489 0.039850 10.0.0.50 - - [2026-07-06 15:15:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001588 10.0.0.33 - - [2026-07-06 15:15:24] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001016 10.0.0.50 - - [2026-07-06 15:15:24] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.069479 10.0.0.50 - - [2026-07-06 15:15:25] "POST /neutron/network HTTP/1.1" 200 840 0.024513 10.0.0.50 - - [2026-07-06 15:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.010487 10.0.0.50 - - [2026-07-06 15:15:30] "POST /neutron/port HTTP/1.1" 200 1082 0.031409 10.0.0.50 - - [2026-07-06 15:15:31] "POST /neutron/port HTTP/1.1" 200 1072 0.036863 10.0.0.50 - - [2026-07-06 15:15:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005767 10.0.0.50 - - [2026-07-06 15:15:32] "POST /neutron/network HTTP/1.1" 200 840 0.008524 10.0.0.50 - - [2026-07-06 15:15:40] "POST /neutron/port HTTP/1.1" 200 1136 0.028344 10.0.0.50 - - [2026-07-06 15:15:41] "GET /obj-perms HTTP/1.1" 200 4489 0.037954 10.0.0.50 - - [2026-07-06 15:15:44] "GET /obj-perms HTTP/1.1" 200 4489 0.004840 10.0.0.50 - - [2026-07-06 15:15:46] "POST /neutron/network HTTP/1.1" 400 204 0.019915 10.0.0.50 - - [2026-07-06 15:15:48] "POST /neutron/port HTTP/1.1" 200 117 0.025935 10.0.0.50 - - [2026-07-06 15:15:48] "POST /neutron/port HTTP/1.1" 200 151 0.288114 10.0.0.33 - - [2026-07-06 15:15:51] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001853 10.0.0.50 - - [2026-07-06 15:15:51] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.080100 10.0.0.33 - - [2026-07-06 15:15:51] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001997 10.0.0.50 - - [2026-07-06 15:15:51] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?fields=virtual_networks HTTP/1.1" 200 1053 0.082087 10.0.0.33 - - [2026-07-06 15:15:51] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001995 10.0.0.50 - - [2026-07-06 15:15:52] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.055535 10.0.0.33 - - [2026-07-06 15:15:52] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.50 - - [2026-07-06 15:15:52] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?fields=security_groups HTTP/1.1" 200 1290 0.052222 10.0.0.33 - - [2026-07-06 15:15:52] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001171 10.0.0.50 - - [2026-07-06 15:15:52] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.052153 10.0.0.33 - - [2026-07-06 15:15:58] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001355 10.0.0.50 - - [2026-07-06 15:15:58] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.044781 10.0.0.50 - - [2026-07-06 15:16:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.028389 10.0.0.33 - - [2026-07-06 15:16:01] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004406 10.0.0.33 - - [2026-07-06 15:16:01] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.33 - - [2026-07-06 15:16:01] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009609 10.0.0.33 - - [2026-07-06 15:16:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.005547 10.0.0.33 - - [2026-07-06 15:16:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005311 10.0.0.33 - - [2026-07-06 15:16:02] "POST /security-groups HTTP/1.1" 200 603 0.090041 10.0.0.242 - - [2026-07-06 15:16:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.004354 10.0.0.33 - - [2026-07-06 15:16:02] "POST /projects HTTP/1.1" 200 609 0.323033 10.0.0.33 - - [2026-07-06 15:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.395938 10.0.0.242 - - [2026-07-06 15:16:02] "POST /access-control-lists HTTP/1.1" 200 606 0.063429 10.0.0.50 - - [2026-07-06 15:16:02] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.592480 10.0.0.50 - - [2026-07-06 15:16:03] "GET / HTTP/1.1" 200 35931 0.001625 10.0.0.50 - - [2026-07-06 15:16:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2026-07-06 15:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.072433 10.0.0.33 - - [2026-07-06 15:16:04] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.50 - - [2026-07-06 15:16:04] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.069072 10.0.0.50 - - [2026-07-06 15:16:04] "POST /neutron/network HTTP/1.1" 200 117 0.039826 10.0.0.50 - - [2026-07-06 15:16:05] "POST /neutron/network HTTP/1.1" 200 921 0.014504 10.0.0.50 - - [2026-07-06 15:16:05] "POST /id-to-fqname HTTP/1.1" 200 275 0.001206 10.0.0.50 - - [2026-07-06 15:16:05] "GET /virtual-network/ca64a8a9-1496-4797-ac0c-da8afcdaacb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005964 10.0.0.50 - - [2026-07-06 15:16:05] "GET /virtual-network/ca64a8a9-1496-4797-ac0c-da8afcdaacb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.006101 10.0.0.50 - - [2026-07-06 15:16:05] "POST /neutron/subnet HTTP/1.1" 200 719 0.011475 10.0.0.50 - - [2026-07-06 15:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.33 - - [2026-07-06 15:16:05] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000903 10.0.0.50 - - [2026-07-06 15:16:05] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.057068 10.0.0.242 - - [2026-07-06 15:16:05] "POST /route-targets HTTP/1.1" 200 327 0.026320 10.0.0.33 - - [2026-07-06 15:16:05] "POST /useragent-kv HTTP/1.1" 200 115 0.012187 10.0.0.50 - - [2026-07-06 15:16:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.308346 10.0.0.50 - - [2026-07-06 15:16:06] "POST /id-to-fqname HTTP/1.1" 200 275 0.001361 10.0.0.50 - - [2026-07-06 15:16:06] "GET /virtual-network/9d2f6397-f573-43fb-bc7e-54b07a269692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006079 10.0.0.50 - - [2026-07-06 15:16:06] "GET /virtual-network/9d2f6397-f573-43fb-bc7e-54b07a269692?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007289 10.0.0.50 - - [2026-07-06 15:16:06] "POST /neutron/network HTTP/1.1" 200 923 0.008971 10.0.0.50 - - [2026-07-06 15:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.33 - - [2026-07-06 15:16:06] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.50 - - [2026-07-06 15:16:06] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.071515 10.0.0.33 - - [2026-07-06 15:16:06] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001328 10.0.0.50 - - [2026-07-06 15:16:06] "POST /neutron/network HTTP/1.1" 200 705 0.164983 10.0.0.242 - - [2026-07-06 15:16:06] "POST /ref-update HTTP/1.1" 200 156 0.042859 10.0.0.50 - - [2026-07-06 15:16:06] "POST /id-to-fqname HTTP/1.1" 200 276 0.004475 10.0.0.50 - - [2026-07-06 15:16:06] "GET /virtual-network/da65abb4-524f-4ffa-b30e-20ad5ccf5fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005667 10.0.0.50 - - [2026-07-06 15:16:06] "POST /neutron/network HTTP/1.1" 200 923 0.007301 10.0.0.50 - - [2026-07-06 15:16:06] "GET /virtual-network/da65abb4-524f-4ffa-b30e-20ad5ccf5fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005418 10.0.0.50 - - [2026-07-06 15:16:06] "POST /id-to-fqname HTTP/1.1" 200 275 0.001253 10.0.0.50 - - [2026-07-06 15:16:07] "POST /neutron/network HTTP/1.1" 200 933 0.009358 10.0.0.50 - - [2026-07-06 15:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.008575 10.0.0.50 - - [2026-07-06 15:16:07] "POST /id-to-fqname HTTP/1.1" 200 276 0.002042 10.0.0.50 - - [2026-07-06 15:16:08] "POST /neutron/network HTTP/1.1" 200 923 0.011760 10.0.0.50 - - [2026-07-06 15:16:10] "POST /neutron/network HTTP/1.1" 200 923 0.006899 10.0.0.242 - - [2026-07-06 15:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007557 10.0.0.33 - - [2026-07-06 15:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003533 10.0.0.33 - - [2026-07-06 15:16:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004754 10.0.0.50 - - [2026-07-06 15:16:10] "POST /neutron/network HTTP/1.1" 200 151 0.159358 10.0.0.33 - - [2026-07-06 15:16:10] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001421 10.0.0.242 - - [2026-07-06 15:16:10] "DELETE /route-target/295b9b71-4545-4796-91be-ac6bedd4dd53 HTTP/1.1" 200 115 0.061284 10.0.0.50 - - [2026-07-06 15:16:10] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.082672 10.0.0.33 - - [2026-07-06 15:16:10] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.50 - - [2026-07-06 15:16:11] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?fields=virtual_networks HTTP/1.1" 200 1054 0.068464 10.0.0.33 - - [2026-07-06 15:16:11] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001313 10.0.0.50 - - [2026-07-06 15:16:11] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.059744 10.0.0.33 - - [2026-07-06 15:16:11] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001460 10.0.0.50 - - [2026-07-06 15:16:11] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?fields=security_groups HTTP/1.1" 200 1292 0.077966 10.0.0.50 - - [2026-07-06 15:16:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.033391 10.0.0.33 - - [2026-07-06 15:16:12] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003930 10.0.0.33 - - [2026-07-06 15:16:12] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001259 10.0.0.33 - - [2026-07-06 15:16:12] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008421 10.0.0.33 - - [2026-07-06 15:16:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.001602 10.0.0.33 - - [2026-07-06 15:16:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.004486 10.0.0.33 - - [2026-07-06 15:16:12] "POST /security-groups HTTP/1.1" 200 593 0.043054 10.0.0.33 - - [2026-07-06 15:16:12] "POST /projects HTTP/1.1" 200 589 0.284984 10.0.0.242 - - [2026-07-06 15:16:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.014307 10.0.0.33 - - [2026-07-06 15:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.359106 10.0.0.50 - - [2026-07-06 15:16:12] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.499628 10.0.0.50 - - [2026-07-06 15:16:14] "GET / HTTP/1.1" 200 35931 0.001360 10.0.0.50 - - [2026-07-06 15:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.008479 10.0.0.50 - - [2026-07-06 15:16:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000528 10.0.0.50 - - [2026-07-06 15:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.023388 10.0.0.50 - - [2026-07-06 15:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.524370 10.0.0.33 - - [2026-07-06 15:16:15] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001552 10.0.0.50 - - [2026-07-06 15:16:15] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.070124 10.0.0.50 - - [2026-07-06 15:16:15] "POST /neutron/port HTTP/1.1" 200 117 0.046120 10.0.0.242 - - [2026-07-06 15:16:16] "POST /ref-update HTTP/1.1" 200 156 0.044926 10.0.0.33 - - [2026-07-06 15:16:16] "POST /useragent-kv HTTP/1.1" 200 115 0.022098 10.0.0.50 - - [2026-07-06 15:16:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.310937 10.0.0.50 - - [2026-07-06 15:16:16] "POST /id-to-fqname HTTP/1.1" 200 255 0.001439 10.0.0.50 - - [2026-07-06 15:16:16] "GET /virtual-network/5357d606-2a7c-4914-b74b-e2c88b806110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006991 10.0.0.50 - - [2026-07-06 15:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.017368 10.0.0.50 - - [2026-07-06 15:16:16] "GET /virtual-network/5357d606-2a7c-4914-b74b-e2c88b806110?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006034 10.0.0.50 - - [2026-07-06 15:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.33 - - [2026-07-06 15:16:16] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001554 10.0.0.50 - - [2026-07-06 15:16:16] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.073114 10.0.0.50 - - [2026-07-06 15:16:16] "POST /neutron/network HTTP/1.1" 200 117 0.025586 10.0.0.50 - - [2026-07-06 15:16:17] "POST /neutron/network HTTP/1.1" 200 892 0.010430 10.0.0.50 - - [2026-07-06 15:16:17] "POST /id-to-fqname HTTP/1.1" 200 255 0.001425 10.0.0.50 - - [2026-07-06 15:16:17] "GET /virtual-network/994c21b7-c10f-4365-ad75-c0ed1ba9536a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005610 10.0.0.50 - - [2026-07-06 15:16:17] "GET /virtual-network/994c21b7-c10f-4365-ad75-c0ed1ba9536a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006122 10.0.0.50 - - [2026-07-06 15:16:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.012415 10.0.0.50 - - [2026-07-06 15:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.33 - - [2026-07-06 15:16:17] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.50 - - [2026-07-06 15:16:17] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.085711 10.0.0.50 - - [2026-07-06 15:16:17] "POST /neutron/network HTTP/1.1" 200 117 0.020262 10.0.0.242 - - [2026-07-06 15:16:17] "POST /route-targets HTTP/1.1" 200 327 0.019983 10.0.0.33 - - [2026-07-06 15:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.018734 10.0.0.50 - - [2026-07-06 15:16:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.253934 10.0.0.50 - - [2026-07-06 15:16:18] "POST /id-to-fqname HTTP/1.1" 200 256 0.001277 10.0.0.50 - - [2026-07-06 15:16:18] "GET /virtual-network/b2608d4d-6d7e-4bee-82f3-ebf633964f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006976 10.0.0.50 - - [2026-07-06 15:16:18] "GET /virtual-network/b2608d4d-6d7e-4bee-82f3-ebf633964f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005818 10.0.0.50 - - [2026-07-06 15:16:18] "POST /neutron/network HTTP/1.1" 200 894 0.011350 10.0.0.50 - - [2026-07-06 15:16:18] "POST /id-to-fqname HTTP/1.1" 200 255 0.001719 10.0.0.50 - - [2026-07-06 15:16:18] "POST /neutron/network HTTP/1.1" 200 902 0.009220 10.0.0.33 - - [2026-07-06 15:16:18] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001246 10.0.0.50 - - [2026-07-06 15:16:18] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.067616 10.0.0.33 - - [2026-07-06 15:16:18] "DELETE /project/2d4639dead4e4a9880fcf6330a4fed1d HTTP/1.1" 404 173 0.007289 10.0.0.33 - - [2026-07-06 15:16:18] "DELETE /project/08267831b070464f8bceae9c189ec2eb HTTP/1.1" 404 173 0.012998 10.0.0.33 - - [2026-07-06 15:16:18] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000851 10.0.0.33 - - [2026-07-06 15:16:18] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000785 10.0.0.33 - - [2026-07-06 15:16:18] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.064702 10.0.0.33 - - [2026-07-06 15:16:18] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.067355 10.0.0.33 - - [2026-07-06 15:16:18] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.33 - - [2026-07-06 15:16:18] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000767 10.0.0.33 - - [2026-07-06 15:16:18] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?fields=security_groups HTTP/1.1" 200 1395 0.088718 10.0.0.50 - - [2026-07-06 15:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.014667 10.0.0.33 - - [2026-07-06 15:16:18] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?fields=security_groups HTTP/1.1" 200 1397 0.109754 10.0.0.50 - - [2026-07-06 15:16:18] "POST /id-to-fqname HTTP/1.1" 200 256 0.001930 10.0.0.33 - - [2026-07-06 15:16:18] "DELETE /security-group/c1001f1a-8cc1-4d71-8551-79d24554a4e6 HTTP/1.1" 200 115 0.110908 10.0.0.33 - - [2026-07-06 15:16:18] "GET /projects?obj_uuids=6fe5b09d-d521-4e94-954b-65a30881f9d5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001288 10.0.0.33 - - [2026-07-06 15:16:19] "DELETE /security-group/c7dbbf42-9d1a-4242-9964-50c0213b3cd5 HTTP/1.1" 200 115 0.138777 10.0.0.33 - - [2026-07-06 15:16:19] "GET /projects?obj_uuids=08267831-b070-464f-8bce-ae9c189ec2eb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.33 - - [2026-07-06 15:16:19] "GET /project/6fe5b09d-d521-4e94-954b-65a30881f9d5?fields=application_policy_sets HTTP/1.1" 200 1434 0.145301 10.0.0.33 - - [2026-07-06 15:16:19] "GET /project/08267831-b070-464f-8bce-ae9c189ec2eb?fields=application_policy_sets HTTP/1.1" 200 1436 0.114719 10.0.0.242 - - [2026-07-06 15:16:19] "DELETE /access-control-list/de59ddfd-7355-4166-af23-785e4cef71a7 HTTP/1.1" 200 115 0.117588 10.0.0.50 - - [2026-07-06 15:16:19] "POST /neutron/network HTTP/1.1" 200 904 0.024235 10.0.0.33 - - [2026-07-06 15:16:19] "DELETE /project/6fe5b09d-d521-4e94-954b-65a30881f9d5 HTTP/1.1" 200 115 0.821117 10.0.0.33 - - [2026-07-06 15:16:19] "DELETE /project/08267831-b070-464f-8bce-ae9c189ec2eb HTTP/1.1" 200 115 0.849014 10.0.0.50 - - [2026-07-06 15:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.012312 10.0.0.50 - - [2026-07-06 15:16:20] "POST /neutron/network HTTP/1.1" 200 117 0.012834 10.0.0.242 - - [2026-07-06 15:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.50 - - [2026-07-06 15:16:21] "POST /neutron/network HTTP/1.1" 200 894 0.007942 10.0.0.242 - - [2026-07-06 15:16:21] "DELETE /route-target/18da8ab6-5e4e-4ae5-b43c-44d4fb6bfd21 HTTP/1.1" 200 115 0.055590 10.0.0.33 - - [2026-07-06 15:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007774 10.0.0.33 - - [2026-07-06 15:16:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003535 10.0.0.50 - - [2026-07-06 15:16:22] "POST /neutron/network HTTP/1.1" 200 151 0.193233 10.0.0.33 - - [2026-07-06 15:16:22] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.50 - - [2026-07-06 15:16:22] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.094251 10.0.0.33 - - [2026-07-06 15:16:22] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.50 - - [2026-07-06 15:16:22] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?fields=virtual_networks HTTP/1.1" 200 1034 0.073585 10.0.0.33 - - [2026-07-06 15:16:22] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.50 - - [2026-07-06 15:16:22] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.058630 10.0.0.33 - - [2026-07-06 15:16:22] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.50 - - [2026-07-06 15:16:22] "POST /neutron/network HTTP/1.1" 200 117 0.010654 10.0.0.50 - - [2026-07-06 15:16:22] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?fields=security_groups HTTP/1.1" 200 1262 0.057946 10.0.0.50 - - [2026-07-06 15:16:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.030849 10.0.0.33 - - [2026-07-06 15:16:23] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003876 10.0.0.33 - - [2026-07-06 15:16:23] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002353 10.0.0.33 - - [2026-07-06 15:16:23] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010384 10.0.0.33 - - [2026-07-06 15:16:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.003729 10.0.0.33 - - [2026-07-06 15:16:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.010316 10.0.0.33 - - [2026-07-06 15:16:23] "POST /security-groups HTTP/1.1" 200 599 0.035013 10.0.0.242 - - [2026-07-06 15:16:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.003275 10.0.0.33 - - [2026-07-06 15:16:23] "POST /projects HTTP/1.1" 200 601 0.258503 10.0.0.33 - - [2026-07-06 15:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.335252 10.0.0.242 - - [2026-07-06 15:16:23] "POST /access-control-lists HTTP/1.1" 200 602 0.039030 10.0.0.50 - - [2026-07-06 15:16:23] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.525548 10.0.0.50 - - [2026-07-06 15:16:25] "GET / HTTP/1.1" 200 35931 0.001760 10.0.0.50 - - [2026-07-06 15:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.007935 10.0.0.50 - - [2026-07-06 15:16:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.50 - - [2026-07-06 15:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.007293 10.0.0.50 - - [2026-07-06 15:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.069752 10.0.0.33 - - [2026-07-06 15:16:26] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.50 - - [2026-07-06 15:16:26] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.050727 10.0.0.33 - - [2026-07-06 15:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009435 10.0.0.50 - - [2026-07-06 15:16:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.279471 10.0.0.50 - - [2026-07-06 15:16:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001430 10.0.0.50 - - [2026-07-06 15:16:26] "GET /virtual-network/c6e9ff8e-ec3f-4738-8e7a-c2fcf636c1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005871 10.0.0.50 - - [2026-07-06 15:16:26] "GET /virtual-network/c6e9ff8e-ec3f-4738-8e7a-c2fcf636c1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006375 10.0.0.50 - - [2026-07-06 15:16:26] "POST /neutron/network HTTP/1.1" 200 911 0.008323 10.0.0.50 - - [2026-07-06 15:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006686 10.0.0.33 - - [2026-07-06 15:16:26] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.50 - - [2026-07-06 15:16:26] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.063671 10.0.0.33 - - [2026-07-06 15:16:26] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.50 - - [2026-07-06 15:16:27] "POST /neutron/network HTTP/1.1" 200 691 0.166753 10.0.0.242 - - [2026-07-06 15:16:27] "POST /route-targets HTTP/1.1" 200 327 0.017214 10.0.0.50 - - [2026-07-06 15:16:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.003756 10.0.0.50 - - [2026-07-06 15:16:27] "GET /virtual-network/d263a64b-3aa9-4930-8d63-906a117b90a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.007730 10.0.0.50 - - [2026-07-06 15:16:27] "POST /neutron/network HTTP/1.1" 200 910 0.007922 10.0.0.50 - - [2026-07-06 15:16:27] "GET /virtual-network/d263a64b-3aa9-4930-8d63-906a117b90a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005999 10.0.0.50 - - [2026-07-06 15:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.33 - - [2026-07-06 15:16:27] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.50 - - [2026-07-06 15:16:27] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.063034 10.0.0.50 - - [2026-07-06 15:16:27] "POST /neutron/network HTTP/1.1" 200 117 0.026570 10.0.0.242 - - [2026-07-06 15:16:28] "POST /ref-update HTTP/1.1" 200 156 0.032681 10.0.0.50 - - [2026-07-06 15:16:28] "POST /neutron/network HTTP/1.1" 200 911 0.011438 10.0.0.50 - - [2026-07-06 15:16:28] "POST /id-to-fqname HTTP/1.1" 200 268 0.001150 10.0.0.50 - - [2026-07-06 15:16:28] "GET /virtual-network/7998e2d7-3572-4d4c-be29-07cd813babbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005464 10.0.0.50 - - [2026-07-06 15:16:28] "GET /virtual-network/7998e2d7-3572-4d4c-be29-07cd813babbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006052 10.0.0.50 - - [2026-07-06 15:16:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.009943 10.0.0.50 - - [2026-07-06 15:16:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001273 10.0.0.50 - - [2026-07-06 15:16:28] "POST /neutron/network HTTP/1.1" 200 117 0.012171 10.0.0.50 - - [2026-07-06 15:17:02] "POST /neutron/network HTTP/1.1" 200 920 0.008787 10.0.0.50 - - [2026-07-06 15:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.011589 10.0.0.50 - - [2026-07-06 15:17:02] "POST /id-to-fqname HTTP/1.1" 200 268 0.001268 10.0.0.33 - - [2026-07-06 15:17:02] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001493 10.0.0.50 - - [2026-07-06 15:17:02] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.073905 10.0.0.50 - - [2026-07-06 15:17:02] "POST /neutron/network HTTP/1.1" 200 911 0.007933 10.0.0.33 - - [2026-07-06 15:17:03] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001575 10.0.0.50 - - [2026-07-06 15:17:03] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.082335 10.0.0.50 - - [2026-07-06 15:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006290 10.0.0.50 - - [2026-07-06 15:17:04] "GET /security-group/c4bac208-e22a-455b-8252-c13b9fd9f3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.007825 10.0.0.50 - - [2026-07-06 15:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005907 10.0.0.33 - - [2026-07-06 15:17:04] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001186 10.0.0.50 - - [2026-07-06 15:17:04] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.062885 10.0.0.50 - - [2026-07-06 15:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.50 - - [2026-07-06 15:17:04] "GET /security-group/c4bac208-e22a-455b-8252-c13b9fd9f3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004751 10.0.0.50 - - [2026-07-06 15:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.50 - - [2026-07-06 15:17:04] "PUT /security-group/c4bac208-e22a-455b-8252-c13b9fd9f3ac HTTP/1.1" 200 262 0.025409 10.0.0.50 - - [2026-07-06 15:17:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003925 10.0.0.50 - - [2026-07-06 15:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.33 - - [2026-07-06 15:17:05] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.50 - - [2026-07-06 15:17:05] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008364 10.0.0.50 - - [2026-07-06 15:17:05] "POST /service-templates HTTP/1.1" 200 543 0.044705 10.0.0.50 - - [2026-07-06 15:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005864 10.0.0.50 - - [2026-07-06 15:17:05] "GET /service-template/f244c286-d6c7-4242-96a6-8eadb47ba2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007528 10.0.0.50 - - [2026-07-06 15:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.50 - - [2026-07-06 15:17:05] "GET /service-template/f244c286-d6c7-4242-96a6-8eadb47ba2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004239 10.0.0.50 - - [2026-07-06 15:17:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.001266 10.0.0.50 - - [2026-07-06 15:17:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.001434 10.0.0.50 - - [2026-07-06 15:17:05] "POST /id-to-fqname HTTP/1.1" 200 268 0.001934 10.0.0.50 - - [2026-07-06 15:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.009549 10.0.0.50 - - [2026-07-06 15:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.50 - - [2026-07-06 15:17:05] "DELETE /service-template/f244c286-d6c7-4242-96a6-8eadb47ba2e5 HTTP/1.1" 200 115 0.042857 10.0.0.50 - - [2026-07-06 15:17:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.004353 10.0.0.50 - - [2026-07-06 15:17:07] "POST /neutron/network HTTP/1.1" 200 921 0.011697 10.0.0.50 - - [2026-07-06 15:17:07] "POST /neutron/port HTTP/1.1" 200 1068 0.064772 10.0.0.50 - - [2026-07-06 15:17:08] "POST /neutron/port HTTP/1.1" 200 1067 0.030119 10.0.0.50 - - [2026-07-06 15:17:08] "POST /neutron/network HTTP/1.1" 400 204 0.015632 10.0.0.50 - - [2026-07-06 15:17:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.010359 10.0.0.50 - - [2026-07-06 15:17:09] "POST /neutron/port HTTP/1.1" 200 1131 0.022549 10.0.0.50 - - [2026-07-06 15:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.50 - - [2026-07-06 15:17:10] "POST /neutron/network HTTP/1.1" 400 204 0.035876 10.0.0.50 - - [2026-07-06 15:17:12] "POST /neutron/port HTTP/1.1" 200 151 0.438732 10.0.0.242 - - [2026-07-06 15:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.50 - - [2026-07-06 15:17:12] "POST /neutron/network HTTP/1.1" 200 911 0.018955 10.0.0.50 - - [2026-07-06 15:17:14] "POST /neutron/network HTTP/1.1" 400 204 0.040356 10.0.0.50 - - [2026-07-06 15:17:15] "POST /neutron/network HTTP/1.1" 200 117 0.037148 10.0.0.50 - - [2026-07-06 15:17:17] "POST /neutron/network HTTP/1.1" 400 204 0.031830 10.0.0.33 - - [2026-07-06 15:17:19] "DELETE /project/0e03bddf50fb4bb782f11b64f863b42b HTTP/1.1" 404 173 0.006022 10.0.0.33 - - [2026-07-06 15:17:19] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000867 10.0.0.33 - - [2026-07-06 15:17:19] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.074180 10.0.0.33 - - [2026-07-06 15:17:19] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001451 10.0.0.33 - - [2026-07-06 15:17:19] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?fields=security_groups HTTP/1.1" 200 1367 0.106714 10.0.0.33 - - [2026-07-06 15:17:19] "DELETE /security-group/bd663fd6-bea3-4c33-8273-1018afeb8e15 HTTP/1.1" 200 115 0.138344 10.0.0.33 - - [2026-07-06 15:17:19] "GET /projects?obj_uuids=2d4639de-ad4e-4a98-80fc-f6330a4fed1d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000912 10.0.0.33 - - [2026-07-06 15:17:20] "GET /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d?fields=application_policy_sets HTTP/1.1" 200 1406 0.102826 10.0.0.242 - - [2026-07-06 15:17:20] "DELETE /access-control-list/3fa3f702-6311-422c-84ed-aebe976650e7 HTTP/1.1" 200 115 0.108028 10.0.0.33 - - [2026-07-06 15:17:20] "DELETE /project/2d4639de-ad4e-4a98-80fc-f6330a4fed1d HTTP/1.1" 200 115 0.774093 10.0.0.50 - - [2026-07-06 15:17:21] "POST /neutron/network HTTP/1.1" 200 911 0.023486 10.0.0.50 - - [2026-07-06 15:17:23] "POST /neutron/network HTTP/1.1" 400 204 0.034628 10.0.0.50 - - [2026-07-06 15:17:27] "POST /neutron/network HTTP/1.1" 200 911 0.008344 10.0.0.242 - - [2026-07-06 15:17:27] "GET /obj-perms HTTP/1.1" 200 4493 0.048046 10.0.0.50 - - [2026-07-06 15:17:29] "POST /neutron/network HTTP/1.1" 400 204 0.015649 10.0.0.50 - - [2026-07-06 15:17:33] "POST /neutron/network HTTP/1.1" 200 911 0.009060 10.0.0.50 - - [2026-07-06 15:17:35] "POST /neutron/network HTTP/1.1" 400 204 0.018795 10.0.0.50 - - [2026-07-06 15:17:39] "POST /neutron/network HTTP/1.1" 200 911 0.015916 10.0.0.50 - - [2026-07-06 15:17:41] "POST /neutron/network HTTP/1.1" 400 204 0.017883 10.0.0.50 - - [2026-07-06 15:17:45] "POST /neutron/network HTTP/1.1" 200 911 0.007930 10.0.0.50 - - [2026-07-06 15:17:47] "POST /neutron/network HTTP/1.1" 400 204 0.015093 10.0.0.50 - - [2026-07-06 15:17:52] "POST /neutron/network HTTP/1.1" 200 911 0.008001 10.0.0.50 - - [2026-07-06 15:17:54] "POST /neutron/network HTTP/1.1" 400 204 0.018193 10.0.0.50 - - [2026-07-06 15:17:58] "POST /neutron/network HTTP/1.1" 200 911 0.007878 10.0.0.50 - - [2026-07-06 15:18:00] "POST /neutron/network HTTP/1.1" 400 204 0.016979 10.0.0.50 - - [2026-07-06 15:18:04] "POST /neutron/network HTTP/1.1" 200 911 0.008383 10.0.0.33 - - [2026-07-06 15:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002835 10.0.0.33 - - [2026-07-06 15:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003616 10.0.0.50 - - [2026-07-06 15:18:04] "POST /neutron/network HTTP/1.1" 200 151 0.152250 10.0.0.33 - - [2026-07-06 15:18:04] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.50 - - [2026-07-06 15:18:04] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.093337 10.0.0.33 - - [2026-07-06 15:18:04] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002159 10.0.0.50 - - [2026-07-06 15:18:04] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.067173 10.0.0.33 - - [2026-07-06 15:18:06] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.50 - - [2026-07-06 15:18:06] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.050294 10.0.0.33 - - [2026-07-06 15:18:06] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.50 - - [2026-07-06 15:18:06] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.043161 10.0.0.33 - - [2026-07-06 15:18:08] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.50 - - [2026-07-06 15:18:08] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.062733 10.0.0.33 - - [2026-07-06 15:18:08] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.50 - - [2026-07-06 15:18:08] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.061830 10.0.0.33 - - [2026-07-06 15:18:11] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.50 - - [2026-07-06 15:18:11] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.052635 10.0.0.33 - - [2026-07-06 15:18:11] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001733 10.0.0.50 - - [2026-07-06 15:18:11] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.069999 10.0.0.50 - - [2026-07-06 15:18:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004474 10.0.0.50 - - [2026-07-06 15:18:12] "POST /neutron/network HTTP/1.1" 200 911 0.009422 10.0.0.33 - - [2026-07-06 15:18:13] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.50 - - [2026-07-06 15:18:13] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.062583 10.0.0.33 - - [2026-07-06 15:18:13] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002933 10.0.0.50 - - [2026-07-06 15:18:13] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.063071 10.0.0.50 - - [2026-07-06 15:18:15] "POST /neutron/port HTTP/1.1" 200 151 0.290898 10.0.0.33 - - [2026-07-06 15:18:15] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.50 - - [2026-07-06 15:18:15] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.072011 10.0.0.33 - - [2026-07-06 15:18:15] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.50 - - [2026-07-06 15:18:15] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.059716 10.0.0.33 - - [2026-07-06 15:18:17] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.50 - - [2026-07-06 15:18:17] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.062835 10.0.0.33 - - [2026-07-06 15:18:17] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.50 - - [2026-07-06 15:18:17] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.053118 10.0.0.33 - - [2026-07-06 15:18:19] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.50 - - [2026-07-06 15:18:19] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.060341 10.0.0.33 - - [2026-07-06 15:18:19] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.50 - - [2026-07-06 15:18:19] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.059726 10.0.0.33 - - [2026-07-06 15:18:21] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.50 - - [2026-07-06 15:18:21] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.046697 10.0.0.33 - - [2026-07-06 15:18:21] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.50 - - [2026-07-06 15:18:21] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.051702 10.0.0.242 - - [2026-07-06 15:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.242 - - [2026-07-06 15:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.33 - - [2026-07-06 15:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.33 - - [2026-07-06 15:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2026-07-06 15:18:24] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.50 - - [2026-07-06 15:18:24] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.056561 10.0.0.33 - - [2026-07-06 15:18:24] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.50 - - [2026-07-06 15:18:24] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.058573 10.0.0.33 - - [2026-07-06 15:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-07-06 15:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.242 - - [2026-07-06 15:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2026-07-06 15:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.242 - - [2026-07-06 15:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.50 - - [2026-07-06 15:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2026-07-06 15:18:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.50 - - [2026-07-06 15:18:25] "GET /global-system-configs HTTP/1.1" 401 292 0.001072 10.0.0.33 - - [2026-07-06 15:18:26] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.50 - - [2026-07-06 15:18:26] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.043273 10.0.0.33 - - [2026-07-06 15:18:26] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.50 - - [2026-07-06 15:18:26] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.042299 10.0.0.33 - - [2026-07-06 15:18:28] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001358 10.0.0.50 - - [2026-07-06 15:18:28] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.043924 10.0.0.33 - - [2026-07-06 15:18:28] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.50 - - [2026-07-06 15:18:28] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.059315 10.0.0.50 - - [2026-07-06 15:18:28] "GET /obj-perms HTTP/1.1" 200 4493 0.090193 10.0.0.33 - - [2026-07-06 15:18:30] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001703 10.0.0.50 - - [2026-07-06 15:18:30] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.047261 10.0.0.33 - - [2026-07-06 15:18:30] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.50 - - [2026-07-06 15:18:30] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.040727 10.0.0.33 - - [2026-07-06 15:18:32] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.50 - - [2026-07-06 15:18:32] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.045977 10.0.0.33 - - [2026-07-06 15:18:32] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.50 - - [2026-07-06 15:18:32] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.046707 10.0.0.33 - - [2026-07-06 15:18:34] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.50 - - [2026-07-06 15:18:34] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.045266 10.0.0.33 - - [2026-07-06 15:18:34] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002392 10.0.0.50 - - [2026-07-06 15:18:34] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.047788 10.0.0.33 - - [2026-07-06 15:18:36] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.50 - - [2026-07-06 15:18:36] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.055608 10.0.0.33 - - [2026-07-06 15:18:36] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.50 - - [2026-07-06 15:18:37] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.060245 10.0.0.33 - - [2026-07-06 15:18:39] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.50 - - [2026-07-06 15:18:39] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.056031 10.0.0.33 - - [2026-07-06 15:18:39] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.50 - - [2026-07-06 15:18:39] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.041000 10.0.0.33 - - [2026-07-06 15:18:41] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001430 10.0.0.50 - - [2026-07-06 15:18:41] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.059214 10.0.0.33 - - [2026-07-06 15:18:41] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.50 - - [2026-07-06 15:18:41] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.058524 10.0.0.33 - - [2026-07-06 15:18:43] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001603 10.0.0.50 - - [2026-07-06 15:18:43] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.065505 10.0.0.33 - - [2026-07-06 15:18:43] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001053 10.0.0.50 - - [2026-07-06 15:18:43] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.058387 10.0.0.33 - - [2026-07-06 15:18:45] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.50 - - [2026-07-06 15:18:45] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.060459 10.0.0.33 - - [2026-07-06 15:18:45] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.50 - - [2026-07-06 15:18:45] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.096544 10.0.0.33 - - [2026-07-06 15:18:47] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.50 - - [2026-07-06 15:18:47] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.067232 10.0.0.33 - - [2026-07-06 15:18:47] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.50 - - [2026-07-06 15:18:47] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.066225 10.0.0.33 - - [2026-07-06 15:18:49] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.50 - - [2026-07-06 15:18:50] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.073133 10.0.0.33 - - [2026-07-06 15:18:50] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001764 10.0.0.50 - - [2026-07-06 15:18:50] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.057963 10.0.0.33 - - [2026-07-06 15:18:52] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.50 - - [2026-07-06 15:18:52] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.064685 10.0.0.33 - - [2026-07-06 15:18:52] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.50 - - [2026-07-06 15:18:52] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.053772 10.0.0.33 - - [2026-07-06 15:18:54] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.50 - - [2026-07-06 15:18:54] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.102351 10.0.0.33 - - [2026-07-06 15:18:54] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.50 - - [2026-07-06 15:18:54] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.066481 10.0.0.33 - - [2026-07-06 15:18:56] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.50 - - [2026-07-06 15:18:56] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.045570 10.0.0.33 - - [2026-07-06 15:18:56] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002103 10.0.0.50 - - [2026-07-06 15:18:56] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.063251 10.0.0.33 - - [2026-07-06 15:18:58] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001631 10.0.0.50 - - [2026-07-06 15:18:58] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.053727 10.0.0.33 - - [2026-07-06 15:18:58] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.50 - - [2026-07-06 15:18:58] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.069087 10.0.0.33 - - [2026-07-06 15:19:00] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.50 - - [2026-07-06 15:19:00] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.054440 10.0.0.33 - - [2026-07-06 15:19:00] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002020 10.0.0.50 - - [2026-07-06 15:19:00] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.051419 10.0.0.33 - - [2026-07-06 15:19:03] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.50 - - [2026-07-06 15:19:03] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.043177 10.0.0.33 - - [2026-07-06 15:19:03] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001759 10.0.0.50 - - [2026-07-06 15:19:03] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.065009 10.0.0.33 - - [2026-07-06 15:19:05] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001471 10.0.0.50 - - [2026-07-06 15:19:05] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.061059 10.0.0.33 - - [2026-07-06 15:19:05] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.50 - - [2026-07-06 15:19:05] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.061975 10.0.0.33 - - [2026-07-06 15:19:07] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.50 - - [2026-07-06 15:19:07] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.055331 10.0.0.33 - - [2026-07-06 15:19:07] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.50 - - [2026-07-06 15:19:07] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.049514 10.0.0.33 - - [2026-07-06 15:19:09] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.50 - - [2026-07-06 15:19:09] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.042719 10.0.0.33 - - [2026-07-06 15:19:09] "GET /projects?obj_uuids=0e03bddf-50fb-4bb7-82f1-1b64f863b42b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.50 - - [2026-07-06 15:19:09] "GET /project/0e03bddf-50fb-4bb7-82f1-1b64f863b42b?fields=virtual_networks HTTP/1.1" 200 1332 0.054193 10.0.0.50 - - [2026-07-06 15:19:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.025813 10.0.0.33 - - [2026-07-06 15:19:10] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003322 10.0.0.33 - - [2026-07-06 15:19:10] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000892 10.0.0.33 - - [2026-07-06 15:19:10] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007254 10.0.0.33 - - [2026-07-06 15:19:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.002616 10.0.0.33 - - [2026-07-06 15:19:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.005381 10.0.0.33 - - [2026-07-06 15:19:10] "POST /security-groups HTTP/1.1" 200 592 0.042459 10.0.0.242 - - [2026-07-06 15:19:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.003762 10.0.0.33 - - [2026-07-06 15:19:10] "POST /projects HTTP/1.1" 200 587 0.278174 10.0.0.33 - - [2026-07-06 15:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.358874 10.0.0.242 - - [2026-07-06 15:19:10] "POST /access-control-lists HTTP/1.1" 200 595 0.047258 10.0.0.50 - - [2026-07-06 15:19:10] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.543666 10.0.0.50 - - [2026-07-06 15:19:11] "GET / HTTP/1.1" 200 35931 0.001962 10.0.0.50 - - [2026-07-06 15:19:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000608 10.0.0.50 - - [2026-07-06 15:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.050802 10.0.0.33 - - [2026-07-06 15:19:12] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.50 - - [2026-07-06 15:19:12] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040193 10.0.0.33 - - [2026-07-06 15:19:13] "POST /useragent-kv HTTP/1.1" 200 115 0.020419 10.0.0.50 - - [2026-07-06 15:19:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.308219 10.0.0.50 - - [2026-07-06 15:19:13] "POST /id-to-fqname HTTP/1.1" 200 253 0.001632 10.0.0.50 - - [2026-07-06 15:19:13] "GET /virtual-network/13089076-4e8d-4d95-b48a-2484d2e365a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006341 10.0.0.50 - - [2026-07-06 15:19:13] "GET /virtual-network/13089076-4e8d-4d95-b48a-2484d2e365a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.009354 10.0.0.50 - - [2026-07-06 15:19:13] "POST /neutron/network HTTP/1.1" 200 891 0.008858 10.0.0.50 - - [2026-07-06 15:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.33 - - [2026-07-06 15:19:13] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001337 10.0.0.50 - - [2026-07-06 15:19:13] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067925 10.0.0.33 - - [2026-07-06 15:19:13] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001816 10.0.0.50 - - [2026-07-06 15:19:13] "POST /neutron/network HTTP/1.1" 200 670 0.167619 10.0.0.242 - - [2026-07-06 15:19:13] "POST /route-targets HTTP/1.1" 200 327 0.017209 10.0.0.50 - - [2026-07-06 15:19:14] "POST /id-to-fqname HTTP/1.1" 200 253 0.003594 10.0.0.50 - - [2026-07-06 15:19:14] "GET /virtual-network/8291d9af-5f0d-420b-98ff-ef22e80feb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005579 10.0.0.50 - - [2026-07-06 15:19:14] "POST /neutron/network HTTP/1.1" 200 889 0.007449 10.0.0.50 - - [2026-07-06 15:19:14] "GET /virtual-network/8291d9af-5f0d-420b-98ff-ef22e80feb00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005414 10.0.0.50 - - [2026-07-06 15:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.33 - - [2026-07-06 15:19:14] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.50 - - [2026-07-06 15:19:14] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067838 10.0.0.50 - - [2026-07-06 15:19:14] "POST /neutron/network HTTP/1.1" 200 117 0.029720 10.0.0.242 - - [2026-07-06 15:19:14] "POST /ref-update HTTP/1.1" 200 156 0.025747 10.0.0.50 - - [2026-07-06 15:19:14] "POST /neutron/network HTTP/1.1" 200 891 0.015239 10.0.0.50 - - [2026-07-06 15:19:14] "POST /id-to-fqname HTTP/1.1" 200 254 0.001235 10.0.0.50 - - [2026-07-06 15:19:14] "GET /virtual-network/efa3a47d-a1af-4b04-9ae5-69e6bc811a41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006508 10.0.0.50 - - [2026-07-06 15:19:14] "GET /virtual-network/efa3a47d-a1af-4b04-9ae5-69e6bc811a41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.010268 10.0.0.50 - - [2026-07-06 15:19:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.009475 10.0.0.50 - - [2026-07-06 15:19:14] "POST /id-to-fqname HTTP/1.1" 200 253 0.001058 10.0.0.50 - - [2026-07-06 15:19:15] "POST /neutron/port HTTP/1.1" 200 117 0.009123 10.0.0.50 - - [2026-07-06 15:19:15] "POST /id-to-fqname HTTP/1.1" 200 254 0.001400 10.0.0.50 - - [2026-07-06 15:19:15] "POST /neutron/network HTTP/1.1" 200 901 0.014094 10.0.0.50 - - [2026-07-06 15:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.012824 10.0.0.50 - - [2026-07-06 15:19:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.014030 10.0.0.50 - - [2026-07-06 15:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009344 10.0.0.33 - - [2026-07-06 15:19:16] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.50 - - [2026-07-06 15:19:16] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007465 10.0.0.50 - - [2026-07-06 15:19:16] "POST /service-templates HTTP/1.1" 200 543 0.043052 10.0.0.50 - - [2026-07-06 15:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.50 - - [2026-07-06 15:19:17] "GET /service-template/77811b6f-511a-4e9f-86b1-22ca98f70f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.012094 10.0.0.50 - - [2026-07-06 15:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.50 - - [2026-07-06 15:19:17] "GET /service-template/77811b6f-511a-4e9f-86b1-22ca98f70f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.008385 10.0.0.50 - - [2026-07-06 15:19:17] "POST /id-to-fqname HTTP/1.1" 200 253 0.001681 10.0.0.50 - - [2026-07-06 15:19:17] "POST /id-to-fqname HTTP/1.1" 200 253 0.001379 10.0.0.50 - - [2026-07-06 15:19:17] "POST /id-to-fqname HTTP/1.1" 200 254 0.001344 10.0.0.50 - - [2026-07-06 15:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.50 - - [2026-07-06 15:19:17] "DELETE /service-template/77811b6f-511a-4e9f-86b1-22ca98f70f5e HTTP/1.1" 200 115 0.046822 10.0.0.50 - - [2026-07-06 15:19:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.009760 10.0.0.33 - - [2026-07-06 15:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004817 10.0.0.33 - - [2026-07-06 15:19:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005739 10.0.0.50 - - [2026-07-06 15:19:19] "POST /neutron/network HTTP/1.1" 200 151 0.199607 10.0.0.33 - - [2026-07-06 15:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003307 10.0.0.242 - - [2026-07-06 15:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.33 - - [2026-07-06 15:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002975 10.0.0.50 - - [2026-07-06 15:19:20] "POST /neutron/network HTTP/1.1" 200 151 0.141543 10.0.0.33 - - [2026-07-06 15:19:20] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.242 - - [2026-07-06 15:19:20] "DELETE /route-target/acc4eec3-e85d-49d2-96a2-1f62501cdf3a HTTP/1.1" 200 115 0.032208 10.0.0.50 - - [2026-07-06 15:19:20] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065801 10.0.0.33 - - [2026-07-06 15:19:20] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.50 - - [2026-07-06 15:19:20] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?fields=virtual_networks HTTP/1.1" 200 1034 0.059055 10.0.0.33 - - [2026-07-06 15:19:20] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.50 - - [2026-07-06 15:19:20] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.053956 10.0.0.33 - - [2026-07-06 15:19:20] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001859 10.0.0.33 - - [2026-07-06 15:19:20] "DELETE /project/f542a05100da45e7b7935efd50a76889 HTTP/1.1" 404 173 0.005702 10.0.0.50 - - [2026-07-06 15:19:20] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?fields=security_groups HTTP/1.1" 200 1261 0.061303 10.0.0.50 - - [2026-07-06 15:19:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.026682 10.0.0.33 - - [2026-07-06 15:19:21] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003402 10.0.0.33 - - [2026-07-06 15:19:21] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.33 - - [2026-07-06 15:19:21] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008010 10.0.0.33 - - [2026-07-06 15:19:21] "POST /id-to-fqname HTTP/1.1" 200 195 0.001077 10.0.0.33 - - [2026-07-06 15:19:21] "POST /fqname-to-id HTTP/1.1" 404 204 0.008438 10.0.0.33 - - [2026-07-06 15:19:21] "POST /security-groups HTTP/1.1" 200 596 0.087144 10.0.0.33 - - [2026-07-06 15:19:21] "POST /projects HTTP/1.1" 200 595 0.308110 10.0.0.33 - - [2026-07-06 15:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.386224 10.0.0.242 - - [2026-07-06 15:19:21] "POST /fqname-to-id HTTP/1.1" 404 238 0.013509 10.0.0.50 - - [2026-07-06 15:19:22] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.551758 10.0.0.50 - - [2026-07-06 15:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.008203 10.0.0.50 - - [2026-07-06 15:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.007101 10.0.0.50 - - [2026-07-06 15:19:23] "GET / HTTP/1.1" 200 35931 0.002213 10.0.0.50 - - [2026-07-06 15:19:23] "POST /neutron/network HTTP/1.1" 200 117 0.009519 10.0.0.50 - - [2026-07-06 15:19:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-07-06 15:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.071773 10.0.0.33 - - [2026-07-06 15:19:24] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001573 10.0.0.50 - - [2026-07-06 15:19:24] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057225 10.0.0.242 - - [2026-07-06 15:19:24] "POST /ref-update HTTP/1.1" 200 156 0.040720 10.0.0.33 - - [2026-07-06 15:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.014512 10.0.0.50 - - [2026-07-06 15:19:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.306662 10.0.0.50 - - [2026-07-06 15:19:25] "POST /neutron/network HTTP/1.1" 200 1075 0.016155 10.0.0.50 - - [2026-07-06 15:19:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.001809 10.0.0.50 - - [2026-07-06 15:19:25] "GET /virtual-network/b36a551f-d50d-4045-bce0-5907cf22d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.010017 10.0.0.50 - - [2026-07-06 15:19:25] "GET /virtual-network/b36a551f-d50d-4045-bce0-5907cf22d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005625 10.0.0.50 - - [2026-07-06 15:19:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.009415 10.0.0.50 - - [2026-07-06 15:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.33 - - [2026-07-06 15:19:25] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001232 10.0.0.242 - - [2026-07-06 15:19:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.023925 10.0.0.50 - - [2026-07-06 15:19:25] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052612 10.0.0.33 - - [2026-07-06 15:19:25] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001201 10.0.0.50 - - [2026-07-06 15:19:25] "POST /neutron/network HTTP/1.1" 200 682 0.129888 10.0.0.50 - - [2026-07-06 15:19:25] "POST /neutron/network HTTP/1.1" 200 117 0.008480 10.0.0.50 - - [2026-07-06 15:19:26] "POST /neutron/network HTTP/1.1" 200 1074 0.020150 10.0.0.50 - - [2026-07-06 15:19:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001250 10.0.0.50 - - [2026-07-06 15:19:26] "GET /virtual-network/991ce420-7bc0-461b-ab5a-71236990428b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006398 10.0.0.50 - - [2026-07-06 15:19:26] "GET /virtual-network/991ce420-7bc0-461b-ab5a-71236990428b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006420 10.0.0.50 - - [2026-07-06 15:19:26] "POST /neutron/subnet HTTP/1.1" 200 823 0.009935 10.0.0.50 - - [2026-07-06 15:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.33 - - [2026-07-06 15:19:26] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001078 10.0.0.50 - - [2026-07-06 15:19:26] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045806 10.0.0.33 - - [2026-07-06 15:19:26] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000968 10.0.0.50 - - [2026-07-06 15:19:26] "POST /neutron/network HTTP/1.1" 200 684 0.171120 10.0.0.242 - - [2026-07-06 15:19:26] "POST /route-targets HTTP/1.1" 200 327 0.016553 10.0.0.242 - - [2026-07-06 15:19:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.020904 10.0.0.50 - - [2026-07-06 15:19:27] "POST /neutron/network HTTP/1.1" 200 1076 0.014328 10.0.0.50 - - [2026-07-06 15:19:27] "POST /id-to-fqname HTTP/1.1" 200 262 0.001060 10.0.0.50 - - [2026-07-06 15:19:27] "GET /virtual-network/fd33e416-fa62-44ff-b9b5-a4032de4da01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005587 10.0.0.50 - - [2026-07-06 15:19:27] "GET /virtual-network/fd33e416-fa62-44ff-b9b5-a4032de4da01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005464 10.0.0.50 - - [2026-07-06 15:19:27] "POST /neutron/subnet HTTP/1.1" 200 818 0.023659 10.0.0.50 - - [2026-07-06 15:19:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.001472 10.0.0.50 - - [2026-07-06 15:19:27] "POST /neutron/port HTTP/1.1" 200 117 0.009711 10.0.0.33 - - [2026-07-06 15:19:27] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001454 10.0.0.50 - - [2026-07-06 15:19:27] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.056991 10.0.0.50 - - [2026-07-06 15:19:27] "POST /neutron/port HTTP/1.1" 200 117 0.007428 10.0.0.50 - - [2026-07-06 15:19:27] "POST /neutron/port HTTP/1.1" 200 117 0.010467 10.0.0.50 - - [2026-07-06 15:19:27] "POST /id-to-fqname HTTP/1.1" 200 262 0.001610 10.0.0.50 - - [2026-07-06 15:19:28] "POST /neutron/network HTTP/1.1" 200 1086 0.008463 10.0.0.50 - - [2026-07-06 15:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.011891 10.0.0.33 - - [2026-07-06 15:19:29] "GET /obj-perms HTTP/1.1" 200 4493 0.058114 10.0.0.33 - - [2026-07-06 15:19:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007059 10.0.0.33 - - [2026-07-06 15:19:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004904 10.0.0.33 - - [2026-07-06 15:19:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004974 10.0.0.33 - - [2026-07-06 15:19:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004233 10.0.0.50 - - [2026-07-06 15:19:30] "POST /neutron/network HTTP/1.1" 200 151 0.204281 10.0.0.242 - - [2026-07-06 15:19:30] "DELETE /route-target/be60f85f-b10a-495d-aba4-573c405fe827 HTTP/1.1" 200 115 0.059986 10.0.0.50 - - [2026-07-06 15:19:30] "POST /neutron/network HTTP/1.1" 200 1075 0.016873 10.0.0.242 - - [2026-07-06 15:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.33 - - [2026-07-06 15:19:30] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000934 10.0.0.50 - - [2026-07-06 15:19:30] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.058188 10.0.0.33 - - [2026-07-06 15:19:30] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001447 10.0.0.50 - - [2026-07-06 15:19:30] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?fields=virtual_networks HTTP/1.1" 200 1041 0.059067 10.0.0.33 - - [2026-07-06 15:19:30] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001005 10.0.0.50 - - [2026-07-06 15:19:30] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.051609 10.0.0.33 - - [2026-07-06 15:19:30] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001820 10.0.0.50 - - [2026-07-06 15:19:30] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?fields=security_groups HTTP/1.1" 200 1272 0.044336 10.0.0.50 - - [2026-07-06 15:19:30] "POST /neutron/network HTTP/1.1" 200 117 0.009352 10.0.0.50 - - [2026-07-06 15:19:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.035335 10.0.0.50 - - [2026-07-06 15:19:31] "POST /neutron/port HTTP/1.1" 200 117 0.008798 10.0.0.33 - - [2026-07-06 15:19:31] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003472 10.0.0.33 - - [2026-07-06 15:19:31] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.33 - - [2026-07-06 15:19:31] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007269 10.0.0.33 - - [2026-07-06 15:19:32] "POST /id-to-fqname HTTP/1.1" 200 198 0.003167 10.0.0.33 - - [2026-07-06 15:19:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.006875 10.0.0.33 - - [2026-07-06 15:19:32] "POST /security-groups HTTP/1.1" 200 599 0.036228 10.0.0.33 - - [2026-07-06 15:19:32] "POST /projects HTTP/1.1" 200 601 0.243816 10.0.0.242 - - [2026-07-06 15:19:32] "POST /access-control-lists HTTP/1.1" 200 604 0.030778 10.0.0.33 - - [2026-07-06 15:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.314450 10.0.0.50 - - [2026-07-06 15:19:32] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.465809 10.0.0.50 - - [2026-07-06 15:19:33] "GET / HTTP/1.1" 200 35931 0.001268 10.0.0.50 - - [2026-07-06 15:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.006934 10.0.0.50 - - [2026-07-06 15:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.50 - - [2026-07-06 15:19:34] "POST /neutron/network HTTP/1.1" 200 117 0.012182 10.0.0.50 - - [2026-07-06 15:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.051826 10.0.0.33 - - [2026-07-06 15:19:34] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.50 - - [2026-07-06 15:19:34] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045661 10.0.0.242 - - [2026-07-06 15:19:34] "POST /route-targets HTTP/1.1" 200 327 0.020929 10.0.0.33 - - [2026-07-06 15:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009198 10.0.0.50 - - [2026-07-06 15:19:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.299136 10.0.0.50 - - [2026-07-06 15:19:34] "POST /id-to-fqname HTTP/1.1" 200 267 0.001939 10.0.0.50 - - [2026-07-06 15:19:34] "GET /virtual-network/5fe2b802-4fd0-447e-b291-df51db568a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007255 10.0.0.50 - - [2026-07-06 15:19:34] "POST /neutron/network HTTP/1.1" 200 910 0.009577 10.0.0.50 - - [2026-07-06 15:19:34] "GET /virtual-network/5fe2b802-4fd0-447e-b291-df51db568a95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007533 10.0.0.50 - - [2026-07-06 15:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009046 10.0.0.33 - - [2026-07-06 15:19:35] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.50 - - [2026-07-06 15:19:35] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063132 10.0.0.50 - - [2026-07-06 15:19:35] "POST /neutron/network HTTP/1.1" 200 117 0.016483 10.0.0.242 - - [2026-07-06 15:19:35] "POST /ref-update HTTP/1.1" 200 156 0.034041 10.0.0.50 - - [2026-07-06 15:19:35] "POST /neutron/network HTTP/1.1" 200 910 0.013287 10.0.0.50 - - [2026-07-06 15:19:35] "POST /id-to-fqname HTTP/1.1" 200 267 0.001421 10.0.0.50 - - [2026-07-06 15:19:35] "GET /virtual-network/ecf90781-efde-4818-a938-483fa600d138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005881 10.0.0.50 - - [2026-07-06 15:19:35] "GET /virtual-network/ecf90781-efde-4818-a938-483fa600d138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006027 10.0.0.50 - - [2026-07-06 15:19:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.009815 10.0.0.50 - - [2026-07-06 15:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.33 - - [2026-07-06 15:19:35] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.50 - - [2026-07-06 15:19:35] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052811 10.0.0.33 - - [2026-07-06 15:19:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010918 10.0.0.50 - - [2026-07-06 15:19:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.243723 10.0.0.50 - - [2026-07-06 15:19:36] "POST /id-to-fqname HTTP/1.1" 200 268 0.001240 10.0.0.50 - - [2026-07-06 15:19:36] "GET /virtual-network/f2406fc0-97e5-4261-99e8-8bbf6eb9d38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006699 10.0.0.50 - - [2026-07-06 15:19:36] "GET /virtual-network/f2406fc0-97e5-4261-99e8-8bbf6eb9d38d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005606 10.0.0.50 - - [2026-07-06 15:19:36] "POST /neutron/network HTTP/1.1" 200 912 0.008879 10.0.0.50 - - [2026-07-06 15:19:36] "POST /id-to-fqname HTTP/1.1" 200 267 0.001383 10.0.0.50 - - [2026-07-06 15:19:36] "POST /neutron/network HTTP/1.1" 200 920 0.007440 10.0.0.50 - - [2026-07-06 15:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.007101 10.0.0.50 - - [2026-07-06 15:19:37] "POST /id-to-fqname HTTP/1.1" 200 268 0.001309 10.0.0.33 - - [2026-07-06 15:19:37] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.50 - - [2026-07-06 15:19:37] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040860 10.0.0.50 - - [2026-07-06 15:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.008003 10.0.0.50 - - [2026-07-06 15:19:37] "POST /neutron/network HTTP/1.1" 200 117 0.018157 10.0.0.50 - - [2026-07-06 15:19:38] "POST /neutron/port HTTP/1.1" 200 117 0.006484 10.0.0.242 - - [2026-07-06 15:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.50 - - [2026-07-06 15:19:39] "POST /neutron/network HTTP/1.1" 200 912 0.014775 10.0.0.242 - - [2026-07-06 15:19:39] "DELETE /route-target/f2d2a59e-27e0-4ba8-82d4-af2bd6e313e9 HTTP/1.1" 200 115 0.031101 10.0.0.33 - - [2026-07-06 15:19:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003414 10.0.0.33 - - [2026-07-06 15:19:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.50 - - [2026-07-06 15:19:39] "POST /neutron/network HTTP/1.1" 200 151 0.143965 10.0.0.33 - - [2026-07-06 15:19:39] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001754 10.0.0.50 - - [2026-07-06 15:19:39] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.086910 10.0.0.33 - - [2026-07-06 15:19:39] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002030 10.0.0.50 - - [2026-07-06 15:19:39] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?fields=virtual_networks HTTP/1.1" 200 1047 0.061545 10.0.0.33 - - [2026-07-06 15:19:39] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.50 - - [2026-07-06 15:19:39] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.050483 10.0.0.33 - - [2026-07-06 15:19:39] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.50 - - [2026-07-06 15:19:39] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?fields=security_groups HTTP/1.1" 200 1281 0.061000 10.0.0.50 - - [2026-07-06 15:19:40] "POST /neutron/network HTTP/1.1" 200 117 0.011301 10.0.0.50 - - [2026-07-06 15:19:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.031255 10.0.0.33 - - [2026-07-06 15:19:40] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003610 10.0.0.33 - - [2026-07-06 15:19:40] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001462 10.0.0.33 - - [2026-07-06 15:19:40] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009132 10.0.0.33 - - [2026-07-06 15:19:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.001334 10.0.0.33 - - [2026-07-06 15:19:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.006082 10.0.0.33 - - [2026-07-06 15:19:41] "POST /security-groups HTTP/1.1" 200 596 0.089679 10.0.0.242 - - [2026-07-06 15:19:41] "POST /fqname-to-id HTTP/1.1" 404 239 0.003798 10.0.0.33 - - [2026-07-06 15:19:41] "POST /projects HTTP/1.1" 200 595 0.326996 10.0.0.33 - - [2026-07-06 15:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.364557 10.0.0.242 - - [2026-07-06 15:19:41] "POST /access-control-lists HTTP/1.1" 200 599 0.031609 10.0.0.50 - - [2026-07-06 15:19:41] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.533796 10.0.0.50 - - [2026-07-06 15:19:42] "GET / HTTP/1.1" 200 35931 0.002169 10.0.0.50 - - [2026-07-06 15:19:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.50 - - [2026-07-06 15:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.066761 10.0.0.33 - - [2026-07-06 15:19:43] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000982 10.0.0.50 - - [2026-07-06 15:19:43] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.059798 10.0.0.33 - - [2026-07-06 15:19:43] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001515 10.0.0.50 - - [2026-07-06 15:19:43] "POST /neutron/network HTTP/1.1" 200 682 0.165672 10.0.0.50 - - [2026-07-06 15:19:44] "POST /id-to-fqname HTTP/1.1" 200 261 0.003558 10.0.0.50 - - [2026-07-06 15:19:44] "GET /virtual-network/ad1175bc-5d53-4fce-8ca0-988717cf9968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005637 10.0.0.50 - - [2026-07-06 15:19:44] "POST /neutron/network HTTP/1.1" 200 901 0.008667 10.0.0.50 - - [2026-07-06 15:19:44] "GET /virtual-network/ad1175bc-5d53-4fce-8ca0-988717cf9968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005403 10.0.0.50 - - [2026-07-06 15:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.33 - - [2026-07-06 15:19:44] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001190 10.0.0.50 - - [2026-07-06 15:19:44] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.046721 10.0.0.50 - - [2026-07-06 15:19:44] "POST /neutron/network HTTP/1.1" 200 117 0.016658 10.0.0.242 - - [2026-07-06 15:19:44] "POST /route-targets HTTP/1.1" 200 327 0.015933 10.0.0.50 - - [2026-07-06 15:19:44] "POST /neutron/network HTTP/1.1" 200 902 0.013068 10.0.0.50 - - [2026-07-06 15:19:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001790 10.0.0.50 - - [2026-07-06 15:19:45] "GET /virtual-network/55109b30-1bc9-4d84-9681-4da701a7911d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006791 10.0.0.50 - - [2026-07-06 15:19:45] "POST /neutron/network HTTP/1.1" 200 902 0.009130 10.0.0.50 - - [2026-07-06 15:19:45] "GET /virtual-network/55109b30-1bc9-4d84-9681-4da701a7911d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006162 10.0.0.50 - - [2026-07-06 15:19:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.009696 10.0.0.50 - - [2026-07-06 15:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.33 - - [2026-07-06 15:19:45] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001113 10.0.0.50 - - [2026-07-06 15:19:45] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.063590 10.0.0.242 - - [2026-07-06 15:19:45] "POST /ref-update HTTP/1.1" 200 156 0.026748 10.0.0.33 - - [2026-07-06 15:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.008307 10.0.0.50 - - [2026-07-06 15:19:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.242075 10.0.0.50 - - [2026-07-06 15:19:45] "POST /id-to-fqname HTTP/1.1" 200 262 0.001588 10.0.0.50 - - [2026-07-06 15:19:45] "GET /virtual-network/fc1ec5de-6c0f-4fae-a1a5-cc3cc381a094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006795 10.0.0.50 - - [2026-07-06 15:19:45] "POST /neutron/network HTTP/1.1" 200 903 0.009046 10.0.0.50 - - [2026-07-06 15:19:45] "GET /virtual-network/fc1ec5de-6c0f-4fae-a1a5-cc3cc381a094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006585 10.0.0.50 - - [2026-07-06 15:19:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001220 10.0.0.50 - - [2026-07-06 15:19:45] "POST /neutron/port HTTP/1.1" 200 117 0.008841 10.0.0.50 - - [2026-07-06 15:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.009162 10.0.0.50 - - [2026-07-06 15:19:46] "POST /id-to-fqname HTTP/1.1" 200 262 0.001235 10.0.0.50 - - [2026-07-06 15:19:46] "POST /neutron/network HTTP/1.1" 200 913 0.007389 10.0.0.50 - - [2026-07-06 15:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.008288 10.0.0.50 - - [2026-07-06 15:19:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003673 10.0.0.50 - - [2026-07-06 15:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.33 - - [2026-07-06 15:19:47] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001951 10.0.0.50 - - [2026-07-06 15:19:47] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010927 10.0.0.50 - - [2026-07-06 15:19:47] "POST /service-templates HTTP/1.1" 200 543 0.037590 10.0.0.50 - - [2026-07-06 15:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.50 - - [2026-07-06 15:19:47] "GET /service-template/38022e97-31ad-4418-8503-c09454b01e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006547 10.0.0.50 - - [2026-07-06 15:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.50 - - [2026-07-06 15:19:47] "GET /service-template/38022e97-31ad-4418-8503-c09454b01e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004353 10.0.0.50 - - [2026-07-06 15:19:47] "POST /id-to-fqname HTTP/1.1" 200 261 0.001306 10.0.0.50 - - [2026-07-06 15:19:47] "POST /id-to-fqname HTTP/1.1" 200 261 0.001568 10.0.0.50 - - [2026-07-06 15:19:48] "POST /id-to-fqname HTTP/1.1" 200 262 0.001713 10.0.0.50 - - [2026-07-06 15:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.50 - - [2026-07-06 15:19:48] "POST /neutron/network HTTP/1.1" 200 117 0.005851 10.0.0.50 - - [2026-07-06 15:19:48] "DELETE /service-template/38022e97-31ad-4418-8503-c09454b01e85 HTTP/1.1" 200 115 0.036157 10.0.0.50 - - [2026-07-06 15:19:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004289 10.0.0.50 - - [2026-07-06 15:19:50] "POST /neutron/network HTTP/1.1" 200 902 0.006986 10.0.0.50 - - [2026-07-06 15:19:50] "POST /neutron/network HTTP/1.1" 200 903 0.011142 10.0.0.242 - - [2026-07-06 15:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.33 - - [2026-07-06 15:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004646 10.0.0.33 - - [2026-07-06 15:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004047 10.0.0.50 - - [2026-07-06 15:19:51] "POST /neutron/network HTTP/1.1" 200 151 0.157474 10.0.0.33 - - [2026-07-06 15:19:51] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001610 10.0.0.242 - - [2026-07-06 15:19:51] "DELETE /route-target/fd355233-071b-41f8-8682-e64c89187382 HTTP/1.1" 200 115 0.033144 10.0.0.50 - - [2026-07-06 15:19:51] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.105366 10.0.0.33 - - [2026-07-06 15:19:51] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003780 10.0.0.50 - - [2026-07-06 15:19:51] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?fields=virtual_networks HTTP/1.1" 200 1040 0.080227 10.0.0.33 - - [2026-07-06 15:19:51] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001790 10.0.0.50 - - [2026-07-06 15:19:51] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.084892 10.0.0.33 - - [2026-07-06 15:19:51] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001445 10.0.0.50 - - [2026-07-06 15:19:51] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?fields=security_groups HTTP/1.1" 200 1271 0.052893 10.0.0.50 - - [2026-07-06 15:19:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.028975 10.0.0.33 - - [2026-07-06 15:19:52] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004245 10.0.0.33 - - [2026-07-06 15:19:52] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.33 - - [2026-07-06 15:19:52] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007127 10.0.0.33 - - [2026-07-06 15:19:52] "POST /id-to-fqname HTTP/1.1" 200 199 0.001304 10.0.0.33 - - [2026-07-06 15:19:52] "POST /fqname-to-id HTTP/1.1" 404 208 0.002955 10.0.0.33 - - [2026-07-06 15:19:52] "POST /security-groups HTTP/1.1" 200 600 0.084606 10.0.0.33 - - [2026-07-06 15:19:52] "POST /projects HTTP/1.1" 200 603 0.296659 10.0.0.242 - - [2026-07-06 15:19:52] "POST /fqname-to-id HTTP/1.1" 404 242 0.009256 10.0.0.33 - - [2026-07-06 15:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.376535 10.0.0.50 - - [2026-07-06 15:19:53] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.560857 10.0.0.50 - - [2026-07-06 15:19:53] "POST /neutron/network HTTP/1.1" 200 117 0.015177 10.0.0.50 - - [2026-07-06 15:19:53] "POST /neutron/network HTTP/1.1" 200 117 0.010314 10.0.0.50 - - [2026-07-06 15:19:54] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.50 - - [2026-07-06 15:19:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000692 10.0.0.50 - - [2026-07-06 15:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.071200 10.0.0.33 - - [2026-07-06 15:19:55] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.027347 10.0.0.50 - - [2026-07-06 15:19:55] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.074178 10.0.0.50 - - [2026-07-06 15:19:55] "POST /neutron/network HTTP/1.1" 200 117 0.030707 10.0.0.242 - - [2026-07-06 15:19:55] "POST /ref-update HTTP/1.1" 200 156 0.038645 10.0.0.242 - - [2026-07-06 15:19:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003261 10.0.0.33 - - [2026-07-06 15:19:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008223 10.0.0.50 - - [2026-07-06 15:19:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.200484 10.0.0.50 - - [2026-07-06 15:19:55] "POST /id-to-fqname HTTP/1.1" 200 269 0.001257 10.0.0.50 - - [2026-07-06 15:19:55] "GET /virtual-network/8342c7fa-a5db-4690-beef-1bfc64c8ec54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005617 10.0.0.50 - - [2026-07-06 15:19:55] "GET /virtual-network/8342c7fa-a5db-4690-beef-1bfc64c8ec54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006350 10.0.0.50 - - [2026-07-06 15:19:55] "POST /neutron/network HTTP/1.1" 200 1088 0.009581 10.0.0.50 - - [2026-07-06 15:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.33 - - [2026-07-06 15:19:56] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001028 10.0.0.50 - - [2026-07-06 15:19:56] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.058800 10.0.0.50 - - [2026-07-06 15:19:56] "POST /neutron/network HTTP/1.1" 200 117 0.022692 10.0.0.50 - - [2026-07-06 15:19:56] "POST /neutron/network HTTP/1.1" 200 117 0.010140 10.0.0.33 - - [2026-07-06 15:19:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009418 10.0.0.50 - - [2026-07-06 15:19:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.262898 10.0.0.50 - - [2026-07-06 15:19:56] "POST /id-to-fqname HTTP/1.1" 200 269 0.001288 10.0.0.50 - - [2026-07-06 15:19:56] "GET /virtual-network/161f74ff-f229-436e-bb30-8ffdd5f20189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.005975 10.0.0.50 - - [2026-07-06 15:19:56] "GET /virtual-network/161f74ff-f229-436e-bb30-8ffdd5f20189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006706 10.0.0.50 - - [2026-07-06 15:19:57] "POST /neutron/network HTTP/1.1" 200 1088 0.009713 10.0.0.50 - - [2026-07-06 15:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.33 - - [2026-07-06 15:19:57] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001372 10.0.0.50 - - [2026-07-06 15:19:57] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046211 10.0.0.50 - - [2026-07-06 15:19:57] "POST /neutron/network HTTP/1.1" 200 117 0.017777 10.0.0.242 - - [2026-07-06 15:19:57] "POST /route-targets HTTP/1.1" 200 327 0.015822 10.0.0.242 - - [2026-07-06 15:19:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003546 10.0.0.33 - - [2026-07-06 15:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.012477 10.0.0.50 - - [2026-07-06 15:19:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.221492 10.0.0.50 - - [2026-07-06 15:19:57] "POST /neutron/network HTTP/1.1" 200 1088 0.010659 10.0.0.50 - - [2026-07-06 15:19:57] "POST /id-to-fqname HTTP/1.1" 200 270 0.001143 10.0.0.50 - - [2026-07-06 15:19:57] "GET /virtual-network/d67bc27f-90f5-4491-8540-1bd18c5c98a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005629 10.0.0.50 - - [2026-07-06 15:19:57] "GET /virtual-network/d67bc27f-90f5-4491-8540-1bd18c5c98a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005758 10.0.0.50 - - [2026-07-06 15:19:57] "POST /neutron/port HTTP/1.1" 200 117 0.009065 10.0.0.50 - - [2026-07-06 15:19:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.010909 10.0.0.50 - - [2026-07-06 15:19:57] "POST /id-to-fqname HTTP/1.1" 200 269 0.001325 10.0.0.33 - - [2026-07-06 15:19:58] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001028 10.0.0.50 - - [2026-07-06 15:19:58] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051854 10.0.0.50 - - [2026-07-06 15:19:58] "POST /neutron/network HTTP/1.1" 200 1088 0.010665 10.0.0.50 - - [2026-07-06 15:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.005942 10.0.0.50 - - [2026-07-06 15:19:58] "POST /id-to-fqname HTTP/1.1" 200 270 0.001586 10.0.0.50 - - [2026-07-06 15:19:58] "POST /neutron/network HTTP/1.1" 200 1088 0.011042 10.0.0.50 - - [2026-07-06 15:20:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003812 10.0.0.50 - - [2026-07-06 15:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.33 - - [2026-07-06 15:20:00] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.50 - - [2026-07-06 15:20:00] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008379 10.0.0.50 - - [2026-07-06 15:20:00] "POST /service-templates HTTP/1.1" 200 543 0.031106 10.0.0.50 - - [2026-07-06 15:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.50 - - [2026-07-06 15:20:00] "GET /service-template/3ea0b437-0cac-43e9-ad87-6a6fd199b9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006603 10.0.0.50 - - [2026-07-06 15:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.50 - - [2026-07-06 15:20:00] "GET /service-template/3ea0b437-0cac-43e9-ad87-6a6fd199b9a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004747 10.0.0.50 - - [2026-07-06 15:20:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001563 10.0.0.50 - - [2026-07-06 15:20:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001504 10.0.0.50 - - [2026-07-06 15:20:00] "POST /id-to-fqname HTTP/1.1" 200 270 0.001828 10.0.0.50 - - [2026-07-06 15:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.010792 10.0.0.50 - - [2026-07-06 15:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.50 - - [2026-07-06 15:20:01] "DELETE /service-template/3ea0b437-0cac-43e9-ad87-6a6fd199b9a5 HTTP/1.1" 200 115 0.034951 10.0.0.50 - - [2026-07-06 15:20:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.007238 10.0.0.50 - - [2026-07-06 15:20:02] "POST /neutron/network HTTP/1.1" 200 117 0.014720 10.0.0.50 - - [2026-07-06 15:20:02] "POST /neutron/network HTTP/1.1" 200 117 0.025279 10.0.0.242 - - [2026-07-06 15:20:02] "DELETE /route-target/9033ec38-e17b-42f4-b7ed-27109afee7a8 HTTP/1.1" 200 115 0.027823 10.0.0.50 - - [2026-07-06 15:20:03] "POST /neutron/network HTTP/1.1" 200 1088 0.015729 10.0.0.242 - - [2026-07-06 15:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390 10.0.0.33 - - [2026-07-06 15:20:03] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001692 10.0.0.50 - - [2026-07-06 15:20:03] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.089578 10.0.0.33 - - [2026-07-06 15:20:03] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001119 10.0.0.50 - - [2026-07-06 15:20:03] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?fields=virtual_networks HTTP/1.1" 200 1050 0.044991 10.0.0.33 - - [2026-07-06 15:20:03] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001545 10.0.0.50 - - [2026-07-06 15:20:03] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.043723 10.0.0.33 - - [2026-07-06 15:20:03] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001827 10.0.0.50 - - [2026-07-06 15:20:03] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?fields=security_groups HTTP/1.1" 200 1285 0.062272 10.0.0.50 - - [2026-07-06 15:20:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.029462 10.0.0.33 - - [2026-07-06 15:20:04] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003171 10.0.0.33 - - [2026-07-06 15:20:04] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.33 - - [2026-07-06 15:20:04] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033570 10.0.0.33 - - [2026-07-06 15:20:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.006307 10.0.0.33 - - [2026-07-06 15:20:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.007859 10.0.0.33 - - [2026-07-06 15:20:04] "POST /security-groups HTTP/1.1" 200 603 0.081702 10.0.0.33 - - [2026-07-06 15:20:04] "POST /projects HTTP/1.1" 200 609 0.310033 10.0.0.242 - - [2026-07-06 15:20:04] "POST /access-control-lists HTTP/1.1" 200 608 0.035970 10.0.0.33 - - [2026-07-06 15:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.378862 10.0.0.50 - - [2026-07-06 15:20:05] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.567035 10.0.0.50 - - [2026-07-06 15:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.008164 10.0.0.50 - - [2026-07-06 15:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.50 - - [2026-07-06 15:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.008807 10.0.0.50 - - [2026-07-06 15:20:06] "GET / HTTP/1.1" 200 35931 0.002256 10.0.0.50 - - [2026-07-06 15:20:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-07-06 15:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.058219 10.0.0.33 - - [2026-07-06 15:20:07] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001382 10.0.0.50 - - [2026-07-06 15:20:07] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050761 10.0.0.33 - - [2026-07-06 15:20:07] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.50 - - [2026-07-06 15:20:08] "POST /neutron/network HTTP/1.1" 200 619 0.216089 10.0.0.242 - - [2026-07-06 15:20:08] "POST /route-targets HTTP/1.1" 200 327 0.021631 10.0.0.50 - - [2026-07-06 15:20:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.004968 10.0.0.50 - - [2026-07-06 15:20:08] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007495 10.0.0.50 - - [2026-07-06 15:20:08] "POST /neutron/port HTTP/1.1" 200 117 0.006961 10.0.0.50 - - [2026-07-06 15:20:08] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008271 10.0.0.50 - - [2026-07-06 15:20:08] "POST /neutron/network HTTP/1.1" 200 839 0.009299 10.0.0.50 - - [2026-07-06 15:20:09] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007493 10.0.0.50 - - [2026-07-06 15:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.006599 10.0.0.50 - - [2026-07-06 15:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.008454 10.0.0.50 - - [2026-07-06 15:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.33 - - [2026-07-06 15:20:10] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.50 - - [2026-07-06 15:20:10] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049499 10.0.0.33 - - [2026-07-06 15:20:10] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.50 - - [2026-07-06 15:20:10] "POST /neutron/network HTTP/1.1" 200 619 0.168149 10.0.0.242 - - [2026-07-06 15:20:10] "POST /ref-update HTTP/1.1" 200 156 0.025496 10.0.0.50 - - [2026-07-06 15:20:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.003552 10.0.0.50 - - [2026-07-06 15:20:11] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006202 10.0.0.50 - - [2026-07-06 15:20:11] "POST /neutron/network HTTP/1.1" 200 840 0.010518 10.0.0.50 - - [2026-07-06 15:20:11] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006263 10.0.0.50 - - [2026-07-06 15:20:11] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006048 10.0.0.50 - - [2026-07-06 15:20:11] "GET /obj-perms HTTP/1.1" 200 4491 0.043441 10.0.0.242 - - [2026-07-06 15:20:11] "GET /obj-perms HTTP/1.1" 200 4491 0.041670 10.0.0.50 - - [2026-07-06 15:20:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001374 10.0.0.50 - - [2026-07-06 15:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.008057 10.0.0.50 - - [2026-07-06 15:20:14] "POST /neutron/network HTTP/1.1" 200 117 0.012668 10.0.0.33 - - [2026-07-06 15:20:20] "DELETE /project/52a0ca39592742f0982ab41298008e20 HTTP/1.1" 404 173 0.019810 10.0.0.33 - - [2026-07-06 15:20:20] "DELETE /project/bc3c6cab85274f27a48f16d18870e2b9 HTTP/1.1" 404 173 0.025716 10.0.0.33 - - [2026-07-06 15:20:20] "DELETE /project/1ea4ccbb6322440cbe84ffce004f28ff HTTP/1.1" 404 173 0.014501 10.0.0.33 - - [2026-07-06 15:20:20] "DELETE /project/a698817049004505b59aac3d8b2e8e44 HTTP/1.1" 404 173 0.015851 10.0.0.33 - - [2026-07-06 15:20:20] "DELETE /project/4d869546638540c3814de6836bb86006 HTTP/1.1" 404 173 0.027873 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001096 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000868 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000718 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.113005 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.132202 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.157585 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.169261 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001441 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001686 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001035 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.191864 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.33 - - [2026-07-06 15:20:20] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001389 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?fields=security_groups HTTP/1.1" 200 1377 0.100552 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?fields=security_groups HTTP/1.1" 200 1386 0.108541 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?fields=security_groups HTTP/1.1" 200 1390 0.151547 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?fields=security_groups HTTP/1.1" 200 1366 0.140489 10.0.0.33 - - [2026-07-06 15:20:20] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?fields=security_groups HTTP/1.1" 200 1376 0.189180 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /security-group/4635c5a7-572e-4265-b719-fd046eb5471a HTTP/1.1" 200 115 0.140948 10.0.0.33 - - [2026-07-06 15:20:21] "GET /projects?obj_uuids=1ea4ccbb-6322-440c-be84-ffce004f28ff&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /security-group/8a794ef1-93dd-4f91-a698-7dd128eef507 HTTP/1.1" 200 115 0.136291 10.0.0.33 - - [2026-07-06 15:20:21] "GET /projects?obj_uuids=f542a051-00da-45e7-b793-5efd50a76889&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001809 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /security-group/57fda7eb-d925-49ea-9922-0049a9d057f3 HTTP/1.1" 200 115 0.190309 10.0.0.33 - - [2026-07-06 15:20:21] "GET /projects?obj_uuids=52a0ca39-5927-42f0-982a-b41298008e20&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001918 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /security-group/f032fab5-d941-4114-b9eb-8f3e3591c28f HTTP/1.1" 200 115 0.185939 10.0.0.33 - - [2026-07-06 15:20:21] "GET /projects?obj_uuids=a6988170-4900-4505-b59a-ac3d8b2e8e44&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001934 10.0.0.33 - - [2026-07-06 15:20:21] "GET /project/1ea4ccbb-6322-440c-be84-ffce004f28ff?fields=application_policy_sets HTTP/1.1" 200 1425 0.100546 10.0.0.33 - - [2026-07-06 15:20:21] "GET /project/52a0ca39-5927-42f0-982a-b41298008e20?fields=application_policy_sets HTTP/1.1" 200 1416 0.106469 10.0.0.33 - - [2026-07-06 15:20:21] "GET /project/f542a051-00da-45e7-b793-5efd50a76889?fields=application_policy_sets HTTP/1.1" 200 1405 0.156810 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /security-group/2023c0e0-75fd-4fc1-8bdb-572e4b54031d HTTP/1.1" 200 115 0.223135 10.0.0.33 - - [2026-07-06 15:20:21] "GET /projects?obj_uuids=4d869546-6385-40c3-814d-e6836bb86006&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003114 10.0.0.33 - - [2026-07-06 15:20:21] "GET /project/a6988170-4900-4505-b59a-ac3d8b2e8e44?fields=application_policy_sets HTTP/1.1" 200 1429 0.151668 10.0.0.242 - - [2026-07-06 15:20:21] "DELETE /access-control-list/d658f16f-4a1e-4ce7-b3de-04f8c6ea8f75 HTTP/1.1" 200 115 0.114633 10.0.0.33 - - [2026-07-06 15:20:21] "GET /project/4d869546-6385-40c3-814d-e6836bb86006?fields=application_policy_sets HTTP/1.1" 200 1415 0.159166 10.0.0.242 - - [2026-07-06 15:20:21] "DELETE /access-control-list/67ef693d-6ee9-44a7-aacb-aa6a57294030 HTTP/1.1" 200 115 0.109688 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /project/1ea4ccbb-6322-440c-be84-ffce004f28ff HTTP/1.1" 200 115 1.046071 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /project/52a0ca39-5927-42f0-982a-b41298008e20 HTTP/1.1" 200 115 1.106264 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /project/f542a051-00da-45e7-b793-5efd50a76889 HTTP/1.1" 200 115 1.137673 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /project/a6988170-4900-4505-b59a-ac3d8b2e8e44 HTTP/1.1" 200 115 1.128626 10.0.0.33 - - [2026-07-06 15:20:21] "DELETE /project/4d869546-6385-40c3-814d-e6836bb86006 HTTP/1.1" 200 115 1.228450 10.0.0.242 - - [2026-07-06 15:20:21] "DELETE /access-control-list/229bad63-01b8-490c-bf7a-c38ad9d2971b HTTP/1.1" 200 115 0.050064 10.0.0.33 - - [2026-07-06 15:20:30] "GET /obj-perms HTTP/1.1" 200 4493 0.046940 10.0.0.50 - - [2026-07-06 15:20:42] "POST /neutron/network HTTP/1.1" 200 840 0.037554 10.0.0.50 - - [2026-07-06 15:20:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001436 10.0.0.50 - - [2026-07-06 15:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.008477 10.0.0.33 - - [2026-07-06 15:20:42] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.50 - - [2026-07-06 15:20:42] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.076216 10.0.0.50 - - [2026-07-06 15:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.012311 10.0.0.50 - - [2026-07-06 15:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.33 - - [2026-07-06 15:20:43] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.50 - - [2026-07-06 15:20:43] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.076823 10.0.0.50 - - [2026-07-06 15:20:43] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007727 10.0.0.50 - - [2026-07-06 15:20:43] "GET /floating-ip-pools?parent_id=0f0da737-eaaf-4163-a883-7ccef3b5afb7&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003607 10.0.0.50 - - [2026-07-06 15:20:43] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006125 10.0.0.50 - - [2026-07-06 15:20:43] "POST /floating-ip-pools HTTP/1.1" 200 609 0.040114 10.0.0.50 - - [2026-07-06 15:20:43] "POST /ref-update HTTP/1.1" 200 156 0.018970 10.0.0.50 - - [2026-07-06 15:20:43] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006328 10.0.0.50 - - [2026-07-06 15:20:43] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006278 10.0.0.50 - - [2026-07-06 15:20:46] "POST /neutron/network HTTP/1.1" 200 850 0.009482 10.0.0.33 - - [2026-07-06 15:20:47] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.50 - - [2026-07-06 15:20:47] "POST /neutron/port HTTP/1.1" 200 1128 0.240246 10.0.0.50 - - [2026-07-06 15:20:47] "POST /neutron/port HTTP/1.1" 200 1073 0.478745 10.0.0.50 - - [2026-07-06 15:20:47] "POST /neutron/port HTTP/1.1" 200 1127 0.143802 10.0.0.50 - - [2026-07-06 15:20:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.011779 10.0.0.50 - - [2026-07-06 15:20:48] "POST /neutron/port HTTP/1.1" 200 1138 0.020535 10.0.0.50 - - [2026-07-06 15:20:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009700 10.0.0.50 - - [2026-07-06 15:20:49] "POST /neutron/network HTTP/1.1" 200 839 0.010407 10.0.0.50 - - [2026-07-06 15:20:59] "POST /neutron/port HTTP/1.1" 200 1138 0.056072 10.0.0.50 - - [2026-07-06 15:21:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010496 10.0.0.50 - - [2026-07-06 15:21:14] "POST /neutron/port HTTP/1.1" 200 1138 0.050042 10.0.0.50 - - [2026-07-06 15:21:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007594 10.0.0.50 - - [2026-07-06 15:21:29] "POST /neutron/port HTTP/1.1" 200 1138 0.021341 10.0.0.50 - - [2026-07-06 15:21:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008066 10.0.0.50 - - [2026-07-06 15:21:45] "POST /neutron/port HTTP/1.1" 200 1138 0.022994 10.0.0.50 - - [2026-07-06 15:21:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008437 10.0.0.50 - - [2026-07-06 15:22:00] "POST /neutron/port HTTP/1.1" 200 1138 0.019227 10.0.0.50 - - [2026-07-06 15:22:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009267 10.0.0.50 - - [2026-07-06 15:22:05] "POST /neutron/port HTTP/1.1" 200 1138 0.018357 10.0.0.50 - - [2026-07-06 15:22:05] "GET /virtual-machine/b1e45c8c-cebe-42b9-afd0-0ecab8ca9510 HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2026-07-06 15:22:05] "GET /virtual-machine/b1e45c8c-cebe-42b9-afd0-0ecab8ca9510 HTTP/1.1" 200 1305 0.032522 10.0.0.50 - - [2026-07-06 15:22:05] "GET /virtual-machine-interface/b503d14c-f7e9-4bd8-910a-3946c90ca281 HTTP/1.1" 200 3005 0.007104 10.0.0.50 - - [2026-07-06 15:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.50 - - [2026-07-06 15:22:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005861 10.0.0.50 - - [2026-07-06 15:22:05] "GET /virtual-networks?parent_id=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004060 10.0.0.50 - - [2026-07-06 15:22:06] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005855 10.0.0.50 - - [2026-07-06 15:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.50 - - [2026-07-06 15:22:09] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005807 10.0.0.50 - - [2026-07-06 15:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.50 - - [2026-07-06 15:22:13] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006187 10.0.0.50 - - [2026-07-06 15:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.50 - - [2026-07-06 15:22:17] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007026 10.0.0.50 - - [2026-07-06 15:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.50 - - [2026-07-06 15:22:21] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006658 10.0.0.50 - - [2026-07-06 15:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.50 - - [2026-07-06 15:22:25] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006038 10.0.0.50 - - [2026-07-06 15:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.50 - - [2026-07-06 15:22:29] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006379 10.0.0.50 - - [2026-07-06 15:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.50 - - [2026-07-06 15:22:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004529 10.0.0.50 - - [2026-07-06 15:22:31] "GET /virtual-networks?parent_id=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003638 10.0.0.50 - - [2026-07-06 15:22:31] "GET /virtual-network/ef684b78-f541-4829-8a83-02294b295ef4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005910 10.0.0.50 - - [2026-07-06 15:22:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008273 10.0.0.50 - - [2026-07-06 15:22:38] "POST /neutron/port HTTP/1.1" 200 1138 0.034117 10.0.0.50 - - [2026-07-06 15:22:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007870 10.0.0.50 - - [2026-07-06 15:22:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009424 10.0.0.50 - - [2026-07-06 15:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004550 10.0.0.50 - - [2026-07-06 15:22:42] "POST /neutron/network HTTP/1.1" 200 840 0.007765 10.0.0.50 - - [2026-07-06 15:22:47] "POST /neutron/floatingip HTTP/1.1" 200 531 0.012356 10.0.0.50 - - [2026-07-06 15:22:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008122 10.0.0.50 - - [2026-07-06 15:22:47] "POST /neutron/port HTTP/1.1" 200 1137 0.022108 10.0.0.50 - - [2026-07-06 15:22:47] "GET /virtual-machine/d30764c7-55c1-4707-99a0-1c207bb12e2b HTTP/1.1" 200 1305 0.006498 10.0.0.50 - - [2026-07-06 15:22:47] "GET /virtual-machine-interface/fa95ebb5-4f81-477b-a2fa-009c827a6bd7 HTTP/1.1" 200 3005 0.006011 10.0.0.50 - - [2026-07-06 15:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.50 - - [2026-07-06 15:22:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004108 10.0.0.50 - - [2026-07-06 15:22:47] "GET /virtual-networks?parent_id=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003147 10.0.0.50 - - [2026-07-06 15:22:47] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006520 10.0.0.50 - - [2026-07-06 15:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.50 - - [2026-07-06 15:22:48] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004154 10.0.0.50 - - [2026-07-06 15:22:48] "GET /virtual-networks?parent_id=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003707 10.0.0.50 - - [2026-07-06 15:22:48] "GET /virtual-network/0f0da737-eaaf-4163-a883-7ccef3b5afb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006416 10.0.0.50 - - [2026-07-06 15:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.50 - - [2026-07-06 15:22:48] "GET /routing-instance/11d57924-7c91-44b6-b698-c21a3ade29a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.006423 10.0.0.50 - - [2026-07-06 15:22:48] "GET /route-target/59c75bba-ffb8-4a91-8fb9-46abce58e676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004136 10.0.0.50 - - [2026-07-06 15:22:50] "POST /neutron/port HTTP/1.1" 200 1137 0.037468 10.0.0.50 - - [2026-07-06 15:22:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005183 10.0.0.50 - - [2026-07-06 15:22:51] "POST /neutron/network HTTP/1.1" 200 839 0.008745 10.0.0.50 - - [2026-07-06 15:22:58] "POST /neutron/floatingip HTTP/1.1" 200 531 0.010262 10.0.0.50 - - [2026-07-06 15:22:59] "GET /floating-ip-pool/2d455bd8-0f6e-4693-8e63-87e99def5f9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003939 10.0.0.50 - - [2026-07-06 15:22:59] "POST /ref-update HTTP/1.1" 200 156 0.014271 10.0.0.50 - - [2026-07-06 15:22:59] "DELETE /floating-ip-pool/2d455bd8-0f6e-4693-8e63-87e99def5f9b HTTP/1.1" 200 115 0.041543 10.0.0.50 - - [2026-07-06 15:22:59] "POST /neutron/network HTTP/1.1" 400 204 0.019157 10.0.0.50 - - [2026-07-06 15:23:01] "POST /neutron/port HTTP/1.1" 200 151 0.290048 10.0.0.50 - - [2026-07-06 15:23:01] "POST /neutron/port HTTP/1.1" 200 151 0.319937 10.0.0.50 - - [2026-07-06 15:23:03] "POST /neutron/network HTTP/1.1" 200 840 0.007586 10.0.0.242 - - [2026-07-06 15:23:03] "DELETE /route-target/eaa87423-29ee-4cb6-8e27-5ae5cdea82f0 HTTP/1.1" 200 115 0.036584 10.0.0.33 - - [2026-07-06 15:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003114 10.0.0.33 - - [2026-07-06 15:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002639 10.0.0.50 - - [2026-07-06 15:23:03] "POST /neutron/network HTTP/1.1" 200 151 0.139126 10.0.0.33 - - [2026-07-06 15:23:05] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.50 - - [2026-07-06 15:23:05] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049569 10.0.0.33 - - [2026-07-06 15:23:05] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001264 10.0.0.50 - - [2026-07-06 15:23:05] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?fields=virtual_networks HTTP/1.1" 200 1056 0.048664 10.0.0.33 - - [2026-07-06 15:23:05] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211 10.0.0.50 - - [2026-07-06 15:23:05] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.061493 10.0.0.33 - - [2026-07-06 15:23:05] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001425 10.0.0.50 - - [2026-07-06 15:23:05] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?fields=security_groups HTTP/1.1" 200 1294 0.049223 10.0.0.50 - - [2026-07-06 15:23:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.025486 10.0.0.33 - - [2026-07-06 15:23:06] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003747 10.0.0.33 - - [2026-07-06 15:23:06] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001306 10.0.0.33 - - [2026-07-06 15:23:06] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008260 10.0.0.33 - - [2026-07-06 15:23:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.002944 10.0.0.33 - - [2026-07-06 15:23:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.005743 10.0.0.33 - - [2026-07-06 15:23:06] "POST /security-groups HTTP/1.1" 200 591 0.045567 10.0.0.242 - - [2026-07-06 15:23:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.005835 10.0.0.33 - - [2026-07-06 15:23:07] "POST /projects HTTP/1.1" 200 585 0.297187 10.0.0.33 - - [2026-07-06 15:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.370740 10.0.0.242 - - [2026-07-06 15:23:07] "POST /access-control-lists HTTP/1.1" 200 594 0.036217 10.0.0.50 - - [2026-07-06 15:23:07] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.522524 10.0.0.50 - - [2026-07-06 15:23:08] "GET / HTTP/1.1" 200 35931 0.001839 10.0.0.33 - - [2026-07-06 15:23:11] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.50 - - [2026-07-06 15:23:11] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045544 10.0.0.33 - - [2026-07-06 15:23:11] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.50 - - [2026-07-06 15:23:11] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?fields=virtual_networks HTTP/1.1" 200 1031 0.040503 10.0.0.33 - - [2026-07-06 15:23:11] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.50 - - [2026-07-06 15:23:11] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042677 10.0.0.33 - - [2026-07-06 15:23:11] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.50 - - [2026-07-06 15:23:11] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?fields=security_groups HTTP/1.1" 200 1257 0.052942 10.0.0.50 - - [2026-07-06 15:23:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.032498 10.0.0.33 - - [2026-07-06 15:23:12] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004981 10.0.0.33 - - [2026-07-06 15:23:12] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.33 - - [2026-07-06 15:23:12] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007910 10.0.0.33 - - [2026-07-06 15:23:12] "POST /id-to-fqname HTTP/1.1" 200 185 0.001986 10.0.0.33 - - [2026-07-06 15:23:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.003591 10.0.0.33 - - [2026-07-06 15:23:12] "POST /security-groups HTTP/1.1" 200 586 0.080657 10.0.0.33 - - [2026-07-06 15:23:12] "POST /projects HTTP/1.1" 200 575 0.293998 10.0.0.242 - - [2026-07-06 15:23:12] "POST /fqname-to-id HTTP/1.1" 404 228 0.010107 10.0.0.33 - - [2026-07-06 15:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.365550 10.0.0.50 - - [2026-07-06 15:23:12] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.509097 10.0.0.50 - - [2026-07-06 15:23:14] "GET / HTTP/1.1" 200 35931 0.001420 10.0.0.33 - - [2026-07-06 15:23:19] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.50 - - [2026-07-06 15:23:19] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.045319 10.0.0.33 - - [2026-07-06 15:23:19] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001467 10.0.0.50 - - [2026-07-06 15:23:19] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?fields=virtual_networks HTTP/1.1" 200 1020 0.058853 10.0.0.33 - - [2026-07-06 15:23:20] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001287 10.0.0.50 - - [2026-07-06 15:23:20] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.052930 10.0.0.33 - - [2026-07-06 15:23:20] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001483 10.0.0.50 - - [2026-07-06 15:23:20] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?fields=security_groups HTTP/1.1" 200 1241 0.061175 10.0.0.50 - - [2026-07-06 15:23:20] "POST /fqname-to-id HTTP/1.1" 404 187 0.027367 10.0.0.33 - - [2026-07-06 15:23:21] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003798 10.0.0.33 - - [2026-07-06 15:23:21] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.33 - - [2026-07-06 15:23:21] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006913 10.0.0.33 - - [2026-07-06 15:23:21] "POST /id-to-fqname HTTP/1.1" 200 189 0.004174 10.0.0.33 - - [2026-07-06 15:23:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.013405 10.0.0.33 - - [2026-07-06 15:23:21] "POST /security-groups HTTP/1.1" 200 590 0.049473 10.0.0.33 - - [2026-07-06 15:23:21] "POST /projects HTTP/1.1" 200 583 0.294117 10.0.0.242 - - [2026-07-06 15:23:21] "POST /access-control-lists HTTP/1.1" 200 595 0.030721 10.0.0.33 - - [2026-07-06 15:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.367189 10.0.0.50 - - [2026-07-06 15:23:21] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.510369 10.0.0.33 - - [2026-07-06 15:23:21] "DELETE /project/24842864b7b3434ea2348fcfbdc3488d HTTP/1.1" 404 173 0.015321 10.0.0.33 - - [2026-07-06 15:23:21] "DELETE /project/449973c609b5402e8294621a01bc5e63 HTTP/1.1" 404 173 0.019635 10.0.0.33 - - [2026-07-06 15:23:21] "DELETE /project/0501dd88c92b4daa997326b4d6d2462d HTTP/1.1" 404 173 0.021191 10.0.0.33 - - [2026-07-06 15:23:21] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001228 10.0.0.33 - - [2026-07-06 15:23:21] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000811 10.0.0.33 - - [2026-07-06 15:23:21] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.070362 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.081670 10.0.0.33 - - [2026-07-06 15:23:22] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.100276 10.0.0.33 - - [2026-07-06 15:23:22] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001519 10.0.0.33 - - [2026-07-06 15:23:22] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001262 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?fields=security_groups HTTP/1.1" 200 1399 0.074961 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?fields=security_groups HTTP/1.1" 200 1346 0.088252 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?fields=security_groups HTTP/1.1" 200 1362 0.136423 10.0.0.33 - - [2026-07-06 15:23:22] "DELETE /security-group/4ae25afc-cb0a-4c8d-87f6-174cbe637be8 HTTP/1.1" 200 115 0.114256 10.0.0.33 - - [2026-07-06 15:23:22] "DELETE /security-group/2966aa54-ae31-4084-852a-9c9e15403e89 HTTP/1.1" 200 115 0.116843 10.0.0.33 - - [2026-07-06 15:23:22] "GET /projects?obj_uuids=bc3c6cab-8527-4f27-a48f-16d18870e2b9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001956 10.0.0.33 - - [2026-07-06 15:23:22] "GET /projects?obj_uuids=449973c6-09b5-402e-8294-621a01bc5e63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001023 10.0.0.242 - - [2026-07-06 15:23:22] "DELETE /access-control-list/409b38ba-79c7-44ce-85c6-5a220aeda5f0 HTTP/1.1" 200 115 0.079730 10.0.0.33 - - [2026-07-06 15:23:22] "DELETE /security-group/7f503207-7305-4d0f-b0ef-62a24a82c1c7 HTTP/1.1" 200 115 0.117491 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9?fields=application_policy_sets HTTP/1.1" 200 1438 0.085078 10.0.0.33 - - [2026-07-06 15:23:22] "GET /projects?obj_uuids=24842864-b7b3-434e-a234-8fcfbdc3488d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/449973c6-09b5-402e-8294-621a01bc5e63?fields=application_policy_sets HTTP/1.1" 200 1385 0.087284 10.0.0.33 - - [2026-07-06 15:23:22] "GET /project/24842864-b7b3-434e-a234-8fcfbdc3488d?fields=application_policy_sets HTTP/1.1" 200 1401 0.083435 10.0.0.242 - - [2026-07-06 15:23:22] "DELETE /access-control-list/097a6433-0c7a-4033-a4d7-c7c5ca3ae80b HTTP/1.1" 200 115 0.068356 10.0.0.33 - - [2026-07-06 15:23:22] "DELETE /project/bc3c6cab-8527-4f27-a48f-16d18870e2b9 HTTP/1.1" 200 115 0.708591 10.0.0.33 - - [2026-07-06 15:23:22] "DELETE /project/449973c6-09b5-402e-8294-621a01bc5e63 HTTP/1.1" 200 115 0.776296 10.0.0.33 - - [2026-07-06 15:23:22] "DELETE /project/24842864-b7b3-434e-a234-8fcfbdc3488d HTTP/1.1" 200 115 0.836751 10.0.0.50 - - [2026-07-06 15:23:22] "GET / HTTP/1.1" 200 35931 0.001600 10.0.0.242 - - [2026-07-06 15:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.242 - - [2026-07-06 15:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2026-07-06 15:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.33 - - [2026-07-06 15:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-07-06 15:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2026-07-06 15:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.242 - - [2026-07-06 15:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.50 - - [2026-07-06 15:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.242 - - [2026-07-06 15:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.50 - - [2026-07-06 15:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.50 - - [2026-07-06 15:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2026-07-06 15:23:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.33 - - [2026-07-06 15:23:26] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001269 10.0.0.50 - - [2026-07-06 15:23:26] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.050472 10.0.0.33 - - [2026-07-06 15:23:26] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001040 10.0.0.50 - - [2026-07-06 15:23:26] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?fields=virtual_networks HTTP/1.1" 200 1028 0.039686 10.0.0.33 - - [2026-07-06 15:23:26] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000975 10.0.0.50 - - [2026-07-06 15:23:26] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.042352 10.0.0.33 - - [2026-07-06 15:23:26] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001160 10.0.0.50 - - [2026-07-06 15:23:26] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?fields=security_groups HTTP/1.1" 200 1253 0.038174 10.0.0.50 - - [2026-07-06 15:23:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.026431 10.0.0.33 - - [2026-07-06 15:23:27] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003515 10.0.0.33 - - [2026-07-06 15:23:27] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.33 - - [2026-07-06 15:23:27] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007696 10.0.0.33 - - [2026-07-06 15:23:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.006292 10.0.0.33 - - [2026-07-06 15:23:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.006565 10.0.0.33 - - [2026-07-06 15:23:27] "POST /security-groups HTTP/1.1" 200 591 0.032438 10.0.0.242 - - [2026-07-06 15:23:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.003939 10.0.0.33 - - [2026-07-06 15:23:27] "POST /projects HTTP/1.1" 200 585 0.241930 10.0.0.33 - - [2026-07-06 15:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.318008 10.0.0.242 - - [2026-07-06 15:23:27] "POST /access-control-lists HTTP/1.1" 200 594 0.032083 10.0.0.50 - - [2026-07-06 15:23:27] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.448908 10.0.0.50 - - [2026-07-06 15:23:28] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.33 - - [2026-07-06 15:23:32] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.50 - - [2026-07-06 15:23:32] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.064815 10.0.0.33 - - [2026-07-06 15:23:32] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.50 - - [2026-07-06 15:23:32] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?fields=virtual_networks HTTP/1.1" 200 1031 0.075436 10.0.0.33 - - [2026-07-06 15:23:32] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002044 10.0.0.50 - - [2026-07-06 15:23:32] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.073055 10.0.0.33 - - [2026-07-06 15:23:32] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.50 - - [2026-07-06 15:23:32] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?fields=security_groups HTTP/1.1" 200 1257 0.054271 10.0.0.242 - - [2026-07-06 15:23:33] "GET /obj-perms HTTP/1.1" 200 4493 0.353224 10.0.0.50 - - [2026-07-06 15:23:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.026347 10.0.0.33 - - [2026-07-06 15:23:33] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003228 10.0.0.33 - - [2026-07-06 15:23:33] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.33 - - [2026-07-06 15:23:33] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008895 10.0.0.33 - - [2026-07-06 15:23:34] "POST /id-to-fqname HTTP/1.1" 200 194 0.001748 10.0.0.33 - - [2026-07-06 15:23:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.003297 10.0.0.33 - - [2026-07-06 15:23:34] "POST /security-groups HTTP/1.1" 200 595 0.032470 10.0.0.33 - - [2026-07-06 15:23:34] "POST /projects HTTP/1.1" 200 593 0.321163 10.0.0.242 - - [2026-07-06 15:23:34] "POST /fqname-to-id HTTP/1.1" 404 237 0.007760 10.0.0.33 - - [2026-07-06 15:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.396160 10.0.0.50 - - [2026-07-06 15:23:34] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.528279 10.0.0.50 - - [2026-07-06 15:23:35] "GET / HTTP/1.1" 200 35931 0.002227 10.0.0.33 - - [2026-07-06 15:23:38] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001112 10.0.0.50 - - [2026-07-06 15:23:38] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049729 10.0.0.33 - - [2026-07-06 15:23:38] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.50 - - [2026-07-06 15:23:38] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?fields=virtual_networks HTTP/1.1" 200 1039 0.049795 10.0.0.33 - - [2026-07-06 15:23:38] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001265 10.0.0.50 - - [2026-07-06 15:23:38] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.044460 10.0.0.33 - - [2026-07-06 15:23:38] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001382 10.0.0.50 - - [2026-07-06 15:23:38] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?fields=security_groups HTTP/1.1" 200 1269 0.058376 10.0.0.50 - - [2026-07-06 15:23:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.026821 10.0.0.33 - - [2026-07-06 15:23:39] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003946 10.0.0.33 - - [2026-07-06 15:23:39] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.33 - - [2026-07-06 15:23:39] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008060 10.0.0.33 - - [2026-07-06 15:23:40] "POST /id-to-fqname HTTP/1.1" 200 185 0.005975 10.0.0.33 - - [2026-07-06 15:23:40] "POST /fqname-to-id HTTP/1.1" 404 194 0.004028 10.0.0.33 - - [2026-07-06 15:23:40] "POST /security-groups HTTP/1.1" 200 586 0.078113 10.0.0.33 - - [2026-07-06 15:23:40] "POST /projects HTTP/1.1" 200 575 0.299190 10.0.0.242 - - [2026-07-06 15:23:40] "POST /access-control-lists HTTP/1.1" 200 591 0.028181 10.0.0.33 - - [2026-07-06 15:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.369168 10.0.0.50 - - [2026-07-06 15:23:40] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.524146 10.0.0.50 - - [2026-07-06 15:23:41] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.50 - - [2026-07-06 15:23:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003800 10.0.0.242 - - [2026-07-06 15:23:42] "POST /fqname-to-id HTTP/1.1" 404 228 0.004721 10.0.0.242 - - [2026-07-06 15:23:42] "POST /access-control-lists HTTP/1.1" 200 588 0.032835 10.0.0.50 - - [2026-07-06 15:23:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.034218 10.0.0.242 - - [2026-07-06 15:23:42] "PUT /access-control-list/b3169ad2-b58c-4c57-a2e0-6be9157a9d4e HTTP/1.1" 200 272 0.020482 10.0.0.50 - - [2026-07-06 15:23:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.205330 10.0.0.50 - - [2026-07-06 15:23:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.005950 10.0.0.242 - - [2026-07-06 15:23:43] "POST /access-control-lists HTTP/1.1" 200 590 0.034721 10.0.0.242 - - [2026-07-06 15:23:43] "PUT /access-control-list/842c56e7-2549-4604-8ab7-a48059513fc7 HTTP/1.1" 200 272 0.021470 10.0.0.50 - - [2026-07-06 15:23:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.018283 10.0.0.50 - - [2026-07-06 15:23:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.200453 10.0.0.50 - - [2026-07-06 15:23:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.242 - - [2026-07-06 15:23:43] "PUT /access-control-list/842c56e7-2549-4604-8ab7-a48059513fc7 HTTP/1.1" 200 272 0.030918 10.0.0.50 - - [2026-07-06 15:23:44] "POST /fqname-to-id HTTP/1.1" 404 210 0.024221 10.0.0.242 - - [2026-07-06 15:23:44] "POST /fqname-to-id HTTP/1.1" 404 244 0.009507 10.0.0.242 - - [2026-07-06 15:23:44] "PUT /access-control-list/5c67a353-1d49-40e1-94d6-5dbb481967c8 HTTP/1.1" 200 272 0.033330 10.0.0.50 - - [2026-07-06 15:23:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.028649 10.0.0.50 - - [2026-07-06 15:23:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149308 10.0.0.50 - - [2026-07-06 15:23:45] "POST /fqname-to-id HTTP/1.1" 404 210 0.004373 10.0.0.242 - - [2026-07-06 15:23:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.004594 10.0.0.242 - - [2026-07-06 15:23:45] "POST /access-control-lists HTTP/1.1" 200 605 0.034462 10.0.0.50 - - [2026-07-06 15:23:45] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.016369 10.0.0.242 - - [2026-07-06 15:23:45] "PUT /access-control-list/5dcd1a42-081a-4605-a861-b9fa45859589 HTTP/1.1" 200 272 0.017105 10.0.0.50 - - [2026-07-06 15:23:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124203 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.009605 10.0.0.242 - - [2026-07-06 15:23:47] "PUT /logical-router/7f1640bf-1626-4fbf-8b8b-07efd1feebd5 HTTP/1.1" 200 262 0.047876 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.006532 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.004483 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.005098 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.004170 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.005056 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.004952 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.004499 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.005114 10.0.0.50 - - [2026-07-06 15:23:47] "POST /neutron/router HTTP/1.1" 200 541 0.005221 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 541 0.004601 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 542 0.040290 10.0.0.33 - - [2026-07-06 15:23:48] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003552 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.111628 10.0.0.242 - - [2026-07-06 15:23:48] "POST /route-targets HTTP/1.1" 200 327 0.016964 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.005677 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.008950 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004086 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004040 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004281 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004329 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004181 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004115 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004559 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.004167 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 559 0.026557 10.0.0.50 - - [2026-07-06 15:23:48] "POST /neutron/router HTTP/1.1" 200 560 0.005021 10.0.0.242 - - [2026-07-06 15:23:49] "DELETE /route-target/15f64328-3d6a-467e-a6d4-55637bddac81 HTTP/1.1" 200 115 0.032540 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.008307 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.005178 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.009933 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.004307 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.005111 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.005205 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.004397 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.004625 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.004294 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.004092 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.004206 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 542 0.006618 10.0.0.242 - - [2026-07-06 15:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/router HTTP/1.1" 200 151 0.079899 10.0.0.50 - - [2026-07-06 15:23:49] "GET /logical-router/ccd1b814-1b9b-415b-a5ab-a85e1dd5aa7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.033539 10.0.0.50 - - [2026-07-06 15:23:49] "POST /neutron/security_group HTTP/1.1" 200 521 0.004028 10.0.0.242 - - [2026-07-06 15:23:50] "DELETE /access-control-list/5dcd1a42-081a-4605-a861-b9fa45859589 HTTP/1.1" 200 115 0.039764 10.0.0.50 - - [2026-07-06 15:23:50] "POST /neutron/security_group HTTP/1.1" 200 151 0.076859 10.0.0.242 - - [2026-07-06 15:23:50] "DELETE /access-control-list/b3f6fec9-b297-45ee-ba95-d1a995d4072a HTTP/1.1" 200 115 0.035145 10.0.0.242 - - [2026-07-06 15:23:50] "DELETE /access-control-list/b3169ad2-b58c-4c57-a2e0-6be9157a9d4e HTTP/1.1" 200 115 0.029969 10.0.0.33 - - [2026-07-06 15:23:51] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001436 10.0.0.50 - - [2026-07-06 15:23:51] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.050563 10.0.0.33 - - [2026-07-06 15:23:51] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001441 10.0.0.50 - - [2026-07-06 15:23:51] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?fields=virtual_networks HTTP/1.1" 200 1021 0.057029 10.0.0.33 - - [2026-07-06 15:23:51] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.50 - - [2026-07-06 15:23:51] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042573 10.0.0.33 - - [2026-07-06 15:23:51] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.50 - - [2026-07-06 15:23:51] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?fields=security_groups HTTP/1.1" 200 1242 0.044760 10.0.0.50 - - [2026-07-06 15:23:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.029513 10.0.0.33 - - [2026-07-06 15:23:52] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003191 10.0.0.33 - - [2026-07-06 15:23:52] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.33 - - [2026-07-06 15:23:52] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012019 10.0.0.33 - - [2026-07-06 15:23:52] "POST /id-to-fqname HTTP/1.1" 200 186 0.002941 10.0.0.33 - - [2026-07-06 15:23:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.005909 10.0.0.33 - - [2026-07-06 15:23:53] "POST /security-groups HTTP/1.1" 200 587 0.081966 10.0.0.33 - - [2026-07-06 15:23:53] "POST /projects HTTP/1.1" 200 577 0.318026 10.0.0.242 - - [2026-07-06 15:23:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.011099 10.0.0.33 - - [2026-07-06 15:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.385401 10.0.0.50 - - [2026-07-06 15:23:53] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.552121 10.0.0.50 - - [2026-07-06 15:23:54] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.50 - - [2026-07-06 15:23:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-07-06 15:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.047881 10.0.0.33 - - [2026-07-06 15:23:56] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001117 10.0.0.50 - - [2026-07-06 15:23:56] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052536 10.0.0.50 - - [2026-07-06 15:23:56] "POST /neutron/network HTTP/1.1" 200 117 0.029361 10.0.0.242 - - [2026-07-06 15:23:56] "POST /ref-update HTTP/1.1" 200 156 0.025494 10.0.0.50 - - [2026-07-06 15:23:57] "POST /neutron/network HTTP/1.1" 200 818 0.010660 10.0.0.50 - - [2026-07-06 15:23:57] "POST /id-to-fqname HTTP/1.1" 200 216 0.001521 10.0.0.50 - - [2026-07-06 15:23:57] "GET /virtual-network/1f197911-d933-41fe-9f05-5ed08ebfefce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005962 10.0.0.50 - - [2026-07-06 15:23:57] "GET /virtual-network/1f197911-d933-41fe-9f05-5ed08ebfefce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005940 10.0.0.50 - - [2026-07-06 15:23:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.010072 10.0.0.50 - - [2026-07-06 15:23:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.003266 10.0.0.50 - - [2026-07-06 15:23:57] "GET /virtual-network/1f197911-d933-41fe-9f05-5ed08ebfefce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.006025 10.0.0.50 - - [2026-07-06 15:23:57] "GET /virtual-machine-interface/3e5d4394-6112-4a65-9b77-e07de10c3bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.008073 10.0.0.50 - - [2026-07-06 15:23:57] "GET /virtual-machine-interface/3e5d4394-6112-4a65-9b77-e07de10c3bf9?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.009620 10.0.0.50 - - [2026-07-06 15:23:57] "GET /instance-ip/ed1facd7-ed92-4c63-8120-26977ee120e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004824 10.0.0.50 - - [2026-07-06 15:23:58] "POST /neutron/port HTTP/1.1" 200 151 0.113247 10.0.0.50 - - [2026-07-06 15:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.33 - - [2026-07-06 15:24:00] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001298 10.0.0.50 - - [2026-07-06 15:24:00] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045615 10.0.0.50 - - [2026-07-06 15:24:00] "POST /neutron/network HTTP/1.1" 200 117 0.013240 10.0.0.242 - - [2026-07-06 15:24:01] "POST /route-targets HTTP/1.1" 200 327 0.028476 10.0.0.33 - - [2026-07-06 15:24:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007640 10.0.0.50 - - [2026-07-06 15:24:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.235347 10.0.0.50 - - [2026-07-06 15:24:01] "POST /id-to-fqname HTTP/1.1" 200 217 0.001774 10.0.0.50 - - [2026-07-06 15:24:01] "GET /virtual-network/18c1af24-c889-4be0-8146-065e983575f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006186 10.0.0.50 - - [2026-07-06 15:24:01] "GET /virtual-network/18c1af24-c889-4be0-8146-065e983575f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006424 10.0.0.50 - - [2026-07-06 15:24:01] "POST /neutron/network HTTP/1.1" 200 979 0.010439 10.0.0.33 - - [2026-07-06 15:24:01] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001508 10.0.0.50 - - [2026-07-06 15:24:02] "POST /neutron/port HTTP/1.1" 200 1018 0.273385 10.0.0.50 - - [2026-07-06 15:24:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001313 10.0.0.50 - - [2026-07-06 15:24:02] "POST /neutron/port HTTP/1.1" 200 1018 0.013182 10.0.0.50 - - [2026-07-06 15:24:02] "POST /neutron/port HTTP/1.1" 200 117 0.013306 10.0.0.50 - - [2026-07-06 15:24:02] "POST /id-to-fqname HTTP/1.1" 200 217 0.001436 10.0.0.50 - - [2026-07-06 15:24:03] "POST /neutron/port HTTP/1.1" 200 1019 0.044909 10.0.0.50 - - [2026-07-06 15:24:03] "POST /neutron/network HTTP/1.1" 200 979 0.009732 10.0.0.50 - - [2026-07-06 15:24:03] "POST /neutron/port HTTP/1.1" 200 117 0.008900 10.0.0.50 - - [2026-07-06 15:24:07] "POST /neutron/port HTTP/1.1" 200 1018 0.017341 10.0.0.50 - - [2026-07-06 15:24:07] "POST /neutron/port HTTP/1.1" 200 1018 0.016279 10.0.0.50 - - [2026-07-06 15:24:07] "POST /neutron/port HTTP/1.1" 200 1019 0.019048 10.0.0.50 - - [2026-07-06 15:24:07] "POST /neutron/port HTTP/1.1" 200 1111 0.260576 10.0.0.50 - - [2026-07-06 15:24:08] "POST /neutron/port HTTP/1.1" 200 1120 0.022834 10.0.0.50 - - [2026-07-06 15:24:08] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.50 - - [2026-07-06 15:24:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122 10.0.0.50 - - [2026-07-06 15:24:09] "POST /neutron/network HTTP/1.1" 200 979 0.009700 10.0.0.50 - - [2026-07-06 15:24:18] "POST /neutron/port HTTP/1.1" 200 1120 0.019995 10.0.0.50 - - [2026-07-06 15:24:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008366 10.0.0.50 - - [2026-07-06 15:24:18] "GET /virtual-machine/4c8535d5-4d99-466b-9620-e7dc9225132d HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2026-07-06 15:24:19] "POST /neutron/port HTTP/1.1" 200 1120 0.020221 10.0.0.50 - - [2026-07-06 15:24:19] "GET /virtual-machine/4c8535d5-4d99-466b-9620-e7dc9225132d HTTP/1.1" 200 1284 0.027411 10.0.0.50 - - [2026-07-06 15:24:19] "GET /virtual-machine-interface/f9b47627-0f30-46c0-bede-bcbabb238716 HTTP/1.1" 200 2925 0.005416 10.0.0.50 - - [2026-07-06 15:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.50 - - [2026-07-06 15:24:19] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004833 10.0.0.50 - - [2026-07-06 15:24:19] "GET /virtual-networks?parent_id=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003509 10.0.0.50 - - [2026-07-06 15:24:19] "GET /virtual-network/18c1af24-c889-4be0-8146-065e983575f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007263 10.0.0.50 - - [2026-07-06 15:24:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006677 10.0.0.50 - - [2026-07-06 15:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.50 - - [2026-07-06 15:24:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004033 10.0.0.50 - - [2026-07-06 15:24:20] "GET /virtual-networks?parent_id=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003082 10.0.0.50 - - [2026-07-06 15:24:20] "GET /virtual-network/18c1af24-c889-4be0-8146-065e983575f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006093 10.0.0.50 - - [2026-07-06 15:24:20] "POST /neutron/port HTTP/1.1" 200 1121 0.017357 10.0.0.50 - - [2026-07-06 15:24:20] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007760 10.0.0.50 - - [2026-07-06 15:24:20] "GET /virtual-machine/6a5adc3b-0e1b-412a-b3e5-43f598d4ae02 HTTP/1.1" 200 1284 0.007226 10.0.0.50 - - [2026-07-06 15:24:20] "GET /virtual-machine-interface/03adfbdc-47d7-4d65-b4f2-3287a10b215f HTTP/1.1" 200 2923 0.006078 10.0.0.50 - - [2026-07-06 15:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.50 - - [2026-07-06 15:24:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003784 10.0.0.50 - - [2026-07-06 15:24:20] "GET /virtual-networks?parent_id=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003511 10.0.0.50 - - [2026-07-06 15:24:20] "GET /virtual-network/18c1af24-c889-4be0-8146-065e983575f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006468 10.0.0.50 - - [2026-07-06 15:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.50 - - [2026-07-06 15:24:22] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004601 10.0.0.50 - - [2026-07-06 15:24:22] "GET /virtual-networks?parent_id=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003245 10.0.0.50 - - [2026-07-06 15:24:22] "GET /virtual-network/18c1af24-c889-4be0-8146-065e983575f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006197 10.0.0.33 - - [2026-07-06 15:24:22] "DELETE /project/1390e43afa7346caab0ad437103da2c2 HTTP/1.1" 404 173 0.019059 10.0.0.33 - - [2026-07-06 15:24:22] "DELETE /project/53e0586f5c124a7cac08b2fc855af067 HTTP/1.1" 404 173 0.015376 10.0.0.33 - - [2026-07-06 15:24:22] "DELETE /project/8e83be2c0ae14bfe84cc62ec32ae194f HTTP/1.1" 404 173 0.026572 10.0.0.33 - - [2026-07-06 15:24:22] "DELETE /project/8ff82cca8efc4ec181f8b48bdd5b8f63 HTTP/1.1" 404 173 0.017538 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000991 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000831 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000754 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000676 10.0.0.33 - - [2026-07-06 15:24:22] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.062750 10.0.0.33 - - [2026-07-06 15:24:22] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.079263 10.0.0.33 - - [2026-07-06 15:24:22] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.091313 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001674 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001959 10.0.0.33 - - [2026-07-06 15:24:22] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.120697 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.33 - - [2026-07-06 15:24:22] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001156 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?fields=security_groups HTTP/1.1" 200 1362 0.089647 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?fields=security_groups HTTP/1.1" 200 1358 0.138057 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?fields=security_groups HTTP/1.1" 200 1347 0.153428 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?fields=security_groups HTTP/1.1" 200 1374 0.155650 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /security-group/11e8955d-1391-44aa-b584-29ad2f850f6d HTTP/1.1" 200 115 0.154002 10.0.0.33 - - [2026-07-06 15:24:23] "GET /projects?obj_uuids=8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002081 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /security-group/36dca114-7508-4d82-98e6-2796a51f94d7 HTTP/1.1" 200 115 0.162452 10.0.0.33 - - [2026-07-06 15:24:23] "GET /projects?obj_uuids=0501dd88-c92b-4daa-9973-26b4d6d2462d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002976 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /security-group/34fcb8bc-e651-4daf-aa05-562de0b3dfce HTTP/1.1" 200 115 0.168880 10.0.0.33 - - [2026-07-06 15:24:23] "GET /projects?obj_uuids=8e83be2c-0ae1-4bfe-84cc-62ec32ae194f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.242 - - [2026-07-06 15:24:23] "DELETE /access-control-list/741ccec1-0705-4f26-85e1-dd338fc36b34 HTTP/1.1" 200 115 0.117867 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63?fields=application_policy_sets HTTP/1.1" 200 1401 0.115663 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /security-group/713f8c2a-6ece-4dae-85a3-9ff4175c2a53 HTTP/1.1" 200 115 0.202282 10.0.0.33 - - [2026-07-06 15:24:23] "GET /projects?obj_uuids=1390e43a-fa73-46ca-ab0a-d437103da2c2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002028 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f?fields=application_policy_sets HTTP/1.1" 200 1386 0.098268 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/0501dd88-c92b-4daa-9973-26b4d6d2462d?fields=application_policy_sets HTTP/1.1" 200 1397 0.166477 10.0.0.33 - - [2026-07-06 15:24:23] "GET /project/1390e43a-fa73-46ca-ab0a-d437103da2c2?fields=application_policy_sets HTTP/1.1" 200 1413 0.120620 10.0.0.242 - - [2026-07-06 15:24:23] "DELETE /access-control-list/f052c3c5-8f10-48cf-9899-b6d558f83997 HTTP/1.1" 200 115 0.112621 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /project/8ff82cca-8efc-4ec1-81f8-b48bdd5b8f63 HTTP/1.1" 200 115 0.920690 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /project/0501dd88-c92b-4daa-9973-26b4d6d2462d HTTP/1.1" 200 115 0.969599 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /project/8e83be2c-0ae1-4bfe-84cc-62ec32ae194f HTTP/1.1" 200 115 0.974601 10.0.0.242 - - [2026-07-06 15:24:23] "DELETE /access-control-list/132d1dd4-0f62-4aed-9a66-a6d143365fc5 HTTP/1.1" 200 115 0.079417 10.0.0.33 - - [2026-07-06 15:24:23] "DELETE /project/1390e43a-fa73-46ca-ab0a-d437103da2c2 HTTP/1.1" 200 115 0.991665 10.0.0.50 - - [2026-07-06 15:24:25] "POST /neutron/port HTTP/1.1" 200 151 0.187563 10.0.0.50 - - [2026-07-06 15:24:25] "POST /neutron/port HTTP/1.1" 200 151 0.193128 10.0.0.50 - - [2026-07-06 15:24:27] "POST /neutron/port HTTP/1.1" 400 205 0.004591 10.0.0.50 - - [2026-07-06 15:24:27] "POST /neutron/port HTTP/1.1" 400 205 0.005449 10.0.0.33 - - [2026-07-06 15:24:27] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001221 10.0.0.50 - - [2026-07-06 15:24:27] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.048918 10.0.0.33 - - [2026-07-06 15:24:27] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001346 10.0.0.50 - - [2026-07-06 15:24:27] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?fields=virtual_networks HTTP/1.1" 200 1023 0.051903 10.0.0.33 - - [2026-07-06 15:24:27] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001075 10.0.0.50 - - [2026-07-06 15:24:27] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.050386 10.0.0.33 - - [2026-07-06 15:24:27] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001105 10.0.0.50 - - [2026-07-06 15:24:27] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?fields=security_groups HTTP/1.1" 200 1245 0.043598 10.0.0.50 - - [2026-07-06 15:24:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.026577 10.0.0.33 - - [2026-07-06 15:24:28] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002777 10.0.0.33 - - [2026-07-06 15:24:28] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.33 - - [2026-07-06 15:24:28] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007275 10.0.0.33 - - [2026-07-06 15:24:28] "POST /id-to-fqname HTTP/1.1" 200 188 0.003668 10.0.0.33 - - [2026-07-06 15:24:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.008717 10.0.0.33 - - [2026-07-06 15:24:28] "POST /security-groups HTTP/1.1" 200 589 0.033706 10.0.0.33 - - [2026-07-06 15:24:29] "POST /projects HTTP/1.1" 200 581 0.263362 10.0.0.242 - - [2026-07-06 15:24:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.020586 10.0.0.33 - - [2026-07-06 15:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.348562 10.0.0.242 - - [2026-07-06 15:24:29] "POST /access-control-lists HTTP/1.1" 200 592 0.028522 10.0.0.50 - - [2026-07-06 15:24:29] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.501723 10.0.0.50 - - [2026-07-06 15:24:30] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.50 - - [2026-07-06 15:24:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2026-07-06 15:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.029163 10.0.0.33 - - [2026-07-06 15:24:32] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.50 - - [2026-07-06 15:24:32] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.045799 10.0.0.50 - - [2026-07-06 15:24:32] "POST /neutron/network HTTP/1.1" 200 117 0.032693 10.0.0.50 - - [2026-07-06 15:24:32] "POST /neutron/network HTTP/1.1" 200 821 0.009534 10.0.0.50 - - [2026-07-06 15:24:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001202 10.0.0.50 - - [2026-07-06 15:24:33] "GET /virtual-network/e09c51a1-ef90-4538-a0ca-03196a11a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005282 10.0.0.50 - - [2026-07-06 15:24:33] "GET /virtual-network/e09c51a1-ef90-4538-a0ca-03196a11a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005907 10.0.0.50 - - [2026-07-06 15:24:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.010102 10.0.0.50 - - [2026-07-06 15:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.33 - - [2026-07-06 15:24:33] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.50 - - [2026-07-06 15:24:33] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.051979 10.0.0.242 - - [2026-07-06 15:24:33] "POST /route-targets HTTP/1.1" 200 327 0.013657 10.0.0.33 - - [2026-07-06 15:24:33] "POST /useragent-kv HTTP/1.1" 200 115 0.011040 10.0.0.50 - - [2026-07-06 15:24:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.208645 10.0.0.50 - - [2026-07-06 15:24:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001220 10.0.0.50 - - [2026-07-06 15:24:33] "GET /virtual-network/eb9c596c-8300-4473-8aef-a8b3fd9bd6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005303 10.0.0.50 - - [2026-07-06 15:24:33] "GET /virtual-network/eb9c596c-8300-4473-8aef-a8b3fd9bd6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006282 10.0.0.50 - - [2026-07-06 15:24:33] "POST /neutron/network HTTP/1.1" 200 825 0.007115 10.0.0.50 - - [2026-07-06 15:24:33] "POST /id-to-fqname HTTP/1.1" 200 219 0.001391 10.0.0.50 - - [2026-07-06 15:24:34] "GET /obj-perms HTTP/1.1" 200 4493 0.133435 10.0.0.50 - - [2026-07-06 15:24:34] "POST /neutron/network HTTP/1.1" 200 821 0.008765 10.0.0.50 - - [2026-07-06 15:24:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001352 10.0.0.50 - - [2026-07-06 15:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.006214 10.0.0.50 - - [2026-07-06 15:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.008990 10.0.0.50 - - [2026-07-06 15:24:34] "POST /neutron/router HTTP/1.1" 200 580 0.017079 10.0.0.242 - - [2026-07-06 15:24:34] "PUT /logical-router/58ce7e0b-6406-4f58-bd3f-1e94b28955d0 HTTP/1.1" 200 262 0.045965 10.0.0.50 - - [2026-07-06 15:24:38] "POST /neutron/network HTTP/1.1" 200 831 0.006626 10.0.0.50 - - [2026-07-06 15:24:38] "POST /neutron/port HTTP/1.1" 200 1055 0.026322 10.0.0.33 - - [2026-07-06 15:24:38] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405 10.0.0.50 - - [2026-07-06 15:24:39] "POST /neutron/port HTTP/1.1" 200 1059 0.312289 10.0.0.50 - - [2026-07-06 15:24:39] "POST /neutron/port HTTP/1.1" 200 1113 0.127651 10.0.0.50 - - [2026-07-06 15:24:40] "POST /neutron/subnet HTTP/1.1" 200 684 0.011252 10.0.0.50 - - [2026-07-06 15:24:40] "POST /neutron/port HTTP/1.1" 200 1119 0.022183 10.0.0.50 - - [2026-07-06 15:24:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004110 10.0.0.50 - - [2026-07-06 15:24:40] "POST /neutron/network HTTP/1.1" 200 825 0.006856 10.0.0.50 - - [2026-07-06 15:24:45] "POST /neutron/port HTTP/1.1" 200 1119 0.018280 10.0.0.50 - - [2026-07-06 15:24:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009363 10.0.0.50 - - [2026-07-06 15:24:45] "GET /virtual-machine/06a7d05c-a061-45e6-998b-218493f49c10 HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2026-07-06 15:24:46] "GET /virtual-machine/06a7d05c-a061-45e6-998b-218493f49c10 HTTP/1.1" 200 1289 0.025244 10.0.0.50 - - [2026-07-06 15:24:46] "GET /virtual-machine-interface/c98023ed-f926-44e1-815b-7e6d06d5927a HTTP/1.1" 200 2934 0.005575 10.0.0.50 - - [2026-07-06 15:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.50 - - [2026-07-06 15:24:46] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003678 10.0.0.50 - - [2026-07-06 15:24:46] "GET /virtual-networks?parent_id=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002971 10.0.0.50 - - [2026-07-06 15:24:46] "GET /virtual-network/e09c51a1-ef90-4538-a0ca-03196a11a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005630 10.0.0.50 - - [2026-07-06 15:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.50 - - [2026-07-06 15:24:49] "GET /virtual-network/e09c51a1-ef90-4538-a0ca-03196a11a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006459 10.0.0.50 - - [2026-07-06 15:24:50] "POST /neutron/port HTTP/1.1" 200 1123 0.021433 10.0.0.50 - - [2026-07-06 15:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.50 - - [2026-07-06 15:24:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004749 10.0.0.50 - - [2026-07-06 15:24:51] "GET /virtual-networks?parent_id=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004270 10.0.0.50 - - [2026-07-06 15:24:51] "GET /virtual-network/e09c51a1-ef90-4538-a0ca-03196a11a6fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007279 10.0.0.50 - - [2026-07-06 15:24:51] "POST /neutron/port HTTP/1.1" 200 1123 0.018536 10.0.0.50 - - [2026-07-06 15:24:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008601 10.0.0.50 - - [2026-07-06 15:24:51] "GET /virtual-machine/d49e1259-c9ff-4cda-a716-d153ae0df517 HTTP/1.1" 200 1291 0.007147 10.0.0.50 - - [2026-07-06 15:24:51] "GET /virtual-machine-interface/133cd938-98d6-4560-b60c-0878302f6a7a HTTP/1.1" 200 2934 0.007664 10.0.0.50 - - [2026-07-06 15:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.50 - - [2026-07-06 15:24:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004033 10.0.0.50 - - [2026-07-06 15:24:51] "GET /virtual-networks?parent_id=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003131 10.0.0.50 - - [2026-07-06 15:24:51] "GET /virtual-network/eb9c596c-8300-4473-8aef-a8b3fd9bd6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006093 10.0.0.50 - - [2026-07-06 15:24:52] "POST /neutron/port HTTP/1.1" 200 1123 0.021456 10.0.0.50 - - [2026-07-06 15:24:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.011317 10.0.0.50 - - [2026-07-06 15:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.50 - - [2026-07-06 15:24:53] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004295 10.0.0.50 - - [2026-07-06 15:24:53] "GET /virtual-networks?parent_id=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003408 10.0.0.50 - - [2026-07-06 15:24:53] "GET /virtual-network/eb9c596c-8300-4473-8aef-a8b3fd9bd6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006147 10.0.0.50 - - [2026-07-06 15:24:57] "POST /neutron/router HTTP/1.1" 200 580 0.008806 10.0.0.50 - - [2026-07-06 15:25:03] "POST /neutron/router HTTP/1.1" 200 580 0.008388 10.0.0.242 - - [2026-07-06 15:25:04] "POST /ref-update HTTP/1.1" 200 156 0.036673 10.0.0.33 - - [2026-07-06 15:25:07] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.021035 10.0.0.50 - - [2026-07-06 15:25:07] "POST /neutron/router HTTP/1.1" 200 344 0.385675 10.0.0.50 - - [2026-07-06 15:25:10] "POST /neutron/router HTTP/1.1" 200 580 0.008424 10.0.0.242 - - [2026-07-06 15:25:10] "POST /ref-update HTTP/1.1" 200 156 0.017462 10.0.0.50 - - [2026-07-06 15:25:10] "POST /neutron/router HTTP/1.1" 200 151 0.097138 10.0.0.50 - - [2026-07-06 15:25:12] "POST /neutron/port HTTP/1.1" 200 1123 0.021299 10.0.0.50 - - [2026-07-06 15:25:12] "POST /neutron/port HTTP/1.1" 200 1119 0.018955 10.0.0.50 - - [2026-07-06 15:25:12] "POST /neutron/network HTTP/1.1" 200 825 0.019122 10.0.0.242 - - [2026-07-06 15:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007107 10.0.0.33 - - [2026-07-06 15:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004541 10.0.0.33 - - [2026-07-06 15:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004030 10.0.0.50 - - [2026-07-06 15:25:14] "POST /neutron/network HTTP/1.1" 200 151 0.221299 10.0.0.242 - - [2026-07-06 15:25:15] "DELETE /route-target/caeec874-9bde-45ef-889e-875c7806b00a HTTP/1.1" 200 115 0.026790 10.0.0.33 - - [2026-07-06 15:25:16] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.50 - - [2026-07-06 15:25:16] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.116616 10.0.0.33 - - [2026-07-06 15:25:16] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001421 10.0.0.50 - - [2026-07-06 15:25:16] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?fields=virtual_networks HTTP/1.1" 200 1026 0.048016 10.0.0.33 - - [2026-07-06 15:25:16] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.50 - - [2026-07-06 15:25:16] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.069291 10.0.0.33 - - [2026-07-06 15:25:16] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.50 - - [2026-07-06 15:25:16] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?fields=security_groups HTTP/1.1" 200 1250 0.057462 10.0.0.50 - - [2026-07-06 15:25:18] "POST /fqname-to-id HTTP/1.1" 404 191 0.048146 10.0.0.33 - - [2026-07-06 15:25:18] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003408 10.0.0.33 - - [2026-07-06 15:25:18] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.33 - - [2026-07-06 15:25:18] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051812 10.0.0.33 - - [2026-07-06 15:25:18] "POST /id-to-fqname HTTP/1.1" 200 193 0.001305 10.0.0.33 - - [2026-07-06 15:25:18] "POST /fqname-to-id HTTP/1.1" 404 202 0.007957 10.0.0.33 - - [2026-07-06 15:25:18] "POST /security-groups HTTP/1.1" 200 594 0.076820 10.0.0.33 - - [2026-07-06 15:25:18] "POST /projects HTTP/1.1" 200 591 0.291995 10.0.0.242 - - [2026-07-06 15:25:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.010033 10.0.0.33 - - [2026-07-06 15:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.361376 10.0.0.50 - - [2026-07-06 15:25:18] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.564466 10.0.0.50 - - [2026-07-06 15:25:19] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.50 - - [2026-07-06 15:25:22] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000539 10.0.0.33 - - [2026-07-06 15:25:22] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001201 10.0.0.50 - - [2026-07-06 15:25:22] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.077687 10.0.0.50 - - [2026-07-06 15:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.50 - - [2026-07-06 15:25:22] "GET /security-group/e3393e45-f8ac-407f-9e77-02739bccbb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006522 10.0.0.50 - - [2026-07-06 15:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.33 - - [2026-07-06 15:25:22] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001259 10.0.0.50 - - [2026-07-06 15:25:22] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050565 10.0.0.50 - - [2026-07-06 15:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.50 - - [2026-07-06 15:25:22] "GET /security-group/e3393e45-f8ac-407f-9e77-02739bccbb8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004254 10.0.0.50 - - [2026-07-06 15:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.50 - - [2026-07-06 15:25:22] "PUT /security-group/e3393e45-f8ac-407f-9e77-02739bccbb8e HTTP/1.1" 200 262 0.020662 10.0.0.50 - - [2026-07-06 15:25:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.005018 10.0.0.242 - - [2026-07-06 15:25:22] "PUT /access-control-list/10e3dfd3-b2fa-4f43-a7f3-52fbce75caec HTTP/1.1" 200 272 0.024686 10.0.0.50 - - [2026-07-06 15:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.33 - - [2026-07-06 15:25:22] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001492 10.0.0.50 - - [2026-07-06 15:25:22] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046154 10.0.0.50 - - [2026-07-06 15:25:23] "POST /neutron/network HTTP/1.1" 200 117 0.029776 10.0.0.50 - - [2026-07-06 15:25:23] "POST /neutron/network HTTP/1.1" 200 828 0.008547 10.0.0.50 - - [2026-07-06 15:25:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001392 10.0.0.50 - - [2026-07-06 15:25:23] "GET /virtual-network/66000e13-bdf7-44d4-b739-1d3e81989666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006475 10.0.0.50 - - [2026-07-06 15:25:23] "GET /virtual-network/66000e13-bdf7-44d4-b739-1d3e81989666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005719 10.0.0.50 - - [2026-07-06 15:25:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.009595 10.0.0.50 - - [2026-07-06 15:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.33 - - [2026-07-06 15:25:23] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000909 10.0.0.50 - - [2026-07-06 15:25:23] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047745 10.0.0.33 - - [2026-07-06 15:25:23] "DELETE /project/4126b1051aad4747837dad3a34e73a6f HTTP/1.1" 404 173 0.017127 10.0.0.33 - - [2026-07-06 15:25:23] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.33 - - [2026-07-06 15:25:23] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000858 10.0.0.33 - - [2026-07-06 15:25:23] "DELETE /project/1a694b60f8d3494ab4cb241f05ceb38c HTTP/1.1" 404 173 0.025667 10.0.0.33 - - [2026-07-06 15:25:24] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.085021 10.0.0.33 - - [2026-07-06 15:25:24] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002503 10.0.0.33 - - [2026-07-06 15:25:24] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.119726 10.0.0.33 - - [2026-07-06 15:25:24] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001803 10.0.0.33 - - [2026-07-06 15:25:24] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?fields=security_groups HTTP/1.1" 200 1355 0.103382 10.0.0.33 - - [2026-07-06 15:25:24] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?fields=security_groups HTTP/1.1" 200 1350 0.157080 10.0.0.242 - - [2026-07-06 15:25:24] "POST /route-targets HTTP/1.1" 200 327 0.060769 10.0.0.33 - - [2026-07-06 15:25:24] "DELETE /security-group/79345896-cd18-455a-9a10-d62719c12ab0 HTTP/1.1" 200 115 0.136088 10.0.0.33 - - [2026-07-06 15:25:24] "GET /projects?obj_uuids=4126b105-1aad-4747-837d-ad3a34e73a6f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.33 - - [2026-07-06 15:25:24] "DELETE /security-group/d4c74afc-9a42-45da-bf7f-374227b1da2d HTTP/1.1" 200 115 0.128951 10.0.0.33 - - [2026-07-06 15:25:24] "GET /projects?obj_uuids=53e0586f-5c12-4a7c-ac08-b2fc855af067&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001196 10.0.0.33 - - [2026-07-06 15:25:24] "GET /project/4126b105-1aad-4747-837d-ad3a34e73a6f?fields=application_policy_sets HTTP/1.1" 200 1394 0.097927 10.0.0.242 - - [2026-07-06 15:25:24] "DELETE /access-control-list/4dfe86ce-cdad-4585-9983-5116512d3ae4 HTTP/1.1" 200 115 0.086430 10.0.0.33 - - [2026-07-06 15:25:24] "GET /project/53e0586f-5c12-4a7c-ac08-b2fc855af067?fields=application_policy_sets HTTP/1.1" 200 1389 0.096381 10.0.0.33 - - [2026-07-06 15:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008079 10.0.0.50 - - [2026-07-06 15:25:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.368696 10.0.0.50 - - [2026-07-06 15:25:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.002179 10.0.0.50 - - [2026-07-06 15:25:24] "GET /virtual-network/8eee5766-63d5-4ced-86b6-d0e30cac0d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010838 10.0.0.50 - - [2026-07-06 15:25:24] "GET /virtual-network/8eee5766-63d5-4ced-86b6-d0e30cac0d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010051 10.0.0.33 - - [2026-07-06 15:25:24] "DELETE /project/4126b105-1aad-4747-837d-ad3a34e73a6f HTTP/1.1" 200 115 0.793969 10.0.0.50 - - [2026-07-06 15:25:24] "POST /neutron/network HTTP/1.1" 200 832 0.010957 10.0.0.50 - - [2026-07-06 15:25:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001552 10.0.0.33 - - [2026-07-06 15:25:24] "DELETE /project/53e0586f-5c12-4a7c-ac08-b2fc855af067 HTTP/1.1" 200 115 0.834763 10.0.0.33 - - [2026-07-06 15:25:24] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.50 - - [2026-07-06 15:25:24] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038754 10.0.0.50 - - [2026-07-06 15:25:25] "POST /neutron/network HTTP/1.1" 200 828 0.007458 10.0.0.50 - - [2026-07-06 15:25:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001811 10.0.0.50 - - [2026-07-06 15:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.006662 10.0.0.50 - - [2026-07-06 15:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.009746 10.0.0.50 - - [2026-07-06 15:25:25] "POST /neutron/router HTTP/1.1" 200 585 0.013232 10.0.0.242 - - [2026-07-06 15:25:25] "POST /route-targets HTTP/1.1" 200 327 0.021091 10.0.0.33 - - [2026-07-06 15:25:25] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001181 10.0.0.50 - - [2026-07-06 15:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.065133 10.0.0.33 - - [2026-07-06 15:25:26] "POST /useragent-kv HTTP/1.1" 200 115 0.012242 10.0.0.50 - - [2026-07-06 15:25:26] "POST /virtual-networks HTTP/1.1" 200 694 0.243754 10.0.0.50 - - [2026-07-06 15:25:26] "POST /neutron/router HTTP/1.1" 200 344 0.411688 10.0.0.242 - - [2026-07-06 15:25:26] "POST /ref-update HTTP/1.1" 200 156 0.029723 10.0.0.50 - - [2026-07-06 15:25:26] "PUT /logical-router/5ee58d26-29e1-48a7-9f06-bc351f8328ad HTTP/1.1" 200 262 0.037039 10.0.0.50 - - [2026-07-06 15:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.50 - - [2026-07-06 15:25:26] "POST /chown HTTP/1.1" 200 109 0.026937 10.0.0.50 - - [2026-07-06 15:25:26] "POST /chown HTTP/1.1" 200 109 0.013857 10.0.0.50 - - [2026-07-06 15:25:27] "POST /ref-update HTTP/1.1" 200 156 0.029053 10.0.0.50 - - [2026-07-06 15:25:27] "POST /instance-ips HTTP/1.1" 200 549 0.069639 10.0.0.50 - - [2026-07-06 15:25:27] "PUT /virtual-machine-interface/8c1c2a07-d6b8-4a8c-b48f-af98ef0385d2 HTTP/1.1" 200 284 0.024389 10.0.0.50 - - [2026-07-06 15:25:27] "POST /ref-update HTTP/1.1" 200 156 0.021570 10.0.0.242 - - [2026-07-06 15:25:27] "PUT /routing-instance/f08786cd-7b70-4c5a-a816-f913f9d4a98e HTTP/1.1" 200 266 0.034204 10.0.0.50 - - [2026-07-06 15:25:27] "POST /chown HTTP/1.1" 200 109 0.028252 10.0.0.50 - - [2026-07-06 15:25:27] "PUT /virtual-machine-interface/c79a8f4b-cbaa-42d0-9539-5c1ccc8ef621 HTTP/1.1" 200 284 0.023749 10.0.0.50 - - [2026-07-06 15:25:27] "POST /ref-update HTTP/1.1" 200 156 0.030790 10.0.0.50 - - [2026-07-06 15:25:28] "POST /instance-ips HTTP/1.1" 400 316 0.041807 10.0.0.50 - - [2026-07-06 15:25:28] "PUT /instance-ip/aec2e6c1-be25-4ae1-ba01-c041acc0a64a HTTP/1.1" 200 256 0.044286 10.0.0.50 - - [2026-07-06 15:25:28] "POST /ref-update HTTP/1.1" 200 156 0.041664 10.0.0.242 - - [2026-07-06 15:25:28] "POST /ref-update HTTP/1.1" 200 156 0.047324 10.0.0.33 - - [2026-07-06 15:25:29] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001097 10.0.0.50 - - [2026-07-06 15:25:29] "POST /neutron/port HTTP/1.1" 200 1064 0.290150 10.0.0.50 - - [2026-07-06 15:25:29] "POST /neutron/port HTTP/1.1" 200 1118 0.128553 10.0.0.50 - - [2026-07-06 15:25:30] "POST /neutron/port HTTP/1.1" 200 1061 0.019692 10.0.0.50 - - [2026-07-06 15:25:30] "POST /neutron/port HTTP/1.1" 200 1128 0.017235 10.0.0.50 - - [2026-07-06 15:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.50 - - [2026-07-06 15:25:31] "POST /neutron/port HTTP/1.1" 200 1125 0.018663 10.0.0.50 - - [2026-07-06 15:25:31] "POST /neutron/subnet HTTP/1.1" 200 689 0.008244 10.0.0.33 - - [2026-07-06 15:25:34] "GET /obj-perms HTTP/1.1" 200 4493 0.045201 10.0.0.50 - - [2026-07-06 15:25:36] "POST /neutron/port HTTP/1.1" 200 1128 0.018727 10.0.0.50 - - [2026-07-06 15:25:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008879 10.0.0.50 - - [2026-07-06 15:25:36] "GET /virtual-machine/2e4b5362-2e08-4c7c-878d-cb437173a7b1 HTTP/1.1" 401 292 0.000444 10.0.0.50 - - [2026-07-06 15:25:37] "GET /virtual-machine/2e4b5362-2e08-4c7c-878d-cb437173a7b1 HTTP/1.1" 200 1294 0.025560 10.0.0.50 - - [2026-07-06 15:25:37] "GET /virtual-machine-interface/1b8d6f9e-6ea8-477c-947d-1cf42abd1ecb HTTP/1.1" 200 2956 0.006369 10.0.0.50 - - [2026-07-06 15:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.50 - - [2026-07-06 15:25:37] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004558 10.0.0.50 - - [2026-07-06 15:25:37] "GET /virtual-networks?parent_id=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003532 10.0.0.50 - - [2026-07-06 15:25:37] "GET /virtual-network/66000e13-bdf7-44d4-b739-1d3e81989666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006207 10.0.0.50 - - [2026-07-06 15:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.50 - - [2026-07-06 15:25:40] "GET /virtual-network/66000e13-bdf7-44d4-b739-1d3e81989666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005875 10.0.0.50 - - [2026-07-06 15:25:41] "POST /neutron/port HTTP/1.1" 200 1128 0.019390 10.0.0.50 - - [2026-07-06 15:25:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007526 10.0.0.50 - - [2026-07-06 15:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.50 - - [2026-07-06 15:25:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004216 10.0.0.50 - - [2026-07-06 15:25:42] "GET /virtual-networks?parent_id=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003630 10.0.0.50 - - [2026-07-06 15:25:42] "GET /virtual-network/66000e13-bdf7-44d4-b739-1d3e81989666?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006136 10.0.0.50 - - [2026-07-06 15:25:42] "POST /neutron/port HTTP/1.1" 200 1125 0.019414 10.0.0.50 - - [2026-07-06 15:25:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008171 10.0.0.50 - - [2026-07-06 15:25:42] "GET /virtual-machine/e7b72b0a-a64d-49dc-8172-b6e9adee15e0 HTTP/1.1" 200 1295 0.005909 10.0.0.50 - - [2026-07-06 15:25:42] "GET /virtual-machine-interface/d47f4bb9-c2cb-48ae-91fb-bf359f186063 HTTP/1.1" 200 2969 0.005229 10.0.0.50 - - [2026-07-06 15:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.50 - - [2026-07-06 15:25:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.50 - - [2026-07-06 15:25:42] "GET /virtual-networks?parent_id=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002582 10.0.0.50 - - [2026-07-06 15:25:43] "GET /virtual-network/8eee5766-63d5-4ced-86b6-d0e30cac0d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005942 10.0.0.50 - - [2026-07-06 15:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.50 - - [2026-07-06 15:25:44] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003678 10.0.0.50 - - [2026-07-06 15:25:44] "GET /virtual-networks?parent_id=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003235 10.0.0.50 - - [2026-07-06 15:25:44] "GET /virtual-network/8eee5766-63d5-4ced-86b6-d0e30cac0d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006263 10.0.0.50 - - [2026-07-06 15:25:44] "POST /neutron/network HTTP/1.1" 200 838 0.007570 10.0.0.50 - - [2026-07-06 15:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.50 - - [2026-07-06 15:25:47] "POST /neutron/router HTTP/1.1" 200 344 0.194504 10.0.0.242 - - [2026-07-06 15:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.021861 10.0.0.50 - - [2026-07-06 15:25:47] "PUT /logical-router/5ee58d26-29e1-48a7-9f06-bc351f8328ad HTTP/1.1" 404 171 0.042279 10.0.0.242 - - [2026-07-06 15:25:47] "PUT /routing-instance/f08786cd-7b70-4c5a-a816-f913f9d4a98e HTTP/1.1" 200 266 0.029158 10.0.0.50 - - [2026-07-06 15:25:47] "GET /virtual-network/8fc0d25d-aac5-4611-bc7d-78f24bf5ec15?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2299 0.009456 10.0.0.50 - - [2026-07-06 15:25:47] "GET /virtual-machine-interface/8c1c2a07-d6b8-4a8c-b48f-af98ef0385d2?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1650 0.017694 10.0.0.50 - - [2026-07-06 15:25:47] "POST /neutron/network HTTP/1.1" 200 832 0.015726 10.0.0.50 - - [2026-07-06 15:25:47] "DELETE /virtual-machine-interface/8c1c2a07-d6b8-4a8c-b48f-af98ef0385d2 HTTP/1.1" 200 115 0.062995 10.0.0.50 - - [2026-07-06 15:25:47] "GET /instance-ip/aec2e6c1-be25-4ae1-ba01-c041acc0a64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.007072 10.0.0.50 - - [2026-07-06 15:25:47] "DELETE /instance-ip/aec2e6c1-be25-4ae1-ba01-c041acc0a64a HTTP/1.1" 404 177 0.004397 10.0.0.50 - - [2026-07-06 15:25:48] "GET /logical-router/5ee58d26-29e1-48a7-9f06-bc351f8328ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004729 10.0.0.50 - - [2026-07-06 15:25:48] "POST /ref-update HTTP/1.1" 200 156 0.020510 10.0.0.50 - - [2026-07-06 15:25:48] "POST /ref-update HTTP/1.1" 200 156 0.021365 10.0.0.50 - - [2026-07-06 15:25:48] "POST /ref-update HTTP/1.1" 200 156 0.022053 10.0.0.50 - - [2026-07-06 15:25:48] "DELETE /virtual-machine-interface/f9ffb657-bcb7-4eb4-a0a3-0c79f5a087aa HTTP/1.1" 200 115 0.050279 10.0.0.50 - - [2026-07-06 15:25:49] "POST /neutron/port HTTP/1.1" 200 1115 0.014716 10.0.0.50 - - [2026-07-06 15:25:49] "POST /neutron/port HTTP/1.1" 200 1118 0.020914 10.0.0.242 - - [2026-07-06 15:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007603 10.0.0.33 - - [2026-07-06 15:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013003 10.0.0.33 - - [2026-07-06 15:25:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004060 10.0.0.50 - - [2026-07-06 15:25:49] "POST /neutron/network HTTP/1.1" 200 151 0.211041 10.0.0.242 - - [2026-07-06 15:25:50] "DELETE /route-target/c9050842-648e-4cc5-bf06-f98f046dd5b9 HTTP/1.1" 200 115 0.024820 10.0.0.33 - - [2026-07-06 15:25:51] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001312 10.0.0.50 - - [2026-07-06 15:25:51] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.037095 10.0.0.33 - - [2026-07-06 15:25:51] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001279 10.0.0.50 - - [2026-07-06 15:25:51] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?fields=virtual_networks HTTP/1.1" 200 1037 0.044028 10.0.0.33 - - [2026-07-06 15:25:51] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.50 - - [2026-07-06 15:25:51] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.040371 10.0.0.33 - - [2026-07-06 15:25:51] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001089 10.0.0.50 - - [2026-07-06 15:25:51] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?fields=security_groups HTTP/1.1" 200 1266 0.039758 10.0.0.50 - - [2026-07-06 15:25:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.032192 10.0.0.33 - - [2026-07-06 15:25:52] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002940 10.0.0.33 - - [2026-07-06 15:25:52] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.33 - - [2026-07-06 15:25:52] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007393 10.0.0.33 - - [2026-07-06 15:25:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.001060 10.0.0.33 - - [2026-07-06 15:25:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.011447 10.0.0.33 - - [2026-07-06 15:25:52] "POST /security-groups HTTP/1.1" 200 599 0.077697 10.0.0.33 - - [2026-07-06 15:25:52] "POST /projects HTTP/1.1" 200 601 0.294750 10.0.0.33 - - [2026-07-06 15:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.331217 10.0.0.242 - - [2026-07-06 15:25:52] "POST /fqname-to-id HTTP/1.1" 404 241 0.007335 10.0.0.50 - - [2026-07-06 15:25:53] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.488199 10.0.0.50 - - [2026-07-06 15:25:54] "GET / HTTP/1.1" 200 35931 0.001535 10.0.0.50 - - [2026-07-06 15:25:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.50 - - [2026-07-06 15:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.090126 10.0.0.33 - - [2026-07-06 15:25:56] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.50 - - [2026-07-06 15:25:56] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047566 10.0.0.50 - - [2026-07-06 15:25:56] "POST /neutron/network HTTP/1.1" 200 117 0.032718 10.0.0.242 - - [2026-07-06 15:25:56] "POST /ref-update HTTP/1.1" 200 156 0.026415 10.0.0.33 - - [2026-07-06 15:25:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009449 10.0.0.50 - - [2026-07-06 15:25:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.176394 10.0.0.50 - - [2026-07-06 15:25:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001725 10.0.0.50 - - [2026-07-06 15:25:57] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006049 10.0.0.50 - - [2026-07-06 15:25:57] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006324 10.0.0.50 - - [2026-07-06 15:25:57] "POST /neutron/network HTTP/1.1" 200 1005 0.009223 10.0.0.50 - - [2026-07-06 15:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.33 - - [2026-07-06 15:25:57] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.50 - - [2026-07-06 15:25:57] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046195 10.0.0.50 - - [2026-07-06 15:25:57] "POST /neutron/network HTTP/1.1" 200 117 0.014255 10.0.0.242 - - [2026-07-06 15:25:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.025057 10.0.0.33 - - [2026-07-06 15:25:58] "POST /useragent-kv HTTP/1.1" 200 115 0.012965 10.0.0.50 - - [2026-07-06 15:25:58] "POST /neutron/subnet HTTP/1.1" 200 818 0.238445 10.0.0.50 - - [2026-07-06 15:25:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001394 10.0.0.50 - - [2026-07-06 15:25:58] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006594 10.0.0.50 - - [2026-07-06 15:25:58] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006623 10.0.0.50 - - [2026-07-06 15:25:58] "POST /neutron/network HTTP/1.1" 200 1005 0.010464 10.0.0.50 - - [2026-07-06 15:25:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003216 10.0.0.50 - - [2026-07-06 15:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.33 - - [2026-07-06 15:25:58] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001664 10.0.0.50 - - [2026-07-06 15:25:58] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050539 10.0.0.50 - - [2026-07-06 15:25:58] "POST /network-policys HTTP/1.1" 200 577 0.079163 10.0.0.50 - - [2026-07-06 15:25:58] "GET /network-policy/d9e343ea-9e1e-44c0-ac91-3a0f0ee149b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.007849 10.0.0.50 - - [2026-07-06 15:25:58] "POST /neutron/network HTTP/1.1" 200 1005 0.010952 10.0.0.242 - - [2026-07-06 15:25:58] "POST /fqname-to-id HTTP/1.1" 404 242 0.004171 10.0.0.50 - - [2026-07-06 15:25:58] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007707 10.0.0.50 - - [2026-07-06 15:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.50 - - [2026-07-06 15:25:58] "GET /network-policy/d9e343ea-9e1e-44c0-ac91-3a0f0ee149b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004372 10.0.0.50 - - [2026-07-06 15:25:58] "POST /neutron/network HTTP/1.1" 200 1005 0.009539 10.0.0.242 - - [2026-07-06 15:25:58] "POST /access-control-lists HTTP/1.1" 200 596 0.049425 10.0.0.50 - - [2026-07-06 15:25:58] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008225 10.0.0.50 - - [2026-07-06 15:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.021387 10.0.0.50 - - [2026-07-06 15:25:58] "GET /network-policy/d9e343ea-9e1e-44c0-ac91-3a0f0ee149b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004846 10.0.0.50 - - [2026-07-06 15:25:59] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005797 10.0.0.50 - - [2026-07-06 15:26:01] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006810 10.0.0.50 - - [2026-07-06 15:26:01] "GET /obj-perms HTTP/1.1" 200 4483 0.056116 10.0.0.242 - - [2026-07-06 15:26:01] "GET /obj-perms HTTP/1.1" 200 4483 0.040967 10.0.0.50 - - [2026-07-06 15:26:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001671 10.0.0.50 - - [2026-07-06 15:26:01] "POST /neutron/network HTTP/1.1" 200 1123 0.008452 10.0.0.50 - - [2026-07-06 15:26:02] "POST /neutron/port HTTP/1.1" 200 117 0.006263 10.0.0.50 - - [2026-07-06 15:26:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001630 10.0.0.33 - - [2026-07-06 15:26:02] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.50 - - [2026-07-06 15:26:02] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.080081 10.0.0.50 - - [2026-07-06 15:26:02] "POST /neutron/network HTTP/1.1" 200 1113 0.031144 10.0.0.50 - - [2026-07-06 15:26:02] "POST /neutron/port HTTP/1.1" 200 117 0.008384 10.0.0.50 - - [2026-07-06 15:26:06] "POST /neutron/port HTTP/1.1" 200 1174 0.038029 10.0.0.33 - - [2026-07-06 15:26:06] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.50 - - [2026-07-06 15:26:07] "POST /neutron/port HTTP/1.1" 200 1174 0.403026 10.0.0.50 - - [2026-07-06 15:26:07] "POST /neutron/port HTTP/1.1" 200 1174 0.020094 10.0.0.50 - - [2026-07-06 15:26:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007603 10.0.0.50 - - [2026-07-06 15:26:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004680 10.0.0.50 - - [2026-07-06 15:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.001441 10.0.0.50 - - [2026-07-06 15:26:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012205 10.0.0.50 - - [2026-07-06 15:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.50 - - [2026-07-06 15:26:12] "POST /neutron/port HTTP/1.1" 200 1238 0.065877 10.0.0.50 - - [2026-07-06 15:26:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010984 10.0.0.33 - - [2026-07-06 15:26:24] "DELETE /project/6a7419f7f31e427fa2923fa3220f37f6 HTTP/1.1" 404 173 0.006911 10.0.0.33 - - [2026-07-06 15:26:24] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000949 10.0.0.33 - - [2026-07-06 15:26:24] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.044191 10.0.0.33 - - [2026-07-06 15:26:24] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001578 10.0.0.33 - - [2026-07-06 15:26:24] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?fields=security_groups HTTP/1.1" 200 1371 0.039686 10.0.0.33 - - [2026-07-06 15:26:24] "DELETE /security-group/e3393e45-f8ac-407f-9e77-02739bccbb8e HTTP/1.1" 200 115 0.048172 10.0.0.33 - - [2026-07-06 15:26:24] "GET /projects?obj_uuids=1a694b60-f8d3-494a-b4cb-241f05ceb38c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001543 10.0.0.33 - - [2026-07-06 15:26:25] "GET /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c?fields=application_policy_sets HTTP/1.1" 200 1410 0.047606 10.0.0.242 - - [2026-07-06 15:26:25] "DELETE /access-control-list/10e3dfd3-b2fa-4f43-a7f3-52fbce75caec HTTP/1.1" 200 115 0.042650 10.0.0.33 - - [2026-07-06 15:26:25] "DELETE /project/1a694b60-f8d3-494a-b4cb-241f05ceb38c HTTP/1.1" 200 115 0.404473 10.0.0.50 - - [2026-07-06 15:26:28] "POST /neutron/port HTTP/1.1" 200 1238 0.017254 10.0.0.50 - - [2026-07-06 15:26:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007274 10.0.0.33 - - [2026-07-06 15:26:35] "GET /obj-perms HTTP/1.1" 200 4493 0.035239 10.0.0.50 - - [2026-07-06 15:26:43] "POST /neutron/port HTTP/1.1" 200 1238 0.019560 10.0.0.50 - - [2026-07-06 15:26:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007646 10.0.0.50 - - [2026-07-06 15:26:53] "POST /neutron/port HTTP/1.1" 200 1238 0.021074 10.0.0.50 - - [2026-07-06 15:26:54] "POST /neutron/port HTTP/1.1" 200 1238 0.017207 10.0.0.50 - - [2026-07-06 15:26:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004399 10.0.0.50 - - [2026-07-06 15:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.50 - - [2026-07-06 15:26:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008523 10.0.0.50 - - [2026-07-06 15:27:08] "POST /neutron/port HTTP/1.1" 200 1238 0.022171 10.0.0.50 - - [2026-07-06 15:27:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007145 10.0.0.50 - - [2026-07-06 15:27:09] "GET /virtual-machine/7422c894-d90e-491f-95db-788211fde75c HTTP/1.1" 401 292 0.000573 10.0.0.50 - - [2026-07-06 15:27:09] "GET /virtual-machine/7422c894-d90e-491f-95db-788211fde75c HTTP/1.1" 200 1300 0.032173 10.0.0.50 - - [2026-07-06 15:27:09] "GET /virtual-machine-interface/91a1075d-4058-4aa2-8d6f-b46e8a11302d HTTP/1.1" 200 3176 0.006614 10.0.0.50 - - [2026-07-06 15:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.50 - - [2026-07-06 15:27:09] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005611 10.0.0.50 - - [2026-07-06 15:27:09] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004543 10.0.0.50 - - [2026-07-06 15:27:09] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005989 10.0.0.50 - - [2026-07-06 15:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.50 - - [2026-07-06 15:27:12] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005614 10.0.0.50 - - [2026-07-06 15:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.50 - - [2026-07-06 15:27:16] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005660 10.0.0.50 - - [2026-07-06 15:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.50 - - [2026-07-06 15:27:20] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005747 10.0.0.50 - - [2026-07-06 15:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.50 - - [2026-07-06 15:27:25] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006650 10.0.0.50 - - [2026-07-06 15:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.50 - - [2026-07-06 15:27:29] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005141 10.0.0.50 - - [2026-07-06 15:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.50 - - [2026-07-06 15:27:33] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005668 10.0.0.50 - - [2026-07-06 15:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.50 - - [2026-07-06 15:27:37] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006061 10.0.0.50 - - [2026-07-06 15:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.50 - - [2026-07-06 15:27:39] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004159 10.0.0.50 - - [2026-07-06 15:27:39] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004630 10.0.0.50 - - [2026-07-06 15:27:39] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005787 10.0.0.50 - - [2026-07-06 15:27:39] "POST /neutron/port HTTP/1.1" 200 1238 0.017330 10.0.0.50 - - [2026-07-06 15:27:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.021027 10.0.0.50 - - [2026-07-06 15:27:44] "POST /neutron/port HTTP/1.1" 200 1238 0.017018 10.0.0.50 - - [2026-07-06 15:27:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004308 10.0.0.50 - - [2026-07-06 15:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.50 - - [2026-07-06 15:27:49] "POST /neutron/port HTTP/1.1" 200 1238 0.021307 10.0.0.50 - - [2026-07-06 15:27:55] "POST /neutron/port HTTP/1.1" 200 1238 0.019562 10.0.0.50 - - [2026-07-06 15:27:55] "POST /neutron/port HTTP/1.1" 200 1238 0.035722 10.0.0.50 - - [2026-07-06 15:27:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007433 10.0.0.50 - - [2026-07-06 15:27:55] "GET /virtual-machine/93841d76-c8b4-476c-b564-580749142d0f HTTP/1.1" 200 1301 0.006248 10.0.0.50 - - [2026-07-06 15:27:55] "GET /virtual-machine-interface/a34ba83b-1977-4c2a-8c4f-960f726ecce9 HTTP/1.1" 200 3176 0.005326 10.0.0.50 - - [2026-07-06 15:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.50 - - [2026-07-06 15:27:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004602 10.0.0.50 - - [2026-07-06 15:27:55] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003049 10.0.0.50 - - [2026-07-06 15:27:55] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006242 10.0.0.50 - - [2026-07-06 15:27:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004183 10.0.0.50 - - [2026-07-06 15:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.50 - - [2026-07-06 15:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.50 - - [2026-07-06 15:27:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003984 10.0.0.50 - - [2026-07-06 15:27:56] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003562 10.0.0.50 - - [2026-07-06 15:27:56] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005671 10.0.0.50 - - [2026-07-06 15:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.33 - - [2026-07-06 15:28:06] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001577 10.0.0.50 - - [2026-07-06 15:28:06] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048842 10.0.0.50 - - [2026-07-06 15:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.50 - - [2026-07-06 15:28:06] "PUT /network-policy/d9e343ea-9e1e-44c0-ac91-3a0f0ee149b0 HTTP/1.1" 200 262 0.015661 10.0.0.50 - - [2026-07-06 15:28:09] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007073 10.0.0.242 - - [2026-07-06 15:28:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.009180 10.0.0.50 - - [2026-07-06 15:28:09] "POST /neutron/network HTTP/1.1" 200 1005 0.108824 10.0.0.242 - - [2026-07-06 15:28:09] "DELETE /access-control-list/52d131a2-70ff-4942-98d5-58dc9e29d718 HTTP/1.1" 200 115 0.066371 10.0.0.50 - - [2026-07-06 15:28:09] "GET /virtual-network/5c44428e-bab6-488d-8e07-5c386d9ed359?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009350 10.0.0.50 - - [2026-07-06 15:28:09] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.011502 10.0.0.50 - - [2026-07-06 15:28:10] "POST /neutron/network HTTP/1.1" 200 1005 0.095996 10.0.0.242 - - [2026-07-06 15:28:10] "POST /ref-update HTTP/1.1" 200 156 0.027761 10.0.0.50 - - [2026-07-06 15:28:10] "GET /virtual-network/b6b5590a-291b-4565-b770-eafa3d9e813f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009373 10.0.0.50 - - [2026-07-06 15:28:10] "DELETE /network-policy/d9e343ea-9e1e-44c0-ac91-3a0f0ee149b0 HTTP/1.1" 200 115 0.049024 10.0.0.50 - - [2026-07-06 15:28:10] "POST /neutron/network HTTP/1.1" 400 204 0.013461 10.0.0.50 - - [2026-07-06 15:28:11] "POST /neutron/port HTTP/1.1" 200 151 0.289844 10.0.0.50 - - [2026-07-06 15:28:12] "POST /neutron/port HTTP/1.1" 200 151 0.305462 10.0.0.50 - - [2026-07-06 15:28:12] "POST /neutron/network HTTP/1.1" 200 1005 0.010969 10.0.0.242 - - [2026-07-06 15:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.33 - - [2026-07-06 15:28:17] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.50 - - [2026-07-06 15:28:17] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038843 10.0.0.50 - - [2026-07-06 15:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.33 - - [2026-07-06 15:28:17] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.50 - - [2026-07-06 15:28:17] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006859 10.0.0.50 - - [2026-07-06 15:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.33 - - [2026-07-06 15:28:17] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.50 - - [2026-07-06 15:28:17] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043788 10.0.0.50 - - [2026-07-06 15:28:18] "GET /domains HTTP/1.1" 200 280 0.006042 10.0.0.33 - - [2026-07-06 15:28:18] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.50 - - [2026-07-06 15:28:18] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d HTTP/1.1" 200 2775 0.018267 10.0.0.33 - - [2026-07-06 15:28:18] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.50 - - [2026-07-06 15:28:18] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6 HTTP/1.1" 200 1899 0.098282 10.0.0.50 - - [2026-07-06 15:28:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006094 10.0.0.50 - - [2026-07-06 15:28:18] "POST /network-ipams HTTP/1.1" 200 609 0.027691 10.0.0.50 - - [2026-07-06 15:28:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003288 10.0.0.50 - - [2026-07-06 15:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.50 - - [2026-07-06 15:28:18] "GET /network-ipam/d19b862c-54c8-4f26-9fd1-40d4e3dbb047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.006265 10.0.0.50 - - [2026-07-06 15:28:18] "PUT /network-ipam/d19b862c-54c8-4f26-9fd1-40d4e3dbb047 HTTP/1.1" 200 258 0.014503 10.0.0.50 - - [2026-07-06 15:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.33 - - [2026-07-06 15:28:18] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.50 - - [2026-07-06 15:28:19] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048597 10.0.0.33 - - [2026-07-06 15:28:19] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.50 - - [2026-07-06 15:28:19] "POST /neutron/network HTTP/1.1" 200 619 0.140696 10.0.0.242 - - [2026-07-06 15:28:19] "POST /ref-update HTTP/1.1" 200 156 0.025081 10.0.0.33 - - [2026-07-06 15:28:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007675 10.0.0.50 - - [2026-07-06 15:28:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.213916 10.0.0.50 - - [2026-07-06 15:28:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001273 10.0.0.50 - - [2026-07-06 15:28:19] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005364 10.0.0.50 - - [2026-07-06 15:28:19] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005180 10.0.0.50 - - [2026-07-06 15:28:20] "POST /neutron/network HTTP/1.1" 200 1309 0.012292 10.0.0.50 - - [2026-07-06 15:28:20] "POST /neutron/subnet HTTP/1.1" 200 828 0.009885 10.0.0.50 - - [2026-07-06 15:28:20] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005705 10.0.0.242 - - [2026-07-06 15:28:20] "GET /obj-perms HTTP/1.1" 200 4483 0.003977 10.0.0.50 - - [2026-07-06 15:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.33 - - [2026-07-06 15:28:20] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.50 - - [2026-07-06 15:28:20] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048891 10.0.0.33 - - [2026-07-06 15:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007282 10.0.0.50 - - [2026-07-06 15:28:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.188024 10.0.0.242 - - [2026-07-06 15:28:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.006534 10.0.0.50 - - [2026-07-06 15:28:21] "POST /neutron/network HTTP/1.1" 200 1308 0.015183 10.0.0.50 - - [2026-07-06 15:28:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001221 10.0.0.50 - - [2026-07-06 15:28:21] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005169 10.0.0.50 - - [2026-07-06 15:28:21] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005562 10.0.0.50 - - [2026-07-06 15:28:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.008478 10.0.0.50 - - [2026-07-06 15:28:21] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006081 10.0.0.50 - - [2026-07-06 15:28:22] "GET /obj-perms HTTP/1.1" 200 4483 0.003543 10.0.0.50 - - [2026-07-06 15:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.33 - - [2026-07-06 15:28:22] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001235 10.0.0.50 - - [2026-07-06 15:28:22] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059118 10.0.0.50 - - [2026-07-06 15:28:22] "POST /neutron/network HTTP/1.1" 200 117 0.014850 10.0.0.242 - - [2026-07-06 15:28:22] "POST /ref-update HTTP/1.1" 200 156 0.016800 10.0.0.33 - - [2026-07-06 15:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007095 10.0.0.50 - - [2026-07-06 15:28:22] "POST /neutron/subnet HTTP/1.1" 200 701 0.169910 10.0.0.50 - - [2026-07-06 15:28:23] "POST /id-to-fqname HTTP/1.1" 200 231 0.001298 10.0.0.50 - - [2026-07-06 15:28:23] "GET /virtual-network/c627755f-9450-4f12-a238-401ec0ed7b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009905 10.0.0.50 - - [2026-07-06 15:28:23] "POST /neutron/network HTTP/1.1" 200 1309 0.011826 10.0.0.50 - - [2026-07-06 15:28:23] "GET /virtual-network/c627755f-9450-4f12-a238-401ec0ed7b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005163 10.0.0.50 - - [2026-07-06 15:28:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.009024 10.0.0.50 - - [2026-07-06 15:28:23] "GET /virtual-network/c627755f-9450-4f12-a238-401ec0ed7b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005542 10.0.0.242 - - [2026-07-06 15:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.242 - - [2026-07-06 15:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.33 - - [2026-07-06 15:28:23] "GET /obj-perms HTTP/1.1" 200 4483 0.037118 10.0.0.50 - - [2026-07-06 15:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.33 - - [2026-07-06 15:28:23] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.50 - - [2026-07-06 15:28:23] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044459 10.0.0.33 - - [2026-07-06 15:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-07-06 15:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2026-07-06 15:28:23] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.50 - - [2026-07-06 15:28:24] "POST /neutron/network HTTP/1.1" 200 619 0.123564 10.0.0.33 - - [2026-07-06 15:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.33 - - [2026-07-06 15:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.242 - - [2026-07-06 15:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-07-06 15:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.242 - - [2026-07-06 15:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.50 - - [2026-07-06 15:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.33 - - [2026-07-06 15:28:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009547 10.0.0.50 - - [2026-07-06 15:28:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.245788 10.0.0.50 - - [2026-07-06 15:28:24] "POST /id-to-fqname HTTP/1.1" 200 231 0.001354 10.0.0.50 - - [2026-07-06 15:28:24] "GET /virtual-network/b5b2df27-3560-47ec-9e4f-673b035ee19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005542 10.0.0.50 - - [2026-07-06 15:28:24] "GET /virtual-network/b5b2df27-3560-47ec-9e4f-673b035ee19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005452 10.0.0.50 - - [2026-07-06 15:28:24] "POST /neutron/network HTTP/1.1" 200 1309 0.011532 10.0.0.50 - - [2026-07-06 15:28:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.009108 10.0.0.50 - - [2026-07-06 15:28:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2026-07-06 15:28:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2026-07-06 15:28:25] "GET /virtual-network/b5b2df27-3560-47ec-9e4f-673b035ee19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006625 10.0.0.242 - - [2026-07-06 15:28:25] "GET /obj-perms HTTP/1.1" 200 4483 0.004250 10.0.0.50 - - [2026-07-06 15:28:25] "POST /fqname-to-id HTTP/1.1" 404 225 0.003047 10.0.0.50 - - [2026-07-06 15:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.33 - - [2026-07-06 15:28:25] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.50 - - [2026-07-06 15:28:25] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048785 10.0.0.50 - - [2026-07-06 15:28:25] "POST /network-policys HTTP/1.1" 200 559 0.071240 10.0.0.50 - - [2026-07-06 15:28:25] "GET /network-policy/0f9546f1-280a-4d81-af04-5b1d12bd13f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006292 10.0.0.50 - - [2026-07-06 15:28:25] "POST /fqname-to-id HTTP/1.1" 404 225 0.003437 10.0.0.50 - - [2026-07-06 15:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.33 - - [2026-07-06 15:28:25] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.50 - - [2026-07-06 15:28:26] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056561 10.0.0.50 - - [2026-07-06 15:28:26] "POST /network-policys HTTP/1.1" 200 559 0.071618 10.0.0.50 - - [2026-07-06 15:28:26] "GET /network-policy/50029adc-19c4-4d28-9188-dc8c7dfbb4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006344 10.0.0.50 - - [2026-07-06 15:28:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.003081 10.0.0.50 - - [2026-07-06 15:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.33 - - [2026-07-06 15:28:26] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.50 - - [2026-07-06 15:28:26] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045219 10.0.0.50 - - [2026-07-06 15:28:26] "POST /network-policys HTTP/1.1" 200 559 0.079557 10.0.0.50 - - [2026-07-06 15:28:26] "GET /network-policy/f51ea5b3-44d7-4d5e-9aba-d81821a6c9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006252 10.0.0.50 - - [2026-07-06 15:28:26] "POST /fqname-to-id HTTP/1.1" 404 225 0.003036 10.0.0.50 - - [2026-07-06 15:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.33 - - [2026-07-06 15:28:26] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.50 - - [2026-07-06 15:28:26] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043715 10.0.0.50 - - [2026-07-06 15:28:26] "POST /network-policys HTTP/1.1" 200 559 0.075120 10.0.0.50 - - [2026-07-06 15:28:27] "GET /network-policy/73aae9ed-a814-4165-94c7-f5c20d29e4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007085 10.0.0.50 - - [2026-07-06 15:28:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003197 10.0.0.50 - - [2026-07-06 15:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.33 - - [2026-07-06 15:28:27] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.50 - - [2026-07-06 15:28:27] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039172 10.0.0.50 - - [2026-07-06 15:28:27] "POST /network-policys HTTP/1.1" 200 559 0.075075 10.0.0.50 - - [2026-07-06 15:28:27] "GET /network-policy/95223d9c-c9d3-44e6-adc2-338bc88cde88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006472 10.0.0.50 - - [2026-07-06 15:28:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003533 10.0.0.50 - - [2026-07-06 15:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.33 - - [2026-07-06 15:28:27] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.50 - - [2026-07-06 15:28:27] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050110 10.0.0.50 - - [2026-07-06 15:28:27] "POST /network-policys HTTP/1.1" 200 559 0.078769 10.0.0.50 - - [2026-07-06 15:28:27] "GET /network-policy/ce364e01-ed49-473c-b1cb-0abc77289a29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006043 10.0.0.50 - - [2026-07-06 15:28:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.003736 10.0.0.50 - - [2026-07-06 15:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.33 - - [2026-07-06 15:28:28] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001382 10.0.0.50 - - [2026-07-06 15:28:28] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047575 10.0.0.50 - - [2026-07-06 15:28:28] "POST /network-policys HTTP/1.1" 200 559 0.074721 10.0.0.50 - - [2026-07-06 15:28:28] "GET /network-policy/eae9d63c-1910-4374-80b8-db9b34372738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007605 10.0.0.50 - - [2026-07-06 15:28:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003243 10.0.0.50 - - [2026-07-06 15:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.33 - - [2026-07-06 15:28:28] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.50 - - [2026-07-06 15:28:28] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039943 10.0.0.50 - - [2026-07-06 15:28:28] "POST /network-policys HTTP/1.1" 200 559 0.074114 10.0.0.50 - - [2026-07-06 15:28:28] "GET /network-policy/197f09a2-c45d-431d-a2a5-d709bb5ef55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005787 10.0.0.242 - - [2026-07-06 15:28:28] "POST /fqname-to-id HTTP/1.1" 404 248 0.006512 10.0.0.242 - - [2026-07-06 15:28:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003231 10.0.0.50 - - [2026-07-06 15:28:29] "POST /neutron/network HTTP/1.1" 200 1494 0.036940 10.0.0.50 - - [2026-07-06 15:28:29] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007397 10.0.0.50 - - [2026-07-06 15:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.50 - - [2026-07-06 15:28:29] "GET /network-policy/0f9546f1-280a-4d81-af04-5b1d12bd13f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004566 10.0.0.50 - - [2026-07-06 15:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.50 - - [2026-07-06 15:28:29] "GET /network-policy/50029adc-19c4-4d28-9188-dc8c7dfbb4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005867 10.0.0.242 - - [2026-07-06 15:28:29] "POST /access-control-lists HTTP/1.1" 200 605 0.055352 10.0.0.50 - - [2026-07-06 15:28:29] "POST /neutron/network HTTP/1.1" 200 1493 0.013194 10.0.0.50 - - [2026-07-06 15:28:29] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.022058 10.0.0.50 - - [2026-07-06 15:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.50 - - [2026-07-06 15:28:29] "GET /network-policy/73aae9ed-a814-4165-94c7-f5c20d29e4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004934 10.0.0.50 - - [2026-07-06 15:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.50 - - [2026-07-06 15:28:29] "GET /network-policy/f51ea5b3-44d7-4d5e-9aba-d81821a6c9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004574 10.0.0.242 - - [2026-07-06 15:28:29] "POST /access-control-lists HTTP/1.1" 200 605 0.038678 10.0.0.50 - - [2026-07-06 15:28:29] "POST /neutron/network HTTP/1.1" 200 1494 0.038611 10.0.0.50 - - [2026-07-06 15:28:29] "GET /virtual-network/c627755f-9450-4f12-a238-401ec0ed7b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005013 10.0.0.50 - - [2026-07-06 15:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.50 - - [2026-07-06 15:28:29] "GET /network-policy/95223d9c-c9d3-44e6-adc2-338bc88cde88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004452 10.0.0.50 - - [2026-07-06 15:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.50 - - [2026-07-06 15:28:30] "GET /network-policy/ce364e01-ed49-473c-b1cb-0abc77289a29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004817 10.0.0.242 - - [2026-07-06 15:28:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.002727 10.0.0.50 - - [2026-07-06 15:28:30] "POST /neutron/network HTTP/1.1" 200 1494 0.013142 10.0.0.50 - - [2026-07-06 15:28:30] "GET /virtual-network/b5b2df27-3560-47ec-9e4f-673b035ee19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005767 10.0.0.50 - - [2026-07-06 15:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.50 - - [2026-07-06 15:28:30] "GET /network-policy/197f09a2-c45d-431d-a2a5-d709bb5ef55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.011726 10.0.0.50 - - [2026-07-06 15:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006576 10.0.0.50 - - [2026-07-06 15:28:30] "GET /network-policy/eae9d63c-1910-4374-80b8-db9b34372738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004624 10.0.0.50 - - [2026-07-06 15:28:30] "POST /id-to-fqname HTTP/1.1" 200 231 0.001106 10.0.0.50 - - [2026-07-06 15:28:37] "GET /obj-perms HTTP/1.1" 200 4493 0.036311 10.0.0.50 - - [2026-07-06 15:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.006162 10.0.0.50 - - [2026-07-06 15:29:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001406 10.0.0.50 - - [2026-07-06 15:29:03] "POST /neutron/network HTTP/1.1" 200 1503 0.007651 10.0.0.50 - - [2026-07-06 15:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.008838 10.0.0.33 - - [2026-07-06 15:29:07] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001366 10.0.0.50 - - [2026-07-06 15:29:07] "POST /neutron/port HTTP/1.1" 200 1170 0.420135 10.0.0.33 - - [2026-07-06 15:29:07] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.50 - - [2026-07-06 15:29:08] "POST /neutron/port HTTP/1.1" 200 1169 0.570020 10.0.0.50 - - [2026-07-06 15:29:08] "POST /neutron/port HTTP/1.1" 200 1169 0.017405 10.0.0.50 - - [2026-07-06 15:29:08] "POST /neutron/port HTTP/1.1" 200 1234 0.029184 10.0.0.50 - - [2026-07-06 15:29:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004641 10.0.0.50 - - [2026-07-06 15:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.50 - - [2026-07-06 15:29:09] "POST /neutron/port HTTP/1.1" 200 1233 0.063723 10.0.0.50 - - [2026-07-06 15:29:09] "POST /neutron/subnet HTTP/1.1" 200 1356 0.040049 10.0.0.50 - - [2026-07-06 15:29:09] "POST /neutron/network HTTP/1.1" 200 1493 0.030428 10.0.0.50 - - [2026-07-06 15:29:19] "POST /neutron/port HTTP/1.1" 200 1234 0.050686 10.0.0.50 - - [2026-07-06 15:29:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008324 10.0.0.50 - - [2026-07-06 15:29:34] "POST /neutron/port HTTP/1.1" 200 1234 0.059722 10.0.0.33 - - [2026-07-06 15:29:38] "GET /obj-perms HTTP/1.1" 200 4493 0.060059 10.0.0.50 - - [2026-07-06 15:29:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009212 10.0.0.50 - - [2026-07-06 15:29:49] "POST /neutron/port HTTP/1.1" 200 1234 0.027566 10.0.0.50 - - [2026-07-06 15:29:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012669 10.0.0.50 - - [2026-07-06 15:30:05] "POST /neutron/port HTTP/1.1" 200 1234 0.024952 10.0.0.50 - - [2026-07-06 15:30:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010499 10.0.0.50 - - [2026-07-06 15:30:20] "POST /neutron/port HTTP/1.1" 200 1234 0.019290 10.0.0.50 - - [2026-07-06 15:30:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007576 10.0.0.50 - - [2026-07-06 15:30:25] "POST /neutron/port HTTP/1.1" 200 1234 0.018466 10.0.0.50 - - [2026-07-06 15:30:25] "GET /virtual-machine/b92d7fc7-0111-48f8-8ec4-652bdbae0228 HTTP/1.1" 200 1301 0.006875 10.0.0.50 - - [2026-07-06 15:30:25] "GET /virtual-machine-interface/007f3c87-e25e-4950-9782-ed5515aede8d HTTP/1.1" 200 3182 0.005860 10.0.0.50 - - [2026-07-06 15:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.50 - - [2026-07-06 15:30:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003879 10.0.0.50 - - [2026-07-06 15:30:25] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003928 10.0.0.50 - - [2026-07-06 15:30:25] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006906 10.0.0.50 - - [2026-07-06 15:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.50 - - [2026-07-06 15:30:28] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006653 10.0.0.50 - - [2026-07-06 15:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.50 - - [2026-07-06 15:30:32] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006732 10.0.0.50 - - [2026-07-06 15:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.50 - - [2026-07-06 15:30:37] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007047 10.0.0.50 - - [2026-07-06 15:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.50 - - [2026-07-06 15:30:41] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005912 10.0.0.50 - - [2026-07-06 15:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.50 - - [2026-07-06 15:30:45] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006135 10.0.0.50 - - [2026-07-06 15:30:46] "POST /neutron/port HTTP/1.1" 200 1234 0.020361 10.0.0.50 - - [2026-07-06 15:30:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.50 - - [2026-07-06 15:30:46] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.50 - - [2026-07-06 15:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.50 - - [2026-07-06 15:30:49] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005822 10.0.0.50 - - [2026-07-06 15:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.50 - - [2026-07-06 15:30:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003686 10.0.0.50 - - [2026-07-06 15:30:51] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003557 10.0.0.50 - - [2026-07-06 15:30:51] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006140 10.0.0.50 - - [2026-07-06 15:30:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013458 10.0.0.50 - - [2026-07-06 15:30:56] "POST /neutron/network HTTP/1.1" 200 1503 0.008163 10.0.0.50 - - [2026-07-06 15:30:56] "POST /neutron/subnet HTTP/1.1" 200 1356 0.029603 10.0.0.50 - - [2026-07-06 15:30:56] "POST /neutron/port HTTP/1.1" 200 117 0.001514 10.0.0.50 - - [2026-07-06 15:30:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.028888 10.0.0.50 - - [2026-07-06 15:31:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009821 10.0.0.50 - - [2026-07-06 15:31:07] "POST /neutron/port HTTP/1.1" 200 1233 0.021735 10.0.0.50 - - [2026-07-06 15:31:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008768 10.0.0.50 - - [2026-07-06 15:31:07] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 200 1301 0.006248 10.0.0.50 - - [2026-07-06 15:31:07] "GET /virtual-machine-interface/ac61ce78-bbff-44f7-a7e5-fafafbc6c4de HTTP/1.1" 200 3185 0.006105 10.0.0.50 - - [2026-07-06 15:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.022993 10.0.0.50 - - [2026-07-06 15:31:07] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004094 10.0.0.50 - - [2026-07-06 15:31:07] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003604 10.0.0.50 - - [2026-07-06 15:31:07] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.008407 10.0.0.50 - - [2026-07-06 15:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.50 - - [2026-07-06 15:31:08] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003544 10.0.0.50 - - [2026-07-06 15:31:08] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003144 10.0.0.50 - - [2026-07-06 15:31:08] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006448 10.0.0.50 - - [2026-07-06 15:31:08] "POST /neutron/port HTTP/1.1" 200 1233 0.020998 10.0.0.50 - - [2026-07-06 15:31:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007354 10.0.0.50 - - [2026-07-06 15:31:19] "POST /neutron/port HTTP/1.1" 200 1233 0.020828 10.0.0.50 - - [2026-07-06 15:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.50 - - [2026-07-06 15:31:19] "GET /network-policy/f51ea5b3-44d7-4d5e-9aba-d81821a6c9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004944 10.0.0.50 - - [2026-07-06 15:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.50 - - [2026-07-06 15:31:19] "GET /network-policy/73aae9ed-a814-4165-94c7-f5c20d29e4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005398 10.0.0.50 - - [2026-07-06 15:31:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008702 10.0.0.50 - - [2026-07-06 15:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005864 10.0.0.50 - - [2026-07-06 15:31:20] "GET /network-policy/0f9546f1-280a-4d81-af04-5b1d12bd13f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004750 10.0.0.50 - - [2026-07-06 15:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.50 - - [2026-07-06 15:31:20] "GET /network-policy/50029adc-19c4-4d28-9188-dc8c7dfbb4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004855 10.0.0.50 - - [2026-07-06 15:31:29] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 200 1301 0.005500 10.0.0.50 - - [2026-07-06 15:31:31] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 200 1301 0.003788 10.0.0.50 - - [2026-07-06 15:31:31] "POST /neutron/port HTTP/1.1" 200 151 0.255536 10.0.0.50 - - [2026-07-06 15:31:33] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.003573 10.0.0.50 - - [2026-07-06 15:31:33] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.003390 10.0.0.50 - - [2026-07-06 15:31:33] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.003495 10.0.0.50 - - [2026-07-06 15:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.50 - - [2026-07-06 15:31:33] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003724 10.0.0.50 - - [2026-07-06 15:31:33] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003484 10.0.0.50 - - [2026-07-06 15:31:33] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006714 10.0.0.50 - - [2026-07-06 15:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.50 - - [2026-07-06 15:31:33] "GET /routing-instance/674b967f-4676-4be3-a1b2-f7bd34fb5f6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006125 10.0.0.50 - - [2026-07-06 15:31:33] "GET /route-target/73ff7ccd-6fe9-45ce-8732-9dc7f8d4798c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004864 10.0.0.50 - - [2026-07-06 15:31:33] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.002823 10.0.0.50 - - [2026-07-06 15:31:34] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.003787 10.0.0.50 - - [2026-07-06 15:31:35] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.003423 10.0.0.50 - - [2026-07-06 15:31:36] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.003908 10.0.0.50 - - [2026-07-06 15:31:37] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.003845 10.0.0.50 - - [2026-07-06 15:31:38] "GET /virtual-machine/9f20429e-23b8-4e5a-9e23-d9eddee9abac HTTP/1.1" 404 171 0.004504 10.0.0.50 - - [2026-07-06 15:31:38] "GET /obj-perms HTTP/1.1" 200 4483 0.053985 10.0.0.50 - - [2026-07-06 15:31:41] "GET /obj-perms HTTP/1.1" 200 4483 0.004874 10.0.0.50 - - [2026-07-06 15:31:45] "GET /obj-perms HTTP/1.1" 200 4483 0.005158 10.0.0.242 - - [2026-07-06 15:31:45] "GET /obj-perms HTTP/1.1" 200 4483 0.044767 10.0.0.50 - - [2026-07-06 15:31:45] "GET /virtual-machine/b92d7fc7-0111-48f8-8ec4-652bdbae0228 HTTP/1.1" 200 1301 0.005777 10.0.0.50 - - [2026-07-06 15:31:47] "GET /virtual-machine/b92d7fc7-0111-48f8-8ec4-652bdbae0228 HTTP/1.1" 200 1301 0.004724 10.0.0.50 - - [2026-07-06 15:31:47] "POST /neutron/port HTTP/1.1" 200 151 0.289298 10.0.0.50 - - [2026-07-06 15:31:49] "GET /virtual-machine/b92d7fc7-0111-48f8-8ec4-652bdbae0228 HTTP/1.1" 404 171 0.005241 10.0.0.50 - - [2026-07-06 15:31:49] "GET /virtual-machine/b92d7fc7-0111-48f8-8ec4-652bdbae0228 HTTP/1.1" 404 171 0.004520 10.0.0.50 - - [2026-07-06 15:31:49] "GET /virtual-machine/b92d7fc7-0111-48f8-8ec4-652bdbae0228 HTTP/1.1" 404 171 0.005929 10.0.0.50 - - [2026-07-06 15:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.50 - - [2026-07-06 15:31:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005100 10.0.0.50 - - [2026-07-06 15:31:49] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004813 10.0.0.50 - - [2026-07-06 15:31:49] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.010998 10.0.0.50 - - [2026-07-06 15:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.50 - - [2026-07-06 15:31:49] "GET /routing-instance/27d4edda-2331-48cf-9a16-c6583590465c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007089 10.0.0.50 - - [2026-07-06 15:31:49] "GET /route-target/6ae3b41b-9fb8-499f-9001-9dd7d718f3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006136 10.0.0.50 - - [2026-07-06 15:31:52] "GET /obj-perms HTTP/1.1" 200 4483 0.005009 10.0.0.242 - - [2026-07-06 15:31:55] "GET /obj-perms HTTP/1.1" 200 4483 0.004245 10.0.0.50 - - [2026-07-06 15:32:02] "GET /obj-perms HTTP/1.1" 200 4483 0.005589 10.0.0.242 - - [2026-07-06 15:32:05] "GET /obj-perms HTTP/1.1" 200 4483 0.003901 10.0.0.50 - - [2026-07-06 15:32:11] "GET /obj-perms HTTP/1.1" 200 4483 0.003896 10.0.0.242 - - [2026-07-06 15:32:14] "GET /obj-perms HTTP/1.1" 200 4483 0.005345 10.0.0.50 - - [2026-07-06 15:32:17] "GET /obj-perms HTTP/1.1" 200 4483 0.004133 10.0.0.33 - - [2026-07-06 15:32:17] "GET /obj-perms HTTP/1.1" 200 4483 0.003546 10.0.0.50 - - [2026-07-06 15:32:17] "GET /virtual-network/b5b2df27-3560-47ec-9e4f-673b035ee19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007617 10.0.0.50 - - [2026-07-06 15:32:17] "POST /neutron/network HTTP/1.1" 200 1309 0.013149 10.0.0.50 - - [2026-07-06 15:32:17] "GET /virtual-network/b5b2df27-3560-47ec-9e4f-673b035ee19f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005413 10.0.0.242 - - [2026-07-06 15:32:17] "DELETE /access-control-list/00de26ea-9622-4b8c-91c5-026f9b24d8f6 HTTP/1.1" 200 115 0.110471 10.0.0.50 - - [2026-07-06 15:32:18] "GET /virtual-network/c627755f-9450-4f12-a238-401ec0ed7b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005700 10.0.0.50 - - [2026-07-06 15:32:18] "POST /neutron/network HTTP/1.1" 200 1309 0.053892 10.0.0.50 - - [2026-07-06 15:32:18] "GET /virtual-network/c627755f-9450-4f12-a238-401ec0ed7b37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005790 10.0.0.50 - - [2026-07-06 15:32:18] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005700 10.0.0.242 - - [2026-07-06 15:32:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.057562 10.0.0.50 - - [2026-07-06 15:32:18] "POST /neutron/network HTTP/1.1" 200 1308 0.042063 10.0.0.50 - - [2026-07-06 15:32:18] "GET /virtual-network/9b028196-247d-4e17-94a1-c35b06dd5720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.016630 10.0.0.242 - - [2026-07-06 15:32:18] "POST /ref-update HTTP/1.1" 200 156 0.050210 10.0.0.50 - - [2026-07-06 15:32:18] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006426 10.0.0.50 - - [2026-07-06 15:32:19] "POST /neutron/network HTTP/1.1" 200 1309 0.022396 10.0.0.50 - - [2026-07-06 15:32:19] "GET /virtual-network/ca1b422e-6ccc-43d6-b756-ec5ae913ca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006816 10.0.0.50 - - [2026-07-06 15:32:19] "DELETE /network-policy/197f09a2-c45d-431d-a2a5-d709bb5ef55b HTTP/1.1" 200 115 0.062891 10.0.0.50 - - [2026-07-06 15:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.33 - - [2026-07-06 15:32:19] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030290 10.0.0.50 - - [2026-07-06 15:32:19] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078660 10.0.0.50 - - [2026-07-06 15:32:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.007052 10.0.0.50 - - [2026-07-06 15:32:19] "DELETE /network-policy/eae9d63c-1910-4374-80b8-db9b34372738 HTTP/1.1" 200 115 0.045149 10.0.0.50 - - [2026-07-06 15:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.33 - - [2026-07-06 15:32:19] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.50 - - [2026-07-06 15:32:19] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044765 10.0.0.50 - - [2026-07-06 15:32:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005927 10.0.0.50 - - [2026-07-06 15:32:19] "DELETE /network-policy/ce364e01-ed49-473c-b1cb-0abc77289a29 HTTP/1.1" 200 115 0.037158 10.0.0.50 - - [2026-07-06 15:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.33 - - [2026-07-06 15:32:19] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.50 - - [2026-07-06 15:32:19] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038248 10.0.0.50 - - [2026-07-06 15:32:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006255 10.0.0.50 - - [2026-07-06 15:32:19] "DELETE /network-policy/95223d9c-c9d3-44e6-adc2-338bc88cde88 HTTP/1.1" 200 115 0.038066 10.0.0.50 - - [2026-07-06 15:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.33 - - [2026-07-06 15:32:19] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.50 - - [2026-07-06 15:32:19] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038151 10.0.0.50 - - [2026-07-06 15:32:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005294 10.0.0.50 - - [2026-07-06 15:32:20] "DELETE /network-policy/73aae9ed-a814-4165-94c7-f5c20d29e4f0 HTTP/1.1" 200 115 0.050704 10.0.0.50 - - [2026-07-06 15:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.33 - - [2026-07-06 15:32:20] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001948 10.0.0.50 - - [2026-07-06 15:32:20] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038514 10.0.0.50 - - [2026-07-06 15:32:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005503 10.0.0.50 - - [2026-07-06 15:32:20] "DELETE /network-policy/f51ea5b3-44d7-4d5e-9aba-d81821a6c9cc HTTP/1.1" 200 115 0.049882 10.0.0.50 - - [2026-07-06 15:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005631 10.0.0.33 - - [2026-07-06 15:32:20] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.50 - - [2026-07-06 15:32:20] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048857 10.0.0.50 - - [2026-07-06 15:32:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006177 10.0.0.50 - - [2026-07-06 15:32:20] "DELETE /network-policy/50029adc-19c4-4d28-9188-dc8c7dfbb4a5 HTTP/1.1" 200 115 0.041217 10.0.0.50 - - [2026-07-06 15:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.33 - - [2026-07-06 15:32:20] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001540 10.0.0.50 - - [2026-07-06 15:32:20] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044827 10.0.0.50 - - [2026-07-06 15:32:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005209 10.0.0.50 - - [2026-07-06 15:32:20] "DELETE /network-policy/0f9546f1-280a-4d81-af04-5b1d12bd13f1 HTTP/1.1" 200 115 0.044744 10.0.0.50 - - [2026-07-06 15:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.33 - - [2026-07-06 15:32:20] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.50 - - [2026-07-06 15:32:20] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041239 10.0.0.50 - - [2026-07-06 15:32:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23937337&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005555 10.0.0.242 - - [2026-07-06 15:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.50 - - [2026-07-06 15:32:21] "POST /neutron/network HTTP/1.1" 200 1309 0.011402 10.0.0.242 - - [2026-07-06 15:32:21] "DELETE /route-target/8e42a61c-6958-49ee-b3c7-32cbf3ab194c HTTP/1.1" 200 115 0.026020 10.0.0.33 - - [2026-07-06 15:32:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004130 10.0.0.33 - - [2026-07-06 15:32:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003185 10.0.0.33 - - [2026-07-06 15:32:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010040 10.0.0.33 - - [2026-07-06 15:32:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004133 10.0.0.33 - - [2026-07-06 15:32:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003015 10.0.0.33 - - [2026-07-06 15:32:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002569 10.0.0.50 - - [2026-07-06 15:32:21] "POST /neutron/network HTTP/1.1" 200 151 0.187522 10.0.0.242 - - [2026-07-06 15:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.50 - - [2026-07-06 15:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.50 - - [2026-07-06 15:32:22] "DELETE /network-ipam/d19b862c-54c8-4f26-9fd1-40d4e3dbb047 HTTP/1.1" 200 115 0.038214 10.0.0.50 - - [2026-07-06 15:32:22] "POST /fqname-to-id HTTP/1.1" 404 252 0.004452 10.0.0.33 - - [2026-07-06 15:32:22] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.33 - - [2026-07-06 15:32:22] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.043826 10.0.0.33 - - [2026-07-06 15:32:22] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001275 10.0.0.33 - - [2026-07-06 15:32:22] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?fields=security_groups HTTP/1.1" 200 1386 0.041518 10.0.0.33 - - [2026-07-06 15:32:22] "DELETE /security-group/7f2365cf-4039-43bc-8dd1-dae7416c6fa4 HTTP/1.1" 200 115 0.065191 10.0.0.33 - - [2026-07-06 15:32:22] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.33 - - [2026-07-06 15:32:22] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?fields=application_policy_sets HTTP/1.1" 200 1425 0.052114 10.0.0.242 - - [2026-07-06 15:32:22] "DELETE /access-control-list/86a09fcc-7879-4422-9634-072411d72ee2 HTTP/1.1" 200 115 0.053092 10.0.0.50 - - [2026-07-06 15:32:23] "DELETE /project/6a7419f7-f31e-427f-a292-3fa3220f37f6 HTTP/1.1" 200 115 0.400359 10.0.0.33 - - [2026-07-06 15:32:23] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.50 - - [2026-07-06 15:32:23] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?fields=projects HTTP/1.1" 200 1438 0.015317 10.0.0.50 - - [2026-07-06 15:32:28] "POST /fqname-to-id HTTP/1.1" 404 225 0.003401 10.0.0.33 - - [2026-07-06 15:32:28] "POST /id-to-fqname HTTP/1.1" 200 198 0.001313 10.0.0.33 - - [2026-07-06 15:32:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.015352 10.0.0.33 - - [2026-07-06 15:32:28] "POST /security-groups HTTP/1.1" 200 599 0.074068 10.0.0.33 - - [2026-07-06 15:32:28] "POST /projects HTTP/1.1" 200 601 0.300304 10.0.0.50 - - [2026-07-06 15:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.325596 10.0.0.242 - - [2026-07-06 15:32:28] "POST /fqname-to-id HTTP/1.1" 404 241 0.007324 10.0.0.33 - - [2026-07-06 15:32:28] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.50 - - [2026-07-06 15:32:28] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.034120 10.0.0.50 - - [2026-07-06 15:32:28] "POST /network-policys HTTP/1.1" 200 559 0.032499 10.0.0.50 - - [2026-07-06 15:32:28] "GET /network-policy/890b3b1f-7a23-47eb-8404-4176fd38b65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.007636 10.0.0.50 - - [2026-07-06 15:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.33 - - [2026-07-06 15:32:28] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.50 - - [2026-07-06 15:32:28] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047299 10.0.0.50 - - [2026-07-06 15:32:29] "POST /neutron/network HTTP/1.1" 200 117 0.012550 10.0.0.242 - - [2026-07-06 15:32:29] "POST /ref-update HTTP/1.1" 200 156 0.025698 10.0.0.33 - - [2026-07-06 15:32:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007941 10.0.0.50 - - [2026-07-06 15:32:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.207534 10.0.0.50 - - [2026-07-06 15:32:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001204 10.0.0.50 - - [2026-07-06 15:32:29] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005718 10.0.0.50 - - [2026-07-06 15:32:29] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005872 10.0.0.50 - - [2026-07-06 15:32:29] "POST /neutron/network HTTP/1.1" 200 1007 0.010389 10.0.0.50 - - [2026-07-06 15:32:29] "POST /neutron/network HTTP/1.1" 200 1007 0.010744 10.0.0.242 - - [2026-07-06 15:32:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003312 10.0.0.50 - - [2026-07-06 15:32:30] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007542 10.0.0.50 - - [2026-07-06 15:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.50 - - [2026-07-06 15:32:30] "GET /network-policy/890b3b1f-7a23-47eb-8404-4176fd38b65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.005062 10.0.0.50 - - [2026-07-06 15:32:30] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006352 10.0.0.242 - - [2026-07-06 15:32:30] "GET /obj-perms HTTP/1.1" 200 4483 0.004063 10.0.0.50 - - [2026-07-06 15:32:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.001311 10.0.0.50 - - [2026-07-06 15:32:30] "POST /neutron/network HTTP/1.1" 200 1116 0.008569 10.0.0.33 - - [2026-07-06 15:32:30] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.50 - - [2026-07-06 15:32:30] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.079518 10.0.0.50 - - [2026-07-06 15:32:31] "POST /neutron/port HTTP/1.1" 200 117 0.006974 10.0.0.50 - - [2026-07-06 15:32:31] "POST /id-to-fqname HTTP/1.1" 200 229 0.001321 10.0.0.50 - - [2026-07-06 15:32:31] "POST /neutron/network HTTP/1.1" 200 1106 0.026411 10.0.0.50 - - [2026-07-06 15:32:31] "POST /neutron/port HTTP/1.1" 200 117 0.006857 10.0.0.50 - - [2026-07-06 15:32:35] "POST /neutron/port HTTP/1.1" 200 1174 0.041339 10.0.0.50 - - [2026-07-06 15:32:35] "POST /neutron/port HTTP/1.1" 200 1174 0.017546 10.0.0.50 - - [2026-07-06 15:32:36] "POST /neutron/port HTTP/1.1" 200 1174 0.024188 10.0.0.50 - - [2026-07-06 15:32:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009148 10.0.0.50 - - [2026-07-06 15:32:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004278 10.0.0.50 - - [2026-07-06 15:32:37] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.50 - - [2026-07-06 15:32:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004410 10.0.0.50 - - [2026-07-06 15:32:37] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.50 - - [2026-07-06 15:32:41] "POST /neutron/port HTTP/1.1" 200 1238 0.023163 10.0.0.50 - - [2026-07-06 15:32:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007525 10.0.0.50 - - [2026-07-06 15:32:42] "GET /virtual-machine/4a2a0975-e649-456a-b1ad-13ddc758135d HTTP/1.1" 200 1300 0.021806 10.0.0.50 - - [2026-07-06 15:32:42] "GET /virtual-machine-interface/856749fa-333f-4f0c-8cb2-a26bacaf1a06 HTTP/1.1" 200 3178 0.005547 10.0.0.50 - - [2026-07-06 15:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.50 - - [2026-07-06 15:32:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004404 10.0.0.50 - - [2026-07-06 15:32:42] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003194 10.0.0.50 - - [2026-07-06 15:32:42] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005927 10.0.0.50 - - [2026-07-06 15:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.50 - - [2026-07-06 15:32:45] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006819 10.0.0.50 - - [2026-07-06 15:32:47] "POST /neutron/port HTTP/1.1" 200 1238 0.018291 10.0.0.50 - - [2026-07-06 15:32:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004332 10.0.0.50 - - [2026-07-06 15:32:48] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.50 - - [2026-07-06 15:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.50 - - [2026-07-06 15:32:49] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006343 10.0.0.50 - - [2026-07-06 15:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.50 - - [2026-07-06 15:32:53] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006140 10.0.0.50 - - [2026-07-06 15:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.50 - - [2026-07-06 15:32:57] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006123 10.0.0.50 - - [2026-07-06 15:32:59] "POST /neutron/port HTTP/1.1" 200 1238 0.041544 10.0.0.50 - - [2026-07-06 15:33:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005701 10.0.0.50 - - [2026-07-06 15:33:01] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.50 - - [2026-07-06 15:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.50 - - [2026-07-06 15:33:01] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006105 10.0.0.50 - - [2026-07-06 15:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.50 - - [2026-07-06 15:33:05] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006058 10.0.0.50 - - [2026-07-06 15:33:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005615 10.0.0.50 - - [2026-07-06 15:33:09] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007183 10.0.0.50 - - [2026-07-06 15:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.50 - - [2026-07-06 15:33:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003992 10.0.0.50 - - [2026-07-06 15:33:13] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003700 10.0.0.50 - - [2026-07-06 15:33:13] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005916 10.0.0.50 - - [2026-07-06 15:33:14] "POST /neutron/port HTTP/1.1" 200 1238 0.027469 10.0.0.50 - - [2026-07-06 15:33:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008153 10.0.0.50 - - [2026-07-06 15:33:20] "POST /neutron/port HTTP/1.1" 200 1238 0.039938 10.0.0.242 - - [2026-07-06 15:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.242 - - [2026-07-06 15:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.33 - - [2026-07-06 15:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.33 - - [2026-07-06 15:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.33 - - [2026-07-06 15:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.33 - - [2026-07-06 15:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2026-07-06 15:33:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008929 10.0.0.242 - - [2026-07-06 15:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.50 - - [2026-07-06 15:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.242 - - [2026-07-06 15:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2026-07-06 15:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.50 - - [2026-07-06 15:33:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-07-06 15:33:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.33 - - [2026-07-06 15:33:25] "DELETE /project/6a7419f7f31e427fa2923fa3220f37f6 HTTP/1.1" 404 173 0.025933 10.0.0.50 - - [2026-07-06 15:33:29] "POST /neutron/port HTTP/1.1" 200 1238 0.019499 10.0.0.50 - - [2026-07-06 15:33:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007723 10.0.0.50 - - [2026-07-06 15:33:29] "GET /virtual-machine/1ca49775-2cdc-4422-8a3f-a2e3f1c97f0c HTTP/1.1" 200 1299 0.005924 10.0.0.50 - - [2026-07-06 15:33:29] "GET /virtual-machine-interface/cb3896c0-f6e8-4ab9-951d-c28cb372b9a8 HTTP/1.1" 200 3179 0.005443 10.0.0.50 - - [2026-07-06 15:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.50 - - [2026-07-06 15:33:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004143 10.0.0.50 - - [2026-07-06 15:33:29] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004319 10.0.0.50 - - [2026-07-06 15:33:29] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006235 10.0.0.50 - - [2026-07-06 15:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.50 - - [2026-07-06 15:33:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005739 10.0.0.50 - - [2026-07-06 15:33:31] "GET /virtual-networks?parent_id=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004145 10.0.0.50 - - [2026-07-06 15:33:31] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008423 10.0.0.50 - - [2026-07-06 15:33:41] "GET /obj-perms HTTP/1.1" 200 4493 0.043233 10.0.0.50 - - [2026-07-06 15:33:46] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009037 10.0.0.242 - - [2026-07-06 15:33:46] "DELETE /access-control-list/694f31cf-84ab-4808-8352-04597f244bc8 HTTP/1.1" 200 115 0.082862 10.0.0.50 - - [2026-07-06 15:33:46] "POST /neutron/network HTTP/1.1" 200 1007 0.040176 10.0.0.50 - - [2026-07-06 15:33:46] "GET /virtual-network/cd69f5b1-5049-446d-85c7-a72dbc641fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009981 10.0.0.50 - - [2026-07-06 15:33:48] "POST /neutron/port HTTP/1.1" 200 1238 0.021091 10.0.0.50 - - [2026-07-06 15:33:48] "POST /neutron/port HTTP/1.1" 200 1238 0.036587 10.0.0.50 - - [2026-07-06 15:33:48] "POST /neutron/network HTTP/1.1" 200 1007 0.013558 10.0.0.33 - - [2026-07-06 15:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004740 10.0.0.33 - - [2026-07-06 15:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.33 - - [2026-07-06 15:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003452 10.0.0.33 - - [2026-07-06 15:33:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002852 10.0.0.50 - - [2026-07-06 15:33:51] "POST /neutron/network HTTP/1.1" 200 151 0.172103 10.0.0.50 - - [2026-07-06 15:33:51] "DELETE /network-policy/890b3b1f-7a23-47eb-8404-4176fd38b65e HTTP/1.1" 200 115 0.040410 10.0.0.33 - - [2026-07-06 15:33:54] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001555 10.0.0.50 - - [2026-07-06 15:33:54] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070755 10.0.0.33 - - [2026-07-06 15:33:54] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.50 - - [2026-07-06 15:33:54] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?fields=virtual_networks HTTP/1.1" 200 1047 0.062083 10.0.0.33 - - [2026-07-06 15:33:54] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001454 10.0.0.50 - - [2026-07-06 15:33:54] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.057250 10.0.0.33 - - [2026-07-06 15:33:54] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002140 10.0.0.50 - - [2026-07-06 15:33:54] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?fields=security_groups HTTP/1.1" 200 1281 0.066679 10.0.0.50 - - [2026-07-06 15:33:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.027775 10.0.0.33 - - [2026-07-06 15:33:55] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003430 10.0.0.33 - - [2026-07-06 15:33:55] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.33 - - [2026-07-06 15:33:55] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008071 10.0.0.33 - - [2026-07-06 15:33:55] "POST /id-to-fqname HTTP/1.1" 200 204 0.005804 10.0.0.33 - - [2026-07-06 15:33:55] "POST /fqname-to-id HTTP/1.1" 404 213 0.006342 10.0.0.33 - - [2026-07-06 15:33:55] "POST /security-groups HTTP/1.1" 200 605 0.037833 10.0.0.242 - - [2026-07-06 15:33:55] "POST /fqname-to-id HTTP/1.1" 404 248 0.006020 10.0.0.33 - - [2026-07-06 15:33:55] "POST /projects HTTP/1.1" 200 613 0.267976 10.0.0.33 - - [2026-07-06 15:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.340251 10.0.0.242 - - [2026-07-06 15:33:55] "POST /access-control-lists HTTP/1.1" 200 608 0.033777 10.0.0.50 - - [2026-07-06 15:33:55] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.480243 10.0.0.50 - - [2026-07-06 15:33:56] "GET / HTTP/1.1" 200 35931 0.002117 10.0.0.50 - - [2026-07-06 15:34:00] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000574 10.0.0.33 - - [2026-07-06 15:34:00] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001564 10.0.0.50 - - [2026-07-06 15:34:00] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.095963 10.0.0.50 - - [2026-07-06 15:34:01] "GET / HTTP/1.1" 200 35931 0.002570 10.0.0.50 - - [2026-07-06 15:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.33 - - [2026-07-06 15:34:01] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440 10.0.0.50 - - [2026-07-06 15:34:01] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010002 10.0.0.50 - - [2026-07-06 15:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.33 - - [2026-07-06 15:34:01] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001631 10.0.0.50 - - [2026-07-06 15:34:01] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.045022 10.0.0.50 - - [2026-07-06 15:34:02] "GET /domains HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2026-07-06 15:34:03] "GET /domains HTTP/1.1" 200 280 0.021990 10.0.0.33 - - [2026-07-06 15:34:03] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.50 - - [2026-07-06 15:34:03] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d HTTP/1.1" 200 2975 0.009714 10.0.0.33 - - [2026-07-06 15:34:03] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001630 10.0.0.50 - - [2026-07-06 15:34:03] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4 HTTP/1.1" 200 1935 0.099363 10.0.0.50 - - [2026-07-06 15:34:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003397 10.0.0.50 - - [2026-07-06 15:34:03] "POST /network-ipams HTTP/1.1" 200 627 0.036772 10.0.0.50 - - [2026-07-06 15:34:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003317 10.0.0.50 - - [2026-07-06 15:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.50 - - [2026-07-06 15:34:03] "GET /network-ipam/50afcf45-afe9-410e-8cef-ad85cdef486b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.006515 10.0.0.50 - - [2026-07-06 15:34:03] "PUT /network-ipam/50afcf45-afe9-410e-8cef-ad85cdef486b HTTP/1.1" 200 258 0.018214 10.0.0.50 - - [2026-07-06 15:34:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000629 10.0.0.50 - - [2026-07-06 15:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.024143 10.0.0.33 - - [2026-07-06 15:34:04] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001214 10.0.0.50 - - [2026-07-06 15:34:04] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.064854 10.0.0.33 - - [2026-07-06 15:34:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008827 10.0.0.50 - - [2026-07-06 15:34:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.240045 10.0.0.50 - - [2026-07-06 15:34:04] "POST /id-to-fqname HTTP/1.1" 200 237 0.001949 10.0.0.50 - - [2026-07-06 15:34:04] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.010530 10.0.0.50 - - [2026-07-06 15:34:04] "POST /neutron/network HTTP/1.1" 200 1141 0.011173 10.0.0.50 - - [2026-07-06 15:34:04] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006217 10.0.0.50 - - [2026-07-06 15:34:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.011261 10.0.0.50 - - [2026-07-06 15:34:05] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.009722 10.0.0.242 - - [2026-07-06 15:34:06] "GET /obj-perms HTTP/1.1" 200 4458 0.048262 10.0.0.33 - - [2026-07-06 15:34:06] "GET /obj-perms HTTP/1.1" 200 4458 0.038549 10.0.0.50 - - [2026-07-06 15:34:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.003947 10.0.0.50 - - [2026-07-06 15:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.33 - - [2026-07-06 15:34:06] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001146 10.0.0.50 - - [2026-07-06 15:34:07] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.045323 10.0.0.50 - - [2026-07-06 15:34:07] "POST /network-policys HTTP/1.1" 200 565 0.035396 10.0.0.50 - - [2026-07-06 15:34:07] "GET /network-policy/49c279df-1305-4ad7-94f9-9619a93c13ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.008918 10.0.0.50 - - [2026-07-06 15:34:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.003450 10.0.0.50 - - [2026-07-06 15:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.33 - - [2026-07-06 15:34:07] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001680 10.0.0.50 - - [2026-07-06 15:34:07] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.069693 10.0.0.50 - - [2026-07-06 15:34:07] "POST /network-policys HTTP/1.1" 200 565 0.037405 10.0.0.50 - - [2026-07-06 15:34:07] "GET /network-policy/7c018de5-c997-4d6f-9201-e93a255273ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.007571 10.0.0.50 - - [2026-07-06 15:34:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.006084 10.0.0.50 - - [2026-07-06 15:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.33 - - [2026-07-06 15:34:07] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001351 10.0.0.50 - - [2026-07-06 15:34:07] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.069301 10.0.0.50 - - [2026-07-06 15:34:07] "POST /network-policys HTTP/1.1" 200 565 0.040785 10.0.0.50 - - [2026-07-06 15:34:07] "GET /network-policy/020a3b87-90a3-40e2-9182-118536c7751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.008403 10.0.0.242 - - [2026-07-06 15:34:08] "POST /fqname-to-id HTTP/1.1" 404 254 0.006700 10.0.0.242 - - [2026-07-06 15:34:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.004699 10.0.0.50 - - [2026-07-06 15:34:08] "POST /neutron/network HTTP/1.1" 200 1339 0.024580 10.0.0.50 - - [2026-07-06 15:34:08] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.043147 10.0.0.50 - - [2026-07-06 15:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.50 - - [2026-07-06 15:34:08] "GET /network-policy/49c279df-1305-4ad7-94f9-9619a93c13ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005853 10.0.0.50 - - [2026-07-06 15:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.50 - - [2026-07-06 15:34:08] "GET /network-policy/7c018de5-c997-4d6f-9201-e93a255273ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004740 10.0.0.50 - - [2026-07-06 15:34:08] "POST /id-to-fqname HTTP/1.1" 200 237 0.001619 10.0.0.50 - - [2026-07-06 15:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.008175 10.0.0.50 - - [2026-07-06 15:34:13] "POST /neutron/network HTTP/1.1" 200 1349 0.008316 10.0.0.50 - - [2026-07-06 15:34:13] "POST /neutron/port HTTP/1.1" 200 1180 0.027719 10.0.0.50 - - [2026-07-06 15:34:14] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010664 10.0.0.50 - - [2026-07-06 15:34:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004539 10.0.0.50 - - [2026-07-06 15:34:15] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.50 - - [2026-07-06 15:34:19] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008886 10.0.0.50 - - [2026-07-06 15:34:24] "POST /neutron/port HTTP/1.1" 200 1244 0.025483 10.0.0.50 - - [2026-07-06 15:34:24] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007874 10.0.0.50 - - [2026-07-06 15:34:24] "GET /virtual-machine/2e2464af-9b66-4c58-918a-b5953797efb0 HTTP/1.1" 401 292 0.000469 10.0.0.50 - - [2026-07-06 15:34:25] "GET /virtual-machine/2e2464af-9b66-4c58-918a-b5953797efb0 HTTP/1.1" 200 1306 0.027810 10.0.0.50 - - [2026-07-06 15:34:25] "GET /virtual-machine-interface/2bdf54a8-1eaf-419a-a2df-f4c4efd1c873 HTTP/1.1" 200 3177 0.006023 10.0.0.50 - - [2026-07-06 15:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.50 - - [2026-07-06 15:34:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004908 10.0.0.50 - - [2026-07-06 15:34:25] "GET /virtual-networks?parent_id=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004171 10.0.0.50 - - [2026-07-06 15:34:25] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006071 10.0.0.33 - - [2026-07-06 15:34:25] "DELETE /project/4bd1f7020d344110956fec114ed082d4 HTTP/1.1" 404 173 0.009234 10.0.0.33 - - [2026-07-06 15:34:25] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001631 10.0.0.33 - - [2026-07-06 15:34:26] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.060092 10.0.0.33 - - [2026-07-06 15:34:26] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001300 10.0.0.33 - - [2026-07-06 15:34:26] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?fields=security_groups HTTP/1.1" 200 1386 0.055702 10.0.0.33 - - [2026-07-06 15:34:26] "DELETE /security-group/285fe3dc-24ab-467e-bf1a-1a3ccdfbd4b4 HTTP/1.1" 200 115 0.061527 10.0.0.33 - - [2026-07-06 15:34:26] "GET /projects?obj_uuids=6a7419f7-f31e-427f-a292-3fa3220f37f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.33 - - [2026-07-06 15:34:26] "GET /project/6a7419f7-f31e-427f-a292-3fa3220f37f6?fields=application_policy_sets HTTP/1.1" 200 1425 0.058565 10.0.0.242 - - [2026-07-06 15:34:26] "DELETE /access-control-list/7db54bcc-37b5-4dcc-b027-05e8f7506c24 HTTP/1.1" 200 115 0.066136 10.0.0.33 - - [2026-07-06 15:34:26] "DELETE /project/6a7419f7-f31e-427f-a292-3fa3220f37f6 HTTP/1.1" 200 115 0.463509 10.0.0.50 - - [2026-07-06 15:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.50 - - [2026-07-06 15:34:28] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006570 10.0.0.50 - - [2026-07-06 15:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.50 - - [2026-07-06 15:34:32] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006279 10.0.0.50 - - [2026-07-06 15:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.50 - - [2026-07-06 15:34:36] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007408 10.0.0.50 - - [2026-07-06 15:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.50 - - [2026-07-06 15:34:40] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007010 10.0.0.50 - - [2026-07-06 15:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.50 - - [2026-07-06 15:34:44] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006556 10.0.0.50 - - [2026-07-06 15:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.50 - - [2026-07-06 15:34:48] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006025 10.0.0.50 - - [2026-07-06 15:34:51] "POST /neutron/network HTTP/1.1" 200 1349 0.008574 10.0.0.50 - - [2026-07-06 15:34:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019243 10.0.0.50 - - [2026-07-06 15:34:51] "POST /neutron/network HTTP/1.1" 200 1339 0.013423 10.0.0.50 - - [2026-07-06 15:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.50 - - [2026-07-06 15:34:52] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007714 10.0.0.50 - - [2026-07-06 15:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.50 - - [2026-07-06 15:34:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005818 10.0.0.50 - - [2026-07-06 15:34:54] "GET /virtual-networks?parent_id=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005257 10.0.0.50 - - [2026-07-06 15:34:55] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006500 10.0.0.50 - - [2026-07-06 15:34:59] "POST /neutron/port HTTP/1.1" 200 1244 0.025481 10.0.0.50 - - [2026-07-06 15:35:00] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007477 10.0.0.50 - - [2026-07-06 15:35:10] "POST /neutron/port HTTP/1.1" 200 1244 0.026557 10.0.0.50 - - [2026-07-06 15:35:10] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010375 10.0.0.50 - - [2026-07-06 15:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.50 - - [2026-07-06 15:35:11] "GET /network-policy/49c279df-1305-4ad7-94f9-9619a93c13ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.005258 10.0.0.50 - - [2026-07-06 15:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.50 - - [2026-07-06 15:35:11] "GET /network-policy/7c018de5-c997-4d6f-9201-e93a255273ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006105 10.0.0.50 - - [2026-07-06 15:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.50 - - [2026-07-06 15:35:11] "GET /network-policy/020a3b87-90a3-40e2-9182-118536c7751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005483 10.0.0.50 - - [2026-07-06 15:35:11] "POST /neutron/network HTTP/1.1" 200 1431 0.026306 10.0.0.50 - - [2026-07-06 15:35:11] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.010716 10.0.0.50 - - [2026-07-06 15:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011163 10.0.0.50 - - [2026-07-06 15:35:11] "GET /network-policy/020a3b87-90a3-40e2-9182-118536c7751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004083 10.0.0.50 - - [2026-07-06 15:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.50 - - [2026-07-06 15:35:11] "GET /network-policy/49c279df-1305-4ad7-94f9-9619a93c13ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4074 0.006421 10.0.0.50 - - [2026-07-06 15:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.50 - - [2026-07-06 15:35:11] "GET /network-policy/7c018de5-c997-4d6f-9201-e93a255273ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005973 10.0.0.50 - - [2026-07-06 15:35:16] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.007067 10.0.0.50 - - [2026-07-06 15:35:16] "POST /neutron/network HTTP/1.1" 200 1141 0.012130 10.0.0.50 - - [2026-07-06 15:35:16] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.007687 10.0.0.50 - - [2026-07-06 15:35:21] "GET /virtual-machine/2e2464af-9b66-4c58-918a-b5953797efb0 HTTP/1.1" 200 1306 0.004744 10.0.0.50 - - [2026-07-06 15:35:23] "GET /virtual-machine/2e2464af-9b66-4c58-918a-b5953797efb0 HTTP/1.1" 200 1306 0.003554 10.0.0.50 - - [2026-07-06 15:35:24] "POST /neutron/port HTTP/1.1" 200 151 0.251168 10.0.0.50 - - [2026-07-06 15:35:25] "GET /virtual-machine/2e2464af-9b66-4c58-918a-b5953797efb0 HTTP/1.1" 404 171 0.004157 10.0.0.50 - - [2026-07-06 15:35:25] "GET /virtual-machine/2e2464af-9b66-4c58-918a-b5953797efb0 HTTP/1.1" 404 171 0.003231 10.0.0.50 - - [2026-07-06 15:35:25] "GET /virtual-machine/2e2464af-9b66-4c58-918a-b5953797efb0 HTTP/1.1" 404 171 0.002956 10.0.0.50 - - [2026-07-06 15:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.50 - - [2026-07-06 15:35:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006451 10.0.0.50 - - [2026-07-06 15:35:26] "GET /virtual-networks?parent_id=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004336 10.0.0.50 - - [2026-07-06 15:35:26] "GET /virtual-network/9d3d3081-8f21-484d-80d4-8f95eab81567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.007257 10.0.0.50 - - [2026-07-06 15:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.50 - - [2026-07-06 15:35:26] "GET /routing-instance/ee63bceb-b58c-4b93-90ed-6c3451138985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004808 10.0.0.50 - - [2026-07-06 15:35:26] "GET /route-target/5b2b9a9b-298d-45bd-9848-9785101fe3b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006229 10.0.0.50 - - [2026-07-06 15:35:26] "GET /obj-perms HTTP/1.1" 200 4458 0.048083 10.0.0.242 - - [2026-07-06 15:35:32] "GET /obj-perms HTTP/1.1" 200 4458 0.004652 10.0.0.50 - - [2026-07-06 15:35:35] "GET /obj-perms HTTP/1.1" 200 4458 0.005111 10.0.0.242 - - [2026-07-06 15:35:41] "GET /obj-perms HTTP/1.1" 200 4458 0.004589 10.0.0.50 - - [2026-07-06 15:35:45] "GET /obj-perms HTTP/1.1" 200 4458 0.005222 10.0.0.242 - - [2026-07-06 15:35:45] "GET /obj-perms HTTP/1.1" 200 4458 0.004688 10.0.0.33 - - [2026-07-06 15:35:45] "GET /obj-perms HTTP/1.1" 200 4458 0.004974 10.0.0.50 - - [2026-07-06 15:35:45] "DELETE /network-policy/020a3b87-90a3-40e2-9182-118536c7751d HTTP/1.1" 200 115 0.039729 10.0.0.50 - - [2026-07-06 15:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008218 10.0.0.33 - - [2026-07-06 15:35:45] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001395 10.0.0.50 - - [2026-07-06 15:35:45] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.058652 10.0.0.50 - - [2026-07-06 15:35:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-09768090&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006610 10.0.0.50 - - [2026-07-06 15:35:45] "DELETE /network-policy/7c018de5-c997-4d6f-9201-e93a255273ff HTTP/1.1" 200 115 0.036110 10.0.0.50 - - [2026-07-06 15:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005330 10.0.0.33 - - [2026-07-06 15:35:45] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001259 10.0.0.50 - - [2026-07-06 15:35:45] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.061273 10.0.0.50 - - [2026-07-06 15:35:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-09768090&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.007595 10.0.0.50 - - [2026-07-06 15:35:45] "DELETE /network-policy/49c279df-1305-4ad7-94f9-9619a93c13ed HTTP/1.1" 200 115 0.043112 10.0.0.50 - - [2026-07-06 15:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006363 10.0.0.33 - - [2026-07-06 15:35:45] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001403 10.0.0.50 - - [2026-07-06 15:35:45] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.048223 10.0.0.50 - - [2026-07-06 15:35:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-09768090&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007081 10.0.0.242 - - [2026-07-06 15:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006251 10.0.0.50 - - [2026-07-06 15:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.50 - - [2026-07-06 15:35:46] "DELETE /network-ipam/50afcf45-afe9-410e-8cef-ad85cdef486b HTTP/1.1" 200 115 0.047106 10.0.0.50 - - [2026-07-06 15:35:46] "POST /fqname-to-id HTTP/1.1" 404 264 0.004226 10.0.0.33 - - [2026-07-06 15:35:46] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001870 10.0.0.33 - - [2026-07-06 15:35:46] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.050240 10.0.0.33 - - [2026-07-06 15:35:46] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001490 10.0.0.33 - - [2026-07-06 15:35:46] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?fields=security_groups HTTP/1.1" 200 1404 0.053919 10.0.0.33 - - [2026-07-06 15:35:46] "DELETE /security-group/c914b299-5a37-4565-b4fc-d1797adbede7 HTTP/1.1" 200 115 0.061817 10.0.0.33 - - [2026-07-06 15:35:46] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001377 10.0.0.33 - - [2026-07-06 15:35:46] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?fields=application_policy_sets HTTP/1.1" 200 1443 0.066264 10.0.0.242 - - [2026-07-06 15:35:46] "DELETE /access-control-list/0a8c26bd-21da-489f-9ebd-365a65d530fe HTTP/1.1" 200 115 0.064315 10.0.0.50 - - [2026-07-06 15:35:47] "DELETE /project/4bd1f702-0d34-4110-956f-ec114ed082d4 HTTP/1.1" 200 115 0.467744 10.0.0.33 - - [2026-07-06 15:35:47] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001931 10.0.0.50 - - [2026-07-06 15:35:47] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?fields=projects HTTP/1.1" 200 1438 0.022490 10.0.0.33 - - [2026-07-06 15:35:49] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003506 10.0.0.33 - - [2026-07-06 15:35:49] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.33 - - [2026-07-06 15:35:49] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049834 10.0.0.33 - - [2026-07-06 15:35:49] "POST /id-to-fqname HTTP/1.1" 200 204 0.002150 10.0.0.33 - - [2026-07-06 15:35:49] "POST /fqname-to-id HTTP/1.1" 404 213 0.006616 10.0.0.33 - - [2026-07-06 15:35:49] "POST /security-groups HTTP/1.1" 200 605 0.030387 10.0.0.33 - - [2026-07-06 15:35:49] "POST /projects HTTP/1.1" 200 613 0.257059 10.0.0.242 - - [2026-07-06 15:35:50] "POST /fqname-to-id HTTP/1.1" 404 247 0.010048 10.0.0.33 - - [2026-07-06 15:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.328309 10.0.0.50 - - [2026-07-06 15:35:50] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.476381 10.0.0.33 - - [2026-07-06 15:35:50] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001193 10.0.0.50 - - [2026-07-06 15:35:50] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?fields=virtual_networks HTTP/1.1" 200 1059 0.050220 10.0.0.33 - - [2026-07-06 15:35:50] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001996 10.0.0.50 - - [2026-07-06 15:35:50] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.044232 10.0.0.33 - - [2026-07-06 15:35:50] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001392 10.0.0.50 - - [2026-07-06 15:35:50] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?fields=security_groups HTTP/1.1" 200 1299 0.040964 10.0.0.50 - - [2026-07-06 15:35:51] "POST /fqname-to-id HTTP/1.1" 404 204 0.030579 10.0.0.33 - - [2026-07-06 15:35:51] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004715 10.0.0.33 - - [2026-07-06 15:35:51] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.33 - - [2026-07-06 15:35:51] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007032 10.0.0.33 - - [2026-07-06 15:35:51] "POST /id-to-fqname HTTP/1.1" 200 206 0.002466 10.0.0.33 - - [2026-07-06 15:35:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.004786 10.0.0.33 - - [2026-07-06 15:35:51] "POST /security-groups HTTP/1.1" 200 607 0.036104 10.0.0.33 - - [2026-07-06 15:35:51] "POST /projects HTTP/1.1" 200 617 0.263395 10.0.0.242 - - [2026-07-06 15:35:51] "POST /access-control-lists HTTP/1.1" 200 612 0.029242 10.0.0.33 - - [2026-07-06 15:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.336066 10.0.0.50 - - [2026-07-06 15:35:51] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.506340 10.0.0.50 - - [2026-07-06 15:35:52] "GET / HTTP/1.1" 200 35931 0.001760 10.0.0.50 - - [2026-07-06 15:35:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.50 - - [2026-07-06 15:35:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.052633 10.0.0.50 - - [2026-07-06 15:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.33 - - [2026-07-06 15:35:56] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001021 10.0.0.50 - - [2026-07-06 15:35:56] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048561 10.0.0.50 - - [2026-07-06 15:35:56] "POST /network-policys HTTP/1.1" 200 567 0.035654 10.0.0.50 - - [2026-07-06 15:35:56] "GET /network-policy/9fa3c292-45e5-42ab-91e6-b3a149401e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006575 10.0.0.50 - - [2026-07-06 15:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.33 - - [2026-07-06 15:35:56] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002949 10.0.0.50 - - [2026-07-06 15:35:56] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.047797 10.0.0.50 - - [2026-07-06 15:35:56] "POST /neutron/network HTTP/1.1" 200 117 0.032735 10.0.0.242 - - [2026-07-06 15:35:56] "POST /route-targets HTTP/1.1" 200 327 0.015890 10.0.0.242 - - [2026-07-06 15:35:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.005909 10.0.0.33 - - [2026-07-06 15:35:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007280 10.0.0.50 - - [2026-07-06 15:35:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.249101 10.0.0.50 - - [2026-07-06 15:35:57] "POST /id-to-fqname HTTP/1.1" 200 237 0.001333 10.0.0.50 - - [2026-07-06 15:35:57] "GET /virtual-network/f3726502-eb44-40e8-b363-d110b073eb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.006099 10.0.0.50 - - [2026-07-06 15:35:57] "GET /virtual-network/f3726502-eb44-40e8-b363-d110b073eb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2666 0.006312 10.0.0.50 - - [2026-07-06 15:35:57] "POST /neutron/network HTTP/1.1" 200 1018 0.009840 10.0.0.50 - - [2026-07-06 15:35:57] "POST /neutron/network HTTP/1.1" 200 1018 0.015472 10.0.0.50 - - [2026-07-06 15:35:57] "GET /virtual-network/f3726502-eb44-40e8-b363-d110b073eb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.009048 10.0.0.50 - - [2026-07-06 15:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.242 - - [2026-07-06 15:35:57] "POST /access-control-lists HTTP/1.1" 200 607 0.087963 10.0.0.50 - - [2026-07-06 15:35:57] "GET /network-policy/9fa3c292-45e5-42ab-91e6-b3a149401e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006529 10.0.0.50 - - [2026-07-06 15:35:58] "GET /virtual-network/f3726502-eb44-40e8-b363-d110b073eb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.008058 10.0.0.50 - - [2026-07-06 15:35:58] "GET /obj-perms HTTP/1.1" 200 4499 0.051091 10.0.0.50 - - [2026-07-06 15:35:59] "DELETE /network-policy/9fa3c292-45e5-42ab-91e6-b3a149401e7e HTTP/1.1" 409 238 0.008768 10.0.0.50 - - [2026-07-06 15:35:59] "POST /neutron/network HTTP/1.1" 200 1125 0.010786 10.0.0.242 - - [2026-07-06 15:36:00] "DELETE /route-target/f755165c-99a5-470a-a42d-e636077afa14 HTTP/1.1" 200 115 0.030627 10.0.0.50 - - [2026-07-06 15:36:00] "DELETE /network-policy/9fa3c292-45e5-42ab-91e6-b3a149401e7e HTTP/1.1" 200 115 0.045206 10.0.0.50 - - [2026-07-06 15:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005589 10.0.0.33 - - [2026-07-06 15:36:00] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001107 10.0.0.50 - - [2026-07-06 15:36:00] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.044667 10.0.0.50 - - [2026-07-06 15:36:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-62098128&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006124 10.0.0.33 - - [2026-07-06 15:36:03] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001159 10.0.0.50 - - [2026-07-06 15:36:03] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048475 10.0.0.33 - - [2026-07-06 15:36:03] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000998 10.0.0.50 - - [2026-07-06 15:36:03] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?fields=virtual_networks HTTP/1.1" 200 1064 0.055468 10.0.0.33 - - [2026-07-06 15:36:03] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001538 10.0.0.50 - - [2026-07-06 15:36:03] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.043369 10.0.0.33 - - [2026-07-06 15:36:03] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001408 10.0.0.50 - - [2026-07-06 15:36:03] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?fields=security_groups HTTP/1.1" 200 1306 0.036598 10.0.0.50 - - [2026-07-06 15:36:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.027909 10.0.0.33 - - [2026-07-06 15:36:04] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003204 10.0.0.33 - - [2026-07-06 15:36:04] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.33 - - [2026-07-06 15:36:04] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006736 10.0.0.33 - - [2026-07-06 15:36:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.007012 10.0.0.33 - - [2026-07-06 15:36:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.007539 10.0.0.33 - - [2026-07-06 15:36:04] "POST /security-groups HTTP/1.1" 200 591 0.089178 10.0.0.33 - - [2026-07-06 15:36:04] "POST /projects HTTP/1.1" 200 585 0.316252 10.0.0.242 - - [2026-07-06 15:36:04] "POST /fqname-to-id HTTP/1.1" 404 233 0.006197 10.0.0.33 - - [2026-07-06 15:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.388881 10.0.0.50 - - [2026-07-06 15:36:04] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.520853 10.0.0.50 - - [2026-07-06 15:36:05] "GET / HTTP/1.1" 200 35931 0.001464 10.0.0.50 - - [2026-07-06 15:36:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000635 10.0.0.50 - - [2026-07-06 15:36:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.053500 10.0.0.50 - - [2026-07-06 15:36:08] "POST /network-ipams HTTP/1.1" 200 513 0.037059 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003541 10.0.0.50 - - [2026-07-06 15:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipam/6df1b785-d2ff-4e9e-902a-178257025650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.008813 10.0.0.50 - - [2026-07-06 15:36:08] "PUT /network-ipam/6df1b785-d2ff-4e9e-902a-178257025650 HTTP/1.1" 200 258 0.017658 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.005301 10.0.0.50 - - [2026-07-06 15:36:08] "POST /network-ipams HTTP/1.1" 200 513 0.031065 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003650 10.0.0.50 - - [2026-07-06 15:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipam/f0e06b23-976c-482f-b73b-dba285279f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006267 10.0.0.50 - - [2026-07-06 15:36:08] "PUT /network-ipam/f0e06b23-976c-482f-b73b-dba285279f93 HTTP/1.1" 200 258 0.014432 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003889 10.0.0.50 - - [2026-07-06 15:36:08] "POST /network-ipams HTTP/1.1" 200 513 0.044133 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003923 10.0.0.50 - - [2026-07-06 15:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.50 - - [2026-07-06 15:36:08] "GET /network-ipam/2a073324-ffc9-4dc9-9b6e-fd9b447775ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006456 10.0.0.50 - - [2026-07-06 15:36:08] "PUT /network-ipam/2a073324-ffc9-4dc9-9b6e-fd9b447775ce HTTP/1.1" 200 258 0.090821 10.0.0.50 - - [2026-07-06 15:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.33 - - [2026-07-06 15:36:09] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001372 10.0.0.50 - - [2026-07-06 15:36:09] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.052843 10.0.0.33 - - [2026-07-06 15:36:10] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.50 - - [2026-07-06 15:36:10] "POST /neutron/network HTTP/1.1" 200 607 0.163702 10.0.0.242 - - [2026-07-06 15:36:10] "POST /ref-update HTTP/1.1" 200 156 0.025429 10.0.0.50 - - [2026-07-06 15:36:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.004001 10.0.0.50 - - [2026-07-06 15:36:10] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006493 10.0.0.50 - - [2026-07-06 15:36:10] "POST /neutron/network HTTP/1.1" 200 824 0.007499 10.0.0.50 - - [2026-07-06 15:36:10] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008339 10.0.0.50 - - [2026-07-06 15:36:10] "POST /neutron/network HTTP/1.1" 200 824 0.007413 10.0.0.50 - - [2026-07-06 15:36:10] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005869 10.0.0.50 - - [2026-07-06 15:36:10] "GET /network-ipam/6df1b785-d2ff-4e9e-902a-178257025650?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005744 10.0.0.50 - - [2026-07-06 15:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.33 - - [2026-07-06 15:36:10] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.50 - - [2026-07-06 15:36:10] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.053393 10.0.0.33 - - [2026-07-06 15:36:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009023 10.0.0.50 - - [2026-07-06 15:36:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.256582 10.0.0.50 - - [2026-07-06 15:36:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001256 10.0.0.50 - - [2026-07-06 15:36:11] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005903 10.0.0.50 - - [2026-07-06 15:36:11] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005625 10.0.0.50 - - [2026-07-06 15:36:11] "POST /neutron/network HTTP/1.1" 200 823 0.006620 10.0.0.50 - - [2026-07-06 15:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2026-07-06 15:36:11] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.50 - - [2026-07-06 15:36:11] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048609 10.0.0.33 - - [2026-07-06 15:36:11] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.50 - - [2026-07-06 15:36:11] "POST /neutron/network HTTP/1.1" 200 607 0.120966 10.0.0.242 - - [2026-07-06 15:36:11] "POST /route-targets HTTP/1.1" 200 327 0.013933 10.0.0.50 - - [2026-07-06 15:36:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.003911 10.0.0.50 - - [2026-07-06 15:36:11] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006789 10.0.0.50 - - [2026-07-06 15:36:11] "POST /neutron/network HTTP/1.1" 200 823 0.008787 10.0.0.50 - - [2026-07-06 15:36:11] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008204 10.0.0.50 - - [2026-07-06 15:36:12] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009263 10.0.0.50 - - [2026-07-06 15:36:13] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007212 10.0.0.242 - - [2026-07-06 15:36:14] "GET /obj-perms HTTP/1.1" 200 4467 0.054258 10.0.0.33 - - [2026-07-06 15:36:14] "GET /obj-perms HTTP/1.1" 200 4467 0.059539 10.0.0.50 - - [2026-07-06 15:36:14] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006566 10.0.0.50 - - [2026-07-06 15:36:14] "GET /obj-perms HTTP/1.1" 200 4467 0.066607 10.0.0.50 - - [2026-07-06 15:36:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.003983 10.0.0.50 - - [2026-07-06 15:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.33 - - [2026-07-06 15:36:15] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.50 - - [2026-07-06 15:36:15] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.058151 10.0.0.50 - - [2026-07-06 15:36:15] "POST /network-policys HTTP/1.1" 200 553 0.054066 10.0.0.50 - - [2026-07-06 15:36:15] "GET /network-policy/18add4ce-8885-4bcd-9c5f-cc169407f5ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.012708 10.0.0.50 - - [2026-07-06 15:36:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.003330 10.0.0.50 - - [2026-07-06 15:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.33 - - [2026-07-06 15:36:15] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.50 - - [2026-07-06 15:36:15] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.054098 10.0.0.50 - - [2026-07-06 15:36:15] "POST /network-policys HTTP/1.1" 200 553 0.038573 10.0.0.50 - - [2026-07-06 15:36:15] "GET /network-policy/2794b7e5-c376-4d18-926e-0411b2def5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.008194 10.0.0.50 - - [2026-07-06 15:36:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.005761 10.0.0.50 - - [2026-07-06 15:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.33 - - [2026-07-06 15:36:15] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001420 10.0.0.50 - - [2026-07-06 15:36:15] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.052813 10.0.0.50 - - [2026-07-06 15:36:15] "POST /network-policys HTTP/1.1" 200 553 0.036998 10.0.0.50 - - [2026-07-06 15:36:15] "GET /network-policy/d381eeab-7eb3-4f85-a367-0db1196566dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.013898 10.0.0.50 - - [2026-07-06 15:36:16] "POST /ref-update HTTP/1.1" 200 156 0.098570 10.0.0.242 - - [2026-07-06 15:36:16] "POST /access-control-lists HTTP/1.1" 200 591 0.101194 10.0.0.50 - - [2026-07-06 15:36:16] "POST /ref-update HTTP/1.1" 200 156 0.108698 10.0.0.50 - - [2026-07-06 15:36:16] "POST /neutron/network HTTP/1.1" 200 823 0.009230 10.0.0.50 - - [2026-07-06 15:36:16] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.008556 10.0.0.50 - - [2026-07-06 15:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.242 - - [2026-07-06 15:36:16] "POST /access-control-lists HTTP/1.1" 200 591 0.093715 10.0.0.50 - - [2026-07-06 15:36:16] "GET /network-policy/2794b7e5-c376-4d18-926e-0411b2def5c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.004731 10.0.0.50 - - [2026-07-06 15:36:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001327 10.0.0.50 - - [2026-07-06 15:36:17] "POST /neutron/network HTTP/1.1" 200 1005 0.010982 10.0.0.33 - - [2026-07-06 15:36:17] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.50 - - [2026-07-06 15:36:17] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.058751 10.0.0.50 - - [2026-07-06 15:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.006514 10.0.0.50 - - [2026-07-06 15:36:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001149 10.0.0.50 - - [2026-07-06 15:36:17] "POST /neutron/network HTTP/1.1" 200 915 0.007157 10.0.0.50 - - [2026-07-06 15:36:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001340 10.0.0.50 - - [2026-07-06 15:36:18] "POST /neutron/port HTTP/1.1" 200 117 0.007850 10.0.0.50 - - [2026-07-06 15:36:18] "POST /neutron/port HTTP/1.1" 200 117 0.009911 10.0.0.50 - - [2026-07-06 15:36:21] "POST /neutron/network HTTP/1.1" 200 1005 0.006765 10.0.0.50 - - [2026-07-06 15:36:22] "POST /neutron/port HTTP/1.1" 200 1060 0.019915 10.0.0.33 - - [2026-07-06 15:36:22] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.50 - - [2026-07-06 15:36:22] "POST /neutron/port HTTP/1.1" 200 1059 0.311899 10.0.0.50 - - [2026-07-06 15:36:22] "POST /neutron/port HTTP/1.1" 200 1113 0.122487 10.0.0.50 - - [2026-07-06 15:36:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.009587 10.0.0.50 - - [2026-07-06 15:36:23] "POST /neutron/port HTTP/1.1" 200 1124 0.019692 10.0.0.50 - - [2026-07-06 15:36:23] "POST /neutron/network HTTP/1.1" 200 833 0.007607 10.0.0.50 - - [2026-07-06 15:36:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.011722 10.0.0.50 - - [2026-07-06 15:36:24] "POST /neutron/port HTTP/1.1" 200 1059 0.016802 10.0.0.50 - - [2026-07-06 15:36:25] "POST /neutron/port HTTP/1.1" 200 1123 0.018574 10.0.0.50 - - [2026-07-06 15:36:25] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.33 - - [2026-07-06 15:36:26] "DELETE /project/06a462e6696e4c86ba510c67dcd3a6b9 HTTP/1.1" 404 173 0.007807 10.0.0.33 - - [2026-07-06 15:36:26] "DELETE /project/4bd1f7020d344110956fec114ed082d4 HTTP/1.1" 404 173 0.007120 10.0.0.33 - - [2026-07-06 15:36:26] "DELETE /project/9b06a6a79dfc46edb9ecfeda2ca4cdca HTTP/1.1" 404 173 0.006273 10.0.0.33 - - [2026-07-06 15:36:26] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000829 10.0.0.33 - - [2026-07-06 15:36:26] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000765 10.0.0.33 - - [2026-07-06 15:36:26] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.064693 10.0.0.33 - - [2026-07-06 15:36:26] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002334 10.0.0.33 - - [2026-07-06 15:36:26] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.110862 10.0.0.33 - - [2026-07-06 15:36:26] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001334 10.0.0.33 - - [2026-07-06 15:36:26] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?fields=security_groups HTTP/1.1" 200 1411 0.072011 10.0.0.33 - - [2026-07-06 15:36:26] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?fields=security_groups HTTP/1.1" 200 1404 0.096912 10.0.0.33 - - [2026-07-06 15:36:26] "DELETE /security-group/39a50849-8fa4-441f-9515-41cc3fb0bc98 HTTP/1.1" 200 115 0.095574 10.0.0.33 - - [2026-07-06 15:36:26] "GET /projects?obj_uuids=9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004290 10.0.0.242 - - [2026-07-06 15:36:26] "DELETE /access-control-list/70ab082c-1899-4966-a409-3ecb1cb9ee19 HTTP/1.1" 200 115 0.031517 10.0.0.33 - - [2026-07-06 15:36:26] "GET /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca?fields=application_policy_sets HTTP/1.1" 200 1450 0.060007 10.0.0.33 - - [2026-07-06 15:36:26] "DELETE /security-group/404c29d8-735d-4efa-9cc3-a6d3dd22d1b7 HTTP/1.1" 200 115 0.111165 10.0.0.33 - - [2026-07-06 15:36:26] "GET /projects?obj_uuids=4bd1f702-0d34-4110-956f-ec114ed082d4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001470 10.0.0.33 - - [2026-07-06 15:36:26] "GET /project/4bd1f702-0d34-4110-956f-ec114ed082d4?fields=application_policy_sets HTTP/1.1" 200 1443 0.038156 10.0.0.33 - - [2026-07-06 15:36:27] "DELETE /project/9b06a6a7-9dfc-46ed-b9ec-feda2ca4cdca HTTP/1.1" 200 115 0.542145 10.0.0.33 - - [2026-07-06 15:36:27] "DELETE /project/4bd1f702-0d34-4110-956f-ec114ed082d4 HTTP/1.1" 200 115 0.632839 10.0.0.50 - - [2026-07-06 15:36:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013323 10.0.0.50 - - [2026-07-06 15:36:28] "POST /neutron/port HTTP/1.1" 200 1124 0.021591 10.0.0.50 - - [2026-07-06 15:36:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009701 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 200 1293 0.029537 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 200 1293 0.005611 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine-interface/1163b9bf-ac33-44de-9a00-be2a257e4701 HTTP/1.1" 200 2944 0.005545 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 200 1293 0.005766 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine-interface/1163b9bf-ac33-44de-9a00-be2a257e4701 HTTP/1.1" 200 2944 0.006428 10.0.0.50 - - [2026-07-06 15:36:29] "GET /instance-ip/923a6113-a568-4d65-9fe3-51e6abe5f760 HTTP/1.1" 200 1622 0.006441 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 200 1293 0.003780 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-machine-interface/1163b9bf-ac33-44de-9a00-be2a257e4701 HTTP/1.1" 200 2944 0.005046 10.0.0.50 - - [2026-07-06 15:36:29] "GET /instance-ip/923a6113-a568-4d65-9fe3-51e6abe5f760 HTTP/1.1" 200 1622 0.004707 10.0.0.50 - - [2026-07-06 15:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.50 - - [2026-07-06 15:36:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004242 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003454 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006580 10.0.0.50 - - [2026-07-06 15:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.50 - - [2026-07-06 15:36:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004058 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003278 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005810 10.0.0.50 - - [2026-07-06 15:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.50 - - [2026-07-06 15:36:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003443 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006087 10.0.0.50 - - [2026-07-06 15:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.50 - - [2026-07-06 15:36:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004479 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003159 10.0.0.50 - - [2026-07-06 15:36:29] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005600 10.0.0.50 - - [2026-07-06 15:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.50 - - [2026-07-06 15:36:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005209 10.0.0.50 - - [2026-07-06 15:36:30] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004517 10.0.0.50 - - [2026-07-06 15:36:30] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008116 10.0.0.50 - - [2026-07-06 15:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.50 - - [2026-07-06 15:36:33] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005780 10.0.0.50 - - [2026-07-06 15:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.50 - - [2026-07-06 15:36:37] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.008344 10.0.0.50 - - [2026-07-06 15:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.50 - - [2026-07-06 15:36:41] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006541 10.0.0.50 - - [2026-07-06 15:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.50 - - [2026-07-06 15:36:45] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005708 10.0.0.50 - - [2026-07-06 15:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.50 - - [2026-07-06 15:36:49] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006013 10.0.0.50 - - [2026-07-06 15:36:51] "POST /neutron/network HTTP/1.1" 200 1005 0.011209 10.0.0.50 - - [2026-07-06 15:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.50 - - [2026-07-06 15:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.50 - - [2026-07-06 15:36:53] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005192 10.0.0.50 - - [2026-07-06 15:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.50 - - [2026-07-06 15:36:57] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007378 10.0.0.50 - - [2026-07-06 15:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.50 - - [2026-07-06 15:37:01] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007371 10.0.0.50 - - [2026-07-06 15:37:05] "POST /neutron/port HTTP/1.1" 200 1123 0.021396 10.0.0.50 - - [2026-07-06 15:37:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.011651 10.0.0.50 - - [2026-07-06 15:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.50 - - [2026-07-06 15:37:05] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007352 10.0.0.50 - - [2026-07-06 15:37:07] "POST /neutron/port HTTP/1.1" 200 1123 0.024686 10.0.0.50 - - [2026-07-06 15:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.50 - - [2026-07-06 15:37:10] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007434 10.0.0.50 - - [2026-07-06 15:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.50 - - [2026-07-06 15:37:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003825 10.0.0.50 - - [2026-07-06 15:37:14] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003813 10.0.0.50 - - [2026-07-06 15:37:14] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006031 10.0.0.50 - - [2026-07-06 15:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.50 - - [2026-07-06 15:37:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005581 10.0.0.50 - - [2026-07-06 15:37:14] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004186 10.0.0.50 - - [2026-07-06 15:37:14] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006148 10.0.0.50 - - [2026-07-06 15:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.50 - - [2026-07-06 15:37:14] "GET /routing-instance/8796e942-f0dc-4267-b784-7c6faa547e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004868 10.0.0.50 - - [2026-07-06 15:37:14] "GET /route-target/a9cfc155-5b92-4613-9203-e3fdf713ecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004241 10.0.0.50 - - [2026-07-06 15:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.50 - - [2026-07-06 15:37:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004637 10.0.0.50 - - [2026-07-06 15:37:14] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005352 10.0.0.50 - - [2026-07-06 15:37:14] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.009293 10.0.0.50 - - [2026-07-06 15:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.50 - - [2026-07-06 15:37:14] "GET /routing-instance/8796e942-f0dc-4267-b784-7c6faa547e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004274 10.0.0.50 - - [2026-07-06 15:37:14] "GET /route-target/a9cfc155-5b92-4613-9203-e3fdf713ecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004169 10.0.0.50 - - [2026-07-06 15:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.50 - - [2026-07-06 15:37:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004223 10.0.0.50 - - [2026-07-06 15:37:14] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004092 10.0.0.50 - - [2026-07-06 15:37:15] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007495 10.0.0.50 - - [2026-07-06 15:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.50 - - [2026-07-06 15:37:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006150 10.0.0.50 - - [2026-07-06 15:37:15] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.021404 10.0.0.50 - - [2026-07-06 15:37:15] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.007177 10.0.0.50 - - [2026-07-06 15:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.50 - - [2026-07-06 15:37:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004384 10.0.0.50 - - [2026-07-06 15:37:15] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003186 10.0.0.50 - - [2026-07-06 15:37:15] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006227 10.0.0.50 - - [2026-07-06 15:37:15] "GET /obj-perms HTTP/1.1" 200 4467 0.004731 10.0.0.33 - - [2026-07-06 15:37:15] "GET /obj-perms HTTP/1.1" 200 4467 0.004859 10.0.0.50 - - [2026-07-06 15:37:15] "GET /obj-perms HTTP/1.1" 200 4467 0.009255 10.0.0.242 - - [2026-07-06 15:37:15] "GET /obj-perms HTTP/1.1" 200 4467 0.006612 10.0.0.50 - - [2026-07-06 15:37:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012967 10.0.0.50 - - [2026-07-06 15:37:15] "POST /neutron/port HTTP/1.1" 200 1123 0.023423 10.0.0.50 - - [2026-07-06 15:37:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009295 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 200 1292 0.010008 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 200 1292 0.005248 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-machine-interface/4ab46cc9-7af2-45f6-9a98-397ad5a7e08c HTTP/1.1" 200 2944 0.007664 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 200 1292 0.004951 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-machine-interface/4ab46cc9-7af2-45f6-9a98-397ad5a7e08c HTTP/1.1" 200 2944 0.016999 10.0.0.50 - - [2026-07-06 15:37:16] "GET /instance-ip/7e8bca72-e3c2-4f7a-b5ec-61ebf7315b14 HTTP/1.1" 200 1620 0.013963 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 200 1292 0.007016 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-machine-interface/4ab46cc9-7af2-45f6-9a98-397ad5a7e08c HTTP/1.1" 200 2944 0.006844 10.0.0.50 - - [2026-07-06 15:37:16] "GET /instance-ip/7e8bca72-e3c2-4f7a-b5ec-61ebf7315b14 HTTP/1.1" 200 1620 0.005329 10.0.0.50 - - [2026-07-06 15:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.50 - - [2026-07-06 15:37:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003997 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003033 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006213 10.0.0.50 - - [2026-07-06 15:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.50 - - [2026-07-06 15:37:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004962 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004079 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006047 10.0.0.50 - - [2026-07-06 15:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.50 - - [2026-07-06 15:37:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006273 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004292 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.010113 10.0.0.50 - - [2026-07-06 15:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.50 - - [2026-07-06 15:37:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003200 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006086 10.0.0.50 - - [2026-07-06 15:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.50 - - [2026-07-06 15:37:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004922 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003876 10.0.0.50 - - [2026-07-06 15:37:16] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006207 10.0.0.50 - - [2026-07-06 15:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.50 - - [2026-07-06 15:37:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004939 10.0.0.50 - - [2026-07-06 15:37:17] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003892 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006371 10.0.0.50 - - [2026-07-06 15:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.50 - - [2026-07-06 15:37:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004126 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003496 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007067 10.0.0.50 - - [2026-07-06 15:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.50 - - [2026-07-06 15:37:18] "GET /routing-instance/8cee3c54-3b6b-4ff8-a3c8-4a356ccf19fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005555 10.0.0.50 - - [2026-07-06 15:37:18] "GET /route-target/eedcb691-a4d0-4986-8b62-6fe2633c0380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004985 10.0.0.50 - - [2026-07-06 15:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.50 - - [2026-07-06 15:37:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004219 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004106 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.008891 10.0.0.50 - - [2026-07-06 15:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.50 - - [2026-07-06 15:37:18] "GET /routing-instance/8cee3c54-3b6b-4ff8-a3c8-4a356ccf19fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004391 10.0.0.50 - - [2026-07-06 15:37:18] "GET /route-target/eedcb691-a4d0-4986-8b62-6fe2633c0380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004715 10.0.0.50 - - [2026-07-06 15:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.50 - - [2026-07-06 15:37:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004270 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003145 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007888 10.0.0.50 - - [2026-07-06 15:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.50 - - [2026-07-06 15:37:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005946 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004471 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006129 10.0.0.50 - - [2026-07-06 15:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.50 - - [2026-07-06 15:37:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004518 10.0.0.50 - - [2026-07-06 15:37:18] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004285 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006853 10.0.0.33 - - [2026-07-06 15:37:19] "GET /obj-perms HTTP/1.1" 200 4467 0.004924 10.0.0.50 - - [2026-07-06 15:37:19] "GET /obj-perms HTTP/1.1" 200 4467 0.005740 10.0.0.50 - - [2026-07-06 15:37:19] "POST /neutron/port HTTP/1.1" 200 1123 0.024630 10.0.0.50 - - [2026-07-06 15:37:19] "GET /obj-perms HTTP/1.1" 200 4467 0.003837 10.0.0.50 - - [2026-07-06 15:37:19] "GET /obj-perms HTTP/1.1" 200 4467 0.006691 10.0.0.242 - - [2026-07-06 15:37:19] "GET /obj-perms HTTP/1.1" 200 4467 0.004245 10.0.0.33 - - [2026-07-06 15:37:19] "GET /obj-perms HTTP/1.1" 200 4467 0.004395 10.0.0.50 - - [2026-07-06 15:37:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007998 10.0.0.50 - - [2026-07-06 15:37:19] "POST /neutron/port HTTP/1.1" 200 1123 0.017017 10.0.0.50 - - [2026-07-06 15:37:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007348 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 200 1293 0.005901 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 200 1293 0.003728 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-machine-interface/019b8306-da7d-4967-b9e3-9e5ba9c823c0 HTTP/1.1" 200 2943 0.005354 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 200 1293 0.004621 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-machine-interface/019b8306-da7d-4967-b9e3-9e5ba9c823c0 HTTP/1.1" 200 2943 0.007657 10.0.0.50 - - [2026-07-06 15:37:19] "GET /instance-ip/3d3084c2-0cef-4b82-a9b8-63a2c86f972e HTTP/1.1" 200 1620 0.006156 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 200 1293 0.003702 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-machine-interface/019b8306-da7d-4967-b9e3-9e5ba9c823c0 HTTP/1.1" 200 2943 0.004911 10.0.0.50 - - [2026-07-06 15:37:19] "GET /instance-ip/3d3084c2-0cef-4b82-a9b8-63a2c86f972e HTTP/1.1" 200 1620 0.004870 10.0.0.50 - - [2026-07-06 15:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.50 - - [2026-07-06 15:37:19] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003907 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003688 10.0.0.50 - - [2026-07-06 15:37:19] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006254 10.0.0.50 - - [2026-07-06 15:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.50 - - [2026-07-06 15:37:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003261 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005488 10.0.0.50 - - [2026-07-06 15:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.50 - - [2026-07-06 15:37:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005296 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003948 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007330 10.0.0.50 - - [2026-07-06 15:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.50 - - [2026-07-06 15:37:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004528 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003983 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006397 10.0.0.50 - - [2026-07-06 15:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.50 - - [2026-07-06 15:37:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005925 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003755 10.0.0.50 - - [2026-07-06 15:37:20] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006188 10.0.0.50 - - [2026-07-06 15:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.50 - - [2026-07-06 15:37:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005098 10.0.0.50 - - [2026-07-06 15:37:21] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004548 10.0.0.50 - - [2026-07-06 15:37:21] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007758 10.0.0.50 - - [2026-07-06 15:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.50 - - [2026-07-06 15:37:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005007 10.0.0.50 - - [2026-07-06 15:37:21] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004449 10.0.0.50 - - [2026-07-06 15:37:21] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006056 10.0.0.50 - - [2026-07-06 15:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.50 - - [2026-07-06 15:37:21] "GET /routing-instance/7b8ee28b-3b2d-4c4c-95a5-132144ccde5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.009890 10.0.0.50 - - [2026-07-06 15:37:21] "GET /route-target/26af5f17-8a33-421e-b7eb-92ce88934299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004380 10.0.0.50 - - [2026-07-06 15:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.50 - - [2026-07-06 15:37:22] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003274 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005946 10.0.0.50 - - [2026-07-06 15:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.50 - - [2026-07-06 15:37:22] "GET /routing-instance/7b8ee28b-3b2d-4c4c-95a5-132144ccde5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004195 10.0.0.50 - - [2026-07-06 15:37:22] "GET /route-target/26af5f17-8a33-421e-b7eb-92ce88934299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004724 10.0.0.50 - - [2026-07-06 15:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.50 - - [2026-07-06 15:37:22] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003916 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003721 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006586 10.0.0.50 - - [2026-07-06 15:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.50 - - [2026-07-06 15:37:22] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004311 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003529 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006768 10.0.0.50 - - [2026-07-06 15:37:22] "GET /obj-perms HTTP/1.1" 200 4467 0.003932 10.0.0.50 - - [2026-07-06 15:37:22] "GET /obj-perms HTTP/1.1" 200 4467 0.004425 10.0.0.33 - - [2026-07-06 15:37:22] "GET /obj-perms HTTP/1.1" 200 4467 0.003902 10.0.0.50 - - [2026-07-06 15:37:22] "GET /obj-perms HTTP/1.1" 200 4467 0.003949 10.0.0.242 - - [2026-07-06 15:37:22] "GET /obj-perms HTTP/1.1" 200 4467 0.003549 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 200 1293 0.004353 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-machine-interface/1163b9bf-ac33-44de-9a00-be2a257e4701 HTTP/1.1" 200 2944 0.006564 10.0.0.50 - - [2026-07-06 15:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.50 - - [2026-07-06 15:37:22] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003664 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004837 10.0.0.50 - - [2026-07-06 15:37:22] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006252 10.0.0.50 - - [2026-07-06 15:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.50 - - [2026-07-06 15:37:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004887 10.0.0.50 - - [2026-07-06 15:37:24] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003830 10.0.0.50 - - [2026-07-06 15:37:24] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005766 10.0.0.50 - - [2026-07-06 15:37:29] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 200 1292 0.004522 10.0.0.50 - - [2026-07-06 15:37:29] "GET /virtual-machine-interface/4ab46cc9-7af2-45f6-9a98-397ad5a7e08c HTTP/1.1" 200 2944 0.006570 10.0.0.50 - - [2026-07-06 15:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.50 - - [2026-07-06 15:37:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004836 10.0.0.50 - - [2026-07-06 15:37:29] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003067 10.0.0.50 - - [2026-07-06 15:37:29] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005609 10.0.0.50 - - [2026-07-06 15:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.50 - - [2026-07-06 15:37:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004093 10.0.0.50 - - [2026-07-06 15:37:30] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003168 10.0.0.50 - - [2026-07-06 15:37:30] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006459 10.0.0.50 - - [2026-07-06 15:37:30] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 200 1293 0.005227 10.0.0.50 - - [2026-07-06 15:37:30] "GET /virtual-machine-interface/019b8306-da7d-4967-b9e3-9e5ba9c823c0 HTTP/1.1" 200 2943 0.007272 10.0.0.50 - - [2026-07-06 15:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.50 - - [2026-07-06 15:37:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.50 - - [2026-07-06 15:37:30] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003000 10.0.0.50 - - [2026-07-06 15:37:30] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005890 10.0.0.50 - - [2026-07-06 15:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.50 - - [2026-07-06 15:37:32] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004547 10.0.0.50 - - [2026-07-06 15:37:32] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003853 10.0.0.50 - - [2026-07-06 15:37:32] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006556 10.0.0.50 - - [2026-07-06 15:37:42] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 200 1293 0.008134 10.0.0.50 - - [2026-07-06 15:37:44] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 200 1293 0.005360 10.0.0.50 - - [2026-07-06 15:37:44] "POST /neutron/port HTTP/1.1" 200 1123 0.030742 10.0.0.50 - - [2026-07-06 15:37:46] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 404 171 0.004269 10.0.0.50 - - [2026-07-06 15:37:46] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 404 171 0.003717 10.0.0.50 - - [2026-07-06 15:37:46] "GET /virtual-machine/ffe86aa9-a346-4e31-b3f3-c5349229e3ca HTTP/1.1" 404 171 0.003959 10.0.0.50 - - [2026-07-06 15:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.50 - - [2026-07-06 15:37:46] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005323 10.0.0.50 - - [2026-07-06 15:37:46] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003948 10.0.0.50 - - [2026-07-06 15:37:46] "GET /virtual-network/3dd240b2-004a-49e5-8920-6235d8161b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007166 10.0.0.50 - - [2026-07-06 15:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.50 - - [2026-07-06 15:37:46] "GET /routing-instance/7b8ee28b-3b2d-4c4c-95a5-132144ccde5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005425 10.0.0.50 - - [2026-07-06 15:37:46] "GET /route-target/26af5f17-8a33-421e-b7eb-92ce88934299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005016 10.0.0.50 - - [2026-07-06 15:37:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004273 10.0.0.33 - - [2026-07-06 15:37:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004725 10.0.0.50 - - [2026-07-06 15:37:46] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 200 1292 0.005911 10.0.0.50 - - [2026-07-06 15:37:48] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 200 1292 0.004813 10.0.0.50 - - [2026-07-06 15:37:48] "POST /neutron/port HTTP/1.1" 200 1123 0.021307 10.0.0.50 - - [2026-07-06 15:37:50] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 404 171 0.005490 10.0.0.50 - - [2026-07-06 15:37:50] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 404 171 0.004898 10.0.0.50 - - [2026-07-06 15:37:50] "GET /virtual-machine/886a5bc6-ea7e-4f6e-9c27-c420a64f4814 HTTP/1.1" 404 171 0.004502 10.0.0.50 - - [2026-07-06 15:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.50 - - [2026-07-06 15:37:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004162 10.0.0.50 - - [2026-07-06 15:37:51] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003066 10.0.0.50 - - [2026-07-06 15:37:51] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007776 10.0.0.50 - - [2026-07-06 15:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.50 - - [2026-07-06 15:37:51] "GET /routing-instance/8cee3c54-3b6b-4ff8-a3c8-4a356ccf19fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005970 10.0.0.50 - - [2026-07-06 15:37:51] "GET /route-target/eedcb691-a4d0-4986-8b62-6fe2633c0380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006338 10.0.0.50 - - [2026-07-06 15:37:51] "GET /obj-perms HTTP/1.1" 200 4467 0.005790 10.0.0.50 - - [2026-07-06 15:37:57] "GET /obj-perms HTTP/1.1" 200 4467 0.005743 10.0.0.50 - - [2026-07-06 15:38:00] "GET /obj-perms HTTP/1.1" 200 4467 0.004778 10.0.0.50 - - [2026-07-06 15:38:06] "GET /obj-perms HTTP/1.1" 200 4467 0.003885 10.0.0.50 - - [2026-07-06 15:38:09] "GET /obj-perms HTTP/1.1" 200 4467 0.004028 10.0.0.50 - - [2026-07-06 15:38:15] "GET /obj-perms HTTP/1.1" 200 4467 0.004500 10.0.0.50 - - [2026-07-06 15:38:16] "GET /obj-perms HTTP/1.1" 200 4467 0.004164 10.0.0.242 - - [2026-07-06 15:38:16] "GET /obj-perms HTTP/1.1" 200 4467 0.004007 10.0.0.50 - - [2026-07-06 15:38:16] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 200 1293 0.003950 10.0.0.50 - - [2026-07-06 15:38:18] "POST /neutron/port HTTP/1.1" 200 1124 0.019705 10.0.0.50 - - [2026-07-06 15:38:18] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 200 1293 0.003677 10.0.0.50 - - [2026-07-06 15:38:20] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 404 171 0.003451 10.0.0.50 - - [2026-07-06 15:38:20] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 404 171 0.003838 10.0.0.50 - - [2026-07-06 15:38:20] "GET /virtual-machine/a2b65356-595e-4eab-b1db-4318c7033190 HTTP/1.1" 404 171 0.003166 10.0.0.50 - - [2026-07-06 15:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.50 - - [2026-07-06 15:38:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003848 10.0.0.50 - - [2026-07-06 15:38:20] "GET /virtual-networks?parent_id=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003240 10.0.0.50 - - [2026-07-06 15:38:20] "GET /virtual-network/c0f97a4f-4c07-4178-9897-e37a752b188f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006129 10.0.0.50 - - [2026-07-06 15:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.50 - - [2026-07-06 15:38:20] "GET /routing-instance/8796e942-f0dc-4267-b784-7c6faa547e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004778 10.0.0.50 - - [2026-07-06 15:38:20] "GET /route-target/a9cfc155-5b92-4613-9203-e3fdf713ecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003602 10.0.0.242 - - [2026-07-06 15:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.242 - - [2026-07-06 15:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.33 - - [2026-07-06 15:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.33 - - [2026-07-06 15:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.33 - - [2026-07-06 15:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2026-07-06 15:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.242 - - [2026-07-06 15:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2026-07-06 15:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.242 - - [2026-07-06 15:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2026-07-06 15:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.50 - - [2026-07-06 15:38:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.50 - - [2026-07-06 15:38:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2026-07-06 15:38:26] "GET /obj-perms HTTP/1.1" 200 4467 0.004344 10.0.0.242 - - [2026-07-06 15:38:26] "GET /obj-perms HTTP/1.1" 200 4467 0.004920 10.0.0.50 - - [2026-07-06 15:38:35] "GET /obj-perms HTTP/1.1" 200 4467 0.005260 10.0.0.242 - - [2026-07-06 15:38:36] "GET /obj-perms HTTP/1.1" 200 4467 0.005108 10.0.0.242 - - [2026-07-06 15:38:44] "GET /obj-perms HTTP/1.1" 200 4493 0.048690 10.0.0.50 - - [2026-07-06 15:38:45] "GET /obj-perms HTTP/1.1" 200 4467 0.003793 10.0.0.33 - - [2026-07-06 15:38:45] "GET /obj-perms HTTP/1.1" 200 4467 0.005205 10.0.0.50 - - [2026-07-06 15:38:45] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006849 10.0.0.50 - - [2026-07-06 15:38:45] "POST /neutron/network HTTP/1.1" 200 915 0.007486 10.0.0.242 - - [2026-07-06 15:38:45] "DELETE /access-control-list/5b95afaf-7610-4069-a91c-8e7524e331a4 HTTP/1.1" 200 115 0.078639 10.0.0.50 - - [2026-07-06 15:38:45] "GET /virtual-network/49e2ba59-8885-404d-b690-15450d1c72c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.014140 10.0.0.50 - - [2026-07-06 15:38:45] "POST /ref-update HTTP/1.1" 200 156 0.049302 10.0.0.50 - - [2026-07-06 15:38:45] "POST /ref-update HTTP/1.1" 200 156 0.078082 10.0.0.50 - - [2026-07-06 15:38:46] "DELETE /network-policy/d381eeab-7eb3-4f85-a367-0db1196566dc HTTP/1.1" 200 115 0.037397 10.0.0.50 - - [2026-07-06 15:38:46] "DELETE /network-policy/2794b7e5-c376-4d18-926e-0411b2def5c9 HTTP/1.1" 200 115 0.037279 10.0.0.50 - - [2026-07-06 15:38:46] "DELETE /network-policy/18add4ce-8885-4bcd-9c5f-cc169407f5ae HTTP/1.1" 200 115 0.040411 10.0.0.50 - - [2026-07-06 15:38:46] "POST /neutron/network HTTP/1.1" 200 823 0.008885 10.0.0.242 - - [2026-07-06 15:38:46] "POST /ref-update HTTP/1.1" 200 156 0.022590 10.0.0.242 - - [2026-07-06 15:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.33 - - [2026-07-06 15:38:46] "POST /useragent-kv HTTP/1.1" 200 115 0.055745 10.0.0.33 - - [2026-07-06 15:38:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003433 10.0.0.50 - - [2026-07-06 15:38:46] "POST /neutron/network HTTP/1.1" 200 151 0.187738 10.0.0.242 - - [2026-07-06 15:38:47] "DELETE /route-target/a9cfc155-5b92-4613-9203-e3fdf713ecab HTTP/1.1" 200 115 0.024356 10.0.0.50 - - [2026-07-06 15:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.50 - - [2026-07-06 15:38:47] "DELETE /network-ipam/2a073324-ffc9-4dc9-9b6e-fd9b447775ce HTTP/1.1" 200 115 0.047180 10.0.0.50 - - [2026-07-06 15:38:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003386 10.0.0.50 - - [2026-07-06 15:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.50 - - [2026-07-06 15:38:47] "DELETE /network-ipam/f0e06b23-976c-482f-b73b-dba285279f93 HTTP/1.1" 200 115 0.048246 10.0.0.50 - - [2026-07-06 15:38:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.005371 10.0.0.50 - - [2026-07-06 15:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.50 - - [2026-07-06 15:38:47] "DELETE /network-ipam/6df1b785-d2ff-4e9e-902a-178257025650 HTTP/1.1" 200 115 0.047691 10.0.0.50 - - [2026-07-06 15:38:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.003866 10.0.0.33 - - [2026-07-06 15:38:49] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.50 - - [2026-07-06 15:38:49] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.049918 10.0.0.33 - - [2026-07-06 15:38:49] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000966 10.0.0.50 - - [2026-07-06 15:38:49] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?fields=virtual_networks HTTP/1.1" 200 1030 0.042115 10.0.0.33 - - [2026-07-06 15:38:49] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001404 10.0.0.50 - - [2026-07-06 15:38:49] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.072747 10.0.0.33 - - [2026-07-06 15:38:49] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.50 - - [2026-07-06 15:38:49] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?fields=security_groups HTTP/1.1" 200 1256 0.059220 10.0.0.50 - - [2026-07-06 15:38:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.358144 10.0.0.33 - - [2026-07-06 15:38:50] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002992 10.0.0.33 - - [2026-07-06 15:38:50] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001609 10.0.0.33 - - [2026-07-06 15:38:50] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038867 10.0.0.33 - - [2026-07-06 15:38:50] "POST /id-to-fqname HTTP/1.1" 200 196 0.006466 10.0.0.33 - - [2026-07-06 15:38:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.006030 10.0.0.33 - - [2026-07-06 15:38:50] "POST /security-groups HTTP/1.1" 200 597 0.032430 10.0.0.33 - - [2026-07-06 15:38:50] "POST /projects HTTP/1.1" 200 597 0.262699 10.0.0.242 - - [2026-07-06 15:38:51] "POST /fqname-to-id HTTP/1.1" 404 239 0.009176 10.0.0.33 - - [2026-07-06 15:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.334225 10.0.0.50 - - [2026-07-06 15:38:51] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.507149 10.0.0.50 - - [2026-07-06 15:38:52] "GET / HTTP/1.1" 200 35931 0.002046 10.0.0.50 - - [2026-07-06 15:38:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000693 10.0.0.50 - - [2026-07-06 15:38:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.043950 10.0.0.50 - - [2026-07-06 15:38:55] "POST /network-ipams HTTP/1.1" 200 519 0.030038 10.0.0.50 - - [2026-07-06 15:38:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003425 10.0.0.50 - - [2026-07-06 15:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.50 - - [2026-07-06 15:38:55] "GET /network-ipam/f0b80833-661a-4ebd-a8c1-5057aec3ed86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005947 10.0.0.50 - - [2026-07-06 15:38:55] "PUT /network-ipam/f0b80833-661a-4ebd-a8c1-5057aec3ed86 HTTP/1.1" 200 258 0.015334 10.0.0.50 - - [2026-07-06 15:38:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003288 10.0.0.50 - - [2026-07-06 15:38:55] "POST /network-ipams HTTP/1.1" 200 519 0.033513 10.0.0.50 - - [2026-07-06 15:38:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003454 10.0.0.50 - - [2026-07-06 15:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.50 - - [2026-07-06 15:38:56] "GET /network-ipam/b5ecea91-f9cd-4e7c-bd8c-c24039b8f1a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007041 10.0.0.50 - - [2026-07-06 15:38:56] "PUT /network-ipam/b5ecea91-f9cd-4e7c-bd8c-c24039b8f1a1 HTTP/1.1" 200 258 0.017310 10.0.0.50 - - [2026-07-06 15:38:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003784 10.0.0.50 - - [2026-07-06 15:38:56] "POST /network-ipams HTTP/1.1" 200 519 0.032828 10.0.0.50 - - [2026-07-06 15:38:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003631 10.0.0.50 - - [2026-07-06 15:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.50 - - [2026-07-06 15:38:56] "GET /network-ipam/2fe5f0eb-886e-43f3-9cae-3410ad7c85b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007462 10.0.0.50 - - [2026-07-06 15:38:56] "PUT /network-ipam/2fe5f0eb-886e-43f3-9cae-3410ad7c85b0 HTTP/1.1" 200 258 0.014629 10.0.0.50 - - [2026-07-06 15:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.33 - - [2026-07-06 15:38:57] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001313 10.0.0.50 - - [2026-07-06 15:38:57] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049933 10.0.0.50 - - [2026-07-06 15:38:57] "POST /neutron/network HTTP/1.1" 200 117 0.031025 10.0.0.242 - - [2026-07-06 15:38:57] "POST /ref-update HTTP/1.1" 200 156 0.032375 10.0.0.33 - - [2026-07-06 15:38:58] "POST /useragent-kv HTTP/1.1" 200 115 0.011320 10.0.0.50 - - [2026-07-06 15:38:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.259159 10.0.0.50 - - [2026-07-06 15:38:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001465 10.0.0.50 - - [2026-07-06 15:38:58] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006038 10.0.0.50 - - [2026-07-06 15:38:58] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006381 10.0.0.50 - - [2026-07-06 15:38:58] "POST /neutron/network HTTP/1.1" 200 1012 0.010267 10.0.0.50 - - [2026-07-06 15:38:58] "POST /neutron/network HTTP/1.1" 200 1012 0.010825 10.0.0.50 - - [2026-07-06 15:38:58] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006905 10.0.0.50 - - [2026-07-06 15:38:58] "GET /network-ipam/f0b80833-661a-4ebd-a8c1-5057aec3ed86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.004309 10.0.0.50 - - [2026-07-06 15:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.33 - - [2026-07-06 15:38:58] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001282 10.0.0.50 - - [2026-07-06 15:38:58] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042348 10.0.0.33 - - [2026-07-06 15:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006481 10.0.0.50 - - [2026-07-06 15:38:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.212160 10.0.0.242 - - [2026-07-06 15:38:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.025718 10.0.0.50 - - [2026-07-06 15:38:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001297 10.0.0.50 - - [2026-07-06 15:38:59] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009043 10.0.0.50 - - [2026-07-06 15:38:59] "POST /neutron/network HTTP/1.1" 200 1012 0.009703 10.0.0.50 - - [2026-07-06 15:38:59] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005823 10.0.0.50 - - [2026-07-06 15:38:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.009334 10.0.0.50 - - [2026-07-06 15:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.33 - - [2026-07-06 15:38:59] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.50 - - [2026-07-06 15:38:59] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046168 10.0.0.242 - - [2026-07-06 15:38:59] "POST /route-targets HTTP/1.1" 200 327 0.013795 10.0.0.33 - - [2026-07-06 15:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.011922 10.0.0.50 - - [2026-07-06 15:38:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.257555 10.0.0.50 - - [2026-07-06 15:39:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001774 10.0.0.50 - - [2026-07-06 15:39:00] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.014064 10.0.0.50 - - [2026-07-06 15:39:00] "POST /neutron/network HTTP/1.1" 200 1013 0.010474 10.0.0.50 - - [2026-07-06 15:39:00] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005385 10.0.0.50 - - [2026-07-06 15:39:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.010710 10.0.0.50 - - [2026-07-06 15:39:00] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005861 10.0.0.50 - - [2026-07-06 15:39:01] "GET /obj-perms HTTP/1.1" 200 4479 0.047087 10.0.0.242 - - [2026-07-06 15:39:01] "GET /obj-perms HTTP/1.1" 200 4479 0.041428 10.0.0.50 - - [2026-07-06 15:39:02] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007248 10.0.0.50 - - [2026-07-06 15:39:02] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006760 10.0.0.33 - - [2026-07-06 15:39:03] "GET /obj-perms HTTP/1.1" 200 4479 0.032885 10.0.0.50 - - [2026-07-06 15:39:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.003742 10.0.0.50 - - [2026-07-06 15:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.33 - - [2026-07-06 15:39:03] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000971 10.0.0.50 - - [2026-07-06 15:39:03] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054713 10.0.0.50 - - [2026-07-06 15:39:03] "POST /network-policys HTTP/1.1" 200 559 0.032517 10.0.0.50 - - [2026-07-06 15:39:03] "GET /network-policy/cdb41999-ad2f-4985-a7ad-eaa17c50eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006660 10.0.0.50 - - [2026-07-06 15:39:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.003525 10.0.0.50 - - [2026-07-06 15:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.33 - - [2026-07-06 15:39:03] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001364 10.0.0.50 - - [2026-07-06 15:39:03] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048479 10.0.0.50 - - [2026-07-06 15:39:03] "POST /network-policys HTTP/1.1" 200 559 0.031450 10.0.0.50 - - [2026-07-06 15:39:03] "GET /network-policy/27a7d657-56a8-4654-9ebb-29dfa37131e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006847 10.0.0.50 - - [2026-07-06 15:39:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.003722 10.0.0.50 - - [2026-07-06 15:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.33 - - [2026-07-06 15:39:03] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001079 10.0.0.50 - - [2026-07-06 15:39:03] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.053409 10.0.0.50 - - [2026-07-06 15:39:03] "POST /network-policys HTTP/1.1" 200 559 0.033162 10.0.0.50 - - [2026-07-06 15:39:03] "GET /network-policy/f4d21b3a-1f32-4e9e-9469-84f7b19fe20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006797 10.0.0.50 - - [2026-07-06 15:39:04] "POST /neutron/network HTTP/1.1" 200 1196 0.013553 10.0.0.50 - - [2026-07-06 15:39:04] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006187 10.0.0.50 - - [2026-07-06 15:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.242 - - [2026-07-06 15:39:04] "POST /access-control-lists HTTP/1.1" 200 597 0.094441 10.0.0.50 - - [2026-07-06 15:39:04] "GET /network-policy/27a7d657-56a8-4654-9ebb-29dfa37131e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004117 10.0.0.50 - - [2026-07-06 15:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.50 - - [2026-07-06 15:39:04] "GET /network-policy/cdb41999-ad2f-4985-a7ad-eaa17c50eb77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005409 10.0.0.242 - - [2026-07-06 15:39:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.014329 10.0.0.50 - - [2026-07-06 15:39:04] "POST /neutron/network HTTP/1.1" 200 1110 0.023298 10.0.0.50 - - [2026-07-06 15:39:04] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.008466 10.0.0.50 - - [2026-07-06 15:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.50 - - [2026-07-06 15:39:04] "GET /network-policy/f4d21b3a-1f32-4e9e-9469-84f7b19fe20a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005674 10.0.0.50 - - [2026-07-06 15:39:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.002126 10.0.0.242 - - [2026-07-06 15:39:04] "POST /ref-update HTTP/1.1" 200 156 0.035949 10.0.0.33 - - [2026-07-06 15:39:04] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001114 10.0.0.50 - - [2026-07-06 15:39:05] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.094356 10.0.0.50 - - [2026-07-06 15:39:05] "POST /neutron/port HTTP/1.1" 200 117 0.007323 10.0.0.50 - - [2026-07-06 15:39:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001485 10.0.0.50 - - [2026-07-06 15:39:05] "POST /neutron/network HTTP/1.1" 200 1120 0.008285 10.0.0.50 - - [2026-07-06 15:39:05] "POST /neutron/port HTTP/1.1" 200 117 0.007224 10.0.0.50 - - [2026-07-06 15:39:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001273 10.0.0.50 - - [2026-07-06 15:39:06] "POST /neutron/network HTTP/1.1" 200 1013 0.036533 10.0.0.50 - - [2026-07-06 15:39:06] "POST /neutron/port HTTP/1.1" 200 117 0.006721 10.0.0.50 - - [2026-07-06 15:39:09] "POST /neutron/network HTTP/1.1" 200 1120 0.010763 10.0.0.50 - - [2026-07-06 15:39:10] "POST /neutron/port HTTP/1.1" 200 1171 0.072075 10.0.0.50 - - [2026-07-06 15:39:10] "POST /neutron/port HTTP/1.1" 200 1171 0.045639 10.0.0.50 - - [2026-07-06 15:39:11] "POST /neutron/port HTTP/1.1" 200 1235 0.025964 10.0.0.50 - - [2026-07-06 15:39:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004832 10.0.0.50 - - [2026-07-06 15:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.33 - - [2026-07-06 15:39:11] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001199 10.0.0.50 - - [2026-07-06 15:39:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007469 10.0.0.50 - - [2026-07-06 15:39:11] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.50 - - [2026-07-06 15:39:11] "POST /neutron/port HTTP/1.1" 200 1172 0.330734 10.0.0.50 - - [2026-07-06 15:39:12] "POST /neutron/port HTTP/1.1" 200 1172 0.016181 10.0.0.50 - - [2026-07-06 15:39:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.50 - - [2026-07-06 15:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.50 - - [2026-07-06 15:39:16] "POST /neutron/port HTTP/1.1" 200 1235 0.029569 10.0.0.50 - - [2026-07-06 15:39:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010267 10.0.0.50 - - [2026-07-06 15:39:16] "POST /neutron/port HTTP/1.1" 200 1235 0.030545 10.0.0.50 - - [2026-07-06 15:39:16] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 200 1299 0.034404 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 200 1299 0.005224 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-machine-interface/e3ef0621-b54d-409d-91a0-cf703b5459bf HTTP/1.1" 200 3169 0.006605 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 200 1299 0.005357 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-machine-interface/e3ef0621-b54d-409d-91a0-cf703b5459bf HTTP/1.1" 200 3169 0.006032 10.0.0.50 - - [2026-07-06 15:39:17] "GET /instance-ip/ae88f879-25bf-4334-b207-cf67ee63494f HTTP/1.1" 200 1654 0.006188 10.0.0.50 - - [2026-07-06 15:39:17] "GET /instance-ip/d124ab81-12f1-4081-bd18-7abb68c377fc HTTP/1.1" 200 1632 0.006639 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 200 1299 0.004332 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-machine-interface/e3ef0621-b54d-409d-91a0-cf703b5459bf HTTP/1.1" 200 3169 0.005707 10.0.0.50 - - [2026-07-06 15:39:17] "GET /instance-ip/ae88f879-25bf-4334-b207-cf67ee63494f HTTP/1.1" 200 1654 0.004483 10.0.0.50 - - [2026-07-06 15:39:17] "GET /instance-ip/d124ab81-12f1-4081-bd18-7abb68c377fc HTTP/1.1" 200 1632 0.004488 10.0.0.50 - - [2026-07-06 15:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.50 - - [2026-07-06 15:39:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003855 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003034 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.008734 10.0.0.50 - - [2026-07-06 15:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.50 - - [2026-07-06 15:39:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003917 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004430 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005603 10.0.0.50 - - [2026-07-06 15:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.50 - - [2026-07-06 15:39:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004353 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003195 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005888 10.0.0.50 - - [2026-07-06 15:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.50 - - [2026-07-06 15:39:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005638 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003146 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005829 10.0.0.50 - - [2026-07-06 15:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.50 - - [2026-07-06 15:39:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004563 10.0.0.50 - - [2026-07-06 15:39:17] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005438 10.0.0.50 - - [2026-07-06 15:39:18] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006989 10.0.0.50 - - [2026-07-06 15:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.50 - - [2026-07-06 15:39:21] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005488 10.0.0.50 - - [2026-07-06 15:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.50 - - [2026-07-06 15:39:25] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006045 10.0.0.33 - - [2026-07-06 15:39:27] "DELETE /project/48bd8f3b1fc0448fbf8871af0f9e1ab2 HTTP/1.1" 404 173 0.004064 10.0.0.33 - - [2026-07-06 15:39:27] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.33 - - [2026-07-06 15:39:27] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.046375 10.0.0.33 - - [2026-07-06 15:39:27] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.33 - - [2026-07-06 15:39:27] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?fields=security_groups HTTP/1.1" 200 1361 0.049311 10.0.0.33 - - [2026-07-06 15:39:27] "DELETE /security-group/57b9585e-620f-4818-b9fa-102d02d301d8 HTTP/1.1" 200 115 0.057225 10.0.0.33 - - [2026-07-06 15:39:27] "GET /projects?obj_uuids=06a462e6-696e-4c86-ba51-0c67dcd3a6b9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001439 10.0.0.33 - - [2026-07-06 15:39:27] "GET /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9?fields=application_policy_sets HTTP/1.1" 200 1400 0.062578 10.0.0.33 - - [2026-07-06 15:39:27] "DELETE /project/06a462e6-696e-4c86-ba51-0c67dcd3a6b9 HTTP/1.1" 200 115 0.418398 10.0.0.50 - - [2026-07-06 15:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.50 - - [2026-07-06 15:39:29] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005965 10.0.0.50 - - [2026-07-06 15:39:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.50 - - [2026-07-06 15:39:33] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007113 10.0.0.50 - - [2026-07-06 15:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.50 - - [2026-07-06 15:39:37] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005730 10.0.0.50 - - [2026-07-06 15:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.50 - - [2026-07-06 15:39:41] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006015 10.0.0.50 - - [2026-07-06 15:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.50 - - [2026-07-06 15:39:45] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006526 10.0.0.50 - - [2026-07-06 15:39:45] "GET /obj-perms HTTP/1.1" 200 4493 0.037901 10.0.0.242 - - [2026-07-06 15:39:46] "GET /obj-perms HTTP/1.1" 200 4493 0.054619 10.0.0.50 - - [2026-07-06 15:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.50 - - [2026-07-06 15:39:49] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006321 10.0.0.50 - - [2026-07-06 15:39:52] "POST /neutron/port HTTP/1.1" 200 1235 0.019912 10.0.0.50 - - [2026-07-06 15:39:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.50 - - [2026-07-06 15:39:52] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.50 - - [2026-07-06 15:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.50 - - [2026-07-06 15:39:53] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005744 10.0.0.50 - - [2026-07-06 15:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.50 - - [2026-07-06 15:39:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.50 - - [2026-07-06 15:39:55] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003082 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006628 10.0.0.50 - - [2026-07-06 15:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.50 - - [2026-07-06 15:39:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004138 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003592 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006910 10.0.0.50 - - [2026-07-06 15:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.50 - - [2026-07-06 15:39:56] "GET /routing-instance/a7ae3697-d3ac-46c8-b3c6-93b9787dbf49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004861 10.0.0.50 - - [2026-07-06 15:39:56] "GET /route-target/dbec588b-d227-47c4-94aa-69fe5902f057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003871 10.0.0.50 - - [2026-07-06 15:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.50 - - [2026-07-06 15:39:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004696 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004859 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006749 10.0.0.50 - - [2026-07-06 15:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.50 - - [2026-07-06 15:39:56] "GET /routing-instance/a7ae3697-d3ac-46c8-b3c6-93b9787dbf49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004416 10.0.0.50 - - [2026-07-06 15:39:56] "GET /route-target/dbec588b-d227-47c4-94aa-69fe5902f057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003694 10.0.0.50 - - [2026-07-06 15:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.50 - - [2026-07-06 15:39:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003952 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003156 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006387 10.0.0.50 - - [2026-07-06 15:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.50 - - [2026-07-06 15:39:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004814 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003998 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006076 10.0.0.50 - - [2026-07-06 15:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.50 - - [2026-07-06 15:39:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005045 10.0.0.50 - - [2026-07-06 15:39:56] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003585 10.0.0.50 - - [2026-07-06 15:39:57] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006608 10.0.0.50 - - [2026-07-06 15:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.50 - - [2026-07-06 15:39:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004025 10.0.0.50 - - [2026-07-06 15:39:57] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003612 10.0.0.50 - - [2026-07-06 15:39:57] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006829 10.0.0.50 - - [2026-07-06 15:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.50 - - [2026-07-06 15:39:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004003 10.0.0.50 - - [2026-07-06 15:39:57] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003470 10.0.0.50 - - [2026-07-06 15:39:57] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006267 10.0.0.50 - - [2026-07-06 15:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.50 - - [2026-07-06 15:39:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005407 10.0.0.50 - - [2026-07-06 15:39:57] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004292 10.0.0.50 - - [2026-07-06 15:39:57] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.007295 10.0.0.50 - - [2026-07-06 15:39:57] "GET /obj-perms HTTP/1.1" 200 4479 0.005177 10.0.0.33 - - [2026-07-06 15:39:57] "GET /obj-perms HTTP/1.1" 200 4479 0.004468 10.0.0.50 - - [2026-07-06 15:39:57] "GET /obj-perms HTTP/1.1" 200 4479 0.005096 10.0.0.242 - - [2026-07-06 15:39:57] "GET /obj-perms HTTP/1.1" 200 4479 0.004105 10.0.0.50 - - [2026-07-06 15:39:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006694 10.0.0.50 - - [2026-07-06 15:39:57] "POST /neutron/port HTTP/1.1" 200 1235 0.018247 10.0.0.50 - - [2026-07-06 15:39:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008590 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 200 1299 0.006689 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 200 1299 0.004189 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-machine-interface/0f8a8639-5509-4ac4-9f02-03d1dced4807 HTTP/1.1" 200 3168 0.005625 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 200 1299 0.004427 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-machine-interface/0f8a8639-5509-4ac4-9f02-03d1dced4807 HTTP/1.1" 200 3168 0.006001 10.0.0.50 - - [2026-07-06 15:39:58] "GET /instance-ip/6fec5801-85db-49e3-b690-a45c82c90fed HTTP/1.1" 200 1631 0.006460 10.0.0.50 - - [2026-07-06 15:39:58] "GET /instance-ip/b83e7e48-319a-4cb3-9346-ca594b3ad507 HTTP/1.1" 200 1654 0.007202 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 200 1299 0.003887 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-machine-interface/0f8a8639-5509-4ac4-9f02-03d1dced4807 HTTP/1.1" 200 3168 0.005409 10.0.0.50 - - [2026-07-06 15:39:58] "GET /instance-ip/6fec5801-85db-49e3-b690-a45c82c90fed HTTP/1.1" 200 1631 0.004065 10.0.0.50 - - [2026-07-06 15:39:58] "GET /instance-ip/b83e7e48-319a-4cb3-9346-ca594b3ad507 HTTP/1.1" 200 1654 0.004638 10.0.0.50 - - [2026-07-06 15:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.50 - - [2026-07-06 15:39:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004721 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003584 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006186 10.0.0.50 - - [2026-07-06 15:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.50 - - [2026-07-06 15:39:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003973 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003227 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006230 10.0.0.50 - - [2026-07-06 15:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.50 - - [2026-07-06 15:39:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003943 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003887 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006000 10.0.0.50 - - [2026-07-06 15:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.50 - - [2026-07-06 15:39:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003898 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003874 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005621 10.0.0.50 - - [2026-07-06 15:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.50 - - [2026-07-06 15:39:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005004 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003080 10.0.0.50 - - [2026-07-06 15:39:58] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005671 10.0.0.50 - - [2026-07-06 15:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.50 - - [2026-07-06 15:39:59] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004689 10.0.0.50 - - [2026-07-06 15:39:59] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002927 10.0.0.50 - - [2026-07-06 15:39:59] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006297 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.50 - - [2026-07-06 15:40:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003908 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003556 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007671 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.50 - - [2026-07-06 15:40:00] "GET /routing-instance/a9e337ce-55a2-4e6c-bc0d-5c28d6ac2568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005635 10.0.0.50 - - [2026-07-06 15:40:00] "GET /route-target/9472bba7-8035-4cf4-91a3-4632285076b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004479 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.50 - - [2026-07-06 15:40:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004143 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004048 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006390 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.50 - - [2026-07-06 15:40:00] "GET /routing-instance/a9e337ce-55a2-4e6c-bc0d-5c28d6ac2568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004533 10.0.0.50 - - [2026-07-06 15:40:00] "GET /route-target/9472bba7-8035-4cf4-91a3-4632285076b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003708 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.50 - - [2026-07-06 15:40:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004393 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003657 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006321 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.50 - - [2026-07-06 15:40:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004761 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003813 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007645 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.50 - - [2026-07-06 15:40:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004925 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004091 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007468 10.0.0.50 - - [2026-07-06 15:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.50 - - [2026-07-06 15:40:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004343 10.0.0.50 - - [2026-07-06 15:40:00] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003499 10.0.0.50 - - [2026-07-06 15:40:01] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006531 10.0.0.50 - - [2026-07-06 15:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.50 - - [2026-07-06 15:40:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004520 10.0.0.50 - - [2026-07-06 15:40:01] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004486 10.0.0.50 - - [2026-07-06 15:40:01] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006675 10.0.0.50 - - [2026-07-06 15:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.50 - - [2026-07-06 15:40:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004825 10.0.0.50 - - [2026-07-06 15:40:01] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003850 10.0.0.50 - - [2026-07-06 15:40:01] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006768 10.0.0.50 - - [2026-07-06 15:40:01] "GET /obj-perms HTTP/1.1" 200 4479 0.004836 10.0.0.33 - - [2026-07-06 15:40:01] "GET /obj-perms HTTP/1.1" 200 4479 0.003838 10.0.0.50 - - [2026-07-06 15:40:01] "GET /obj-perms HTTP/1.1" 200 4479 0.004062 10.0.0.50 - - [2026-07-06 15:40:01] "GET /obj-perms HTTP/1.1" 200 4479 0.004053 10.0.0.50 - - [2026-07-06 15:40:01] "POST /neutron/port HTTP/1.1" 200 1235 0.045264 10.0.0.50 - - [2026-07-06 15:40:01] "GET /obj-perms HTTP/1.1" 200 4479 0.004784 10.0.0.50 - - [2026-07-06 15:40:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009554 10.0.0.50 - - [2026-07-06 15:40:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007761 10.0.0.50 - - [2026-07-06 15:40:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008375 10.0.0.50 - - [2026-07-06 15:40:01] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 200 1298 0.005788 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 200 1298 0.004698 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-machine-interface/506c73ed-a850-41ef-9118-05028be9508f HTTP/1.1" 200 3168 0.010022 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 200 1298 0.005379 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-machine-interface/506c73ed-a850-41ef-9118-05028be9508f HTTP/1.1" 200 3168 0.007021 10.0.0.50 - - [2026-07-06 15:40:02] "GET /instance-ip/2ba0c3c7-9f75-47d9-8852-0685bb14b8d1 HTTP/1.1" 200 1652 0.008203 10.0.0.50 - - [2026-07-06 15:40:02] "GET /instance-ip/4ebda9d0-95af-4eb8-87af-6a35b61464e7 HTTP/1.1" 200 1631 0.006648 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 200 1298 0.004436 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-machine-interface/506c73ed-a850-41ef-9118-05028be9508f HTTP/1.1" 200 3168 0.006149 10.0.0.50 - - [2026-07-06 15:40:02] "GET /instance-ip/2ba0c3c7-9f75-47d9-8852-0685bb14b8d1 HTTP/1.1" 200 1652 0.005046 10.0.0.50 - - [2026-07-06 15:40:02] "GET /instance-ip/4ebda9d0-95af-4eb8-87af-6a35b61464e7 HTTP/1.1" 200 1631 0.004580 10.0.0.50 - - [2026-07-06 15:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.50 - - [2026-07-06 15:40:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003922 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004338 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006415 10.0.0.50 - - [2026-07-06 15:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.50 - - [2026-07-06 15:40:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004633 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004108 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006572 10.0.0.50 - - [2026-07-06 15:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.50 - - [2026-07-06 15:40:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005013 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004280 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007009 10.0.0.50 - - [2026-07-06 15:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.50 - - [2026-07-06 15:40:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005098 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004546 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006857 10.0.0.50 - - [2026-07-06 15:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.50 - - [2026-07-06 15:40:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004852 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004763 10.0.0.50 - - [2026-07-06 15:40:02] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006112 10.0.0.50 - - [2026-07-06 15:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.50 - - [2026-07-06 15:40:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004216 10.0.0.50 - - [2026-07-06 15:40:03] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003663 10.0.0.50 - - [2026-07-06 15:40:03] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007342 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.50 - - [2026-07-06 15:40:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004776 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003612 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007801 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.50 - - [2026-07-06 15:40:04] "GET /routing-instance/0b2ee78b-b8e8-4fe5-97e5-2726034d55a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005238 10.0.0.50 - - [2026-07-06 15:40:04] "GET /route-target/cc6ba26a-cd22-4661-820e-9a4504873d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005611 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.50 - - [2026-07-06 15:40:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005240 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004267 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006969 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.50 - - [2026-07-06 15:40:04] "GET /routing-instance/0b2ee78b-b8e8-4fe5-97e5-2726034d55a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004834 10.0.0.50 - - [2026-07-06 15:40:04] "GET /route-target/cc6ba26a-cd22-4661-820e-9a4504873d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004821 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.50 - - [2026-07-06 15:40:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004470 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003749 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006626 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.50 - - [2026-07-06 15:40:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004674 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003694 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006789 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.50 - - [2026-07-06 15:40:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005282 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004206 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006993 10.0.0.50 - - [2026-07-06 15:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.50 - - [2026-07-06 15:40:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473 10.0.0.50 - - [2026-07-06 15:40:04] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003969 10.0.0.50 - - [2026-07-06 15:40:05] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006885 10.0.0.33 - - [2026-07-06 15:40:05] "GET /obj-perms HTTP/1.1" 200 4479 0.004581 10.0.0.50 - - [2026-07-06 15:40:05] "GET /obj-perms HTTP/1.1" 200 4479 0.004551 10.0.0.50 - - [2026-07-06 15:40:05] "GET /obj-perms HTTP/1.1" 200 4479 0.010089 10.0.0.242 - - [2026-07-06 15:40:05] "GET /obj-perms HTTP/1.1" 200 4479 0.004362 10.0.0.33 - - [2026-07-06 15:40:05] "GET /obj-perms HTTP/1.1" 200 4479 0.004276 10.0.0.50 - - [2026-07-06 15:40:05] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 200 1299 0.004701 10.0.0.50 - - [2026-07-06 15:40:05] "GET /virtual-machine-interface/e3ef0621-b54d-409d-91a0-cf703b5459bf HTTP/1.1" 200 3169 0.005981 10.0.0.50 - - [2026-07-06 15:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.50 - - [2026-07-06 15:40:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004953 10.0.0.50 - - [2026-07-06 15:40:05] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003470 10.0.0.50 - - [2026-07-06 15:40:05] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006549 10.0.0.50 - - [2026-07-06 15:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.50 - - [2026-07-06 15:40:06] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004115 10.0.0.50 - - [2026-07-06 15:40:06] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003249 10.0.0.50 - - [2026-07-06 15:40:06] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006072 10.0.0.50 - - [2026-07-06 15:40:06] "POST /neutron/port HTTP/1.1" 200 1235 0.019658 10.0.0.50 - - [2026-07-06 15:40:09] "POST /neutron/port HTTP/1.1" 200 1235 0.020816 10.0.0.50 - - [2026-07-06 15:40:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004078 10.0.0.50 - - [2026-07-06 15:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.50 - - [2026-07-06 15:40:11] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 200 1299 0.005209 10.0.0.50 - - [2026-07-06 15:40:12] "GET /virtual-machine-interface/0f8a8639-5509-4ac4-9f02-03d1dced4807 HTTP/1.1" 200 3168 0.006235 10.0.0.50 - - [2026-07-06 15:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.50 - - [2026-07-06 15:40:12] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004429 10.0.0.50 - - [2026-07-06 15:40:12] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004015 10.0.0.50 - - [2026-07-06 15:40:12] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007877 10.0.0.50 - - [2026-07-06 15:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.50 - - [2026-07-06 15:40:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004189 10.0.0.50 - - [2026-07-06 15:40:13] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003223 10.0.0.50 - - [2026-07-06 15:40:13] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006110 10.0.0.50 - - [2026-07-06 15:40:13] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 200 1298 0.004484 10.0.0.50 - - [2026-07-06 15:40:13] "GET /virtual-machine-interface/506c73ed-a850-41ef-9118-05028be9508f HTTP/1.1" 200 3168 0.006538 10.0.0.50 - - [2026-07-06 15:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.50 - - [2026-07-06 15:40:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004786 10.0.0.50 - - [2026-07-06 15:40:13] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003317 10.0.0.50 - - [2026-07-06 15:40:13] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006212 10.0.0.50 - - [2026-07-06 15:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.50 - - [2026-07-06 15:40:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.50 - - [2026-07-06 15:40:14] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003363 10.0.0.50 - - [2026-07-06 15:40:14] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005475 10.0.0.50 - - [2026-07-06 15:40:26] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 200 1298 0.004573 10.0.0.50 - - [2026-07-06 15:40:28] "POST /neutron/port HTTP/1.1" 200 1226 0.020025 10.0.0.50 - - [2026-07-06 15:40:28] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 200 1298 0.004223 10.0.0.50 - - [2026-07-06 15:40:30] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 404 171 0.003387 10.0.0.50 - - [2026-07-06 15:40:30] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 404 171 0.002877 10.0.0.50 - - [2026-07-06 15:40:30] "GET /virtual-machine/453da774-acb7-4f86-b9e6-96c8d7b16c00 HTTP/1.1" 404 171 0.003436 10.0.0.50 - - [2026-07-06 15:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.50 - - [2026-07-06 15:40:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172 10.0.0.50 - - [2026-07-06 15:40:31] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004409 10.0.0.50 - - [2026-07-06 15:40:31] "GET /virtual-network/ec85d51b-3a87-4a61-ba72-8cac0ce0f684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006203 10.0.0.50 - - [2026-07-06 15:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.50 - - [2026-07-06 15:40:31] "GET /routing-instance/0b2ee78b-b8e8-4fe5-97e5-2726034d55a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005463 10.0.0.50 - - [2026-07-06 15:40:31] "GET /route-target/cc6ba26a-cd22-4661-820e-9a4504873d01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004841 10.0.0.50 - - [2026-07-06 15:40:31] "GET /obj-perms HTTP/1.1" 200 4479 0.004627 10.0.0.242 - - [2026-07-06 15:40:34] "GET /obj-perms HTTP/1.1" 200 4479 0.004770 10.0.0.50 - - [2026-07-06 15:40:40] "GET /obj-perms HTTP/1.1" 200 4479 0.004804 10.0.0.242 - - [2026-07-06 15:40:43] "GET /obj-perms HTTP/1.1" 200 4479 0.004109 10.0.0.50 - - [2026-07-06 15:40:46] "GET /obj-perms HTTP/1.1" 200 4479 0.004148 10.0.0.50 - - [2026-07-06 15:40:47] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 200 1299 0.004613 10.0.0.50 - - [2026-07-06 15:40:49] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 200 1299 0.004279 10.0.0.50 - - [2026-07-06 15:40:49] "POST /neutron/port HTTP/1.1" 200 1225 0.022219 10.0.0.50 - - [2026-07-06 15:40:51] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 404 171 0.003788 10.0.0.50 - - [2026-07-06 15:40:51] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 404 171 0.003594 10.0.0.50 - - [2026-07-06 15:40:51] "GET /virtual-machine/9fe20df7-e280-4249-b35a-5f0bbc97b1eb HTTP/1.1" 404 171 0.003125 10.0.0.50 - - [2026-07-06 15:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.50 - - [2026-07-06 15:40:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005016 10.0.0.50 - - [2026-07-06 15:40:51] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003521 10.0.0.50 - - [2026-07-06 15:40:51] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006792 10.0.0.50 - - [2026-07-06 15:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.50 - - [2026-07-06 15:40:51] "GET /routing-instance/a9e337ce-55a2-4e6c-bc0d-5c28d6ac2568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004700 10.0.0.50 - - [2026-07-06 15:40:51] "GET /route-target/9472bba7-8035-4cf4-91a3-4632285076b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004383 10.0.0.50 - - [2026-07-06 15:40:51] "GET /obj-perms HTTP/1.1" 200 4479 0.003860 10.0.0.50 - - [2026-07-06 15:40:54] "GET /obj-perms HTTP/1.1" 200 4479 0.003815 10.0.0.50 - - [2026-07-06 15:41:00] "GET /obj-perms HTTP/1.1" 200 4479 0.005267 10.0.0.50 - - [2026-07-06 15:41:03] "GET /obj-perms HTTP/1.1" 200 4479 0.004531 10.0.0.50 - - [2026-07-06 15:41:10] "GET /obj-perms HTTP/1.1" 200 4479 0.005785 10.0.0.50 - - [2026-07-06 15:41:13] "GET /obj-perms HTTP/1.1" 200 4479 0.004556 10.0.0.242 - - [2026-07-06 15:41:13] "GET /obj-perms HTTP/1.1" 200 4479 0.003928 10.0.0.33 - - [2026-07-06 15:41:13] "GET /obj-perms HTTP/1.1" 200 4479 0.003865 10.0.0.50 - - [2026-07-06 15:41:13] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 200 1299 0.006055 10.0.0.50 - - [2026-07-06 15:41:15] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 200 1299 0.006642 10.0.0.50 - - [2026-07-06 15:41:15] "POST /neutron/port HTTP/1.1" 200 1225 0.028570 10.0.0.50 - - [2026-07-06 15:41:17] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 404 171 0.004130 10.0.0.50 - - [2026-07-06 15:41:17] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 404 171 0.003427 10.0.0.50 - - [2026-07-06 15:41:17] "GET /virtual-machine/ee9e257a-331f-4897-af65-6fcd35de4f94 HTTP/1.1" 404 171 0.003233 10.0.0.50 - - [2026-07-06 15:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.50 - - [2026-07-06 15:41:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005366 10.0.0.50 - - [2026-07-06 15:41:17] "GET /virtual-networks?parent_id=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005156 10.0.0.50 - - [2026-07-06 15:41:17] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.009165 10.0.0.50 - - [2026-07-06 15:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.50 - - [2026-07-06 15:41:17] "GET /routing-instance/a7ae3697-d3ac-46c8-b3c6-93b9787dbf49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005346 10.0.0.50 - - [2026-07-06 15:41:17] "GET /route-target/dbec588b-d227-47c4-94aa-69fe5902f057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004600 10.0.0.50 - - [2026-07-06 15:41:17] "GET /obj-perms HTTP/1.1" 200 4479 0.004524 10.0.0.50 - - [2026-07-06 15:41:18] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005579 10.0.0.50 - - [2026-07-06 15:41:18] "POST /neutron/network HTTP/1.1" 200 1012 0.093641 10.0.0.242 - - [2026-07-06 15:41:18] "DELETE /access-control-list/e25effd5-903d-4fd7-a0eb-d4d4e2120abc HTTP/1.1" 200 115 0.056136 10.0.0.50 - - [2026-07-06 15:41:18] "GET /virtual-network/87043a83-645f-4b77-b167-e204547948a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006977 10.0.0.50 - - [2026-07-06 15:41:18] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006607 10.0.0.50 - - [2026-07-06 15:41:18] "POST /neutron/network HTTP/1.1" 200 1012 0.100067 10.0.0.50 - - [2026-07-06 15:41:18] "GET /virtual-network/33a35767-63fc-49c3-9fd7-26d5f388848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007622 10.0.0.242 - - [2026-07-06 15:41:18] "POST /ref-update HTTP/1.1" 200 156 0.035846 10.0.0.50 - - [2026-07-06 15:41:18] "DELETE /network-policy/f4d21b3a-1f32-4e9e-9469-84f7b19fe20a HTTP/1.1" 200 115 0.072032 10.0.0.50 - - [2026-07-06 15:41:18] "DELETE /network-policy/27a7d657-56a8-4654-9ebb-29dfa37131e8 HTTP/1.1" 200 115 0.041989 10.0.0.50 - - [2026-07-06 15:41:18] "DELETE /network-policy/cdb41999-ad2f-4985-a7ad-eaa17c50eb77 HTTP/1.1" 200 115 0.040982 10.0.0.33 - - [2026-07-06 15:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003477 10.0.0.33 - - [2026-07-06 15:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 10.0.0.33 - - [2026-07-06 15:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004757 10.0.0.33 - - [2026-07-06 15:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.50 - - [2026-07-06 15:41:19] "POST /neutron/network HTTP/1.1" 200 151 0.202127 10.0.0.242 - - [2026-07-06 15:41:19] "DELETE /route-target/cc6ba26a-cd22-4661-820e-9a4504873d01 HTTP/1.1" 200 115 0.033397 10.0.0.50 - - [2026-07-06 15:41:19] "POST /neutron/network HTTP/1.1" 200 1012 0.011426 10.0.0.242 - - [2026-07-06 15:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.50 - - [2026-07-06 15:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.50 - - [2026-07-06 15:41:20] "DELETE /network-ipam/2fe5f0eb-886e-43f3-9cae-3410ad7c85b0 HTTP/1.1" 200 115 0.047110 10.0.0.50 - - [2026-07-06 15:41:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.004339 10.0.0.50 - - [2026-07-06 15:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.50 - - [2026-07-06 15:41:20] "DELETE /network-ipam/b5ecea91-f9cd-4e7c-bd8c-c24039b8f1a1 HTTP/1.1" 200 115 0.044241 10.0.0.50 - - [2026-07-06 15:41:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.003311 10.0.0.50 - - [2026-07-06 15:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.50 - - [2026-07-06 15:41:20] "DELETE /network-ipam/f0b80833-661a-4ebd-a8c1-5057aec3ed86 HTTP/1.1" 200 115 0.033377 10.0.0.50 - - [2026-07-06 15:41:20] "POST /fqname-to-id HTTP/1.1" 404 203 0.004153 10.0.0.33 - - [2026-07-06 15:41:23] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001541 10.0.0.50 - - [2026-07-06 15:41:23] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.076977 10.0.0.33 - - [2026-07-06 15:41:23] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001277 10.0.0.50 - - [2026-07-06 15:41:23] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?fields=virtual_networks HTTP/1.1" 200 1043 0.051473 10.0.0.33 - - [2026-07-06 15:41:23] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001334 10.0.0.50 - - [2026-07-06 15:41:23] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.043491 10.0.0.33 - - [2026-07-06 15:41:23] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002874 10.0.0.50 - - [2026-07-06 15:41:23] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?fields=security_groups HTTP/1.1" 200 1275 0.049789 10.0.0.50 - - [2026-07-06 15:41:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.028253 10.0.0.33 - - [2026-07-06 15:41:24] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002849 10.0.0.33 - - [2026-07-06 15:41:24] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.33 - - [2026-07-06 15:41:24] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007665 10.0.0.33 - - [2026-07-06 15:41:24] "POST /id-to-fqname HTTP/1.1" 200 192 0.010758 10.0.0.33 - - [2026-07-06 15:41:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.003528 10.0.0.33 - - [2026-07-06 15:41:24] "POST /security-groups HTTP/1.1" 200 593 0.039248 10.0.0.33 - - [2026-07-06 15:41:24] "POST /projects HTTP/1.1" 200 589 0.269419 10.0.0.242 - - [2026-07-06 15:41:24] "POST /access-control-lists HTTP/1.1" 200 598 0.035685 10.0.0.33 - - [2026-07-06 15:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.347912 10.0.0.50 - - [2026-07-06 15:41:24] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.500497 10.0.0.50 - - [2026-07-06 15:41:25] "GET / HTTP/1.1" 200 35931 0.001941 10.0.0.50 - - [2026-07-06 15:41:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.50 - - [2026-07-06 15:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.078610 10.0.0.33 - - [2026-07-06 15:41:28] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.33 - - [2026-07-06 15:41:28] "DELETE /project/a4aae709767c49b8a02e7bb25dea3e24 HTTP/1.1" 404 173 0.006941 10.0.0.33 - - [2026-07-06 15:41:28] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001053 10.0.0.50 - - [2026-07-06 15:41:28] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058402 10.0.0.33 - - [2026-07-06 15:41:28] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.067375 10.0.0.33 - - [2026-07-06 15:41:28] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001202 10.0.0.33 - - [2026-07-06 15:41:28] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?fields=security_groups HTTP/1.1" 200 1380 0.069583 10.0.0.33 - - [2026-07-06 15:41:28] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001867 10.0.0.33 - - [2026-07-06 15:41:28] "DELETE /security-group/05bb32d8-9cce-4fda-95b5-fb0b7c98260d HTTP/1.1" 200 115 0.091092 10.0.0.33 - - [2026-07-06 15:41:28] "GET /projects?obj_uuids=48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001090 10.0.0.242 - - [2026-07-06 15:41:28] "DELETE /access-control-list/018ded1f-2014-4f52-aa6d-fdaf00210bda HTTP/1.1" 200 115 0.073964 10.0.0.33 - - [2026-07-06 15:41:28] "GET /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2?fields=application_policy_sets HTTP/1.1" 200 1419 0.067666 10.0.0.50 - - [2026-07-06 15:41:28] "POST /neutron/network HTTP/1.1" 200 607 0.261801 10.0.0.33 - - [2026-07-06 15:41:28] "DELETE /project/48bd8f3b-1fc0-448f-bf88-71af0f9e1ab2 HTTP/1.1" 200 115 0.604549 10.0.0.242 - - [2026-07-06 15:41:28] "POST /ref-update HTTP/1.1" 200 156 0.025971 10.0.0.50 - - [2026-07-06 15:41:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.003518 10.0.0.50 - - [2026-07-06 15:41:29] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008179 10.0.0.50 - - [2026-07-06 15:41:29] "POST /neutron/network HTTP/1.1" 200 825 0.009611 10.0.0.50 - - [2026-07-06 15:41:29] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008011 10.0.0.50 - - [2026-07-06 15:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.33 - - [2026-07-06 15:41:29] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001495 10.0.0.50 - - [2026-07-06 15:41:29] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043952 10.0.0.50 - - [2026-07-06 15:41:29] "POST /neutron/network HTTP/1.1" 200 117 0.018261 10.0.0.50 - - [2026-07-06 15:41:29] "POST /neutron/network HTTP/1.1" 200 826 0.009093 10.0.0.50 - - [2026-07-06 15:41:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001353 10.0.0.50 - - [2026-07-06 15:41:29] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005521 10.0.0.50 - - [2026-07-06 15:41:29] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007541 10.0.0.50 - - [2026-07-06 15:41:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.009270 10.0.0.50 - - [2026-07-06 15:41:29] "POST /fqname-to-id HTTP/1.1" 404 228 0.002981 10.0.0.50 - - [2026-07-06 15:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.33 - - [2026-07-06 15:41:29] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001481 10.0.0.50 - - [2026-07-06 15:41:29] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041977 10.0.0.50 - - [2026-07-06 15:41:29] "POST /network-policys HTTP/1.1" 200 571 0.030293 10.0.0.50 - - [2026-07-06 15:41:29] "GET /network-policy/18774cb4-02b9-444e-955a-815858c1f146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006872 10.0.0.242 - - [2026-07-06 15:41:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.006791 10.0.0.50 - - [2026-07-06 15:41:30] "POST /neutron/network HTTP/1.1" 200 927 0.014528 10.0.0.50 - - [2026-07-06 15:41:30] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006462 10.0.0.50 - - [2026-07-06 15:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.50 - - [2026-07-06 15:41:30] "GET /network-policy/18774cb4-02b9-444e-955a-815858c1f146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006906 10.0.0.50 - - [2026-07-06 15:41:30] "POST /neutron/network HTTP/1.1" 200 928 0.017408 10.0.0.242 - - [2026-07-06 15:41:30] "POST /access-control-lists HTTP/1.1" 200 590 0.054060 10.0.0.50 - - [2026-07-06 15:41:30] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.018711 10.0.0.50 - - [2026-07-06 15:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.50 - - [2026-07-06 15:41:30] "GET /network-policy/18774cb4-02b9-444e-955a-815858c1f146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005376 10.0.0.50 - - [2026-07-06 15:41:30] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006924 10.0.0.50 - - [2026-07-06 15:41:31] "GET /obj-perms HTTP/1.1" 200 4471 0.094954 10.0.0.242 - - [2026-07-06 15:41:32] "GET /obj-perms HTTP/1.1" 200 4471 0.050567 10.0.0.50 - - [2026-07-06 15:41:32] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.010532 10.0.0.33 - - [2026-07-06 15:41:33] "GET /obj-perms HTTP/1.1" 200 4471 0.035136 10.0.0.50 - - [2026-07-06 15:41:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001879 10.0.0.33 - - [2026-07-06 15:41:33] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001643 10.0.0.50 - - [2026-07-06 15:41:33] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053088 10.0.0.50 - - [2026-07-06 15:41:33] "POST /neutron/port HTTP/1.1" 200 117 0.007070 10.0.0.50 - - [2026-07-06 15:41:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001853 10.0.0.50 - - [2026-07-06 15:41:33] "POST /neutron/network HTTP/1.1" 200 938 0.008910 10.0.0.50 - - [2026-07-06 15:41:34] "POST /neutron/port HTTP/1.1" 200 117 0.009043 10.0.0.33 - - [2026-07-06 15:41:37] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001431 10.0.0.50 - - [2026-07-06 15:41:38] "POST /neutron/port HTTP/1.1" 200 1061 0.339326 10.0.0.50 - - [2026-07-06 15:41:38] "POST /neutron/port HTTP/1.1" 200 1115 0.158569 10.0.0.50 - - [2026-07-06 15:41:38] "POST /neutron/port HTTP/1.1" 200 1062 0.019526 10.0.0.50 - - [2026-07-06 15:41:39] "POST /neutron/port HTTP/1.1" 200 1125 0.020399 10.0.0.50 - - [2026-07-06 15:41:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004358 10.0.0.50 - - [2026-07-06 15:41:39] "POST /neutron/network HTTP/1.1" 200 927 0.008098 10.0.0.50 - - [2026-07-06 15:41:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.013138 10.0.0.50 - - [2026-07-06 15:41:44] "POST /neutron/port HTTP/1.1" 200 1125 0.026896 10.0.0.50 - - [2026-07-06 15:41:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009392 10.0.0.50 - - [2026-07-06 15:41:44] "GET /virtual-machine/d9f3ec88-bb8e-4699-a298-9adf762c2a67 HTTP/1.1" 401 292 0.000479 10.0.0.50 - - [2026-07-06 15:41:45] "GET /virtual-machine/d9f3ec88-bb8e-4699-a298-9adf762c2a67 HTTP/1.1" 200 1295 0.039793 10.0.0.50 - - [2026-07-06 15:41:45] "GET /virtual-machine-interface/6201e727-81c7-4636-84bf-92ac0db7289d HTTP/1.1" 200 2950 0.007651 10.0.0.50 - - [2026-07-06 15:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.50 - - [2026-07-06 15:41:45] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005270 10.0.0.50 - - [2026-07-06 15:41:45] "GET /virtual-networks?parent_id=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004601 10.0.0.50 - - [2026-07-06 15:41:45] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007984 10.0.0.50 - - [2026-07-06 15:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.50 - - [2026-07-06 15:41:48] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007326 10.0.0.50 - - [2026-07-06 15:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.50 - - [2026-07-06 15:41:52] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006954 10.0.0.50 - - [2026-07-06 15:41:53] "POST /neutron/port HTTP/1.1" 200 1125 0.022590 10.0.0.50 - - [2026-07-06 15:41:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004497 10.0.0.50 - - [2026-07-06 15:41:54] "POST /neutron/network HTTP/1.1" 200 927 0.008132 10.0.0.50 - - [2026-07-06 15:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.50 - - [2026-07-06 15:41:56] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007215 10.0.0.50 - - [2026-07-06 15:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.50 - - [2026-07-06 15:42:00] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007614 10.0.0.50 - - [2026-07-06 15:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.50 - - [2026-07-06 15:42:04] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008831 10.0.0.50 - - [2026-07-06 15:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.50 - - [2026-07-06 15:42:08] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006035 10.0.0.50 - - [2026-07-06 15:42:11] "POST /neutron/network HTTP/1.1" 200 938 0.008331 10.0.0.50 - - [2026-07-06 15:42:11] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.50 - - [2026-07-06 15:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.50 - - [2026-07-06 15:42:13] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005716 10.0.0.50 - - [2026-07-06 15:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.50 - - [2026-07-06 15:42:17] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005872 10.0.0.50 - - [2026-07-06 15:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.50 - - [2026-07-06 15:42:19] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005146 10.0.0.50 - - [2026-07-06 15:42:19] "GET /virtual-networks?parent_id=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003461 10.0.0.50 - - [2026-07-06 15:42:19] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.010027 10.0.0.50 - - [2026-07-06 15:42:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008123 10.0.0.50 - - [2026-07-06 15:42:24] "POST /neutron/port HTTP/1.1" 200 1125 0.023119 10.0.0.50 - - [2026-07-06 15:42:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007367 10.0.0.50 - - [2026-07-06 15:42:35] "POST /neutron/port HTTP/1.1" 200 1126 0.023615 10.0.0.50 - - [2026-07-06 15:42:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009881 10.0.0.50 - - [2026-07-06 15:42:35] "GET /virtual-machine/9c7b3cc7-c9a4-4ab6-a7cd-3f08ac02d771 HTTP/1.1" 200 1295 0.006820 10.0.0.50 - - [2026-07-06 15:42:35] "GET /virtual-machine-interface/9f9527cf-9498-410f-9274-7e0338eef81a HTTP/1.1" 200 2952 0.009042 10.0.0.50 - - [2026-07-06 15:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.50 - - [2026-07-06 15:42:35] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005646 10.0.0.50 - - [2026-07-06 15:42:35] "GET /virtual-networks?parent_id=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003750 10.0.0.50 - - [2026-07-06 15:42:35] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.009721 10.0.0.50 - - [2026-07-06 15:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.50 - - [2026-07-06 15:42:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006109 10.0.0.50 - - [2026-07-06 15:42:36] "GET /virtual-networks?parent_id=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004798 10.0.0.50 - - [2026-07-06 15:42:36] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007438 10.0.0.50 - - [2026-07-06 15:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.33 - - [2026-07-06 15:42:47] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.50 - - [2026-07-06 15:42:47] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070271 10.0.0.50 - - [2026-07-06 15:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.50 - - [2026-07-06 15:42:47] "PUT /network-policy/18774cb4-02b9-444e-955a-815858c1f146 HTTP/1.1" 200 262 0.016856 10.0.0.242 - - [2026-07-06 15:42:48] "POST /ref-update HTTP/1.1" 200 156 0.030555 10.0.0.242 - - [2026-07-06 15:42:48] "GET /obj-perms HTTP/1.1" 200 4493 0.037165 10.0.0.50 - - [2026-07-06 15:42:51] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007604 10.0.0.50 - - [2026-07-06 15:42:51] "POST /neutron/network HTTP/1.1" 200 928 0.008005 10.0.0.242 - - [2026-07-06 15:42:51] "DELETE /access-control-list/c2492571-b1c2-4757-8d42-72639b5fd072 HTTP/1.1" 200 115 0.055288 10.0.0.50 - - [2026-07-06 15:42:51] "GET /virtual-network/512d2316-15ed-44b3-aeae-f5fed88c7839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010070 10.0.0.50 - - [2026-07-06 15:42:51] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005509 10.0.0.50 - - [2026-07-06 15:42:51] "POST /neutron/network HTTP/1.1" 200 927 0.006978 10.0.0.50 - - [2026-07-06 15:42:51] "GET /virtual-network/70953899-86e2-4002-af2e-ba32be18e1e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.011157 10.0.0.50 - - [2026-07-06 15:42:51] "DELETE /network-policy/18774cb4-02b9-444e-955a-815858c1f146 HTTP/1.1" 200 115 0.033401 10.0.0.50 - - [2026-07-06 15:42:51] "POST /neutron/network HTTP/1.1" 200 826 0.009885 10.0.0.50 - - [2026-07-06 15:42:53] "POST /neutron/port HTTP/1.1" 200 1116 0.016007 10.0.0.50 - - [2026-07-06 15:42:53] "POST /neutron/port HTTP/1.1" 200 1115 0.019552 10.0.0.33 - - [2026-07-06 15:42:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003772 10.0.0.33 - - [2026-07-06 15:42:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006198 10.0.0.50 - - [2026-07-06 15:42:53] "POST /neutron/network HTTP/1.1" 200 151 0.143501 10.0.0.242 - - [2026-07-06 15:42:53] "DELETE /route-target/ef25b267-6914-4de0-9c68-c4283737d085 HTTP/1.1" 200 115 0.034347 10.0.0.33 - - [2026-07-06 15:42:55] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001050 10.0.0.50 - - [2026-07-06 15:42:55] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050413 10.0.0.33 - - [2026-07-06 15:42:55] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.50 - - [2026-07-06 15:42:55] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?fields=virtual_networks HTTP/1.1" 200 1036 0.042440 10.0.0.33 - - [2026-07-06 15:42:55] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.50 - - [2026-07-06 15:42:55] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.051307 10.0.0.33 - - [2026-07-06 15:42:55] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001429 10.0.0.50 - - [2026-07-06 15:42:56] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?fields=security_groups HTTP/1.1" 200 1264 0.051157 10.0.0.50 - - [2026-07-06 15:42:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.026751 10.0.0.33 - - [2026-07-06 15:42:57] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003109 10.0.0.33 - - [2026-07-06 15:42:57] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001842 10.0.0.33 - - [2026-07-06 15:42:57] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014535 10.0.0.33 - - [2026-07-06 15:42:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.002136 10.0.0.33 - - [2026-07-06 15:42:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.018089 10.0.0.33 - - [2026-07-06 15:42:57] "POST /security-groups HTTP/1.1" 200 603 0.031323 10.0.0.242 - - [2026-07-06 15:42:57] "POST /fqname-to-id HTTP/1.1" 404 246 0.010108 10.0.0.33 - - [2026-07-06 15:42:57] "POST /projects HTTP/1.1" 200 609 0.264591 10.0.0.33 - - [2026-07-06 15:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.337806 10.0.0.242 - - [2026-07-06 15:42:57] "POST /access-control-lists HTTP/1.1" 200 606 0.031336 10.0.0.50 - - [2026-07-06 15:42:57] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.479122 10.0.0.50 - - [2026-07-06 15:42:58] "GET / HTTP/1.1" 200 35931 0.001234 10.0.0.50 - - [2026-07-06 15:43:02] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000811 10.0.0.33 - - [2026-07-06 15:43:02] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.50 - - [2026-07-06 15:43:02] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.088017 10.0.0.50 - - [2026-07-06 15:43:02] "GET / HTTP/1.1" 200 35931 0.002462 10.0.0.50 - - [2026-07-06 15:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.33 - - [2026-07-06 15:43:03] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.50 - - [2026-07-06 15:43:03] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007777 10.0.0.50 - - [2026-07-06 15:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.33 - - [2026-07-06 15:43:03] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.50 - - [2026-07-06 15:43:03] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046627 10.0.0.50 - - [2026-07-06 15:43:04] "GET /domains HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2026-07-06 15:43:04] "GET /domains HTTP/1.1" 200 280 0.028225 10.0.0.33 - - [2026-07-06 15:43:04] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.50 - - [2026-07-06 15:43:04] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d HTTP/1.1" 200 2967 0.011370 10.0.0.33 - - [2026-07-06 15:43:04] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001297 10.0.0.50 - - [2026-07-06 15:43:05] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b HTTP/1.1" 200 1924 0.092446 10.0.0.50 - - [2026-07-06 15:43:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003788 10.0.0.50 - - [2026-07-06 15:43:05] "POST /network-ipams HTTP/1.1" 200 621 0.048338 10.0.0.50 - - [2026-07-06 15:43:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003836 10.0.0.50 - - [2026-07-06 15:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.50 - - [2026-07-06 15:43:05] "GET /network-ipam/f8ecb08b-0251-4c55-9aba-73963b2bbcc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.006228 10.0.0.50 - - [2026-07-06 15:43:05] "PUT /network-ipam/f8ecb08b-0251-4c55-9aba-73963b2bbcc0 HTTP/1.1" 200 258 0.016769 10.0.0.50 - - [2026-07-06 15:43:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.50 - - [2026-07-06 15:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.023723 10.0.0.33 - - [2026-07-06 15:43:05] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001398 10.0.0.50 - - [2026-07-06 15:43:05] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051731 10.0.0.50 - - [2026-07-06 15:43:06] "POST /neutron/network HTTP/1.1" 200 117 0.032798 10.0.0.33 - - [2026-07-06 15:43:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008303 10.0.0.50 - - [2026-07-06 15:43:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.174281 10.0.0.242 - - [2026-07-06 15:43:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.008106 10.0.0.50 - - [2026-07-06 15:43:06] "POST /id-to-fqname HTTP/1.1" 200 235 0.001578 10.0.0.50 - - [2026-07-06 15:43:06] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.008111 10.0.0.50 - - [2026-07-06 15:43:06] "POST /neutron/network HTTP/1.1" 200 1336 0.011842 10.0.0.50 - - [2026-07-06 15:43:06] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006731 10.0.0.50 - - [2026-07-06 15:43:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.009231 10.0.0.50 - - [2026-07-06 15:43:07] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005851 10.0.0.50 - - [2026-07-06 15:43:08] "GET /obj-perms HTTP/1.1" 200 4456 0.045903 10.0.0.50 - - [2026-07-06 15:43:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003474 10.0.0.50 - - [2026-07-06 15:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.33 - - [2026-07-06 15:43:09] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.50 - - [2026-07-06 15:43:09] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049635 10.0.0.50 - - [2026-07-06 15:43:09] "POST /network-policys HTTP/1.1" 200 563 0.045724 10.0.0.50 - - [2026-07-06 15:43:09] "GET /network-policy/b16a9f82-e513-437d-b1b1-9d6abcc6b7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006884 10.0.0.50 - - [2026-07-06 15:43:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.004260 10.0.0.50 - - [2026-07-06 15:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.33 - - [2026-07-06 15:43:09] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.50 - - [2026-07-06 15:43:09] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065345 10.0.0.50 - - [2026-07-06 15:43:09] "POST /network-policys HTTP/1.1" 200 563 0.035830 10.0.0.50 - - [2026-07-06 15:43:09] "GET /network-policy/ba10879e-77c4-4730-aa78-3a531c4f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.007488 10.0.0.50 - - [2026-07-06 15:43:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003866 10.0.0.50 - - [2026-07-06 15:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.33 - - [2026-07-06 15:43:09] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.50 - - [2026-07-06 15:43:09] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036430 10.0.0.50 - - [2026-07-06 15:43:09] "POST /network-policys HTTP/1.1" 200 563 0.027818 10.0.0.50 - - [2026-07-06 15:43:10] "GET /network-policy/65fe9d1f-29c4-4ab7-911e-06d769bb184c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006454 10.0.0.50 - - [2026-07-06 15:43:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003484 10.0.0.50 - - [2026-07-06 15:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.33 - - [2026-07-06 15:43:10] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.50 - - [2026-07-06 15:43:10] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052642 10.0.0.50 - - [2026-07-06 15:43:10] "POST /network-policys HTTP/1.1" 200 563 0.033090 10.0.0.50 - - [2026-07-06 15:43:10] "GET /network-policy/53d6e17e-afd3-4780-a5e7-4d91e2b21087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006240 10.0.0.50 - - [2026-07-06 15:43:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003837 10.0.0.50 - - [2026-07-06 15:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.33 - - [2026-07-06 15:43:10] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001466 10.0.0.50 - - [2026-07-06 15:43:10] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055957 10.0.0.50 - - [2026-07-06 15:43:10] "POST /network-policys HTTP/1.1" 200 563 0.030203 10.0.0.50 - - [2026-07-06 15:43:10] "GET /network-policy/2d459d65-0262-4643-964a-7a0ccfd69454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005987 10.0.0.50 - - [2026-07-06 15:43:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003523 10.0.0.50 - - [2026-07-06 15:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.33 - - [2026-07-06 15:43:10] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.50 - - [2026-07-06 15:43:11] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059096 10.0.0.50 - - [2026-07-06 15:43:11] "POST /network-policys HTTP/1.1" 200 563 0.034661 10.0.0.50 - - [2026-07-06 15:43:11] "GET /network-policy/02d98ae7-da07-4b17-bccd-9e5e3632a486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006900 10.0.0.50 - - [2026-07-06 15:43:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.003226 10.0.0.50 - - [2026-07-06 15:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.33 - - [2026-07-06 15:43:11] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.50 - - [2026-07-06 15:43:11] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040811 10.0.0.50 - - [2026-07-06 15:43:11] "POST /network-policys HTTP/1.1" 200 563 0.039237 10.0.0.50 - - [2026-07-06 15:43:11] "GET /network-policy/88f20d9f-49cf-4fa8-be9f-49049e0b0b83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009298 10.0.0.50 - - [2026-07-06 15:43:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.004493 10.0.0.50 - - [2026-07-06 15:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.33 - - [2026-07-06 15:43:11] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001184 10.0.0.50 - - [2026-07-06 15:43:11] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038877 10.0.0.50 - - [2026-07-06 15:43:11] "POST /network-policys HTTP/1.1" 200 563 0.040250 10.0.0.50 - - [2026-07-06 15:43:11] "GET /network-policy/7020174e-6c42-4b3e-b3db-6824aeee7351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007003 10.0.0.50 - - [2026-07-06 15:43:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003805 10.0.0.50 - - [2026-07-06 15:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.33 - - [2026-07-06 15:43:12] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.50 - - [2026-07-06 15:43:12] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050260 10.0.0.50 - - [2026-07-06 15:43:12] "POST /network-policys HTTP/1.1" 200 563 0.044983 10.0.0.50 - - [2026-07-06 15:43:12] "GET /network-policy/e155ec84-f5e5-4b2b-be32-6a85de99c03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008727 10.0.0.50 - - [2026-07-06 15:43:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.003509 10.0.0.50 - - [2026-07-06 15:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.33 - - [2026-07-06 15:43:12] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.50 - - [2026-07-06 15:43:12] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045997 10.0.0.50 - - [2026-07-06 15:43:12] "POST /network-policys HTTP/1.1" 200 563 0.032351 10.0.0.50 - - [2026-07-06 15:43:12] "GET /network-policy/543d7e22-258b-4f10-89b4-8fe1b5908dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006608 10.0.0.242 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 404 252 0.008834 10.0.0.50 - - [2026-07-06 15:43:13] "POST /neutron/network HTTP/1.1" 200 2249 0.184757 10.0.0.50 - - [2026-07-06 15:43:13] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005876 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.025496 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/02d98ae7-da07-4b17-bccd-9e5e3632a486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004300 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/2d459d65-0262-4643-964a-7a0ccfd69454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004197 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/53d6e17e-afd3-4780-a5e7-4d91e2b21087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004449 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/543d7e22-258b-4f10-89b4-8fe1b5908dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004195 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/65fe9d1f-29c4-4ab7-911e-06d769bb184c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004898 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/7020174e-6c42-4b3e-b3db-6824aeee7351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005937 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/88f20d9f-49cf-4fa8-be9f-49049e0b0b83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004510 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/b16a9f82-e513-437d-b1b1-9d6abcc6b7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004357 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/ba10879e-77c4-4730-aa78-3a531c4f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005235 10.0.0.50 - - [2026-07-06 15:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.50 - - [2026-07-06 15:43:13] "GET /network-policy/e155ec84-f5e5-4b2b-be32-6a85de99c03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005083 10.0.0.50 - - [2026-07-06 15:43:13] "POST /id-to-fqname HTTP/1.1" 200 235 0.001329 10.0.0.50 - - [2026-07-06 15:43:14] "POST /neutron/network HTTP/1.1" 200 2249 0.014269 10.0.0.50 - - [2026-07-06 15:43:14] "POST /neutron/port HTTP/1.1" 200 117 0.006197 10.0.0.50 - - [2026-07-06 15:43:19] "POST /neutron/port HTTP/1.1" 200 1173 0.030649 10.0.0.50 - - [2026-07-06 15:43:19] "POST /neutron/port HTTP/1.1" 200 1237 0.033459 10.0.0.50 - - [2026-07-06 15:43:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004641 10.0.0.50 - - [2026-07-06 15:43:20] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.242 - - [2026-07-06 15:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.242 - - [2026-07-06 15:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2026-07-06 15:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.33 - - [2026-07-06 15:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.33 - - [2026-07-06 15:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000613 10.0.0.33 - - [2026-07-06 15:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000640 10.0.0.242 - - [2026-07-06 15:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.242 - - [2026-07-06 15:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2026-07-06 15:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2026-07-06 15:43:24] "POST /neutron/port HTTP/1.1" 200 1237 0.020840 10.0.0.50 - - [2026-07-06 15:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.50 - - [2026-07-06 15:43:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2026-07-06 15:43:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.33 - - [2026-07-06 15:43:28] "DELETE /project/b3ca0cdd09464fe4a466f91d4c67761b HTTP/1.1" 404 173 0.006505 10.0.0.33 - - [2026-07-06 15:43:28] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.33 - - [2026-07-06 15:43:28] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.042900 10.0.0.33 - - [2026-07-06 15:43:28] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001189 10.0.0.33 - - [2026-07-06 15:43:28] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?fields=security_groups HTTP/1.1" 200 1369 0.046351 10.0.0.33 - - [2026-07-06 15:43:28] "DELETE /security-group/720252f8-aa98-4072-902f-aca622fdd778 HTTP/1.1" 200 115 0.052171 10.0.0.33 - - [2026-07-06 15:43:28] "GET /projects?obj_uuids=a4aae709-767c-49b8-a02e-7bb25dea3e24&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002382 10.0.0.33 - - [2026-07-06 15:43:29] "GET /project/a4aae709-767c-49b8-a02e-7bb25dea3e24?fields=application_policy_sets HTTP/1.1" 200 1408 0.056354 10.0.0.242 - - [2026-07-06 15:43:29] "DELETE /access-control-list/f73921c3-a221-4a44-a2f0-eafb923b48ba HTTP/1.1" 200 115 0.053059 10.0.0.33 - - [2026-07-06 15:43:29] "DELETE /project/a4aae709-767c-49b8-a02e-7bb25dea3e24 HTTP/1.1" 200 115 0.397803 10.0.0.50 - - [2026-07-06 15:43:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008052 10.0.0.50 - - [2026-07-06 15:43:30] "POST /neutron/port HTTP/1.1" 200 1237 0.026327 10.0.0.50 - - [2026-07-06 15:43:30] "GET /virtual-machine/a738b539-6153-47c8-8311-484b11adb5c1 HTTP/1.1" 401 292 0.000502 10.0.0.50 - - [2026-07-06 15:43:30] "GET /virtual-machine/a738b539-6153-47c8-8311-484b11adb5c1 HTTP/1.1" 200 1304 0.034368 10.0.0.50 - - [2026-07-06 15:43:30] "GET /virtual-machine-interface/93b85cba-94ec-4b41-96e5-b60ab2076d6f HTTP/1.1" 200 3170 0.005853 10.0.0.50 - - [2026-07-06 15:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.50 - - [2026-07-06 15:43:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009061 10.0.0.50 - - [2026-07-06 15:43:30] "GET /virtual-networks?parent_id=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005599 10.0.0.50 - - [2026-07-06 15:43:30] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006442 10.0.0.50 - - [2026-07-06 15:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.50 - - [2026-07-06 15:43:33] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.007343 10.0.0.50 - - [2026-07-06 15:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.50 - - [2026-07-06 15:43:37] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005836 10.0.0.50 - - [2026-07-06 15:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007385 10.0.0.50 - - [2026-07-06 15:43:41] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006904 10.0.0.50 - - [2026-07-06 15:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.50 - - [2026-07-06 15:43:46] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006520 10.0.0.33 - - [2026-07-06 15:43:49] "GET /obj-perms HTTP/1.1" 200 4493 0.046036 10.0.0.50 - - [2026-07-06 15:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.50 - - [2026-07-06 15:43:50] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.007311 10.0.0.50 - - [2026-07-06 15:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.50 - - [2026-07-06 15:43:54] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006633 10.0.0.50 - - [2026-07-06 15:43:56] "POST /neutron/port HTTP/1.1" 200 1237 0.021306 10.0.0.50 - - [2026-07-06 15:43:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004567 10.0.0.50 - - [2026-07-06 15:43:56] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.50 - - [2026-07-06 15:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.50 - - [2026-07-06 15:43:58] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.008960 10.0.0.50 - - [2026-07-06 15:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.50 - - [2026-07-06 15:44:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005211 10.0.0.50 - - [2026-07-06 15:44:00] "GET /virtual-networks?parent_id=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004336 10.0.0.50 - - [2026-07-06 15:44:00] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006851 10.0.0.50 - - [2026-07-06 15:44:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010107 10.0.0.50 - - [2026-07-06 15:44:05] "POST /neutron/port HTTP/1.1" 200 1237 0.026091 10.0.0.50 - - [2026-07-06 15:44:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008406 10.0.0.50 - - [2026-07-06 15:44:16] "POST /neutron/port HTTP/1.1" 200 1237 0.036942 10.0.0.50 - - [2026-07-06 15:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.50 - - [2026-07-06 15:44:16] "GET /network-policy/b16a9f82-e513-437d-b1b1-9d6abcc6b7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008717 10.0.0.50 - - [2026-07-06 15:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.50 - - [2026-07-06 15:44:16] "GET /network-policy/ba10879e-77c4-4730-aa78-3a531c4f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005467 10.0.0.50 - - [2026-07-06 15:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009846 10.0.0.50 - - [2026-07-06 15:44:16] "GET /network-policy/65fe9d1f-29c4-4ab7-911e-06d769bb184c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006937 10.0.0.50 - - [2026-07-06 15:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.50 - - [2026-07-06 15:44:16] "GET /network-policy/53d6e17e-afd3-4780-a5e7-4d91e2b21087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005200 10.0.0.50 - - [2026-07-06 15:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.50 - - [2026-07-06 15:44:16] "GET /network-policy/2d459d65-0262-4643-964a-7a0ccfd69454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005638 10.0.0.50 - - [2026-07-06 15:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.50 - - [2026-07-06 15:44:17] "GET /network-policy/02d98ae7-da07-4b17-bccd-9e5e3632a486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005421 10.0.0.50 - - [2026-07-06 15:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.50 - - [2026-07-06 15:44:17] "GET /network-policy/88f20d9f-49cf-4fa8-be9f-49049e0b0b83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005567 10.0.0.50 - - [2026-07-06 15:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.50 - - [2026-07-06 15:44:17] "GET /network-policy/7020174e-6c42-4b3e-b3db-6824aeee7351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004730 10.0.0.50 - - [2026-07-06 15:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.50 - - [2026-07-06 15:44:17] "GET /network-policy/e155ec84-f5e5-4b2b-be32-6a85de99c03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005620 10.0.0.50 - - [2026-07-06 15:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.50 - - [2026-07-06 15:44:17] "GET /network-policy/543d7e22-258b-4f10-89b4-8fe1b5908dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006178 10.0.0.50 - - [2026-07-06 15:44:17] "POST /neutron/network HTTP/1.1" 200 1439 0.182503 10.0.0.50 - - [2026-07-06 15:44:17] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.020774 10.0.0.50 - - [2026-07-06 15:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.50 - - [2026-07-06 15:44:17] "GET /network-policy/b16a9f82-e513-437d-b1b1-9d6abcc6b7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005677 10.0.0.242 - - [2026-07-06 15:44:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.052180 10.0.0.50 - - [2026-07-06 15:44:23] "POST /neutron/network HTTP/1.1" 200 1439 0.116457 10.0.0.50 - - [2026-07-06 15:44:23] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006207 10.0.0.50 - - [2026-07-06 15:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.50 - - [2026-07-06 15:44:23] "GET /network-policy/ba10879e-77c4-4730-aa78-3a531c4f9278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004679 10.0.0.50 - - [2026-07-06 15:44:28] "POST /neutron/network HTTP/1.1" 200 1439 0.105674 10.0.0.242 - - [2026-07-06 15:44:28] "PUT /access-control-list/0a343c86-d571-4ec4-b2a3-51de56b9b4fb HTTP/1.1" 200 272 0.065040 10.0.0.50 - - [2026-07-06 15:44:28] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006816 10.0.0.50 - - [2026-07-06 15:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005980 10.0.0.50 - - [2026-07-06 15:44:28] "GET /network-policy/65fe9d1f-29c4-4ab7-911e-06d769bb184c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005535 10.0.0.50 - - [2026-07-06 15:44:33] "POST /neutron/network HTTP/1.1" 200 1439 0.097308 10.0.0.50 - - [2026-07-06 15:44:33] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005659 10.0.0.50 - - [2026-07-06 15:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.50 - - [2026-07-06 15:44:33] "GET /network-policy/53d6e17e-afd3-4780-a5e7-4d91e2b21087?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004593 10.0.0.242 - - [2026-07-06 15:44:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.008270 10.0.0.50 - - [2026-07-06 15:44:38] "POST /neutron/network HTTP/1.1" 200 1439 0.116413 10.0.0.50 - - [2026-07-06 15:44:38] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006604 10.0.0.50 - - [2026-07-06 15:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.50 - - [2026-07-06 15:44:38] "GET /network-policy/2d459d65-0262-4643-964a-7a0ccfd69454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004947 10.0.0.242 - - [2026-07-06 15:44:44] "PUT /access-control-list/0a343c86-d571-4ec4-b2a3-51de56b9b4fb HTTP/1.1" 200 272 0.030832 10.0.0.50 - - [2026-07-06 15:44:44] "POST /neutron/network HTTP/1.1" 200 1439 0.172887 10.0.0.50 - - [2026-07-06 15:44:44] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007466 10.0.0.50 - - [2026-07-06 15:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.50 - - [2026-07-06 15:44:44] "GET /network-policy/02d98ae7-da07-4b17-bccd-9e5e3632a486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005689 10.0.0.50 - - [2026-07-06 15:44:49] "POST /neutron/network HTTP/1.1" 200 1439 0.139313 10.0.0.50 - - [2026-07-06 15:44:49] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007800 10.0.0.50 - - [2026-07-06 15:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.50 - - [2026-07-06 15:44:49] "GET /network-policy/88f20d9f-49cf-4fa8-be9f-49049e0b0b83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005304 10.0.0.242 - - [2026-07-06 15:44:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004134 10.0.0.50 - - [2026-07-06 15:44:54] "POST /neutron/network HTTP/1.1" 200 1439 0.093491 10.0.0.50 - - [2026-07-06 15:44:54] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.008752 10.0.0.50 - - [2026-07-06 15:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.50 - - [2026-07-06 15:44:54] "GET /network-policy/7020174e-6c42-4b3e-b3db-6824aeee7351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005728 10.0.0.50 - - [2026-07-06 15:44:57] "POST /neutron/port HTTP/1.1" 200 1237 0.033798 10.0.0.50 - - [2026-07-06 15:44:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004315 10.0.0.50 - - [2026-07-06 15:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.50 - - [2026-07-06 15:45:00] "POST /neutron/network HTTP/1.1" 200 1439 0.120093 10.0.0.242 - - [2026-07-06 15:45:00] "PUT /access-control-list/0a343c86-d571-4ec4-b2a3-51de56b9b4fb HTTP/1.1" 200 272 0.068910 10.0.0.50 - - [2026-07-06 15:45:00] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.013288 10.0.0.50 - - [2026-07-06 15:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.50 - - [2026-07-06 15:45:00] "GET /network-policy/e155ec84-f5e5-4b2b-be32-6a85de99c03f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004770 10.0.0.50 - - [2026-07-06 15:45:05] "POST /neutron/network HTTP/1.1" 200 1439 0.109375 10.0.0.50 - - [2026-07-06 15:45:05] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006640 10.0.0.50 - - [2026-07-06 15:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.50 - - [2026-07-06 15:45:05] "GET /network-policy/543d7e22-258b-4f10-89b4-8fe1b5908dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005699 10.0.0.50 - - [2026-07-06 15:45:10] "GET /virtual-machine/a738b539-6153-47c8-8311-484b11adb5c1 HTTP/1.1" 200 1304 0.004159 10.0.0.50 - - [2026-07-06 15:45:12] "GET /virtual-machine/a738b539-6153-47c8-8311-484b11adb5c1 HTTP/1.1" 200 1304 0.004972 10.0.0.50 - - [2026-07-06 15:45:12] "POST /neutron/port HTTP/1.1" 200 1227 0.017731 10.0.0.50 - - [2026-07-06 15:45:14] "GET /virtual-machine/a738b539-6153-47c8-8311-484b11adb5c1 HTTP/1.1" 404 171 0.003759 10.0.0.50 - - [2026-07-06 15:45:14] "GET /virtual-machine/a738b539-6153-47c8-8311-484b11adb5c1 HTTP/1.1" 404 171 0.005895 10.0.0.50 - - [2026-07-06 15:45:14] "GET /virtual-machine/a738b539-6153-47c8-8311-484b11adb5c1 HTTP/1.1" 404 171 0.005230 10.0.0.50 - - [2026-07-06 15:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.50 - - [2026-07-06 15:45:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.014492 10.0.0.50 - - [2026-07-06 15:45:14] "GET /virtual-networks?parent_id=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003432 10.0.0.50 - - [2026-07-06 15:45:14] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007642 10.0.0.50 - - [2026-07-06 15:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.50 - - [2026-07-06 15:45:14] "GET /routing-instance/67d067ce-821d-4d72-91a0-db4efbea3297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005228 10.0.0.50 - - [2026-07-06 15:45:15] "GET /route-target/cd96aa95-dfb0-4253-88e6-d3b1917cd3b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004226 10.0.0.242 - - [2026-07-06 15:45:15] "GET /obj-perms HTTP/1.1" 200 4456 0.039003 10.0.0.50 - - [2026-07-06 15:45:15] "GET /obj-perms HTTP/1.1" 200 4456 0.003914 10.0.0.50 - - [2026-07-06 15:45:15] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005862 10.0.0.242 - - [2026-07-06 15:45:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.016664 10.0.0.50 - - [2026-07-06 15:45:15] "POST /neutron/network HTTP/1.1" 200 1336 0.135898 10.0.0.50 - - [2026-07-06 15:45:15] "GET /virtual-network/b65cfe4d-d3e5-4f5f-8f3f-4566524d9782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006392 10.0.0.50 - - [2026-07-06 15:45:15] "DELETE /network-policy/543d7e22-258b-4f10-89b4-8fe1b5908dbf HTTP/1.1" 200 115 0.047305 10.0.0.50 - - [2026-07-06 15:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.33 - - [2026-07-06 15:45:15] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.029585 10.0.0.50 - - [2026-07-06 15:45:15] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.094408 10.0.0.50 - - [2026-07-06 15:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.012753 10.0.0.50 - - [2026-07-06 15:45:16] "DELETE /network-policy/e155ec84-f5e5-4b2b-be32-6a85de99c03f HTTP/1.1" 200 115 0.044969 10.0.0.50 - - [2026-07-06 15:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.33 - - [2026-07-06 15:45:16] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003202 10.0.0.50 - - [2026-07-06 15:45:16] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058606 10.0.0.50 - - [2026-07-06 15:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.011448 10.0.0.50 - - [2026-07-06 15:45:16] "DELETE /network-policy/7020174e-6c42-4b3e-b3db-6824aeee7351 HTTP/1.1" 200 115 0.094734 10.0.0.50 - - [2026-07-06 15:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011322 10.0.0.33 - - [2026-07-06 15:45:16] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.50 - - [2026-07-06 15:45:16] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.081167 10.0.0.50 - - [2026-07-06 15:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.012005 10.0.0.50 - - [2026-07-06 15:45:16] "DELETE /network-policy/88f20d9f-49cf-4fa8-be9f-49049e0b0b83 HTTP/1.1" 200 115 0.059707 10.0.0.50 - - [2026-07-06 15:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.33 - - [2026-07-06 15:45:16] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001495 10.0.0.50 - - [2026-07-06 15:45:16] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053540 10.0.0.50 - - [2026-07-06 15:45:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.009635 10.0.0.50 - - [2026-07-06 15:45:16] "DELETE /network-policy/02d98ae7-da07-4b17-bccd-9e5e3632a486 HTTP/1.1" 200 115 0.056224 10.0.0.50 - - [2026-07-06 15:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007431 10.0.0.33 - - [2026-07-06 15:45:16] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001460 10.0.0.50 - - [2026-07-06 15:45:16] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048274 10.0.0.50 - - [2026-07-06 15:45:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006451 10.0.0.50 - - [2026-07-06 15:45:17] "DELETE /network-policy/2d459d65-0262-4643-964a-7a0ccfd69454 HTTP/1.1" 200 115 0.064012 10.0.0.50 - - [2026-07-06 15:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.33 - - [2026-07-06 15:45:17] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.50 - - [2026-07-06 15:45:17] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056517 10.0.0.50 - - [2026-07-06 15:45:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005658 10.0.0.50 - - [2026-07-06 15:45:17] "DELETE /network-policy/53d6e17e-afd3-4780-a5e7-4d91e2b21087 HTTP/1.1" 200 115 0.057457 10.0.0.50 - - [2026-07-06 15:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.33 - - [2026-07-06 15:45:17] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.50 - - [2026-07-06 15:45:17] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048972 10.0.0.50 - - [2026-07-06 15:45:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.007271 10.0.0.50 - - [2026-07-06 15:45:17] "DELETE /network-policy/65fe9d1f-29c4-4ab7-911e-06d769bb184c HTTP/1.1" 200 115 0.050367 10.0.0.50 - - [2026-07-06 15:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.33 - - [2026-07-06 15:45:17] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001252 10.0.0.50 - - [2026-07-06 15:45:17] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042959 10.0.0.50 - - [2026-07-06 15:45:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006807 10.0.0.50 - - [2026-07-06 15:45:17] "DELETE /network-policy/ba10879e-77c4-4730-aa78-3a531c4f9278 HTTP/1.1" 200 115 0.051826 10.0.0.50 - - [2026-07-06 15:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.33 - - [2026-07-06 15:45:17] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.50 - - [2026-07-06 15:45:17] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047140 10.0.0.50 - - [2026-07-06 15:45:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006090 10.0.0.50 - - [2026-07-06 15:45:18] "DELETE /network-policy/b16a9f82-e513-437d-b1b1-9d6abcc6b7cb HTTP/1.1" 200 115 0.046402 10.0.0.50 - - [2026-07-06 15:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.33 - - [2026-07-06 15:45:18] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.50 - - [2026-07-06 15:45:18] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050421 10.0.0.50 - - [2026-07-06 15:45:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-91812080&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006337 10.0.0.33 - - [2026-07-06 15:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003905 10.0.0.242 - - [2026-07-06 15:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007625 10.0.0.33 - - [2026-07-06 15:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.011443 10.0.0.33 - - [2026-07-06 15:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003511 10.0.0.33 - - [2026-07-06 15:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002403 10.0.0.33 - - [2026-07-06 15:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002033 10.0.0.33 - - [2026-07-06 15:45:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.50 - - [2026-07-06 15:45:18] "POST /neutron/network HTTP/1.1" 200 151 0.178209 10.0.0.50 - - [2026-07-06 15:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.50 - - [2026-07-06 15:45:18] "DELETE /network-ipam/f8ecb08b-0251-4c55-9aba-73963b2bbcc0 HTTP/1.1" 200 115 0.038160 10.0.0.50 - - [2026-07-06 15:45:18] "POST /fqname-to-id HTTP/1.1" 404 260 0.003831 10.0.0.33 - - [2026-07-06 15:45:18] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.33 - - [2026-07-06 15:45:18] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.043463 10.0.0.33 - - [2026-07-06 15:45:18] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002058 10.0.0.33 - - [2026-07-06 15:45:18] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?fields=security_groups HTTP/1.1" 200 1399 0.043496 10.0.0.33 - - [2026-07-06 15:45:19] "DELETE /security-group/21761347-51d1-4ec8-bf90-6161e9426f74 HTTP/1.1" 200 115 0.055828 10.0.0.33 - - [2026-07-06 15:45:19] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.33 - - [2026-07-06 15:45:19] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?fields=application_policy_sets HTTP/1.1" 200 1438 0.066776 10.0.0.242 - - [2026-07-06 15:45:19] "DELETE /access-control-list/18d53c69-5459-4890-bc21-ae417ff983fe HTTP/1.1" 200 115 0.057969 10.0.0.50 - - [2026-07-06 15:45:19] "DELETE /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b HTTP/1.1" 200 115 0.423592 10.0.0.33 - - [2026-07-06 15:45:19] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.50 - - [2026-07-06 15:45:19] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?fields=projects HTTP/1.1" 200 1438 0.009958 10.0.0.33 - - [2026-07-06 15:45:21] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005068 10.0.0.33 - - [2026-07-06 15:45:22] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.33 - - [2026-07-06 15:45:22] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.072934 10.0.0.33 - - [2026-07-06 15:45:22] "POST /id-to-fqname HTTP/1.1" 200 202 0.001357 10.0.0.33 - - [2026-07-06 15:45:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.007703 10.0.0.33 - - [2026-07-06 15:45:22] "POST /security-groups HTTP/1.1" 200 603 0.077845 10.0.0.33 - - [2026-07-06 15:45:22] "POST /projects HTTP/1.1" 200 609 0.289154 10.0.0.242 - - [2026-07-06 15:45:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.011624 10.0.0.33 - - [2026-07-06 15:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.356446 10.0.0.50 - - [2026-07-06 15:45:22] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.542225 10.0.0.33 - - [2026-07-06 15:45:22] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.50 - - [2026-07-06 15:45:22] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?fields=virtual_networks HTTP/1.1" 200 1056 0.051804 10.0.0.33 - - [2026-07-06 15:45:22] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.50 - - [2026-07-06 15:45:22] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.045333 10.0.0.33 - - [2026-07-06 15:45:22] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001671 10.0.0.50 - - [2026-07-06 15:45:22] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?fields=security_groups HTTP/1.1" 200 1294 0.050103 10.0.0.50 - - [2026-07-06 15:45:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.032760 10.0.0.33 - - [2026-07-06 15:45:23] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003370 10.0.0.33 - - [2026-07-06 15:45:23] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.33 - - [2026-07-06 15:45:23] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008480 10.0.0.33 - - [2026-07-06 15:45:23] "POST /id-to-fqname HTTP/1.1" 200 196 0.003801 10.0.0.33 - - [2026-07-06 15:45:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.003965 10.0.0.33 - - [2026-07-06 15:45:24] "POST /security-groups HTTP/1.1" 200 597 0.081707 10.0.0.33 - - [2026-07-06 15:45:24] "POST /projects HTTP/1.1" 200 597 0.302331 10.0.0.242 - - [2026-07-06 15:45:24] "POST /access-control-lists HTTP/1.1" 200 602 0.030993 10.0.0.33 - - [2026-07-06 15:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.373965 10.0.0.50 - - [2026-07-06 15:45:24] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.535115 10.0.0.50 - - [2026-07-06 15:45:25] "GET / HTTP/1.1" 200 35931 0.001709 10.0.0.50 - - [2026-07-06 15:45:27] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000638 10.0.0.33 - - [2026-07-06 15:45:27] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078 10.0.0.50 - - [2026-07-06 15:45:27] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.072305 10.0.0.50 - - [2026-07-06 15:45:28] "GET / HTTP/1.1" 200 35931 0.002096 10.0.0.50 - - [2026-07-06 15:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.33 - - [2026-07-06 15:45:28] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.50 - - [2026-07-06 15:45:28] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007790 10.0.0.50 - - [2026-07-06 15:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.33 - - [2026-07-06 15:45:28] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000952 10.0.0.50 - - [2026-07-06 15:45:28] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.062992 10.0.0.33 - - [2026-07-06 15:45:29] "DELETE /project/b3ca0cdd09464fe4a466f91d4c67761b HTTP/1.1" 404 173 0.007063 10.0.0.33 - - [2026-07-06 15:45:29] "DELETE /project/92763db9850a4c1285af489be03a2b40 HTTP/1.1" 404 173 0.004180 10.0.0.33 - - [2026-07-06 15:45:29] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000834 10.0.0.33 - - [2026-07-06 15:45:29] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.039496 10.0.0.33 - - [2026-07-06 15:45:29] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.33 - - [2026-07-06 15:45:29] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?fields=security_groups HTTP/1.1" 200 1399 0.059963 10.0.0.33 - - [2026-07-06 15:45:29] "DELETE /security-group/dfb7fa86-d046-4bc1-ab93-b045c3656a79 HTTP/1.1" 200 115 0.071252 10.0.0.33 - - [2026-07-06 15:45:29] "GET /projects?obj_uuids=b3ca0cdd-0946-4fe4-a466-f91d4c67761b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.242 - - [2026-07-06 15:45:29] "DELETE /access-control-list/9b6170b4-bfa6-4997-bc6e-e2fd5cb42971 HTTP/1.1" 200 115 0.060017 10.0.0.33 - - [2026-07-06 15:45:29] "GET /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b?fields=application_policy_sets HTTP/1.1" 200 1438 0.078590 10.0.0.33 - - [2026-07-06 15:45:29] "DELETE /project/b3ca0cdd-0946-4fe4-a466-f91d4c67761b HTTP/1.1" 200 115 0.454271 10.0.0.50 - - [2026-07-06 15:45:30] "GET /domains HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2026-07-06 15:45:30] "GET /domains HTTP/1.1" 200 280 0.023742 10.0.0.33 - - [2026-07-06 15:45:30] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.50 - - [2026-07-06 15:45:30] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d HTTP/1.1" 200 2773 0.009441 10.0.0.33 - - [2026-07-06 15:45:30] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001028 10.0.0.50 - - [2026-07-06 15:45:30] "GET /project/92763db9-850a-4c12-85af-489be03a2b40 HTTP/1.1" 200 1887 0.088964 10.0.0.50 - - [2026-07-06 15:45:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004286 10.0.0.50 - - [2026-07-06 15:45:30] "POST /network-ipams HTTP/1.1" 200 603 0.037263 10.0.0.50 - - [2026-07-06 15:45:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003341 10.0.0.50 - - [2026-07-06 15:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.50 - - [2026-07-06 15:45:30] "GET /network-ipam/bf89cafe-cb80-4c44-aa30-989b87581266?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006487 10.0.0.50 - - [2026-07-06 15:45:30] "PUT /network-ipam/bf89cafe-cb80-4c44-aa30-989b87581266 HTTP/1.1" 200 258 0.015427 10.0.0.50 - - [2026-07-06 15:45:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.50 - - [2026-07-06 15:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.035714 10.0.0.33 - - [2026-07-06 15:45:31] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001247 10.0.0.50 - - [2026-07-06 15:45:31] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.068720 10.0.0.242 - - [2026-07-06 15:45:31] "POST /ref-update HTTP/1.1" 200 156 0.026914 10.0.0.33 - - [2026-07-06 15:45:32] "POST /useragent-kv HTTP/1.1" 200 115 0.016513 10.0.0.50 - - [2026-07-06 15:45:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.306592 10.0.0.50 - - [2026-07-06 15:45:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.001447 10.0.0.50 - - [2026-07-06 15:45:32] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.008153 10.0.0.50 - - [2026-07-06 15:45:32] "POST /neutron/network HTTP/1.1" 200 1074 0.009842 10.0.0.50 - - [2026-07-06 15:45:32] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.005789 10.0.0.50 - - [2026-07-06 15:45:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.010080 10.0.0.50 - - [2026-07-06 15:45:33] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.007354 10.0.0.33 - - [2026-07-06 15:45:34] "GET /obj-perms HTTP/1.1" 200 4450 0.053079 10.0.0.50 - - [2026-07-06 15:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.33 - - [2026-07-06 15:45:34] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.50 - - [2026-07-06 15:45:34] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054792 10.0.0.33 - - [2026-07-06 15:45:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005415 10.0.0.50 - - [2026-07-06 15:45:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.204474 10.0.0.50 - - [2026-07-06 15:45:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001366 10.0.0.50 - - [2026-07-06 15:45:35] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.009693 10.0.0.50 - - [2026-07-06 15:45:35] "POST /neutron/network HTTP/1.1" 200 1074 0.009787 10.0.0.50 - - [2026-07-06 15:45:35] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005783 10.0.0.50 - - [2026-07-06 15:45:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.013493 10.0.0.50 - - [2026-07-06 15:45:35] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005763 10.0.0.50 - - [2026-07-06 15:45:35] "GET /obj-perms HTTP/1.1" 200 4450 0.054164 10.0.0.242 - - [2026-07-06 15:45:35] "GET /obj-perms HTTP/1.1" 200 4450 0.047626 10.0.0.50 - - [2026-07-06 15:45:35] "POST /fqname-to-id HTTP/1.1" 404 205 0.004888 10.0.0.50 - - [2026-07-06 15:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005115 10.0.0.33 - - [2026-07-06 15:45:36] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001898 10.0.0.50 - - [2026-07-06 15:45:36] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047608 10.0.0.50 - - [2026-07-06 15:45:36] "POST /network-policys HTTP/1.1" 200 527 0.081821 10.0.0.50 - - [2026-07-06 15:45:36] "GET /network-policy/3dda5a94-b192-4519-a825-542d0a804bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007392 10.0.0.50 - - [2026-07-06 15:45:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.003377 10.0.0.50 - - [2026-07-06 15:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.33 - - [2026-07-06 15:45:36] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001197 10.0.0.50 - - [2026-07-06 15:45:36] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043844 10.0.0.50 - - [2026-07-06 15:45:36] "POST /network-policys HTTP/1.1" 200 527 0.033847 10.0.0.50 - - [2026-07-06 15:45:36] "GET /network-policy/189a44f7-cf3f-49ec-876e-341d8c88adb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007885 10.0.0.50 - - [2026-07-06 15:45:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.004073 10.0.0.50 - - [2026-07-06 15:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.33 - - [2026-07-06 15:45:36] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000989 10.0.0.50 - - [2026-07-06 15:45:36] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047230 10.0.0.50 - - [2026-07-06 15:45:37] "POST /network-policys HTTP/1.1" 200 527 0.039164 10.0.0.50 - - [2026-07-06 15:45:37] "GET /network-policy/a437858f-804f-4d8e-aa89-e1898d4db022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006728 10.0.0.50 - - [2026-07-06 15:45:37] "POST /fqname-to-id HTTP/1.1" 404 205 0.003633 10.0.0.50 - - [2026-07-06 15:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.33 - - [2026-07-06 15:45:37] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001208 10.0.0.50 - - [2026-07-06 15:45:37] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.042035 10.0.0.50 - - [2026-07-06 15:45:37] "POST /network-policys HTTP/1.1" 200 527 0.032811 10.0.0.50 - - [2026-07-06 15:45:37] "GET /network-policy/edbdfde8-9474-41d9-8fe3-78e28547dbbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006628 10.0.0.50 - - [2026-07-06 15:45:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.003449 10.0.0.50 - - [2026-07-06 15:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.33 - - [2026-07-06 15:45:37] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001119 10.0.0.50 - - [2026-07-06 15:45:37] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041690 10.0.0.50 - - [2026-07-06 15:45:37] "POST /network-policys HTTP/1.1" 200 531 0.032604 10.0.0.50 - - [2026-07-06 15:45:37] "GET /network-policy/54486603-5619-4b97-9eeb-7bbd5c61ba16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006638 10.0.0.50 - - [2026-07-06 15:45:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003861 10.0.0.50 - - [2026-07-06 15:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.33 - - [2026-07-06 15:45:37] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001394 10.0.0.50 - - [2026-07-06 15:45:38] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.052410 10.0.0.50 - - [2026-07-06 15:45:38] "POST /network-policys HTTP/1.1" 200 529 0.052469 10.0.0.50 - - [2026-07-06 15:45:38] "GET /network-policy/7b5d3794-d313-4921-86bf-29d7af5be355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006319 10.0.0.50 - - [2026-07-06 15:45:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.004253 10.0.0.50 - - [2026-07-06 15:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.33 - - [2026-07-06 15:45:38] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001440 10.0.0.50 - - [2026-07-06 15:45:38] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043517 10.0.0.50 - - [2026-07-06 15:45:38] "POST /network-policys HTTP/1.1" 200 529 0.074425 10.0.0.50 - - [2026-07-06 15:45:38] "GET /network-policy/30f04f92-95b8-4e80-a65f-a87e6b23720b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007788 10.0.0.50 - - [2026-07-06 15:45:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.003768 10.0.0.50 - - [2026-07-06 15:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.33 - - [2026-07-06 15:45:38] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001174 10.0.0.50 - - [2026-07-06 15:45:38] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.055331 10.0.0.50 - - [2026-07-06 15:45:38] "POST /network-policys HTTP/1.1" 200 529 0.039408 10.0.0.50 - - [2026-07-06 15:45:39] "GET /network-policy/61dea0cc-0c08-4cc7-b026-dba4b9786abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007506 10.0.0.50 - - [2026-07-06 15:45:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.003147 10.0.0.50 - - [2026-07-06 15:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.33 - - [2026-07-06 15:45:39] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.50 - - [2026-07-06 15:45:39] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043293 10.0.0.50 - - [2026-07-06 15:45:39] "POST /network-policys HTTP/1.1" 200 529 0.032119 10.0.0.50 - - [2026-07-06 15:45:39] "GET /network-policy/04f85cde-fa94-42e5-a4d4-ae4ee60aa364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.008629 10.0.0.50 - - [2026-07-06 15:45:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003335 10.0.0.50 - - [2026-07-06 15:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.33 - - [2026-07-06 15:45:39] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001488 10.0.0.50 - - [2026-07-06 15:45:39] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048362 10.0.0.50 - - [2026-07-06 15:45:39] "POST /network-policys HTTP/1.1" 200 533 0.031688 10.0.0.50 - - [2026-07-06 15:45:39] "GET /network-policy/adb5c037-798e-4e56-9535-b1ae4e8b8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.005703 10.0.0.242 - - [2026-07-06 15:45:40] "POST /fqname-to-id HTTP/1.1" 404 246 0.004881 10.0.0.50 - - [2026-07-06 15:45:40] "POST /neutron/network HTTP/1.1" 200 1157 0.013911 10.0.0.50 - - [2026-07-06 15:45:40] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006534 10.0.0.50 - - [2026-07-06 15:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.50 - - [2026-07-06 15:45:40] "GET /network-policy/3dda5a94-b192-4519-a825-542d0a804bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.008217 10.0.0.242 - - [2026-07-06 15:45:40] "POST /access-control-lists HTTP/1.1" 200 603 0.053879 10.0.0.50 - - [2026-07-06 15:45:40] "POST /neutron/network HTTP/1.1" 200 1159 0.024805 10.0.0.50 - - [2026-07-06 15:45:40] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006602 10.0.0.50 - - [2026-07-06 15:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.50 - - [2026-07-06 15:45:40] "GET /network-policy/54486603-5619-4b97-9eeb-7bbd5c61ba16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004804 10.0.0.50 - - [2026-07-06 15:45:40] "POST /id-to-fqname HTTP/1.1" 200 229 0.001265 10.0.0.33 - - [2026-07-06 15:45:41] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001117 10.0.0.50 - - [2026-07-06 15:45:41] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.095298 10.0.0.50 - - [2026-07-06 15:45:41] "POST /neutron/port HTTP/1.1" 200 117 0.010745 10.0.0.50 - - [2026-07-06 15:45:41] "POST /id-to-fqname HTTP/1.1" 200 229 0.001447 10.0.0.50 - - [2026-07-06 15:45:41] "POST /neutron/network HTTP/1.1" 200 1169 0.008057 10.0.0.50 - - [2026-07-06 15:45:41] "POST /neutron/port HTTP/1.1" 200 117 0.009532 10.0.0.33 - - [2026-07-06 15:45:45] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001338 10.0.0.50 - - [2026-07-06 15:45:45] "POST /neutron/port HTTP/1.1" 200 1061 0.321896 10.0.0.50 - - [2026-07-06 15:45:45] "POST /neutron/network HTTP/1.1" 200 1169 0.008009 10.0.0.50 - - [2026-07-06 15:45:46] "POST /neutron/port HTTP/1.1" 200 1061 0.037754 10.0.0.50 - - [2026-07-06 15:45:46] "POST /neutron/port HTTP/1.1" 200 1125 0.021179 10.0.0.50 - - [2026-07-06 15:45:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007676 10.0.0.50 - - [2026-07-06 15:45:47] "POST /neutron/network HTTP/1.1" 200 1157 0.012616 10.0.0.50 - - [2026-07-06 15:45:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.012616 10.0.0.50 - - [2026-07-06 15:45:51] "POST /neutron/port HTTP/1.1" 200 1125 0.020125 10.0.0.50 - - [2026-07-06 15:45:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009768 10.0.0.50 - - [2026-07-06 15:45:52] "GET /virtual-machine/bf84f0eb-927e-40d8-8909-4404aa63c60a HTTP/1.1" 401 292 0.000664 10.0.0.50 - - [2026-07-06 15:45:52] "GET /virtual-machine/bf84f0eb-927e-40d8-8909-4404aa63c60a HTTP/1.1" 200 1298 0.025491 10.0.0.50 - - [2026-07-06 15:45:52] "GET /virtual-machine-interface/bdfc5374-ebcd-4bb3-9107-aea4ee435978 HTTP/1.1" 200 2952 0.005647 10.0.0.50 - - [2026-07-06 15:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.50 - - [2026-07-06 15:45:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004340 10.0.0.50 - - [2026-07-06 15:45:52] "GET /virtual-networks?parent_id=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003392 10.0.0.50 - - [2026-07-06 15:45:52] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.009652 10.0.0.50 - - [2026-07-06 15:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.50 - - [2026-07-06 15:45:55] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005283 10.0.0.50 - - [2026-07-06 15:45:56] "POST /neutron/port HTTP/1.1" 200 1125 0.021856 10.0.0.50 - - [2026-07-06 15:45:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004551 10.0.0.50 - - [2026-07-06 15:45:57] "POST /neutron/network HTTP/1.1" 200 1157 0.016662 10.0.0.50 - - [2026-07-06 15:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.50 - - [2026-07-06 15:45:59] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005780 10.0.0.50 - - [2026-07-06 15:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007966 10.0.0.50 - - [2026-07-06 15:46:03] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005316 10.0.0.50 - - [2026-07-06 15:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.50 - - [2026-07-06 15:46:08] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006431 10.0.0.50 - - [2026-07-06 15:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.50 - - [2026-07-06 15:46:12] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006806 10.0.0.50 - - [2026-07-06 15:46:12] "POST /neutron/network HTTP/1.1" 200 1169 0.016012 10.0.0.50 - - [2026-07-06 15:46:12] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.50 - - [2026-07-06 15:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.50 - - [2026-07-06 15:46:16] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007653 10.0.0.50 - - [2026-07-06 15:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.50 - - [2026-07-06 15:46:20] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005751 10.0.0.50 - - [2026-07-06 15:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.50 - - [2026-07-06 15:46:24] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006017 10.0.0.50 - - [2026-07-06 15:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.50 - - [2026-07-06 15:46:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004821 10.0.0.50 - - [2026-07-06 15:46:26] "GET /virtual-networks?parent_id=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003508 10.0.0.50 - - [2026-07-06 15:46:26] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006288 10.0.0.50 - - [2026-07-06 15:46:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007769 10.0.0.50 - - [2026-07-06 15:46:30] "POST /neutron/port HTTP/1.1" 200 1125 0.037508 10.0.0.50 - - [2026-07-06 15:46:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007643 10.0.0.50 - - [2026-07-06 15:46:42] "POST /neutron/port HTTP/1.1" 200 1125 0.021155 10.0.0.50 - - [2026-07-06 15:46:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007588 10.0.0.50 - - [2026-07-06 15:46:42] "GET /virtual-machine/3aadb6a6-7739-42f2-bc69-c76fc8602ec8 HTTP/1.1" 200 1298 0.006479 10.0.0.50 - - [2026-07-06 15:46:42] "GET /virtual-machine-interface/8c477834-9ab8-4100-bbc8-3176c7490df1 HTTP/1.1" 200 2952 0.006614 10.0.0.50 - - [2026-07-06 15:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.50 - - [2026-07-06 15:46:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003660 10.0.0.50 - - [2026-07-06 15:46:42] "GET /virtual-networks?parent_id=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003575 10.0.0.50 - - [2026-07-06 15:46:42] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006231 10.0.0.50 - - [2026-07-06 15:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.50 - - [2026-07-06 15:46:43] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003818 10.0.0.50 - - [2026-07-06 15:46:43] "GET /virtual-networks?parent_id=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003094 10.0.0.50 - - [2026-07-06 15:46:43] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006320 10.0.0.50 - - [2026-07-06 15:46:43] "POST /neutron/port HTTP/1.1" 200 2098 0.021587 10.0.0.50 - - [2026-07-06 15:46:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007721 10.0.0.50 - - [2026-07-06 15:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.50 - - [2026-07-06 15:46:44] "GET /network-policy/54486603-5619-4b97-9eeb-7bbd5c61ba16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004025 10.0.0.50 - - [2026-07-06 15:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.50 - - [2026-07-06 15:46:44] "GET /network-policy/3dda5a94-b192-4519-a825-542d0a804bca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004157 10.0.0.50 - - [2026-07-06 15:46:44] "POST /neutron/network HTTP/1.1" 200 1157 0.010196 10.0.0.50 - - [2026-07-06 15:46:44] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008120 10.0.0.50 - - [2026-07-06 15:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.50 - - [2026-07-06 15:46:44] "GET /network-policy/189a44f7-cf3f-49ec-876e-341d8c88adb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004930 10.0.0.50 - - [2026-07-06 15:46:58] "POST /neutron/port HTTP/1.1" 200 1125 0.024996 10.0.0.50 - - [2026-07-06 15:46:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004263 10.0.0.50 - - [2026-07-06 15:46:59] "POST /neutron/network HTTP/1.1" 200 1157 0.009718 10.0.0.50 - - [2026-07-06 15:47:12] "POST /neutron/network HTTP/1.1" 200 1169 0.008097 10.0.0.50 - - [2026-07-06 15:47:12] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.242 - - [2026-07-06 15:47:39] "PUT /access-control-list/888b4df9-0338-4caa-8921-3c8e2aa8b401 HTTP/1.1" 200 272 0.017663 10.0.0.50 - - [2026-07-06 15:47:39] "POST /neutron/network HTTP/1.1" 200 1160 0.085127 10.0.0.50 - - [2026-07-06 15:47:39] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007919 10.0.0.50 - - [2026-07-06 15:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009092 10.0.0.50 - - [2026-07-06 15:47:39] "GET /network-policy/adb5c037-798e-4e56-9535-b1ae4e8b8a1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.003800 10.0.0.50 - - [2026-07-06 15:47:48] "POST /neutron/network HTTP/1.1" 200 1157 0.109320 10.0.0.242 - - [2026-07-06 15:47:48] "POST /ref-update HTTP/1.1" 200 156 0.037997 10.0.0.50 - - [2026-07-06 15:47:48] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007068 10.0.0.50 - - [2026-07-06 15:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007208 10.0.0.50 - - [2026-07-06 15:47:48] "GET /network-policy/a437858f-804f-4d8e-aa89-e1898d4db022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005445 10.0.0.33 - - [2026-07-06 15:47:52] "GET /obj-perms HTTP/1.1" 200 4493 0.042167 10.0.0.50 - - [2026-07-06 15:47:56] "POST /neutron/network HTTP/1.1" 200 1157 0.086741 10.0.0.50 - - [2026-07-06 15:47:56] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.013716 10.0.0.50 - - [2026-07-06 15:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005132 10.0.0.50 - - [2026-07-06 15:47:56] "GET /network-policy/edbdfde8-9474-41d9-8fe3-78e28547dbbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005584 10.0.0.50 - - [2026-07-06 15:48:01] "POST /neutron/port HTTP/1.1" 200 1125 0.020962 10.0.0.50 - - [2026-07-06 15:48:01] "POST /neutron/subnet HTTP/1.1" 200 675 0.015942 10.0.0.50 - - [2026-07-06 15:48:04] "POST /neutron/network HTTP/1.1" 200 1157 0.011202 10.0.0.242 - - [2026-07-06 15:48:04] "POST /ref-update HTTP/1.1" 200 156 0.063972 10.0.0.50 - - [2026-07-06 15:48:04] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.022300 10.0.0.50 - - [2026-07-06 15:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007428 10.0.0.50 - - [2026-07-06 15:48:04] "GET /network-policy/7b5d3794-d313-4921-86bf-29d7af5be355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004350 10.0.0.50 - - [2026-07-06 15:48:11] "POST /neutron/port HTTP/1.1" 200 1125 0.021746 10.0.0.50 - - [2026-07-06 15:48:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004535 10.0.0.50 - - [2026-07-06 15:48:12] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.50 - - [2026-07-06 15:48:13] "POST /neutron/network HTTP/1.1" 200 1158 0.028204 10.0.0.50 - - [2026-07-06 15:48:13] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006994 10.0.0.50 - - [2026-07-06 15:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.50 - - [2026-07-06 15:48:13] "GET /network-policy/30f04f92-95b8-4e80-a65f-a87e6b23720b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004497 10.0.0.242 - - [2026-07-06 15:48:20] "PUT /access-control-list/888b4df9-0338-4caa-8921-3c8e2aa8b401 HTTP/1.1" 200 272 0.034873 10.0.0.50 - - [2026-07-06 15:48:20] "POST /neutron/network HTTP/1.1" 200 1158 0.016151 10.0.0.50 - - [2026-07-06 15:48:20] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009182 10.0.0.50 - - [2026-07-06 15:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.50 - - [2026-07-06 15:48:20] "GET /network-policy/61dea0cc-0c08-4cc7-b026-dba4b9786abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004744 10.0.0.242 - - [2026-07-06 15:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.242 - - [2026-07-06 15:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.33 - - [2026-07-06 15:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2026-07-06 15:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.33 - - [2026-07-06 15:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.33 - - [2026-07-06 15:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.242 - - [2026-07-06 15:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.50 - - [2026-07-06 15:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.242 - - [2026-07-06 15:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.50 - - [2026-07-06 15:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.001499 10.0.0.50 - - [2026-07-06 15:48:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.50 - - [2026-07-06 15:48:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.50 - - [2026-07-06 15:48:29] "POST /neutron/network HTTP/1.1" 200 1158 0.019244 10.0.0.50 - - [2026-07-06 15:48:29] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007282 10.0.0.50 - - [2026-07-06 15:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005598 10.0.0.50 - - [2026-07-06 15:48:29] "GET /network-policy/04f85cde-fa94-42e5-a4d4-ae4ee60aa364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004379 10.0.0.50 - - [2026-07-06 15:48:36] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006595 10.0.0.50 - - [2026-07-06 15:48:36] "POST /neutron/network HTTP/1.1" 200 1074 0.031150 10.0.0.50 - - [2026-07-06 15:48:36] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.008303 10.0.0.242 - - [2026-07-06 15:48:36] "POST /ref-update HTTP/1.1" 200 156 0.039565 10.0.0.50 - - [2026-07-06 15:48:36] "GET /virtual-machine/3aadb6a6-7739-42f2-bc69-c76fc8602ec8 HTTP/1.1" 200 1298 0.004455 10.0.0.50 - - [2026-07-06 15:48:38] "GET /virtual-machine/3aadb6a6-7739-42f2-bc69-c76fc8602ec8 HTTP/1.1" 200 1298 0.004963 10.0.0.50 - - [2026-07-06 15:48:38] "POST /neutron/port HTTP/1.1" 200 151 0.186003 10.0.0.50 - - [2026-07-06 15:48:40] "GET /virtual-machine/3aadb6a6-7739-42f2-bc69-c76fc8602ec8 HTTP/1.1" 404 171 0.004048 10.0.0.50 - - [2026-07-06 15:48:40] "GET /virtual-machine/3aadb6a6-7739-42f2-bc69-c76fc8602ec8 HTTP/1.1" 404 171 0.003276 10.0.0.50 - - [2026-07-06 15:48:40] "GET /virtual-machine/3aadb6a6-7739-42f2-bc69-c76fc8602ec8 HTTP/1.1" 404 171 0.004169 10.0.0.50 - - [2026-07-06 15:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.50 - - [2026-07-06 15:48:41] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004327 10.0.0.50 - - [2026-07-06 15:48:41] "GET /virtual-networks?parent_id=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003697 10.0.0.50 - - [2026-07-06 15:48:41] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007537 10.0.0.50 - - [2026-07-06 15:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.50 - - [2026-07-06 15:48:41] "GET /routing-instance/340fdac7-9076-465c-a934-41a0d532afda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005162 10.0.0.50 - - [2026-07-06 15:48:41] "GET /route-target/ea344616-dd65-4e9e-a021-c7b663adee55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004879 10.0.0.50 - - [2026-07-06 15:48:41] "GET /obj-perms HTTP/1.1" 200 4450 0.004923 10.0.0.50 - - [2026-07-06 15:48:44] "GET /obj-perms HTTP/1.1" 200 4450 0.004714 10.0.0.242 - - [2026-07-06 15:48:44] "GET /obj-perms HTTP/1.1" 200 4450 0.005112 10.0.0.50 - - [2026-07-06 15:48:44] "GET /virtual-machine/bf84f0eb-927e-40d8-8909-4404aa63c60a HTTP/1.1" 200 1298 0.005616 10.0.0.50 - - [2026-07-06 15:48:46] "GET /virtual-machine/bf84f0eb-927e-40d8-8909-4404aa63c60a HTTP/1.1" 200 1298 0.005574 10.0.0.50 - - [2026-07-06 15:48:46] "POST /neutron/port HTTP/1.1" 200 151 0.214415 10.0.0.50 - - [2026-07-06 15:48:48] "GET /virtual-machine/bf84f0eb-927e-40d8-8909-4404aa63c60a HTTP/1.1" 404 171 0.004142 10.0.0.50 - - [2026-07-06 15:48:48] "GET /virtual-machine/bf84f0eb-927e-40d8-8909-4404aa63c60a HTTP/1.1" 404 171 0.003540 10.0.0.50 - - [2026-07-06 15:48:48] "GET /virtual-machine/bf84f0eb-927e-40d8-8909-4404aa63c60a HTTP/1.1" 404 171 0.003515 10.0.0.50 - - [2026-07-06 15:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.50 - - [2026-07-06 15:48:48] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005460 10.0.0.50 - - [2026-07-06 15:48:48] "GET /virtual-networks?parent_id=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004515 10.0.0.50 - - [2026-07-06 15:48:48] "GET /virtual-network/7238fb91-72ff-452f-851a-ba599e92d0a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.008381 10.0.0.50 - - [2026-07-06 15:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.50 - - [2026-07-06 15:48:48] "GET /routing-instance/90366360-2cbe-4a98-8c8e-8b04b9ecb33c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004888 10.0.0.50 - - [2026-07-06 15:48:49] "GET /route-target/a3bd817a-a77a-49d4-a0d2-e553b6afb120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005057 10.0.0.50 - - [2026-07-06 15:48:49] "GET /obj-perms HTTP/1.1" 200 4450 0.004393 10.0.0.242 - - [2026-07-06 15:48:53] "GET /obj-perms HTTP/1.1" 200 4493 0.037979 10.0.0.50 - - [2026-07-06 15:48:55] "GET /obj-perms HTTP/1.1" 200 4450 0.005052 10.0.0.242 - - [2026-07-06 15:49:01] "GET /obj-perms HTTP/1.1" 200 4450 0.004745 10.0.0.50 - - [2026-07-06 15:49:04] "GET /obj-perms HTTP/1.1" 200 4450 0.006275 10.0.0.242 - - [2026-07-06 15:49:10] "GET /obj-perms HTTP/1.1" 200 4450 0.003898 10.0.0.50 - - [2026-07-06 15:49:13] "GET /obj-perms HTTP/1.1" 200 4450 0.004870 10.0.0.50 - - [2026-07-06 15:49:16] "GET /obj-perms HTTP/1.1" 200 4450 0.004670 10.0.0.242 - - [2026-07-06 15:49:16] "GET /obj-perms HTTP/1.1" 200 4450 0.004553 10.0.0.50 - - [2026-07-06 15:49:17] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006516 10.0.0.50 - - [2026-07-06 15:49:17] "POST /neutron/network HTTP/1.1" 200 1074 0.020849 10.0.0.50 - - [2026-07-06 15:49:17] "GET /virtual-network/c792328d-2650-4885-bde7-5fd0bf724f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.010515 10.0.0.50 - - [2026-07-06 15:49:17] "DELETE /network-policy/adb5c037-798e-4e56-9535-b1ae4e8b8a1d HTTP/1.1" 200 115 0.040214 10.0.0.50 - - [2026-07-06 15:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.33 - - [2026-07-06 15:49:17] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001336 10.0.0.50 - - [2026-07-06 15:49:17] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047244 10.0.0.50 - - [2026-07-06 15:49:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.010197 10.0.0.50 - - [2026-07-06 15:49:17] "DELETE /network-policy/04f85cde-fa94-42e5-a4d4-ae4ee60aa364 HTTP/1.1" 200 115 0.048923 10.0.0.50 - - [2026-07-06 15:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.33 - - [2026-07-06 15:49:17] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001343 10.0.0.50 - - [2026-07-06 15:49:17] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.040584 10.0.0.50 - - [2026-07-06 15:49:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.013427 10.0.0.50 - - [2026-07-06 15:49:17] "DELETE /network-policy/61dea0cc-0c08-4cc7-b026-dba4b9786abd HTTP/1.1" 200 115 0.051234 10.0.0.50 - - [2026-07-06 15:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005449 10.0.0.33 - - [2026-07-06 15:49:17] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001375 10.0.0.50 - - [2026-07-06 15:49:18] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.075927 10.0.0.50 - - [2026-07-06 15:49:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005301 10.0.0.50 - - [2026-07-06 15:49:18] "DELETE /network-policy/30f04f92-95b8-4e80-a65f-a87e6b23720b HTTP/1.1" 200 115 0.037666 10.0.0.50 - - [2026-07-06 15:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.33 - - [2026-07-06 15:49:18] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001073 10.0.0.50 - - [2026-07-06 15:49:18] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046510 10.0.0.50 - - [2026-07-06 15:49:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005051 10.0.0.50 - - [2026-07-06 15:49:18] "DELETE /network-policy/7b5d3794-d313-4921-86bf-29d7af5be355 HTTP/1.1" 200 115 0.043289 10.0.0.50 - - [2026-07-06 15:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005817 10.0.0.33 - - [2026-07-06 15:49:18] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001146 10.0.0.50 - - [2026-07-06 15:49:18] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043951 10.0.0.50 - - [2026-07-06 15:49:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005451 10.0.0.50 - - [2026-07-06 15:49:18] "DELETE /network-policy/54486603-5619-4b97-9eeb-7bbd5c61ba16 HTTP/1.1" 200 115 0.041089 10.0.0.50 - - [2026-07-06 15:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005307 10.0.0.33 - - [2026-07-06 15:49:18] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.50 - - [2026-07-06 15:49:18] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037057 10.0.0.50 - - [2026-07-06 15:49:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005132 10.0.0.50 - - [2026-07-06 15:49:18] "DELETE /network-policy/edbdfde8-9474-41d9-8fe3-78e28547dbbd HTTP/1.1" 200 115 0.037028 10.0.0.50 - - [2026-07-06 15:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.33 - - [2026-07-06 15:49:18] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000925 10.0.0.50 - - [2026-07-06 15:49:18] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041866 10.0.0.50 - - [2026-07-06 15:49:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005365 10.0.0.50 - - [2026-07-06 15:49:19] "DELETE /network-policy/a437858f-804f-4d8e-aa89-e1898d4db022 HTTP/1.1" 200 115 0.046527 10.0.0.50 - - [2026-07-06 15:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.33 - - [2026-07-06 15:49:19] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.50 - - [2026-07-06 15:49:19] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047254 10.0.0.50 - - [2026-07-06 15:49:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006357 10.0.0.50 - - [2026-07-06 15:49:19] "DELETE /network-policy/189a44f7-cf3f-49ec-876e-341d8c88adb8 HTTP/1.1" 200 115 0.038059 10.0.0.50 - - [2026-07-06 15:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.33 - - [2026-07-06 15:49:19] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.50 - - [2026-07-06 15:49:19] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038812 10.0.0.50 - - [2026-07-06 15:49:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005441 10.0.0.50 - - [2026-07-06 15:49:19] "DELETE /network-policy/3dda5a94-b192-4519-a825-542d0a804bca HTTP/1.1" 200 115 0.039628 10.0.0.50 - - [2026-07-06 15:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.33 - - [2026-07-06 15:49:19] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.50 - - [2026-07-06 15:49:19] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038082 10.0.0.50 - - [2026-07-06 15:49:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-79342330&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005811 10.0.0.242 - - [2026-07-06 15:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.50 - - [2026-07-06 15:49:20] "POST /neutron/network HTTP/1.1" 200 1074 0.008478 10.0.0.242 - - [2026-07-06 15:49:20] "DELETE /route-target/a3bd817a-a77a-49d4-a0d2-e553b6afb120 HTTP/1.1" 200 115 0.022011 10.0.0.50 - - [2026-07-06 15:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.50 - - [2026-07-06 15:49:20] "DELETE /network-ipam/bf89cafe-cb80-4c44-aa30-989b87581266 HTTP/1.1" 200 115 0.032044 10.0.0.50 - - [2026-07-06 15:49:20] "POST /fqname-to-id HTTP/1.1" 404 248 0.002893 10.0.0.33 - - [2026-07-06 15:49:20] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000928 10.0.0.33 - - [2026-07-06 15:49:20] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.040938 10.0.0.33 - - [2026-07-06 15:49:20] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001053 10.0.0.33 - - [2026-07-06 15:49:20] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?fields=security_groups HTTP/1.1" 200 1380 0.043950 10.0.0.33 - - [2026-07-06 15:49:20] "DELETE /security-group/c186a9a1-2860-4ec1-a7b7-5105e417d34e HTTP/1.1" 200 115 0.062720 10.0.0.33 - - [2026-07-06 15:49:20] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001069 10.0.0.33 - - [2026-07-06 15:49:20] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?fields=application_policy_sets HTTP/1.1" 200 1419 0.053311 10.0.0.50 - - [2026-07-06 15:49:20] "DELETE /project/92763db9-850a-4c12-85af-489be03a2b40 HTTP/1.1" 200 115 0.401441 10.0.0.33 - - [2026-07-06 15:49:20] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.50 - - [2026-07-06 15:49:20] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?fields=projects HTTP/1.1" 200 1438 0.012225 10.0.0.33 - - [2026-07-06 15:49:22] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003647 10.0.0.33 - - [2026-07-06 15:49:22] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.33 - - [2026-07-06 15:49:22] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048308 10.0.0.33 - - [2026-07-06 15:49:22] "POST /id-to-fqname HTTP/1.1" 200 196 0.005717 10.0.0.33 - - [2026-07-06 15:49:22] "POST /fqname-to-id HTTP/1.1" 404 205 0.007581 10.0.0.33 - - [2026-07-06 15:49:22] "POST /security-groups HTTP/1.1" 200 597 0.034203 10.0.0.242 - - [2026-07-06 15:49:22] "POST /fqname-to-id HTTP/1.1" 404 240 0.005641 10.0.0.33 - - [2026-07-06 15:49:22] "POST /projects HTTP/1.1" 200 597 0.258324 10.0.0.33 - - [2026-07-06 15:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.325021 10.0.0.242 - - [2026-07-06 15:49:22] "POST /access-control-lists HTTP/1.1" 200 600 0.030884 10.0.0.50 - - [2026-07-06 15:49:22] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.485678 10.0.0.33 - - [2026-07-06 15:49:22] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001305 10.0.0.50 - - [2026-07-06 15:49:22] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?fields=virtual_networks HTTP/1.1" 200 1043 0.046391 10.0.0.33 - - [2026-07-06 15:49:22] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000985 10.0.0.50 - - [2026-07-06 15:49:22] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.043293 10.0.0.33 - - [2026-07-06 15:49:22] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.50 - - [2026-07-06 15:49:23] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?fields=security_groups HTTP/1.1" 200 1275 0.033518 10.0.0.50 - - [2026-07-06 15:49:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.025839 10.0.0.33 - - [2026-07-06 15:49:23] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002887 10.0.0.33 - - [2026-07-06 15:49:23] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.33 - - [2026-07-06 15:49:23] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050580 10.0.0.33 - - [2026-07-06 15:49:24] "POST /id-to-fqname HTTP/1.1" 200 202 0.003054 10.0.0.33 - - [2026-07-06 15:49:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.002630 10.0.0.33 - - [2026-07-06 15:49:24] "POST /security-groups HTTP/1.1" 200 603 0.030474 10.0.0.33 - - [2026-07-06 15:49:24] "POST /projects HTTP/1.1" 200 609 0.236301 10.0.0.242 - - [2026-07-06 15:49:24] "POST /fqname-to-id HTTP/1.1" 404 245 0.003434 10.0.0.33 - - [2026-07-06 15:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.312907 10.0.0.50 - - [2026-07-06 15:49:24] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.476096 10.0.0.50 - - [2026-07-06 15:49:25] "GET / HTTP/1.1" 200 35931 0.001494 10.0.0.50 - - [2026-07-06 15:49:27] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2026-07-06 15:49:27] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.50 - - [2026-07-06 15:49:27] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.068450 10.0.0.50 - - [2026-07-06 15:49:28] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.50 - - [2026-07-06 15:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.33 - - [2026-07-06 15:49:28] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.50 - - [2026-07-06 15:49:28] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007256 10.0.0.50 - - [2026-07-06 15:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.33 - - [2026-07-06 15:49:29] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.50 - - [2026-07-06 15:49:29] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047991 10.0.0.33 - - [2026-07-06 15:49:30] "DELETE /project/92763db9850a4c1285af489be03a2b40 HTTP/1.1" 404 173 0.008656 10.0.0.33 - - [2026-07-06 15:49:30] "DELETE /project/31612b2dc21c42089c1d48a77b6439cf HTTP/1.1" 404 173 0.005229 10.0.0.33 - - [2026-07-06 15:49:30] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000901 10.0.0.33 - - [2026-07-06 15:49:30] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.044455 10.0.0.33 - - [2026-07-06 15:49:30] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.50 - - [2026-07-06 15:49:30] "GET /domains HTTP/1.1" 401 292 0.000460 10.0.0.33 - - [2026-07-06 15:49:30] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?fields=security_groups HTTP/1.1" 200 1380 0.066743 10.0.0.33 - - [2026-07-06 15:49:30] "DELETE /security-group/a438b69d-8f64-4ba6-bcd7-394a346e46e1 HTTP/1.1" 200 115 0.049624 10.0.0.33 - - [2026-07-06 15:49:30] "GET /projects?obj_uuids=92763db9-850a-4c12-85af-489be03a2b40&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000971 10.0.0.33 - - [2026-07-06 15:49:30] "GET /project/92763db9-850a-4c12-85af-489be03a2b40?fields=application_policy_sets HTTP/1.1" 200 1419 0.065754 10.0.0.33 - - [2026-07-06 15:49:30] "DELETE /project/92763db9-850a-4c12-85af-489be03a2b40 HTTP/1.1" 200 115 0.422751 10.0.0.50 - - [2026-07-06 15:49:30] "GET /domains HTTP/1.1" 200 280 0.033359 10.0.0.33 - - [2026-07-06 15:49:30] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.242 - - [2026-07-06 15:49:30] "DELETE /access-control-list/910a7122-ed78-4047-9597-b5367a86a403 HTTP/1.1" 200 115 0.315140 10.0.0.50 - - [2026-07-06 15:49:30] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d HTTP/1.1" 200 2779 0.012776 10.0.0.33 - - [2026-07-06 15:49:30] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.50 - - [2026-07-06 15:49:30] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf HTTP/1.1" 200 1923 0.093205 10.0.0.50 - - [2026-07-06 15:49:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003658 10.0.0.50 - - [2026-07-06 15:49:30] "POST /network-ipams HTTP/1.1" 200 621 0.027566 10.0.0.50 - - [2026-07-06 15:49:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004477 10.0.0.50 - - [2026-07-06 15:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.50 - - [2026-07-06 15:49:30] "GET /network-ipam/d98a8fd2-de0b-46a9-b369-7af98dabe4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.006194 10.0.0.50 - - [2026-07-06 15:49:30] "PUT /network-ipam/d98a8fd2-de0b-46a9-b369-7af98dabe4ca HTTP/1.1" 200 258 0.014274 10.0.0.50 - - [2026-07-06 15:49:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2026-07-06 15:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.025556 10.0.0.33 - - [2026-07-06 15:49:31] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.50 - - [2026-07-06 15:49:31] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049642 10.0.0.33 - - [2026-07-06 15:49:31] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.50 - - [2026-07-06 15:49:31] "POST /neutron/network HTTP/1.1" 200 623 0.148559 10.0.0.33 - - [2026-07-06 15:49:32] "POST /useragent-kv HTTP/1.1" 200 115 0.011131 10.0.0.50 - - [2026-07-06 15:49:32] "POST /neutron/subnet HTTP/1.1" 200 823 0.186835 10.0.0.50 - - [2026-07-06 15:49:32] "POST /id-to-fqname HTTP/1.1" 200 235 0.001262 10.0.0.50 - - [2026-07-06 15:49:32] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005409 10.0.0.50 - - [2026-07-06 15:49:32] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005277 10.0.0.50 - - [2026-07-06 15:49:32] "POST /neutron/network HTTP/1.1" 200 1336 0.011819 10.0.0.50 - - [2026-07-06 15:49:32] "POST /neutron/subnet HTTP/1.1" 200 823 0.009886 10.0.0.50 - - [2026-07-06 15:49:33] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.007423 10.0.0.33 - - [2026-07-06 15:49:34] "GET /obj-perms HTTP/1.1" 200 4456 0.044030 10.0.0.50 - - [2026-07-06 15:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.33 - - [2026-07-06 15:49:34] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.50 - - [2026-07-06 15:49:34] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038029 10.0.0.242 - - [2026-07-06 15:49:34] "POST /route-targets HTTP/1.1" 200 327 0.012600 10.0.0.33 - - [2026-07-06 15:49:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009442 10.0.0.50 - - [2026-07-06 15:49:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.249252 10.0.0.50 - - [2026-07-06 15:49:35] "POST /neutron/network HTTP/1.1" 200 1337 0.013008 10.0.0.50 - - [2026-07-06 15:49:35] "POST /id-to-fqname HTTP/1.1" 200 235 0.001279 10.0.0.50 - - [2026-07-06 15:49:35] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007553 10.0.0.50 - - [2026-07-06 15:49:35] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005451 10.0.0.50 - - [2026-07-06 15:49:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.008642 10.0.0.50 - - [2026-07-06 15:49:36] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006871 10.0.0.50 - - [2026-07-06 15:49:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003668 10.0.0.50 - - [2026-07-06 15:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.33 - - [2026-07-06 15:49:36] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.50 - - [2026-07-06 15:49:36] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038130 10.0.0.50 - - [2026-07-06 15:49:36] "POST /network-policys HTTP/1.1" 200 533 0.037561 10.0.0.50 - - [2026-07-06 15:49:36] "GET /network-policy/35e6b95d-050b-461a-ae56-429f818a2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007926 10.0.0.50 - - [2026-07-06 15:49:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003098 10.0.0.50 - - [2026-07-06 15:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.33 - - [2026-07-06 15:49:36] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.50 - - [2026-07-06 15:49:36] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040493 10.0.0.50 - - [2026-07-06 15:49:36] "POST /network-policys HTTP/1.1" 200 533 0.031273 10.0.0.50 - - [2026-07-06 15:49:37] "GET /network-policy/5ff4f2fc-78c0-4318-8ba1-217f2f9010dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008367 10.0.0.50 - - [2026-07-06 15:49:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003793 10.0.0.50 - - [2026-07-06 15:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.33 - - [2026-07-06 15:49:37] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.50 - - [2026-07-06 15:49:37] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058061 10.0.0.50 - - [2026-07-06 15:49:37] "POST /network-policys HTTP/1.1" 200 533 0.030937 10.0.0.50 - - [2026-07-06 15:49:37] "GET /network-policy/ef27b958-f1f1-4d72-874d-a0d86b5a5285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006366 10.0.0.50 - - [2026-07-06 15:49:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.003340 10.0.0.50 - - [2026-07-06 15:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.33 - - [2026-07-06 15:49:37] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.50 - - [2026-07-06 15:49:37] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041152 10.0.0.50 - - [2026-07-06 15:49:37] "POST /network-policys HTTP/1.1" 200 533 0.034053 10.0.0.50 - - [2026-07-06 15:49:37] "GET /network-policy/4db818b1-7526-4b70-ac88-d0864b4e9fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006562 10.0.0.50 - - [2026-07-06 15:49:37] "POST /fqname-to-id HTTP/1.1" 404 213 0.003300 10.0.0.50 - - [2026-07-06 15:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.33 - - [2026-07-06 15:49:37] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.50 - - [2026-07-06 15:49:38] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038508 10.0.0.50 - - [2026-07-06 15:49:38] "POST /network-policys HTTP/1.1" 200 537 0.027630 10.0.0.50 - - [2026-07-06 15:49:38] "GET /network-policy/74c5003d-9cd0-449a-911e-0565fdfed668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006567 10.0.0.50 - - [2026-07-06 15:49:38] "POST /fqname-to-id HTTP/1.1" 404 212 0.003258 10.0.0.50 - - [2026-07-06 15:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.33 - - [2026-07-06 15:49:38] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.50 - - [2026-07-06 15:49:38] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057827 10.0.0.50 - - [2026-07-06 15:49:38] "POST /network-policys HTTP/1.1" 200 535 0.030739 10.0.0.50 - - [2026-07-06 15:49:38] "GET /network-policy/c5fe8ee1-22a0-48d3-bc68-b3ecd6138b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.008421 10.0.0.50 - - [2026-07-06 15:49:38] "POST /fqname-to-id HTTP/1.1" 404 212 0.003179 10.0.0.50 - - [2026-07-06 15:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.33 - - [2026-07-06 15:49:38] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.50 - - [2026-07-06 15:49:38] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039304 10.0.0.50 - - [2026-07-06 15:49:38] "POST /network-policys HTTP/1.1" 200 535 0.028723 10.0.0.50 - - [2026-07-06 15:49:38] "GET /network-policy/3fa09287-0f39-47bc-870a-debcbfff2f1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006510 10.0.0.50 - - [2026-07-06 15:49:39] "POST /fqname-to-id HTTP/1.1" 404 212 0.003197 10.0.0.50 - - [2026-07-06 15:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.33 - - [2026-07-06 15:49:39] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.50 - - [2026-07-06 15:49:39] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047521 10.0.0.50 - - [2026-07-06 15:49:39] "POST /network-policys HTTP/1.1" 200 535 0.028920 10.0.0.50 - - [2026-07-06 15:49:39] "GET /network-policy/f658f62d-268b-47a6-b786-5a398b009218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006335 10.0.0.50 - - [2026-07-06 15:49:39] "POST /fqname-to-id HTTP/1.1" 404 212 0.003263 10.0.0.50 - - [2026-07-06 15:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.33 - - [2026-07-06 15:49:39] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.50 - - [2026-07-06 15:49:39] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043483 10.0.0.50 - - [2026-07-06 15:49:39] "POST /network-policys HTTP/1.1" 200 535 0.039562 10.0.0.50 - - [2026-07-06 15:49:39] "GET /network-policy/3336d7e5-6e93-4df0-89da-a2e35474fd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006941 10.0.0.50 - - [2026-07-06 15:49:39] "POST /fqname-to-id HTTP/1.1" 404 214 0.003251 10.0.0.50 - - [2026-07-06 15:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.33 - - [2026-07-06 15:49:39] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001022 10.0.0.50 - - [2026-07-06 15:49:39] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.035587 10.0.0.50 - - [2026-07-06 15:49:39] "POST /network-policys HTTP/1.1" 200 539 0.029082 10.0.0.50 - - [2026-07-06 15:49:39] "GET /network-policy/b989528d-4cbb-42e8-86cf-feeb8e6bb7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005538 10.0.0.50 - - [2026-07-06 15:49:40] "POST /neutron/network HTTP/1.1" 200 1336 0.015368 10.0.0.242 - - [2026-07-06 15:49:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.024039 10.0.0.242 - - [2026-07-06 15:49:40] "POST /access-control-lists HTTP/1.1" 200 609 0.049419 10.0.0.50 - - [2026-07-06 15:49:40] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008673 10.0.0.50 - - [2026-07-06 15:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.50 - - [2026-07-06 15:49:40] "GET /network-policy/35e6b95d-050b-461a-ae56-429f818a2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004586 10.0.0.50 - - [2026-07-06 15:49:40] "POST /neutron/network HTTP/1.1" 200 1337 0.019120 10.0.0.242 - - [2026-07-06 15:49:40] "POST /ref-update HTTP/1.1" 200 156 0.021207 10.0.0.50 - - [2026-07-06 15:49:40] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009681 10.0.0.50 - - [2026-07-06 15:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.50 - - [2026-07-06 15:49:40] "GET /network-policy/74c5003d-9cd0-449a-911e-0565fdfed668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004512 10.0.0.50 - - [2026-07-06 15:49:40] "POST /id-to-fqname HTTP/1.1" 200 235 0.001234 10.0.0.50 - - [2026-07-06 15:49:41] "POST /neutron/network HTTP/1.1" 200 1434 0.007539 10.0.0.50 - - [2026-07-06 15:49:41] "POST /neutron/port HTTP/1.1" 200 117 0.005720 10.0.0.50 - - [2026-07-06 15:49:41] "POST /id-to-fqname HTTP/1.1" 200 235 0.001283 10.0.0.33 - - [2026-07-06 15:49:41] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001543 10.0.0.50 - - [2026-07-06 15:49:41] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046368 10.0.0.50 - - [2026-07-06 15:49:41] "POST /neutron/network HTTP/1.1" 200 1427 0.036411 10.0.0.50 - - [2026-07-06 15:49:41] "POST /neutron/port HTTP/1.1" 200 117 0.006912 10.0.0.50 - - [2026-07-06 15:49:46] "POST /neutron/network HTTP/1.1" 200 1437 0.011458 10.0.0.50 - - [2026-07-06 15:49:46] "POST /neutron/port HTTP/1.1" 200 1173 0.045331 10.0.0.50 - - [2026-07-06 15:49:46] "POST /neutron/port HTTP/1.1" 200 1174 0.026624 10.0.0.50 - - [2026-07-06 15:49:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009147 10.0.0.50 - - [2026-07-06 15:49:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003834 10.0.0.50 - - [2026-07-06 15:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.50 - - [2026-07-06 15:49:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003885 10.0.0.50 - - [2026-07-06 15:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.50 - - [2026-07-06 15:49:52] "POST /neutron/port HTTP/1.1" 200 1237 0.024575 10.0.0.50 - - [2026-07-06 15:49:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008025 10.0.0.50 - - [2026-07-06 15:49:52] "GET /virtual-machine/60945c53-2cfc-4c2e-a5a4-d0bba0bf6d37 HTTP/1.1" 401 292 0.000608 10.0.0.50 - - [2026-07-06 15:49:52] "GET /virtual-machine/60945c53-2cfc-4c2e-a5a4-d0bba0bf6d37 HTTP/1.1" 200 1304 0.026788 10.0.0.50 - - [2026-07-06 15:49:52] "GET /virtual-machine-interface/00b7b9ab-b794-440f-83e8-e025371d8cb1 HTTP/1.1" 200 3166 0.006939 10.0.0.50 - - [2026-07-06 15:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.50 - - [2026-07-06 15:49:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004161 10.0.0.50 - - [2026-07-06 15:49:52] "GET /virtual-networks?parent_id=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003446 10.0.0.50 - - [2026-07-06 15:49:52] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006061 10.0.0.50 - - [2026-07-06 15:49:54] "GET /obj-perms HTTP/1.1" 200 4493 0.034988 10.0.0.50 - - [2026-07-06 15:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.50 - - [2026-07-06 15:49:55] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007429 10.0.0.50 - - [2026-07-06 15:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.50 - - [2026-07-06 15:49:59] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006027 10.0.0.50 - - [2026-07-06 15:50:04] "POST /neutron/port HTTP/1.1" 200 1237 0.038475 10.0.0.50 - - [2026-07-06 15:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.50 - - [2026-07-06 15:50:04] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006703 10.0.0.50 - - [2026-07-06 15:50:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003942 10.0.0.50 - - [2026-07-06 15:50:05] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.50 - - [2026-07-06 15:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.50 - - [2026-07-06 15:50:08] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007191 10.0.0.50 - - [2026-07-06 15:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.50 - - [2026-07-06 15:50:12] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005808 10.0.0.50 - - [2026-07-06 15:50:13] "POST /neutron/port HTTP/1.1" 200 1238 0.021346 10.0.0.50 - - [2026-07-06 15:50:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003852 10.0.0.50 - - [2026-07-06 15:50:14] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.50 - - [2026-07-06 15:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.50 - - [2026-07-06 15:50:16] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005530 10.0.0.50 - - [2026-07-06 15:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.50 - - [2026-07-06 15:50:20] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005325 10.0.0.50 - - [2026-07-06 15:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.50 - - [2026-07-06 15:50:22] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004135 10.0.0.50 - - [2026-07-06 15:50:22] "GET /virtual-networks?parent_id=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003645 10.0.0.50 - - [2026-07-06 15:50:22] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006859 10.0.0.50 - - [2026-07-06 15:50:22] "POST /neutron/port HTTP/1.1" 200 1237 0.018807 10.0.0.50 - - [2026-07-06 15:50:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006951 10.0.0.50 - - [2026-07-06 15:50:28] "POST /neutron/port HTTP/1.1" 200 1238 0.017200 10.0.0.50 - - [2026-07-06 15:50:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008820 10.0.0.50 - - [2026-07-06 15:50:38] "POST /neutron/port HTTP/1.1" 200 1238 0.020559 10.0.0.50 - - [2026-07-06 15:50:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008342 10.0.0.50 - - [2026-07-06 15:50:38] "GET /virtual-machine/cf8e7a01-558e-43f1-b4dd-3b940534b5dd HTTP/1.1" 200 1305 0.006245 10.0.0.50 - - [2026-07-06 15:50:38] "GET /virtual-machine-interface/0f20cd00-f5f9-4b7f-aad7-535c504a481d HTTP/1.1" 200 3169 0.006132 10.0.0.50 - - [2026-07-06 15:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.50 - - [2026-07-06 15:50:38] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003927 10.0.0.50 - - [2026-07-06 15:50:38] "GET /virtual-networks?parent_id=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004066 10.0.0.50 - - [2026-07-06 15:50:38] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005846 10.0.0.50 - - [2026-07-06 15:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.50 - - [2026-07-06 15:50:39] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003898 10.0.0.50 - - [2026-07-06 15:50:39] "GET /virtual-networks?parent_id=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003262 10.0.0.50 - - [2026-07-06 15:50:39] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005855 10.0.0.50 - - [2026-07-06 15:50:40] "POST /neutron/port HTTP/1.1" 200 1237 0.020090 10.0.0.50 - - [2026-07-06 15:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.50 - - [2026-07-06 15:50:40] "GET /network-policy/35e6b95d-050b-461a-ae56-429f818a2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004688 10.0.0.50 - - [2026-07-06 15:50:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008131 10.0.0.50 - - [2026-07-06 15:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.50 - - [2026-07-06 15:50:40] "GET /network-policy/74c5003d-9cd0-449a-911e-0565fdfed668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005112 10.0.0.50 - - [2026-07-06 15:50:40] "POST /neutron/network HTTP/1.1" 200 1424 0.023811 10.0.0.50 - - [2026-07-06 15:50:40] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.010249 10.0.0.50 - - [2026-07-06 15:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.50 - - [2026-07-06 15:50:40] "GET /network-policy/5ff4f2fc-78c0-4318-8ba1-217f2f9010dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006230 10.0.0.242 - - [2026-07-06 15:50:54] "GET /obj-perms HTTP/1.1" 200 4493 0.041908 10.0.0.33 - - [2026-07-06 15:50:54] "GET /obj-perms HTTP/1.1" 200 4493 0.036449 10.0.0.242 - - [2026-07-06 15:50:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004076 10.0.0.242 - - [2026-07-06 15:50:56] "POST /ref-update HTTP/1.1" 200 156 0.040764 10.0.0.50 - - [2026-07-06 15:50:56] "POST /neutron/network HTTP/1.1" 200 1427 0.021169 10.0.0.50 - - [2026-07-06 15:50:56] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.012200 10.0.0.50 - - [2026-07-06 15:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.50 - - [2026-07-06 15:50:56] "GET /network-policy/b989528d-4cbb-42e8-86cf-feeb8e6bb7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005166 10.0.0.50 - - [2026-07-06 15:51:03] "POST /neutron/network HTTP/1.1" 200 1437 0.007771 10.0.0.50 - - [2026-07-06 15:51:03] "POST /neutron/subnet HTTP/1.1" 200 1356 0.020576 10.0.0.50 - - [2026-07-06 15:51:03] "POST /neutron/network HTTP/1.1" 200 1427 0.014884 10.0.0.50 - - [2026-07-06 15:51:08] "POST /neutron/network HTTP/1.1" 200 1424 0.026646 10.0.0.50 - - [2026-07-06 15:51:08] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006760 10.0.0.50 - - [2026-07-06 15:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.015527 10.0.0.50 - - [2026-07-06 15:51:08] "GET /network-policy/ef27b958-f1f1-4d72-874d-a0d86b5a5285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004855 10.0.0.50 - - [2026-07-06 15:51:14] "POST /neutron/network HTTP/1.1" 200 1437 0.028345 10.0.0.50 - - [2026-07-06 15:51:14] "POST /neutron/subnet HTTP/1.1" 200 1361 0.036737 10.0.0.50 - - [2026-07-06 15:51:15] "POST /neutron/network HTTP/1.1" 200 1427 0.014031 10.0.0.242 - - [2026-07-06 15:51:20] "PUT /access-control-list/e7468fbb-bfd4-4f48-9afa-ff0706db4bb1 HTTP/1.1" 200 272 0.063920 10.0.0.50 - - [2026-07-06 15:51:20] "POST /neutron/network HTTP/1.1" 200 1424 0.022645 10.0.0.50 - - [2026-07-06 15:51:20] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008461 10.0.0.50 - - [2026-07-06 15:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.50 - - [2026-07-06 15:51:20] "GET /network-policy/4db818b1-7526-4b70-ac88-d0864b4e9fc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004600 10.0.0.242 - - [2026-07-06 15:51:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003255 10.0.0.50 - - [2026-07-06 15:51:29] "POST /neutron/network HTTP/1.1" 200 1425 0.033567 10.0.0.50 - - [2026-07-06 15:51:29] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005377 10.0.0.50 - - [2026-07-06 15:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.50 - - [2026-07-06 15:51:30] "GET /network-policy/c5fe8ee1-22a0-48d3-bc68-b3ecd6138b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006397 10.0.0.242 - - [2026-07-06 15:51:41] "PUT /access-control-list/e7468fbb-bfd4-4f48-9afa-ff0706db4bb1 HTTP/1.1" 200 272 0.016949 10.0.0.50 - - [2026-07-06 15:51:41] "POST /neutron/network HTTP/1.1" 200 1425 0.025810 10.0.0.50 - - [2026-07-06 15:51:41] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006694 10.0.0.50 - - [2026-07-06 15:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.50 - - [2026-07-06 15:51:41] "GET /network-policy/3fa09287-0f39-47bc-870a-debcbfff2f1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004884 10.0.0.50 - - [2026-07-06 15:51:51] "POST /neutron/network HTTP/1.1" 200 1425 0.013225 10.0.0.50 - - [2026-07-06 15:51:51] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005465 10.0.0.50 - - [2026-07-06 15:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.50 - - [2026-07-06 15:51:51] "GET /network-policy/f658f62d-268b-47a6-b786-5a398b009218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006253 10.0.0.242 - - [2026-07-06 15:52:03] "PUT /access-control-list/e7468fbb-bfd4-4f48-9afa-ff0706db4bb1 HTTP/1.1" 200 272 0.019564 10.0.0.242 - - [2026-07-06 15:52:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005585 10.0.0.50 - - [2026-07-06 15:52:03] "POST /neutron/network HTTP/1.1" 200 1425 0.016917 10.0.0.50 - - [2026-07-06 15:52:03] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006466 10.0.0.50 - - [2026-07-06 15:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.50 - - [2026-07-06 15:52:03] "GET /network-policy/3336d7e5-6e93-4df0-89da-a2e35474fd5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004724 10.0.0.50 - - [2026-07-06 15:52:08] "POST /neutron/network HTTP/1.1" 200 1435 0.007506 10.0.0.50 - - [2026-07-06 15:52:08] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015892 10.0.0.50 - - [2026-07-06 15:52:08] "POST /neutron/network HTTP/1.1" 200 1425 0.011268 10.0.0.50 - - [2026-07-06 15:52:12] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005602 10.0.0.50 - - [2026-07-06 15:52:13] "POST /neutron/network HTTP/1.1" 200 1336 0.032208 10.0.0.50 - - [2026-07-06 15:52:13] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006539 10.0.0.50 - - [2026-07-06 15:52:13] "GET /virtual-machine/cf8e7a01-558e-43f1-b4dd-3b940534b5dd HTTP/1.1" 200 1305 0.004259 10.0.0.50 - - [2026-07-06 15:52:15] "GET /virtual-machine/cf8e7a01-558e-43f1-b4dd-3b940534b5dd HTTP/1.1" 200 1305 0.007830 10.0.0.50 - - [2026-07-06 15:52:15] "POST /neutron/port HTTP/1.1" 200 151 0.312106 10.0.0.50 - - [2026-07-06 15:52:17] "GET /virtual-machine/cf8e7a01-558e-43f1-b4dd-3b940534b5dd HTTP/1.1" 404 171 0.003326 10.0.0.50 - - [2026-07-06 15:52:17] "GET /virtual-machine/cf8e7a01-558e-43f1-b4dd-3b940534b5dd HTTP/1.1" 404 171 0.002866 10.0.0.50 - - [2026-07-06 15:52:17] "GET /virtual-machine/cf8e7a01-558e-43f1-b4dd-3b940534b5dd HTTP/1.1" 404 171 0.003375 10.0.0.50 - - [2026-07-06 15:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.50 - - [2026-07-06 15:52:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005225 10.0.0.50 - - [2026-07-06 15:52:17] "GET /virtual-networks?parent_id=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003426 10.0.0.50 - - [2026-07-06 15:52:17] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005884 10.0.0.50 - - [2026-07-06 15:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.50 - - [2026-07-06 15:52:17] "GET /routing-instance/389ce0d6-0c4a-461e-ae3e-64842e1f6cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004461 10.0.0.50 - - [2026-07-06 15:52:17] "GET /route-target/f120cbd2-3966-4b6d-8e57-eb0ef4867bd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004143 10.0.0.50 - - [2026-07-06 15:52:17] "GET /obj-perms HTTP/1.1" 200 4456 0.036122 10.0.0.50 - - [2026-07-06 15:52:23] "GET /obj-perms HTTP/1.1" 200 4456 0.004083 10.0.0.50 - - [2026-07-06 15:52:27] "GET /obj-perms HTTP/1.1" 200 4456 0.004540 10.0.0.50 - - [2026-07-06 15:52:33] "GET /obj-perms HTTP/1.1" 200 4456 0.003999 10.0.0.50 - - [2026-07-06 15:52:36] "GET /obj-perms HTTP/1.1" 200 4456 0.004114 10.0.0.50 - - [2026-07-06 15:52:42] "GET /obj-perms HTTP/1.1" 200 4456 0.004112 10.0.0.50 - - [2026-07-06 15:52:45] "GET /obj-perms HTTP/1.1" 200 4456 0.003865 10.0.0.50 - - [2026-07-06 15:52:45] "GET /virtual-machine/60945c53-2cfc-4c2e-a5a4-d0bba0bf6d37 HTTP/1.1" 200 1304 0.005164 10.0.0.50 - - [2026-07-06 15:52:47] "GET /virtual-machine/60945c53-2cfc-4c2e-a5a4-d0bba0bf6d37 HTTP/1.1" 200 1304 0.004351 10.0.0.50 - - [2026-07-06 15:52:47] "POST /neutron/port HTTP/1.1" 200 151 0.241504 10.0.0.50 - - [2026-07-06 15:52:49] "GET /virtual-machine/60945c53-2cfc-4c2e-a5a4-d0bba0bf6d37 HTTP/1.1" 404 171 0.003259 10.0.0.50 - - [2026-07-06 15:52:49] "GET /virtual-machine/60945c53-2cfc-4c2e-a5a4-d0bba0bf6d37 HTTP/1.1" 404 171 0.002695 10.0.0.50 - - [2026-07-06 15:52:49] "GET /virtual-machine/60945c53-2cfc-4c2e-a5a4-d0bba0bf6d37 HTTP/1.1" 404 171 0.003301 10.0.0.50 - - [2026-07-06 15:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.50 - - [2026-07-06 15:52:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003571 10.0.0.50 - - [2026-07-06 15:52:49] "GET /virtual-networks?parent_id=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003206 10.0.0.50 - - [2026-07-06 15:52:49] "GET /virtual-network/787f1476-c8b3-4ecc-ae6a-fdf2ec208099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006649 10.0.0.50 - - [2026-07-06 15:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.50 - - [2026-07-06 15:52:50] "GET /routing-instance/985485dc-b7ff-406f-8884-c0c3a1764900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004682 10.0.0.50 - - [2026-07-06 15:52:50] "GET /route-target/c5c93a54-caf8-4fdb-99be-26f27cbd5371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004393 10.0.0.50 - - [2026-07-06 15:52:50] "GET /obj-perms HTTP/1.1" 200 4456 0.003721 10.0.0.242 - - [2026-07-06 15:52:50] "GET /obj-perms HTTP/1.1" 200 4456 0.036244 10.0.0.50 - - [2026-07-06 15:52:56] "GET /obj-perms HTTP/1.1" 200 4456 0.004672 10.0.0.242 - - [2026-07-06 15:52:59] "GET /obj-perms HTTP/1.1" 200 4456 0.003774 10.0.0.50 - - [2026-07-06 15:53:05] "GET /obj-perms HTTP/1.1" 200 4456 0.004891 10.0.0.242 - - [2026-07-06 15:53:08] "GET /obj-perms HTTP/1.1" 200 4456 0.004658 10.0.0.50 - - [2026-07-06 15:53:14] "GET /obj-perms HTTP/1.1" 200 4456 0.004133 10.0.0.242 - - [2026-07-06 15:53:17] "GET /obj-perms HTTP/1.1" 200 4456 0.004653 10.0.0.50 - - [2026-07-06 15:53:17] "GET /obj-perms HTTP/1.1" 200 4456 0.004905 10.0.0.33 - - [2026-07-06 15:53:17] "GET /obj-perms HTTP/1.1" 200 4456 0.004293 10.0.0.50 - - [2026-07-06 15:53:18] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005708 10.0.0.242 - - [2026-07-06 15:53:18] "DELETE /access-control-list/37ce9da7-4052-42ca-a2df-a162c75f4505 HTTP/1.1" 200 115 0.055391 10.0.0.50 - - [2026-07-06 15:53:18] "POST /neutron/network HTTP/1.1" 200 1337 0.018981 10.0.0.50 - - [2026-07-06 15:53:18] "GET /virtual-network/801698dd-cea1-4e8c-ae3c-76c8bfa09ebe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.012589 10.0.0.50 - - [2026-07-06 15:53:18] "DELETE /network-policy/b989528d-4cbb-42e8-86cf-feeb8e6bb7d5 HTTP/1.1" 200 115 0.057606 10.0.0.50 - - [2026-07-06 15:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.33 - - [2026-07-06 15:53:18] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025642 10.0.0.50 - - [2026-07-06 15:53:18] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066974 10.0.0.50 - - [2026-07-06 15:53:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005504 10.0.0.50 - - [2026-07-06 15:53:18] "DELETE /network-policy/3336d7e5-6e93-4df0-89da-a2e35474fd5e HTTP/1.1" 200 115 0.039344 10.0.0.50 - - [2026-07-06 15:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.33 - - [2026-07-06 15:53:18] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.50 - - [2026-07-06 15:53:18] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044734 10.0.0.50 - - [2026-07-06 15:53:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005530 10.0.0.50 - - [2026-07-06 15:53:18] "DELETE /network-policy/f658f62d-268b-47a6-b786-5a398b009218 HTTP/1.1" 200 115 0.043468 10.0.0.50 - - [2026-07-06 15:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.33 - - [2026-07-06 15:53:19] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001483 10.0.0.50 - - [2026-07-06 15:53:19] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045711 10.0.0.50 - - [2026-07-06 15:53:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006023 10.0.0.50 - - [2026-07-06 15:53:19] "DELETE /network-policy/3fa09287-0f39-47bc-870a-debcbfff2f1b HTTP/1.1" 200 115 0.052849 10.0.0.50 - - [2026-07-06 15:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476 10.0.0.33 - - [2026-07-06 15:53:19] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001703 10.0.0.50 - - [2026-07-06 15:53:19] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.054112 10.0.0.50 - - [2026-07-06 15:53:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005950 10.0.0.50 - - [2026-07-06 15:53:19] "DELETE /network-policy/c5fe8ee1-22a0-48d3-bc68-b3ecd6138b57 HTTP/1.1" 200 115 0.047960 10.0.0.50 - - [2026-07-06 15:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.33 - - [2026-07-06 15:53:19] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.50 - - [2026-07-06 15:53:19] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.090984 10.0.0.50 - - [2026-07-06 15:53:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.010199 10.0.0.50 - - [2026-07-06 15:53:19] "DELETE /network-policy/74c5003d-9cd0-449a-911e-0565fdfed668 HTTP/1.1" 200 115 0.043534 10.0.0.50 - - [2026-07-06 15:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.33 - - [2026-07-06 15:53:19] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.50 - - [2026-07-06 15:53:19] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.059746 10.0.0.50 - - [2026-07-06 15:53:19] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006014 10.0.0.50 - - [2026-07-06 15:53:19] "DELETE /network-policy/4db818b1-7526-4b70-ac88-d0864b4e9fc3 HTTP/1.1" 200 115 0.053592 10.0.0.50 - - [2026-07-06 15:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.33 - - [2026-07-06 15:53:20] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.50 - - [2026-07-06 15:53:20] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041508 10.0.0.50 - - [2026-07-06 15:53:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005152 10.0.0.50 - - [2026-07-06 15:53:20] "DELETE /network-policy/ef27b958-f1f1-4d72-874d-a0d86b5a5285 HTTP/1.1" 200 115 0.127361 10.0.0.50 - - [2026-07-06 15:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.33 - - [2026-07-06 15:53:20] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.50 - - [2026-07-06 15:53:20] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043975 10.0.0.50 - - [2026-07-06 15:53:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.004431 10.0.0.50 - - [2026-07-06 15:53:20] "DELETE /network-policy/5ff4f2fc-78c0-4318-8ba1-217f2f9010dd HTTP/1.1" 200 115 0.033888 10.0.0.50 - - [2026-07-06 15:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.33 - - [2026-07-06 15:53:20] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.50 - - [2026-07-06 15:53:20] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040394 10.0.0.50 - - [2026-07-06 15:53:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005003 10.0.0.50 - - [2026-07-06 15:53:20] "DELETE /network-policy/35e6b95d-050b-461a-ae56-429f818a2029 HTTP/1.1" 200 115 0.043613 10.0.0.50 - - [2026-07-06 15:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.33 - - [2026-07-06 15:53:20] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001462 10.0.0.50 - - [2026-07-06 15:53:20] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051584 10.0.0.50 - - [2026-07-06 15:53:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-73190247&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005415 10.0.0.242 - - [2026-07-06 15:53:21] "DELETE /route-target/f120cbd2-3966-4b6d-8e57-eb0ef4867bd8 HTTP/1.1" 200 115 0.031998 10.0.0.50 - - [2026-07-06 15:53:21] "POST /neutron/network HTTP/1.1" 200 1336 0.012921 10.0.0.50 - - [2026-07-06 15:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.50 - - [2026-07-06 15:53:21] "DELETE /network-ipam/d98a8fd2-de0b-46a9-b369-7af98dabe4ca HTTP/1.1" 200 115 0.033033 10.0.0.50 - - [2026-07-06 15:53:21] "POST /fqname-to-id HTTP/1.1" 404 260 0.004653 10.0.0.33 - - [2026-07-06 15:53:21] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000991 10.0.0.33 - - [2026-07-06 15:53:21] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.041389 10.0.0.33 - - [2026-07-06 15:53:21] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.33 - - [2026-07-06 15:53:21] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?fields=security_groups HTTP/1.1" 200 1398 0.039783 10.0.0.33 - - [2026-07-06 15:53:22] "DELETE /security-group/a7ef9265-2f54-4ecf-9a7a-cf2f55fc65f3 HTTP/1.1" 200 115 0.057476 10.0.0.33 - - [2026-07-06 15:53:22] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.242 - - [2026-07-06 15:53:22] "DELETE /access-control-list/3dec3fcf-1b54-458e-9b88-ae778bce679a HTTP/1.1" 200 115 0.054657 10.0.0.33 - - [2026-07-06 15:53:22] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?fields=application_policy_sets HTTP/1.1" 200 1437 0.072307 10.0.0.50 - - [2026-07-06 15:53:22] "DELETE /project/31612b2d-c21c-4208-9c1d-48a77b6439cf HTTP/1.1" 200 115 0.410897 10.0.0.33 - - [2026-07-06 15:53:22] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.50 - - [2026-07-06 15:53:22] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?fields=projects HTTP/1.1" 200 1438 0.012089 10.0.0.242 - - [2026-07-06 15:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.33 - - [2026-07-06 15:53:23] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003444 10.0.0.242 - - [2026-07-06 15:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000285 10.0.0.33 - - [2026-07-06 15:53:23] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.33 - - [2026-07-06 15:53:23] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.026352 10.0.0.33 - - [2026-07-06 15:53:23] "POST /id-to-fqname HTTP/1.1" 200 202 0.004549 10.0.0.33 - - [2026-07-06 15:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001396 10.0.0.33 - - [2026-07-06 15:53:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.008957 10.0.0.33 - - [2026-07-06 15:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2026-07-06 15:53:23] "POST /security-groups HTTP/1.1" 200 603 0.029387 10.0.0.33 - - [2026-07-06 15:53:24] "POST /projects HTTP/1.1" 200 609 0.251076 10.0.0.242 - - [2026-07-06 15:53:24] "POST /access-control-lists HTTP/1.1" 200 608 0.026618 10.0.0.33 - - [2026-07-06 15:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.326465 10.0.0.50 - - [2026-07-06 15:53:24] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.455785 10.0.0.33 - - [2026-07-06 15:53:24] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.50 - - [2026-07-06 15:53:24] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?fields=virtual_networks HTTP/1.1" 200 1055 0.048206 10.0.0.33 - - [2026-07-06 15:53:24] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002232 10.0.0.50 - - [2026-07-06 15:53:24] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.039178 10.0.0.33 - - [2026-07-06 15:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2026-07-06 15:53:24] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.50 - - [2026-07-06 15:53:24] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?fields=security_groups HTTP/1.1" 200 1293 0.045943 10.0.0.33 - - [2026-07-06 15:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.242 - - [2026-07-06 15:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2026-07-06 15:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.242 - - [2026-07-06 15:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-07-06 15:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000798 10.0.0.50 - - [2026-07-06 15:53:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2026-07-06 15:53:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2026-07-06 15:53:25] "POST /fqname-to-id HTTP/1.1" 404 182 0.024606 10.0.0.33 - - [2026-07-06 15:53:25] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002955 10.0.0.33 - - [2026-07-06 15:53:25] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.33 - - [2026-07-06 15:53:25] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007533 10.0.0.33 - - [2026-07-06 15:53:25] "POST /id-to-fqname HTTP/1.1" 200 184 0.004646 10.0.0.33 - - [2026-07-06 15:53:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003564 10.0.0.33 - - [2026-07-06 15:53:25] "POST /security-groups HTTP/1.1" 200 585 0.069176 10.0.0.242 - - [2026-07-06 15:53:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.003348 10.0.0.33 - - [2026-07-06 15:53:25] "POST /projects HTTP/1.1" 200 573 0.276749 10.0.0.33 - - [2026-07-06 15:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.347064 10.0.0.242 - - [2026-07-06 15:53:25] "POST /access-control-lists HTTP/1.1" 200 588 0.042414 10.0.0.50 - - [2026-07-06 15:53:25] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.490699 10.0.0.50 - - [2026-07-06 15:53:26] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.50 - - [2026-07-06 15:53:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2026-07-06 15:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.047807 10.0.0.33 - - [2026-07-06 15:53:27] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000988 10.0.0.50 - - [2026-07-06 15:53:27] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.037536 10.0.0.33 - - [2026-07-06 15:53:28] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001294 10.0.0.50 - - [2026-07-06 15:53:28] "POST /neutron/network HTTP/1.1" 200 599 0.136199 10.0.0.242 - - [2026-07-06 15:53:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003403 10.0.0.50 - - [2026-07-06 15:53:28] "POST /neutron/network HTTP/1.1" 200 992 0.011163 10.0.0.50 - - [2026-07-06 15:53:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001313 10.0.0.50 - - [2026-07-06 15:53:28] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005430 10.0.0.50 - - [2026-07-06 15:53:28] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005672 10.0.0.50 - - [2026-07-06 15:53:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.009059 10.0.0.50 - - [2026-07-06 15:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.33 - - [2026-07-06 15:53:28] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001216 10.0.0.50 - - [2026-07-06 15:53:28] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038027 10.0.0.33 - - [2026-07-06 15:53:28] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001101 10.0.0.50 - - [2026-07-06 15:53:29] "POST /neutron/network HTTP/1.1" 200 599 0.131299 10.0.0.242 - - [2026-07-06 15:53:29] "POST /route-targets HTTP/1.1" 200 327 0.014756 10.0.0.50 - - [2026-07-06 15:53:29] "POST /neutron/network HTTP/1.1" 200 991 0.010977 10.0.0.50 - - [2026-07-06 15:53:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.001246 10.0.0.50 - - [2026-07-06 15:53:29] "GET /virtual-network/086872dc-55ea-403f-bd79-2b721731d774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.005618 10.0.0.50 - - [2026-07-06 15:53:29] "GET /virtual-network/086872dc-55ea-403f-bd79-2b721731d774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.005076 10.0.0.50 - - [2026-07-06 15:53:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.008520 10.0.0.50 - - [2026-07-06 15:53:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.001156 10.0.0.50 - - [2026-07-06 15:53:29] "POST /neutron/network HTTP/1.1" 200 992 0.015768 10.0.0.50 - - [2026-07-06 15:53:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001458 10.0.0.50 - - [2026-07-06 15:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.006129 10.0.0.50 - - [2026-07-06 15:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.008071 10.0.0.50 - - [2026-07-06 15:53:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001286 10.0.0.33 - - [2026-07-06 15:53:30] "DELETE /project/8e41ceff007347cca409ac8b2db49973 HTTP/1.1" 404 173 0.007361 10.0.0.33 - - [2026-07-06 15:53:30] "DELETE /project/31612b2dc21c42089c1d48a77b6439cf HTTP/1.1" 404 173 0.004077 10.0.0.33 - - [2026-07-06 15:53:30] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.33 - - [2026-07-06 15:53:30] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.047326 10.0.0.33 - - [2026-07-06 15:53:30] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.33 - - [2026-07-06 15:53:30] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?fields=security_groups HTTP/1.1" 200 1398 0.057129 10.0.0.50 - - [2026-07-06 15:53:30] "POST /neutron/network HTTP/1.1" 200 1001 0.007410 10.0.0.33 - - [2026-07-06 15:53:30] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001639 10.0.0.50 - - [2026-07-06 15:53:30] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.059345 10.0.0.33 - - [2026-07-06 15:53:30] "DELETE /security-group/f92ba91f-8b76-49b9-bacd-582b4dcefd39 HTTP/1.1" 200 115 0.085285 10.0.0.33 - - [2026-07-06 15:53:30] "GET /projects?obj_uuids=31612b2d-c21c-4208-9c1d-48a77b6439cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001464 10.0.0.33 - - [2026-07-06 15:53:30] "GET /project/31612b2d-c21c-4208-9c1d-48a77b6439cf?fields=application_policy_sets HTTP/1.1" 200 1437 0.067807 10.0.0.242 - - [2026-07-06 15:53:30] "DELETE /access-control-list/f75ed364-ba9e-466c-9524-8d09d6abcced HTTP/1.1" 200 115 0.053061 10.0.0.33 - - [2026-07-06 15:53:31] "DELETE /project/31612b2d-c21c-4208-9c1d-48a77b6439cf HTTP/1.1" 200 115 0.467705 10.0.0.50 - - [2026-07-06 15:53:31] "POST /neutron/port HTTP/1.1" 200 117 0.005495 10.0.0.33 - - [2026-07-06 15:53:34] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001396 10.0.0.50 - - [2026-07-06 15:53:34] "POST /neutron/port HTTP/1.1" 200 1161 0.342850 10.0.0.50 - - [2026-07-06 15:53:34] "POST /neutron/port HTTP/1.1" 200 1215 0.129215 10.0.0.50 - - [2026-07-06 15:53:35] "POST /neutron/port HTTP/1.1" 200 1161 0.025066 10.0.0.50 - - [2026-07-06 15:53:35] "POST /neutron/port HTTP/1.1" 200 1225 0.019975 10.0.0.50 - - [2026-07-06 15:53:36] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014843 10.0.0.50 - - [2026-07-06 15:53:36] "POST /neutron/network HTTP/1.1" 200 992 0.011257 10.0.0.50 - - [2026-07-06 15:53:36] "POST /neutron/port HTTP/1.1" 200 1225 0.020055 10.0.0.50 - - [2026-07-06 15:53:36] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015047 10.0.0.50 - - [2026-07-06 15:53:36] "POST /neutron/network HTTP/1.1" 200 992 0.010848 10.0.0.50 - - [2026-07-06 15:53:37] "POST /neutron/port HTTP/1.1" 200 1160 0.023025 10.0.0.50 - - [2026-07-06 15:53:38] "POST /neutron/port HTTP/1.1" 200 1224 0.023273 10.0.0.50 - - [2026-07-06 15:53:38] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013266 10.0.0.50 - - [2026-07-06 15:53:38] "POST /neutron/network HTTP/1.1" 200 991 0.009916 10.0.0.50 - - [2026-07-06 15:53:41] "POST /neutron/port HTTP/1.1" 200 1225 0.017019 10.0.0.50 - - [2026-07-06 15:53:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008382 10.0.0.50 - - [2026-07-06 15:53:41] "GET /virtual-machine/07173bfa-4408-4a4c-9829-d08542750153 HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2026-07-06 15:53:42] "GET /virtual-machine/07173bfa-4408-4a4c-9829-d08542750153 HTTP/1.1" 200 1285 0.027407 10.0.0.50 - - [2026-07-06 15:53:42] "GET /virtual-machine-interface/f51c0e43-47a6-4c69-bcb1-e5d299c3976c HTTP/1.1" 200 3106 0.006330 10.0.0.50 - - [2026-07-06 15:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.50 - - [2026-07-06 15:53:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005302 10.0.0.50 - - [2026-07-06 15:53:42] "GET /virtual-networks?parent_id=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003334 10.0.0.50 - - [2026-07-06 15:53:42] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007234 10.0.0.50 - - [2026-07-06 15:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.50 - - [2026-07-06 15:53:45] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007643 10.0.0.50 - - [2026-07-06 15:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.50 - - [2026-07-06 15:53:49] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005555 10.0.0.50 - - [2026-07-06 15:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.50 - - [2026-07-06 15:53:53] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007307 10.0.0.50 - - [2026-07-06 15:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.50 - - [2026-07-06 15:53:57] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007428 10.0.0.50 - - [2026-07-06 15:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.50 - - [2026-07-06 15:54:01] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005459 10.0.0.50 - - [2026-07-06 15:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.50 - - [2026-07-06 15:54:05] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005693 10.0.0.50 - - [2026-07-06 15:54:09] "POST /neutron/network HTTP/1.1" 200 1002 0.008392 10.0.0.50 - - [2026-07-06 15:54:09] "POST /neutron/subnet HTTP/1.1" 200 1384 0.018894 10.0.0.50 - - [2026-07-06 15:54:09] "POST /neutron/network HTTP/1.1" 200 992 0.008376 10.0.0.50 - - [2026-07-06 15:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.50 - - [2026-07-06 15:54:09] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005405 10.0.0.50 - - [2026-07-06 15:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.50 - - [2026-07-06 15:54:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004527 10.0.0.50 - - [2026-07-06 15:54:11] "GET /virtual-networks?parent_id=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004576 10.0.0.50 - - [2026-07-06 15:54:11] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006592 10.0.0.50 - - [2026-07-06 15:54:15] "POST /neutron/port HTTP/1.1" 200 1225 0.052350 10.0.0.50 - - [2026-07-06 15:54:17] "POST /neutron/port HTTP/1.1" 200 1225 0.018594 10.0.0.50 - - [2026-07-06 15:54:17] "POST /neutron/network HTTP/1.1" 200 1002 0.008470 10.0.0.50 - - [2026-07-06 15:54:17] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014912 10.0.0.50 - - [2026-07-06 15:54:17] "POST /neutron/network HTTP/1.1" 200 992 0.008813 10.0.0.50 - - [2026-07-06 15:54:25] "POST /neutron/port HTTP/1.1" 200 1225 0.017395 10.0.0.50 - - [2026-07-06 15:54:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007897 10.0.0.50 - - [2026-07-06 15:54:27] "POST /neutron/port HTTP/1.1" 200 1225 0.017842 10.0.0.50 - - [2026-07-06 15:54:27] "GET /virtual-machine/1456eb4f-7001-406a-a3cd-f5302d99c48c HTTP/1.1" 200 1286 0.005899 10.0.0.50 - - [2026-07-06 15:54:27] "GET /virtual-machine-interface/ff495900-1943-42cd-a0cc-8909fb18ad5e HTTP/1.1" 200 3106 0.006006 10.0.0.50 - - [2026-07-06 15:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.50 - - [2026-07-06 15:54:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.50 - - [2026-07-06 15:54:27] "GET /virtual-networks?parent_id=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004110 10.0.0.50 - - [2026-07-06 15:54:27] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005697 10.0.0.50 - - [2026-07-06 15:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.50 - - [2026-07-06 15:54:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003886 10.0.0.50 - - [2026-07-06 15:54:29] "GET /virtual-networks?parent_id=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002970 10.0.0.50 - - [2026-07-06 15:54:29] "GET /virtual-network/d2a314b8-f777-4439-ae05-0fcb82c84ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005965 10.0.0.50 - - [2026-07-06 15:54:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.014992 10.0.0.50 - - [2026-07-06 15:54:34] "POST /neutron/port HTTP/1.1" 200 1224 0.021875 10.0.0.50 - - [2026-07-06 15:54:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008902 10.0.0.50 - - [2026-07-06 15:54:34] "GET /virtual-machine/5954b382-1e3a-4b97-babd-f3111f220780 HTTP/1.1" 200 1286 0.006119 10.0.0.50 - - [2026-07-06 15:54:34] "GET /virtual-machine-interface/a7f98f17-5d97-4011-b5e6-324b48425408 HTTP/1.1" 200 3106 0.005260 10.0.0.50 - - [2026-07-06 15:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.50 - - [2026-07-06 15:54:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003777 10.0.0.50 - - [2026-07-06 15:54:34] "GET /virtual-networks?parent_id=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003098 10.0.0.50 - - [2026-07-06 15:54:34] "GET /virtual-network/086872dc-55ea-403f-bd79-2b721731d774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.005438 10.0.0.50 - - [2026-07-06 15:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.50 - - [2026-07-06 15:54:35] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005214 10.0.0.50 - - [2026-07-06 15:54:35] "GET /virtual-networks?parent_id=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003986 10.0.0.50 - - [2026-07-06 15:54:35] "GET /virtual-network/086872dc-55ea-403f-bd79-2b721731d774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.006326 10.0.0.50 - - [2026-07-06 15:54:36] "POST /neutron/port HTTP/1.1" 200 1224 0.018475 10.0.0.50 - - [2026-07-06 15:54:42] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003563 10.0.0.50 - - [2026-07-06 15:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.50 - - [2026-07-06 15:54:42] "GET /global-qos-config/a672a8d4-26dc-4d37-bdde-84d748c14cbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004817 10.0.0.50 - - [2026-07-06 15:54:42] "POST /fqname-to-id HTTP/1.1" 404 222 0.003415 10.0.0.50 - - [2026-07-06 15:54:42] "POST /forwarding-classs HTTP/1.1" 200 576 0.031304 10.0.0.50 - - [2026-07-06 15:54:42] "POST /id-to-fqname HTTP/1.1" 200 232 0.003706 10.0.0.50 - - [2026-07-06 15:54:42] "GET /forwarding-class/1a7777b4-48bf-4852-9ef1-5275fa327a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004282 10.0.0.33 - - [2026-07-06 15:54:42] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001043 10.0.0.50 - - [2026-07-06 15:54:42] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042030 10.0.0.50 - - [2026-07-06 15:54:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003464 10.0.0.50 - - [2026-07-06 15:54:43] "POST /qos-configs HTTP/1.1" 200 543 0.032813 10.0.0.50 - - [2026-07-06 15:54:43] "POST /id-to-fqname HTTP/1.1" 200 217 0.004312 10.0.0.50 - - [2026-07-06 15:54:43] "GET /qos-config/97656a81-a9d3-45e9-8fb2-82c4d3613e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004316 10.0.0.50 - - [2026-07-06 15:54:43] "GET /virtual-machine-interface/f51c0e43-47a6-4c69-bcb1-e5d299c3976c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005688 10.0.0.50 - - [2026-07-06 15:54:43] "POST /ref-update HTTP/1.1" 200 156 0.015316 10.0.0.50 - - [2026-07-06 15:54:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007580 10.0.0.50 - - [2026-07-06 15:54:43] "POST /neutron/port HTTP/1.1" 200 1225 0.020432 10.0.0.50 - - [2026-07-06 15:54:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006870 10.0.0.50 - - [2026-07-06 15:54:43] "POST /id-to-fqname HTTP/1.1" 200 214 0.001647 10.0.0.50 - - [2026-07-06 15:54:43] "GET /virtual-machine/07173bfa-4408-4a4c-9829-d08542750153 HTTP/1.1" 200 1285 0.004519 10.0.0.50 - - [2026-07-06 15:54:43] "GET /virtual-machine-interface/f51c0e43-47a6-4c69-bcb1-e5d299c3976c HTTP/1.1" 200 3353 0.006531 10.0.0.50 - - [2026-07-06 15:54:43] "GET /instance-ip/a53d972d-6960-4daf-8904-54543281d683 HTTP/1.1" 200 1609 0.006921 10.0.0.50 - - [2026-07-06 15:54:43] "GET /instance-ip/d232eedf-05bf-46ca-82c5-2ca8b9313c3c HTTP/1.1" 200 1627 0.007732 10.0.0.50 - - [2026-07-06 15:54:43] "POST /neutron/port HTTP/1.1" 200 1225 0.019655 10.0.0.50 - - [2026-07-06 15:54:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007678 10.0.0.50 - - [2026-07-06 15:54:43] "POST /neutron/port HTTP/1.1" 200 1225 0.016592 10.0.0.50 - - [2026-07-06 15:54:44] "POST /neutron/network HTTP/1.1" 200 992 0.009322 10.0.0.50 - - [2026-07-06 15:54:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001216 10.0.0.50 - - [2026-07-06 15:54:44] "GET /virtual-machine/1456eb4f-7001-406a-a3cd-f5302d99c48c HTTP/1.1" 200 1286 0.003623 10.0.0.50 - - [2026-07-06 15:54:44] "GET /virtual-machine-interface/ff495900-1943-42cd-a0cc-8909fb18ad5e HTTP/1.1" 200 3106 0.005450 10.0.0.50 - - [2026-07-06 15:54:44] "GET /instance-ip/a1456946-fe5c-4b04-ac0a-b4f06cc98adc HTTP/1.1" 200 1628 0.006134 10.0.0.50 - - [2026-07-06 15:54:44] "GET /instance-ip/d45fc6ef-3786-48dd-a5bb-928454a5e5e8 HTTP/1.1" 200 1610 0.005938 10.0.0.242 - - [2026-07-06 15:54:57] "GET /obj-perms HTTP/1.1" 200 4493 0.053818 10.0.0.50 - - [2026-07-06 15:55:10] "POST /neutron/network HTTP/1.1" 200 1002 0.043339 10.0.0.50 - - [2026-07-06 15:55:10] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013626 10.0.0.50 - - [2026-07-06 15:55:11] "POST /neutron/network HTTP/1.1" 200 992 0.013876 10.0.0.50 - - [2026-07-06 15:55:18] "POST /neutron/network HTTP/1.1" 200 1001 0.007871 10.0.0.50 - - [2026-07-06 15:55:18] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012726 10.0.0.50 - - [2026-07-06 15:55:18] "POST /neutron/network HTTP/1.1" 200 991 0.008946 10.0.0.50 - - [2026-07-06 15:55:40] "GET /virtual-machine-interface/f51c0e43-47a6-4c69-bcb1-e5d299c3976c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.006228 10.0.0.50 - - [2026-07-06 15:55:40] "POST /ref-update HTTP/1.1" 200 156 0.015551 10.0.0.50 - - [2026-07-06 15:55:41] "DELETE /qos-config/97656a81-a9d3-45e9-8fb2-82c4d3613e67 HTTP/1.1" 200 115 0.038782 10.0.0.50 - - [2026-07-06 15:55:41] "POST /id-to-fqname HTTP/1.1" 200 232 0.001389 10.0.0.50 - - [2026-07-06 15:55:41] "DELETE /forwarding-class/1a7777b4-48bf-4852-9ef1-5275fa327a2f HTTP/1.1" 200 115 0.030543 10.0.0.50 - - [2026-07-06 15:55:44] "POST /neutron/port HTTP/1.1" 200 1224 0.018367 10.0.0.50 - - [2026-07-06 15:55:44] "POST /neutron/port HTTP/1.1" 200 1225 0.045160 10.0.0.50 - - [2026-07-06 15:55:44] "POST /neutron/port HTTP/1.1" 200 1215 0.037009 10.0.0.50 - - [2026-07-06 15:55:44] "POST /neutron/network HTTP/1.1" 200 991 0.034288 10.0.0.33 - - [2026-07-06 15:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003516 10.0.0.33 - - [2026-07-06 15:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.33 - - [2026-07-06 15:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.33 - - [2026-07-06 15:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002973 10.0.0.50 - - [2026-07-06 15:55:46] "POST /neutron/network HTTP/1.1" 200 151 0.142208 10.0.0.242 - - [2026-07-06 15:55:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.028744 10.0.0.33 - - [2026-07-06 15:55:47] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001006 10.0.0.50 - - [2026-07-06 15:55:47] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.082444 10.0.0.33 - - [2026-07-06 15:55:47] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000921 10.0.0.50 - - [2026-07-06 15:55:47] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?fields=virtual_networks HTTP/1.1" 200 1020 0.046881 10.0.0.33 - - [2026-07-06 15:55:47] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001541 10.0.0.50 - - [2026-07-06 15:55:47] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.043228 10.0.0.33 - - [2026-07-06 15:55:47] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001006 10.0.0.50 - - [2026-07-06 15:55:47] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?fields=security_groups HTTP/1.1" 200 1240 0.043069 10.0.0.50 - - [2026-07-06 15:55:48] "POST /fqname-to-id HTTP/1.1" 404 181 0.036599 10.0.0.33 - - [2026-07-06 15:55:48] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004030 10.0.0.33 - - [2026-07-06 15:55:48] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.33 - - [2026-07-06 15:55:48] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008621 10.0.0.33 - - [2026-07-06 15:55:48] "POST /id-to-fqname HTTP/1.1" 200 183 0.002987 10.0.0.33 - - [2026-07-06 15:55:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.009805 10.0.0.33 - - [2026-07-06 15:55:48] "POST /security-groups HTTP/1.1" 200 584 0.032546 10.0.0.33 - - [2026-07-06 15:55:48] "POST /projects HTTP/1.1" 200 571 0.254905 10.0.0.242 - - [2026-07-06 15:55:48] "POST /access-control-lists HTTP/1.1" 200 589 0.036437 10.0.0.33 - - [2026-07-06 15:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.321022 10.0.0.50 - - [2026-07-06 15:55:48] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.454528 10.0.0.50 - - [2026-07-06 15:55:49] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.50 - - [2026-07-06 15:55:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-07-06 15:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.052759 10.0.0.33 - - [2026-07-06 15:55:51] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.50 - - [2026-07-06 15:55:51] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.037174 10.0.0.50 - - [2026-07-06 15:55:52] "POST /neutron/network HTTP/1.1" 200 117 0.029105 10.0.0.242 - - [2026-07-06 15:55:52] "POST /route-targets HTTP/1.1" 200 327 0.017471 10.0.0.50 - - [2026-07-06 15:55:52] "POST /neutron/network HTTP/1.1" 200 831 0.007718 10.0.0.50 - - [2026-07-06 15:55:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001222 10.0.0.50 - - [2026-07-06 15:55:52] "GET /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005238 10.0.0.50 - - [2026-07-06 15:55:52] "GET /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005464 10.0.0.50 - - [2026-07-06 15:55:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.008557 10.0.0.50 - - [2026-07-06 15:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.50 - - [2026-07-06 15:55:52] "GET /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005723 10.0.0.50 - - [2026-07-06 15:55:52] "PUT /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2 HTTP/1.1" 200 264 0.065382 10.0.0.242 - - [2026-07-06 15:55:52] "POST /ref-update HTTP/1.1" 200 156 0.024775 10.0.0.50 - - [2026-07-06 15:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011942 10.0.0.33 - - [2026-07-06 15:55:52] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001198 10.0.0.50 - - [2026-07-06 15:55:52] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.034214 10.0.0.33 - - [2026-07-06 15:55:53] "POST /useragent-kv HTTP/1.1" 200 115 0.009944 10.0.0.50 - - [2026-07-06 15:55:53] "POST /neutron/subnet HTTP/1.1" 200 719 0.233988 10.0.0.50 - - [2026-07-06 15:55:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001335 10.0.0.50 - - [2026-07-06 15:55:53] "GET /virtual-network/cc2f999b-6b96-4ed3-b2b9-02839a2f3a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005354 10.0.0.50 - - [2026-07-06 15:55:53] "GET /virtual-network/cc2f999b-6b96-4ed3-b2b9-02839a2f3a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005420 10.0.0.50 - - [2026-07-06 15:55:53] "POST /neutron/network HTTP/1.1" 200 830 0.006655 10.0.0.50 - - [2026-07-06 15:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.50 - - [2026-07-06 15:55:53] "GET /virtual-network/cc2f999b-6b96-4ed3-b2b9-02839a2f3a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005512 10.0.0.50 - - [2026-07-06 15:55:53] "PUT /virtual-network/cc2f999b-6b96-4ed3-b2b9-02839a2f3a4b HTTP/1.1" 200 264 0.067687 10.0.0.242 - - [2026-07-06 15:55:53] "POST /ref-update HTTP/1.1" 200 156 0.039589 10.0.0.50 - - [2026-07-06 15:55:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001627 10.0.0.50 - - [2026-07-06 15:55:53] "POST /neutron/network HTTP/1.1" 200 831 0.053561 10.0.0.50 - - [2026-07-06 15:55:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001306 10.0.0.50 - - [2026-07-06 15:55:53] "POST /neutron/port HTTP/1.1" 200 117 0.006501 10.0.0.50 - - [2026-07-06 15:55:54] "POST /neutron/port HTTP/1.1" 200 117 0.009587 10.0.0.50 - - [2026-07-06 15:55:58] "POST /neutron/network HTTP/1.1" 200 841 0.006523 10.0.0.50 - - [2026-07-06 15:55:58] "POST /neutron/port HTTP/1.1" 200 1053 0.018385 10.0.0.33 - - [2026-07-06 15:55:58] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003648 10.0.0.50 - - [2026-07-06 15:55:58] "POST /neutron/port HTTP/1.1" 200 1052 0.296549 10.0.0.50 - - [2026-07-06 15:55:59] "POST /neutron/port HTTP/1.1" 200 1106 0.092546 10.0.0.50 - - [2026-07-06 15:55:59] "POST /neutron/port HTTP/1.1" 200 1117 0.021255 10.0.0.50 - - [2026-07-06 15:55:59] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.50 - - [2026-07-06 15:56:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004371 10.0.0.50 - - [2026-07-06 15:56:00] "POST /neutron/network HTTP/1.1" 200 830 0.007406 10.0.0.50 - - [2026-07-06 15:56:04] "POST /neutron/port HTTP/1.1" 200 1117 0.018534 10.0.0.50 - - [2026-07-06 15:56:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007641 10.0.0.50 - - [2026-07-06 15:56:04] "GET /virtual-machine/d95009d5-4ff3-4244-80c3-42906faf66af HTTP/1.1" 401 292 0.000439 10.0.0.50 - - [2026-07-06 15:56:05] "GET /virtual-machine/d95009d5-4ff3-4244-80c3-42906faf66af HTTP/1.1" 200 1285 0.032949 10.0.0.50 - - [2026-07-06 15:56:05] "GET /virtual-machine-interface/542de29c-3633-4fad-a5ed-09a04ad39265 HTTP/1.1" 200 2927 0.005923 10.0.0.50 - - [2026-07-06 15:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.50 - - [2026-07-06 15:56:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003504 10.0.0.50 - - [2026-07-06 15:56:05] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003814 10.0.0.50 - - [2026-07-06 15:56:05] "GET /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007265 10.0.0.50 - - [2026-07-06 15:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.50 - - [2026-07-06 15:56:08] "GET /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005542 10.0.0.50 - - [2026-07-06 15:56:10] "POST /neutron/port HTTP/1.1" 200 1117 0.017647 10.0.0.50 - - [2026-07-06 15:56:11] "POST /neutron/port HTTP/1.1" 200 1117 0.016927 10.0.0.50 - - [2026-07-06 15:56:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.009187 10.0.0.50 - - [2026-07-06 15:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.50 - - [2026-07-06 15:56:12] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004055 10.0.0.50 - - [2026-07-06 15:56:12] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003313 10.0.0.50 - - [2026-07-06 15:56:12] "GET /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005855 10.0.0.50 - - [2026-07-06 15:56:12] "POST /neutron/port HTTP/1.1" 200 1116 0.016391 10.0.0.50 - - [2026-07-06 15:56:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008205 10.0.0.50 - - [2026-07-06 15:56:12] "GET /virtual-machine/28028b24-8775-4f40-9e19-df210508c91d HTTP/1.1" 200 1285 0.005921 10.0.0.50 - - [2026-07-06 15:56:12] "GET /virtual-machine-interface/53072e3a-be5c-4473-834f-048db92201b8 HTTP/1.1" 200 2926 0.005407 10.0.0.50 - - [2026-07-06 15:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.50 - - [2026-07-06 15:56:12] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003695 10.0.0.50 - - [2026-07-06 15:56:12] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003233 10.0.0.50 - - [2026-07-06 15:56:12] "GET /virtual-network/cc2f999b-6b96-4ed3-b2b9-02839a2f3a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006425 10.0.0.50 - - [2026-07-06 15:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.50 - - [2026-07-06 15:56:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004911 10.0.0.50 - - [2026-07-06 15:56:14] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003628 10.0.0.50 - - [2026-07-06 15:56:14] "GET /virtual-network/cc2f999b-6b96-4ed3-b2b9-02839a2f3a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005647 10.0.0.50 - - [2026-07-06 15:56:14] "POST /routing-policys HTTP/1.1" 200 534 0.029098 10.0.0.50 - - [2026-07-06 15:56:14] "GET /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.019233 10.0.0.50 - - [2026-07-06 15:56:14] "PUT /virtual-network/782a93f6-20d5-49c4-ab75-f27074747ab2 HTTP/1.1" 200 264 0.066071 10.0.0.50 - - [2026-07-06 15:56:18] "POST /neutron/port HTTP/1.1" 200 1116 0.038143 10.0.0.50 - - [2026-07-06 15:56:18] "POST /ref-update HTTP/1.1" 200 156 0.054029 10.0.0.50 - - [2026-07-06 15:56:18] "DELETE /routing-policy/e11fbc2c-1d61-4318-b692-2019428a63d7 HTTP/1.1" 200 115 0.049201 10.0.0.50 - - [2026-07-06 15:56:19] "POST /neutron/port HTTP/1.1" 200 1116 0.021603 10.0.0.50 - - [2026-07-06 15:56:19] "POST /neutron/subnet HTTP/1.1" 200 693 0.009602 10.0.0.50 - - [2026-07-06 15:56:20] "POST /neutron/port HTTP/1.1" 200 1116 0.018503 10.0.0.50 - - [2026-07-06 15:56:20] "POST /neutron/port HTTP/1.1" 200 1117 0.032959 10.0.0.50 - - [2026-07-06 15:56:20] "POST /neutron/network HTTP/1.1" 200 830 0.007226 10.0.0.33 - - [2026-07-06 15:56:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003230 10.0.0.33 - - [2026-07-06 15:56:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003292 10.0.0.242 - - [2026-07-06 15:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009883 10.0.0.50 - - [2026-07-06 15:56:22] "POST /neutron/network HTTP/1.1" 200 151 0.140766 10.0.0.242 - - [2026-07-06 15:56:22] "DELETE /route-target/b2910235-90cb-464c-a50a-60997e9f854b HTTP/1.1" 409 239 0.009255 10.0.0.242 - - [2026-07-06 15:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.50 - - [2026-07-06 15:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.33 - - [2026-07-06 15:56:25] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.50 - - [2026-07-06 15:56:25] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.046540 10.0.0.50 - - [2026-07-06 15:56:25] "POST /neutron/network HTTP/1.1" 200 117 0.012497 10.0.0.242 - - [2026-07-06 15:56:26] "POST /ref-update HTTP/1.1" 200 156 0.026564 10.0.0.50 - - [2026-07-06 15:56:26] "POST /neutron/network HTTP/1.1" 200 830 0.009024 10.0.0.50 - - [2026-07-06 15:56:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001119 10.0.0.50 - - [2026-07-06 15:56:26] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005336 10.0.0.50 - - [2026-07-06 15:56:26] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005996 10.0.0.50 - - [2026-07-06 15:56:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.009086 10.0.0.50 - - [2026-07-06 15:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.50 - - [2026-07-06 15:56:26] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006597 10.0.0.50 - - [2026-07-06 15:56:26] "PUT /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3 HTTP/1.1" 200 264 0.073428 10.0.0.50 - - [2026-07-06 15:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.33 - - [2026-07-06 15:56:26] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001141 10.0.0.50 - - [2026-07-06 15:56:26] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.046675 10.0.0.242 - - [2026-07-06 15:56:26] "POST /route-targets HTTP/1.1" 200 327 0.014901 10.0.0.33 - - [2026-07-06 15:56:26] "POST /useragent-kv HTTP/1.1" 200 115 0.011201 10.0.0.50 - - [2026-07-06 15:56:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.199421 10.0.0.50 - - [2026-07-06 15:56:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001701 10.0.0.50 - - [2026-07-06 15:56:27] "GET /virtual-network/f428d466-a31f-495d-82a9-799acc1d2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007251 10.0.0.50 - - [2026-07-06 15:56:27] "GET /virtual-network/f428d466-a31f-495d-82a9-799acc1d2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007613 10.0.0.50 - - [2026-07-06 15:56:27] "POST /neutron/network HTTP/1.1" 200 831 0.007198 10.0.0.50 - - [2026-07-06 15:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.50 - - [2026-07-06 15:56:27] "GET /virtual-network/f428d466-a31f-495d-82a9-799acc1d2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006012 10.0.0.50 - - [2026-07-06 15:56:27] "PUT /virtual-network/f428d466-a31f-495d-82a9-799acc1d2cba HTTP/1.1" 200 264 0.068587 10.0.0.50 - - [2026-07-06 15:56:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.002176 10.0.0.33 - - [2026-07-06 15:56:27] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001065 10.0.0.50 - - [2026-07-06 15:56:27] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.051714 10.0.0.50 - - [2026-07-06 15:56:27] "POST /neutron/network HTTP/1.1" 200 830 0.006747 10.0.0.50 - - [2026-07-06 15:56:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001670 10.0.0.50 - - [2026-07-06 15:56:27] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.50 - - [2026-07-06 15:56:28] "POST /neutron/port HTTP/1.1" 200 117 0.008376 10.0.0.33 - - [2026-07-06 15:56:31] "DELETE /project/09a358e5f84d4034a696455f419ffad4 HTTP/1.1" 404 173 0.006771 10.0.0.33 - - [2026-07-06 15:56:31] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001009 10.0.0.33 - - [2026-07-06 15:56:31] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.049861 10.0.0.33 - - [2026-07-06 15:56:31] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000948 10.0.0.33 - - [2026-07-06 15:56:31] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?fields=security_groups HTTP/1.1" 200 1345 0.037346 10.0.0.33 - - [2026-07-06 15:56:31] "DELETE /security-group/5a1c30f9-73c1-4ac4-a82f-ca592219a22c HTTP/1.1" 200 115 0.048461 10.0.0.33 - - [2026-07-06 15:56:31] "GET /projects?obj_uuids=8e41ceff-0073-47cc-a409-ac8b2db49973&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001103 10.0.0.242 - - [2026-07-06 15:56:31] "DELETE /access-control-list/97e2535b-0986-4e3f-bd83-b6f9a28f7be2 HTTP/1.1" 200 115 0.045344 10.0.0.33 - - [2026-07-06 15:56:31] "GET /project/8e41ceff-0073-47cc-a409-ac8b2db49973?fields=application_policy_sets HTTP/1.1" 200 1384 0.061940 10.0.0.33 - - [2026-07-06 15:56:31] "DELETE /project/8e41ceff-0073-47cc-a409-ac8b2db49973 HTTP/1.1" 200 115 0.412924 10.0.0.50 - - [2026-07-06 15:56:31] "POST /neutron/network HTTP/1.1" 200 840 0.008341 10.0.0.50 - - [2026-07-06 15:56:32] "POST /neutron/port HTTP/1.1" 200 1052 0.020028 10.0.0.33 - - [2026-07-06 15:56:32] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001477 10.0.0.50 - - [2026-07-06 15:56:32] "POST /neutron/port HTTP/1.1" 200 1053 0.364945 10.0.0.50 - - [2026-07-06 15:56:32] "POST /neutron/port HTTP/1.1" 200 1107 0.133333 10.0.0.50 - - [2026-07-06 15:56:33] "POST /neutron/port HTTP/1.1" 200 1116 0.019308 10.0.0.50 - - [2026-07-06 15:56:33] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.50 - - [2026-07-06 15:56:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004173 10.0.0.50 - - [2026-07-06 15:56:34] "POST /neutron/network HTTP/1.1" 200 831 0.008632 10.0.0.50 - - [2026-07-06 15:56:38] "POST /neutron/port HTTP/1.1" 200 1116 0.018450 10.0.0.50 - - [2026-07-06 15:56:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008204 10.0.0.50 - - [2026-07-06 15:56:38] "GET /virtual-machine/02db47af-6de3-4768-851f-dd1ab0602d12 HTTP/1.1" 200 1283 0.006376 10.0.0.50 - - [2026-07-06 15:56:38] "GET /virtual-machine-interface/53dd5127-f448-4343-b3ab-a5b530c717be HTTP/1.1" 200 2927 0.006866 10.0.0.50 - - [2026-07-06 15:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.50 - - [2026-07-06 15:56:38] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004170 10.0.0.50 - - [2026-07-06 15:56:38] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003203 10.0.0.50 - - [2026-07-06 15:56:38] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005773 10.0.0.50 - - [2026-07-06 15:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006832 10.0.0.50 - - [2026-07-06 15:56:41] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006162 10.0.0.50 - - [2026-07-06 15:56:43] "POST /neutron/port HTTP/1.1" 200 1117 0.022637 10.0.0.50 - - [2026-07-06 15:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.50 - - [2026-07-06 15:56:45] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003563 10.0.0.50 - - [2026-07-06 15:56:45] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003579 10.0.0.50 - - [2026-07-06 15:56:45] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006816 10.0.0.50 - - [2026-07-06 15:56:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008165 10.0.0.50 - - [2026-07-06 15:56:46] "POST /neutron/port HTTP/1.1" 200 1117 0.022941 10.0.0.50 - - [2026-07-06 15:56:46] "GET /virtual-machine/a31d950d-84ff-49e0-bef5-22dcb65f5776 HTTP/1.1" 200 1286 0.007397 10.0.0.50 - - [2026-07-06 15:56:46] "GET /virtual-machine-interface/8a3e30db-13dd-48dc-ab06-24cd82140be8 HTTP/1.1" 200 2927 0.005484 10.0.0.50 - - [2026-07-06 15:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.50 - - [2026-07-06 15:56:46] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003855 10.0.0.50 - - [2026-07-06 15:56:46] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003264 10.0.0.50 - - [2026-07-06 15:56:46] "GET /virtual-network/f428d466-a31f-495d-82a9-799acc1d2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005595 10.0.0.50 - - [2026-07-06 15:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.50 - - [2026-07-06 15:56:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004543 10.0.0.50 - - [2026-07-06 15:56:47] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004056 10.0.0.50 - - [2026-07-06 15:56:47] "GET /virtual-network/f428d466-a31f-495d-82a9-799acc1d2cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006696 10.0.0.50 - - [2026-07-06 15:56:47] "POST /routing-policys HTTP/1.1" 200 534 0.036212 10.0.0.50 - - [2026-07-06 15:56:47] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.013707 10.0.0.50 - - [2026-07-06 15:56:48] "PUT /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3 HTTP/1.1" 200 264 0.085535 10.0.0.50 - - [2026-07-06 15:56:52] "POST /routing-policys HTTP/1.1" 200 534 0.029227 10.0.0.50 - - [2026-07-06 15:56:52] "GET /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.013839 10.0.0.50 - - [2026-07-06 15:56:52] "PUT /virtual-network/2d7e1c12-6bb7-429c-9775-8d16804cd9c3 HTTP/1.1" 200 264 0.072021 10.0.0.242 - - [2026-07-06 15:56:52] "POST /ref-update HTTP/1.1" 200 156 0.035954 10.0.0.50 - - [2026-07-06 15:56:53] "POST /ref-update HTTP/1.1" 200 156 0.051651 10.0.0.50 - - [2026-07-06 15:56:53] "DELETE /routing-policy/542234e1-8651-4abd-ba80-58c3bdde4611 HTTP/1.1" 200 115 0.044570 10.0.0.50 - - [2026-07-06 15:56:53] "POST /ref-update HTTP/1.1" 200 156 0.067903 10.0.0.50 - - [2026-07-06 15:56:53] "DELETE /routing-policy/e033fb90-4702-46ad-8a54-b92eaea23ec2 HTTP/1.1" 200 115 0.036500 10.0.0.50 - - [2026-07-06 15:56:53] "POST /neutron/network HTTP/1.1" 400 204 0.016820 10.0.0.50 - - [2026-07-06 15:56:55] "POST /neutron/network HTTP/1.1" 200 831 0.010448 10.0.0.50 - - [2026-07-06 15:56:55] "POST /neutron/port HTTP/1.1" 200 151 0.235500 10.0.0.50 - - [2026-07-06 15:56:57] "POST /neutron/network HTTP/1.1" 200 831 0.008392 10.0.0.242 - - [2026-07-06 15:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.242 - - [2026-07-06 15:56:57] "DELETE /route-target/27065ada-f2c5-4e74-88f8-80ff39327927 HTTP/1.1" 409 239 0.006369 10.0.0.33 - - [2026-07-06 15:56:57] "POST /useragent-kv HTTP/1.1" 200 115 0.020082 10.0.0.33 - - [2026-07-06 15:56:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006087 10.0.0.50 - - [2026-07-06 15:56:58] "POST /neutron/network HTTP/1.1" 200 151 0.164650 10.0.0.242 - - [2026-07-06 15:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009419 10.0.0.33 - - [2026-07-06 15:56:59] "GET /obj-perms HTTP/1.1" 200 4493 0.059969 10.0.0.50 - - [2026-07-06 15:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.33 - - [2026-07-06 15:57:00] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000990 10.0.0.50 - - [2026-07-06 15:57:00] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.042737 10.0.0.242 - - [2026-07-06 15:57:01] "POST /ref-update HTTP/1.1" 200 156 0.031688 10.0.0.33 - - [2026-07-06 15:57:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009574 10.0.0.50 - - [2026-07-06 15:57:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.179513 10.0.0.50 - - [2026-07-06 15:57:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001505 10.0.0.50 - - [2026-07-06 15:57:01] "GET /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005265 10.0.0.50 - - [2026-07-06 15:57:01] "GET /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006427 10.0.0.50 - - [2026-07-06 15:57:01] "POST /neutron/network HTTP/1.1" 200 832 0.007559 10.0.0.50 - - [2026-07-06 15:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.50 - - [2026-07-06 15:57:01] "GET /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005728 10.0.0.50 - - [2026-07-06 15:57:01] "PUT /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb HTTP/1.1" 200 264 0.070344 10.0.0.50 - - [2026-07-06 15:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.33 - - [2026-07-06 15:57:01] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000966 10.0.0.50 - - [2026-07-06 15:57:01] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.056275 10.0.0.33 - - [2026-07-06 15:57:01] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001501 10.0.0.50 - - [2026-07-06 15:57:01] "POST /neutron/network HTTP/1.1" 200 612 0.146240 10.0.0.242 - - [2026-07-06 15:57:01] "POST /route-targets HTTP/1.1" 200 327 0.019443 10.0.0.50 - - [2026-07-06 15:57:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.004323 10.0.0.50 - - [2026-07-06 15:57:02] "GET /virtual-network/29703a74-1176-4bc2-b386-453c89dff500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005537 10.0.0.50 - - [2026-07-06 15:57:02] "POST /neutron/network HTTP/1.1" 200 832 0.007446 10.0.0.50 - - [2026-07-06 15:57:02] "GET /virtual-network/29703a74-1176-4bc2-b386-453c89dff500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007203 10.0.0.50 - - [2026-07-06 15:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.50 - - [2026-07-06 15:57:02] "GET /virtual-network/29703a74-1176-4bc2-b386-453c89dff500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006417 10.0.0.50 - - [2026-07-06 15:57:02] "PUT /virtual-network/29703a74-1176-4bc2-b386-453c89dff500 HTTP/1.1" 200 264 0.076187 10.0.0.50 - - [2026-07-06 15:57:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001395 10.0.0.50 - - [2026-07-06 15:57:02] "POST /neutron/network HTTP/1.1" 200 842 0.007025 10.0.0.50 - - [2026-07-06 15:57:02] "POST /neutron/port HTTP/1.1" 200 117 0.007563 10.0.0.50 - - [2026-07-06 15:57:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001332 10.0.0.33 - - [2026-07-06 15:57:03] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001219 10.0.0.50 - - [2026-07-06 15:57:03] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.071445 10.0.0.50 - - [2026-07-06 15:57:03] "POST /neutron/network HTTP/1.1" 200 832 0.007113 10.0.0.50 - - [2026-07-06 15:57:03] "POST /neutron/port HTTP/1.1" 200 117 0.006337 10.0.0.50 - - [2026-07-06 15:57:07] "POST /neutron/network HTTP/1.1" 200 842 0.009185 10.0.0.50 - - [2026-07-06 15:57:07] "POST /neutron/port HTTP/1.1" 200 1054 0.024632 10.0.0.50 - - [2026-07-06 15:57:08] "POST /neutron/port HTTP/1.1" 200 1054 0.036330 10.0.0.50 - - [2026-07-06 15:57:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008059 10.0.0.50 - - [2026-07-06 15:57:09] "POST /neutron/subnet HTTP/1.1" 200 703 0.010072 10.0.0.50 - - [2026-07-06 15:57:09] "POST /neutron/port HTTP/1.1" 200 1118 0.024427 10.0.0.50 - - [2026-07-06 15:57:09] "POST /neutron/port HTTP/1.1" 200 117 0.001525 10.0.0.50 - - [2026-07-06 15:57:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007753 10.0.0.50 - - [2026-07-06 15:57:18] "POST /neutron/port HTTP/1.1" 200 1118 0.019641 10.0.0.50 - - [2026-07-06 15:57:19] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008120 10.0.0.50 - - [2026-07-06 15:57:19] "GET /virtual-machine/109dfcde-0c4b-4a2f-990f-70f8ecdcae39 HTTP/1.1" 200 1285 0.006424 10.0.0.50 - - [2026-07-06 15:57:19] "GET /virtual-machine-interface/ff15343b-c101-471d-8fa2-f59b28306ea5 HTTP/1.1" 200 2928 0.005493 10.0.0.50 - - [2026-07-06 15:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.50 - - [2026-07-06 15:57:19] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004004 10.0.0.50 - - [2026-07-06 15:57:19] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003715 10.0.0.50 - - [2026-07-06 15:57:19] "GET /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006295 10.0.0.50 - - [2026-07-06 15:57:19] "POST /neutron/port HTTP/1.1" 200 1118 0.022219 10.0.0.50 - - [2026-07-06 15:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.50 - - [2026-07-06 15:57:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003991 10.0.0.50 - - [2026-07-06 15:57:20] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003333 10.0.0.50 - - [2026-07-06 15:57:20] "GET /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005980 10.0.0.50 - - [2026-07-06 15:57:20] "POST /neutron/port HTTP/1.1" 200 1118 0.019008 10.0.0.50 - - [2026-07-06 15:57:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008026 10.0.0.50 - - [2026-07-06 15:57:20] "GET /virtual-machine/4d0addd9-0698-4266-b74c-dd118fafdcf1 HTTP/1.1" 200 1285 0.006683 10.0.0.50 - - [2026-07-06 15:57:20] "GET /virtual-machine-interface/fd02d031-07d1-47fd-878b-e069ff31b98f HTTP/1.1" 200 2927 0.006189 10.0.0.50 - - [2026-07-06 15:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.50 - - [2026-07-06 15:57:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003577 10.0.0.50 - - [2026-07-06 15:57:20] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003034 10.0.0.50 - - [2026-07-06 15:57:20] "GET /virtual-network/29703a74-1176-4bc2-b386-453c89dff500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006538 10.0.0.50 - - [2026-07-06 15:57:21] "POST /neutron/port HTTP/1.1" 200 1118 0.021497 10.0.0.50 - - [2026-07-06 15:57:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.010193 10.0.0.50 - - [2026-07-06 15:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.50 - - [2026-07-06 15:57:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003952 10.0.0.50 - - [2026-07-06 15:57:21] "GET /virtual-networks?parent_id=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002935 10.0.0.50 - - [2026-07-06 15:57:22] "GET /virtual-network/29703a74-1176-4bc2-b386-453c89dff500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005844 10.0.0.50 - - [2026-07-06 15:57:22] "POST /interface-route-tables HTTP/1.1" 200 574 0.029645 10.0.0.50 - - [2026-07-06 15:57:22] "GET /interface-route-table/fd876bbf-a7c8-49ba-985d-b4815329da58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1309 0.007571 10.0.0.50 - - [2026-07-06 15:57:22] "GET /virtual-machine-interface/ff15343b-c101-471d-8fa2-f59b28306ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006105 10.0.0.50 - - [2026-07-06 15:57:22] "POST /ref-update HTTP/1.1" 200 156 0.014882 10.0.0.50 - - [2026-07-06 15:57:22] "POST /routing-policys HTTP/1.1" 200 534 0.025839 10.0.0.50 - - [2026-07-06 15:57:22] "GET /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005866 10.0.0.242 - - [2026-07-06 15:57:22] "POST /ref-update HTTP/1.1" 200 156 0.029651 10.0.0.50 - - [2026-07-06 15:57:22] "PUT /virtual-network/96f08a9e-78d1-4d07-b2d1-c77c3da25ceb HTTP/1.1" 200 264 0.069335 10.0.0.50 - - [2026-07-06 15:57:26] "POST /ref-update HTTP/1.1" 200 156 0.043041 10.0.0.50 - - [2026-07-06 15:57:26] "DELETE /routing-policy/691daa9b-83fd-4adf-b5d1-bdfb2ab6a36d HTTP/1.1" 200 115 0.045930 10.0.0.50 - - [2026-07-06 15:57:26] "POST /neutron/network HTTP/1.1" 200 832 0.007504 10.0.0.50 - - [2026-07-06 15:57:28] "POST /neutron/port HTTP/1.1" 200 1108 0.013639 10.0.0.50 - - [2026-07-06 15:57:28] "POST /neutron/port HTTP/1.1" 200 1108 0.019900 10.0.0.33 - - [2026-07-06 15:57:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003932 10.0.0.33 - - [2026-07-06 15:57:29] "POST /useragent-kv HTTP/1.1" 200 115 0.011194 10.0.0.50 - - [2026-07-06 15:57:29] "POST /neutron/network HTTP/1.1" 200 151 0.185712 10.0.0.242 - - [2026-07-06 15:57:29] "DELETE /route-target/a6bab226-ded2-4aa7-8ee8-5c4eabb10413 HTTP/1.1" 200 115 0.033037 10.0.0.242 - - [2026-07-06 15:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.242 - - [2026-07-06 15:57:29] "DELETE /route-target/b21d71d4-b7ec-488a-a367-bfcb1b667249 HTTP/1.1" 200 115 0.022475 10.0.0.33 - - [2026-07-06 15:57:30] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001216 10.0.0.50 - - [2026-07-06 15:57:30] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.045044 10.0.0.33 - - [2026-07-06 15:57:30] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001063 10.0.0.50 - - [2026-07-06 15:57:30] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?fields=virtual_networks HTTP/1.1" 200 1016 0.042902 10.0.0.33 - - [2026-07-06 15:57:30] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001654 10.0.0.50 - - [2026-07-06 15:57:30] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?fields=virtual_machine_interfaces HTTP/1.1" 200 1016 0.042606 10.0.0.33 - - [2026-07-06 15:57:30] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001422 10.0.0.50 - - [2026-07-06 15:57:30] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?fields=security_groups HTTP/1.1" 200 1235 0.040451 10.0.0.50 - - [2026-07-06 15:57:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.027309 10.0.0.33 - - [2026-07-06 15:57:31] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002014 10.0.0.33 - - [2026-07-06 15:57:31] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.048214 10.0.0.33 - - [2026-07-06 15:57:31] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.014164 10.0.0.33 - - [2026-07-06 15:57:31] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.33 - - [2026-07-06 15:57:31] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?fields=security_groups HTTP/1.1" 200 1340 0.054992 10.0.0.33 - - [2026-07-06 15:57:31] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.33 - - [2026-07-06 15:57:31] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006937 10.0.0.33 - - [2026-07-06 15:57:31] "DELETE /security-group/bb364234-6f95-4d34-bc02-1e3c5d2b87b9 HTTP/1.1" 200 115 0.071958 10.0.0.33 - - [2026-07-06 15:57:31] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001465 10.0.0.33 - - [2026-07-06 15:57:31] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?fields=application_policy_sets HTTP/1.1" 200 1379 0.066909 10.0.0.33 - - [2026-07-06 15:57:32] "DELETE /project/09a358e5-f84d-4034-a696-455f419ffad4 HTTP/1.1" 409 278 0.373407 10.0.0.33 - - [2026-07-06 15:57:32] "POST /id-to-fqname HTTP/1.1" 200 194 0.001150 10.0.0.33 - - [2026-07-06 15:57:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.004549 10.0.0.33 - - [2026-07-06 15:57:32] "POST /security-groups HTTP/1.1" 200 595 0.047618 10.0.0.242 - - [2026-07-06 15:57:32] "POST /fqname-to-id HTTP/1.1" 404 238 0.003837 10.0.0.33 - - [2026-07-06 15:57:32] "POST /projects HTTP/1.1" 200 593 0.365908 10.0.0.33 - - [2026-07-06 15:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.409723 10.0.0.50 - - [2026-07-06 15:57:32] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.623974 10.0.0.242 - - [2026-07-06 15:57:32] "POST /access-control-lists HTTP/1.1" 200 598 0.065945 10.0.0.50 - - [2026-07-06 15:57:33] "GET / HTTP/1.1" 200 35931 0.002224 10.0.0.50 - - [2026-07-06 15:57:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2026-07-06 15:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.047039 10.0.0.33 - - [2026-07-06 15:57:35] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000976 10.0.0.50 - - [2026-07-06 15:57:35] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036710 10.0.0.50 - - [2026-07-06 15:57:35] "POST /neutron/network HTTP/1.1" 200 117 0.030784 10.0.0.50 - - [2026-07-06 15:57:36] "POST /neutron/network HTTP/1.1" 200 834 0.009320 10.0.0.50 - - [2026-07-06 15:57:36] "POST /id-to-fqname HTTP/1.1" 200 226 0.001170 10.0.0.50 - - [2026-07-06 15:57:36] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005111 10.0.0.50 - - [2026-07-06 15:57:36] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005903 10.0.0.50 - - [2026-07-06 15:57:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.014554 10.0.0.50 - - [2026-07-06 15:57:36] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005715 10.0.0.50 - - [2026-07-06 15:57:37] "GET /obj-perms HTTP/1.1" 200 4475 0.039735 10.0.0.50 - - [2026-07-06 15:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.50 - - [2026-07-06 15:57:38] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005863 10.0.0.242 - - [2026-07-06 15:57:38] "POST /route-targets HTTP/1.1" 200 327 0.021084 10.0.0.50 - - [2026-07-06 15:57:38] "PUT /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82 HTTP/1.1" 200 264 0.069511 10.0.0.50 - - [2026-07-06 15:57:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.001945 10.0.0.50 - - [2026-07-06 15:57:43] "POST /neutron/port HTTP/1.1" 200 117 0.006196 10.0.0.50 - - [2026-07-06 15:57:47] "POST /neutron/network HTTP/1.1" 200 844 0.007057 10.0.0.50 - - [2026-07-06 15:57:48] "POST /neutron/port HTTP/1.1" 200 1066 0.017127 10.0.0.50 - - [2026-07-06 15:57:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008923 10.0.0.50 - - [2026-07-06 15:57:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.010435 10.0.0.50 - - [2026-07-06 15:57:53] "POST /neutron/port HTTP/1.1" 200 1130 0.021635 10.0.0.50 - - [2026-07-06 15:57:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007729 10.0.0.50 - - [2026-07-06 15:57:59] "POST /neutron/port HTTP/1.1" 200 1130 0.017668 10.0.0.50 - - [2026-07-06 15:57:59] "GET /virtual-machine/f954a67d-5207-4776-84ed-8b5f48dee29e HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2026-07-06 15:57:59] "GET /virtual-machine/f954a67d-5207-4776-84ed-8b5f48dee29e HTTP/1.1" 200 1296 0.028359 10.0.0.50 - - [2026-07-06 15:57:59] "GET /virtual-machine-interface/13cf4e51-4dba-4924-9c94-0effb6533e67 HTTP/1.1" 200 2967 0.005702 10.0.0.50 - - [2026-07-06 15:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.50 - - [2026-07-06 15:57:59] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004890 10.0.0.50 - - [2026-07-06 15:57:59] "GET /virtual-networks?parent_id=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003878 10.0.0.50 - - [2026-07-06 15:57:59] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007301 10.0.0.242 - - [2026-07-06 15:58:00] "GET /obj-perms HTTP/1.1" 200 4493 0.045636 10.0.0.50 - - [2026-07-06 15:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.50 - - [2026-07-06 15:58:02] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.004981 10.0.0.50 - - [2026-07-06 15:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.50 - - [2026-07-06 15:58:06] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005549 10.0.0.50 - - [2026-07-06 15:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.50 - - [2026-07-06 15:58:10] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006673 10.0.0.50 - - [2026-07-06 15:58:13] "POST /neutron/port HTTP/1.1" 200 1130 0.020690 10.0.0.50 - - [2026-07-06 15:58:14] "POST /neutron/subnet HTTP/1.1" 200 708 0.016206 10.0.0.50 - - [2026-07-06 15:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006034 10.0.0.50 - - [2026-07-06 15:58:15] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.016365 10.0.0.50 - - [2026-07-06 15:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.50 - - [2026-07-06 15:58:19] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005582 10.0.0.50 - - [2026-07-06 15:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.50 - - [2026-07-06 15:58:23] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006155 10.0.0.242 - - [2026-07-06 15:58:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.242 - - [2026-07-06 15:58:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2026-07-06 15:58:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.33 - - [2026-07-06 15:58:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.33 - - [2026-07-06 15:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.001100 10.0.0.33 - - [2026-07-06 15:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.242 - - [2026-07-06 15:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2026-07-06 15:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.242 - - [2026-07-06 15:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2026-07-06 15:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2026-07-06 15:58:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2026-07-06 15:58:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2026-07-06 15:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.50 - - [2026-07-06 15:58:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003578 10.0.0.50 - - [2026-07-06 15:58:25] "GET /virtual-networks?parent_id=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003627 10.0.0.50 - - [2026-07-06 15:58:25] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005609 10.0.0.50 - - [2026-07-06 15:58:25] "POST /neutron/port HTTP/1.1" 200 1130 0.019148 10.0.0.50 - - [2026-07-06 15:58:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006938 10.0.0.33 - - [2026-07-06 15:58:32] "DELETE /project/9405d19a307345c7ba1ccdc51402f32a HTTP/1.1" 404 173 0.027509 10.0.0.50 - - [2026-07-06 15:58:35] "POST /neutron/port HTTP/1.1" 200 1130 0.019652 10.0.0.50 - - [2026-07-06 15:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.50 - - [2026-07-06 15:58:41] "GET /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006966 10.0.0.50 - - [2026-07-06 15:58:41] "PUT /virtual-network/1a7a8e67-cc31-4868-bf7e-b107bda32a82 HTTP/1.1" 200 264 0.069028 10.0.0.242 - - [2026-07-06 15:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009033 10.0.0.50 - - [2026-07-06 15:58:46] "POST /neutron/network HTTP/1.1" 400 204 0.014310 10.0.0.50 - - [2026-07-06 15:58:48] "POST /neutron/network HTTP/1.1" 400 204 0.017729 10.0.0.50 - - [2026-07-06 15:58:50] "POST /neutron/network HTTP/1.1" 200 834 0.009460 10.0.0.242 - - [2026-07-06 15:58:50] "DELETE /route-target/84da43df-0745-4a77-a648-968b4ad8b408 HTTP/1.1" 200 115 0.030809 10.0.0.50 - - [2026-07-06 15:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.33 - - [2026-07-06 15:58:53] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.041750 10.0.0.50 - - [2026-07-06 15:58:53] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.091898 10.0.0.33 - - [2026-07-06 15:58:53] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001481 10.0.0.50 - - [2026-07-06 15:58:54] "POST /neutron/network HTTP/1.1" 200 613 0.143500 10.0.0.50 - - [2026-07-06 15:58:54] "POST /id-to-fqname HTTP/1.1" 200 226 0.003921 10.0.0.50 - - [2026-07-06 15:58:54] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006198 10.0.0.50 - - [2026-07-06 15:58:54] "POST /neutron/network HTTP/1.1" 200 832 0.007525 10.0.0.50 - - [2026-07-06 15:58:54] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006219 10.0.0.50 - - [2026-07-06 15:58:54] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006640 10.0.0.50 - - [2026-07-06 15:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.50 - - [2026-07-06 15:58:55] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005978 10.0.0.242 - - [2026-07-06 15:58:55] "POST /route-targets HTTP/1.1" 200 327 0.019213 10.0.0.50 - - [2026-07-06 15:58:55] "PUT /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211 HTTP/1.1" 200 264 0.062137 10.0.0.50 - - [2026-07-06 15:59:00] "POST /id-to-fqname HTTP/1.1" 200 226 0.001725 10.0.0.50 - - [2026-07-06 15:59:00] "POST /neutron/network HTTP/1.1" 200 842 0.007195 10.0.0.33 - - [2026-07-06 15:59:00] "GET /obj-perms HTTP/1.1" 200 4493 0.069209 10.0.0.50 - - [2026-07-06 15:59:00] "POST /neutron/port HTTP/1.1" 200 117 0.007932 10.0.0.50 - - [2026-07-06 15:59:01] "GET /obj-perms HTTP/1.1" 200 4493 0.057927 10.0.0.33 - - [2026-07-06 15:59:05] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001137 10.0.0.50 - - [2026-07-06 15:59:05] "POST /neutron/port HTTP/1.1" 200 1064 0.270769 10.0.0.50 - - [2026-07-06 15:59:05] "POST /neutron/port HTTP/1.1" 200 1118 0.094131 10.0.0.50 - - [2026-07-06 15:59:06] "POST /neutron/port HTTP/1.1" 200 1128 0.023886 10.0.0.50 - - [2026-07-06 15:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.50 - - [2026-07-06 15:59:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008995 10.0.0.50 - - [2026-07-06 15:59:16] "POST /neutron/port HTTP/1.1" 200 1128 0.034888 10.0.0.50 - - [2026-07-06 15:59:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012077 10.0.0.50 - - [2026-07-06 15:59:16] "GET /virtual-machine/dce47d6a-554e-419d-9136-807b872dcce6 HTTP/1.1" 200 1297 0.006871 10.0.0.50 - - [2026-07-06 15:59:16] "GET /virtual-machine-interface/c1a12975-3963-4148-9418-f48106e3c69e HTTP/1.1" 200 2968 0.006141 10.0.0.50 - - [2026-07-06 15:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.50 - - [2026-07-06 15:59:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006252 10.0.0.50 - - [2026-07-06 15:59:16] "GET /virtual-networks?parent_id=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003244 10.0.0.50 - - [2026-07-06 15:59:16] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006892 10.0.0.50 - - [2026-07-06 15:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007758 10.0.0.50 - - [2026-07-06 15:59:19] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.007637 10.0.0.50 - - [2026-07-06 15:59:23] "POST /neutron/network HTTP/1.1" 200 842 0.006959 10.0.0.50 - - [2026-07-06 15:59:23] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.50 - - [2026-07-06 15:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.50 - - [2026-07-06 15:59:24] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005572 10.0.0.50 - - [2026-07-06 15:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.50 - - [2026-07-06 15:59:28] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005764 10.0.0.50 - - [2026-07-06 15:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.50 - - [2026-07-06 15:59:32] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.004947 10.0.0.50 - - [2026-07-06 15:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.50 - - [2026-07-06 15:59:36] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006643 10.0.0.50 - - [2026-07-06 15:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.50 - - [2026-07-06 15:59:40] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006093 10.0.0.50 - - [2026-07-06 15:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.50 - - [2026-07-06 15:59:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004151 10.0.0.50 - - [2026-07-06 15:59:42] "GET /virtual-networks?parent_id=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003234 10.0.0.50 - - [2026-07-06 15:59:42] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006198 10.0.0.50 - - [2026-07-06 15:59:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010252 10.0.0.50 - - [2026-07-06 15:59:47] "POST /neutron/port HTTP/1.1" 200 1128 0.017632 10.0.0.50 - - [2026-07-06 15:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.50 - - [2026-07-06 15:59:53] "GET /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006335 10.0.0.50 - - [2026-07-06 15:59:53] "PUT /virtual-network/12ac40da-24c3-4b29-92bf-638fd3d92211 HTTP/1.1" 200 264 0.065223 10.0.0.242 - - [2026-07-06 15:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.014288 10.0.0.50 - - [2026-07-06 15:59:58] "POST /neutron/network HTTP/1.1" 400 204 0.014339 10.0.0.50 - - [2026-07-06 16:00:00] "POST /neutron/port HTTP/1.1" 200 151 0.191834 10.0.0.50 - - [2026-07-06 16:00:02] "POST /neutron/network HTTP/1.1" 200 832 0.009363 10.0.0.242 - - [2026-07-06 16:00:02] "DELETE /route-target/6b6ac94b-5006-4eed-96e6-ed1976d285d7 HTTP/1.1" 200 115 0.031229 10.0.0.33 - - [2026-07-06 16:00:04] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001289 10.0.0.50 - - [2026-07-06 16:00:04] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.051540 10.0.0.33 - - [2026-07-06 16:00:04] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001437 10.0.0.50 - - [2026-07-06 16:00:04] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?fields=virtual_networks HTTP/1.1" 200 1040 0.046585 10.0.0.33 - - [2026-07-06 16:00:04] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001471 10.0.0.50 - - [2026-07-06 16:00:04] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.045784 10.0.0.33 - - [2026-07-06 16:00:04] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001173 10.0.0.50 - - [2026-07-06 16:00:04] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?fields=security_groups HTTP/1.1" 200 1270 0.039226 10.0.0.50 - - [2026-07-06 16:00:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.025023 10.0.0.33 - - [2026-07-06 16:00:05] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003595 10.0.0.33 - - [2026-07-06 16:00:05] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.33 - - [2026-07-06 16:00:05] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008112 10.0.0.33 - - [2026-07-06 16:00:05] "POST /id-to-fqname HTTP/1.1" 200 216 0.002468 10.0.0.33 - - [2026-07-06 16:00:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.004109 10.0.0.33 - - [2026-07-06 16:00:05] "POST /security-groups HTTP/1.1" 200 616 0.077509 10.0.0.33 - - [2026-07-06 16:00:05] "POST /projects HTTP/1.1" 200 635 0.293935 10.0.0.33 - - [2026-07-06 16:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.332404 10.0.0.242 - - [2026-07-06 16:00:05] "POST /fqname-to-id HTTP/1.1" 404 258 0.008396 10.0.0.50 - - [2026-07-06 16:00:05] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.490319 10.0.0.50 - - [2026-07-06 16:00:07] "GET / HTTP/1.1" 200 35931 0.002411 10.0.0.50 - - [2026-07-06 16:00:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.50 - - [2026-07-06 16:00:09] "POST /fqname-to-id HTTP/1.1" 404 249 0.060755 10.0.0.242 - - [2026-07-06 16:00:09] "POST /access-control-lists HTTP/1.1" 200 643 0.031230 10.0.0.242 - - [2026-07-06 16:00:09] "PUT /access-control-list/fe222001-d6ba-4443-b08c-3f1d5ceaceec HTTP/1.1" 200 272 0.017581 10.0.0.33 - - [2026-07-06 16:00:09] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001731 10.0.0.50 - - [2026-07-06 16:00:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.107094 10.0.0.50 - - [2026-07-06 16:00:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.031902 10.0.0.242 - - [2026-07-06 16:00:10] "PUT /access-control-list/fe222001-d6ba-4443-b08c-3f1d5ceaceec HTTP/1.1" 200 272 0.015903 10.0.0.50 - - [2026-07-06 16:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.50 - - [2026-07-06 16:00:10] "GET /security-group/506c80c0-d4e4-4215-8baa-38a806477301?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.012079 10.0.0.50 - - [2026-07-06 16:00:11] "POST /neutron/security_group HTTP/1.1" 200 1026 0.005241 10.0.0.50 - - [2026-07-06 16:00:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.003866 10.0.0.242 - - [2026-07-06 16:00:11] "DELETE /access-control-list/fe222001-d6ba-4443-b08c-3f1d5ceaceec HTTP/1.1" 200 115 0.043692 10.0.0.50 - - [2026-07-06 16:00:11] "POST /fqname-to-id HTTP/1.1" 404 249 0.004232 10.0.0.242 - - [2026-07-06 16:00:11] "POST /fqname-to-id HTTP/1.1" 404 280 0.004650 10.0.0.242 - - [2026-07-06 16:00:12] "PUT /access-control-list/0cc76976-1a18-4e0d-a1b6-db95ff0ea8e6 HTTP/1.1" 200 272 0.020600 10.0.0.33 - - [2026-07-06 16:00:12] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001253 10.0.0.50 - - [2026-07-06 16:00:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.064706 10.0.0.50 - - [2026-07-06 16:00:12] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018345 10.0.0.50 - - [2026-07-06 16:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.242 - - [2026-07-06 16:00:12] "PUT /access-control-list/0cc76976-1a18-4e0d-a1b6-db95ff0ea8e6 HTTP/1.1" 200 272 0.018586 10.0.0.50 - - [2026-07-06 16:00:12] "GET /security-group/12a7c586-f5e9-43ac-a127-c896c88d9b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.008808 10.0.0.33 - - [2026-07-06 16:00:12] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001512 10.0.0.50 - - [2026-07-06 16:00:13] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.049320 10.0.0.50 - - [2026-07-06 16:00:13] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.128955 10.0.0.50 - - [2026-07-06 16:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.242 - - [2026-07-06 16:00:13] "PUT /access-control-list/419defc4-f271-477b-81d1-c553bc8f00b3 HTTP/1.1" 200 272 0.014967 10.0.0.33 - - [2026-07-06 16:00:13] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003407 10.0.0.50 - - [2026-07-06 16:00:13] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.059602 10.0.0.33 - - [2026-07-06 16:00:13] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001360 10.0.0.50 - - [2026-07-06 16:00:13] "POST /neutron/network HTTP/1.1" 200 720 0.146205 10.0.0.242 - - [2026-07-06 16:00:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.025617 10.0.0.50 - - [2026-07-06 16:00:14] "POST /neutron/network HTTP/1.1" 200 1113 0.012292 10.0.0.50 - - [2026-07-06 16:00:14] "POST /id-to-fqname HTTP/1.1" 200 290 0.001179 10.0.0.50 - - [2026-07-06 16:00:14] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006461 10.0.0.50 - - [2026-07-06 16:00:14] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006689 10.0.0.50 - - [2026-07-06 16:00:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.009601 10.0.0.50 - - [2026-07-06 16:00:14] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006211 10.0.0.242 - - [2026-07-06 16:00:15] "GET /obj-perms HTTP/1.1" 200 4517 0.079899 10.0.0.50 - - [2026-07-06 16:00:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.001372 10.0.0.50 - - [2026-07-06 16:00:16] "POST /neutron/network HTTP/1.1" 200 1123 0.008376 10.0.0.33 - - [2026-07-06 16:00:16] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000930 10.0.0.50 - - [2026-07-06 16:00:16] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.099749 10.0.0.50 - - [2026-07-06 16:00:16] "POST /neutron/port HTTP/1.1" 200 117 0.010684 10.0.0.50 - - [2026-07-06 16:00:16] "POST /id-to-fqname HTTP/1.1" 200 290 0.001392 10.0.0.50 - - [2026-07-06 16:00:16] "POST /neutron/network HTTP/1.1" 200 1123 0.008465 10.0.0.50 - - [2026-07-06 16:00:17] "POST /neutron/port HTTP/1.1" 200 117 0.012144 10.0.0.33 - - [2026-07-06 16:00:20] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001471 10.0.0.50 - - [2026-07-06 16:00:21] "POST /neutron/security_group HTTP/1.1" 200 3458 0.057505 10.0.0.33 - - [2026-07-06 16:00:21] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001087 10.0.0.50 - - [2026-07-06 16:00:21] "POST /neutron/security_group HTTP/1.1" 200 3458 0.048523 10.0.0.50 - - [2026-07-06 16:00:21] "POST /neutron/port HTTP/1.1" 200 1192 0.065424 10.0.0.50 - - [2026-07-06 16:00:22] "POST /neutron/port HTTP/1.1" 200 1192 0.028691 10.0.0.50 - - [2026-07-06 16:00:22] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007367 10.0.0.50 - - [2026-07-06 16:00:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004538 10.0.0.50 - - [2026-07-06 16:00:23] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.50 - - [2026-07-06 16:00:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005123 10.0.0.50 - - [2026-07-06 16:00:23] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.50 - - [2026-07-06 16:00:27] "POST /neutron/port HTTP/1.1" 200 1256 0.026142 10.0.0.33 - - [2026-07-06 16:00:32] "DELETE /project/6a65e65d10e842c4b37776a505042379 HTTP/1.1" 404 173 0.005912 10.0.0.33 - - [2026-07-06 16:00:32] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000906 10.0.0.33 - - [2026-07-06 16:00:32] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.051155 10.0.0.33 - - [2026-07-06 16:00:32] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000978 10.0.0.33 - - [2026-07-06 16:00:32] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?fields=security_groups HTTP/1.1" 200 1375 0.041272 10.0.0.33 - - [2026-07-06 16:00:32] "DELETE /security-group/4b808569-803f-469a-9f9a-a968898056b4 HTTP/1.1" 200 115 0.057481 10.0.0.33 - - [2026-07-06 16:00:32] "GET /projects?obj_uuids=9405d19a-3073-45c7-ba1c-cdc51402f32a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.242 - - [2026-07-06 16:00:32] "DELETE /access-control-list/726f958b-f5e3-4480-9b48-5e8e57b59640 HTTP/1.1" 200 115 0.043774 10.0.0.33 - - [2026-07-06 16:00:32] "GET /project/9405d19a-3073-45c7-ba1c-cdc51402f32a?fields=application_policy_sets HTTP/1.1" 200 1414 0.065901 10.0.0.50 - - [2026-07-06 16:00:32] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006825 10.0.0.33 - - [2026-07-06 16:00:32] "DELETE /project/9405d19a-3073-45c7-ba1c-cdc51402f32a HTTP/1.1" 200 115 0.429550 10.0.0.50 - - [2026-07-06 16:00:32] "POST /neutron/port HTTP/1.1" 200 1256 0.023278 10.0.0.50 - - [2026-07-06 16:00:32] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008186 10.0.0.50 - - [2026-07-06 16:00:32] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 401 292 0.000480 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.028359 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.004492 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3417 0.006530 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.004760 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3417 0.007259 10.0.0.50 - - [2026-07-06 16:00:33] "GET /instance-ip/2d98ad0c-35f8-4252-84c2-55e3d8ac2c77 HTTP/1.1" 200 1734 0.007120 10.0.0.50 - - [2026-07-06 16:00:33] "GET /instance-ip/4e402be5-b3a3-432c-b7e2-8e5f23c598df HTTP/1.1" 200 1715 0.008566 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.004454 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3417 0.006063 10.0.0.50 - - [2026-07-06 16:00:33] "GET /instance-ip/2d98ad0c-35f8-4252-84c2-55e3d8ac2c77 HTTP/1.1" 200 1734 0.005835 10.0.0.50 - - [2026-07-06 16:00:33] "GET /instance-ip/4e402be5-b3a3-432c-b7e2-8e5f23c598df HTTP/1.1" 200 1715 0.005893 10.0.0.50 - - [2026-07-06 16:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.50 - - [2026-07-06 16:00:33] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004714 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003872 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008025 10.0.0.50 - - [2026-07-06 16:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.50 - - [2026-07-06 16:00:33] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004435 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003020 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006888 10.0.0.50 - - [2026-07-06 16:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.50 - - [2026-07-06 16:00:33] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004123 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003367 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007935 10.0.0.50 - - [2026-07-06 16:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.50 - - [2026-07-06 16:00:33] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004370 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004139 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006364 10.0.0.50 - - [2026-07-06 16:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.50 - - [2026-07-06 16:00:33] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004550 10.0.0.50 - - [2026-07-06 16:00:33] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003058 10.0.0.50 - - [2026-07-06 16:00:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006464 10.0.0.50 - - [2026-07-06 16:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.50 - - [2026-07-06 16:00:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004656 10.0.0.50 - - [2026-07-06 16:00:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003797 10.0.0.50 - - [2026-07-06 16:00:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006625 10.0.0.50 - - [2026-07-06 16:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.50 - - [2026-07-06 16:00:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.50 - - [2026-07-06 16:00:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003342 10.0.0.50 - - [2026-07-06 16:00:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005920 10.0.0.50 - - [2026-07-06 16:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.50 - - [2026-07-06 16:00:37] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006064 10.0.0.50 - - [2026-07-06 16:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.50 - - [2026-07-06 16:00:41] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006836 10.0.0.50 - - [2026-07-06 16:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.50 - - [2026-07-06 16:00:45] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007220 10.0.0.50 - - [2026-07-06 16:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.50 - - [2026-07-06 16:00:49] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005772 10.0.0.50 - - [2026-07-06 16:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.50 - - [2026-07-06 16:00:53] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005920 10.0.0.50 - - [2026-07-06 16:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.50 - - [2026-07-06 16:00:57] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006025 10.0.0.50 - - [2026-07-06 16:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.50 - - [2026-07-06 16:00:59] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003979 10.0.0.50 - - [2026-07-06 16:00:59] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003445 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007336 10.0.0.50 - - [2026-07-06 16:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.50 - - [2026-07-06 16:01:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004803 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003719 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006685 10.0.0.50 - - [2026-07-06 16:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.50 - - [2026-07-06 16:01:00] "GET /routing-instance/4439ed70-a5c0-4f02-9977-d83a868bfe45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007755 10.0.0.50 - - [2026-07-06 16:01:00] "GET /route-target/2366c0ee-ac27-44da-aadf-e78e0f040420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004655 10.0.0.50 - - [2026-07-06 16:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.50 - - [2026-07-06 16:01:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003780 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003130 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006123 10.0.0.50 - - [2026-07-06 16:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.50 - - [2026-07-06 16:01:00] "GET /routing-instance/4439ed70-a5c0-4f02-9977-d83a868bfe45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005066 10.0.0.50 - - [2026-07-06 16:01:00] "GET /route-target/2366c0ee-ac27-44da-aadf-e78e0f040420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003924 10.0.0.50 - - [2026-07-06 16:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.50 - - [2026-07-06 16:01:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004116 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003609 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006322 10.0.0.50 - - [2026-07-06 16:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.50 - - [2026-07-06 16:01:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004493 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003759 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006103 10.0.0.50 - - [2026-07-06 16:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.50 - - [2026-07-06 16:01:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005702 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004112 10.0.0.50 - - [2026-07-06 16:01:00] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006096 10.0.0.33 - - [2026-07-06 16:01:00] "GET /obj-perms HTTP/1.1" 200 4517 0.041770 10.0.0.50 - - [2026-07-06 16:01:00] "GET /obj-perms HTTP/1.1" 200 4517 0.036777 10.0.0.50 - - [2026-07-06 16:01:01] "GET /obj-perms HTTP/1.1" 200 4517 0.004573 10.0.0.242 - - [2026-07-06 16:01:01] "GET /obj-perms HTTP/1.1" 200 4517 0.004325 10.0.0.33 - - [2026-07-06 16:01:01] "GET /obj-perms HTTP/1.1" 200 4517 0.003959 10.0.0.50 - - [2026-07-06 16:01:01] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.005630 10.0.0.50 - - [2026-07-06 16:01:01] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3417 0.006203 10.0.0.50 - - [2026-07-06 16:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.50 - - [2026-07-06 16:01:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003871 10.0.0.50 - - [2026-07-06 16:01:01] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003658 10.0.0.50 - - [2026-07-06 16:01:01] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007892 10.0.0.50 - - [2026-07-06 16:01:02] "GET /obj-perms HTTP/1.1" 200 4493 0.039815 10.0.0.50 - - [2026-07-06 16:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.50 - - [2026-07-06 16:01:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005025 10.0.0.50 - - [2026-07-06 16:01:02] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004110 10.0.0.50 - - [2026-07-06 16:01:02] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007249 10.0.0.50 - - [2026-07-06 16:01:02] "POST /neutron/port HTTP/1.1" 200 1256 0.021625 10.0.0.50 - - [2026-07-06 16:01:07] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008860 10.0.0.50 - - [2026-07-06 16:01:13] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008394 10.0.0.50 - - [2026-07-06 16:01:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.50 - - [2026-07-06 16:01:13] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.50 - - [2026-07-06 16:01:18] "POST /neutron/port HTTP/1.1" 200 1256 0.020633 10.0.0.50 - - [2026-07-06 16:01:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008586 10.0.0.50 - - [2026-07-06 16:01:25] "POST /neutron/security_group HTTP/1.1" 200 1457 0.027795 10.0.0.50 - - [2026-07-06 16:01:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.019983 10.0.0.50 - - [2026-07-06 16:01:25] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.50 - - [2026-07-06 16:01:28] "POST /neutron/port HTTP/1.1" 200 1256 0.019134 10.0.0.50 - - [2026-07-06 16:01:33] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010106 10.0.0.50 - - [2026-07-06 16:01:33] "POST /neutron/port HTTP/1.1" 200 1256 0.019981 10.0.0.50 - - [2026-07-06 16:01:34] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007644 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.012361 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.003711 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-machine-interface/0525c1ff-a19d-40ef-90af-0c5f5863a911 HTTP/1.1" 200 3416 0.007258 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.004561 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-machine-interface/0525c1ff-a19d-40ef-90af-0c5f5863a911 HTTP/1.1" 200 3416 0.006020 10.0.0.50 - - [2026-07-06 16:01:34] "GET /instance-ip/10b6cbd0-7f1f-4af3-8416-62eb87bb2978 HTTP/1.1" 200 1714 0.006927 10.0.0.50 - - [2026-07-06 16:01:34] "GET /instance-ip/a8f7845b-4e3b-404f-8c1b-9347f485d038 HTTP/1.1" 200 1736 0.006082 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.003760 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-machine-interface/0525c1ff-a19d-40ef-90af-0c5f5863a911 HTTP/1.1" 200 3416 0.005067 10.0.0.50 - - [2026-07-06 16:01:34] "GET /instance-ip/10b6cbd0-7f1f-4af3-8416-62eb87bb2978 HTTP/1.1" 200 1714 0.003970 10.0.0.50 - - [2026-07-06 16:01:34] "GET /instance-ip/a8f7845b-4e3b-404f-8c1b-9347f485d038 HTTP/1.1" 200 1736 0.004709 10.0.0.50 - - [2026-07-06 16:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.50 - - [2026-07-06 16:01:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004817 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003135 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005600 10.0.0.50 - - [2026-07-06 16:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.50 - - [2026-07-06 16:01:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005260 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003395 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007390 10.0.0.50 - - [2026-07-06 16:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.50 - - [2026-07-06 16:01:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003243 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007497 10.0.0.50 - - [2026-07-06 16:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.50 - - [2026-07-06 16:01:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004652 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003286 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005673 10.0.0.50 - - [2026-07-06 16:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.50 - - [2026-07-06 16:01:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004195 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003411 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006410 10.0.0.50 - - [2026-07-06 16:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.50 - - [2026-07-06 16:01:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004269 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003222 10.0.0.50 - - [2026-07-06 16:01:34] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005484 10.0.0.50 - - [2026-07-06 16:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.50 - - [2026-07-06 16:01:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.50 - - [2026-07-06 16:01:35] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004009 10.0.0.50 - - [2026-07-06 16:01:35] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006105 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.50 - - [2026-07-06 16:01:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004370 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003029 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005988 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.50 - - [2026-07-06 16:01:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004077 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003948 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005790 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.50 - - [2026-07-06 16:01:36] "GET /routing-instance/4439ed70-a5c0-4f02-9977-d83a868bfe45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005336 10.0.0.50 - - [2026-07-06 16:01:36] "GET /route-target/2366c0ee-ac27-44da-aadf-e78e0f040420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004805 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.50 - - [2026-07-06 16:01:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004119 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003454 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005791 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.50 - - [2026-07-06 16:01:36] "GET /routing-instance/4439ed70-a5c0-4f02-9977-d83a868bfe45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004245 10.0.0.50 - - [2026-07-06 16:01:36] "GET /route-target/2366c0ee-ac27-44da-aadf-e78e0f040420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003727 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.50 - - [2026-07-06 16:01:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004225 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003019 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006267 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.50 - - [2026-07-06 16:01:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003690 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003385 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006618 10.0.0.50 - - [2026-07-06 16:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.50 - - [2026-07-06 16:01:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004676 10.0.0.50 - - [2026-07-06 16:01:36] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004765 10.0.0.50 - - [2026-07-06 16:01:37] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005994 10.0.0.50 - - [2026-07-06 16:01:37] "GET /obj-perms HTTP/1.1" 200 4517 0.003762 10.0.0.33 - - [2026-07-06 16:01:37] "GET /obj-perms HTTP/1.1" 200 4517 0.003879 10.0.0.50 - - [2026-07-06 16:01:37] "GET /obj-perms HTTP/1.1" 200 4517 0.003536 10.0.0.50 - - [2026-07-06 16:01:37] "GET /obj-perms HTTP/1.1" 200 4517 0.004461 10.0.0.50 - - [2026-07-06 16:01:37] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.004347 10.0.0.50 - - [2026-07-06 16:01:37] "GET /virtual-machine-interface/0525c1ff-a19d-40ef-90af-0c5f5863a911 HTTP/1.1" 200 3416 0.005435 10.0.0.50 - - [2026-07-06 16:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.50 - - [2026-07-06 16:01:37] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004367 10.0.0.50 - - [2026-07-06 16:01:37] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002936 10.0.0.50 - - [2026-07-06 16:01:37] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005755 10.0.0.50 - - [2026-07-06 16:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.50 - - [2026-07-06 16:01:38] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.50 - - [2026-07-06 16:01:38] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003572 10.0.0.50 - - [2026-07-06 16:01:38] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005831 10.0.0.50 - - [2026-07-06 16:01:38] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.005380 10.0.0.50 - - [2026-07-06 16:01:38] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3417 0.006029 10.0.0.50 - - [2026-07-06 16:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.50 - - [2026-07-06 16:01:38] "GET /security-group/12a7c586-f5e9-43ac-a127-c896c88d9b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003896 10.0.0.50 - - [2026-07-06 16:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.50 - - [2026-07-06 16:01:38] "GET /security-group/12a7c586-f5e9-43ac-a127-c896c88d9b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004120 10.0.0.50 - - [2026-07-06 16:01:38] "POST /neutron/port HTTP/1.1" 200 1256 0.019809 10.0.0.50 - - [2026-07-06 16:01:39] "POST /neutron/port HTTP/1.1" 200 1208 0.088675 10.0.0.50 - - [2026-07-06 16:01:39] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.004822 10.0.0.50 - - [2026-07-06 16:01:39] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3361 0.007402 10.0.0.50 - - [2026-07-06 16:01:39] "POST /neutron/port HTTP/1.1" 200 1208 0.018041 10.0.0.50 - - [2026-07-06 16:01:39] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.004035 10.0.0.50 - - [2026-07-06 16:01:39] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3417 0.008447 10.0.0.50 - - [2026-07-06 16:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.50 - - [2026-07-06 16:01:39] "GET /security-group/12a7c586-f5e9-43ac-a127-c896c88d9b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004477 10.0.0.50 - - [2026-07-06 16:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.50 - - [2026-07-06 16:01:39] "GET /security-group/12a7c586-f5e9-43ac-a127-c896c88d9b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004691 10.0.0.50 - - [2026-07-06 16:01:39] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005171 10.0.0.50 - - [2026-07-06 16:02:19] "POST /neutron/network HTTP/1.1" 200 1123 0.007159 10.0.0.50 - - [2026-07-06 16:02:19] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012500 10.0.0.50 - - [2026-07-06 16:02:19] "POST /neutron/network HTTP/1.1" 200 1113 0.010293 10.0.0.50 - - [2026-07-06 16:02:25] "POST /neutron/network HTTP/1.1" 200 1123 0.007765 10.0.0.50 - - [2026-07-06 16:02:25] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012550 10.0.0.50 - - [2026-07-06 16:02:25] "POST /neutron/network HTTP/1.1" 200 1113 0.009162 10.0.0.50 - - [2026-07-06 16:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.183204 10.0.0.50 - - [2026-07-06 16:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.184272 10.0.0.242 - - [2026-07-06 16:02:28] "PUT /access-control-list/419defc4-f271-477b-81d1-c553bc8f00b3 HTTP/1.1" 200 272 0.031720 10.0.0.50 - - [2026-07-06 16:02:31] "POST /neutron/security_group HTTP/1.1" 200 151 0.159222 10.0.0.50 - - [2026-07-06 16:02:31] "POST /fqname-to-id HTTP/1.1" 404 249 0.003041 10.0.0.242 - - [2026-07-06 16:02:31] "DELETE /access-control-list/419defc4-f271-477b-81d1-c553bc8f00b3 HTTP/1.1" 200 115 0.041781 10.0.0.50 - - [2026-07-06 16:02:31] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.009299 10.0.0.50 - - [2026-07-06 16:02:31] "GET /virtual-machine-interface/75bb83af-5670-4485-b359-97efbf2aebbf HTTP/1.1" 200 3127 0.007535 10.0.0.50 - - [2026-07-06 16:02:31] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.003938 10.0.0.50 - - [2026-07-06 16:02:31] "GET /virtual-machine-interface/0525c1ff-a19d-40ef-90af-0c5f5863a911 HTTP/1.1" 200 3126 0.008223 10.0.0.50 - - [2026-07-06 16:02:31] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.004518 10.0.0.50 - - [2026-07-06 16:02:33] "POST /neutron/port HTTP/1.1" 200 1218 0.018357 10.0.0.50 - - [2026-07-06 16:02:33] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 200 1318 0.004471 10.0.0.50 - - [2026-07-06 16:02:35] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 404 171 0.003566 10.0.0.50 - - [2026-07-06 16:02:35] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 404 171 0.002880 10.0.0.50 - - [2026-07-06 16:02:35] "GET /virtual-machine/927af00d-14e9-4ed2-8b73-4065f20763bd HTTP/1.1" 404 171 0.003419 10.0.0.50 - - [2026-07-06 16:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.50 - - [2026-07-06 16:02:35] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003428 10.0.0.50 - - [2026-07-06 16:02:35] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003281 10.0.0.50 - - [2026-07-06 16:02:35] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006555 10.0.0.50 - - [2026-07-06 16:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.50 - - [2026-07-06 16:02:36] "GET /routing-instance/4439ed70-a5c0-4f02-9977-d83a868bfe45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004459 10.0.0.50 - - [2026-07-06 16:02:36] "GET /route-target/2366c0ee-ac27-44da-aadf-e78e0f040420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004205 10.0.0.50 - - [2026-07-06 16:02:36] "GET /obj-perms HTTP/1.1" 200 4517 0.003522 10.0.0.50 - - [2026-07-06 16:02:42] "GET /obj-perms HTTP/1.1" 200 4517 0.003915 10.0.0.50 - - [2026-07-06 16:02:45] "GET /obj-perms HTTP/1.1" 200 4517 0.005131 10.0.0.242 - - [2026-07-06 16:02:45] "GET /obj-perms HTTP/1.1" 200 4517 0.004987 10.0.0.33 - - [2026-07-06 16:02:45] "GET /obj-perms HTTP/1.1" 200 4517 0.003710 10.0.0.50 - - [2026-07-06 16:02:45] "POST /neutron/security_group HTTP/1.1" 200 117 0.007423 10.0.0.50 - - [2026-07-06 16:02:45] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.004485 10.0.0.50 - - [2026-07-06 16:02:47] "POST /neutron/port HTTP/1.1" 200 1208 0.016682 10.0.0.50 - - [2026-07-06 16:02:47] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 200 1317 0.003675 10.0.0.50 - - [2026-07-06 16:02:49] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 404 171 0.003963 10.0.0.50 - - [2026-07-06 16:02:49] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 404 171 0.003732 10.0.0.50 - - [2026-07-06 16:02:49] "GET /virtual-machine/7933d4e5-b53d-4260-9df2-59747a56277f HTTP/1.1" 404 171 0.003473 10.0.0.50 - - [2026-07-06 16:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.50 - - [2026-07-06 16:02:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.50 - - [2026-07-06 16:02:49] "GET /virtual-networks?parent_id=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003762 10.0.0.50 - - [2026-07-06 16:02:49] "GET /virtual-network/67ed31df-9471-4cba-a977-446b078ff404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007435 10.0.0.50 - - [2026-07-06 16:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.50 - - [2026-07-06 16:02:50] "GET /routing-instance/4439ed70-a5c0-4f02-9977-d83a868bfe45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005799 10.0.0.50 - - [2026-07-06 16:02:50] "GET /route-target/2366c0ee-ac27-44da-aadf-e78e0f040420?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005003 10.0.0.50 - - [2026-07-06 16:02:50] "GET /obj-perms HTTP/1.1" 200 4517 0.005314 10.0.0.242 - - [2026-07-06 16:02:56] "GET /obj-perms HTTP/1.1" 200 4517 0.004600 10.0.0.50 - - [2026-07-06 16:02:59] "GET /obj-perms HTTP/1.1" 200 4517 0.003948 10.0.0.242 - - [2026-07-06 16:03:03] "GET /obj-perms HTTP/1.1" 200 4493 0.038359 10.0.0.50 - - [2026-07-06 16:03:08] "GET /obj-perms HTTP/1.1" 200 4517 0.004213 10.0.0.242 - - [2026-07-06 16:03:11] "GET /obj-perms HTTP/1.1" 200 4517 0.005331 10.0.0.50 - - [2026-07-06 16:03:17] "GET /obj-perms HTTP/1.1" 200 4517 0.004112 10.0.0.242 - - [2026-07-06 16:03:17] "GET /obj-perms HTTP/1.1" 200 4517 0.003747 10.0.0.33 - - [2026-07-06 16:03:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007517 10.0.0.33 - - [2026-07-06 16:03:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.33 - - [2026-07-06 16:03:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.33 - - [2026-07-06 16:03:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009570 10.0.0.50 - - [2026-07-06 16:03:18] "POST /neutron/network HTTP/1.1" 200 151 0.180280 10.0.0.242 - - [2026-07-06 16:03:18] "DELETE /route-target/2366c0ee-ac27-44da-aadf-e78e0f040420 HTTP/1.1" 200 115 0.045677 10.0.0.33 - - [2026-07-06 16:03:19] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001427 10.0.0.50 - - [2026-07-06 16:03:19] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.067536 10.0.0.33 - - [2026-07-06 16:03:19] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001235 10.0.0.50 - - [2026-07-06 16:03:19] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?fields=virtual_networks HTTP/1.1" 200 1081 0.046817 10.0.0.33 - - [2026-07-06 16:03:19] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001529 10.0.0.50 - - [2026-07-06 16:03:19] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.042911 10.0.0.33 - - [2026-07-06 16:03:19] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001055 10.0.0.50 - - [2026-07-06 16:03:19] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?fields=security_groups HTTP/1.1" 200 1332 0.034920 10.0.0.50 - - [2026-07-06 16:03:21] "POST /fqname-to-id HTTP/1.1" 404 218 0.363555 10.0.0.33 - - [2026-07-06 16:03:21] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003194 10.0.0.33 - - [2026-07-06 16:03:21] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.33 - - [2026-07-06 16:03:21] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007701 10.0.0.33 - - [2026-07-06 16:03:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.003577 10.0.0.33 - - [2026-07-06 16:03:21] "POST /fqname-to-id HTTP/1.1" 404 232 0.004911 10.0.0.33 - - [2026-07-06 16:03:21] "POST /security-groups HTTP/1.1" 200 621 0.076735 10.0.0.33 - - [2026-07-06 16:03:21] "POST /projects HTTP/1.1" 200 645 0.293268 10.0.0.242 - - [2026-07-06 16:03:21] "POST /fqname-to-id HTTP/1.1" 404 263 0.004513 10.0.0.33 - - [2026-07-06 16:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.362357 10.0.0.50 - - [2026-07-06 16:03:21] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.509100 10.0.0.50 - - [2026-07-06 16:03:22] "GET / HTTP/1.1" 200 35931 0.002064 10.0.0.242 - - [2026-07-06 16:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.242 - - [2026-07-06 16:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.33 - - [2026-07-06 16:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-07-06 16:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.33 - - [2026-07-06 16:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.33 - - [2026-07-06 16:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.242 - - [2026-07-06 16:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.50 - - [2026-07-06 16:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.242 - - [2026-07-06 16:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.50 - - [2026-07-06 16:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-07-06 16:03:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2026-07-06 16:03:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000762 10.0.0.50 - - [2026-07-06 16:03:25] "POST /fqname-to-id HTTP/1.1" 404 254 0.098384 10.0.0.50 - - [2026-07-06 16:03:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.50 - - [2026-07-06 16:03:25] "POST /security-groups HTTP/1.1" 200 595 0.044965 10.0.0.50 - - [2026-07-06 16:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.242 - - [2026-07-06 16:03:25] "POST /access-control-lists HTTP/1.1" 200 648 0.025735 10.0.0.50 - - [2026-07-06 16:03:25] "GET /security-group/5d9cdfb3-288a-40d3-97d0-0b7e07cd6451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.007149 10.0.0.50 - - [2026-07-06 16:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006213 10.0.0.50 - - [2026-07-06 16:03:25] "GET /security-group/5d9cdfb3-288a-40d3-97d0-0b7e07cd6451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004502 10.0.0.50 - - [2026-07-06 16:03:26] "DELETE /security-group/5d9cdfb3-288a-40d3-97d0-0b7e07cd6451 HTTP/1.1" 200 115 0.050339 10.0.0.50 - - [2026-07-06 16:03:26] "POST /fqname-to-id HTTP/1.1" 404 254 0.004417 10.0.0.242 - - [2026-07-06 16:03:26] "DELETE /access-control-list/11987020-5c55-463b-9dc9-2dff4f78e807 HTTP/1.1" 200 115 0.040254 10.0.0.50 - - [2026-07-06 16:03:26] "POST /fqname-to-id HTTP/1.1" 404 254 0.003530 10.0.0.50 - - [2026-07-06 16:03:26] "POST /security-groups HTTP/1.1" 200 595 0.041192 10.0.0.50 - - [2026-07-06 16:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.242 - - [2026-07-06 16:03:26] "POST /access-control-lists HTTP/1.1" 200 648 0.028275 10.0.0.50 - - [2026-07-06 16:03:26] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.015553 10.0.0.50 - - [2026-07-06 16:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.50 - - [2026-07-06 16:03:26] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004306 10.0.0.50 - - [2026-07-06 16:03:27] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006306 10.0.0.50 - - [2026-07-06 16:03:27] "PUT /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c HTTP/1.1" 200 262 0.022772 10.0.0.242 - - [2026-07-06 16:03:27] "PUT /access-control-list/9cfd1858-971c-4d0a-af71-d6b253b6c6c7 HTTP/1.1" 200 272 0.015059 10.0.0.50 - - [2026-07-06 16:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.012222 10.0.0.33 - - [2026-07-06 16:03:27] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001361 10.0.0.50 - - [2026-07-06 16:03:27] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.050705 10.0.0.242 - - [2026-07-06 16:03:27] "POST /ref-update HTTP/1.1" 200 156 0.027225 10.0.0.33 - - [2026-07-06 16:03:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009589 10.0.0.50 - - [2026-07-06 16:03:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.263081 10.0.0.50 - - [2026-07-06 16:03:27] "POST /id-to-fqname HTTP/1.1" 200 300 0.001346 10.0.0.50 - - [2026-07-06 16:03:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006081 10.0.0.50 - - [2026-07-06 16:03:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005828 10.0.0.50 - - [2026-07-06 16:03:27] "POST /neutron/network HTTP/1.1" 200 954 0.007023 10.0.0.50 - - [2026-07-06 16:03:28] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006955 10.0.0.50 - - [2026-07-06 16:03:28] "GET /obj-perms HTTP/1.1" 200 4527 0.056862 10.0.0.33 - - [2026-07-06 16:03:29] "GET /obj-perms HTTP/1.1" 200 4527 0.087835 10.0.0.50 - - [2026-07-06 16:03:29] "POST /id-to-fqname HTTP/1.1" 200 300 0.001364 10.0.0.50 - - [2026-07-06 16:03:29] "POST /neutron/network HTTP/1.1" 200 964 0.007229 10.0.0.50 - - [2026-07-06 16:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.007236 10.0.0.50 - - [2026-07-06 16:03:30] "POST /id-to-fqname HTTP/1.1" 200 300 0.001393 10.0.0.50 - - [2026-07-06 16:03:30] "POST /neutron/network HTTP/1.1" 200 964 0.008016 10.0.0.33 - - [2026-07-06 16:03:30] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000926 10.0.0.50 - - [2026-07-06 16:03:30] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.044243 10.0.0.50 - - [2026-07-06 16:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.007560 10.0.0.33 - - [2026-07-06 16:03:32] "DELETE /project/800511038adf4b138a7cd9b69ce7d613 HTTP/1.1" 404 173 0.030436 10.0.0.33 - - [2026-07-06 16:03:32] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001224 10.0.0.33 - - [2026-07-06 16:03:32] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1567 0.046479 10.0.0.33 - - [2026-07-06 16:03:32] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001825 10.0.0.33 - - [2026-07-06 16:03:32] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?fields=security_groups HTTP/1.1" 200 1437 0.048751 10.0.0.33 - - [2026-07-06 16:03:33] "DELETE /security-group/20a1695a-2a6b-4701-ab6e-2871e8af22a8 HTTP/1.1" 200 115 0.077837 10.0.0.33 - - [2026-07-06 16:03:33] "GET /projects?obj_uuids=6a65e65d-10e8-42c4-b377-76a505042379&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002424 10.0.0.33 - - [2026-07-06 16:03:33] "GET /project/6a65e65d-10e8-42c4-b377-76a505042379?fields=application_policy_sets HTTP/1.1" 200 1476 0.065656 10.0.0.33 - - [2026-07-06 16:03:33] "DELETE /project/6a65e65d-10e8-42c4-b377-76a505042379 HTTP/1.1" 200 115 0.536529 10.0.0.33 - - [2026-07-06 16:03:34] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001178 10.0.0.50 - - [2026-07-06 16:03:34] "POST /neutron/security_group HTTP/1.1" 200 3298 0.065763 10.0.0.33 - - [2026-07-06 16:03:35] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001024 10.0.0.50 - - [2026-07-06 16:03:35] "POST /neutron/security_group HTTP/1.1" 200 3298 0.054816 10.0.0.50 - - [2026-07-06 16:03:35] "POST /neutron/port HTTP/1.1" 200 1090 0.024981 10.0.0.50 - - [2026-07-06 16:03:35] "POST /neutron/port HTTP/1.1" 200 1090 0.020887 10.0.0.50 - - [2026-07-06 16:03:36] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007995 10.0.0.50 - - [2026-07-06 16:03:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.009722 10.0.0.50 - - [2026-07-06 16:03:37] "POST /neutron/port HTTP/1.1" 200 1155 0.023903 10.0.0.50 - - [2026-07-06 16:03:37] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.50 - - [2026-07-06 16:03:41] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009480 10.0.0.50 - - [2026-07-06 16:03:41] "POST /neutron/port HTTP/1.1" 200 1155 0.020499 10.0.0.50 - - [2026-07-06 16:03:41] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008863 10.0.0.50 - - [2026-07-06 16:03:41] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 401 292 0.000433 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.034460 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.006966 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3262 0.011456 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.006269 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3262 0.008803 10.0.0.50 - - [2026-07-06 16:03:42] "GET /instance-ip/0a392e53-5dfb-4097-ba78-92a7ed223307 HTTP/1.1" 200 1729 0.008217 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.004704 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3262 0.006176 10.0.0.50 - - [2026-07-06 16:03:42] "GET /instance-ip/0a392e53-5dfb-4097-ba78-92a7ed223307 HTTP/1.1" 200 1729 0.004874 10.0.0.50 - - [2026-07-06 16:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.50 - - [2026-07-06 16:03:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006156 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003756 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006995 10.0.0.50 - - [2026-07-06 16:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.50 - - [2026-07-06 16:03:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004586 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003582 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006105 10.0.0.50 - - [2026-07-06 16:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.50 - - [2026-07-06 16:03:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003354 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006906 10.0.0.50 - - [2026-07-06 16:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.50 - - [2026-07-06 16:03:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005376 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003896 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005979 10.0.0.50 - - [2026-07-06 16:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.50 - - [2026-07-06 16:03:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005013 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003869 10.0.0.50 - - [2026-07-06 16:03:42] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006691 10.0.0.50 - - [2026-07-06 16:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.50 - - [2026-07-06 16:03:43] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004843 10.0.0.50 - - [2026-07-06 16:03:43] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003805 10.0.0.50 - - [2026-07-06 16:03:43] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006368 10.0.0.50 - - [2026-07-06 16:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.50 - - [2026-07-06 16:03:43] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004388 10.0.0.50 - - [2026-07-06 16:03:43] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003556 10.0.0.50 - - [2026-07-06 16:03:43] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006970 10.0.0.50 - - [2026-07-06 16:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.50 - - [2026-07-06 16:03:46] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005427 10.0.0.50 - - [2026-07-06 16:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.50 - - [2026-07-06 16:03:50] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005693 10.0.0.50 - - [2026-07-06 16:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.50 - - [2026-07-06 16:03:54] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005119 10.0.0.50 - - [2026-07-06 16:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.50 - - [2026-07-06 16:03:58] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006744 10.0.0.50 - - [2026-07-06 16:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.50 - - [2026-07-06 16:04:02] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005679 10.0.0.50 - - [2026-07-06 16:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.50 - - [2026-07-06 16:04:06] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005595 10.0.0.50 - - [2026-07-06 16:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.50 - - [2026-07-06 16:04:10] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007814 10.0.0.50 - - [2026-07-06 16:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.50 - - [2026-07-06 16:04:12] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003753 10.0.0.50 - - [2026-07-06 16:04:12] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003230 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006044 10.0.0.50 - - [2026-07-06 16:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.50 - - [2026-07-06 16:04:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004358 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002913 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006192 10.0.0.50 - - [2026-07-06 16:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.50 - - [2026-07-06 16:04:13] "GET /routing-instance/aa0c8880-15b9-4964-91f5-e033ebf837ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005008 10.0.0.50 - - [2026-07-06 16:04:13] "GET /route-target/56345697-8e34-4804-98e2-85be81a0752d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003481 10.0.0.50 - - [2026-07-06 16:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.50 - - [2026-07-06 16:04:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003895 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003148 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005973 10.0.0.50 - - [2026-07-06 16:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.50 - - [2026-07-06 16:04:13] "GET /routing-instance/aa0c8880-15b9-4964-91f5-e033ebf837ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004100 10.0.0.50 - - [2026-07-06 16:04:13] "GET /route-target/56345697-8e34-4804-98e2-85be81a0752d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004344 10.0.0.50 - - [2026-07-06 16:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.50 - - [2026-07-06 16:04:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004666 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003981 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006444 10.0.0.50 - - [2026-07-06 16:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.50 - - [2026-07-06 16:04:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004472 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002854 10.0.0.50 - - [2026-07-06 16:04:13] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005905 10.0.0.50 - - [2026-07-06 16:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.50 - - [2026-07-06 16:04:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004950 10.0.0.50 - - [2026-07-06 16:04:14] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003822 10.0.0.50 - - [2026-07-06 16:04:14] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006382 10.0.0.50 - - [2026-07-06 16:04:14] "GET /obj-perms HTTP/1.1" 200 4527 0.004071 10.0.0.33 - - [2026-07-06 16:04:14] "GET /obj-perms HTTP/1.1" 200 4527 0.003606 10.0.0.50 - - [2026-07-06 16:04:14] "GET /obj-perms HTTP/1.1" 200 4527 0.003709 10.0.0.242 - - [2026-07-06 16:04:14] "GET /obj-perms HTTP/1.1" 200 4527 0.038396 10.0.0.50 - - [2026-07-06 16:04:14] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.004127 10.0.0.50 - - [2026-07-06 16:04:14] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3262 0.008342 10.0.0.50 - - [2026-07-06 16:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.50 - - [2026-07-06 16:04:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003989 10.0.0.50 - - [2026-07-06 16:04:14] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003468 10.0.0.50 - - [2026-07-06 16:04:14] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005931 10.0.0.50 - - [2026-07-06 16:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.50 - - [2026-07-06 16:04:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004513 10.0.0.50 - - [2026-07-06 16:04:15] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004826 10.0.0.50 - - [2026-07-06 16:04:15] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005504 10.0.0.50 - - [2026-07-06 16:04:16] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007891 10.0.0.50 - - [2026-07-06 16:04:16] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008151 10.0.0.50 - - [2026-07-06 16:04:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.008885 10.0.0.50 - - [2026-07-06 16:04:17] "POST /neutron/port HTTP/1.1" 200 1155 0.018509 10.0.0.50 - - [2026-07-06 16:04:21] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008210 10.0.0.50 - - [2026-07-06 16:04:26] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007734 10.0.0.50 - - [2026-07-06 16:04:26] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008420 10.0.0.50 - - [2026-07-06 16:04:26] "POST /neutron/port HTTP/1.1" 200 1155 0.019163 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.005835 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.003933 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-machine-interface/b0a15884-c8b6-4320-b68b-832805845015 HTTP/1.1" 200 3264 0.005717 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.004245 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-machine-interface/b0a15884-c8b6-4320-b68b-832805845015 HTTP/1.1" 200 3264 0.005432 10.0.0.50 - - [2026-07-06 16:04:26] "GET /instance-ip/33de5626-ffa7-4d28-90ac-760f6a5dff4d HTTP/1.1" 200 1730 0.006036 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.003739 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-machine-interface/b0a15884-c8b6-4320-b68b-832805845015 HTTP/1.1" 200 3264 0.006121 10.0.0.50 - - [2026-07-06 16:04:26] "GET /instance-ip/33de5626-ffa7-4d28-90ac-760f6a5dff4d HTTP/1.1" 200 1730 0.004489 10.0.0.50 - - [2026-07-06 16:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.50 - - [2026-07-06 16:04:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004077 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002905 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005875 10.0.0.50 - - [2026-07-06 16:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.50 - - [2026-07-06 16:04:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004178 10.0.0.50 - - [2026-07-06 16:04:26] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003013 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005560 10.0.0.50 - - [2026-07-06 16:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.50 - - [2026-07-06 16:04:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003750 10.0.0.50 - - [2026-07-06 16:04:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004174 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003123 10.0.0.50 - - [2026-07-06 16:04:27] "POST /neutron/network HTTP/1.1" 200 954 0.006397 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005951 10.0.0.50 - - [2026-07-06 16:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.50 - - [2026-07-06 16:04:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004600 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003770 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005803 10.0.0.50 - - [2026-07-06 16:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.50 - - [2026-07-06 16:04:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003150 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007134 10.0.0.50 - - [2026-07-06 16:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.50 - - [2026-07-06 16:04:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004057 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003247 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005883 10.0.0.50 - - [2026-07-06 16:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.50 - - [2026-07-06 16:04:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004620 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003697 10.0.0.50 - - [2026-07-06 16:04:27] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.008731 10.0.0.50 - - [2026-07-06 16:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.50 - - [2026-07-06 16:04:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003797 10.0.0.50 - - [2026-07-06 16:04:28] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002972 10.0.0.50 - - [2026-07-06 16:04:28] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006889 10.0.0.50 - - [2026-07-06 16:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.50 - - [2026-07-06 16:04:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003474 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003752 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006531 10.0.0.50 - - [2026-07-06 16:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.50 - - [2026-07-06 16:04:29] "GET /routing-instance/aa0c8880-15b9-4964-91f5-e033ebf837ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004444 10.0.0.50 - - [2026-07-06 16:04:29] "GET /route-target/56345697-8e34-4804-98e2-85be81a0752d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003650 10.0.0.50 - - [2026-07-06 16:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.50 - - [2026-07-06 16:04:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004165 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003021 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005788 10.0.0.50 - - [2026-07-06 16:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.50 - - [2026-07-06 16:04:29] "GET /routing-instance/aa0c8880-15b9-4964-91f5-e033ebf837ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005052 10.0.0.50 - - [2026-07-06 16:04:29] "GET /route-target/56345697-8e34-4804-98e2-85be81a0752d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003726 10.0.0.50 - - [2026-07-06 16:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.50 - - [2026-07-06 16:04:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004268 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003543 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005905 10.0.0.50 - - [2026-07-06 16:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.50 - - [2026-07-06 16:04:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003953 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003291 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007086 10.0.0.50 - - [2026-07-06 16:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.50 - - [2026-07-06 16:04:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004080 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002934 10.0.0.50 - - [2026-07-06 16:04:29] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005428 10.0.0.50 - - [2026-07-06 16:04:29] "GET /obj-perms HTTP/1.1" 200 4527 0.003717 10.0.0.33 - - [2026-07-06 16:04:29] "GET /obj-perms HTTP/1.1" 200 4527 0.005767 10.0.0.50 - - [2026-07-06 16:04:29] "GET /obj-perms HTTP/1.1" 200 4527 0.007082 10.0.0.50 - - [2026-07-06 16:04:30] "GET /obj-perms HTTP/1.1" 200 4527 0.004609 10.0.0.242 - - [2026-07-06 16:04:30] "GET /obj-perms HTTP/1.1" 200 4527 0.003909 10.0.0.50 - - [2026-07-06 16:04:30] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.004072 10.0.0.50 - - [2026-07-06 16:04:30] "GET /virtual-machine-interface/b0a15884-c8b6-4320-b68b-832805845015 HTTP/1.1" 200 3264 0.005795 10.0.0.50 - - [2026-07-06 16:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.50 - - [2026-07-06 16:04:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003871 10.0.0.50 - - [2026-07-06 16:04:30] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003564 10.0.0.50 - - [2026-07-06 16:04:30] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.006490 10.0.0.50 - - [2026-07-06 16:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.50 - - [2026-07-06 16:04:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004425 10.0.0.50 - - [2026-07-06 16:04:31] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003607 10.0.0.50 - - [2026-07-06 16:04:31] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007447 10.0.0.50 - - [2026-07-06 16:04:31] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.004351 10.0.0.50 - - [2026-07-06 16:04:31] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3262 0.005686 10.0.0.50 - - [2026-07-06 16:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.50 - - [2026-07-06 16:04:31] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004003 10.0.0.50 - - [2026-07-06 16:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.50 - - [2026-07-06 16:04:31] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004091 10.0.0.50 - - [2026-07-06 16:04:31] "POST /neutron/port HTTP/1.1" 200 1155 0.018355 10.0.0.50 - - [2026-07-06 16:04:31] "POST /neutron/port HTTP/1.1" 200 1106 0.072208 10.0.0.50 - - [2026-07-06 16:04:31] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.004124 10.0.0.50 - - [2026-07-06 16:04:31] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3201 0.005119 10.0.0.50 - - [2026-07-06 16:04:32] "POST /neutron/port HTTP/1.1" 200 1106 0.015517 10.0.0.50 - - [2026-07-06 16:04:32] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.004250 10.0.0.50 - - [2026-07-06 16:04:32] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3262 0.007257 10.0.0.50 - - [2026-07-06 16:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.50 - - [2026-07-06 16:04:32] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.003579 10.0.0.50 - - [2026-07-06 16:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.50 - - [2026-07-06 16:04:32] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.004063 10.0.0.50 - - [2026-07-06 16:04:32] "POST /neutron/security_group HTTP/1.1" 200 1318 0.004076 10.0.0.33 - - [2026-07-06 16:05:05] "GET /obj-perms HTTP/1.1" 200 4493 0.045491 10.0.0.50 - - [2026-07-06 16:05:05] "GET /obj-perms HTTP/1.1" 200 4493 0.039199 10.0.0.50 - - [2026-07-06 16:05:17] "POST /neutron/network HTTP/1.1" 200 964 0.008338 10.0.0.50 - - [2026-07-06 16:05:17] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.50 - - [2026-07-06 16:05:28] "POST /neutron/port HTTP/1.1" 200 1155 0.018934 10.0.0.50 - - [2026-07-06 16:05:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.008499 10.0.0.50 - - [2026-07-06 16:06:13] "GET /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2579 0.006314 10.0.0.50 - - [2026-07-06 16:06:13] "PUT /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c HTTP/1.1" 200 262 0.017493 10.0.0.242 - - [2026-07-06 16:06:13] "PUT /access-control-list/9cfd1858-971c-4d0a-af71-d6b253b6c6c7 HTTP/1.1" 200 272 0.013592 10.0.0.50 - - [2026-07-06 16:06:15] "DELETE /security-group/ca83dbdc-f79d-4186-9215-6c086f51ac0c HTTP/1.1" 200 115 0.231679 10.0.0.50 - - [2026-07-06 16:06:15] "POST /fqname-to-id HTTP/1.1" 404 254 0.007119 10.0.0.242 - - [2026-07-06 16:06:16] "DELETE /access-control-list/f80af1e4-320e-4693-b1b2-15b3e74b9752 HTTP/1.1" 200 115 0.040260 10.0.0.50 - - [2026-07-06 16:06:16] "POST /fqname-to-id HTTP/1.1" 404 254 0.003832 10.0.0.50 - - [2026-07-06 16:06:16] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.005431 10.0.0.50 - - [2026-07-06 16:06:16] "GET /virtual-machine-interface/844e2541-7d46-4286-863f-29a3c097d54b HTTP/1.1" 200 3201 0.008208 10.0.0.50 - - [2026-07-06 16:06:16] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.003883 10.0.0.50 - - [2026-07-06 16:06:16] "GET /virtual-machine-interface/b0a15884-c8b6-4320-b68b-832805845015 HTTP/1.1" 200 3203 0.008079 10.0.0.50 - - [2026-07-06 16:06:16] "POST /neutron/security_group HTTP/1.1" 200 117 0.006362 10.0.0.50 - - [2026-07-06 16:06:16] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.003973 10.0.0.50 - - [2026-07-06 16:06:18] "POST /neutron/port HTTP/1.1" 200 1116 0.019646 10.0.0.50 - - [2026-07-06 16:06:18] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 200 1320 0.004518 10.0.0.50 - - [2026-07-06 16:06:19] "POST /neutron/port HTTP/1.1" 200 1116 0.038184 10.0.0.50 - - [2026-07-06 16:06:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.008869 10.0.0.50 - - [2026-07-06 16:06:20] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 404 171 0.003105 10.0.0.50 - - [2026-07-06 16:06:20] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 404 171 0.002972 10.0.0.50 - - [2026-07-06 16:06:20] "GET /virtual-machine/05bfda7c-efe7-4347-864b-439c1dcfda01 HTTP/1.1" 404 171 0.003426 10.0.0.50 - - [2026-07-06 16:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.50 - - [2026-07-06 16:06:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003847 10.0.0.50 - - [2026-07-06 16:06:20] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002928 10.0.0.50 - - [2026-07-06 16:06:21] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005725 10.0.0.50 - - [2026-07-06 16:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.50 - - [2026-07-06 16:06:21] "GET /routing-instance/aa0c8880-15b9-4964-91f5-e033ebf837ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004527 10.0.0.50 - - [2026-07-06 16:06:21] "GET /route-target/56345697-8e34-4804-98e2-85be81a0752d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004028 10.0.0.50 - - [2026-07-06 16:06:24] "GET /obj-perms HTTP/1.1" 200 4527 0.003791 10.0.0.50 - - [2026-07-06 16:06:27] "GET /obj-perms HTTP/1.1" 200 4527 0.004693 10.0.0.50 - - [2026-07-06 16:06:33] "GET /obj-perms HTTP/1.1" 200 4527 0.003620 10.0.0.50 - - [2026-07-06 16:06:36] "GET /obj-perms HTTP/1.1" 200 4527 0.004321 10.0.0.50 - - [2026-07-06 16:06:42] "GET /obj-perms HTTP/1.1" 200 4527 0.004698 10.0.0.50 - - [2026-07-06 16:06:45] "GET /obj-perms HTTP/1.1" 200 4527 0.004678 10.0.0.50 - - [2026-07-06 16:06:45] "POST /neutron/security_group HTTP/1.1" 200 117 0.007281 10.0.0.50 - - [2026-07-06 16:06:46] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.004889 10.0.0.50 - - [2026-07-06 16:06:48] "POST /neutron/port HTTP/1.1" 200 1106 0.015705 10.0.0.50 - - [2026-07-06 16:06:48] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 200 1323 0.004780 10.0.0.50 - - [2026-07-06 16:06:50] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 404 171 0.003602 10.0.0.50 - - [2026-07-06 16:06:50] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 404 171 0.003575 10.0.0.50 - - [2026-07-06 16:06:50] "GET /virtual-machine/a6bf8045-a75a-4fe5-bd6c-331b8c896384 HTTP/1.1" 404 171 0.004056 10.0.0.50 - - [2026-07-06 16:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.50 - - [2026-07-06 16:06:50] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003612 10.0.0.50 - - [2026-07-06 16:06:50] "GET /virtual-networks?parent_id=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003258 10.0.0.50 - - [2026-07-06 16:06:50] "GET /virtual-network/04425ca6-6fa0-4ea5-88c3-b0ef7f8c1020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.005762 10.0.0.50 - - [2026-07-06 16:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.50 - - [2026-07-06 16:06:50] "GET /routing-instance/aa0c8880-15b9-4964-91f5-e033ebf837ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004580 10.0.0.50 - - [2026-07-06 16:06:50] "GET /route-target/56345697-8e34-4804-98e2-85be81a0752d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003846 10.0.0.50 - - [2026-07-06 16:06:50] "GET /obj-perms HTTP/1.1" 200 4527 0.004645 10.0.0.242 - - [2026-07-06 16:06:50] "GET /obj-perms HTTP/1.1" 200 4527 0.003842 10.0.0.50 - - [2026-07-06 16:06:59] "GET /obj-perms HTTP/1.1" 200 4527 0.004250 10.0.0.242 - - [2026-07-06 16:06:59] "GET /obj-perms HTTP/1.1" 200 4527 0.004104 10.0.0.50 - - [2026-07-06 16:07:06] "GET /obj-perms HTTP/1.1" 200 4493 0.042484 10.0.0.242 - - [2026-07-06 16:07:07] "GET /obj-perms HTTP/1.1" 200 4493 0.035575 10.0.0.50 - - [2026-07-06 16:07:15] "GET /obj-perms HTTP/1.1" 200 4527 0.004119 10.0.0.242 - - [2026-07-06 16:07:15] "GET /obj-perms HTTP/1.1" 200 4527 0.003997 10.0.0.33 - - [2026-07-06 16:07:15] "GET /obj-perms HTTP/1.1" 200 4527 0.003809 10.0.0.33 - - [2026-07-06 16:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.037046 10.0.0.33 - - [2026-07-06 16:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003239 10.0.0.50 - - [2026-07-06 16:07:15] "POST /neutron/network HTTP/1.1" 200 151 0.236674 10.0.0.33 - - [2026-07-06 16:07:17] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001063 10.0.0.50 - - [2026-07-06 16:07:17] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.037770 10.0.0.33 - - [2026-07-06 16:07:17] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001090 10.0.0.50 - - [2026-07-06 16:07:17] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?fields=virtual_networks HTTP/1.1" 200 1090 0.048921 10.0.0.33 - - [2026-07-06 16:07:17] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001033 10.0.0.50 - - [2026-07-06 16:07:17] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?fields=virtual_machine_interfaces HTTP/1.1" 200 1090 0.061813 10.0.0.33 - - [2026-07-06 16:07:17] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001105 10.0.0.50 - - [2026-07-06 16:07:17] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?fields=security_groups HTTP/1.1" 200 1346 0.046350 10.0.0.50 - - [2026-07-06 16:07:18] "POST /fqname-to-id HTTP/1.1" 404 209 0.031579 10.0.0.33 - - [2026-07-06 16:07:18] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002850 10.0.0.33 - - [2026-07-06 16:07:18] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.33 - - [2026-07-06 16:07:18] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007413 10.0.0.33 - - [2026-07-06 16:07:18] "POST /id-to-fqname HTTP/1.1" 200 212 0.003321 10.0.0.33 - - [2026-07-06 16:07:18] "POST /fqname-to-id HTTP/1.1" 404 222 0.006953 10.0.0.33 - - [2026-07-06 16:07:18] "POST /security-groups HTTP/1.1" 200 612 0.034929 10.0.0.242 - - [2026-07-06 16:07:18] "POST /fqname-to-id HTTP/1.1" 404 255 0.003629 10.0.0.33 - - [2026-07-06 16:07:18] "POST /projects HTTP/1.1" 200 627 0.253985 10.0.0.33 - - [2026-07-06 16:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.324644 10.0.0.242 - - [2026-07-06 16:07:18] "POST /access-control-lists HTTP/1.1" 200 615 0.034959 10.0.0.50 - - [2026-07-06 16:07:18] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.493404 10.0.0.50 - - [2026-07-06 16:07:19] "GET / HTTP/1.1" 200 35931 0.002503 10.0.0.50 - - [2026-07-06 16:07:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.50 - - [2026-07-06 16:07:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.047668 10.0.0.242 - - [2026-07-06 16:07:21] "POST /fqname-to-id HTTP/1.1" 404 276 0.009775 10.0.0.242 - - [2026-07-06 16:07:22] "PUT /access-control-list/e2ec63cc-f8f3-4ece-a542-813de79f9704 HTTP/1.1" 200 272 0.021117 10.0.0.50 - - [2026-07-06 16:07:22] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.026229 10.0.0.50 - - [2026-07-06 16:07:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169504 10.0.0.50 - - [2026-07-06 16:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.50 - - [2026-07-06 16:07:22] "GET /security-group/f1162d30-08ac-4a84-9ed1-d2b19f94f90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.003788 10.0.0.242 - - [2026-07-06 16:07:22] "PUT /access-control-list/e2ec63cc-f8f3-4ece-a542-813de79f9704 HTTP/1.1" 200 272 0.022205 10.0.0.50 - - [2026-07-06 16:07:23] "POST /neutron/security_group HTTP/1.1" 200 151 0.049709 10.0.0.50 - - [2026-07-06 16:07:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.002997 10.0.0.50 - - [2026-07-06 16:07:23] "POST /fqname-to-id HTTP/1.1" 404 245 0.003806 10.0.0.242 - - [2026-07-06 16:07:23] "POST /fqname-to-id HTTP/1.1" 404 277 0.003292 10.0.0.242 - - [2026-07-06 16:07:24] "POST /access-control-lists HTTP/1.1" 200 637 0.037498 10.0.0.50 - - [2026-07-06 16:07:24] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011840 10.0.0.242 - - [2026-07-06 16:07:24] "PUT /access-control-list/18b17b5e-29c6-4b32-a104-fb7dd38e2714 HTTP/1.1" 200 272 0.016472 10.0.0.50 - - [2026-07-06 16:07:24] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151608 10.0.0.50 - - [2026-07-06 16:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.50 - - [2026-07-06 16:07:24] "GET /security-group/fc3af846-432f-4010-a4f9-7f92016196df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.010507 10.0.0.50 - - [2026-07-06 16:07:25] "POST /neutron/security_group_rule HTTP/1.1" 200 549 0.008294 10.0.0.242 - - [2026-07-06 16:07:25] "PUT /access-control-list/18b17b5e-29c6-4b32-a104-fb7dd38e2714 HTTP/1.1" 200 272 0.017310 10.0.0.50 - - [2026-07-06 16:07:25] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.115348 10.0.0.50 - - [2026-07-06 16:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.33 - - [2026-07-06 16:07:25] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000962 10.0.0.50 - - [2026-07-06 16:07:25] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.060100 10.0.0.242 - - [2026-07-06 16:07:25] "POST /route-targets HTTP/1.1" 200 327 0.016776 10.0.0.33 - - [2026-07-06 16:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008957 10.0.0.50 - - [2026-07-06 16:07:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.187370 10.0.0.50 - - [2026-07-06 16:07:26] "POST /id-to-fqname HTTP/1.1" 200 282 0.001470 10.0.0.50 - - [2026-07-06 16:07:26] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005684 10.0.0.50 - - [2026-07-06 16:07:26] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006191 10.0.0.50 - - [2026-07-06 16:07:26] "POST /neutron/network HTTP/1.1" 200 926 0.007083 10.0.0.50 - - [2026-07-06 16:07:26] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007891 10.0.0.50 - - [2026-07-06 16:07:26] "GET /obj-perms HTTP/1.1" 200 4509 0.049328 10.0.0.50 - - [2026-07-06 16:07:27] "POST /id-to-fqname HTTP/1.1" 200 282 0.001322 10.0.0.50 - - [2026-07-06 16:07:27] "POST /neutron/network HTTP/1.1" 200 936 0.007114 10.0.0.50 - - [2026-07-06 16:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.006501 10.0.0.50 - - [2026-07-06 16:07:28] "POST /id-to-fqname HTTP/1.1" 200 282 0.001276 10.0.0.50 - - [2026-07-06 16:07:28] "POST /neutron/network HTTP/1.1" 200 936 0.006211 10.0.0.50 - - [2026-07-06 16:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.006663 10.0.0.33 - - [2026-07-06 16:07:32] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001393 10.0.0.50 - - [2026-07-06 16:07:32] "POST /neutron/security_group HTTP/1.1" 200 3412 0.048809 10.0.0.33 - - [2026-07-06 16:07:32] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001131 10.0.0.50 - - [2026-07-06 16:07:32] "POST /neutron/security_group HTTP/1.1" 200 3412 0.055462 10.0.0.50 - - [2026-07-06 16:07:33] "POST /neutron/port HTTP/1.1" 200 1134 0.155256 10.0.0.50 - - [2026-07-06 16:07:33] "POST /neutron/port HTTP/1.1" 200 1080 0.038862 10.0.0.50 - - [2026-07-06 16:07:33] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010385 10.0.0.33 - - [2026-07-06 16:07:33] "DELETE /project/0af22e6e82b04bc988faf3069d41bc09 HTTP/1.1" 404 173 0.006633 10.0.0.33 - - [2026-07-06 16:07:33] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001195 10.0.0.33 - - [2026-07-06 16:07:33] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1586 0.063658 10.0.0.33 - - [2026-07-06 16:07:33] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001054 10.0.0.33 - - [2026-07-06 16:07:34] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?fields=security_groups HTTP/1.1" 200 1451 0.090173 10.0.0.33 - - [2026-07-06 16:07:34] "DELETE /security-group/34645e70-9baa-4fd1-bbce-50cf08f6d587 HTTP/1.1" 404 197 0.046116 10.0.0.33 - - [2026-07-06 16:07:34] "GET /projects?obj_uuids=80051103-8adf-4b13-8a7c-d9b69ce7d613&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001143 10.0.0.50 - - [2026-07-06 16:07:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.018603 10.0.0.33 - - [2026-07-06 16:07:34] "GET /project/80051103-8adf-4b13-8a7c-d9b69ce7d613?fields=application_policy_sets HTTP/1.1" 200 1490 0.099054 10.0.0.242 - - [2026-07-06 16:07:34] "DELETE /access-control-list/ec7432f7-ca10-4365-a315-369a4c44119b HTTP/1.1" 200 115 0.081143 10.0.0.33 - - [2026-07-06 16:07:34] "DELETE /project/80051103-8adf-4b13-8a7c-d9b69ce7d613 HTTP/1.1" 200 115 0.586360 10.0.0.50 - - [2026-07-06 16:07:34] "POST /neutron/port HTTP/1.1" 200 1144 0.035710 10.0.0.50 - - [2026-07-06 16:07:34] "POST /neutron/port HTTP/1.1" 200 117 0.002006 10.0.0.50 - - [2026-07-06 16:07:38] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008693 10.0.0.50 - - [2026-07-06 16:07:39] "POST /neutron/port HTTP/1.1" 200 1144 0.020733 10.0.0.50 - - [2026-07-06 16:07:39] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007439 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 401 292 0.000780 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.028825 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.003469 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 3190 0.005500 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.004017 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 3190 0.006024 10.0.0.50 - - [2026-07-06 16:07:39] "GET /instance-ip/d0d7266b-88b4-4a85-b0c4-cfd6c2c0d429 HTTP/1.1" 200 1703 0.006730 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.003848 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 3190 0.005332 10.0.0.50 - - [2026-07-06 16:07:39] "GET /instance-ip/d0d7266b-88b4-4a85-b0c4-cfd6c2c0d429 HTTP/1.1" 200 1703 0.004462 10.0.0.50 - - [2026-07-06 16:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.50 - - [2026-07-06 16:07:39] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004734 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003467 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007362 10.0.0.50 - - [2026-07-06 16:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.50 - - [2026-07-06 16:07:39] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005047 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004134 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006204 10.0.0.50 - - [2026-07-06 16:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.50 - - [2026-07-06 16:07:39] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004194 10.0.0.50 - - [2026-07-06 16:07:39] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003223 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006015 10.0.0.50 - - [2026-07-06 16:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.50 - - [2026-07-06 16:07:40] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004345 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003544 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006176 10.0.0.50 - - [2026-07-06 16:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.50 - - [2026-07-06 16:07:40] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004541 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003593 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006829 10.0.0.50 - - [2026-07-06 16:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.50 - - [2026-07-06 16:07:40] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004300 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003614 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007832 10.0.0.50 - - [2026-07-06 16:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.50 - - [2026-07-06 16:07:40] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003919 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003273 10.0.0.50 - - [2026-07-06 16:07:40] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006697 10.0.0.50 - - [2026-07-06 16:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.50 - - [2026-07-06 16:07:43] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005392 10.0.0.50 - - [2026-07-06 16:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.50 - - [2026-07-06 16:07:47] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005786 10.0.0.50 - - [2026-07-06 16:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.50 - - [2026-07-06 16:07:51] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006385 10.0.0.50 - - [2026-07-06 16:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.50 - - [2026-07-06 16:07:55] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006607 10.0.0.50 - - [2026-07-06 16:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.50 - - [2026-07-06 16:08:00] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007817 10.0.0.50 - - [2026-07-06 16:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.50 - - [2026-07-06 16:08:04] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005385 10.0.0.50 - - [2026-07-06 16:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.50 - - [2026-07-06 16:08:08] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006539 10.0.0.50 - - [2026-07-06 16:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.50 - - [2026-07-06 16:08:10] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006065 10.0.0.50 - - [2026-07-06 16:08:10] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004671 10.0.0.50 - - [2026-07-06 16:08:10] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006326 10.0.0.50 - - [2026-07-06 16:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008034 10.0.0.50 - - [2026-07-06 16:08:10] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006736 10.0.0.50 - - [2026-07-06 16:08:10] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006760 10.0.0.50 - - [2026-07-06 16:08:10] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007784 10.0.0.50 - - [2026-07-06 16:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.50 - - [2026-07-06 16:08:10] "GET /routing-instance/3fc18390-1f01-4b90-8ed5-060a555468f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004748 10.0.0.50 - - [2026-07-06 16:08:10] "GET /route-target/0c3a0c63-eea0-4add-a102-dd578b6e06d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004767 10.0.0.50 - - [2026-07-06 16:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.50 - - [2026-07-06 16:08:10] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003526 10.0.0.50 - - [2026-07-06 16:08:10] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003202 10.0.0.50 - - [2026-07-06 16:08:10] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006017 10.0.0.50 - - [2026-07-06 16:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.50 - - [2026-07-06 16:08:11] "GET /routing-instance/3fc18390-1f01-4b90-8ed5-060a555468f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005221 10.0.0.50 - - [2026-07-06 16:08:11] "GET /route-target/0c3a0c63-eea0-4add-a102-dd578b6e06d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004208 10.0.0.50 - - [2026-07-06 16:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.50 - - [2026-07-06 16:08:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003801 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002968 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005533 10.0.0.50 - - [2026-07-06 16:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.50 - - [2026-07-06 16:08:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004099 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002988 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005431 10.0.0.50 - - [2026-07-06 16:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.50 - - [2026-07-06 16:08:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004092 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003481 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006562 10.0.0.33 - - [2026-07-06 16:08:11] "GET /obj-perms HTTP/1.1" 200 4509 0.035141 10.0.0.50 - - [2026-07-06 16:08:11] "GET /obj-perms HTTP/1.1" 200 4509 0.004713 10.0.0.50 - - [2026-07-06 16:08:11] "GET /obj-perms HTTP/1.1" 200 4509 0.003616 10.0.0.242 - - [2026-07-06 16:08:11] "GET /obj-perms HTTP/1.1" 200 4509 0.033147 10.0.0.33 - - [2026-07-06 16:08:11] "GET /obj-perms HTTP/1.1" 200 4509 0.003910 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.004034 10.0.0.50 - - [2026-07-06 16:08:11] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 3190 0.005215 10.0.0.50 - - [2026-07-06 16:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.50 - - [2026-07-06 16:08:12] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004398 10.0.0.50 - - [2026-07-06 16:08:12] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002793 10.0.0.50 - - [2026-07-06 16:08:12] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006299 10.0.0.50 - - [2026-07-06 16:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.50 - - [2026-07-06 16:08:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004781 10.0.0.50 - - [2026-07-06 16:08:13] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002964 10.0.0.50 - - [2026-07-06 16:08:13] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005656 10.0.0.50 - - [2026-07-06 16:08:13] "POST /neutron/port HTTP/1.1" 200 1144 0.041881 10.0.0.50 - - [2026-07-06 16:08:13] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008139 10.0.0.50 - - [2026-07-06 16:08:18] "POST /neutron/port HTTP/1.1" 200 1144 0.019002 10.0.0.50 - - [2026-07-06 16:08:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004337 10.0.0.50 - - [2026-07-06 16:08:20] "POST /neutron/network HTTP/1.1" 200 926 0.007180 10.0.0.242 - - [2026-07-06 16:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.242 - - [2026-07-06 16:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.50 - - [2026-07-06 16:08:23] "POST /neutron/port HTTP/1.1" 200 1144 0.019327 10.0.0.33 - - [2026-07-06 16:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.33 - - [2026-07-06 16:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2026-07-06 16:08:23] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007430 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.005807 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.004395 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-machine-interface/e0b95818-5398-4211-b6ce-72678e345992 HTTP/1.1" 200 3192 0.006034 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.003753 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-machine-interface/e0b95818-5398-4211-b6ce-72678e345992 HTTP/1.1" 200 3192 0.006241 10.0.0.50 - - [2026-07-06 16:08:24] "GET /instance-ip/e1d363f0-478e-4b54-9df0-b031f84eafe2 HTTP/1.1" 200 1703 0.006419 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.003888 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-machine-interface/e0b95818-5398-4211-b6ce-72678e345992 HTTP/1.1" 200 3192 0.006636 10.0.0.50 - - [2026-07-06 16:08:24] "GET /instance-ip/e1d363f0-478e-4b54-9df0-b031f84eafe2 HTTP/1.1" 200 1703 0.004551 10.0.0.50 - - [2026-07-06 16:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004918 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003808 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007344 10.0.0.50 - - [2026-07-06 16:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004142 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004442 10.0.0.33 - - [2026-07-06 16:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005610 10.0.0.33 - - [2026-07-06 16:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2026-07-06 16:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003764 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003535 10.0.0.242 - - [2026-07-06 16:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005612 10.0.0.242 - - [2026-07-06 16:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-07-06 16:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004465 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003393 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006084 10.0.0.50 - - [2026-07-06 16:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003871 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003185 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007295 10.0.0.50 - - [2026-07-06 16:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004781 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003778 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006090 10.0.0.50 - - [2026-07-06 16:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.50 - - [2026-07-06 16:08:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004267 10.0.0.50 - - [2026-07-06 16:08:24] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003458 10.0.0.50 - - [2026-07-06 16:08:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.50 - - [2026-07-06 16:08:25] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006716 10.0.0.50 - - [2026-07-06 16:08:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2026-07-06 16:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005601 10.0.0.50 - - [2026-07-06 16:08:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003712 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006763 10.0.0.50 - - [2026-07-06 16:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.50 - - [2026-07-06 16:08:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003744 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002971 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006595 10.0.0.50 - - [2026-07-06 16:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.50 - - [2026-07-06 16:08:26] "GET /routing-instance/3fc18390-1f01-4b90-8ed5-060a555468f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005100 10.0.0.50 - - [2026-07-06 16:08:26] "GET /route-target/0c3a0c63-eea0-4add-a102-dd578b6e06d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003937 10.0.0.50 - - [2026-07-06 16:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.50 - - [2026-07-06 16:08:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003771 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002978 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006220 10.0.0.50 - - [2026-07-06 16:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.50 - - [2026-07-06 16:08:26] "GET /routing-instance/3fc18390-1f01-4b90-8ed5-060a555468f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004698 10.0.0.50 - - [2026-07-06 16:08:26] "GET /route-target/0c3a0c63-eea0-4add-a102-dd578b6e06d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003579 10.0.0.50 - - [2026-07-06 16:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.50 - - [2026-07-06 16:08:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004317 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003507 10.0.0.50 - - [2026-07-06 16:08:26] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005853 10.0.0.50 - - [2026-07-06 16:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.50 - - [2026-07-06 16:08:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003972 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003382 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006783 10.0.0.50 - - [2026-07-06 16:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.50 - - [2026-07-06 16:08:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004927 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003816 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006171 10.0.0.50 - - [2026-07-06 16:08:27] "GET /obj-perms HTTP/1.1" 200 4509 0.004297 10.0.0.50 - - [2026-07-06 16:08:27] "GET /obj-perms HTTP/1.1" 200 4509 0.004463 10.0.0.33 - - [2026-07-06 16:08:27] "GET /obj-perms HTTP/1.1" 200 4509 0.004525 10.0.0.50 - - [2026-07-06 16:08:27] "GET /obj-perms HTTP/1.1" 200 4509 0.004848 10.0.0.242 - - [2026-07-06 16:08:27] "GET /obj-perms HTTP/1.1" 200 4509 0.004523 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.005356 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-machine-interface/e0b95818-5398-4211-b6ce-72678e345992 HTTP/1.1" 200 3192 0.005786 10.0.0.50 - - [2026-07-06 16:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.50 - - [2026-07-06 16:08:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003633 10.0.0.50 - - [2026-07-06 16:08:27] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006438 10.0.0.50 - - [2026-07-06 16:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.50 - - [2026-07-06 16:08:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003774 10.0.0.50 - - [2026-07-06 16:08:28] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003041 10.0.0.50 - - [2026-07-06 16:08:28] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005222 10.0.0.50 - - [2026-07-06 16:08:28] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.004971 10.0.0.50 - - [2026-07-06 16:08:29] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 3190 0.006460 10.0.0.50 - - [2026-07-06 16:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.50 - - [2026-07-06 16:08:29] "GET /security-group/fc3af846-432f-4010-a4f9-7f92016196df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003876 10.0.0.50 - - [2026-07-06 16:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.50 - - [2026-07-06 16:08:29] "GET /security-group/fc3af846-432f-4010-a4f9-7f92016196df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005922 10.0.0.50 - - [2026-07-06 16:08:29] "POST /neutron/security_group HTTP/1.1" 200 1441 0.005050 10.0.0.50 - - [2026-07-06 16:08:29] "POST /neutron/port HTTP/1.1" 200 1144 0.019945 10.0.0.50 - - [2026-07-06 16:08:29] "POST /neutron/port HTTP/1.1" 200 1096 0.075827 10.0.0.50 - - [2026-07-06 16:08:29] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.003920 10.0.0.50 - - [2026-07-06 16:08:29] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 3138 0.005602 10.0.0.50 - - [2026-07-06 16:08:29] "POST /neutron/port HTTP/1.1" 200 1096 0.014843 10.0.0.50 - - [2026-07-06 16:08:29] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.004236 10.0.0.50 - - [2026-07-06 16:08:29] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 3190 0.007556 10.0.0.50 - - [2026-07-06 16:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.50 - - [2026-07-06 16:08:29] "GET /security-group/fc3af846-432f-4010-a4f9-7f92016196df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003941 10.0.0.50 - - [2026-07-06 16:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.50 - - [2026-07-06 16:08:29] "GET /security-group/fc3af846-432f-4010-a4f9-7f92016196df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004973 10.0.0.50 - - [2026-07-06 16:08:29] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004042 10.0.0.50 - - [2026-07-06 16:08:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.50 - - [2026-07-06 16:08:30] "POST /neutron/network HTTP/1.1" 200 926 0.007593 10.0.0.50 - - [2026-07-06 16:09:19] "POST /neutron/network HTTP/1.1" 200 936 0.006988 10.0.0.50 - - [2026-07-06 16:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.50 - - [2026-07-06 16:09:32] "POST /neutron/port HTTP/1.1" 200 1144 0.017904 10.0.0.50 - - [2026-07-06 16:09:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.010608 10.0.0.33 - - [2026-07-06 16:09:57] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001206 10.0.0.50 - - [2026-07-06 16:09:57] "POST /neutron/security_group_rule HTTP/1.1" 200 2626 0.064194 10.0.0.50 - - [2026-07-06 16:09:58] "POST /neutron/security_group_rule HTTP/1.1" 200 546 0.015459 10.0.0.50 - - [2026-07-06 16:09:58] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.178010 10.0.0.242 - - [2026-07-06 16:09:58] "PUT /access-control-list/18b17b5e-29c6-4b32-a104-fb7dd38e2714 HTTP/1.1" 200 272 0.020815 10.0.0.50 - - [2026-07-06 16:10:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.003858 10.0.0.50 - - [2026-07-06 16:10:01] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.005103 10.0.0.50 - - [2026-07-06 16:10:01] "GET /virtual-machine-interface/2e69cd0a-4ebf-4f11-86e7-118e2900f9a4 HTTP/1.1" 200 2904 0.010110 10.0.0.50 - - [2026-07-06 16:10:01] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.007401 10.0.0.50 - - [2026-07-06 16:10:01] "GET /virtual-machine-interface/e0b95818-5398-4211-b6ce-72678e345992 HTTP/1.1" 200 2906 0.009113 10.0.0.50 - - [2026-07-06 16:10:01] "POST /neutron/security_group HTTP/1.1" 200 117 0.009121 10.0.0.50 - - [2026-07-06 16:10:01] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.004269 10.0.0.50 - - [2026-07-06 16:10:03] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 200 1314 0.005191 10.0.0.50 - - [2026-07-06 16:10:03] "POST /neutron/port HTTP/1.1" 200 1096 0.014409 10.0.0.50 - - [2026-07-06 16:10:05] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 404 171 0.003819 10.0.0.50 - - [2026-07-06 16:10:05] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 404 171 0.003382 10.0.0.50 - - [2026-07-06 16:10:05] "GET /virtual-machine/a037663f-cab4-4b61-93c6-583cb615f5f7 HTTP/1.1" 404 171 0.002948 10.0.0.50 - - [2026-07-06 16:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.50 - - [2026-07-06 16:10:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004842 10.0.0.50 - - [2026-07-06 16:10:05] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003898 10.0.0.50 - - [2026-07-06 16:10:05] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.008113 10.0.0.50 - - [2026-07-06 16:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.50 - - [2026-07-06 16:10:05] "GET /routing-instance/3fc18390-1f01-4b90-8ed5-060a555468f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004632 10.0.0.50 - - [2026-07-06 16:10:05] "GET /route-target/0c3a0c63-eea0-4add-a102-dd578b6e06d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003780 10.0.0.50 - - [2026-07-06 16:10:05] "GET /obj-perms HTTP/1.1" 200 4509 0.004268 10.0.0.50 - - [2026-07-06 16:10:09] "GET /obj-perms HTTP/1.1" 200 4509 0.003674 10.0.0.50 - - [2026-07-06 16:10:12] "GET /obj-perms HTTP/1.1" 200 4509 0.003880 10.0.0.50 - - [2026-07-06 16:10:15] "GET /obj-perms HTTP/1.1" 200 4509 0.004996 10.0.0.242 - - [2026-07-06 16:10:15] "GET /obj-perms HTTP/1.1" 200 4509 0.004732 10.0.0.33 - - [2026-07-06 16:10:15] "GET /obj-perms HTTP/1.1" 200 4509 0.007066 10.0.0.33 - - [2026-07-06 16:10:15] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001507 10.0.0.50 - - [2026-07-06 16:10:15] "POST /neutron/security_group HTTP/1.1" 200 153 0.089432 10.0.0.50 - - [2026-07-06 16:10:15] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.004132 10.0.0.50 - - [2026-07-06 16:10:17] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 200 1313 0.003655 10.0.0.50 - - [2026-07-06 16:10:17] "POST /neutron/port HTTP/1.1" 200 151 0.157533 10.0.0.50 - - [2026-07-06 16:10:19] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 404 171 0.003520 10.0.0.50 - - [2026-07-06 16:10:19] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 404 171 0.003161 10.0.0.50 - - [2026-07-06 16:10:19] "GET /virtual-machine/55a7b9f3-e55b-4d4a-958d-14ee4ab5b932 HTTP/1.1" 404 171 0.003965 10.0.0.50 - - [2026-07-06 16:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.50 - - [2026-07-06 16:10:19] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.50 - - [2026-07-06 16:10:19] "GET /virtual-networks?parent_id=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003350 10.0.0.50 - - [2026-07-06 16:10:19] "GET /virtual-network/8c236b8b-2af8-44ac-af74-17b47f1312bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007205 10.0.0.50 - - [2026-07-06 16:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.50 - - [2026-07-06 16:10:19] "GET /routing-instance/3fc18390-1f01-4b90-8ed5-060a555468f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004844 10.0.0.50 - - [2026-07-06 16:10:19] "GET /route-target/0c3a0c63-eea0-4add-a102-dd578b6e06d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004451 10.0.0.50 - - [2026-07-06 16:10:21] "POST /neutron/network HTTP/1.1" 200 900 0.009835 10.0.0.50 - - [2026-07-06 16:10:23] "GET /obj-perms HTTP/1.1" 200 4509 0.004183 10.0.0.242 - - [2026-07-06 16:10:26] "GET /obj-perms HTTP/1.1" 200 4509 0.004351 10.0.0.50 - - [2026-07-06 16:10:32] "GET /obj-perms HTTP/1.1" 200 4509 0.003976 10.0.0.242 - - [2026-07-06 16:10:35] "GET /obj-perms HTTP/1.1" 200 4509 0.003517 10.0.0.50 - - [2026-07-06 16:10:41] "GET /obj-perms HTTP/1.1" 200 4509 0.004558 10.0.0.242 - - [2026-07-06 16:10:44] "GET /obj-perms HTTP/1.1" 200 4509 0.004600 10.0.0.50 - - [2026-07-06 16:10:47] "GET /obj-perms HTTP/1.1" 200 4509 0.004296 10.0.0.242 - - [2026-07-06 16:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.33 - - [2026-07-06 16:10:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003156 10.0.0.33 - - [2026-07-06 16:10:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002986 10.0.0.50 - - [2026-07-06 16:10:47] "POST /neutron/network HTTP/1.1" 200 151 0.146329 10.0.0.33 - - [2026-07-06 16:10:49] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001131 10.0.0.50 - - [2026-07-06 16:10:49] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.064426 10.0.0.33 - - [2026-07-06 16:10:49] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001043 10.0.0.50 - - [2026-07-06 16:10:49] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?fields=virtual_networks HTTP/1.1" 200 1071 0.031864 10.0.0.33 - - [2026-07-06 16:10:49] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001468 10.0.0.50 - - [2026-07-06 16:10:49] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.048472 10.0.0.33 - - [2026-07-06 16:10:49] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001126 10.0.0.50 - - [2026-07-06 16:10:49] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?fields=security_groups HTTP/1.1" 200 1318 0.045773 10.0.0.50 - - [2026-07-06 16:10:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.026430 10.0.0.33 - - [2026-07-06 16:10:50] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003668 10.0.0.33 - - [2026-07-06 16:10:50] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.33 - - [2026-07-06 16:10:50] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031571 10.0.0.33 - - [2026-07-06 16:10:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.002399 10.0.0.33 - - [2026-07-06 16:10:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.006499 10.0.0.33 - - [2026-07-06 16:10:50] "POST /security-groups HTTP/1.1" 200 589 0.038981 10.0.0.33 - - [2026-07-06 16:10:50] "POST /projects HTTP/1.1" 200 581 0.268230 10.0.0.242 - - [2026-07-06 16:10:50] "POST /access-control-lists HTTP/1.1" 200 594 0.028131 10.0.0.33 - - [2026-07-06 16:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.336881 10.0.0.50 - - [2026-07-06 16:10:51] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.496692 10.0.0.50 - - [2026-07-06 16:10:52] "GET / HTTP/1.1" 200 35931 0.001934 10.0.0.50 - - [2026-07-06 16:10:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-07-06 16:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.062806 10.0.0.33 - - [2026-07-06 16:10:54] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.50 - - [2026-07-06 16:10:54] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039649 10.0.0.242 - - [2026-07-06 16:10:54] "POST /route-targets HTTP/1.1" 200 327 0.026306 10.0.0.33 - - [2026-07-06 16:10:54] "POST /useragent-kv HTTP/1.1" 200 115 0.010450 10.0.0.50 - - [2026-07-06 16:10:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.262878 10.0.0.50 - - [2026-07-06 16:10:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001351 10.0.0.50 - - [2026-07-06 16:10:54] "GET /virtual-network/06bad76a-52ae-458d-832f-827f6839f288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005435 10.0.0.50 - - [2026-07-06 16:10:54] "GET /virtual-network/06bad76a-52ae-458d-832f-827f6839f288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006725 10.0.0.50 - - [2026-07-06 16:10:54] "POST /neutron/network HTTP/1.1" 200 834 0.007039 10.0.0.50 - - [2026-07-06 16:10:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001783 10.0.0.33 - - [2026-07-06 16:10:55] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.50 - - [2026-07-06 16:10:55] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.109390 10.0.0.50 - - [2026-07-06 16:10:55] "POST /neutron/network HTTP/1.1" 200 834 0.035663 10.0.0.50 - - [2026-07-06 16:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.007885 10.0.0.50 - - [2026-07-06 16:11:00] "POST /neutron/port HTTP/1.1" 200 1058 0.022012 10.0.0.50 - - [2026-07-06 16:11:00] "POST /neutron/port HTTP/1.1" 200 1122 0.021655 10.0.0.50 - - [2026-07-06 16:11:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004063 10.0.0.50 - - [2026-07-06 16:11:01] "POST /neutron/network HTTP/1.1" 200 834 0.007751 10.0.0.50 - - [2026-07-06 16:11:10] "POST /neutron/port HTTP/1.1" 200 1122 0.020365 10.0.0.50 - - [2026-07-06 16:11:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011533 10.0.0.50 - - [2026-07-06 16:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.33 - - [2026-07-06 16:11:10] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001563 10.0.0.50 - - [2026-07-06 16:11:10] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054115 10.0.0.242 - - [2026-07-06 16:11:11] "POST /ref-update HTTP/1.1" 200 156 0.024124 10.0.0.33 - - [2026-07-06 16:11:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004928 10.0.0.50 - - [2026-07-06 16:11:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.249323 10.0.0.50 - - [2026-07-06 16:11:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001202 10.0.0.50 - - [2026-07-06 16:11:11] "GET /virtual-network/b9a3c20d-c9df-4250-8e78-b5ae1c11b291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005385 10.0.0.50 - - [2026-07-06 16:11:11] "GET /virtual-network/b9a3c20d-c9df-4250-8e78-b5ae1c11b291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005677 10.0.0.50 - - [2026-07-06 16:11:11] "POST /neutron/network HTTP/1.1" 200 833 0.007077 10.0.0.50 - - [2026-07-06 16:11:12] "GET /virtual-network/b9a3c20d-c9df-4250-8e78-b5ae1c11b291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007061 10.0.0.50 - - [2026-07-06 16:11:12] "GET /obj-perms HTTP/1.1" 200 4463 0.054225 10.0.0.242 - - [2026-07-06 16:11:13] "GET /obj-perms HTTP/1.1" 200 4463 0.037385 10.0.0.33 - - [2026-07-06 16:11:13] "GET /obj-perms HTTP/1.1" 200 4463 0.048869 10.0.0.50 - - [2026-07-06 16:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.33 - - [2026-07-06 16:11:13] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.50 - - [2026-07-06 16:11:13] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049136 10.0.0.33 - - [2026-07-06 16:11:13] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.50 - - [2026-07-06 16:11:13] "POST /neutron/network HTTP/1.1" 200 613 0.141481 10.0.0.50 - - [2026-07-06 16:11:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.003559 10.0.0.50 - - [2026-07-06 16:11:14] "GET /virtual-network/8eead1fa-f1ea-40b0-8f94-5916de7bad09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005875 10.0.0.50 - - [2026-07-06 16:11:14] "POST /neutron/network HTTP/1.1" 200 831 0.009436 10.0.0.50 - - [2026-07-06 16:11:14] "GET /virtual-network/8eead1fa-f1ea-40b0-8f94-5916de7bad09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006135 10.0.0.50 - - [2026-07-06 16:11:14] "GET /virtual-network/8eead1fa-f1ea-40b0-8f94-5916de7bad09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006932 10.0.0.50 - - [2026-07-06 16:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007068 10.0.0.33 - - [2026-07-06 16:11:15] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.50 - - [2026-07-06 16:11:15] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058124 10.0.0.50 - - [2026-07-06 16:11:15] "POST /neutron/network HTTP/1.1" 200 117 0.028759 10.0.0.242 - - [2026-07-06 16:11:15] "POST /route-targets HTTP/1.1" 200 327 0.017576 10.0.0.50 - - [2026-07-06 16:11:15] "POST /neutron/network HTTP/1.1" 200 835 0.012959 10.0.0.50 - - [2026-07-06 16:11:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001443 10.0.0.50 - - [2026-07-06 16:11:15] "GET /virtual-network/77d4b71f-402d-490c-9b17-c0dd7fe04a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005662 10.0.0.50 - - [2026-07-06 16:11:15] "GET /virtual-network/77d4b71f-402d-490c-9b17-c0dd7fe04a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005547 10.0.0.50 - - [2026-07-06 16:11:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.012383 10.0.0.50 - - [2026-07-06 16:11:16] "GET /virtual-network/77d4b71f-402d-490c-9b17-c0dd7fe04a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005961 10.0.0.50 - - [2026-07-06 16:11:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001617 10.0.0.50 - - [2026-07-06 16:11:17] "POST /neutron/network HTTP/1.1" 200 841 0.008753 10.0.0.50 - - [2026-07-06 16:11:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012194 10.0.0.50 - - [2026-07-06 16:11:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001459 10.0.0.50 - - [2026-07-06 16:11:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009333 10.0.0.50 - - [2026-07-06 16:11:18] "POST /neutron/port HTTP/1.1" 200 1122 0.022091 10.0.0.50 - - [2026-07-06 16:11:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003182 10.0.0.50 - - [2026-07-06 16:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.33 - - [2026-07-06 16:11:18] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.50 - - [2026-07-06 16:11:18] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009213 10.0.0.50 - - [2026-07-06 16:11:18] "POST /service-templates HTTP/1.1" 200 543 0.042110 10.0.0.50 - - [2026-07-06 16:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.50 - - [2026-07-06 16:11:18] "GET /service-template/af6f219e-64be-4a74-91db-8b31de21bb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006412 10.0.0.50 - - [2026-07-06 16:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.50 - - [2026-07-06 16:11:18] "GET /service-template/af6f219e-64be-4a74-91db-8b31de21bb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003973 10.0.0.50 - - [2026-07-06 16:11:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001534 10.0.0.50 - - [2026-07-06 16:11:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001126 10.0.0.50 - - [2026-07-06 16:11:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001267 10.0.0.50 - - [2026-07-06 16:11:18] "POST /neutron/port HTTP/1.1" 200 1122 0.025362 10.0.0.50 - - [2026-07-06 16:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.50 - - [2026-07-06 16:11:19] "DELETE /service-template/af6f219e-64be-4a74-91db-8b31de21bb1c HTTP/1.1" 200 115 0.035708 10.0.0.50 - - [2026-07-06 16:11:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.004295 10.0.0.33 - - [2026-07-06 16:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005464 10.0.0.33 - - [2026-07-06 16:11:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.50 - - [2026-07-06 16:11:19] "POST /neutron/network HTTP/1.1" 200 151 0.132740 10.0.0.242 - - [2026-07-06 16:11:19] "DELETE /route-target/a328efe4-0d06-4029-b694-d56883d64492 HTTP/1.1" 200 115 0.036123 10.0.0.50 - - [2026-07-06 16:11:20] "POST /neutron/network HTTP/1.1" 200 833 0.007192 10.0.0.242 - - [2026-07-06 16:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007007 10.0.0.50 - - [2026-07-06 16:11:20] "POST /neutron/network HTTP/1.1" 200 808 0.034806 10.0.0.50 - - [2026-07-06 16:11:20] "POST /neutron/network HTTP/1.1" 400 204 0.019666 10.0.0.50 - - [2026-07-06 16:11:22] "POST /neutron/port HTTP/1.1" 200 1122 0.021266 10.0.0.50 - - [2026-07-06 16:11:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004814 10.0.0.50 - - [2026-07-06 16:11:22] "POST /neutron/network HTTP/1.1" 400 204 0.031311 10.0.0.50 - - [2026-07-06 16:11:23] "POST /neutron/port HTTP/1.1" 200 151 0.204596 10.0.0.50 - - [2026-07-06 16:11:23] "POST /neutron/network HTTP/1.1" 200 808 0.010291 10.0.0.50 - - [2026-07-06 16:11:24] "POST /neutron/network HTTP/1.1" 200 834 0.008701 10.0.0.242 - - [2026-07-06 16:11:25] "DELETE /route-target/4f2da0b9-a933-42d8-8d1b-0a6c7ccd57dc HTTP/1.1" 200 115 0.030568 10.0.0.50 - - [2026-07-06 16:11:26] "POST /neutron/network HTTP/1.1" 200 117 0.007163 10.0.0.50 - - [2026-07-06 16:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.33 - - [2026-07-06 16:11:27] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.50 - - [2026-07-06 16:11:27] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042307 10.0.0.33 - - [2026-07-06 16:11:27] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001370 10.0.0.50 - - [2026-07-06 16:11:28] "POST /neutron/network HTTP/1.1" 200 613 0.173079 10.0.0.50 - - [2026-07-06 16:11:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.004499 10.0.0.50 - - [2026-07-06 16:11:28] "GET /virtual-network/51544c98-0c94-4b61-826b-9e7af4150852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006249 10.0.0.50 - - [2026-07-06 16:11:28] "POST /neutron/network HTTP/1.1" 200 830 0.007937 10.0.0.50 - - [2026-07-06 16:11:28] "GET /virtual-network/51544c98-0c94-4b61-826b-9e7af4150852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005894 10.0.0.50 - - [2026-07-06 16:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.005914 10.0.0.50 - - [2026-07-06 16:11:28] "GET /virtual-network/51544c98-0c94-4b61-826b-9e7af4150852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006576 10.0.0.50 - - [2026-07-06 16:11:28] "GET /obj-perms HTTP/1.1" 200 4463 0.003621 10.0.0.242 - - [2026-07-06 16:11:28] "GET /obj-perms HTTP/1.1" 200 4463 0.003599 10.0.0.33 - - [2026-07-06 16:11:28] "GET /obj-perms HTTP/1.1" 200 4463 0.004476 10.0.0.50 - - [2026-07-06 16:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.33 - - [2026-07-06 16:11:29] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.50 - - [2026-07-06 16:11:29] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.048345 10.0.0.242 - - [2026-07-06 16:11:29] "POST /route-targets HTTP/1.1" 200 327 0.015678 10.0.0.33 - - [2026-07-06 16:11:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002915 10.0.0.50 - - [2026-07-06 16:11:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.214358 10.0.0.50 - - [2026-07-06 16:11:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001530 10.0.0.50 - - [2026-07-06 16:11:29] "GET /virtual-network/2e979978-c5e1-40e0-8298-b3453c5a1d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005563 10.0.0.50 - - [2026-07-06 16:11:29] "GET /virtual-network/2e979978-c5e1-40e0-8298-b3453c5a1d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005699 10.0.0.50 - - [2026-07-06 16:11:29] "POST /neutron/network HTTP/1.1" 200 833 0.008427 10.0.0.50 - - [2026-07-06 16:11:29] "GET /virtual-network/2e979978-c5e1-40e0-8298-b3453c5a1d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005938 10.0.0.50 - - [2026-07-06 16:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.33 - - [2026-07-06 16:11:30] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.50 - - [2026-07-06 16:11:30] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.053545 10.0.0.33 - - [2026-07-06 16:11:30] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003305 10.0.0.50 - - [2026-07-06 16:11:30] "POST /neutron/network HTTP/1.1" 200 615 0.158883 10.0.0.242 - - [2026-07-06 16:11:30] "POST /ref-update HTTP/1.1" 200 156 0.030002 10.0.0.50 - - [2026-07-06 16:11:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.004535 10.0.0.50 - - [2026-07-06 16:11:30] "GET /virtual-network/d7e06b77-f7d3-41d6-9316-cee8f69d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008937 10.0.0.50 - - [2026-07-06 16:11:30] "POST /neutron/network HTTP/1.1" 200 835 0.008176 10.0.0.50 - - [2026-07-06 16:11:30] "GET /virtual-network/d7e06b77-f7d3-41d6-9316-cee8f69d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006759 10.0.0.50 - - [2026-07-06 16:11:31] "GET /virtual-network/d7e06b77-f7d3-41d6-9316-cee8f69d5716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006196 10.0.0.50 - - [2026-07-06 16:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.33 - - [2026-07-06 16:11:31] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.50 - - [2026-07-06 16:11:31] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047713 10.0.0.50 - - [2026-07-06 16:11:31] "POST /neutron/network HTTP/1.1" 200 117 0.019683 10.0.0.50 - - [2026-07-06 16:11:32] "POST /neutron/network HTTP/1.1" 200 844 0.013648 10.0.0.50 - - [2026-07-06 16:11:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.001572 10.0.0.50 - - [2026-07-06 16:11:32] "GET /virtual-network/809c0240-7b61-42b7-9c22-bdd10b0f5f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006249 10.0.0.50 - - [2026-07-06 16:11:32] "GET /virtual-network/809c0240-7b61-42b7-9c22-bdd10b0f5f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006698 10.0.0.50 - - [2026-07-06 16:11:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.010061 10.0.0.50 - - [2026-07-06 16:11:32] "GET /virtual-network/809c0240-7b61-42b7-9c22-bdd10b0f5f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006673 10.0.0.50 - - [2026-07-06 16:11:32] "GET /obj-perms HTTP/1.1" 200 4463 0.003620 10.0.0.242 - - [2026-07-06 16:11:32] "GET /obj-perms HTTP/1.1" 200 4463 0.003827 10.0.0.33 - - [2026-07-06 16:11:32] "GET /obj-perms HTTP/1.1" 200 4463 0.004558 10.0.0.50 - - [2026-07-06 16:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.33 - - [2026-07-06 16:11:32] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.50 - - [2026-07-06 16:11:32] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055134 10.0.0.242 - - [2026-07-06 16:11:33] "POST /route-targets HTTP/1.1" 200 327 0.016101 10.0.0.33 - - [2026-07-06 16:11:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.50 - - [2026-07-06 16:11:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.240689 10.0.0.50 - - [2026-07-06 16:11:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.001232 10.0.0.50 - - [2026-07-06 16:11:33] "GET /virtual-network/ea1372cf-8747-4dd3-84d6-1e222595a527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006079 10.0.0.50 - - [2026-07-06 16:11:33] "GET /virtual-network/ea1372cf-8747-4dd3-84d6-1e222595a527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006239 10.0.0.50 - - [2026-07-06 16:11:33] "POST /neutron/network HTTP/1.1" 200 846 0.007803 10.0.0.50 - - [2026-07-06 16:11:33] "GET /virtual-network/ea1372cf-8747-4dd3-84d6-1e222595a527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005385 10.0.0.50 - - [2026-07-06 16:11:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001309 10.0.0.33 - - [2026-07-06 16:11:34] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.50 - - [2026-07-06 16:11:34] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045819 10.0.0.50 - - [2026-07-06 16:11:34] "POST /neutron/network HTTP/1.1" 200 833 0.007258 10.0.0.50 - - [2026-07-06 16:11:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001388 10.0.0.50 - - [2026-07-06 16:11:34] "POST /neutron/port HTTP/1.1" 200 117 0.007213 10.0.0.50 - - [2026-07-06 16:11:34] "POST /neutron/port HTTP/1.1" 200 117 0.008643 10.0.0.50 - - [2026-07-06 16:11:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003263 10.0.0.50 - - [2026-07-06 16:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.33 - - [2026-07-06 16:11:34] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.50 - - [2026-07-06 16:11:34] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008716 10.0.0.33 - - [2026-07-06 16:11:35] "DELETE /project/f8e7d613c8764a7d8e20684522ba01cf HTTP/1.1" 404 173 0.005233 10.0.0.33 - - [2026-07-06 16:11:35] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000876 10.0.0.33 - - [2026-07-06 16:11:35] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.071216 10.0.0.50 - - [2026-07-06 16:11:35] "POST /service-templates HTTP/1.1" 200 543 0.082114 10.0.0.33 - - [2026-07-06 16:11:35] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001243 10.0.0.50 - - [2026-07-06 16:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006544 10.0.0.33 - - [2026-07-06 16:11:35] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?fields=security_groups HTTP/1.1" 200 1423 0.104802 10.0.0.50 - - [2026-07-06 16:11:35] "GET /service-template/9862117a-a2c8-4652-9309-d2e6c74eccf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.013450 10.0.0.50 - - [2026-07-06 16:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006585 10.0.0.50 - - [2026-07-06 16:11:35] "GET /service-template/9862117a-a2c8-4652-9309-d2e6c74eccf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007736 10.0.0.50 - - [2026-07-06 16:11:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.002455 10.0.0.50 - - [2026-07-06 16:11:35] "POST /id-to-fqname HTTP/1.1" 200 229 0.001432 10.0.0.33 - - [2026-07-06 16:11:35] "DELETE /security-group/ada0484a-8a16-4efe-b439-d1c785f4178c HTTP/1.1" 200 115 0.100494 10.0.0.33 - - [2026-07-06 16:11:35] "GET /projects?obj_uuids=0af22e6e-82b0-4bc9-88fa-f3069d41bc09&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001122 10.0.0.50 - - [2026-07-06 16:11:35] "POST /id-to-fqname HTTP/1.1" 200 230 0.001093 10.0.0.33 - - [2026-07-06 16:11:35] "GET /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09?fields=application_policy_sets HTTP/1.1" 200 1462 0.053215 10.0.0.242 - - [2026-07-06 16:11:35] "DELETE /access-control-list/5fbf59a4-08d3-487d-9f66-97e4b944b5a2 HTTP/1.1" 200 115 0.049577 10.0.0.33 - - [2026-07-06 16:11:35] "DELETE /project/0af22e6e-82b0-4bc9-88fa-f3069d41bc09 HTTP/1.1" 200 115 0.604361 10.0.0.50 - - [2026-07-06 16:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.50 - - [2026-07-06 16:11:35] "DELETE /service-template/9862117a-a2c8-4652-9309-d2e6c74eccf7 HTTP/1.1" 200 115 0.033682 10.0.0.50 - - [2026-07-06 16:11:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.008280 10.0.0.50 - - [2026-07-06 16:11:36] "POST /neutron/network HTTP/1.1" 200 846 0.008111 10.0.0.242 - - [2026-07-06 16:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.33 - - [2026-07-06 16:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002531 10.0.0.33 - - [2026-07-06 16:11:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002751 10.0.0.50 - - [2026-07-06 16:11:36] "POST /neutron/network HTTP/1.1" 200 151 0.154913 10.0.0.242 - - [2026-07-06 16:11:37] "DELETE /route-target/b5e2b7cc-6386-4ed1-887d-fa5ab71ee3e3 HTTP/1.1" 200 115 0.027165 10.0.0.50 - - [2026-07-06 16:11:37] "POST /neutron/network HTTP/1.1" 200 833 0.009316 10.0.0.33 - - [2026-07-06 16:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004730 10.0.0.242 - - [2026-07-06 16:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.33 - - [2026-07-06 16:11:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.50 - - [2026-07-06 16:11:37] "POST /neutron/network HTTP/1.1" 200 151 0.123090 10.0.0.50 - - [2026-07-06 16:11:38] "POST /neutron/network HTTP/1.1" 200 117 0.025958 10.0.0.33 - - [2026-07-06 16:11:39] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.50 - - [2026-07-06 16:11:39] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043601 10.0.0.33 - - [2026-07-06 16:11:39] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.50 - - [2026-07-06 16:11:39] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?fields=virtual_networks HTTP/1.1" 200 1028 0.058146 10.0.0.33 - - [2026-07-06 16:11:39] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.50 - - [2026-07-06 16:11:39] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.049805 10.0.0.33 - - [2026-07-06 16:11:39] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.50 - - [2026-07-06 16:11:39] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?fields=security_groups HTTP/1.1" 200 1252 0.041837 10.0.0.50 - - [2026-07-06 16:11:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.033515 10.0.0.33 - - [2026-07-06 16:11:40] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003550 10.0.0.33 - - [2026-07-06 16:11:40] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.33 - - [2026-07-06 16:11:40] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010111 10.0.0.33 - - [2026-07-06 16:11:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.005114 10.0.0.33 - - [2026-07-06 16:11:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003300 10.0.0.33 - - [2026-07-06 16:11:41] "POST /security-groups HTTP/1.1" 200 589 0.034389 10.0.0.33 - - [2026-07-06 16:11:41] "POST /projects HTTP/1.1" 200 581 0.256972 10.0.0.33 - - [2026-07-06 16:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.316221 10.0.0.242 - - [2026-07-06 16:11:41] "POST /access-control-lists HTTP/1.1" 200 594 0.033241 10.0.0.50 - - [2026-07-06 16:11:41] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.518607 10.0.0.50 - - [2026-07-06 16:11:42] "GET / HTTP/1.1" 200 35931 0.002218 10.0.0.50 - - [2026-07-06 16:11:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2026-07-06 16:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.070354 10.0.0.33 - - [2026-07-06 16:11:44] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.50 - - [2026-07-06 16:11:44] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046828 10.0.0.33 - - [2026-07-06 16:11:44] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001696 10.0.0.50 - - [2026-07-06 16:11:45] "POST /neutron/network HTTP/1.1" 200 613 0.186819 10.0.0.242 - - [2026-07-06 16:11:45] "POST /route-targets HTTP/1.1" 200 327 0.015854 10.0.0.50 - - [2026-07-06 16:11:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.004259 10.0.0.50 - - [2026-07-06 16:11:45] "GET /virtual-network/c4a8e7e0-6619-44fd-8003-64a080e328e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007510 10.0.0.50 - - [2026-07-06 16:11:45] "POST /neutron/network HTTP/1.1" 200 833 0.008723 10.0.0.50 - - [2026-07-06 16:11:45] "GET /virtual-network/c4a8e7e0-6619-44fd-8003-64a080e328e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007101 10.0.0.50 - - [2026-07-06 16:11:46] "GET /virtual-network/c4a8e7e0-6619-44fd-8003-64a080e328e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006524 10.0.0.50 - - [2026-07-06 16:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.33 - - [2026-07-06 16:11:47] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.50 - - [2026-07-06 16:11:47] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041071 10.0.0.50 - - [2026-07-06 16:11:47] "POST /neutron/network HTTP/1.1" 200 117 0.019254 10.0.0.242 - - [2026-07-06 16:11:48] "POST /ref-update HTTP/1.1" 200 156 0.030136 10.0.0.50 - - [2026-07-06 16:11:48] "POST /neutron/network HTTP/1.1" 200 837 0.011044 10.0.0.50 - - [2026-07-06 16:11:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001453 10.0.0.50 - - [2026-07-06 16:11:48] "GET /virtual-network/0d412ba4-6f02-411c-a618-7ba235777060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007118 10.0.0.50 - - [2026-07-06 16:11:48] "GET /virtual-network/0d412ba4-6f02-411c-a618-7ba235777060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006866 10.0.0.50 - - [2026-07-06 16:11:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.011628 10.0.0.50 - - [2026-07-06 16:11:48] "GET /virtual-network/0d412ba4-6f02-411c-a618-7ba235777060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007429 10.0.0.50 - - [2026-07-06 16:11:48] "GET /obj-perms HTTP/1.1" 200 4463 0.056148 10.0.0.242 - - [2026-07-06 16:11:48] "GET /obj-perms HTTP/1.1" 200 4463 0.040023 10.0.0.33 - - [2026-07-06 16:11:49] "GET /obj-perms HTTP/1.1" 200 4463 0.048050 10.0.0.50 - - [2026-07-06 16:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.33 - - [2026-07-06 16:11:49] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.50 - - [2026-07-06 16:11:49] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061999 10.0.0.33 - - [2026-07-06 16:11:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007384 10.0.0.50 - - [2026-07-06 16:11:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.265125 10.0.0.50 - - [2026-07-06 16:11:49] "POST /id-to-fqname HTTP/1.1" 200 226 0.001368 10.0.0.50 - - [2026-07-06 16:11:49] "GET /virtual-network/55ec4dcd-a924-4830-bb06-5bc13b5ce9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006157 10.0.0.50 - - [2026-07-06 16:11:49] "GET /virtual-network/55ec4dcd-a924-4830-bb06-5bc13b5ce9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005968 10.0.0.50 - - [2026-07-06 16:11:49] "POST /neutron/network HTTP/1.1" 200 838 0.008482 10.0.0.50 - - [2026-07-06 16:11:50] "GET /virtual-network/55ec4dcd-a924-4830-bb06-5bc13b5ce9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006490 10.0.0.50 - - [2026-07-06 16:11:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001262 10.0.0.50 - - [2026-07-06 16:11:50] "POST /neutron/network HTTP/1.1" 200 837 0.008177 10.0.0.50 - - [2026-07-06 16:11:51] "POST /id-to-fqname HTTP/1.1" 200 226 0.001474 10.0.0.50 - - [2026-07-06 16:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.015296 10.0.0.33 - - [2026-07-06 16:11:51] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001671 10.0.0.50 - - [2026-07-06 16:11:51] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.042420 10.0.0.50 - - [2026-07-06 16:11:51] "POST /neutron/port HTTP/1.1" 200 117 0.011237 10.0.0.50 - - [2026-07-06 16:11:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003590 10.0.0.50 - - [2026-07-06 16:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2026-07-06 16:11:51] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001453 10.0.0.50 - - [2026-07-06 16:11:51] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009651 10.0.0.50 - - [2026-07-06 16:11:51] "POST /service-templates HTTP/1.1" 200 543 0.042479 10.0.0.50 - - [2026-07-06 16:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008178 10.0.0.50 - - [2026-07-06 16:11:51] "GET /service-template/7942c365-c9bd-4020-93e3-d1e39a516de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007373 10.0.0.50 - - [2026-07-06 16:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.50 - - [2026-07-06 16:11:51] "GET /service-template/7942c365-c9bd-4020-93e3-d1e39a516de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004903 10.0.0.50 - - [2026-07-06 16:11:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001384 10.0.0.50 - - [2026-07-06 16:11:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001685 10.0.0.50 - - [2026-07-06 16:11:51] "POST /id-to-fqname HTTP/1.1" 200 226 0.001429 10.0.0.50 - - [2026-07-06 16:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.50 - - [2026-07-06 16:11:52] "DELETE /service-template/7942c365-c9bd-4020-93e3-d1e39a516de2 HTTP/1.1" 200 115 0.037514 10.0.0.50 - - [2026-07-06 16:11:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.006351 10.0.0.50 - - [2026-07-06 16:11:52] "POST /neutron/network HTTP/1.1" 200 838 0.008691 10.0.0.242 - - [2026-07-06 16:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.33 - - [2026-07-06 16:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006556 10.0.0.33 - - [2026-07-06 16:11:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005064 10.0.0.50 - - [2026-07-06 16:11:53] "POST /neutron/network HTTP/1.1" 200 151 0.141129 10.0.0.242 - - [2026-07-06 16:11:53] "DELETE /route-target/f41ff391-8495-435e-be42-e1cffa3f6e5d HTTP/1.1" 200 115 0.039406 10.0.0.50 - - [2026-07-06 16:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.007571 10.0.0.50 - - [2026-07-06 16:11:54] "POST /neutron/port HTTP/1.1" 200 117 0.006690 10.0.0.50 - - [2026-07-06 16:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.33 - - [2026-07-06 16:11:56] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.50 - - [2026-07-06 16:11:56] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047796 10.0.0.242 - - [2026-07-06 16:11:56] "POST /route-targets HTTP/1.1" 200 327 0.015043 10.0.0.33 - - [2026-07-06 16:11:56] "POST /useragent-kv HTTP/1.1" 200 115 0.010684 10.0.0.50 - - [2026-07-06 16:11:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.234432 10.0.0.50 - - [2026-07-06 16:11:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001405 10.0.0.50 - - [2026-07-06 16:11:56] "GET /virtual-network/34035105-970d-404b-8ca1-50ee8f2bf725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005575 10.0.0.50 - - [2026-07-06 16:11:56] "GET /virtual-network/34035105-970d-404b-8ca1-50ee8f2bf725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008036 10.0.0.50 - - [2026-07-06 16:11:56] "POST /neutron/network HTTP/1.1" 200 832 0.008445 10.0.0.50 - - [2026-07-06 16:11:57] "GET /virtual-network/34035105-970d-404b-8ca1-50ee8f2bf725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.012524 10.0.0.50 - - [2026-07-06 16:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.33 - - [2026-07-06 16:11:57] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001463 10.0.0.50 - - [2026-07-06 16:11:57] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057817 10.0.0.33 - - [2026-07-06 16:11:57] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.50 - - [2026-07-06 16:11:57] "POST /neutron/network HTTP/1.1" 200 613 0.150815 10.0.0.242 - - [2026-07-06 16:11:57] "POST /ref-update HTTP/1.1" 200 156 0.023329 10.0.0.50 - - [2026-07-06 16:11:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.004766 10.0.0.50 - - [2026-07-06 16:11:58] "GET /virtual-network/f2bda97b-2e87-4336-95e2-1134766b5ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007510 10.0.0.50 - - [2026-07-06 16:11:58] "POST /neutron/network HTTP/1.1" 200 833 0.009252 10.0.0.50 - - [2026-07-06 16:11:58] "GET /virtual-network/f2bda97b-2e87-4336-95e2-1134766b5ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007542 10.0.0.50 - - [2026-07-06 16:11:58] "GET /virtual-network/f2bda97b-2e87-4336-95e2-1134766b5ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006150 10.0.0.50 - - [2026-07-06 16:11:58] "GET /obj-perms HTTP/1.1" 200 4463 0.003694 10.0.0.242 - - [2026-07-06 16:11:58] "GET /obj-perms HTTP/1.1" 200 4463 0.004004 10.0.0.33 - - [2026-07-06 16:11:58] "GET /obj-perms HTTP/1.1" 200 4463 0.004963 10.0.0.50 - - [2026-07-06 16:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.33 - - [2026-07-06 16:11:58] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001424 10.0.0.50 - - [2026-07-06 16:11:58] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.039263 10.0.0.50 - - [2026-07-06 16:11:58] "POST /neutron/network HTTP/1.1" 200 117 0.014973 10.0.0.50 - - [2026-07-06 16:11:59] "POST /neutron/network HTTP/1.1" 200 833 0.008799 10.0.0.50 - - [2026-07-06 16:11:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001317 10.0.0.50 - - [2026-07-06 16:11:59] "GET /virtual-network/9a990ed3-a34d-42d9-aabc-c2a0910d29d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005445 10.0.0.50 - - [2026-07-06 16:11:59] "GET /virtual-network/9a990ed3-a34d-42d9-aabc-c2a0910d29d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006527 10.0.0.50 - - [2026-07-06 16:11:59] "POST /neutron/subnet HTTP/1.1" 200 719 0.011660 10.0.0.50 - - [2026-07-06 16:11:59] "GET /virtual-network/9a990ed3-a34d-42d9-aabc-c2a0910d29d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006101 10.0.0.50 - - [2026-07-06 16:11:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001529 10.0.0.50 - - [2026-07-06 16:12:00] "POST /neutron/port HTTP/1.1" 200 117 0.008152 10.0.0.50 - - [2026-07-06 16:12:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001682 10.0.0.50 - - [2026-07-06 16:12:00] "POST /neutron/network HTTP/1.1" 200 843 0.006919 10.0.0.50 - - [2026-07-06 16:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.007432 10.0.0.50 - - [2026-07-06 16:12:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003256 10.0.0.50 - - [2026-07-06 16:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.089773 10.0.0.33 - - [2026-07-06 16:12:01] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.50 - - [2026-07-06 16:12:01] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008496 10.0.0.50 - - [2026-07-06 16:12:01] "POST /service-templates HTTP/1.1" 200 543 0.034557 10.0.0.50 - - [2026-07-06 16:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.50 - - [2026-07-06 16:12:01] "GET /service-template/0bba1fd4-8198-4a5a-98f0-31621f22b348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.008095 10.0.0.50 - - [2026-07-06 16:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.50 - - [2026-07-06 16:12:01] "GET /service-template/0bba1fd4-8198-4a5a-98f0-31621f22b348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004988 10.0.0.50 - - [2026-07-06 16:12:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001252 10.0.0.50 - - [2026-07-06 16:12:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001768 10.0.0.50 - - [2026-07-06 16:12:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001349 10.0.0.50 - - [2026-07-06 16:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.50 - - [2026-07-06 16:12:01] "DELETE /service-template/0bba1fd4-8198-4a5a-98f0-31621f22b348 HTTP/1.1" 200 115 0.039321 10.0.0.50 - - [2026-07-06 16:12:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.004884 10.0.0.33 - - [2026-07-06 16:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005157 10.0.0.242 - - [2026-07-06 16:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006433 10.0.0.33 - - [2026-07-06 16:12:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002580 10.0.0.50 - - [2026-07-06 16:12:02] "POST /neutron/network HTTP/1.1" 200 151 0.132787 10.0.0.242 - - [2026-07-06 16:12:02] "DELETE /route-target/5260d911-9aa6-4f31-bbf5-3f7e2255a80d HTTP/1.1" 200 115 0.026799 10.0.0.50 - - [2026-07-06 16:12:03] "POST /neutron/network HTTP/1.1" 200 832 0.008169 10.0.0.33 - - [2026-07-06 16:12:04] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.50 - - [2026-07-06 16:12:04] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.060519 10.0.0.33 - - [2026-07-06 16:12:04] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.50 - - [2026-07-06 16:12:04] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?fields=virtual_networks HTTP/1.1" 200 1027 0.051793 10.0.0.33 - - [2026-07-06 16:12:04] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.50 - - [2026-07-06 16:12:04] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.048229 10.0.0.33 - - [2026-07-06 16:12:05] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001178 10.0.0.50 - - [2026-07-06 16:12:05] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?fields=security_groups HTTP/1.1" 200 1251 0.057541 10.0.0.50 - - [2026-07-06 16:12:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.037993 10.0.0.33 - - [2026-07-06 16:12:06] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003832 10.0.0.33 - - [2026-07-06 16:12:06] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001192 10.0.0.33 - - [2026-07-06 16:12:06] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008594 10.0.0.33 - - [2026-07-06 16:12:06] "POST /id-to-fqname HTTP/1.1" 200 186 0.001907 10.0.0.33 - - [2026-07-06 16:12:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.008290 10.0.0.33 - - [2026-07-06 16:12:06] "POST /security-groups HTTP/1.1" 200 587 0.035032 10.0.0.242 - - [2026-07-06 16:12:06] "POST /fqname-to-id HTTP/1.1" 404 230 0.004445 10.0.0.33 - - [2026-07-06 16:12:06] "POST /projects HTTP/1.1" 200 577 0.255086 10.0.0.33 - - [2026-07-06 16:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.327594 10.0.0.242 - - [2026-07-06 16:12:06] "POST /access-control-lists HTTP/1.1" 200 590 0.065310 10.0.0.50 - - [2026-07-06 16:12:06] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.504762 10.0.0.50 - - [2026-07-06 16:12:06] "POST /neutron/network HTTP/1.1" 200 117 0.007195 10.0.0.50 - - [2026-07-06 16:12:07] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.50 - - [2026-07-06 16:12:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2026-07-06 16:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.072393 10.0.0.33 - - [2026-07-06 16:12:10] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001207 10.0.0.50 - - [2026-07-06 16:12:10] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043777 10.0.0.50 - - [2026-07-06 16:12:10] "POST /neutron/network HTTP/1.1" 200 117 0.033088 10.0.0.50 - - [2026-07-06 16:12:11] "POST /neutron/network HTTP/1.1" 200 829 0.010183 10.0.0.50 - - [2026-07-06 16:12:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001338 10.0.0.50 - - [2026-07-06 16:12:11] "GET /virtual-network/3392d2e0-ddd5-4245-9214-1d651adcb820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007362 10.0.0.50 - - [2026-07-06 16:12:11] "POST /neutron/network HTTP/1.1" 200 117 0.006673 10.0.0.50 - - [2026-07-06 16:12:11] "GET /virtual-network/3392d2e0-ddd5-4245-9214-1d651adcb820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006593 10.0.0.50 - - [2026-07-06 16:12:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.010563 10.0.0.50 - - [2026-07-06 16:12:11] "GET /virtual-network/3392d2e0-ddd5-4245-9214-1d651adcb820?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005646 10.0.0.242 - - [2026-07-06 16:12:12] "GET /obj-perms HTTP/1.1" 200 4459 0.052751 10.0.0.33 - - [2026-07-06 16:12:13] "GET /obj-perms HTTP/1.1" 200 4459 0.069902 10.0.0.50 - - [2026-07-06 16:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.33 - - [2026-07-06 16:12:13] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001347 10.0.0.50 - - [2026-07-06 16:12:13] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.051354 10.0.0.33 - - [2026-07-06 16:12:13] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001141 10.0.0.50 - - [2026-07-06 16:12:13] "POST /neutron/network HTTP/1.1" 200 611 0.142510 10.0.0.242 - - [2026-07-06 16:12:13] "POST /route-targets HTTP/1.1" 200 327 0.015589 10.0.0.50 - - [2026-07-06 16:12:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.004072 10.0.0.50 - - [2026-07-06 16:12:13] "GET /virtual-network/f4c05dbd-cf45-4df1-acaf-d4f7086add26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006486 10.0.0.50 - - [2026-07-06 16:12:13] "POST /neutron/network HTTP/1.1" 200 827 0.007875 10.0.0.50 - - [2026-07-06 16:12:13] "GET /virtual-network/f4c05dbd-cf45-4df1-acaf-d4f7086add26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005652 10.0.0.50 - - [2026-07-06 16:12:14] "GET /virtual-network/f4c05dbd-cf45-4df1-acaf-d4f7086add26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005697 10.0.0.50 - - [2026-07-06 16:12:14] "GET /obj-perms HTTP/1.1" 200 4459 0.046022 10.0.0.50 - - [2026-07-06 16:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.33 - - [2026-07-06 16:12:14] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000985 10.0.0.50 - - [2026-07-06 16:12:14] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.050961 10.0.0.50 - - [2026-07-06 16:12:14] "POST /neutron/network HTTP/1.1" 200 117 0.025841 10.0.0.242 - - [2026-07-06 16:12:15] "POST /ref-update HTTP/1.1" 200 156 0.046500 10.0.0.50 - - [2026-07-06 16:12:15] "POST /neutron/network HTTP/1.1" 200 832 0.017478 10.0.0.50 - - [2026-07-06 16:12:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001471 10.0.0.50 - - [2026-07-06 16:12:15] "GET /virtual-network/561736f6-6361-4e12-9706-f7bdb3eae680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006792 10.0.0.50 - - [2026-07-06 16:12:15] "GET /virtual-network/561736f6-6361-4e12-9706-f7bdb3eae680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009823 10.0.0.50 - - [2026-07-06 16:12:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.010030 10.0.0.50 - - [2026-07-06 16:12:15] "GET /virtual-network/561736f6-6361-4e12-9706-f7bdb3eae680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006863 10.0.0.50 - - [2026-07-06 16:12:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001759 10.0.0.33 - - [2026-07-06 16:12:16] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.027777 10.0.0.50 - - [2026-07-06 16:12:16] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.099344 10.0.0.50 - - [2026-07-06 16:12:16] "POST /neutron/port HTTP/1.1" 200 117 0.007053 10.0.0.50 - - [2026-07-06 16:12:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001650 10.0.0.50 - - [2026-07-06 16:12:17] "POST /neutron/network HTTP/1.1" 200 842 0.008413 10.0.0.50 - - [2026-07-06 16:12:17] "POST /neutron/port HTTP/1.1" 200 117 0.005675 10.0.0.50 - - [2026-07-06 16:12:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003348 10.0.0.50 - - [2026-07-06 16:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.33 - - [2026-07-06 16:12:17] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.50 - - [2026-07-06 16:12:17] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007808 10.0.0.50 - - [2026-07-06 16:12:17] "POST /service-templates HTTP/1.1" 200 543 0.031219 10.0.0.50 - - [2026-07-06 16:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006333 10.0.0.50 - - [2026-07-06 16:12:17] "GET /service-template/baea8d89-795f-438d-a88d-a240919d7aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006315 10.0.0.50 - - [2026-07-06 16:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007357 10.0.0.50 - - [2026-07-06 16:12:17] "GET /service-template/baea8d89-795f-438d-a88d-a240919d7aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006411 10.0.0.50 - - [2026-07-06 16:12:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001678 10.0.0.50 - - [2026-07-06 16:12:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001418 10.0.0.50 - - [2026-07-06 16:12:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001239 10.0.0.50 - - [2026-07-06 16:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.50 - - [2026-07-06 16:12:18] "DELETE /service-template/baea8d89-795f-438d-a88d-a240919d7aed HTTP/1.1" 200 115 0.031034 10.0.0.50 - - [2026-07-06 16:12:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.005369 10.0.0.33 - - [2026-07-06 16:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004473 10.0.0.33 - - [2026-07-06 16:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004146 10.0.0.50 - - [2026-07-06 16:12:18] "POST /neutron/network HTTP/1.1" 200 151 0.127147 10.0.0.242 - - [2026-07-06 16:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.50 - - [2026-07-06 16:12:19] "POST /neutron/network HTTP/1.1" 200 829 0.007239 10.0.0.242 - - [2026-07-06 16:12:19] "DELETE /route-target/21491001-8f0c-4359-ba85-27499e4e9721 HTTP/1.1" 200 115 0.025431 10.0.0.50 - - [2026-07-06 16:12:19] "POST /neutron/network HTTP/1.1" 200 117 0.005914 10.0.0.50 - - [2026-07-06 16:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.33 - - [2026-07-06 16:12:22] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.50 - - [2026-07-06 16:12:22] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040392 10.0.0.50 - - [2026-07-06 16:12:22] "POST /neutron/network HTTP/1.1" 200 117 0.014246 10.0.0.50 - - [2026-07-06 16:12:23] "POST /neutron/network HTTP/1.1" 200 831 0.009422 10.0.0.50 - - [2026-07-06 16:12:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001437 10.0.0.50 - - [2026-07-06 16:12:23] "GET /virtual-network/dea3d7c4-5683-4a6c-989d-592db93aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005419 10.0.0.50 - - [2026-07-06 16:12:23] "GET /virtual-network/dea3d7c4-5683-4a6c-989d-592db93aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008104 10.0.0.50 - - [2026-07-06 16:12:23] "POST /neutron/subnet HTTP/1.1" 200 730 0.010187 10.0.0.50 - - [2026-07-06 16:12:23] "GET /virtual-network/dea3d7c4-5683-4a6c-989d-592db93aa27f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006102 10.0.0.242 - - [2026-07-06 16:12:23] "GET /obj-perms HTTP/1.1" 200 4459 0.003972 10.0.0.33 - - [2026-07-06 16:12:23] "GET /obj-perms HTTP/1.1" 200 4459 0.004422 10.0.0.50 - - [2026-07-06 16:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.33 - - [2026-07-06 16:12:23] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001018 10.0.0.50 - - [2026-07-06 16:12:23] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.042859 10.0.0.242 - - [2026-07-06 16:12:23] "POST /route-targets HTTP/1.1" 200 327 0.014720 10.0.0.33 - - [2026-07-06 16:12:24] "POST /useragent-kv HTTP/1.1" 200 115 0.011877 10.0.0.50 - - [2026-07-06 16:12:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.195804 10.0.0.50 - - [2026-07-06 16:12:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001646 10.0.0.50 - - [2026-07-06 16:12:24] "GET /virtual-network/5af3249e-52dd-43c7-8f8d-dba6c719589b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008323 10.0.0.50 - - [2026-07-06 16:12:24] "GET /virtual-network/5af3249e-52dd-43c7-8f8d-dba6c719589b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007743 10.0.0.50 - - [2026-07-06 16:12:24] "POST /neutron/network HTTP/1.1" 200 831 0.008640 10.0.0.50 - - [2026-07-06 16:12:24] "GET /virtual-network/5af3249e-52dd-43c7-8f8d-dba6c719589b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006498 10.0.0.50 - - [2026-07-06 16:12:24] "GET /obj-perms HTTP/1.1" 200 4459 0.004208 10.0.0.50 - - [2026-07-06 16:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.33 - - [2026-07-06 16:12:24] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001083 10.0.0.50 - - [2026-07-06 16:12:24] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.046229 10.0.0.33 - - [2026-07-06 16:12:24] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001045 10.0.0.50 - - [2026-07-06 16:12:25] "POST /neutron/network HTTP/1.1" 200 613 0.133291 10.0.0.242 - - [2026-07-06 16:12:25] "POST /ref-update HTTP/1.1" 200 156 0.027687 10.0.0.50 - - [2026-07-06 16:12:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.003403 10.0.0.50 - - [2026-07-06 16:12:25] "GET /virtual-network/e72d6e6f-3653-4414-bfa0-f1166f1643cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005761 10.0.0.50 - - [2026-07-06 16:12:25] "POST /neutron/network HTTP/1.1" 200 831 0.006977 10.0.0.50 - - [2026-07-06 16:12:25] "GET /virtual-network/e72d6e6f-3653-4414-bfa0-f1166f1643cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007546 10.0.0.50 - - [2026-07-06 16:12:25] "GET /virtual-network/e72d6e6f-3653-4414-bfa0-f1166f1643cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006683 10.0.0.50 - - [2026-07-06 16:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.33 - - [2026-07-06 16:12:25] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.50 - - [2026-07-06 16:12:25] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.048036 10.0.0.50 - - [2026-07-06 16:12:26] "POST /neutron/network HTTP/1.1" 200 117 0.016699 10.0.0.50 - - [2026-07-06 16:12:26] "POST /neutron/network HTTP/1.1" 200 841 0.010912 10.0.0.50 - - [2026-07-06 16:12:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001516 10.0.0.50 - - [2026-07-06 16:12:26] "GET /virtual-network/8f7a7b70-ab5a-45b4-9fe6-25054a1b1cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007480 10.0.0.50 - - [2026-07-06 16:12:26] "GET /virtual-network/8f7a7b70-ab5a-45b4-9fe6-25054a1b1cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007135 10.0.0.50 - - [2026-07-06 16:12:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.010772 10.0.0.50 - - [2026-07-06 16:12:26] "GET /virtual-network/8f7a7b70-ab5a-45b4-9fe6-25054a1b1cb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006094 10.0.0.242 - - [2026-07-06 16:12:27] "GET /obj-perms HTTP/1.1" 200 4459 0.003811 10.0.0.33 - - [2026-07-06 16:12:27] "GET /obj-perms HTTP/1.1" 200 4459 0.003745 10.0.0.50 - - [2026-07-06 16:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011913 10.0.0.33 - - [2026-07-06 16:12:27] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000967 10.0.0.50 - - [2026-07-06 16:12:27] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.051059 10.0.0.242 - - [2026-07-06 16:12:27] "POST /route-targets HTTP/1.1" 200 327 0.015662 10.0.0.33 - - [2026-07-06 16:12:27] "POST /useragent-kv HTTP/1.1" 200 115 0.018410 10.0.0.50 - - [2026-07-06 16:12:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.229931 10.0.0.50 - - [2026-07-06 16:12:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001646 10.0.0.50 - - [2026-07-06 16:12:27] "GET /virtual-network/d9c23815-70fd-4743-a3bd-28e0972c022b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005500 10.0.0.50 - - [2026-07-06 16:12:27] "GET /virtual-network/d9c23815-70fd-4743-a3bd-28e0972c022b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006058 10.0.0.50 - - [2026-07-06 16:12:27] "POST /neutron/network HTTP/1.1" 200 843 0.009276 10.0.0.50 - - [2026-07-06 16:12:28] "GET /virtual-network/d9c23815-70fd-4743-a3bd-28e0972c022b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005535 10.0.0.50 - - [2026-07-06 16:12:28] "GET /obj-perms HTTP/1.1" 200 4459 0.004169 10.0.0.50 - - [2026-07-06 16:12:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001319 10.0.0.50 - - [2026-07-06 16:12:28] "POST /neutron/network HTTP/1.1" 200 831 0.008258 10.0.0.50 - - [2026-07-06 16:12:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001322 10.0.0.50 - - [2026-07-06 16:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.007967 10.0.0.33 - - [2026-07-06 16:12:29] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001141 10.0.0.50 - - [2026-07-06 16:12:29] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.051508 10.0.0.50 - - [2026-07-06 16:12:29] "POST /neutron/port HTTP/1.1" 200 117 0.009068 10.0.0.50 - - [2026-07-06 16:12:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003150 10.0.0.50 - - [2026-07-06 16:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.33 - - [2026-07-06 16:12:29] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.50 - - [2026-07-06 16:12:29] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008890 10.0.0.50 - - [2026-07-06 16:12:29] "POST /service-templates HTTP/1.1" 200 543 0.038985 10.0.0.50 - - [2026-07-06 16:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.50 - - [2026-07-06 16:12:29] "GET /service-template/0685e620-15f8-42a3-9138-71d4aed8e43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.006639 10.0.0.50 - - [2026-07-06 16:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.50 - - [2026-07-06 16:12:29] "GET /service-template/0685e620-15f8-42a3-9138-71d4aed8e43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.004706 10.0.0.50 - - [2026-07-06 16:12:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001143 10.0.0.50 - - [2026-07-06 16:12:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.001556 10.0.0.50 - - [2026-07-06 16:12:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001589 10.0.0.50 - - [2026-07-06 16:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.50 - - [2026-07-06 16:12:29] "DELETE /service-template/0685e620-15f8-42a3-9138-71d4aed8e43b HTTP/1.1" 200 115 0.033241 10.0.0.50 - - [2026-07-06 16:12:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003403 10.0.0.50 - - [2026-07-06 16:12:30] "POST /neutron/network HTTP/1.1" 200 843 0.007693 10.0.0.242 - - [2026-07-06 16:12:30] "DELETE /route-target/79f4609b-9494-499b-a12b-c79f51c7e0d5 HTTP/1.1" 200 115 0.043759 10.0.0.33 - - [2026-07-06 16:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006722 10.0.0.33 - - [2026-07-06 16:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003805 10.0.0.50 - - [2026-07-06 16:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.144084 10.0.0.242 - - [2026-07-06 16:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006771 10.0.0.50 - - [2026-07-06 16:12:31] "POST /neutron/port HTTP/1.1" 200 117 0.007295 10.0.0.50 - - [2026-07-06 16:12:31] "POST /neutron/network HTTP/1.1" 200 1494 0.011186 10.0.0.242 - - [2026-07-06 16:12:31] "DELETE /route-target/dae9df2f-c73d-4a08-8c1a-e8c17d3e90c7 HTTP/1.1" 200 115 0.035001 10.0.0.33 - - [2026-07-06 16:12:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.33 - - [2026-07-06 16:12:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002768 10.0.0.50 - - [2026-07-06 16:12:32] "POST /neutron/network HTTP/1.1" 200 151 0.137635 10.0.0.33 - - [2026-07-06 16:12:33] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001009 10.0.0.50 - - [2026-07-06 16:12:33] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045946 10.0.0.33 - - [2026-07-06 16:12:33] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000955 10.0.0.50 - - [2026-07-06 16:12:33] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?fields=virtual_networks HTTP/1.1" 200 1023 0.037587 10.0.0.33 - - [2026-07-06 16:12:33] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.50 - - [2026-07-06 16:12:33] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.040382 10.0.0.33 - - [2026-07-06 16:12:33] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001343 10.0.0.50 - - [2026-07-06 16:12:33] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?fields=security_groups HTTP/1.1" 200 1245 0.059755 10.0.0.50 - - [2026-07-06 16:12:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.033625 10.0.0.33 - - [2026-07-06 16:12:34] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002885 10.0.0.33 - - [2026-07-06 16:12:34] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.33 - - [2026-07-06 16:12:34] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008496 10.0.0.33 - - [2026-07-06 16:12:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.001063 10.0.0.33 - - [2026-07-06 16:12:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.010030 10.0.0.33 - - [2026-07-06 16:12:35] "POST /security-groups HTTP/1.1" 200 593 0.035463 10.0.0.33 - - [2026-07-06 16:12:35] "POST /projects HTTP/1.1" 200 589 0.267317 10.0.0.33 - - [2026-07-06 16:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.301604 10.0.0.242 - - [2026-07-06 16:12:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.058564 10.0.0.50 - - [2026-07-06 16:12:35] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.473067 10.0.0.242 - - [2026-07-06 16:12:35] "POST /access-control-lists HTTP/1.1" 200 596 0.029919 10.0.0.33 - - [2026-07-06 16:12:35] "DELETE /project/5fce91a676a54da3beab7c1833bb3593 HTTP/1.1" 404 173 0.012351 10.0.0.33 - - [2026-07-06 16:12:35] "DELETE /project/656d75806d3840ee9f31d0e1e9edea4a HTTP/1.1" 404 173 0.013302 10.0.0.33 - - [2026-07-06 16:12:35] "DELETE /project/0eca4dfe47a54fd0923265666278610b HTTP/1.1" 404 173 0.009499 10.0.0.33 - - [2026-07-06 16:12:35] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000869 10.0.0.33 - - [2026-07-06 16:12:35] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000794 10.0.0.33 - - [2026-07-06 16:12:35] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000751 10.0.0.33 - - [2026-07-06 16:12:35] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.044597 10.0.0.33 - - [2026-07-06 16:12:35] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.059465 10.0.0.33 - - [2026-07-06 16:12:36] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.075748 10.0.0.33 - - [2026-07-06 16:12:36] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.33 - - [2026-07-06 16:12:36] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001325 10.0.0.33 - - [2026-07-06 16:12:36] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001961 10.0.0.33 - - [2026-07-06 16:12:36] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?fields=security_groups HTTP/1.1" 200 1356 0.089450 10.0.0.33 - - [2026-07-06 16:12:36] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?fields=security_groups HTTP/1.1" 200 1350 0.080506 10.0.0.33 - - [2026-07-06 16:12:36] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?fields=security_groups HTTP/1.1" 200 1357 0.080012 10.0.0.33 - - [2026-07-06 16:12:36] "DELETE /security-group/b2a01b10-e82b-4230-abc1-876609c7ec56 HTTP/1.1" 200 115 0.118317 10.0.0.33 - - [2026-07-06 16:12:36] "GET /projects?obj_uuids=656d7580-6d38-40ee-9f31-d0e1e9edea4a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001512 10.0.0.33 - - [2026-07-06 16:12:36] "DELETE /security-group/779748a7-aaee-4780-9847-e94f60b6b43d HTTP/1.1" 200 115 0.150371 10.0.0.33 - - [2026-07-06 16:12:36] "DELETE /security-group/1c99092b-8b34-4d36-a553-0f7d02165e49 HTTP/1.1" 200 115 0.159893 10.0.0.33 - - [2026-07-06 16:12:36] "GET /projects?obj_uuids=5fce91a6-76a5-4da3-beab-7c1833bb3593&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001406 10.0.0.33 - - [2026-07-06 16:12:36] "GET /projects?obj_uuids=f8e7d613-c876-4a7d-8e20-684522ba01cf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002076 10.0.0.33 - - [2026-07-06 16:12:36] "GET /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a?fields=application_policy_sets HTTP/1.1" 200 1395 0.096241 10.0.0.33 - - [2026-07-06 16:12:36] "GET /project/f8e7d613-c876-4a7d-8e20-684522ba01cf?fields=application_policy_sets HTTP/1.1" 200 1396 0.077256 10.0.0.33 - - [2026-07-06 16:12:36] "GET /project/5fce91a6-76a5-4da3-beab-7c1833bb3593?fields=application_policy_sets HTTP/1.1" 200 1389 0.126940 10.0.0.242 - - [2026-07-06 16:12:36] "DELETE /access-control-list/d9f24e07-e161-4ff3-b0bb-9e8aa81a8977 HTTP/1.1" 200 115 0.116403 10.0.0.33 - - [2026-07-06 16:12:36] "DELETE /project/f8e7d613-c876-4a7d-8e20-684522ba01cf HTTP/1.1" 200 115 0.705875 10.0.0.33 - - [2026-07-06 16:12:36] "DELETE /project/656d7580-6d38-40ee-9f31-d0e1e9edea4a HTTP/1.1" 200 115 0.729036 10.0.0.33 - - [2026-07-06 16:12:36] "DELETE /project/5fce91a6-76a5-4da3-beab-7c1833bb3593 HTTP/1.1" 200 115 0.807407 10.0.0.242 - - [2026-07-06 16:12:36] "DELETE /access-control-list/5b7fb9dc-34cc-42db-af93-d3fcb17c10f4 HTTP/1.1" 200 115 0.078740 10.0.0.50 - - [2026-07-06 16:12:37] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.50 - - [2026-07-06 16:12:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.50 - - [2026-07-06 16:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.046095 10.0.0.33 - - [2026-07-06 16:12:39] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.50 - - [2026-07-06 16:12:39] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042512 10.0.0.33 - - [2026-07-06 16:12:39] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001662 10.0.0.50 - - [2026-07-06 16:12:39] "POST /neutron/network HTTP/1.1" 200 611 0.146848 10.0.0.50 - - [2026-07-06 16:12:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.004075 10.0.0.50 - - [2026-07-06 16:12:39] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007425 10.0.0.50 - - [2026-07-06 16:12:39] "POST /neutron/network HTTP/1.1" 200 830 0.007523 10.0.0.50 - - [2026-07-06 16:12:39] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005599 10.0.0.50 - - [2026-07-06 16:12:40] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006343 10.0.0.50 - - [2026-07-06 16:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.33 - - [2026-07-06 16:12:41] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001285 10.0.0.50 - - [2026-07-06 16:12:41] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054926 10.0.0.50 - - [2026-07-06 16:12:42] "POST /neutron/network HTTP/1.1" 200 117 0.015776 10.0.0.242 - - [2026-07-06 16:12:42] "POST /route-targets HTTP/1.1" 200 327 0.015267 10.0.0.50 - - [2026-07-06 16:12:42] "POST /neutron/network HTTP/1.1" 200 832 0.009714 10.0.0.50 - - [2026-07-06 16:12:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001208 10.0.0.50 - - [2026-07-06 16:12:42] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005208 10.0.0.50 - - [2026-07-06 16:12:42] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008335 10.0.0.50 - - [2026-07-06 16:12:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.010905 10.0.0.50 - - [2026-07-06 16:12:42] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006921 10.0.0.242 - - [2026-07-06 16:12:43] "GET /obj-perms HTTP/1.1" 200 4471 0.059336 10.0.0.33 - - [2026-07-06 16:12:43] "GET /obj-perms HTTP/1.1" 200 4471 0.051095 10.0.0.50 - - [2026-07-06 16:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.33 - - [2026-07-06 16:12:43] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002744 10.0.0.50 - - [2026-07-06 16:12:43] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041276 10.0.0.242 - - [2026-07-06 16:12:43] "POST /ref-update HTTP/1.1" 200 156 0.027014 10.0.0.33 - - [2026-07-06 16:12:43] "POST /useragent-kv HTTP/1.1" 200 115 0.012766 10.0.0.50 - - [2026-07-06 16:12:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.239443 10.0.0.50 - - [2026-07-06 16:12:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001348 10.0.0.50 - - [2026-07-06 16:12:43] "GET /virtual-network/c59f0c3d-c0e9-4631-beda-7e30e38a18ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009224 10.0.0.50 - - [2026-07-06 16:12:43] "GET /virtual-network/c59f0c3d-c0e9-4631-beda-7e30e38a18ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005382 10.0.0.50 - - [2026-07-06 16:12:43] "POST /neutron/network HTTP/1.1" 200 837 0.007821 10.0.0.50 - - [2026-07-06 16:12:44] "GET /virtual-network/c59f0c3d-c0e9-4631-beda-7e30e38a18ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006512 10.0.0.50 - - [2026-07-06 16:12:44] "GET /obj-perms HTTP/1.1" 200 4471 0.047361 10.0.0.50 - - [2026-07-06 16:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.33 - - [2026-07-06 16:12:44] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.50 - - [2026-07-06 16:12:44] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042766 10.0.0.33 - - [2026-07-06 16:12:44] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.50 - - [2026-07-06 16:12:44] "POST /neutron/network HTTP/1.1" 200 629 0.154664 10.0.0.50 - - [2026-07-06 16:12:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.003181 10.0.0.50 - - [2026-07-06 16:12:45] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006175 10.0.0.50 - - [2026-07-06 16:12:45] "POST /neutron/network HTTP/1.1" 200 848 0.006379 10.0.0.50 - - [2026-07-06 16:12:45] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007236 10.0.0.50 - - [2026-07-06 16:12:45] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010233 10.0.0.50 - - [2026-07-06 16:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.33 - - [2026-07-06 16:12:46] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.50 - - [2026-07-06 16:12:46] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041705 10.0.0.50 - - [2026-07-06 16:12:46] "POST /neutron/network HTTP/1.1" 200 117 0.017528 10.0.0.242 - - [2026-07-06 16:12:46] "POST /route-targets HTTP/1.1" 200 327 0.013906 10.0.0.50 - - [2026-07-06 16:12:46] "POST /neutron/network HTTP/1.1" 200 851 0.009882 10.0.0.50 - - [2026-07-06 16:12:46] "POST /id-to-fqname HTTP/1.1" 200 234 0.001555 10.0.0.50 - - [2026-07-06 16:12:46] "GET /virtual-network/ba1d205b-cb22-4404-8cff-8210b1ecb0a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.005702 10.0.0.50 - - [2026-07-06 16:12:46] "GET /virtual-network/ba1d205b-cb22-4404-8cff-8210b1ecb0a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006508 10.0.0.50 - - [2026-07-06 16:12:46] "POST /neutron/subnet HTTP/1.1" 200 730 0.010083 10.0.0.50 - - [2026-07-06 16:12:46] "GET /virtual-network/ba1d205b-cb22-4404-8cff-8210b1ecb0a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2084 0.006308 10.0.0.242 - - [2026-07-06 16:12:47] "GET /obj-perms HTTP/1.1" 200 4471 0.004426 10.0.0.33 - - [2026-07-06 16:12:47] "GET /obj-perms HTTP/1.1" 200 4471 0.003897 10.0.0.50 - - [2026-07-06 16:12:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001539 10.0.0.50 - - [2026-07-06 16:12:47] "POST /neutron/port HTTP/1.1" 200 117 0.007877 10.0.0.50 - - [2026-07-06 16:12:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001370 10.0.0.50 - - [2026-07-06 16:12:48] "POST /neutron/network HTTP/1.1" 200 842 0.008162 10.0.0.50 - - [2026-07-06 16:12:48] "POST /neutron/port HTTP/1.1" 200 117 0.006320 10.0.0.50 - - [2026-07-06 16:12:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003596 10.0.0.50 - - [2026-07-06 16:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.33 - - [2026-07-06 16:12:48] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.50 - - [2026-07-06 16:12:48] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008160 10.0.0.50 - - [2026-07-06 16:12:48] "POST /service-templates HTTP/1.1" 200 543 0.035602 10.0.0.50 - - [2026-07-06 16:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.50 - - [2026-07-06 16:12:48] "GET /service-template/c48852fe-0624-478a-8d42-7c6dba3b4f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.006691 10.0.0.50 - - [2026-07-06 16:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.50 - - [2026-07-06 16:12:48] "GET /service-template/c48852fe-0624-478a-8d42-7c6dba3b4f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004312 10.0.0.50 - - [2026-07-06 16:12:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001286 10.0.0.33 - - [2026-07-06 16:12:49] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.50 - - [2026-07-06 16:12:49] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041214 10.0.0.50 - - [2026-07-06 16:12:49] "POST /neutron/network HTTP/1.1" 200 848 0.007118 10.0.0.50 - - [2026-07-06 16:12:49] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-07-06 16:12:50] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 404 171 0.036212 10.0.0.50 - - [2026-07-06 16:12:52] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 404 171 0.003449 10.0.0.50 - - [2026-07-06 16:12:52] "POST /neutron/network HTTP/1.1" 200 840 0.007413 10.0.0.50 - - [2026-07-06 16:12:52] "POST /neutron/port HTTP/1.1" 200 1062 0.022741 10.0.0.33 - - [2026-07-06 16:12:52] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001213 10.0.0.50 - - [2026-07-06 16:12:53] "POST /neutron/port HTTP/1.1" 200 1062 0.395368 10.0.0.50 - - [2026-07-06 16:12:53] "POST /neutron/port HTTP/1.1" 200 1116 0.164237 10.0.0.50 - - [2026-07-06 16:12:54] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 404 171 0.003721 10.0.0.50 - - [2026-07-06 16:12:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.008855 10.0.0.50 - - [2026-07-06 16:12:54] "POST /neutron/network HTTP/1.1" 200 858 0.007238 10.0.0.50 - - [2026-07-06 16:12:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007062 10.0.0.50 - - [2026-07-06 16:12:54] "POST /neutron/network HTTP/1.1" 200 832 0.007917 10.0.0.50 - - [2026-07-06 16:12:55] "POST /neutron/port HTTP/1.1" 200 1116 0.106400 10.0.0.50 - - [2026-07-06 16:12:56] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 200 1295 0.006083 10.0.0.50 - - [2026-07-06 16:12:56] "GET /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08 HTTP/1.1" 200 2985 0.006358 10.0.0.50 - - [2026-07-06 16:12:56] "GET /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005610 10.0.0.50 - - [2026-07-06 16:12:56] "PUT /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08 HTTP/1.1" 200 284 0.015167 10.0.0.50 - - [2026-07-06 16:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004765 10.0.0.50 - - [2026-07-06 16:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.50 - - [2026-07-06 16:13:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007499 10.0.0.50 - - [2026-07-06 16:13:01] "POST /neutron/port HTTP/1.1" 200 1126 0.022382 10.0.0.50 - - [2026-07-06 16:13:01] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 200 1295 0.005252 10.0.0.50 - - [2026-07-06 16:13:01] "GET /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08 HTTP/1.1" 200 3035 0.006865 10.0.0.50 - - [2026-07-06 16:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.50 - - [2026-07-06 16:13:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003986 10.0.0.50 - - [2026-07-06 16:13:01] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003156 10.0.0.50 - - [2026-07-06 16:13:01] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006118 10.0.0.50 - - [2026-07-06 16:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.50 - - [2026-07-06 16:13:04] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006290 10.0.0.50 - - [2026-07-06 16:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.50 - - [2026-07-06 16:13:08] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008007 10.0.0.50 - - [2026-07-06 16:13:12] "GET /obj-perms HTTP/1.1" 200 4493 0.050786 10.0.0.50 - - [2026-07-06 16:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.50 - - [2026-07-06 16:13:13] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007616 10.0.0.50 - - [2026-07-06 16:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.50 - - [2026-07-06 16:13:17] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007303 10.0.0.50 - - [2026-07-06 16:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.50 - - [2026-07-06 16:13:21] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007211 10.0.0.242 - - [2026-07-06 16:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.242 - - [2026-07-06 16:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.50 - - [2026-07-06 16:13:23] "POST /neutron/port HTTP/1.1" 200 1126 0.023407 10.0.0.33 - - [2026-07-06 16:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.33 - - [2026-07-06 16:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.33 - - [2026-07-06 16:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2026-07-06 16:13:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.010466 10.0.0.33 - - [2026-07-06 16:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.242 - - [2026-07-06 16:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2026-07-06 16:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.242 - - [2026-07-06 16:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-07-06 16:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2026-07-06 16:13:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2026-07-06 16:13:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.50 - - [2026-07-06 16:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.50 - - [2026-07-06 16:13:25] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006422 10.0.0.50 - - [2026-07-06 16:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.50 - - [2026-07-06 16:13:29] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005537 10.0.0.50 - - [2026-07-06 16:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.50 - - [2026-07-06 16:13:33] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006858 10.0.0.50 - - [2026-07-06 16:13:37] "POST /neutron/port HTTP/1.1" 200 1126 0.022563 10.0.0.50 - - [2026-07-06 16:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.50 - - [2026-07-06 16:13:37] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006282 10.0.0.50 - - [2026-07-06 16:13:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004509 10.0.0.50 - - [2026-07-06 16:13:38] "POST /neutron/network HTTP/1.1" 200 832 0.008074 10.0.0.50 - - [2026-07-06 16:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.50 - - [2026-07-06 16:13:41] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007161 10.0.0.50 - - [2026-07-06 16:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.50 - - [2026-07-06 16:13:45] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006087 10.0.0.50 - - [2026-07-06 16:13:48] "POST /neutron/port HTTP/1.1" 200 1126 0.037561 10.0.0.50 - - [2026-07-06 16:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.50 - - [2026-07-06 16:13:49] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005589 10.0.0.50 - - [2026-07-06 16:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.50 - - [2026-07-06 16:13:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003981 10.0.0.50 - - [2026-07-06 16:13:52] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003176 10.0.0.50 - - [2026-07-06 16:13:52] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006068 10.0.0.50 - - [2026-07-06 16:13:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007877 10.0.0.50 - - [2026-07-06 16:13:57] "POST /neutron/port HTTP/1.1" 200 1126 0.018918 10.0.0.50 - - [2026-07-06 16:14:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007878 10.0.0.50 - - [2026-07-06 16:14:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.004035 10.0.0.50 - - [2026-07-06 16:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.33 - - [2026-07-06 16:14:07] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.50 - - [2026-07-06 16:14:07] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.052046 10.0.0.50 - - [2026-07-06 16:14:07] "POST /service-instances HTTP/1.1" 200 547 0.045618 10.0.0.50 - - [2026-07-06 16:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.50 - - [2026-07-06 16:14:08] "GET /service-instance/6b32517a-cf47-4a46-a78b-083718b92475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008673 10.0.0.50 - - [2026-07-06 16:14:08] "POST /port-tuples HTTP/1.1" 200 590 0.054977 10.0.0.50 - - [2026-07-06 16:14:08] "GET /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006394 10.0.0.50 - - [2026-07-06 16:14:08] "PUT /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08 HTTP/1.1" 200 284 0.019947 10.0.0.50 - - [2026-07-06 16:14:08] "POST /ref-update HTTP/1.1" 200 156 0.023614 10.0.0.50 - - [2026-07-06 16:14:08] "POST /instance-ips HTTP/1.1" 200 373 0.066704 10.0.0.50 - - [2026-07-06 16:14:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016088 10.0.0.50 - - [2026-07-06 16:14:08] "POST /neutron/port HTTP/1.1" 200 1126 0.048637 10.0.0.50 - - [2026-07-06 16:14:08] "POST /ref-update HTTP/1.1" 200 156 0.018269 10.0.0.50 - - [2026-07-06 16:14:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009302 10.0.0.50 - - [2026-07-06 16:14:08] "GET /virtual-machine/46ac838e-bc7e-407b-8965-a7eb278d4616 HTTP/1.1" 200 1293 0.006442 10.0.0.50 - - [2026-07-06 16:14:08] "GET /virtual-machine-interface/67ab86b1-eda6-4fb6-8640-b80267d07faa HTTP/1.1" 200 2956 0.005814 10.0.0.50 - - [2026-07-06 16:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.50 - - [2026-07-06 16:14:08] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003890 10.0.0.50 - - [2026-07-06 16:14:08] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003440 10.0.0.50 - - [2026-07-06 16:14:08] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007210 10.0.0.50 - - [2026-07-06 16:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.50 - - [2026-07-06 16:14:09] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003669 10.0.0.50 - - [2026-07-06 16:14:09] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003376 10.0.0.50 - - [2026-07-06 16:14:09] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006409 10.0.0.50 - - [2026-07-06 16:14:10] "POST /neutron/port HTTP/1.1" 200 1126 0.018374 10.0.0.50 - - [2026-07-06 16:14:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008258 10.0.0.50 - - [2026-07-06 16:14:10] "GET /virtual-machine/78663835-1aa1-42b9-b22b-33e3543a31ec HTTP/1.1" 200 1294 0.005826 10.0.0.50 - - [2026-07-06 16:14:10] "GET /virtual-machine-interface/4ecc5257-ade5-40ae-a881-fab6c1a189ef HTTP/1.1" 200 2960 0.005361 10.0.0.50 - - [2026-07-06 16:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.50 - - [2026-07-06 16:14:10] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004247 10.0.0.50 - - [2026-07-06 16:14:10] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003346 10.0.0.50 - - [2026-07-06 16:14:10] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005650 10.0.0.50 - - [2026-07-06 16:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.50 - - [2026-07-06 16:14:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004258 10.0.0.50 - - [2026-07-06 16:14:11] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003034 10.0.0.50 - - [2026-07-06 16:14:11] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006269 10.0.0.50 - - [2026-07-06 16:14:11] "POST /fqname-to-id HTTP/1.1" 404 215 0.004117 10.0.0.50 - - [2026-07-06 16:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.33 - - [2026-07-06 16:14:11] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001617 10.0.0.50 - - [2026-07-06 16:14:11] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041622 10.0.0.50 - - [2026-07-06 16:14:11] "POST /network-policys HTTP/1.1" 200 551 0.031662 10.0.0.50 - - [2026-07-06 16:14:11] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007009 10.0.0.50 - - [2026-07-06 16:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.50 - - [2026-07-06 16:14:12] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006493 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.50 - - [2026-07-06 16:14:12] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004103 10.0.0.50 - - [2026-07-06 16:14:12] "POST /ref-update HTTP/1.1" 200 156 0.066725 10.0.0.242 - - [2026-07-06 16:14:12] "POST /access-control-lists HTTP/1.1" 200 596 0.039204 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006572 10.0.0.50 - - [2026-07-06 16:14:12] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005244 10.0.0.50 - - [2026-07-06 16:14:12] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008230 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.50 - - [2026-07-06 16:14:12] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004865 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.50 - - [2026-07-06 16:14:12] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005814 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.50 - - [2026-07-06 16:14:12] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004378 10.0.0.50 - - [2026-07-06 16:14:12] "POST /ref-update HTTP/1.1" 200 156 0.071846 10.0.0.242 - - [2026-07-06 16:14:12] "POST /access-control-lists HTTP/1.1" 200 599 0.056719 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.50 - - [2026-07-06 16:14:12] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004510 10.0.0.50 - - [2026-07-06 16:14:12] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.011649 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.50 - - [2026-07-06 16:14:12] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.003979 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.50 - - [2026-07-06 16:14:12] "GET /service-template/c48852fe-0624-478a-8d42-7c6dba3b4f38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.003903 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.33 - - [2026-07-06 16:14:12] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001437 10.0.0.50 - - [2026-07-06 16:14:12] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049502 10.0.0.50 - - [2026-07-06 16:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.50 - - [2026-07-06 16:14:12] "GET /service-instance/6b32517a-cf47-4a46-a78b-083718b92475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2543 0.007831 10.0.0.50 - - [2026-07-06 16:14:13] "POST /neutron/port HTTP/1.1" 200 1384 0.032158 10.0.0.50 - - [2026-07-06 16:14:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009233 10.0.0.50 - - [2026-07-06 16:14:13] "POST /neutron/port HTTP/1.1" 200 1384 0.025484 10.0.0.50 - - [2026-07-06 16:14:13] "POST /neutron/network HTTP/1.1" 200 848 0.007621 10.0.0.50 - - [2026-07-06 16:14:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001206 10.0.0.50 - - [2026-07-06 16:14:13] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 200 1295 0.004248 10.0.0.50 - - [2026-07-06 16:14:13] "GET /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08 HTTP/1.1" 200 3891 0.005841 10.0.0.50 - - [2026-07-06 16:14:13] "GET /instance-ip/1e3bb8af-bca3-4b13-a6bf-3a9067a7cda3 HTTP/1.1" 200 1964 0.006294 10.0.0.50 - - [2026-07-06 16:14:13] "GET /instance-ip/22647d8f-0d72-4ecc-b249-413527c61eb0 HTTP/1.1" 200 1635 0.006490 10.0.0.50 - - [2026-07-06 16:14:13] "GET /instance-ip/86dc0d4e-4b14-43f5-a182-79729269a7e0 HTTP/1.1" 200 1962 0.004100 10.0.0.50 - - [2026-07-06 16:14:13] "POST /neutron/port HTTP/1.1" 200 1384 0.026294 10.0.0.50 - - [2026-07-06 16:14:14] "GET /virtual-machine/fc44a4f0-4892-4e9e-979f-2240585a9b32 HTTP/1.1" 200 1295 0.004781 10.0.0.50 - - [2026-07-06 16:14:14] "GET /virtual-machine-interface/ed79281a-779e-41b9-a1fa-678a77679c08 HTTP/1.1" 200 3891 0.006526 10.0.0.50 - - [2026-07-06 16:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.50 - - [2026-07-06 16:14:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003552 10.0.0.50 - - [2026-07-06 16:14:14] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004592 10.0.0.50 - - [2026-07-06 16:14:14] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007564 10.0.0.50 - - [2026-07-06 16:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005665 10.0.0.50 - - [2026-07-06 16:14:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004662 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005662 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010490 10.0.0.50 - - [2026-07-06 16:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.50 - - [2026-07-06 16:14:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004092 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003492 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007938 10.0.0.50 - - [2026-07-06 16:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004906 10.0.0.50 - - [2026-07-06 16:14:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003716 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004955 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.013049 10.0.0.50 - - [2026-07-06 16:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.50 - - [2026-07-06 16:14:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004713 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-networks?parent_id=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004517 10.0.0.50 - - [2026-07-06 16:14:15] "GET /virtual-network/56f0def6-48ab-49d5-9083-ed87ed8ebe10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005322 10.0.0.50 - - [2026-07-06 16:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.017725 10.0.0.50 - - [2026-07-06 16:14:15] "GET /routing-instance/31748e9d-fc49-4ad1-927b-bbe4c4d8732a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006111 10.0.0.50 - - [2026-07-06 16:14:15] "GET /routing-instance/31748e9d-fc49-4ad1-927b-bbe4c4d8732a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.009018 10.0.0.50 - - [2026-07-06 16:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.50 - - [2026-07-06 16:14:16] "GET /routing-instance/4c654a9d-6cfa-4429-8b42-715b45e0faa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004356 10.0.0.50 - - [2026-07-06 16:14:16] "GET /routing-instance/4c654a9d-6cfa-4429-8b42-715b45e0faa7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.007044 10.0.0.50 - - [2026-07-06 16:14:25] "POST /neutron/port HTTP/1.1" 200 1384 0.024976 10.0.0.50 - - [2026-07-06 16:14:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.008964 10.0.0.50 - - [2026-07-06 16:14:39] "POST /neutron/port HTTP/1.1" 200 1126 0.021845 10.0.0.50 - - [2026-07-06 16:14:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004275 10.0.0.50 - - [2026-07-06 16:14:40] "POST /neutron/network HTTP/1.1" 200 924 0.007955 10.0.0.50 - - [2026-07-06 16:15:03] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004884 10.0.0.50 - - [2026-07-06 16:15:03] "PUT /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf HTTP/1.1" 200 262 0.015502 10.0.0.242 - - [2026-07-06 16:15:03] "PUT /access-control-list/2e028dd0-4621-4fb8-a95c-956f87730aa3 HTTP/1.1" 200 272 0.017448 10.0.0.50 - - [2026-07-06 16:15:03] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005074 10.0.0.50 - - [2026-07-06 16:15:25] "POST /neutron/port HTTP/1.1" 200 1126 0.017526 10.0.0.50 - - [2026-07-06 16:15:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007092 10.0.0.50 - - [2026-07-06 16:15:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.009000 10.0.0.50 - - [2026-07-06 16:15:31] "POST /ref-update HTTP/1.1" 200 156 0.050695 10.0.0.50 - - [2026-07-06 16:15:31] "POST /neutron/network HTTP/1.1" 200 832 0.007481 10.0.0.242 - - [2026-07-06 16:15:31] "POST /ref-update HTTP/1.1" 200 156 0.034691 10.0.0.50 - - [2026-07-06 16:15:31] "GET /virtual-network/5a44f4ff-3306-42bb-8585-4245ef0a9ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.014944 10.0.0.50 - - [2026-07-06 16:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.50 - - [2026-07-06 16:15:31] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005844 10.0.0.50 - - [2026-07-06 16:15:32] "POST /ref-update HTTP/1.1" 200 156 0.067878 10.0.0.50 - - [2026-07-06 16:15:32] "GET /virtual-network/03995ceb-3976-4b42-8bb9-3a135cd723d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007726 10.0.0.50 - - [2026-07-06 16:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.50 - - [2026-07-06 16:15:32] "GET /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004558 10.0.0.50 - - [2026-07-06 16:15:32] "DELETE /network-policy/c0c3f281-8c77-4598-a4a3-78c56cea28cf HTTP/1.1" 200 115 0.038079 10.0.0.50 - - [2026-07-06 16:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.50 - - [2026-07-06 16:15:32] "DELETE /service-instance/6b32517a-cf47-4a46-a78b-083718b92475 HTTP/1.1" 200 115 0.048338 10.0.0.50 - - [2026-07-06 16:15:32] "DELETE /instance-ip/1e3bb8af-bca3-4b13-a6bf-3a9067a7cda3 HTTP/1.1" 200 115 0.066926 10.0.0.50 - - [2026-07-06 16:15:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005593 10.0.0.50 - - [2026-07-06 16:15:32] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003542 10.0.0.242 - - [2026-07-06 16:15:32] "DELETE /access-control-list/0f9f3b14-eaed-4570-8c99-a5be4f56a428 HTTP/1.1" 200 115 0.065077 10.0.0.50 - - [2026-07-06 16:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008738 10.0.0.242 - - [2026-07-06 16:15:32] "POST /ref-update HTTP/1.1" 200 156 0.033781 10.0.0.50 - - [2026-07-06 16:15:32] "DELETE /service-template/c48852fe-0624-478a-8d42-7c6dba3b4f38 HTTP/1.1" 200 115 0.060921 10.0.0.50 - - [2026-07-06 16:15:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003814 10.0.0.33 - - [2026-07-06 16:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.33 - - [2026-07-06 16:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002702 10.0.0.50 - - [2026-07-06 16:15:33] "POST /neutron/network HTTP/1.1" 200 151 0.125625 10.0.0.50 - - [2026-07-06 16:15:34] "POST /neutron/port HTTP/1.1" 200 1126 0.020590 10.0.0.50 - - [2026-07-06 16:15:34] "POST /neutron/port HTTP/1.1" 200 1126 0.030893 10.0.0.50 - - [2026-07-06 16:15:34] "POST /neutron/port HTTP/1.1" 200 1116 0.013071 10.0.0.50 - - [2026-07-06 16:15:35] "POST /neutron/network HTTP/1.1" 200 848 0.008053 10.0.0.242 - - [2026-07-06 16:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.33 - - [2026-07-06 16:15:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004520 10.0.0.33 - - [2026-07-06 16:15:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006476 10.0.0.50 - - [2026-07-06 16:15:35] "POST /neutron/network HTTP/1.1" 200 151 0.120405 10.0.0.242 - - [2026-07-06 16:15:35] "DELETE /route-target/12990853-0ec4-4884-a3b2-82f22badeec6 HTTP/1.1" 200 115 0.029445 10.0.0.50 - - [2026-07-06 16:15:36] "POST /neutron/network HTTP/1.1" 200 830 0.008950 10.0.0.242 - - [2026-07-06 16:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.33 - - [2026-07-06 16:15:38] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.50 - - [2026-07-06 16:15:38] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046861 10.0.0.33 - - [2026-07-06 16:15:38] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.50 - - [2026-07-06 16:15:38] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?fields=virtual_networks HTTP/1.1" 200 1035 0.058352 10.0.0.33 - - [2026-07-06 16:15:38] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.50 - - [2026-07-06 16:15:38] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043934 10.0.0.33 - - [2026-07-06 16:15:38] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001427 10.0.0.50 - - [2026-07-06 16:15:38] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?fields=security_groups HTTP/1.1" 200 1263 0.044798 10.0.0.50 - - [2026-07-06 16:15:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.029074 10.0.0.33 - - [2026-07-06 16:15:39] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003152 10.0.0.33 - - [2026-07-06 16:15:39] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.33 - - [2026-07-06 16:15:39] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008303 10.0.0.33 - - [2026-07-06 16:15:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.007821 10.0.0.33 - - [2026-07-06 16:15:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.004721 10.0.0.33 - - [2026-07-06 16:15:39] "POST /security-groups HTTP/1.1" 200 592 0.038120 10.0.0.33 - - [2026-07-06 16:15:39] "POST /projects HTTP/1.1" 200 587 0.244706 10.0.0.242 - - [2026-07-06 16:15:39] "POST /access-control-lists HTTP/1.1" 200 597 0.029172 10.0.0.33 - - [2026-07-06 16:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.317884 10.0.0.50 - - [2026-07-06 16:15:39] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.447994 10.0.0.50 - - [2026-07-06 16:15:40] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.50 - - [2026-07-06 16:15:42] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000678 10.0.0.33 - - [2026-07-06 16:15:43] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001071 10.0.0.50 - - [2026-07-06 16:15:43] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069888 10.0.0.50 - - [2026-07-06 16:15:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.003987 10.0.0.50 - - [2026-07-06 16:15:43] "POST /virtual-DNSs HTTP/1.1" 200 507 0.036461 10.0.0.50 - - [2026-07-06 16:15:43] "GET /virtual-DNS/2b44b654-e3b9-45cc-9326-a0ead1414217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005985 10.0.0.50 - - [2026-07-06 16:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.50 - - [2026-07-06 16:15:43] "GET /virtual-DNS/2b44b654-e3b9-45cc-9326-a0ead1414217?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005194 10.0.0.50 - - [2026-07-06 16:15:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003616 10.0.0.50 - - [2026-07-06 16:15:44] "POST /network-ipams HTTP/1.1" 200 514 0.031059 10.0.0.50 - - [2026-07-06 16:15:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004063 10.0.0.50 - - [2026-07-06 16:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.50 - - [2026-07-06 16:15:44] "GET /network-ipam/247d2100-7014-4df7-a36e-bf9181aef213?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.006675 10.0.0.50 - - [2026-07-06 16:15:44] "PUT /network-ipam/247d2100-7014-4df7-a36e-bf9181aef213 HTTP/1.1" 200 258 0.022426 10.0.0.50 - - [2026-07-06 16:15:44] "POST /ref-update HTTP/1.1" 200 156 0.016448 10.0.0.50 - - [2026-07-06 16:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.33 - - [2026-07-06 16:15:44] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.50 - - [2026-07-06 16:15:44] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041788 10.0.0.33 - - [2026-07-06 16:15:44] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.50 - - [2026-07-06 16:15:44] "POST /neutron/network HTTP/1.1" 200 618 0.145172 10.0.0.242 - - [2026-07-06 16:15:44] "POST /route-targets HTTP/1.1" 200 327 0.015788 10.0.0.50 - - [2026-07-06 16:15:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.003409 10.0.0.50 - - [2026-07-06 16:15:45] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006725 10.0.0.50 - - [2026-07-06 16:15:45] "POST /neutron/network HTTP/1.1" 200 833 0.007119 10.0.0.50 - - [2026-07-06 16:15:45] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010163 10.0.0.50 - - [2026-07-06 16:15:45] "POST /neutron/network HTTP/1.1" 200 807 0.014696 10.0.0.50 - - [2026-07-06 16:15:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001699 10.0.0.50 - - [2026-07-06 16:15:45] "POST /neutron/network HTTP/1.1" 200 833 0.011428 10.0.0.50 - - [2026-07-06 16:15:45] "POST /neutron/port HTTP/1.1" 200 117 0.006310 10.0.0.50 - - [2026-07-06 16:15:50] "POST /neutron/port HTTP/1.1" 200 1058 0.021265 10.0.0.50 - - [2026-07-06 16:15:50] "POST /neutron/port HTTP/1.1" 200 1122 0.028801 10.0.0.50 - - [2026-07-06 16:15:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004476 10.0.0.50 - - [2026-07-06 16:15:51] "POST /neutron/network HTTP/1.1" 200 833 0.007939 10.0.0.50 - - [2026-07-06 16:16:00] "POST /neutron/port HTTP/1.1" 200 1122 0.020051 10.0.0.50 - - [2026-07-06 16:16:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007396 10.0.0.50 - - [2026-07-06 16:16:01] "GET /virtual-machine/bb0f1ec9-b5c5-461a-a308-fe9a9b8fe987 HTTP/1.1" 401 292 0.000473 10.0.0.50 - - [2026-07-06 16:16:01] "GET /virtual-machine/bb0f1ec9-b5c5-461a-a308-fe9a9b8fe987 HTTP/1.1" 200 1294 0.028331 10.0.0.50 - - [2026-07-06 16:16:01] "GET /virtual-machine-interface/622741ea-4f66-42be-88c3-cb1bb7e22b54 HTTP/1.1" 200 2963 0.007535 10.0.0.50 - - [2026-07-06 16:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.50 - - [2026-07-06 16:16:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004294 10.0.0.50 - - [2026-07-06 16:16:01] "GET /virtual-networks?parent_id=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003872 10.0.0.50 - - [2026-07-06 16:16:01] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006212 10.0.0.50 - - [2026-07-06 16:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.50 - - [2026-07-06 16:16:04] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006795 10.0.0.50 - - [2026-07-06 16:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.50 - - [2026-07-06 16:16:08] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005607 10.0.0.50 - - [2026-07-06 16:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.50 - - [2026-07-06 16:16:12] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005400 10.0.0.242 - - [2026-07-06 16:16:15] "GET /obj-perms HTTP/1.1" 200 4493 0.050139 10.0.0.50 - - [2026-07-06 16:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.50 - - [2026-07-06 16:16:16] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005054 10.0.0.50 - - [2026-07-06 16:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.50 - - [2026-07-06 16:16:20] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005102 10.0.0.50 - - [2026-07-06 16:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.50 - - [2026-07-06 16:16:25] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005634 10.0.0.50 - - [2026-07-06 16:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.50 - - [2026-07-06 16:16:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003864 10.0.0.50 - - [2026-07-06 16:16:27] "GET /virtual-networks?parent_id=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003183 10.0.0.50 - - [2026-07-06 16:16:27] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007980 10.0.0.50 - - [2026-07-06 16:16:27] "POST /neutron/port HTTP/1.1" 200 1122 0.019961 10.0.0.50 - - [2026-07-06 16:16:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007686 10.0.0.33 - - [2026-07-06 16:16:36] "DELETE /project/2afcda7bbb34442daa74737c11b0ae33 HTTP/1.1" 404 173 0.043993 10.0.0.33 - - [2026-07-06 16:16:37] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001227 10.0.0.33 - - [2026-07-06 16:16:37] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.039249 10.0.0.33 - - [2026-07-06 16:16:37] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.33 - - [2026-07-06 16:16:37] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?fields=security_groups HTTP/1.1" 200 1105 0.087426 10.0.0.33 - - [2026-07-06 16:16:37] "GET /projects?obj_uuids=0eca4dfe-47a5-4fd0-9232-65666278610b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002377 10.0.0.242 - - [2026-07-06 16:16:37] "DELETE /access-control-list/3ee53702-a2bf-4471-a8d5-177b390a3cd6 HTTP/1.1" 200 115 0.063635 10.0.0.33 - - [2026-07-06 16:16:37] "GET /project/0eca4dfe-47a5-4fd0-9232-65666278610b?fields=application_policy_sets HTTP/1.1" 200 1407 0.062004 10.0.0.33 - - [2026-07-06 16:16:37] "DELETE /project/0eca4dfe-47a5-4fd0-9232-65666278610b HTTP/1.1" 200 115 0.431093 10.0.0.50 - - [2026-07-06 16:16:52] "POST /neutron/network HTTP/1.1" 200 807 0.014562 10.0.0.50 - - [2026-07-06 16:16:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001184 10.0.0.50 - - [2026-07-06 16:16:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009173 10.0.0.50 - - [2026-07-06 16:16:53] "POST /neutron/port HTTP/1.1" 200 1122 0.023000 10.0.0.50 - - [2026-07-06 16:16:53] "POST /neutron/port HTTP/1.1" 200 117 0.006924 10.0.0.50 - - [2026-07-06 16:16:57] "POST /neutron/port HTTP/1.1" 200 1058 0.024516 10.0.0.50 - - [2026-07-06 16:16:58] "POST /neutron/port HTTP/1.1" 200 1122 0.019791 10.0.0.50 - - [2026-07-06 16:16:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003994 10.0.0.50 - - [2026-07-06 16:16:59] "POST /neutron/network HTTP/1.1" 200 833 0.008999 10.0.0.50 - - [2026-07-06 16:17:08] "POST /neutron/port HTTP/1.1" 200 1122 0.018214 10.0.0.50 - - [2026-07-06 16:17:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015889 10.0.0.50 - - [2026-07-06 16:17:08] "GET /virtual-machine/d2a97e86-caa2-42a8-8eac-3d2cd9715703 HTTP/1.1" 200 1294 0.005944 10.0.0.50 - - [2026-07-06 16:17:08] "GET /virtual-machine-interface/6fa14754-e311-4ad1-a1a2-ec3d932727e9 HTTP/1.1" 200 2964 0.005222 10.0.0.50 - - [2026-07-06 16:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.50 - - [2026-07-06 16:17:08] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003556 10.0.0.50 - - [2026-07-06 16:17:08] "GET /virtual-networks?parent_id=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002689 10.0.0.50 - - [2026-07-06 16:17:08] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005398 10.0.0.50 - - [2026-07-06 16:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.50 - - [2026-07-06 16:17:11] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005321 10.0.0.33 - - [2026-07-06 16:17:15] "GET /obj-perms HTTP/1.1" 200 4493 0.072102 10.0.0.50 - - [2026-07-06 16:17:15] "GET /obj-perms HTTP/1.1" 200 4493 0.046376 10.0.0.50 - - [2026-07-06 16:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.50 - - [2026-07-06 16:17:16] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005456 10.0.0.50 - - [2026-07-06 16:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.50 - - [2026-07-06 16:17:20] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006774 10.0.0.50 - - [2026-07-06 16:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399 10.0.0.50 - - [2026-07-06 16:17:24] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006049 10.0.0.50 - - [2026-07-06 16:17:25] "POST /neutron/port HTTP/1.1" 200 1122 0.034324 10.0.0.50 - - [2026-07-06 16:17:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004722 10.0.0.50 - - [2026-07-06 16:17:26] "POST /neutron/network HTTP/1.1" 200 833 0.007381 10.0.0.50 - - [2026-07-06 16:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.50 - - [2026-07-06 16:17:28] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006320 10.0.0.50 - - [2026-07-06 16:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.50 - - [2026-07-06 16:17:32] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005631 10.0.0.50 - - [2026-07-06 16:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.50 - - [2026-07-06 16:17:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003896 10.0.0.50 - - [2026-07-06 16:17:36] "GET /virtual-networks?parent_id=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003958 10.0.0.50 - - [2026-07-06 16:17:36] "GET /virtual-network/e2af42c6-1010-41f9-b79d-50b4c7df9495?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005752 10.0.0.50 - - [2026-07-06 16:17:40] "POST /neutron/port HTTP/1.1" 200 1122 0.018701 10.0.0.50 - - [2026-07-06 16:17:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007851 10.0.0.50 - - [2026-07-06 16:17:45] "POST /neutron/network HTTP/1.1" 200 843 0.006826 10.0.0.50 - - [2026-07-06 16:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.50 - - [2026-07-06 16:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.50 - - [2026-07-06 16:18:10] "DELETE /virtual-DNS/2b44b654-e3b9-45cc-9326-a0ead1414217 HTTP/1.1" 409 235 0.008125 10.0.0.50 - - [2026-07-06 16:18:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.003655 10.0.0.50 - - [2026-07-06 16:18:10] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.027648 10.0.0.50 - - [2026-07-06 16:18:10] "GET /virtual-DNS-record/b718351e-6be1-4899-9006-fdaf79e2b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005966 10.0.0.50 - - [2026-07-06 16:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.50 - - [2026-07-06 16:18:10] "GET /virtual-DNS-record/b718351e-6be1-4899-9006-fdaf79e2b1b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003833 10.0.0.50 - - [2026-07-06 16:18:16] "DELETE /virtual-DNS-record/b718351e-6be1-4899-9006-fdaf79e2b1b1 HTTP/1.1" 200 115 0.045292 10.0.0.50 - - [2026-07-06 16:18:16] "POST /fqname-to-id HTTP/1.1" 404 184 0.006196 10.0.0.50 - - [2026-07-06 16:18:17] "POST /neutron/network HTTP/1.1" 400 204 0.016039 10.0.0.50 - - [2026-07-06 16:18:19] "POST /neutron/port HTTP/1.1" 200 1122 0.030752 10.0.0.50 - - [2026-07-06 16:18:19] "POST /neutron/port HTTP/1.1" 200 151 0.227495 10.0.0.50 - - [2026-07-06 16:18:21] "POST /neutron/network HTTP/1.1" 200 833 0.009833 10.0.0.50 - - [2026-07-06 16:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.50 - - [2026-07-06 16:18:21] "DELETE /network-ipam/247d2100-7014-4df7-a36e-bf9181aef213 HTTP/1.1" 200 115 0.067185 10.0.0.50 - - [2026-07-06 16:18:21] "DELETE /virtual-DNS/2b44b654-e3b9-45cc-9326-a0ead1414217 HTTP/1.1" 200 115 0.048692 10.0.0.50 - - [2026-07-06 16:18:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.004067 10.0.0.33 - - [2026-07-06 16:18:22] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.019331 10.0.0.50 - - [2026-07-06 16:18:22] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.091200 10.0.0.33 - - [2026-07-06 16:18:23] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.50 - - [2026-07-06 16:18:23] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?fields=virtual_networks HTTP/1.1" 200 1033 0.045285 10.0.0.33 - - [2026-07-06 16:18:23] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001337 10.0.0.50 - - [2026-07-06 16:18:23] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043958 10.0.0.33 - - [2026-07-06 16:18:23] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.50 - - [2026-07-06 16:18:23] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?fields=security_groups HTTP/1.1" 200 1260 0.043573 10.0.0.242 - - [2026-07-06 16:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.242 - - [2026-07-06 16:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2026-07-06 16:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2026-07-06 16:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.33 - - [2026-07-06 16:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-07-06 16:18:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.072079 10.0.0.33 - - [2026-07-06 16:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2026-07-06 16:18:24] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004720 10.0.0.242 - - [2026-07-06 16:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.33 - - [2026-07-06 16:18:24] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.33 - - [2026-07-06 16:18:24] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007467 10.0.0.50 - - [2026-07-06 16:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.242 - - [2026-07-06 16:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.33 - - [2026-07-06 16:18:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.002208 10.0.0.33 - - [2026-07-06 16:18:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.008437 10.0.0.50 - - [2026-07-06 16:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.33 - - [2026-07-06 16:18:24] "POST /security-groups HTTP/1.1" 200 592 0.075589 10.0.0.33 - - [2026-07-06 16:18:24] "POST /projects HTTP/1.1" 200 587 0.278090 10.0.0.33 - - [2026-07-06 16:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.383667 10.0.0.242 - - [2026-07-06 16:18:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.042335 10.0.0.50 - - [2026-07-06 16:18:25] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.562253 10.0.0.242 - - [2026-07-06 16:18:25] "POST /access-control-lists HTTP/1.1" 200 595 0.054047 10.0.0.50 - - [2026-07-06 16:18:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.50 - - [2026-07-06 16:18:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-07-06 16:18:26] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.50 - - [2026-07-06 16:18:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.50 - - [2026-07-06 16:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.045260 10.0.0.33 - - [2026-07-06 16:18:28] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.50 - - [2026-07-06 16:18:28] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037173 10.0.0.33 - - [2026-07-06 16:18:28] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001316 10.0.0.50 - - [2026-07-06 16:18:28] "POST /neutron/network HTTP/1.1" 200 608 0.165310 10.0.0.50 - - [2026-07-06 16:18:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.003505 10.0.0.50 - - [2026-07-06 16:18:29] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005859 10.0.0.50 - - [2026-07-06 16:18:29] "POST /neutron/network HTTP/1.1" 200 826 0.007577 10.0.0.50 - - [2026-07-06 16:18:29] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007591 10.0.0.50 - - [2026-07-06 16:18:29] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006773 10.0.0.50 - - [2026-07-06 16:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.33 - - [2026-07-06 16:18:31] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.50 - - [2026-07-06 16:18:31] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058996 10.0.0.50 - - [2026-07-06 16:18:31] "POST /neutron/network HTTP/1.1" 200 117 0.015754 10.0.0.242 - - [2026-07-06 16:18:31] "POST /route-targets HTTP/1.1" 200 327 0.012987 10.0.0.50 - - [2026-07-06 16:18:31] "POST /neutron/network HTTP/1.1" 200 829 0.018190 10.0.0.50 - - [2026-07-06 16:18:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001204 10.0.0.50 - - [2026-07-06 16:18:31] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006292 10.0.0.50 - - [2026-07-06 16:18:31] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006867 10.0.0.50 - - [2026-07-06 16:18:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.008596 10.0.0.50 - - [2026-07-06 16:18:32] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005892 10.0.0.242 - - [2026-07-06 16:18:32] "GET /obj-perms HTTP/1.1" 200 4469 0.042760 10.0.0.33 - - [2026-07-06 16:18:32] "GET /obj-perms HTTP/1.1" 200 4469 0.034192 10.0.0.50 - - [2026-07-06 16:18:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001699 10.0.0.33 - - [2026-07-06 16:18:37] "DELETE /project/95578a3edb4042c7a5b2316324cb7b15 HTTP/1.1" 404 173 0.006437 10.0.0.33 - - [2026-07-06 16:18:37] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000929 10.0.0.33 - - [2026-07-06 16:18:37] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.039470 10.0.0.33 - - [2026-07-06 16:18:37] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001231 10.0.0.33 - - [2026-07-06 16:18:37] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?fields=security_groups HTTP/1.1" 200 1365 0.064909 10.0.0.33 - - [2026-07-06 16:18:37] "DELETE /security-group/100f78d7-838d-48a6-8227-a17967f725d9 HTTP/1.1" 200 115 0.062575 10.0.0.33 - - [2026-07-06 16:18:37] "GET /projects?obj_uuids=2afcda7b-bb34-442d-aa74-737c11b0ae33&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.33 - - [2026-07-06 16:18:37] "GET /project/2afcda7b-bb34-442d-aa74-737c11b0ae33?fields=application_policy_sets HTTP/1.1" 200 1404 0.052985 10.0.0.242 - - [2026-07-06 16:18:37] "DELETE /access-control-list/cdbd738d-4931-4336-a75a-f36a22773bf7 HTTP/1.1" 200 115 0.061934 10.0.0.33 - - [2026-07-06 16:18:37] "DELETE /project/2afcda7b-bb34-442d-aa74-737c11b0ae33 HTTP/1.1" 409 225 0.426078 10.0.0.33 - - [2026-07-06 16:18:49] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.50 - - [2026-07-06 16:18:49] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.097684 10.0.0.50 - - [2026-07-06 16:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.007151 10.0.0.50 - - [2026-07-06 16:18:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.50 - - [2026-07-06 16:18:50] "POST /neutron/network HTTP/1.1" 200 836 0.006876 10.0.0.50 - - [2026-07-06 16:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.006776 10.0.0.33 - - [2026-07-06 16:18:54] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.50 - - [2026-07-06 16:18:54] "POST /neutron/port HTTP/1.1" 200 1063 0.325687 10.0.0.33 - - [2026-07-06 16:18:54] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.50 - - [2026-07-06 16:18:55] "POST /neutron/port HTTP/1.1" 200 1060 0.335633 10.0.0.50 - - [2026-07-06 16:18:55] "POST /neutron/port HTTP/1.1" 200 1060 0.031066 10.0.0.50 - - [2026-07-06 16:18:55] "POST /neutron/port HTTP/1.1" 200 1127 0.020324 10.0.0.50 - - [2026-07-06 16:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004571 10.0.0.50 - - [2026-07-06 16:18:55] "POST /neutron/network HTTP/1.1" 200 829 0.007345 10.0.0.50 - - [2026-07-06 16:18:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.010764 10.0.0.50 - - [2026-07-06 16:19:00] "POST /neutron/port HTTP/1.1" 200 1127 0.051914 10.0.0.50 - - [2026-07-06 16:19:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010859 10.0.0.50 - - [2026-07-06 16:19:15] "POST /neutron/port HTTP/1.1" 200 1127 0.019157 10.0.0.50 - - [2026-07-06 16:19:17] "GET /obj-perms HTTP/1.1" 200 4493 0.056177 10.0.0.50 - - [2026-07-06 16:19:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007238 10.0.0.50 - - [2026-07-06 16:19:31] "POST /neutron/port HTTP/1.1" 200 1127 0.020826 10.0.0.50 - - [2026-07-06 16:19:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007355 10.0.0.50 - - [2026-07-06 16:19:36] "POST /neutron/port HTTP/1.1" 200 1127 0.017107 10.0.0.50 - - [2026-07-06 16:19:36] "GET /virtual-machine/38560a06-bc24-463d-87b9-47b5ede6093f HTTP/1.1" 401 292 0.000416 10.0.0.50 - - [2026-07-06 16:19:36] "GET /virtual-machine/38560a06-bc24-463d-87b9-47b5ede6093f HTTP/1.1" 200 1292 0.031840 10.0.0.50 - - [2026-07-06 16:19:36] "GET /virtual-machine-interface/41f26e1e-96c5-48dc-abde-027ff932ae8d HTTP/1.1" 200 2949 0.007325 10.0.0.50 - - [2026-07-06 16:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.50 - - [2026-07-06 16:19:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005749 10.0.0.50 - - [2026-07-06 16:19:36] "GET /virtual-networks?parent_id=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004070 10.0.0.50 - - [2026-07-06 16:19:36] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005847 10.0.0.50 - - [2026-07-06 16:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.50 - - [2026-07-06 16:19:40] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005807 10.0.0.50 - - [2026-07-06 16:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.50 - - [2026-07-06 16:19:44] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006101 10.0.0.50 - - [2026-07-06 16:19:46] "POST /neutron/port HTTP/1.1" 200 1124 0.023123 10.0.0.50 - - [2026-07-06 16:19:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.008933 10.0.0.50 - - [2026-07-06 16:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.50 - - [2026-07-06 16:19:48] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005540 10.0.0.50 - - [2026-07-06 16:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.50 - - [2026-07-06 16:19:52] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006810 10.0.0.50 - - [2026-07-06 16:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005243 10.0.0.50 - - [2026-07-06 16:19:56] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006247 10.0.0.50 - - [2026-07-06 16:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.50 - - [2026-07-06 16:20:00] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006322 10.0.0.50 - - [2026-07-06 16:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.50 - - [2026-07-06 16:20:04] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005612 10.0.0.50 - - [2026-07-06 16:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.50 - - [2026-07-06 16:20:08] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005448 10.0.0.50 - - [2026-07-06 16:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.50 - - [2026-07-06 16:20:12] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006064 10.0.0.50 - - [2026-07-06 16:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.50 - - [2026-07-06 16:20:16] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009888 10.0.0.50 - - [2026-07-06 16:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.50 - - [2026-07-06 16:20:21] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006517 10.0.0.50 - - [2026-07-06 16:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.50 - - [2026-07-06 16:20:23] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004168 10.0.0.50 - - [2026-07-06 16:20:23] "GET /virtual-networks?parent_id=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003905 10.0.0.50 - - [2026-07-06 16:20:23] "GET /virtual-network/f30b7731-5db1-462b-ac42-13c65101c29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006309 10.0.0.50 - - [2026-07-06 16:20:23] "POST /neutron/port HTTP/1.1" 200 1127 0.019313 10.0.0.50 - - [2026-07-06 16:20:28] "POST /neutron/port HTTP/1.1" 200 1127 0.021502 10.0.0.50 - - [2026-07-06 16:20:28] "POST /neutron/network HTTP/1.1" 200 839 0.007318 10.0.0.50 - - [2026-07-06 16:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.50 - - [2026-07-06 16:20:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.025641 10.0.0.50 - - [2026-07-06 16:20:33] "POST /neutron/port HTTP/1.1" 200 1127 0.019396 10.0.0.50 - - [2026-07-06 16:20:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007344 10.0.0.50 - - [2026-07-06 16:20:47] "POST /neutron/port HTTP/1.1" 200 1124 0.052097 10.0.0.50 - - [2026-07-06 16:20:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004037 10.0.0.50 - - [2026-07-06 16:20:48] "POST /neutron/network HTTP/1.1" 200 826 0.008526 10.0.0.50 - - [2026-07-06 16:20:54] "POST /neutron/port HTTP/1.1" 200 1127 0.018140 10.0.0.50 - - [2026-07-06 16:20:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008348 10.0.0.50 - - [2026-07-06 16:20:59] "POST /neutron/port HTTP/1.1" 200 1124 0.021369 10.0.0.50 - - [2026-07-06 16:20:59] "GET /virtual-machine/6fd1b8aa-82bc-4181-8a69-2bf2dfd9ce45 HTTP/1.1" 200 1292 0.006384 10.0.0.50 - - [2026-07-06 16:20:59] "GET /virtual-machine-interface/3e47c18b-a06e-4cf5-9bec-614cc9912964 HTTP/1.1" 200 2949 0.006237 10.0.0.50 - - [2026-07-06 16:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.50 - - [2026-07-06 16:20:59] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003885 10.0.0.50 - - [2026-07-06 16:20:59] "GET /virtual-networks?parent_id=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003471 10.0.0.50 - - [2026-07-06 16:20:59] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005795 10.0.0.50 - - [2026-07-06 16:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.50 - - [2026-07-06 16:21:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004246 10.0.0.50 - - [2026-07-06 16:21:00] "GET /virtual-networks?parent_id=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003847 10.0.0.50 - - [2026-07-06 16:21:00] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006585 10.0.0.50 - - [2026-07-06 16:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.33 - - [2026-07-06 16:21:01] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.50 - - [2026-07-06 16:21:01] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051223 10.0.0.50 - - [2026-07-06 16:21:01] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006088 10.0.0.50 - - [2026-07-06 16:21:01] "GET /floating-ip-pools?parent_id=618725ae-649e-4985-b1f5-f38b75c82caa&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003657 10.0.0.50 - - [2026-07-06 16:21:01] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006324 10.0.0.50 - - [2026-07-06 16:21:01] "POST /floating-ip-pools HTTP/1.1" 200 598 0.030111 10.0.0.50 - - [2026-07-06 16:21:01] "POST /ref-update HTTP/1.1" 200 156 0.016201 10.0.0.50 - - [2026-07-06 16:21:01] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008350 10.0.0.50 - - [2026-07-06 16:21:01] "GET /virtual-network/618725ae-649e-4985-b1f5-f38b75c82caa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.013841 10.0.0.50 - - [2026-07-06 16:21:01] "POST /neutron/port HTTP/1.1" 200 1127 0.018570 10.0.0.50 - - [2026-07-06 16:21:02] "POST /neutron/floatingip HTTP/1.1" 200 578 0.018556 10.0.0.50 - - [2026-07-06 16:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.50 - - [2026-07-06 16:21:02] "GET /routing-instance/5a0ef9be-0758-487e-8530-b97ae123ea35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006315 10.0.0.50 - - [2026-07-06 16:21:02] "GET /route-target/4659a1bc-b738-402e-b34b-dc0545002505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005124 10.0.0.50 - - [2026-07-06 16:21:27] "POST /neutron/floatingip HTTP/1.1" 200 529 0.035428 10.0.0.50 - - [2026-07-06 16:21:27] "GET /floating-ip-pool/c57d002e-630a-4fe3-9b19-2e9634d251d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004706 10.0.0.50 - - [2026-07-06 16:21:27] "POST /ref-update HTTP/1.1" 200 156 0.013008 10.0.0.50 - - [2026-07-06 16:21:28] "DELETE /floating-ip-pool/c57d002e-630a-4fe3-9b19-2e9634d251d7 HTTP/1.1" 200 115 0.050217 10.0.0.50 - - [2026-07-06 16:21:28] "POST /neutron/port HTTP/1.1" 200 1127 0.022359 10.0.0.50 - - [2026-07-06 16:21:28] "POST /neutron/network HTTP/1.1" 200 839 0.008176 10.0.0.50 - - [2026-07-06 16:21:28] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.50 - - [2026-07-06 16:21:30] "POST /neutron/port HTTP/1.1" 200 1114 0.016193 10.0.0.50 - - [2026-07-06 16:21:30] "POST /neutron/port HTTP/1.1" 200 1117 0.016395 10.0.0.50 - - [2026-07-06 16:21:30] "POST /neutron/network HTTP/1.1" 400 204 0.022988 10.0.0.50 - - [2026-07-06 16:21:32] "POST /neutron/network HTTP/1.1" 200 826 0.007390 10.0.0.242 - - [2026-07-06 16:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.33 - - [2026-07-06 16:21:34] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.50 - - [2026-07-06 16:21:34] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045005 10.0.0.33 - - [2026-07-06 16:21:34] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.50 - - [2026-07-06 16:21:34] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?fields=virtual_networks HTTP/1.1" 200 1034 0.053924 10.0.0.33 - - [2026-07-06 16:21:34] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.50 - - [2026-07-06 16:21:34] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051501 10.0.0.33 - - [2026-07-06 16:21:34] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.50 - - [2026-07-06 16:21:34] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?fields=security_groups HTTP/1.1" 200 1261 0.036483 10.0.0.50 - - [2026-07-06 16:21:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.028802 10.0.0.33 - - [2026-07-06 16:21:35] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003189 10.0.0.33 - - [2026-07-06 16:21:35] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.33 - - [2026-07-06 16:21:35] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007041 10.0.0.33 - - [2026-07-06 16:21:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.005441 10.0.0.33 - - [2026-07-06 16:21:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.005264 10.0.0.33 - - [2026-07-06 16:21:35] "POST /security-groups HTTP/1.1" 200 591 0.037514 10.0.0.33 - - [2026-07-06 16:21:35] "POST /projects HTTP/1.1" 200 585 0.255297 10.0.0.242 - - [2026-07-06 16:21:35] "POST /access-control-lists HTTP/1.1" 200 596 0.033258 10.0.0.33 - - [2026-07-06 16:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.326426 10.0.0.50 - - [2026-07-06 16:21:36] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.457487 10.0.0.50 - - [2026-07-06 16:21:37] "GET / HTTP/1.1" 200 35931 0.002120 10.0.0.33 - - [2026-07-06 16:21:38] "DELETE /project/95ffeef163864eecb16629287a7744d4 HTTP/1.1" 404 173 0.070061 10.0.0.33 - - [2026-07-06 16:21:38] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001789 10.0.0.33 - - [2026-07-06 16:21:38] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.062156 10.0.0.33 - - [2026-07-06 16:21:38] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.33 - - [2026-07-06 16:21:38] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?fields=security_groups HTTP/1.1" 200 1366 0.069836 10.0.0.33 - - [2026-07-06 16:21:38] "DELETE /security-group/e5295fe6-9890-46a3-9794-806b898acc7d HTTP/1.1" 404 177 0.003873 10.0.0.33 - - [2026-07-06 16:21:38] "GET /projects?obj_uuids=95578a3e-db40-42c7-a5b2-316324cb7b15&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.242 - - [2026-07-06 16:21:38] "DELETE /access-control-list/cb103238-1cea-4984-9197-7d7ecb6c578f HTTP/1.1" 200 115 0.094234 10.0.0.33 - - [2026-07-06 16:21:38] "GET /project/95578a3e-db40-42c7-a5b2-316324cb7b15?fields=application_policy_sets HTTP/1.1" 200 1405 0.075237 10.0.0.33 - - [2026-07-06 16:21:38] "DELETE /project/95578a3e-db40-42c7-a5b2-316324cb7b15 HTTP/1.1" 200 115 0.516787 10.0.0.50 - - [2026-07-06 16:21:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.50 - - [2026-07-06 16:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.026367 10.0.0.33 - - [2026-07-06 16:21:39] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.50 - - [2026-07-06 16:21:39] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050583 10.0.0.33 - - [2026-07-06 16:21:39] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.50 - - [2026-07-06 16:21:39] "POST /neutron/network HTTP/1.1" 200 625 0.141225 10.0.0.242 - - [2026-07-06 16:21:39] "POST /ref-update HTTP/1.1" 200 156 0.028869 10.0.0.50 - - [2026-07-06 16:21:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.004171 10.0.0.50 - - [2026-07-06 16:21:39] "GET /virtual-network/8c2b0b04-09cf-482b-baf3-60a7c816907b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006616 10.0.0.50 - - [2026-07-06 16:21:39] "POST /neutron/network HTTP/1.1" 200 839 0.006395 10.0.0.50 - - [2026-07-06 16:21:39] "GET /virtual-network/8c2b0b04-09cf-482b-baf3-60a7c816907b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005551 10.0.0.50 - - [2026-07-06 16:21:39] "POST /neutron/network HTTP/1.1" 200 839 0.006398 10.0.0.50 - - [2026-07-06 16:21:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.001193 10.0.0.50 - - [2026-07-06 16:21:40] "POST /neutron/port HTTP/1.1" 200 117 0.008085 10.0.0.50 - - [2026-07-06 16:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.50 - - [2026-07-06 16:21:40] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003907 10.0.0.50 - - [2026-07-06 16:21:40] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.013702 10.0.0.50 - - [2026-07-06 16:21:44] "POST /neutron/network HTTP/1.1" 200 849 0.007916 10.0.0.50 - - [2026-07-06 16:21:44] "POST /neutron/port HTTP/1.1" 200 1055 0.017576 10.0.0.50 - - [2026-07-06 16:21:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007944 10.0.0.50 - - [2026-07-06 16:21:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.010267 10.0.0.50 - - [2026-07-06 16:21:50] "POST /neutron/port HTTP/1.1" 200 1119 0.020297 10.0.0.50 - - [2026-07-06 16:21:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008083 10.0.0.50 - - [2026-07-06 16:21:55] "POST /neutron/port HTTP/1.1" 200 1119 0.020764 10.0.0.50 - - [2026-07-06 16:21:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009753 10.0.0.50 - - [2026-07-06 16:21:56] "GET /virtual-machine/905bf286-31ae-4f1d-b340-2f225ab911d8 HTTP/1.1" 401 292 0.000434 10.0.0.50 - - [2026-07-06 16:21:56] "GET /virtual-machine/905bf286-31ae-4f1d-b340-2f225ab911d8 HTTP/1.1" 200 1293 0.024112 10.0.0.50 - - [2026-07-06 16:21:56] "GET /virtual-machine-interface/a160ad55-0526-4159-a892-6bd29cf50770 HTTP/1.1" 200 2972 0.007181 10.0.0.50 - - [2026-07-06 16:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.50 - - [2026-07-06 16:21:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004090 10.0.0.50 - - [2026-07-06 16:21:56] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003334 10.0.0.50 - - [2026-07-06 16:21:56] "GET /virtual-network/8c2b0b04-09cf-482b-baf3-60a7c816907b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006924 10.0.0.50 - - [2026-07-06 16:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.50 - - [2026-07-06 16:21:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005035 10.0.0.50 - - [2026-07-06 16:21:57] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003218 10.0.0.50 - - [2026-07-06 16:21:57] "GET /virtual-network/8c2b0b04-09cf-482b-baf3-60a7c816907b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005700 10.0.0.50 - - [2026-07-06 16:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006136 10.0.0.50 - - [2026-07-06 16:21:59] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004474 10.0.0.50 - - [2026-07-06 16:21:59] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.013516 10.0.0.50 - - [2026-07-06 16:22:01] "POST /neutron/port HTTP/1.1" 200 1119 0.022396 10.0.0.50 - - [2026-07-06 16:22:01] "POST /neutron/network HTTP/1.1" 200 839 0.011246 10.0.0.33 - - [2026-07-06 16:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003568 10.0.0.33 - - [2026-07-06 16:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002696 10.0.0.50 - - [2026-07-06 16:22:03] "POST /neutron/network HTTP/1.1" 200 151 0.130965 10.0.0.50 - - [2026-07-06 16:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.33 - - [2026-07-06 16:22:06] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.50 - - [2026-07-06 16:22:06] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039478 10.0.0.33 - - [2026-07-06 16:22:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006449 10.0.0.50 - - [2026-07-06 16:22:07] "POST /neutron/subnet HTTP/1.1" 200 730 0.209047 10.0.0.50 - - [2026-07-06 16:22:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001814 10.0.0.50 - - [2026-07-06 16:22:07] "GET /virtual-network/a9868a7f-24bd-4871-b2f9-2fec26521ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006328 10.0.0.50 - - [2026-07-06 16:22:07] "GET /virtual-network/a9868a7f-24bd-4871-b2f9-2fec26521ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006402 10.0.0.50 - - [2026-07-06 16:22:07] "POST /neutron/network HTTP/1.1" 200 825 0.007041 10.0.0.50 - - [2026-07-06 16:22:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001289 10.0.0.33 - - [2026-07-06 16:22:07] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001492 10.0.0.242 - - [2026-07-06 16:22:07] "POST /route-targets HTTP/1.1" 200 327 0.029144 10.0.0.50 - - [2026-07-06 16:22:07] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076051 10.0.0.50 - - [2026-07-06 16:22:07] "POST /neutron/network HTTP/1.1" 200 825 0.064843 10.0.0.50 - - [2026-07-06 16:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.009564 10.0.0.50 - - [2026-07-06 16:22:12] "POST /neutron/port HTTP/1.1" 200 1061 0.020766 10.0.0.50 - - [2026-07-06 16:22:12] "POST /neutron/port HTTP/1.1" 200 1125 0.024196 10.0.0.50 - - [2026-07-06 16:22:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004101 10.0.0.50 - - [2026-07-06 16:22:13] "POST /neutron/network HTTP/1.1" 200 825 0.007603 10.0.0.242 - - [2026-07-06 16:22:20] "GET /obj-perms HTTP/1.1" 200 4493 0.053991 10.0.0.50 - - [2026-07-06 16:22:23] "POST /neutron/port HTTP/1.1" 200 1125 0.018229 10.0.0.50 - - [2026-07-06 16:22:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008699 10.0.0.50 - - [2026-07-06 16:22:23] "GET /virtual-machine/c9d2eac4-0935-44c0-a56c-948a913164ee HTTP/1.1" 200 1293 0.006158 10.0.0.50 - - [2026-07-06 16:22:23] "GET /virtual-machine-interface/704f618f-d677-4e58-bffe-10bc850fde63 HTTP/1.1" 200 2941 0.005353 10.0.0.50 - - [2026-07-06 16:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.50 - - [2026-07-06 16:22:23] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004568 10.0.0.50 - - [2026-07-06 16:22:23] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003462 10.0.0.50 - - [2026-07-06 16:22:23] "GET /virtual-network/a9868a7f-24bd-4871-b2f9-2fec26521ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007013 10.0.0.50 - - [2026-07-06 16:22:23] "POST /neutron/port HTTP/1.1" 200 1125 0.017150 10.0.0.50 - - [2026-07-06 16:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.50 - - [2026-07-06 16:22:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003904 10.0.0.50 - - [2026-07-06 16:22:24] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003675 10.0.0.50 - - [2026-07-06 16:22:24] "GET /virtual-network/a9868a7f-24bd-4871-b2f9-2fec26521ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005719 10.0.0.50 - - [2026-07-06 16:22:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007626 10.0.0.50 - - [2026-07-06 16:22:33] "POST /neutron/port HTTP/1.1" 200 1125 0.018108 10.0.0.50 - - [2026-07-06 16:22:34] "POST /neutron/network HTTP/1.1" 200 825 0.007617 10.0.0.33 - - [2026-07-06 16:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.33 - - [2026-07-06 16:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.50 - - [2026-07-06 16:22:36] "POST /neutron/network HTTP/1.1" 200 151 0.145933 10.0.0.242 - - [2026-07-06 16:22:36] "DELETE /route-target/593ac116-698b-4a64-af1f-b30addf719d1 HTTP/1.1" 200 115 0.026193 10.0.0.50 - - [2026-07-06 16:22:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003514 10.0.0.50 - - [2026-07-06 16:22:38] "POST /network-ipams HTTP/1.1" 200 541 0.028940 10.0.0.50 - - [2026-07-06 16:22:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004004 10.0.0.50 - - [2026-07-06 16:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.50 - - [2026-07-06 16:22:38] "GET /network-ipam/4969ea74-3cb2-4bc8-8dba-3c9e52a59188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.006135 10.0.0.50 - - [2026-07-06 16:22:39] "PUT /network-ipam/4969ea74-3cb2-4bc8-8dba-3c9e52a59188 HTTP/1.1" 200 258 0.015888 10.0.0.50 - - [2026-07-06 16:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.33 - - [2026-07-06 16:22:39] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.50 - - [2026-07-06 16:22:39] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055550 10.0.0.33 - - [2026-07-06 16:22:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006267 10.0.0.50 - - [2026-07-06 16:22:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.233907 10.0.0.50 - - [2026-07-06 16:22:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001269 10.0.0.50 - - [2026-07-06 16:22:39] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007783 10.0.0.50 - - [2026-07-06 16:22:39] "POST /neutron/network HTTP/1.1" 200 994 0.013733 10.0.0.50 - - [2026-07-06 16:22:39] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006599 10.0.0.50 - - [2026-07-06 16:22:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.011372 10.0.0.50 - - [2026-07-06 16:22:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.014326 10.0.0.50 - - [2026-07-06 16:22:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001354 10.0.0.50 - - [2026-07-06 16:22:40] "POST /neutron/port HTTP/1.1" 200 1017 0.016577 10.0.0.50 - - [2026-07-06 16:22:40] "POST /neutron/port HTTP/1.1" 200 1017 0.012082 10.0.0.50 - - [2026-07-06 16:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.006271 10.0.0.50 - - [2026-07-06 16:22:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001388 10.0.0.50 - - [2026-07-06 16:22:41] "POST /neutron/port HTTP/1.1" 200 1017 0.016391 10.0.0.50 - - [2026-07-06 16:22:41] "POST /neutron/port HTTP/1.1" 200 1017 0.012693 10.0.0.50 - - [2026-07-06 16:22:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001469 10.0.0.50 - - [2026-07-06 16:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.008741 10.0.0.50 - - [2026-07-06 16:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.009053 10.0.0.50 - - [2026-07-06 16:22:42] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006908 10.0.0.50 - - [2026-07-06 16:22:42] "GET /obj-perms HTTP/1.1" 200 4467 0.046662 10.0.0.33 - - [2026-07-06 16:22:43] "GET /obj-perms HTTP/1.1" 200 4467 0.038136 10.0.0.50 - - [2026-07-06 16:22:45] "POST /neutron/port HTTP/1.1" 200 1017 0.030978 10.0.0.50 - - [2026-07-06 16:22:45] "POST /neutron/port HTTP/1.1" 200 1017 0.011637 10.0.0.50 - - [2026-07-06 16:22:45] "POST /neutron/network HTTP/1.1" 200 1004 0.006566 10.0.0.50 - - [2026-07-06 16:22:45] "POST /neutron/port HTTP/1.1" 200 1109 0.120229 10.0.0.50 - - [2026-07-06 16:22:46] "POST /neutron/subnet HTTP/1.1" 200 673 0.013642 10.0.0.50 - - [2026-07-06 16:22:46] "POST /neutron/port HTTP/1.1" 200 1119 0.018086 10.0.0.50 - - [2026-07-06 16:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.33 - - [2026-07-06 16:22:47] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001453 10.0.0.50 - - [2026-07-06 16:22:47] "POST /neutron/port HTTP/1.1" 200 1055 0.309786 10.0.0.50 - - [2026-07-06 16:22:47] "POST /neutron/port HTTP/1.1" 200 1109 0.121757 10.0.0.50 - - [2026-07-06 16:22:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007886 10.0.0.50 - - [2026-07-06 16:22:48] "POST /neutron/port HTTP/1.1" 200 117 0.001588 10.0.0.50 - - [2026-07-06 16:22:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008912 10.0.0.50 - - [2026-07-06 16:22:54] "POST /neutron/port HTTP/1.1" 200 1119 0.020044 10.0.0.50 - - [2026-07-06 16:22:54] "GET /virtual-machine/a1692d97-2dcb-4fa1-8862-0f94ca4d8a42 HTTP/1.1" 200 1288 0.007783 10.0.0.50 - - [2026-07-06 16:22:54] "GET /virtual-machine-interface/7c917045-de5c-48c2-9ebd-42b1fd91f0fa HTTP/1.1" 200 2941 0.009714 10.0.0.50 - - [2026-07-06 16:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.50 - - [2026-07-06 16:22:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004661 10.0.0.50 - - [2026-07-06 16:22:54] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003883 10.0.0.50 - - [2026-07-06 16:22:54] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.014811 10.0.0.50 - - [2026-07-06 16:22:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009034 10.0.0.50 - - [2026-07-06 16:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.50 - - [2026-07-06 16:22:57] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007925 10.0.0.50 - - [2026-07-06 16:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.50 - - [2026-07-06 16:23:01] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006553 10.0.0.50 - - [2026-07-06 16:23:02] "POST /neutron/port HTTP/1.1" 200 1119 0.019289 10.0.0.50 - - [2026-07-06 16:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005613 10.0.0.50 - - [2026-07-06 16:23:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003840 10.0.0.50 - - [2026-07-06 16:23:03] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003780 10.0.0.50 - - [2026-07-06 16:23:03] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005713 10.0.0.50 - - [2026-07-06 16:23:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009346 10.0.0.50 - - [2026-07-06 16:23:04] "POST /neutron/port HTTP/1.1" 200 1119 0.021102 10.0.0.50 - - [2026-07-06 16:23:04] "GET /virtual-machine/f1d82452-1b21-45aa-b8b4-5cc5dfd3f1d8 HTTP/1.1" 200 1289 0.007710 10.0.0.50 - - [2026-07-06 16:23:04] "GET /virtual-machine-interface/d71b47af-3eb0-4ab2-8516-49f14f589815 HTTP/1.1" 200 2941 0.007041 10.0.0.50 - - [2026-07-06 16:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.50 - - [2026-07-06 16:23:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004151 10.0.0.50 - - [2026-07-06 16:23:04] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003238 10.0.0.50 - - [2026-07-06 16:23:04] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005836 10.0.0.50 - - [2026-07-06 16:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.50 - - [2026-07-06 16:23:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004532 10.0.0.50 - - [2026-07-06 16:23:05] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003928 10.0.0.50 - - [2026-07-06 16:23:05] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005961 10.0.0.50 - - [2026-07-06 16:23:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007947 10.0.0.50 - - [2026-07-06 16:23:05] "POST /neutron/port HTTP/1.1" 200 1119 0.019085 10.0.0.50 - - [2026-07-06 16:23:05] "GET /virtual-machine/3fa2a295-28ac-45e9-84ab-aee3aedb9689 HTTP/1.1" 200 1291 0.006370 10.0.0.50 - - [2026-07-06 16:23:05] "GET /virtual-machine-interface/12f8ff05-881b-4775-bdbc-cad9acfce030 HTTP/1.1" 200 2941 0.005781 10.0.0.50 - - [2026-07-06 16:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.50 - - [2026-07-06 16:23:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005441 10.0.0.50 - - [2026-07-06 16:23:05] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003587 10.0.0.50 - - [2026-07-06 16:23:06] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007764 10.0.0.50 - - [2026-07-06 16:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.50 - - [2026-07-06 16:23:07] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004227 10.0.0.50 - - [2026-07-06 16:23:07] "GET /virtual-networks?parent_id=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003284 10.0.0.50 - - [2026-07-06 16:23:07] "GET /virtual-network/1c732fb0-6974-41c9-83c1-9ad8d0cf1709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006174 10.0.0.50 - - [2026-07-06 16:23:22] "POST /neutron/port HTTP/1.1" 200 1109 0.017312 10.0.0.50 - - [2026-07-06 16:23:22] "POST /neutron/port HTTP/1.1" 200 1109 0.012864 10.0.0.50 - - [2026-07-06 16:23:23] "POST /neutron/network HTTP/1.1" 400 204 0.016373 10.0.0.242 - - [2026-07-06 16:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.242 - - [2026-07-06 16:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.33 - - [2026-07-06 16:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2026-07-06 16:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.33 - - [2026-07-06 16:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2026-07-06 16:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2026-07-06 16:23:24] "POST /neutron/port HTTP/1.1" 200 1119 0.022601 10.0.0.50 - - [2026-07-06 16:23:24] "POST /neutron/port HTTP/1.1" 200 117 0.006397 10.0.0.242 - - [2026-07-06 16:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.242 - - [2026-07-06 16:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2026-07-06 16:23:24] "POST /neutron/port HTTP/1.1" 400 205 0.003580 10.0.0.50 - - [2026-07-06 16:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.50 - - [2026-07-06 16:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-07-06 16:23:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.50 - - [2026-07-06 16:23:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.242 - - [2026-07-06 16:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.031915 10.0.0.50 - - [2026-07-06 16:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.50 - - [2026-07-06 16:23:25] "DELETE /network-ipam/4969ea74-3cb2-4bc8-8dba-3c9e52a59188 HTTP/1.1" 200 115 0.037959 10.0.0.50 - - [2026-07-06 16:23:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.003379 10.0.0.33 - - [2026-07-06 16:23:26] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.019397 10.0.0.50 - - [2026-07-06 16:23:26] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079880 10.0.0.33 - - [2026-07-06 16:23:26] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001200 10.0.0.50 - - [2026-07-06 16:23:27] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?fields=virtual_networks HTTP/1.1" 200 1032 0.036246 10.0.0.33 - - [2026-07-06 16:23:27] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.50 - - [2026-07-06 16:23:27] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.044611 10.0.0.33 - - [2026-07-06 16:23:27] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.50 - - [2026-07-06 16:23:27] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?fields=security_groups HTTP/1.1" 200 1258 0.039218 10.0.0.50 - - [2026-07-06 16:23:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.029672 10.0.0.33 - - [2026-07-06 16:23:28] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003180 10.0.0.33 - - [2026-07-06 16:23:28] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.33 - - [2026-07-06 16:23:28] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007426 10.0.0.33 - - [2026-07-06 16:23:28] "POST /id-to-fqname HTTP/1.1" 200 198 0.008940 10.0.0.33 - - [2026-07-06 16:23:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.005752 10.0.0.33 - - [2026-07-06 16:23:28] "POST /security-groups HTTP/1.1" 200 599 0.042913 10.0.0.33 - - [2026-07-06 16:23:28] "POST /projects HTTP/1.1" 200 601 0.275022 10.0.0.242 - - [2026-07-06 16:23:28] "POST /access-control-lists HTTP/1.1" 200 604 0.025761 10.0.0.33 - - [2026-07-06 16:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.368475 10.0.0.50 - - [2026-07-06 16:23:28] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.498374 10.0.0.50 - - [2026-07-06 16:23:28] "POST /neutron/port HTTP/1.1" 200 117 0.006510 10.0.0.50 - - [2026-07-06 16:23:29] "GET / HTTP/1.1" 200 35931 0.001897 10.0.0.50 - - [2026-07-06 16:23:30] "POST /neutron/network HTTP/1.1" 200 117 0.009495 10.0.0.50 - - [2026-07-06 16:23:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-07-06 16:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.053552 10.0.0.33 - - [2026-07-06 16:23:31] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.50 - - [2026-07-06 16:23:32] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035363 10.0.0.242 - - [2026-07-06 16:23:32] "POST /route-targets HTTP/1.1" 200 327 0.025265 10.0.0.33 - - [2026-07-06 16:23:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008502 10.0.0.50 - - [2026-07-06 16:23:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.229905 10.0.0.50 - - [2026-07-06 16:23:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001327 10.0.0.50 - - [2026-07-06 16:23:32] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008931 10.0.0.50 - - [2026-07-06 16:23:32] "POST /neutron/network HTTP/1.1" 200 1008 0.010553 10.0.0.50 - - [2026-07-06 16:23:32] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005823 10.0.0.50 - - [2026-07-06 16:23:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.010632 10.0.0.50 - - [2026-07-06 16:23:33] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007125 10.0.0.50 - - [2026-07-06 16:23:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001822 10.0.0.50 - - [2026-07-06 16:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.006764 10.0.0.50 - - [2026-07-06 16:23:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001958 10.0.0.50 - - [2026-07-06 16:23:35] "POST /neutron/network HTTP/1.1" 200 1018 0.008498 10.0.0.33 - - [2026-07-06 16:23:35] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.50 - - [2026-07-06 16:23:35] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045043 10.0.0.50 - - [2026-07-06 16:23:35] "POST /neutron/port HTTP/1.1" 200 117 0.006898 10.0.0.50 - - [2026-07-06 16:23:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001419 10.0.0.50 - - [2026-07-06 16:23:35] "POST /neutron/network HTTP/1.1" 200 1008 0.009889 10.0.0.50 - - [2026-07-06 16:23:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001390 10.0.0.50 - - [2026-07-06 16:23:36] "POST /neutron/port HTTP/1.1" 200 117 0.010400 10.0.0.50 - - [2026-07-06 16:23:36] "POST /neutron/port HTTP/1.1" 200 117 0.010936 10.0.0.33 - - [2026-07-06 16:23:38] "DELETE /project/2e783dca2a174409afd903cd57e21143 HTTP/1.1" 404 173 0.005809 10.0.0.33 - - [2026-07-06 16:23:38] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.33 - - [2026-07-06 16:23:39] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.057414 10.0.0.33 - - [2026-07-06 16:23:39] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.33 - - [2026-07-06 16:23:39] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?fields=security_groups HTTP/1.1" 200 1363 0.063009 10.0.0.33 - - [2026-07-06 16:23:39] "DELETE /security-group/8dde91d1-8061-40af-896b-0ac06c283a69 HTTP/1.1" 404 177 0.007177 10.0.0.33 - - [2026-07-06 16:23:39] "GET /projects?obj_uuids=95ffeef1-6386-4eec-b166-29287a7744d4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001820 10.0.0.33 - - [2026-07-06 16:23:39] "GET /project/95ffeef1-6386-4eec-b166-29287a7744d4?fields=application_policy_sets HTTP/1.1" 200 1402 0.054195 10.0.0.242 - - [2026-07-06 16:23:39] "DELETE /access-control-list/7859ee8a-12b0-4603-a442-7a5156d27fdb HTTP/1.1" 200 115 0.062973 10.0.0.33 - - [2026-07-06 16:23:39] "DELETE /project/95ffeef1-6386-4eec-b166-29287a7744d4 HTTP/1.1" 200 115 0.525244 10.0.0.50 - - [2026-07-06 16:23:39] "POST /neutron/network HTTP/1.1" 200 1018 0.008674 10.0.0.33 - - [2026-07-06 16:23:39] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001421 10.0.0.50 - - [2026-07-06 16:23:40] "POST /neutron/port HTTP/1.1" 200 1177 0.376834 10.0.0.50 - - [2026-07-06 16:23:40] "POST /neutron/port HTTP/1.1" 200 1231 0.166154 10.0.0.50 - - [2026-07-06 16:23:40] "POST /neutron/port HTTP/1.1" 200 1231 0.121825 10.0.0.50 - - [2026-07-06 16:23:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003743 10.0.0.50 - - [2026-07-06 16:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.50 - - [2026-07-06 16:23:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005735 10.0.0.50 - - [2026-07-06 16:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.50 - - [2026-07-06 16:23:41] "POST /neutron/network HTTP/1.1" 200 1018 0.007544 10.0.0.50 - - [2026-07-06 16:23:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012467 10.0.0.50 - - [2026-07-06 16:23:42] "POST /neutron/port HTTP/1.1" 200 1177 0.045142 10.0.0.50 - - [2026-07-06 16:23:42] "POST /neutron/port HTTP/1.1" 200 1177 0.042605 10.0.0.50 - - [2026-07-06 16:23:43] "POST /neutron/port HTTP/1.1" 200 1241 0.023786 10.0.0.50 - - [2026-07-06 16:23:43] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014331 10.0.0.50 - - [2026-07-06 16:23:43] "POST /neutron/network HTTP/1.1" 200 1008 0.010051 10.0.0.50 - - [2026-07-06 16:23:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004186 10.0.0.50 - - [2026-07-06 16:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.50 - - [2026-07-06 16:23:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008174 10.0.0.50 - - [2026-07-06 16:23:47] "POST /neutron/port HTTP/1.1" 200 1241 0.019899 10.0.0.50 - - [2026-07-06 16:23:47] "GET /virtual-machine/0238aa4d-8043-4f50-adf6-d24d48321b7d HTTP/1.1" 401 292 0.000502 10.0.0.50 - - [2026-07-06 16:23:47] "GET /virtual-machine/0238aa4d-8043-4f50-adf6-d24d48321b7d HTTP/1.1" 200 1299 0.028228 10.0.0.50 - - [2026-07-06 16:23:47] "GET /virtual-machine-interface/d5beabbc-050b-497b-a136-b9e14862c99d HTTP/1.1" 200 3176 0.006047 10.0.0.50 - - [2026-07-06 16:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.50 - - [2026-07-06 16:23:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004772 10.0.0.50 - - [2026-07-06 16:23:47] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003086 10.0.0.50 - - [2026-07-06 16:23:47] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005656 10.0.0.50 - - [2026-07-06 16:23:50] "POST /neutron/port HTTP/1.1" 200 1241 0.020686 10.0.0.50 - - [2026-07-06 16:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005108 10.0.0.50 - - [2026-07-06 16:23:50] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006024 10.0.0.50 - - [2026-07-06 16:23:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003842 10.0.0.50 - - [2026-07-06 16:23:50] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.50 - - [2026-07-06 16:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.50 - - [2026-07-06 16:23:54] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005878 10.0.0.50 - - [2026-07-06 16:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.50 - - [2026-07-06 16:23:58] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005537 10.0.0.50 - - [2026-07-06 16:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.50 - - [2026-07-06 16:24:02] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006219 10.0.0.50 - - [2026-07-06 16:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.50 - - [2026-07-06 16:24:07] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005887 10.0.0.50 - - [2026-07-06 16:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.50 - - [2026-07-06 16:24:11] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006833 10.0.0.50 - - [2026-07-06 16:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.50 - - [2026-07-06 16:24:15] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005729 10.0.0.50 - - [2026-07-06 16:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.50 - - [2026-07-06 16:24:19] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007302 10.0.0.242 - - [2026-07-06 16:24:21] "GET /obj-perms HTTP/1.1" 200 4493 0.041044 10.0.0.33 - - [2026-07-06 16:24:21] "GET /obj-perms HTTP/1.1" 200 4493 0.049031 10.0.0.50 - - [2026-07-06 16:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.50 - - [2026-07-06 16:24:23] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005836 10.0.0.50 - - [2026-07-06 16:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.50 - - [2026-07-06 16:24:27] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005181 10.0.0.50 - - [2026-07-06 16:24:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011149 10.0.0.50 - - [2026-07-06 16:24:30] "POST /neutron/network HTTP/1.1" 200 1018 0.007487 10.0.0.50 - - [2026-07-06 16:24:30] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014423 10.0.0.50 - - [2026-07-06 16:24:30] "POST /neutron/network HTTP/1.1" 200 1008 0.012335 10.0.0.50 - - [2026-07-06 16:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.50 - - [2026-07-06 16:24:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003816 10.0.0.50 - - [2026-07-06 16:24:31] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003341 10.0.0.50 - - [2026-07-06 16:24:31] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005916 10.0.0.50 - - [2026-07-06 16:24:35] "POST /neutron/port HTTP/1.1" 200 1241 0.021453 10.0.0.50 - - [2026-07-06 16:24:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008625 10.0.0.50 - - [2026-07-06 16:24:42] "POST /neutron/port HTTP/1.1" 200 1241 0.022051 10.0.0.50 - - [2026-07-06 16:24:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008963 10.0.0.50 - - [2026-07-06 16:24:42] "GET /virtual-machine/568771cb-e852-44bc-8a69-726c688a7958 HTTP/1.1" 200 1299 0.007017 10.0.0.50 - - [2026-07-06 16:24:42] "GET /virtual-machine-interface/64842261-f38d-43ad-90e4-d5fb839cc26a HTTP/1.1" 200 3175 0.006532 10.0.0.50 - - [2026-07-06 16:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.50 - - [2026-07-06 16:24:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005013 10.0.0.50 - - [2026-07-06 16:24:42] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003285 10.0.0.50 - - [2026-07-06 16:24:42] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006046 10.0.0.50 - - [2026-07-06 16:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.50 - - [2026-07-06 16:24:43] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003765 10.0.0.50 - - [2026-07-06 16:24:43] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003265 10.0.0.50 - - [2026-07-06 16:24:43] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007022 10.0.0.50 - - [2026-07-06 16:24:43] "POST /neutron/port HTTP/1.1" 200 1241 0.026955 10.0.0.50 - - [2026-07-06 16:24:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009977 10.0.0.50 - - [2026-07-06 16:24:49] "POST /neutron/port HTTP/1.1" 200 1241 0.020336 10.0.0.50 - - [2026-07-06 16:24:49] "GET /virtual-machine/df234a2f-abde-4f1f-9817-8cabf5bb501b HTTP/1.1" 200 1301 0.006959 10.0.0.50 - - [2026-07-06 16:24:49] "GET /virtual-machine-interface/4128bcb8-812d-4fe3-bc43-4db9b01cda21 HTTP/1.1" 200 3175 0.006272 10.0.0.50 - - [2026-07-06 16:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.50 - - [2026-07-06 16:24:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004057 10.0.0.50 - - [2026-07-06 16:24:49] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003215 10.0.0.50 - - [2026-07-06 16:24:49] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007166 10.0.0.50 - - [2026-07-06 16:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.50 - - [2026-07-06 16:24:50] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004318 10.0.0.50 - - [2026-07-06 16:24:50] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004002 10.0.0.50 - - [2026-07-06 16:24:50] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007455 10.0.0.50 - - [2026-07-06 16:24:51] "POST /neutron/port HTTP/1.1" 200 1241 0.038277 10.0.0.50 - - [2026-07-06 16:24:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004254 10.0.0.50 - - [2026-07-06 16:24:52] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.50 - - [2026-07-06 16:24:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007324 10.0.0.33 - - [2026-07-06 16:24:57] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.50 - - [2026-07-06 16:24:57] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045372 10.0.0.50 - - [2026-07-06 16:24:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.002778 10.0.0.50 - - [2026-07-06 16:24:57] "POST /interface-route-tables HTTP/1.1" 200 575 0.028260 10.0.0.50 - - [2026-07-06 16:24:57] "GET /interface-route-table/6293434a-7d14-4410-9da3-8c4ddd510d49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006248 10.0.0.50 - - [2026-07-06 16:24:57] "GET /virtual-machine-interface/d5beabbc-050b-497b-a136-b9e14862c99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006046 10.0.0.50 - - [2026-07-06 16:24:57] "POST /ref-update HTTP/1.1" 200 156 0.015362 10.0.0.33 - - [2026-07-06 16:25:02] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.50 - - [2026-07-06 16:25:02] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045171 10.0.0.50 - - [2026-07-06 16:25:02] "POST /fqname-to-id HTTP/1.1" 404 226 0.003348 10.0.0.50 - - [2026-07-06 16:25:02] "POST /interface-route-tables HTTP/1.1" 200 575 0.030267 10.0.0.50 - - [2026-07-06 16:25:02] "GET /interface-route-table/fcd6a52e-8959-4282-a88e-6b9c274cc1e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006840 10.0.0.50 - - [2026-07-06 16:25:02] "GET /virtual-machine-interface/64842261-f38d-43ad-90e4-d5fb839cc26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006432 10.0.0.50 - - [2026-07-06 16:25:02] "POST /ref-update HTTP/1.1" 200 156 0.017866 10.0.0.50 - - [2026-07-06 16:25:03] "GET /virtual-machine-interface/4128bcb8-812d-4fe3-bc43-4db9b01cda21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007314 10.0.0.50 - - [2026-07-06 16:25:03] "PUT /virtual-machine-interface/4128bcb8-812d-4fe3-bc43-4db9b01cda21 HTTP/1.1" 200 284 0.015615 10.0.0.50 - - [2026-07-06 16:25:03] "GET /virtual-machine-interface/d5beabbc-050b-497b-a136-b9e14862c99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.009075 10.0.0.50 - - [2026-07-06 16:25:03] "PUT /virtual-machine-interface/d5beabbc-050b-497b-a136-b9e14862c99d HTTP/1.1" 200 284 0.014118 10.0.0.50 - - [2026-07-06 16:25:03] "GET /virtual-machine-interface/64842261-f38d-43ad-90e4-d5fb839cc26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008254 10.0.0.50 - - [2026-07-06 16:25:03] "PUT /virtual-machine-interface/64842261-f38d-43ad-90e4-d5fb839cc26a HTTP/1.1" 200 284 0.015031 10.0.0.50 - - [2026-07-06 16:25:21] "GET /obj-perms HTTP/1.1" 200 4493 0.038363 10.0.0.50 - - [2026-07-06 16:25:29] "POST /neutron/network HTTP/1.1" 200 1018 0.008020 10.0.0.50 - - [2026-07-06 16:25:29] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013206 10.0.0.50 - - [2026-07-06 16:25:29] "POST /neutron/network HTTP/1.1" 200 1008 0.009721 10.0.0.50 - - [2026-07-06 16:25:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008174 10.0.0.50 - - [2026-07-06 16:25:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007622 10.0.0.50 - - [2026-07-06 16:25:52] "GET /virtual-machine/cbbcdb03-163d-48c1-a669-a41d54276c9d HTTP/1.1" 200 1301 0.007256 10.0.0.50 - - [2026-07-06 16:25:52] "GET /virtual-machine-interface/d923608e-1d0c-414f-a971-4dd2bce68326 HTTP/1.1" 200 3176 0.007114 10.0.0.50 - - [2026-07-06 16:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.50 - - [2026-07-06 16:25:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004233 10.0.0.50 - - [2026-07-06 16:25:52] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003178 10.0.0.50 - - [2026-07-06 16:25:52] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008293 10.0.0.50 - - [2026-07-06 16:25:52] "POST /neutron/network HTTP/1.1" 200 1018 0.007409 10.0.0.50 - - [2026-07-06 16:25:52] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013630 10.0.0.50 - - [2026-07-06 16:25:52] "POST /neutron/network HTTP/1.1" 200 1008 0.010424 10.0.0.50 - - [2026-07-06 16:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.50 - - [2026-07-06 16:25:53] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004353 10.0.0.50 - - [2026-07-06 16:25:53] "GET /virtual-networks?parent_id=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003873 10.0.0.50 - - [2026-07-06 16:25:53] "GET /virtual-network/a6455e4d-7965-45dd-b34a-9ac4cdee83f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005881 10.0.0.50 - - [2026-07-06 16:25:53] "GET /virtual-machine-interface/d923608e-1d0c-414f-a971-4dd2bce68326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006393 10.0.0.50 - - [2026-07-06 16:25:53] "PUT /virtual-machine-interface/d923608e-1d0c-414f-a971-4dd2bce68326 HTTP/1.1" 200 284 0.016134 10.0.0.50 - - [2026-07-06 16:26:29] "POST /neutron/network HTTP/1.1" 200 1018 0.008405 10.0.0.50 - - [2026-07-06 16:26:29] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013193 10.0.0.50 - - [2026-07-06 16:26:29] "POST /neutron/network HTTP/1.1" 200 1008 0.011301 10.0.0.33 - - [2026-07-06 16:26:30] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.50 - - [2026-07-06 16:26:30] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041631 10.0.0.50 - - [2026-07-06 16:26:30] "POST /fqname-to-id HTTP/1.1" 404 226 0.004454 10.0.0.50 - - [2026-07-06 16:26:30] "POST /interface-route-tables HTTP/1.1" 200 575 0.032538 10.0.0.50 - - [2026-07-06 16:26:30] "GET /interface-route-table/fa7c59e7-beb7-438b-8da6-d8a932788c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.008055 10.0.0.50 - - [2026-07-06 16:26:30] "GET /virtual-machine-interface/d923608e-1d0c-414f-a971-4dd2bce68326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.006374 10.0.0.50 - - [2026-07-06 16:26:30] "POST /ref-update HTTP/1.1" 200 156 0.023194 10.0.0.50 - - [2026-07-06 16:26:31] "GET /virtual-machine-interface/d5beabbc-050b-497b-a136-b9e14862c99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.008351 10.0.0.50 - - [2026-07-06 16:26:31] "POST /ref-update HTTP/1.1" 200 156 0.018361 10.0.0.50 - - [2026-07-06 16:26:31] "DELETE /interface-route-table/6293434a-7d14-4410-9da3-8c4ddd510d49 HTTP/1.1" 200 115 0.050583 10.0.0.50 - - [2026-07-06 16:26:33] "POST /neutron/port HTTP/1.1" 200 151 0.221362 10.0.0.50 - - [2026-07-06 16:26:53] "GET /virtual-machine-interface/d923608e-1d0c-414f-a971-4dd2bce68326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.008991 10.0.0.50 - - [2026-07-06 16:26:53] "POST /ref-update HTTP/1.1" 200 156 0.015944 10.0.0.50 - - [2026-07-06 16:26:53] "DELETE /interface-route-table/fa7c59e7-beb7-438b-8da6-d8a932788c17 HTTP/1.1" 200 115 0.032545 10.0.0.50 - - [2026-07-06 16:26:54] "GET /virtual-machine-interface/64842261-f38d-43ad-90e4-d5fb839cc26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007108 10.0.0.50 - - [2026-07-06 16:26:54] "POST /ref-update HTTP/1.1" 200 156 0.015771 10.0.0.50 - - [2026-07-06 16:26:54] "DELETE /interface-route-table/fcd6a52e-8959-4282-a88e-6b9c274cc1e9 HTTP/1.1" 200 115 0.034277 10.0.0.50 - - [2026-07-06 16:26:54] "POST /neutron/network HTTP/1.1" 200 1008 0.010935 10.0.0.50 - - [2026-07-06 16:26:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005344 10.0.0.50 - - [2026-07-06 16:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.001526 10.0.0.50 - - [2026-07-06 16:26:55] "POST /neutron/port HTTP/1.1" 200 1241 0.021775 10.0.0.50 - - [2026-07-06 16:26:55] "POST /neutron/port HTTP/1.1" 200 1241 0.039924 10.0.0.50 - - [2026-07-06 16:26:56] "POST /neutron/port HTTP/1.1" 200 1241 0.032205 10.0.0.50 - - [2026-07-06 16:26:56] "POST /neutron/network HTTP/1.1" 200 1008 0.010495 10.0.0.33 - - [2026-07-06 16:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006290 10.0.0.33 - - [2026-07-06 16:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003153 10.0.0.33 - - [2026-07-06 16:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002534 10.0.0.33 - - [2026-07-06 16:26:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002880 10.0.0.50 - - [2026-07-06 16:26:58] "POST /neutron/network HTTP/1.1" 200 151 0.161056 10.0.0.33 - - [2026-07-06 16:27:00] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.50 - - [2026-07-06 16:27:00] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063989 10.0.0.33 - - [2026-07-06 16:27:00] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003584 10.0.0.50 - - [2026-07-06 16:27:00] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?fields=virtual_networks HTTP/1.1" 200 1047 0.059572 10.0.0.33 - - [2026-07-06 16:27:00] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.50 - - [2026-07-06 16:27:00] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.049758 10.0.0.33 - - [2026-07-06 16:27:00] "GET /projects?obj_uuids=2e783dca-2a17-4409-afd9-03cd57e21143&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002037 10.0.0.50 - - [2026-07-06 16:27:00] "GET /project/2e783dca-2a17-4409-afd9-03cd57e21143?fields=security_groups HTTP/1.1" 200 1281 0.048881 10.0.0.50 - - [2026-07-06 16:27:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.027756 10.0.0.33 - - [2026-07-06 16:27:01] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003622 10.0.0.33 - - [2026-07-06 16:27:01] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.33 - - [2026-07-06 16:27:01] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032031 10.0.0.33 - - [2026-07-06 16:27:01] "POST /id-to-fqname HTTP/1.1" 200 185 0.002424 10.0.0.33 - - [2026-07-06 16:27:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.005447 10.0.0.33 - - [2026-07-06 16:27:01] "POST /security-groups HTTP/1.1" 200 586 0.077474 10.0.0.242 - - [2026-07-06 16:27:01] "POST /fqname-to-id HTTP/1.1" 404 229 0.004715 10.0.0.33 - - [2026-07-06 16:27:01] "POST /projects HTTP/1.1" 200 575 0.306845 10.0.0.33 - - [2026-07-06 16:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.375287 10.0.0.242 - - [2026-07-06 16:27:01] "POST /access-control-lists HTTP/1.1" 200 589 0.031648 10.0.0.50 - - [2026-07-06 16:27:01] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.533055 10.0.0.50 - - [2026-07-06 16:27:02] "GET / HTTP/1.1" 200 35931 0.001796 10.0.0.33 - - [2026-07-06 16:27:05] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001160 10.0.0.50 - - [2026-07-06 16:27:05] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.039125 10.0.0.33 - - [2026-07-06 16:27:05] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001300 10.0.0.50 - - [2026-07-06 16:27:05] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?fields=virtual_networks HTTP/1.1" 200 1020 0.041624 10.0.0.33 - - [2026-07-06 16:27:05] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001281 10.0.0.50 - - [2026-07-06 16:27:06] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.042587 10.0.0.33 - - [2026-07-06 16:27:06] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.50 - - [2026-07-06 16:27:06] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?fields=security_groups HTTP/1.1" 200 1241 0.077077 10.0.0.50 - - [2026-07-06 16:27:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.026900 10.0.0.33 - - [2026-07-06 16:27:07] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003778 10.0.0.33 - - [2026-07-06 16:27:07] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.33 - - [2026-07-06 16:27:07] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007800 10.0.0.33 - - [2026-07-06 16:27:07] "POST /id-to-fqname HTTP/1.1" 200 195 0.002560 10.0.0.33 - - [2026-07-06 16:27:07] "POST /fqname-to-id HTTP/1.1" 404 204 0.005455 10.0.0.33 - - [2026-07-06 16:27:07] "POST /security-groups HTTP/1.1" 200 596 0.036407 10.0.0.33 - - [2026-07-06 16:27:07] "POST /projects HTTP/1.1" 200 595 0.245645 10.0.0.242 - - [2026-07-06 16:27:07] "POST /fqname-to-id HTTP/1.1" 404 238 0.009576 10.0.0.33 - - [2026-07-06 16:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.322839 10.0.0.50 - - [2026-07-06 16:27:07] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.458756 10.0.0.50 - - [2026-07-06 16:27:08] "GET / HTTP/1.1" 200 35931 0.001624 10.0.0.33 - - [2026-07-06 16:27:11] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000956 10.0.0.50 - - [2026-07-06 16:27:11] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.036014 10.0.0.33 - - [2026-07-06 16:27:11] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.50 - - [2026-07-06 16:27:11] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?fields=virtual_networks HTTP/1.1" 200 1041 0.051387 10.0.0.33 - - [2026-07-06 16:27:11] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001079 10.0.0.50 - - [2026-07-06 16:27:11] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.055016 10.0.0.33 - - [2026-07-06 16:27:11] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001104 10.0.0.50 - - [2026-07-06 16:27:11] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?fields=security_groups HTTP/1.1" 200 1272 0.053755 10.0.0.50 - - [2026-07-06 16:27:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.024477 10.0.0.33 - - [2026-07-06 16:27:12] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003376 10.0.0.33 - - [2026-07-06 16:27:12] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.33 - - [2026-07-06 16:27:12] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007503 10.0.0.33 - - [2026-07-06 16:27:12] "POST /id-to-fqname HTTP/1.1" 200 201 0.005987 10.0.0.33 - - [2026-07-06 16:27:13] "POST /fqname-to-id HTTP/1.1" 404 210 0.003007 10.0.0.33 - - [2026-07-06 16:27:13] "POST /security-groups HTTP/1.1" 200 602 0.037299 10.0.0.33 - - [2026-07-06 16:27:13] "POST /projects HTTP/1.1" 200 607 0.253550 10.0.0.242 - - [2026-07-06 16:27:13] "POST /access-control-lists HTTP/1.1" 200 607 0.030307 10.0.0.33 - - [2026-07-06 16:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.320756 10.0.0.50 - - [2026-07-06 16:27:13] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.480259 10.0.0.50 - - [2026-07-06 16:27:14] "GET / HTTP/1.1" 200 35931 0.001554 10.0.0.33 - - [2026-07-06 16:27:17] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001037 10.0.0.50 - - [2026-07-06 16:27:17] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.045769 10.0.0.33 - - [2026-07-06 16:27:17] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000906 10.0.0.50 - - [2026-07-06 16:27:17] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?fields=virtual_networks HTTP/1.1" 200 1053 0.050395 10.0.0.33 - - [2026-07-06 16:27:17] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001080 10.0.0.50 - - [2026-07-06 16:27:17] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.056347 10.0.0.33 - - [2026-07-06 16:27:17] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.50 - - [2026-07-06 16:27:17] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?fields=security_groups HTTP/1.1" 200 1290 0.050605 10.0.0.50 - - [2026-07-06 16:27:18] "POST /fqname-to-id HTTP/1.1" 404 185 0.031568 10.0.0.33 - - [2026-07-06 16:27:18] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003092 10.0.0.33 - - [2026-07-06 16:27:18] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.33 - - [2026-07-06 16:27:18] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008950 10.0.0.33 - - [2026-07-06 16:27:18] "POST /id-to-fqname HTTP/1.1" 200 187 0.001462 10.0.0.33 - - [2026-07-06 16:27:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.004434 10.0.0.33 - - [2026-07-06 16:27:18] "POST /security-groups HTTP/1.1" 200 588 0.030924 10.0.0.242 - - [2026-07-06 16:27:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.003709 10.0.0.33 - - [2026-07-06 16:27:18] "POST /projects HTTP/1.1" 200 579 0.245452 10.0.0.33 - - [2026-07-06 16:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.313236 10.0.0.242 - - [2026-07-06 16:27:18] "POST /access-control-lists HTTP/1.1" 200 591 0.034449 10.0.0.50 - - [2026-07-06 16:27:19] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.455553 10.0.0.50 - - [2026-07-06 16:27:20] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.33 - - [2026-07-06 16:27:23] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001296 10.0.0.50 - - [2026-07-06 16:27:23] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.040221 10.0.0.33 - - [2026-07-06 16:27:23] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001160 10.0.0.50 - - [2026-07-06 16:27:23] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?fields=virtual_networks HTTP/1.1" 200 1025 0.057964 10.0.0.33 - - [2026-07-06 16:27:23] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001464 10.0.0.50 - - [2026-07-06 16:27:23] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.052043 10.0.0.33 - - [2026-07-06 16:27:23] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001016 10.0.0.50 - - [2026-07-06 16:27:23] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?fields=security_groups HTTP/1.1" 200 1248 0.048832 10.0.0.50 - - [2026-07-06 16:27:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.028400 10.0.0.33 - - [2026-07-06 16:27:24] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003998 10.0.0.33 - - [2026-07-06 16:27:24] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.33 - - [2026-07-06 16:27:24] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007372 10.0.0.33 - - [2026-07-06 16:27:24] "POST /id-to-fqname HTTP/1.1" 200 184 0.004925 10.0.0.33 - - [2026-07-06 16:27:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.004917 10.0.0.33 - - [2026-07-06 16:27:24] "POST /security-groups HTTP/1.1" 200 585 0.033413 10.0.0.33 - - [2026-07-06 16:27:25] "POST /projects HTTP/1.1" 200 573 0.244067 10.0.0.242 - - [2026-07-06 16:27:25] "POST /fqname-to-id HTTP/1.1" 404 227 0.012863 10.0.0.33 - - [2026-07-06 16:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.316706 10.0.0.50 - - [2026-07-06 16:27:25] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.445759 10.0.0.50 - - [2026-07-06 16:27:26] "GET / HTTP/1.1" 200 35931 0.001481 10.0.0.33 - - [2026-07-06 16:27:29] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002080 10.0.0.50 - - [2026-07-06 16:27:29] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.052987 10.0.0.33 - - [2026-07-06 16:27:29] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001089 10.0.0.50 - - [2026-07-06 16:27:29] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?fields=virtual_networks HTTP/1.1" 200 1019 0.041974 10.0.0.33 - - [2026-07-06 16:27:29] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001080 10.0.0.50 - - [2026-07-06 16:27:29] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.047338 10.0.0.33 - - [2026-07-06 16:27:29] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001045 10.0.0.50 - - [2026-07-06 16:27:29] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?fields=security_groups HTTP/1.1" 200 1239 0.047751 10.0.0.50 - - [2026-07-06 16:27:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.030470 10.0.0.33 - - [2026-07-06 16:27:30] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003216 10.0.0.33 - - [2026-07-06 16:27:30] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.33 - - [2026-07-06 16:27:30] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007852 10.0.0.33 - - [2026-07-06 16:27:30] "POST /id-to-fqname HTTP/1.1" 200 188 0.002701 10.0.0.33 - - [2026-07-06 16:27:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.004759 10.0.0.33 - - [2026-07-06 16:27:30] "POST /security-groups HTTP/1.1" 200 589 0.077683 10.0.0.33 - - [2026-07-06 16:27:30] "POST /projects HTTP/1.1" 200 581 0.328503 10.0.0.242 - - [2026-07-06 16:27:30] "POST /access-control-lists HTTP/1.1" 200 594 0.033757 10.0.0.33 - - [2026-07-06 16:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.402086 10.0.0.50 - - [2026-07-06 16:27:30] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.558131 10.0.0.50 - - [2026-07-06 16:27:32] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.33 - - [2026-07-06 16:27:35] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.50 - - [2026-07-06 16:27:35] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042872 10.0.0.33 - - [2026-07-06 16:27:35] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.50 - - [2026-07-06 16:27:35] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?fields=virtual_networks HTTP/1.1" 200 1028 0.050535 10.0.0.33 - - [2026-07-06 16:27:35] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.50 - - [2026-07-06 16:27:35] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.050333 10.0.0.33 - - [2026-07-06 16:27:35] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.50 - - [2026-07-06 16:27:35] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?fields=security_groups HTTP/1.1" 200 1252 0.038945 10.0.0.50 - - [2026-07-06 16:27:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.030715 10.0.0.33 - - [2026-07-06 16:27:36] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003092 10.0.0.33 - - [2026-07-06 16:27:36] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.33 - - [2026-07-06 16:27:36] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008009 10.0.0.33 - - [2026-07-06 16:27:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001661 10.0.0.33 - - [2026-07-06 16:27:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.004905 10.0.0.33 - - [2026-07-06 16:27:36] "POST /security-groups HTTP/1.1" 200 589 0.076503 10.0.0.242 - - [2026-07-06 16:27:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.002975 10.0.0.33 - - [2026-07-06 16:27:36] "POST /projects HTTP/1.1" 200 581 0.277079 10.0.0.33 - - [2026-07-06 16:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.348376 10.0.0.242 - - [2026-07-06 16:27:36] "POST /access-control-lists HTTP/1.1" 200 592 0.029485 10.0.0.50 - - [2026-07-06 16:27:36] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.479985 10.0.0.50 - - [2026-07-06 16:27:37] "GET / HTTP/1.1" 200 35931 0.002249 10.0.0.50 - - [2026-07-06 16:27:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/32d9f987db0f469bbaeed00841e553f0 HTTP/1.1" 404 173 0.024764 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/e6c0847eb6014720918d16180aecefa0 HTTP/1.1" 404 173 0.026830 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/6d167bacac6742d89f1d53e462dccee4 HTTP/1.1" 404 173 0.021152 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/2e783dca-2a17-4409-afd9-03cd57e21143 HTTP/1.1" 404 177 0.017004 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/56d1ffcdb85e43efafc39383fcc0b463 HTTP/1.1" 404 173 0.018785 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/c1efb8aabafa49c3abbe05c74848a82c HTTP/1.1" 404 173 0.016095 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/89641d2f77664382b0fc19b58b0aef3b HTTP/1.1" 404 173 0.015167 10.0.0.50 - - [2026-07-06 16:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.090309 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001379 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001373 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002239 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001188 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /project/0b46251db45c43ad93cddf87a0ec543f HTTP/1.1" 404 173 0.020298 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001170 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001360 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000825 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1443 0.119410 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.132751 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.103173 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.157997 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003218 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001550 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001111 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000979 10.0.0.50 - - [2026-07-06 16:27:40] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.216564 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.216217 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.239556 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001799 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002618 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?fields=security_groups HTTP/1.1" 200 1344 0.190778 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?fields=security_groups HTTP/1.1" 200 1353 0.191538 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?fields=security_groups HTTP/1.1" 200 1346 0.176874 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?fields=security_groups HTTP/1.1" 200 1377 0.185848 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?fields=security_groups HTTP/1.1" 200 1357 0.141981 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?fields=security_groups HTTP/1.1" 200 1395 0.174561 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /security-group/c985c8fc-42df-4aeb-8e9b-aa3fa6100b81 HTTP/1.1" 200 115 0.188670 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=6d167bac-ac67-42d8-9f1d-53e462dccee4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001981 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /security-group/8c4b6bb7-31f8-4946-a2c8-de2e1243d9f1 HTTP/1.1" 200 115 0.231028 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=89641d2f-7766-4382-b0fc-19b58b0aef3b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004187 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /security-group/19b698f4-ce46-459d-9d01-ee9725a8a9b4 HTTP/1.1" 200 115 0.266827 10.0.0.242 - - [2026-07-06 16:27:40] "DELETE /access-control-list/aa691ab1-ef87-4890-bee8-d66d46e12663 HTTP/1.1" 200 115 0.175147 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=0b46251d-b45c-43ad-93cd-df87a0ec543f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001811 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /security-group/a7d4a587-31f8-430b-b335-a4ef169f0d5c HTTP/1.1" 200 115 0.278054 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=56d1ffcd-b85e-43ef-afc3-9383fcc0b463&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001345 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/6d167bac-ac67-42d8-9f1d-53e462dccee4?fields=application_policy_sets HTTP/1.1" 200 1383 0.137099 10.0.0.33 - - [2026-07-06 16:27:40] "DELETE /security-group/ae9520bc-d15d-4a27-a8ae-41fd1db36bdc HTTP/1.1" 200 115 0.299249 10.0.0.33 - - [2026-07-06 16:27:40] "GET /project/89641d2f-7766-4382-b0fc-19b58b0aef3b?fields=application_policy_sets HTTP/1.1" 200 1392 0.160124 10.0.0.33 - - [2026-07-06 16:27:40] "GET /projects?obj_uuids=e6c0847e-b601-4720-918d-16180aecefa0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001988 10.0.0.33 - - [2026-07-06 16:27:41] "DELETE /security-group/662da829-903d-4783-95d0-ee2f162465e7 HTTP/1.1" 200 115 0.333759 10.0.0.33 - - [2026-07-06 16:27:41] "GET /projects?obj_uuids=32d9f987-db0f-469b-baee-d00841e553f0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.33 - - [2026-07-06 16:27:41] "GET /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463?fields=application_policy_sets HTTP/1.1" 200 1416 0.173826 10.0.0.33 - - [2026-07-06 16:27:41] "GET /project/0b46251d-b45c-43ad-93cd-df87a0ec543f?fields=application_policy_sets HTTP/1.1" 200 1385 0.211846 10.0.0.33 - - [2026-07-06 16:27:41] "GET /project/e6c0847e-b601-4720-918d-16180aecefa0?fields=application_policy_sets HTTP/1.1" 200 1396 0.169609 10.0.0.242 - - [2026-07-06 16:27:41] "DELETE /access-control-list/58bf652d-490b-47bd-b0d7-0b1e6b5637c9 HTTP/1.1" 200 115 0.154367 10.0.0.33 - - [2026-07-06 16:27:41] "GET /project/32d9f987-db0f-469b-baee-d00841e553f0?fields=application_policy_sets HTTP/1.1" 200 1434 0.196877 10.0.0.33 - - [2026-07-06 16:27:41] "DELETE /project/6d167bac-ac67-42d8-9f1d-53e462dccee4 HTTP/1.1" 200 115 1.287132 10.0.0.242 - - [2026-07-06 16:27:41] "DELETE /access-control-list/d7b37ec7-65bd-437e-87fd-53b95a2a101d HTTP/1.1" 200 115 0.124812 10.0.0.33 - - [2026-07-06 16:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.010097 10.0.0.33 - - [2026-07-06 16:27:41] "DELETE /project/89641d2f-7766-4382-b0fc-19b58b0aef3b HTTP/1.1" 200 115 1.358389 10.0.0.33 - - [2026-07-06 16:27:41] "DELETE /project/56d1ffcd-b85e-43ef-afc3-9383fcc0b463 HTTP/1.1" 200 115 1.369299 10.0.0.50 - - [2026-07-06 16:27:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.595592 10.0.0.33 - - [2026-07-06 16:27:41] "DELETE /project/0b46251d-b45c-43ad-93cd-df87a0ec543f HTTP/1.1" 200 115 1.335156 10.0.0.33 - - [2026-07-06 16:27:41] "DELETE /project/e6c0847e-b601-4720-918d-16180aecefa0 HTTP/1.1" 200 115 1.342180 10.0.0.33 - - [2026-07-06 16:27:41] "DELETE /project/32d9f987-db0f-469b-baee-d00841e553f0 HTTP/1.1" 200 115 1.364984 10.0.0.50 - - [2026-07-06 16:27:41] "POST /id-to-fqname HTTP/1.1" 200 218 0.002250 10.0.0.50 - - [2026-07-06 16:27:41] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008910 10.0.0.50 - - [2026-07-06 16:27:41] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007315 10.0.0.50 - - [2026-07-06 16:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006851 10.0.0.50 - - [2026-07-06 16:27:41] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006704 10.0.0.242 - - [2026-07-06 16:27:41] "DELETE /access-control-list/e903fa10-aca4-4813-9e6a-9b8071d1e814 HTTP/1.1" 200 115 0.043962 10.0.0.50 - - [2026-07-06 16:27:41] "PUT /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c HTTP/1.1" 200 264 0.102287 10.0.0.242 - - [2026-07-06 16:27:41] "DELETE /access-control-list/4468a2e9-6ca7-4b97-a998-38a6fdcec165 HTTP/1.1" 200 115 0.055587 10.0.0.50 - - [2026-07-06 16:27:41] "POST /neutron/network HTTP/1.1" 200 822 0.017773 10.0.0.242 - - [2026-07-06 16:27:42] "POST /ref-update HTTP/1.1" 200 156 0.021334 10.0.0.50 - - [2026-07-06 16:27:42] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007512 10.0.0.242 - - [2026-07-06 16:27:43] "GET /obj-perms HTTP/1.1" 200 4463 0.052450 10.0.0.33 - - [2026-07-06 16:27:43] "GET /obj-perms HTTP/1.1" 200 4463 0.041615 10.0.0.50 - - [2026-07-06 16:27:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.010304 10.0.0.50 - - [2026-07-06 16:27:44] "POST /id-to-fqname HTTP/1.1" 200 218 0.001441 10.0.0.33 - - [2026-07-06 16:27:44] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001231 10.0.0.50 - - [2026-07-06 16:27:44] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.088392 10.0.0.50 - - [2026-07-06 16:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.007466 10.0.0.50 - - [2026-07-06 16:27:48] "POST /neutron/network HTTP/1.1" 200 832 0.008008 10.0.0.50 - - [2026-07-06 16:27:49] "POST /neutron/port HTTP/1.1" 200 1058 0.040254 10.0.0.50 - - [2026-07-06 16:27:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008324 10.0.0.50 - - [2026-07-06 16:27:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.011902 10.0.0.50 - - [2026-07-06 16:27:54] "POST /neutron/port HTTP/1.1" 200 1122 0.029135 10.0.0.50 - - [2026-07-06 16:27:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010612 10.0.0.50 - - [2026-07-06 16:28:00] "POST /neutron/port HTTP/1.1" 200 1122 0.022637 10.0.0.50 - - [2026-07-06 16:28:00] "GET /virtual-machine/5dbceb78-c5c9-451e-b6b2-ae05b506d4b8 HTTP/1.1" 401 292 0.000602 10.0.0.50 - - [2026-07-06 16:28:00] "GET /virtual-machine/5dbceb78-c5c9-451e-b6b2-ae05b506d4b8 HTTP/1.1" 200 1290 0.028968 10.0.0.50 - - [2026-07-06 16:28:00] "GET /virtual-machine-interface/54b1eecc-da70-4d11-93b1-4572941c47bb HTTP/1.1" 200 2931 0.006581 10.0.0.50 - - [2026-07-06 16:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.50 - - [2026-07-06 16:28:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003905 10.0.0.50 - - [2026-07-06 16:28:00] "GET /virtual-networks?parent_id=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003299 10.0.0.50 - - [2026-07-06 16:28:00] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005952 10.0.0.50 - - [2026-07-06 16:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.50 - - [2026-07-06 16:28:03] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006007 10.0.0.50 - - [2026-07-06 16:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.50 - - [2026-07-06 16:28:07] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007904 10.0.0.50 - - [2026-07-06 16:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.50 - - [2026-07-06 16:28:11] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006230 10.0.0.50 - - [2026-07-06 16:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.50 - - [2026-07-06 16:28:15] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005569 10.0.0.50 - - [2026-07-06 16:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.50 - - [2026-07-06 16:28:20] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005842 10.0.0.242 - - [2026-07-06 16:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.242 - - [2026-07-06 16:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-07-06 16:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.33 - - [2026-07-06 16:28:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.50 - - [2026-07-06 16:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.50 - - [2026-07-06 16:28:24] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008972 10.0.0.33 - - [2026-07-06 16:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.242 - - [2026-07-06 16:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-07-06 16:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2026-07-06 16:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.242 - - [2026-07-06 16:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-07-06 16:28:24] "GET /obj-perms HTTP/1.1" 200 4493 0.214469 10.0.0.50 - - [2026-07-06 16:28:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2026-07-06 16:28:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2026-07-06 16:28:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.50 - - [2026-07-06 16:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.50 - - [2026-07-06 16:28:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004195 10.0.0.50 - - [2026-07-06 16:28:26] "GET /virtual-networks?parent_id=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005866 10.0.0.50 - - [2026-07-06 16:28:26] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006165 10.0.0.50 - - [2026-07-06 16:28:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008899 10.0.0.50 - - [2026-07-06 16:28:30] "POST /neutron/port HTTP/1.1" 200 1122 0.022247 10.0.0.50 - - [2026-07-06 16:28:31] "POST /neutron/port HTTP/1.1" 200 1122 0.019749 10.0.0.50 - - [2026-07-06 16:28:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.010689 10.0.0.50 - - [2026-07-06 16:28:36] "POST /neutron/port HTTP/1.1" 200 1122 0.019660 10.0.0.50 - - [2026-07-06 16:28:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012810 10.0.0.50 - - [2026-07-06 16:28:37] "POST /neutron/port HTTP/1.1" 200 1122 0.019051 10.0.0.50 - - [2026-07-06 16:28:37] "POST /neutron/network HTTP/1.1" 200 822 0.007715 10.0.0.50 - - [2026-07-06 16:28:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001218 10.0.0.50 - - [2026-07-06 16:28:37] "GET /virtual-machine/5dbceb78-c5c9-451e-b6b2-ae05b506d4b8 HTTP/1.1" 200 1290 0.005304 10.0.0.50 - - [2026-07-06 16:28:37] "GET /virtual-machine-interface/54b1eecc-da70-4d11-93b1-4572941c47bb HTTP/1.1" 200 2931 0.006361 10.0.0.50 - - [2026-07-06 16:28:37] "GET /instance-ip/175db5b8-d99a-4138-925a-9861f7eb29db HTTP/1.1" 200 1616 0.006349 10.0.0.50 - - [2026-07-06 16:28:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.003739 10.0.0.50 - - [2026-07-06 16:28:37] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006256 10.0.0.33 - - [2026-07-06 16:28:37] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.025757 10.0.0.50 - - [2026-07-06 16:28:37] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.069805 10.0.0.50 - - [2026-07-06 16:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.50 - - [2026-07-06 16:28:37] "GET /security-group/99123629-7c6e-40f4-a238-7b2c7fb8801b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.004433 10.0.0.50 - - [2026-07-06 16:28:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.076152 10.0.0.50 - - [2026-07-06 16:28:37] "POST /instance-ips HTTP/1.1" 200 357 0.054166 10.0.0.50 - - [2026-07-06 16:28:37] "GET /instance-ip/c8b4f834-c9a8-4e2a-bb08-aa9e5025cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.006377 10.0.0.50 - - [2026-07-06 16:28:37] "GET /virtual-machine-interface/15a88ebe-c360-43be-9ee8-4de9d008e045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006186 10.0.0.50 - - [2026-07-06 16:28:37] "GET /virtual-machine-interface/15a88ebe-c360-43be-9ee8-4de9d008e045?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.008891 10.0.0.50 - - [2026-07-06 16:28:37] "GET /instance-ip/c8b4f834-c9a8-4e2a-bb08-aa9e5025cb05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004870 10.0.0.50 - - [2026-07-06 16:28:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001778 10.0.0.50 - - [2026-07-06 16:28:38] "POST /neutron/port HTTP/1.1" 200 965 0.016577 10.0.0.50 - - [2026-07-06 16:28:38] "POST /neutron/port HTTP/1.1" 200 965 0.013028 10.0.0.50 - - [2026-07-06 16:28:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007207 10.0.0.50 - - [2026-07-06 16:28:42] "POST /neutron/port HTTP/1.1" 200 965 0.013319 10.0.0.50 - - [2026-07-06 16:28:42] "POST /neutron/port HTTP/1.1" 200 965 0.014320 10.0.0.50 - - [2026-07-06 16:28:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007318 10.0.0.50 - - [2026-07-06 16:28:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.009565 10.0.0.50 - - [2026-07-06 16:28:48] "POST /neutron/port HTTP/1.1" 200 1067 0.026202 10.0.0.50 - - [2026-07-06 16:28:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007678 10.0.0.50 - - [2026-07-06 16:28:53] "POST /neutron/port HTTP/1.1" 200 1067 0.021146 10.0.0.50 - - [2026-07-06 16:28:53] "GET /virtual-machine/150965e0-95aa-40ae-b64f-24b1b10816c6 HTTP/1.1" 200 1268 0.006953 10.0.0.50 - - [2026-07-06 16:28:53] "GET /virtual-machine-interface/15a88ebe-c360-43be-9ee8-4de9d008e045 HTTP/1.1" 200 2981 0.005804 10.0.0.50 - - [2026-07-06 16:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.50 - - [2026-07-06 16:28:53] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004720 10.0.0.50 - - [2026-07-06 16:28:53] "GET /virtual-networks?parent_id=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003111 10.0.0.50 - - [2026-07-06 16:28:53] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006157 10.0.0.50 - - [2026-07-06 16:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.50 - - [2026-07-06 16:28:56] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006751 10.0.0.50 - - [2026-07-06 16:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.50 - - [2026-07-06 16:29:01] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006529 10.0.0.50 - - [2026-07-06 16:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.50 - - [2026-07-06 16:29:05] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007272 10.0.0.50 - - [2026-07-06 16:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.50 - - [2026-07-06 16:29:09] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006582 10.0.0.50 - - [2026-07-06 16:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.50 - - [2026-07-06 16:29:13] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006072 10.0.0.50 - - [2026-07-06 16:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.50 - - [2026-07-06 16:29:17] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006096 10.0.0.50 - - [2026-07-06 16:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.50 - - [2026-07-06 16:29:19] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003941 10.0.0.50 - - [2026-07-06 16:29:19] "GET /virtual-networks?parent_id=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003782 10.0.0.50 - - [2026-07-06 16:29:19] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006236 10.0.0.50 - - [2026-07-06 16:29:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008956 10.0.0.50 - - [2026-07-06 16:29:24] "POST /neutron/port HTTP/1.1" 200 1067 0.020306 10.0.0.50 - - [2026-07-06 16:29:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.001794 10.0.0.50 - - [2026-07-06 16:29:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008114 10.0.0.50 - - [2026-07-06 16:29:30] "POST /neutron/port HTTP/1.1" 200 2037 0.023747 10.0.0.50 - - [2026-07-06 16:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.006455 10.0.0.50 - - [2026-07-06 16:29:33] "POST /neutron/network HTTP/1.1" 200 832 0.007628 10.0.0.50 - - [2026-07-06 16:29:33] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.33 - - [2026-07-06 16:29:34] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.50 - - [2026-07-06 16:29:35] "POST /neutron/port HTTP/1.1" 200 1058 0.305308 10.0.0.50 - - [2026-07-06 16:29:35] "POST /neutron/port HTTP/1.1" 200 1112 0.120740 10.0.0.50 - - [2026-07-06 16:29:36] "POST /neutron/port HTTP/1.1" 200 1122 0.018304 10.0.0.50 - - [2026-07-06 16:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.50 - - [2026-07-06 16:29:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009503 10.0.0.50 - - [2026-07-06 16:29:46] "POST /neutron/port HTTP/1.1" 200 1122 0.021792 10.0.0.50 - - [2026-07-06 16:29:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008004 10.0.0.50 - - [2026-07-06 16:29:46] "GET /virtual-machine/f5ea60f1-4d29-4b8f-8a11-0f60819e7ea1 HTTP/1.1" 200 1290 0.005763 10.0.0.50 - - [2026-07-06 16:29:46] "GET /virtual-machine-interface/c52c9cea-2004-4563-8a10-07f282d68218 HTTP/1.1" 200 2931 0.005949 10.0.0.50 - - [2026-07-06 16:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.50 - - [2026-07-06 16:29:46] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003831 10.0.0.50 - - [2026-07-06 16:29:46] "GET /virtual-networks?parent_id=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003571 10.0.0.50 - - [2026-07-06 16:29:46] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005616 10.0.0.50 - - [2026-07-06 16:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.50 - - [2026-07-06 16:29:49] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008359 10.0.0.50 - - [2026-07-06 16:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.50 - - [2026-07-06 16:29:53] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005815 10.0.0.50 - - [2026-07-06 16:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.50 - - [2026-07-06 16:29:57] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005446 10.0.0.50 - - [2026-07-06 16:29:57] "POST /neutron/network HTTP/1.1" 200 832 0.025493 10.0.0.50 - - [2026-07-06 16:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.50 - - [2026-07-06 16:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.50 - - [2026-07-06 16:30:01] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006080 10.0.0.50 - - [2026-07-06 16:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.50 - - [2026-07-06 16:30:05] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005713 10.0.0.50 - - [2026-07-06 16:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.50 - - [2026-07-06 16:30:09] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006777 10.0.0.50 - - [2026-07-06 16:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.50 - - [2026-07-06 16:30:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004408 10.0.0.50 - - [2026-07-06 16:30:11] "GET /virtual-networks?parent_id=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003801 10.0.0.50 - - [2026-07-06 16:30:11] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006446 10.0.0.50 - - [2026-07-06 16:30:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008003 10.0.0.50 - - [2026-07-06 16:30:17] "POST /neutron/port HTTP/1.1" 200 1122 0.018103 10.0.0.50 - - [2026-07-06 16:30:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007761 10.0.0.50 - - [2026-07-06 16:30:27] "POST /neutron/port HTTP/1.1" 200 1122 0.023435 10.0.0.50 - - [2026-07-06 16:30:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007959 10.0.0.50 - - [2026-07-06 16:30:27] "POST /neutron/network HTTP/1.1" 200 796 0.015721 10.0.0.50 - - [2026-07-06 16:30:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001457 10.0.0.50 - - [2026-07-06 16:30:28] "GET /virtual-machine/f5ea60f1-4d29-4b8f-8a11-0f60819e7ea1 HTTP/1.1" 200 1290 0.006220 10.0.0.50 - - [2026-07-06 16:30:28] "GET /virtual-machine-interface/c52c9cea-2004-4563-8a10-07f282d68218 HTTP/1.1" 200 2931 0.006681 10.0.0.50 - - [2026-07-06 16:30:28] "GET /instance-ip/f2275ef3-ac51-4e54-acfe-f587efe86438 HTTP/1.1" 200 1617 0.007617 10.0.0.50 - - [2026-07-06 16:30:28] "GET /virtual-machine-interface/c52c9cea-2004-4563-8a10-07f282d68218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.007902 10.0.0.50 - - [2026-07-06 16:30:28] "PUT /virtual-machine-interface/c52c9cea-2004-4563-8a10-07f282d68218 HTTP/1.1" 200 284 0.030730 10.0.0.50 - - [2026-07-06 16:30:35] "POST /neutron/port HTTP/1.1" 200 1067 0.021674 10.0.0.50 - - [2026-07-06 16:30:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.011373 10.0.0.50 - - [2026-07-06 16:30:58] "POST /neutron/port HTTP/1.1" 200 1122 0.020474 10.0.0.50 - - [2026-07-06 16:30:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005565 10.0.0.50 - - [2026-07-06 16:30:59] "POST /neutron/network HTTP/1.1" 200 822 0.007184 10.0.0.242 - - [2026-07-06 16:31:27] "GET /obj-perms HTTP/1.1" 200 4493 0.037044 10.0.0.50 - - [2026-07-06 16:31:35] "POST /neutron/network HTTP/1.1" 200 832 0.008548 10.0.0.50 - - [2026-07-06 16:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.50 - - [2026-07-06 16:31:51] "DELETE /instance-ip/c8b4f834-c9a8-4e2a-bb08-aa9e5025cb05 HTTP/1.1" 200 115 0.048276 10.0.0.50 - - [2026-07-06 16:31:51] "DELETE /virtual-machine-interface/15a88ebe-c360-43be-9ee8-4de9d008e045 HTTP/1.1" 200 115 0.095937 10.0.0.50 - - [2026-07-06 16:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.50 - - [2026-07-06 16:31:51] "GET /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006001 10.0.0.50 - - [2026-07-06 16:31:51] "PUT /virtual-network/43eb4c44-bcd3-438a-9b4d-3f4fe52d276c HTTP/1.1" 200 264 0.060752 10.0.0.50 - - [2026-07-06 16:31:51] "POST /neutron/network HTTP/1.1" 400 204 0.017312 10.0.0.242 - - [2026-07-06 16:31:51] "DELETE /route-target/a95b5c3f-6170-49c7-9fe4-a7d3c9f0afbc HTTP/1.1" 200 115 0.044852 10.0.0.50 - - [2026-07-06 16:31:52] "POST /neutron/port HTTP/1.1" 200 1112 0.014951 10.0.0.50 - - [2026-07-06 16:31:53] "POST /neutron/port HTTP/1.1" 400 205 0.005938 10.0.0.50 - - [2026-07-06 16:31:53] "POST /neutron/port HTTP/1.1" 200 151 0.222280 10.0.0.33 - - [2026-07-06 16:31:55] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.50 - - [2026-07-06 16:31:55] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060239 10.0.0.33 - - [2026-07-06 16:31:55] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.50 - - [2026-07-06 16:31:55] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?fields=virtual_networks HTTP/1.1" 200 1028 0.049522 10.0.0.33 - - [2026-07-06 16:31:55] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.50 - - [2026-07-06 16:31:55] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.052265 10.0.0.33 - - [2026-07-06 16:31:55] "GET /projects?obj_uuids=c1efb8aa-bafa-49c3-abbe-05c74848a82c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001556 10.0.0.50 - - [2026-07-06 16:31:55] "GET /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c?fields=security_groups HTTP/1.1" 200 1252 0.048629 10.0.0.50 - - [2026-07-06 16:31:56] "POST /fqname-to-id HTTP/1.1" 404 185 0.025549 10.0.0.33 - - [2026-07-06 16:31:56] "GET /projects?obj_uuids=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003423 10.0.0.33 - - [2026-07-06 16:31:56] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002051 10.0.0.33 - - [2026-07-06 16:31:56] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010889 10.0.0.33 - - [2026-07-06 16:31:56] "POST /id-to-fqname HTTP/1.1" 200 187 0.003263 10.0.0.33 - - [2026-07-06 16:31:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.007151 10.0.0.33 - - [2026-07-06 16:31:56] "POST /security-groups HTTP/1.1" 200 588 0.036828 10.0.0.242 - - [2026-07-06 16:31:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.003444 10.0.0.33 - - [2026-07-06 16:31:56] "POST /projects HTTP/1.1" 200 579 0.255222 10.0.0.33 - - [2026-07-06 16:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.327674 10.0.0.242 - - [2026-07-06 16:31:56] "POST /access-control-lists HTTP/1.1" 200 591 0.031764 10.0.0.50 - - [2026-07-06 16:31:56] "GET /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.483429 10.0.0.50 - - [2026-07-06 16:31:57] "GET / HTTP/1.1" 200 35931 0.004419 10.0.0.50 - - [2026-07-06 16:31:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.50 - - [2026-07-06 16:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.058944 10.0.0.33 - - [2026-07-06 16:31:59] "GET /projects?obj_uuids=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001070 10.0.0.50 - - [2026-07-06 16:31:59] "GET /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.042769 10.0.0.50 - - [2026-07-06 16:32:00] "POST /neutron/network HTTP/1.1" 200 117 0.032150 10.0.0.50 - - [2026-07-06 16:32:00] "POST /neutron/network HTTP/1.1" 200 828 0.009060 10.0.0.50 - - [2026-07-06 16:32:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001207 10.0.0.50 - - [2026-07-06 16:32:00] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005507 10.0.0.50 - - [2026-07-06 16:32:00] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007108 10.0.0.50 - - [2026-07-06 16:32:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.009284 10.0.0.50 - - [2026-07-06 16:32:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003474 10.0.0.50 - - [2026-07-06 16:32:00] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006228 10.0.0.50 - - [2026-07-06 16:32:00] "GET /virtual-machine-interface/8a6f634d-b8b3-474a-88dd-281afb588f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.009598 10.0.0.50 - - [2026-07-06 16:32:00] "GET /virtual-machine-interface/8a6f634d-b8b3-474a-88dd-281afb588f62?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.012063 10.0.0.50 - - [2026-07-06 16:32:01] "GET /instance-ip/10faea84-9d15-4910-b0d8-6d652146caaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.005452 10.0.0.50 - - [2026-07-06 16:32:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001812 10.0.0.50 - - [2026-07-06 16:32:01] "POST /neutron/network HTTP/1.1" 200 828 0.030195 10.0.0.50 - - [2026-07-06 16:32:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001307 10.0.0.50 - - [2026-07-06 16:32:01] "POST /neutron/port HTTP/1.1" 200 117 0.007778 10.0.0.50 - - [2026-07-06 16:32:01] "POST /neutron/network HTTP/1.1" 200 828 0.007904 10.0.0.50 - - [2026-07-06 16:32:02] "POST /neutron/port HTTP/1.1" 200 117 0.013997 10.0.0.33 - - [2026-07-06 16:32:02] "GET /projects?obj_uuids=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001160 10.0.0.50 - - [2026-07-06 16:32:02] "GET /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.039693 10.0.0.50 - - [2026-07-06 16:32:02] "POST /fqname-to-id HTTP/1.1" 404 208 0.003274 10.0.0.50 - - [2026-07-06 16:32:02] "POST /interface-route-tables HTTP/1.1" 200 556 0.028149 10.0.0.50 - - [2026-07-06 16:32:02] "GET /interface-route-table/9c1345ea-3c64-4c54-a9ea-05ef65f6bc5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.005914 10.0.0.50 - - [2026-07-06 16:32:03] "GET /virtual-machine-interface/8a6f634d-b8b3-474a-88dd-281afb588f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.009927 10.0.0.50 - - [2026-07-06 16:32:03] "POST /ref-update HTTP/1.1" 200 156 0.016597 10.0.0.50 - - [2026-07-06 16:32:05] "POST /neutron/network HTTP/1.1" 200 838 0.008344 10.0.0.50 - - [2026-07-06 16:32:06] "POST /neutron/port HTTP/1.1" 200 982 0.015149 10.0.0.50 - - [2026-07-06 16:32:06] "POST /neutron/port HTTP/1.1" 200 1110 0.120068 10.0.0.50 - - [2026-07-06 16:32:06] "POST /neutron/port HTTP/1.1" 200 1074 0.158361 10.0.0.50 - - [2026-07-06 16:32:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.011436 10.0.0.50 - - [2026-07-06 16:32:07] "POST /neutron/network HTTP/1.1" 200 828 0.007253 10.0.0.50 - - [2026-07-06 16:32:07] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.50 - - [2026-07-06 16:32:08] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008799 10.0.0.50 - - [2026-07-06 16:32:13] "POST /neutron/port HTTP/1.1" 200 1120 0.100567 10.0.0.50 - - [2026-07-06 16:32:13] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009970 10.0.0.50 - - [2026-07-06 16:32:13] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 200 1289 0.025691 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 200 1289 0.004080 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-machine-interface/4f1dc25b-651b-47b7-9c13-8a50a2997981 HTTP/1.1" 200 2938 0.005202 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 200 1289 0.004038 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-machine-interface/4f1dc25b-651b-47b7-9c13-8a50a2997981 HTTP/1.1" 200 2938 0.005686 10.0.0.50 - - [2026-07-06 16:32:14] "GET /instance-ip/7ce2fea4-e9f1-4425-b097-e42efa4dff7e HTTP/1.1" 200 1617 0.006008 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 200 1289 0.003876 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-machine-interface/4f1dc25b-651b-47b7-9c13-8a50a2997981 HTTP/1.1" 200 2938 0.005231 10.0.0.50 - - [2026-07-06 16:32:14] "GET /instance-ip/7ce2fea4-e9f1-4425-b097-e42efa4dff7e HTTP/1.1" 200 1617 0.004868 10.0.0.50 - - [2026-07-06 16:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.50 - - [2026-07-06 16:32:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004351 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003525 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006152 10.0.0.50 - - [2026-07-06 16:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.50 - - [2026-07-06 16:32:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004382 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003402 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006051 10.0.0.50 - - [2026-07-06 16:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.50 - - [2026-07-06 16:32:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005081 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002846 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005680 10.0.0.50 - - [2026-07-06 16:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.50 - - [2026-07-06 16:32:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004179 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003356 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.022751 10.0.0.50 - - [2026-07-06 16:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.50 - - [2026-07-06 16:32:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006003 10.0.0.50 - - [2026-07-06 16:32:14] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003304 10.0.0.50 - - [2026-07-06 16:32:15] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005724 10.0.0.50 - - [2026-07-06 16:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.50 - - [2026-07-06 16:32:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004408 10.0.0.50 - - [2026-07-06 16:32:15] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004457 10.0.0.50 - - [2026-07-06 16:32:15] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006370 10.0.0.50 - - [2026-07-06 16:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.50 - - [2026-07-06 16:32:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005445 10.0.0.50 - - [2026-07-06 16:32:15] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004451 10.0.0.50 - - [2026-07-06 16:32:15] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.027443 10.0.0.50 - - [2026-07-06 16:32:17] "POST /neutron/port HTTP/1.1" 200 1120 0.054772 10.0.0.50 - - [2026-07-06 16:32:17] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008301 10.0.0.50 - - [2026-07-06 16:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.50 - - [2026-07-06 16:32:18] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006017 10.0.0.50 - - [2026-07-06 16:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.50 - - [2026-07-06 16:32:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.50 - - [2026-07-06 16:32:20] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003840 10.0.0.50 - - [2026-07-06 16:32:20] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006237 10.0.0.50 - - [2026-07-06 16:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.50 - - [2026-07-06 16:32:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004177 10.0.0.50 - - [2026-07-06 16:32:20] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005736 10.0.0.50 - - [2026-07-06 16:32:20] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007029 10.0.0.50 - - [2026-07-06 16:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.50 - - [2026-07-06 16:32:20] "GET /routing-instance/d4aba7b1-7d10-4dd1-98d8-53d12e2a8d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006869 10.0.0.50 - - [2026-07-06 16:32:21] "GET /route-target/cd753a06-044c-4399-9852-8b38d5c2c081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004432 10.0.0.50 - - [2026-07-06 16:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.50 - - [2026-07-06 16:32:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003581 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003026 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006379 10.0.0.50 - - [2026-07-06 16:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.50 - - [2026-07-06 16:32:21] "GET /routing-instance/d4aba7b1-7d10-4dd1-98d8-53d12e2a8d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005164 10.0.0.50 - - [2026-07-06 16:32:21] "GET /route-target/cd753a06-044c-4399-9852-8b38d5c2c081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004430 10.0.0.50 - - [2026-07-06 16:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.50 - - [2026-07-06 16:32:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004072 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003248 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006412 10.0.0.50 - - [2026-07-06 16:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.50 - - [2026-07-06 16:32:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003346 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007305 10.0.0.50 - - [2026-07-06 16:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.50 - - [2026-07-06 16:32:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004768 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004041 10.0.0.50 - - [2026-07-06 16:32:21] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006688 10.0.0.33 - - [2026-07-06 16:32:22] "GET /obj-perms HTTP/1.1" 200 4461 0.041590 10.0.0.50 - - [2026-07-06 16:32:22] "GET /obj-perms HTTP/1.1" 200 4461 0.037546 10.0.0.50 - - [2026-07-06 16:32:22] "GET /obj-perms HTTP/1.1" 200 4461 0.003954 10.0.0.50 - - [2026-07-06 16:32:23] "GET /obj-perms HTTP/1.1" 200 4461 0.003873 10.0.0.242 - - [2026-07-06 16:32:23] "GET /obj-perms HTTP/1.1" 200 4461 0.035555 10.0.0.33 - - [2026-07-06 16:32:23] "GET /obj-perms HTTP/1.1" 200 4461 0.003690 10.0.0.50 - - [2026-07-06 16:32:23] "POST /neutron/port HTTP/1.1" 200 1084 0.017217 10.0.0.50 - - [2026-07-06 16:32:23] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007320 10.0.0.50 - - [2026-07-06 16:32:23] "GET /virtual-machine/6bca0080-3324-49fc-b89d-424004f21cd5 HTTP/1.1" 200 1267 0.006173 10.0.0.50 - - [2026-07-06 16:32:23] "GET /virtual-machine-interface/8a6f634d-b8b3-474a-88dd-281afb588f62 HTTP/1.1" 200 3149 0.005665 10.0.0.50 - - [2026-07-06 16:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009541 10.0.0.50 - - [2026-07-06 16:32:23] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007057 10.0.0.50 - - [2026-07-06 16:32:23] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003618 10.0.0.50 - - [2026-07-06 16:32:23] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006041 10.0.0.50 - - [2026-07-06 16:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.50 - - [2026-07-06 16:32:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003889 10.0.0.50 - - [2026-07-06 16:32:24] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003033 10.0.0.50 - - [2026-07-06 16:32:24] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007156 10.0.0.50 - - [2026-07-06 16:32:25] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005584 10.0.0.50 - - [2026-07-06 16:32:25] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 200 1289 0.004319 10.0.0.50 - - [2026-07-06 16:32:27] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 200 1289 0.004153 10.0.0.50 - - [2026-07-06 16:32:28] "POST /neutron/port HTTP/1.1" 200 151 0.224091 10.0.0.50 - - [2026-07-06 16:32:29] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 404 171 0.002997 10.0.0.50 - - [2026-07-06 16:32:29] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 404 171 0.002858 10.0.0.50 - - [2026-07-06 16:32:29] "GET /virtual-machine/66aa57d8-47a6-4aad-9d48-56e1ed625715 HTTP/1.1" 404 171 0.003712 10.0.0.50 - - [2026-07-06 16:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.50 - - [2026-07-06 16:32:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004537 10.0.0.50 - - [2026-07-06 16:32:30] "GET /virtual-networks?parent_id=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003699 10.0.0.50 - - [2026-07-06 16:32:30] "GET /virtual-network/f5be8b43-7569-4754-a41f-9e15e9c1349a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005924 10.0.0.50 - - [2026-07-06 16:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.50 - - [2026-07-06 16:32:30] "GET /routing-instance/d4aba7b1-7d10-4dd1-98d8-53d12e2a8d75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004612 10.0.0.50 - - [2026-07-06 16:32:30] "GET /route-target/cd753a06-044c-4399-9852-8b38d5c2c081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004704 10.0.0.50 - - [2026-07-06 16:32:30] "GET /obj-perms HTTP/1.1" 200 4461 0.004817 10.0.0.242 - - [2026-07-06 16:32:33] "GET /obj-perms HTTP/1.1" 200 4461 0.003788 10.0.0.50 - - [2026-07-06 16:32:39] "GET /obj-perms HTTP/1.1" 200 4461 0.004976 10.0.0.242 - - [2026-07-06 16:32:40] "DELETE /access-control-list/929f3aca-de9c-4d39-bf52-b528e54955b4 HTTP/1.1" 200 115 0.047010 10.0.0.33 - - [2026-07-06 16:32:41] "DELETE /project/c1efb8aa-bafa-49c3-abbe-05c74848a82c HTTP/1.1" 404 177 0.034078 10.0.0.33 - - [2026-07-06 16:32:41] "DELETE /project/3fbdf202aeb047d4b8f24b1eb7cde5a0 HTTP/1.1" 404 173 0.045823 10.0.0.242 - - [2026-07-06 16:32:42] "GET /obj-perms HTTP/1.1" 200 4461 0.005180 10.0.0.50 - - [2026-07-06 16:32:45] "GET /obj-perms HTTP/1.1" 200 4461 0.003819 10.0.0.33 - - [2026-07-06 16:32:45] "GET /obj-perms HTTP/1.1" 200 4461 0.004285 10.0.0.50 - - [2026-07-06 16:32:45] "GET /interface-route-table/9c1345ea-3c64-4c54-a9ea-05ef65f6bc5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004445 10.0.0.50 - - [2026-07-06 16:32:45] "GET /virtual-machine-interface/8a6f634d-b8b3-474a-88dd-281afb588f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.005712 10.0.0.50 - - [2026-07-06 16:32:45] "POST /ref-update HTTP/1.1" 200 156 0.018538 10.0.0.50 - - [2026-07-06 16:32:46] "DELETE /interface-route-table/9c1345ea-3c64-4c54-a9ea-05ef65f6bc5e HTTP/1.1" 200 115 0.033552 10.0.0.50 - - [2026-07-06 16:32:46] "POST /neutron/network HTTP/1.1" 200 828 0.008551 10.0.0.242 - - [2026-07-06 16:32:46] "DELETE /route-target/cd753a06-044c-4399-9852-8b38d5c2c081 HTTP/1.1" 200 115 0.026239 10.0.0.33 - - [2026-07-06 16:32:48] "GET /projects?obj_uuids=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001064 10.0.0.50 - - [2026-07-06 16:32:48] "GET /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.048598 10.0.0.33 - - [2026-07-06 16:32:48] "GET /projects?obj_uuids=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000998 10.0.0.50 - - [2026-07-06 16:32:48] "POST /neutron/port HTTP/1.1" 200 117 0.008999 10.0.0.50 - - [2026-07-06 16:32:48] "GET /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0?fields=virtual_networks HTTP/1.1" 200 1025 0.056763 10.0.0.33 - - [2026-07-06 16:32:48] "GET /projects?obj_uuids=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001287 10.0.0.50 - - [2026-07-06 16:32:48] "GET /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.046208 10.0.0.33 - - [2026-07-06 16:32:48] "GET /projects?obj_uuids=3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001465 10.0.0.50 - - [2026-07-06 16:32:48] "GET /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0?fields=security_groups HTTP/1.1" 200 1248 0.046435 10.0.0.50 - - [2026-07-06 16:32:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.025505 10.0.0.33 - - [2026-07-06 16:32:49] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003018 10.0.0.33 - - [2026-07-06 16:32:49] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.33 - - [2026-07-06 16:32:49] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007762 10.0.0.33 - - [2026-07-06 16:32:49] "POST /id-to-fqname HTTP/1.1" 200 194 0.004655 10.0.0.33 - - [2026-07-06 16:32:49] "POST /fqname-to-id HTTP/1.1" 404 203 0.003793 10.0.0.33 - - [2026-07-06 16:32:49] "POST /security-groups HTTP/1.1" 200 595 0.037759 10.0.0.33 - - [2026-07-06 16:32:49] "POST /projects HTTP/1.1" 200 593 0.264431 10.0.0.242 - - [2026-07-06 16:32:49] "POST /fqname-to-id HTTP/1.1" 404 237 0.008035 10.0.0.33 - - [2026-07-06 16:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.336908 10.0.0.50 - - [2026-07-06 16:32:49] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.479181 10.0.0.50 - - [2026-07-06 16:32:50] "GET / HTTP/1.1" 200 35931 0.002831 10.0.0.50 - - [2026-07-06 16:32:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.50 - - [2026-07-06 16:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.050792 10.0.0.33 - - [2026-07-06 16:32:51] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001088 10.0.0.50 - - [2026-07-06 16:32:51] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.046590 10.0.0.33 - - [2026-07-06 16:32:51] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000959 10.0.0.50 - - [2026-07-06 16:32:51] "POST /neutron/network HTTP/1.1" 200 609 0.146947 10.0.0.50 - - [2026-07-06 16:32:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.003527 10.0.0.50 - - [2026-07-06 16:32:52] "GET /virtual-network/681ba126-edff-4d4e-8e3a-003626580c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005842 10.0.0.50 - - [2026-07-06 16:32:52] "POST /neutron/network HTTP/1.1" 200 827 0.006702 10.0.0.50 - - [2026-07-06 16:32:52] "GET /virtual-network/681ba126-edff-4d4e-8e3a-003626580c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005920 10.0.0.50 - - [2026-07-06 16:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.33 - - [2026-07-06 16:32:52] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001236 10.0.0.50 - - [2026-07-06 16:32:52] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040051 10.0.0.50 - - [2026-07-06 16:32:52] "POST /neutron/network HTTP/1.1" 200 117 0.034448 10.0.0.242 - - [2026-07-06 16:32:52] "POST /ref-update HTTP/1.1" 200 156 0.029464 10.0.0.50 - - [2026-07-06 16:32:52] "POST /neutron/network HTTP/1.1" 200 829 0.008172 10.0.0.50 - - [2026-07-06 16:32:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001143 10.0.0.50 - - [2026-07-06 16:32:52] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005221 10.0.0.50 - - [2026-07-06 16:32:52] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005475 10.0.0.50 - - [2026-07-06 16:32:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.009233 10.0.0.50 - - [2026-07-06 16:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.33 - - [2026-07-06 16:32:52] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001215 10.0.0.50 - - [2026-07-06 16:32:52] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050711 10.0.0.242 - - [2026-07-06 16:32:53] "POST /route-targets HTTP/1.1" 200 327 0.015591 10.0.0.33 - - [2026-07-06 16:32:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010044 10.0.0.50 - - [2026-07-06 16:32:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.232930 10.0.0.50 - - [2026-07-06 16:32:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001362 10.0.0.50 - - [2026-07-06 16:32:53] "GET /virtual-network/00b42e80-6317-41e3-9e09-db7502d2bfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006007 10.0.0.50 - - [2026-07-06 16:32:53] "GET /virtual-network/00b42e80-6317-41e3-9e09-db7502d2bfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005684 10.0.0.50 - - [2026-07-06 16:32:53] "POST /neutron/network HTTP/1.1" 200 829 0.007208 10.0.0.50 - - [2026-07-06 16:32:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.003493 10.0.0.50 - - [2026-07-06 16:32:53] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008285 10.0.0.50 - - [2026-07-06 16:32:53] "GET /virtual-machine-interface/30508a95-e92a-4619-8264-ce4680d4ebd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.013044 10.0.0.50 - - [2026-07-06 16:32:53] "GET /virtual-machine-interface/30508a95-e92a-4619-8264-ce4680d4ebd6?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.021321 10.0.0.50 - - [2026-07-06 16:32:53] "GET /instance-ip/668452bc-3e54-4f58-a0b2-0ceb68caa1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004726 10.0.0.50 - - [2026-07-06 16:32:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003357 10.0.0.50 - - [2026-07-06 16:32:54] "GET /virtual-network/681ba126-edff-4d4e-8e3a-003626580c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006848 10.0.0.33 - - [2026-07-06 16:32:54] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001158 10.0.0.50 - - [2026-07-06 16:32:54] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049289 10.0.0.50 - - [2026-07-06 16:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.50 - - [2026-07-06 16:32:54] "GET /security-group/2c1f1c4d-19ad-4ed2-ade7-1b3fe144e124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005019 10.0.0.50 - - [2026-07-06 16:32:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.091411 10.0.0.50 - - [2026-07-06 16:32:54] "POST /instance-ips HTTP/1.1" 200 357 0.047665 10.0.0.50 - - [2026-07-06 16:32:54] "GET /virtual-machine-interface/78eb8247-da18-48be-a7e7-6683ad8d3821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.008069 10.0.0.50 - - [2026-07-06 16:32:54] "GET /virtual-machine-interface/78eb8247-da18-48be-a7e7-6683ad8d3821?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009981 10.0.0.50 - - [2026-07-06 16:32:54] "GET /instance-ip/5dcfcc2a-7e6e-49ee-af21-1c970b0e6375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004863 10.0.0.50 - - [2026-07-06 16:32:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003938 10.0.0.50 - - [2026-07-06 16:32:54] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005985 10.0.0.33 - - [2026-07-06 16:32:54] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001201 10.0.0.50 - - [2026-07-06 16:32:54] "POST /neutron/port HTTP/1.1" 200 991 0.258212 10.0.0.50 - - [2026-07-06 16:32:54] "GET /virtual-machine-interface/48bd1877-bcd7-443a-a0d7-49f480068b26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005450 10.0.0.50 - - [2026-07-06 16:32:54] "GET /virtual-machine-interface/48bd1877-bcd7-443a-a0d7-49f480068b26?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.005294 10.0.0.50 - - [2026-07-06 16:32:54] "GET /instance-ip/9d0c5e14-6604-411c-8f04-00565a22c594?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005681 10.0.0.50 - - [2026-07-06 16:32:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003087 10.0.0.50 - - [2026-07-06 16:32:55] "GET /virtual-network/681ba126-edff-4d4e-8e3a-003626580c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006527 10.0.0.33 - - [2026-07-06 16:32:55] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001394 10.0.0.50 - - [2026-07-06 16:32:55] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049072 10.0.0.50 - - [2026-07-06 16:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.50 - - [2026-07-06 16:32:55] "GET /security-group/2c1f1c4d-19ad-4ed2-ade7-1b3fe144e124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004587 10.0.0.50 - - [2026-07-06 16:32:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.113535 10.0.0.50 - - [2026-07-06 16:32:55] "POST /instance-ips HTTP/1.1" 200 357 0.059721 10.0.0.50 - - [2026-07-06 16:32:55] "GET /virtual-machine-interface/448e41dd-a097-4069-a778-6b4082ba72cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005980 10.0.0.50 - - [2026-07-06 16:32:55] "GET /virtual-machine-interface/448e41dd-a097-4069-a778-6b4082ba72cb?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009516 10.0.0.50 - - [2026-07-06 16:32:55] "GET /instance-ip/b00baa5a-2fb6-4871-8f22-77ebef043600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005425 10.0.0.50 - - [2026-07-06 16:32:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.004024 10.0.0.50 - - [2026-07-06 16:32:55] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006535 10.0.0.50 - - [2026-07-06 16:32:55] "GET /virtual-machine-interface/b1ef6570-acf6-45b1-9b9c-c1d25ece9ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.009663 10.0.0.50 - - [2026-07-06 16:32:55] "GET /virtual-machine-interface/b1ef6570-acf6-45b1-9b9c-c1d25ece9ae5?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009624 10.0.0.50 - - [2026-07-06 16:32:55] "GET /instance-ip/6be0eb4d-f7ea-4e6b-afb6-71ec04f1f634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004911 10.0.0.50 - - [2026-07-06 16:32:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.003188 10.0.0.50 - - [2026-07-06 16:32:56] "GET /virtual-network/00b42e80-6317-41e3-9e09-db7502d2bfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006091 10.0.0.33 - - [2026-07-06 16:32:56] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001402 10.0.0.50 - - [2026-07-06 16:32:56] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.043711 10.0.0.50 - - [2026-07-06 16:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.50 - - [2026-07-06 16:32:56] "GET /security-group/2c1f1c4d-19ad-4ed2-ade7-1b3fe144e124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004851 10.0.0.50 - - [2026-07-06 16:32:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.092272 10.0.0.50 - - [2026-07-06 16:32:56] "POST /instance-ips HTTP/1.1" 200 357 0.047109 10.0.0.50 - - [2026-07-06 16:32:56] "GET /virtual-machine-interface/6adfd76c-ff18-4852-af1c-e08fda84e43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006072 10.0.0.50 - - [2026-07-06 16:32:56] "GET /virtual-machine-interface/6adfd76c-ff18-4852-af1c-e08fda84e43c?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010184 10.0.0.50 - - [2026-07-06 16:32:56] "GET /instance-ip/b109777f-50e2-47d6-8cea-4b89214538c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.004694 10.0.0.50 - - [2026-07-06 16:32:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001344 10.0.0.50 - - [2026-07-06 16:32:58] "POST /neutron/port HTTP/1.1" 200 991 0.015525 10.0.0.50 - - [2026-07-06 16:32:58] "POST /neutron/port HTTP/1.1" 200 991 0.013474 10.0.0.50 - - [2026-07-06 16:32:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001307 10.0.0.50 - - [2026-07-06 16:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.006714 10.0.0.33 - - [2026-07-06 16:32:58] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001215 10.0.0.50 - - [2026-07-06 16:32:58] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.095119 10.0.0.50 - - [2026-07-06 16:32:58] "POST /neutron/port HTTP/1.1" 200 117 0.007529 10.0.0.50 - - [2026-07-06 16:32:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001319 10.0.0.50 - - [2026-07-06 16:32:59] "POST /neutron/port HTTP/1.1" 200 991 0.012983 10.0.0.50 - - [2026-07-06 16:32:59] "POST /neutron/port HTTP/1.1" 200 991 0.012371 10.0.0.50 - - [2026-07-06 16:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.006845 10.0.0.33 - - [2026-07-06 16:32:59] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001002 10.0.0.242 - - [2026-07-06 16:32:59] "PUT /logical-router/2b1a35bb-6c8b-4a63-a5b8-b31f37914ca2 HTTP/1.1" 200 262 0.031369 10.0.0.50 - - [2026-07-06 16:32:59] "POST /neutron/router HTTP/1.1" 200 344 0.332577 10.0.0.50 - - [2026-07-06 16:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.008666 10.0.0.50 - - [2026-07-06 16:33:02] "POST /neutron/port HTTP/1.1" 200 991 0.030810 10.0.0.50 - - [2026-07-06 16:33:02] "POST /neutron/network HTTP/1.1" 200 839 0.007965 10.0.0.50 - - [2026-07-06 16:33:03] "POST /neutron/port HTTP/1.1" 200 1065 0.018368 10.0.0.50 - - [2026-07-06 16:33:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004225 10.0.0.50 - - [2026-07-06 16:33:03] "POST /neutron/network HTTP/1.1" 200 829 0.008279 10.0.0.50 - - [2026-07-06 16:33:04] "POST /neutron/port HTTP/1.1" 200 991 0.018966 10.0.0.50 - - [2026-07-06 16:33:04] "POST /neutron/port HTTP/1.1" 200 117 0.001453 10.0.0.50 - - [2026-07-06 16:33:04] "POST /neutron/port HTTP/1.1" 200 991 0.015858 10.0.0.50 - - [2026-07-06 16:33:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008563 10.0.0.50 - - [2026-07-06 16:33:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.010139 10.0.0.50 - - [2026-07-06 16:33:10] "POST /neutron/port HTTP/1.1" 200 1093 0.020588 10.0.0.50 - - [2026-07-06 16:33:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009294 10.0.0.50 - - [2026-07-06 16:33:10] "GET /virtual-machine/80298fc3-5983-44bb-bd0a-49f2afe76609 HTTP/1.1" 401 292 0.000542 10.0.0.50 - - [2026-07-06 16:33:10] "GET /virtual-machine/80298fc3-5983-44bb-bd0a-49f2afe76609 HTTP/1.1" 200 1274 0.026077 10.0.0.50 - - [2026-07-06 16:33:10] "GET /virtual-machine-interface/30508a95-e92a-4619-8264-ce4680d4ebd6 HTTP/1.1" 200 3186 0.006355 10.0.0.50 - - [2026-07-06 16:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.50 - - [2026-07-06 16:33:10] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007222 10.0.0.50 - - [2026-07-06 16:33:10] "GET /virtual-networks?parent_id=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003500 10.0.0.50 - - [2026-07-06 16:33:11] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007149 10.0.0.50 - - [2026-07-06 16:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.50 - - [2026-07-06 16:33:14] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005624 10.0.0.50 - - [2026-07-06 16:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.50 - - [2026-07-06 16:33:18] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006198 10.0.0.50 - - [2026-07-06 16:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.50 - - [2026-07-06 16:33:22] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005752 10.0.0.242 - - [2026-07-06 16:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.242 - - [2026-07-06 16:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.33 - - [2026-07-06 16:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.33 - - [2026-07-06 16:33:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-07-06 16:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.33 - - [2026-07-06 16:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.242 - - [2026-07-06 16:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.242 - - [2026-07-06 16:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.50 - - [2026-07-06 16:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000934 10.0.0.50 - - [2026-07-06 16:33:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2026-07-06 16:33:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-07-06 16:33:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2026-07-06 16:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.50 - - [2026-07-06 16:33:26] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005455 10.0.0.242 - - [2026-07-06 16:33:28] "GET /obj-perms HTTP/1.1" 200 4493 0.042405 10.0.0.50 - - [2026-07-06 16:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.50 - - [2026-07-06 16:33:30] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006463 10.0.0.50 - - [2026-07-06 16:33:34] "POST /neutron/port HTTP/1.1" 200 1093 0.017410 10.0.0.50 - - [2026-07-06 16:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.50 - - [2026-07-06 16:33:34] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005950 10.0.0.50 - - [2026-07-06 16:33:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004305 10.0.0.50 - - [2026-07-06 16:33:35] "POST /neutron/network HTTP/1.1" 200 829 0.008234 10.0.0.50 - - [2026-07-06 16:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.50 - - [2026-07-06 16:33:38] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005298 10.0.0.242 - - [2026-07-06 16:33:41] "DELETE /access-control-list/37f7061f-6948-4ecc-a3f8-14c73e420b16 HTTP/1.1" 200 115 0.032946 10.0.0.33 - - [2026-07-06 16:33:41] "DELETE /project/5eef74842e724894969e051e13f151a9 HTTP/1.1" 404 173 0.004375 10.0.0.33 - - [2026-07-06 16:33:41] "DELETE /project/3fbdf202-aeb0-47d4-b8f2-4b1eb7cde5a0 HTTP/1.1" 404 177 0.003926 10.0.0.50 - - [2026-07-06 16:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.50 - - [2026-07-06 16:33:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003649 10.0.0.50 - - [2026-07-06 16:33:42] "GET /virtual-networks?parent_id=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003155 10.0.0.50 - - [2026-07-06 16:33:42] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006032 10.0.0.50 - - [2026-07-06 16:33:44] "POST /neutron/port HTTP/1.1" 200 1129 0.020720 10.0.0.50 - - [2026-07-06 16:33:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007116 10.0.0.50 - - [2026-07-06 16:33:53] "POST /neutron/port HTTP/1.1" 200 1129 0.019941 10.0.0.50 - - [2026-07-06 16:33:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007455 10.0.0.50 - - [2026-07-06 16:33:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009304 10.0.0.50 - - [2026-07-06 16:33:53] "GET /virtual-machine/6f7964fc-8cee-4cc7-a17b-dae76b95a2ea HTTP/1.1" 200 1296 0.006695 10.0.0.50 - - [2026-07-06 16:33:53] "GET /virtual-machine-interface/f7c13af5-1f48-49ce-a10b-48c0f75a71e6 HTTP/1.1" 200 2962 0.006378 10.0.0.50 - - [2026-07-06 16:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.50 - - [2026-07-06 16:33:53] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003978 10.0.0.50 - - [2026-07-06 16:33:53] "GET /virtual-networks?parent_id=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004340 10.0.0.50 - - [2026-07-06 16:33:53] "GET /virtual-network/00b42e80-6317-41e3-9e09-db7502d2bfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005750 10.0.0.50 - - [2026-07-06 16:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.50 - - [2026-07-06 16:33:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003845 10.0.0.50 - - [2026-07-06 16:33:54] "GET /virtual-networks?parent_id=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003625 10.0.0.50 - - [2026-07-06 16:33:54] "GET /virtual-network/00b42e80-6317-41e3-9e09-db7502d2bfef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006345 10.0.0.50 - - [2026-07-06 16:33:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008250 10.0.0.50 - - [2026-07-06 16:33:55] "POST /neutron/port HTTP/1.1" 200 1093 0.027788 10.0.0.50 - - [2026-07-06 16:33:55] "GET /virtual-machine/20bcc593-5807-4cd5-b5c9-cdacea3d2bfa HTTP/1.1" 200 1274 0.006253 10.0.0.50 - - [2026-07-06 16:33:55] "GET /virtual-machine-interface/b1ef6570-acf6-45b1-9b9c-c1d25ece9ae5 HTTP/1.1" 200 3188 0.006456 10.0.0.50 - - [2026-07-06 16:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.50 - - [2026-07-06 16:33:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.50 - - [2026-07-06 16:33:55] "GET /virtual-networks?parent_id=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004070 10.0.0.50 - - [2026-07-06 16:33:55] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009001 10.0.0.50 - - [2026-07-06 16:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.50 - - [2026-07-06 16:33:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004540 10.0.0.50 - - [2026-07-06 16:33:56] "GET /virtual-networks?parent_id=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003480 10.0.0.50 - - [2026-07-06 16:33:56] "GET /virtual-network/fe23afff-e515-4177-bc25-fc026ddaf997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008186 10.0.0.50 - - [2026-07-06 16:33:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008136 10.0.0.50 - - [2026-07-06 16:34:03] "POST /neutron/network HTTP/1.1" 200 839 0.007418 10.0.0.50 - - [2026-07-06 16:34:03] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.50 - - [2026-07-06 16:34:34] "POST /neutron/port HTTP/1.1" 200 1093 0.019063 10.0.0.50 - - [2026-07-06 16:34:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.009825 10.0.0.50 - - [2026-07-06 16:35:03] "POST /neutron/router HTTP/1.1" 200 598 0.007520 10.0.0.50 - - [2026-07-06 16:35:03] "POST /neutron/router HTTP/1.1" 200 598 0.007416 10.0.0.50 - - [2026-07-06 16:35:03] "POST /neutron/router HTTP/1.1" 200 151 0.090627 10.0.0.50 - - [2026-07-06 16:35:03] "GET /logical-router/2b1a35bb-6c8b-4a63-a5b8-b31f37914ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.023934 10.0.0.242 - - [2026-07-06 16:35:03] "POST /ref-update HTTP/1.1" 200 156 0.022918 10.0.0.50 - - [2026-07-06 16:35:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.020839 10.0.0.50 - - [2026-07-06 16:35:04] "POST /neutron/network HTTP/1.1" 200 829 0.007212 10.0.0.50 - - [2026-07-06 16:35:05] "DELETE /instance-ip/b109777f-50e2-47d6-8cea-4b89214538c1 HTTP/1.1" 200 115 0.051821 10.0.0.50 - - [2026-07-06 16:35:05] "DELETE /virtual-machine-interface/6adfd76c-ff18-4852-af1c-e08fda84e43c HTTP/1.1" 200 115 0.077616 10.0.0.50 - - [2026-07-06 16:35:05] "POST /neutron/port HTTP/1.1" 200 998 0.031779 10.0.0.50 - - [2026-07-06 16:35:05] "POST /neutron/port HTTP/1.1" 200 998 0.011325 10.0.0.50 - - [2026-07-06 16:35:05] "POST /neutron/port HTTP/1.1" 200 1083 0.035151 10.0.0.50 - - [2026-07-06 16:35:05] "DELETE /instance-ip/b00baa5a-2fb6-4871-8f22-77ebef043600 HTTP/1.1" 200 115 0.051906 10.0.0.50 - - [2026-07-06 16:35:05] "DELETE /virtual-machine-interface/448e41dd-a097-4069-a778-6b4082ba72cb HTTP/1.1" 200 115 0.073135 10.0.0.50 - - [2026-07-06 16:35:05] "POST /neutron/port HTTP/1.1" 200 1129 0.026961 10.0.0.50 - - [2026-07-06 16:35:05] "POST /neutron/port HTTP/1.1" 200 117 0.006903 10.0.0.50 - - [2026-07-06 16:35:05] "POST /neutron/network HTTP/1.1" 200 829 0.008400 10.0.0.50 - - [2026-07-06 16:35:06] "POST /neutron/port HTTP/1.1" 200 1014 0.232759 10.0.0.50 - - [2026-07-06 16:35:06] "DELETE /instance-ip/5dcfcc2a-7e6e-49ee-af21-1c970b0e6375 HTTP/1.1" 200 115 0.137826 10.0.0.50 - - [2026-07-06 16:35:06] "POST /neutron/port HTTP/1.1" 200 151 0.360426 10.0.0.50 - - [2026-07-06 16:35:06] "POST /neutron/port HTTP/1.1" 200 1014 0.146291 10.0.0.50 - - [2026-07-06 16:35:06] "DELETE /virtual-machine-interface/78eb8247-da18-48be-a7e7-6683ad8d3821 HTTP/1.1" 200 115 0.173407 10.0.0.50 - - [2026-07-06 16:35:06] "POST /neutron/network HTTP/1.1" 200 829 0.007104 10.0.0.242 - - [2026-07-06 16:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.242 - - [2026-07-06 16:35:06] "DELETE /route-target/539831e7-cdd3-4db5-b639-e798e69446e4 HTTP/1.1" 200 115 0.030560 10.0.0.33 - - [2026-07-06 16:35:06] "POST /useragent-kv HTTP/1.1" 200 115 0.056364 10.0.0.33 - - [2026-07-06 16:35:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003963 10.0.0.50 - - [2026-07-06 16:35:06] "POST /neutron/network HTTP/1.1" 200 151 0.195743 10.0.0.33 - - [2026-07-06 16:35:06] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001052 10.0.0.50 - - [2026-07-06 16:35:07] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.043272 10.0.0.33 - - [2026-07-06 16:35:07] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001669 10.0.0.50 - - [2026-07-06 16:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.012069 10.0.0.50 - - [2026-07-06 16:35:07] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?fields=virtual_networks HTTP/1.1" 200 1039 0.055684 10.0.0.33 - - [2026-07-06 16:35:07] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001187 10.0.0.50 - - [2026-07-06 16:35:07] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.050755 10.0.0.33 - - [2026-07-06 16:35:07] "GET /projects?obj_uuids=5eef7484-2e72-4894-969e-051e13f151a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001100 10.0.0.50 - - [2026-07-06 16:35:07] "GET /project/5eef7484-2e72-4894-969e-051e13f151a9?fields=security_groups HTTP/1.1" 200 1269 0.040763 10.0.0.50 - - [2026-07-06 16:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.006851 10.0.0.50 - - [2026-07-06 16:35:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.032155 10.0.0.33 - - [2026-07-06 16:35:08] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003248 10.0.0.33 - - [2026-07-06 16:35:08] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001525 10.0.0.33 - - [2026-07-06 16:35:08] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008411 10.0.0.33 - - [2026-07-06 16:35:08] "POST /id-to-fqname HTTP/1.1" 200 189 0.001750 10.0.0.33 - - [2026-07-06 16:35:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.016921 10.0.0.33 - - [2026-07-06 16:35:08] "POST /security-groups HTTP/1.1" 200 590 0.040472 10.0.0.242 - - [2026-07-06 16:35:08] "POST /fqname-to-id HTTP/1.1" 404 233 0.008403 10.0.0.33 - - [2026-07-06 16:35:08] "POST /projects HTTP/1.1" 200 583 0.275542 10.0.0.33 - - [2026-07-06 16:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.352499 10.0.0.242 - - [2026-07-06 16:35:08] "POST /access-control-lists HTTP/1.1" 200 593 0.046407 10.0.0.50 - - [2026-07-06 16:35:08] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.532683 10.0.0.50 - - [2026-07-06 16:35:09] "GET / HTTP/1.1" 200 35931 0.003091 10.0.0.50 - - [2026-07-06 16:35:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000653 10.0.0.50 - - [2026-07-06 16:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.050028 10.0.0.33 - - [2026-07-06 16:35:12] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001063 10.0.0.50 - - [2026-07-06 16:35:12] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046753 10.0.0.50 - - [2026-07-06 16:35:12] "POST /neutron/network HTTP/1.1" 200 117 0.030991 10.0.0.50 - - [2026-07-06 16:35:12] "POST /neutron/network HTTP/1.1" 200 823 0.009552 10.0.0.50 - - [2026-07-06 16:35:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001276 10.0.0.50 - - [2026-07-06 16:35:12] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006326 10.0.0.50 - - [2026-07-06 16:35:12] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005550 10.0.0.50 - - [2026-07-06 16:35:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009417 10.0.0.50 - - [2026-07-06 16:35:13] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.013794 10.0.0.50 - - [2026-07-06 16:35:13] "GET /obj-perms HTTP/1.1" 200 4465 0.058692 10.0.0.50 - - [2026-07-06 16:35:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001989 10.0.0.50 - - [2026-07-06 16:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.006860 10.0.0.50 - - [2026-07-06 16:35:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001544 10.0.0.50 - - [2026-07-06 16:35:15] "POST /neutron/network HTTP/1.1" 200 833 0.011363 10.0.0.50 - - [2026-07-06 16:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.009639 10.0.0.33 - - [2026-07-06 16:35:19] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001507 10.0.0.50 - - [2026-07-06 16:35:19] "POST /neutron/port HTTP/1.1" 200 1059 0.259745 10.0.0.50 - - [2026-07-06 16:35:19] "POST /neutron/port HTTP/1.1" 200 1113 0.100738 10.0.0.50 - - [2026-07-06 16:35:20] "POST /neutron/port HTTP/1.1" 200 1123 0.020273 10.0.0.50 - - [2026-07-06 16:35:21] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.33 - - [2026-07-06 16:35:21] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001409 10.0.0.50 - - [2026-07-06 16:35:21] "POST /neutron/port HTTP/1.1" 200 1059 0.277651 10.0.0.50 - - [2026-07-06 16:35:22] "POST /neutron/port HTTP/1.1" 200 1113 0.121199 10.0.0.50 - - [2026-07-06 16:35:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.009899 10.0.0.50 - - [2026-07-06 16:35:25] "POST /neutron/port HTTP/1.1" 200 1123 0.018604 10.0.0.50 - - [2026-07-06 16:35:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009096 10.0.0.50 - - [2026-07-06 16:35:26] "GET /virtual-machine/ff327e8e-738a-4ef9-870f-82eee98a4767 HTTP/1.1" 401 292 0.000423 10.0.0.50 - - [2026-07-06 16:35:26] "GET /virtual-machine/ff327e8e-738a-4ef9-870f-82eee98a4767 HTTP/1.1" 200 1291 0.023773 10.0.0.50 - - [2026-07-06 16:35:26] "GET /virtual-machine-interface/4cbfa2f7-8918-450b-9b2c-61f9b2c617da HTTP/1.1" 200 2936 0.005932 10.0.0.50 - - [2026-07-06 16:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.50 - - [2026-07-06 16:35:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003551 10.0.0.50 - - [2026-07-06 16:35:26] "GET /virtual-networks?parent_id=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003391 10.0.0.50 - - [2026-07-06 16:35:26] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006795 10.0.0.50 - - [2026-07-06 16:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.50 - - [2026-07-06 16:35:29] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006008 10.0.0.33 - - [2026-07-06 16:35:30] "GET /obj-perms HTTP/1.1" 200 4493 0.047419 10.0.0.50 - - [2026-07-06 16:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.50 - - [2026-07-06 16:35:33] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006922 10.0.0.50 - - [2026-07-06 16:35:36] "POST /neutron/port HTTP/1.1" 200 1123 0.017815 10.0.0.50 - - [2026-07-06 16:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.50 - - [2026-07-06 16:35:37] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007062 10.0.0.50 - - [2026-07-06 16:35:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004238 10.0.0.50 - - [2026-07-06 16:35:38] "POST /neutron/network HTTP/1.1" 200 823 0.007206 10.0.0.242 - - [2026-07-06 16:35:41] "DELETE /access-control-list/32fb90cf-35ca-4670-b7c6-2b9d35e10634 HTTP/1.1" 200 115 0.041076 10.0.0.33 - - [2026-07-06 16:35:41] "DELETE /project/40cd3d6c7dd34774a5220f1e501cfb65 HTTP/1.1" 404 173 0.004058 10.0.0.33 - - [2026-07-06 16:35:41] "DELETE /project/5eef7484-2e72-4894-969e-051e13f151a9 HTTP/1.1" 404 177 0.003729 10.0.0.50 - - [2026-07-06 16:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.50 - - [2026-07-06 16:35:42] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005314 10.0.0.50 - - [2026-07-06 16:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.50 - - [2026-07-06 16:35:46] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006063 10.0.0.50 - - [2026-07-06 16:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.50 - - [2026-07-06 16:35:50] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006687 10.0.0.50 - - [2026-07-06 16:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.50 - - [2026-07-06 16:35:54] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005486 10.0.0.50 - - [2026-07-06 16:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.50 - - [2026-07-06 16:35:58] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005554 10.0.0.50 - - [2026-07-06 16:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.50 - - [2026-07-06 16:36:02] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006015 10.0.0.50 - - [2026-07-06 16:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.50 - - [2026-07-06 16:36:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004011 10.0.0.50 - - [2026-07-06 16:36:04] "GET /virtual-networks?parent_id=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003971 10.0.0.50 - - [2026-07-06 16:36:04] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006677 10.0.0.50 - - [2026-07-06 16:36:07] "POST /neutron/port HTTP/1.1" 200 1123 0.020298 10.0.0.50 - - [2026-07-06 16:36:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007523 10.0.0.50 - - [2026-07-06 16:36:15] "POST /neutron/port HTTP/1.1" 200 1123 0.031615 10.0.0.50 - - [2026-07-06 16:36:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012063 10.0.0.50 - - [2026-07-06 16:36:15] "GET /virtual-machine/3f515c83-7a2c-45b0-8b7f-fbfbeb04be16 HTTP/1.1" 200 1291 0.006826 10.0.0.50 - - [2026-07-06 16:36:15] "GET /virtual-machine-interface/cc992d85-08ca-4eef-8891-3afa602938cc HTTP/1.1" 200 2936 0.005739 10.0.0.50 - - [2026-07-06 16:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.50 - - [2026-07-06 16:36:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003959 10.0.0.50 - - [2026-07-06 16:36:15] "GET /virtual-networks?parent_id=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003476 10.0.0.50 - - [2026-07-06 16:36:15] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006266 10.0.0.50 - - [2026-07-06 16:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006664 10.0.0.50 - - [2026-07-06 16:36:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006855 10.0.0.50 - - [2026-07-06 16:36:16] "GET /virtual-networks?parent_id=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003271 10.0.0.50 - - [2026-07-06 16:36:16] "GET /virtual-network/86118c75-abea-45d3-a008-76acd7d78f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006316 10.0.0.50 - - [2026-07-06 16:36:16] "POST /neutron/port HTTP/1.1" 200 1123 0.020218 10.0.0.242 - - [2026-07-06 16:36:31] "GET /obj-perms HTTP/1.1" 200 4493 0.047605 10.0.0.50 - - [2026-07-06 16:36:36] "POST /neutron/port HTTP/1.1" 200 1123 0.023153 10.0.0.50 - - [2026-07-06 16:36:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.009778 10.0.0.50 - - [2026-07-06 16:36:50] "POST /neutron/network HTTP/1.1" 200 823 0.007339 10.0.0.50 - - [2026-07-06 16:36:52] "POST /neutron/port HTTP/1.1" 200 1123 0.017433 10.0.0.50 - - [2026-07-06 16:36:52] "POST /neutron/port HTTP/1.1" 200 1113 0.019856 10.0.0.50 - - [2026-07-06 16:36:52] "POST /neutron/network HTTP/1.1" 400 204 0.016904 10.0.0.242 - - [2026-07-06 16:36:55] "DELETE /route-target/746b3277-bccb-42a4-ab84-c3e1f9ebaf04 HTTP/1.1" 200 115 0.040231 10.0.0.33 - - [2026-07-06 16:36:56] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001090 10.0.0.50 - - [2026-07-06 16:36:56] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.074275 10.0.0.33 - - [2026-07-06 16:36:56] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001131 10.0.0.50 - - [2026-07-06 16:36:56] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?fields=virtual_networks HTTP/1.1" 200 1029 0.040833 10.0.0.33 - - [2026-07-06 16:36:56] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001120 10.0.0.50 - - [2026-07-06 16:36:56] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.046067 10.0.0.33 - - [2026-07-06 16:36:56] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001230 10.0.0.50 - - [2026-07-06 16:36:56] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?fields=security_groups HTTP/1.1" 200 1254 0.045601 10.0.0.50 - - [2026-07-06 16:36:57] "POST /fqname-to-id HTTP/1.1" 404 187 0.025822 10.0.0.33 - - [2026-07-06 16:36:57] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004596 10.0.0.33 - - [2026-07-06 16:36:57] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001574 10.0.0.33 - - [2026-07-06 16:36:57] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010135 10.0.0.33 - - [2026-07-06 16:36:57] "POST /id-to-fqname HTTP/1.1" 200 189 0.003636 10.0.0.33 - - [2026-07-06 16:36:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.004140 10.0.0.33 - - [2026-07-06 16:36:57] "POST /security-groups HTTP/1.1" 200 590 0.039379 10.0.0.33 - - [2026-07-06 16:36:58] "POST /projects HTTP/1.1" 200 583 0.242545 10.0.0.242 - - [2026-07-06 16:36:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.008468 10.0.0.33 - - [2026-07-06 16:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.320400 10.0.0.50 - - [2026-07-06 16:36:58] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.455503 10.0.0.50 - - [2026-07-06 16:36:59] "GET / HTTP/1.1" 200 35931 0.001540 10.0.0.50 - - [2026-07-06 16:37:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.50 - - [2026-07-06 16:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.051531 10.0.0.33 - - [2026-07-06 16:37:01] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001291 10.0.0.50 - - [2026-07-06 16:37:01] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049699 10.0.0.50 - - [2026-07-06 16:37:01] "POST /neutron/network HTTP/1.1" 200 117 0.033739 10.0.0.242 - - [2026-07-06 16:37:01] "POST /ref-update HTTP/1.1" 200 156 0.025102 10.0.0.50 - - [2026-07-06 16:37:01] "POST /neutron/network HTTP/1.1" 200 824 0.008822 10.0.0.50 - - [2026-07-06 16:37:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.001204 10.0.0.50 - - [2026-07-06 16:37:01] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005282 10.0.0.50 - - [2026-07-06 16:37:01] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005525 10.0.0.50 - - [2026-07-06 16:37:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.010559 10.0.0.50 - - [2026-07-06 16:37:02] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007332 10.0.0.50 - - [2026-07-06 16:37:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.002028 10.0.0.33 - - [2026-07-06 16:37:04] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001149 10.0.0.50 - - [2026-07-06 16:37:04] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049536 10.0.0.50 - - [2026-07-06 16:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.011409 10.0.0.50 - - [2026-07-06 16:37:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001421 10.0.0.50 - - [2026-07-06 16:37:04] "POST /neutron/network HTTP/1.1" 200 834 0.008295 10.0.0.50 - - [2026-07-06 16:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.006652 10.0.0.33 - - [2026-07-06 16:37:08] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001318 10.0.0.50 - - [2026-07-06 16:37:08] "POST /neutron/port HTTP/1.1" 200 1060 0.303671 10.0.0.50 - - [2026-07-06 16:37:09] "POST /neutron/port HTTP/1.1" 200 1114 0.106583 10.0.0.50 - - [2026-07-06 16:37:10] "POST /neutron/port HTTP/1.1" 200 1124 0.024584 10.0.0.50 - - [2026-07-06 16:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.33 - - [2026-07-06 16:37:10] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000962 10.0.0.50 - - [2026-07-06 16:37:11] "POST /neutron/port HTTP/1.1" 200 1060 0.286989 10.0.0.50 - - [2026-07-06 16:37:11] "POST /neutron/port HTTP/1.1" 200 1114 0.104011 10.0.0.50 - - [2026-07-06 16:37:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.009667 10.0.0.50 - - [2026-07-06 16:37:15] "POST /neutron/port HTTP/1.1" 200 1124 0.024595 10.0.0.50 - - [2026-07-06 16:37:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009893 10.0.0.50 - - [2026-07-06 16:37:15] "GET /virtual-machine/d1b66f37-3098-4953-bc02-a7782cb54f2f HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2026-07-06 16:37:15] "GET /virtual-machine/d1b66f37-3098-4953-bc02-a7782cb54f2f HTTP/1.1" 200 1292 0.050131 10.0.0.50 - - [2026-07-06 16:37:15] "GET /virtual-machine-interface/b8c0cba6-756f-4360-bbd6-ff6b667c2550 HTTP/1.1" 200 2937 0.006054 10.0.0.50 - - [2026-07-06 16:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.50 - - [2026-07-06 16:37:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005219 10.0.0.50 - - [2026-07-06 16:37:15] "GET /virtual-networks?parent_id=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003200 10.0.0.50 - - [2026-07-06 16:37:15] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005734 10.0.0.50 - - [2026-07-06 16:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.50 - - [2026-07-06 16:37:18] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005452 10.0.0.50 - - [2026-07-06 16:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.50 - - [2026-07-06 16:37:23] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005711 10.0.0.50 - - [2026-07-06 16:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.50 - - [2026-07-06 16:37:27] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006219 10.0.0.50 - - [2026-07-06 16:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.50 - - [2026-07-06 16:37:31] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005536 10.0.0.50 - - [2026-07-06 16:37:31] "GET /obj-perms HTTP/1.1" 200 4493 0.040530 10.0.0.50 - - [2026-07-06 16:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.50 - - [2026-07-06 16:37:35] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006439 10.0.0.50 - - [2026-07-06 16:37:36] "POST /neutron/port HTTP/1.1" 200 1124 0.021907 10.0.0.50 - - [2026-07-06 16:37:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 10.0.0.50 - - [2026-07-06 16:37:37] "POST /neutron/network HTTP/1.1" 200 824 0.007735 10.0.0.50 - - [2026-07-06 16:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.50 - - [2026-07-06 16:37:39] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005417 10.0.0.33 - - [2026-07-06 16:37:42] "DELETE /project/8d277cdcdb3c45f08c256e5465b24da3 HTTP/1.1" 404 173 0.076169 10.0.0.33 - - [2026-07-06 16:37:42] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000974 10.0.0.33 - - [2026-07-06 16:37:42] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.046141 10.0.0.33 - - [2026-07-06 16:37:42] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002896 10.0.0.33 - - [2026-07-06 16:37:42] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?fields=security_groups HTTP/1.1" 200 1099 0.090848 10.0.0.33 - - [2026-07-06 16:37:42] "GET /projects?obj_uuids=40cd3d6c-7dd3-4774-a522-0f1e501cfb65&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004137 10.0.0.33 - - [2026-07-06 16:37:42] "GET /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65?fields=application_policy_sets HTTP/1.1" 200 1398 0.102443 10.0.0.33 - - [2026-07-06 16:37:42] "DELETE /project/40cd3d6c-7dd3-4774-a522-0f1e501cfb65 HTTP/1.1" 200 115 0.492436 10.0.0.50 - - [2026-07-06 16:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.50 - - [2026-07-06 16:37:43] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005402 10.0.0.50 - - [2026-07-06 16:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.50 - - [2026-07-06 16:37:47] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006764 10.0.0.50 - - [2026-07-06 16:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.50 - - [2026-07-06 16:37:51] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005640 10.0.0.50 - - [2026-07-06 16:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.50 - - [2026-07-06 16:37:53] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005239 10.0.0.50 - - [2026-07-06 16:37:53] "GET /virtual-networks?parent_id=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003777 10.0.0.50 - - [2026-07-06 16:37:53] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006124 10.0.0.50 - - [2026-07-06 16:37:57] "POST /neutron/port HTTP/1.1" 200 1124 0.067403 10.0.0.50 - - [2026-07-06 16:37:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008614 10.0.0.50 - - [2026-07-06 16:38:04] "POST /neutron/port HTTP/1.1" 200 1124 0.020633 10.0.0.50 - - [2026-07-06 16:38:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009150 10.0.0.50 - - [2026-07-06 16:38:04] "GET /virtual-machine/af5c3008-0398-411b-bc5d-81fa73aa046a HTTP/1.1" 200 1292 0.006587 10.0.0.50 - - [2026-07-06 16:38:04] "GET /virtual-machine-interface/1ebfb3d1-e544-4788-858f-fa61344f9b3d HTTP/1.1" 200 2935 0.010471 10.0.0.50 - - [2026-07-06 16:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.50 - - [2026-07-06 16:38:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004087 10.0.0.50 - - [2026-07-06 16:38:04] "GET /virtual-networks?parent_id=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003125 10.0.0.50 - - [2026-07-06 16:38:04] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006020 10.0.0.50 - - [2026-07-06 16:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.50 - - [2026-07-06 16:38:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004313 10.0.0.50 - - [2026-07-06 16:38:05] "GET /virtual-networks?parent_id=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003498 10.0.0.50 - - [2026-07-06 16:38:05] "GET /virtual-network/247e6bda-f9b8-45b1-8641-5aa3e44878cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005868 10.0.0.50 - - [2026-07-06 16:38:05] "POST /neutron/port HTTP/1.1" 200 1124 0.018414 10.0.0.50 - - [2026-07-06 16:38:22] "POST /neutron/network HTTP/1.1" 400 204 0.017687 10.0.0.242 - - [2026-07-06 16:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.242 - - [2026-07-06 16:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.33 - - [2026-07-06 16:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-07-06 16:38:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2026-07-06 16:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.33 - - [2026-07-06 16:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.001117 10.0.0.242 - - [2026-07-06 16:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.242 - - [2026-07-06 16:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2026-07-06 16:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-07-06 16:38:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.50 - - [2026-07-06 16:38:24] "POST /neutron/port HTTP/1.1" 200 1124 0.022505 10.0.0.50 - - [2026-07-06 16:38:25] "POST /neutron/port HTTP/1.1" 200 151 0.229121 10.0.0.50 - - [2026-07-06 16:38:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.50 - - [2026-07-06 16:38:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.50 - - [2026-07-06 16:38:27] "POST /neutron/network HTTP/1.1" 200 824 0.008193 10.0.0.242 - - [2026-07-06 16:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.33 - - [2026-07-06 16:38:28] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001322 10.0.0.50 - - [2026-07-06 16:38:28] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045714 10.0.0.33 - - [2026-07-06 16:38:28] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001049 10.0.0.50 - - [2026-07-06 16:38:28] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?fields=virtual_networks HTTP/1.1" 200 1030 0.043855 10.0.0.33 - - [2026-07-06 16:38:28] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001054 10.0.0.50 - - [2026-07-06 16:38:28] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.047160 10.0.0.33 - - [2026-07-06 16:38:28] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001086 10.0.0.50 - - [2026-07-06 16:38:28] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?fields=security_groups HTTP/1.1" 200 1255 0.055792 10.0.0.33 - - [2026-07-06 16:38:32] "GET /obj-perms HTTP/1.1" 200 4493 0.042412 10.0.0.50 - - [2026-07-06 16:38:42] "GET / HTTP/1.1" 200 35931 0.001965 10.0.0.33 - - [2026-07-06 16:38:42] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001331 10.0.0.33 - - [2026-07-06 16:38:42] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.061557 10.0.0.33 - - [2026-07-06 16:38:42] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001024 10.0.0.33 - - [2026-07-06 16:38:42] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?fields=security_groups HTTP/1.1" 200 1100 0.043793 10.0.0.33 - - [2026-07-06 16:38:43] "GET /projects?obj_uuids=8d277cdc-db3c-45f0-8c25-6e5465b24da3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001066 10.0.0.33 - - [2026-07-06 16:38:43] "GET /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3?fields=application_policy_sets HTTP/1.1" 200 1399 0.063869 10.0.0.242 - - [2026-07-06 16:38:43] "DELETE /access-control-list/c2f93440-f2fd-41f5-8f76-9b9ac9ab12b8 HTTP/1.1" 200 115 0.071614 10.0.0.33 - - [2026-07-06 16:38:43] "DELETE /project/8d277cdc-db3c-45f0-8c25-6e5465b24da3 HTTP/1.1" 200 115 0.420623 10.0.0.50 - - [2026-07-06 16:38:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2026-07-06 16:38:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.036464 10.0.0.33 - - [2026-07-06 16:38:44] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004678 10.0.0.33 - - [2026-07-06 16:38:44] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.33 - - [2026-07-06 16:38:44] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054240 10.0.0.33 - - [2026-07-06 16:38:44] "POST /id-to-fqname HTTP/1.1" 200 203 0.011703 10.0.0.33 - - [2026-07-06 16:38:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.007459 10.0.0.33 - - [2026-07-06 16:38:44] "POST /security-groups HTTP/1.1" 200 604 0.073348 10.0.0.33 - - [2026-07-06 16:38:44] "POST /projects HTTP/1.1" 200 611 0.294938 10.0.0.242 - - [2026-07-06 16:38:44] "POST /fqname-to-id HTTP/1.1" 404 246 0.016346 10.0.0.33 - - [2026-07-06 16:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.360413 10.0.0.50 - - [2026-07-06 16:38:44] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.540944 10.0.0.50 - - [2026-07-06 16:38:46] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.50 - - [2026-07-06 16:38:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2026-07-06 16:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.072373 10.0.0.33 - - [2026-07-06 16:38:46] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001053 10.0.0.50 - - [2026-07-06 16:38:46] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047201 10.0.0.33 - - [2026-07-06 16:38:47] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001237 10.0.0.50 - - [2026-07-06 16:38:47] "POST /neutron/network HTTP/1.1" 200 620 0.172338 10.0.0.242 - - [2026-07-06 16:38:47] "POST /ref-update HTTP/1.1" 200 156 0.027017 10.0.0.50 - - [2026-07-06 16:38:47] "POST /id-to-fqname HTTP/1.1" 200 234 0.003835 10.0.0.50 - - [2026-07-06 16:38:47] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009798 10.0.0.50 - - [2026-07-06 16:38:47] "POST /neutron/network HTTP/1.1" 200 840 0.007157 10.0.0.50 - - [2026-07-06 16:38:47] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005430 10.0.0.50 - - [2026-07-06 16:38:47] "POST /id-to-fqname HTTP/1.1" 200 234 0.001601 10.0.0.50 - - [2026-07-06 16:38:47] "POST /neutron/network HTTP/1.1" 200 850 0.009304 10.0.0.50 - - [2026-07-06 16:38:48] "POST /neutron/port HTTP/1.1" 200 117 0.006662 10.0.0.50 - - [2026-07-06 16:38:48] "POST /id-to-fqname HTTP/1.1" 200 234 0.001386 10.0.0.33 - - [2026-07-06 16:38:48] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001883 10.0.0.50 - - [2026-07-06 16:38:48] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.066668 10.0.0.50 - - [2026-07-06 16:38:48] "POST /neutron/network HTTP/1.1" 200 840 0.022507 10.0.0.50 - - [2026-07-06 16:38:49] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006160 10.0.0.242 - - [2026-07-06 16:38:50] "GET /obj-perms HTTP/1.1" 200 4493 0.035154 10.0.0.50 - - [2026-07-06 16:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.006591 10.0.0.50 - - [2026-07-06 16:38:52] "POST /neutron/port HTTP/1.1" 200 1074 0.037389 10.0.0.50 - - [2026-07-06 16:38:53] "POST /neutron/port HTTP/1.1" 200 1138 0.019354 10.0.0.50 - - [2026-07-06 16:38:53] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.33 - - [2026-07-06 16:38:54] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000976 10.0.0.50 - - [2026-07-06 16:38:54] "POST /neutron/port HTTP/1.1" 200 1074 0.245919 10.0.0.50 - - [2026-07-06 16:38:54] "POST /neutron/port HTTP/1.1" 200 1128 0.165426 10.0.0.50 - - [2026-07-06 16:38:55] "POST /neutron/port HTTP/1.1" 200 1138 0.020177 10.0.0.50 - - [2026-07-06 16:38:55] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.50 - - [2026-07-06 16:39:00] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009134 10.0.0.50 - - [2026-07-06 16:39:00] "POST /neutron/port HTTP/1.1" 200 1138 0.018243 10.0.0.50 - - [2026-07-06 16:39:00] "GET /virtual-machine/deb10724-9552-43c8-8ca6-4fecd5ece4b0 HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2026-07-06 16:39:01] "GET /virtual-machine/deb10724-9552-43c8-8ca6-4fecd5ece4b0 HTTP/1.1" 200 1306 0.031334 10.0.0.50 - - [2026-07-06 16:39:01] "GET /virtual-machine-interface/7f8b70ae-7a7a-4661-9ecc-9c64964cd25c HTTP/1.1" 200 3009 0.006130 10.0.0.50 - - [2026-07-06 16:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.50 - - [2026-07-06 16:39:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.50 - - [2026-07-06 16:39:01] "GET /virtual-networks?parent_id=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003658 10.0.0.50 - - [2026-07-06 16:39:01] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007042 10.0.0.50 - - [2026-07-06 16:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.50 - - [2026-07-06 16:39:04] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007610 10.0.0.50 - - [2026-07-06 16:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.50 - - [2026-07-06 16:39:08] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008177 10.0.0.50 - - [2026-07-06 16:39:12] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007891 10.0.0.50 - - [2026-07-06 16:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.50 - - [2026-07-06 16:39:12] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005882 10.0.0.50 - - [2026-07-06 16:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.50 - - [2026-07-06 16:39:14] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003875 10.0.0.50 - - [2026-07-06 16:39:14] "GET /virtual-networks?parent_id=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004010 10.0.0.50 - - [2026-07-06 16:39:14] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005805 10.0.0.50 - - [2026-07-06 16:39:18] "POST /neutron/port HTTP/1.1" 200 1138 0.020185 10.0.0.50 - - [2026-07-06 16:39:20] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010102 10.0.0.50 - - [2026-07-06 16:39:20] "POST /neutron/port HTTP/1.1" 200 1138 0.018089 10.0.0.50 - - [2026-07-06 16:39:20] "GET /virtual-machine/3b03fd94-8c5f-4865-bef0-3dd15d9251d0 HTTP/1.1" 200 1305 0.006849 10.0.0.50 - - [2026-07-06 16:39:20] "GET /virtual-machine-interface/4758e30f-6bec-4842-8a90-8aa88b3a6b1a HTTP/1.1" 200 3008 0.005124 10.0.0.50 - - [2026-07-06 16:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.50 - - [2026-07-06 16:39:20] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003899 10.0.0.50 - - [2026-07-06 16:39:20] "GET /virtual-networks?parent_id=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002830 10.0.0.50 - - [2026-07-06 16:39:20] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005756 10.0.0.50 - - [2026-07-06 16:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.50 - - [2026-07-06 16:39:21] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003438 10.0.0.50 - - [2026-07-06 16:39:21] "GET /virtual-networks?parent_id=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002963 10.0.0.50 - - [2026-07-06 16:39:21] "GET /virtual-network/d223838c-a584-452a-870d-be48af2bd17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005692 10.0.0.50 - - [2026-07-06 16:39:21] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007689 10.0.0.50 - - [2026-07-06 16:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.50 - - [2026-07-06 16:39:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004487 10.0.0.50 - - [2026-07-06 16:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.50 - - [2026-07-06 16:39:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005131 10.0.0.50 - - [2026-07-06 16:39:27] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.013487 10.0.0.50 - - [2026-07-06 16:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.50 - - [2026-07-06 16:39:38] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004132 10.0.0.50 - - [2026-07-06 16:39:38] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.015929 10.0.0.50 - - [2026-07-06 16:39:41] "POST /neutron/network HTTP/1.1" 200 850 0.007941 10.0.0.50 - - [2026-07-06 16:39:41] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.33 - - [2026-07-06 16:39:43] "DELETE /project/ad7ca487900e49e8be186db58b32b57a HTTP/1.1" 404 173 0.003529 10.0.0.50 - - [2026-07-06 16:40:27] "POST /neutron/network HTTP/1.1" 400 204 0.016657 10.0.0.50 - - [2026-07-06 16:40:29] "POST /neutron/port HTTP/1.1" 200 151 0.242713 10.0.0.50 - - [2026-07-06 16:40:29] "POST /neutron/port HTTP/1.1" 200 151 0.250565 10.0.0.50 - - [2026-07-06 16:40:31] "POST /neutron/network HTTP/1.1" 200 840 0.009298 10.0.0.33 - - [2026-07-06 16:40:31] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.027656 10.0.0.50 - - [2026-07-06 16:40:31] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.078035 10.0.0.33 - - [2026-07-06 16:40:31] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001116 10.0.0.50 - - [2026-07-06 16:40:31] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?fields=virtual_networks HTTP/1.1" 200 1058 0.052020 10.0.0.33 - - [2026-07-06 16:40:31] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001052 10.0.0.50 - - [2026-07-06 16:40:31] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.047524 10.0.0.33 - - [2026-07-06 16:40:31] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001267 10.0.0.50 - - [2026-07-06 16:40:31] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?fields=security_groups HTTP/1.1" 200 1297 0.048267 10.0.0.50 - - [2026-07-06 16:40:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.025505 10.0.0.33 - - [2026-07-06 16:40:32] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003574 10.0.0.33 - - [2026-07-06 16:40:32] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.33 - - [2026-07-06 16:40:32] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007164 10.0.0.33 - - [2026-07-06 16:40:32] "POST /id-to-fqname HTTP/1.1" 200 209 0.002650 10.0.0.33 - - [2026-07-06 16:40:32] "POST /fqname-to-id HTTP/1.1" 404 217 0.005663 10.0.0.33 - - [2026-07-06 16:40:32] "POST /security-groups HTTP/1.1" 200 609 0.036358 10.0.0.242 - - [2026-07-06 16:40:32] "POST /fqname-to-id HTTP/1.1" 404 252 0.003521 10.0.0.33 - - [2026-07-06 16:40:32] "POST /projects HTTP/1.1" 200 621 0.241051 10.0.0.33 - - [2026-07-06 16:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.315663 10.0.0.242 - - [2026-07-06 16:40:33] "POST /access-control-lists HTTP/1.1" 200 612 0.038179 10.0.0.50 - - [2026-07-06 16:40:33] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.446936 10.0.0.50 - - [2026-07-06 16:40:34] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.50 - - [2026-07-06 16:40:34] "GET /obj-perms HTTP/1.1" 200 4493 0.366443 10.0.0.50 - - [2026-07-06 16:40:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.50 - - [2026-07-06 16:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.021584 10.0.0.33 - - [2026-07-06 16:40:35] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000922 10.0.0.50 - - [2026-07-06 16:40:35] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.038759 10.0.0.33 - - [2026-07-06 16:40:35] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001398 10.0.0.50 - - [2026-07-06 16:40:35] "POST /neutron/network HTTP/1.1" 200 625 0.160066 10.0.0.50 - - [2026-07-06 16:40:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.003401 10.0.0.50 - - [2026-07-06 16:40:36] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006553 10.0.0.50 - - [2026-07-06 16:40:36] "POST /neutron/network HTTP/1.1" 200 843 0.007468 10.0.0.50 - - [2026-07-06 16:40:36] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006926 10.0.0.50 - - [2026-07-06 16:40:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001365 10.0.0.50 - - [2026-07-06 16:40:36] "POST /neutron/network HTTP/1.1" 200 853 0.006951 10.0.0.50 - - [2026-07-06 16:40:36] "POST /neutron/port HTTP/1.1" 200 117 0.006790 10.0.0.50 - - [2026-07-06 16:40:36] "POST /id-to-fqname HTTP/1.1" 200 239 0.001368 10.0.0.50 - - [2026-07-06 16:40:36] "POST /neutron/network HTTP/1.1" 200 843 0.007985 10.0.0.50 - - [2026-07-06 16:40:37] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005567 10.0.0.242 - - [2026-07-06 16:40:38] "GET /obj-perms HTTP/1.1" 200 4503 0.036708 10.0.0.33 - - [2026-07-06 16:40:38] "GET /obj-perms HTTP/1.1" 200 4503 0.038685 10.0.0.50 - - [2026-07-06 16:40:38] "POST /neutron/port HTTP/1.1" 200 117 0.006313 10.0.0.50 - - [2026-07-06 16:40:41] "POST /neutron/port HTTP/1.1" 200 1077 0.017972 10.0.0.50 - - [2026-07-06 16:40:42] "POST /neutron/port HTTP/1.1" 200 1141 0.022298 10.0.0.50 - - [2026-07-06 16:40:42] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.33 - - [2026-07-06 16:40:42] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001190 10.0.0.50 - - [2026-07-06 16:40:43] "POST /neutron/port HTTP/1.1" 200 1077 0.311404 10.0.0.50 - - [2026-07-06 16:40:43] "POST /neutron/port HTTP/1.1" 200 1131 0.127763 10.0.0.33 - - [2026-07-06 16:40:43] "DELETE /project/8ef060b463a649e9a4853e314bc81c2d HTTP/1.1" 404 173 0.007953 10.0.0.33 - - [2026-07-06 16:40:43] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001081 10.0.0.33 - - [2026-07-06 16:40:43] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.073258 10.0.0.33 - - [2026-07-06 16:40:43] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.008788 10.0.0.242 - - [2026-07-06 16:40:43] "DELETE /access-control-list/7c910513-3b60-4cd7-99c5-db96c1672f49 HTTP/1.1" 200 115 0.088697 10.0.0.33 - - [2026-07-06 16:40:43] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?fields=security_groups HTTP/1.1" 200 1128 0.072826 10.0.0.33 - - [2026-07-06 16:40:43] "GET /projects?obj_uuids=ad7ca487-900e-49e8-be18-6db58b32b57a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006864 10.0.0.33 - - [2026-07-06 16:40:43] "GET /project/ad7ca487-900e-49e8-be18-6db58b32b57a?fields=application_policy_sets HTTP/1.1" 200 1128 0.070831 10.0.0.33 - - [2026-07-06 16:40:43] "DELETE /project/ad7ca487-900e-49e8-be18-6db58b32b57a HTTP/1.1" 404 171 0.327459 10.0.0.50 - - [2026-07-06 16:40:44] "POST /neutron/port HTTP/1.1" 200 1141 0.020574 10.0.0.50 - - [2026-07-06 16:40:44] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.50 - - [2026-07-06 16:40:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008017 10.0.0.50 - - [2026-07-06 16:40:49] "POST /neutron/port HTTP/1.1" 200 1141 0.022868 10.0.0.50 - - [2026-07-06 16:40:49] "GET /virtual-machine/84006af2-5aef-4208-b07f-7a90a6a445b6 HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-07-06 16:40:49] "GET /virtual-machine/84006af2-5aef-4208-b07f-7a90a6a445b6 HTTP/1.1" 200 1310 0.024600 10.0.0.50 - - [2026-07-06 16:40:49] "GET /virtual-machine-interface/cafa9ee4-4bdc-4d53-aeb7-5172408bc321 HTTP/1.1" 200 3035 0.007481 10.0.0.50 - - [2026-07-06 16:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.50 - - [2026-07-06 16:40:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005031 10.0.0.50 - - [2026-07-06 16:40:49] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003595 10.0.0.50 - - [2026-07-06 16:40:49] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006400 10.0.0.50 - - [2026-07-06 16:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.50 - - [2026-07-06 16:40:52] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007167 10.0.0.50 - - [2026-07-06 16:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.50 - - [2026-07-06 16:40:56] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006076 10.0.0.50 - - [2026-07-06 16:40:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007219 10.0.0.50 - - [2026-07-06 16:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.50 - - [2026-07-06 16:41:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004861 10.0.0.50 - - [2026-07-06 16:41:01] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003788 10.0.0.50 - - [2026-07-06 16:41:01] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008001 10.0.0.50 - - [2026-07-06 16:41:06] "POST /neutron/port HTTP/1.1" 200 1141 0.019149 10.0.0.50 - - [2026-07-06 16:41:06] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009311 10.0.0.50 - - [2026-07-06 16:41:06] "GET /virtual-machine/92f097ce-fb25-4a92-8de7-dfeb99a60cc2 HTTP/1.1" 200 1311 0.005999 10.0.0.50 - - [2026-07-06 16:41:06] "GET /virtual-machine-interface/a52e3399-6a1c-48f9-8564-75919503f367 HTTP/1.1" 200 3034 0.005551 10.0.0.50 - - [2026-07-06 16:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.50 - - [2026-07-06 16:41:06] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003395 10.0.0.50 - - [2026-07-06 16:41:06] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003167 10.0.0.50 - - [2026-07-06 16:41:06] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005591 10.0.0.50 - - [2026-07-06 16:41:07] "POST /neutron/port HTTP/1.1" 200 1141 0.019687 10.0.0.50 - - [2026-07-06 16:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.50 - - [2026-07-06 16:41:09] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003972 10.0.0.50 - - [2026-07-06 16:41:09] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003054 10.0.0.50 - - [2026-07-06 16:41:09] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007872 10.0.0.50 - - [2026-07-06 16:41:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008727 10.0.0.50 - - [2026-07-06 16:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.33 - - [2026-07-06 16:41:15] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001888 10.0.0.50 - - [2026-07-06 16:41:15] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.081601 10.0.0.242 - - [2026-07-06 16:41:15] "POST /ref-update HTTP/1.1" 200 156 0.049922 10.0.0.33 - - [2026-07-06 16:41:15] "POST /useragent-kv HTTP/1.1" 200 115 0.015832 10.0.0.50 - - [2026-07-06 16:41:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.269955 10.0.0.50 - - [2026-07-06 16:41:15] "POST /id-to-fqname HTTP/1.1" 200 239 0.001509 10.0.0.50 - - [2026-07-06 16:41:15] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.010058 10.0.0.50 - - [2026-07-06 16:41:15] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006822 10.0.0.50 - - [2026-07-06 16:41:15] "POST /neutron/network HTTP/1.1" 200 846 0.015929 10.0.0.50 - - [2026-07-06 16:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.33 - - [2026-07-06 16:41:16] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002003 10.0.0.50 - - [2026-07-06 16:41:16] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.075620 10.0.0.33 - - [2026-07-06 16:41:16] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001541 10.0.0.50 - - [2026-07-06 16:41:16] "POST /neutron/network HTTP/1.1" 200 631 0.169353 10.0.0.50 - - [2026-07-06 16:41:16] "POST /id-to-fqname HTTP/1.1" 200 242 0.003380 10.0.0.50 - - [2026-07-06 16:41:16] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006080 10.0.0.50 - - [2026-07-06 16:41:16] "POST /neutron/network HTTP/1.1" 200 850 0.013539 10.0.0.50 - - [2026-07-06 16:41:16] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.005098 10.0.0.50 - - [2026-07-06 16:41:16] "POST /id-to-fqname HTTP/1.1" 200 239 0.001284 10.0.0.50 - - [2026-07-06 16:41:16] "POST /neutron/port HTTP/1.1" 200 2130 0.019367 10.0.0.33 - - [2026-07-06 16:41:17] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001055 10.0.0.50 - - [2026-07-06 16:41:17] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.054633 10.0.0.50 - - [2026-07-06 16:41:17] "POST /neutron/network HTTP/1.1" 200 846 0.008102 10.0.0.50 - - [2026-07-06 16:41:17] "POST /neutron/port HTTP/1.1" 200 117 0.010836 10.0.0.50 - - [2026-07-06 16:41:17] "POST /id-to-fqname HTTP/1.1" 200 242 0.001587 10.0.0.50 - - [2026-07-06 16:41:17] "POST /neutron/network HTTP/1.1" 200 860 0.007371 10.0.0.50 - - [2026-07-06 16:41:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007457 10.0.0.50 - - [2026-07-06 16:41:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.001392 10.0.0.50 - - [2026-07-06 16:41:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.001386 10.0.0.50 - - [2026-07-06 16:41:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012712 10.0.0.50 - - [2026-07-06 16:41:18] "POST /neutron/network HTTP/1.1" 200 846 0.007162 10.0.0.50 - - [2026-07-06 16:41:18] "POST /neutron/port HTTP/1.1" 200 117 0.008213 10.0.0.50 - - [2026-07-06 16:41:18] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.011104 10.0.0.50 - - [2026-07-06 16:41:19] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006052 10.0.0.50 - - [2026-07-06 16:41:19] "GET /obj-perms HTTP/1.1" 200 4503 0.038963 10.0.0.50 - - [2026-07-06 16:41:20] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006542 10.0.0.242 - - [2026-07-06 16:41:20] "GET /obj-perms HTTP/1.1" 200 4503 0.004281 10.0.0.33 - - [2026-07-06 16:41:20] "GET /obj-perms HTTP/1.1" 200 4503 0.004119 10.0.0.33 - - [2026-07-06 16:41:21] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001318 10.0.0.50 - - [2026-07-06 16:41:21] "POST /neutron/port HTTP/1.1" 200 1080 0.315693 10.0.0.50 - - [2026-07-06 16:41:22] "POST /neutron/port HTTP/1.1" 200 1134 0.143517 10.0.0.50 - - [2026-07-06 16:41:23] "POST /neutron/port HTTP/1.1" 200 1144 0.022140 10.0.0.50 - - [2026-07-06 16:41:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.017249 10.0.0.50 - - [2026-07-06 16:41:23] "POST /neutron/port HTTP/1.1" 200 1077 0.020308 10.0.0.50 - - [2026-07-06 16:41:23] "POST /neutron/network HTTP/1.1" 200 860 0.006340 10.0.0.50 - - [2026-07-06 16:41:24] "POST /neutron/port HTTP/1.1" 200 1078 0.018878 10.0.0.50 - - [2026-07-06 16:41:24] "POST /neutron/port HTTP/1.1" 200 1080 0.020010 10.0.0.50 - - [2026-07-06 16:41:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004264 10.0.0.50 - - [2026-07-06 16:41:25] "POST /neutron/network HTTP/1.1" 200 850 0.008740 10.0.0.50 - - [2026-07-06 16:41:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.014459 10.0.0.50 - - [2026-07-06 16:41:25] "POST /neutron/network HTTP/1.1" 200 843 0.006537 10.0.0.50 - - [2026-07-06 16:41:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.010589 10.0.0.50 - - [2026-07-06 16:41:30] "POST /neutron/port HTTP/1.1" 200 1142 0.020463 10.0.0.50 - - [2026-07-06 16:41:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007778 10.0.0.50 - - [2026-07-06 16:41:30] "GET /virtual-machine/efb61ada-c32e-42f2-8a2c-cce42a6f4c6b HTTP/1.1" 200 1310 0.006067 10.0.0.50 - - [2026-07-06 16:41:30] "GET /virtual-machine-interface/660cd230-549b-4847-8c42-91210872ed99 HTTP/1.1" 200 3043 0.005688 10.0.0.50 - - [2026-07-06 16:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.50 - - [2026-07-06 16:41:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004292 10.0.0.50 - - [2026-07-06 16:41:30] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003697 10.0.0.50 - - [2026-07-06 16:41:30] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006257 10.0.0.50 - - [2026-07-06 16:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.50 - - [2026-07-06 16:41:34] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.005670 10.0.0.50 - - [2026-07-06 16:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.50 - - [2026-07-06 16:41:38] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006997 10.0.0.50 - - [2026-07-06 16:41:41] "POST /neutron/port HTTP/1.1" 200 1141 0.028473 10.0.0.50 - - [2026-07-06 16:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.50 - - [2026-07-06 16:41:42] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.005556 10.0.0.50 - - [2026-07-06 16:41:42] "POST /neutron/port HTTP/1.1" 200 1141 0.017994 10.0.0.50 - - [2026-07-06 16:41:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.009954 10.0.0.50 - - [2026-07-06 16:41:43] "POST /neutron/port HTTP/1.1" 200 2133 0.026272 10.0.0.50 - - [2026-07-06 16:41:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007486 10.0.0.50 - - [2026-07-06 16:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.50 - - [2026-07-06 16:41:46] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006011 10.0.0.50 - - [2026-07-06 16:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.50 - - [2026-07-06 16:41:48] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004568 10.0.0.50 - - [2026-07-06 16:41:48] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003335 10.0.0.50 - - [2026-07-06 16:41:48] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006316 10.0.0.50 - - [2026-07-06 16:41:53] "POST /neutron/port HTTP/1.1" 200 1144 0.017871 10.0.0.50 - - [2026-07-06 16:41:53] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007943 10.0.0.50 - - [2026-07-06 16:41:54] "GET /virtual-machine/8e1f0c8d-d0c7-48a5-a65c-3e5d1cc08a51 HTTP/1.1" 200 1311 0.005596 10.0.0.50 - - [2026-07-06 16:41:54] "GET /virtual-machine-interface/45da4197-7af2-4a5b-9f02-ca216fcd844c HTTP/1.1" 200 3034 0.005365 10.0.0.50 - - [2026-07-06 16:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.50 - - [2026-07-06 16:41:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003528 10.0.0.50 - - [2026-07-06 16:41:54] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003364 10.0.0.50 - - [2026-07-06 16:41:54] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005590 10.0.0.50 - - [2026-07-06 16:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.50 - - [2026-07-06 16:41:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004150 10.0.0.50 - - [2026-07-06 16:41:55] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004113 10.0.0.50 - - [2026-07-06 16:41:55] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005470 10.0.0.50 - - [2026-07-06 16:41:55] "POST /neutron/port HTTP/1.1" 200 2133 0.022203 10.0.0.50 - - [2026-07-06 16:41:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007740 10.0.0.50 - - [2026-07-06 16:41:55] "POST /neutron/port HTTP/1.1" 200 2133 0.020918 10.0.0.50 - - [2026-07-06 16:41:55] "GET /virtual-machine/62f003fa-aad9-4103-a26e-a2f78b42acbe HTTP/1.1" 200 1586 0.005923 10.0.0.50 - - [2026-07-06 16:41:55] "GET /virtual-machine-interface/906dd85b-8cce-4a8a-8e57-9838c73a0a14 HTTP/1.1" 200 3035 0.005179 10.0.0.50 - - [2026-07-06 16:41:55] "GET /virtual-machine-interface/cfb54e3d-492d-40cd-926f-d499718b8ff4 HTTP/1.1" 200 3035 0.005766 10.0.0.50 - - [2026-07-06 16:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.50 - - [2026-07-06 16:41:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004011 10.0.0.50 - - [2026-07-06 16:41:55] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002977 10.0.0.50 - - [2026-07-06 16:41:55] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006013 10.0.0.50 - - [2026-07-06 16:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.50 - - [2026-07-06 16:41:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003665 10.0.0.50 - - [2026-07-06 16:41:56] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003976 10.0.0.50 - - [2026-07-06 16:41:56] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005993 10.0.0.50 - - [2026-07-06 16:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.50 - - [2026-07-06 16:41:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004056 10.0.0.50 - - [2026-07-06 16:41:57] "GET /virtual-networks?parent_id=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003445 10.0.0.50 - - [2026-07-06 16:41:57] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005922 10.0.0.50 - - [2026-07-06 16:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.50 - - [2026-07-06 16:41:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004526 10.0.0.50 - - [2026-07-06 16:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.50 - - [2026-07-06 16:41:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004551 10.0.0.50 - - [2026-07-06 16:41:58] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.014018 10.0.0.50 - - [2026-07-06 16:41:58] "POST /fqname-to-id HTTP/1.1" 404 217 0.004174 10.0.0.50 - - [2026-07-06 16:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.33 - - [2026-07-06 16:41:58] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001157 10.0.0.50 - - [2026-07-06 16:41:58] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.049712 10.0.0.50 - - [2026-07-06 16:41:59] "POST /network-policys HTTP/1.1" 200 539 0.029735 10.0.0.50 - - [2026-07-06 16:41:59] "GET /network-policy/6058f27d-d510-4cfc-b998-2d3325dee7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.006854 10.0.0.50 - - [2026-07-06 16:41:59] "POST /neutron/network HTTP/1.1" 200 937 0.066453 10.0.0.50 - - [2026-07-06 16:41:59] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005677 10.0.0.50 - - [2026-07-06 16:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.50 - - [2026-07-06 16:41:59] "GET /network-policy/6058f27d-d510-4cfc-b998-2d3325dee7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004358 10.0.0.50 - - [2026-07-06 16:41:59] "POST /neutron/network HTTP/1.1" 200 940 0.064842 10.0.0.50 - - [2026-07-06 16:41:59] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.007717 10.0.0.50 - - [2026-07-06 16:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.50 - - [2026-07-06 16:41:59] "GET /network-policy/6058f27d-d510-4cfc-b998-2d3325dee7e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004303 10.0.0.242 - - [2026-07-06 16:41:59] "POST /fqname-to-id HTTP/1.1" 404 254 0.030492 10.0.0.50 - - [2026-07-06 16:41:59] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005175 10.0.0.242 - - [2026-07-06 16:41:59] "POST /access-control-lists HTTP/1.1" 200 609 0.041133 10.0.0.50 - - [2026-07-06 16:41:59] "GET /obj-perms HTTP/1.1" 200 4503 0.003701 10.0.0.50 - - [2026-07-06 16:42:00] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.006304 10.0.0.33 - - [2026-07-06 16:42:00] "GET /obj-perms HTTP/1.1" 200 4503 0.003447 10.0.0.50 - - [2026-07-06 16:42:00] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005537 10.0.0.242 - - [2026-07-06 16:42:00] "GET /obj-perms HTTP/1.1" 200 4503 0.004701 10.0.0.50 - - [2026-07-06 16:42:01] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.005786 10.0.0.50 - - [2026-07-06 16:42:01] "GET /obj-perms HTTP/1.1" 200 4503 0.003577 10.0.0.50 - - [2026-07-06 16:42:01] "GET /virtual-network/0331002d-5be2-46da-a1a5-5e7a59b2e066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006858 10.0.0.33 - - [2026-07-06 16:42:01] "GET /obj-perms HTTP/1.1" 200 4503 0.006289 10.0.0.50 - - [2026-07-06 16:42:10] "POST /neutron/port HTTP/1.1" 200 1144 0.023303 10.0.0.50 - - [2026-07-06 16:42:10] "POST /neutron/subnet HTTP/1.1" 200 708 0.009879 10.0.0.50 - - [2026-07-06 16:42:16] "GET /obj-perms HTTP/1.1" 200 4503 0.005039 10.0.0.242 - - [2026-07-06 16:42:36] "GET /obj-perms HTTP/1.1" 200 4493 0.040406 10.0.0.50 - - [2026-07-06 16:42:42] "POST /neutron/port HTTP/1.1" 200 1141 0.018228 10.0.0.50 - - [2026-07-06 16:42:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.50 - - [2026-07-06 16:42:43] "POST /neutron/network HTTP/1.1" 200 937 0.007631 10.0.0.50 - - [2026-07-06 16:43:11] "POST /neutron/network HTTP/1.1" 200 860 0.007265 10.0.0.50 - - [2026-07-06 16:43:11] "POST /neutron/port HTTP/1.1" 200 117 0.001489 10.0.0.242 - - [2026-07-06 16:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.242 - - [2026-07-06 16:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.33 - - [2026-07-06 16:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.33 - - [2026-07-06 16:43:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.33 - - [2026-07-06 16:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2026-07-06 16:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.242 - - [2026-07-06 16:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.242 - - [2026-07-06 16:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2026-07-06 16:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.001102 10.0.0.50 - - [2026-07-06 16:43:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2026-07-06 16:43:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.50 - - [2026-07-06 16:43:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.50 - - [2026-07-06 16:43:43] "POST /neutron/port HTTP/1.1" 200 2133 0.029888 10.0.0.50 - - [2026-07-06 16:43:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.010199 10.0.0.50 - - [2026-07-06 16:43:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023 10.0.0.50 - - [2026-07-06 16:43:43] "POST /neutron/network HTTP/1.1" 200 940 0.007757 10.0.0.50 - - [2026-07-06 16:44:11] "POST /neutron/network HTTP/1.1" 200 950 0.008294 10.0.0.50 - - [2026-07-06 16:44:11] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.50 - - [2026-07-06 16:44:38] "GET /obj-perms HTTP/1.1" 200 4493 0.035932 10.0.0.50 - - [2026-07-06 16:44:43] "POST /neutron/port HTTP/1.1" 200 1141 0.049788 10.0.0.50 - - [2026-07-06 16:44:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.009948 10.0.0.50 - - [2026-07-06 16:45:10] "POST /neutron/port HTTP/1.1" 200 1142 0.018430 10.0.0.50 - - [2026-07-06 16:45:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004105 10.0.0.50 - - [2026-07-06 16:45:11] "POST /neutron/network HTTP/1.1" 200 850 0.010170 10.0.0.33 - - [2026-07-06 16:45:38] "GET /obj-perms HTTP/1.1" 200 4493 0.055497 10.0.0.242 - - [2026-07-06 16:45:38] "GET /obj-perms HTTP/1.1" 200 4503 0.035267 10.0.0.50 - - [2026-07-06 16:45:40] "GET /obj-perms HTTP/1.1" 200 4503 0.004374 10.0.0.50 - - [2026-07-06 16:45:42] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.026136 10.0.0.50 - - [2026-07-06 16:45:42] "POST /neutron/network HTTP/1.1" 200 846 0.038152 10.0.0.50 - - [2026-07-06 16:45:42] "GET /virtual-network/674a3bd8-eb45-454c-a785-3f3313686ba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005421 10.0.0.242 - - [2026-07-06 16:45:42] "POST /ref-update HTTP/1.1" 200 156 0.036673 10.0.0.50 - - [2026-07-06 16:45:42] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.008837 10.0.0.50 - - [2026-07-06 16:45:42] "POST /neutron/network HTTP/1.1" 200 843 0.012320 10.0.0.50 - - [2026-07-06 16:45:42] "GET /virtual-network/74d3d1bd-511e-48c7-ab53-0453da520dbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005958 10.0.0.50 - - [2026-07-06 16:45:42] "DELETE /network-policy/6058f27d-d510-4cfc-b998-2d3325dee7e2 HTTP/1.1" 200 115 0.045007 10.0.0.50 - - [2026-07-06 16:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.50 - - [2026-07-06 16:45:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004119 10.0.0.50 - - [2026-07-06 16:45:42] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.013457 10.0.0.242 - - [2026-07-06 16:45:42] "POST /ref-update HTTP/1.1" 200 156 0.020479 10.0.0.50 - - [2026-07-06 16:45:44] "POST /neutron/port HTTP/1.1" 200 1141 0.020423 10.0.0.50 - - [2026-07-06 16:45:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006544 10.0.0.50 - - [2026-07-06 16:45:45] "POST /neutron/network HTTP/1.1" 200 843 0.006904 10.0.0.50 - - [2026-07-06 16:45:46] "POST /neutron/network HTTP/1.1" 200 850 0.013379 10.0.0.50 - - [2026-07-06 16:45:46] "POST /neutron/network HTTP/1.1" 400 204 0.032141 10.0.0.50 - - [2026-07-06 16:45:46] "POST /neutron/port HTTP/1.1" 200 151 0.241462 10.0.0.50 - - [2026-07-06 16:45:46] "POST /neutron/port HTTP/1.1" 200 1134 0.027685 10.0.0.33 - - [2026-07-06 16:45:48] "POST /useragent-kv HTTP/1.1" 200 115 0.042513 10.0.0.242 - - [2026-07-06 16:45:48] "DELETE /route-target/22cd28cb-100e-4f4a-a1ed-d0790508dca5 HTTP/1.1" 200 115 0.030706 10.0.0.33 - - [2026-07-06 16:45:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004326 10.0.0.50 - - [2026-07-06 16:45:48] "POST /neutron/network HTTP/1.1" 200 151 0.186379 10.0.0.50 - - [2026-07-06 16:45:49] "POST /neutron/network HTTP/1.1" 200 843 0.008105 10.0.0.50 - - [2026-07-06 16:45:51] "POST /neutron/port HTTP/1.1" 200 1131 0.015421 10.0.0.50 - - [2026-07-06 16:45:51] "POST /neutron/port HTTP/1.1" 200 1131 0.013750 10.0.0.50 - - [2026-07-06 16:45:51] "POST /neutron/network HTTP/1.1" 400 204 0.026449 10.0.0.242 - - [2026-07-06 16:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.33 - - [2026-07-06 16:45:53] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001176 10.0.0.50 - - [2026-07-06 16:45:53] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.061512 10.0.0.33 - - [2026-07-06 16:45:53] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001401 10.0.0.50 - - [2026-07-06 16:45:53] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?fields=virtual_networks HTTP/1.1" 200 1068 0.037658 10.0.0.33 - - [2026-07-06 16:45:53] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001183 10.0.0.50 - - [2026-07-06 16:45:53] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.040886 10.0.0.33 - - [2026-07-06 16:45:53] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001074 10.0.0.50 - - [2026-07-06 16:45:53] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?fields=security_groups HTTP/1.1" 200 1312 0.042347 10.0.0.50 - - [2026-07-06 16:45:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.037057 10.0.0.33 - - [2026-07-06 16:45:54] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002768 10.0.0.33 - - [2026-07-06 16:45:54] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.33 - - [2026-07-06 16:45:54] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038783 10.0.0.33 - - [2026-07-06 16:45:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.007083 10.0.0.33 - - [2026-07-06 16:45:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.005996 10.0.0.33 - - [2026-07-06 16:45:55] "POST /security-groups HTTP/1.1" 200 586 0.035098 10.0.0.33 - - [2026-07-06 16:45:55] "POST /projects HTTP/1.1" 200 575 0.244850 10.0.0.242 - - [2026-07-06 16:45:55] "POST /access-control-lists HTTP/1.1" 200 591 0.026371 10.0.0.33 - - [2026-07-06 16:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.314648 10.0.0.50 - - [2026-07-06 16:45:55] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.491764 10.0.0.50 - - [2026-07-06 16:45:56] "GET / HTTP/1.1" 200 35931 0.002077 10.0.0.33 - - [2026-07-06 16:45:56] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001057 10.0.0.50 - - [2026-07-06 16:45:56] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.040916 10.0.0.50 - - [2026-07-06 16:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.50 - - [2026-07-06 16:45:57] "GET /security-group/c4bac208-e22a-455b-8252-c13b9fd9f3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.004511 10.0.0.50 - - [2026-07-06 16:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.33 - - [2026-07-06 16:45:57] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001174 10.0.0.50 - - [2026-07-06 16:45:57] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.047399 10.0.0.50 - - [2026-07-06 16:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.50 - - [2026-07-06 16:45:57] "GET /security-group/c4bac208-e22a-455b-8252-c13b9fd9f3ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.004561 10.0.0.50 - - [2026-07-06 16:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.50 - - [2026-07-06 16:45:57] "PUT /security-group/c4bac208-e22a-455b-8252-c13b9fd9f3ac HTTP/1.1" 200 262 0.018670 10.0.0.242 - - [2026-07-06 16:45:57] "PUT /access-control-list/05f1bdc9-0b25-4576-b1a5-722bc004af5b HTTP/1.1" 200 272 0.021679 10.0.0.33 - - [2026-07-06 16:46:00] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001149 10.0.0.50 - - [2026-07-06 16:46:00] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.039408 10.0.0.33 - - [2026-07-06 16:46:00] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.50 - - [2026-07-06 16:46:00] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?fields=virtual_networks HTTP/1.1" 200 1021 0.042359 10.0.0.33 - - [2026-07-06 16:46:00] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.50 - - [2026-07-06 16:46:00] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.036909 10.0.0.33 - - [2026-07-06 16:46:00] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.50 - - [2026-07-06 16:46:00] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?fields=security_groups HTTP/1.1" 200 1242 0.038844 10.0.0.50 - - [2026-07-06 16:46:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.025332 10.0.0.33 - - [2026-07-06 16:46:01] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003792 10.0.0.33 - - [2026-07-06 16:46:01] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.33 - - [2026-07-06 16:46:01] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007295 10.0.0.33 - - [2026-07-06 16:46:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.003418 10.0.0.33 - - [2026-07-06 16:46:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.007947 10.0.0.33 - - [2026-07-06 16:46:01] "POST /security-groups HTTP/1.1" 200 595 0.035371 10.0.0.33 - - [2026-07-06 16:46:01] "POST /projects HTTP/1.1" 200 593 0.251783 10.0.0.242 - - [2026-07-06 16:46:01] "POST /access-control-lists HTTP/1.1" 200 600 0.029523 10.0.0.33 - - [2026-07-06 16:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.321698 10.0.0.50 - - [2026-07-06 16:46:01] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.471431 10.0.0.50 - - [2026-07-06 16:46:03] "GET / HTTP/1.1" 200 35931 0.001377 10.0.0.50 - - [2026-07-06 16:46:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000659 10.0.0.50 - - [2026-07-06 16:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.047781 10.0.0.33 - - [2026-07-06 16:46:05] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001082 10.0.0.50 - - [2026-07-06 16:46:05] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044864 10.0.0.50 - - [2026-07-06 16:46:05] "POST /neutron/network HTTP/1.1" 200 117 0.028527 10.0.0.242 - - [2026-07-06 16:46:05] "POST /route-targets HTTP/1.1" 200 327 0.021872 10.0.0.50 - - [2026-07-06 16:46:05] "POST /neutron/network HTTP/1.1" 200 844 0.009028 10.0.0.50 - - [2026-07-06 16:46:05] "POST /id-to-fqname HTTP/1.1" 200 231 0.001144 10.0.0.50 - - [2026-07-06 16:46:05] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005317 10.0.0.50 - - [2026-07-06 16:46:05] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007083 10.0.0.50 - - [2026-07-06 16:46:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.008385 10.0.0.50 - - [2026-07-06 16:46:05] "POST /id-to-fqname HTTP/1.1" 200 231 0.001217 10.0.0.33 - - [2026-07-06 16:46:06] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001032 10.0.0.50 - - [2026-07-06 16:46:06] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.094308 10.0.0.50 - - [2026-07-06 16:46:06] "POST /neutron/port HTTP/1.1" 200 117 0.006599 10.0.0.50 - - [2026-07-06 16:46:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.002097 10.0.0.50 - - [2026-07-06 16:46:10] "POST /neutron/network HTTP/1.1" 200 854 0.007818 10.0.0.50 - - [2026-07-06 16:46:10] "POST /neutron/port HTTP/1.1" 200 1066 0.019424 10.0.0.50 - - [2026-07-06 16:46:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021187 10.0.0.50 - - [2026-07-06 16:46:12] "POST /neutron/network HTTP/1.1" 200 844 0.007481 10.0.0.50 - - [2026-07-06 16:46:26] "POST /neutron/port HTTP/1.1" 200 1130 0.025446 10.0.0.50 - - [2026-07-06 16:46:26] "POST /neutron/port HTTP/1.1" 200 1130 0.017566 10.0.0.50 - - [2026-07-06 16:46:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009892 10.0.0.50 - - [2026-07-06 16:46:26] "GET /virtual-machine/477c293e-b031-48e6-aa3f-b5cffde03ebc HTTP/1.1" 401 292 0.000479 10.0.0.50 - - [2026-07-06 16:46:26] "GET /virtual-machine/477c293e-b031-48e6-aa3f-b5cffde03ebc HTTP/1.1" 200 1296 0.034331 10.0.0.50 - - [2026-07-06 16:46:26] "GET /virtual-machine-interface/bf640534-8fe4-4f30-a176-f5ccc6293178 HTTP/1.1" 200 2983 0.005655 10.0.0.50 - - [2026-07-06 16:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.50 - - [2026-07-06 16:46:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004427 10.0.0.50 - - [2026-07-06 16:46:26] "GET /virtual-networks?parent_id=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003700 10.0.0.50 - - [2026-07-06 16:46:26] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005957 10.0.0.50 - - [2026-07-06 16:46:28] "POST /neutron/port HTTP/1.1" 200 1130 0.040405 10.0.0.50 - - [2026-07-06 16:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.50 - - [2026-07-06 16:46:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003810 10.0.0.50 - - [2026-07-06 16:46:30] "GET /virtual-networks?parent_id=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004250 10.0.0.50 - - [2026-07-06 16:46:30] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006280 10.0.0.50 - - [2026-07-06 16:46:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008619 10.0.0.50 - - [2026-07-06 16:46:30] "POST /neutron/port HTTP/1.1" 200 1066 0.037112 10.0.0.50 - - [2026-07-06 16:46:31] "POST /neutron/port HTTP/1.1" 200 1130 0.019928 10.0.0.50 - - [2026-07-06 16:46:32] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.50 - - [2026-07-06 16:46:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.016733 10.0.0.33 - - [2026-07-06 16:46:44] "DELETE /project/685797f15388467a92f7678daa743f0b HTTP/1.1" 404 173 0.015920 10.0.0.33 - - [2026-07-06 16:46:44] "DELETE /project/4151d598bfa74eec9f29c38a5ab10c94 HTTP/1.1" 404 173 0.018125 10.0.0.33 - - [2026-07-06 16:46:44] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.006127 10.0.0.33 - - [2026-07-06 16:46:44] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.006493 10.0.0.33 - - [2026-07-06 16:46:44] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.093808 10.0.0.33 - - [2026-07-06 16:46:44] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.103672 10.0.0.33 - - [2026-07-06 16:46:44] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001461 10.0.0.33 - - [2026-07-06 16:46:44] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001435 10.0.0.33 - - [2026-07-06 16:46:44] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?fields=security_groups HTTP/1.1" 200 1138 0.097350 10.0.0.33 - - [2026-07-06 16:46:44] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?fields=security_groups HTTP/1.1" 200 1347 0.116038 10.0.0.33 - - [2026-07-06 16:46:44] "GET /projects?obj_uuids=8ef060b4-63a6-49e9-a485-3e314bc81c2d&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001279 10.0.0.33 - - [2026-07-06 16:46:44] "GET /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d?fields=application_policy_sets HTTP/1.1" 200 1456 0.088086 10.0.0.242 - - [2026-07-06 16:46:44] "DELETE /access-control-list/efb29c2b-bf44-4d9a-86a6-fe91c5f19acb HTTP/1.1" 200 115 0.094532 10.0.0.33 - - [2026-07-06 16:46:44] "DELETE /security-group/4475ac00-3c46-4df9-9c60-63ef79db201a HTTP/1.1" 200 115 0.118471 10.0.0.33 - - [2026-07-06 16:46:44] "GET /projects?obj_uuids=4151d598-bfa7-4eec-9f29-c38a5ab10c94&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001037 10.0.0.33 - - [2026-07-06 16:46:44] "GET /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94?fields=application_policy_sets HTTP/1.1" 200 1386 0.139141 10.0.0.33 - - [2026-07-06 16:46:44] "DELETE /project/8ef060b4-63a6-49e9-a485-3e314bc81c2d HTTP/1.1" 200 115 0.571398 10.0.0.33 - - [2026-07-06 16:46:45] "DELETE /project/4151d598-bfa7-4eec-9f29-c38a5ab10c94 HTTP/1.1" 200 115 0.769829 10.0.0.50 - - [2026-07-06 16:46:45] "POST /neutron/port HTTP/1.1" 200 1130 0.022749 10.0.0.50 - - [2026-07-06 16:46:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008325 10.0.0.50 - - [2026-07-06 16:47:01] "POST /neutron/port HTTP/1.1" 200 1130 0.022724 10.0.0.50 - - [2026-07-06 16:47:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008649 10.0.0.50 - - [2026-07-06 16:47:13] "POST /neutron/port HTTP/1.1" 200 1130 0.020469 10.0.0.50 - - [2026-07-06 16:47:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003707 10.0.0.50 - - [2026-07-06 16:47:14] "POST /neutron/network HTTP/1.1" 200 844 0.006956 10.0.0.50 - - [2026-07-06 16:47:16] "POST /neutron/port HTTP/1.1" 200 1130 0.025568 10.0.0.50 - - [2026-07-06 16:47:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009937 10.0.0.50 - - [2026-07-06 16:47:16] "GET /virtual-machine/207609fb-ec13-4f47-a482-9d56ecfc17db HTTP/1.1" 200 1296 0.009120 10.0.0.50 - - [2026-07-06 16:47:16] "GET /virtual-machine-interface/c6ae0520-a62a-4b96-b701-fca8e1a8d95b HTTP/1.1" 200 2983 0.007381 10.0.0.50 - - [2026-07-06 16:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.50 - - [2026-07-06 16:47:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003913 10.0.0.50 - - [2026-07-06 16:47:16] "GET /virtual-networks?parent_id=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003576 10.0.0.50 - - [2026-07-06 16:47:16] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006084 10.0.0.50 - - [2026-07-06 16:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.50 - - [2026-07-06 16:47:19] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006878 10.0.0.50 - - [2026-07-06 16:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.50 - - [2026-07-06 16:47:23] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006931 10.0.0.50 - - [2026-07-06 16:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.50 - - [2026-07-06 16:47:28] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006810 10.0.0.50 - - [2026-07-06 16:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.50 - - [2026-07-06 16:47:32] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005602 10.0.0.50 - - [2026-07-06 16:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.50 - - [2026-07-06 16:47:36] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005893 10.0.0.50 - - [2026-07-06 16:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.50 - - [2026-07-06 16:47:40] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007156 10.0.0.50 - - [2026-07-06 16:47:40] "GET /obj-perms HTTP/1.1" 200 4493 0.050364 10.0.0.50 - - [2026-07-06 16:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.50 - - [2026-07-06 16:47:44] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006476 10.0.0.50 - - [2026-07-06 16:47:47] "POST /neutron/network HTTP/1.1" 200 854 0.006946 10.0.0.50 - - [2026-07-06 16:47:47] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.50 - - [2026-07-06 16:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.50 - - [2026-07-06 16:47:48] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006996 10.0.0.50 - - [2026-07-06 16:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.50 - - [2026-07-06 16:47:52] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005795 10.0.0.50 - - [2026-07-06 16:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005852 10.0.0.50 - - [2026-07-06 16:47:56] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005943 10.0.0.50 - - [2026-07-06 16:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.50 - - [2026-07-06 16:47:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003442 10.0.0.50 - - [2026-07-06 16:47:58] "GET /virtual-networks?parent_id=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003073 10.0.0.50 - - [2026-07-06 16:47:58] "GET /virtual-network/31ecd52b-e887-45a8-ab95-e6cd56e1a4d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005482 10.0.0.50 - - [2026-07-06 16:47:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009785 10.0.0.50 - - [2026-07-06 16:48:09] "POST /neutron/port HTTP/1.1" 200 1130 0.029016 10.0.0.50 - - [2026-07-06 16:48:14] "POST /neutron/port HTTP/1.1" 200 1130 0.020562 10.0.0.50 - - [2026-07-06 16:48:15] "POST /neutron/network HTTP/1.1" 200 854 0.007393 10.0.0.50 - - [2026-07-06 16:48:15] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.50 - - [2026-07-06 16:48:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006950 10.0.0.242 - - [2026-07-06 16:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.242 - - [2026-07-06 16:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.33 - - [2026-07-06 16:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.33 - - [2026-07-06 16:48:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.33 - - [2026-07-06 16:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.33 - - [2026-07-06 16:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.242 - - [2026-07-06 16:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-07-06 16:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.50 - - [2026-07-06 16:48:24] "POST /neutron/port HTTP/1.1" 200 1130 0.018523 10.0.0.242 - - [2026-07-06 16:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.50 - - [2026-07-06 16:48:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2026-07-06 16:48:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.50 - - [2026-07-06 16:48:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.50 - - [2026-07-06 16:48:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007825 10.0.0.50 - - [2026-07-06 16:48:40] "POST /neutron/port HTTP/1.1" 200 1130 0.019595 10.0.0.50 - - [2026-07-06 16:48:45] "POST /fqname-to-id HTTP/1.1" 404 240 0.004230 10.0.0.50 - - [2026-07-06 16:48:45] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.049845 10.0.0.50 - - [2026-07-06 16:48:46] "GET /bgp-as-a-service/50fc7468-2a25-4089-8468-6ba9e2f85761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.006586 10.0.0.50 - - [2026-07-06 16:48:46] "GET /virtual-machine-interface/c6ae0520-a62a-4b96-b701-fca8e1a8d95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005620 10.0.0.50 - - [2026-07-06 16:48:46] "POST /ref-update HTTP/1.1" 200 156 0.014241 10.0.0.50 - - [2026-07-06 16:48:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.010743 10.0.0.242 - - [2026-07-06 16:48:46] "POST /bgp-routers HTTP/1.1" 200 603 0.072007 10.0.0.50 - - [2026-07-06 16:48:46] "POST /neutron/port HTTP/1.1" 200 1130 0.049261 10.0.0.242 - - [2026-07-06 16:48:46] "POST /ref-update HTTP/1.1" 200 156 0.018387 10.0.0.50 - - [2026-07-06 16:48:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003870 10.0.0.50 - - [2026-07-06 16:48:47] "POST /neutron/network HTTP/1.1" 200 844 0.008682 10.0.0.50 - - [2026-07-06 16:49:06] "GET /bgp-as-a-service/50fc7468-2a25-4089-8468-6ba9e2f85761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007650 10.0.0.50 - - [2026-07-06 16:49:06] "GET /virtual-machine-interface/c6ae0520-a62a-4b96-b701-fca8e1a8d95b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007701 10.0.0.50 - - [2026-07-06 16:49:06] "POST /ref-update HTTP/1.1" 200 156 0.014920 10.0.0.242 - - [2026-07-06 16:49:06] "POST /ref-update HTTP/1.1" 200 156 0.028326 10.0.0.50 - - [2026-07-06 16:49:06] "DELETE /bgp-as-a-service/50fc7468-2a25-4089-8468-6ba9e2f85761 HTTP/1.1" 200 115 0.048256 10.0.0.50 - - [2026-07-06 16:49:08] "POST /neutron/port HTTP/1.1" 200 1130 0.023013 10.0.0.50 - - [2026-07-06 16:49:08] "POST /neutron/network HTTP/1.1" 200 844 0.015809 10.0.0.50 - - [2026-07-06 16:49:09] "POST /neutron/port HTTP/1.1" 200 151 0.237716 10.0.0.33 - - [2026-07-06 16:49:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004005 10.0.0.33 - - [2026-07-06 16:49:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002933 10.0.0.50 - - [2026-07-06 16:49:11] "POST /neutron/network HTTP/1.1" 200 151 0.196469 10.0.0.242 - - [2026-07-06 16:49:11] "DELETE /route-target/0838f238-b244-4195-9da9-8a09fad52703 HTTP/1.1" 200 115 0.031033 10.0.0.33 - - [2026-07-06 16:49:12] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001423 10.0.0.50 - - [2026-07-06 16:49:12] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044550 10.0.0.33 - - [2026-07-06 16:49:12] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001985 10.0.0.50 - - [2026-07-06 16:49:12] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?fields=virtual_networks HTTP/1.1" 200 1039 0.046828 10.0.0.33 - - [2026-07-06 16:49:12] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001385 10.0.0.50 - - [2026-07-06 16:49:12] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.043779 10.0.0.33 - - [2026-07-06 16:49:12] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.50 - - [2026-07-06 16:49:12] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?fields=security_groups HTTP/1.1" 200 1269 0.044668 10.0.0.50 - - [2026-07-06 16:49:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.033378 10.0.0.33 - - [2026-07-06 16:49:13] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003441 10.0.0.33 - - [2026-07-06 16:49:13] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.33 - - [2026-07-06 16:49:13] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008043 10.0.0.33 - - [2026-07-06 16:49:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.002424 10.0.0.33 - - [2026-07-06 16:49:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.004202 10.0.0.33 - - [2026-07-06 16:49:14] "POST /security-groups HTTP/1.1" 200 592 0.034089 10.0.0.33 - - [2026-07-06 16:49:14] "POST /projects HTTP/1.1" 200 587 0.248872 10.0.0.242 - - [2026-07-06 16:49:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.011129 10.0.0.33 - - [2026-07-06 16:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.326441 10.0.0.50 - - [2026-07-06 16:49:14] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.454845 10.0.0.50 - - [2026-07-06 16:49:15] "GET / HTTP/1.1" 200 35931 0.002293 10.0.0.50 - - [2026-07-06 16:49:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2026-07-06 16:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.062883 10.0.0.33 - - [2026-07-06 16:49:17] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.50 - - [2026-07-06 16:49:17] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054384 10.0.0.242 - - [2026-07-06 16:49:17] "POST /ref-update HTTP/1.1" 200 156 0.020823 10.0.0.33 - - [2026-07-06 16:49:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008623 10.0.0.50 - - [2026-07-06 16:49:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.223179 10.0.0.50 - - [2026-07-06 16:49:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001359 10.0.0.50 - - [2026-07-06 16:49:18] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005540 10.0.0.50 - - [2026-07-06 16:49:18] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005623 10.0.0.50 - - [2026-07-06 16:49:18] "POST /neutron/network HTTP/1.1" 200 834 0.007303 10.0.0.50 - - [2026-07-06 16:49:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001263 10.0.0.50 - - [2026-07-06 16:49:18] "POST /neutron/network HTTP/1.1" 200 834 0.036591 10.0.0.50 - - [2026-07-06 16:49:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001530 10.0.0.50 - - [2026-07-06 16:49:18] "POST /neutron/port HTTP/1.1" 200 117 0.006564 10.0.0.33 - - [2026-07-06 16:49:18] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.50 - - [2026-07-06 16:49:18] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041572 10.0.0.50 - - [2026-07-06 16:49:19] "POST /neutron/port HTTP/1.1" 200 117 0.009192 10.0.0.50 - - [2026-07-06 16:49:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001322 10.0.0.50 - - [2026-07-06 16:49:19] "POST /neutron/network HTTP/1.1" 200 844 0.007174 10.0.0.50 - - [2026-07-06 16:49:19] "POST /neutron/port HTTP/1.1" 200 117 0.006885 10.0.0.33 - - [2026-07-06 16:49:22] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.50 - - [2026-07-06 16:49:23] "POST /neutron/port HTTP/1.1" 200 1062 0.275391 10.0.0.50 - - [2026-07-06 16:49:23] "POST /neutron/port HTTP/1.1" 200 1116 0.102880 10.0.0.50 - - [2026-07-06 16:49:23] "POST /neutron/port HTTP/1.1" 200 1062 0.016163 10.0.0.50 - - [2026-07-06 16:49:24] "POST /neutron/port HTTP/1.1" 200 1126 0.020183 10.0.0.50 - - [2026-07-06 16:49:24] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.50 - - [2026-07-06 16:49:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007941 10.0.0.50 - - [2026-07-06 16:49:24] "POST /neutron/subnet HTTP/1.1" 200 704 0.009183 10.0.0.50 - - [2026-07-06 16:49:25] "POST /neutron/network HTTP/1.1" 200 844 0.009626 10.0.0.50 - - [2026-07-06 16:49:25] "POST /neutron/port HTTP/1.1" 200 1062 0.034417 10.0.0.50 - - [2026-07-06 16:49:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004123 10.0.0.50 - - [2026-07-06 16:49:27] "POST /neutron/network HTTP/1.1" 200 834 0.017943 10.0.0.50 - - [2026-07-06 16:49:34] "POST /neutron/port HTTP/1.1" 200 1126 0.018781 10.0.0.50 - - [2026-07-06 16:49:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008877 10.0.0.242 - - [2026-07-06 16:49:42] "GET /obj-perms HTTP/1.1" 200 4493 0.040971 10.0.0.33 - - [2026-07-06 16:49:45] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.013442 10.0.0.33 - - [2026-07-06 16:49:45] "DELETE /project/8bb202fe5ea940e998ff43f2bafaa456 HTTP/1.1" 404 173 0.025117 10.0.0.33 - - [2026-07-06 16:49:45] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.080292 10.0.0.33 - - [2026-07-06 16:49:45] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004065 10.0.0.33 - - [2026-07-06 16:49:45] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?fields=security_groups HTTP/1.1" 200 1109 0.101636 10.0.0.33 - - [2026-07-06 16:49:45] "GET /projects?obj_uuids=685797f1-5388-467a-92f7-678daa743f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002921 10.0.0.33 - - [2026-07-06 16:49:45] "GET /project/685797f1-5388-467a-92f7-678daa743f0b?fields=application_policy_sets HTTP/1.1" 200 1109 0.088800 10.0.0.33 - - [2026-07-06 16:49:45] "DELETE /project/685797f1-5388-467a-92f7-678daa743f0b HTTP/1.1" 404 171 0.381236 10.0.0.50 - - [2026-07-06 16:49:50] "POST /neutron/port HTTP/1.1" 200 1126 0.019037 10.0.0.50 - - [2026-07-06 16:49:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007866 10.0.0.50 - - [2026-07-06 16:50:05] "POST /neutron/port HTTP/1.1" 200 1126 0.019256 10.0.0.50 - - [2026-07-06 16:50:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007905 10.0.0.50 - - [2026-07-06 16:50:05] "GET /virtual-machine/1dc56a2e-50be-4870-886b-3c27079df63f HTTP/1.1" 401 292 0.000586 10.0.0.50 - - [2026-07-06 16:50:06] "GET /virtual-machine/1dc56a2e-50be-4870-886b-3c27079df63f HTTP/1.1" 200 1292 0.028141 10.0.0.50 - - [2026-07-06 16:50:06] "GET /virtual-machine-interface/569ebbe9-6835-4f1e-95eb-e68b0a7414a9 HTTP/1.1" 200 2958 0.006089 10.0.0.50 - - [2026-07-06 16:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.50 - - [2026-07-06 16:50:06] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004500 10.0.0.50 - - [2026-07-06 16:50:06] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003976 10.0.0.50 - - [2026-07-06 16:50:06] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005579 10.0.0.50 - - [2026-07-06 16:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.50 - - [2026-07-06 16:50:09] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005523 10.0.0.50 - - [2026-07-06 16:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.50 - - [2026-07-06 16:50:13] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005765 10.0.0.50 - - [2026-07-06 16:50:15] "POST /neutron/port HTTP/1.1" 200 1126 0.040491 10.0.0.50 - - [2026-07-06 16:50:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004052 10.0.0.50 - - [2026-07-06 16:50:16] "POST /neutron/network HTTP/1.1" 200 834 0.007864 10.0.0.50 - - [2026-07-06 16:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.50 - - [2026-07-06 16:50:17] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006020 10.0.0.50 - - [2026-07-06 16:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.50 - - [2026-07-06 16:50:21] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006857 10.0.0.50 - - [2026-07-06 16:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.50 - - [2026-07-06 16:50:25] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005618 10.0.0.50 - - [2026-07-06 16:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.50 - - [2026-07-06 16:50:29] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005195 10.0.0.50 - - [2026-07-06 16:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.50 - - [2026-07-06 16:50:33] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006260 10.0.0.50 - - [2026-07-06 16:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.50 - - [2026-07-06 16:50:37] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005911 10.0.0.50 - - [2026-07-06 16:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.50 - - [2026-07-06 16:50:42] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007309 10.0.0.33 - - [2026-07-06 16:50:42] "GET /obj-perms HTTP/1.1" 200 4493 0.039173 10.0.0.50 - - [2026-07-06 16:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.50 - - [2026-07-06 16:50:46] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007170 10.0.0.50 - - [2026-07-06 16:50:47] "POST /neutron/port HTTP/1.1" 200 1126 0.035640 10.0.0.50 - - [2026-07-06 16:50:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004920 10.0.0.50 - - [2026-07-06 16:50:48] "POST /neutron/network HTTP/1.1" 200 834 0.007323 10.0.0.50 - - [2026-07-06 16:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.50 - - [2026-07-06 16:50:50] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005765 10.0.0.50 - - [2026-07-06 16:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.50 - - [2026-07-06 16:50:54] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006091 10.0.0.50 - - [2026-07-06 16:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.50 - - [2026-07-06 16:50:58] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005439 10.0.0.50 - - [2026-07-06 16:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.50 - - [2026-07-06 16:51:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003937 10.0.0.50 - - [2026-07-06 16:51:00] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003464 10.0.0.50 - - [2026-07-06 16:51:00] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.013384 10.0.0.50 - - [2026-07-06 16:51:05] "POST /neutron/port HTTP/1.1" 200 1126 0.019240 10.0.0.50 - - [2026-07-06 16:51:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008364 10.0.0.50 - - [2026-07-06 16:51:17] "POST /neutron/port HTTP/1.1" 200 1126 0.025067 10.0.0.50 - - [2026-07-06 16:51:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003846 10.0.0.50 - - [2026-07-06 16:51:18] "POST /neutron/network HTTP/1.1" 200 834 0.008577 10.0.0.50 - - [2026-07-06 16:51:26] "POST /neutron/port HTTP/1.1" 200 1126 0.019107 10.0.0.50 - - [2026-07-06 16:51:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007352 10.0.0.50 - - [2026-07-06 16:51:31] "POST /neutron/port HTTP/1.1" 200 1126 0.017563 10.0.0.50 - - [2026-07-06 16:51:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008999 10.0.0.50 - - [2026-07-06 16:51:47] "POST /neutron/port HTTP/1.1" 200 1126 0.020995 10.0.0.50 - - [2026-07-06 16:51:49] "POST /neutron/port HTTP/1.1" 200 1126 0.018641 10.0.0.50 - - [2026-07-06 16:51:50] "POST /neutron/subnet HTTP/1.1" 200 704 0.009202 10.0.0.50 - - [2026-07-06 16:51:52] "POST /neutron/port HTTP/1.1" 200 1126 0.018775 10.0.0.50 - - [2026-07-06 16:51:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007107 10.0.0.50 - - [2026-07-06 16:51:52] "GET /virtual-machine/98fbeb1a-2486-4e60-bf99-c431c83e8f65 HTTP/1.1" 200 1294 0.007159 10.0.0.50 - - [2026-07-06 16:51:52] "GET /virtual-machine-interface/69aad369-74cd-4049-a09e-fc3e60d87f7e HTTP/1.1" 200 2958 0.006003 10.0.0.50 - - [2026-07-06 16:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.50 - - [2026-07-06 16:51:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004066 10.0.0.50 - - [2026-07-06 16:51:52] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004115 10.0.0.50 - - [2026-07-06 16:51:52] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006075 10.0.0.50 - - [2026-07-06 16:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.50 - - [2026-07-06 16:51:53] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004157 10.0.0.50 - - [2026-07-06 16:51:53] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003147 10.0.0.50 - - [2026-07-06 16:51:53] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005745 10.0.0.50 - - [2026-07-06 16:51:53] "POST /neutron/port HTTP/1.1" 200 1126 0.019637 10.0.0.50 - - [2026-07-06 16:51:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007969 10.0.0.50 - - [2026-07-06 16:51:54] "GET /virtual-machine/abbe881c-dac0-418a-b913-3a4cd1dcfebc HTTP/1.1" 200 1294 0.006567 10.0.0.50 - - [2026-07-06 16:51:54] "GET /virtual-machine-interface/87965a62-a941-406b-aeac-0c959cab354f HTTP/1.1" 200 2958 0.007271 10.0.0.50 - - [2026-07-06 16:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.50 - - [2026-07-06 16:51:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004813 10.0.0.50 - - [2026-07-06 16:51:54] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004328 10.0.0.50 - - [2026-07-06 16:51:54] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006933 10.0.0.50 - - [2026-07-06 16:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.50 - - [2026-07-06 16:51:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004519 10.0.0.50 - - [2026-07-06 16:51:55] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003575 10.0.0.50 - - [2026-07-06 16:51:55] "GET /virtual-network/1043827d-04f8-41c4-a07e-a7f7a6b2cfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005985 10.0.0.50 - - [2026-07-06 16:51:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003386 10.0.0.50 - - [2026-07-06 16:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006086 10.0.0.50 - - [2026-07-06 16:51:55] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009727 10.0.0.50 - - [2026-07-06 16:51:55] "POST /control-node-zones HTTP/1.1" 200 569 0.028091 10.0.0.50 - - [2026-07-06 16:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.50 - - [2026-07-06 16:51:55] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005129 10.0.0.50 - - [2026-07-06 16:51:55] "GET /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005931 10.0.0.50 - - [2026-07-06 16:51:55] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.023259 10.0.0.50 - - [2026-07-06 16:51:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003424 10.0.0.50 - - [2026-07-06 16:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.50 - - [2026-07-06 16:51:55] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006309 10.0.0.50 - - [2026-07-06 16:51:55] "POST /control-node-zones HTTP/1.1" 200 569 0.026388 10.0.0.50 - - [2026-07-06 16:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.50 - - [2026-07-06 16:51:56] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005131 10.0.0.50 - - [2026-07-06 16:51:56] "GET /control-node-zone/d367d64a-7e17-4419-b36b-a5ec5cbb3194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006626 10.0.0.50 - - [2026-07-06 16:51:56] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.023848 10.0.0.50 - - [2026-07-06 16:51:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.003504 10.0.0.50 - - [2026-07-06 16:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.50 - - [2026-07-06 16:51:56] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006813 10.0.0.50 - - [2026-07-06 16:51:56] "POST /control-node-zones HTTP/1.1" 200 569 0.028271 10.0.0.50 - - [2026-07-06 16:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.50 - - [2026-07-06 16:51:56] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005831 10.0.0.50 - - [2026-07-06 16:51:56] "GET /control-node-zone/afb2c848-546b-4f77-97ab-67cff99acc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006429 10.0.0.50 - - [2026-07-06 16:51:56] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.021419 10.0.0.50 - - [2026-07-06 16:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.50 - - [2026-07-06 16:51:56] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007137 10.0.0.50 - - [2026-07-06 16:51:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.003318 10.0.0.50 - - [2026-07-06 16:51:56] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.039895 10.0.0.50 - - [2026-07-06 16:51:57] "POST /neutron/network HTTP/1.1" 200 834 0.008347 10.0.0.50 - - [2026-07-06 16:51:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.009048 10.0.0.50 - - [2026-07-06 16:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.50 - - [2026-07-06 16:51:57] "GET /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.005713 10.0.0.50 - - [2026-07-06 16:51:57] "GET /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004711 10.0.0.50 - - [2026-07-06 16:51:57] "POST /ref-update HTTP/1.1" 200 156 0.018091 10.0.0.50 - - [2026-07-06 16:52:05] "GET /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006767 10.0.0.50 - - [2026-07-06 16:52:05] "GET /virtual-machine-interface/569ebbe9-6835-4f1e-95eb-e68b0a7414a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006319 10.0.0.50 - - [2026-07-06 16:52:05] "POST /ref-update HTTP/1.1" 200 156 0.013765 10.0.0.242 - - [2026-07-06 16:52:05] "POST /bgp-routers HTTP/1.1" 200 594 0.033636 10.0.0.242 - - [2026-07-06 16:52:06] "POST /ref-update HTTP/1.1" 200 156 0.020756 10.0.0.50 - - [2026-07-06 16:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.50 - - [2026-07-06 16:52:06] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007157 10.0.0.50 - - [2026-07-06 16:52:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.003497 10.0.0.50 - - [2026-07-06 16:52:06] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032619 10.0.0.50 - - [2026-07-06 16:52:06] "POST /neutron/network HTTP/1.1" 200 834 0.007369 10.0.0.50 - - [2026-07-06 16:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.50 - - [2026-07-06 16:52:06] "GET /bgp-as-a-service/40130043-f6dc-4c43-a8f6-34038795e0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005959 10.0.0.50 - - [2026-07-06 16:52:06] "GET /control-node-zone/d367d64a-7e17-4419-b36b-a5ec5cbb3194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003710 10.0.0.50 - - [2026-07-06 16:52:06] "POST /ref-update HTTP/1.1" 200 156 0.015272 10.0.0.50 - - [2026-07-06 16:52:11] "GET /bgp-as-a-service/40130043-f6dc-4c43-a8f6-34038795e0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006746 10.0.0.50 - - [2026-07-06 16:52:11] "GET /virtual-machine-interface/69aad369-74cd-4049-a09e-fc3e60d87f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006373 10.0.0.50 - - [2026-07-06 16:52:11] "POST /ref-update HTTP/1.1" 200 156 0.013343 10.0.0.242 - - [2026-07-06 16:52:11] "POST /ref-update HTTP/1.1" 200 156 0.043836 10.0.0.50 - - [2026-07-06 16:52:18] "POST /neutron/port HTTP/1.1" 200 1126 0.041433 10.0.0.50 - - [2026-07-06 16:52:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.009559 10.0.0.50 - - [2026-07-06 16:52:22] "GET /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004309 10.0.0.50 - - [2026-07-06 16:52:22] "POST /ref-update HTTP/1.1" 200 156 0.018897 10.0.0.50 - - [2026-07-06 16:52:22] "GET /control-node-zone/d367d64a-7e17-4419-b36b-a5ec5cbb3194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004277 10.0.0.50 - - [2026-07-06 16:52:22] "POST /ref-update HTTP/1.1" 200 156 0.020265 10.0.0.50 - - [2026-07-06 16:52:22] "GET /control-node-zone/afb2c848-546b-4f77-97ab-67cff99acc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004973 10.0.0.50 - - [2026-07-06 16:52:22] "POST /ref-update HTTP/1.1" 200 156 0.019493 10.0.0.50 - - [2026-07-06 16:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.50 - - [2026-07-06 16:52:22] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006016 10.0.0.50 - - [2026-07-06 16:52:22] "GET /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004095 10.0.0.50 - - [2026-07-06 16:52:22] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.022129 10.0.0.50 - - [2026-07-06 16:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.50 - - [2026-07-06 16:52:22] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006935 10.0.0.50 - - [2026-07-06 16:52:22] "GET /control-node-zone/d367d64a-7e17-4419-b36b-a5ec5cbb3194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004129 10.0.0.50 - - [2026-07-06 16:52:22] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.022050 10.0.0.50 - - [2026-07-06 16:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.50 - - [2026-07-06 16:52:23] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005349 10.0.0.50 - - [2026-07-06 16:52:23] "GET /control-node-zone/afb2c848-546b-4f77-97ab-67cff99acc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004468 10.0.0.50 - - [2026-07-06 16:52:23] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.019857 10.0.0.50 - - [2026-07-06 16:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.50 - - [2026-07-06 16:52:39] "GET /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006556 10.0.0.50 - - [2026-07-06 16:52:39] "GET /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003981 10.0.0.50 - - [2026-07-06 16:52:39] "POST /ref-update HTTP/1.1" 200 156 0.016987 10.0.0.50 - - [2026-07-06 16:52:39] "GET /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004643 10.0.0.50 - - [2026-07-06 16:52:39] "POST /ref-update HTTP/1.1" 200 156 0.019002 10.0.0.50 - - [2026-07-06 16:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.50 - - [2026-07-06 16:52:39] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006426 10.0.0.50 - - [2026-07-06 16:52:39] "POST /neutron/network HTTP/1.1" 200 834 0.007637 10.0.0.50 - - [2026-07-06 16:52:39] "POST /neutron/subnet HTTP/1.1" 200 730 0.009564 10.0.0.50 - - [2026-07-06 16:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.50 - - [2026-07-06 16:52:39] "GET /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005574 10.0.0.50 - - [2026-07-06 16:52:39] "GET /control-node-zone/afb2c848-546b-4f77-97ab-67cff99acc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003533 10.0.0.50 - - [2026-07-06 16:52:39] "POST /ref-update HTTP/1.1" 200 156 0.015990 10.0.0.50 - - [2026-07-06 16:52:40] "GET /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006448 10.0.0.50 - - [2026-07-06 16:52:40] "GET /virtual-machine-interface/569ebbe9-6835-4f1e-95eb-e68b0a7414a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008275 10.0.0.50 - - [2026-07-06 16:52:43] "GET /obj-perms HTTP/1.1" 200 4493 0.039006 10.0.0.50 - - [2026-07-06 16:52:50] "POST /neutron/network HTTP/1.1" 200 844 0.008386 10.0.0.50 - - [2026-07-06 16:52:50] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.50 - - [2026-07-06 16:52:51] "GET /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.004163 10.0.0.50 - - [2026-07-06 16:52:51] "GET /virtual-machine-interface/569ebbe9-6835-4f1e-95eb-e68b0a7414a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.005382 10.0.0.50 - - [2026-07-06 16:52:51] "POST /ref-update HTTP/1.1" 200 156 0.012881 10.0.0.242 - - [2026-07-06 16:52:51] "POST /ref-update HTTP/1.1" 200 156 0.013948 10.0.0.50 - - [2026-07-06 16:52:51] "GET /bgp-as-a-service/40130043-f6dc-4c43-a8f6-34038795e0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.006342 10.0.0.50 - - [2026-07-06 16:52:51] "GET /virtual-machine-interface/69aad369-74cd-4049-a09e-fc3e60d87f7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007607 10.0.0.50 - - [2026-07-06 16:52:51] "POST /ref-update HTTP/1.1" 200 156 0.020239 10.0.0.242 - - [2026-07-06 16:52:51] "POST /ref-update HTTP/1.1" 200 156 0.015584 10.0.0.50 - - [2026-07-06 16:52:51] "DELETE /bgp-as-a-service/40130043-f6dc-4c43-a8f6-34038795e0df HTTP/1.1" 200 115 0.062097 10.0.0.50 - - [2026-07-06 16:52:51] "GET /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.021365 10.0.0.50 - - [2026-07-06 16:52:51] "GET /virtual-machine-interface/569ebbe9-6835-4f1e-95eb-e68b0a7414a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.015292 10.0.0.50 - - [2026-07-06 16:52:51] "DELETE /bgp-as-a-service/1b979215-f069-4124-8844-ec1ca228d341 HTTP/1.1" 200 115 0.067766 10.0.0.50 - - [2026-07-06 16:52:51] "GET /control-node-zone/afb2c848-546b-4f77-97ab-67cff99acc8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005541 10.0.0.50 - - [2026-07-06 16:52:51] "POST /ref-update HTTP/1.1" 200 156 0.019923 10.0.0.50 - - [2026-07-06 16:52:51] "DELETE /control-node-zone/afb2c848-546b-4f77-97ab-67cff99acc8a HTTP/1.1" 200 115 0.027985 10.0.0.50 - - [2026-07-06 16:52:51] "GET /control-node-zone/d367d64a-7e17-4419-b36b-a5ec5cbb3194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004708 10.0.0.50 - - [2026-07-06 16:52:51] "POST /ref-update HTTP/1.1" 200 156 0.019989 10.0.0.50 - - [2026-07-06 16:52:51] "DELETE /control-node-zone/d367d64a-7e17-4419-b36b-a5ec5cbb3194 HTTP/1.1" 200 115 0.028530 10.0.0.50 - - [2026-07-06 16:52:51] "GET /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007411 10.0.0.50 - - [2026-07-06 16:52:51] "DELETE /control-node-zone/1d9041bf-d0e9-4eec-9693-56eb6cf1b41f HTTP/1.1" 200 115 0.028213 10.0.0.50 - - [2026-07-06 16:52:52] "POST /neutron/network HTTP/1.1" 400 204 0.014584 10.0.0.50 - - [2026-07-06 16:52:53] "POST /neutron/port HTTP/1.1" 200 1116 0.013855 10.0.0.50 - - [2026-07-06 16:52:54] "POST /neutron/network HTTP/1.1" 200 834 0.009063 10.0.0.50 - - [2026-07-06 16:52:54] "POST /neutron/port HTTP/1.1" 200 151 0.308666 10.0.0.50 - - [2026-07-06 16:52:56] "POST /neutron/network HTTP/1.1" 200 834 0.007672 10.0.0.242 - - [2026-07-06 16:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.50 - - [2026-07-06 16:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.33 - - [2026-07-06 16:52:58] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.023114 10.0.0.50 - - [2026-07-06 16:52:58] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072165 10.0.0.33 - - [2026-07-06 16:52:59] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002198 10.0.0.50 - - [2026-07-06 16:52:59] "POST /neutron/network HTTP/1.1" 200 614 0.120067 10.0.0.50 - - [2026-07-06 16:52:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.003734 10.0.0.50 - - [2026-07-06 16:52:59] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005603 10.0.0.50 - - [2026-07-06 16:52:59] "POST /neutron/network HTTP/1.1" 200 833 0.006816 10.0.0.50 - - [2026-07-06 16:52:59] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006391 10.0.0.50 - - [2026-07-06 16:52:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.001797 10.0.0.50 - - [2026-07-06 16:52:59] "POST /neutron/network HTTP/1.1" 200 843 0.008487 10.0.0.242 - - [2026-07-06 16:52:59] "POST /ref-update HTTP/1.1" 200 156 0.032759 10.0.0.50 - - [2026-07-06 16:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.005855 10.0.0.50 - - [2026-07-06 16:52:59] "POST /id-to-fqname HTTP/1.1" 200 225 0.001683 10.0.0.33 - - [2026-07-06 16:53:00] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.50 - - [2026-07-06 16:53:00] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067180 10.0.0.50 - - [2026-07-06 16:53:00] "POST /neutron/network HTTP/1.1" 200 833 0.008067 10.0.0.50 - - [2026-07-06 16:53:00] "POST /id-to-fqname HTTP/1.1" 200 225 0.001307 10.0.0.50 - - [2026-07-06 16:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.008958 10.0.0.50 - - [2026-07-06 16:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.009342 10.0.0.50 - - [2026-07-06 16:53:04] "POST /neutron/network HTTP/1.1" 200 843 0.006918 10.0.0.50 - - [2026-07-06 16:53:04] "POST /neutron/port HTTP/1.1" 200 1061 0.019829 10.0.0.33 - - [2026-07-06 16:53:04] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002980 10.0.0.50 - - [2026-07-06 16:53:04] "POST /neutron/port HTTP/1.1" 200 1061 0.283107 10.0.0.50 - - [2026-07-06 16:53:05] "POST /neutron/port HTTP/1.1" 200 1115 0.100440 10.0.0.50 - - [2026-07-06 16:53:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.008461 10.0.0.50 - - [2026-07-06 16:53:05] "POST /neutron/port HTTP/1.1" 200 1125 0.020452 10.0.0.50 - - [2026-07-06 16:53:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004452 10.0.0.50 - - [2026-07-06 16:53:06] "POST /neutron/network HTTP/1.1" 200 833 0.006878 10.0.0.50 - - [2026-07-06 16:53:06] "POST /neutron/port HTTP/1.1" 200 1061 0.018906 10.0.0.50 - - [2026-07-06 16:53:07] "POST /neutron/port HTTP/1.1" 200 1125 0.022853 10.0.0.50 - - [2026-07-06 16:53:08] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.50 - - [2026-07-06 16:53:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007959 10.0.0.50 - - [2026-07-06 16:53:11] "POST /neutron/port HTTP/1.1" 200 1125 0.016422 10.0.0.50 - - [2026-07-06 16:53:11] "GET /virtual-machine/fd7955e6-a9b7-49ef-a3b3-c8535a970fe9 HTTP/1.1" 200 1294 0.006752 10.0.0.50 - - [2026-07-06 16:53:11] "GET /virtual-machine-interface/88aa587a-ad68-4304-a888-0fc2196f7aac HTTP/1.1" 200 2958 0.006075 10.0.0.50 - - [2026-07-06 16:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.50 - - [2026-07-06 16:53:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004270 10.0.0.50 - - [2026-07-06 16:53:11] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003429 10.0.0.50 - - [2026-07-06 16:53:11] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005648 10.0.0.50 - - [2026-07-06 16:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.50 - - [2026-07-06 16:53:14] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005790 10.0.0.50 - - [2026-07-06 16:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.50 - - [2026-07-06 16:53:18] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006067 10.0.0.50 - - [2026-07-06 16:53:19] "POST /neutron/port HTTP/1.1" 200 1125 0.016939 10.0.0.50 - - [2026-07-06 16:53:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.008742 10.0.0.50 - - [2026-07-06 16:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.50 - - [2026-07-06 16:53:22] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005939 10.0.0.242 - - [2026-07-06 16:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.242 - - [2026-07-06 16:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2026-07-06 16:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2026-07-06 16:53:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.33 - - [2026-07-06 16:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.33 - - [2026-07-06 16:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.242 - - [2026-07-06 16:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.242 - - [2026-07-06 16:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000851 10.0.0.50 - - [2026-07-06 16:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.50 - - [2026-07-06 16:53:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.50 - - [2026-07-06 16:53:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.50 - - [2026-07-06 16:53:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.50 - - [2026-07-06 16:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.50 - - [2026-07-06 16:53:26] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005590 10.0.0.50 - - [2026-07-06 16:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.50 - - [2026-07-06 16:53:30] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006445 10.0.0.50 - - [2026-07-06 16:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.50 - - [2026-07-06 16:53:34] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005679 10.0.0.50 - - [2026-07-06 16:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.50 - - [2026-07-06 16:53:39] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005537 10.0.0.50 - - [2026-07-06 16:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.50 - - [2026-07-06 16:53:43] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009036 10.0.0.50 - - [2026-07-06 16:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.50 - - [2026-07-06 16:53:47] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005261 10.0.0.50 - - [2026-07-06 16:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.50 - - [2026-07-06 16:53:51] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005752 10.0.0.50 - - [2026-07-06 16:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.50 - - [2026-07-06 16:53:55] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005153 10.0.0.50 - - [2026-07-06 16:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.50 - - [2026-07-06 16:53:59] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005443 10.0.0.50 - - [2026-07-06 16:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.50 - - [2026-07-06 16:54:03] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005325 10.0.0.50 - - [2026-07-06 16:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.50 - - [2026-07-06 16:54:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003326 10.0.0.50 - - [2026-07-06 16:54:05] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003080 10.0.0.50 - - [2026-07-06 16:54:05] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007245 10.0.0.50 - - [2026-07-06 16:54:05] "POST /neutron/port HTTP/1.1" 200 1125 0.019826 10.0.0.50 - - [2026-07-06 16:54:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.025408 10.0.0.50 - - [2026-07-06 16:54:15] "POST /neutron/port HTTP/1.1" 200 1125 0.018006 10.0.0.50 - - [2026-07-06 16:54:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009409 10.0.0.50 - - [2026-07-06 16:54:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006522 10.0.0.50 - - [2026-07-06 16:54:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003892 10.0.0.50 - - [2026-07-06 16:54:19] "POST /neutron/network HTTP/1.1" 200 833 0.006887 10.0.0.50 - - [2026-07-06 16:54:26] "POST /neutron/port HTTP/1.1" 200 1125 0.032804 10.0.0.50 - - [2026-07-06 16:54:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006976 10.0.0.50 - - [2026-07-06 16:54:42] "POST /neutron/port HTTP/1.1" 200 1125 0.018606 10.0.0.50 - - [2026-07-06 16:54:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007602 10.0.0.50 - - [2026-07-06 16:54:42] "GET /virtual-machine/0afc3cf5-b1c1-4fa2-9799-abb0872b12ef HTTP/1.1" 200 1292 0.005769 10.0.0.50 - - [2026-07-06 16:54:42] "GET /virtual-machine-interface/5cc7b67c-4603-437b-8d56-e6ae1c2a9ff2 HTTP/1.1" 200 2958 0.006092 10.0.0.50 - - [2026-07-06 16:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017938 10.0.0.50 - - [2026-07-06 16:54:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.50 - - [2026-07-06 16:54:42] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003079 10.0.0.50 - - [2026-07-06 16:54:42] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005859 10.0.0.50 - - [2026-07-06 16:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.50 - - [2026-07-06 16:54:43] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004093 10.0.0.50 - - [2026-07-06 16:54:43] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003801 10.0.0.50 - - [2026-07-06 16:54:43] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005897 10.0.0.50 - - [2026-07-06 16:54:43] "POST /neutron/port HTTP/1.1" 200 1125 0.021054 10.0.0.50 - - [2026-07-06 16:54:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008009 10.0.0.50 - - [2026-07-06 16:54:43] "GET /virtual-machine/20015d88-1e2b-419d-9d64-8d6bc7066d9c HTTP/1.1" 200 1293 0.007229 10.0.0.50 - - [2026-07-06 16:54:43] "GET /virtual-machine-interface/c13a305a-cf09-4c5d-ac0c-87d4f9f576cb HTTP/1.1" 200 2959 0.006604 10.0.0.50 - - [2026-07-06 16:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.50 - - [2026-07-06 16:54:43] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003572 10.0.0.50 - - [2026-07-06 16:54:43] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003144 10.0.0.50 - - [2026-07-06 16:54:43] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005724 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.50 - - [2026-07-06 16:54:45] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004072 10.0.0.50 - - [2026-07-06 16:54:45] "GET /virtual-networks?parent_id=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003256 10.0.0.50 - - [2026-07-06 16:54:45] "GET /virtual-network/ed98a58c-f43d-40cb-aac2-332465938412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005852 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003384 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.50 - - [2026-07-06 16:54:45] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006577 10.0.0.50 - - [2026-07-06 16:54:45] "POST /control-node-zones HTTP/1.1" 200 569 0.033305 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.50 - - [2026-07-06 16:54:45] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004849 10.0.0.242 - - [2026-07-06 16:54:45] "GET /obj-perms HTTP/1.1" 200 4493 0.040580 10.0.0.50 - - [2026-07-06 16:54:45] "GET /control-node-zone/ba4c9135-5aea-4a47-85d2-19b981ae55a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005388 10.0.0.50 - - [2026-07-06 16:54:45] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.018358 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003326 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.50 - - [2026-07-06 16:54:45] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006590 10.0.0.50 - - [2026-07-06 16:54:45] "POST /control-node-zones HTTP/1.1" 200 569 0.030116 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.50 - - [2026-07-06 16:54:45] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005226 10.0.0.50 - - [2026-07-06 16:54:45] "GET /control-node-zone/062b9a05-3cd1-4c13-85e4-365d40692273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.008537 10.0.0.33 - - [2026-07-06 16:54:45] "GET /obj-perms HTTP/1.1" 200 4493 0.062911 10.0.0.50 - - [2026-07-06 16:54:45] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.024637 10.0.0.50 - - [2026-07-06 16:54:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003255 10.0.0.50 - - [2026-07-06 16:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.50 - - [2026-07-06 16:54:46] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006268 10.0.0.50 - - [2026-07-06 16:54:46] "POST /control-node-zones HTTP/1.1" 200 569 0.026949 10.0.0.50 - - [2026-07-06 16:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.50 - - [2026-07-06 16:54:46] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004755 10.0.0.50 - - [2026-07-06 16:54:46] "GET /control-node-zone/cf411754-80c8-4516-9dbf-161ea9702808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.011874 10.0.0.50 - - [2026-07-06 16:54:46] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.022260 10.0.0.50 - - [2026-07-06 16:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.50 - - [2026-07-06 16:54:46] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006123 10.0.0.50 - - [2026-07-06 16:54:46] "POST /fqname-to-id HTTP/1.1" 404 234 0.002853 10.0.0.50 - - [2026-07-06 16:54:46] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033200 10.0.0.50 - - [2026-07-06 16:54:46] "POST /neutron/network HTTP/1.1" 200 833 0.007765 10.0.0.50 - - [2026-07-06 16:54:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.008713 10.0.0.50 - - [2026-07-06 16:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.50 - - [2026-07-06 16:54:46] "GET /bgp-as-a-service/ffbf8c99-0643-4a9b-947d-301f8cb8ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006535 10.0.0.50 - - [2026-07-06 16:54:46] "GET /control-node-zone/ba4c9135-5aea-4a47-85d2-19b981ae55a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003847 10.0.0.50 - - [2026-07-06 16:54:46] "POST /ref-update HTTP/1.1" 200 156 0.017420 10.0.0.50 - - [2026-07-06 16:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.50 - - [2026-07-06 16:54:46] "GET /bgp-as-a-service/ffbf8c99-0643-4a9b-947d-301f8cb8ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006555 10.0.0.50 - - [2026-07-06 16:54:46] "GET /control-node-zone/062b9a05-3cd1-4c13-85e4-365d40692273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004213 10.0.0.50 - - [2026-07-06 16:54:46] "POST /ref-update HTTP/1.1" 200 156 0.013742 10.0.0.50 - - [2026-07-06 16:54:53] "POST /neutron/network HTTP/1.1" 200 843 0.007224 10.0.0.50 - - [2026-07-06 16:54:53] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.50 - - [2026-07-06 16:55:01] "GET /bgp-as-a-service/ffbf8c99-0643-4a9b-947d-301f8cb8ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006540 10.0.0.50 - - [2026-07-06 16:55:01] "GET /virtual-machine-interface/88aa587a-ad68-4304-a888-0fc2196f7aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006401 10.0.0.50 - - [2026-07-06 16:55:01] "POST /ref-update HTTP/1.1" 200 156 0.013536 10.0.0.242 - - [2026-07-06 16:55:01] "POST /ref-update HTTP/1.1" 200 156 0.035752 10.0.0.50 - - [2026-07-06 16:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.010622 10.0.0.50 - - [2026-07-06 16:55:02] "GET /global-system-config/6fa567cd-91e9-407e-9f8a-7b1b66828d02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007643 10.0.0.50 - - [2026-07-06 16:55:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003168 10.0.0.50 - - [2026-07-06 16:55:02] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032333 10.0.0.50 - - [2026-07-06 16:55:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.009366 10.0.0.50 - - [2026-07-06 16:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.50 - - [2026-07-06 16:55:02] "GET /bgp-as-a-service/df0789c6-9ed2-4a4a-ae58-9f31352c251d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006334 10.0.0.50 - - [2026-07-06 16:55:02] "GET /control-node-zone/ba4c9135-5aea-4a47-85d2-19b981ae55a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005062 10.0.0.50 - - [2026-07-06 16:55:02] "POST /ref-update HTTP/1.1" 200 156 0.015894 10.0.0.50 - - [2026-07-06 16:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.50 - - [2026-07-06 16:55:02] "GET /bgp-as-a-service/df0789c6-9ed2-4a4a-ae58-9f31352c251d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006060 10.0.0.50 - - [2026-07-06 16:55:02] "GET /control-node-zone/062b9a05-3cd1-4c13-85e4-365d40692273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003474 10.0.0.50 - - [2026-07-06 16:55:02] "POST /ref-update HTTP/1.1" 200 156 0.017708 10.0.0.50 - - [2026-07-06 16:55:14] "GET /bgp-as-a-service/df0789c6-9ed2-4a4a-ae58-9f31352c251d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007293 10.0.0.50 - - [2026-07-06 16:55:14] "GET /virtual-machine-interface/5cc7b67c-4603-437b-8d56-e6ae1c2a9ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005724 10.0.0.50 - - [2026-07-06 16:55:14] "POST /ref-update HTTP/1.1" 200 156 0.012290 10.0.0.242 - - [2026-07-06 16:55:14] "POST /bgp-routers HTTP/1.1" 200 640 0.034242 10.0.0.242 - - [2026-07-06 16:55:15] "PUT /bgp-router/f34e472b-949b-4a7d-89f0-fd795d5c10b5 HTTP/1.1" 200 254 0.043071 10.0.0.50 - - [2026-07-06 16:55:19] "POST /neutron/port HTTP/1.1" 200 1125 0.020988 10.0.0.50 - - [2026-07-06 16:55:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004470 10.0.0.50 - - [2026-07-06 16:55:20] "POST /neutron/network HTTP/1.1" 200 833 0.006877 10.0.0.50 - - [2026-07-06 16:55:41] "GET /bgp-as-a-service/df0789c6-9ed2-4a4a-ae58-9f31352c251d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.007285 10.0.0.50 - - [2026-07-06 16:55:41] "GET /virtual-machine-interface/5cc7b67c-4603-437b-8d56-e6ae1c2a9ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007731 10.0.0.50 - - [2026-07-06 16:55:41] "POST /ref-update HTTP/1.1" 200 156 0.012809 10.0.0.50 - - [2026-07-06 16:55:41] "DELETE /bgp-as-a-service/df0789c6-9ed2-4a4a-ae58-9f31352c251d HTTP/1.1" 200 115 0.074444 10.0.0.242 - - [2026-07-06 16:55:41] "DELETE /bgp-router/f34e472b-949b-4a7d-89f0-fd795d5c10b5 HTTP/1.1" 200 115 0.061206 10.0.0.50 - - [2026-07-06 16:55:41] "GET /bgp-as-a-service/ffbf8c99-0643-4a9b-947d-301f8cb8ec8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.008607 10.0.0.50 - - [2026-07-06 16:55:41] "GET /virtual-machine-interface/88aa587a-ad68-4304-a888-0fc2196f7aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.013289 10.0.0.50 - - [2026-07-06 16:55:41] "POST /ref-update HTTP/1.1" 200 156 0.017388 10.0.0.242 - - [2026-07-06 16:55:41] "DELETE /bgp-router/92e5efa8-edd1-4c3c-87c3-1b23e0ce25cb HTTP/1.1" 200 115 0.086991 10.0.0.50 - - [2026-07-06 16:55:41] "DELETE /bgp-as-a-service/ffbf8c99-0643-4a9b-947d-301f8cb8ec8f HTTP/1.1" 200 115 0.113752 10.0.0.50 - - [2026-07-06 16:55:41] "GET /control-node-zone/cf411754-80c8-4516-9dbf-161ea9702808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006690 10.0.0.50 - - [2026-07-06 16:55:41] "POST /ref-update HTTP/1.1" 200 156 0.021046 10.0.0.50 - - [2026-07-06 16:55:41] "DELETE /control-node-zone/cf411754-80c8-4516-9dbf-161ea9702808 HTTP/1.1" 200 115 0.025581 10.0.0.50 - - [2026-07-06 16:55:41] "GET /control-node-zone/062b9a05-3cd1-4c13-85e4-365d40692273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004807 10.0.0.50 - - [2026-07-06 16:55:41] "POST /ref-update HTTP/1.1" 200 156 0.018342 10.0.0.50 - - [2026-07-06 16:55:41] "DELETE /control-node-zone/062b9a05-3cd1-4c13-85e4-365d40692273 HTTP/1.1" 200 115 0.035134 10.0.0.50 - - [2026-07-06 16:55:41] "GET /control-node-zone/ba4c9135-5aea-4a47-85d2-19b981ae55a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004826 10.0.0.50 - - [2026-07-06 16:55:41] "POST /ref-update HTTP/1.1" 200 156 0.019158 10.0.0.50 - - [2026-07-06 16:55:41] "DELETE /control-node-zone/ba4c9135-5aea-4a47-85d2-19b981ae55a0 HTTP/1.1" 200 115 0.025932 10.0.0.50 - - [2026-07-06 16:55:43] "POST /neutron/port HTTP/1.1" 200 1125 0.017674 10.0.0.50 - - [2026-07-06 16:55:44] "POST /neutron/port HTTP/1.1" 200 1125 0.036029 10.0.0.50 - - [2026-07-06 16:55:44] "POST /neutron/network HTTP/1.1" 200 833 0.008996 10.0.0.50 - - [2026-07-06 16:55:44] "POST /neutron/port HTTP/1.1" 200 151 0.251450 10.0.0.33 - - [2026-07-06 16:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002784 10.0.0.33 - - [2026-07-06 16:55:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002304 10.0.0.50 - - [2026-07-06 16:55:46] "POST /neutron/network HTTP/1.1" 200 151 0.178149 10.0.0.33 - - [2026-07-06 16:55:47] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.50 - - [2026-07-06 16:55:47] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056294 10.0.0.33 - - [2026-07-06 16:55:47] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.50 - - [2026-07-06 16:55:47] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?fields=virtual_networks HTTP/1.1" 200 1034 0.041639 10.0.0.33 - - [2026-07-06 16:55:47] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.50 - - [2026-07-06 16:55:47] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.038564 10.0.0.33 - - [2026-07-06 16:55:47] "GET /projects?obj_uuids=8bb202fe-5ea9-40e9-98ff-43f2bafaa456&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.50 - - [2026-07-06 16:55:47] "GET /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456?fields=security_groups HTTP/1.1" 200 1261 0.057063 10.0.0.50 - - [2026-07-06 16:55:48] "POST /fqname-to-id HTTP/1.1" 404 181 0.023621 10.0.0.33 - - [2026-07-06 16:55:48] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002705 10.0.0.33 - - [2026-07-06 16:55:48] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.33 - - [2026-07-06 16:55:48] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032865 10.0.0.33 - - [2026-07-06 16:55:49] "POST /id-to-fqname HTTP/1.1" 200 183 0.002945 10.0.0.33 - - [2026-07-06 16:55:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.008142 10.0.0.33 - - [2026-07-06 16:55:49] "POST /security-groups HTTP/1.1" 200 584 0.035641 10.0.0.242 - - [2026-07-06 16:55:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.004225 10.0.0.33 - - [2026-07-06 16:55:49] "POST /projects HTTP/1.1" 200 571 0.255187 10.0.0.33 - - [2026-07-06 16:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.321188 10.0.0.242 - - [2026-07-06 16:55:49] "POST /access-control-lists HTTP/1.1" 200 587 0.031690 10.0.0.50 - - [2026-07-06 16:55:49] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.481733 10.0.0.50 - - [2026-07-06 16:55:50] "GET / HTTP/1.1" 200 35931 0.001605 10.0.0.33 - - [2026-07-06 16:55:53] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001534 10.0.0.50 - - [2026-07-06 16:55:53] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.045350 10.0.0.33 - - [2026-07-06 16:55:53] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001381 10.0.0.50 - - [2026-07-06 16:55:53] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?fields=virtual_networks HTTP/1.1" 200 1017 0.061077 10.0.0.33 - - [2026-07-06 16:55:53] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001316 10.0.0.50 - - [2026-07-06 16:55:53] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.040373 10.0.0.33 - - [2026-07-06 16:55:53] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 10.0.0.50 - - [2026-07-06 16:55:53] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?fields=security_groups HTTP/1.1" 200 1236 0.038111 10.0.0.50 - - [2026-07-06 16:55:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.025943 10.0.0.33 - - [2026-07-06 16:55:54] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003776 10.0.0.33 - - [2026-07-06 16:55:54] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.33 - - [2026-07-06 16:55:54] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047757 10.0.0.33 - - [2026-07-06 16:55:54] "POST /id-to-fqname HTTP/1.1" 200 191 0.003902 10.0.0.33 - - [2026-07-06 16:55:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.003624 10.0.0.33 - - [2026-07-06 16:55:54] "POST /security-groups HTTP/1.1" 200 592 0.030993 10.0.0.33 - - [2026-07-06 16:55:54] "POST /projects HTTP/1.1" 200 587 0.232704 10.0.0.242 - - [2026-07-06 16:55:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.005154 10.0.0.33 - - [2026-07-06 16:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.304051 10.0.0.50 - - [2026-07-06 16:55:54] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.469022 10.0.0.50 - - [2026-07-06 16:55:55] "GET / HTTP/1.1" 200 35931 0.001373 10.0.0.33 - - [2026-07-06 16:55:58] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001080 10.0.0.50 - - [2026-07-06 16:55:58] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049034 10.0.0.33 - - [2026-07-06 16:55:58] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.50 - - [2026-07-06 16:55:58] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?fields=virtual_networks HTTP/1.1" 200 1033 0.035565 10.0.0.33 - - [2026-07-06 16:55:59] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.50 - - [2026-07-06 16:55:59] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.049000 10.0.0.33 - - [2026-07-06 16:55:59] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.50 - - [2026-07-06 16:55:59] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?fields=security_groups HTTP/1.1" 200 1260 0.047087 10.0.0.50 - - [2026-07-06 16:55:59] "POST /fqname-to-id HTTP/1.1" 404 195 0.029951 10.0.0.33 - - [2026-07-06 16:55:59] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002897 10.0.0.33 - - [2026-07-06 16:56:00] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.33 - - [2026-07-06 16:56:00] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007423 10.0.0.33 - - [2026-07-06 16:56:00] "POST /id-to-fqname HTTP/1.1" 200 197 0.006886 10.0.0.33 - - [2026-07-06 16:56:00] "POST /fqname-to-id HTTP/1.1" 404 206 0.004960 10.0.0.33 - - [2026-07-06 16:56:00] "POST /security-groups HTTP/1.1" 200 598 0.077366 10.0.0.33 - - [2026-07-06 16:56:00] "POST /projects HTTP/1.1" 200 599 0.279484 10.0.0.242 - - [2026-07-06 16:56:00] "POST /access-control-lists HTTP/1.1" 200 603 0.024863 10.0.0.33 - - [2026-07-06 16:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.347469 10.0.0.50 - - [2026-07-06 16:56:00] "GET /project/d45c4c38-9c1e-4fff-8cda-8584f753d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.479033 10.0.0.50 - - [2026-07-06 16:56:01] "GET / HTTP/1.1" 200 35931 0.001372 10.0.0.50 - - [2026-07-06 16:56:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.50 - - [2026-07-06 16:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.046735 10.0.0.50 - - [2026-07-06 16:56:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003979 10.0.0.50 - - [2026-07-06 16:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.50 - - [2026-07-06 16:56:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004354 10.0.0.50 - - [2026-07-06 16:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.50 - - [2026-07-06 16:56:03] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.013487 10.0.0.50 - - [2026-07-06 16:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.33 - - [2026-07-06 16:56:03] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001132 10.0.0.50 - - [2026-07-06 16:56:03] "GET /project/d45c4c38-9c1e-4fff-8cda-8584f753d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.057793 10.0.0.242 - - [2026-07-06 16:56:04] "POST /route-targets HTTP/1.1" 200 327 0.022671 10.0.0.33 - - [2026-07-06 16:56:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002569 10.0.0.50 - - [2026-07-06 16:56:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.226040 10.0.0.50 - - [2026-07-06 16:56:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001535 10.0.0.50 - - [2026-07-06 16:56:04] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006180 10.0.0.50 - - [2026-07-06 16:56:04] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006713 10.0.0.50 - - [2026-07-06 16:56:04] "POST /neutron/network HTTP/1.1" 200 808 0.007299 10.0.0.50 - - [2026-07-06 16:56:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001513 10.0.0.50 - - [2026-07-06 16:56:04] "POST /neutron/network HTTP/1.1" 200 808 0.032630 10.0.0.50 - - [2026-07-06 16:56:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001483 10.0.0.50 - - [2026-07-06 16:56:04] "POST /neutron/port HTTP/1.1" 200 117 0.006117 10.0.0.33 - - [2026-07-06 16:56:05] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001119 10.0.0.50 - - [2026-07-06 16:56:05] "GET /project/d45c4c38-9c1e-4fff-8cda-8584f753d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.037920 10.0.0.50 - - [2026-07-06 16:56:05] "POST /neutron/port HTTP/1.1" 200 117 0.008917 10.0.0.50 - - [2026-07-06 16:56:05] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005758 10.0.0.50 - - [2026-07-06 16:56:06] "GET /obj-perms HTTP/1.1" 200 4481 0.041320 10.0.0.50 - - [2026-07-06 16:56:09] "POST /neutron/network HTTP/1.1" 200 818 0.007376 10.0.0.33 - - [2026-07-06 16:56:09] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000952 10.0.0.50 - - [2026-07-06 16:56:09] "POST /neutron/port HTTP/1.1" 200 1062 0.301013 10.0.0.50 - - [2026-07-06 16:56:09] "POST /neutron/port HTTP/1.1" 200 1116 0.158475 10.0.0.50 - - [2026-07-06 16:56:09] "POST /neutron/port HTTP/1.1" 200 1116 0.110895 10.0.0.50 - - [2026-07-06 16:56:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.008707 10.0.0.50 - - [2026-07-06 16:56:11] "POST /neutron/port HTTP/1.1" 200 1126 0.016713 10.0.0.50 - - [2026-07-06 16:56:11] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.50 - - [2026-07-06 16:56:12] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008046 10.0.0.50 - - [2026-07-06 16:56:17] "POST /neutron/port HTTP/1.1" 200 1126 0.020632 10.0.0.50 - - [2026-07-06 16:56:17] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007430 10.0.0.50 - - [2026-07-06 16:56:17] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 401 292 0.000456 10.0.0.50 - - [2026-07-06 16:56:17] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.023518 10.0.0.50 - - [2026-07-06 16:56:17] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.003975 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-machine-interface/f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e HTTP/1.1" 200 2950 0.005373 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.003988 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-machine-interface/f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e HTTP/1.1" 200 2950 0.005611 10.0.0.50 - - [2026-07-06 16:56:18] "GET /instance-ip/0c2f12fe-d9f7-4089-b414-131c043fee11 HTTP/1.1" 200 1619 0.007190 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.004056 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-machine-interface/f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e HTTP/1.1" 200 2950 0.004906 10.0.0.50 - - [2026-07-06 16:56:18] "GET /instance-ip/0c2f12fe-d9f7-4089-b414-131c043fee11 HTTP/1.1" 200 1619 0.003860 10.0.0.50 - - [2026-07-06 16:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.50 - - [2026-07-06 16:56:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003797 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003199 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007415 10.0.0.50 - - [2026-07-06 16:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.50 - - [2026-07-06 16:56:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004255 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003908 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006427 10.0.0.50 - - [2026-07-06 16:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.50 - - [2026-07-06 16:56:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004897 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003159 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005841 10.0.0.50 - - [2026-07-06 16:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.50 - - [2026-07-06 16:56:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004109 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003697 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006202 10.0.0.50 - - [2026-07-06 16:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.50 - - [2026-07-06 16:56:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004098 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002961 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005371 10.0.0.50 - - [2026-07-06 16:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.50 - - [2026-07-06 16:56:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004021 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002891 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005841 10.0.0.50 - - [2026-07-06 16:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.50 - - [2026-07-06 16:56:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003804 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003462 10.0.0.50 - - [2026-07-06 16:56:18] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005556 10.0.0.50 - - [2026-07-06 16:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.50 - - [2026-07-06 16:56:22] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005539 10.0.0.50 - - [2026-07-06 16:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.50 - - [2026-07-06 16:56:26] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005392 10.0.0.50 - - [2026-07-06 16:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.50 - - [2026-07-06 16:56:30] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006060 10.0.0.50 - - [2026-07-06 16:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.50 - - [2026-07-06 16:56:34] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005764 10.0.0.50 - - [2026-07-06 16:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673 10.0.0.50 - - [2026-07-06 16:56:38] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005253 10.0.0.50 - - [2026-07-06 16:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.50 - - [2026-07-06 16:56:42] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006079 10.0.0.242 - - [2026-07-06 16:56:46] "DELETE /access-control-list/b8deee66-9919-4374-a852-77c899e328c3 HTTP/1.1" 200 115 0.061625 10.0.0.33 - - [2026-07-06 16:56:46] "DELETE /project/8bb202fe-5ea9-40e9-98ff-43f2bafaa456 HTTP/1.1" 404 177 0.018356 10.0.0.33 - - [2026-07-06 16:56:46] "DELETE /project/a215bb93519d454c832aab302daa325b HTTP/1.1" 404 173 0.017281 10.0.0.33 - - [2026-07-06 16:56:46] "DELETE /project/d45c4c389c1e4fff8cda8584f753d673 HTTP/1.1" 404 173 0.020750 10.0.0.33 - - [2026-07-06 16:56:46] "DELETE /project/c7dda106cfbd49ec82460bd25dba2d60 HTTP/1.1" 404 173 0.011395 10.0.0.33 - - [2026-07-06 16:56:46] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.33 - - [2026-07-06 16:56:46] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000773 10.0.0.33 - - [2026-07-06 16:56:46] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.049950 10.0.0.33 - - [2026-07-06 16:56:46] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.073242 10.0.0.33 - - [2026-07-06 16:56:46] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.33 - - [2026-07-06 16:56:46] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001048 10.0.0.50 - - [2026-07-06 16:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005665 10.0.0.50 - - [2026-07-06 16:56:46] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003292 10.0.0.50 - - [2026-07-06 16:56:46] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003965 10.0.0.33 - - [2026-07-06 16:56:46] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?fields=security_groups HTTP/1.1" 200 1365 0.071748 10.0.0.50 - - [2026-07-06 16:56:46] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005412 10.0.0.33 - - [2026-07-06 16:56:46] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?fields=security_groups HTTP/1.1" 200 1341 0.110857 10.0.0.33 - - [2026-07-06 16:56:46] "DELETE /security-group/a0feeaeb-bcaa-4fcc-8491-c7157414dfd1 HTTP/1.1" 200 115 0.068190 10.0.0.33 - - [2026-07-06 16:56:46] "GET /projects?obj_uuids=a215bb93-519d-454c-832a-ab302daa325b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.33 - - [2026-07-06 16:56:46] "GET /project/a215bb93-519d-454c-832a-ab302daa325b?fields=application_policy_sets HTTP/1.1" 200 1404 0.050654 10.0.0.33 - - [2026-07-06 16:56:46] "DELETE /security-group/19d961ff-abe8-4fb1-aca2-18203b362016 HTTP/1.1" 200 115 0.108319 10.0.0.33 - - [2026-07-06 16:56:46] "GET /projects?obj_uuids=c7dda106-cfbd-49ec-8246-0bd25dba2d60&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001258 10.0.0.242 - - [2026-07-06 16:56:46] "DELETE /access-control-list/d73b141b-aaba-4ea5-8214-1637b1d3897b HTTP/1.1" 200 115 0.042368 10.0.0.33 - - [2026-07-06 16:56:46] "GET /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60?fields=application_policy_sets HTTP/1.1" 200 1380 0.102496 10.0.0.33 - - [2026-07-06 16:56:46] "DELETE /project/a215bb93-519d-454c-832a-ab302daa325b HTTP/1.1" 200 115 0.476474 10.0.0.33 - - [2026-07-06 16:56:47] "DELETE /project/c7dda106-cfbd-49ec-8246-0bd25dba2d60 HTTP/1.1" 200 115 0.653128 10.0.0.50 - - [2026-07-06 16:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.50 - - [2026-07-06 16:56:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004574 10.0.0.50 - - [2026-07-06 16:56:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005372 10.0.0.50 - - [2026-07-06 16:56:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005921 10.0.0.50 - - [2026-07-06 16:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.50 - - [2026-07-06 16:56:47] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005262 10.0.0.50 - - [2026-07-06 16:56:47] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004098 10.0.0.50 - - [2026-07-06 16:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008728 10.0.0.50 - - [2026-07-06 16:56:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006450 10.0.0.50 - - [2026-07-06 16:56:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004477 10.0.0.50 - - [2026-07-06 16:56:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.015023 10.0.0.50 - - [2026-07-06 16:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008406 10.0.0.50 - - [2026-07-06 16:56:47] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005058 10.0.0.50 - - [2026-07-06 16:56:47] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004489 10.0.0.50 - - [2026-07-06 16:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.50 - - [2026-07-06 16:56:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005126 10.0.0.50 - - [2026-07-06 16:56:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005560 10.0.0.50 - - [2026-07-06 16:56:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007066 10.0.0.50 - - [2026-07-06 16:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.50 - - [2026-07-06 16:56:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004340 10.0.0.50 - - [2026-07-06 16:56:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004197 10.0.0.50 - - [2026-07-06 16:56:48] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007941 10.0.0.50 - - [2026-07-06 16:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007803 10.0.0.50 - - [2026-07-06 16:56:48] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004221 10.0.0.50 - - [2026-07-06 16:56:48] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003792 10.0.0.50 - - [2026-07-06 16:56:48] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005409 10.0.0.33 - - [2026-07-06 16:56:48] "GET /obj-perms HTTP/1.1" 200 4481 0.037875 10.0.0.50 - - [2026-07-06 16:56:48] "GET /obj-perms HTTP/1.1" 200 4481 0.003999 10.0.0.50 - - [2026-07-06 16:56:48] "GET /obj-perms HTTP/1.1" 200 4481 0.004997 10.0.0.242 - - [2026-07-06 16:56:48] "GET /obj-perms HTTP/1.1" 200 4481 0.035705 10.0.0.33 - - [2026-07-06 16:56:48] "GET /obj-perms HTTP/1.1" 200 4481 0.004469 10.0.0.50 - - [2026-07-06 16:56:48] "POST /neutron/port HTTP/1.1" 200 1126 0.023355 10.0.0.50 - - [2026-07-06 16:56:48] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009119 10.0.0.50 - - [2026-07-06 16:56:48] "POST /neutron/port HTTP/1.1" 200 1126 0.019756 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.008641 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004549 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.008822 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.005371 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.008606 10.0.0.50 - - [2026-07-06 16:56:49] "GET /instance-ip/d982276f-260b-4b45-89cc-a6074e21af01 HTTP/1.1" 200 1620 0.008523 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004053 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.007809 10.0.0.50 - - [2026-07-06 16:56:49] "GET /instance-ip/d982276f-260b-4b45-89cc-a6074e21af01 HTTP/1.1" 200 1620 0.005872 10.0.0.50 - - [2026-07-06 16:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.50 - - [2026-07-06 16:56:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003823 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003160 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006194 10.0.0.50 - - [2026-07-06 16:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.50 - - [2026-07-06 16:56:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003922 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003332 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005510 10.0.0.50 - - [2026-07-06 16:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.50 - - [2026-07-06 16:56:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007858 10.0.0.50 - - [2026-07-06 16:56:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004956 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003848 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009104 10.0.0.50 - - [2026-07-06 16:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.50 - - [2026-07-06 16:56:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004508 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003509 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005882 10.0.0.50 - - [2026-07-06 16:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.50 - - [2026-07-06 16:56:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004255 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003394 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006106 10.0.0.50 - - [2026-07-06 16:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.50 - - [2026-07-06 16:56:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004374 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006681 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006022 10.0.0.50 - - [2026-07-06 16:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.50 - - [2026-07-06 16:56:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004026 10.0.0.50 - - [2026-07-06 16:56:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003284 10.0.0.50 - - [2026-07-06 16:56:50] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006332 10.0.0.50 - - [2026-07-06 16:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.50 - - [2026-07-06 16:56:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003809 10.0.0.50 - - [2026-07-06 16:56:51] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003000 10.0.0.50 - - [2026-07-06 16:56:51] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006016 10.0.0.50 - - [2026-07-06 16:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.50 - - [2026-07-06 16:56:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004088 10.0.0.50 - - [2026-07-06 16:56:51] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002951 10.0.0.50 - - [2026-07-06 16:56:51] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005930 10.0.0.50 - - [2026-07-06 16:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.50 - - [2026-07-06 16:56:51] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004364 10.0.0.50 - - [2026-07-06 16:56:51] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004541 10.0.0.50 - - [2026-07-06 16:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.50 - - [2026-07-06 16:56:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004290 10.0.0.50 - - [2026-07-06 16:56:51] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003934 10.0.0.50 - - [2026-07-06 16:56:51] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005802 10.0.0.50 - - [2026-07-06 16:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.50 - - [2026-07-06 16:56:51] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005712 10.0.0.50 - - [2026-07-06 16:56:51] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004298 10.0.0.50 - - [2026-07-06 16:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.50 - - [2026-07-06 16:56:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004061 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003488 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008036 10.0.0.50 - - [2026-07-06 16:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.50 - - [2026-07-06 16:56:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004678 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003209 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009055 10.0.0.50 - - [2026-07-06 16:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.50 - - [2026-07-06 16:56:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003996 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003693 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006137 10.0.0.50 - - [2026-07-06 16:56:52] "GET /obj-perms HTTP/1.1" 200 4481 0.003817 10.0.0.50 - - [2026-07-06 16:56:52] "GET /obj-perms HTTP/1.1" 200 4481 0.004042 10.0.0.33 - - [2026-07-06 16:56:52] "GET /obj-perms HTTP/1.1" 200 4481 0.003531 10.0.0.50 - - [2026-07-06 16:56:52] "GET /obj-perms HTTP/1.1" 200 4481 0.004066 10.0.0.242 - - [2026-07-06 16:56:52] "GET /obj-perms HTTP/1.1" 200 4481 0.004339 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.004331 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-machine-interface/f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e HTTP/1.1" 200 2950 0.005218 10.0.0.50 - - [2026-07-06 16:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.50 - - [2026-07-06 16:56:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005089 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003451 10.0.0.50 - - [2026-07-06 16:56:52] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005794 10.0.0.50 - - [2026-07-06 16:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.50 - - [2026-07-06 16:56:53] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004757 10.0.0.50 - - [2026-07-06 16:56:53] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003254 10.0.0.50 - - [2026-07-06 16:56:53] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.020535 10.0.0.50 - - [2026-07-06 16:56:54] "POST /neutron/port HTTP/1.1" 200 1126 0.016466 10.0.0.50 - - [2026-07-06 16:56:58] "POST /neutron/port HTTP/1.1" 200 1126 0.017023 10.0.0.50 - - [2026-07-06 16:56:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.008864 10.0.0.50 - - [2026-07-06 16:56:59] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004226 10.0.0.50 - - [2026-07-06 16:56:59] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.005246 10.0.0.50 - - [2026-07-06 16:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.50 - - [2026-07-06 16:56:59] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003243 10.0.0.50 - - [2026-07-06 16:56:59] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002667 10.0.0.50 - - [2026-07-06 16:56:59] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007022 10.0.0.50 - - [2026-07-06 16:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.50 - - [2026-07-06 16:57:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003392 10.0.0.50 - - [2026-07-06 16:57:00] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003524 10.0.0.50 - - [2026-07-06 16:57:00] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007075 10.0.0.50 - - [2026-07-06 16:57:23] "POST /neutron/port HTTP/1.1" 200 1126 0.035903 10.0.0.50 - - [2026-07-06 16:57:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004106 10.0.0.50 - - [2026-07-06 16:57:24] "POST /neutron/network HTTP/1.1" 200 808 0.008875 10.0.0.50 - - [2026-07-06 16:58:00] "POST /neutron/network HTTP/1.1" 200 818 0.008610 10.0.0.50 - - [2026-07-06 16:58:00] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.242 - - [2026-07-06 16:58:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.242 - - [2026-07-06 16:58:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-07-06 16:58:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.33 - - [2026-07-06 16:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2026-07-06 16:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.33 - - [2026-07-06 16:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.242 - - [2026-07-06 16:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.242 - - [2026-07-06 16:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2026-07-06 16:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-07-06 16:58:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.50 - - [2026-07-06 16:58:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.50 - - [2026-07-06 16:58:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2026-07-06 16:58:25] "POST /neutron/port HTTP/1.1" 200 1126 0.019854 10.0.0.50 - - [2026-07-06 16:58:25] "POST /neutron/subnet HTTP/1.1" 200 675 0.009312 10.0.0.50 - - [2026-07-06 16:58:47] "POST /neutron/port HTTP/1.1" 200 1126 0.018146 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.004319 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-machine-interface/f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e HTTP/1.1" 200 2950 0.005254 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.003803 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-machine-interface/f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e HTTP/1.1" 200 2950 0.005252 10.0.0.50 - - [2026-07-06 16:58:47] "GET /instance-ip/0c2f12fe-d9f7-4089-b414-131c043fee11 HTTP/1.1" 200 1619 0.004030 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.003519 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-machine-interface/f5b4fe49-4e2b-437d-a4a3-3ba8f67dbb7e HTTP/1.1" 200 2950 0.005644 10.0.0.50 - - [2026-07-06 16:58:47] "GET /instance-ip/0c2f12fe-d9f7-4089-b414-131c043fee11 HTTP/1.1" 200 1619 0.004471 10.0.0.50 - - [2026-07-06 16:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005190 10.0.0.50 - - [2026-07-06 16:58:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004338 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003202 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005459 10.0.0.50 - - [2026-07-06 16:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.50 - - [2026-07-06 16:58:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003667 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003574 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007872 10.0.0.50 - - [2026-07-06 16:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.50 - - [2026-07-06 16:58:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005897 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003969 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.012259 10.0.0.50 - - [2026-07-06 16:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.50 - - [2026-07-06 16:58:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004644 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003696 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007416 10.0.0.50 - - [2026-07-06 16:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.50 - - [2026-07-06 16:58:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003657 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004128 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006743 10.0.0.50 - - [2026-07-06 16:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.50 - - [2026-07-06 16:58:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007259 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003586 10.0.0.50 - - [2026-07-06 16:58:47] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006099 10.0.0.50 - - [2026-07-06 16:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.50 - - [2026-07-06 16:58:48] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004420 10.0.0.50 - - [2026-07-06 16:58:48] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003339 10.0.0.50 - - [2026-07-06 16:58:48] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006115 10.0.0.50 - - [2026-07-06 16:58:49] "GET /obj-perms HTTP/1.1" 200 4493 0.038827 10.0.0.50 - - [2026-07-06 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.50 - - [2026-07-06 16:58:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004451 10.0.0.50 - - [2026-07-06 16:58:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003242 10.0.0.50 - - [2026-07-06 16:58:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006115 10.0.0.50 - - [2026-07-06 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.50 - - [2026-07-06 16:58:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004733 10.0.0.50 - - [2026-07-06 16:58:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003145 10.0.0.50 - - [2026-07-06 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.025661 10.0.0.50 - - [2026-07-06 16:58:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005350 10.0.0.50 - - [2026-07-06 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008915 10.0.0.50 - - [2026-07-06 16:58:49] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004198 10.0.0.50 - - [2026-07-06 16:58:49] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004051 10.0.0.50 - - [2026-07-06 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.50 - - [2026-07-06 16:58:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003974 10.0.0.50 - - [2026-07-06 16:58:49] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003199 10.0.0.50 - - [2026-07-06 16:58:49] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006930 10.0.0.50 - - [2026-07-06 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.50 - - [2026-07-06 16:58:49] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004569 10.0.0.50 - - [2026-07-06 16:58:49] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004013 10.0.0.50 - - [2026-07-06 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.50 - - [2026-07-06 16:58:50] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004005 10.0.0.50 - - [2026-07-06 16:58:50] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003267 10.0.0.50 - - [2026-07-06 16:58:50] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005744 10.0.0.50 - - [2026-07-06 16:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.50 - - [2026-07-06 16:58:50] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004059 10.0.0.50 - - [2026-07-06 16:58:50] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003743 10.0.0.50 - - [2026-07-06 16:58:50] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006825 10.0.0.50 - - [2026-07-06 16:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.50 - - [2026-07-06 16:58:50] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004733 10.0.0.50 - - [2026-07-06 16:58:50] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003468 10.0.0.50 - - [2026-07-06 16:58:50] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006759 10.0.0.33 - - [2026-07-06 16:58:50] "GET /obj-perms HTTP/1.1" 200 4481 0.004691 10.0.0.33 - - [2026-07-06 16:58:54] "GET /obj-perms HTTP/1.1" 200 4481 0.004360 10.0.0.50 - - [2026-07-06 16:58:54] "GET /obj-perms HTTP/1.1" 200 4481 0.004145 10.0.0.242 - - [2026-07-06 16:58:54] "GET /obj-perms HTTP/1.1" 200 4481 0.003982 10.0.0.50 - - [2026-07-06 16:58:54] "GET /obj-perms HTTP/1.1" 200 4481 0.003799 10.0.0.50 - - [2026-07-06 16:58:54] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007318 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004290 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.005465 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004517 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.005841 10.0.0.50 - - [2026-07-06 16:58:54] "GET /instance-ip/d982276f-260b-4b45-89cc-a6074e21af01 HTTP/1.1" 200 1620 0.005960 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004189 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.014678 10.0.0.50 - - [2026-07-06 16:58:54] "GET /instance-ip/d982276f-260b-4b45-89cc-a6074e21af01 HTTP/1.1" 200 1620 0.005059 10.0.0.50 - - [2026-07-06 16:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.50 - - [2026-07-06 16:58:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004552 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006071 10.0.0.50 - - [2026-07-06 16:58:54] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007495 10.0.0.50 - - [2026-07-06 16:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.50 - - [2026-07-06 16:58:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003813 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003633 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005816 10.0.0.50 - - [2026-07-06 16:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.50 - - [2026-07-06 16:58:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004460 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003377 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005056 10.0.0.50 - - [2026-07-06 16:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.50 - - [2026-07-06 16:58:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004298 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003005 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005841 10.0.0.50 - - [2026-07-06 16:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.50 - - [2026-07-06 16:58:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004882 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003874 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007222 10.0.0.50 - - [2026-07-06 16:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.50 - - [2026-07-06 16:58:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005195 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005049 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006025 10.0.0.50 - - [2026-07-06 16:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.50 - - [2026-07-06 16:58:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003944 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003008 10.0.0.50 - - [2026-07-06 16:58:55] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005627 10.0.0.50 - - [2026-07-06 16:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.50 - - [2026-07-06 16:58:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004277 10.0.0.50 - - [2026-07-06 16:58:56] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003700 10.0.0.50 - - [2026-07-06 16:58:56] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006969 10.0.0.50 - - [2026-07-06 16:58:56] "POST /neutron/network HTTP/1.1" 200 818 0.008245 10.0.0.50 - - [2026-07-06 16:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.50 - - [2026-07-06 16:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.50 - - [2026-07-06 16:58:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003597 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003552 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006313 10.0.0.50 - - [2026-07-06 16:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.50 - - [2026-07-06 16:58:57] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004607 10.0.0.50 - - [2026-07-06 16:58:57] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004256 10.0.0.50 - - [2026-07-06 16:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.50 - - [2026-07-06 16:58:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004508 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003807 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006024 10.0.0.50 - - [2026-07-06 16:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.50 - - [2026-07-06 16:58:57] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004724 10.0.0.50 - - [2026-07-06 16:58:57] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003824 10.0.0.50 - - [2026-07-06 16:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.50 - - [2026-07-06 16:58:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004143 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003180 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006005 10.0.0.50 - - [2026-07-06 16:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.50 - - [2026-07-06 16:58:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003745 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003089 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006131 10.0.0.50 - - [2026-07-06 16:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.50 - - [2026-07-06 16:58:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004666 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003532 10.0.0.50 - - [2026-07-06 16:58:57] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006583 10.0.0.33 - - [2026-07-06 16:58:58] "GET /obj-perms HTTP/1.1" 200 4481 0.004400 10.0.0.33 - - [2026-07-06 16:59:04] "GET /obj-perms HTTP/1.1" 200 4481 0.004773 10.0.0.50 - - [2026-07-06 16:59:04] "GET /obj-perms HTTP/1.1" 200 4481 0.003472 10.0.0.50 - - [2026-07-06 16:59:04] "GET /obj-perms HTTP/1.1" 200 4481 0.003773 10.0.0.242 - - [2026-07-06 16:59:04] "GET /obj-perms HTTP/1.1" 200 4481 0.003740 10.0.0.33 - - [2026-07-06 16:59:04] "GET /obj-perms HTTP/1.1" 200 4481 0.003614 10.0.0.50 - - [2026-07-06 16:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.50 - - [2026-07-06 16:59:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004498 10.0.0.50 - - [2026-07-06 16:59:24] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003222 10.0.0.50 - - [2026-07-06 16:59:24] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005860 10.0.0.50 - - [2026-07-06 16:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.50 - - [2026-07-06 16:59:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003521 10.0.0.50 - - [2026-07-06 16:59:25] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003248 10.0.0.50 - - [2026-07-06 16:59:25] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006644 10.0.0.50 - - [2026-07-06 16:59:26] "POST /neutron/port HTTP/1.1" 200 1126 0.017887 10.0.0.50 - - [2026-07-06 16:59:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.015772 10.0.0.50 - - [2026-07-06 16:59:40] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004345 10.0.0.50 - - [2026-07-06 16:59:41] "GET /virtual-machine-interface/21d13039-c83e-452e-ad7b-bd4c0e212b64 HTTP/1.1" 200 2949 0.005922 10.0.0.50 - - [2026-07-06 16:59:41] "GET /instance-ip/d982276f-260b-4b45-89cc-a6074e21af01 HTTP/1.1" 200 1620 0.004416 10.0.0.50 - - [2026-07-06 16:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.50 - - [2026-07-06 16:59:41] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003772 10.0.0.50 - - [2026-07-06 16:59:41] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002877 10.0.0.50 - - [2026-07-06 16:59:41] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005879 10.0.0.50 - - [2026-07-06 16:59:44] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004461 10.0.0.50 - - [2026-07-06 16:59:46] "POST /neutron/port HTTP/1.1" 200 1126 0.018924 10.0.0.50 - - [2026-07-06 16:59:46] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 200 1300 0.004563 10.0.0.50 - - [2026-07-06 16:59:48] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003972 10.0.0.50 - - [2026-07-06 16:59:48] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003205 10.0.0.50 - - [2026-07-06 16:59:48] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003069 10.0.0.50 - - [2026-07-06 16:59:49] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.004448 10.0.0.50 - - [2026-07-06 16:59:50] "GET /obj-perms HTTP/1.1" 200 4493 0.038410 10.0.0.50 - - [2026-07-06 16:59:50] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.002849 10.0.0.50 - - [2026-07-06 16:59:51] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003528 10.0.0.50 - - [2026-07-06 16:59:52] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003425 10.0.0.50 - - [2026-07-06 16:59:53] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003453 10.0.0.50 - - [2026-07-06 16:59:54] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003820 10.0.0.50 - - [2026-07-06 16:59:54] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003146 10.0.0.50 - - [2026-07-06 16:59:55] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003488 10.0.0.50 - - [2026-07-06 16:59:56] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003362 10.0.0.50 - - [2026-07-06 16:59:57] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003653 10.0.0.50 - - [2026-07-06 16:59:58] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.002894 10.0.0.50 - - [2026-07-06 16:59:59] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003833 10.0.0.50 - - [2026-07-06 16:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.50 - - [2026-07-06 16:59:59] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003577 10.0.0.50 - - [2026-07-06 16:59:59] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002966 10.0.0.50 - - [2026-07-06 16:59:59] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005706 10.0.0.50 - - [2026-07-06 16:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.50 - - [2026-07-06 16:59:59] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004167 10.0.0.50 - - [2026-07-06 16:59:59] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004402 10.0.0.50 - - [2026-07-06 16:59:59] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.002863 10.0.0.50 - - [2026-07-06 17:00:00] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.004277 10.0.0.50 - - [2026-07-06 17:00:01] "POST /neutron/port HTTP/1.1" 200 1126 0.023239 10.0.0.50 - - [2026-07-06 17:00:01] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003761 10.0.0.50 - - [2026-07-06 17:00:02] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003665 10.0.0.50 - - [2026-07-06 17:00:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.50 - - [2026-07-06 17:00:03] "POST /neutron/network HTTP/1.1" 200 808 0.008936 10.0.0.50 - - [2026-07-06 17:00:03] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003418 10.0.0.50 - - [2026-07-06 17:00:04] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003311 10.0.0.50 - - [2026-07-06 17:00:04] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003213 10.0.0.50 - - [2026-07-06 17:00:05] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.004068 10.0.0.50 - - [2026-07-06 17:00:06] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003432 10.0.0.50 - - [2026-07-06 17:00:07] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.004987 10.0.0.50 - - [2026-07-06 17:00:08] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003535 10.0.0.50 - - [2026-07-06 17:00:09] "GET /virtual-machine/b9ab8ae4-92bc-4cf7-9bab-893048a50a08 HTTP/1.1" 404 171 0.003125 10.0.0.242 - - [2026-07-06 17:00:09] "GET /obj-perms HTTP/1.1" 200 4481 0.004249 10.0.0.50 - - [2026-07-06 17:00:10] "GET /obj-perms HTTP/1.1" 200 4481 0.004449 10.0.0.50 - - [2026-07-06 17:00:10] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.004811 10.0.0.50 - - [2026-07-06 17:00:12] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 200 1300 0.015411 10.0.0.50 - - [2026-07-06 17:00:12] "POST /neutron/port HTTP/1.1" 200 151 0.191159 10.0.0.50 - - [2026-07-06 17:00:14] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003457 10.0.0.50 - - [2026-07-06 17:00:14] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003224 10.0.0.50 - - [2026-07-06 17:00:14] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003029 10.0.0.50 - - [2026-07-06 17:00:14] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.004396 10.0.0.50 - - [2026-07-06 17:00:15] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.004011 10.0.0.50 - - [2026-07-06 17:00:16] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003154 10.0.0.50 - - [2026-07-06 17:00:17] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003431 10.0.0.50 - - [2026-07-06 17:00:18] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003465 10.0.0.50 - - [2026-07-06 17:00:19] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003573 10.0.0.50 - - [2026-07-06 17:00:19] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003447 10.0.0.50 - - [2026-07-06 17:00:20] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.004801 10.0.0.50 - - [2026-07-06 17:00:21] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003462 10.0.0.50 - - [2026-07-06 17:00:22] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003727 10.0.0.50 - - [2026-07-06 17:00:23] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.003672 10.0.0.50 - - [2026-07-06 17:00:24] "GET /virtual-machine/c639c38b-4cfb-4984-b674-cab468f0a775 HTTP/1.1" 404 171 0.002935 10.0.0.50 - - [2026-07-06 17:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.50 - - [2026-07-06 17:00:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004048 10.0.0.50 - - [2026-07-06 17:00:24] "GET /virtual-networks?parent_id=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003587 10.0.0.50 - - [2026-07-06 17:00:24] "GET /virtual-network/307195bf-cc6f-4171-9865-ed3fe5299949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006914 10.0.0.50 - - [2026-07-06 17:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.50 - - [2026-07-06 17:00:24] "GET /routing-instance/e741dafd-e50f-4d62-a6b5-40ab3d979b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004460 10.0.0.50 - - [2026-07-06 17:00:24] "GET /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004205 10.0.0.50 - - [2026-07-06 17:00:24] "GET /obj-perms HTTP/1.1" 200 4481 0.003734 10.0.0.242 - - [2026-07-06 17:00:24] "GET /obj-perms HTTP/1.1" 200 4481 0.004153 10.0.0.33 - - [2026-07-06 17:00:24] "GET /obj-perms HTTP/1.1" 200 4481 0.004476 10.0.0.242 - - [2026-07-06 17:00:25] "DELETE /route-target/c4c6c66c-de06-4bce-973f-e9e9ae156bf7 HTTP/1.1" 200 115 0.049983 10.0.0.50 - - [2026-07-06 17:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.50 - - [2026-07-06 17:00:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004890 10.0.0.50 - - [2026-07-06 17:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.50 - - [2026-07-06 17:00:25] "PUT /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64 HTTP/1.1" 200 276 0.013902 10.0.0.33 - - [2026-07-06 17:00:27] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.022854 10.0.0.50 - - [2026-07-06 17:00:27] "GET /project/d45c4c38-9c1e-4fff-8cda-8584f753d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.067598 10.0.0.33 - - [2026-07-06 17:00:27] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001271 10.0.0.50 - - [2026-07-06 17:00:27] "GET /project/d45c4c38-9c1e-4fff-8cda-8584f753d673?fields=virtual_networks HTTP/1.1" 200 1046 0.055700 10.0.0.33 - - [2026-07-06 17:00:27] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001050 10.0.0.50 - - [2026-07-06 17:00:27] "GET /project/d45c4c38-9c1e-4fff-8cda-8584f753d673?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.055330 10.0.0.33 - - [2026-07-06 17:00:27] "GET /projects?obj_uuids=d45c4c38-9c1e-4fff-8cda-8584f753d673&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001130 10.0.0.50 - - [2026-07-06 17:00:27] "GET /project/d45c4c38-9c1e-4fff-8cda-8584f753d673?fields=security_groups HTTP/1.1" 200 1279 0.041715 10.0.0.50 - - [2026-07-06 17:00:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.025294 10.0.0.33 - - [2026-07-06 17:00:28] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002889 10.0.0.33 - - [2026-07-06 17:00:28] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.33 - - [2026-07-06 17:00:28] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008266 10.0.0.33 - - [2026-07-06 17:00:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.006001 10.0.0.33 - - [2026-07-06 17:00:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.006004 10.0.0.33 - - [2026-07-06 17:00:29] "POST /security-groups HTTP/1.1" 200 597 0.033859 10.0.0.33 - - [2026-07-06 17:00:29] "POST /projects HTTP/1.1" 200 597 0.245579 10.0.0.33 - - [2026-07-06 17:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.323446 10.0.0.242 - - [2026-07-06 17:00:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.008956 10.0.0.50 - - [2026-07-06 17:00:29] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.454729 10.0.0.50 - - [2026-07-06 17:00:30] "GET / HTTP/1.1" 200 35931 0.001557 10.0.0.33 - - [2026-07-06 17:00:33] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001361 10.0.0.50 - - [2026-07-06 17:00:33] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039396 10.0.0.33 - - [2026-07-06 17:00:33] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001008 10.0.0.50 - - [2026-07-06 17:00:33] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?fields=virtual_networks HTTP/1.1" 200 1043 0.160973 10.0.0.33 - - [2026-07-06 17:00:33] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.50 - - [2026-07-06 17:00:33] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.047363 10.0.0.33 - - [2026-07-06 17:00:33] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001553 10.0.0.50 - - [2026-07-06 17:00:33] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?fields=security_groups HTTP/1.1" 200 1275 0.041683 10.0.0.50 - - [2026-07-06 17:00:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.027059 10.0.0.33 - - [2026-07-06 17:00:34] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002953 10.0.0.33 - - [2026-07-06 17:00:34] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.33 - - [2026-07-06 17:00:34] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006996 10.0.0.33 - - [2026-07-06 17:00:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.003672 10.0.0.33 - - [2026-07-06 17:00:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.010031 10.0.0.33 - - [2026-07-06 17:00:35] "POST /security-groups HTTP/1.1" 200 591 0.078207 10.0.0.33 - - [2026-07-06 17:00:35] "POST /projects HTTP/1.1" 200 585 0.297215 10.0.0.242 - - [2026-07-06 17:00:35] "POST /access-control-lists HTTP/1.1" 200 596 0.035208 10.0.0.33 - - [2026-07-06 17:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.367571 10.0.0.50 - - [2026-07-06 17:00:35] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.521312 10.0.0.50 - - [2026-07-06 17:00:36] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.33 - - [2026-07-06 17:00:39] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.50 - - [2026-07-06 17:00:39] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.044459 10.0.0.33 - - [2026-07-06 17:00:39] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.50 - - [2026-07-06 17:00:39] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?fields=virtual_networks HTTP/1.1" 200 1030 0.047321 10.0.0.33 - - [2026-07-06 17:00:39] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.50 - - [2026-07-06 17:00:39] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.050441 10.0.0.33 - - [2026-07-06 17:00:39] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.50 - - [2026-07-06 17:00:39] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?fields=security_groups HTTP/1.1" 200 1256 0.038778 10.0.0.50 - - [2026-07-06 17:00:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.027254 10.0.0.33 - - [2026-07-06 17:00:40] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003563 10.0.0.33 - - [2026-07-06 17:00:40] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313 10.0.0.33 - - [2026-07-06 17:00:40] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008735 10.0.0.33 - - [2026-07-06 17:00:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.002214 10.0.0.33 - - [2026-07-06 17:00:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.004492 10.0.0.33 - - [2026-07-06 17:00:40] "POST /security-groups HTTP/1.1" 200 599 0.031913 10.0.0.242 - - [2026-07-06 17:00:40] "POST /fqname-to-id HTTP/1.1" 404 242 0.005009 10.0.0.33 - - [2026-07-06 17:00:40] "POST /projects HTTP/1.1" 200 601 0.228829 10.0.0.33 - - [2026-07-06 17:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.296103 10.0.0.242 - - [2026-07-06 17:00:40] "POST /access-control-lists HTTP/1.1" 200 602 0.040042 10.0.0.50 - - [2026-07-06 17:00:40] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.432282 10.0.0.50 - - [2026-07-06 17:00:41] "GET / HTTP/1.1" 200 35931 0.002973 10.0.0.50 - - [2026-07-06 17:00:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2026-07-06 17:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.051446 10.0.0.33 - - [2026-07-06 17:00:42] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.50 - - [2026-07-06 17:00:42] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035116 10.0.0.50 - - [2026-07-06 17:00:42] "POST /neutron/network HTTP/1.1" 200 117 0.031004 10.0.0.242 - - [2026-07-06 17:00:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.054826 10.0.0.33 - - [2026-07-06 17:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.011713 10.0.0.50 - - [2026-07-06 17:00:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.244557 10.0.0.50 - - [2026-07-06 17:00:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001290 10.0.0.50 - - [2026-07-06 17:00:43] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005516 10.0.0.50 - - [2026-07-06 17:00:43] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005982 10.0.0.50 - - [2026-07-06 17:00:43] "POST /neutron/network HTTP/1.1" 200 975 0.010209 10.0.0.50 - - [2026-07-06 17:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.33 - - [2026-07-06 17:00:43] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.50 - - [2026-07-06 17:00:43] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044359 10.0.0.50 - - [2026-07-06 17:00:43] "POST /neutron/network HTTP/1.1" 200 117 0.020013 10.0.0.242 - - [2026-07-06 17:00:43] "POST /route-targets HTTP/1.1" 200 327 0.013747 10.0.0.242 - - [2026-07-06 17:00:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.004096 10.0.0.33 - - [2026-07-06 17:00:44] "POST /useragent-kv HTTP/1.1" 200 115 0.010818 10.0.0.50 - - [2026-07-06 17:00:44] "POST /neutron/subnet HTTP/1.1" 200 730 0.186430 10.0.0.50 - - [2026-07-06 17:00:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001423 10.0.0.50 - - [2026-07-06 17:00:44] "GET /virtual-network/543dd04a-aef2-4f9c-b963-18d4fdd9263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005860 10.0.0.50 - - [2026-07-06 17:00:44] "GET /virtual-network/543dd04a-aef2-4f9c-b963-18d4fdd9263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006356 10.0.0.50 - - [2026-07-06 17:00:44] "POST /neutron/network HTTP/1.1" 200 976 0.010549 10.0.0.50 - - [2026-07-06 17:00:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001565 10.0.0.50 - - [2026-07-06 17:00:44] "POST /neutron/network HTTP/1.1" 200 985 0.007908 10.0.0.50 - - [2026-07-06 17:00:45] "POST /neutron/port HTTP/1.1" 200 117 0.007086 10.0.0.50 - - [2026-07-06 17:00:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001652 10.0.0.50 - - [2026-07-06 17:00:45] "POST /neutron/network HTTP/1.1" 200 976 0.010532 10.0.0.50 - - [2026-07-06 17:00:45] "POST /neutron/port HTTP/1.1" 200 117 0.006339 10.0.0.242 - - [2026-07-06 17:00:46] "DELETE /access-control-list/33bda47a-977c-412f-85ce-52415d483133 HTTP/1.1" 200 115 0.035093 10.0.0.33 - - [2026-07-06 17:00:47] "DELETE /project/7080ecf7d5da46d08a3df7f5f4fd0ab0 HTTP/1.1" 404 173 0.014756 10.0.0.33 - - [2026-07-06 17:00:47] "DELETE /project/d45c4c38-9c1e-4fff-8cda-8584f753d673 HTTP/1.1" 404 177 0.020241 10.0.0.33 - - [2026-07-06 17:00:47] "DELETE /project/96b4d95f13924103b1dd398280967fbe HTTP/1.1" 404 173 0.022828 10.0.0.33 - - [2026-07-06 17:00:47] "DELETE /project/b9a64fdac7764998801618b7ed99ff62 HTTP/1.1" 404 173 0.014078 10.0.0.33 - - [2026-07-06 17:00:47] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001388 10.0.0.33 - - [2026-07-06 17:00:47] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.33 - - [2026-07-06 17:00:47] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.061035 10.0.0.33 - - [2026-07-06 17:00:47] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004247 10.0.0.33 - - [2026-07-06 17:00:47] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.091141 10.0.0.33 - - [2026-07-06 17:00:47] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001509 10.0.0.33 - - [2026-07-06 17:00:47] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?fields=security_groups HTTP/1.1" 200 1361 0.079530 10.0.0.33 - - [2026-07-06 17:00:47] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?fields=security_groups HTTP/1.1" 200 1380 0.098143 10.0.0.33 - - [2026-07-06 17:00:47] "DELETE /security-group/8c9490ec-c83d-40f1-8de4-4c9caca15a39 HTTP/1.1" 200 115 0.085124 10.0.0.33 - - [2026-07-06 17:00:47] "GET /projects?obj_uuids=7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001957 10.0.0.33 - - [2026-07-06 17:00:47] "GET /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0?fields=application_policy_sets HTTP/1.1" 200 1400 0.097263 10.0.0.33 - - [2026-07-06 17:00:47] "DELETE /security-group/13de5f9a-a999-4abb-800d-282f7e12e3fb HTTP/1.1" 200 115 0.134919 10.0.0.33 - - [2026-07-06 17:00:47] "GET /projects?obj_uuids=b9a64fda-c776-4998-8016-18b7ed99ff62&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001689 10.0.0.242 - - [2026-07-06 17:00:47] "DELETE /access-control-list/d2344f58-dc96-4af3-946e-eea8ab4b0245 HTTP/1.1" 200 115 0.071182 10.0.0.33 - - [2026-07-06 17:00:47] "GET /project/b9a64fda-c776-4998-8016-18b7ed99ff62?fields=application_policy_sets HTTP/1.1" 200 1419 0.058137 10.0.0.33 - - [2026-07-06 17:00:47] "DELETE /project/7080ecf7-d5da-46d0-8a3d-f7f5f4fd0ab0 HTTP/1.1" 200 115 0.603823 10.0.0.33 - - [2026-07-06 17:00:48] "DELETE /project/b9a64fda-c776-4998-8016-18b7ed99ff62 HTTP/1.1" 200 115 0.667130 10.0.0.50 - - [2026-07-06 17:00:49] "POST /neutron/port HTTP/1.1" 200 1153 0.023061 10.0.0.50 - - [2026-07-06 17:00:49] "POST /neutron/port HTTP/1.1" 200 1207 0.132317 10.0.0.50 - - [2026-07-06 17:00:50] "POST /neutron/port HTTP/1.1" 200 1154 0.033097 10.0.0.50 - - [2026-07-06 17:00:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008201 10.0.0.50 - - [2026-07-06 17:00:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.50 - - [2026-07-06 17:00:50] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.50 - - [2026-07-06 17:00:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004611 10.0.0.50 - - [2026-07-06 17:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.50 - - [2026-07-06 17:00:55] "POST /neutron/port HTTP/1.1" 200 1217 0.017894 10.0.0.50 - - [2026-07-06 17:00:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008009 10.0.0.50 - - [2026-07-06 17:00:55] "GET /virtual-machine/e4dc72a0-aeb4-4fee-9cee-07c16b363b13 HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2026-07-06 17:00:56] "GET /virtual-machine/e4dc72a0-aeb4-4fee-9cee-07c16b363b13 HTTP/1.1" 200 1301 0.027683 10.0.0.50 - - [2026-07-06 17:00:56] "GET /virtual-machine-interface/f15ea8ca-8ab3-4504-beef-e3d69276e6ef HTTP/1.1" 200 3158 0.006023 10.0.0.50 - - [2026-07-06 17:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.50 - - [2026-07-06 17:00:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004490 10.0.0.50 - - [2026-07-06 17:00:56] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003343 10.0.0.50 - - [2026-07-06 17:00:56] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005891 10.0.0.50 - - [2026-07-06 17:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.50 - - [2026-07-06 17:00:59] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007546 10.0.0.50 - - [2026-07-06 17:01:00] "POST /neutron/port HTTP/1.1" 200 1217 0.045396 10.0.0.50 - - [2026-07-06 17:01:01] "POST /neutron/port HTTP/1.1" 200 1218 0.023800 10.0.0.50 - - [2026-07-06 17:01:02] "POST /neutron/network HTTP/1.1" 200 985 0.008096 10.0.0.50 - - [2026-07-06 17:01:02] "POST /neutron/subnet HTTP/1.1" 200 1273 0.016699 10.0.0.50 - - [2026-07-06 17:01:02] "POST /neutron/network HTTP/1.1" 200 975 0.010137 10.0.0.50 - - [2026-07-06 17:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.50 - - [2026-07-06 17:01:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003853 10.0.0.50 - - [2026-07-06 17:01:03] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003525 10.0.0.50 - - [2026-07-06 17:01:03] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005914 10.0.0.50 - - [2026-07-06 17:01:03] "POST /neutron/port HTTP/1.1" 200 1218 0.019593 10.0.0.50 - - [2026-07-06 17:01:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008449 10.0.0.50 - - [2026-07-06 17:01:04] "GET /virtual-machine/ca608fee-2373-4c3e-a614-599c553733fd HTTP/1.1" 200 1301 0.007006 10.0.0.50 - - [2026-07-06 17:01:04] "GET /virtual-machine-interface/10a20f1b-546c-4756-92a2-2601fa12f78f HTTP/1.1" 200 3157 0.007041 10.0.0.50 - - [2026-07-06 17:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.50 - - [2026-07-06 17:01:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005059 10.0.0.50 - - [2026-07-06 17:01:04] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003373 10.0.0.50 - - [2026-07-06 17:01:04] "GET /virtual-network/543dd04a-aef2-4f9c-b963-18d4fdd9263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008625 10.0.0.50 - - [2026-07-06 17:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.50 - - [2026-07-06 17:01:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005121 10.0.0.50 - - [2026-07-06 17:01:05] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003644 10.0.0.50 - - [2026-07-06 17:01:05] "GET /virtual-network/543dd04a-aef2-4f9c-b963-18d4fdd9263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006567 10.0.0.50 - - [2026-07-06 17:01:05] "POST /fqname-to-id HTTP/1.1" 404 209 0.003283 10.0.0.50 - - [2026-07-06 17:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.33 - - [2026-07-06 17:01:05] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001464 10.0.0.50 - - [2026-07-06 17:01:05] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041338 10.0.0.50 - - [2026-07-06 17:01:05] "POST /network-policys HTTP/1.1" 200 533 0.030660 10.0.0.50 - - [2026-07-06 17:01:05] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006867 10.0.0.50 - - [2026-07-06 17:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.50 - - [2026-07-06 17:01:05] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005923 10.0.0.50 - - [2026-07-06 17:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011268 10.0.0.50 - - [2026-07-06 17:01:05] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005632 10.0.0.50 - - [2026-07-06 17:01:05] "POST /ref-update HTTP/1.1" 200 156 0.067248 10.0.0.242 - - [2026-07-06 17:01:05] "POST /access-control-lists HTTP/1.1" 200 578 0.041758 10.0.0.50 - - [2026-07-06 17:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.50 - - [2026-07-06 17:01:06] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005166 10.0.0.50 - - [2026-07-06 17:01:06] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.008905 10.0.0.50 - - [2026-07-06 17:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.50 - - [2026-07-06 17:01:06] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010008 10.0.0.50 - - [2026-07-06 17:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.50 - - [2026-07-06 17:01:06] "GET /virtual-network/543dd04a-aef2-4f9c-b963-18d4fdd9263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006675 10.0.0.50 - - [2026-07-06 17:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.50 - - [2026-07-06 17:01:06] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004730 10.0.0.50 - - [2026-07-06 17:01:06] "POST /ref-update HTTP/1.1" 200 156 0.064040 10.0.0.50 - - [2026-07-06 17:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.50 - - [2026-07-06 17:01:06] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.009040 10.0.0.242 - - [2026-07-06 17:01:06] "POST /ref-update HTTP/1.1" 200 156 0.038341 10.0.0.50 - - [2026-07-06 17:01:06] "GET /virtual-network/543dd04a-aef2-4f9c-b963-18d4fdd9263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.008795 10.0.0.50 - - [2026-07-06 17:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.50 - - [2026-07-06 17:01:06] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003973 10.0.0.50 - - [2026-07-06 17:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.33 - - [2026-07-06 17:01:06] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.50 - - [2026-07-06 17:01:06] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044082 10.0.0.50 - - [2026-07-06 17:01:06] "POST /neutron/network HTTP/1.1" 200 117 0.016368 10.0.0.50 - - [2026-07-06 17:01:07] "POST /neutron/network HTTP/1.1" 200 799 0.008917 10.0.0.50 - - [2026-07-06 17:01:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001197 10.0.0.50 - - [2026-07-06 17:01:07] "GET /virtual-network/9a3edc9e-edd4-4fc2-83df-6296121a19f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011733 10.0.0.50 - - [2026-07-06 17:01:07] "GET /virtual-network/9a3edc9e-edd4-4fc2-83df-6296121a19f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006314 10.0.0.50 - - [2026-07-06 17:01:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.009987 10.0.0.50 - - [2026-07-06 17:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.33 - - [2026-07-06 17:01:07] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.50 - - [2026-07-06 17:01:07] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039206 10.0.0.242 - - [2026-07-06 17:01:07] "POST /route-targets HTTP/1.1" 200 327 0.019172 10.0.0.33 - - [2026-07-06 17:01:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006853 10.0.0.50 - - [2026-07-06 17:01:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.193584 10.0.0.50 - - [2026-07-06 17:01:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001261 10.0.0.50 - - [2026-07-06 17:01:07] "GET /virtual-network/e854ef7f-cf9c-4820-9ca1-1e8c498838d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005403 10.0.0.50 - - [2026-07-06 17:01:07] "GET /virtual-network/e854ef7f-cf9c-4820-9ca1-1e8c498838d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007633 10.0.0.50 - - [2026-07-06 17:01:07] "POST /neutron/network HTTP/1.1" 200 799 0.007954 10.0.0.50 - - [2026-07-06 17:01:07] "POST /fqname-to-id HTTP/1.1" 404 239 0.003661 10.0.0.50 - - [2026-07-06 17:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.33 - - [2026-07-06 17:01:08] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002036 10.0.0.50 - - [2026-07-06 17:01:08] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056227 10.0.0.50 - - [2026-07-06 17:01:08] "POST /network-policys HTTP/1.1" 200 587 0.031446 10.0.0.50 - - [2026-07-06 17:01:08] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.018899 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.50 - - [2026-07-06 17:01:08] "GET /virtual-network/9a3edc9e-edd4-4fc2-83df-6296121a19f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006561 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.50 - - [2026-07-06 17:01:08] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005341 10.0.0.50 - - [2026-07-06 17:01:08] "POST /ref-update HTTP/1.1" 200 156 0.084007 10.0.0.242 - - [2026-07-06 17:01:08] "POST /access-control-lists HTTP/1.1" 200 554 0.065941 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010812 10.0.0.50 - - [2026-07-06 17:01:08] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004871 10.0.0.50 - - [2026-07-06 17:01:08] "GET /virtual-network/9a3edc9e-edd4-4fc2-83df-6296121a19f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.009344 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.50 - - [2026-07-06 17:01:08] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005610 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.50 - - [2026-07-06 17:01:08] "GET /virtual-network/e854ef7f-cf9c-4820-9ca1-1e8c498838d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005845 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.50 - - [2026-07-06 17:01:08] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004623 10.0.0.50 - - [2026-07-06 17:01:08] "POST /ref-update HTTP/1.1" 200 156 0.072008 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007651 10.0.0.242 - - [2026-07-06 17:01:08] "POST /ref-update HTTP/1.1" 200 156 0.036531 10.0.0.50 - - [2026-07-06 17:01:08] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005001 10.0.0.50 - - [2026-07-06 17:01:08] "POST /neutron/network HTTP/1.1" 200 912 0.015460 10.0.0.50 - - [2026-07-06 17:01:08] "GET /virtual-network/e854ef7f-cf9c-4820-9ca1-1e8c498838d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.006282 10.0.0.50 - - [2026-07-06 17:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.50 - - [2026-07-06 17:01:09] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004950 10.0.0.50 - - [2026-07-06 17:01:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001391 10.0.0.50 - - [2026-07-06 17:01:09] "POST /neutron/network HTTP/1.1" 200 922 0.007571 10.0.0.33 - - [2026-07-06 17:01:09] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.50 - - [2026-07-06 17:01:09] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082084 10.0.0.50 - - [2026-07-06 17:01:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007208 10.0.0.50 - - [2026-07-06 17:01:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001312 10.0.0.50 - - [2026-07-06 17:01:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009614 10.0.0.50 - - [2026-07-06 17:01:10] "POST /neutron/port HTTP/1.1" 200 2281 0.030827 10.0.0.50 - - [2026-07-06 17:01:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003686 10.0.0.50 - - [2026-07-06 17:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.50 - - [2026-07-06 17:01:10] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005218 10.0.0.50 - - [2026-07-06 17:01:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003412 10.0.0.50 - - [2026-07-06 17:01:11] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004905 10.0.0.50 - - [2026-07-06 17:01:11] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004845 10.0.0.50 - - [2026-07-06 17:01:11] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.040881 10.0.0.50 - - [2026-07-06 17:01:11] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.055061 10.0.0.50 - - [2026-07-06 17:01:11] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004712 10.0.0.50 - - [2026-07-06 17:01:11] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.008041 10.0.0.50 - - [2026-07-06 17:01:11] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.074160 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.035590 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004411 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003930 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.036243 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.030849 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005711 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004767 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.021668 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003782 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004795 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004253 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.027149 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.042382 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.008766 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004200 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.033263 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.037075 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004613 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004502 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.057324 10.0.0.50 - - [2026-07-06 17:01:12] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.045582 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005845 10.0.0.50 - - [2026-07-06 17:01:12] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004623 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.022820 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003443 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005995 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004948 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.032372 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.044436 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.008034 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.007500 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.041436 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.047680 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010442 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008171 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.042223 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.031293 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005352 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004611 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.018826 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003289 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005480 10.0.0.50 - - [2026-07-06 17:01:13] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004174 10.0.0.50 - - [2026-07-06 17:01:13] "POST /neutron/network HTTP/1.1" 200 922 0.005969 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.037092 10.0.0.50 - - [2026-07-06 17:01:13] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.051032 10.0.0.50 - - [2026-07-06 17:01:14] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.006937 10.0.0.50 - - [2026-07-06 17:01:14] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.005751 10.0.0.50 - - [2026-07-06 17:01:14] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.075478 10.0.0.50 - - [2026-07-06 17:01:14] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.046547 10.0.0.50 - - [2026-07-06 17:01:14] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.010900 10.0.0.50 - - [2026-07-06 17:01:14] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008664 10.0.0.50 - - [2026-07-06 17:01:14] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.047668 10.0.0.50 - - [2026-07-06 17:01:14] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.040865 10.0.0.50 - - [2026-07-06 17:01:14] "POST /neutron/network HTTP/1.1" 200 922 0.015880 10.0.0.50 - - [2026-07-06 17:01:14] "POST /neutron/port HTTP/1.1" 200 1117 0.228907 10.0.0.50 - - [2026-07-06 17:01:15] "POST /neutron/port HTTP/1.1" 200 1117 0.125292 10.0.0.50 - - [2026-07-06 17:01:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.009928 10.0.0.50 - - [2026-07-06 17:01:16] "POST /neutron/port HTTP/1.1" 200 1127 0.019339 10.0.0.50 - - [2026-07-06 17:01:16] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.50 - - [2026-07-06 17:01:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004355 10.0.0.50 - - [2026-07-06 17:01:24] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005203 10.0.0.50 - - [2026-07-06 17:01:24] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004858 10.0.0.50 - - [2026-07-06 17:01:24] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.030186 10.0.0.50 - - [2026-07-06 17:01:24] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.039020 10.0.0.50 - - [2026-07-06 17:01:24] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.004649 10.0.0.50 - - [2026-07-06 17:01:24] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.004702 10.0.0.50 - - [2026-07-06 17:01:24] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.040193 10.0.0.50 - - [2026-07-06 17:01:24] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.053966 10.0.0.50 - - [2026-07-06 17:01:24] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006899 10.0.0.50 - - [2026-07-06 17:01:24] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009191 10.0.0.50 - - [2026-07-06 17:01:24] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.038271 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.045625 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007835 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006089 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.024998 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003417 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005248 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004324 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.031140 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.034075 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006346 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006099 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.032036 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.044583 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005906 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007673 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.032739 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.038795 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006162 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.013920 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.031379 10.0.0.50 - - [2026-07-06 17:01:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008783 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003898 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005268 10.0.0.50 - - [2026-07-06 17:01:25] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004252 10.0.0.50 - - [2026-07-06 17:01:25] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.027204 10.0.0.50 - - [2026-07-06 17:01:26] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.041051 10.0.0.50 - - [2026-07-06 17:01:26] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005056 10.0.0.50 - - [2026-07-06 17:01:26] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006082 10.0.0.50 - - [2026-07-06 17:01:26] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.030395 10.0.0.50 - - [2026-07-06 17:01:26] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.037701 10.0.0.50 - - [2026-07-06 17:01:26] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006332 10.0.0.50 - - [2026-07-06 17:01:26] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006629 10.0.0.50 - - [2026-07-06 17:01:26] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.043521 10.0.0.50 - - [2026-07-06 17:01:26] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.033361 10.0.0.50 - - [2026-07-06 17:01:26] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004840 10.0.0.50 - - [2026-07-06 17:01:26] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003964 10.0.0.50 - - [2026-07-06 17:01:26] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.018755 10.0.0.50 - - [2026-07-06 17:01:26] "POST /ref-update HTTP/1.1" 200 156 0.047725 10.0.0.50 - - [2026-07-06 17:01:26] "GET /virtual-network/e854ef7f-cf9c-4820-9ca1-1e8c498838d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009426 10.0.0.50 - - [2026-07-06 17:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.50 - - [2026-07-06 17:01:26] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005703 10.0.0.50 - - [2026-07-06 17:01:26] "POST /ref-update HTTP/1.1" 200 156 0.061049 10.0.0.50 - - [2026-07-06 17:01:26] "POST /neutron/port HTTP/1.1" 200 1127 0.035701 10.0.0.242 - - [2026-07-06 17:01:26] "DELETE /access-control-list/7547af31-58db-4322-8fa1-bcf3f834b1cd HTTP/1.1" 200 115 0.049611 10.0.0.50 - - [2026-07-06 17:01:27] "GET /virtual-network/9a3edc9e-edd4-4fc2-83df-6296121a19f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011915 10.0.0.50 - - [2026-07-06 17:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.50 - - [2026-07-06 17:01:27] "GET /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004190 10.0.0.50 - - [2026-07-06 17:01:27] "DELETE /network-policy/cb354799-5f29-42ec-8ac2-78043481fe67 HTTP/1.1" 200 115 0.034593 10.0.0.50 - - [2026-07-06 17:01:27] "POST /neutron/network HTTP/1.1" 200 799 0.009799 10.0.0.50 - - [2026-07-06 17:01:27] "POST /neutron/network HTTP/1.1" 200 1072 0.007591 10.0.0.50 - - [2026-07-06 17:01:27] "POST /neutron/subnet HTTP/1.1" 200 1278 0.015098 10.0.0.50 - - [2026-07-06 17:01:27] "POST /neutron/network HTTP/1.1" 200 1062 0.009540 10.0.0.50 - - [2026-07-06 17:01:28] "POST /neutron/port HTTP/1.1" 200 151 0.188963 10.0.0.50 - - [2026-07-06 17:01:28] "POST /neutron/port HTTP/1.1" 200 151 0.194207 10.0.0.242 - - [2026-07-06 17:01:29] "DELETE /route-target/64ca8984-f647-4200-b96b-345e12b62ca8 HTTP/1.1" 200 115 0.026480 10.0.0.50 - - [2026-07-06 17:01:29] "POST /neutron/network HTTP/1.1" 200 799 0.010104 10.0.0.242 - - [2026-07-06 17:01:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.017860 10.0.0.50 - - [2026-07-06 17:01:29] "POST /ref-update HTTP/1.1" 200 156 0.093981 10.0.0.242 - - [2026-07-06 17:01:29] "DELETE /access-control-list/2ef2f2ed-4dbd-4d9f-a4bf-92522c854bdc HTTP/1.1" 200 115 0.068606 10.0.0.50 - - [2026-07-06 17:01:29] "GET /virtual-network/543dd04a-aef2-4f9c-b963-18d4fdd9263f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011812 10.0.0.50 - - [2026-07-06 17:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007555 10.0.0.50 - - [2026-07-06 17:01:29] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004476 10.0.0.50 - - [2026-07-06 17:01:29] "POST /ref-update HTTP/1.1" 200 156 0.049728 10.0.0.50 - - [2026-07-06 17:01:29] "POST /neutron/network HTTP/1.1" 200 975 0.012437 10.0.0.242 - - [2026-07-06 17:01:29] "POST /ref-update HTTP/1.1" 200 156 0.024073 10.0.0.50 - - [2026-07-06 17:01:29] "GET /virtual-network/c27baa64-c0da-4717-a801-f767b1b2b54d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.017499 10.0.0.50 - - [2026-07-06 17:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.50 - - [2026-07-06 17:01:29] "GET /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004082 10.0.0.50 - - [2026-07-06 17:01:29] "DELETE /network-policy/26f2f070-0007-42fe-9ee9-0d89303d9d39 HTTP/1.1" 200 115 0.036226 10.0.0.50 - - [2026-07-06 17:01:31] "POST /neutron/port HTTP/1.1" 200 1218 0.022726 10.0.0.50 - - [2026-07-06 17:01:32] "POST /neutron/port HTTP/1.1" 200 1217 0.028496 10.0.0.50 - - [2026-07-06 17:01:32] "POST /neutron/port HTTP/1.1" 200 151 0.286446 10.0.0.33 - - [2026-07-06 17:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004797 10.0.0.33 - - [2026-07-06 17:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005815 10.0.0.33 - - [2026-07-06 17:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002706 10.0.0.33 - - [2026-07-06 17:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003419 10.0.0.50 - - [2026-07-06 17:01:34] "POST /neutron/network HTTP/1.1" 200 151 0.173124 10.0.0.242 - - [2026-07-06 17:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006509 10.0.0.50 - - [2026-07-06 17:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.33 - - [2026-07-06 17:01:35] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.50 - - [2026-07-06 17:01:35] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041417 10.0.0.50 - - [2026-07-06 17:01:35] "POST /neutron/network HTTP/1.1" 200 117 0.014711 10.0.0.242 - - [2026-07-06 17:01:36] "POST /ref-update HTTP/1.1" 200 156 0.027282 10.0.0.242 - - [2026-07-06 17:01:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.004365 10.0.0.33 - - [2026-07-06 17:01:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005711 10.0.0.50 - - [2026-07-06 17:01:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.173532 10.0.0.50 - - [2026-07-06 17:01:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001622 10.0.0.50 - - [2026-07-06 17:01:36] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006762 10.0.0.50 - - [2026-07-06 17:01:36] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006510 10.0.0.50 - - [2026-07-06 17:01:36] "POST /neutron/network HTTP/1.1" 200 975 0.010697 10.0.0.50 - - [2026-07-06 17:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.33 - - [2026-07-06 17:01:36] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.50 - - [2026-07-06 17:01:36] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041847 10.0.0.50 - - [2026-07-06 17:01:36] "POST /neutron/network HTTP/1.1" 200 117 0.018125 10.0.0.33 - - [2026-07-06 17:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006243 10.0.0.50 - - [2026-07-06 17:01:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.214910 10.0.0.50 - - [2026-07-06 17:01:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001208 10.0.0.50 - - [2026-07-06 17:01:37] "GET /virtual-network/4ef96c40-21b5-4b5c-b72a-2e5bf6b8f4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005309 10.0.0.50 - - [2026-07-06 17:01:37] "GET /virtual-network/4ef96c40-21b5-4b5c-b72a-2e5bf6b8f4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005633 10.0.0.50 - - [2026-07-06 17:01:37] "POST /neutron/network HTTP/1.1" 200 975 0.009530 10.0.0.50 - - [2026-07-06 17:01:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001307 10.0.0.50 - - [2026-07-06 17:01:37] "POST /neutron/network HTTP/1.1" 200 985 0.008317 10.0.0.50 - - [2026-07-06 17:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.006119 10.0.0.50 - - [2026-07-06 17:01:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001607 10.0.0.33 - - [2026-07-06 17:01:38] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.50 - - [2026-07-06 17:01:38] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054133 10.0.0.50 - - [2026-07-06 17:01:38] "POST /neutron/network HTTP/1.1" 200 975 0.029163 10.0.0.50 - - [2026-07-06 17:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.006680 10.0.0.50 - - [2026-07-06 17:01:42] "POST /neutron/port HTTP/1.1" 200 1153 0.027229 10.0.0.50 - - [2026-07-06 17:01:42] "POST /neutron/port HTTP/1.1" 200 1207 0.181562 10.0.0.50 - - [2026-07-06 17:01:43] "POST /neutron/port HTTP/1.1" 200 1153 0.023907 10.0.0.50 - - [2026-07-06 17:01:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008315 10.0.0.50 - - [2026-07-06 17:01:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004120 10.0.0.50 - - [2026-07-06 17:01:43] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.50 - - [2026-07-06 17:01:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004161 10.0.0.50 - - [2026-07-06 17:01:44] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.50 - - [2026-07-06 17:01:48] "POST /neutron/port HTTP/1.1" 200 1217 0.019513 10.0.0.50 - - [2026-07-06 17:01:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008956 10.0.0.50 - - [2026-07-06 17:01:48] "GET /virtual-machine/fcc95d89-7f3d-41c8-b4a7-5708cd25459f HTTP/1.1" 200 1301 0.006471 10.0.0.50 - - [2026-07-06 17:01:48] "GET /virtual-machine-interface/951ac4d9-c01b-476e-bf14-8c3554330fcf HTTP/1.1" 200 3158 0.005969 10.0.0.50 - - [2026-07-06 17:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.50 - - [2026-07-06 17:01:48] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004112 10.0.0.50 - - [2026-07-06 17:01:48] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004032 10.0.0.50 - - [2026-07-06 17:01:49] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006979 10.0.0.50 - - [2026-07-06 17:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.50 - - [2026-07-06 17:01:52] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006611 10.0.0.50 - - [2026-07-06 17:01:53] "POST /neutron/port HTTP/1.1" 200 1217 0.023352 10.0.0.50 - - [2026-07-06 17:01:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008080 10.0.0.50 - - [2026-07-06 17:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.50 - - [2026-07-06 17:01:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004984 10.0.0.50 - - [2026-07-06 17:01:56] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003739 10.0.0.50 - - [2026-07-06 17:01:56] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006550 10.0.0.50 - - [2026-07-06 17:01:56] "POST /neutron/port HTTP/1.1" 200 1217 0.024790 10.0.0.50 - - [2026-07-06 17:01:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008984 10.0.0.50 - - [2026-07-06 17:01:56] "GET /virtual-machine/86afdbf5-554c-4b34-ac2f-a30906447b47 HTTP/1.1" 200 1300 0.006737 10.0.0.50 - - [2026-07-06 17:01:56] "GET /virtual-machine-interface/e3f66d94-6069-40fb-82bb-0a875d16b22c HTTP/1.1" 200 3157 0.008331 10.0.0.50 - - [2026-07-06 17:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.50 - - [2026-07-06 17:01:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004646 10.0.0.50 - - [2026-07-06 17:01:56] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003653 10.0.0.50 - - [2026-07-06 17:01:56] "GET /virtual-network/4ef96c40-21b5-4b5c-b72a-2e5bf6b8f4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005579 10.0.0.50 - - [2026-07-06 17:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.50 - - [2026-07-06 17:01:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004358 10.0.0.50 - - [2026-07-06 17:01:57] "GET /virtual-networks?parent_id=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003970 10.0.0.50 - - [2026-07-06 17:01:57] "GET /virtual-network/4ef96c40-21b5-4b5c-b72a-2e5bf6b8f4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006411 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 404 209 0.003467 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.33 - - [2026-07-06 17:01:58] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.50 - - [2026-07-06 17:01:58] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045382 10.0.0.50 - - [2026-07-06 17:01:58] "POST /network-policys HTTP/1.1" 200 533 0.030126 10.0.0.50 - - [2026-07-06 17:01:58] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006987 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.50 - - [2026-07-06 17:01:58] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006409 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.50 - - [2026-07-06 17:01:58] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004360 10.0.0.242 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.005965 10.0.0.50 - - [2026-07-06 17:01:58] "POST /ref-update HTTP/1.1" 200 156 0.049531 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.50 - - [2026-07-06 17:01:58] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004376 10.0.0.50 - - [2026-07-06 17:01:58] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.008002 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.50 - - [2026-07-06 17:01:58] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004488 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.50 - - [2026-07-06 17:01:58] "GET /virtual-network/4ef96c40-21b5-4b5c-b72a-2e5bf6b8f4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006509 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.020616 10.0.0.50 - - [2026-07-06 17:01:58] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004398 10.0.0.242 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 404 230 0.003074 10.0.0.50 - - [2026-07-06 17:01:58] "POST /ref-update HTTP/1.1" 200 156 0.050084 10.0.0.50 - - [2026-07-06 17:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.50 - - [2026-07-06 17:01:58] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006044 10.0.0.50 - - [2026-07-06 17:01:59] "GET /virtual-network/4ef96c40-21b5-4b5c-b72a-2e5bf6b8f4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.009669 10.0.0.50 - - [2026-07-06 17:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.242 - - [2026-07-06 17:01:59] "POST /access-control-lists HTTP/1.1" 200 578 0.076733 10.0.0.50 - - [2026-07-06 17:01:59] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006839 10.0.0.50 - - [2026-07-06 17:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.33 - - [2026-07-06 17:01:59] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.50 - - [2026-07-06 17:01:59] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047487 10.0.0.50 - - [2026-07-06 17:01:59] "POST /neutron/network HTTP/1.1" 200 117 0.014399 10.0.0.242 - - [2026-07-06 17:01:59] "POST /ref-update HTTP/1.1" 200 156 0.023992 10.0.0.50 - - [2026-07-06 17:01:59] "POST /neutron/network HTTP/1.1" 200 799 0.009043 10.0.0.50 - - [2026-07-06 17:01:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001153 10.0.0.50 - - [2026-07-06 17:01:59] "GET /virtual-network/f95eba2f-ff8e-40f0-a75c-cd95715226ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005236 10.0.0.50 - - [2026-07-06 17:01:59] "GET /virtual-network/f95eba2f-ff8e-40f0-a75c-cd95715226ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005895 10.0.0.50 - - [2026-07-06 17:01:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.009656 10.0.0.50 - - [2026-07-06 17:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.33 - - [2026-07-06 17:01:59] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.50 - - [2026-07-06 17:01:59] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059999 10.0.0.33 - - [2026-07-06 17:02:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005870 10.0.0.50 - - [2026-07-06 17:02:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.252571 10.0.0.50 - - [2026-07-06 17:02:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001564 10.0.0.50 - - [2026-07-06 17:02:00] "GET /virtual-network/ebe0cae6-75be-49f8-8f7f-c14471969268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005449 10.0.0.50 - - [2026-07-06 17:02:00] "GET /virtual-network/ebe0cae6-75be-49f8-8f7f-c14471969268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005844 10.0.0.50 - - [2026-07-06 17:02:00] "POST /neutron/network HTTP/1.1" 200 799 0.007437 10.0.0.50 - - [2026-07-06 17:02:00] "POST /fqname-to-id HTTP/1.1" 404 239 0.003186 10.0.0.50 - - [2026-07-06 17:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.33 - - [2026-07-06 17:02:00] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002079 10.0.0.50 - - [2026-07-06 17:02:00] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038004 10.0.0.50 - - [2026-07-06 17:02:00] "POST /network-policys HTTP/1.1" 200 587 0.031721 10.0.0.50 - - [2026-07-06 17:02:00] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007427 10.0.0.50 - - [2026-07-06 17:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.50 - - [2026-07-06 17:02:00] "GET /virtual-network/f95eba2f-ff8e-40f0-a75c-cd95715226ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006375 10.0.0.50 - - [2026-07-06 17:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.50 - - [2026-07-06 17:02:00] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004843 10.0.0.242 - - [2026-07-06 17:02:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.007163 10.0.0.50 - - [2026-07-06 17:02:00] "POST /ref-update HTTP/1.1" 200 156 0.055311 10.0.0.50 - - [2026-07-06 17:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.50 - - [2026-07-06 17:02:00] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004248 10.0.0.50 - - [2026-07-06 17:02:01] "GET /virtual-network/f95eba2f-ff8e-40f0-a75c-cd95715226ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008289 10.0.0.50 - - [2026-07-06 17:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.50 - - [2026-07-06 17:02:01] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005277 10.0.0.50 - - [2026-07-06 17:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.50 - - [2026-07-06 17:02:01] "GET /virtual-network/ebe0cae6-75be-49f8-8f7f-c14471969268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008093 10.0.0.50 - - [2026-07-06 17:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.50 - - [2026-07-06 17:02:01] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004857 10.0.0.50 - - [2026-07-06 17:02:01] "POST /ref-update HTTP/1.1" 200 156 0.082198 10.0.0.50 - - [2026-07-06 17:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.242 - - [2026-07-06 17:02:01] "POST /access-control-lists HTTP/1.1" 200 554 0.091886 10.0.0.50 - - [2026-07-06 17:02:01] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003435 10.0.0.50 - - [2026-07-06 17:02:01] "POST /neutron/network HTTP/1.1" 200 912 0.018491 10.0.0.50 - - [2026-07-06 17:02:01] "GET /virtual-network/ebe0cae6-75be-49f8-8f7f-c14471969268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.009642 10.0.0.50 - - [2026-07-06 17:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006140 10.0.0.50 - - [2026-07-06 17:02:01] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004787 10.0.0.50 - - [2026-07-06 17:02:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001403 10.0.0.50 - - [2026-07-06 17:02:01] "POST /neutron/network HTTP/1.1" 200 922 0.009418 10.0.0.50 - - [2026-07-06 17:02:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008952 10.0.0.50 - - [2026-07-06 17:02:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.001213 10.0.0.50 - - [2026-07-06 17:02:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008040 10.0.0.50 - - [2026-07-06 17:02:02] "POST /neutron/port HTTP/1.1" 200 2280 0.032334 10.0.0.50 - - [2026-07-06 17:02:02] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003551 10.0.0.50 - - [2026-07-06 17:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.50 - - [2026-07-06 17:02:02] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004739 10.0.0.50 - - [2026-07-06 17:02:03] "POST /neutron/port HTTP/1.1" 200 1217 0.018726 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003925 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005122 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004799 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.028150 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.032114 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005481 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.008598 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.034797 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.057410 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006524 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007405 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.029942 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.044581 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011819 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007483 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.024371 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005582 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004983 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004782 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.026181 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.029335 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005975 10.0.0.50 - - [2026-07-06 17:02:04] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.005340 10.0.0.50 - - [2026-07-06 17:02:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004742 10.0.0.50 - - [2026-07-06 17:02:04] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.034187 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.042449 10.0.0.50 - - [2026-07-06 17:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.004116 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006847 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007178 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.038281 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.034541 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.010535 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004147 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.024552 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003728 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004832 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005305 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.029634 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.034347 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.009674 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.008436 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.034978 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.043609 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008439 10.0.0.50 - - [2026-07-06 17:02:05] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004402 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.035416 10.0.0.50 - - [2026-07-06 17:02:05] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.038194 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006940 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006800 10.0.0.50 - - [2026-07-06 17:02:06] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.017264 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005383 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005054 10.0.0.50 - - [2026-07-06 17:02:06] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.016063 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.004860 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.008975 10.0.0.50 - - [2026-07-06 17:02:06] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.018576 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005151 10.0.0.50 - - [2026-07-06 17:02:06] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005384 10.0.0.50 - - [2026-07-06 17:02:06] "POST /neutron/network HTTP/1.1" 200 922 0.009227 10.0.0.50 - - [2026-07-06 17:02:06] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.016769 10.0.0.50 - - [2026-07-06 17:02:06] "POST /neutron/port HTTP/1.1" 200 1063 0.018483 10.0.0.50 - - [2026-07-06 17:02:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004132 10.0.0.50 - - [2026-07-06 17:02:07] "POST /neutron/network HTTP/1.1" 200 912 0.007171 10.0.0.50 - - [2026-07-06 17:02:09] "POST /neutron/port HTTP/1.1" 200 1063 0.021539 10.0.0.50 - - [2026-07-06 17:02:10] "POST /neutron/port HTTP/1.1" 200 1127 0.022589 10.0.0.50 - - [2026-07-06 17:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.50 - - [2026-07-06 17:02:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006196 10.0.0.50 - - [2026-07-06 17:02:16] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004916 10.0.0.50 - - [2026-07-06 17:02:16] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004425 10.0.0.50 - - [2026-07-06 17:02:16] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.049860 10.0.0.50 - - [2026-07-06 17:02:16] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.050410 10.0.0.50 - - [2026-07-06 17:02:16] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.009110 10.0.0.50 - - [2026-07-06 17:02:16] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.005805 10.0.0.50 - - [2026-07-06 17:02:16] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.059119 10.0.0.50 - - [2026-07-06 17:02:16] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.047163 10.0.0.50 - - [2026-07-06 17:02:16] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005422 10.0.0.50 - - [2026-07-06 17:02:16] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011373 10.0.0.50 - - [2026-07-06 17:02:16] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.063257 10.0.0.50 - - [2026-07-06 17:02:16] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.055158 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.015928 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009749 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.021583 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004041 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004963 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004764 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.030706 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.042577 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.009629 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.004114 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.040095 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.039457 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004621 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005890 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.034558 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.050798 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.009751 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2899 0.008244 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.023848 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003745 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004711 10.0.0.50 - - [2026-07-06 17:02:17] "GET /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005420 10.0.0.50 - - [2026-07-06 17:02:17] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.032733 10.0.0.50 - - [2026-07-06 17:02:18] "PUT /bgp-router/84bd8685-fbed-4a69-8b50-8aae91c52bc4 HTTP/1.1" 200 254 0.042945 10.0.0.50 - - [2026-07-06 17:02:18] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006549 10.0.0.50 - - [2026-07-06 17:02:18] "GET /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2836 0.006589 10.0.0.50 - - [2026-07-06 17:02:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011235 10.0.0.50 - - [2026-07-06 17:02:18] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.045690 10.0.0.50 - - [2026-07-06 17:02:18] "PUT /bgp-router/719fdbf6-56ec-4624-8677-d5e133f8c343 HTTP/1.1" 200 254 0.059809 10.0.0.50 - - [2026-07-06 17:02:18] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.014621 10.0.0.50 - - [2026-07-06 17:02:18] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005100 10.0.0.50 - - [2026-07-06 17:02:18] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.040809 10.0.0.50 - - [2026-07-06 17:02:18] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.033130 10.0.0.50 - - [2026-07-06 17:02:18] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005813 10.0.0.50 - - [2026-07-06 17:02:18] "GET /bgp-router/648a442f-2599-4471-8cd4-dda963671121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005556 10.0.0.50 - - [2026-07-06 17:02:18] "PUT /bgp-router/648a442f-2599-4471-8cd4-dda963671121 HTTP/1.1" 200 254 0.020629 10.0.0.50 - - [2026-07-06 17:02:18] "POST /ref-update HTTP/1.1" 200 156 0.053115 10.0.0.50 - - [2026-07-06 17:02:18] "GET /virtual-network/ebe0cae6-75be-49f8-8f7f-c14471969268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.013421 10.0.0.50 - - [2026-07-06 17:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.242 - - [2026-07-06 17:02:18] "POST /ref-update HTTP/1.1" 200 156 0.017560 10.0.0.50 - - [2026-07-06 17:02:18] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007487 10.0.0.50 - - [2026-07-06 17:02:18] "POST /ref-update HTTP/1.1" 200 156 0.046310 10.0.0.50 - - [2026-07-06 17:02:18] "GET /virtual-network/f95eba2f-ff8e-40f0-a75c-cd95715226ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.010734 10.0.0.50 - - [2026-07-06 17:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.50 - - [2026-07-06 17:02:19] "GET /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004874 10.0.0.50 - - [2026-07-06 17:02:19] "DELETE /network-policy/428af5d6-9a89-4a70-b9eb-ad12f20b3fba HTTP/1.1" 200 115 0.031157 10.0.0.50 - - [2026-07-06 17:02:19] "POST /neutron/network HTTP/1.1" 200 799 0.008592 10.0.0.50 - - [2026-07-06 17:02:20] "POST /neutron/port HTTP/1.1" 200 1117 0.013414 10.0.0.50 - - [2026-07-06 17:02:20] "POST /neutron/port HTTP/1.1" 200 1117 0.018193 10.0.0.33 - - [2026-07-06 17:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003503 10.0.0.33 - - [2026-07-06 17:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003028 10.0.0.242 - - [2026-07-06 17:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005298 10.0.0.50 - - [2026-07-06 17:02:21] "POST /neutron/network HTTP/1.1" 200 151 0.125797 10.0.0.242 - - [2026-07-06 17:02:21] "DELETE /route-target/b8e30e81-7237-439c-879d-31bbdb200afa HTTP/1.1" 200 115 0.027579 10.0.0.50 - - [2026-07-06 17:02:21] "POST /ref-update HTTP/1.1" 200 156 0.056879 10.0.0.50 - - [2026-07-06 17:02:21] "POST /neutron/network HTTP/1.1" 200 975 0.026495 10.0.0.50 - - [2026-07-06 17:02:21] "GET /virtual-network/4ef96c40-21b5-4b5c-b72a-2e5bf6b8f4da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006631 10.0.0.50 - - [2026-07-06 17:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.50 - - [2026-07-06 17:02:21] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003862 10.0.0.242 - - [2026-07-06 17:02:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.007185 10.0.0.50 - - [2026-07-06 17:02:21] "POST /ref-update HTTP/1.1" 200 156 0.052909 10.0.0.242 - - [2026-07-06 17:02:21] "DELETE /access-control-list/b648b20f-c938-445f-9b4d-251114ddefd6 HTTP/1.1" 200 115 0.040635 10.0.0.50 - - [2026-07-06 17:02:21] "GET /virtual-network/6fe50eb2-57d2-4655-8a6f-e3a9dcf649b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.018742 10.0.0.50 - - [2026-07-06 17:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.50 - - [2026-07-06 17:02:21] "GET /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004633 10.0.0.50 - - [2026-07-06 17:02:21] "DELETE /network-policy/c1989bce-d9a5-40c4-abf7-d47e3862e0bd HTTP/1.1" 200 115 0.053889 10.0.0.50 - - [2026-07-06 17:02:22] "POST /neutron/network HTTP/1.1" 400 204 0.014076 10.0.0.50 - - [2026-07-06 17:02:24] "POST /neutron/port HTTP/1.1" 200 1207 0.017234 10.0.0.50 - - [2026-07-06 17:02:24] "POST /neutron/port HTTP/1.1" 200 151 0.330039 10.0.0.50 - - [2026-07-06 17:02:26] "POST /neutron/network HTTP/1.1" 200 975 0.010920 10.0.0.242 - - [2026-07-06 17:02:26] "DELETE /route-target/6be0de14-071b-4926-92ba-fa555bb746c5 HTTP/1.1" 200 115 0.022683 10.0.0.33 - - [2026-07-06 17:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005504 10.0.0.33 - - [2026-07-06 17:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003494 10.0.0.33 - - [2026-07-06 17:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.33 - - [2026-07-06 17:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002299 10.0.0.50 - - [2026-07-06 17:02:26] "POST /neutron/network HTTP/1.1" 200 151 0.140732 10.0.0.33 - - [2026-07-06 17:02:27] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.50 - - [2026-07-06 17:02:27] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062951 10.0.0.33 - - [2026-07-06 17:02:27] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.50 - - [2026-07-06 17:02:27] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?fields=virtual_networks HTTP/1.1" 200 1048 0.044143 10.0.0.33 - - [2026-07-06 17:02:27] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.50 - - [2026-07-06 17:02:27] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.036045 10.0.0.33 - - [2026-07-06 17:02:28] "GET /projects?obj_uuids=96b4d95f-1392-4103-b1dd-398280967fbe&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.50 - - [2026-07-06 17:02:28] "GET /project/96b4d95f-1392-4103-b1dd-398280967fbe?fields=security_groups HTTP/1.1" 200 1282 0.038698 10.0.0.50 - - [2026-07-06 17:02:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.027476 10.0.0.33 - - [2026-07-06 17:02:28] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003280 10.0.0.33 - - [2026-07-06 17:02:28] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.33 - - [2026-07-06 17:02:28] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032167 10.0.0.33 - - [2026-07-06 17:02:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.013350 10.0.0.33 - - [2026-07-06 17:02:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.004712 10.0.0.33 - - [2026-07-06 17:02:29] "POST /security-groups HTTP/1.1" 200 586 0.073391 10.0.0.242 - - [2026-07-06 17:02:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003311 10.0.0.33 - - [2026-07-06 17:02:29] "POST /projects HTTP/1.1" 200 575 0.293406 10.0.0.33 - - [2026-07-06 17:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.363086 10.0.0.242 - - [2026-07-06 17:02:29] "POST /access-control-lists HTTP/1.1" 200 589 0.028636 10.0.0.50 - - [2026-07-06 17:02:29] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.535103 10.0.0.50 - - [2026-07-06 17:02:30] "GET / HTTP/1.1" 200 35931 0.001942 10.0.0.50 - - [2026-07-06 17:02:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.50 - - [2026-07-06 17:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.027761 10.0.0.50 - - [2026-07-06 17:02:32] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005617 10.0.0.50 - - [2026-07-06 17:02:32] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004494 10.0.0.50 - - [2026-07-06 17:02:32] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003908 10.0.0.50 - - [2026-07-06 17:02:32] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.015835 10.0.0.50 - - [2026-07-06 17:02:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.025138 10.0.0.33 - - [2026-07-06 17:02:35] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002698 10.0.0.33 - - [2026-07-06 17:02:35] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.33 - - [2026-07-06 17:02:35] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007307 10.0.0.33 - - [2026-07-06 17:02:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001574 10.0.0.33 - - [2026-07-06 17:02:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.008134 10.0.0.33 - - [2026-07-06 17:02:35] "POST /security-groups HTTP/1.1" 200 586 0.073764 10.0.0.33 - - [2026-07-06 17:02:35] "POST /projects HTTP/1.1" 200 575 0.283202 10.0.0.242 - - [2026-07-06 17:02:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.007101 10.0.0.33 - - [2026-07-06 17:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.354731 10.0.0.50 - - [2026-07-06 17:02:35] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.487433 10.0.0.50 - - [2026-07-06 17:02:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.020122 10.0.0.33 - - [2026-07-06 17:02:36] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003040 10.0.0.33 - - [2026-07-06 17:02:36] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.33 - - [2026-07-06 17:02:36] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009264 10.0.0.33 - - [2026-07-06 17:02:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.003489 10.0.0.33 - - [2026-07-06 17:02:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.006974 10.0.0.33 - - [2026-07-06 17:02:36] "POST /security-groups HTTP/1.1" 200 586 0.036381 10.0.0.33 - - [2026-07-06 17:02:36] "POST /projects HTTP/1.1" 200 575 0.263907 10.0.0.242 - - [2026-07-06 17:02:36] "POST /access-control-lists HTTP/1.1" 200 591 0.034360 10.0.0.33 - - [2026-07-06 17:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.332437 10.0.0.50 - - [2026-07-06 17:02:36] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.464419 10.0.0.50 - - [2026-07-06 17:02:37] "GET / HTTP/1.1" 200 35931 0.001374 10.0.0.50 - - [2026-07-06 17:02:38] "GET / HTTP/1.1" 200 35931 0.001508 10.0.0.50 - - [2026-07-06 17:02:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.003636 10.0.0.50 - - [2026-07-06 17:02:38] "POST /api-access-lists HTTP/1.1" 200 521 0.024141 10.0.0.50 - - [2026-07-06 17:02:38] "GET /api-access-list/30b90b85-e213-4821-a227-aafb11a1b2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.005475 10.0.0.50 - - [2026-07-06 17:02:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.50 - - [2026-07-06 17:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.105421 10.0.0.33 - - [2026-07-06 17:02:39] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001364 10.0.0.50 - - [2026-07-06 17:02:39] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.059309 10.0.0.50 - - [2026-07-06 17:02:39] "GET /virtual-networks?parent_id=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017156 10.0.0.50 - - [2026-07-06 17:02:39] "POST /virtual-networks HTTP/1.1" 200 568 0.084323 10.0.0.242 - - [2026-07-06 17:02:39] "POST /route-targets HTTP/1.1" 200 327 0.014248 10.0.0.50 - - [2026-07-06 17:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.032376 10.0.0.50 - - [2026-07-06 17:02:39] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.016512 10.0.0.33 - - [2026-07-06 17:02:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007606 10.0.0.50 - - [2026-07-06 17:02:39] "POST /ref-update HTTP/1.1" 200 156 0.091150 10.0.0.50 - - [2026-07-06 17:02:40] "GET /virtual-network/0794d6c7-1671-433f-b16e-9bd1e5c7737b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1981 0.018814 10.0.0.50 - - [2026-07-06 17:02:40] "POST /neutron/network HTTP/1.1" 200 832 0.045806 10.0.0.50 - - [2026-07-06 17:02:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2026-07-06 17:02:42] "GET /obj-perms HTTP/1.1" 200 4289 0.061263 10.0.0.50 - - [2026-07-06 17:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017800 10.0.0.50 - - [2026-07-06 17:02:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.050444 10.0.0.50 - - [2026-07-06 17:02:42] "POST /id-to-fqname HTTP/1.1" 401 292 0.000401 10.0.0.50 - - [2026-07-06 17:02:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.031834 10.0.0.33 - - [2026-07-06 17:02:43] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001512 10.0.0.50 - - [2026-07-06 17:02:43] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.047925 10.0.0.50 - - [2026-07-06 17:02:43] "POST /neutron/network HTTP/1.1" 200 832 0.006581 10.0.0.50 - - [2026-07-06 17:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.022196 10.0.0.242 - - [2026-07-06 17:02:47] "DELETE /access-control-list/640309a0-010a-48a0-a5b6-8fa60b49dcd9 HTTP/1.1" 200 115 0.061462 10.0.0.33 - - [2026-07-06 17:02:48] "DELETE /project/082d3e91585f403a97a9540f954dfed3 HTTP/1.1" 404 173 0.004937 10.0.0.33 - - [2026-07-06 17:02:48] "DELETE /project/70e454aa193c4cd3b4c949656c4ec6f3 HTTP/1.1" 404 173 0.007609 10.0.0.33 - - [2026-07-06 17:02:48] "DELETE /project/7d349f349c05420fac2939634eed11ed HTTP/1.1" 404 173 0.005297 10.0.0.33 - - [2026-07-06 17:02:48] "DELETE /project/96b4d95f-1392-4103-b1dd-398280967fbe HTTP/1.1" 404 177 0.004524 10.0.0.33 - - [2026-07-06 17:02:48] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001266 10.0.0.50 - - [2026-07-06 17:02:48] "POST /neutron/port HTTP/1.1" 200 1056 0.523649 10.0.0.50 - - [2026-07-06 17:02:48] "POST /neutron/port HTTP/1.1" 200 1110 0.105370 10.0.0.50 - - [2026-07-06 17:02:49] "POST /neutron/port HTTP/1.1" 200 1120 0.019268 10.0.0.50 - - [2026-07-06 17:02:49] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.50 - - [2026-07-06 17:02:54] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009293 10.0.0.50 - - [2026-07-06 17:02:59] "POST /neutron/port HTTP/1.1" 200 1120 0.017331 10.0.0.50 - - [2026-07-06 17:02:59] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006723 10.0.0.50 - - [2026-07-06 17:02:59] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2026-07-06 17:02:59] "POST /neutron/port HTTP/1.1" 200 1120 0.018529 10.0.0.50 - - [2026-07-06 17:02:59] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 200 1287 0.044789 10.0.0.50 - - [2026-07-06 17:02:59] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 200 1287 0.019850 10.0.0.50 - - [2026-07-06 17:03:00] "GET /virtual-machine-interface/bda57158-fc24-4097-850c-617714fd7545 HTTP/1.1" 200 2530 0.028594 10.0.0.50 - - [2026-07-06 17:03:00] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 200 1287 0.022102 10.0.0.50 - - [2026-07-06 17:03:00] "GET /virtual-machine-interface/bda57158-fc24-4097-850c-617714fd7545 HTTP/1.1" 200 2530 0.025797 10.0.0.50 - - [2026-07-06 17:03:00] "GET /instance-ip/e102c60a-c51d-4813-bdf7-d6e1bf98e4ff HTTP/1.1" 200 1627 0.022998 10.0.0.50 - - [2026-07-06 17:03:00] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 200 1287 0.019634 10.0.0.50 - - [2026-07-06 17:03:00] "GET /virtual-machine-interface/bda57158-fc24-4097-850c-617714fd7545 HTTP/1.1" 200 2530 0.022235 10.0.0.50 - - [2026-07-06 17:03:00] "GET /instance-ip/e102c60a-c51d-4813-bdf7-d6e1bf98e4ff HTTP/1.1" 200 1627 0.022269 10.0.0.50 - - [2026-07-06 17:03:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.017951 10.0.0.50 - - [2026-07-06 17:03:00] "GET / HTTP/1.1" 200 35931 0.002196 10.0.0.50 - - [2026-07-06 17:03:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2026-07-06 17:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.023177 10.0.0.50 - - [2026-07-06 17:03:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004522 10.0.0.50 - - [2026-07-06 17:03:00] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017196 10.0.0.50 - - [2026-07-06 17:03:00] "POST /fqname-to-id HTTP/1.1" 403 339 0.014690 10.0.0.50 - - [2026-07-06 17:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.50 - - [2026-07-06 17:03:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003852 10.0.0.50 - - [2026-07-06 17:03:01] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018105 10.0.0.50 - - [2026-07-06 17:03:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.018657 10.0.0.50 - - [2026-07-06 17:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.50 - - [2026-07-06 17:03:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004902 10.0.0.50 - - [2026-07-06 17:03:01] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016390 10.0.0.50 - - [2026-07-06 17:03:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.017288 10.0.0.50 - - [2026-07-06 17:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.50 - - [2026-07-06 17:03:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004097 10.0.0.50 - - [2026-07-06 17:03:01] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014664 10.0.0.50 - - [2026-07-06 17:03:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.022917 10.0.0.50 - - [2026-07-06 17:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.50 - - [2026-07-06 17:03:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005604 10.0.0.50 - - [2026-07-06 17:03:01] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016756 10.0.0.50 - - [2026-07-06 17:03:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.018317 10.0.0.50 - - [2026-07-06 17:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.50 - - [2026-07-06 17:03:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003193 10.0.0.50 - - [2026-07-06 17:03:02] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017639 10.0.0.50 - - [2026-07-06 17:03:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.017466 10.0.0.50 - - [2026-07-06 17:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.50 - - [2026-07-06 17:03:02] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003658 10.0.0.50 - - [2026-07-06 17:03:02] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015412 10.0.0.50 - - [2026-07-06 17:03:02] "POST /fqname-to-id HTTP/1.1" 403 361 0.015052 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.50 - - [2026-07-06 17:03:03] "GET /routing-instance/46ef6a30-7940-49f9-b9f2-81e20f7ed1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004735 10.0.0.50 - - [2026-07-06 17:03:03] "GET /route-target/7bb93d70-916c-4bcf-a51a-bb3815ed32c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018120 10.0.0.50 - - [2026-07-06 17:03:03] "GET /route-target/7bb93d70-916c-4bcf-a51a-bb3815ed32c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003731 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.015592 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.50 - - [2026-07-06 17:03:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003776 10.0.0.50 - - [2026-07-06 17:03:03] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014594 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 403 361 0.019590 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.50 - - [2026-07-06 17:03:03] "GET /routing-instance/46ef6a30-7940-49f9-b9f2-81e20f7ed1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004151 10.0.0.50 - - [2026-07-06 17:03:03] "GET /route-target/7bb93d70-916c-4bcf-a51a-bb3815ed32c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015715 10.0.0.50 - - [2026-07-06 17:03:03] "GET /route-target/7bb93d70-916c-4bcf-a51a-bb3815ed32c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003670 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.017374 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.50 - - [2026-07-06 17:03:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004008 10.0.0.50 - - [2026-07-06 17:03:03] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019638 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.018123 10.0.0.50 - - [2026-07-06 17:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.50 - - [2026-07-06 17:03:03] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003685 10.0.0.50 - - [2026-07-06 17:03:03] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015076 10.0.0.33 - - [2026-07-06 17:03:04] "GET /obj-perms HTTP/1.1" 200 4289 0.054084 10.0.0.50 - - [2026-07-06 17:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.50 - - [2026-07-06 17:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.33 - - [2026-07-06 17:03:04] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019381 10.0.0.50 - - [2026-07-06 17:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.50 - - [2026-07-06 17:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.50 - - [2026-07-06 17:03:04] "GET /obj-perms HTTP/1.1" 200 4289 0.035078 10.0.0.50 - - [2026-07-06 17:03:05] "POST /neutron/port HTTP/1.1" 200 1120 0.018841 10.0.0.50 - - [2026-07-06 17:03:05] "GET /obj-perms HTTP/1.1" 200 4457 0.037319 10.0.0.50 - - [2026-07-06 17:03:05] "POST /neutron/subnet HTTP/1.1" 200 652 0.010087 10.0.0.242 - - [2026-07-06 17:03:05] "GET /obj-perms HTTP/1.1" 200 4457 0.038414 10.0.0.50 - - [2026-07-06 17:03:06] "GET /obj-perms HTTP/1.1" 200 4289 0.055896 10.0.0.50 - - [2026-07-06 17:03:06] "GET /obj-perms HTTP/1.1" 200 4289 0.015994 10.0.0.242 - - [2026-07-06 17:03:06] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.039419 10.0.0.33 - - [2026-07-06 17:03:06] "GET /obj-perms HTTP/1.1" 200 4289 0.014984 10.0.0.50 - - [2026-07-06 17:03:07] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 200 1287 0.039972 10.0.0.50 - - [2026-07-06 17:03:09] "POST /neutron/port HTTP/1.1" 200 1120 0.019416 10.0.0.50 - - [2026-07-06 17:03:09] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 200 1287 0.032357 10.0.0.50 - - [2026-07-06 17:03:11] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 404 171 0.019682 10.0.0.50 - - [2026-07-06 17:03:11] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 404 171 0.015419 10.0.0.50 - - [2026-07-06 17:03:11] "GET /virtual-machine/3fb8e6e6-7e8b-424d-9dc3-ae67b453b937 HTTP/1.1" 404 171 0.014253 10.0.0.50 - - [2026-07-06 17:03:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.016395 10.0.0.50 - - [2026-07-06 17:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.50 - - [2026-07-06 17:03:11] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004422 10.0.0.50 - - [2026-07-06 17:03:11] "GET /virtual-networks?parent_id=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017459 10.0.0.50 - - [2026-07-06 17:03:11] "POST /fqname-to-id HTTP/1.1" 403 361 0.016189 10.0.0.50 - - [2026-07-06 17:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.50 - - [2026-07-06 17:03:11] "GET /routing-instance/46ef6a30-7940-49f9-b9f2-81e20f7ed1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003940 10.0.0.50 - - [2026-07-06 17:03:11] "GET /route-target/7bb93d70-916c-4bcf-a51a-bb3815ed32c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013295 10.0.0.50 - - [2026-07-06 17:03:11] "GET /route-target/7bb93d70-916c-4bcf-a51a-bb3815ed32c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003628 10.0.0.50 - - [2026-07-06 17:03:11] "GET /obj-perms HTTP/1.1" 200 4289 0.016091 10.0.0.50 - - [2026-07-06 17:03:12] "GET /obj-perms HTTP/1.1" 200 4457 0.003494 10.0.0.242 - - [2026-07-06 17:03:18] "GET /obj-perms HTTP/1.1" 200 4457 0.004938 10.0.0.50 - - [2026-07-06 17:03:21] "GET /obj-perms HTTP/1.1" 200 4457 0.004018 10.0.0.242 - - [2026-07-06 17:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.242 - - [2026-07-06 17:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.33 - - [2026-07-06 17:03:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.33 - - [2026-07-06 17:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2026-07-06 17:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.33 - - [2026-07-06 17:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.242 - - [2026-07-06 17:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.001137 10.0.0.50 - - [2026-07-06 17:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.242 - - [2026-07-06 17:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.50 - - [2026-07-06 17:03:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2026-07-06 17:03:24] "GET /obj-perms HTTP/1.1" 200 4457 0.003821 10.0.0.242 - - [2026-07-06 17:03:24] "GET /obj-perms HTTP/1.1" 200 4457 0.004328 10.0.0.50 - - [2026-07-06 17:03:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2026-07-06 17:03:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.33 - - [2026-07-06 17:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002960 10.0.0.33 - - [2026-07-06 17:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.50 - - [2026-07-06 17:03:25] "DELETE /virtual-network/0794d6c7-1671-433f-b16e-9bd1e5c7737b HTTP/1.1" 200 115 0.118196 10.0.0.50 - - [2026-07-06 17:03:25] "DELETE /api-access-list/30b90b85-e213-4821-a227-aafb11a1b2cb HTTP/1.1" 200 115 0.035898 10.0.0.33 - - [2026-07-06 17:03:25] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001372 10.0.0.50 - - [2026-07-06 17:03:25] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.039027 10.0.0.33 - - [2026-07-06 17:03:25] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.50 - - [2026-07-06 17:03:25] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?fields=virtual_networks HTTP/1.1" 200 1021 0.038510 10.0.0.33 - - [2026-07-06 17:03:25] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.50 - - [2026-07-06 17:03:25] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.041345 10.0.0.33 - - [2026-07-06 17:03:25] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002909 10.0.0.50 - - [2026-07-06 17:03:25] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?fields=security_groups HTTP/1.1" 200 1242 0.044842 10.0.0.33 - - [2026-07-06 17:03:26] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001353 10.0.0.50 - - [2026-07-06 17:03:26] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.044509 10.0.0.33 - - [2026-07-06 17:03:26] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001467 10.0.0.50 - - [2026-07-06 17:03:26] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?fields=virtual_networks HTTP/1.1" 200 1021 0.044767 10.0.0.33 - - [2026-07-06 17:03:26] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001713 10.0.0.50 - - [2026-07-06 17:03:26] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.049083 10.0.0.33 - - [2026-07-06 17:03:26] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001216 10.0.0.50 - - [2026-07-06 17:03:26] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?fields=security_groups HTTP/1.1" 200 1242 0.038900 10.0.0.50 - - [2026-07-06 17:03:29] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004312 10.0.0.50 - - [2026-07-06 17:03:29] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.011641 10.0.0.33 - - [2026-07-06 17:03:29] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001420 10.0.0.50 - - [2026-07-06 17:03:29] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.044437 10.0.0.33 - - [2026-07-06 17:03:29] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.50 - - [2026-07-06 17:03:29] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?fields=virtual_networks HTTP/1.1" 200 1020 0.043066 10.0.0.33 - - [2026-07-06 17:03:29] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001307 10.0.0.50 - - [2026-07-06 17:03:29] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.043452 10.0.0.33 - - [2026-07-06 17:03:29] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001303 10.0.0.50 - - [2026-07-06 17:03:29] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?fields=security_groups HTTP/1.1" 200 1241 0.041037 10.0.0.50 - - [2026-07-06 17:03:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.025842 10.0.0.33 - - [2026-07-06 17:03:30] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003336 10.0.0.33 - - [2026-07-06 17:03:30] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.33 - - [2026-07-06 17:03:30] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007149 10.0.0.33 - - [2026-07-06 17:03:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.002112 10.0.0.33 - - [2026-07-06 17:03:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.012851 10.0.0.33 - - [2026-07-06 17:03:30] "POST /security-groups HTTP/1.1" 200 591 0.031375 10.0.0.242 - - [2026-07-06 17:03:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.003417 10.0.0.33 - - [2026-07-06 17:03:30] "POST /projects HTTP/1.1" 200 585 0.240233 10.0.0.33 - - [2026-07-06 17:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.308392 10.0.0.242 - - [2026-07-06 17:03:30] "POST /access-control-lists HTTP/1.1" 200 594 0.032282 10.0.0.50 - - [2026-07-06 17:03:30] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.436702 10.0.0.50 - - [2026-07-06 17:03:31] "GET / HTTP/1.1" 200 35931 0.002550 10.0.0.50 - - [2026-07-06 17:03:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.50 - - [2026-07-06 17:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.028358 10.0.0.50 - - [2026-07-06 17:03:34] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004384 10.0.0.50 - - [2026-07-06 17:03:34] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003521 10.0.0.50 - - [2026-07-06 17:03:34] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003290 10.0.0.50 - - [2026-07-06 17:03:34] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.011801 10.0.0.50 - - [2026-07-06 17:03:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.023368 10.0.0.33 - - [2026-07-06 17:03:36] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003010 10.0.0.33 - - [2026-07-06 17:03:36] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.33 - - [2026-07-06 17:03:36] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007704 10.0.0.33 - - [2026-07-06 17:03:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.002731 10.0.0.33 - - [2026-07-06 17:03:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.006271 10.0.0.33 - - [2026-07-06 17:03:36] "POST /security-groups HTTP/1.1" 200 591 0.073598 10.0.0.33 - - [2026-07-06 17:03:36] "POST /projects HTTP/1.1" 200 585 0.294809 10.0.0.242 - - [2026-07-06 17:03:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.006511 10.0.0.33 - - [2026-07-06 17:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.365927 10.0.0.50 - - [2026-07-06 17:03:36] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.523073 10.0.0.50 - - [2026-07-06 17:03:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.022028 10.0.0.33 - - [2026-07-06 17:03:36] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003035 10.0.0.33 - - [2026-07-06 17:03:37] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.33 - - [2026-07-06 17:03:37] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007911 10.0.0.33 - - [2026-07-06 17:03:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.003560 10.0.0.33 - - [2026-07-06 17:03:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.005911 10.0.0.33 - - [2026-07-06 17:03:37] "POST /security-groups HTTP/1.1" 200 591 0.041609 10.0.0.33 - - [2026-07-06 17:03:37] "POST /projects HTTP/1.1" 200 585 0.255495 10.0.0.242 - - [2026-07-06 17:03:37] "POST /access-control-lists HTTP/1.1" 200 596 0.030312 10.0.0.33 - - [2026-07-06 17:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.323668 10.0.0.50 - - [2026-07-06 17:03:37] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.459536 10.0.0.50 - - [2026-07-06 17:03:37] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.50 - - [2026-07-06 17:03:38] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.50 - - [2026-07-06 17:03:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.003174 10.0.0.50 - - [2026-07-06 17:03:39] "POST /api-access-lists HTTP/1.1" 200 521 0.022764 10.0.0.50 - - [2026-07-06 17:03:39] "GET /api-access-list/3a86f0c8-7172-46fc-9216-14cd41cc55af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005703 10.0.0.50 - - [2026-07-06 17:03:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2026-07-06 17:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.047934 10.0.0.33 - - [2026-07-06 17:03:40] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.50 - - [2026-07-06 17:03:40] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059783 10.0.0.50 - - [2026-07-06 17:03:40] "GET /virtual-networks?parent_id=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017175 10.0.0.50 - - [2026-07-06 17:03:40] "POST /virtual-networks HTTP/1.1" 200 583 0.089266 10.0.0.242 - - [2026-07-06 17:03:40] "POST /route-targets HTTP/1.1" 200 327 0.017003 10.0.0.50 - - [2026-07-06 17:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.034657 10.0.0.50 - - [2026-07-06 17:03:40] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015486 10.0.0.33 - - [2026-07-06 17:03:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008535 10.0.0.50 - - [2026-07-06 17:03:40] "POST /ref-update HTTP/1.1" 200 156 0.085715 10.0.0.50 - - [2026-07-06 17:03:40] "POST /neutron/network HTTP/1.1" 200 847 0.043971 10.0.0.50 - - [2026-07-06 17:03:40] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.017667 10.0.0.50 - - [2026-07-06 17:03:40] "POST /neutron/subnet HTTP/1.1" 200 674 0.039724 10.0.0.50 - - [2026-07-06 17:03:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2026-07-06 17:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.039882 10.0.0.33 - - [2026-07-06 17:03:41] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.50 - - [2026-07-06 17:03:41] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054059 10.0.0.50 - - [2026-07-06 17:03:41] "GET /virtual-networks?parent_id=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016124 10.0.0.50 - - [2026-07-06 17:03:41] "POST /virtual-networks HTTP/1.1" 200 583 0.089308 10.0.0.50 - - [2026-07-06 17:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.039104 10.0.0.242 - - [2026-07-06 17:03:41] "POST /ref-update HTTP/1.1" 200 156 0.035287 10.0.0.50 - - [2026-07-06 17:03:41] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015980 10.0.0.33 - - [2026-07-06 17:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005580 10.0.0.50 - - [2026-07-06 17:03:41] "POST /ref-update HTTP/1.1" 200 156 0.086488 10.0.0.50 - - [2026-07-06 17:03:42] "GET /virtual-network/8e928a63-b164-493c-b207-462d771c6dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.022494 10.0.0.50 - - [2026-07-06 17:03:42] "POST /neutron/network HTTP/1.1" 200 849 0.050929 10.0.0.50 - - [2026-07-06 17:03:43] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.048560 10.0.0.50 - - [2026-07-06 17:03:43] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.032419 10.0.0.242 - - [2026-07-06 17:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.024997 10.0.0.33 - - [2026-07-06 17:03:44] "GET /obj-perms HTTP/1.1" 403 257 0.036948 10.0.0.33 - - [2026-07-06 17:03:45] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.014736 10.0.0.50 - - [2026-07-06 17:03:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.032064 10.0.0.50 - - [2026-07-06 17:03:45] "GET /obj-perms HTTP/1.1" 200 4467 0.043046 10.0.0.50 - - [2026-07-06 17:03:46] "PUT /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417 HTTP/1.1" 200 264 0.046996 10.0.0.50 - - [2026-07-06 17:03:46] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.013718 10.0.0.50 - - [2026-07-06 17:03:46] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.034518 10.0.0.242 - - [2026-07-06 17:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.33 - - [2026-07-06 17:03:47] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.029921 10.0.0.50 - - [2026-07-06 17:03:47] "GET /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.019325 10.0.0.50 - - [2026-07-06 17:03:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.050386 10.0.0.50 - - [2026-07-06 17:03:47] "GET /obj-perms HTTP/1.1" 200 4467 0.003818 10.0.0.50 - - [2026-07-06 17:03:47] "PUT /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417 HTTP/1.1" 200 264 0.046179 10.0.0.33 - - [2026-07-06 17:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003039 10.0.0.33 - - [2026-07-06 17:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003586 10.0.0.50 - - [2026-07-06 17:03:47] "DELETE /virtual-network/8e928a63-b164-493c-b207-462d771c6dae HTTP/1.1" 200 115 0.127034 10.0.0.242 - - [2026-07-06 17:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008394 10.0.0.33 - - [2026-07-06 17:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004392 10.0.0.33 - - [2026-07-06 17:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003795 10.0.0.50 - - [2026-07-06 17:03:48] "DELETE /virtual-network/32bf1f17-4c20-4e55-b84a-c9ea597bb417 HTTP/1.1" 200 115 0.155756 10.0.0.50 - - [2026-07-06 17:03:48] "DELETE /api-access-list/3a86f0c8-7172-46fc-9216-14cd41cc55af HTTP/1.1" 200 115 0.049638 10.0.0.33 - - [2026-07-06 17:03:48] "DELETE /project/89fb678e0d4045518d32aa88c3e8e1f2 HTTP/1.1" 404 173 0.021176 10.0.0.33 - - [2026-07-06 17:03:48] "DELETE /project/f951f6b90a61442db92967b40abc19a1 HTTP/1.1" 404 173 0.020280 10.0.0.33 - - [2026-07-06 17:03:48] "DELETE /project/ba42a990c5814c0e88ffcd6275d9548f HTTP/1.1" 404 173 0.012290 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001136 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001437 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.113398 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002574 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.152341 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.179000 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?fields=security_groups HTTP/1.1" 200 1091 0.130740 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?fields=security_groups HTTP/1.1" 200 1346 0.175523 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?fields=security_groups HTTP/1.1" 200 1091 0.234789 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=70e454aa-193c-4cd3-b4c9-49656c4ec6f3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.33 - - [2026-07-06 17:03:48] "DELETE /security-group/a1b7f603-2ea0-4d71-980f-bea9bf82be48 HTTP/1.1" 404 171 0.012458 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=7d349f34-9c05-420f-ac29-39634eed11ed&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=082d3e91-585f-403a-97a9-540f954dfed3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001302 10.0.0.50 - - [2026-07-06 17:03:48] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.131071 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3?fields=application_policy_sets HTTP/1.1" 200 1386 0.128449 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002349 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/082d3e91-585f-403a-97a9-540f954dfed3?fields=application_policy_sets HTTP/1.1" 200 1385 0.087261 10.0.0.33 - - [2026-07-06 17:03:48] "GET /project/7d349f34-9c05-420f-ac29-39634eed11ed?fields=application_policy_sets HTTP/1.1" 200 1386 0.154698 10.0.0.242 - - [2026-07-06 17:03:48] "DELETE /access-control-list/871270e9-40f3-41d7-ab6e-48515ae58bdb HTTP/1.1" 200 115 0.086464 10.0.0.50 - - [2026-07-06 17:03:48] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?fields=virtual_networks HTTP/1.1" 200 1032 0.117085 10.0.0.33 - - [2026-07-06 17:03:48] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.50 - - [2026-07-06 17:03:49] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.122065 10.0.0.33 - - [2026-07-06 17:03:49] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.33 - - [2026-07-06 17:03:49] "DELETE /project/70e454aa-193c-4cd3-b4c9-49656c4ec6f3 HTTP/1.1" 200 115 0.942728 10.0.0.33 - - [2026-07-06 17:03:49] "DELETE /project/082d3e91-585f-403a-97a9-540f954dfed3 HTTP/1.1" 200 115 0.955730 10.0.0.50 - - [2026-07-06 17:03:49] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?fields=security_groups HTTP/1.1" 200 1258 0.120024 10.0.0.33 - - [2026-07-06 17:03:49] "DELETE /project/7d349f34-9c05-420f-ac29-39634eed11ed HTTP/1.1" 200 115 0.969363 10.0.0.242 - - [2026-07-06 17:03:49] "DELETE /access-control-list/805fedd1-2abb-44d5-8513-7d6ae6cd4555 HTTP/1.1" 200 115 0.040158 10.0.0.33 - - [2026-07-06 17:03:50] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.50 - - [2026-07-06 17:03:50] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040691 10.0.0.33 - - [2026-07-06 17:03:50] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001657 10.0.0.50 - - [2026-07-06 17:03:50] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?fields=virtual_networks HTTP/1.1" 200 1031 0.057117 10.0.0.33 - - [2026-07-06 17:03:50] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001339 10.0.0.50 - - [2026-07-06 17:03:50] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042971 10.0.0.33 - - [2026-07-06 17:03:50] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.50 - - [2026-07-06 17:03:50] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?fields=security_groups HTTP/1.1" 200 1257 0.049595 10.0.0.50 - - [2026-07-06 17:03:54] "GET / HTTP/1.1" 200 35931 0.002090 10.0.0.50 - - [2026-07-06 17:03:55] "GET / HTTP/1.1" 200 35931 0.002118 10.0.0.50 - - [2026-07-06 17:03:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2026-07-06 17:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.085573 10.0.0.33 - - [2026-07-06 17:03:56] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.50 - - [2026-07-06 17:03:56] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063032 10.0.0.50 - - [2026-07-06 17:03:56] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.013834 10.0.0.50 - - [2026-07-06 17:03:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.016053 10.0.0.50 - - [2026-07-06 17:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.014467 10.0.0.33 - - [2026-07-06 17:03:56] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.50 - - [2026-07-06 17:03:56] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019572 10.0.0.50 - - [2026-07-06 17:03:56] "POST /service-templates HTTP/1.1" 403 264 0.011109 10.0.0.50 - - [2026-07-06 17:03:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.003166 10.0.0.50 - - [2026-07-06 17:03:56] "POST /api-access-lists HTTP/1.1" 200 555 0.030005 10.0.0.50 - - [2026-07-06 17:03:56] "GET /api-access-list/b79e5eca-0c38-4807-adf6-0768b09a82f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006070 10.0.0.50 - - [2026-07-06 17:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.018916 10.0.0.33 - - [2026-07-06 17:03:56] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001416 10.0.0.50 - - [2026-07-06 17:03:56] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075631 10.0.0.50 - - [2026-07-06 17:03:56] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018044 10.0.0.50 - - [2026-07-06 17:03:56] "POST /virtual-networks HTTP/1.1" 200 583 0.096074 10.0.0.50 - - [2026-07-06 17:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.033314 10.0.0.242 - - [2026-07-06 17:03:56] "POST /ref-update HTTP/1.1" 200 156 0.025790 10.0.0.50 - - [2026-07-06 17:03:57] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.015345 10.0.0.33 - - [2026-07-06 17:03:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007897 10.0.0.50 - - [2026-07-06 17:03:57] "POST /ref-update HTTP/1.1" 200 156 0.083506 10.0.0.50 - - [2026-07-06 17:03:57] "POST /neutron/network HTTP/1.1" 200 848 0.064444 10.0.0.50 - - [2026-07-06 17:03:57] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.022142 10.0.0.50 - - [2026-07-06 17:03:57] "POST /neutron/network HTTP/1.1" 200 848 0.055343 10.0.0.50 - - [2026-07-06 17:03:57] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005403 10.0.0.50 - - [2026-07-06 17:03:57] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004433 10.0.0.50 - - [2026-07-06 17:03:57] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005847 10.0.0.242 - - [2026-07-06 17:03:58] "GET /obj-perms HTTP/1.1" 200 4467 0.041391 10.0.0.50 - - [2026-07-06 17:03:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.015862 10.0.0.50 - - [2026-07-06 17:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.014761 10.0.0.33 - - [2026-07-06 17:03:58] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.50 - - [2026-07-06 17:03:58] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.028584 10.0.0.50 - - [2026-07-06 17:03:58] "POST /service-templates HTTP/1.1" 403 264 0.013200 10.0.0.50 - - [2026-07-06 17:03:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.003665 10.0.0.50 - - [2026-07-06 17:03:59] "POST /api-access-lists HTTP/1.1" 200 521 0.026487 10.0.0.50 - - [2026-07-06 17:03:59] "GET /api-access-list/06fef526-6111-4d23-af9b-d4c38e7cb5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006982 10.0.0.50 - - [2026-07-06 17:03:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.019646 10.0.0.50 - - [2026-07-06 17:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.018890 10.0.0.33 - - [2026-07-06 17:03:59] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.50 - - [2026-07-06 17:03:59] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.023430 10.0.0.50 - - [2026-07-06 17:03:59] "POST /service-templates HTTP/1.1" 200 551 0.039924 10.0.0.50 - - [2026-07-06 17:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.024229 10.0.0.50 - - [2026-07-06 17:03:59] "GET /service-template/bb762134-893b-401c-b5e8-4f3e5b4fc4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.017974 10.0.0.50 - - [2026-07-06 17:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.020644 10.0.0.50 - - [2026-07-06 17:03:59] "GET /service-template/bb762134-893b-401c-b5e8-4f3e5b4fc4ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.019288 10.0.0.50 - - [2026-07-06 17:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.242 - - [2026-07-06 17:04:01] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.033101 10.0.0.33 - - [2026-07-06 17:04:01] "GET /obj-perms HTTP/1.1" 403 257 0.038673 10.0.0.50 - - [2026-07-06 17:04:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.032740 10.0.0.50 - - [2026-07-06 17:04:01] "GET /api-access-list/b79e5eca-0c38-4807-adf6-0768b09a82f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004277 10.0.0.50 - - [2026-07-06 17:04:01] "PUT /api-access-list/b79e5eca-0c38-4807-adf6-0768b09a82f4 HTTP/1.1" 200 264 0.015254 10.0.0.50 - - [2026-07-06 17:04:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2026-07-06 17:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.036094 10.0.0.33 - - [2026-07-06 17:04:02] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.50 - - [2026-07-06 17:04:02] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069322 10.0.0.50 - - [2026-07-06 17:04:02] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.038385 10.0.0.50 - - [2026-07-06 17:04:02] "POST /virtual-networks HTTP/1.1" 403 263 0.014282 10.0.0.50 - - [2026-07-06 17:04:02] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.020840 10.0.0.50 - - [2026-07-06 17:04:02] "GET /api-access-list/06fef526-6111-4d23-af9b-d4c38e7cb5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003998 10.0.0.50 - - [2026-07-06 17:04:02] "PUT /api-access-list/06fef526-6111-4d23-af9b-d4c38e7cb5c1 HTTP/1.1" 200 264 0.011307 10.0.0.50 - - [2026-07-06 17:04:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.015787 10.0.0.50 - - [2026-07-06 17:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.016293 10.0.0.33 - - [2026-07-06 17:04:03] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.50 - - [2026-07-06 17:04:03] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.022738 10.0.0.50 - - [2026-07-06 17:04:03] "POST /service-templates HTTP/1.1" 403 264 0.014747 10.0.0.50 - - [2026-07-06 17:04:03] "GET /api-access-list/b79e5eca-0c38-4807-adf6-0768b09a82f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.005045 10.0.0.50 - - [2026-07-06 17:04:03] "PUT /api-access-list/b79e5eca-0c38-4807-adf6-0768b09a82f4 HTTP/1.1" 200 264 0.011990 10.0.0.50 - - [2026-07-06 17:04:03] "GET /api-access-list/06fef526-6111-4d23-af9b-d4c38e7cb5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.004596 10.0.0.50 - - [2026-07-06 17:04:03] "PUT /api-access-list/06fef526-6111-4d23-af9b-d4c38e7cb5c1 HTTP/1.1" 200 264 0.013099 10.0.0.50 - - [2026-07-06 17:04:04] "GET /obj-perms HTTP/1.1" 403 257 0.015380 10.0.0.50 - - [2026-07-06 17:04:04] "GET /obj-perms HTTP/1.1" 403 257 0.078139 10.0.0.242 - - [2026-07-06 17:04:04] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.017679 10.0.0.242 - - [2026-07-06 17:04:04] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.029640 10.0.0.33 - - [2026-07-06 17:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.014547 10.0.0.33 - - [2026-07-06 17:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.037251 10.0.0.50 - - [2026-07-06 17:04:05] "GET /obj-perms HTTP/1.1" 403 257 0.016143 10.0.0.50 - - [2026-07-06 17:04:05] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004263 10.0.0.50 - - [2026-07-06 17:04:05] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.013904 10.0.0.50 - - [2026-07-06 17:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.50 - - [2026-07-06 17:04:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.031826 10.0.0.50 - - [2026-07-06 17:04:05] "DELETE /api-access-list/b79e5eca-0c38-4807-adf6-0768b09a82f4 HTTP/1.1" 200 115 0.036017 10.0.0.50 - - [2026-07-06 17:04:05] "DELETE /api-access-list/06fef526-6111-4d23-af9b-d4c38e7cb5c1 HTTP/1.1" 200 115 0.028405 10.0.0.50 - - [2026-07-06 17:04:06] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.030454 10.0.0.242 - - [2026-07-06 17:04:07] "GET /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.031276 10.0.0.33 - - [2026-07-06 17:04:07] "GET /obj-perms HTTP/1.1" 403 257 0.029216 10.0.0.50 - - [2026-07-06 17:04:07] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003854 10.0.0.50 - - [2026-07-06 17:04:07] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.013827 10.0.0.50 - - [2026-07-06 17:04:07] "GET /obj-perms HTTP/1.1" 403 257 0.018137 10.0.0.50 - - [2026-07-06 17:04:08] "GET /obj-perms HTTP/1.1" 403 257 0.014080 10.0.0.50 - - [2026-07-06 17:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.015683 10.0.0.50 - - [2026-07-06 17:04:08] "DELETE /service-template/bb762134-893b-401c-b5e8-4f3e5b4fc4ae HTTP/1.1" 200 115 0.042752 10.0.0.50 - - [2026-07-06 17:04:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.017894 10.0.0.33 - - [2026-07-06 17:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.33 - - [2026-07-06 17:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003235 10.0.0.50 - - [2026-07-06 17:04:08] "DELETE /virtual-network/c1e2c3b9-3b0c-4d38-9121-f18a072df8fc HTTP/1.1" 200 115 0.137660 10.0.0.50 - - [2026-07-06 17:04:08] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004190 10.0.0.50 - - [2026-07-06 17:04:08] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.015639 10.0.0.50 - - [2026-07-06 17:04:08] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004819 10.0.0.50 - - [2026-07-06 17:04:08] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.017564 10.0.0.50 - - [2026-07-06 17:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.33 - - [2026-07-06 17:04:11] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.50 - - [2026-07-06 17:04:11] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036857 10.0.0.33 - - [2026-07-06 17:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.013366 10.0.0.50 - - [2026-07-06 17:04:11] "POST /neutron/subnet HTTP/1.1" 200 714 0.230320 10.0.0.50 - - [2026-07-06 17:04:11] "POST /id-to-fqname HTTP/1.1" 200 240 0.001343 10.0.0.50 - - [2026-07-06 17:04:11] "GET /virtual-network/dee77b8b-f266-4be9-8baa-da1acc76f592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005039 10.0.0.50 - - [2026-07-06 17:04:12] "GET /virtual-network/dee77b8b-f266-4be9-8baa-da1acc76f592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006442 10.0.0.50 - - [2026-07-06 17:04:12] "POST /neutron/network HTTP/1.1" 200 860 0.007890 10.0.0.50 - - [2026-07-06 17:04:12] "GET /virtual-network/dee77b8b-f266-4be9-8baa-da1acc76f592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005587 10.0.0.50 - - [2026-07-06 17:04:12] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003806 10.0.0.242 - - [2026-07-06 17:04:12] "POST /route-targets HTTP/1.1" 200 327 0.020378 10.0.0.50 - - [2026-07-06 17:04:12] "GET /virtual-network/dee77b8b-f266-4be9-8baa-da1acc76f592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005709 10.0.0.33 - - [2026-07-06 17:04:12] "GET /obj-perms HTTP/1.1" 200 4467 0.050908 10.0.0.50 - - [2026-07-06 17:04:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003428 10.0.0.50 - - [2026-07-06 17:04:12] "POST /api-access-lists HTTP/1.1" 200 555 0.026399 10.0.0.50 - - [2026-07-06 17:04:12] "GET /api-access-list/59733c68-7032-4853-882a-b2b005cdd713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2441 0.005723 10.0.0.50 - - [2026-07-06 17:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.017005 10.0.0.33 - - [2026-07-06 17:04:12] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.50 - - [2026-07-06 17:04:13] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059403 10.0.0.50 - - [2026-07-06 17:04:13] "POST /neutron/network HTTP/1.1" 200 117 0.065023 10.0.0.242 - - [2026-07-06 17:04:13] "POST /ref-update HTTP/1.1" 200 156 0.025607 10.0.0.50 - - [2026-07-06 17:04:13] "POST /neutron/network HTTP/1.1" 200 693 0.039679 10.0.0.50 - - [2026-07-06 17:04:13] "POST /id-to-fqname HTTP/1.1" 200 240 0.013491 10.0.0.50 - - [2026-07-06 17:04:13] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019548 10.0.0.50 - - [2026-07-06 17:04:13] "POST /neutron/network HTTP/1.1" 200 863 0.029796 10.0.0.50 - - [2026-07-06 17:04:13] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019360 10.0.0.50 - - [2026-07-06 17:04:13] "POST /neutron/network HTTP/1.1" 200 863 0.006822 10.0.0.50 - - [2026-07-06 17:04:13] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005296 10.0.0.50 - - [2026-07-06 17:04:13] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003566 10.0.0.50 - - [2026-07-06 17:04:14] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006087 10.0.0.50 - - [2026-07-06 17:04:14] "GET /obj-perms HTTP/1.1" 200 4467 0.003982 10.0.0.50 - - [2026-07-06 17:04:14] "POST /fqname-to-id HTTP/1.1" 404 232 0.020348 10.0.0.242 - - [2026-07-06 17:04:14] "POST /fqname-to-id HTTP/1.1" 404 263 0.006250 10.0.0.242 - - [2026-07-06 17:04:15] "PUT /access-control-list/c597c39c-4528-4bb5-9ed3-10e311bb62e6 HTTP/1.1" 200 272 0.018430 10.0.0.33 - - [2026-07-06 17:04:15] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001463 10.0.0.50 - - [2026-07-06 17:04:15] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.098463 10.0.0.33 - - [2026-07-06 17:04:15] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.50 - - [2026-07-06 17:04:16] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.249045 10.0.0.50 - - [2026-07-06 17:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.055681 10.0.0.50 - - [2026-07-06 17:04:16] "GET /security-group/32986330-8ea8-4e8c-a6bc-bc9e5e00b2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016095 10.0.0.50 - - [2026-07-06 17:04:16] "POST /id-to-fqname HTTP/1.1" 200 240 0.018398 10.0.0.50 - - [2026-07-06 17:04:17] "POST /neutron/network HTTP/1.1" 200 863 0.009396 10.0.0.50 - - [2026-07-06 17:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.030192 10.0.0.33 - - [2026-07-06 17:04:21] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001419 10.0.0.50 - - [2026-07-06 17:04:22] "POST /neutron/port HTTP/1.1" 200 1059 0.497907 10.0.0.50 - - [2026-07-06 17:04:22] "POST /neutron/port HTTP/1.1" 200 1113 0.124266 10.0.0.50 - - [2026-07-06 17:04:23] "POST /neutron/port HTTP/1.1" 200 1123 0.017416 10.0.0.50 - - [2026-07-06 17:04:23] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.50 - - [2026-07-06 17:04:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008396 10.0.0.50 - - [2026-07-06 17:04:33] "POST /neutron/port HTTP/1.1" 200 1123 0.020278 10.0.0.50 - - [2026-07-06 17:04:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007977 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-07-06 17:04:33] "POST /neutron/port HTTP/1.1" 200 1123 0.016549 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 200 1292 0.041281 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 200 1292 0.015505 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14 HTTP/1.1" 200 3023 0.018877 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 200 1292 0.015312 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14 HTTP/1.1" 200 3023 0.020833 10.0.0.50 - - [2026-07-06 17:04:33] "GET /instance-ip/c074994d-23be-4ebc-b5df-2625c1f7e40f HTTP/1.1" 200 1640 0.018530 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 200 1292 0.015854 10.0.0.50 - - [2026-07-06 17:04:33] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14 HTTP/1.1" 200 3023 0.022806 10.0.0.50 - - [2026-07-06 17:04:33] "GET /instance-ip/c074994d-23be-4ebc-b5df-2625c1f7e40f HTTP/1.1" 200 1640 0.017530 10.0.0.50 - - [2026-07-06 17:04:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.017778 10.0.0.50 - - [2026-07-06 17:04:33] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.50 - - [2026-07-06 17:04:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2026-07-06 17:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.068304 10.0.0.50 - - [2026-07-06 17:04:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004132 10.0.0.50 - - [2026-07-06 17:04:34] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021782 10.0.0.50 - - [2026-07-06 17:04:34] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018139 10.0.0.50 - - [2026-07-06 17:04:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.015958 10.0.0.50 - - [2026-07-06 17:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.50 - - [2026-07-06 17:04:34] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003562 10.0.0.50 - - [2026-07-06 17:04:34] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019633 10.0.0.50 - - [2026-07-06 17:04:34] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019459 10.0.0.50 - - [2026-07-06 17:04:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.014994 10.0.0.50 - - [2026-07-06 17:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.50 - - [2026-07-06 17:04:35] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003969 10.0.0.50 - - [2026-07-06 17:04:35] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020920 10.0.0.50 - - [2026-07-06 17:04:35] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.018701 10.0.0.50 - - [2026-07-06 17:04:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.014350 10.0.0.50 - - [2026-07-06 17:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.50 - - [2026-07-06 17:04:35] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004498 10.0.0.50 - - [2026-07-06 17:04:35] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019706 10.0.0.50 - - [2026-07-06 17:04:35] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.020070 10.0.0.50 - - [2026-07-06 17:04:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.016505 10.0.0.50 - - [2026-07-06 17:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.50 - - [2026-07-06 17:04:35] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003403 10.0.0.50 - - [2026-07-06 17:04:35] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024573 10.0.0.50 - - [2026-07-06 17:04:35] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019562 10.0.0.50 - - [2026-07-06 17:04:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.018174 10.0.0.50 - - [2026-07-06 17:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.50 - - [2026-07-06 17:04:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.50 - - [2026-07-06 17:04:36] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.032375 10.0.0.50 - - [2026-07-06 17:04:36] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.025081 10.0.0.50 - - [2026-07-06 17:04:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.018127 10.0.0.50 - - [2026-07-06 17:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.50 - - [2026-07-06 17:04:36] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004044 10.0.0.50 - - [2026-07-06 17:04:36] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.037117 10.0.0.50 - - [2026-07-06 17:04:36] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.024881 10.0.0.50 - - [2026-07-06 17:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.018270 10.0.0.50 - - [2026-07-06 17:04:37] "GET /routing-instance/c4dceb32-5993-4cd2-b998-c26fb83d986c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019832 10.0.0.50 - - [2026-07-06 17:04:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.017823 10.0.0.50 - - [2026-07-06 17:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.50 - - [2026-07-06 17:04:37] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004870 10.0.0.50 - - [2026-07-06 17:04:37] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022997 10.0.0.50 - - [2026-07-06 17:04:37] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022124 10.0.0.50 - - [2026-07-06 17:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015674 10.0.0.50 - - [2026-07-06 17:04:37] "GET /routing-instance/c4dceb32-5993-4cd2-b998-c26fb83d986c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019112 10.0.0.33 - - [2026-07-06 17:04:37] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019489 10.0.0.50 - - [2026-07-06 17:04:37] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023772 10.0.0.50 - - [2026-07-06 17:04:37] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023448 10.0.0.50 - - [2026-07-06 17:04:37] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.024925 10.0.0.50 - - [2026-07-06 17:04:37] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.019711 10.0.0.33 - - [2026-07-06 17:04:37] "GET /obj-perms HTTP/1.1" 403 257 0.011581 10.0.0.50 - - [2026-07-06 17:04:38] "GET /obj-perms HTTP/1.1" 403 257 0.037187 10.0.0.242 - - [2026-07-06 17:04:38] "GET /obj-perms HTTP/1.1" 200 4467 0.003851 10.0.0.50 - - [2026-07-06 17:04:38] "GET /obj-perms HTTP/1.1" 403 257 0.011996 10.0.0.50 - - [2026-07-06 17:04:38] "GET /obj-perms HTTP/1.1" 403 257 0.029392 10.0.0.50 - - [2026-07-06 17:04:38] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.019411 10.0.0.242 - - [2026-07-06 17:04:38] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021710 10.0.0.33 - - [2026-07-06 17:04:38] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.018848 10.0.0.50 - - [2026-07-06 17:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.015447 10.0.0.33 - - [2026-07-06 17:04:38] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.50 - - [2026-07-06 17:04:39] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.066265 10.0.0.50 - - [2026-07-06 17:04:39] "GET /virtual-network/dee77b8b-f266-4be9-8baa-da1acc76f592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.023911 10.0.0.50 - - [2026-07-06 17:04:39] "GET /floating-ip-pools?parent_id=dee77b8b-f266-4be9-8baa-da1acc76f592&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.023312 10.0.0.50 - - [2026-07-06 17:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.017633 10.0.0.50 - - [2026-07-06 17:04:39] "GET /floating-ip-pool/22c52de4-7594-42f6-b069-887e3b1343c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.021975 10.0.0.33 - - [2026-07-06 17:04:39] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003238 10.0.0.50 - - [2026-07-06 17:04:39] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.088980 10.0.0.50 - - [2026-07-06 17:04:39] "POST /floating-ips HTTP/1.1" 200 616 0.082596 10.0.0.50 - - [2026-07-06 17:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.024906 10.0.0.50 - - [2026-07-06 17:04:39] "GET /floating-ip/8ba97ede-975d-4d2b-8715-220da728880d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.024925 10.0.0.50 - - [2026-07-06 17:04:39] "GET /floating-ip/8ba97ede-975d-4d2b-8715-220da728880d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.023431 10.0.0.50 - - [2026-07-06 17:04:39] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020596 10.0.0.50 - - [2026-07-06 17:04:39] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.020641 10.0.0.50 - - [2026-07-06 17:04:39] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.023039 10.0.0.50 - - [2026-07-06 17:04:39] "POST /ref-update HTTP/1.1" 200 156 0.025788 10.0.0.50 - - [2026-07-06 17:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.016737 10.0.0.50 - - [2026-07-06 17:04:40] "GET /routing-instance/948cb94b-b09b-4011-b707-71bd9690c6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.019552 10.0.0.50 - - [2026-07-06 17:04:40] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.022056 10.0.0.50 - - [2026-07-06 17:04:40] "POST /neutron/security_group HTTP/1.1" 200 542 0.048896 10.0.0.50 - - [2026-07-06 17:04:40] "POST /neutron/port HTTP/1.1" 200 1113 0.085133 10.0.0.50 - - [2026-07-06 17:04:40] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 200 1292 0.020647 10.0.0.50 - - [2026-07-06 17:04:41] "GET /virtual-machine-interface/133750f5-fc5c-412d-957e-46b91d362c14 HTTP/1.1" 200 3585 0.024389 10.0.0.50 - - [2026-07-06 17:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015710 10.0.0.50 - - [2026-07-06 17:04:41] "GET /security-group/32986330-8ea8-4e8c-a6bc-bc9e5e00b2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016180 10.0.0.50 - - [2026-07-06 17:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.016068 10.0.0.50 - - [2026-07-06 17:04:41] "GET /security-group/32986330-8ea8-4e8c-a6bc-bc9e5e00b2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.017757 10.0.0.50 - - [2026-07-06 17:04:41] "DELETE /floating-ip/8ba97ede-975d-4d2b-8715-220da728880d HTTP/1.1" 200 115 0.079278 10.0.0.50 - - [2026-07-06 17:04:41] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 200 1292 0.021195 10.0.0.50 - - [2026-07-06 17:04:43] "POST /neutron/port HTTP/1.1" 200 1164 0.025447 10.0.0.50 - - [2026-07-06 17:04:43] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 200 1292 0.045626 10.0.0.50 - - [2026-07-06 17:04:45] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 404 171 0.015694 10.0.0.50 - - [2026-07-06 17:04:45] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 404 171 0.013540 10.0.0.50 - - [2026-07-06 17:04:45] "GET /virtual-machine/993c5311-103f-4091-8725-67cf2fb929f9 HTTP/1.1" 404 171 0.012081 10.0.0.50 - - [2026-07-06 17:04:45] "POST /fqname-to-id HTTP/1.1" 403 354 0.016370 10.0.0.50 - - [2026-07-06 17:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.50 - - [2026-07-06 17:04:45] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003495 10.0.0.50 - - [2026-07-06 17:04:45] "GET /virtual-networks?parent_id=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019247 10.0.0.50 - - [2026-07-06 17:04:45] "GET /virtual-network/211ac657-cd72-4aaf-9bb6-105feb0d5706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.023461 10.0.0.50 - - [2026-07-06 17:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.017676 10.0.0.50 - - [2026-07-06 17:04:45] "GET /routing-instance/c4dceb32-5993-4cd2-b998-c26fb83d986c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.020462 10.0.0.50 - - [2026-07-06 17:04:46] "GET /obj-perms HTTP/1.1" 403 257 0.012871 10.0.0.50 - - [2026-07-06 17:04:46] "GET /obj-perms HTTP/1.1" 403 257 0.034154 10.0.0.33 - - [2026-07-06 17:04:49] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.33 - - [2026-07-06 17:04:49] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000775 10.0.0.33 - - [2026-07-06 17:04:49] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.056378 10.0.0.33 - - [2026-07-06 17:04:49] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.063131 10.0.0.33 - - [2026-07-06 17:04:49] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000817 10.0.0.33 - - [2026-07-06 17:04:49] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000832 10.0.0.33 - - [2026-07-06 17:04:49] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?fields=security_groups HTTP/1.1" 200 1363 0.087812 10.0.0.33 - - [2026-07-06 17:04:49] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?fields=security_groups HTTP/1.1" 200 1362 0.115347 10.0.0.33 - - [2026-07-06 17:04:49] "DELETE /security-group/17b928f4-ca31-4c3c-8e21-5e1d1f5a2a1a HTTP/1.1" 200 115 0.113703 10.0.0.33 - - [2026-07-06 17:04:49] "GET /projects?obj_uuids=f951f6b9-0a61-442d-b929-67b40abc19a1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001386 10.0.0.33 - - [2026-07-06 17:04:49] "DELETE /security-group/3018beb6-920f-4136-a968-f2c12e5a91f5 HTTP/1.1" 200 115 0.137080 10.0.0.33 - - [2026-07-06 17:04:49] "GET /projects?obj_uuids=ba42a990-c581-4c0e-88ff-cd6275d9548f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.242 - - [2026-07-06 17:04:49] "DELETE /access-control-list/b6324ee3-7891-4f9c-b880-407404b53e8a HTTP/1.1" 200 115 0.087699 10.0.0.33 - - [2026-07-06 17:04:49] "GET /project/f951f6b9-0a61-442d-b929-67b40abc19a1?fields=application_policy_sets HTTP/1.1" 200 1402 0.113879 10.0.0.33 - - [2026-07-06 17:04:49] "GET /project/ba42a990-c581-4c0e-88ff-cd6275d9548f?fields=application_policy_sets HTTP/1.1" 200 1401 0.096642 10.0.0.33 - - [2026-07-06 17:04:50] "DELETE /project/f951f6b9-0a61-442d-b929-67b40abc19a1 HTTP/1.1" 200 115 0.753299 10.0.0.33 - - [2026-07-06 17:04:50] "DELETE /project/ba42a990-c581-4c0e-88ff-cd6275d9548f HTTP/1.1" 200 115 0.754314 10.0.0.242 - - [2026-07-06 17:04:50] "DELETE /access-control-list/c3256f2a-c423-4cb4-9190-576757d854e0 HTTP/1.1" 200 115 0.059562 10.0.0.50 - - [2026-07-06 17:04:52] "GET /obj-perms HTTP/1.1" 200 4467 0.004439 10.0.0.242 - - [2026-07-06 17:04:52] "GET /obj-perms HTTP/1.1" 200 4467 0.003663 10.0.0.50 - - [2026-07-06 17:04:58] "GET /obj-perms HTTP/1.1" 200 4467 0.004667 10.0.0.242 - - [2026-07-06 17:04:58] "GET /obj-perms HTTP/1.1" 200 4467 0.003684 10.0.0.50 - - [2026-07-06 17:05:05] "GET /obj-perms HTTP/1.1" 200 4467 0.004355 10.0.0.242 - - [2026-07-06 17:05:05] "GET /obj-perms HTTP/1.1" 200 4467 0.003890 10.0.0.50 - - [2026-07-06 17:05:05] "POST /neutron/security_group HTTP/1.1" 200 568 0.023493 10.0.0.50 - - [2026-07-06 17:05:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.027381 10.0.0.33 - - [2026-07-06 17:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.33 - - [2026-07-06 17:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003918 10.0.0.242 - - [2026-07-06 17:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.50 - - [2026-07-06 17:05:05] "POST /neutron/network HTTP/1.1" 200 151 0.201751 10.0.0.50 - - [2026-07-06 17:05:06] "DELETE /api-access-list/59733c68-7032-4853-882a-b2b005cdd713 HTTP/1.1" 200 115 0.053349 10.0.0.242 - - [2026-07-06 17:05:06] "DELETE /route-target/58d8ddd9-08ea-4dfa-8021-cfd0c499e0b8 HTTP/1.1" 200 115 0.021794 10.0.0.50 - - [2026-07-06 17:05:08] "GET /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004355 10.0.0.50 - - [2026-07-06 17:05:08] "PUT /api-access-list/3b24dd7c-1b98-41a3-9421-9202dcbfc57e HTTP/1.1" 200 264 0.014183 10.0.0.33 - - [2026-07-06 17:05:08] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001882 10.0.0.50 - - [2026-07-06 17:05:08] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060204 10.0.0.33 - - [2026-07-06 17:05:08] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002150 10.0.0.50 - - [2026-07-06 17:05:08] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?fields=virtual_networks HTTP/1.1" 200 1031 0.069075 10.0.0.33 - - [2026-07-06 17:05:08] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.50 - - [2026-07-06 17:05:08] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.049202 10.0.0.33 - - [2026-07-06 17:05:08] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.50 - - [2026-07-06 17:05:08] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?fields=security_groups HTTP/1.1" 200 1257 0.035244 10.0.0.33 - - [2026-07-06 17:05:09] "GET /projects?obj_uuids=a442b145-8324-4a90-a166-7d2776d28f22&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001048 10.0.0.50 - - [2026-07-06 17:05:09] "GET /project/a442b145-8324-4a90-a166-7d2776d28f22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.035052 [Introspect:8084]10.0.0.50 - - [2026-07-06 17:05:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001684 10.0.0.50 - - [2026-07-06 17:05:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.032627 10.0.0.33 - - [2026-07-06 17:05:13] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003516 10.0.0.33 - - [2026-07-06 17:05:13] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.33 - - [2026-07-06 17:05:13] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007473 10.0.0.33 - - [2026-07-06 17:05:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.002622 10.0.0.33 - - [2026-07-06 17:05:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.012005 10.0.0.33 - - [2026-07-06 17:05:13] "POST /security-groups HTTP/1.1" 200 592 0.036247 10.0.0.33 - - [2026-07-06 17:05:13] "POST /projects HTTP/1.1" 200 587 0.257418 10.0.0.242 - - [2026-07-06 17:05:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003915 10.0.0.33 - - [2026-07-06 17:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.335513 10.0.0.50 - - [2026-07-06 17:05:13] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.490226 10.0.0.50 - - [2026-07-06 17:05:14] "GET / HTTP/1.1" 200 35931 0.001553 10.0.0.50 - - [2026-07-06 17:05:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.50 - - [2026-07-06 17:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.058526 10.0.0.33 - - [2026-07-06 17:05:16] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.50 - - [2026-07-06 17:05:16] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042108 10.0.0.50 - - [2026-07-06 17:05:16] "POST /neutron/network HTTP/1.1" 200 117 0.030960 10.0.0.242 - - [2026-07-06 17:05:17] "POST /ref-update HTTP/1.1" 200 156 0.025251 10.0.0.50 - - [2026-07-06 17:05:17] "POST /neutron/network HTTP/1.1" 200 825 0.008653 10.0.0.50 - - [2026-07-06 17:05:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001193 10.0.0.50 - - [2026-07-06 17:05:17] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004954 10.0.0.50 - - [2026-07-06 17:05:17] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005219 10.0.0.50 - - [2026-07-06 17:05:17] "POST /neutron/subnet HTTP/1.1" 200 716 0.011957 10.0.0.50 - - [2026-07-06 17:05:18] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006493 10.0.0.50 - - [2026-07-06 17:05:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001845 10.0.0.50 - - [2026-07-06 17:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.006483 10.0.0.50 - - [2026-07-06 17:05:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001446 10.0.0.50 - - [2026-07-06 17:05:20] "POST /neutron/network HTTP/1.1" 200 835 0.007419 10.0.0.33 - - [2026-07-06 17:05:20] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.50 - - [2026-07-06 17:05:20] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049263 10.0.0.50 - - [2026-07-06 17:05:20] "POST /neutron/port HTTP/1.1" 200 117 0.006204 10.0.0.33 - - [2026-07-06 17:05:24] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.50 - - [2026-07-06 17:05:24] "POST /neutron/port HTTP/1.1" 200 1059 0.288988 10.0.0.50 - - [2026-07-06 17:05:24] "POST /neutron/port HTTP/1.1" 200 1113 0.157138 10.0.0.50 - - [2026-07-06 17:05:24] "POST /neutron/port HTTP/1.1" 200 1059 0.019266 10.0.0.50 - - [2026-07-06 17:05:25] "POST /neutron/port HTTP/1.1" 200 1123 0.022825 10.0.0.50 - - [2026-07-06 17:05:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003975 10.0.0.50 - - [2026-07-06 17:05:25] "POST /neutron/network HTTP/1.1" 200 825 0.006762 10.0.0.50 - - [2026-07-06 17:05:26] "POST /neutron/subnet HTTP/1.1" 200 690 0.014682 10.0.0.50 - - [2026-07-06 17:05:30] "POST /neutron/port HTTP/1.1" 200 1123 0.018764 10.0.0.50 - - [2026-07-06 17:05:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008268 10.0.0.50 - - [2026-07-06 17:05:30] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2026-07-06 17:05:31] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 200 1293 0.032952 10.0.0.50 - - [2026-07-06 17:05:31] "GET /virtual-machine-interface/c6e7a781-1bff-4c65-a4dd-5484141a08c9 HTTP/1.1" 200 2950 0.005591 10.0.0.50 - - [2026-07-06 17:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.50 - - [2026-07-06 17:05:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004637 10.0.0.50 - - [2026-07-06 17:05:31] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003784 10.0.0.50 - - [2026-07-06 17:05:31] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005339 10.0.0.50 - - [2026-07-06 17:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.50 - - [2026-07-06 17:05:34] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005245 10.0.0.50 - - [2026-07-06 17:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.50 - - [2026-07-06 17:05:38] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005860 10.0.0.50 - - [2026-07-06 17:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.50 - - [2026-07-06 17:05:42] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006514 10.0.0.50 - - [2026-07-06 17:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.50 - - [2026-07-06 17:05:46] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006487 10.0.0.33 - - [2026-07-06 17:05:50] "DELETE /project/71224b447d014494a5ef681d910554e9 HTTP/1.1" 404 173 0.006572 10.0.0.33 - - [2026-07-06 17:05:50] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001829 10.0.0.33 - - [2026-07-06 17:05:50] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.108460 10.0.0.33 - - [2026-07-06 17:05:50] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.33 - - [2026-07-06 17:05:50] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?fields=security_groups HTTP/1.1" 200 1362 0.066837 10.0.0.33 - - [2026-07-06 17:05:50] "DELETE /security-group/edc4a3a2-3e2a-4a17-92d7-c3234b6f1a93 HTTP/1.1" 200 115 0.085230 10.0.0.33 - - [2026-07-06 17:05:50] "GET /projects?obj_uuids=89fb678e-0d40-4551-8d32-aa88c3e8e1f2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.33 - - [2026-07-06 17:05:50] "GET /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2?fields=application_policy_sets HTTP/1.1" 200 1401 0.045429 10.0.0.50 - - [2026-07-06 17:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006280 10.0.0.50 - - [2026-07-06 17:05:50] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007800 10.0.0.33 - - [2026-07-06 17:05:50] "DELETE /project/89fb678e-0d40-4551-8d32-aa88c3e8e1f2 HTTP/1.1" 200 115 0.610451 10.0.0.50 - - [2026-07-06 17:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.50 - - [2026-07-06 17:05:54] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005852 10.0.0.33 - - [2026-07-06 17:05:54] "GET /obj-perms HTTP/1.1" 200 4493 0.046555 10.0.0.50 - - [2026-07-06 17:05:55] "GET /obj-perms HTTP/1.1" 200 4493 0.053072 10.0.0.50 - - [2026-07-06 17:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.50 - - [2026-07-06 17:05:58] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006014 10.0.0.50 - - [2026-07-06 17:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.50 - - [2026-07-06 17:06:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004277 10.0.0.50 - - [2026-07-06 17:06:00] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003452 10.0.0.50 - - [2026-07-06 17:06:01] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005727 10.0.0.50 - - [2026-07-06 17:06:01] "POST /neutron/port HTTP/1.1" 200 1123 0.021889 10.0.0.50 - - [2026-07-06 17:06:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.023963 10.0.0.50 - - [2026-07-06 17:06:07] "POST /neutron/port HTTP/1.1" 200 1123 0.020786 10.0.0.50 - - [2026-07-06 17:06:09] "POST /neutron/port HTTP/1.1" 200 1123 0.018208 10.0.0.50 - - [2026-07-06 17:06:09] "POST /neutron/subnet HTTP/1.1" 200 690 0.010996 10.0.0.50 - - [2026-07-06 17:06:11] "POST /neutron/port HTTP/1.1" 200 1123 0.016556 10.0.0.50 - - [2026-07-06 17:06:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006935 10.0.0.50 - - [2026-07-06 17:06:16] "POST /neutron/port HTTP/1.1" 200 1123 0.052126 10.0.0.50 - - [2026-07-06 17:06:17] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 200 1294 0.007469 10.0.0.50 - - [2026-07-06 17:06:17] "GET /virtual-machine-interface/3eb7b185-ef69-4726-93f0-f3517252a891 HTTP/1.1" 200 2949 0.005742 10.0.0.50 - - [2026-07-06 17:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.50 - - [2026-07-06 17:06:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003635 10.0.0.50 - - [2026-07-06 17:06:17] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003844 10.0.0.50 - - [2026-07-06 17:06:17] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006223 10.0.0.50 - - [2026-07-06 17:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.50 - - [2026-07-06 17:06:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003913 10.0.0.50 - - [2026-07-06 17:06:18] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003247 10.0.0.50 - - [2026-07-06 17:06:18] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006417 10.0.0.50 - - [2026-07-06 17:06:31] "POST /neutron/port HTTP/1.1" 200 1123 0.022468 10.0.0.50 - - [2026-07-06 17:06:31] "POST /neutron/subnet HTTP/1.1" 200 690 0.010931 10.0.0.50 - - [2026-07-06 17:07:10] "POST /neutron/port HTTP/1.1" 200 1123 0.050185 10.0.0.50 - - [2026-07-06 17:07:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003728 10.0.0.50 - - [2026-07-06 17:07:11] "POST /neutron/network HTTP/1.1" 200 825 0.006615 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 200 1293 0.004349 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-machine-interface/c6e7a781-1bff-4c65-a4dd-5484141a08c9 HTTP/1.1" 200 2950 0.005810 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 200 1293 0.004680 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-machine-interface/c6e7a781-1bff-4c65-a4dd-5484141a08c9 HTTP/1.1" 200 2950 0.005423 10.0.0.50 - - [2026-07-06 17:07:25] "GET /instance-ip/78f6b8a5-1a33-479a-adab-8438b3970d97 HTTP/1.1" 200 1621 0.006590 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 200 1293 0.003716 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-machine-interface/c6e7a781-1bff-4c65-a4dd-5484141a08c9 HTTP/1.1" 200 2950 0.005121 10.0.0.50 - - [2026-07-06 17:07:25] "GET /instance-ip/78f6b8a5-1a33-479a-adab-8438b3970d97 HTTP/1.1" 200 1621 0.004231 10.0.0.50 - - [2026-07-06 17:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.50 - - [2026-07-06 17:07:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004014 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002980 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006032 10.0.0.50 - - [2026-07-06 17:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.50 - - [2026-07-06 17:07:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004526 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002790 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005872 10.0.0.50 - - [2026-07-06 17:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.50 - - [2026-07-06 17:07:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004314 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003491 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006214 10.0.0.50 - - [2026-07-06 17:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.50 - - [2026-07-06 17:07:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004623 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003297 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006575 10.0.0.50 - - [2026-07-06 17:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.50 - - [2026-07-06 17:07:25] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004303 10.0.0.50 - - [2026-07-06 17:07:25] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003156 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006441 10.0.0.50 - - [2026-07-06 17:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.50 - - [2026-07-06 17:07:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004432 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003734 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006296 10.0.0.50 - - [2026-07-06 17:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.50 - - [2026-07-06 17:07:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003355 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005909 10.0.0.50 - - [2026-07-06 17:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.50 - - [2026-07-06 17:07:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003892 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003426 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008008 10.0.0.50 - - [2026-07-06 17:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.50 - - [2026-07-06 17:07:26] "GET /routing-instance/48ec5587-6288-40db-8633-4c8a029333ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006371 10.0.0.50 - - [2026-07-06 17:07:26] "GET /route-target/bd5a18ef-f9b8-47dc-977d-3f011df67731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005414 10.0.0.50 - - [2026-07-06 17:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.50 - - [2026-07-06 17:07:26] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003957 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003184 10.0.0.50 - - [2026-07-06 17:07:26] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006303 10.0.0.50 - - [2026-07-06 17:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.50 - - [2026-07-06 17:07:26] "GET /routing-instance/48ec5587-6288-40db-8633-4c8a029333ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004458 10.0.0.50 - - [2026-07-06 17:07:26] "GET /route-target/bd5a18ef-f9b8-47dc-977d-3f011df67731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004312 10.0.0.50 - - [2026-07-06 17:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.50 - - [2026-07-06 17:07:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.50 - - [2026-07-06 17:07:27] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003353 10.0.0.50 - - [2026-07-06 17:07:27] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005586 10.0.0.50 - - [2026-07-06 17:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.50 - - [2026-07-06 17:07:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003948 10.0.0.50 - - [2026-07-06 17:07:27] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002802 10.0.0.50 - - [2026-07-06 17:07:27] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007157 10.0.0.50 - - [2026-07-06 17:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.50 - - [2026-07-06 17:07:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004344 10.0.0.50 - - [2026-07-06 17:07:27] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003276 10.0.0.50 - - [2026-07-06 17:07:27] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005970 10.0.0.33 - - [2026-07-06 17:07:27] "GET /obj-perms HTTP/1.1" 200 4469 0.036380 10.0.0.50 - - [2026-07-06 17:07:27] "GET /obj-perms HTTP/1.1" 200 4469 0.032630 10.0.0.242 - - [2026-07-06 17:07:27] "GET /obj-perms HTTP/1.1" 200 4469 0.033859 10.0.0.50 - - [2026-07-06 17:07:27] "GET /obj-perms HTTP/1.1" 200 4469 0.003798 10.0.0.50 - - [2026-07-06 17:07:28] "POST /neutron/port HTTP/1.1" 200 1123 0.018735 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 200 1294 0.004430 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-machine-interface/3eb7b185-ef69-4726-93f0-f3517252a891 HTTP/1.1" 200 2949 0.006650 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 200 1294 0.004135 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-machine-interface/3eb7b185-ef69-4726-93f0-f3517252a891 HTTP/1.1" 200 2949 0.005635 10.0.0.50 - - [2026-07-06 17:07:28] "GET /instance-ip/ae2e1878-f4bb-406d-8580-292c15c3c7ca HTTP/1.1" 200 1621 0.006198 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 200 1294 0.005043 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-machine-interface/3eb7b185-ef69-4726-93f0-f3517252a891 HTTP/1.1" 200 2949 0.006174 10.0.0.50 - - [2026-07-06 17:07:28] "GET /instance-ip/ae2e1878-f4bb-406d-8580-292c15c3c7ca HTTP/1.1" 200 1621 0.004374 10.0.0.50 - - [2026-07-06 17:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.50 - - [2026-07-06 17:07:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004244 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004201 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007317 10.0.0.50 - - [2026-07-06 17:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.50 - - [2026-07-06 17:07:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004756 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003770 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005835 10.0.0.50 - - [2026-07-06 17:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.50 - - [2026-07-06 17:07:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004206 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003633 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006077 10.0.0.50 - - [2026-07-06 17:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.50 - - [2026-07-06 17:07:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004042 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003584 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006440 10.0.0.50 - - [2026-07-06 17:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.50 - - [2026-07-06 17:07:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004373 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003486 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005890 10.0.0.50 - - [2026-07-06 17:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.50 - - [2026-07-06 17:07:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003959 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002897 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005955 10.0.0.50 - - [2026-07-06 17:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.50 - - [2026-07-06 17:07:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004057 10.0.0.50 - - [2026-07-06 17:07:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004146 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007090 10.0.0.50 - - [2026-07-06 17:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.50 - - [2026-07-06 17:07:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003598 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002967 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005482 10.0.0.50 - - [2026-07-06 17:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.50 - - [2026-07-06 17:07:29] "GET /routing-instance/48ec5587-6288-40db-8633-4c8a029333ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004122 10.0.0.50 - - [2026-07-06 17:07:29] "GET /route-target/bd5a18ef-f9b8-47dc-977d-3f011df67731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003979 10.0.0.50 - - [2026-07-06 17:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.50 - - [2026-07-06 17:07:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003881 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002636 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007398 10.0.0.50 - - [2026-07-06 17:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.50 - - [2026-07-06 17:07:29] "GET /routing-instance/48ec5587-6288-40db-8633-4c8a029333ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005314 10.0.0.50 - - [2026-07-06 17:07:29] "GET /route-target/bd5a18ef-f9b8-47dc-977d-3f011df67731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004214 10.0.0.50 - - [2026-07-06 17:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.50 - - [2026-07-06 17:07:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004417 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003244 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005698 10.0.0.50 - - [2026-07-06 17:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.50 - - [2026-07-06 17:07:29] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004384 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003602 10.0.0.50 - - [2026-07-06 17:07:29] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005827 10.0.0.50 - - [2026-07-06 17:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.50 - - [2026-07-06 17:07:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005208 10.0.0.50 - - [2026-07-06 17:07:30] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003939 10.0.0.50 - - [2026-07-06 17:07:30] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006049 10.0.0.33 - - [2026-07-06 17:07:30] "GET /obj-perms HTTP/1.1" 200 4469 0.003805 10.0.0.50 - - [2026-07-06 17:07:30] "GET /obj-perms HTTP/1.1" 200 4469 0.004025 10.0.0.50 - - [2026-07-06 17:07:30] "GET /obj-perms HTTP/1.1" 200 4469 0.007087 10.0.0.242 - - [2026-07-06 17:07:30] "GET /obj-perms HTTP/1.1" 200 4469 0.004419 10.0.0.33 - - [2026-07-06 17:07:30] "GET /obj-perms HTTP/1.1" 200 4469 0.003710 10.0.0.50 - - [2026-07-06 17:07:32] "POST /neutron/port HTTP/1.1" 200 1123 0.018415 10.0.0.50 - - [2026-07-06 17:07:32] "POST /neutron/subnet HTTP/1.1" 200 690 0.009277 10.0.0.50 - - [2026-07-06 17:07:35] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 200 1294 0.004560 10.0.0.50 - - [2026-07-06 17:07:36] "POST /neutron/port HTTP/1.1" 200 1123 0.017639 10.0.0.50 - - [2026-07-06 17:07:37] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 200 1294 0.004249 10.0.0.50 - - [2026-07-06 17:07:39] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 404 171 0.003992 10.0.0.50 - - [2026-07-06 17:07:39] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 404 171 0.003179 10.0.0.50 - - [2026-07-06 17:07:39] "GET /virtual-machine/b87eef6b-8047-438c-9293-9cd703598cf0 HTTP/1.1" 404 171 0.003323 10.0.0.50 - - [2026-07-06 17:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.50 - - [2026-07-06 17:07:39] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.50 - - [2026-07-06 17:07:39] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002994 10.0.0.50 - - [2026-07-06 17:07:39] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006215 10.0.0.50 - - [2026-07-06 17:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.50 - - [2026-07-06 17:07:39] "GET /routing-instance/48ec5587-6288-40db-8633-4c8a029333ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004474 10.0.0.50 - - [2026-07-06 17:07:39] "GET /route-target/bd5a18ef-f9b8-47dc-977d-3f011df67731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004827 10.0.0.50 - - [2026-07-06 17:07:39] "GET /obj-perms HTTP/1.1" 200 4469 0.004253 10.0.0.242 - - [2026-07-06 17:07:39] "GET /obj-perms HTTP/1.1" 200 4469 0.003893 10.0.0.50 - - [2026-07-06 17:07:48] "GET /obj-perms HTTP/1.1" 200 4469 0.005230 10.0.0.242 - - [2026-07-06 17:07:48] "GET /obj-perms HTTP/1.1" 200 4469 0.004544 10.0.0.50 - - [2026-07-06 17:07:56] "GET /obj-perms HTTP/1.1" 200 4493 0.036180 10.0.0.242 - - [2026-07-06 17:07:56] "GET /obj-perms HTTP/1.1" 200 4493 0.045789 10.0.0.50 - - [2026-07-06 17:08:04] "GET /obj-perms HTTP/1.1" 200 4469 0.005053 10.0.0.242 - - [2026-07-06 17:08:04] "GET /obj-perms HTTP/1.1" 200 4469 0.003814 10.0.0.50 - - [2026-07-06 17:08:04] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 200 1293 0.005067 10.0.0.50 - - [2026-07-06 17:08:06] "POST /neutron/port HTTP/1.1" 200 1123 0.019484 10.0.0.50 - - [2026-07-06 17:08:06] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 200 1293 0.003982 10.0.0.50 - - [2026-07-06 17:08:08] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 404 171 0.003465 10.0.0.50 - - [2026-07-06 17:08:08] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 404 171 0.003099 10.0.0.50 - - [2026-07-06 17:08:08] "GET /virtual-machine/4f6d5491-b726-4d49-b4b9-71f1f67b40db HTTP/1.1" 404 171 0.003674 10.0.0.50 - - [2026-07-06 17:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.50 - - [2026-07-06 17:08:08] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004025 10.0.0.50 - - [2026-07-06 17:08:08] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002753 10.0.0.50 - - [2026-07-06 17:08:08] "GET /virtual-network/91129f2a-958d-4773-9b9a-6c7ee5859f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005725 10.0.0.50 - - [2026-07-06 17:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.50 - - [2026-07-06 17:08:08] "GET /routing-instance/48ec5587-6288-40db-8633-4c8a029333ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004170 10.0.0.50 - - [2026-07-06 17:08:08] "GET /route-target/bd5a18ef-f9b8-47dc-977d-3f011df67731?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003515 10.0.0.50 - - [2026-07-06 17:08:08] "GET /obj-perms HTTP/1.1" 200 4469 0.004162 10.0.0.242 - - [2026-07-06 17:08:12] "GET /obj-perms HTTP/1.1" 200 4469 0.004114 10.0.0.50 - - [2026-07-06 17:08:18] "GET /obj-perms HTTP/1.1" 200 4469 0.004592 10.0.0.242 - - [2026-07-06 17:08:21] "GET /obj-perms HTTP/1.1" 200 4469 0.004076 10.0.0.242 - - [2026-07-06 17:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.242 - - [2026-07-06 17:08:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.33 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-07-06 17:08:24] "GET /obj-perms HTTP/1.1" 200 4469 0.004618 10.0.0.50 - - [2026-07-06 17:08:24] "POST /neutron/network HTTP/1.1" 200 825 0.007679 10.0.0.33 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.33 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.242 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.242 - - [2026-07-06 17:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.078017 10.0.0.50 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.242 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2026-07-06 17:08:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2026-07-06 17:08:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.50 - - [2026-07-06 17:08:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.50 - - [2026-07-06 17:08:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.004071 10.0.0.50 - - [2026-07-06 17:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.33 - - [2026-07-06 17:08:27] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.50 - - [2026-07-06 17:08:27] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053778 10.0.0.50 - - [2026-07-06 17:08:27] "POST /network-policys HTTP/1.1" 200 522 0.033926 10.0.0.50 - - [2026-07-06 17:08:27] "GET /network-policy/f749ad68-3377-4b2b-99b9-81a893dbe707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006466 10.0.0.50 - - [2026-07-06 17:08:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.003177 10.0.0.50 - - [2026-07-06 17:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.33 - - [2026-07-06 17:08:27] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.50 - - [2026-07-06 17:08:27] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046199 10.0.0.50 - - [2026-07-06 17:08:27] "POST /network-policys HTTP/1.1" 200 522 0.027496 10.0.0.50 - - [2026-07-06 17:08:28] "GET /network-policy/ba0bccce-a9ec-4302-b679-843ce8c0679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006491 10.0.0.50 - - [2026-07-06 17:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.33 - - [2026-07-06 17:08:28] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.50 - - [2026-07-06 17:08:28] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056711 10.0.0.50 - - [2026-07-06 17:08:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004389 10.0.0.50 - - [2026-07-06 17:08:28] "POST /virtual-networks HTTP/1.1" 200 546 0.089213 10.0.0.50 - - [2026-07-06 17:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.242 - - [2026-07-06 17:08:28] "POST /ref-update HTTP/1.1" 200 156 0.035050 10.0.0.50 - - [2026-07-06 17:08:28] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008785 10.0.0.33 - - [2026-07-06 17:08:28] "POST /useragent-kv HTTP/1.1" 200 115 0.009195 10.0.0.50 - - [2026-07-06 17:08:28] "POST /ref-update HTTP/1.1" 200 156 0.068414 10.0.0.50 - - [2026-07-06 17:08:28] "POST /neutron/network HTTP/1.1" 200 809 0.007297 10.0.0.50 - - [2026-07-06 17:08:28] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005600 10.0.0.50 - - [2026-07-06 17:08:28] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006162 10.0.0.242 - - [2026-07-06 17:08:29] "GET /obj-perms HTTP/1.1" 200 4469 0.004081 10.0.0.33 - - [2026-07-06 17:08:29] "GET /obj-perms HTTP/1.1" 200 4469 0.003803 10.0.0.50 - - [2026-07-06 17:08:29] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006749 10.0.0.50 - - [2026-07-06 17:08:29] "PUT /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae HTTP/1.1" 200 264 0.048033 10.0.0.50 - - [2026-07-06 17:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.50 - - [2026-07-06 17:08:29] "GET /network-policy/f749ad68-3377-4b2b-99b9-81a893dbe707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004427 10.0.0.50 - - [2026-07-06 17:08:29] "POST /ref-update HTTP/1.1" 200 156 0.044470 10.0.0.50 - - [2026-07-06 17:08:29] "POST /neutron/network HTTP/1.1" 200 886 0.009085 10.0.0.50 - - [2026-07-06 17:08:29] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005323 10.0.0.50 - - [2026-07-06 17:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.50 - - [2026-07-06 17:08:29] "GET /network-policy/f749ad68-3377-4b2b-99b9-81a893dbe707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004864 10.0.0.50 - - [2026-07-06 17:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.33 - - [2026-07-06 17:08:29] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.50 - - [2026-07-06 17:08:29] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045739 10.0.0.50 - - [2026-07-06 17:08:29] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003440 10.0.0.50 - - [2026-07-06 17:08:29] "POST /virtual-networks HTTP/1.1" 200 546 0.091115 10.0.0.50 - - [2026-07-06 17:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.242 - - [2026-07-06 17:08:29] "POST /route-targets HTTP/1.1" 200 327 0.016129 10.0.0.50 - - [2026-07-06 17:08:29] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005031 10.0.0.33 - - [2026-07-06 17:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007384 10.0.0.50 - - [2026-07-06 17:08:29] "POST /ref-update HTTP/1.1" 200 156 0.072919 10.0.0.50 - - [2026-07-06 17:08:30] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007026 10.0.0.50 - - [2026-07-06 17:08:30] "POST /neutron/network HTTP/1.1" 200 809 0.007278 10.0.0.50 - - [2026-07-06 17:08:30] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006655 10.0.0.50 - - [2026-07-06 17:08:30] "GET /obj-perms HTTP/1.1" 200 4469 0.003748 10.0.0.50 - - [2026-07-06 17:08:30] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005847 10.0.0.50 - - [2026-07-06 17:08:30] "PUT /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23 HTTP/1.1" 200 264 0.044974 10.0.0.50 - - [2026-07-06 17:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.50 - - [2026-07-06 17:08:30] "GET /network-policy/ba0bccce-a9ec-4302-b679-843ce8c0679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004545 10.0.0.50 - - [2026-07-06 17:08:30] "POST /ref-update HTTP/1.1" 200 156 0.053838 10.0.0.242 - - [2026-07-06 17:08:30] "POST /access-control-lists HTTP/1.1" 200 592 0.041963 10.0.0.50 - - [2026-07-06 17:08:30] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010409 10.0.0.50 - - [2026-07-06 17:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.50 - - [2026-07-06 17:08:30] "GET /network-policy/ba0bccce-a9ec-4302-b679-843ce8c0679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004400 10.0.0.50 - - [2026-07-06 17:08:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001252 10.0.0.50 - - [2026-07-06 17:08:31] "POST /neutron/network HTTP/1.1" 200 896 0.006601 10.0.0.50 - - [2026-07-06 17:08:31] "POST /neutron/port HTTP/1.1" 200 117 0.006373 10.0.0.50 - - [2026-07-06 17:08:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001544 10.0.0.50 - - [2026-07-06 17:08:31] "POST /neutron/network HTTP/1.1" 200 886 0.027656 10.0.0.50 - - [2026-07-06 17:08:31] "POST /neutron/port HTTP/1.1" 200 117 0.007566 10.0.0.50 - - [2026-07-06 17:08:35] "POST /neutron/port HTTP/1.1" 200 1061 0.022214 10.0.0.50 - - [2026-07-06 17:08:35] "POST /neutron/network HTTP/1.1" 200 896 0.019982 10.0.0.50 - - [2026-07-06 17:08:36] "POST /neutron/port HTTP/1.1" 200 1061 0.018311 10.0.0.50 - - [2026-07-06 17:08:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007691 10.0.0.50 - - [2026-07-06 17:08:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.010567 10.0.0.50 - - [2026-07-06 17:08:37] "POST /neutron/port HTTP/1.1" 200 1125 0.024143 10.0.0.50 - - [2026-07-06 17:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.50 - - [2026-07-06 17:08:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008545 10.0.0.50 - - [2026-07-06 17:08:47] "POST /neutron/port HTTP/1.1" 200 1125 0.023482 10.0.0.50 - - [2026-07-06 17:08:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008349 10.0.0.50 - - [2026-07-06 17:08:47] "GET /virtual-machine/58692c74-f1e5-4ced-8fe1-a092b6712a8d HTTP/1.1" 200 1293 0.006866 10.0.0.50 - - [2026-07-06 17:08:47] "GET /virtual-machine-interface/c8a98267-026c-49dd-ba92-44ab893a380b HTTP/1.1" 200 2950 0.005561 10.0.0.50 - - [2026-07-06 17:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005664 10.0.0.50 - - [2026-07-06 17:08:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004039 10.0.0.50 - - [2026-07-06 17:08:47] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004326 10.0.0.50 - - [2026-07-06 17:08:47] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005809 10.0.0.50 - - [2026-07-06 17:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.50 - - [2026-07-06 17:08:50] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006263 10.0.0.50 - - [2026-07-06 17:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.50 - - [2026-07-06 17:08:54] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005353 10.0.0.50 - - [2026-07-06 17:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.50 - - [2026-07-06 17:08:58] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005999 10.0.0.50 - - [2026-07-06 17:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.50 - - [2026-07-06 17:09:02] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005930 10.0.0.50 - - [2026-07-06 17:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.50 - - [2026-07-06 17:09:06] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006741 10.0.0.50 - - [2026-07-06 17:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.50 - - [2026-07-06 17:09:10] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007081 10.0.0.50 - - [2026-07-06 17:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.50 - - [2026-07-06 17:09:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004060 10.0.0.50 - - [2026-07-06 17:09:13] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004101 10.0.0.50 - - [2026-07-06 17:09:13] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005692 10.0.0.50 - - [2026-07-06 17:09:13] "POST /neutron/port HTTP/1.1" 200 1125 0.017717 10.0.0.50 - - [2026-07-06 17:09:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004055 10.0.0.50 - - [2026-07-06 17:09:15] "POST /neutron/network HTTP/1.1" 200 886 0.012773 10.0.0.50 - - [2026-07-06 17:09:18] "POST /neutron/port HTTP/1.1" 200 1125 0.017502 10.0.0.50 - - [2026-07-06 17:09:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007102 10.0.0.50 - - [2026-07-06 17:09:28] "POST /neutron/port HTTP/1.1" 200 1125 0.016746 10.0.0.50 - - [2026-07-06 17:09:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009906 10.0.0.50 - - [2026-07-06 17:09:28] "GET /virtual-machine/e5de79e0-e2ea-4af0-9420-7854ddd21719 HTTP/1.1" 200 1294 0.005160 10.0.0.50 - - [2026-07-06 17:09:28] "GET /virtual-machine-interface/be5fd0dd-15a8-4fe1-96fc-860a7264babe HTTP/1.1" 200 2950 0.004964 10.0.0.50 - - [2026-07-06 17:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.50 - - [2026-07-06 17:09:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003277 10.0.0.50 - - [2026-07-06 17:09:28] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002679 10.0.0.50 - - [2026-07-06 17:09:29] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010881 10.0.0.50 - - [2026-07-06 17:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.50 - - [2026-07-06 17:09:30] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004315 10.0.0.50 - - [2026-07-06 17:09:30] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003288 10.0.0.50 - - [2026-07-06 17:09:30] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007518 10.0.0.50 - - [2026-07-06 17:09:31] "POST /neutron/port HTTP/1.1" 200 1125 0.019596 10.0.0.50 - - [2026-07-06 17:09:35] "POST /neutron/port HTTP/1.1" 200 1125 0.015620 10.0.0.50 - - [2026-07-06 17:09:36] "POST /neutron/network HTTP/1.1" 200 896 0.022097 10.0.0.50 - - [2026-07-06 17:09:36] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.33 - - [2026-07-06 17:09:58] "GET /obj-perms HTTP/1.1" 200 4493 0.038362 10.0.0.50 - - [2026-07-06 17:10:14] "POST /neutron/port HTTP/1.1" 200 1125 0.019608 10.0.0.50 - - [2026-07-06 17:10:15] "POST /neutron/subnet HTTP/1.1" 200 646 0.012859 10.0.0.50 - - [2026-07-06 17:10:37] "POST /neutron/port HTTP/1.1" 200 1125 0.022339 10.0.0.50 - - [2026-07-06 17:10:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.50 - - [2026-07-06 17:10:38] "POST /neutron/network HTTP/1.1" 200 886 0.007746 10.0.0.242 - - [2026-07-06 17:10:59] "GET /obj-perms HTTP/1.1" 200 4493 0.039623 10.0.0.50 - - [2026-07-06 17:10:59] "GET /virtual-router/f9cd6df3-2e26-4a5d-be5b-e8a0af43d21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004797 ++ 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 Jul 6 05:11:29 PM UTC 2026 ===================' INFO: =================== Mon Jul 6 05:11:29 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ 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.50,10.0.0.242,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.50:8081 10.0.0.242:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.50:8081 10.0.0.242:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.50:8081 10.0.0.242:8081 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.50:9042 10.0.0.242:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.50:8086 10.0.0.242:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.50:8086 10.0.0.242:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.50:8086 10.0.0.242:8086 10.0.0.33: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.50,10.0.0.242,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.50:8082 10.0.0.242:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.50:8082 10.0.0.242:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.50:8082 10.0.0.242:8082 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.50:9161 10.0.0.242:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.50:9161 10.0.0.242:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.50:9161 10.0.0.242:9161 10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.50:9041 10.0.0.242:9041 10.0.0.33: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.254,10.20.0.25,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.25,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.50:2181,10.0.0.242:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.50:2181,10.0.0.242:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50:2181,10.0.0.242:2181,10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.50:2181 10.0.0.242:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.50:5673,10.0.0.242:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.50:5673,10.0.0.242:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.50:5673,10.0.0.242:5673,10.0.0.33: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.50:6379 10.0.0.242:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.50:6379 10.0.0.242:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.50:6379 10.0.0.242:6379 10.0.0.33: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.50,10.0.0.242,10.0.0.33 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.50:9092 10.0.0.242:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.50:9092 10.0.0.242:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.50:9092 10.0.0.242:9092 10.0.0.33: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.50 ++ 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.50,10.0.0.242,10.0.0.33 ++ 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.50,10.0.0.242,10.0.0.33 ++ 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.50,10.0.0.242,10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.50,10.0.0.242,10.0.0.33 +++ local servers=10.0.0.50,10.0.0.242,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort +++ local local_ips=,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 3 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.50:9041 10.0.0.242:9041 10.0.0.33:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33: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: 07/06/2026 17:11:38.453 7f766fde82c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/06/2026 17:11:38.605 7f766fde82c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/06/2026 17:11:38.617 7f766fde82c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/06/2026 17:11:38.617 7f766fde82c0 [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.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2026-07-06 17:11:39] "GET / HTTP/1.1" 503 181 0.000290 10.0.0.33 - - [2026-07-06 17:11:39] "GET / HTTP/1.1" 503 181 0.000205 [Introspect:8084]10.0.0.50 - - [2026-07-06 17:11:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001545 10.0.0.33 - - [2026-07-06 17:11:40] "GET / HTTP/1.1" 200 45871 0.001658 10.0.0.33 - - [2026-07-06 17:11:40] "GET / HTTP/1.1" 200 45871 0.001027 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.33 - - [2026-07-06 17:11:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000545 10.0.0.33 - - [2026-07-06 17:11:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000268 10.0.0.33 - - [2026-07-06 17:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.668225 10.0.0.33 - - [2026-07-06 17:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.33 - - [2026-07-06 17:11:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.375093 10.0.0.33 - - [2026-07-06 17:11:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003022 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.33 - - [2026-07-06 17:11:41] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.33 - - [2026-07-06 17:11:41] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.050266 10.0.0.33 - - [2026-07-06 17:11:41] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001844 10.0.0.33 - - [2026-07-06 17:11:41] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?fields=security_groups HTTP/1.1" 200 1086 0.058658 10.0.0.33 - - [2026-07-06 17:11:41] "GET /projects?obj_uuids=09a358e5-f84d-4034-a696-455f419ffad4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.33 - - [2026-07-06 17:11:41] "GET /project/09a358e5-f84d-4034-a696-455f419ffad4?fields=application_policy_sets HTTP/1.1" 200 1379 0.040083 10.0.0.33 - - [2026-07-06 17:11:41] "DELETE /project/09a358e5-f84d-4034-a696-455f419ffad4 HTTP/1.1" 409 278 0.250628 [Introspect:8084]10.0.0.50 - - [2026-07-06 17:11:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001180 [Introspect:8084]10.0.0.50 - - [2026-07-06 17:11:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001046 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.50 - - [2026-07-06 17:11:46] "GET /obj-perms HTTP/1.1" 200 4469 0.416178 10.0.0.50 - - [2026-07-06 17:11:47] "GET /obj-perms HTTP/1.1" 200 4469 0.003987 10.0.0.50 - - [2026-07-06 17:11:47] "GET /obj-perms HTTP/1.1" 200 4469 0.004704 10.0.0.50 - - [2026-07-06 17:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.023095 10.0.0.33 - - [2026-07-06 17:11:47] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001473 10.0.0.50 - - [2026-07-06 17:11:47] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055704 10.0.0.50 - - [2026-07-06 17:11:47] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003306 10.0.0.50 - - [2026-07-06 17:11:47] "POST /virtual-networks HTTP/1.1" 200 546 0.080722 10.0.0.50 - - [2026-07-06 17:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.50 - - [2026-07-06 17:11:47] "GET /network-ipam/7b4b76ac-e3d9-4cf0-bb9c-2f83a11cfbc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005269 10.0.0.33 - - [2026-07-06 17:11:47] "POST /useragent-kv HTTP/1.1" 200 115 0.011830 10.0.0.50 - - [2026-07-06 17:11:47] "POST /ref-update HTTP/1.1" 200 156 0.079428 10.0.0.50 - - [2026-07-06 17:11:47] "POST /neutron/network HTTP/1.1" 200 809 0.033043 10.0.0.50 - - [2026-07-06 17:11:47] "GET /virtual-network/1398e2ab-8ba8-496a-a021-2be471f8b9b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006418 10.0.0.50 - - [2026-07-06 17:11:47] "POST /neutron/subnet HTTP/1.1" 200 672 0.010278 10.0.0.242 - - [2026-07-06 17:11:48] "POST /ref-update HTTP/1.1" 200 156 0.058771 10.0.0.50 - - [2026-07-06 17:11:48] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006371 10.0.0.50 - - [2026-07-06 17:11:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.002150 10.0.0.50 - - [2026-07-06 17:11:48] "POST /neutron/network HTTP/1.1" 200 896 0.007006 10.0.0.33 - - [2026-07-06 17:11:48] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.50 - - [2026-07-06 17:11:48] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083529 10.0.0.50 - - [2026-07-06 17:11:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009361 10.0.0.50 - - [2026-07-06 17:11:53] "POST /neutron/network HTTP/1.1" 200 896 0.015421 10.0.0.50 - - [2026-07-06 17:11:53] "POST /neutron/port HTTP/1.1" 200 1061 0.037685 10.0.0.50 - - [2026-07-06 17:11:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006890 10.0.0.50 - - [2026-07-06 17:11:54] "POST /neutron/subnet HTTP/1.1" 200 646 0.012263 10.0.0.50 - - [2026-07-06 17:11:59] "POST /neutron/port HTTP/1.1" 200 1125 0.021438 10.0.0.50 - - [2026-07-06 17:12:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009062 10.0.0.50 - - [2026-07-06 17:12:04] "POST /neutron/port HTTP/1.1" 200 1125 0.024780 10.0.0.50 - - [2026-07-06 17:12:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007578 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 200 1293 0.021706 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 200 1293 0.004840 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-machine-interface/50eb13e5-703e-4146-936c-2cc1ca27f9ac HTTP/1.1" 200 2949 0.006202 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 200 1293 0.004958 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-machine-interface/50eb13e5-703e-4146-936c-2cc1ca27f9ac HTTP/1.1" 200 2949 0.006787 10.0.0.50 - - [2026-07-06 17:12:04] "GET /instance-ip/3ba09201-fcf4-4bf0-9cc3-a97e62c31d98 HTTP/1.1" 200 1623 0.006336 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 200 1293 0.004443 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-machine-interface/50eb13e5-703e-4146-936c-2cc1ca27f9ac HTTP/1.1" 200 2949 0.005835 10.0.0.50 - - [2026-07-06 17:12:04] "GET /instance-ip/3ba09201-fcf4-4bf0-9cc3-a97e62c31d98 HTTP/1.1" 200 1623 0.004449 10.0.0.50 - - [2026-07-06 17:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.50 - - [2026-07-06 17:12:04] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006838 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003774 10.0.0.50 - - [2026-07-06 17:12:04] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012530 10.0.0.50 - - [2026-07-06 17:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.50 - - [2026-07-06 17:12:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004789 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003657 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005620 10.0.0.50 - - [2026-07-06 17:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.50 - - [2026-07-06 17:12:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004432 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004444 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006006 10.0.0.50 - - [2026-07-06 17:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.50 - - [2026-07-06 17:12:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005213 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003789 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006299 10.0.0.50 - - [2026-07-06 17:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.50 - - [2026-07-06 17:12:05] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005391 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003945 10.0.0.50 - - [2026-07-06 17:12:05] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006577 10.0.0.50 - - [2026-07-06 17:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.50 - - [2026-07-06 17:12:08] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005676 10.0.0.50 - - [2026-07-06 17:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.50 - - [2026-07-06 17:12:12] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005626 10.0.0.50 - - [2026-07-06 17:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.50 - - [2026-07-06 17:12:16] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005105 10.0.0.50 - - [2026-07-06 17:12:17] "POST /neutron/network HTTP/1.1" 200 896 0.007744 10.0.0.50 - - [2026-07-06 17:12:17] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.50 - - [2026-07-06 17:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.50 - - [2026-07-06 17:12:20] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006394 10.0.0.50 - - [2026-07-06 17:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.50 - - [2026-07-06 17:12:25] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.011537 10.0.0.50 - - [2026-07-06 17:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.50 - - [2026-07-06 17:12:29] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005482 10.0.0.50 - - [2026-07-06 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.50 - - [2026-07-06 17:12:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005477 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003692 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006309 10.0.0.50 - - [2026-07-06 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.50 - - [2026-07-06 17:12:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003793 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003359 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006183 10.0.0.50 - - [2026-07-06 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.50 - - [2026-07-06 17:12:31] "GET /routing-instance/c9fe9567-1f68-46b0-b57c-dec6312f1c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004782 10.0.0.50 - - [2026-07-06 17:12:31] "GET /route-target/23686f30-7531-4847-8f87-6f6552f89555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003828 10.0.0.50 - - [2026-07-06 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.50 - - [2026-07-06 17:12:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003561 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002778 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005661 10.0.0.50 - - [2026-07-06 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007201 10.0.0.50 - - [2026-07-06 17:12:31] "GET /routing-instance/c9fe9567-1f68-46b0-b57c-dec6312f1c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004112 10.0.0.50 - - [2026-07-06 17:12:31] "GET /route-target/23686f30-7531-4847-8f87-6f6552f89555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004596 10.0.0.50 - - [2026-07-06 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.50 - - [2026-07-06 17:12:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004023 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003106 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005737 10.0.0.50 - - [2026-07-06 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.50 - - [2026-07-06 17:12:31] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004004 10.0.0.50 - - [2026-07-06 17:12:31] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003383 10.0.0.50 - - [2026-07-06 17:12:32] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005615 10.0.0.50 - - [2026-07-06 17:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.50 - - [2026-07-06 17:12:32] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004695 10.0.0.50 - - [2026-07-06 17:12:32] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003744 10.0.0.50 - - [2026-07-06 17:12:32] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005721 10.0.0.33 - - [2026-07-06 17:12:32] "GET /obj-perms HTTP/1.1" 200 4469 0.035757 10.0.0.50 - - [2026-07-06 17:12:32] "GET /obj-perms HTTP/1.1" 200 4469 0.003509 10.0.0.50 - - [2026-07-06 17:12:32] "GET /obj-perms HTTP/1.1" 200 4469 0.004822 10.0.0.50 - - [2026-07-06 17:12:32] "GET /obj-perms HTTP/1.1" 200 4469 0.003891 10.0.0.33 - - [2026-07-06 17:12:32] "GET /obj-perms HTTP/1.1" 200 4469 0.003293 10.0.0.50 - - [2026-07-06 17:12:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001273 10.0.0.50 - - [2026-07-06 17:12:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007512 10.0.0.50 - - [2026-07-06 17:12:33] "POST /neutron/port HTTP/1.1" 200 3070 0.034590 10.0.0.50 - - [2026-07-06 17:12:33] "POST /neutron/port HTTP/1.1" 200 117 0.006597 10.0.0.50 - - [2026-07-06 17:12:37] "POST /neutron/network HTTP/1.1" 200 896 0.006941 10.0.0.50 - - [2026-07-06 17:12:37] "POST /neutron/port HTTP/1.1" 200 1061 0.036014 10.0.0.50 - - [2026-07-06 17:12:38] "POST /neutron/port HTTP/1.1" 200 1125 0.020184 10.0.0.50 - - [2026-07-06 17:12:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004086 10.0.0.50 - - [2026-07-06 17:12:38] "POST /neutron/network HTTP/1.1" 200 886 0.006627 10.0.0.50 - - [2026-07-06 17:12:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.50 - - [2026-07-06 17:12:39] "POST /neutron/network HTTP/1.1" 200 886 0.007193 10.0.0.50 - - [2026-07-06 17:12:48] "POST /neutron/port HTTP/1.1" 200 1125 0.019185 10.0.0.50 - - [2026-07-06 17:12:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008474 10.0.0.50 - - [2026-07-06 17:12:48] "POST /neutron/port HTTP/1.1" 200 1125 0.019464 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 200 1294 0.006311 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 200 1294 0.004676 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-machine-interface/94b9021b-26e2-47b5-8d5d-a311f20cbc13 HTTP/1.1" 200 2950 0.006181 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 200 1294 0.003892 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-machine-interface/94b9021b-26e2-47b5-8d5d-a311f20cbc13 HTTP/1.1" 200 2950 0.005253 10.0.0.50 - - [2026-07-06 17:12:48] "GET /instance-ip/6fc2788a-bb77-4351-b689-254cdf91fa5d HTTP/1.1" 200 1623 0.005987 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 200 1294 0.004031 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-machine-interface/94b9021b-26e2-47b5-8d5d-a311f20cbc13 HTTP/1.1" 200 2950 0.005258 10.0.0.50 - - [2026-07-06 17:12:48] "GET /instance-ip/6fc2788a-bb77-4351-b689-254cdf91fa5d HTTP/1.1" 200 1623 0.004493 10.0.0.50 - - [2026-07-06 17:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.50 - - [2026-07-06 17:12:48] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.056073 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003404 10.0.0.50 - - [2026-07-06 17:12:48] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006331 10.0.0.50 - - [2026-07-06 17:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.50 - - [2026-07-06 17:12:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015374 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003234 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006841 10.0.0.50 - - [2026-07-06 17:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.50 - - [2026-07-06 17:12:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004026 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003517 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005654 10.0.0.50 - - [2026-07-06 17:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.50 - - [2026-07-06 17:12:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004898 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.009176 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005954 10.0.0.50 - - [2026-07-06 17:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.50 - - [2026-07-06 17:12:49] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003687 10.0.0.50 - - [2026-07-06 17:12:49] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005938 10.0.0.50 - - [2026-07-06 17:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.50 - - [2026-07-06 17:12:52] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005399 10.0.0.50 - - [2026-07-06 17:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.50 - - [2026-07-06 17:12:56] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005288 10.0.0.242 - - [2026-07-06 17:13:00] "GET /obj-perms HTTP/1.1" 200 4493 0.039328 10.0.0.50 - - [2026-07-06 17:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.50 - - [2026-07-06 17:13:00] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005095 10.0.0.50 - - [2026-07-06 17:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.50 - - [2026-07-06 17:13:04] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005800 10.0.0.50 - - [2026-07-06 17:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.50 - - [2026-07-06 17:13:08] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006958 10.0.0.50 - - [2026-07-06 17:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.50 - - [2026-07-06 17:13:13] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005566 10.0.0.50 - - [2026-07-06 17:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.50 - - [2026-07-06 17:13:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005272 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003478 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006098 10.0.0.50 - - [2026-07-06 17:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006583 10.0.0.50 - - [2026-07-06 17:13:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003726 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002912 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006102 10.0.0.50 - - [2026-07-06 17:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.50 - - [2026-07-06 17:13:15] "GET /routing-instance/57065dbc-d6d4-4670-a812-3fa21f528934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004828 10.0.0.50 - - [2026-07-06 17:13:15] "GET /route-target/a2947642-9ce4-4e3d-93fa-9684548916ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003665 10.0.0.50 - - [2026-07-06 17:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.50 - - [2026-07-06 17:13:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003937 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003181 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006009 10.0.0.50 - - [2026-07-06 17:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006671 10.0.0.50 - - [2026-07-06 17:13:15] "GET /routing-instance/57065dbc-d6d4-4670-a812-3fa21f528934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.007761 10.0.0.50 - - [2026-07-06 17:13:15] "GET /route-target/a2947642-9ce4-4e3d-93fa-9684548916ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003725 10.0.0.50 - - [2026-07-06 17:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.50 - - [2026-07-06 17:13:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005254 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002946 10.0.0.50 - - [2026-07-06 17:13:15] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.012754 10.0.0.50 - - [2026-07-06 17:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.50 - - [2026-07-06 17:13:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004385 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003337 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008862 10.0.0.50 - - [2026-07-06 17:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.50 - - [2026-07-06 17:13:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010480 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004524 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.010572 10.0.0.50 - - [2026-07-06 17:13:16] "GET /obj-perms HTTP/1.1" 200 4469 0.007393 10.0.0.33 - - [2026-07-06 17:13:16] "GET /obj-perms HTTP/1.1" 200 4469 0.003683 10.0.0.50 - - [2026-07-06 17:13:16] "GET /obj-perms HTTP/1.1" 200 4469 0.003669 10.0.0.33 - - [2026-07-06 17:13:16] "GET /obj-perms HTTP/1.1" 200 4469 0.004800 10.0.0.50 - - [2026-07-06 17:13:16] "GET /obj-perms HTTP/1.1" 200 4469 0.003983 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 200 1293 0.003746 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-machine-interface/50eb13e5-703e-4146-936c-2cc1ca27f9ac HTTP/1.1" 200 2949 0.005185 10.0.0.50 - - [2026-07-06 17:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007292 10.0.0.50 - - [2026-07-06 17:13:16] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004730 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005986 10.0.0.50 - - [2026-07-06 17:13:16] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005457 10.0.0.50 - - [2026-07-06 17:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.50 - - [2026-07-06 17:13:17] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003287 10.0.0.50 - - [2026-07-06 17:13:17] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002779 10.0.0.50 - - [2026-07-06 17:13:17] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005546 10.0.0.50 - - [2026-07-06 17:13:18] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 200 1294 0.004025 10.0.0.50 - - [2026-07-06 17:13:18] "GET /virtual-machine-interface/94b9021b-26e2-47b5-8d5d-a311f20cbc13 HTTP/1.1" 200 2950 0.005649 10.0.0.50 - - [2026-07-06 17:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.50 - - [2026-07-06 17:13:18] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004154 10.0.0.50 - - [2026-07-06 17:13:18] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003092 10.0.0.50 - - [2026-07-06 17:13:18] "POST /neutron/port HTTP/1.1" 200 1125 0.015863 10.0.0.50 - - [2026-07-06 17:13:18] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005075 10.0.0.50 - - [2026-07-06 17:13:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004914 10.0.0.50 - - [2026-07-06 17:13:18] "POST /neutron/port HTTP/1.1" 200 117 0.001604 10.0.0.50 - - [2026-07-06 17:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.50 - - [2026-07-06 17:13:19] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003603 10.0.0.50 - - [2026-07-06 17:13:19] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003430 10.0.0.50 - - [2026-07-06 17:13:19] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005726 10.0.0.50 - - [2026-07-06 17:13:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008422 10.0.0.242 - - [2026-07-06 17:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.242 - - [2026-07-06 17:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.33 - - [2026-07-06 17:13:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2026-07-06 17:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.33 - - [2026-07-06 17:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.33 - - [2026-07-06 17:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.242 - - [2026-07-06 17:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.50 - - [2026-07-06 17:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.242 - - [2026-07-06 17:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2026-07-06 17:13:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.50 - - [2026-07-06 17:13:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.50 - - [2026-07-06 17:13:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.50 - - [2026-07-06 17:13:40] "POST /neutron/port HTTP/1.1" 200 1125 0.017885 10.0.0.50 - - [2026-07-06 17:13:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.50 - - [2026-07-06 17:13:41] "POST /neutron/network HTTP/1.1" 200 886 0.007091 10.0.0.50 - - [2026-07-06 17:14:11] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 200 1294 0.007560 10.0.0.50 - - [2026-07-06 17:14:13] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 200 1294 0.013864 10.0.0.50 - - [2026-07-06 17:14:13] "POST /neutron/port HTTP/1.1" 200 151 0.175191 10.0.0.50 - - [2026-07-06 17:14:15] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 404 171 0.004001 10.0.0.50 - - [2026-07-06 17:14:15] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 404 171 0.002529 10.0.0.50 - - [2026-07-06 17:14:15] "GET /virtual-machine/d17dd0fc-48dc-46b1-aa93-73fdeeb46a53 HTTP/1.1" 404 171 0.003397 10.0.0.50 - - [2026-07-06 17:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.50 - - [2026-07-06 17:14:15] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003919 10.0.0.50 - - [2026-07-06 17:14:15] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003246 10.0.0.50 - - [2026-07-06 17:14:15] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.009377 10.0.0.50 - - [2026-07-06 17:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.50 - - [2026-07-06 17:14:15] "GET /routing-instance/57065dbc-d6d4-4670-a812-3fa21f528934?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005179 10.0.0.50 - - [2026-07-06 17:14:15] "GET /route-target/a2947642-9ce4-4e3d-93fa-9684548916ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004598 10.0.0.50 - - [2026-07-06 17:14:19] "GET /obj-perms HTTP/1.1" 200 4469 0.004259 10.0.0.33 - - [2026-07-06 17:14:19] "GET /obj-perms HTTP/1.1" 200 4469 0.004123 10.0.0.50 - - [2026-07-06 17:14:20] "POST /neutron/network HTTP/1.1" 200 896 0.007644 10.0.0.50 - - [2026-07-06 17:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.50 - - [2026-07-06 17:14:28] "GET /obj-perms HTTP/1.1" 200 4469 0.004201 10.0.0.33 - - [2026-07-06 17:14:28] "GET /obj-perms HTTP/1.1" 200 4469 0.004110 10.0.0.50 - - [2026-07-06 17:14:37] "GET /obj-perms HTTP/1.1" 200 4469 0.004421 10.0.0.33 - - [2026-07-06 17:14:37] "GET /obj-perms HTTP/1.1" 200 4469 0.003729 10.0.0.242 - - [2026-07-06 17:14:37] "GET /obj-perms HTTP/1.1" 200 4469 0.035540 10.0.0.50 - - [2026-07-06 17:14:37] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 200 1293 0.004400 10.0.0.50 - - [2026-07-06 17:14:39] "POST /neutron/port HTTP/1.1" 200 1115 0.014553 10.0.0.50 - - [2026-07-06 17:14:39] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 200 1293 0.003910 10.0.0.50 - - [2026-07-06 17:14:41] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 404 171 0.002996 10.0.0.50 - - [2026-07-06 17:14:41] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 404 171 0.002834 10.0.0.50 - - [2026-07-06 17:14:41] "GET /virtual-machine/4b2d45d0-ee38-4cf5-be62-fd2f6be880d2 HTTP/1.1" 404 171 0.002777 10.0.0.50 - - [2026-07-06 17:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.50 - - [2026-07-06 17:14:42] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.50 - - [2026-07-06 17:14:42] "GET /virtual-networks?parent_id=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004201 10.0.0.50 - - [2026-07-06 17:14:42] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005724 10.0.0.50 - - [2026-07-06 17:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.50 - - [2026-07-06 17:14:42] "GET /routing-instance/c9fe9567-1f68-46b0-b57c-dec6312f1c1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004371 10.0.0.50 - - [2026-07-06 17:14:42] "GET /route-target/23686f30-7531-4847-8f87-6f6552f89555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003977 10.0.0.50 - - [2026-07-06 17:14:42] "GET /obj-perms HTTP/1.1" 200 4469 0.003834 10.0.0.50 - - [2026-07-06 17:14:45] "GET /obj-perms HTTP/1.1" 200 4469 0.004067 10.0.0.50 - - [2026-07-06 17:14:51] "GET /obj-perms HTTP/1.1" 200 4469 0.003647 10.0.0.50 - - [2026-07-06 17:14:54] "GET /obj-perms HTTP/1.1" 200 4469 0.006001 10.0.0.50 - - [2026-07-06 17:14:57] "GET /obj-perms HTTP/1.1" 200 4469 0.004054 10.0.0.33 - - [2026-07-06 17:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006060 10.0.0.33 - - [2026-07-06 17:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003635 10.0.0.50 - - [2026-07-06 17:14:58] "DELETE /virtual-network/1398e2ab-8ba8-496a-a021-2be471f8b9b1 HTTP/1.1" 200 115 0.115267 10.0.0.50 - - [2026-07-06 17:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.50 - - [2026-07-06 17:14:58] "GET /network-policy/ba0bccce-a9ec-4302-b679-843ce8c0679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004551 10.0.0.50 - - [2026-07-06 17:14:58] "POST /ref-update HTTP/1.1" 200 156 0.051090 10.0.0.242 - - [2026-07-06 17:14:58] "DELETE /access-control-list/a84f00d1-4c18-465f-8065-b71d6ca281e6 HTTP/1.1" 200 115 0.053195 10.0.0.50 - - [2026-07-06 17:14:58] "GET /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.019343 10.0.0.50 - - [2026-07-06 17:14:58] "DELETE /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23 HTTP/1.1" 409 248 0.010900 10.0.0.50 - - [2026-07-06 17:15:00] "POST /neutron/port HTTP/1.1" 200 1125 0.019187 10.0.0.50 - - [2026-07-06 17:15:00] "POST /neutron/port HTTP/1.1" 200 151 0.264941 10.0.0.33 - - [2026-07-06 17:15:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005205 10.0.0.33 - - [2026-07-06 17:15:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003030 10.0.0.50 - - [2026-07-06 17:15:00] "DELETE /virtual-network/7246cb16-17dc-435a-8161-85ad60fbbb23 HTTP/1.1" 200 115 0.135367 10.0.0.242 - - [2026-07-06 17:15:00] "DELETE /route-target/a2947642-9ce4-4e3d-93fa-9684548916ce HTTP/1.1" 200 115 0.029567 10.0.0.50 - - [2026-07-06 17:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.50 - - [2026-07-06 17:15:00] "GET /network-policy/f749ad68-3377-4b2b-99b9-81a893dbe707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.003651 10.0.0.50 - - [2026-07-06 17:15:00] "POST /ref-update HTTP/1.1" 200 156 0.040717 10.0.0.50 - - [2026-07-06 17:15:00] "POST /neutron/network HTTP/1.1" 200 809 0.008198 10.0.0.50 - - [2026-07-06 17:15:00] "GET /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005028 10.0.0.33 - - [2026-07-06 17:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004471 10.0.0.33 - - [2026-07-06 17:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.50 - - [2026-07-06 17:15:01] "DELETE /virtual-network/ef63d115-2d93-4a49-bbba-8a1957db35ae HTTP/1.1" 200 115 0.109414 10.0.0.242 - - [2026-07-06 17:15:01] "DELETE /route-target/23686f30-7531-4847-8f87-6f6552f89555 HTTP/1.1" 200 115 0.030781 10.0.0.50 - - [2026-07-06 17:15:01] "DELETE /network-policy/ba0bccce-a9ec-4302-b679-843ce8c0679f HTTP/1.1" 200 115 0.037280 10.0.0.50 - - [2026-07-06 17:15:01] "DELETE /network-policy/f749ad68-3377-4b2b-99b9-81a893dbe707 HTTP/1.1" 200 115 0.040557 10.0.0.33 - - [2026-07-06 17:15:01] "GET /obj-perms HTTP/1.1" 200 4493 0.047823 10.0.0.33 - - [2026-07-06 17:15:29] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.50 - - [2026-07-06 17:15:29] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.066851 10.0.0.33 - - [2026-07-06 17:15:29] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.50 - - [2026-07-06 17:15:29] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?fields=virtual_networks HTTP/1.1" 200 1033 0.040426 10.0.0.33 - - [2026-07-06 17:15:29] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001209 10.0.0.50 - - [2026-07-06 17:15:29] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045815 10.0.0.33 - - [2026-07-06 17:15:29] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.50 - - [2026-07-06 17:15:29] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?fields=security_groups HTTP/1.1" 200 1260 0.037268 10.0.0.50 - - [2026-07-06 17:15:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.038978 10.0.0.33 - - [2026-07-06 17:15:30] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003418 10.0.0.33 - - [2026-07-06 17:15:30] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.33 - - [2026-07-06 17:15:30] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008281 10.0.0.33 - - [2026-07-06 17:15:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.005357 10.0.0.33 - - [2026-07-06 17:15:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.009125 10.0.0.33 - - [2026-07-06 17:15:31] "POST /security-groups HTTP/1.1" 200 591 0.076552 10.0.0.33 - - [2026-07-06 17:15:31] "POST /projects HTTP/1.1" 200 585 0.282230 10.0.0.242 - - [2026-07-06 17:15:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.006045 10.0.0.33 - - [2026-07-06 17:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.349018 10.0.0.50 - - [2026-07-06 17:15:31] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.492139 10.0.0.50 - - [2026-07-06 17:15:32] "GET / HTTP/1.1" 200 35931 0.001457 10.0.0.50 - - [2026-07-06 17:15:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2026-07-06 17:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.054957 10.0.0.33 - - [2026-07-06 17:15:34] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004563 10.0.0.50 - - [2026-07-06 17:15:34] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077051 10.0.0.242 - - [2026-07-06 17:15:34] "POST /ref-update HTTP/1.1" 200 156 0.034702 10.0.0.33 - - [2026-07-06 17:15:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007951 10.0.0.50 - - [2026-07-06 17:15:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.249757 10.0.0.50 - - [2026-07-06 17:15:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001307 10.0.0.50 - - [2026-07-06 17:15:35] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006922 10.0.0.50 - - [2026-07-06 17:15:35] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006123 10.0.0.50 - - [2026-07-06 17:15:35] "POST /neutron/network HTTP/1.1" 200 824 0.010478 10.0.0.50 - - [2026-07-06 17:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.33 - - [2026-07-06 17:15:35] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.50 - - [2026-07-06 17:15:35] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042176 10.0.0.33 - - [2026-07-06 17:15:35] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.50 - - [2026-07-06 17:15:35] "POST /neutron/network HTTP/1.1" 200 605 0.117523 10.0.0.50 - - [2026-07-06 17:15:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.003818 10.0.0.50 - - [2026-07-06 17:15:35] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005048 10.0.0.50 - - [2026-07-06 17:15:35] "POST /neutron/network HTTP/1.1" 200 825 0.006802 10.0.0.50 - - [2026-07-06 17:15:35] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005485 10.0.0.50 - - [2026-07-06 17:15:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001274 10.0.0.50 - - [2026-07-06 17:15:35] "POST /neutron/network HTTP/1.1" 200 834 0.007128 10.0.0.50 - - [2026-07-06 17:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.009729 10.0.0.50 - - [2026-07-06 17:15:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001299 10.0.0.33 - - [2026-07-06 17:15:36] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.50 - - [2026-07-06 17:15:36] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053858 10.0.0.50 - - [2026-07-06 17:15:36] "POST /neutron/network HTTP/1.1" 200 825 0.025247 10.0.0.50 - - [2026-07-06 17:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.006311 10.0.0.50 - - [2026-07-06 17:15:40] "POST /neutron/port HTTP/1.1" 200 1060 0.020609 10.0.0.50 - - [2026-07-06 17:15:40] "POST /neutron/network HTTP/1.1" 200 835 0.009287 10.0.0.50 - - [2026-07-06 17:15:41] "POST /neutron/port HTTP/1.1" 200 1061 0.018204 10.0.0.50 - - [2026-07-06 17:15:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008420 10.0.0.50 - - [2026-07-06 17:15:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.010179 10.0.0.50 - - [2026-07-06 17:15:42] "POST /neutron/port HTTP/1.1" 200 1125 0.019425 10.0.0.50 - - [2026-07-06 17:15:42] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.33 - - [2026-07-06 17:15:42] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.33 - - [2026-07-06 17:15:42] "DELETE /project/c7b5055d3cec4caab8b46a2d9f2e410a HTTP/1.1" 404 173 0.004400 10.0.0.33 - - [2026-07-06 17:15:42] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.040762 10.0.0.33 - - [2026-07-06 17:15:42] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.33 - - [2026-07-06 17:15:42] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?fields=security_groups HTTP/1.1" 200 1365 0.046578 10.0.0.33 - - [2026-07-06 17:15:42] "DELETE /security-group/d4ffd3ae-b4d9-4a13-8cb0-c22575105ad7 HTTP/1.1" 200 115 0.050643 10.0.0.33 - - [2026-07-06 17:15:42] "GET /projects?obj_uuids=71224b44-7d01-4494-a5ef-681d910554e9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001181 10.0.0.242 - - [2026-07-06 17:15:42] "DELETE /access-control-list/125786fc-7fba-48c3-a362-7234fd87c364 HTTP/1.1" 200 115 0.050879 10.0.0.33 - - [2026-07-06 17:15:42] "GET /project/71224b44-7d01-4494-a5ef-681d910554e9?fields=application_policy_sets HTTP/1.1" 200 1404 0.057212 10.0.0.33 - - [2026-07-06 17:15:42] "DELETE /project/71224b44-7d01-4494-a5ef-681d910554e9 HTTP/1.1" 200 115 0.424718 10.0.0.50 - - [2026-07-06 17:15:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008090 10.0.0.50 - - [2026-07-06 17:15:47] "POST /neutron/port HTTP/1.1" 200 1124 0.020145 10.0.0.50 - - [2026-07-06 17:15:47] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 401 292 0.000456 10.0.0.50 - - [2026-07-06 17:15:47] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 200 1293 0.034363 10.0.0.50 - - [2026-07-06 17:15:47] "GET /virtual-machine-interface/0501bc99-d64c-4cbf-b52f-fd1ff34951a9 HTTP/1.1" 200 2940 0.005404 10.0.0.50 - - [2026-07-06 17:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.50 - - [2026-07-06 17:15:47] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003608 10.0.0.50 - - [2026-07-06 17:15:47] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003264 10.0.0.50 - - [2026-07-06 17:15:47] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005769 10.0.0.50 - - [2026-07-06 17:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.50 - - [2026-07-06 17:15:50] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006810 10.0.0.50 - - [2026-07-06 17:15:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.036688 10.0.0.50 - - [2026-07-06 17:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.50 - - [2026-07-06 17:15:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004243 10.0.0.50 - - [2026-07-06 17:15:54] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003381 10.0.0.50 - - [2026-07-06 17:15:54] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005958 10.0.0.50 - - [2026-07-06 17:15:55] "POST /neutron/port HTTP/1.1" 200 1125 0.018971 10.0.0.50 - - [2026-07-06 17:15:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008732 10.0.0.50 - - [2026-07-06 17:15:55] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 200 1293 0.006558 10.0.0.50 - - [2026-07-06 17:15:55] "GET /virtual-machine-interface/676a95fc-2f92-4470-8336-9c7a2dd32730 HTTP/1.1" 200 2940 0.005077 10.0.0.50 - - [2026-07-06 17:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.50 - - [2026-07-06 17:15:55] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003580 10.0.0.50 - - [2026-07-06 17:15:55] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002978 10.0.0.50 - - [2026-07-06 17:15:55] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005630 10.0.0.50 - - [2026-07-06 17:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.50 - - [2026-07-06 17:15:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004041 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003047 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007076 10.0.0.50 - - [2026-07-06 17:15:56] "POST /neutron/port HTTP/1.1" 200 1124 0.019787 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 200 1293 0.004290 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-machine-interface/0501bc99-d64c-4cbf-b52f-fd1ff34951a9 HTTP/1.1" 200 2940 0.005976 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 200 1293 0.004034 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-machine-interface/0501bc99-d64c-4cbf-b52f-fd1ff34951a9 HTTP/1.1" 200 2940 0.006409 10.0.0.50 - - [2026-07-06 17:15:56] "GET /instance-ip/a7b3e611-ccb6-4832-9166-678eb80747b8 HTTP/1.1" 200 1621 0.005964 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 200 1293 0.004240 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-machine-interface/0501bc99-d64c-4cbf-b52f-fd1ff34951a9 HTTP/1.1" 200 2940 0.005373 10.0.0.50 - - [2026-07-06 17:15:56] "GET /instance-ip/a7b3e611-ccb6-4832-9166-678eb80747b8 HTTP/1.1" 200 1621 0.004361 10.0.0.50 - - [2026-07-06 17:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.50 - - [2026-07-06 17:15:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003597 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006075 10.0.0.50 - - [2026-07-06 17:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.50 - - [2026-07-06 17:15:56] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004177 10.0.0.50 - - [2026-07-06 17:15:56] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003320 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005911 10.0.0.50 - - [2026-07-06 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.50 - - [2026-07-06 17:15:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004362 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003207 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005619 10.0.0.50 - - [2026-07-06 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.50 - - [2026-07-06 17:15:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004702 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003198 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005654 10.0.0.50 - - [2026-07-06 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.50 - - [2026-07-06 17:15:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004481 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003375 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006032 10.0.0.50 - - [2026-07-06 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.50 - - [2026-07-06 17:15:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004374 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003534 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006009 10.0.0.50 - - [2026-07-06 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.50 - - [2026-07-06 17:15:57] "GET /routing-instance/301826c5-a9fc-4be7-ba53-eeaa62a6567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004284 10.0.0.50 - - [2026-07-06 17:15:57] "GET /route-target/e45848c3-eebe-4781-8c9f-ce08cced3679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004532 10.0.0.50 - - [2026-07-06 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.50 - - [2026-07-06 17:15:57] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004783 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003545 10.0.0.50 - - [2026-07-06 17:15:57] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006852 10.0.0.50 - - [2026-07-06 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.50 - - [2026-07-06 17:15:57] "GET /routing-instance/301826c5-a9fc-4be7-ba53-eeaa62a6567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005168 10.0.0.50 - - [2026-07-06 17:15:58] "GET /route-target/e45848c3-eebe-4781-8c9f-ce08cced3679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004260 10.0.0.50 - - [2026-07-06 17:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.50 - - [2026-07-06 17:15:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004402 10.0.0.50 - - [2026-07-06 17:15:58] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003534 10.0.0.50 - - [2026-07-06 17:15:58] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010121 10.0.0.50 - - [2026-07-06 17:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.50 - - [2026-07-06 17:15:58] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003921 10.0.0.50 - - [2026-07-06 17:15:58] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003634 10.0.0.50 - - [2026-07-06 17:15:58] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005814 10.0.0.50 - - [2026-07-06 17:15:59] "GET /obj-perms HTTP/1.1" 200 4467 0.041931 10.0.0.50 - - [2026-07-06 17:15:59] "GET /obj-perms HTTP/1.1" 200 4467 0.003483 10.0.0.33 - - [2026-07-06 17:15:59] "GET /obj-perms HTTP/1.1" 200 4467 0.031587 10.0.0.50 - - [2026-07-06 17:15:59] "GET /obj-perms HTTP/1.1" 200 4467 0.004301 10.0.0.50 - - [2026-07-06 17:15:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006902 10.0.0.50 - - [2026-07-06 17:15:59] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 200 1293 0.004776 10.0.0.50 - - [2026-07-06 17:15:59] "GET /virtual-machine-interface/676a95fc-2f92-4470-8336-9c7a2dd32730 HTTP/1.1" 200 2940 0.006258 10.0.0.50 - - [2026-07-06 17:15:59] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 200 1293 0.004104 10.0.0.50 - - [2026-07-06 17:15:59] "GET /virtual-machine-interface/676a95fc-2f92-4470-8336-9c7a2dd32730 HTTP/1.1" 200 2940 0.005855 10.0.0.50 - - [2026-07-06 17:15:59] "GET /instance-ip/a37dc8a9-f80a-4e1e-8cbb-59b86459026c HTTP/1.1" 200 1622 0.006799 10.0.0.50 - - [2026-07-06 17:15:59] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 200 1293 0.004115 10.0.0.50 - - [2026-07-06 17:15:59] "GET /virtual-machine-interface/676a95fc-2f92-4470-8336-9c7a2dd32730 HTTP/1.1" 200 2940 0.005400 10.0.0.50 - - [2026-07-06 17:15:59] "GET /instance-ip/a37dc8a9-f80a-4e1e-8cbb-59b86459026c HTTP/1.1" 200 1622 0.003846 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.50 - - [2026-07-06 17:16:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004595 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006328 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006826 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.50 - - [2026-07-06 17:16:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004599 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003779 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006459 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.50 - - [2026-07-06 17:16:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006599 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003317 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006136 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.50 - - [2026-07-06 17:16:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003724 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003713 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005507 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.50 - - [2026-07-06 17:16:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003965 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003222 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005523 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.50 - - [2026-07-06 17:16:00] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004075 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002827 10.0.0.50 - - [2026-07-06 17:16:00] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006042 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.50 - - [2026-07-06 17:16:00] "GET /routing-instance/721b0f1e-11d6-4ddd-8cf9-83d3dadb8feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006709 10.0.0.50 - - [2026-07-06 17:16:00] "GET /route-target/71a4a801-300e-4287-8dbf-56ddb55fb384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004506 10.0.0.50 - - [2026-07-06 17:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.50 - - [2026-07-06 17:16:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004385 10.0.0.50 - - [2026-07-06 17:16:01] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003517 10.0.0.50 - - [2026-07-06 17:16:01] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006841 10.0.0.50 - - [2026-07-06 17:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.50 - - [2026-07-06 17:16:01] "GET /routing-instance/721b0f1e-11d6-4ddd-8cf9-83d3dadb8feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005162 10.0.0.50 - - [2026-07-06 17:16:01] "GET /route-target/71a4a801-300e-4287-8dbf-56ddb55fb384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004626 10.0.0.50 - - [2026-07-06 17:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.50 - - [2026-07-06 17:16:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005278 10.0.0.50 - - [2026-07-06 17:16:01] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003451 10.0.0.50 - - [2026-07-06 17:16:01] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006034 10.0.0.50 - - [2026-07-06 17:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.50 - - [2026-07-06 17:16:01] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004361 10.0.0.50 - - [2026-07-06 17:16:01] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004170 10.0.0.50 - - [2026-07-06 17:16:01] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006094 10.0.0.242 - - [2026-07-06 17:16:02] "GET /obj-perms HTTP/1.1" 200 4493 0.040094 10.0.0.33 - - [2026-07-06 17:16:02] "GET /obj-perms HTTP/1.1" 200 4493 0.042782 10.0.0.33 - - [2026-07-06 17:16:07] "GET /obj-perms HTTP/1.1" 200 4467 0.004215 10.0.0.50 - - [2026-07-06 17:16:07] "GET /obj-perms HTTP/1.1" 200 4467 0.003805 10.0.0.50 - - [2026-07-06 17:16:07] "GET /obj-perms HTTP/1.1" 200 4467 0.003954 10.0.0.33 - - [2026-07-06 17:16:07] "GET /obj-perms HTTP/1.1" 200 4467 0.004022 10.0.0.50 - - [2026-07-06 17:16:07] "GET /obj-perms HTTP/1.1" 200 4467 0.003864 10.0.0.50 - - [2026-07-06 17:16:22] "POST /neutron/network HTTP/1.1" 200 834 0.007315 10.0.0.50 - - [2026-07-06 17:16:22] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.50 - - [2026-07-06 17:16:28] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 200 1293 0.004271 10.0.0.50 - - [2026-07-06 17:16:30] "POST /neutron/port HTTP/1.1" 200 1115 0.015900 10.0.0.50 - - [2026-07-06 17:16:30] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 200 1293 0.004150 10.0.0.50 - - [2026-07-06 17:16:32] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 404 171 0.003706 10.0.0.50 - - [2026-07-06 17:16:32] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 404 171 0.004188 10.0.0.50 - - [2026-07-06 17:16:32] "GET /virtual-machine/b30d070c-4693-4c75-a150-d956cc146ccd HTTP/1.1" 404 171 0.003543 10.0.0.50 - - [2026-07-06 17:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.50 - - [2026-07-06 17:16:32] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003763 10.0.0.50 - - [2026-07-06 17:16:32] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003011 10.0.0.50 - - [2026-07-06 17:16:32] "GET /virtual-network/f523a45b-6ba6-4f69-9c09-3f3596dcad2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005971 10.0.0.50 - - [2026-07-06 17:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.50 - - [2026-07-06 17:16:32] "GET /routing-instance/721b0f1e-11d6-4ddd-8cf9-83d3dadb8feb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004762 10.0.0.50 - - [2026-07-06 17:16:32] "GET /route-target/71a4a801-300e-4287-8dbf-56ddb55fb384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004170 10.0.0.33 - - [2026-07-06 17:16:32] "GET /obj-perms HTTP/1.1" 200 4467 0.005014 10.0.0.50 - - [2026-07-06 17:16:38] "GET /obj-perms HTTP/1.1" 200 4467 0.004061 10.0.0.33 - - [2026-07-06 17:16:38] "GET /obj-perms HTTP/1.1" 200 4467 0.003537 10.0.0.50 - - [2026-07-06 17:16:38] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 200 1293 0.004262 10.0.0.50 - - [2026-07-06 17:16:40] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 200 1293 0.005954 10.0.0.50 - - [2026-07-06 17:16:40] "POST /neutron/port HTTP/1.1" 200 1114 0.015863 10.0.0.50 - - [2026-07-06 17:16:42] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 404 171 0.003725 10.0.0.50 - - [2026-07-06 17:16:42] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 404 171 0.002962 10.0.0.50 - - [2026-07-06 17:16:42] "GET /virtual-machine/e2736559-3394-4a60-af94-8f4b1a06bdf1 HTTP/1.1" 404 171 0.002691 10.0.0.50 - - [2026-07-06 17:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.50 - - [2026-07-06 17:16:43] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.50 - - [2026-07-06 17:16:43] "GET /virtual-networks?parent_id=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003844 10.0.0.50 - - [2026-07-06 17:16:43] "GET /virtual-network/9b5af993-f293-445f-b204-2899c73f5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005718 10.0.0.50 - - [2026-07-06 17:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.50 - - [2026-07-06 17:16:43] "GET /routing-instance/301826c5-a9fc-4be7-ba53-eeaa62a6567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004758 10.0.0.50 - - [2026-07-06 17:16:43] "GET /route-target/e45848c3-eebe-4781-8c9f-ce08cced3679?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004564 10.0.0.50 - - [2026-07-06 17:16:43] "GET /obj-perms HTTP/1.1" 200 4467 0.003989 10.0.0.50 - - [2026-07-06 17:16:46] "GET /obj-perms HTTP/1.1" 200 4467 0.004390 10.0.0.50 - - [2026-07-06 17:16:52] "GET /obj-perms HTTP/1.1" 200 4467 0.004985 10.0.0.50 - - [2026-07-06 17:16:55] "GET /obj-perms HTTP/1.1" 200 4467 0.003557 10.0.0.50 - - [2026-07-06 17:16:58] "GET /obj-perms HTTP/1.1" 200 4467 0.004374 10.0.0.242 - - [2026-07-06 17:16:59] "GET /obj-perms HTTP/1.1" 200 4467 0.037869 10.0.0.33 - - [2026-07-06 17:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.038595 10.0.0.33 - - [2026-07-06 17:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.50 - - [2026-07-06 17:16:59] "POST /neutron/network HTTP/1.1" 200 151 0.165889 10.0.0.242 - - [2026-07-06 17:16:59] "DELETE /route-target/71a4a801-300e-4287-8dbf-56ddb55fb384 HTTP/1.1" 200 115 0.057274 10.0.0.33 - - [2026-07-06 17:17:00] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.50 - - [2026-07-06 17:17:00] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046226 10.0.0.33 - - [2026-07-06 17:17:00] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001307 10.0.0.50 - - [2026-07-06 17:17:00] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?fields=virtual_networks HTTP/1.1" 200 1032 0.049229 10.0.0.33 - - [2026-07-06 17:17:00] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.50 - - [2026-07-06 17:17:00] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.049533 10.0.0.33 - - [2026-07-06 17:17:00] "GET /projects?obj_uuids=c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.50 - - [2026-07-06 17:17:00] "GET /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a?fields=security_groups HTTP/1.1" 200 1258 0.046788 10.0.0.50 - - [2026-07-06 17:17:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.026751 10.0.0.33 - - [2026-07-06 17:17:01] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003129 10.0.0.33 - - [2026-07-06 17:17:01] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001508 10.0.0.33 - - [2026-07-06 17:17:01] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033188 10.0.0.33 - - [2026-07-06 17:17:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.001308 10.0.0.33 - - [2026-07-06 17:17:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.004104 10.0.0.33 - - [2026-07-06 17:17:02] "POST /security-groups HTTP/1.1" 200 599 0.073240 10.0.0.242 - - [2026-07-06 17:17:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.004575 10.0.0.33 - - [2026-07-06 17:17:02] "POST /projects HTTP/1.1" 200 601 0.271333 10.0.0.33 - - [2026-07-06 17:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.339266 10.0.0.242 - - [2026-07-06 17:17:02] "POST /access-control-lists HTTP/1.1" 200 602 0.028682 10.0.0.50 - - [2026-07-06 17:17:02] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.500674 10.0.0.50 - - [2026-07-06 17:17:04] "GET / HTTP/1.1" 200 35931 0.001914 10.0.0.50 - - [2026-07-06 17:17:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.50 - - [2026-07-06 17:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.020513 10.0.0.33 - - [2026-07-06 17:17:07] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.50 - - [2026-07-06 17:17:07] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.045744 10.0.0.50 - - [2026-07-06 17:17:07] "POST /neutron/network HTTP/1.1" 200 117 0.029124 10.0.0.33 - - [2026-07-06 17:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.010103 10.0.0.50 - - [2026-07-06 17:17:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.224285 10.0.0.50 - - [2026-07-06 17:17:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001482 10.0.0.50 - - [2026-07-06 17:17:08] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006269 10.0.0.50 - - [2026-07-06 17:17:08] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006637 10.0.0.50 - - [2026-07-06 17:17:08] "POST /neutron/network HTTP/1.1" 200 1005 0.013658 10.0.0.50 - - [2026-07-06 17:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.33 - - [2026-07-06 17:17:08] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002501 10.0.0.50 - - [2026-07-06 17:17:08] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.061446 10.0.0.50 - - [2026-07-06 17:17:08] "POST /neutron/network HTTP/1.1" 200 117 0.016139 10.0.0.242 - - [2026-07-06 17:17:08] "POST /route-targets HTTP/1.1" 200 327 0.025463 10.0.0.33 - - [2026-07-06 17:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008016 10.0.0.50 - - [2026-07-06 17:17:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.251905 10.0.0.50 - - [2026-07-06 17:17:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001266 10.0.0.50 - - [2026-07-06 17:17:09] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009215 10.0.0.50 - - [2026-07-06 17:17:09] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005772 10.0.0.50 - - [2026-07-06 17:17:09] "POST /neutron/network HTTP/1.1" 200 1006 0.009295 10.0.0.242 - - [2026-07-06 17:17:09] "DELETE /access-control-list/4cd7ac0e-44fc-42c7-b0d0-cb1acee1ed60 HTTP/1.1" 200 115 0.055395 10.0.0.50 - - [2026-07-06 17:17:10] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005811 10.0.0.50 - - [2026-07-06 17:17:10] "GET /obj-perms HTTP/1.1" 200 4483 0.050275 10.0.0.50 - - [2026-07-06 17:17:11] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007904 10.0.0.242 - - [2026-07-06 17:17:11] "GET /obj-perms HTTP/1.1" 200 4483 0.033732 10.0.0.33 - - [2026-07-06 17:17:11] "GET /obj-perms HTTP/1.1" 200 4483 0.036906 10.0.0.50 - - [2026-07-06 17:17:12] "POST /neutron/network HTTP/1.1" 200 1005 0.011473 10.0.0.50 - - [2026-07-06 17:17:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001670 10.0.0.50 - - [2026-07-06 17:17:12] "POST /neutron/network HTTP/1.1" 200 1015 0.007964 10.0.0.50 - - [2026-07-06 17:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.006712 10.0.0.33 - - [2026-07-06 17:17:16] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.50 - - [2026-07-06 17:17:17] "POST /neutron/port HTTP/1.1" 200 1174 0.376071 10.0.0.50 - - [2026-07-06 17:17:17] "POST /neutron/port HTTP/1.1" 200 1228 0.155363 10.0.0.50 - - [2026-07-06 17:17:18] "POST /neutron/port HTTP/1.1" 200 1238 0.020682 10.0.0.50 - - [2026-07-06 17:17:18] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013448 10.0.0.50 - - [2026-07-06 17:17:18] "POST /neutron/network HTTP/1.1" 200 1005 0.009398 10.0.0.50 - - [2026-07-06 17:17:27] "POST /neutron/port HTTP/1.1" 200 1238 0.016982 10.0.0.50 - - [2026-07-06 17:17:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007536 10.0.0.50 - - [2026-07-06 17:17:28] "GET /virtual-machine/3a26840a-5fcf-47fc-9196-4f7442b9a58b HTTP/1.1" 401 292 0.000426 10.0.0.50 - - [2026-07-06 17:17:28] "GET /virtual-machine/3a26840a-5fcf-47fc-9196-4f7442b9a58b HTTP/1.1" 200 1300 0.024382 10.0.0.50 - - [2026-07-06 17:17:28] "GET /virtual-machine-interface/8f43998e-b78c-4811-93cd-e424cba8895b HTTP/1.1" 200 3176 0.005584 10.0.0.50 - - [2026-07-06 17:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.50 - - [2026-07-06 17:17:28] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004225 10.0.0.50 - - [2026-07-06 17:17:28] "GET /virtual-networks?parent_id=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002997 10.0.0.50 - - [2026-07-06 17:17:28] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005953 10.0.0.50 - - [2026-07-06 17:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.50 - - [2026-07-06 17:17:31] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005181 10.0.0.50 - - [2026-07-06 17:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.50 - - [2026-07-06 17:17:35] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005904 10.0.0.50 - - [2026-07-06 17:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.50 - - [2026-07-06 17:17:39] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005342 10.0.0.33 - - [2026-07-06 17:17:43] "DELETE /project/0b79c848f2b442b497a08336bc09bce4 HTTP/1.1" 404 173 0.003018 10.0.0.33 - - [2026-07-06 17:17:43] "DELETE /project/c7b5055d-3cec-4caa-b8b4-6a2d9f2e410a HTTP/1.1" 404 177 0.006161 10.0.0.50 - - [2026-07-06 17:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.50 - - [2026-07-06 17:17:43] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006135 10.0.0.50 - - [2026-07-06 17:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.50 - - [2026-07-06 17:17:47] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005394 10.0.0.50 - - [2026-07-06 17:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.50 - - [2026-07-06 17:17:52] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005613 10.0.0.50 - - [2026-07-06 17:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.50 - - [2026-07-06 17:17:54] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004508 10.0.0.50 - - [2026-07-06 17:17:54] "GET /virtual-networks?parent_id=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003354 10.0.0.50 - - [2026-07-06 17:17:54] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006448 10.0.0.50 - - [2026-07-06 17:17:54] "POST /neutron/port HTTP/1.1" 200 1238 0.020466 10.0.0.50 - - [2026-07-06 17:17:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007000 10.0.0.50 - - [2026-07-06 17:18:04] "POST /neutron/port HTTP/1.1" 200 1238 0.019218 10.0.0.50 - - [2026-07-06 17:18:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007972 10.0.0.50 - - [2026-07-06 17:18:10] "POST /neutron/port HTTP/1.1" 200 1238 0.018663 10.0.0.50 - - [2026-07-06 17:18:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007576 10.0.0.50 - - [2026-07-06 17:18:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001464 10.0.0.50 - - [2026-07-06 17:18:10] "GET /virtual-machine/3a26840a-5fcf-47fc-9196-4f7442b9a58b HTTP/1.1" 200 1300 0.009279 10.0.0.50 - - [2026-07-06 17:18:10] "GET /virtual-machine-interface/8f43998e-b78c-4811-93cd-e424cba8895b HTTP/1.1" 200 3176 0.007579 10.0.0.50 - - [2026-07-06 17:18:10] "GET /instance-ip/c3d1a959-603d-4497-b119-43af51de5cdd HTTP/1.1" 200 1637 0.006571 10.0.0.50 - - [2026-07-06 17:18:10] "GET /instance-ip/f3099cb6-5c32-48fa-bb6e-82f46f20b3d3 HTTP/1.1" 200 1656 0.006507 10.0.0.50 - - [2026-07-06 17:18:10] "POST /fqname-to-id HTTP/1.1" 404 218 0.006013 10.0.0.50 - - [2026-07-06 17:18:10] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007463 10.0.0.33 - - [2026-07-06 17:18:10] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.50 - - [2026-07-06 17:18:10] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.040839 10.0.0.50 - - [2026-07-06 17:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.50 - - [2026-07-06 17:18:10] "GET /security-group/f65193f2-8bd0-4bbe-b4d5-01f519ef647e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005620 10.0.0.50 - - [2026-07-06 17:18:10] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.081777 10.0.0.50 - - [2026-07-06 17:18:10] "POST /instance-ips HTTP/1.1" 200 357 0.033942 10.0.0.50 - - [2026-07-06 17:18:10] "GET /instance-ip/6fa873ce-8d90-49db-b0ed-4906b6c5ce02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.006330 10.0.0.50 - - [2026-07-06 17:18:10] "POST /instance-ips HTTP/1.1" 200 357 0.067965 10.0.0.50 - - [2026-07-06 17:18:10] "GET /instance-ip/1a959e58-3b91-47ca-819c-f9229b206d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.009929 10.0.0.50 - - [2026-07-06 17:18:10] "GET /virtual-machine-interface/e23ca6dc-a200-4849-9d54-897d42747342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006276 10.0.0.50 - - [2026-07-06 17:18:10] "GET /virtual-machine-interface/e23ca6dc-a200-4849-9d54-897d42747342?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.008447 10.0.0.50 - - [2026-07-06 17:18:10] "GET /instance-ip/1a959e58-3b91-47ca-819c-f9229b206d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.005046 10.0.0.50 - - [2026-07-06 17:18:10] "GET /instance-ip/6fa873ce-8d90-49db-b0ed-4906b6c5ce02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.004609 10.0.0.50 - - [2026-07-06 17:18:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001190 10.0.0.50 - - [2026-07-06 17:18:11] "POST /neutron/port HTTP/1.1" 200 1238 0.021643 10.0.0.50 - - [2026-07-06 17:18:11] "POST /neutron/port HTTP/1.1" 200 1081 0.013532 10.0.0.50 - - [2026-07-06 17:18:11] "POST /neutron/port HTTP/1.1" 200 1081 0.023267 10.0.0.50 - - [2026-07-06 17:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.007831 10.0.0.50 - - [2026-07-06 17:18:15] "POST /neutron/network HTTP/1.1" 200 1015 0.006746 10.0.0.50 - - [2026-07-06 17:18:15] "POST /neutron/port HTTP/1.1" 200 1174 0.156617 10.0.0.50 - - [2026-07-06 17:18:16] "POST /neutron/port HTTP/1.1" 200 1184 0.018823 10.0.0.50 - - [2026-07-06 17:18:17] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014960 10.0.0.50 - - [2026-07-06 17:18:17] "POST /neutron/network HTTP/1.1" 200 1005 0.008400 10.0.0.50 - - [2026-07-06 17:18:22] "POST /neutron/port HTTP/1.1" 200 1238 0.019798 10.0.0.242 - - [2026-07-06 17:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.242 - - [2026-07-06 17:18:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.50 - - [2026-07-06 17:18:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003687 10.0.0.33 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2026-07-06 17:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.33 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.33 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.242 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.242 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-07-06 17:18:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-07-06 17:18:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2026-07-06 17:18:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000926 10.0.0.50 - - [2026-07-06 17:18:26] "POST /neutron/port HTTP/1.1" 200 1184 0.020758 10.0.0.50 - - [2026-07-06 17:18:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007480 10.0.0.50 - - [2026-07-06 17:18:27] "GET /virtual-machine/29af5b96-12d7-4b56-93f2-0430e5fd5328 HTTP/1.1" 200 1278 0.006356 10.0.0.50 - - [2026-07-06 17:18:27] "GET /virtual-machine-interface/e23ca6dc-a200-4849-9d54-897d42747342 HTTP/1.1" 200 3226 0.005494 10.0.0.50 - - [2026-07-06 17:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.50 - - [2026-07-06 17:18:27] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004602 10.0.0.50 - - [2026-07-06 17:18:27] "GET /virtual-networks?parent_id=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003964 10.0.0.50 - - [2026-07-06 17:18:27] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006812 10.0.0.50 - - [2026-07-06 17:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.50 - - [2026-07-06 17:18:30] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005890 10.0.0.50 - - [2026-07-06 17:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.50 - - [2026-07-06 17:18:34] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006218 10.0.0.50 - - [2026-07-06 17:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.50 - - [2026-07-06 17:18:38] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005551 10.0.0.50 - - [2026-07-06 17:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.50 - - [2026-07-06 17:18:42] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005916 10.0.0.50 - - [2026-07-06 17:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.50 - - [2026-07-06 17:18:46] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006035 10.0.0.50 - - [2026-07-06 17:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.50 - - [2026-07-06 17:18:50] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005967 10.0.0.50 - - [2026-07-06 17:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.50 - - [2026-07-06 17:18:52] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005257 10.0.0.50 - - [2026-07-06 17:18:52] "GET /virtual-networks?parent_id=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003859 10.0.0.50 - - [2026-07-06 17:18:52] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005996 10.0.0.50 - - [2026-07-06 17:18:53] "POST /neutron/port HTTP/1.1" 200 1184 0.026719 10.0.0.50 - - [2026-07-06 17:18:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006982 10.0.0.50 - - [2026-07-06 17:19:03] "POST /neutron/port HTTP/1.1" 200 1184 0.017176 10.0.0.50 - - [2026-07-06 17:19:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001301 10.0.0.50 - - [2026-07-06 17:19:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010668 10.0.0.50 - - [2026-07-06 17:19:09] "POST /neutron/port HTTP/1.1" 200 2268 0.027249 10.0.0.50 - - [2026-07-06 17:19:09] "POST /neutron/port HTTP/1.1" 200 117 0.006937 10.0.0.50 - - [2026-07-06 17:19:13] "POST /neutron/port HTTP/1.1" 200 1175 0.050367 10.0.0.50 - - [2026-07-06 17:19:14] "POST /neutron/port HTTP/1.1" 200 1239 0.027103 10.0.0.50 - - [2026-07-06 17:19:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004475 10.0.0.50 - - [2026-07-06 17:19:14] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.50 - - [2026-07-06 17:19:19] "POST /neutron/port HTTP/1.1" 200 1239 0.016720 10.0.0.50 - - [2026-07-06 17:19:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007825 10.0.0.50 - - [2026-07-06 17:19:24] "POST /neutron/port HTTP/1.1" 200 1239 0.018459 10.0.0.50 - - [2026-07-06 17:19:24] "GET /virtual-machine/cb42a16b-b901-4ebf-a9d8-78835e713866 HTTP/1.1" 200 1301 0.005700 10.0.0.50 - - [2026-07-06 17:19:24] "GET /virtual-machine-interface/40cc02c0-0639-4bd2-a7b9-6d48d0e48204 HTTP/1.1" 200 3175 0.004950 10.0.0.50 - - [2026-07-06 17:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.50 - - [2026-07-06 17:19:24] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003943 10.0.0.50 - - [2026-07-06 17:19:24] "GET /virtual-networks?parent_id=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003124 10.0.0.50 - - [2026-07-06 17:19:24] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005418 10.0.0.50 - - [2026-07-06 17:19:25] "POST /neutron/port HTTP/1.1" 200 1238 0.016852 10.0.0.50 - - [2026-07-06 17:19:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004515 10.0.0.50 - - [2026-07-06 17:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.50 - - [2026-07-06 17:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.50 - - [2026-07-06 17:19:27] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005605 10.0.0.50 - - [2026-07-06 17:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.50 - - [2026-07-06 17:19:31] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005640 10.0.0.50 - - [2026-07-06 17:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.50 - - [2026-07-06 17:19:36] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006363 10.0.0.50 - - [2026-07-06 17:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.50 - - [2026-07-06 17:19:40] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006743 10.0.0.50 - - [2026-07-06 17:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.50 - - [2026-07-06 17:19:44] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006287 10.0.0.50 - - [2026-07-06 17:19:48] "POST /neutron/port HTTP/1.1" 200 1239 0.018104 10.0.0.50 - - [2026-07-06 17:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.50 - - [2026-07-06 17:19:48] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005474 10.0.0.50 - - [2026-07-06 17:19:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004087 10.0.0.50 - - [2026-07-06 17:19:48] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.50 - - [2026-07-06 17:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.50 - - [2026-07-06 17:19:50] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003539 10.0.0.50 - - [2026-07-06 17:19:50] "GET /virtual-networks?parent_id=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002943 10.0.0.50 - - [2026-07-06 17:19:50] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005825 10.0.0.50 - - [2026-07-06 17:19:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007323 10.0.0.50 - - [2026-07-06 17:19:55] "POST /neutron/port HTTP/1.1" 200 1239 0.019155 10.0.0.50 - - [2026-07-06 17:20:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009083 10.0.0.50 - - [2026-07-06 17:20:01] "POST /neutron/port HTTP/1.1" 200 1239 0.020932 10.0.0.50 - - [2026-07-06 17:20:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009893 10.0.0.50 - - [2026-07-06 17:20:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001353 10.0.0.50 - - [2026-07-06 17:20:01] "GET /virtual-machine/cb42a16b-b901-4ebf-a9d8-78835e713866 HTTP/1.1" 200 1301 0.004949 10.0.0.50 - - [2026-07-06 17:20:01] "GET /virtual-machine-interface/40cc02c0-0639-4bd2-a7b9-6d48d0e48204 HTTP/1.1" 200 3175 0.008792 10.0.0.50 - - [2026-07-06 17:20:01] "GET /instance-ip/accd58ca-d63a-492c-8b3f-cac54dc01b81 HTTP/1.1" 200 1637 0.008420 10.0.0.50 - - [2026-07-06 17:20:01] "GET /instance-ip/e120cc6a-a9cb-4e33-9517-e52a7f8bd2c4 HTTP/1.1" 200 1657 0.007627 10.0.0.50 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 404 230 0.004867 10.0.0.50 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.33 - - [2026-07-06 17:20:01] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.50 - - [2026-07-06 17:20:01] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.056948 10.0.0.50 - - [2026-07-06 17:20:01] "POST /network-policys HTTP/1.1" 200 569 0.033487 10.0.0.50 - - [2026-07-06 17:20:01] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006795 10.0.0.50 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.50 - - [2026-07-06 17:20:01] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005880 10.0.0.50 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.50 - - [2026-07-06 17:20:01] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004630 10.0.0.50 - - [2026-07-06 17:20:01] "POST /ref-update HTTP/1.1" 200 156 0.080468 10.0.0.242 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.033818 10.0.0.50 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.50 - - [2026-07-06 17:20:01] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004320 10.0.0.50 - - [2026-07-06 17:20:01] "POST /neutron/network HTTP/1.1" 200 1109 0.023005 10.0.0.50 - - [2026-07-06 17:20:01] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005687 10.0.0.50 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2026-07-06 17:20:01] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004127 10.0.0.50 - - [2026-07-06 17:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.50 - - [2026-07-06 17:20:02] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006301 10.0.0.50 - - [2026-07-06 17:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.50 - - [2026-07-06 17:20:02] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004561 10.0.0.242 - - [2026-07-06 17:20:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.008905 10.0.0.50 - - [2026-07-06 17:20:02] "POST /ref-update HTTP/1.1" 200 156 0.058099 10.0.0.50 - - [2026-07-06 17:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.50 - - [2026-07-06 17:20:02] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.009904 10.0.0.50 - - [2026-07-06 17:20:02] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007908 10.0.0.50 - - [2026-07-06 17:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.50 - - [2026-07-06 17:20:02] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004186 10.0.0.50 - - [2026-07-06 17:20:02] "GET /virtual-machine-interface/40cc02c0-0639-4bd2-a7b9-6d48d0e48204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007578 10.0.0.50 - - [2026-07-06 17:20:02] "PUT /virtual-machine-interface/40cc02c0-0639-4bd2-a7b9-6d48d0e48204 HTTP/1.1" 200 284 0.014132 10.0.0.50 - - [2026-07-06 17:20:02] "GET /virtual-machine-interface/40cc02c0-0639-4bd2-a7b9-6d48d0e48204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3071 0.006392 10.0.0.50 - - [2026-07-06 17:20:02] "PUT /virtual-machine-interface/40cc02c0-0639-4bd2-a7b9-6d48d0e48204 HTTP/1.1" 200 284 0.017740 10.0.0.50 - - [2026-07-06 17:20:05] "GET /obj-perms HTTP/1.1" 200 4493 0.039178 10.0.0.50 - - [2026-07-06 17:20:26] "POST /neutron/port HTTP/1.1" 200 1184 0.020583 10.0.0.50 - - [2026-07-06 17:20:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004011 10.0.0.50 - - [2026-07-06 17:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.50 - - [2026-07-06 17:20:49] "POST /neutron/port HTTP/1.1" 200 1239 0.019078 10.0.0.50 - - [2026-07-06 17:20:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004151 10.0.0.50 - - [2026-07-06 17:20:49] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.33 - - [2026-07-06 17:21:06] "GET /obj-perms HTTP/1.1" 200 4493 0.041153 10.0.0.50 - - [2026-07-06 17:21:29] "POST /neutron/port HTTP/1.1" 200 1238 0.018399 10.0.0.50 - - [2026-07-06 17:21:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005329 10.0.0.50 - - [2026-07-06 17:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.50 - - [2026-07-06 17:21:47] "POST /ref-update HTTP/1.1" 200 156 0.056729 10.0.0.50 - - [2026-07-06 17:21:47] "GET /virtual-network/e0f2c118-cb77-42c3-b3d0-08dcb02e5fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008741 10.0.0.50 - - [2026-07-06 17:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.50 - - [2026-07-06 17:21:47] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004451 10.0.0.242 - - [2026-07-06 17:21:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004686 10.0.0.50 - - [2026-07-06 17:21:47] "POST /ref-update HTTP/1.1" 200 156 0.067727 10.0.0.50 - - [2026-07-06 17:21:47] "POST /neutron/network HTTP/1.1" 200 1005 0.025655 10.0.0.50 - - [2026-07-06 17:21:47] "GET /virtual-network/39339b82-c3fb-48fc-9cd5-e1bce539bdb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005675 10.0.0.50 - - [2026-07-06 17:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.50 - - [2026-07-06 17:21:47] "GET /network-policy/13542334-2a87-45fe-9d6a-da0f91196416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004066 10.0.0.50 - - [2026-07-06 17:21:47] "DELETE /network-policy/13542334-2a87-45fe-9d6a-da0f91196416 HTTP/1.1" 200 115 0.031643 10.0.0.242 - - [2026-07-06 17:21:47] "DELETE /access-control-list/35ea613e-c093-40ea-b2ba-cfa67a7ec123 HTTP/1.1" 200 115 0.040205 10.0.0.50 - - [2026-07-06 17:21:47] "DELETE /instance-ip/1a959e58-3b91-47ca-819c-f9229b206d88 HTTP/1.1" 200 115 0.070439 10.0.0.242 - - [2026-07-06 17:21:47] "POST /ref-update HTTP/1.1" 200 156 0.028831 10.0.0.50 - - [2026-07-06 17:21:47] "DELETE /instance-ip/6fa873ce-8d90-49db-b0ed-4906b6c5ce02 HTTP/1.1" 200 115 0.092403 10.0.0.50 - - [2026-07-06 17:21:48] "DELETE /virtual-machine-interface/e23ca6dc-a200-4849-9d54-897d42747342 HTTP/1.1" 200 115 0.127364 10.0.0.50 - - [2026-07-06 17:21:49] "POST /neutron/port HTTP/1.1" 400 205 0.004538 10.0.0.50 - - [2026-07-06 17:21:49] "POST /neutron/port HTTP/1.1" 200 151 0.213868 10.0.0.50 - - [2026-07-06 17:21:50] "POST /neutron/port HTTP/1.1" 200 1238 0.021715 10.0.0.50 - - [2026-07-06 17:21:50] "POST /neutron/network HTTP/1.1" 200 1006 0.012051 10.0.0.33 - - [2026-07-06 17:21:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003139 10.0.0.242 - - [2026-07-06 17:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.33 - - [2026-07-06 17:21:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002773 10.0.0.33 - - [2026-07-06 17:21:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.33 - - [2026-07-06 17:21:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002079 10.0.0.50 - - [2026-07-06 17:21:50] "POST /neutron/network HTTP/1.1" 200 151 0.134032 10.0.0.33 - - [2026-07-06 17:21:53] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498 10.0.0.50 - - [2026-07-06 17:21:53] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.067484 10.0.0.33 - - [2026-07-06 17:21:53] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.50 - - [2026-07-06 17:21:53] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?fields=virtual_networks HTTP/1.1" 200 1046 0.076433 10.0.0.33 - - [2026-07-06 17:21:53] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.50 - - [2026-07-06 17:21:53] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.034757 10.0.0.33 - - [2026-07-06 17:21:53] "GET /projects?obj_uuids=0b79c848-f2b4-42b4-97a0-8336bc09bce4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.50 - - [2026-07-06 17:21:53] "GET /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4?fields=security_groups HTTP/1.1" 200 1280 0.039647 10.0.0.50 - - [2026-07-06 17:21:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.026114 10.0.0.33 - - [2026-07-06 17:21:54] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003753 10.0.0.33 - - [2026-07-06 17:21:54] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.33 - - [2026-07-06 17:21:54] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007281 10.0.0.33 - - [2026-07-06 17:21:54] "POST /id-to-fqname HTTP/1.1" 200 194 0.001665 10.0.0.33 - - [2026-07-06 17:21:54] "POST /fqname-to-id HTTP/1.1" 404 203 0.004544 10.0.0.33 - - [2026-07-06 17:21:54] "POST /security-groups HTTP/1.1" 200 595 0.030956 10.0.0.33 - - [2026-07-06 17:21:54] "POST /projects HTTP/1.1" 200 593 0.233984 10.0.0.242 - - [2026-07-06 17:21:54] "POST /access-control-lists HTTP/1.1" 200 600 0.026493 10.0.0.33 - - [2026-07-06 17:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.304945 10.0.0.50 - - [2026-07-06 17:21:55] "GET /project/253a860a-7302-44f6-a188-17e05cabce9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.439730 10.0.0.50 - - [2026-07-06 17:21:56] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.50 - - [2026-07-06 17:21:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.50 - - [2026-07-06 17:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.049159 10.0.0.33 - - [2026-07-06 17:21:58] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001143 10.0.0.50 - - [2026-07-06 17:21:58] "GET /project/253a860a-7302-44f6-a188-17e05cabce9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.039179 10.0.0.242 - - [2026-07-06 17:21:58] "POST /route-targets HTTP/1.1" 200 327 0.018922 10.0.0.33 - - [2026-07-06 17:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008502 10.0.0.50 - - [2026-07-06 17:21:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.210551 10.0.0.50 - - [2026-07-06 17:21:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001215 10.0.0.50 - - [2026-07-06 17:21:58] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007184 10.0.0.50 - - [2026-07-06 17:21:59] "POST /neutron/network HTTP/1.1" 200 1002 0.008733 10.0.0.50 - - [2026-07-06 17:21:59] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006468 10.0.0.50 - - [2026-07-06 17:21:59] "POST /neutron/subnet HTTP/1.1" 200 823 0.009876 10.0.0.50 - - [2026-07-06 17:21:59] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007093 10.0.0.242 - - [2026-07-06 17:22:00] "GET /obj-perms HTTP/1.1" 200 4475 0.048313 10.0.0.50 - - [2026-07-06 17:22:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001410 10.0.0.33 - - [2026-07-06 17:22:01] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.026736 10.0.0.50 - - [2026-07-06 17:22:01] "GET /project/253a860a-7302-44f6-a188-17e05cabce9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.126253 10.0.0.50 - - [2026-07-06 17:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.008795 10.0.0.50 - - [2026-07-06 17:22:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001636 10.0.0.50 - - [2026-07-06 17:22:01] "POST /neutron/network HTTP/1.1" 200 1012 0.008260 10.0.0.50 - - [2026-07-06 17:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.006773 10.0.0.50 - - [2026-07-06 17:22:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001166 10.0.0.50 - - [2026-07-06 17:22:02] "POST /neutron/network HTTP/1.1" 200 1002 0.030005 10.0.0.50 - - [2026-07-06 17:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.007412 10.0.0.50 - - [2026-07-06 17:22:06] "POST /neutron/port HTTP/1.1" 200 1171 0.025958 10.0.0.50 - - [2026-07-06 17:22:06] "POST /neutron/network HTTP/1.1" 200 1012 0.007478 10.0.0.50 - - [2026-07-06 17:22:07] "POST /neutron/port HTTP/1.1" 200 1171 0.025584 10.0.0.50 - - [2026-07-06 17:22:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005270 10.0.0.50 - - [2026-07-06 17:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.50 - - [2026-07-06 17:22:07] "POST /neutron/port HTTP/1.1" 200 1235 0.034312 10.0.0.33 - - [2026-07-06 17:22:07] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001342 10.0.0.50 - - [2026-07-06 17:22:08] "POST /neutron/port HTTP/1.1" 200 1171 0.418322 10.0.0.50 - - [2026-07-06 17:22:08] "POST /neutron/port HTTP/1.1" 200 1171 0.019708 10.0.0.50 - - [2026-07-06 17:22:08] "POST /neutron/subnet HTTP/1.1" 200 1384 0.018920 10.0.0.50 - - [2026-07-06 17:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.50 - - [2026-07-06 17:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010672 10.0.0.50 - - [2026-07-06 17:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.242 - - [2026-07-06 17:22:10] "DELETE /access-control-list/3a450bca-ec6d-4e1b-875f-e33fb49a6f2d HTTP/1.1" 200 115 0.059275 10.0.0.50 - - [2026-07-06 17:22:12] "POST /neutron/port HTTP/1.1" 200 1235 0.019760 10.0.0.50 - - [2026-07-06 17:22:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008095 10.0.0.50 - - [2026-07-06 17:22:13] "GET /virtual-machine/ad2c1a5c-b3e8-49ce-9b3d-7dd497bc69db HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-07-06 17:22:13] "GET /virtual-machine/ad2c1a5c-b3e8-49ce-9b3d-7dd497bc69db HTTP/1.1" 200 1297 0.029516 10.0.0.50 - - [2026-07-06 17:22:13] "GET /virtual-machine-interface/2ca2aab7-1a99-4385-a908-c9a69084b2f8 HTTP/1.1" 200 3155 0.006186 10.0.0.50 - - [2026-07-06 17:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006045 10.0.0.50 - - [2026-07-06 17:22:13] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005045 10.0.0.50 - - [2026-07-06 17:22:13] "GET /virtual-networks?parent_id=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003123 10.0.0.50 - - [2026-07-06 17:22:13] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007280 10.0.0.50 - - [2026-07-06 17:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.50 - - [2026-07-06 17:22:16] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005474 10.0.0.50 - - [2026-07-06 17:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.50 - - [2026-07-06 17:22:20] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005773 10.0.0.50 - - [2026-07-06 17:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.50 - - [2026-07-06 17:22:24] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005306 10.0.0.50 - - [2026-07-06 17:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.50 - - [2026-07-06 17:22:28] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005340 10.0.0.50 - - [2026-07-06 17:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.50 - - [2026-07-06 17:22:32] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006152 10.0.0.50 - - [2026-07-06 17:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.50 - - [2026-07-06 17:22:37] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006219 10.0.0.50 - - [2026-07-06 17:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.50 - - [2026-07-06 17:22:41] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005453 10.0.0.33 - - [2026-07-06 17:22:43] "DELETE /project/253a860a730244f6a18817e05cabce9e HTTP/1.1" 404 173 0.037484 10.0.0.33 - - [2026-07-06 17:22:43] "DELETE /project/0b79c848-f2b4-42b4-97a0-8336bc09bce4 HTTP/1.1" 404 177 0.050921 10.0.0.50 - - [2026-07-06 17:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.50 - - [2026-07-06 17:22:45] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006321 10.0.0.50 - - [2026-07-06 17:22:48] "POST /neutron/port HTTP/1.1" 200 1235 0.040729 10.0.0.50 - - [2026-07-06 17:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.50 - - [2026-07-06 17:22:49] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005168 10.0.0.50 - - [2026-07-06 17:22:51] "POST /neutron/port HTTP/1.1" 200 1235 0.021168 10.0.0.50 - - [2026-07-06 17:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.50 - - [2026-07-06 17:22:51] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004150 10.0.0.50 - - [2026-07-06 17:22:51] "GET /virtual-networks?parent_id=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003489 10.0.0.50 - - [2026-07-06 17:22:51] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006221 10.0.0.50 - - [2026-07-06 17:22:51] "POST /neutron/network HTTP/1.1" 200 1012 0.007653 10.0.0.50 - - [2026-07-06 17:22:51] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015052 10.0.0.50 - - [2026-07-06 17:22:51] "POST /neutron/network HTTP/1.1" 200 1002 0.010269 10.0.0.50 - - [2026-07-06 17:22:56] "POST /neutron/port HTTP/1.1" 200 1235 0.018254 10.0.0.50 - - [2026-07-06 17:22:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007762 10.0.0.50 - - [2026-07-06 17:23:07] "POST /neutron/port HTTP/1.1" 200 1235 0.019053 10.0.0.50 - - [2026-07-06 17:23:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007993 10.0.0.50 - - [2026-07-06 17:23:07] "GET /virtual-machine/17b71097-c052-4193-9a89-96c462181fee HTTP/1.1" 200 1296 0.006499 10.0.0.50 - - [2026-07-06 17:23:07] "GET /virtual-machine-interface/b1093669-0bb0-4c26-82cd-c13e9feaef3e HTTP/1.1" 200 3155 0.005415 10.0.0.50 - - [2026-07-06 17:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.50 - - [2026-07-06 17:23:07] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003901 10.0.0.50 - - [2026-07-06 17:23:07] "GET /virtual-networks?parent_id=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003434 10.0.0.50 - - [2026-07-06 17:23:07] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005566 10.0.0.50 - - [2026-07-06 17:23:08] "GET /obj-perms HTTP/1.1" 200 4493 0.045162 10.0.0.50 - - [2026-07-06 17:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.50 - - [2026-07-06 17:23:08] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004130 10.0.0.50 - - [2026-07-06 17:23:08] "GET /virtual-networks?parent_id=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002924 10.0.0.50 - - [2026-07-06 17:23:08] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007080 10.0.0.50 - - [2026-07-06 17:23:08] "POST /neutron/port HTTP/1.1" 200 1235 0.020935 10.0.0.50 - - [2026-07-06 17:23:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007644 10.0.0.50 - - [2026-07-06 17:23:09] "GET /virtual-machine/a65a6175-7818-41df-a4a5-600133b6a4e4 HTTP/1.1" 200 1297 0.006391 10.0.0.50 - - [2026-07-06 17:23:09] "GET /virtual-machine-interface/6fa9990d-484c-4f86-bb2e-73fb9227b0cd HTTP/1.1" 200 3155 0.005676 10.0.0.50 - - [2026-07-06 17:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011788 10.0.0.50 - - [2026-07-06 17:23:09] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003812 10.0.0.50 - - [2026-07-06 17:23:09] "GET /virtual-networks?parent_id=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003068 10.0.0.50 - - [2026-07-06 17:23:09] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005973 10.0.0.50 - - [2026-07-06 17:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.50 - - [2026-07-06 17:23:10] "GET /global-vrouter-config/272ac7af-cfeb-4e37-adf4-4c47245e5a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004335 10.0.0.50 - - [2026-07-06 17:23:10] "GET /virtual-networks?parent_id=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002865 10.0.0.50 - - [2026-07-06 17:23:10] "GET /virtual-network/a90bf2bb-1306-4ae5-bc5a-5aae55d1a2d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005524 10.0.0.50 - - [2026-07-06 17:23:10] "GET /virtual-machine-interface/6fa9990d-484c-4f86-bb2e-73fb9227b0cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005954 10.0.0.50 - - [2026-07-06 17:23:10] "PUT /virtual-machine-interface/6fa9990d-484c-4f86-bb2e-73fb9227b0cd HTTP/1.1" 200 284 0.014975 10.0.0.242 - - [2026-07-06 17:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.242 - - [2026-07-06 17:23:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.33 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.33 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.242 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.242 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.50 - - [2026-07-06 17:23:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-07-06 17:23:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-07-06 17:23:25] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2026-07-06 17:23:30] "POST /neutron/port HTTP/1.1" 200 1235 0.039639 10.0.0.50 - - [2026-07-06 17:23:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003939 10.0.0.50 - - [2026-07-06 17:23:32] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.50 - - [2026-07-06 17:23:43] "POST /neutron/network HTTP/1.1" 200 1002 0.010262 10.0.0.50 - - [2026-07-06 17:23:45] "POST /neutron/port HTTP/1.1" 200 1225 0.017479 10.0.0.50 - - [2026-07-06 17:23:45] "POST /neutron/port HTTP/1.1" 200 1225 0.027555 10.0.0.50 - - [2026-07-06 17:23:45] "POST /neutron/port HTTP/1.1" 200 1225 0.018458 10.0.0.50 - - [2026-07-06 17:23:45] "POST /neutron/network HTTP/1.1" 400 204 0.014268 10.0.0.33 - - [2026-07-06 17:23:49] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001049 10.0.0.50 - - [2026-07-06 17:23:49] "GET /project/253a860a-7302-44f6-a188-17e05cabce9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044698 10.0.0.33 - - [2026-07-06 17:23:49] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001048 10.0.0.50 - - [2026-07-06 17:23:49] "GET /project/253a860a-7302-44f6-a188-17e05cabce9e?fields=virtual_networks HTTP/1.1" 200 1039 0.055406 10.0.0.33 - - [2026-07-06 17:23:49] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001303 10.0.0.50 - - [2026-07-06 17:23:49] "GET /project/253a860a-7302-44f6-a188-17e05cabce9e?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.039752 10.0.0.33 - - [2026-07-06 17:23:49] "GET /projects?obj_uuids=253a860a-7302-44f6-a188-17e05cabce9e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000951 10.0.0.50 - - [2026-07-06 17:23:49] "GET /project/253a860a-7302-44f6-a188-17e05cabce9e?fields=security_groups HTTP/1.1" 200 1269 0.046227 10.0.0.50 - - [2026-07-06 17:23:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.036645 10.0.0.33 - - [2026-07-06 17:23:50] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003396 10.0.0.33 - - [2026-07-06 17:23:50] "GET /domains?obj_uuids=29c8bf4f-7bd3-4d89-9c75-5ea756ba884d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.33 - - [2026-07-06 17:23:50] "GET /domain/29c8bf4f-7bd3-4d89-9c75-5ea756ba884d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007078 10.0.0.33 - - [2026-07-06 17:23:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.001414 10.0.0.33 - - [2026-07-06 17:23:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.006259 10.0.0.33 - - [2026-07-06 17:23:50] "POST /security-groups HTTP/1.1" 200 591 0.040908 10.0.0.242 - - [2026-07-06 17:23:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.003062 10.0.0.33 - - [2026-07-06 17:23:50] "POST /projects HTTP/1.1" 200 585 0.252043 10.0.0.33 - - [2026-07-06 17:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.321748 10.0.0.242 - - [2026-07-06 17:23:50] "POST /access-control-lists HTTP/1.1" 200 594 0.032782 10.0.0.50 - - [2026-07-06 17:23:50] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.480139 10.0.0.50 - - [2026-07-06 17:23:51] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.33 - - [2026-07-06 17:23:57] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.50 - - [2026-07-06 17:23:57] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069840 10.0.0.33 - - [2026-07-06 17:23:57] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.50 - - [2026-07-06 17:23:57] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?fields=virtual_networks HTTP/1.1" 200 1031 0.055026 10.0.0.33 - - [2026-07-06 17:23:57] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001691 10.0.0.50 - - [2026-07-06 17:23:57] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.047960 10.0.0.33 - - [2026-07-06 17:23:57] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.50 - - [2026-07-06 17:23:57] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?fields=security_groups HTTP/1.1" 200 1257 0.038444 10.0.0.33 - - [2026-07-06 17:24:09] "GET /obj-perms HTTP/1.1" 200 4493 0.057602 10.0.0.33 - - [2026-07-06 17:24:43] "DELETE /project/7452b46d1c184770b4e9bb1ef5a41d6e HTTP/1.1" 404 173 0.005855 10.0.0.33 - - [2026-07-06 17:24:43] "DELETE /project/253a860a-7302-44f6-a188-17e05cabce9e HTTP/1.1" 404 177 0.005191 10.0.0.33 - - [2026-07-06 17:24:43] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.33 - - [2026-07-06 17:24:43] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.040672 10.0.0.33 - - [2026-07-06 17:24:43] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.33 - - [2026-07-06 17:24:43] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?fields=security_groups HTTP/1.1" 200 1362 0.043439 10.0.0.33 - - [2026-07-06 17:24:43] "DELETE /security-group/86d72de0-3423-4dda-8fe4-5802b227b8d7 HTTP/1.1" 200 115 0.049929 10.0.0.33 - - [2026-07-06 17:24:43] "GET /projects?obj_uuids=7452b46d-1c18-4770-b4e9-bb1ef5a41d6e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.242 - - [2026-07-06 17:24:43] "DELETE /access-control-list/eed4f4e9-50f2-4ebc-844f-c8e31df83773 HTTP/1.1" 200 115 0.045108 10.0.0.33 - - [2026-07-06 17:24:43] "GET /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e?fields=application_policy_sets HTTP/1.1" 200 1401 0.045438 10.0.0.33 - - [2026-07-06 17:24:43] "DELETE /project/7452b46d-1c18-4770-b4e9-bb1ef5a41d6e HTTP/1.1" 200 115 0.394924 10.0.0.242 - - [2026-07-06 17:25:09] "GET /obj-perms HTTP/1.1" 200 4493 0.037716 [Introspect:8084]10.0.0.33 - - [2026-07-06 17:26:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001403 [Introspect:8084]10.0.0.33 - - [2026-07-06 17:26:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001460