++ 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: =================== Thu Apr 30 02:30:16 AM UTC 2026 ===================' INFO: =================== Thu Apr 30 02:30:16 AM 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 +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ 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.73,10.0.0.141,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73,10.0.0.141,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.73,10.0.0.141,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:8081 10.0.0.141:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.73:8081 10.0.0.141:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.73:8081 10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9042 10.0.0.141:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.73:9042 10.0.0.141:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.73:9042 10.0.0.141:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:8086 10.0.0.141:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.73:8086 10.0.0.141:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.73:8086 10.0.0.141: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.73,10.0.0.141,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:8082 10.0.0.141:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.73:8082 10.0.0.141:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.73:8082 10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9161 10.0.0.141:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.73:9161 10.0.0.141:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.73:9161 10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9041 10.0.0.141:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.73:9041 10.0.0.141:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.73:9041 10.0.0.141: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141: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.73:2181,10.0.0.141:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.73:2181,10.0.0.141:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73:2181,10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:2181 10.0.0.141:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.73:2181 10.0.0.141:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.73:2181 10.0.0.141:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141: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.73:5673,10.0.0.141:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.73:5673,10.0.0.141:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.73:5673,10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:6379 10.0.0.141:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.73:6379 10.0.0.141:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.73:6379 10.0.0.141: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.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9092 10.0.0.141:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.73:9092 10.0.0.141:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.73:9092 10.0.0.141: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.73 ++ 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.73,10.0.0.141,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.73,10.0.0.141,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 ++ cut -d , -f 1 ++ echo 10.0.0.73,10.0.0.141,10.0.0.33 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.73 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.73,10.0.0.141,10.0.0.33 +++ local servers=10.0.0.73,10.0.0.141,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ tr '\n' , ++++ uniq +++ local local_ips=,10.0.0.33,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.33,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.33,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( 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.18,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.73:9041 10.0.0.141:9041 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.73:9041 10.0.0.141: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=__ ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ sort ++ set -o posix ++ set ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/30/2026 02:30:26.515 7f930b479a40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/30/2026 02:30:26.655 7f930b479a40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/30/2026 02:30:26.667 7f930b479a40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/30/2026 02:30:26.667 7f930b479a40 [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-04-30 02:30:47] "GET / HTTP/1.1" 503 181 0.000243 10.0.0.33 - - [2026-04-30 02:30:47] "GET / HTTP/1.1" 503 181 0.000203 10.0.0.141 - - [2026-04-30 02:30:47] "GET / HTTP/1.1" 503 181 0.000430 10.0.0.33 - - [2026-04-30 02:30:47] "GET / HTTP/1.1" 200 35931 0.001932 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-04-30 02:30:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000913 10.0.0.33 - - [2026-04-30 02:30:48] "GET / HTTP/1.1" 200 45871 0.001869 10.0.0.33 - - [2026-04-30 02:30:48] "GET / HTTP/1.1" 200 45871 0.001538 10.0.0.33 - - [2026-04-30 02:30:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000315 10.0.0.33 - - [2026-04-30 02:30:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000233 10.0.0.141 - - [2026-04-30 02:30:48] "GET / HTTP/1.1" 200 35931 0.001766 10.0.0.141 - - [2026-04-30 02:30:48] "GET / HTTP/1.1" 200 35931 0.001508 10.0.0.33 - - [2026-04-30 02:30:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.051938 10.0.0.33 - - [2026-04-30 02:30:49] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004262 10.0.0.33 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.353838 10.0.0.33 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008284 10.0.0.33 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 1.022262 10.0.0.33 - - [2026-04-30 02:30:49] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010168 10.0.0.33 - - [2026-04-30 02:30:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.020251 10.0.0.33 - - [2026-04-30 02:30:49] "POST /config-nodes HTTP/1.1" 200 599 0.065349 /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-04-30 02:30:50] "GET / HTTP/1.1" 200 35931 0.002103 10.0.0.33 - - [2026-04-30 02:30:50] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000514 10.0.0.33 - - [2026-04-30 02:30:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.049106 10.0.0.33 - - [2026-04-30 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.33 - - [2026-04-30 02:30:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.020116 10.0.0.33 - - [2026-04-30 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.024208 10.0.0.141 - - [2026-04-30 02:30:55] "GET / HTTP/1.1" 200 35931 0.001579 10.0.0.141 - - [2026-04-30 02:30:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2026-04-30 02:30:55] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.018523 10.0.0.73 - - [2026-04-30 02:30:55] "GET / HTTP/1.1" 200 35931 0.001488 10.0.0.73 - - [2026-04-30 02:30:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.141 - - [2026-04-30 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.341275 10.0.0.141 - - [2026-04-30 02:30:56] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010171 10.0.0.141 - - [2026-04-30 02:30:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.004669 10.0.0.141 - - [2026-04-30 02:30:56] "POST /config-nodes HTTP/1.1" 200 599 0.056232 10.0.0.73 - - [2026-04-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.962058 10.0.0.73 - - [2026-04-30 02:30:57] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008699 10.0.0.73 - - [2026-04-30 02:30:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.007426 10.0.0.73 - - [2026-04-30 02:30:57] "POST /config-nodes HTTP/1.1" 200 599 0.051756 10.0.0.141 - - [2026-04-30 02:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.141 - - [2026-04-30 02:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.141 - - [2026-04-30 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 186 1.028131 10.0.0.141 - - [2026-04-30 02:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000682 10.0.0.73 - - [2026-04-30 02:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.141 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.33 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.73 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.141 - - [2026-04-30 02:31:03] "POST /service-appliance-sets HTTP/1.1" 200 553 0.045116 10.0.0.73 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.141 - - [2026-04-30 02:31:03] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007904 10.0.0.141 - - [2026-04-30 02:31:03] "GET /network-ipam/d7e6a7b8-ba6f-4622-85c8-8d2dfa3a4857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005809 10.0.0.73 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000644 10.0.0.33 - - [2026-04-30 02:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.141 - - [2026-04-30 02:31:03] "POST /service-templates HTTP/1.1" 200 515 0.061851 10.0.0.141 - - [2026-04-30 02:31:12] "GET /network-ipam/d7e6a7b8-ba6f-4622-85c8-8d2dfa3a4857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.029679 10.0.0.141 - - [2026-04-30 02:31:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.003620 10.0.0.141 - - [2026-04-30 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.036488 10.0.0.141 - - [2026-04-30 02:31:13] "POST /route-targets HTTP/1.1" 200 327 0.017449 10.0.0.141 - - [2026-04-30 02:31:13] "POST /ref-update HTTP/1.1" 200 156 0.020722 10.0.0.141 - - [2026-04-30 02:31:35] "POST /ref-update HTTP/1.1" 200 156 0.094163 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-04-30 02:34:07] "GET /obj-perms HTTP/1.1" 200 5056 0.385446 10.0.0.73 - - [2026-04-30 02:35:07] "GET /obj-perms HTTP/1.1" 200 5056 0.049561 10.0.0.141 - - [2026-04-30 02:35:08] "GET /obj-perms HTTP/1.1" 200 5056 0.048606 10.0.0.141 - - [2026-04-30 02:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.141 - - [2026-04-30 02:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.141 - - [2026-04-30 02:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.141 - - [2026-04-30 02:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.73 - - [2026-04-30 02:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.73 - - [2026-04-30 02:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.33 - - [2026-04-30 02:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000727 10.0.0.33 - - [2026-04-30 02:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000873 10.0.0.73 - - [2026-04-30 02:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000670 10.0.0.73 - - [2026-04-30 02:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.33 - - [2026-04-30 02:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-04-30 02:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.141 - - [2026-04-30 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.029970 10.0.0.141 - - [2026-04-30 02:36:09] "GET /virtual-router/2ad3655a-f6ff-4067-9337-aedd1fe3cba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.007908 [Introspect:8084]10.0.0.33 - - [2026-04-30 02:36:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001017 [Introspect:8084]10.0.0.33 - - [2026-04-30 02:36:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000994 [Introspect:8084]10.0.0.33 - - [2026-04-30 02:36:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001304 [Introspect:8084]10.0.0.33 - - [2026-04-30 02:36:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000987 10.0.0.73 - - [2026-04-30 02:37:51] "GET / HTTP/1.1" 200 35931 0.002142 10.0.0.73 - - [2026-04-30 02:37:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.73 - - [2026-04-30 02:37:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.052084 10.0.0.33 - - [2026-04-30 02:37:52] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.060819 10.0.0.33 - - [2026-04-30 02:37:52] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.33 - - [2026-04-30 02:37:52] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031454 10.0.0.33 - - [2026-04-30 02:37:53] "POST /id-to-fqname HTTP/1.1" 200 188 0.001276 10.0.0.33 - - [2026-04-30 02:37:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.012319 10.0.0.33 - - [2026-04-30 02:37:53] "POST /security-groups HTTP/1.1" 200 589 0.052279 10.0.0.33 - - [2026-04-30 02:37:53] "POST /projects HTTP/1.1" 200 581 0.310467 10.0.0.141 - - [2026-04-30 02:37:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.051245 10.0.0.33 - - [2026-04-30 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.386968 10.0.0.73 - - [2026-04-30 02:37:53] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.609787 10.0.0.141 - - [2026-04-30 02:37:53] "POST /access-control-lists HTTP/1.1" 200 592 0.039099 10.0.0.73 - - [2026-04-30 02:37:54] "GET / HTTP/1.1" 200 35931 0.002389 10.0.0.33 - - [2026-04-30 02:37:57] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.73 - - [2026-04-30 02:37:57] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.061344 10.0.0.33 - - [2026-04-30 02:37:57] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.73 - - [2026-04-30 02:37:58] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?fields=virtual_networks HTTP/1.1" 200 1029 0.064769 10.0.0.33 - - [2026-04-30 02:37:58] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.73 - - [2026-04-30 02:37:58] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.073532 10.0.0.33 - - [2026-04-30 02:37:58] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.73 - - [2026-04-30 02:37:58] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?fields=security_groups HTTP/1.1" 200 1253 0.063168 10.0.0.33 - - [2026-04-30 02:37:58] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003684 10.0.0.33 - - [2026-04-30 02:37:58] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.33 - - [2026-04-30 02:37:58] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009345 10.0.0.33 - - [2026-04-30 02:37:59] "POST /id-to-fqname HTTP/1.1" 200 167 0.011778 10.0.0.33 - - [2026-04-30 02:37:59] "POST /fqname-to-id HTTP/1.1" 404 176 0.010565 10.0.0.33 - - [2026-04-30 02:37:59] "POST /security-groups HTTP/1.1" 200 568 0.102781 10.0.0.33 - - [2026-04-30 02:37:59] "POST /projects HTTP/1.1" 200 539 0.401616 10.0.0.33 - - [2026-04-30 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.473874 10.0.0.141 - - [2026-04-30 02:37:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.008969 10.0.0.73 - - [2026-04-30 02:37:59] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.660298 [Introspect:8084]10.0.0.73 - - [2026-04-30 02:38:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001343 10.0.0.33 - - [2026-04-30 02:38:01] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001055 10.0.0.73 - - [2026-04-30 02:38:01] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.053911 10.0.0.33 - - [2026-04-30 02:38:02] "GET /obj-perms HTTP/1.1" 200 5056 0.057597 [Introspect:8084]10.0.0.73 - - [2026-04-30 02:38:04] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000591 10.0.0.73 - - [2026-04-30 02:38:04] "GET /obj-perms HTTP/1.1" 200 5056 0.053625 10.0.0.73 - - [2026-04-30 02:38:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004687 10.0.0.73 - - [2026-04-30 02:38:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004779 10.0.0.73 - - [2026-04-30 02:38:04] "GET /obj-perms HTTP/1.1" 200 5056 0.006459 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.007944 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.005212 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004693 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.003938 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004223 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004761 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004249 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.007210 10.0.0.73 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004364 10.0.0.33 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004550 10.0.0.33 - - [2026-04-30 02:38:05] "GET /obj-perms HTTP/1.1" 200 5056 0.005117 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.012512 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.005398 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004975 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004847 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004340 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.005062 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004644 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.005051 10.0.0.73 - - [2026-04-30 02:38:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004685 10.0.0.73 - - [2026-04-30 02:38:08] "GET /obj-perms HTTP/1.1" 200 5056 0.004658 10.0.0.73 - - [2026-04-30 02:38:10] "GET /obj-perms HTTP/1.1" 200 5056 0.047706 10.0.0.73 - - [2026-04-30 02:38:10] "GET /obj-perms HTTP/1.1" 200 5056 0.004647 10.0.0.73 - - [2026-04-30 02:38:10] "GET /obj-perms HTTP/1.1" 200 5056 0.004597 10.0.0.73 - - [2026-04-30 02:38:11] "GET /obj-perms HTTP/1.1" 200 5056 0.004487 10.0.0.73 - - [2026-04-30 02:38:11] "GET /obj-perms HTTP/1.1" 200 5056 0.005301 10.0.0.73 - - [2026-04-30 02:38:12] "GET /obj-perms HTTP/1.1" 200 5056 0.004184 10.0.0.73 - - [2026-04-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.033053 10.0.0.33 - - [2026-04-30 02:38:13] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003852 10.0.0.33 - - [2026-04-30 02:38:13] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.33 - - [2026-04-30 02:38:13] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.065071 10.0.0.33 - - [2026-04-30 02:38:13] "POST /id-to-fqname HTTP/1.1" 200 201 0.002053 10.0.0.33 - - [2026-04-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 210 0.012643 10.0.0.33 - - [2026-04-30 02:38:14] "POST /security-groups HTTP/1.1" 200 602 0.099500 10.0.0.33 - - [2026-04-30 02:38:14] "POST /projects HTTP/1.1" 200 607 0.392557 10.0.0.141 - - [2026-04-30 02:38:14] "POST /access-control-lists HTTP/1.1" 200 607 0.035625 10.0.0.33 - - [2026-04-30 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.471975 10.0.0.73 - - [2026-04-30 02:38:14] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.715565 10.0.0.73 - - [2026-04-30 02:38:15] "GET / HTTP/1.1" 200 35931 0.001323 10.0.0.73 - - [2026-04-30 02:38:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.73 - - [2026-04-30 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.059501 10.0.0.33 - - [2026-04-30 02:38:16] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.73 - - [2026-04-30 02:38:16] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.065740 10.0.0.141 - - [2026-04-30 02:38:17] "POST /route-targets HTTP/1.1" 200 327 0.019766 10.0.0.33 - - [2026-04-30 02:38:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009549 10.0.0.73 - - [2026-04-30 02:38:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.298766 10.0.0.73 - - [2026-04-30 02:38:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001394 10.0.0.73 - - [2026-04-30 02:38:17] "GET /virtual-network/475d9ac5-b540-427e-ae3f-50c33dba5bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006135 10.0.0.73 - - [2026-04-30 02:38:17] "GET /virtual-network/475d9ac5-b540-427e-ae3f-50c33dba5bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007750 10.0.0.73 - - [2026-04-30 02:38:17] "POST /neutron/network HTTP/1.1" 200 837 0.008892 10.0.0.73 - - [2026-04-30 02:38:18] "GET /virtual-network/475d9ac5-b540-427e-ae3f-50c33dba5bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007053 10.0.0.141 - - [2026-04-30 02:38:19] "GET /obj-perms HTTP/1.1" 200 5052 0.054971 10.0.0.33 - - [2026-04-30 02:38:19] "GET /obj-perms HTTP/1.1" 200 5052 0.060097 10.0.0.73 - - [2026-04-30 02:38:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001667 10.0.0.33 - - [2026-04-30 02:38:22] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001167 10.0.0.73 - - [2026-04-30 02:38:22] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.080168 10.0.0.73 - - [2026-04-30 02:38:22] "POST /neutron/network HTTP/1.1" 200 837 0.031823 10.0.0.73 - - [2026-04-30 02:38:23] "POST /neutron/port HTTP/1.1" 200 117 0.006862 10.0.0.73 - - [2026-04-30 02:38:24] "POST /neutron/port HTTP/1.1" 200 1069 0.052217 10.0.0.73 - - [2026-04-30 02:38:25] "POST /neutron/port HTTP/1.1" 200 1133 0.025492 10.0.0.73 - - [2026-04-30 02:38:25] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.73 - - [2026-04-30 02:38:28] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009576 10.0.0.73 - - [2026-04-30 02:38:34] "GET /obj-perms HTTP/1.1" 200 5052 0.049727 10.0.0.73 - - [2026-04-30 02:38:37] "GET /obj-perms HTTP/1.1" 200 5052 0.004761 10.0.0.73 - - [2026-04-30 02:38:38] "POST /neutron/network HTTP/1.1" 200 837 0.009640 10.0.0.73 - - [2026-04-30 02:38:39] "POST /neutron/port HTTP/1.1" 200 1123 0.018886 10.0.0.73 - - [2026-04-30 02:38:40] "POST /neutron/network HTTP/1.1" 200 837 0.008721 10.0.0.141 - - [2026-04-30 02:38:40] "DELETE /route-target/ceec96b4-3b53-4cb5-ab42-35bf1d9e111b HTTP/1.1" 200 115 0.034626 10.0.0.33 - - [2026-04-30 02:38:41] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001464 10.0.0.73 - - [2026-04-30 02:38:41] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.058107 10.0.0.33 - - [2026-04-30 02:38:41] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000945 10.0.0.73 - - [2026-04-30 02:38:41] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?fields=virtual_networks HTTP/1.1" 200 1055 0.045663 10.0.0.33 - - [2026-04-30 02:38:41] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.73 - - [2026-04-30 02:38:41] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.063814 10.0.0.33 - - [2026-04-30 02:38:42] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001177 10.0.0.73 - - [2026-04-30 02:38:42] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?fields=security_groups HTTP/1.1" 200 1292 0.061249 10.0.0.33 - - [2026-04-30 02:38:42] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001083 10.0.0.73 - - [2026-04-30 02:38:42] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.047142 10.0.0.33 - - [2026-04-30 02:38:48] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001061 10.0.0.73 - - [2026-04-30 02:38:48] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.081679 10.0.0.33 - - [2026-04-30 02:38:50] "DELETE /project/8ad6b30c7d2d465d9025deb910b43efd HTTP/1.1" 404 173 0.011094 10.0.0.33 - - [2026-04-30 02:38:50] "DELETE /project/e84a6b9ce1c349a18456d2c0db9b7121 HTTP/1.1" 404 173 0.007289 10.0.0.33 - - [2026-04-30 02:38:50] "DELETE /project/9d47aae0b24b440d9523669e71aa6ee7 HTTP/1.1" 404 173 0.009108 10.0.0.33 - - [2026-04-30 02:38:50] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.33 - - [2026-04-30 02:38:50] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.33 - - [2026-04-30 02:38:50] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.098773 10.0.0.33 - - [2026-04-30 02:38:50] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.103882 10.0.0.33 - - [2026-04-30 02:38:50] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.33 - - [2026-04-30 02:38:50] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000808 10.0.0.33 - - [2026-04-30 02:38:50] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?fields=security_groups HTTP/1.1" 200 1358 0.078064 10.0.0.33 - - [2026-04-30 02:38:50] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?fields=security_groups HTTP/1.1" 200 1397 0.091240 10.0.0.33 - - [2026-04-30 02:38:50] "DELETE /security-group/10abe118-2993-4f68-8c9c-1d1456907a1c HTTP/1.1" 200 115 0.090643 10.0.0.33 - - [2026-04-30 02:38:50] "GET /projects?obj_uuids=8ad6b30c-7d2d-465d-9025-deb910b43efd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005580 10.0.0.33 - - [2026-04-30 02:38:50] "DELETE /security-group/18137af2-0988-4397-8cb0-37766c0aed84 HTTP/1.1" 200 115 0.125024 10.0.0.33 - - [2026-04-30 02:38:50] "GET /projects?obj_uuids=9d47aae0-b24b-440d-9523-669e71aa6ee7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001571 10.0.0.33 - - [2026-04-30 02:38:50] "GET /project/8ad6b30c-7d2d-465d-9025-deb910b43efd?fields=application_policy_sets HTTP/1.1" 200 1397 0.114649 10.0.0.33 - - [2026-04-30 02:38:50] "GET /project/9d47aae0-b24b-440d-9523-669e71aa6ee7?fields=application_policy_sets HTTP/1.1" 200 1436 0.120178 10.0.0.141 - - [2026-04-30 02:38:50] "DELETE /access-control-list/8c98ec87-5935-442e-b960-b4454204d0c5 HTTP/1.1" 200 115 0.141959 10.0.0.33 - - [2026-04-30 02:38:50] "DELETE /project/8ad6b30c-7d2d-465d-9025-deb910b43efd HTTP/1.1" 200 115 0.823611 10.0.0.33 - - [2026-04-30 02:38:51] "DELETE /project/9d47aae0-b24b-440d-9523-669e71aa6ee7 HTTP/1.1" 200 115 0.862433 10.0.0.73 - - [2026-04-30 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.024002 10.0.0.33 - - [2026-04-30 02:38:51] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003867 10.0.0.33 - - [2026-04-30 02:38:51] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.33 - - [2026-04-30 02:38:51] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008671 10.0.0.33 - - [2026-04-30 02:38:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.008486 10.0.0.33 - - [2026-04-30 02:38:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.004411 10.0.0.33 - - [2026-04-30 02:38:52] "POST /security-groups HTTP/1.1" 200 603 0.042892 10.0.0.33 - - [2026-04-30 02:38:52] "POST /projects HTTP/1.1" 200 609 0.326347 10.0.0.33 - - [2026-04-30 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.401865 10.0.0.141 - - [2026-04-30 02:38:52] "POST /access-control-lists HTTP/1.1" 200 608 0.058391 10.0.0.73 - - [2026-04-30 02:38:52] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.560535 10.0.0.73 - - [2026-04-30 02:38:53] "GET / HTTP/1.1" 200 35931 0.009053 10.0.0.73 - - [2026-04-30 02:38:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000564 10.0.0.73 - - [2026-04-30 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.054904 10.0.0.33 - - [2026-04-30 02:38:54] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.73 - - [2026-04-30 02:38:54] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062103 10.0.0.33 - - [2026-04-30 02:38:54] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001459 10.0.0.73 - - [2026-04-30 02:38:54] "POST /neutron/network HTTP/1.1" 200 703 0.193728 10.0.0.73 - - [2026-04-30 02:38:55] "POST /id-to-fqname HTTP/1.1" 200 275 0.006836 10.0.0.73 - - [2026-04-30 02:38:55] "GET /virtual-network/705b361d-3574-4ac6-844b-73eb4143455e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.006591 10.0.0.73 - - [2026-04-30 02:38:55] "POST /neutron/network HTTP/1.1" 200 921 0.007776 10.0.0.73 - - [2026-04-30 02:38:55] "GET /virtual-network/705b361d-3574-4ac6-844b-73eb4143455e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.005883 10.0.0.73 - - [2026-04-30 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007685 10.0.0.33 - - [2026-04-30 02:38:55] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.73 - - [2026-04-30 02:38:55] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063960 10.0.0.141 - - [2026-04-30 02:38:55] "POST /route-targets HTTP/1.1" 200 327 0.041344 10.0.0.73 - - [2026-04-30 02:38:55] "POST /neutron/network HTTP/1.1" 200 117 0.024570 10.0.0.141 - - [2026-04-30 02:38:55] "POST /ref-update HTTP/1.1" 200 156 0.038609 10.0.0.73 - - [2026-04-30 02:38:55] "POST /neutron/network HTTP/1.1" 200 923 0.010559 10.0.0.73 - - [2026-04-30 02:38:55] "POST /id-to-fqname HTTP/1.1" 200 275 0.001196 10.0.0.73 - - [2026-04-30 02:38:55] "GET /virtual-network/f5e8dd1b-78a9-44a1-95b9-e4f5ac0bdd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006651 10.0.0.73 - - [2026-04-30 02:38:55] "GET /virtual-network/f5e8dd1b-78a9-44a1-95b9-e4f5ac0bdd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006521 10.0.0.73 - - [2026-04-30 02:38:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.010922 10.0.0.73 - - [2026-04-30 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.33 - - [2026-04-30 02:38:55] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001504 10.0.0.73 - - [2026-04-30 02:38:56] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071528 10.0.0.33 - - [2026-04-30 02:38:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009567 10.0.0.73 - - [2026-04-30 02:38:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.223896 10.0.0.73 - - [2026-04-30 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 276 0.001197 10.0.0.73 - - [2026-04-30 02:38:56] "GET /virtual-network/51d7ed0c-1f51-4042-8ba6-d78c8bb2537d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.005832 10.0.0.73 - - [2026-04-30 02:38:56] "GET /virtual-network/51d7ed0c-1f51-4042-8ba6-d78c8bb2537d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006468 10.0.0.73 - - [2026-04-30 02:38:56] "POST /neutron/network HTTP/1.1" 200 924 0.007746 10.0.0.73 - - [2026-04-30 02:38:56] "POST /id-to-fqname HTTP/1.1" 200 275 0.001463 10.0.0.33 - - [2026-04-30 02:38:57] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001423 10.0.0.73 - - [2026-04-30 02:38:57] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.089304 10.0.0.73 - - [2026-04-30 02:38:57] "POST /neutron/network HTTP/1.1" 200 923 0.008695 10.0.0.73 - - [2026-04-30 02:38:58] "POST /id-to-fqname HTTP/1.1" 200 276 0.001311 10.0.0.73 - - [2026-04-30 02:38:58] "POST /neutron/port HTTP/1.1" 200 117 0.007586 10.0.0.33 - - [2026-04-30 02:38:58] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001993 10.0.0.73 - - [2026-04-30 02:38:58] "POST /neutron/port HTTP/1.1" 200 1073 0.444098 10.0.0.33 - - [2026-04-30 02:38:58] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.73 - - [2026-04-30 02:38:59] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.094862 10.0.0.73 - - [2026-04-30 02:38:59] "POST /neutron/port HTTP/1.1" 200 1127 0.181086 10.0.0.73 - - [2026-04-30 02:38:59] "POST /neutron/port HTTP/1.1" 200 1137 0.024226 10.0.0.73 - - [2026-04-30 02:38:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008832 10.0.0.73 - - [2026-04-30 02:38:59] "POST /neutron/port HTTP/1.1" 200 117 0.007304 10.0.0.73 - - [2026-04-30 02:39:01] "POST /neutron/network HTTP/1.1" 200 923 0.010346 10.0.0.73 - - [2026-04-30 02:39:01] "POST /neutron/port HTTP/1.1" 200 1072 0.057419 10.0.0.73 - - [2026-04-30 02:39:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004505 10.0.0.73 - - [2026-04-30 02:39:01] "POST /neutron/network HTTP/1.1" 200 924 0.010960 10.0.0.73 - - [2026-04-30 02:39:02] "POST /neutron/port HTTP/1.1" 200 151 0.284999 10.0.0.141 - - [2026-04-30 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.73 - - [2026-04-30 02:39:03] "POST /neutron/network HTTP/1.1" 200 924 0.007389 10.0.0.73 - - [2026-04-30 02:39:05] "POST /neutron/port HTTP/1.1" 200 1126 0.018258 10.0.0.33 - - [2026-04-30 02:39:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003372 10.0.0.33 - - [2026-04-30 02:39:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003836 10.0.0.73 - - [2026-04-30 02:39:05] "POST /neutron/network HTTP/1.1" 200 151 0.167561 10.0.0.141 - - [2026-04-30 02:39:05] "DELETE /route-target/334c77c4-1d94-4936-b8ca-f3a3a3d15441 HTTP/1.1" 200 115 0.033784 10.0.0.73 - - [2026-04-30 02:39:05] "POST /neutron/network HTTP/1.1" 200 895 0.014290 10.0.0.33 - - [2026-04-30 02:39:06] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.73 - - [2026-04-30 02:39:06] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.099762 10.0.0.33 - - [2026-04-30 02:39:06] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001776 10.0.0.73 - - [2026-04-30 02:39:06] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?fields=virtual_networks HTTP/1.1" 200 1057 0.073781 10.0.0.33 - - [2026-04-30 02:39:06] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.73 - - [2026-04-30 02:39:06] "POST /neutron/port HTTP/1.1" 200 117 0.010770 10.0.0.73 - - [2026-04-30 02:39:06] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.056516 10.0.0.33 - - [2026-04-30 02:39:06] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.73 - - [2026-04-30 02:39:06] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?fields=security_groups HTTP/1.1" 200 1295 0.067780 10.0.0.73 - - [2026-04-30 02:39:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.035208 10.0.0.33 - - [2026-04-30 02:39:07] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005254 10.0.0.33 - - [2026-04-30 02:39:07] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.33 - - [2026-04-30 02:39:07] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007607 10.0.0.33 - - [2026-04-30 02:39:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.002470 10.0.0.33 - - [2026-04-30 02:39:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.008005 10.0.0.33 - - [2026-04-30 02:39:07] "POST /security-groups HTTP/1.1" 200 593 0.084335 10.0.0.141 - - [2026-04-30 02:39:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.003875 10.0.0.33 - - [2026-04-30 02:39:07] "POST /projects HTTP/1.1" 200 589 0.340094 10.0.0.33 - - [2026-04-30 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.418485 10.0.0.141 - - [2026-04-30 02:39:07] "POST /access-control-lists HTTP/1.1" 200 596 0.043134 10.0.0.73 - - [2026-04-30 02:39:07] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.587865 10.0.0.73 - - [2026-04-30 02:39:09] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.73 - - [2026-04-30 02:39:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.73 - - [2026-04-30 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.052762 10.0.0.33 - - [2026-04-30 02:39:09] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.73 - - [2026-04-30 02:39:10] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050246 10.0.0.33 - - [2026-04-30 02:39:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008939 10.0.0.73 - - [2026-04-30 02:39:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.324216 10.0.0.73 - - [2026-04-30 02:39:10] "POST /id-to-fqname HTTP/1.1" 200 255 0.001363 10.0.0.73 - - [2026-04-30 02:39:10] "GET /virtual-network/5ee6e917-678e-4c85-b8c7-e3ca6aae8c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005816 10.0.0.73 - - [2026-04-30 02:39:10] "GET /virtual-network/5ee6e917-678e-4c85-b8c7-e3ca6aae8c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.007267 10.0.0.73 - - [2026-04-30 02:39:10] "POST /neutron/network HTTP/1.1" 200 893 0.008240 10.0.0.73 - - [2026-04-30 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.33 - - [2026-04-30 02:39:10] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.73 - - [2026-04-30 02:39:10] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056449 10.0.0.33 - - [2026-04-30 02:39:10] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001140 10.0.0.73 - - [2026-04-30 02:39:11] "POST /neutron/network HTTP/1.1" 200 673 0.174691 10.0.0.141 - - [2026-04-30 02:39:11] "POST /route-targets HTTP/1.1" 200 327 0.018123 10.0.0.73 - - [2026-04-30 02:39:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.004157 10.0.0.73 - - [2026-04-30 02:39:11] "GET /virtual-network/696fd0e2-379e-4468-9cda-c27e15e1533d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006896 10.0.0.73 - - [2026-04-30 02:39:11] "POST /neutron/network HTTP/1.1" 200 893 0.009147 10.0.0.73 - - [2026-04-30 02:39:11] "GET /virtual-network/696fd0e2-379e-4468-9cda-c27e15e1533d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.007303 10.0.0.73 - - [2026-04-30 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.33 - - [2026-04-30 02:39:11] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.73 - - [2026-04-30 02:39:11] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057826 10.0.0.73 - - [2026-04-30 02:39:11] "POST /neutron/network HTTP/1.1" 200 117 0.017685 10.0.0.141 - - [2026-04-30 02:39:11] "POST /ref-update HTTP/1.1" 200 156 0.038738 10.0.0.73 - - [2026-04-30 02:39:12] "POST /neutron/network HTTP/1.1" 200 895 0.011400 10.0.0.73 - - [2026-04-30 02:39:12] "POST /id-to-fqname HTTP/1.1" 200 256 0.001194 10.0.0.73 - - [2026-04-30 02:39:12] "GET /virtual-network/89db771b-0735-4938-add2-8b7e5c20ec5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006050 10.0.0.73 - - [2026-04-30 02:39:12] "GET /virtual-network/89db771b-0735-4938-add2-8b7e5c20ec5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006321 10.0.0.73 - - [2026-04-30 02:39:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.010277 10.0.0.73 - - [2026-04-30 02:39:12] "POST /id-to-fqname HTTP/1.1" 200 255 0.001095 10.0.0.33 - - [2026-04-30 02:39:13] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001394 10.0.0.73 - - [2026-04-30 02:39:13] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.090715 10.0.0.73 - - [2026-04-30 02:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.007186 10.0.0.73 - - [2026-04-30 02:39:13] "POST /id-to-fqname HTTP/1.1" 200 256 0.001405 10.0.0.73 - - [2026-04-30 02:39:13] "POST /neutron/network HTTP/1.1" 200 905 0.008085 10.0.0.33 - - [2026-04-30 02:39:14] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002575 10.0.0.73 - - [2026-04-30 02:39:14] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.129864 10.0.0.73 - - [2026-04-30 02:39:14] "POST /neutron/network HTTP/1.1" 200 895 0.019184 10.0.0.73 - - [2026-04-30 02:39:14] "POST /neutron/port HTTP/1.1" 200 1117 0.174448 10.0.0.73 - - [2026-04-30 02:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.006561 10.0.0.73 - - [2026-04-30 02:39:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.010073 10.0.0.73 - - [2026-04-30 02:39:15] "POST /neutron/network HTTP/1.1" 200 905 0.008708 10.0.0.73 - - [2026-04-30 02:39:15] "POST /neutron/port HTTP/1.1" 200 1063 0.025840 10.0.0.73 - - [2026-04-30 02:39:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005366 10.0.0.73 - - [2026-04-30 02:39:15] "POST /neutron/network HTTP/1.1" 200 895 0.007908 10.0.0.73 - - [2026-04-30 02:39:16] "POST /neutron/port HTTP/1.1" 200 1127 0.021038 10.0.0.73 - - [2026-04-30 02:39:17] "POST /neutron/port HTTP/1.1" 200 1127 0.028083 10.0.0.73 - - [2026-04-30 02:39:18] "POST /neutron/port HTTP/1.1" 200 117 0.008174 10.0.0.73 - - [2026-04-30 02:39:18] "POST /neutron/network HTTP/1.1" 200 895 0.007236 10.0.0.141 - - [2026-04-30 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.33 - - [2026-04-30 02:39:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008649 10.0.0.33 - - [2026-04-30 02:39:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004141 10.0.0.73 - - [2026-04-30 02:39:18] "POST /neutron/network HTTP/1.1" 200 151 0.156314 10.0.0.33 - - [2026-04-30 02:39:18] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001266 10.0.0.141 - - [2026-04-30 02:39:18] "DELETE /route-target/9ed37de6-07f4-44fd-bb01-96f5049ea955 HTTP/1.1" 200 115 0.046000 10.0.0.73 - - [2026-04-30 02:39:19] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.096968 10.0.0.33 - - [2026-04-30 02:39:19] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001155 10.0.0.73 - - [2026-04-30 02:39:19] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?fields=virtual_networks HTTP/1.1" 200 1036 0.049376 10.0.0.33 - - [2026-04-30 02:39:19] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001118 10.0.0.73 - - [2026-04-30 02:39:19] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.053089 10.0.0.33 - - [2026-04-30 02:39:19] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.73 - - [2026-04-30 02:39:19] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?fields=security_groups HTTP/1.1" 200 1264 0.059757 10.0.0.73 - - [2026-04-30 02:39:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.029041 10.0.0.33 - - [2026-04-30 02:39:20] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003997 10.0.0.33 - - [2026-04-30 02:39:20] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001453 10.0.0.33 - - [2026-04-30 02:39:20] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008541 10.0.0.33 - - [2026-04-30 02:39:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.002146 10.0.0.33 - - [2026-04-30 02:39:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.006900 10.0.0.33 - - [2026-04-30 02:39:20] "POST /security-groups HTTP/1.1" 200 599 0.079912 10.0.0.33 - - [2026-04-30 02:39:20] "POST /projects HTTP/1.1" 200 601 0.315121 10.0.0.141 - - [2026-04-30 02:39:20] "POST /fqname-to-id HTTP/1.1" 404 241 0.006193 10.0.0.33 - - [2026-04-30 02:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.395536 10.0.0.73 - - [2026-04-30 02:39:20] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.546580 10.0.0.73 - - [2026-04-30 02:39:21] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.73 - - [2026-04-30 02:39:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000603 10.0.0.73 - - [2026-04-30 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.060479 10.0.0.33 - - [2026-04-30 02:39:22] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.73 - - [2026-04-30 02:39:22] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059368 10.0.0.141 - - [2026-04-30 02:39:23] "POST /ref-update HTTP/1.1" 200 156 0.031044 10.0.0.33 - - [2026-04-30 02:39:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005032 10.0.0.73 - - [2026-04-30 02:39:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.266071 10.0.0.73 - - [2026-04-30 02:39:23] "POST /id-to-fqname HTTP/1.1" 200 267 0.001321 10.0.0.73 - - [2026-04-30 02:39:23] "GET /virtual-network/254f94ee-64eb-4bcf-8a05-07e864bda643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005858 10.0.0.73 - - [2026-04-30 02:39:23] "GET /virtual-network/254f94ee-64eb-4bcf-8a05-07e864bda643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005602 10.0.0.73 - - [2026-04-30 02:39:23] "POST /neutron/network HTTP/1.1" 200 911 0.008061 10.0.0.73 - - [2026-04-30 02:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.33 - - [2026-04-30 02:39:23] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.73 - - [2026-04-30 02:39:23] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063482 10.0.0.33 - - [2026-04-30 02:39:23] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.73 - - [2026-04-30 02:39:23] "POST /neutron/network HTTP/1.1" 200 691 0.165498 10.0.0.73 - - [2026-04-30 02:39:24] "POST /id-to-fqname HTTP/1.1" 200 267 0.010168 10.0.0.73 - - [2026-04-30 02:39:24] "GET /virtual-network/5048eac7-35d4-4e3d-836b-a56b673e69d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.008431 10.0.0.73 - - [2026-04-30 02:39:24] "POST /neutron/network HTTP/1.1" 200 909 0.013493 10.0.0.73 - - [2026-04-30 02:39:24] "GET /virtual-network/5048eac7-35d4-4e3d-836b-a56b673e69d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006404 10.0.0.73 - - [2026-04-30 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.33 - - [2026-04-30 02:39:24] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.73 - - [2026-04-30 02:39:24] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050749 10.0.0.73 - - [2026-04-30 02:39:24] "POST /neutron/network HTTP/1.1" 200 117 0.016655 10.0.0.141 - - [2026-04-30 02:39:24] "POST /route-targets HTTP/1.1" 200 327 0.014340 10.0.0.73 - - [2026-04-30 02:39:24] "POST /neutron/network HTTP/1.1" 200 912 0.012813 10.0.0.73 - - [2026-04-30 02:39:24] "POST /id-to-fqname HTTP/1.1" 200 268 0.001573 10.0.0.73 - - [2026-04-30 02:39:24] "GET /virtual-network/66cc24dc-0a10-4d82-a3ff-3518b3ab8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007616 10.0.0.73 - - [2026-04-30 02:39:24] "GET /virtual-network/66cc24dc-0a10-4d82-a3ff-3518b3ab8599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006148 10.0.0.73 - - [2026-04-30 02:39:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.009901 10.0.0.73 - - [2026-04-30 02:39:24] "POST /id-to-fqname HTTP/1.1" 200 267 0.001271 10.0.0.33 - - [2026-04-30 02:39:51] "DELETE /project/db56e7a6d7d145e8b42b6c7e334442cc HTTP/1.1" 404 173 0.006477 10.0.0.33 - - [2026-04-30 02:39:51] "DELETE /project/f035289afec148069984c40c5191cb90 HTTP/1.1" 404 173 0.008501 10.0.0.33 - - [2026-04-30 02:39:51] "DELETE /project/a9649301fb134f0782a21dd10489eb0c HTTP/1.1" 404 173 0.014803 10.0.0.33 - - [2026-04-30 02:39:51] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001039 10.0.0.33 - - [2026-04-30 02:39:51] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000898 10.0.0.33 - - [2026-04-30 02:39:51] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.067711 10.0.0.33 - - [2026-04-30 02:39:51] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001106 10.0.0.33 - - [2026-04-30 02:39:51] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.111984 10.0.0.33 - - [2026-04-30 02:39:51] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001742 10.0.0.33 - - [2026-04-30 02:39:51] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?fields=security_groups HTTP/1.1" 200 1369 0.096731 10.0.0.33 - - [2026-04-30 02:39:51] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?fields=security_groups HTTP/1.1" 200 1400 0.105079 10.0.0.33 - - [2026-04-30 02:39:51] "DELETE /security-group/438d5df0-b06c-4680-af54-c98f9e8e3550 HTTP/1.1" 200 115 0.094666 10.0.0.33 - - [2026-04-30 02:39:51] "GET /projects?obj_uuids=a9649301-fb13-4f07-82a2-1dd10489eb0c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001434 10.0.0.33 - - [2026-04-30 02:39:51] "DELETE /security-group/74046687-52d8-4ac9-ad90-15c205f1e87f HTTP/1.1" 200 115 0.113535 10.0.0.33 - - [2026-04-30 02:39:51] "GET /projects?obj_uuids=db56e7a6-d7d1-45e8-b42b-6c7e334442cc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001487 10.0.0.33 - - [2026-04-30 02:39:51] "GET /project/a9649301-fb13-4f07-82a2-1dd10489eb0c?fields=application_policy_sets HTTP/1.1" 200 1408 0.081375 10.0.0.141 - - [2026-04-30 02:39:51] "DELETE /access-control-list/1ab30f04-f29b-4174-ac42-fa30b0737f36 HTTP/1.1" 200 115 0.075190 10.0.0.33 - - [2026-04-30 02:39:51] "GET /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc?fields=application_policy_sets HTTP/1.1" 200 1439 0.091426 10.0.0.33 - - [2026-04-30 02:39:51] "DELETE /project/a9649301-fb13-4f07-82a2-1dd10489eb0c HTTP/1.1" 200 115 0.793401 10.0.0.33 - - [2026-04-30 02:39:51] "DELETE /project/db56e7a6-d7d1-45e8-b42b-6c7e334442cc HTTP/1.1" 200 115 0.821240 10.0.0.33 - - [2026-04-30 02:39:59] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001842 10.0.0.73 - - [2026-04-30 02:39:59] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077566 10.0.0.73 - - [2026-04-30 02:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.008898 10.0.0.73 - - [2026-04-30 02:39:59] "POST /id-to-fqname HTTP/1.1" 200 268 0.001540 10.0.0.73 - - [2026-04-30 02:40:00] "POST /neutron/network HTTP/1.1" 200 922 0.010500 10.0.0.33 - - [2026-04-30 02:40:00] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002858 10.0.0.73 - - [2026-04-30 02:40:00] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.138505 10.0.0.73 - - [2026-04-30 02:40:00] "POST /neutron/port HTTP/1.1" 200 1067 0.043719 10.0.0.73 - - [2026-04-30 02:40:01] "POST /neutron/port HTTP/1.1" 200 1121 0.250841 10.0.0.73 - - [2026-04-30 02:40:01] "POST /neutron/port HTTP/1.1" 200 117 0.015265 10.0.0.33 - - [2026-04-30 02:40:01] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001652 10.0.0.73 - - [2026-04-30 02:40:01] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.078470 10.0.0.73 - - [2026-04-30 02:40:01] "POST /neutron/subnet HTTP/1.1" 200 693 0.021421 10.0.0.73 - - [2026-04-30 02:40:01] "POST /neutron/network HTTP/1.1" 200 922 0.017241 10.0.0.73 - - [2026-04-30 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.023473 10.0.0.73 - - [2026-04-30 02:40:02] "GET /security-group/8c757d55-03cf-4471-8bbd-e2e1253dca7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.007630 10.0.0.73 - - [2026-04-30 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.015507 10.0.0.33 - - [2026-04-30 02:40:02] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001208 10.0.0.73 - - [2026-04-30 02:40:02] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.097377 10.0.0.73 - - [2026-04-30 02:40:02] "POST /neutron/port HTTP/1.1" 200 1068 0.050678 10.0.0.73 - - [2026-04-30 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007030 10.0.0.73 - - [2026-04-30 02:40:02] "GET /security-group/8c757d55-03cf-4471-8bbd-e2e1253dca7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005106 10.0.0.73 - - [2026-04-30 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.017002 10.0.0.73 - - [2026-04-30 02:40:02] "PUT /security-group/8c757d55-03cf-4471-8bbd-e2e1253dca7a HTTP/1.1" 200 262 0.075379 10.0.0.141 - - [2026-04-30 02:40:02] "PUT /access-control-list/cecafb93-88e7-479b-9a58-e4f7bc5b6789 HTTP/1.1" 200 272 0.038844 10.0.0.73 - - [2026-04-30 02:40:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015531 10.0.0.73 - - [2026-04-30 02:40:03] "POST /neutron/network HTTP/1.1" 200 912 0.008332 10.0.0.73 - - [2026-04-30 02:40:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.013809 10.0.0.73 - - [2026-04-30 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.021494 10.0.0.33 - - [2026-04-30 02:40:03] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.73 - - [2026-04-30 02:40:03] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009596 10.0.0.73 - - [2026-04-30 02:40:03] "POST /service-templates HTTP/1.1" 200 543 0.086804 10.0.0.73 - - [2026-04-30 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006062 10.0.0.73 - - [2026-04-30 02:40:04] "GET /service-template/88c69fef-3ef4-4b1f-bb11-f986def28ad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.007645 10.0.0.73 - - [2026-04-30 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.73 - - [2026-04-30 02:40:04] "GET /service-template/88c69fef-3ef4-4b1f-bb11-f986def28ad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005121 10.0.0.73 - - [2026-04-30 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 267 0.001696 10.0.0.73 - - [2026-04-30 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 267 0.004736 10.0.0.73 - - [2026-04-30 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 268 0.004221 10.0.0.73 - - [2026-04-30 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007124 10.0.0.73 - - [2026-04-30 02:40:04] "DELETE /service-template/88c69fef-3ef4-4b1f-bb11-f986def28ad7 HTTP/1.1" 200 115 0.088281 10.0.0.73 - - [2026-04-30 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.006831 10.0.0.73 - - [2026-04-30 02:40:07] "POST /neutron/network HTTP/1.1" 200 909 0.017731 10.0.0.73 - - [2026-04-30 02:40:09] "POST /neutron/network HTTP/1.1" 400 204 0.054367 10.0.0.73 - - [2026-04-30 02:40:13] "POST /neutron/network HTTP/1.1" 200 909 0.010021 10.0.0.73 - - [2026-04-30 02:40:16] "POST /neutron/network HTTP/1.1" 400 204 0.043491 10.0.0.73 - - [2026-04-30 02:40:20] "POST /neutron/network HTTP/1.1" 200 909 0.019851 10.0.0.73 - - [2026-04-30 02:40:22] "POST /neutron/network HTTP/1.1" 400 204 0.033282 10.0.0.73 - - [2026-04-30 02:40:26] "POST /neutron/network HTTP/1.1" 200 909 0.022059 10.0.0.73 - - [2026-04-30 02:40:28] "POST /neutron/network HTTP/1.1" 400 204 0.017502 10.0.0.73 - - [2026-04-30 02:40:32] "POST /neutron/network HTTP/1.1" 200 909 0.007301 10.0.0.73 - - [2026-04-30 02:40:34] "POST /neutron/network HTTP/1.1" 400 204 0.019959 10.0.0.73 - - [2026-04-30 02:40:38] "POST /neutron/network HTTP/1.1" 200 909 0.018204 10.0.0.73 - - [2026-04-30 02:40:40] "POST /neutron/network HTTP/1.1" 400 204 0.015854 10.0.0.73 - - [2026-04-30 02:40:45] "POST /neutron/network HTTP/1.1" 200 909 0.010043 10.0.0.73 - - [2026-04-30 02:40:47] "POST /neutron/network HTTP/1.1" 400 204 0.016825 10.0.0.73 - - [2026-04-30 02:40:51] "POST /neutron/network HTTP/1.1" 200 909 0.007607 10.0.0.73 - - [2026-04-30 02:40:53] "POST /neutron/network HTTP/1.1" 400 204 0.019866 10.0.0.73 - - [2026-04-30 02:40:57] "POST /neutron/network HTTP/1.1" 200 909 0.007693 10.0.0.73 - - [2026-04-30 02:40:59] "POST /neutron/network HTTP/1.1" 400 204 0.016541 10.0.0.141 - - [2026-04-30 02:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.141 - - [2026-04-30 02:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.73 - - [2026-04-30 02:41:01] "POST /neutron/network HTTP/1.1" 200 912 0.020376 10.0.0.141 - - [2026-04-30 02:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.141 - - [2026-04-30 02:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.73 - - [2026-04-30 02:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.73 - - [2026-04-30 02:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.33 - - [2026-04-30 02:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2026-04-30 02:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.73 - - [2026-04-30 02:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2026-04-30 02:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.73 - - [2026-04-30 02:41:03] "POST /neutron/network HTTP/1.1" 400 204 0.016991 10.0.0.33 - - [2026-04-30 02:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.33 - - [2026-04-30 02:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.73 - - [2026-04-30 02:41:07] "POST /neutron/port HTTP/1.1" 200 1131 0.024234 10.0.0.73 - - [2026-04-30 02:41:07] "POST /neutron/network HTTP/1.1" 200 912 0.007194 10.0.0.73 - - [2026-04-30 02:41:07] "POST /neutron/port HTTP/1.1" 200 1122 0.025484 10.0.0.73 - - [2026-04-30 02:41:08] "POST /neutron/port HTTP/1.1" 200 117 0.007275 10.0.0.73 - - [2026-04-30 02:41:09] "POST /neutron/network HTTP/1.1" 200 911 0.015072 10.0.0.141 - - [2026-04-30 02:41:09] "DELETE /route-target/f4c0e63e-583a-4ff7-b675-57fd35969877 HTTP/1.1" 200 115 0.042258 10.0.0.33 - - [2026-04-30 02:41:10] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.73 - - [2026-04-30 02:41:10] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068227 10.0.0.33 - - [2026-04-30 02:41:10] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.73 - - [2026-04-30 02:41:10] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.059389 10.0.0.33 - - [2026-04-30 02:41:12] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.73 - - [2026-04-30 02:41:12] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065672 10.0.0.33 - - [2026-04-30 02:41:12] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.73 - - [2026-04-30 02:41:12] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.054897 10.0.0.33 - - [2026-04-30 02:41:14] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.73 - - [2026-04-30 02:41:14] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056093 10.0.0.33 - - [2026-04-30 02:41:14] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.73 - - [2026-04-30 02:41:14] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.060361 10.0.0.33 - - [2026-04-30 02:41:16] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001423 10.0.0.73 - - [2026-04-30 02:41:16] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052841 10.0.0.33 - - [2026-04-30 02:41:16] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.73 - - [2026-04-30 02:41:16] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.058298 10.0.0.33 - - [2026-04-30 02:41:18] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.73 - - [2026-04-30 02:41:18] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048813 10.0.0.33 - - [2026-04-30 02:41:18] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.73 - - [2026-04-30 02:41:18] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.045057 10.0.0.33 - - [2026-04-30 02:41:20] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.73 - - [2026-04-30 02:41:20] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060178 10.0.0.33 - - [2026-04-30 02:41:20] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.73 - - [2026-04-30 02:41:20] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.074986 10.0.0.33 - - [2026-04-30 02:41:23] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.73 - - [2026-04-30 02:41:23] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050586 10.0.0.33 - - [2026-04-30 02:41:23] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.73 - - [2026-04-30 02:41:23] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.062397 10.0.0.33 - - [2026-04-30 02:41:25] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.73 - - [2026-04-30 02:41:25] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047400 10.0.0.33 - - [2026-04-30 02:41:25] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.73 - - [2026-04-30 02:41:25] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.040793 10.0.0.33 - - [2026-04-30 02:41:27] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001385 10.0.0.73 - - [2026-04-30 02:41:27] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051216 10.0.0.33 - - [2026-04-30 02:41:27] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.73 - - [2026-04-30 02:41:27] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.045091 10.0.0.33 - - [2026-04-30 02:41:29] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.73 - - [2026-04-30 02:41:29] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043616 10.0.0.33 - - [2026-04-30 02:41:29] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.73 - - [2026-04-30 02:41:29] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.045589 10.0.0.33 - - [2026-04-30 02:41:31] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.73 - - [2026-04-30 02:41:31] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056014 10.0.0.33 - - [2026-04-30 02:41:31] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001406 10.0.0.73 - - [2026-04-30 02:41:31] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.048253 10.0.0.33 - - [2026-04-30 02:41:33] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.73 - - [2026-04-30 02:41:33] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060291 10.0.0.33 - - [2026-04-30 02:41:33] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.73 - - [2026-04-30 02:41:33] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.050897 10.0.0.33 - - [2026-04-30 02:41:35] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.73 - - [2026-04-30 02:41:35] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048754 10.0.0.33 - - [2026-04-30 02:41:35] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001575 10.0.0.73 - - [2026-04-30 02:41:36] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.062763 10.0.0.33 - - [2026-04-30 02:41:38] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002406 10.0.0.73 - - [2026-04-30 02:41:38] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055977 10.0.0.33 - - [2026-04-30 02:41:38] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.73 - - [2026-04-30 02:41:38] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.071744 10.0.0.33 - - [2026-04-30 02:41:40] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.73 - - [2026-04-30 02:41:40] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048934 10.0.0.33 - - [2026-04-30 02:41:40] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.73 - - [2026-04-30 02:41:40] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.047215 10.0.0.33 - - [2026-04-30 02:41:42] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.73 - - [2026-04-30 02:41:42] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046932 10.0.0.33 - - [2026-04-30 02:41:42] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.73 - - [2026-04-30 02:41:42] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.050226 10.0.0.33 - - [2026-04-30 02:41:44] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001356 10.0.0.73 - - [2026-04-30 02:41:44] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048324 10.0.0.33 - - [2026-04-30 02:41:44] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.73 - - [2026-04-30 02:41:44] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.049574 10.0.0.33 - - [2026-04-30 02:41:46] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001382 10.0.0.73 - - [2026-04-30 02:41:46] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045657 10.0.0.33 - - [2026-04-30 02:41:46] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.73 - - [2026-04-30 02:41:46] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.075069 10.0.0.33 - - [2026-04-30 02:41:48] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.73 - - [2026-04-30 02:41:48] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070795 10.0.0.33 - - [2026-04-30 02:41:48] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.73 - - [2026-04-30 02:41:49] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.053730 10.0.0.33 - - [2026-04-30 02:41:51] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.73 - - [2026-04-30 02:41:51] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043317 10.0.0.33 - - [2026-04-30 02:41:51] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001523 10.0.0.73 - - [2026-04-30 02:41:51] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.060524 10.0.0.33 - - [2026-04-30 02:41:53] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.73 - - [2026-04-30 02:41:53] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059663 10.0.0.33 - - [2026-04-30 02:41:53] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.73 - - [2026-04-30 02:41:53] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.063362 10.0.0.33 - - [2026-04-30 02:41:55] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001641 10.0.0.73 - - [2026-04-30 02:41:55] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.074426 10.0.0.33 - - [2026-04-30 02:41:55] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.73 - - [2026-04-30 02:41:55] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.047149 10.0.0.33 - - [2026-04-30 02:41:57] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.73 - - [2026-04-30 02:41:57] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051210 10.0.0.33 - - [2026-04-30 02:41:57] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373 10.0.0.73 - - [2026-04-30 02:41:57] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.062059 10.0.0.33 - - [2026-04-30 02:41:59] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.73 - - [2026-04-30 02:41:59] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047683 10.0.0.33 - - [2026-04-30 02:41:59] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001213 10.0.0.73 - - [2026-04-30 02:41:59] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.053898 10.0.0.33 - - [2026-04-30 02:42:01] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.73 - - [2026-04-30 02:42:01] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052299 10.0.0.33 - - [2026-04-30 02:42:01] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.73 - - [2026-04-30 02:42:01] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.044989 10.0.0.33 - - [2026-04-30 02:42:04] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.73 - - [2026-04-30 02:42:04] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052397 10.0.0.33 - - [2026-04-30 02:42:04] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.73 - - [2026-04-30 02:42:04] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.054074 10.0.0.33 - - [2026-04-30 02:42:06] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.73 - - [2026-04-30 02:42:06] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062219 10.0.0.33 - - [2026-04-30 02:42:06] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.73 - - [2026-04-30 02:42:06] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.063612 10.0.0.33 - - [2026-04-30 02:42:08] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.73 - - [2026-04-30 02:42:08] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047040 10.0.0.33 - - [2026-04-30 02:42:08] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.73 - - [2026-04-30 02:42:08] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.066309 10.0.0.33 - - [2026-04-30 02:42:10] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.73 - - [2026-04-30 02:42:10] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045766 10.0.0.33 - - [2026-04-30 02:42:10] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002543 10.0.0.73 - - [2026-04-30 02:42:10] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.055862 10.0.0.33 - - [2026-04-30 02:42:12] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.73 - - [2026-04-30 02:42:12] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056337 10.0.0.33 - - [2026-04-30 02:42:12] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.73 - - [2026-04-30 02:42:12] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.052943 10.0.0.33 - - [2026-04-30 02:42:13] "GET /obj-perms HTTP/1.1" 200 5056 0.064776 10.0.0.73 - - [2026-04-30 02:42:14] "GET /obj-perms HTTP/1.1" 200 5056 0.047958 10.0.0.33 - - [2026-04-30 02:42:14] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.73 - - [2026-04-30 02:42:14] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058300 10.0.0.33 - - [2026-04-30 02:42:14] "GET /projects?obj_uuids=f035289a-fec1-4806-9984-c40c5191cb90&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.73 - - [2026-04-30 02:42:14] "GET /project/f035289a-fec1-4806-9984-c40c5191cb90?fields=virtual_networks HTTP/1.1" 200 1334 0.045510 10.0.0.73 - - [2026-04-30 02:42:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.039513 10.0.0.33 - - [2026-04-30 02:42:15] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004146 10.0.0.33 - - [2026-04-30 02:42:15] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.33 - - [2026-04-30 02:42:15] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008379 10.0.0.33 - - [2026-04-30 02:42:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001500 10.0.0.33 - - [2026-04-30 02:42:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.007988 10.0.0.33 - - [2026-04-30 02:42:15] "POST /security-groups HTTP/1.1" 200 592 0.041312 10.0.0.141 - - [2026-04-30 02:42:15] "POST /fqname-to-id HTTP/1.1" 404 235 0.003486 10.0.0.33 - - [2026-04-30 02:42:15] "POST /projects HTTP/1.1" 200 587 0.268010 10.0.0.33 - - [2026-04-30 02:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.313828 10.0.0.73 - - [2026-04-30 02:42:16] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.509197 10.0.0.141 - - [2026-04-30 02:42:16] "POST /access-control-lists HTTP/1.1" 200 595 0.073909 10.0.0.73 - - [2026-04-30 02:42:17] "GET / HTTP/1.1" 200 35931 0.002028 10.0.0.73 - - [2026-04-30 02:42:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.73 - - [2026-04-30 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.078295 10.0.0.33 - - [2026-04-30 02:42:18] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001203 10.0.0.73 - - [2026-04-30 02:42:18] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078256 10.0.0.33 - - [2026-04-30 02:42:18] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.73 - - [2026-04-30 02:42:18] "POST /neutron/network HTTP/1.1" 200 670 0.170053 10.0.0.73 - - [2026-04-30 02:42:18] "POST /id-to-fqname HTTP/1.1" 200 253 0.003724 10.0.0.73 - - [2026-04-30 02:42:18] "GET /virtual-network/595a0d3e-0b20-43ff-812b-a8f93733ae5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006397 10.0.0.73 - - [2026-04-30 02:42:18] "POST /neutron/network HTTP/1.1" 200 890 0.008835 10.0.0.73 - - [2026-04-30 02:42:18] "GET /virtual-network/595a0d3e-0b20-43ff-812b-a8f93733ae5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006377 10.0.0.73 - - [2026-04-30 02:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.33 - - [2026-04-30 02:42:18] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.73 - - [2026-04-30 02:42:18] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053963 10.0.0.73 - - [2026-04-30 02:42:18] "POST /neutron/network HTTP/1.1" 200 117 0.017513 10.0.0.141 - - [2026-04-30 02:42:19] "POST /route-targets HTTP/1.1" 200 327 0.014719 10.0.0.73 - - [2026-04-30 02:42:19] "POST /neutron/network HTTP/1.1" 200 889 0.010587 10.0.0.73 - - [2026-04-30 02:42:19] "POST /id-to-fqname HTTP/1.1" 200 253 0.001567 10.0.0.73 - - [2026-04-30 02:42:19] "GET /virtual-network/8c274f5b-3aa9-495f-ba60-754a8622ff30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006225 10.0.0.73 - - [2026-04-30 02:42:19] "GET /virtual-network/8c274f5b-3aa9-495f-ba60-754a8622ff30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.008183 10.0.0.73 - - [2026-04-30 02:42:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.011134 10.0.0.73 - - [2026-04-30 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007690 10.0.0.33 - - [2026-04-30 02:42:19] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.73 - - [2026-04-30 02:42:19] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063619 10.0.0.141 - - [2026-04-30 02:42:19] "POST /ref-update HTTP/1.1" 200 156 0.037603 10.0.0.33 - - [2026-04-30 02:42:20] "POST /useragent-kv HTTP/1.1" 200 115 0.011681 10.0.0.73 - - [2026-04-30 02:42:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.263737 10.0.0.73 - - [2026-04-30 02:42:20] "POST /id-to-fqname HTTP/1.1" 200 254 0.001340 10.0.0.73 - - [2026-04-30 02:42:20] "GET /virtual-network/2beb4352-d1ed-4856-9a8e-2e16346c19fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.008036 10.0.0.73 - - [2026-04-30 02:42:20] "GET /virtual-network/2beb4352-d1ed-4856-9a8e-2e16346c19fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.008783 10.0.0.73 - - [2026-04-30 02:42:20] "POST /neutron/network HTTP/1.1" 200 891 0.009078 10.0.0.73 - - [2026-04-30 02:42:20] "POST /id-to-fqname HTTP/1.1" 200 253 0.001273 10.0.0.33 - - [2026-04-30 02:42:21] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001415 10.0.0.73 - - [2026-04-30 02:42:21] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077250 10.0.0.73 - - [2026-04-30 02:42:21] "POST /neutron/network HTTP/1.1" 200 889 0.013336 10.0.0.73 - - [2026-04-30 02:42:21] "POST /id-to-fqname HTTP/1.1" 200 254 0.001310 10.0.0.73 - - [2026-04-30 02:42:21] "POST /neutron/port HTTP/1.1" 200 117 0.007648 10.0.0.33 - - [2026-04-30 02:42:22] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.73 - - [2026-04-30 02:42:22] "POST /neutron/port HTTP/1.1" 200 1061 0.340086 10.0.0.33 - - [2026-04-30 02:42:22] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001422 10.0.0.73 - - [2026-04-30 02:42:22] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.158285 10.0.0.73 - - [2026-04-30 02:42:22] "POST /neutron/port HTTP/1.1" 200 1115 0.180095 10.0.0.73 - - [2026-04-30 02:42:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004056 10.0.0.73 - - [2026-04-30 02:42:22] "POST /neutron/network HTTP/1.1" 200 889 0.009257 10.0.0.73 - - [2026-04-30 02:42:22] "POST /neutron/port HTTP/1.1" 200 117 0.006992 10.0.0.73 - - [2026-04-30 02:42:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.013948 10.0.0.73 - - [2026-04-30 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.33 - - [2026-04-30 02:42:23] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.73 - - [2026-04-30 02:42:23] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012210 10.0.0.73 - - [2026-04-30 02:42:23] "POST /neutron/port HTTP/1.1" 200 1061 0.034335 10.0.0.73 - - [2026-04-30 02:42:23] "POST /service-templates HTTP/1.1" 200 543 0.057014 10.0.0.73 - - [2026-04-30 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006477 10.0.0.73 - - [2026-04-30 02:42:23] "GET /service-template/e91c34b8-f8cd-4ea1-96da-c43f05fde546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.010044 10.0.0.73 - - [2026-04-30 02:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.73 - - [2026-04-30 02:42:24] "GET /service-template/e91c34b8-f8cd-4ea1-96da-c43f05fde546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005475 10.0.0.73 - - [2026-04-30 02:42:24] "POST /neutron/port HTTP/1.1" 200 1125 0.021326 10.0.0.73 - - [2026-04-30 02:42:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001517 10.0.0.73 - - [2026-04-30 02:42:24] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.73 - - [2026-04-30 02:42:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.001241 10.0.0.73 - - [2026-04-30 02:42:24] "POST /id-to-fqname HTTP/1.1" 200 254 0.001416 10.0.0.73 - - [2026-04-30 02:42:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008677 10.0.0.73 - - [2026-04-30 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.73 - - [2026-04-30 02:42:24] "DELETE /service-template/e91c34b8-f8cd-4ea1-96da-c43f05fde546 HTTP/1.1" 200 115 0.043684 10.0.0.73 - - [2026-04-30 02:42:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.003334 10.0.0.73 - - [2026-04-30 02:42:27] "POST /neutron/port HTTP/1.1" 200 1125 0.020702 10.0.0.73 - - [2026-04-30 02:42:27] "POST /neutron/port HTTP/1.1" 200 1125 0.017921 10.0.0.73 - - [2026-04-30 02:42:28] "POST /neutron/network HTTP/1.1" 200 889 0.007620 10.0.0.33 - - [2026-04-30 02:42:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007913 10.0.0.33 - - [2026-04-30 02:42:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003953 10.0.0.141 - - [2026-04-30 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009751 10.0.0.73 - - [2026-04-30 02:42:29] "POST /neutron/network HTTP/1.1" 200 151 0.189623 10.0.0.141 - - [2026-04-30 02:42:29] "DELETE /route-target/e6a9a6db-f3f3-48ac-bcfc-bd4ad1bab9f3 HTTP/1.1" 200 115 0.027720 10.0.0.33 - - [2026-04-30 02:42:29] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002759 10.0.0.73 - - [2026-04-30 02:42:29] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054971 10.0.0.33 - - [2026-04-30 02:42:29] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.73 - - [2026-04-30 02:42:29] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?fields=virtual_networks HTTP/1.1" 200 1034 0.051703 10.0.0.33 - - [2026-04-30 02:42:29] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.73 - - [2026-04-30 02:42:29] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.064877 10.0.0.33 - - [2026-04-30 02:42:29] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.73 - - [2026-04-30 02:42:29] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?fields=security_groups HTTP/1.1" 200 1261 0.068519 10.0.0.73 - - [2026-04-30 02:42:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.033039 10.0.0.33 - - [2026-04-30 02:42:30] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004504 10.0.0.33 - - [2026-04-30 02:42:30] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.33 - - [2026-04-30 02:42:30] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007833 10.0.0.33 - - [2026-04-30 02:42:30] "POST /id-to-fqname HTTP/1.1" 200 195 0.002008 10.0.0.33 - - [2026-04-30 02:42:30] "POST /fqname-to-id HTTP/1.1" 404 204 0.008003 10.0.0.33 - - [2026-04-30 02:42:30] "POST /security-groups HTTP/1.1" 200 596 0.037843 10.0.0.33 - - [2026-04-30 02:42:30] "POST /projects HTTP/1.1" 200 595 0.257666 10.0.0.141 - - [2026-04-30 02:42:30] "POST /fqname-to-id HTTP/1.1" 404 238 0.005635 10.0.0.33 - - [2026-04-30 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.335350 10.0.0.73 - - [2026-04-30 02:42:31] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.485707 10.0.0.73 - - [2026-04-30 02:42:32] "GET / HTTP/1.1" 200 35931 0.002069 10.0.0.73 - - [2026-04-30 02:42:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617 10.0.0.73 - - [2026-04-30 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.058980 10.0.0.33 - - [2026-04-30 02:42:32] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001362 10.0.0.73 - - [2026-04-30 02:42:32] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.062473 10.0.0.73 - - [2026-04-30 02:42:33] "POST /neutron/network HTTP/1.1" 200 117 0.044464 10.0.0.141 - - [2026-04-30 02:42:33] "POST /ref-update HTTP/1.1" 200 156 0.042039 10.0.0.33 - - [2026-04-30 02:42:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010457 10.0.0.73 - - [2026-04-30 02:42:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.203062 10.0.0.73 - - [2026-04-30 02:42:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001306 10.0.0.73 - - [2026-04-30 02:42:33] "GET /virtual-network/319d708c-ec7f-49c3-89ab-021cfaabdc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006158 10.0.0.73 - - [2026-04-30 02:42:33] "GET /virtual-network/319d708c-ec7f-49c3-89ab-021cfaabdc21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.008887 10.0.0.141 - - [2026-04-30 02:42:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.036584 10.0.0.73 - - [2026-04-30 02:42:33] "POST /neutron/network HTTP/1.1" 200 1075 0.009026 10.0.0.73 - - [2026-04-30 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.33 - - [2026-04-30 02:42:34] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001771 10.0.0.73 - - [2026-04-30 02:42:34] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053736 10.0.0.73 - - [2026-04-30 02:42:34] "POST /neutron/network HTTP/1.1" 200 117 0.016711 10.0.0.33 - - [2026-04-30 02:42:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008282 10.0.0.73 - - [2026-04-30 02:42:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.209404 10.0.0.73 - - [2026-04-30 02:42:34] "POST /id-to-fqname HTTP/1.1" 200 261 0.001603 10.0.0.73 - - [2026-04-30 02:42:34] "GET /virtual-network/f68114af-f79e-4917-8e24-7b7a4f7153eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006368 10.0.0.73 - - [2026-04-30 02:42:34] "GET /virtual-network/f68114af-f79e-4917-8e24-7b7a4f7153eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.006685 10.0.0.73 - - [2026-04-30 02:42:34] "POST /neutron/network HTTP/1.1" 200 1074 0.016060 10.0.0.73 - - [2026-04-30 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.33 - - [2026-04-30 02:42:34] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001079 10.0.0.73 - - [2026-04-30 02:42:35] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.064662 10.0.0.73 - - [2026-04-30 02:42:35] "POST /neutron/network HTTP/1.1" 200 117 0.018469 10.0.0.141 - - [2026-04-30 02:42:35] "POST /route-targets HTTP/1.1" 200 327 0.020578 10.0.0.141 - - [2026-04-30 02:42:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.005997 10.0.0.33 - - [2026-04-30 02:42:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007730 10.0.0.73 - - [2026-04-30 02:42:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.267374 10.0.0.73 - - [2026-04-30 02:42:35] "POST /id-to-fqname HTTP/1.1" 200 262 0.001297 10.0.0.73 - - [2026-04-30 02:42:35] "GET /virtual-network/89f72ba2-31ae-4a2a-8a92-125791e3c056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006303 10.0.0.73 - - [2026-04-30 02:42:35] "GET /virtual-network/89f72ba2-31ae-4a2a-8a92-125791e3c056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007373 10.0.0.73 - - [2026-04-30 02:42:35] "POST /neutron/network HTTP/1.1" 200 1076 0.010073 10.0.0.73 - - [2026-04-30 02:42:36] "POST /id-to-fqname HTTP/1.1" 200 261 0.001392 10.0.0.73 - - [2026-04-30 02:42:36] "POST /neutron/network HTTP/1.1" 200 1084 0.008344 10.0.0.33 - - [2026-04-30 02:42:36] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001159 10.0.0.73 - - [2026-04-30 02:42:36] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.086429 10.0.0.73 - - [2026-04-30 02:42:37] "POST /neutron/port HTTP/1.1" 200 117 0.006385 10.0.0.73 - - [2026-04-30 02:42:37] "POST /id-to-fqname HTTP/1.1" 200 262 0.001295 10.0.0.73 - - [2026-04-30 02:42:37] "POST /neutron/network HTTP/1.1" 200 1084 0.007505 10.0.0.33 - - [2026-04-30 02:42:38] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001038 10.0.0.73 - - [2026-04-30 02:42:38] "POST /neutron/port HTTP/1.1" 200 1171 0.031297 10.0.0.73 - - [2026-04-30 02:42:38] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.082843 10.0.0.73 - - [2026-04-30 02:42:38] "POST /neutron/port HTTP/1.1" 200 1235 0.027726 10.0.0.73 - - [2026-04-30 02:42:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004650 10.0.0.73 - - [2026-04-30 02:42:38] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.73 - - [2026-04-30 02:42:38] "POST /neutron/network HTTP/1.1" 200 1074 0.011120 10.0.0.73 - - [2026-04-30 02:42:39] "POST /neutron/port HTTP/1.1" 200 1171 0.022853 10.0.0.73 - - [2026-04-30 02:42:39] "POST /neutron/port HTTP/1.1" 200 1235 0.026365 10.0.0.73 - - [2026-04-30 02:42:39] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014902 10.0.0.73 - - [2026-04-30 02:42:40] "POST /neutron/network HTTP/1.1" 200 1076 0.012285 10.0.0.73 - - [2026-04-30 02:42:40] "POST /neutron/port HTTP/1.1" 200 1235 0.021210 10.0.0.73 - - [2026-04-30 02:42:41] "POST /neutron/port HTTP/1.1" 200 1235 0.021138 10.0.0.73 - - [2026-04-30 02:42:42] "POST /neutron/network HTTP/1.1" 200 1074 0.010468 10.0.0.141 - - [2026-04-30 02:42:42] "DELETE /route-target/48193df6-86d9-452a-918a-c87e13b1ac80 HTTP/1.1" 200 115 0.033654 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003107 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005670 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005215 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005165 10.0.0.73 - - [2026-04-30 02:42:42] "POST /neutron/network HTTP/1.1" 200 151 0.173970 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003917 10.0.0.141 - - [2026-04-30 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002717 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005061 10.0.0.33 - - [2026-04-30 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002741 10.0.0.73 - - [2026-04-30 02:42:42] "POST /neutron/network HTTP/1.1" 200 151 0.135892 10.0.0.33 - - [2026-04-30 02:42:42] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002222 10.0.0.73 - - [2026-04-30 02:42:42] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.096549 10.0.0.33 - - [2026-04-30 02:42:42] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001158 10.0.0.73 - - [2026-04-30 02:42:42] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?fields=virtual_networks HTTP/1.1" 200 1043 0.047645 10.0.0.33 - - [2026-04-30 02:42:43] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001125 10.0.0.73 - - [2026-04-30 02:42:43] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.053852 10.0.0.33 - - [2026-04-30 02:42:43] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000982 10.0.0.73 - - [2026-04-30 02:42:43] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?fields=security_groups HTTP/1.1" 200 1274 0.046197 10.0.0.73 - - [2026-04-30 02:42:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.029829 10.0.0.33 - - [2026-04-30 02:42:44] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002999 10.0.0.33 - - [2026-04-30 02:42:44] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.33 - - [2026-04-30 02:42:44] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007774 10.0.0.33 - - [2026-04-30 02:42:44] "POST /id-to-fqname HTTP/1.1" 200 198 0.004805 10.0.0.33 - - [2026-04-30 02:42:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.007431 10.0.0.33 - - [2026-04-30 02:42:44] "POST /security-groups HTTP/1.1" 200 599 0.036906 10.0.0.33 - - [2026-04-30 02:42:44] "POST /projects HTTP/1.1" 200 601 0.252488 10.0.0.141 - - [2026-04-30 02:42:44] "POST /access-control-lists HTTP/1.1" 200 604 0.030987 10.0.0.33 - - [2026-04-30 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.330190 10.0.0.73 - - [2026-04-30 02:42:44] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.482820 10.0.0.73 - - [2026-04-30 02:42:45] "GET / HTTP/1.1" 200 35931 0.001480 10.0.0.73 - - [2026-04-30 02:42:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000613 10.0.0.73 - - [2026-04-30 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.064342 10.0.0.33 - - [2026-04-30 02:42:46] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.73 - - [2026-04-30 02:42:46] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048064 10.0.0.141 - - [2026-04-30 02:42:46] "POST /route-targets HTTP/1.1" 200 327 0.023751 10.0.0.33 - - [2026-04-30 02:42:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007435 10.0.0.73 - - [2026-04-30 02:42:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.237496 10.0.0.73 - - [2026-04-30 02:42:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001505 10.0.0.73 - - [2026-04-30 02:42:47] "GET /virtual-network/0614f2a9-673e-45fc-a86a-e51f0e63176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005564 10.0.0.73 - - [2026-04-30 02:42:47] "GET /virtual-network/0614f2a9-673e-45fc-a86a-e51f0e63176d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006374 10.0.0.73 - - [2026-04-30 02:42:47] "POST /neutron/network HTTP/1.1" 200 911 0.006862 10.0.0.73 - - [2026-04-30 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.33 - - [2026-04-30 02:42:47] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.73 - - [2026-04-30 02:42:47] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044082 10.0.0.33 - - [2026-04-30 02:42:47] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.73 - - [2026-04-30 02:42:47] "POST /neutron/network HTTP/1.1" 200 691 0.132749 10.0.0.141 - - [2026-04-30 02:42:47] "POST /ref-update HTTP/1.1" 200 156 0.041183 10.0.0.73 - - [2026-04-30 02:42:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.004182 10.0.0.73 - - [2026-04-30 02:42:47] "GET /virtual-network/e103a73d-2e1a-42fb-84cf-ad89bcd37723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007943 10.0.0.73 - - [2026-04-30 02:42:47] "POST /neutron/network HTTP/1.1" 200 911 0.007269 10.0.0.73 - - [2026-04-30 02:42:47] "GET /virtual-network/e103a73d-2e1a-42fb-84cf-ad89bcd37723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007894 10.0.0.73 - - [2026-04-30 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.33 - - [2026-04-30 02:42:47] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.73 - - [2026-04-30 02:42:47] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054010 10.0.0.73 - - [2026-04-30 02:42:48] "POST /neutron/network HTTP/1.1" 200 117 0.016790 10.0.0.73 - - [2026-04-30 02:42:48] "POST /neutron/network HTTP/1.1" 200 912 0.010807 10.0.0.73 - - [2026-04-30 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.001894 10.0.0.73 - - [2026-04-30 02:42:48] "GET /virtual-network/fc557490-bf3f-4529-a69c-2b6f13487ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.008068 10.0.0.73 - - [2026-04-30 02:42:48] "GET /virtual-network/fc557490-bf3f-4529-a69c-2b6f13487ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006453 10.0.0.73 - - [2026-04-30 02:42:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.010352 10.0.0.73 - - [2026-04-30 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001368 10.0.0.33 - - [2026-04-30 02:42:49] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.73 - - [2026-04-30 02:42:49] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086821 10.0.0.73 - - [2026-04-30 02:42:49] "POST /neutron/port HTTP/1.1" 200 117 0.008076 10.0.0.73 - - [2026-04-30 02:42:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.001542 10.0.0.73 - - [2026-04-30 02:42:49] "POST /neutron/network HTTP/1.1" 200 922 0.006909 10.0.0.73 - - [2026-04-30 02:42:50] "POST /neutron/port HTTP/1.1" 200 1069 0.019566 10.0.0.33 - - [2026-04-30 02:42:50] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.73 - - [2026-04-30 02:42:50] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.124266 10.0.0.73 - - [2026-04-30 02:42:50] "POST /neutron/network HTTP/1.1" 200 912 0.010448 10.0.0.73 - - [2026-04-30 02:42:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.010198 10.0.0.73 - - [2026-04-30 02:42:51] "POST /neutron/port HTTP/1.1" 200 1133 0.027851 10.0.0.73 - - [2026-04-30 02:42:51] "POST /neutron/network HTTP/1.1" 200 922 0.009725 10.0.0.73 - - [2026-04-30 02:42:51] "POST /neutron/port HTTP/1.1" 200 1068 0.019464 10.0.0.73 - - [2026-04-30 02:42:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004073 10.0.0.33 - - [2026-04-30 02:42:52] "DELETE /project/3cd81c090023431ca537858d2aec4c5f HTTP/1.1" 404 173 0.078142 10.0.0.33 - - [2026-04-30 02:42:52] "DELETE /project/a6165ba5ed6c43379f5918db6023c47d HTTP/1.1" 404 173 0.132039 10.0.0.73 - - [2026-04-30 02:42:52] "POST /neutron/network HTTP/1.1" 200 912 0.007426 10.0.0.33 - - [2026-04-30 02:42:52] "DELETE /project/cfec795b6a194221b108374d22e9c260 HTTP/1.1" 404 173 0.151642 10.0.0.33 - - [2026-04-30 02:42:52] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001111 10.0.0.33 - - [2026-04-30 02:42:52] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001914 10.0.0.33 - - [2026-04-30 02:42:52] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.190042 10.0.0.33 - - [2026-04-30 02:42:52] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000957 10.0.0.33 - - [2026-04-30 02:42:52] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?fields=security_groups HTTP/1.1" 200 1379 0.049859 10.0.0.33 - - [2026-04-30 02:42:52] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.229806 10.0.0.33 - - [2026-04-30 02:42:52] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.33 - - [2026-04-30 02:42:52] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?fields=security_groups HTTP/1.1" 200 1366 0.050546 10.0.0.33 - - [2026-04-30 02:42:52] "DELETE /security-group/8c5792df-f20b-4438-a7b8-25381a4dacc2 HTTP/1.1" 200 115 0.068674 10.0.0.33 - - [2026-04-30 02:42:52] "GET /projects?obj_uuids=a6165ba5-ed6c-4337-9f59-18db6023c47d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001434 10.0.0.33 - - [2026-04-30 02:42:52] "GET /project/a6165ba5-ed6c-4337-9f59-18db6023c47d?fields=application_policy_sets HTTP/1.1" 200 1418 0.072844 10.0.0.141 - - [2026-04-30 02:42:52] "DELETE /access-control-list/c3c01f22-5ccb-4b42-bfc6-77c19f8d510d HTTP/1.1" 200 115 0.076903 10.0.0.33 - - [2026-04-30 02:42:52] "DELETE /security-group/76403c97-f3e7-4b46-b5c1-f075ddd0a006 HTTP/1.1" 200 115 0.131293 10.0.0.33 - - [2026-04-30 02:42:52] "GET /projects?obj_uuids=3cd81c09-0023-431c-a537-858d2aec4c5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.33 - - [2026-04-30 02:42:52] "GET /project/3cd81c09-0023-431c-a537-858d2aec4c5f?fields=application_policy_sets HTTP/1.1" 200 1405 0.133120 10.0.0.141 - - [2026-04-30 02:42:52] "DELETE /access-control-list/64b14465-720c-492c-82d7-f1e99f30f5bb HTTP/1.1" 200 115 0.067393 10.0.0.33 - - [2026-04-30 02:42:52] "DELETE /project/a6165ba5-ed6c-4337-9f59-18db6023c47d HTTP/1.1" 200 115 0.831250 10.0.0.33 - - [2026-04-30 02:42:53] "DELETE /project/3cd81c09-0023-431c-a537-858d2aec4c5f HTTP/1.1" 200 115 0.925577 10.0.0.73 - - [2026-04-30 02:42:53] "POST /neutron/port HTTP/1.1" 200 1133 0.019586 10.0.0.73 - - [2026-04-30 02:42:53] "POST /neutron/port HTTP/1.1" 200 1132 0.021802 10.0.0.73 - - [2026-04-30 02:42:54] "POST /neutron/port HTTP/1.1" 200 117 0.008344 10.0.0.73 - - [2026-04-30 02:42:55] "POST /neutron/network HTTP/1.1" 200 912 0.012133 10.0.0.141 - - [2026-04-30 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.067248 10.0.0.33 - - [2026-04-30 02:42:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004010 10.0.0.33 - - [2026-04-30 02:42:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004721 10.0.0.73 - - [2026-04-30 02:42:55] "POST /neutron/network HTTP/1.1" 200 151 0.161636 10.0.0.141 - - [2026-04-30 02:42:55] "DELETE /route-target/0c3c368b-01c5-44df-9c54-60ffc9b7c19d HTTP/1.1" 200 115 0.033817 10.0.0.33 - - [2026-04-30 02:42:55] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.73 - - [2026-04-30 02:42:55] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.116533 10.0.0.33 - - [2026-04-30 02:42:55] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.73 - - [2026-04-30 02:42:55] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?fields=virtual_networks HTTP/1.1" 200 1049 0.065759 10.0.0.33 - - [2026-04-30 02:42:55] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.73 - - [2026-04-30 02:42:55] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.055479 10.0.0.33 - - [2026-04-30 02:42:56] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.73 - - [2026-04-30 02:42:56] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?fields=security_groups HTTP/1.1" 200 1283 0.057258 10.0.0.73 - - [2026-04-30 02:42:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.034081 10.0.0.33 - - [2026-04-30 02:42:57] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004667 10.0.0.33 - - [2026-04-30 02:42:57] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.33 - - [2026-04-30 02:42:57] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007361 10.0.0.33 - - [2026-04-30 02:42:57] "POST /id-to-fqname HTTP/1.1" 200 195 0.002429 10.0.0.33 - - [2026-04-30 02:42:57] "POST /fqname-to-id HTTP/1.1" 404 204 0.015198 10.0.0.33 - - [2026-04-30 02:42:57] "POST /security-groups HTTP/1.1" 200 596 0.038184 10.0.0.33 - - [2026-04-30 02:42:57] "POST /projects HTTP/1.1" 200 595 0.279936 10.0.0.141 - - [2026-04-30 02:42:57] "POST /fqname-to-id HTTP/1.1" 404 238 0.015232 10.0.0.33 - - [2026-04-30 02:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.360546 10.0.0.73 - - [2026-04-30 02:42:57] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.509490 10.0.0.73 - - [2026-04-30 02:42:58] "GET / HTTP/1.1" 200 35931 0.002903 10.0.0.73 - - [2026-04-30 02:42:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.73 - - [2026-04-30 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.075029 10.0.0.33 - - [2026-04-30 02:42:59] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001127 10.0.0.73 - - [2026-04-30 02:42:59] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.054518 10.0.0.141 - - [2026-04-30 02:43:00] "POST /ref-update HTTP/1.1" 200 156 0.039780 10.0.0.33 - - [2026-04-30 02:43:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013629 10.0.0.73 - - [2026-04-30 02:43:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.306555 10.0.0.73 - - [2026-04-30 02:43:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.001474 10.0.0.73 - - [2026-04-30 02:43:00] "GET /virtual-network/3c4ae9c3-370e-44fb-9a86-5fa0209bffd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006925 10.0.0.73 - - [2026-04-30 02:43:00] "GET /virtual-network/3c4ae9c3-370e-44fb-9a86-5fa0209bffd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.007316 10.0.0.73 - - [2026-04-30 02:43:00] "POST /neutron/network HTTP/1.1" 200 901 0.008087 10.0.0.73 - - [2026-04-30 02:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.33 - - [2026-04-30 02:43:00] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001523 10.0.0.73 - - [2026-04-30 02:43:00] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.071105 10.0.0.33 - - [2026-04-30 02:43:00] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001176 10.0.0.73 - - [2026-04-30 02:43:00] "POST /neutron/network HTTP/1.1" 200 682 0.172291 10.0.0.73 - - [2026-04-30 02:43:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.004340 10.0.0.73 - - [2026-04-30 02:43:01] "GET /virtual-network/d4301c98-9d04-4099-9ce2-c6513bad1618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007077 10.0.0.73 - - [2026-04-30 02:43:01] "POST /neutron/network HTTP/1.1" 200 902 0.009865 10.0.0.73 - - [2026-04-30 02:43:01] "GET /virtual-network/d4301c98-9d04-4099-9ce2-c6513bad1618?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008063 10.0.0.73 - - [2026-04-30 02:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.33 - - [2026-04-30 02:43:01] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001709 10.0.0.73 - - [2026-04-30 02:43:01] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.059083 10.0.0.73 - - [2026-04-30 02:43:01] "POST /neutron/network HTTP/1.1" 200 117 0.019154 10.0.0.141 - - [2026-04-30 02:43:01] "POST /route-targets HTTP/1.1" 200 327 0.017654 10.0.0.73 - - [2026-04-30 02:43:01] "POST /neutron/network HTTP/1.1" 200 903 0.010498 10.0.0.73 - - [2026-04-30 02:43:01] "POST /id-to-fqname HTTP/1.1" 200 262 0.001269 10.0.0.73 - - [2026-04-30 02:43:01] "GET /virtual-network/9578b53c-c766-424c-aeaa-5d6d765d3c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005423 10.0.0.73 - - [2026-04-30 02:43:01] "GET /virtual-network/9578b53c-c766-424c-aeaa-5d6d765d3c76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007397 10.0.0.73 - - [2026-04-30 02:43:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.010501 10.0.0.73 - - [2026-04-30 02:43:01] "POST /id-to-fqname HTTP/1.1" 200 261 0.001442 10.0.0.33 - - [2026-04-30 02:43:02] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001365 10.0.0.73 - - [2026-04-30 02:43:02] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.079302 10.0.0.73 - - [2026-04-30 02:43:02] "POST /neutron/port HTTP/1.1" 200 117 0.008201 10.0.0.73 - - [2026-04-30 02:43:03] "POST /id-to-fqname HTTP/1.1" 200 262 0.001426 10.0.0.73 - - [2026-04-30 02:43:03] "POST /neutron/network HTTP/1.1" 200 913 0.007719 10.0.0.73 - - [2026-04-30 02:43:03] "POST /neutron/port HTTP/1.1" 200 1066 0.023139 10.0.0.33 - - [2026-04-30 02:43:03] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001621 10.0.0.73 - - [2026-04-30 02:43:04] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.122224 10.0.0.73 - - [2026-04-30 02:43:04] "POST /neutron/port HTTP/1.1" 200 1130 0.029270 10.0.0.73 - - [2026-04-30 02:43:04] "POST /neutron/subnet HTTP/1.1" 200 704 0.011060 10.0.0.73 - - [2026-04-30 02:43:04] "POST /neutron/port HTTP/1.1" 200 1130 0.037977 10.0.0.73 - - [2026-04-30 02:43:04] "POST /neutron/network HTTP/1.1" 200 913 0.007490 10.0.0.73 - - [2026-04-30 02:43:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003429 10.0.0.73 - - [2026-04-30 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007487 10.0.0.33 - - [2026-04-30 02:43:05] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.73 - - [2026-04-30 02:43:05] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008474 10.0.0.73 - - [2026-04-30 02:43:05] "POST /neutron/port HTTP/1.1" 200 1065 0.040581 10.0.0.73 - - [2026-04-30 02:43:05] "POST /service-templates HTTP/1.1" 200 543 0.047559 10.0.0.73 - - [2026-04-30 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.015088 10.0.0.73 - - [2026-04-30 02:43:05] "GET /service-template/46142fb7-bb63-483d-908e-37032f3e0719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.012792 10.0.0.73 - - [2026-04-30 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.73 - - [2026-04-30 02:43:05] "GET /service-template/46142fb7-bb63-483d-908e-37032f3e0719?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007458 10.0.0.73 - - [2026-04-30 02:43:05] "POST /id-to-fqname HTTP/1.1" 200 261 0.001700 10.0.0.73 - - [2026-04-30 02:43:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004135 10.0.0.73 - - [2026-04-30 02:43:05] "POST /id-to-fqname HTTP/1.1" 200 261 0.001624 10.0.0.73 - - [2026-04-30 02:43:05] "POST /id-to-fqname HTTP/1.1" 200 262 0.001489 10.0.0.73 - - [2026-04-30 02:43:05] "POST /neutron/network HTTP/1.1" 200 903 0.010026 10.0.0.73 - - [2026-04-30 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.73 - - [2026-04-30 02:43:05] "DELETE /service-template/46142fb7-bb63-483d-908e-37032f3e0719 HTTP/1.1" 200 115 0.038756 10.0.0.73 - - [2026-04-30 02:43:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.006944 10.0.0.73 - - [2026-04-30 02:43:08] "POST /neutron/network HTTP/1.1" 200 902 0.008241 10.0.0.73 - - [2026-04-30 02:43:08] "POST /neutron/port HTTP/1.1" 200 1130 0.018174 10.0.0.73 - - [2026-04-30 02:43:08] "POST /neutron/port HTTP/1.1" 200 1120 0.019145 10.0.0.33 - - [2026-04-30 02:43:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003035 10.0.0.33 - - [2026-04-30 02:43:10] "POST /useragent-kv HTTP/1.1" 200 115 0.009224 10.0.0.73 - - [2026-04-30 02:43:10] "POST /neutron/network HTTP/1.1" 200 151 0.149358 10.0.0.141 - - [2026-04-30 02:43:10] "DELETE /route-target/26f8511c-4691-43cc-b9e3-59a012278d7e HTTP/1.1" 200 115 0.027956 10.0.0.73 - - [2026-04-30 02:43:10] "POST /neutron/network HTTP/1.1" 200 901 0.012617 10.0.0.141 - - [2026-04-30 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.33 - - [2026-04-30 02:43:10] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001489 10.0.0.73 - - [2026-04-30 02:43:10] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.060067 10.0.0.33 - - [2026-04-30 02:43:10] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001153 10.0.0.73 - - [2026-04-30 02:43:10] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?fields=virtual_networks HTTP/1.1" 200 1043 0.037204 10.0.0.33 - - [2026-04-30 02:43:10] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001167 10.0.0.73 - - [2026-04-30 02:43:10] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.041839 10.0.0.33 - - [2026-04-30 02:43:11] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001121 10.0.0.73 - - [2026-04-30 02:43:11] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?fields=security_groups HTTP/1.1" 200 1274 0.048573 10.0.0.73 - - [2026-04-30 02:43:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.035266 10.0.0.33 - - [2026-04-30 02:43:12] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003512 10.0.0.33 - - [2026-04-30 02:43:12] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.33 - - [2026-04-30 02:43:12] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007525 10.0.0.33 - - [2026-04-30 02:43:12] "POST /id-to-fqname HTTP/1.1" 200 199 0.004952 10.0.0.33 - - [2026-04-30 02:43:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.010055 10.0.0.33 - - [2026-04-30 02:43:12] "POST /security-groups HTTP/1.1" 200 600 0.081223 10.0.0.33 - - [2026-04-30 02:43:12] "POST /projects HTTP/1.1" 200 603 0.313221 10.0.0.141 - - [2026-04-30 02:43:12] "POST /access-control-lists HTTP/1.1" 200 605 0.030608 10.0.0.33 - - [2026-04-30 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.388787 10.0.0.73 - - [2026-04-30 02:43:12] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.547320 10.0.0.73 - - [2026-04-30 02:43:13] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.73 - - [2026-04-30 02:43:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.141 - - [2026-04-30 02:43:14] "GET /obj-perms HTTP/1.1" 200 5056 0.118466 10.0.0.73 - - [2026-04-30 02:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.327680 10.0.0.33 - - [2026-04-30 02:43:15] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001027 10.0.0.73 - - [2026-04-30 02:43:15] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050540 10.0.0.33 - - [2026-04-30 02:43:15] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001161 10.0.0.73 - - [2026-04-30 02:43:15] "POST /neutron/network HTTP/1.1" 200 694 0.166389 10.0.0.141 - - [2026-04-30 02:43:15] "POST /route-targets HTTP/1.1" 200 327 0.019639 10.0.0.141 - - [2026-04-30 02:43:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.004034 10.0.0.73 - - [2026-04-30 02:43:16] "POST /neutron/network HTTP/1.1" 200 1088 0.012108 10.0.0.73 - - [2026-04-30 02:43:16] "POST /id-to-fqname HTTP/1.1" 200 269 0.001277 10.0.0.73 - - [2026-04-30 02:43:16] "GET /virtual-network/503b666c-edfa-4ffe-95f9-d1c840810e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006864 10.0.0.73 - - [2026-04-30 02:43:16] "GET /virtual-network/503b666c-edfa-4ffe-95f9-d1c840810e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005965 10.0.0.73 - - [2026-04-30 02:43:16] "POST /neutron/subnet HTTP/1.1" 200 823 0.010580 10.0.0.73 - - [2026-04-30 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.33 - - [2026-04-30 02:43:16] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001213 10.0.0.73 - - [2026-04-30 02:43:16] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056362 10.0.0.33 - - [2026-04-30 02:43:16] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001133 10.0.0.73 - - [2026-04-30 02:43:16] "POST /neutron/network HTTP/1.1" 200 694 0.139087 10.0.0.141 - - [2026-04-30 02:43:16] "POST /ref-update HTTP/1.1" 200 156 0.022903 10.0.0.73 - - [2026-04-30 02:43:16] "POST /neutron/network HTTP/1.1" 200 1089 0.013023 10.0.0.73 - - [2026-04-30 02:43:16] "POST /id-to-fqname HTTP/1.1" 200 269 0.001506 10.0.0.73 - - [2026-04-30 02:43:16] "GET /virtual-network/5a3c4cf1-a53e-4b5d-a5cf-98556cff9111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007735 10.0.0.73 - - [2026-04-30 02:43:16] "GET /virtual-network/5a3c4cf1-a53e-4b5d-a5cf-98556cff9111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.006641 10.0.0.73 - - [2026-04-30 02:43:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.009749 10.0.0.73 - - [2026-04-30 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.33 - - [2026-04-30 02:43:17] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001207 10.0.0.73 - - [2026-04-30 02:43:17] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053026 10.0.0.33 - - [2026-04-30 02:43:17] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001200 10.0.0.73 - - [2026-04-30 02:43:17] "POST /neutron/network HTTP/1.1" 200 696 0.141667 10.0.0.141 - - [2026-04-30 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.009952 10.0.0.73 - - [2026-04-30 02:43:17] "POST /neutron/network HTTP/1.1" 200 1088 0.012444 10.0.0.73 - - [2026-04-30 02:43:17] "POST /id-to-fqname HTTP/1.1" 200 270 0.001304 10.0.0.73 - - [2026-04-30 02:43:17] "GET /virtual-network/bfa988af-f50b-415a-9dfc-5b0c95c983af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006176 10.0.0.73 - - [2026-04-30 02:43:17] "GET /virtual-network/bfa988af-f50b-415a-9dfc-5b0c95c983af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.007056 10.0.0.73 - - [2026-04-30 02:43:17] "POST /neutron/subnet HTTP/1.1" 200 823 0.010684 10.0.0.73 - - [2026-04-30 02:43:18] "POST /id-to-fqname HTTP/1.1" 200 269 0.001229 10.0.0.33 - - [2026-04-30 02:43:18] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001225 10.0.0.73 - - [2026-04-30 02:43:18] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.109320 10.0.0.73 - - [2026-04-30 02:43:19] "POST /neutron/network HTTP/1.1" 200 1089 0.010640 10.0.0.73 - - [2026-04-30 02:43:19] "POST /id-to-fqname HTTP/1.1" 200 270 0.001384 10.0.0.73 - - [2026-04-30 02:43:19] "POST /neutron/port HTTP/1.1" 200 117 0.010088 10.0.0.33 - - [2026-04-30 02:43:19] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001056 10.0.0.73 - - [2026-04-30 02:43:20] "POST /neutron/port HTTP/1.1" 200 1178 0.405735 10.0.0.33 - - [2026-04-30 02:43:20] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001161 10.0.0.73 - - [2026-04-30 02:43:20] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.096259 10.0.0.73 - - [2026-04-30 02:43:20] "POST /neutron/port HTTP/1.1" 200 1232 0.187084 10.0.0.73 - - [2026-04-30 02:43:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004664 10.0.0.73 - - [2026-04-30 02:43:20] "POST /neutron/subnet HTTP/1.1" 200 1394 0.021569 10.0.0.73 - - [2026-04-30 02:43:20] "POST /neutron/port HTTP/1.1" 200 117 0.009853 10.0.0.73 - - [2026-04-30 02:43:21] "POST /neutron/network HTTP/1.1" 200 1098 0.007537 10.0.0.73 - - [2026-04-30 02:43:21] "POST /neutron/port HTTP/1.1" 200 1175 0.026770 10.0.0.73 - - [2026-04-30 02:43:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005160 10.0.0.73 - - [2026-04-30 02:43:22] "POST /neutron/port HTTP/1.1" 200 117 0.001578 10.0.0.73 - - [2026-04-30 02:43:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003388 10.0.0.73 - - [2026-04-30 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.33 - - [2026-04-30 02:43:22] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.73 - - [2026-04-30 02:43:22] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008178 10.0.0.73 - - [2026-04-30 02:43:22] "POST /service-templates HTTP/1.1" 200 543 0.044960 10.0.0.73 - - [2026-04-30 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.73 - - [2026-04-30 02:43:22] "GET /service-template/0ee45691-6500-45da-b306-455d9481601f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006250 10.0.0.73 - - [2026-04-30 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.73 - - [2026-04-30 02:43:22] "GET /service-template/0ee45691-6500-45da-b306-455d9481601f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004721 10.0.0.73 - - [2026-04-30 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 269 0.001235 10.0.0.73 - - [2026-04-30 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 269 0.001709 10.0.0.73 - - [2026-04-30 02:43:22] "POST /id-to-fqname HTTP/1.1" 200 270 0.001501 10.0.0.73 - - [2026-04-30 02:43:22] "POST /neutron/port HTTP/1.1" 200 2327 0.035688 10.0.0.73 - - [2026-04-30 02:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.73 - - [2026-04-30 02:43:22] "DELETE /service-template/0ee45691-6500-45da-b306-455d9481601f HTTP/1.1" 200 115 0.028513 10.0.0.73 - - [2026-04-30 02:43:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003777 10.0.0.73 - - [2026-04-30 02:43:23] "POST /neutron/port HTTP/1.1" 200 1242 0.020633 10.0.0.73 - - [2026-04-30 02:43:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005377 10.0.0.73 - - [2026-04-30 02:43:23] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.73 - - [2026-04-30 02:43:24] "POST /neutron/network HTTP/1.1" 400 204 0.030079 10.0.0.73 - - [2026-04-30 02:43:24] "POST /neutron/port HTTP/1.1" 200 1242 0.020829 10.0.0.73 - - [2026-04-30 02:43:25] "POST /neutron/port HTTP/1.1" 200 151 0.366644 10.0.0.141 - - [2026-04-30 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007854 10.0.0.73 - - [2026-04-30 02:43:26] "POST /neutron/network HTTP/1.1" 200 1088 0.018664 10.0.0.141 - - [2026-04-30 02:43:26] "DELETE /route-target/5e6cdbe4-5bcc-42f0-8899-d7432ccd263e HTTP/1.1" 200 115 0.033230 10.0.0.33 - - [2026-04-30 02:43:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005109 10.0.0.33 - - [2026-04-30 02:43:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.33 - - [2026-04-30 02:43:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.33 - - [2026-04-30 02:43:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002626 10.0.0.73 - - [2026-04-30 02:43:26] "POST /neutron/network HTTP/1.1" 200 151 0.135340 10.0.0.33 - - [2026-04-30 02:43:27] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001252 10.0.0.73 - - [2026-04-30 02:43:27] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.090585 10.0.0.33 - - [2026-04-30 02:43:27] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001213 10.0.0.73 - - [2026-04-30 02:43:27] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?fields=virtual_networks HTTP/1.1" 200 1050 0.055586 10.0.0.33 - - [2026-04-30 02:43:27] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001185 10.0.0.73 - - [2026-04-30 02:43:27] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.039791 10.0.0.33 - - [2026-04-30 02:43:27] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001431 10.0.0.73 - - [2026-04-30 02:43:27] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?fields=security_groups HTTP/1.1" 200 1285 0.054643 10.0.0.73 - - [2026-04-30 02:43:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.028780 10.0.0.33 - - [2026-04-30 02:43:28] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003394 10.0.0.33 - - [2026-04-30 02:43:28] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001642 10.0.0.33 - - [2026-04-30 02:43:28] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007964 10.0.0.33 - - [2026-04-30 02:43:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.003142 10.0.0.33 - - [2026-04-30 02:43:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.004167 10.0.0.33 - - [2026-04-30 02:43:28] "POST /security-groups HTTP/1.1" 200 603 0.032506 10.0.0.141 - - [2026-04-30 02:43:28] "POST /fqname-to-id HTTP/1.1" 404 246 0.004239 10.0.0.33 - - [2026-04-30 02:43:28] "POST /projects HTTP/1.1" 200 609 0.241677 10.0.0.33 - - [2026-04-30 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.315344 10.0.0.141 - - [2026-04-30 02:43:28] "POST /access-control-lists HTTP/1.1" 200 606 0.034720 10.0.0.73 - - [2026-04-30 02:43:28] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.445982 10.0.0.73 - - [2026-04-30 02:43:29] "GET / HTTP/1.1" 200 35931 0.002896 10.0.0.73 - - [2026-04-30 02:43:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.73 - - [2026-04-30 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.058700 10.0.0.33 - - [2026-04-30 02:43:31] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.73 - - [2026-04-30 02:43:31] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044306 10.0.0.33 - - [2026-04-30 02:43:31] "POST /useragent-kv HTTP/1.1" 200 115 0.021997 10.0.0.73 - - [2026-04-30 02:43:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.296083 10.0.0.73 - - [2026-04-30 02:43:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001337 10.0.0.73 - - [2026-04-30 02:43:31] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006382 10.0.0.73 - - [2026-04-30 02:43:31] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006159 10.0.0.73 - - [2026-04-30 02:43:31] "POST /neutron/network HTTP/1.1" 200 838 0.007384 10.0.0.73 - - [2026-04-30 02:43:32] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006695 10.0.0.73 - - [2026-04-30 02:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.33 - - [2026-04-30 02:43:33] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.73 - - [2026-04-30 02:43:33] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.061099 10.0.0.33 - - [2026-04-30 02:43:33] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001502 10.0.0.73 - - [2026-04-30 02:43:34] "POST /neutron/network HTTP/1.1" 200 619 0.145225 10.0.0.141 - - [2026-04-30 02:43:34] "POST /route-targets HTTP/1.1" 200 327 0.015307 10.0.0.73 - - [2026-04-30 02:43:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.004186 10.0.0.73 - - [2026-04-30 02:43:34] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006202 10.0.0.73 - - [2026-04-30 02:43:34] "POST /neutron/network HTTP/1.1" 200 837 0.009845 10.0.0.73 - - [2026-04-30 02:43:34] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010737 10.0.0.73 - - [2026-04-30 02:43:34] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009765 10.0.0.33 - - [2026-04-30 02:43:34] "GET /obj-perms HTTP/1.1" 200 5054 0.054508 10.0.0.73 - - [2026-04-30 02:43:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001366 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /project/4d311207d7584570872881ebad500f7a HTTP/1.1" 404 173 0.009774 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /project/a71e153d3f3342ea98ecde1e4a363482 HTTP/1.1" 404 173 0.013330 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /project/c1fe7bbc758144688953b4f421f1ca3e HTTP/1.1" 404 173 0.009488 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000866 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000928 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.083609 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.099564 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.114399 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001383 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001114 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?fields=security_groups HTTP/1.1" 200 1390 0.073869 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?fields=security_groups HTTP/1.1" 200 1388 0.103550 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?fields=security_groups HTTP/1.1" 200 1379 0.105035 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /security-group/9dce3874-c301-433b-8bbb-5c097bfb5ab1 HTTP/1.1" 200 115 0.088130 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=c1fe7bbc-7581-4468-8953-b4f421f1ca3e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001123 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /security-group/751671ec-28d2-4418-8b97-f90f43fbd2ec HTTP/1.1" 200 115 0.127330 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=a71e153d-3f33-42ea-98ec-de1e4a363482&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001573 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /security-group/a9462492-d2e7-41d5-92c0-48da11a4c4bc HTTP/1.1" 200 115 0.173197 10.0.0.33 - - [2026-04-30 02:43:53] "GET /projects?obj_uuids=cfec795b-6a19-4221-b108-374d22e9c260&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001726 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e?fields=application_policy_sets HTTP/1.1" 200 1429 0.125484 10.0.0.141 - - [2026-04-30 02:43:53] "DELETE /access-control-list/dd4c70b9-8715-432f-89b5-d2b8cb52676a HTTP/1.1" 200 115 0.077341 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/a71e153d-3f33-42ea-98ec-de1e4a363482?fields=application_policy_sets HTTP/1.1" 200 1418 0.081126 10.0.0.33 - - [2026-04-30 02:43:53] "GET /project/cfec795b-6a19-4221-b108-374d22e9c260?fields=application_policy_sets HTTP/1.1" 200 1427 0.131896 10.0.0.141 - - [2026-04-30 02:43:53] "DELETE /access-control-list/7e0d6d37-ad32-4724-84a0-69e66e51da3e HTTP/1.1" 200 115 0.110582 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /project/c1fe7bbc-7581-4468-8953-b4f421f1ca3e HTTP/1.1" 200 115 0.810650 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /project/a71e153d-3f33-42ea-98ec-de1e4a363482 HTTP/1.1" 200 115 0.861947 10.0.0.33 - - [2026-04-30 02:43:53] "DELETE /project/cfec795b-6a19-4221-b108-374d22e9c260 HTTP/1.1" 200 115 0.882576 10.0.0.73 - - [2026-04-30 02:44:05] "POST /neutron/network HTTP/1.1" 200 847 0.008673 10.0.0.33 - - [2026-04-30 02:44:05] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.73 - - [2026-04-30 02:44:05] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.077405 10.0.0.73 - - [2026-04-30 02:44:06] "POST /neutron/port HTTP/1.1" 200 117 0.006756 10.0.0.73 - - [2026-04-30 02:44:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001304 10.0.0.73 - - [2026-04-30 02:44:06] "POST /neutron/network HTTP/1.1" 200 847 0.008119 10.0.0.33 - - [2026-04-30 02:44:07] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.73 - - [2026-04-30 02:44:07] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.135054 10.0.0.73 - - [2026-04-30 02:44:07] "POST /neutron/network HTTP/1.1" 200 838 0.059054 10.0.0.73 - - [2026-04-30 02:44:07] "POST /neutron/port HTTP/1.1" 200 1135 0.053166 10.0.0.73 - - [2026-04-30 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.013194 10.0.0.33 - - [2026-04-30 02:44:07] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.73 - - [2026-04-30 02:44:08] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.080588 10.0.0.73 - - [2026-04-30 02:44:08] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006241 10.0.0.73 - - [2026-04-30 02:44:08] "POST /neutron/port HTTP/1.1" 200 1135 0.113551 10.0.0.73 - - [2026-04-30 02:44:08] "GET /floating-ip-pools?parent_id=69001248-5679-4c0d-90fb-041c0b46bc0c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002640 10.0.0.73 - - [2026-04-30 02:44:08] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.013951 10.0.0.73 - - [2026-04-30 02:44:08] "POST /neutron/port HTTP/1.1" 200 117 0.002664 10.0.0.73 - - [2026-04-30 02:44:08] "POST /floating-ip-pools HTTP/1.1" 200 609 0.075482 10.0.0.73 - - [2026-04-30 02:44:08] "POST /ref-update HTTP/1.1" 200 156 0.046483 10.0.0.73 - - [2026-04-30 02:44:08] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.012566 10.0.0.33 - - [2026-04-30 02:44:08] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001433 10.0.0.73 - - [2026-04-30 02:44:08] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007176 10.0.0.73 - - [2026-04-30 02:44:09] "POST /neutron/port HTTP/1.1" 200 1072 0.631115 10.0.0.73 - - [2026-04-30 02:44:09] "POST /neutron/port HTTP/1.1" 200 1072 0.062129 10.0.0.73 - - [2026-04-30 02:44:09] "POST /neutron/port HTTP/1.1" 200 1136 0.047283 10.0.0.73 - - [2026-04-30 02:44:09] "POST /neutron/port HTTP/1.1" 200 117 0.004929 10.0.0.73 - - [2026-04-30 02:44:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010864 10.0.0.73 - - [2026-04-30 02:44:15] "GET /obj-perms HTTP/1.1" 200 5056 0.065323 10.0.0.141 - - [2026-04-30 02:44:16] "GET /obj-perms HTTP/1.1" 200 5056 0.080134 10.0.0.73 - - [2026-04-30 02:44:24] "POST /neutron/port HTTP/1.1" 200 1135 0.042200 10.0.0.73 - - [2026-04-30 02:44:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020587 10.0.0.73 - - [2026-04-30 02:44:39] "POST /neutron/port HTTP/1.1" 200 1135 0.020123 10.0.0.73 - - [2026-04-30 02:44:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010155 10.0.0.73 - - [2026-04-30 02:44:55] "POST /neutron/port HTTP/1.1" 200 1135 0.028197 10.0.0.73 - - [2026-04-30 02:45:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009620 10.0.0.73 - - [2026-04-30 02:45:10] "POST /neutron/port HTTP/1.1" 200 1135 0.024737 10.0.0.73 - - [2026-04-30 02:45:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008862 10.0.0.73 - - [2026-04-30 02:45:15] "POST /neutron/port HTTP/1.1" 200 1135 0.020672 10.0.0.73 - - [2026-04-30 02:45:15] "GET /virtual-machine/13d334d3-5a8f-4073-8161-c0f4d05994a8 HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2026-04-30 02:45:16] "GET /virtual-machine/13d334d3-5a8f-4073-8161-c0f4d05994a8 HTTP/1.1" 200 1303 0.036845 10.0.0.73 - - [2026-04-30 02:45:16] "GET /virtual-machine-interface/19a4f007-bb10-45e7-9a09-7e6f74f361e2 HTTP/1.1" 200 3004 0.006613 10.0.0.73 - - [2026-04-30 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.73 - - [2026-04-30 02:45:16] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006309 10.0.0.73 - - [2026-04-30 02:45:16] "GET /virtual-networks?parent_id=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003605 10.0.0.73 - - [2026-04-30 02:45:16] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006957 10.0.0.73 - - [2026-04-30 02:45:17] "POST /neutron/port HTTP/1.1" 200 1136 0.019381 10.0.0.73 - - [2026-04-30 02:45:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.009665 10.0.0.73 - - [2026-04-30 02:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.73 - - [2026-04-30 02:45:19] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006232 10.0.0.73 - - [2026-04-30 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.73 - - [2026-04-30 02:45:23] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006032 10.0.0.73 - - [2026-04-30 02:45:25] "POST /neutron/port HTTP/1.1" 200 1135 0.033101 10.0.0.73 - - [2026-04-30 02:45:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771 10.0.0.73 - - [2026-04-30 02:45:25] "POST /neutron/network HTTP/1.1" 200 837 0.007243 10.0.0.73 - - [2026-04-30 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.73 - - [2026-04-30 02:45:27] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006467 10.0.0.73 - - [2026-04-30 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.73 - - [2026-04-30 02:45:31] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006266 10.0.0.73 - - [2026-04-30 02:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.73 - - [2026-04-30 02:45:35] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005820 10.0.0.73 - - [2026-04-30 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.73 - - [2026-04-30 02:45:39] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006113 10.0.0.73 - - [2026-04-30 02:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.73 - - [2026-04-30 02:45:43] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006463 10.0.0.73 - - [2026-04-30 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.73 - - [2026-04-30 02:45:47] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005878 10.0.0.73 - - [2026-04-30 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.73 - - [2026-04-30 02:45:51] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008115 10.0.0.73 - - [2026-04-30 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.73 - - [2026-04-30 02:45:55] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006980 10.0.0.73 - - [2026-04-30 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.73 - - [2026-04-30 02:45:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003742 10.0.0.73 - - [2026-04-30 02:45:57] "GET /virtual-networks?parent_id=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003650 10.0.0.73 - - [2026-04-30 02:45:57] "GET /virtual-network/82fe9f1e-5b17-46cf-82a1-ffb649c0223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005968 10.0.0.141 - - [2026-04-30 02:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.141 - - [2026-04-30 02:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.141 - - [2026-04-30 02:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.141 - - [2026-04-30 02:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2026-04-30 02:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.73 - - [2026-04-30 02:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000916 10.0.0.33 - - [2026-04-30 02:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2026-04-30 02:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.73 - - [2026-04-30 02:46:03] "POST /neutron/port HTTP/1.1" 200 1135 0.019810 10.0.0.73 - - [2026-04-30 02:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.73 - - [2026-04-30 02:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2026-04-30 02:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000727 10.0.0.33 - - [2026-04-30 02:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.73 - - [2026-04-30 02:46:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030603 10.0.0.73 - - [2026-04-30 02:46:08] "POST /neutron/port HTTP/1.1" 200 1135 0.018761 10.0.0.73 - - [2026-04-30 02:46:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007693 10.0.0.73 - - [2026-04-30 02:46:17] "POST /neutron/network HTTP/1.1" 200 848 0.007002 10.0.0.73 - - [2026-04-30 02:46:17] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.73 - - [2026-04-30 02:46:18] "POST /neutron/port HTTP/1.1" 200 1135 0.024263 10.0.0.73 - - [2026-04-30 02:46:18] "POST /neutron/port HTTP/1.1" 200 1136 0.023690 10.0.0.73 - - [2026-04-30 02:46:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008904 10.0.0.73 - - [2026-04-30 02:46:19] "GET /virtual-machine/09ea0a77-1799-49ad-8713-18f1e2ee15f6 HTTP/1.1" 200 1302 0.006057 10.0.0.73 - - [2026-04-30 02:46:19] "GET /virtual-machine-interface/cd21bfc4-55fd-445a-a728-0cb91df5aa58 HTTP/1.1" 200 3005 0.005744 10.0.0.73 - - [2026-04-30 02:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.73 - - [2026-04-30 02:46:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004049 10.0.0.73 - - [2026-04-30 02:46:19] "GET /virtual-networks?parent_id=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003871 10.0.0.73 - - [2026-04-30 02:46:19] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005893 10.0.0.73 - - [2026-04-30 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.73 - - [2026-04-30 02:46:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006745 10.0.0.73 - - [2026-04-30 02:46:20] "GET /virtual-networks?parent_id=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003996 10.0.0.73 - - [2026-04-30 02:46:20] "GET /virtual-network/69001248-5679-4c0d-90fb-041c0b46bc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007687 10.0.0.73 - - [2026-04-30 02:46:20] "POST /neutron/floatingip HTTP/1.1" 200 576 0.023216 10.0.0.73 - - [2026-04-30 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.73 - - [2026-04-30 02:46:20] "GET /routing-instance/f9e435f9-119e-4979-af68-c933e56028fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005494 10.0.0.73 - - [2026-04-30 02:46:20] "GET /route-target/89dcb6b4-72ca-46f2-b8d5-299d7df80d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004745 10.0.0.73 - - [2026-04-30 02:46:27] "POST /neutron/network HTTP/1.1" 200 847 0.007319 10.0.0.73 - - [2026-04-30 02:46:27] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.73 - - [2026-04-30 02:46:44] "POST /neutron/floatingip HTTP/1.1" 200 530 0.038879 10.0.0.73 - - [2026-04-30 02:46:44] "GET /floating-ip-pool/3fcb7d3c-41eb-4b36-956a-9b0305f6de0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005107 10.0.0.73 - - [2026-04-30 02:46:44] "POST /ref-update HTTP/1.1" 200 156 0.017259 10.0.0.73 - - [2026-04-30 02:46:44] "DELETE /floating-ip-pool/3fcb7d3c-41eb-4b36-956a-9b0305f6de0f HTTP/1.1" 200 115 0.045341 10.0.0.73 - - [2026-04-30 02:46:44] "POST /neutron/network HTTP/1.1" 200 837 0.007498 10.0.0.73 - - [2026-04-30 02:46:45] "POST /neutron/port HTTP/1.1" 200 1126 0.016561 10.0.0.73 - - [2026-04-30 02:46:45] "POST /neutron/port HTTP/1.1" 200 1125 0.031273 10.0.0.33 - - [2026-04-30 02:46:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003248 10.0.0.33 - - [2026-04-30 02:46:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003919 10.0.0.73 - - [2026-04-30 02:46:46] "POST /neutron/network HTTP/1.1" 200 151 0.132420 10.0.0.141 - - [2026-04-30 02:46:46] "DELETE /route-target/ca39b171-c76c-411f-be9a-453b1e6bd497 HTTP/1.1" 200 115 0.029447 10.0.0.33 - - [2026-04-30 02:46:48] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001217 10.0.0.73 - - [2026-04-30 02:46:48] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060743 10.0.0.33 - - [2026-04-30 02:46:48] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.73 - - [2026-04-30 02:46:48] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?fields=virtual_networks HTTP/1.1" 200 1055 0.044233 10.0.0.33 - - [2026-04-30 02:46:48] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.73 - - [2026-04-30 02:46:48] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.050799 10.0.0.33 - - [2026-04-30 02:46:49] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.73 - - [2026-04-30 02:46:49] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?fields=security_groups HTTP/1.1" 200 1293 0.052794 10.0.0.73 - - [2026-04-30 02:46:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.029660 10.0.0.33 - - [2026-04-30 02:46:50] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003539 10.0.0.33 - - [2026-04-30 02:46:50] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.33 - - [2026-04-30 02:46:50] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009460 10.0.0.33 - - [2026-04-30 02:46:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.001271 10.0.0.33 - - [2026-04-30 02:46:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.009761 10.0.0.33 - - [2026-04-30 02:46:50] "POST /security-groups HTTP/1.1" 200 591 0.036798 10.0.0.141 - - [2026-04-30 02:46:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.003755 10.0.0.33 - - [2026-04-30 02:46:50] "POST /projects HTTP/1.1" 200 585 0.274266 10.0.0.33 - - [2026-04-30 02:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.308935 10.0.0.141 - - [2026-04-30 02:46:50] "POST /access-control-lists HTTP/1.1" 200 594 0.038981 10.0.0.73 - - [2026-04-30 02:46:50] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.570816 10.0.0.73 - - [2026-04-30 02:46:51] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.33 - - [2026-04-30 02:46:54] "DELETE /project/f37db95a56a34c6f9c8d87666bd38589 HTTP/1.1" 404 173 0.003956 10.0.0.33 - - [2026-04-30 02:46:54] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.33 - - [2026-04-30 02:46:54] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.053915 10.0.0.33 - - [2026-04-30 02:46:54] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001511 10.0.0.33 - - [2026-04-30 02:46:54] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?fields=security_groups HTTP/1.1" 200 1398 0.063855 10.0.0.33 - - [2026-04-30 02:46:54] "DELETE /security-group/ffaa9341-2ff7-41db-a0e8-1d2a4bfb14e8 HTTP/1.1" 200 115 0.047480 10.0.0.33 - - [2026-04-30 02:46:54] "GET /projects?obj_uuids=4d311207-d758-4570-8728-81ebad500f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001493 10.0.0.33 - - [2026-04-30 02:46:54] "GET /project/4d311207-d758-4570-8728-81ebad500f7a?fields=application_policy_sets HTTP/1.1" 200 1437 0.079508 10.0.0.33 - - [2026-04-30 02:46:54] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001491 10.0.0.73 - - [2026-04-30 02:46:54] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060345 10.0.0.33 - - [2026-04-30 02:46:54] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001351 10.0.0.33 - - [2026-04-30 02:46:54] "DELETE /project/4d311207-d758-4570-8728-81ebad500f7a HTTP/1.1" 200 115 0.476423 10.0.0.73 - - [2026-04-30 02:46:54] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?fields=virtual_networks HTTP/1.1" 200 1033 0.072891 10.0.0.33 - - [2026-04-30 02:46:54] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.73 - - [2026-04-30 02:46:54] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050630 10.0.0.33 - - [2026-04-30 02:46:54] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.73 - - [2026-04-30 02:46:54] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?fields=security_groups HTTP/1.1" 200 1259 0.050808 10.0.0.73 - - [2026-04-30 02:46:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.026448 10.0.0.33 - - [2026-04-30 02:46:55] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002941 10.0.0.33 - - [2026-04-30 02:46:55] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.33 - - [2026-04-30 02:46:55] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009903 10.0.0.33 - - [2026-04-30 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.001920 10.0.0.33 - - [2026-04-30 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.016150 10.0.0.33 - - [2026-04-30 02:46:56] "POST /security-groups HTTP/1.1" 200 586 0.078015 10.0.0.141 - - [2026-04-30 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003086 10.0.0.33 - - [2026-04-30 02:46:56] "POST /projects HTTP/1.1" 200 575 0.342024 10.0.0.33 - - [2026-04-30 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.376100 10.0.0.141 - - [2026-04-30 02:46:56] "POST /access-control-lists HTTP/1.1" 200 589 0.037769 10.0.0.73 - - [2026-04-30 02:46:56] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.559932 10.0.0.73 - - [2026-04-30 02:46:57] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.33 - - [2026-04-30 02:47:03] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001096 10.0.0.73 - - [2026-04-30 02:47:03] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.050270 10.0.0.33 - - [2026-04-30 02:47:03] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001162 10.0.0.73 - - [2026-04-30 02:47:03] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?fields=virtual_networks HTTP/1.1" 200 1023 0.065325 10.0.0.33 - - [2026-04-30 02:47:03] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001500 10.0.0.73 - - [2026-04-30 02:47:03] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.046573 10.0.0.33 - - [2026-04-30 02:47:03] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.73 - - [2026-04-30 02:47:03] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?fields=security_groups HTTP/1.1" 200 1244 0.051684 10.0.0.73 - - [2026-04-30 02:47:04] "POST /fqname-to-id HTTP/1.1" 404 187 0.044609 10.0.0.33 - - [2026-04-30 02:47:04] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004107 10.0.0.33 - - [2026-04-30 02:47:04] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002192 10.0.0.33 - - [2026-04-30 02:47:04] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009995 10.0.0.33 - - [2026-04-30 02:47:04] "POST /id-to-fqname HTTP/1.1" 200 189 0.004458 10.0.0.33 - - [2026-04-30 02:47:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.009467 10.0.0.33 - - [2026-04-30 02:47:04] "POST /security-groups HTTP/1.1" 200 590 0.042825 10.0.0.33 - - [2026-04-30 02:47:04] "POST /projects HTTP/1.1" 200 583 0.291511 10.0.0.141 - - [2026-04-30 02:47:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.012346 10.0.0.33 - - [2026-04-30 02:47:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.366983 10.0.0.73 - - [2026-04-30 02:47:05] "GET /project/daff6365-d915-4856-91f6-000570549331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.532532 10.0.0.73 - - [2026-04-30 02:47:06] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.33 - - [2026-04-30 02:47:09] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001219 10.0.0.73 - - [2026-04-30 02:47:09] "GET /project/daff6365-d915-4856-91f6-000570549331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.037750 10.0.0.33 - - [2026-04-30 02:47:09] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001469 10.0.0.73 - - [2026-04-30 02:47:09] "GET /project/daff6365-d915-4856-91f6-000570549331?fields=virtual_networks HTTP/1.1" 200 1031 0.057914 10.0.0.33 - - [2026-04-30 02:47:09] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001475 10.0.0.73 - - [2026-04-30 02:47:09] "GET /project/daff6365-d915-4856-91f6-000570549331?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.054241 10.0.0.33 - - [2026-04-30 02:47:09] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001101 10.0.0.73 - - [2026-04-30 02:47:09] "GET /project/daff6365-d915-4856-91f6-000570549331?fields=security_groups HTTP/1.1" 200 1256 0.046769 10.0.0.73 - - [2026-04-30 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.027913 10.0.0.33 - - [2026-04-30 02:47:10] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003823 10.0.0.33 - - [2026-04-30 02:47:10] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001298 10.0.0.33 - - [2026-04-30 02:47:10] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007697 10.0.0.33 - - [2026-04-30 02:47:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.003657 10.0.0.33 - - [2026-04-30 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.003778 10.0.0.33 - - [2026-04-30 02:47:10] "POST /security-groups HTTP/1.1" 200 591 0.035591 10.0.0.33 - - [2026-04-30 02:47:10] "POST /projects HTTP/1.1" 200 585 0.246124 10.0.0.141 - - [2026-04-30 02:47:10] "POST /access-control-lists HTTP/1.1" 200 596 0.035568 10.0.0.33 - - [2026-04-30 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.323340 10.0.0.73 - - [2026-04-30 02:47:10] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.485227 10.0.0.73 - - [2026-04-30 02:47:12] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.33 - - [2026-04-30 02:47:15] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.73 - - [2026-04-30 02:47:15] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051393 10.0.0.33 - - [2026-04-30 02:47:15] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.73 - - [2026-04-30 02:47:15] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?fields=virtual_networks HTTP/1.1" 200 1032 0.052334 10.0.0.33 - - [2026-04-30 02:47:15] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001580 10.0.0.73 - - [2026-04-30 02:47:15] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.043023 10.0.0.33 - - [2026-04-30 02:47:15] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.73 - - [2026-04-30 02:47:15] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?fields=security_groups HTTP/1.1" 200 1258 0.045183 10.0.0.73 - - [2026-04-30 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 192 0.029966 10.0.0.33 - - [2026-04-30 02:47:16] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003223 10.0.0.33 - - [2026-04-30 02:47:16] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001488 10.0.0.33 - - [2026-04-30 02:47:16] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011993 10.0.0.33 - - [2026-04-30 02:47:16] "POST /id-to-fqname HTTP/1.1" 200 194 0.005867 10.0.0.33 - - [2026-04-30 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 203 0.005086 10.0.0.33 - - [2026-04-30 02:47:16] "POST /security-groups HTTP/1.1" 200 595 0.035784 10.0.0.141 - - [2026-04-30 02:47:16] "POST /fqname-to-id HTTP/1.1" 404 238 0.009138 10.0.0.33 - - [2026-04-30 02:47:16] "POST /projects HTTP/1.1" 200 593 0.249247 10.0.0.33 - - [2026-04-30 02:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.327637 10.0.0.141 - - [2026-04-30 02:47:16] "POST /access-control-lists HTTP/1.1" 200 598 0.038894 10.0.0.73 - - [2026-04-30 02:47:16] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.472080 10.0.0.73 - - [2026-04-30 02:47:18] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.33 - - [2026-04-30 02:47:21] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001090 10.0.0.73 - - [2026-04-30 02:47:21] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039008 10.0.0.33 - - [2026-04-30 02:47:21] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000922 10.0.0.73 - - [2026-04-30 02:47:21] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?fields=virtual_networks HTTP/1.1" 200 1040 0.059890 10.0.0.33 - - [2026-04-30 02:47:21] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001140 10.0.0.73 - - [2026-04-30 02:47:22] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.047906 10.0.0.33 - - [2026-04-30 02:47:22] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.73 - - [2026-04-30 02:47:22] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?fields=security_groups HTTP/1.1" 200 1270 0.045892 10.0.0.73 - - [2026-04-30 02:47:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.032265 10.0.0.33 - - [2026-04-30 02:47:22] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003511 10.0.0.33 - - [2026-04-30 02:47:23] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.33 - - [2026-04-30 02:47:23] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007358 10.0.0.33 - - [2026-04-30 02:47:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.006445 10.0.0.33 - - [2026-04-30 02:47:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.007926 10.0.0.33 - - [2026-04-30 02:47:23] "POST /security-groups HTTP/1.1" 200 586 0.033623 10.0.0.33 - - [2026-04-30 02:47:23] "POST /projects HTTP/1.1" 200 575 0.286138 10.0.0.141 - - [2026-04-30 02:47:23] "POST /fqname-to-id HTTP/1.1" 404 228 0.010318 10.0.0.33 - - [2026-04-30 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.367121 10.0.0.73 - - [2026-04-30 02:47:23] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.506090 10.0.0.73 - - [2026-04-30 02:47:24] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.73 - - [2026-04-30 02:47:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003871 10.0.0.33 - - [2026-04-30 02:47:25] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001246 10.0.0.141 - - [2026-04-30 02:47:25] "POST /access-control-lists HTTP/1.1" 200 590 0.038973 10.0.0.141 - - [2026-04-30 02:47:25] "PUT /access-control-list/318cc2f6-342d-4b2c-bf0f-89f9776b7e03 HTTP/1.1" 200 272 0.015480 10.0.0.73 - - [2026-04-30 02:47:25] "POST /neutron/security_group HTTP/1.1" 200 1364 0.431142 10.0.0.73 - - [2026-04-30 02:47:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129940 10.0.0.73 - - [2026-04-30 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003483 10.0.0.33 - - [2026-04-30 02:47:26] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001239 10.0.0.141 - - [2026-04-30 02:47:26] "PUT /access-control-list/318cc2f6-342d-4b2c-bf0f-89f9776b7e03 HTTP/1.1" 200 272 0.033545 10.0.0.141 - - [2026-04-30 02:47:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.012629 10.0.0.73 - - [2026-04-30 02:47:26] "POST /neutron/security_group HTTP/1.1" 200 1364 0.476305 10.0.0.141 - - [2026-04-30 02:47:26] "PUT /access-control-list/cc612f7a-f292-4dd0-b109-09cdc0bc6ca3 HTTP/1.1" 200 272 0.023437 10.0.0.73 - - [2026-04-30 02:47:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157767 10.0.0.73 - - [2026-04-30 02:47:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.73 - - [2026-04-30 02:47:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.028758 10.0.0.33 - - [2026-04-30 02:47:27] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001427 10.0.0.141 - - [2026-04-30 02:47:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003652 10.0.0.141 - - [2026-04-30 02:47:27] "POST /access-control-lists HTTP/1.1" 200 605 0.038537 10.0.0.73 - - [2026-04-30 02:47:27] "POST /neutron/security_group HTTP/1.1" 200 1379 0.421249 10.0.0.73 - - [2026-04-30 02:47:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142016 10.0.0.141 - - [2026-04-30 02:47:28] "PUT /access-control-list/136f2130-aeb5-41f9-9244-115b372f1607 HTTP/1.1" 200 272 0.014281 10.0.0.73 - - [2026-04-30 02:47:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.011551 10.0.0.33 - - [2026-04-30 02:47:28] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.007623 10.0.0.141 - - [2026-04-30 02:47:28] "POST /access-control-lists HTTP/1.1" 200 607 0.043561 10.0.0.141 - - [2026-04-30 02:47:28] "PUT /access-control-list/63a26ee2-ee9c-4618-966f-b454127297db HTTP/1.1" 200 272 0.019943 10.0.0.73 - - [2026-04-30 02:47:28] "POST /neutron/security_group HTTP/1.1" 200 1379 0.429919 10.0.0.73 - - [2026-04-30 02:47:29] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147752 10.0.0.141 - - [2026-04-30 02:47:29] "PUT /access-control-list/63a26ee2-ee9c-4618-966f-b454127297db HTTP/1.1" 200 272 0.012557 10.0.0.33 - - [2026-04-30 02:47:30] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001078 10.0.0.73 - - [2026-04-30 02:47:30] "POST /neutron/router HTTP/1.1" 200 541 0.101417 10.0.0.73 - - [2026-04-30 02:47:30] "POST /neutron/router HTTP/1.1" 200 541 0.008970 10.0.0.73 - - [2026-04-30 02:47:30] "POST /neutron/router HTTP/1.1" 200 541 0.004148 10.0.0.73 - - [2026-04-30 02:47:30] "POST /neutron/router HTTP/1.1" 200 541 0.004331 10.0.0.73 - - [2026-04-30 02:47:30] "POST /neutron/router HTTP/1.1" 200 541 0.004399 10.0.0.73 - - [2026-04-30 02:47:30] "POST /neutron/router HTTP/1.1" 200 541 0.004797 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 541 0.004235 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 541 0.004070 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 541 0.004539 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 541 0.005018 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 541 0.004158 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 541 0.036210 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 541 0.004606 10.0.0.141 - - [2026-04-30 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016967 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.007827 10.0.0.141 - - [2026-04-30 02:47:31] "PUT /logical-router/621a5f59-33cc-4ea7-a14d-d017fd18eed8 HTTP/1.1" 200 262 0.048517 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.006948 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.004649 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.004693 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.005181 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.004719 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.004553 10.0.0.73 - - [2026-04-30 02:47:31] "POST /neutron/router HTTP/1.1" 200 559 0.004887 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 559 0.004818 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 559 0.004356 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 559 0.004606 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 559 0.015577 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 151 0.079452 10.0.0.141 - - [2026-04-30 02:47:32] "POST /route-targets HTTP/1.1" 200 327 0.020276 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.015999 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.010662 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.004184 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.004823 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.004977 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.004452 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.005967 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.005218 10.0.0.73 - - [2026-04-30 02:47:32] "POST /neutron/router HTTP/1.1" 200 541 0.004043 10.0.0.73 - - [2026-04-30 02:47:33] "POST /neutron/router HTTP/1.1" 200 541 0.004936 10.0.0.73 - - [2026-04-30 02:47:33] "POST /neutron/router HTTP/1.1" 200 541 0.004333 10.0.0.73 - - [2026-04-30 02:47:33] "POST /neutron/router HTTP/1.1" 200 542 0.031892 10.0.0.73 - - [2026-04-30 02:47:33] "POST /neutron/security_group HTTP/1.1" 200 521 0.005774 10.0.0.141 - - [2026-04-30 02:47:33] "DELETE /route-target/3abb748e-fcfe-4a9f-9ed7-9f7ca120819e HTTP/1.1" 200 115 0.030325 10.0.0.141 - - [2026-04-30 02:47:33] "GET /logical-router/8022c3e4-06e3-4db7-bfab-2993d0f09e85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.044766 10.0.0.73 - - [2026-04-30 02:47:33] "POST /neutron/security_group HTTP/1.1" 200 151 0.072990 10.0.0.141 - - [2026-04-30 02:47:33] "DELETE /access-control-list/6ff03f88-cc32-4f06-8ae7-5d21738d1342 HTTP/1.1" 200 115 0.036360 10.0.0.73 - - [2026-04-30 02:47:33] "POST /neutron/security_group HTTP/1.1" 200 506 0.003825 10.0.0.141 - - [2026-04-30 02:47:33] "DELETE /access-control-list/cc612f7a-f292-4dd0-b109-09cdc0bc6ca3 HTTP/1.1" 200 115 0.043214 10.0.0.33 - - [2026-04-30 02:47:35] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001276 10.0.0.73 - - [2026-04-30 02:47:35] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.076729 10.0.0.33 - - [2026-04-30 02:47:35] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001083 10.0.0.73 - - [2026-04-30 02:47:35] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?fields=virtual_networks HTTP/1.1" 200 1023 0.075605 10.0.0.33 - - [2026-04-30 02:47:35] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001337 10.0.0.73 - - [2026-04-30 02:47:35] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.061379 10.0.0.33 - - [2026-04-30 02:47:35] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.73 - - [2026-04-30 02:47:35] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?fields=security_groups HTTP/1.1" 200 1244 0.058472 10.0.0.73 - - [2026-04-30 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.031927 10.0.0.33 - - [2026-04-30 02:47:36] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003465 10.0.0.33 - - [2026-04-30 02:47:36] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.33 - - [2026-04-30 02:47:36] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008352 10.0.0.33 - - [2026-04-30 02:47:36] "POST /id-to-fqname HTTP/1.1" 200 186 0.003026 10.0.0.33 - - [2026-04-30 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 195 0.007854 10.0.0.33 - - [2026-04-30 02:47:36] "POST /security-groups HTTP/1.1" 200 587 0.033220 10.0.0.141 - - [2026-04-30 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 230 0.003371 10.0.0.33 - - [2026-04-30 02:47:36] "POST /projects HTTP/1.1" 200 577 0.294472 10.0.0.33 - - [2026-04-30 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.371425 10.0.0.141 - - [2026-04-30 02:47:36] "POST /access-control-lists HTTP/1.1" 200 590 0.050130 10.0.0.73 - - [2026-04-30 02:47:36] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.530372 10.0.0.73 - - [2026-04-30 02:47:37] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.73 - - [2026-04-30 02:47:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.73 - - [2026-04-30 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.068585 10.0.0.33 - - [2026-04-30 02:47:40] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001199 10.0.0.73 - - [2026-04-30 02:47:40] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.052743 10.0.0.33 - - [2026-04-30 02:47:40] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001137 10.0.0.73 - - [2026-04-30 02:47:40] "POST /neutron/network HTTP/1.1" 200 601 0.164318 10.0.0.73 - - [2026-04-30 02:47:40] "POST /id-to-fqname HTTP/1.1" 200 216 0.003895 10.0.0.73 - - [2026-04-30 02:47:40] "GET /virtual-network/b3c45db3-7e42-4529-beb7-c7f948f5da39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005822 10.0.0.73 - - [2026-04-30 02:47:40] "POST /neutron/network HTTP/1.1" 200 820 0.006532 10.0.0.73 - - [2026-04-30 02:47:40] "GET /virtual-network/b3c45db3-7e42-4529-beb7-c7f948f5da39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005465 10.0.0.73 - - [2026-04-30 02:47:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.003367 10.0.0.73 - - [2026-04-30 02:47:40] "GET /virtual-network/b3c45db3-7e42-4529-beb7-c7f948f5da39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005766 10.0.0.33 - - [2026-04-30 02:47:40] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001095 10.0.0.73 - - [2026-04-30 02:47:41] "POST /neutron/port HTTP/1.1" 200 1017 0.260646 10.0.0.73 - - [2026-04-30 02:47:41] "GET /virtual-machine-interface/8ba2f310-ab1a-4452-9a6f-9718221898f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.006276 10.0.0.73 - - [2026-04-30 02:47:41] "GET /virtual-machine-interface/8ba2f310-ab1a-4452-9a6f-9718221898f9?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.006094 10.0.0.73 - - [2026-04-30 02:47:41] "GET /instance-ip/525bbb86-01ed-4fd6-bb8e-887ab20494af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.005635 10.0.0.73 - - [2026-04-30 02:47:41] "POST /neutron/network HTTP/1.1" 200 820 0.008054 10.0.0.141 - - [2026-04-30 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.73 - - [2026-04-30 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.33 - - [2026-04-30 02:47:44] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.73 - - [2026-04-30 02:47:44] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.051113 10.0.0.33 - - [2026-04-30 02:47:44] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001193 10.0.0.73 - - [2026-04-30 02:47:44] "POST /neutron/network HTTP/1.1" 200 603 0.140831 10.0.0.141 - - [2026-04-30 02:47:44] "POST /ref-update HTTP/1.1" 200 156 0.028348 10.0.0.73 - - [2026-04-30 02:47:45] "POST /neutron/network HTTP/1.1" 200 979 0.011364 10.0.0.73 - - [2026-04-30 02:47:45] "POST /id-to-fqname HTTP/1.1" 200 217 0.001394 10.0.0.73 - - [2026-04-30 02:47:45] "GET /virtual-network/24e49721-d51d-44a8-a604-993aa3ced4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005546 10.0.0.73 - - [2026-04-30 02:47:45] "GET /virtual-network/24e49721-d51d-44a8-a604-993aa3ced4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005694 10.0.0.73 - - [2026-04-30 02:47:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.009473 10.0.0.33 - - [2026-04-30 02:47:45] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001080 10.0.0.73 - - [2026-04-30 02:47:45] "POST /neutron/port HTTP/1.1" 200 1019 0.260329 10.0.0.73 - - [2026-04-30 02:47:45] "POST /id-to-fqname HTTP/1.1" 200 217 0.001355 10.0.0.73 - - [2026-04-30 02:47:46] "POST /neutron/network HTTP/1.1" 200 979 0.009365 10.0.0.73 - - [2026-04-30 02:47:46] "POST /neutron/port HTTP/1.1" 200 117 0.007782 10.0.0.73 - - [2026-04-30 02:47:46] "POST /id-to-fqname HTTP/1.1" 200 217 0.001218 10.0.0.73 - - [2026-04-30 02:47:46] "POST /neutron/port HTTP/1.1" 200 1019 0.014832 10.0.0.73 - - [2026-04-30 02:47:46] "POST /neutron/port HTTP/1.1" 200 1018 0.014028 10.0.0.73 - - [2026-04-30 02:47:46] "POST /neutron/port HTTP/1.1" 200 117 0.006284 10.0.0.73 - - [2026-04-30 02:47:47] "POST /neutron/network HTTP/1.1" 200 989 0.007944 10.0.0.73 - - [2026-04-30 02:47:47] "POST /neutron/port HTTP/1.1" 200 1019 0.035231 10.0.0.73 - - [2026-04-30 02:47:47] "POST /neutron/port HTTP/1.1" 200 1110 0.146417 10.0.0.73 - - [2026-04-30 02:47:47] "POST /neutron/port HTTP/1.1" 200 1120 0.045268 10.0.0.73 - - [2026-04-30 02:47:47] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.73 - - [2026-04-30 02:47:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004453 10.0.0.73 - - [2026-04-30 02:47:47] "POST /neutron/network HTTP/1.1" 200 979 0.011156 10.0.0.73 - - [2026-04-30 02:47:52] "POST /neutron/port HTTP/1.1" 200 1120 0.020836 10.0.0.73 - - [2026-04-30 02:47:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008121 10.0.0.73 - - [2026-04-30 02:47:52] "GET /virtual-machine/46ba1b42-3d60-42c8-88ca-b5ec14d58489 HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2026-04-30 02:47:52] "GET /virtual-machine/46ba1b42-3d60-42c8-88ca-b5ec14d58489 HTTP/1.1" 200 1283 0.035069 10.0.0.73 - - [2026-04-30 02:47:52] "GET /virtual-machine-interface/3c5c5f84-4fa4-4892-bd45-8b3591bead32 HTTP/1.1" 200 2924 0.006102 10.0.0.73 - - [2026-04-30 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.73 - - [2026-04-30 02:47:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003308 10.0.0.73 - - [2026-04-30 02:47:52] "GET /virtual-networks?parent_id=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003072 10.0.0.73 - - [2026-04-30 02:47:52] "GET /virtual-network/24e49721-d51d-44a8-a604-993aa3ced4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006235 10.0.0.33 - - [2026-04-30 02:47:54] "DELETE /project/44597d70334245ba9b7aff1057080b07 HTTP/1.1" 404 173 0.048876 10.0.0.33 - - [2026-04-30 02:47:54] "DELETE /project/bef16be00a5745309fdef4c22b679f1d HTTP/1.1" 404 173 0.003285 10.0.0.33 - - [2026-04-30 02:47:54] "DELETE /project/bebb823f37db41829d08ba3c0e8be208 HTTP/1.1" 404 173 0.075236 10.0.0.33 - - [2026-04-30 02:47:54] "DELETE /project/daff6365d915485691f6000570549331 HTTP/1.1" 404 173 0.002975 10.0.0.33 - - [2026-04-30 02:47:54] "DELETE /project/5808f4b4f77245e7a6481394d4932231 HTTP/1.1" 404 173 0.127728 10.0.0.33 - - [2026-04-30 02:47:54] "DELETE /project/bc81c9f4cdbb428fa498bd82ff3d74eb HTTP/1.1" 404 173 0.204760 10.0.0.33 - - [2026-04-30 02:47:54] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.33 - - [2026-04-30 02:47:54] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001407 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001198 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.243052 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001073 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001338 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.221471 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001123 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/daff6365-d915-4856-91f6-000570549331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.293922 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001262 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?fields=security_groups HTTP/1.1" 200 1364 0.149056 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.280839 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.305415 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001478 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001400 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/daff6365-d915-4856-91f6-000570549331?fields=security_groups HTTP/1.1" 200 1361 0.119604 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.366428 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?fields=security_groups HTTP/1.1" 200 1349 0.231448 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001336 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?fields=security_groups HTTP/1.1" 200 1375 0.140702 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?fields=security_groups HTTP/1.1" 200 1363 0.185117 10.0.0.33 - - [2026-04-30 02:47:55] "DELETE /security-group/3acdb86c-08fc-49fd-b4eb-d0d14f43ee36 HTTP/1.1" 200 115 0.211665 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=f37db95a-56a3-4c6f-9c8d-87666bd38589&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.33 - - [2026-04-30 02:47:55] "DELETE /security-group/c565b8d0-83aa-4bfd-96f9-d9bce9ac141c HTTP/1.1" 200 115 0.203427 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?fields=security_groups HTTP/1.1" 200 1349 0.200836 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=daff6365-d915-4856-91f6-000570549331&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004588 10.0.0.33 - - [2026-04-30 02:47:55] "DELETE /security-group/996f8de3-6598-4e0f-aca7-556d191f3762 HTTP/1.1" 200 115 0.218653 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=44597d70-3342-45ba-9b7a-ff1057080b07&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001108 10.0.0.33 - - [2026-04-30 02:47:55] "DELETE /security-group/72bb2d26-dd17-4d60-96d2-7f279080c168 HTTP/1.1" 200 115 0.263670 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/daff6365-d915-4856-91f6-000570549331?fields=application_policy_sets HTTP/1.1" 200 1400 0.139936 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=bef16be0-0a57-4530-9fde-f4c22b679f1d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001047 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/f37db95a-56a3-4c6f-9c8d-87666bd38589?fields=application_policy_sets HTTP/1.1" 200 1403 0.215828 10.0.0.73 - - [2026-04-30 02:47:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011124 10.0.0.73 - - [2026-04-30 02:47:55] "GET /virtual-network/24e49721-d51d-44a8-a604-993aa3ced4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008862 10.0.0.33 - - [2026-04-30 02:47:55] "DELETE /security-group/25302fc6-fa04-4d72-a6f0-a7d21229dbd9 HTTP/1.1" 200 115 0.297388 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=5808f4b4-f772-45e7-a648-1394d4932231&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/44597d70-3342-45ba-9b7a-ff1057080b07?fields=application_policy_sets HTTP/1.1" 200 1414 0.150034 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/bef16be0-0a57-4530-9fde-f4c22b679f1d?fields=application_policy_sets HTTP/1.1" 200 1388 0.193048 10.0.0.33 - - [2026-04-30 02:47:55] "DELETE /security-group/d0628eff-ab01-4eff-82cd-fe067b898730 HTTP/1.1" 200 115 0.267902 10.0.0.141 - - [2026-04-30 02:47:55] "DELETE /access-control-list/7303fc02-5103-438b-b135-0f8bd71013d0 HTTP/1.1" 200 115 0.249326 10.0.0.33 - - [2026-04-30 02:47:55] "GET /projects?obj_uuids=bebb823f-37db-4182-9d08-ba3c0e8be208&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001587 10.0.0.33 - - [2026-04-30 02:47:55] "GET /project/5808f4b4-f772-45e7-a648-1394d4932231?fields=application_policy_sets HTTP/1.1" 200 1402 0.188408 10.0.0.33 - - [2026-04-30 02:47:56] "GET /project/bebb823f-37db-4182-9d08-ba3c0e8be208?fields=application_policy_sets HTTP/1.1" 200 1388 0.207514 10.0.0.33 - - [2026-04-30 02:47:56] "DELETE /project/daff6365-d915-4856-91f6-000570549331 HTTP/1.1" 200 115 1.420692 10.0.0.33 - - [2026-04-30 02:47:56] "DELETE /project/f37db95a-56a3-4c6f-9c8d-87666bd38589 HTTP/1.1" 200 115 1.433531 10.0.0.141 - - [2026-04-30 02:47:56] "DELETE /access-control-list/184b82ca-814c-4104-9480-7b33ca75fd06 HTTP/1.1" 200 115 0.091737 10.0.0.33 - - [2026-04-30 02:47:56] "DELETE /project/44597d70-3342-45ba-9b7a-ff1057080b07 HTTP/1.1" 200 115 1.528521 10.0.0.33 - - [2026-04-30 02:47:56] "DELETE /project/bef16be0-0a57-4530-9fde-f4c22b679f1d HTTP/1.1" 200 115 1.562569 10.0.0.33 - - [2026-04-30 02:47:56] "DELETE /project/5808f4b4-f772-45e7-a648-1394d4932231 HTTP/1.1" 200 115 1.602557 10.0.0.141 - - [2026-04-30 02:47:56] "DELETE /access-control-list/521b1b5b-082c-4d6b-9aab-5c33670c38cf HTTP/1.1" 200 115 0.059315 10.0.0.33 - - [2026-04-30 02:47:56] "DELETE /project/bebb823f-37db-4182-9d08-ba3c0e8be208 HTTP/1.1" 200 115 1.665534 10.0.0.141 - - [2026-04-30 02:47:56] "DELETE /access-control-list/45a95ebd-ba47-405e-abfa-c7f8237e24d4 HTTP/1.1" 200 115 0.048672 10.0.0.73 - - [2026-04-30 02:47:57] "POST /neutron/port HTTP/1.1" 200 1121 0.022827 10.0.0.73 - - [2026-04-30 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.73 - - [2026-04-30 02:47:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004761 10.0.0.73 - - [2026-04-30 02:47:57] "GET /virtual-networks?parent_id=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003482 10.0.0.73 - - [2026-04-30 02:47:57] "GET /virtual-network/24e49721-d51d-44a8-a604-993aa3ced4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006585 10.0.0.73 - - [2026-04-30 02:47:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009564 10.0.0.73 - - [2026-04-30 02:47:58] "POST /neutron/port HTTP/1.1" 200 1121 0.019596 10.0.0.73 - - [2026-04-30 02:47:58] "GET /virtual-machine/396f5744-e5d8-4964-90f3-aea2af0b7a64 HTTP/1.1" 200 1284 0.006104 10.0.0.73 - - [2026-04-30 02:47:58] "GET /virtual-machine-interface/b0ca98a0-0377-432f-bf4b-4677e9df13ef HTTP/1.1" 200 2925 0.005929 10.0.0.73 - - [2026-04-30 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.73 - - [2026-04-30 02:47:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003978 10.0.0.73 - - [2026-04-30 02:47:58] "GET /virtual-networks?parent_id=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003343 10.0.0.73 - - [2026-04-30 02:47:58] "GET /virtual-network/24e49721-d51d-44a8-a604-993aa3ced4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006816 10.0.0.73 - - [2026-04-30 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.73 - - [2026-04-30 02:47:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005032 10.0.0.73 - - [2026-04-30 02:47:59] "GET /virtual-networks?parent_id=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003479 10.0.0.73 - - [2026-04-30 02:47:59] "GET /virtual-network/24e49721-d51d-44a8-a604-993aa3ced4be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005893 10.0.0.73 - - [2026-04-30 02:47:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008562 10.0.0.73 - - [2026-04-30 02:48:08] "POST /neutron/port HTTP/1.1" 200 151 0.238352 10.0.0.73 - - [2026-04-30 02:48:08] "POST /neutron/port HTTP/1.1" 200 151 0.198720 10.0.0.33 - - [2026-04-30 02:48:10] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001142 10.0.0.73 - - [2026-04-30 02:48:10] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.075735 10.0.0.33 - - [2026-04-30 02:48:10] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001049 10.0.0.73 - - [2026-04-30 02:48:10] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?fields=virtual_networks HTTP/1.1" 200 1025 0.043325 10.0.0.33 - - [2026-04-30 02:48:10] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.73 - - [2026-04-30 02:48:10] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.048077 10.0.0.33 - - [2026-04-30 02:48:10] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001187 10.0.0.73 - - [2026-04-30 02:48:10] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?fields=security_groups HTTP/1.1" 200 1247 0.048984 10.0.0.73 - - [2026-04-30 02:48:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.032555 10.0.0.33 - - [2026-04-30 02:48:11] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003369 10.0.0.33 - - [2026-04-30 02:48:11] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.33 - - [2026-04-30 02:48:11] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007797 10.0.0.33 - - [2026-04-30 02:48:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.001539 10.0.0.33 - - [2026-04-30 02:48:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.014220 10.0.0.33 - - [2026-04-30 02:48:11] "POST /security-groups HTTP/1.1" 200 589 0.040093 10.0.0.141 - - [2026-04-30 02:48:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.004864 10.0.0.33 - - [2026-04-30 02:48:11] "POST /projects HTTP/1.1" 200 581 0.279411 10.0.0.33 - - [2026-04-30 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.352406 10.0.0.141 - - [2026-04-30 02:48:12] "POST /access-control-lists HTTP/1.1" 200 592 0.041340 10.0.0.73 - - [2026-04-30 02:48:12] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.508880 10.0.0.73 - - [2026-04-30 02:48:13] "GET / HTTP/1.1" 200 35931 0.002876 10.0.0.73 - - [2026-04-30 02:48:13] "POST /neutron/port HTTP/1.1" 200 117 0.006989 10.0.0.73 - - [2026-04-30 02:48:13] "POST /neutron/port HTTP/1.1" 400 205 0.003520 10.0.0.73 - - [2026-04-30 02:48:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.73 - - [2026-04-30 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.056218 10.0.0.33 - - [2026-04-30 02:48:15] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.73 - - [2026-04-30 02:48:15] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.058898 10.0.0.33 - - [2026-04-30 02:48:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010572 10.0.0.73 - - [2026-04-30 02:48:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.244210 10.0.0.73 - - [2026-04-30 02:48:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001248 10.0.0.73 - - [2026-04-30 02:48:15] "GET /virtual-network/22d79f2b-0e04-4ddd-ad59-82ca76ddb78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005270 10.0.0.73 - - [2026-04-30 02:48:15] "GET /virtual-network/22d79f2b-0e04-4ddd-ad59-82ca76ddb78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005500 10.0.0.73 - - [2026-04-30 02:48:15] "POST /neutron/network HTTP/1.1" 200 824 0.006778 10.0.0.73 - - [2026-04-30 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.33 - - [2026-04-30 02:48:15] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.73 - - [2026-04-30 02:48:16] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.083433 10.0.0.33 - - [2026-04-30 02:48:16] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.73 - - [2026-04-30 02:48:16] "POST /neutron/network HTTP/1.1" 200 605 0.125939 10.0.0.141 - - [2026-04-30 02:48:16] "POST /route-targets HTTP/1.1" 200 327 0.015528 10.0.0.73 - - [2026-04-30 02:48:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.003418 10.0.0.73 - - [2026-04-30 02:48:16] "GET /virtual-network/79de9f3f-7ae3-4bea-8c46-90a67a1d60e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006298 10.0.0.73 - - [2026-04-30 02:48:16] "POST /neutron/network HTTP/1.1" 200 822 0.006862 10.0.0.73 - - [2026-04-30 02:48:16] "GET /virtual-network/79de9f3f-7ae3-4bea-8c46-90a67a1d60e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008266 10.0.0.73 - - [2026-04-30 02:48:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001729 10.0.0.73 - - [2026-04-30 02:48:16] "POST /neutron/network HTTP/1.1" 200 834 0.007708 10.0.0.33 - - [2026-04-30 02:48:17] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.73 - - [2026-04-30 02:48:17] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.074231 10.0.0.73 - - [2026-04-30 02:48:17] "POST /neutron/port HTTP/1.1" 200 117 0.006705 10.0.0.73 - - [2026-04-30 02:48:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001265 10.0.0.73 - - [2026-04-30 02:48:18] "POST /neutron/network HTTP/1.1" 200 834 0.008501 10.0.0.73 - - [2026-04-30 02:48:18] "POST /neutron/port HTTP/1.1" 200 1058 0.025074 10.0.0.33 - - [2026-04-30 02:48:18] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.73 - - [2026-04-30 02:48:18] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.077540 10.0.0.73 - - [2026-04-30 02:48:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003998 10.0.0.73 - - [2026-04-30 02:48:18] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.73 - - [2026-04-30 02:48:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008723 10.0.0.73 - - [2026-04-30 02:48:19] "POST /neutron/network HTTP/1.1" 200 832 0.007345 10.0.0.33 - - [2026-04-30 02:48:19] "GET /obj-perms HTTP/1.1" 200 5056 0.147401 10.0.0.33 - - [2026-04-30 02:48:19] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.141 - - [2026-04-30 02:48:19] "PUT /logical-router/daf200a9-50f5-48e6-a781-81e0d87b9f14 HTTP/1.1" 200 262 0.049696 10.0.0.73 - - [2026-04-30 02:48:20] "POST /neutron/router HTTP/1.1" 200 344 0.476249 10.0.0.73 - - [2026-04-30 02:48:20] "GET /obj-perms HTTP/1.1" 200 5056 0.155339 10.0.0.73 - - [2026-04-30 02:48:20] "POST /neutron/port HTTP/1.1" 200 1110 0.249917 10.0.0.73 - - [2026-04-30 02:48:20] "POST /neutron/port HTTP/1.1" 200 1120 0.023536 10.0.0.73 - - [2026-04-30 02:48:20] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.73 - - [2026-04-30 02:48:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008861 10.0.0.73 - - [2026-04-30 02:48:25] "POST /neutron/port HTTP/1.1" 200 1122 0.022995 10.0.0.73 - - [2026-04-30 02:48:25] "GET /virtual-machine/f3954061-0893-448b-9603-f2a0213e4b4b HTTP/1.1" 401 292 0.000379 10.0.0.73 - - [2026-04-30 02:48:25] "GET /virtual-machine/f3954061-0893-448b-9603-f2a0213e4b4b HTTP/1.1" 200 1291 0.028322 10.0.0.73 - - [2026-04-30 02:48:25] "GET /virtual-machine-interface/f3597c54-1d68-47e3-bd54-e5515a878789 HTTP/1.1" 200 2935 0.009034 10.0.0.73 - - [2026-04-30 02:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.73 - - [2026-04-30 02:48:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003495 10.0.0.73 - - [2026-04-30 02:48:25] "GET /virtual-networks?parent_id=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003251 10.0.0.73 - - [2026-04-30 02:48:25] "GET /virtual-network/22d79f2b-0e04-4ddd-ad59-82ca76ddb78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005913 10.0.0.73 - - [2026-04-30 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.73 - - [2026-04-30 02:48:29] "GET /virtual-network/22d79f2b-0e04-4ddd-ad59-82ca76ddb78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005682 10.0.0.73 - - [2026-04-30 02:48:29] "POST /neutron/port HTTP/1.1" 200 1122 0.019287 10.0.0.73 - - [2026-04-30 02:48:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.015318 10.0.0.73 - - [2026-04-30 02:48:31] "POST /neutron/port HTTP/1.1" 200 1122 0.020427 10.0.0.73 - - [2026-04-30 02:48:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007505 10.0.0.73 - - [2026-04-30 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.73 - - [2026-04-30 02:48:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004144 10.0.0.73 - - [2026-04-30 02:48:33] "GET /virtual-networks?parent_id=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003411 10.0.0.73 - - [2026-04-30 02:48:33] "GET /virtual-network/22d79f2b-0e04-4ddd-ad59-82ca76ddb78a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007089 10.0.0.73 - - [2026-04-30 02:48:33] "POST /neutron/port HTTP/1.1" 200 1120 0.020327 10.0.0.73 - - [2026-04-30 02:48:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014039 10.0.0.73 - - [2026-04-30 02:48:33] "GET /virtual-machine/0b9cd3e3-fdfc-4243-9877-882da2503f41 HTTP/1.1" 200 1289 0.007551 10.0.0.73 - - [2026-04-30 02:48:33] "GET /virtual-machine-interface/5f9b3642-82ae-4bd0-8bb9-85970c4ca145 HTTP/1.1" 200 2934 0.005862 10.0.0.73 - - [2026-04-30 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.73 - - [2026-04-30 02:48:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003817 10.0.0.73 - - [2026-04-30 02:48:33] "GET /virtual-networks?parent_id=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004239 10.0.0.73 - - [2026-04-30 02:48:33] "GET /virtual-network/79de9f3f-7ae3-4bea-8c46-90a67a1d60e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006837 10.0.0.73 - - [2026-04-30 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.73 - - [2026-04-30 02:48:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004666 10.0.0.73 - - [2026-04-30 02:48:34] "GET /virtual-networks?parent_id=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003825 10.0.0.73 - - [2026-04-30 02:48:34] "GET /virtual-network/79de9f3f-7ae3-4bea-8c46-90a67a1d60e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006412 10.0.0.73 - - [2026-04-30 02:48:39] "POST /neutron/port HTTP/1.1" 200 1918 0.033359 10.0.0.141 - - [2026-04-30 02:48:46] "POST /ref-update HTTP/1.1" 200 156 0.034034 10.0.0.73 - - [2026-04-30 02:48:49] "POST /neutron/router HTTP/1.1" 200 580 0.006906 10.0.0.73 - - [2026-04-30 02:48:52] "POST /neutron/router HTTP/1.1" 200 344 0.216119 10.0.0.141 - - [2026-04-30 02:48:52] "POST /ref-update HTTP/1.1" 200 156 0.019074 10.0.0.73 - - [2026-04-30 02:48:52] "POST /neutron/router HTTP/1.1" 200 580 0.006408 10.0.0.73 - - [2026-04-30 02:48:52] "POST /neutron/network HTTP/1.1" 400 204 0.015954 10.0.0.73 - - [2026-04-30 02:48:53] "POST /neutron/port HTTP/1.1" 200 151 0.214361 10.0.0.73 - - [2026-04-30 02:48:53] "POST /neutron/port HTTP/1.1" 200 151 0.220737 10.0.0.141 - - [2026-04-30 02:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011274 10.0.0.73 - - [2026-04-30 02:48:55] "POST /neutron/network HTTP/1.1" 200 824 0.006198 10.0.0.141 - - [2026-04-30 02:48:55] "DELETE /route-target/0328d004-5d26-465d-af03-50ea5cf46783 HTTP/1.1" 200 115 0.033735 10.0.0.33 - - [2026-04-30 02:48:56] "DELETE /project/62002b84fc224f5d880d90ebf4fe7e9a HTTP/1.1" 404 173 0.003927 10.0.0.33 - - [2026-04-30 02:48:56] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000926 10.0.0.33 - - [2026-04-30 02:48:56] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.047418 10.0.0.33 - - [2026-04-30 02:48:56] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001248 10.0.0.33 - - [2026-04-30 02:48:56] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?fields=security_groups HTTP/1.1" 200 1352 0.055979 10.0.0.33 - - [2026-04-30 02:48:56] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.73 - - [2026-04-30 02:48:56] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043590 10.0.0.33 - - [2026-04-30 02:48:56] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002133 10.0.0.73 - - [2026-04-30 02:48:56] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?fields=virtual_networks HTTP/1.1" 200 1027 0.057429 10.0.0.33 - - [2026-04-30 02:48:56] "DELETE /security-group/387e9c93-696e-4ffe-b54a-65c49e802ed5 HTTP/1.1" 200 115 0.081132 10.0.0.33 - - [2026-04-30 02:48:56] "GET /projects?obj_uuids=bc81c9f4-cdbb-428f-a498-bd82ff3d74eb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001022 10.0.0.33 - - [2026-04-30 02:48:56] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.33 - - [2026-04-30 02:48:56] "GET /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb?fields=application_policy_sets HTTP/1.1" 200 1391 0.063025 10.0.0.73 - - [2026-04-30 02:48:56] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.094463 10.0.0.33 - - [2026-04-30 02:48:56] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.73 - - [2026-04-30 02:48:56] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?fields=security_groups HTTP/1.1" 200 1251 0.063874 10.0.0.33 - - [2026-04-30 02:48:56] "DELETE /project/bc81c9f4-cdbb-428f-a498-bd82ff3d74eb HTTP/1.1" 200 115 0.514336 10.0.0.73 - - [2026-04-30 02:48:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.026994 10.0.0.33 - - [2026-04-30 02:48:57] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003385 10.0.0.33 - - [2026-04-30 02:48:57] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.33 - - [2026-04-30 02:48:57] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007094 10.0.0.33 - - [2026-04-30 02:48:58] "POST /id-to-fqname HTTP/1.1" 200 193 0.003645 10.0.0.33 - - [2026-04-30 02:48:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.009527 10.0.0.33 - - [2026-04-30 02:48:58] "POST /security-groups HTTP/1.1" 200 594 0.033867 10.0.0.141 - - [2026-04-30 02:48:58] "POST /fqname-to-id HTTP/1.1" 404 237 0.004596 10.0.0.33 - - [2026-04-30 02:48:58] "POST /projects HTTP/1.1" 200 591 0.248634 10.0.0.33 - - [2026-04-30 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.322909 10.0.0.141 - - [2026-04-30 02:48:58] "POST /access-control-lists HTTP/1.1" 200 597 0.030967 10.0.0.73 - - [2026-04-30 02:48:58] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.465245 10.0.0.73 - - [2026-04-30 02:48:59] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.73 - - [2026-04-30 02:49:01] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000538 10.0.0.33 - - [2026-04-30 02:49:01] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001202 10.0.0.73 - - [2026-04-30 02:49:01] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.080550 10.0.0.73 - - [2026-04-30 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.73 - - [2026-04-30 02:49:01] "GET /security-group/b811570c-9154-43ae-aca9-3f9d886680b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.008034 10.0.0.73 - - [2026-04-30 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.33 - - [2026-04-30 02:49:01] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001431 10.0.0.73 - - [2026-04-30 02:49:02] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.058423 10.0.0.73 - - [2026-04-30 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.73 - - [2026-04-30 02:49:02] "GET /security-group/b811570c-9154-43ae-aca9-3f9d886680b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005968 10.0.0.73 - - [2026-04-30 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.73 - - [2026-04-30 02:49:02] "PUT /security-group/b811570c-9154-43ae-aca9-3f9d886680b1 HTTP/1.1" 200 262 0.024370 10.0.0.73 - - [2026-04-30 02:49:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.018148 10.0.0.73 - - [2026-04-30 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.33 - - [2026-04-30 02:49:02] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001095 10.0.0.73 - - [2026-04-30 02:49:02] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.048767 10.0.0.33 - - [2026-04-30 02:49:02] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001253 10.0.0.73 - - [2026-04-30 02:49:02] "POST /neutron/network HTTP/1.1" 200 608 0.176240 10.0.0.141 - - [2026-04-30 02:49:02] "POST /route-targets HTTP/1.1" 200 327 0.018648 10.0.0.73 - - [2026-04-30 02:49:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.004407 10.0.0.73 - - [2026-04-30 02:49:03] "GET /virtual-network/b6a3f348-1c03-4d7c-9faa-a9decd8b619e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010915 10.0.0.73 - - [2026-04-30 02:49:03] "POST /neutron/network HTTP/1.1" 200 829 0.007319 10.0.0.73 - - [2026-04-30 02:49:03] "GET /virtual-network/b6a3f348-1c03-4d7c-9faa-a9decd8b619e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006257 10.0.0.73 - - [2026-04-30 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.33 - - [2026-04-30 02:49:03] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001039 10.0.0.73 - - [2026-04-30 02:49:03] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042579 10.0.0.73 - - [2026-04-30 02:49:03] "POST /neutron/network HTTP/1.1" 200 117 0.016042 10.0.0.141 - - [2026-04-30 02:49:03] "POST /ref-update HTTP/1.1" 200 156 0.027080 10.0.0.73 - - [2026-04-30 02:49:03] "POST /neutron/network HTTP/1.1" 200 836 0.008758 10.0.0.73 - - [2026-04-30 02:49:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001529 10.0.0.73 - - [2026-04-30 02:49:03] "GET /virtual-network/c633556b-d552-4c88-8aff-5e781bfa6ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006507 10.0.0.73 - - [2026-04-30 02:49:03] "GET /virtual-network/c633556b-d552-4c88-8aff-5e781bfa6ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006261 10.0.0.73 - - [2026-04-30 02:49:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.009798 10.0.0.73 - - [2026-04-30 02:49:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001775 10.0.0.33 - - [2026-04-30 02:49:04] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.73 - - [2026-04-30 02:49:04] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.076461 10.0.0.73 - - [2026-04-30 02:49:05] "POST /neutron/port HTTP/1.1" 200 117 0.009087 10.0.0.73 - - [2026-04-30 02:49:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001414 10.0.0.73 - - [2026-04-30 02:49:05] "POST /neutron/network HTTP/1.1" 200 846 0.010007 10.0.0.73 - - [2026-04-30 02:49:06] "POST /neutron/port HTTP/1.1" 200 1065 0.017961 10.0.0.33 - - [2026-04-30 02:49:06] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001609 10.0.0.73 - - [2026-04-30 02:49:06] "POST /neutron/port HTTP/1.1" 200 1129 0.039269 10.0.0.73 - - [2026-04-30 02:49:06] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.129634 10.0.0.73 - - [2026-04-30 02:49:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.012822 10.0.0.73 - - [2026-04-30 02:49:06] "POST /neutron/port HTTP/1.1" 200 1129 0.025908 10.0.0.33 - - [2026-04-30 02:49:06] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001446 10.0.0.73 - - [2026-04-30 02:49:06] "POST /neutron/router HTTP/1.1" 200 585 0.103004 10.0.0.73 - - [2026-04-30 02:49:06] "POST /neutron/router HTTP/1.1" 200 656 0.011667 10.0.0.141 - - [2026-04-30 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.33 - - [2026-04-30 02:49:07] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002012 10.0.0.33 - - [2026-04-30 02:49:07] "POST /useragent-kv HTTP/1.1" 200 115 0.013902 10.0.0.141 - - [2026-04-30 02:49:07] "POST /virtual-networks HTTP/1.1" 200 694 0.218712 10.0.0.141 - - [2026-04-30 02:49:07] "POST /route-targets HTTP/1.1" 200 327 0.038532 10.0.0.141 - - [2026-04-30 02:49:07] "PUT /logical-router/b1352280-393a-4d94-846f-41f69d0e13fb HTTP/1.1" 200 262 0.071288 10.0.0.73 - - [2026-04-30 02:49:07] "POST /neutron/port HTTP/1.1" 200 1065 0.547466 10.0.0.141 - - [2026-04-30 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005583 10.0.0.73 - - [2026-04-30 02:49:07] "POST /neutron/port HTTP/1.1" 200 1065 0.016025 10.0.0.141 - - [2026-04-30 02:49:07] "POST /chown HTTP/1.1" 200 109 0.038792 10.0.0.141 - - [2026-04-30 02:49:08] "POST /chown HTTP/1.1" 200 109 0.020522 10.0.0.73 - - [2026-04-30 02:49:08] "POST /neutron/port HTTP/1.1" 200 1129 0.056451 10.0.0.141 - - [2026-04-30 02:49:08] "POST /ref-update HTTP/1.1" 200 156 0.049977 10.0.0.73 - - [2026-04-30 02:49:08] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.141 - - [2026-04-30 02:49:08] "POST /instance-ips HTTP/1.1" 200 549 0.055266 10.0.0.141 - - [2026-04-30 02:49:08] "PUT /virtual-machine-interface/fcc75845-458c-438a-bcdb-350fa852bf30 HTTP/1.1" 200 284 0.031394 10.0.0.141 - - [2026-04-30 02:49:08] "POST /ref-update HTTP/1.1" 200 156 0.027139 10.0.0.141 - - [2026-04-30 02:49:08] "POST /ref-update HTTP/1.1" 200 156 0.037526 10.0.0.141 - - [2026-04-30 02:49:08] "POST /chown HTTP/1.1" 200 109 0.030707 10.0.0.141 - - [2026-04-30 02:49:08] "PUT /virtual-machine-interface/2f312154-3f28-4b41-bca4-e129ae8b9831 HTTP/1.1" 200 284 0.015552 10.0.0.141 - - [2026-04-30 02:49:09] "POST /ref-update HTTP/1.1" 200 156 0.026406 10.0.0.141 - - [2026-04-30 02:49:09] "PUT /routing-instance/e690c1a0-0b48-4aa6-9beb-a5c7915e59c6 HTTP/1.1" 200 266 0.058997 10.0.0.141 - - [2026-04-30 02:49:09] "POST /instance-ips HTTP/1.1" 400 316 0.086078 10.0.0.141 - - [2026-04-30 02:49:09] "PUT /instance-ip/01915cd4-5794-459a-8b84-cd4d6d414ac0 HTTP/1.1" 200 256 0.053068 10.0.0.141 - - [2026-04-30 02:49:09] "POST /ref-update HTTP/1.1" 200 156 0.019940 10.0.0.73 - - [2026-04-30 02:49:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009348 10.0.0.73 - - [2026-04-30 02:49:12] "POST /neutron/port HTTP/1.1" 200 1129 0.019284 10.0.0.73 - - [2026-04-30 02:49:12] "GET /virtual-machine/088c42b1-88c3-42b2-a1ec-bed07744825e HTTP/1.1" 401 292 0.000413 10.0.0.73 - - [2026-04-30 02:49:13] "GET /virtual-machine/088c42b1-88c3-42b2-a1ec-bed07744825e HTTP/1.1" 200 1294 0.029222 10.0.0.73 - - [2026-04-30 02:49:13] "GET /virtual-machine-interface/8088fa6f-f327-48cd-a8c2-0a96d944a57f HTTP/1.1" 200 2956 0.005813 10.0.0.73 - - [2026-04-30 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.73 - - [2026-04-30 02:49:13] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006140 10.0.0.73 - - [2026-04-30 02:49:13] "GET /virtual-networks?parent_id=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003167 10.0.0.73 - - [2026-04-30 02:49:13] "GET /virtual-network/b6a3f348-1c03-4d7c-9faa-a9decd8b619e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005881 10.0.0.73 - - [2026-04-30 02:49:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009556 10.0.0.73 - - [2026-04-30 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.73 - - [2026-04-30 02:49:16] "GET /virtual-network/b6a3f348-1c03-4d7c-9faa-a9decd8b619e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005552 10.0.0.73 - - [2026-04-30 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.73 - - [2026-04-30 02:49:18] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004080 10.0.0.73 - - [2026-04-30 02:49:18] "GET /virtual-networks?parent_id=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003279 10.0.0.73 - - [2026-04-30 02:49:18] "GET /virtual-network/b6a3f348-1c03-4d7c-9faa-a9decd8b619e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005996 10.0.0.73 - - [2026-04-30 02:49:18] "POST /neutron/port HTTP/1.1" 200 1129 0.024698 10.0.0.73 - - [2026-04-30 02:49:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008374 10.0.0.73 - - [2026-04-30 02:49:18] "GET /virtual-machine/9a41691f-0f23-4edb-953e-5ec4a81d94a9 HTTP/1.1" 200 1296 0.006330 10.0.0.73 - - [2026-04-30 02:49:18] "GET /virtual-machine-interface/e7dd4955-8615-4f87-a10c-38f8b208b81f HTTP/1.1" 200 2969 0.006252 10.0.0.73 - - [2026-04-30 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.73 - - [2026-04-30 02:49:18] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003582 10.0.0.73 - - [2026-04-30 02:49:18] "GET /virtual-networks?parent_id=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003320 10.0.0.73 - - [2026-04-30 02:49:18] "GET /virtual-network/c633556b-d552-4c88-8aff-5e781bfa6ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009530 10.0.0.73 - - [2026-04-30 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.73 - - [2026-04-30 02:49:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005520 10.0.0.73 - - [2026-04-30 02:49:20] "GET /virtual-networks?parent_id=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004274 10.0.0.73 - - [2026-04-30 02:49:20] "GET /virtual-network/c633556b-d552-4c88-8aff-5e781bfa6ece?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007539 10.0.0.73 - - [2026-04-30 02:49:20] "POST /neutron/port HTTP/1.1" 200 1129 0.049115 10.0.0.73 - - [2026-04-30 02:49:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004299 10.0.0.141 - - [2026-04-30 02:49:20] "GET /obj-perms HTTP/1.1" 200 5056 0.069180 10.0.0.73 - - [2026-04-30 02:49:20] "POST /neutron/network HTTP/1.1" 200 836 0.007757 10.0.0.141 - - [2026-04-30 02:49:24] "POST /ref-update HTTP/1.1" 200 156 0.017382 10.0.0.73 - - [2026-04-30 02:49:24] "POST /neutron/router HTTP/1.1" 200 656 0.008398 10.0.0.141 - - [2026-04-30 02:49:24] "POST /ref-update HTTP/1.1" 200 156 0.019650 10.0.0.141 - - [2026-04-30 02:49:24] "PUT /logical-router/b1352280-393a-4d94-846f-41f69d0e13fb HTTP/1.1" 404 171 0.052030 10.0.0.141 - - [2026-04-30 02:49:24] "GET /virtual-network/2f29d52d-018f-48c8-a066-2ee5909a6db1?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2299 0.011716 10.0.0.141 - - [2026-04-30 02:49:24] "GET /virtual-machine-interface/a969fbf5-8875-4a4d-ac96-6e516521b718?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.010024 10.0.0.73 - - [2026-04-30 02:49:24] "POST /neutron/network HTTP/1.1" 400 204 0.054888 10.0.0.141 - - [2026-04-30 02:49:24] "DELETE /virtual-machine-interface/a969fbf5-8875-4a4d-ac96-6e516521b718 HTTP/1.1" 200 115 0.068134 10.0.0.141 - - [2026-04-30 02:49:24] "GET /instance-ip/01915cd4-5794-459a-8b84-cd4d6d414ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1758 0.013318 10.0.0.141 - - [2026-04-30 02:49:24] "DELETE /instance-ip/01915cd4-5794-459a-8b84-cd4d6d414ac0 HTTP/1.1" 404 177 0.003601 10.0.0.141 - - [2026-04-30 02:49:25] "DELETE /route-target/2d7aab9e-2b74-4ebc-ab01-d1cfdc573a90 HTTP/1.1" 200 115 0.023520 10.0.0.141 - - [2026-04-30 02:49:25] "GET /logical-router/b1352280-393a-4d94-846f-41f69d0e13fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003331 10.0.0.141 - - [2026-04-30 02:49:25] "POST /ref-update HTTP/1.1" 200 156 0.035810 10.0.0.141 - - [2026-04-30 02:49:25] "POST /ref-update HTTP/1.1" 200 156 0.020174 10.0.0.73 - - [2026-04-30 02:49:25] "POST /neutron/port HTTP/1.1" 200 151 0.272692 10.0.0.141 - - [2026-04-30 02:49:25] "POST /ref-update HTTP/1.1" 200 156 0.031021 10.0.0.141 - - [2026-04-30 02:49:25] "DELETE /virtual-machine-interface/4c69a84d-3513-41fe-9917-90f47e39a56f HTTP/1.1" 200 115 0.104818 10.0.0.73 - - [2026-04-30 02:49:25] "POST /neutron/port HTTP/1.1" 200 151 0.264236 10.0.0.73 - - [2026-04-30 02:49:26] "POST /neutron/network HTTP/1.1" 200 829 0.007392 10.0.0.141 - - [2026-04-30 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.33 - - [2026-04-30 02:49:28] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001219 10.0.0.73 - - [2026-04-30 02:49:28] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045348 10.0.0.33 - - [2026-04-30 02:49:28] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.73 - - [2026-04-30 02:49:28] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?fields=virtual_networks HTTP/1.1" 200 1038 0.043856 10.0.0.33 - - [2026-04-30 02:49:28] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001192 10.0.0.73 - - [2026-04-30 02:49:28] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.054867 10.0.0.33 - - [2026-04-30 02:49:28] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001689 10.0.0.73 - - [2026-04-30 02:49:28] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?fields=security_groups HTTP/1.1" 200 1267 0.044741 10.0.0.73 - - [2026-04-30 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.024881 10.0.0.33 - - [2026-04-30 02:49:29] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003153 10.0.0.33 - - [2026-04-30 02:49:29] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002293 10.0.0.33 - - [2026-04-30 02:49:29] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009510 10.0.0.33 - - [2026-04-30 02:49:29] "POST /id-to-fqname HTTP/1.1" 200 198 0.003118 10.0.0.33 - - [2026-04-30 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.009501 10.0.0.33 - - [2026-04-30 02:49:29] "POST /security-groups HTTP/1.1" 200 599 0.036205 10.0.0.33 - - [2026-04-30 02:49:29] "POST /projects HTTP/1.1" 200 601 0.267201 10.0.0.141 - - [2026-04-30 02:49:29] "POST /access-control-lists HTTP/1.1" 200 604 0.034804 10.0.0.33 - - [2026-04-30 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.338215 10.0.0.73 - - [2026-04-30 02:49:29] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.485495 10.0.0.73 - - [2026-04-30 02:49:31] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.73 - - [2026-04-30 02:49:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2026-04-30 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.060357 10.0.0.33 - - [2026-04-30 02:49:33] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.73 - - [2026-04-30 02:49:33] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047171 10.0.0.33 - - [2026-04-30 02:49:33] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.73 - - [2026-04-30 02:49:33] "POST /neutron/network HTTP/1.1" 200 613 0.151219 10.0.0.141 - - [2026-04-30 02:49:33] "POST /route-targets HTTP/1.1" 200 327 0.015489 10.0.0.73 - - [2026-04-30 02:49:34] "POST /neutron/network HTTP/1.1" 200 1006 0.012570 10.0.0.73 - - [2026-04-30 02:49:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001372 10.0.0.73 - - [2026-04-30 02:49:34] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005790 10.0.0.73 - - [2026-04-30 02:49:34] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005728 10.0.0.73 - - [2026-04-30 02:49:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.008685 10.0.0.73 - - [2026-04-30 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.33 - - [2026-04-30 02:49:34] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.73 - - [2026-04-30 02:49:34] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049342 10.0.0.33 - - [2026-04-30 02:49:34] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.73 - - [2026-04-30 02:49:34] "POST /neutron/network HTTP/1.1" 200 613 0.145334 10.0.0.141 - - [2026-04-30 02:49:34] "POST /ref-update HTTP/1.1" 200 156 0.028057 10.0.0.141 - - [2026-04-30 02:49:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.068386 10.0.0.73 - - [2026-04-30 02:49:34] "POST /neutron/network HTTP/1.1" 200 1005 0.015117 10.0.0.73 - - [2026-04-30 02:49:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001652 10.0.0.73 - - [2026-04-30 02:49:35] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008647 10.0.0.73 - - [2026-04-30 02:49:35] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005877 10.0.0.73 - - [2026-04-30 02:49:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.015211 10.0.0.73 - - [2026-04-30 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.003404 10.0.0.73 - - [2026-04-30 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.33 - - [2026-04-30 02:49:35] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.73 - - [2026-04-30 02:49:35] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065750 10.0.0.73 - - [2026-04-30 02:49:35] "POST /network-policys HTTP/1.1" 200 577 0.047780 10.0.0.73 - - [2026-04-30 02:49:35] "GET /network-policy/9d89d8ee-8f1b-4440-9b62-71dd17351975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.008418 10.0.0.73 - - [2026-04-30 02:49:35] "POST /neutron/network HTTP/1.1" 200 1114 0.126685 10.0.0.73 - - [2026-04-30 02:49:35] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006942 10.0.0.73 - - [2026-04-30 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013621 10.0.0.73 - - [2026-04-30 02:49:35] "GET /network-policy/9d89d8ee-8f1b-4440-9b62-71dd17351975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.011876 10.0.0.141 - - [2026-04-30 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 242 0.009470 10.0.0.73 - - [2026-04-30 02:49:35] "POST /neutron/network HTTP/1.1" 200 1113 0.093964 10.0.0.73 - - [2026-04-30 02:49:35] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.035740 10.0.0.73 - - [2026-04-30 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.73 - - [2026-04-30 02:49:35] "GET /network-policy/9d89d8ee-8f1b-4440-9b62-71dd17351975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004876 10.0.0.73 - - [2026-04-30 02:49:36] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007628 10.0.0.73 - - [2026-04-30 02:49:37] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006120 10.0.0.33 - - [2026-04-30 02:49:38] "GET /obj-perms HTTP/1.1" 200 5046 0.055788 10.0.0.73 - - [2026-04-30 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001407 10.0.0.33 - - [2026-04-30 02:49:39] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001576 10.0.0.73 - - [2026-04-30 02:49:39] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077732 10.0.0.73 - - [2026-04-30 02:49:39] "POST /neutron/network HTTP/1.1" 200 1114 0.045735 10.0.0.73 - - [2026-04-30 02:49:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001339 10.0.0.73 - - [2026-04-30 02:49:39] "POST /neutron/port HTTP/1.1" 200 117 0.006156 10.0.0.33 - - [2026-04-30 02:49:39] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.73 - - [2026-04-30 02:49:40] "POST /neutron/port HTTP/1.1" 200 1175 0.387240 10.0.0.33 - - [2026-04-30 02:49:40] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.73 - - [2026-04-30 02:49:40] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.121350 10.0.0.73 - - [2026-04-30 02:49:40] "POST /neutron/port HTTP/1.1" 200 1229 0.166869 10.0.0.73 - - [2026-04-30 02:49:40] "POST /neutron/port HTTP/1.1" 200 1239 0.025083 10.0.0.73 - - [2026-04-30 02:49:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008036 10.0.0.73 - - [2026-04-30 02:49:40] "POST /neutron/port HTTP/1.1" 200 117 0.006896 10.0.0.73 - - [2026-04-30 02:49:40] "POST /neutron/port HTTP/1.1" 200 1239 0.020551 10.0.0.33 - - [2026-04-30 02:49:41] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001642 10.0.0.73 - - [2026-04-30 02:49:41] "POST /neutron/port HTTP/1.1" 200 1174 0.390902 10.0.0.73 - - [2026-04-30 02:49:41] "POST /neutron/port HTTP/1.1" 200 1228 0.129143 10.0.0.73 - - [2026-04-30 02:49:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004055 10.0.0.73 - - [2026-04-30 02:49:41] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.73 - - [2026-04-30 02:49:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008849 10.0.0.73 - - [2026-04-30 02:49:46] "POST /neutron/port HTTP/1.1" 200 1239 0.020494 10.0.0.73 - - [2026-04-30 02:49:46] "GET /virtual-machine/ef818a6f-22d7-43b4-9dbe-ab77cba19f1c HTTP/1.1" 401 292 0.000511 10.0.0.73 - - [2026-04-30 02:49:46] "GET /virtual-machine/ef818a6f-22d7-43b4-9dbe-ab77cba19f1c HTTP/1.1" 200 1301 0.030580 10.0.0.73 - - [2026-04-30 02:49:46] "GET /virtual-machine-interface/2118e9ba-83da-4fb9-848e-8ffcc9d9f70e HTTP/1.1" 200 3174 0.007202 10.0.0.73 - - [2026-04-30 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.73 - - [2026-04-30 02:49:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004550 10.0.0.73 - - [2026-04-30 02:49:46] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004231 10.0.0.73 - - [2026-04-30 02:49:46] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006172 10.0.0.73 - - [2026-04-30 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.73 - - [2026-04-30 02:49:49] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006095 10.0.0.73 - - [2026-04-30 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.73 - - [2026-04-30 02:49:53] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006764 10.0.0.33 - - [2026-04-30 02:49:57] "DELETE /project/1a0d1cc8ccf641c2badda4b55818bf68 HTTP/1.1" 404 173 0.016425 10.0.0.33 - - [2026-04-30 02:49:57] "DELETE /project/2db283defaca4ac8ad6d63c76174640d HTTP/1.1" 404 173 0.015057 10.0.0.33 - - [2026-04-30 02:49:57] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001442 10.0.0.33 - - [2026-04-30 02:49:57] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.33 - - [2026-04-30 02:49:57] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.061229 10.0.0.33 - - [2026-04-30 02:49:57] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.072314 10.0.0.33 - - [2026-04-30 02:49:57] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001016 10.0.0.33 - - [2026-04-30 02:49:57] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.33 - - [2026-04-30 02:49:57] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?fields=security_groups HTTP/1.1" 200 1372 0.053107 10.0.0.33 - - [2026-04-30 02:49:57] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?fields=security_groups HTTP/1.1" 200 1356 0.055620 10.0.0.33 - - [2026-04-30 02:49:57] "DELETE /security-group/b811570c-9154-43ae-aca9-3f9d886680b1 HTTP/1.1" 200 115 0.073248 10.0.0.33 - - [2026-04-30 02:49:57] "GET /projects?obj_uuids=1a0d1cc8-ccf6-41c2-badd-a4b55818bf68&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001891 10.0.0.141 - - [2026-04-30 02:49:57] "DELETE /access-control-list/319aa3d5-83b4-409e-8caf-fbbda16a776f HTTP/1.1" 200 115 0.066486 10.0.0.33 - - [2026-04-30 02:49:57] "DELETE /security-group/1cc6df67-e5ab-469f-a9d1-e526389ab303 HTTP/1.1" 200 115 0.114175 10.0.0.33 - - [2026-04-30 02:49:57] "GET /projects?obj_uuids=62002b84-fc22-4f5d-880d-90ebf4fe7e9a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.33 - - [2026-04-30 02:49:57] "GET /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68?fields=application_policy_sets HTTP/1.1" 200 1411 0.061636 10.0.0.33 - - [2026-04-30 02:49:57] "GET /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a?fields=application_policy_sets HTTP/1.1" 200 1395 0.096048 10.0.0.141 - - [2026-04-30 02:49:57] "DELETE /access-control-list/8dca1313-eef3-4877-939d-3cb776dbbeb0 HTTP/1.1" 200 115 0.080073 10.0.0.33 - - [2026-04-30 02:49:57] "DELETE /project/1a0d1cc8-ccf6-41c2-badd-a4b55818bf68 HTTP/1.1" 200 115 0.592303 10.0.0.33 - - [2026-04-30 02:49:57] "DELETE /project/62002b84-fc22-4f5d-880d-90ebf4fe7e9a HTTP/1.1" 200 115 0.643537 10.0.0.73 - - [2026-04-30 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.73 - - [2026-04-30 02:49:58] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006491 10.0.0.73 - - [2026-04-30 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.73 - - [2026-04-30 02:50:02] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006842 10.0.0.73 - - [2026-04-30 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.73 - - [2026-04-30 02:50:06] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006972 10.0.0.73 - - [2026-04-30 02:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.73 - - [2026-04-30 02:50:10] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006685 10.0.0.73 - - [2026-04-30 02:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.73 - - [2026-04-30 02:50:14] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005846 10.0.0.73 - - [2026-04-30 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.73 - - [2026-04-30 02:50:18] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006916 10.0.0.73 - - [2026-04-30 02:50:20] "POST /neutron/port HTTP/1.1" 200 1238 0.023689 10.0.0.73 - - [2026-04-30 02:50:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006376 10.0.0.73 - - [2026-04-30 02:50:20] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.73 - - [2026-04-30 02:50:21] "GET /obj-perms HTTP/1.1" 200 5056 0.048064 10.0.0.141 - - [2026-04-30 02:50:21] "GET /obj-perms HTTP/1.1" 200 5056 0.048134 10.0.0.73 - - [2026-04-30 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.73 - - [2026-04-30 02:50:22] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006529 10.0.0.73 - - [2026-04-30 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.73 - - [2026-04-30 02:50:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003768 10.0.0.73 - - [2026-04-30 02:50:24] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003721 10.0.0.73 - - [2026-04-30 02:50:24] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006214 10.0.0.73 - - [2026-04-30 02:50:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012604 10.0.0.73 - - [2026-04-30 02:50:29] "POST /neutron/network HTTP/1.1" 200 1124 0.007186 10.0.0.73 - - [2026-04-30 02:50:29] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016029 10.0.0.73 - - [2026-04-30 02:50:29] "POST /neutron/network HTTP/1.1" 200 1114 0.009859 10.0.0.73 - - [2026-04-30 02:50:34] "POST /neutron/port HTTP/1.1" 200 1238 0.020272 10.0.0.73 - - [2026-04-30 02:50:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009130 10.0.0.73 - - [2026-04-30 02:50:40] "POST /neutron/port HTTP/1.1" 200 1239 0.020860 10.0.0.73 - - [2026-04-30 02:50:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008478 10.0.0.73 - - [2026-04-30 02:50:50] "POST /neutron/port HTTP/1.1" 200 1238 0.021416 10.0.0.73 - - [2026-04-30 02:50:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008513 10.0.0.73 - - [2026-04-30 02:50:51] "GET /virtual-machine/47026305-06b9-40d5-8df7-7a0adc99497f HTTP/1.1" 200 1300 0.006356 10.0.0.73 - - [2026-04-30 02:50:51] "GET /virtual-machine-interface/cb958840-5237-452e-a1cc-a879d9ccf457 HTTP/1.1" 200 3176 0.006552 10.0.0.73 - - [2026-04-30 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.73 - - [2026-04-30 02:50:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004428 10.0.0.73 - - [2026-04-30 02:50:51] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003170 10.0.0.73 - - [2026-04-30 02:50:51] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006918 10.0.0.73 - - [2026-04-30 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.73 - - [2026-04-30 02:50:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004461 10.0.0.73 - - [2026-04-30 02:50:52] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003174 10.0.0.73 - - [2026-04-30 02:50:52] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006176 10.0.0.141 - - [2026-04-30 02:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.141 - - [2026-04-30 02:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.141 - - [2026-04-30 02:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.141 - - [2026-04-30 02:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.73 - - [2026-04-30 02:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.73 - - [2026-04-30 02:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.33 - - [2026-04-30 02:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2026-04-30 02:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2026-04-30 02:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.73 - - [2026-04-30 02:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.33 - - [2026-04-30 02:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2026-04-30 02:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.73 - - [2026-04-30 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.33 - - [2026-04-30 02:51:14] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.73 - - [2026-04-30 02:51:14] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053636 10.0.0.73 - - [2026-04-30 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.73 - - [2026-04-30 02:51:14] "PUT /network-policy/9d89d8ee-8f1b-4440-9b62-71dd17351975 HTTP/1.1" 200 262 0.016462 10.0.0.73 - - [2026-04-30 02:51:18] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006398 10.0.0.141 - - [2026-04-30 02:51:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.007690 10.0.0.141 - - [2026-04-30 02:51:18] "DELETE /access-control-list/b9016d0d-7515-4c4f-8184-2af1456276fb HTTP/1.1" 200 115 0.050598 10.0.0.73 - - [2026-04-30 02:51:18] "POST /neutron/network HTTP/1.1" 200 1005 0.019974 10.0.0.73 - - [2026-04-30 02:51:18] "GET /virtual-network/f18fb60c-c3ed-4524-b6b5-acbbd91dcc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008013 10.0.0.73 - - [2026-04-30 02:51:18] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008449 10.0.0.73 - - [2026-04-30 02:51:18] "POST /neutron/network HTTP/1.1" 200 1006 0.044224 10.0.0.73 - - [2026-04-30 02:51:18] "GET /virtual-network/90cd3820-eb38-4022-a8db-46bd33d37708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005937 10.0.0.141 - - [2026-04-30 02:51:18] "POST /ref-update HTTP/1.1" 200 156 0.045900 10.0.0.73 - - [2026-04-30 02:51:18] "DELETE /network-policy/9d89d8ee-8f1b-4440-9b62-71dd17351975 HTTP/1.1" 200 115 0.068746 10.0.0.73 - - [2026-04-30 02:51:18] "POST /neutron/network HTTP/1.1" 400 204 0.016948 10.0.0.73 - - [2026-04-30 02:51:18] "POST /neutron/port HTTP/1.1" 200 151 0.314615 10.0.0.73 - - [2026-04-30 02:51:20] "POST /neutron/network HTTP/1.1" 200 1005 0.010775 10.0.0.141 - - [2026-04-30 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007486 10.0.0.33 - - [2026-04-30 02:51:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005725 10.0.0.33 - - [2026-04-30 02:51:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003161 10.0.0.33 - - [2026-04-30 02:51:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.33 - - [2026-04-30 02:51:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.73 - - [2026-04-30 02:51:21] "POST /neutron/network HTTP/1.1" 200 151 0.169652 10.0.0.33 - - [2026-04-30 02:51:25] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001317 10.0.0.73 - - [2026-04-30 02:51:25] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048720 10.0.0.73 - - [2026-04-30 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.33 - - [2026-04-30 02:51:25] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.73 - - [2026-04-30 02:51:25] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007973 10.0.0.73 - - [2026-04-30 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.33 - - [2026-04-30 02:51:25] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.73 - - [2026-04-30 02:51:25] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049898 10.0.0.73 - - [2026-04-30 02:51:26] "GET /domains HTTP/1.1" 200 280 0.004754 10.0.0.33 - - [2026-04-30 02:51:26] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.73 - - [2026-04-30 02:51:26] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb HTTP/1.1" 200 2776 0.018006 10.0.0.33 - - [2026-04-30 02:51:26] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.73 - - [2026-04-30 02:51:26] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d HTTP/1.1" 200 1900 0.089556 10.0.0.73 - - [2026-04-30 02:51:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003245 10.0.0.73 - - [2026-04-30 02:51:26] "POST /network-ipams HTTP/1.1" 200 609 0.038468 10.0.0.73 - - [2026-04-30 02:51:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.004557 10.0.0.73 - - [2026-04-30 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.73 - - [2026-04-30 02:51:26] "GET /network-ipam/acce0063-e364-42d2-ad6a-8a7bb13342bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.007252 10.0.0.73 - - [2026-04-30 02:51:26] "PUT /network-ipam/acce0063-e364-42d2-ad6a-8a7bb13342bf HTTP/1.1" 200 258 0.019546 10.0.0.73 - - [2026-04-30 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.33 - - [2026-04-30 02:51:27] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.73 - - [2026-04-30 02:51:27] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053100 10.0.0.141 - - [2026-04-30 02:51:27] "POST /ref-update HTTP/1.1" 200 156 0.021923 10.0.0.33 - - [2026-04-30 02:51:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009107 10.0.0.73 - - [2026-04-30 02:51:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.199367 10.0.0.73 - - [2026-04-30 02:51:28] "POST /neutron/network HTTP/1.1" 200 1309 0.014062 10.0.0.73 - - [2026-04-30 02:51:28] "POST /id-to-fqname HTTP/1.1" 200 231 0.001220 10.0.0.73 - - [2026-04-30 02:51:28] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005783 10.0.0.73 - - [2026-04-30 02:51:28] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007196 10.0.0.73 - - [2026-04-30 02:51:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.010033 10.0.0.73 - - [2026-04-30 02:51:28] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006452 10.0.0.73 - - [2026-04-30 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.33 - - [2026-04-30 02:51:28] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001154 10.0.0.73 - - [2026-04-30 02:51:28] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057678 10.0.0.73 - - [2026-04-30 02:51:28] "POST /neutron/network HTTP/1.1" 200 117 0.019212 10.0.0.33 - - [2026-04-30 02:51:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005743 10.0.0.73 - - [2026-04-30 02:51:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.226189 10.0.0.141 - - [2026-04-30 02:51:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.007358 10.0.0.73 - - [2026-04-30 02:51:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001288 10.0.0.73 - - [2026-04-30 02:51:29] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008363 10.0.0.73 - - [2026-04-30 02:51:29] "POST /neutron/network HTTP/1.1" 200 1309 0.013578 10.0.0.73 - - [2026-04-30 02:51:29] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005710 10.0.0.73 - - [2026-04-30 02:51:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.009165 10.0.0.73 - - [2026-04-30 02:51:30] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005408 10.0.0.73 - - [2026-04-30 02:51:30] "GET /obj-perms HTTP/1.1" 200 5046 0.061923 10.0.0.33 - - [2026-04-30 02:51:30] "GET /obj-perms HTTP/1.1" 200 5046 0.003915 10.0.0.73 - - [2026-04-30 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.33 - - [2026-04-30 02:51:30] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.73 - - [2026-04-30 02:51:30] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047537 10.0.0.33 - - [2026-04-30 02:51:30] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.73 - - [2026-04-30 02:51:30] "POST /neutron/network HTTP/1.1" 200 619 0.137326 10.0.0.141 - - [2026-04-30 02:51:30] "POST /ref-update HTTP/1.1" 200 156 0.018123 10.0.0.33 - - [2026-04-30 02:51:31] "POST /useragent-kv HTTP/1.1" 200 115 0.010040 10.0.0.73 - - [2026-04-30 02:51:31] "POST /neutron/subnet HTTP/1.1" 200 823 0.193808 10.0.0.73 - - [2026-04-30 02:51:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001709 10.0.0.73 - - [2026-04-30 02:51:31] "GET /virtual-network/1dfd64e2-e36d-4da5-b00f-f3ed196569f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006078 10.0.0.73 - - [2026-04-30 02:51:31] "GET /virtual-network/1dfd64e2-e36d-4da5-b00f-f3ed196569f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006413 10.0.0.73 - - [2026-04-30 02:51:31] "POST /neutron/network HTTP/1.1" 200 1308 0.017500 10.0.0.73 - - [2026-04-30 02:51:31] "POST /neutron/subnet HTTP/1.1" 200 823 0.010735 10.0.0.73 - - [2026-04-30 02:51:31] "GET /virtual-network/1dfd64e2-e36d-4da5-b00f-f3ed196569f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006961 10.0.0.141 - - [2026-04-30 02:51:32] "GET /obj-perms HTTP/1.1" 200 5046 0.058285 10.0.0.73 - - [2026-04-30 02:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.33 - - [2026-04-30 02:51:32] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.73 - - [2026-04-30 02:51:32] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050002 10.0.0.33 - - [2026-04-30 02:51:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007672 10.0.0.73 - - [2026-04-30 02:51:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.172643 10.0.0.73 - - [2026-04-30 02:51:33] "POST /neutron/network HTTP/1.1" 200 1309 0.013618 10.0.0.73 - - [2026-04-30 02:51:33] "POST /id-to-fqname HTTP/1.1" 200 231 0.001570 10.0.0.73 - - [2026-04-30 02:51:33] "GET /virtual-network/8f1552af-eff0-4dfa-b479-38a990833c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005783 10.0.0.73 - - [2026-04-30 02:51:33] "GET /virtual-network/8f1552af-eff0-4dfa-b479-38a990833c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007642 10.0.0.73 - - [2026-04-30 02:51:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.011731 10.0.0.73 - - [2026-04-30 02:51:33] "GET /virtual-network/8f1552af-eff0-4dfa-b479-38a990833c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006875 10.0.0.73 - - [2026-04-30 02:51:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.003886 10.0.0.73 - - [2026-04-30 02:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.33 - - [2026-04-30 02:51:33] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.73 - - [2026-04-30 02:51:33] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052679 10.0.0.73 - - [2026-04-30 02:51:34] "POST /network-policys HTTP/1.1" 200 559 0.038992 10.0.0.73 - - [2026-04-30 02:51:34] "GET /network-policy/dd724264-1f31-4b69-89a0-0b3597dece60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006621 10.0.0.73 - - [2026-04-30 02:51:34] "POST /fqname-to-id HTTP/1.1" 404 225 0.007095 10.0.0.73 - - [2026-04-30 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.33 - - [2026-04-30 02:51:34] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.73 - - [2026-04-30 02:51:34] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053866 10.0.0.73 - - [2026-04-30 02:51:34] "POST /network-policys HTTP/1.1" 200 559 0.037690 10.0.0.73 - - [2026-04-30 02:51:34] "GET /network-policy/e496fdc7-2f42-4324-b443-16fdcef3b6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006893 10.0.0.73 - - [2026-04-30 02:51:34] "POST /fqname-to-id HTTP/1.1" 404 225 0.003596 10.0.0.73 - - [2026-04-30 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.33 - - [2026-04-30 02:51:34] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.73 - - [2026-04-30 02:51:34] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056455 10.0.0.73 - - [2026-04-30 02:51:34] "POST /network-policys HTTP/1.1" 200 559 0.034144 10.0.0.73 - - [2026-04-30 02:51:34] "GET /network-policy/80bda61f-6099-4674-866c-6d8307c0ef50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.007219 10.0.0.73 - - [2026-04-30 02:51:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.003380 10.0.0.73 - - [2026-04-30 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.33 - - [2026-04-30 02:51:35] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.73 - - [2026-04-30 02:51:35] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054953 10.0.0.73 - - [2026-04-30 02:51:35] "POST /network-policys HTTP/1.1" 200 559 0.041519 10.0.0.73 - - [2026-04-30 02:51:35] "GET /network-policy/cdef02ce-fb48-484e-8e47-70f1dd0d36be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.017376 10.0.0.73 - - [2026-04-30 02:51:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.003399 10.0.0.73 - - [2026-04-30 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.33 - - [2026-04-30 02:51:35] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.73 - - [2026-04-30 02:51:35] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084021 10.0.0.73 - - [2026-04-30 02:51:35] "POST /network-policys HTTP/1.1" 200 559 0.041446 10.0.0.73 - - [2026-04-30 02:51:35] "GET /network-policy/db50c4b4-81ea-441a-91dd-9ce26fbe7f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006819 10.0.0.73 - - [2026-04-30 02:51:35] "POST /fqname-to-id HTTP/1.1" 404 225 0.003294 10.0.0.73 - - [2026-04-30 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007325 10.0.0.33 - - [2026-04-30 02:51:35] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.73 - - [2026-04-30 02:51:35] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052956 10.0.0.73 - - [2026-04-30 02:51:36] "POST /network-policys HTTP/1.1" 200 559 0.054186 10.0.0.73 - - [2026-04-30 02:51:36] "GET /network-policy/924ba43a-bda8-4c69-8a0e-9edef29023f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.009416 10.0.0.73 - - [2026-04-30 02:51:36] "POST /fqname-to-id HTTP/1.1" 404 225 0.003494 10.0.0.73 - - [2026-04-30 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.33 - - [2026-04-30 02:51:36] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001457 10.0.0.73 - - [2026-04-30 02:51:36] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062431 10.0.0.73 - - [2026-04-30 02:51:36] "POST /network-policys HTTP/1.1" 200 559 0.039442 10.0.0.73 - - [2026-04-30 02:51:36] "GET /network-policy/db3618a9-487d-4cd5-bcf1-4b4759a0ab09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.015227 10.0.0.73 - - [2026-04-30 02:51:36] "POST /fqname-to-id HTTP/1.1" 404 225 0.003254 10.0.0.73 - - [2026-04-30 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.33 - - [2026-04-30 02:51:36] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.73 - - [2026-04-30 02:51:36] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059288 10.0.0.73 - - [2026-04-30 02:51:37] "POST /network-policys HTTP/1.1" 200 559 0.040798 10.0.0.73 - - [2026-04-30 02:51:37] "GET /network-policy/43e10a23-99d6-4241-8b5e-5ebe0a19df32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007417 10.0.0.73 - - [2026-04-30 02:51:37] "POST /neutron/network HTTP/1.1" 200 1309 0.016195 10.0.0.141 - - [2026-04-30 02:51:37] "POST /fqname-to-id HTTP/1.1" 404 248 0.004955 10.0.0.141 - - [2026-04-30 02:51:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.005324 10.0.0.73 - - [2026-04-30 02:51:37] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009710 10.0.0.73 - - [2026-04-30 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.73 - - [2026-04-30 02:51:37] "GET /network-policy/dd724264-1f31-4b69-89a0-0b3597dece60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004264 10.0.0.73 - - [2026-04-30 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.73 - - [2026-04-30 02:51:37] "GET /network-policy/e496fdc7-2f42-4324-b443-16fdcef3b6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004496 10.0.0.73 - - [2026-04-30 02:51:37] "POST /neutron/network HTTP/1.1" 200 1309 0.011977 10.0.0.141 - - [2026-04-30 02:51:37] "POST /access-control-lists HTTP/1.1" 200 605 0.064263 10.0.0.73 - - [2026-04-30 02:51:37] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.023743 10.0.0.73 - - [2026-04-30 02:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.016246 10.0.0.73 - - [2026-04-30 02:51:38] "GET /network-policy/80bda61f-6099-4674-866c-6d8307c0ef50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.005133 10.0.0.73 - - [2026-04-30 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008359 10.0.0.73 - - [2026-04-30 02:51:38] "GET /network-policy/cdef02ce-fb48-484e-8e47-70f1dd0d36be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006071 10.0.0.73 - - [2026-04-30 02:51:38] "POST /neutron/network HTTP/1.1" 200 1308 0.012294 10.0.0.141 - - [2026-04-30 02:51:38] "POST /access-control-lists HTTP/1.1" 200 605 0.046157 10.0.0.73 - - [2026-04-30 02:51:38] "GET /virtual-network/1dfd64e2-e36d-4da5-b00f-f3ed196569f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.008429 10.0.0.73 - - [2026-04-30 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.73 - - [2026-04-30 02:51:38] "GET /network-policy/924ba43a-bda8-4c69-8a0e-9edef29023f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004376 10.0.0.73 - - [2026-04-30 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.73 - - [2026-04-30 02:51:38] "GET /network-policy/db50c4b4-81ea-441a-91dd-9ce26fbe7f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004669 10.0.0.73 - - [2026-04-30 02:51:38] "POST /neutron/network HTTP/1.1" 200 1309 0.014844 10.0.0.141 - - [2026-04-30 02:51:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003317 10.0.0.73 - - [2026-04-30 02:51:38] "GET /virtual-network/8f1552af-eff0-4dfa-b479-38a990833c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008495 10.0.0.73 - - [2026-04-30 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.73 - - [2026-04-30 02:51:38] "GET /network-policy/43e10a23-99d6-4241-8b5e-5ebe0a19df32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004743 10.0.0.73 - - [2026-04-30 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.73 - - [2026-04-30 02:51:39] "GET /network-policy/db3618a9-487d-4cd5-bcf1-4b4759a0ab09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005308 10.0.0.73 - - [2026-04-30 02:51:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001495 10.0.0.73 - - [2026-04-30 02:52:14] "POST /neutron/network HTTP/1.1" 200 1504 0.008788 10.0.0.33 - - [2026-04-30 02:52:15] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.73 - - [2026-04-30 02:52:15] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072057 10.0.0.73 - - [2026-04-30 02:52:15] "POST /neutron/port HTTP/1.1" 200 117 0.006658 10.0.0.73 - - [2026-04-30 02:52:15] "POST /id-to-fqname HTTP/1.1" 200 231 0.001268 10.0.0.73 - - [2026-04-30 02:52:15] "POST /neutron/network HTTP/1.1" 200 1504 0.007813 10.0.0.33 - - [2026-04-30 02:52:16] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001361 10.0.0.73 - - [2026-04-30 02:52:16] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.133874 10.0.0.73 - - [2026-04-30 02:52:16] "POST /neutron/port HTTP/1.1" 200 1170 0.047117 10.0.0.73 - - [2026-04-30 02:52:16] "POST /neutron/port HTTP/1.1" 200 1224 0.241874 10.0.0.73 - - [2026-04-30 02:52:16] "POST /neutron/port HTTP/1.1" 200 1234 0.055271 10.0.0.73 - - [2026-04-30 02:52:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005677 10.0.0.73 - - [2026-04-30 02:52:17] "POST /neutron/network HTTP/1.1" 200 1504 0.016312 10.0.0.73 - - [2026-04-30 02:52:17] "POST /neutron/port HTTP/1.1" 200 117 0.002638 10.0.0.73 - - [2026-04-30 02:52:18] "POST /neutron/port HTTP/1.1" 200 1170 0.068258 10.0.0.73 - - [2026-04-30 02:52:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004545 10.0.0.73 - - [2026-04-30 02:52:18] "POST /neutron/port HTTP/1.1" 200 117 0.008811 10.0.0.73 - - [2026-04-30 02:52:22] "POST /neutron/port HTTP/1.1" 200 1234 0.056147 10.0.0.33 - - [2026-04-30 02:52:23] "GET /obj-perms HTTP/1.1" 200 5056 0.060426 10.0.0.73 - - [2026-04-30 02:52:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019938 10.0.0.73 - - [2026-04-30 02:52:37] "POST /neutron/port HTTP/1.1" 200 1234 0.041270 10.0.0.73 - - [2026-04-30 02:52:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019399 10.0.0.73 - - [2026-04-30 02:52:52] "POST /neutron/port HTTP/1.1" 200 1234 0.018608 10.0.0.73 - - [2026-04-30 02:52:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008405 10.0.0.73 - - [2026-04-30 02:53:08] "POST /neutron/port HTTP/1.1" 200 1234 0.020928 10.0.0.73 - - [2026-04-30 02:53:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008086 10.0.0.73 - - [2026-04-30 02:53:23] "POST /neutron/port HTTP/1.1" 200 1234 0.021439 10.0.0.73 - - [2026-04-30 02:53:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009143 10.0.0.73 - - [2026-04-30 02:53:23] "GET /virtual-machine/552b43e2-fb74-40f2-aa04-c1a6ba9a968d HTTP/1.1" 200 1300 0.015702 10.0.0.73 - - [2026-04-30 02:53:23] "GET /virtual-machine-interface/4f528565-9b74-4021-a9d7-526f87a33334 HTTP/1.1" 200 3184 0.006249 10.0.0.73 - - [2026-04-30 02:53:23] "GET /obj-perms HTTP/1.1" 200 5056 0.091253 10.0.0.73 - - [2026-04-30 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.73 - - [2026-04-30 02:53:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004411 10.0.0.73 - - [2026-04-30 02:53:23] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003453 10.0.0.73 - - [2026-04-30 02:53:23] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006558 10.0.0.73 - - [2026-04-30 02:53:24] "POST /neutron/port HTTP/1.1" 200 1234 0.026132 10.0.0.73 - - [2026-04-30 02:53:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006603 10.0.0.141 - - [2026-04-30 02:53:24] "GET /obj-perms HTTP/1.1" 200 5056 0.050296 10.0.0.73 - - [2026-04-30 02:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.73 - - [2026-04-30 02:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.73 - - [2026-04-30 02:53:27] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006946 10.0.0.73 - - [2026-04-30 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.73 - - [2026-04-30 02:53:31] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005780 10.0.0.73 - - [2026-04-30 02:53:31] "POST /neutron/port HTTP/1.1" 200 1234 0.020703 10.0.0.73 - - [2026-04-30 02:53:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004582 10.0.0.73 - - [2026-04-30 02:53:31] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.73 - - [2026-04-30 02:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.73 - - [2026-04-30 02:53:35] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006140 10.0.0.73 - - [2026-04-30 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.73 - - [2026-04-30 02:53:39] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006083 10.0.0.73 - - [2026-04-30 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.73 - - [2026-04-30 02:53:43] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005599 10.0.0.73 - - [2026-04-30 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006211 10.0.0.73 - - [2026-04-30 02:53:47] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005787 10.0.0.73 - - [2026-04-30 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.73 - - [2026-04-30 02:53:51] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005636 10.0.0.73 - - [2026-04-30 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.73 - - [2026-04-30 02:53:55] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005666 10.0.0.73 - - [2026-04-30 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.73 - - [2026-04-30 02:53:59] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007257 10.0.0.73 - - [2026-04-30 02:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.73 - - [2026-04-30 02:54:03] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006631 10.0.0.73 - - [2026-04-30 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.73 - - [2026-04-30 02:54:06] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004087 10.0.0.73 - - [2026-04-30 02:54:06] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003525 10.0.0.73 - - [2026-04-30 02:54:06] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005679 10.0.0.73 - - [2026-04-30 02:54:06] "POST /neutron/port HTTP/1.1" 200 1234 0.019731 10.0.0.73 - - [2026-04-30 02:54:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008884 10.0.0.73 - - [2026-04-30 02:54:16] "POST /neutron/port HTTP/1.1" 200 1234 0.020743 10.0.0.73 - - [2026-04-30 02:54:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031902 10.0.0.73 - - [2026-04-30 02:54:26] "POST /neutron/port HTTP/1.1" 200 1234 0.044281 10.0.0.73 - - [2026-04-30 02:54:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004200 10.0.0.73 - - [2026-04-30 02:54:26] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.73 - - [2026-04-30 02:54:27] "POST /neutron/port HTTP/1.1" 200 1234 0.022705 10.0.0.73 - - [2026-04-30 02:54:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007948 10.0.0.73 - - [2026-04-30 02:54:27] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 200 1301 0.006706 10.0.0.73 - - [2026-04-30 02:54:27] "GET /virtual-machine-interface/36ca37da-2e46-4669-8390-97021caaf876 HTTP/1.1" 200 3183 0.006943 10.0.0.73 - - [2026-04-30 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.73 - - [2026-04-30 02:54:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004370 10.0.0.73 - - [2026-04-30 02:54:27] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003249 10.0.0.73 - - [2026-04-30 02:54:27] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005949 10.0.0.73 - - [2026-04-30 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.73 - - [2026-04-30 02:54:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004094 10.0.0.73 - - [2026-04-30 02:54:28] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003722 10.0.0.73 - - [2026-04-30 02:54:28] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006924 10.0.0.73 - - [2026-04-30 02:54:28] "POST /neutron/port HTTP/1.1" 200 2314 0.023051 10.0.0.73 - - [2026-04-30 02:54:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008466 10.0.0.73 - - [2026-04-30 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.73 - - [2026-04-30 02:54:29] "GET /network-policy/80bda61f-6099-4674-866c-6d8307c0ef50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.004050 10.0.0.73 - - [2026-04-30 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.73 - - [2026-04-30 02:54:29] "GET /network-policy/cdef02ce-fb48-484e-8e47-70f1dd0d36be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004869 10.0.0.73 - - [2026-04-30 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.73 - - [2026-04-30 02:54:29] "GET /network-policy/dd724264-1f31-4b69-89a0-0b3597dece60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004532 10.0.0.73 - - [2026-04-30 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.73 - - [2026-04-30 02:54:29] "GET /network-policy/e496fdc7-2f42-4324-b443-16fdcef3b6f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.008689 10.0.0.73 - - [2026-04-30 02:54:31] "POST /neutron/port HTTP/1.1" 200 1234 0.018085 10.0.0.73 - - [2026-04-30 02:54:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004460 10.0.0.73 - - [2026-04-30 02:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.73 - - [2026-04-30 02:54:56] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 200 1301 0.031214 10.0.0.73 - - [2026-04-30 02:54:56] "POST /neutron/port HTTP/1.1" 200 1234 0.044796 10.0.0.73 - - [2026-04-30 02:54:58] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.003303 10.0.0.73 - - [2026-04-30 02:54:58] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.003112 10.0.0.73 - - [2026-04-30 02:54:58] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.003646 10.0.0.73 - - [2026-04-30 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.028980 10.0.0.73 - - [2026-04-30 02:54:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004404 10.0.0.73 - - [2026-04-30 02:54:58] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004193 10.0.0.73 - - [2026-04-30 02:54:58] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006325 10.0.0.73 - - [2026-04-30 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.73 - - [2026-04-30 02:54:58] "GET /routing-instance/da931a2b-76b4-45c2-9daf-529f2f26d576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004875 10.0.0.73 - - [2026-04-30 02:54:58] "GET /route-target/134d311f-3964-48df-b623-060e96b05b31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003944 10.0.0.73 - - [2026-04-30 02:54:58] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.003391 10.0.0.73 - - [2026-04-30 02:54:59] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.003862 10.0.0.73 - - [2026-04-30 02:55:00] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.004307 10.0.0.73 - - [2026-04-30 02:55:01] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.004520 10.0.0.73 - - [2026-04-30 02:55:02] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.003694 10.0.0.73 - - [2026-04-30 02:55:03] "GET /virtual-machine/b407da64-7ac9-4c0b-9df0-c9ee514f4a04 HTTP/1.1" 404 171 0.003683 10.0.0.73 - - [2026-04-30 02:55:03] "GET /obj-perms HTTP/1.1" 200 5046 0.005727 10.0.0.73 - - [2026-04-30 02:55:09] "GET /obj-perms HTTP/1.1" 200 5046 0.005635 10.0.0.73 - - [2026-04-30 02:55:12] "GET /obj-perms HTTP/1.1" 200 5046 0.004259 10.0.0.73 - - [2026-04-30 02:55:19] "GET /obj-perms HTTP/1.1" 200 5046 0.004633 10.0.0.73 - - [2026-04-30 02:55:22] "GET /obj-perms HTTP/1.1" 200 5046 0.004334 10.0.0.73 - - [2026-04-30 02:55:25] "GET /obj-perms HTTP/1.1" 200 5046 0.008889 10.0.0.33 - - [2026-04-30 02:55:25] "GET /obj-perms HTTP/1.1" 200 5056 0.080541 10.0.0.73 - - [2026-04-30 02:55:25] "GET /virtual-machine/552b43e2-fb74-40f2-aa04-c1a6ba9a968d HTTP/1.1" 200 1300 0.004605 10.0.0.73 - - [2026-04-30 02:55:26] "POST /neutron/port HTTP/1.1" 200 1234 0.019374 10.0.0.73 - - [2026-04-30 02:55:27] "GET /virtual-machine/552b43e2-fb74-40f2-aa04-c1a6ba9a968d HTTP/1.1" 404 171 0.003978 10.0.0.73 - - [2026-04-30 02:55:27] "GET /virtual-machine/552b43e2-fb74-40f2-aa04-c1a6ba9a968d HTTP/1.1" 404 171 0.002902 10.0.0.73 - - [2026-04-30 02:55:27] "GET /virtual-machine/552b43e2-fb74-40f2-aa04-c1a6ba9a968d HTTP/1.1" 404 171 0.004571 10.0.0.73 - - [2026-04-30 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.73 - - [2026-04-30 02:55:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003893 10.0.0.73 - - [2026-04-30 02:55:28] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003895 10.0.0.73 - - [2026-04-30 02:55:28] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006393 10.0.0.73 - - [2026-04-30 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.73 - - [2026-04-30 02:55:28] "GET /routing-instance/bbd7359d-f75c-48d2-83a4-7c038ba4a3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005963 10.0.0.73 - - [2026-04-30 02:55:28] "GET /route-target/4aa251c4-762f-44b9-b2cb-47d90a2a8575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004244 10.0.0.73 - - [2026-04-30 02:55:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004261 10.0.0.73 - - [2026-04-30 02:55:34] "GET /obj-perms HTTP/1.1" 200 5046 0.004406 10.0.0.73 - - [2026-04-30 02:55:37] "GET /obj-perms HTTP/1.1" 200 5046 0.004607 10.0.0.73 - - [2026-04-30 02:55:43] "GET /obj-perms HTTP/1.1" 200 5046 0.004933 10.0.0.73 - - [2026-04-30 02:55:46] "GET /obj-perms HTTP/1.1" 200 5046 0.004153 10.0.0.73 - - [2026-04-30 02:55:52] "GET /obj-perms HTTP/1.1" 200 5046 0.004947 10.0.0.73 - - [2026-04-30 02:55:56] "GET /obj-perms HTTP/1.1" 200 5046 0.004389 10.0.0.141 - - [2026-04-30 02:55:56] "GET /obj-perms HTTP/1.1" 200 5046 0.004187 10.0.0.73 - - [2026-04-30 02:55:56] "GET /virtual-network/8f1552af-eff0-4dfa-b479-38a990833c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007906 10.0.0.73 - - [2026-04-30 02:55:56] "POST /neutron/network HTTP/1.1" 200 1494 0.015383 10.0.0.73 - - [2026-04-30 02:55:56] "GET /virtual-network/8f1552af-eff0-4dfa-b479-38a990833c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.038185 10.0.0.141 - - [2026-04-30 02:55:56] "DELETE /access-control-list/8e7ede73-d0da-4a10-9a1a-d71df957f87c HTTP/1.1" 200 115 0.124738 10.0.0.73 - - [2026-04-30 02:55:56] "GET /virtual-network/1dfd64e2-e36d-4da5-b00f-f3ed196569f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006317 10.0.0.73 - - [2026-04-30 02:55:56] "POST /neutron/network HTTP/1.1" 200 1493 0.015532 10.0.0.73 - - [2026-04-30 02:55:56] "GET /virtual-network/1dfd64e2-e36d-4da5-b00f-f3ed196569f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.008474 10.0.0.73 - - [2026-04-30 02:55:57] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006379 10.0.0.73 - - [2026-04-30 02:55:57] "POST /neutron/network HTTP/1.1" 200 1494 0.012827 10.0.0.141 - - [2026-04-30 02:55:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.047006 10.0.0.73 - - [2026-04-30 02:55:57] "GET /virtual-network/17900c77-3643-41c2-ad16-8b4bc7396dd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008418 10.0.0.141 - - [2026-04-30 02:55:57] "POST /ref-update HTTP/1.1" 200 156 0.028112 10.0.0.73 - - [2026-04-30 02:55:57] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006285 10.0.0.73 - - [2026-04-30 02:55:57] "POST /neutron/network HTTP/1.1" 200 1494 0.013025 10.0.0.73 - - [2026-04-30 02:55:57] "GET /virtual-network/40af322a-1b3d-4e03-93c7-19b932ee0703?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009583 10.0.0.73 - - [2026-04-30 02:55:57] "DELETE /network-policy/43e10a23-99d6-4241-8b5e-5ebe0a19df32 HTTP/1.1" 200 115 0.056293 10.0.0.73 - - [2026-04-30 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.33 - - [2026-04-30 02:55:57] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.028786 10.0.0.73 - - [2026-04-30 02:55:57] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077536 10.0.0.73 - - [2026-04-30 02:55:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006909 10.0.0.73 - - [2026-04-30 02:55:57] "DELETE /network-policy/db3618a9-487d-4cd5-bcf1-4b4759a0ab09 HTTP/1.1" 200 115 0.054140 10.0.0.73 - - [2026-04-30 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009091 10.0.0.33 - - [2026-04-30 02:55:57] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001769 10.0.0.73 - - [2026-04-30 02:55:57] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059278 10.0.0.73 - - [2026-04-30 02:55:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006010 10.0.0.73 - - [2026-04-30 02:55:58] "DELETE /network-policy/924ba43a-bda8-4c69-8a0e-9edef29023f8 HTTP/1.1" 200 115 0.047788 10.0.0.73 - - [2026-04-30 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.33 - - [2026-04-30 02:55:58] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.73 - - [2026-04-30 02:55:58] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046008 10.0.0.73 - - [2026-04-30 02:55:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005262 10.0.0.73 - - [2026-04-30 02:55:58] "DELETE /network-policy/db50c4b4-81ea-441a-91dd-9ce26fbe7f4c HTTP/1.1" 200 115 0.041508 10.0.0.73 - - [2026-04-30 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.33 - - [2026-04-30 02:55:58] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.73 - - [2026-04-30 02:55:58] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057706 10.0.0.73 - - [2026-04-30 02:55:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005204 10.0.0.73 - - [2026-04-30 02:55:58] "DELETE /network-policy/cdef02ce-fb48-484e-8e47-70f1dd0d36be HTTP/1.1" 200 115 0.059168 10.0.0.73 - - [2026-04-30 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.33 - - [2026-04-30 02:55:58] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.73 - - [2026-04-30 02:55:58] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050210 10.0.0.73 - - [2026-04-30 02:55:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005902 10.0.0.73 - - [2026-04-30 02:55:58] "DELETE /network-policy/80bda61f-6099-4674-866c-6d8307c0ef50 HTTP/1.1" 200 115 0.041604 10.0.0.73 - - [2026-04-30 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.016699 10.0.0.33 - - [2026-04-30 02:55:58] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.73 - - [2026-04-30 02:55:58] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053383 10.0.0.73 - - [2026-04-30 02:55:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006119 10.0.0.73 - - [2026-04-30 02:55:59] "DELETE /network-policy/e496fdc7-2f42-4324-b443-16fdcef3b6f3 HTTP/1.1" 200 115 0.041901 10.0.0.73 - - [2026-04-30 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.33 - - [2026-04-30 02:55:59] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.73 - - [2026-04-30 02:55:59] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050398 10.0.0.73 - - [2026-04-30 02:55:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006511 10.0.0.73 - - [2026-04-30 02:55:59] "DELETE /network-policy/dd724264-1f31-4b69-89a0-0b3597dece60 HTTP/1.1" 200 115 0.042427 10.0.0.73 - - [2026-04-30 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.014487 10.0.0.33 - - [2026-04-30 02:55:59] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.73 - - [2026-04-30 02:55:59] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046026 10.0.0.73 - - [2026-04-30 02:55:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-26086077&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005789 10.0.0.73 - - [2026-04-30 02:55:59] "POST /neutron/network HTTP/1.1" 200 1309 0.013268 10.0.0.141 - - [2026-04-30 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.33 - - [2026-04-30 02:56:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003451 10.0.0.33 - - [2026-04-30 02:56:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004083 10.0.0.33 - - [2026-04-30 02:56:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006771 10.0.0.33 - - [2026-04-30 02:56:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003659 10.0.0.33 - - [2026-04-30 02:56:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003330 10.0.0.33 - - [2026-04-30 02:56:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.73 - - [2026-04-30 02:56:00] "POST /neutron/network HTTP/1.1" 200 151 0.197526 10.0.0.141 - - [2026-04-30 02:56:00] "DELETE /route-target/3d64f478-001d-4b07-bed1-77328acd497c HTTP/1.1" 200 115 0.039785 10.0.0.73 - - [2026-04-30 02:56:00] "POST /neutron/network HTTP/1.1" 200 1309 0.015241 10.0.0.141 - - [2026-04-30 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.141 - - [2026-04-30 02:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.73 - - [2026-04-30 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.141 - - [2026-04-30 02:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000734 10.0.0.73 - - [2026-04-30 02:56:01] "DELETE /network-ipam/acce0063-e364-42d2-ad6a-8a7bb13342bf HTTP/1.1" 200 115 0.047895 10.0.0.73 - - [2026-04-30 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 252 0.007621 10.0.0.33 - - [2026-04-30 02:56:01] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.33 - - [2026-04-30 02:56:01] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.055129 10.0.0.33 - - [2026-04-30 02:56:01] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.33 - - [2026-04-30 02:56:01] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?fields=security_groups HTTP/1.1" 200 1387 0.056336 10.0.0.33 - - [2026-04-30 02:56:01] "DELETE /security-group/f32c348e-baab-423d-a2d1-b50bf737bd17 HTTP/1.1" 200 115 0.057304 10.0.0.33 - - [2026-04-30 02:56:01] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001874 10.0.0.141 - - [2026-04-30 02:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.33 - - [2026-04-30 02:56:01] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?fields=application_policy_sets HTTP/1.1" 200 1426 0.069599 10.0.0.141 - - [2026-04-30 02:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.141 - - [2026-04-30 02:56:01] "DELETE /access-control-list/d2fa8ac2-947d-4e87-9e27-1cf9e487e4dc HTTP/1.1" 200 115 0.072247 10.0.0.73 - - [2026-04-30 02:56:01] "DELETE /project/2db283de-faca-4ac8-ad6d-63c76174640d HTTP/1.1" 200 115 0.466721 10.0.0.33 - - [2026-04-30 02:56:01] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.73 - - [2026-04-30 02:56:01] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?fields=projects HTTP/1.1" 200 1439 0.016351 10.0.0.73 - - [2026-04-30 02:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000677 10.0.0.73 - - [2026-04-30 02:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2026-04-30 02:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2026-04-30 02:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.73 - - [2026-04-30 02:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.73 - - [2026-04-30 02:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.33 - - [2026-04-30 02:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.33 - - [2026-04-30 02:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.73 - - [2026-04-30 02:56:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.003694 10.0.0.33 - - [2026-04-30 02:56:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.007195 10.0.0.33 - - [2026-04-30 02:56:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.012189 10.0.0.33 - - [2026-04-30 02:56:07] "POST /security-groups HTTP/1.1" 200 599 0.038059 10.0.0.33 - - [2026-04-30 02:56:07] "POST /projects HTTP/1.1" 200 601 0.284150 10.0.0.73 - - [2026-04-30 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.317403 10.0.0.141 - - [2026-04-30 02:56:07] "POST /fqname-to-id HTTP/1.1" 404 241 0.014807 10.0.0.33 - - [2026-04-30 02:56:07] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.73 - - [2026-04-30 02:56:07] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057838 10.0.0.73 - - [2026-04-30 02:56:07] "POST /network-policys HTTP/1.1" 200 559 0.075595 10.0.0.73 - - [2026-04-30 02:56:07] "GET /network-policy/47a69d90-df93-4a33-a74f-07cdf844e2f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006522 10.0.0.73 - - [2026-04-30 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.33 - - [2026-04-30 02:56:07] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.73 - - [2026-04-30 02:56:07] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047688 10.0.0.33 - - [2026-04-30 02:56:07] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.73 - - [2026-04-30 02:56:08] "POST /neutron/network HTTP/1.1" 200 615 0.141967 10.0.0.141 - - [2026-04-30 02:56:08] "POST /ref-update HTTP/1.1" 200 156 0.026134 10.0.0.73 - - [2026-04-30 02:56:08] "POST /neutron/network HTTP/1.1" 200 1006 0.011399 10.0.0.73 - - [2026-04-30 02:56:08] "POST /id-to-fqname HTTP/1.1" 200 229 0.001331 10.0.0.73 - - [2026-04-30 02:56:08] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006210 10.0.0.73 - - [2026-04-30 02:56:08] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006059 10.0.0.73 - - [2026-04-30 02:56:08] "POST /neutron/subnet HTTP/1.1" 200 721 0.010142 10.0.0.141 - - [2026-04-30 02:56:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.008811 10.0.0.73 - - [2026-04-30 02:56:08] "POST /neutron/network HTTP/1.1" 200 1105 0.093258 10.0.0.73 - - [2026-04-30 02:56:08] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005700 10.0.0.73 - - [2026-04-30 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.73 - - [2026-04-30 02:56:08] "GET /network-policy/47a69d90-df93-4a33-a74f-07cdf844e2f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.005593 10.0.0.73 - - [2026-04-30 02:56:09] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006732 10.0.0.73 - - [2026-04-30 02:56:09] "GET /obj-perms HTTP/1.1" 200 5046 0.004633 10.0.0.73 - - [2026-04-30 02:56:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001385 10.0.0.33 - - [2026-04-30 02:56:10] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.73 - - [2026-04-30 02:56:10] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070272 10.0.0.73 - - [2026-04-30 02:56:10] "POST /neutron/network HTTP/1.1" 200 1105 0.034676 10.0.0.73 - - [2026-04-30 02:56:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.001392 10.0.0.73 - - [2026-04-30 02:56:10] "POST /neutron/port HTTP/1.1" 200 117 0.006948 10.0.0.33 - - [2026-04-30 02:56:11] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.33 - - [2026-04-30 02:56:11] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002316 10.0.0.73 - - [2026-04-30 02:56:11] "POST /neutron/port HTTP/1.1" 200 1173 0.461046 10.0.0.73 - - [2026-04-30 02:56:11] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.131949 10.0.0.73 - - [2026-04-30 02:56:11] "POST /neutron/port HTTP/1.1" 200 1173 0.058442 10.0.0.73 - - [2026-04-30 02:56:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008401 10.0.0.73 - - [2026-04-30 02:56:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.024646 10.0.0.73 - - [2026-04-30 02:56:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003961 10.0.0.73 - - [2026-04-30 02:56:12] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.33 - - [2026-04-30 02:56:12] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.73 - - [2026-04-30 02:56:12] "POST /neutron/port HTTP/1.1" 200 1173 0.382679 10.0.0.73 - - [2026-04-30 02:56:13] "POST /neutron/port HTTP/1.1" 200 1227 0.143827 10.0.0.73 - - [2026-04-30 02:56:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003903 10.0.0.73 - - [2026-04-30 02:56:13] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.73 - - [2026-04-30 02:56:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008314 10.0.0.73 - - [2026-04-30 02:56:17] "POST /neutron/port HTTP/1.1" 200 1237 0.020519 10.0.0.73 - - [2026-04-30 02:56:17] "GET /virtual-machine/d298eded-66d9-4c87-9207-c29aebd5401a HTTP/1.1" 200 1301 0.006279 10.0.0.73 - - [2026-04-30 02:56:17] "GET /virtual-machine-interface/efcee70a-e03a-4918-9ef7-47c70f735397 HTTP/1.1" 200 3179 0.005723 10.0.0.73 - - [2026-04-30 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.73 - - [2026-04-30 02:56:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004859 10.0.0.73 - - [2026-04-30 02:56:17] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003144 10.0.0.73 - - [2026-04-30 02:56:17] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006110 10.0.0.73 - - [2026-04-30 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.73 - - [2026-04-30 02:56:20] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006394 10.0.0.73 - - [2026-04-30 02:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.73 - - [2026-04-30 02:56:24] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005951 10.0.0.73 - - [2026-04-30 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.73 - - [2026-04-30 02:56:28] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006052 10.0.0.73 - - [2026-04-30 02:56:29] "POST /neutron/port HTTP/1.1" 200 1237 0.021058 10.0.0.73 - - [2026-04-30 02:56:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004519 10.0.0.73 - - [2026-04-30 02:56:29] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.73 - - [2026-04-30 02:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.73 - - [2026-04-30 02:56:32] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.007608 10.0.0.73 - - [2026-04-30 02:56:34] "POST /neutron/port HTTP/1.1" 200 1237 0.017894 10.0.0.73 - - [2026-04-30 02:56:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003891 10.0.0.73 - - [2026-04-30 02:56:34] "POST /neutron/port HTTP/1.1" 200 117 0.001436 10.0.0.73 - - [2026-04-30 02:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.73 - - [2026-04-30 02:56:37] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.013618 10.0.0.73 - - [2026-04-30 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.73 - - [2026-04-30 02:56:41] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005756 10.0.0.73 - - [2026-04-30 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.73 - - [2026-04-30 02:56:45] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006381 10.0.0.73 - - [2026-04-30 02:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.73 - - [2026-04-30 02:56:49] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006357 10.0.0.73 - - [2026-04-30 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.73 - - [2026-04-30 02:56:53] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005488 10.0.0.73 - - [2026-04-30 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.73 - - [2026-04-30 02:56:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006090 10.0.0.73 - - [2026-04-30 02:56:55] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003524 10.0.0.73 - - [2026-04-30 02:56:55] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.005953 10.0.0.73 - - [2026-04-30 02:56:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008055 10.0.0.33 - - [2026-04-30 02:56:58] "DELETE /project/2db283defaca4ac8ad6d63c76174640d HTTP/1.1" 404 173 0.037074 10.0.0.73 - - [2026-04-30 02:57:05] "POST /neutron/port HTTP/1.1" 200 1237 0.019507 10.0.0.73 - - [2026-04-30 02:57:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008597 10.0.0.73 - - [2026-04-30 02:57:11] "POST /neutron/port HTTP/1.1" 200 1237 0.021630 10.0.0.73 - - [2026-04-30 02:57:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008074 10.0.0.73 - - [2026-04-30 02:57:21] "POST /neutron/port HTTP/1.1" 200 1237 0.019847 10.0.0.73 - - [2026-04-30 02:57:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017405 10.0.0.73 - - [2026-04-30 02:57:21] "GET /virtual-machine/08dc99e2-6db8-4966-ae5d-8ab33eaeb634 HTTP/1.1" 200 1299 0.011045 10.0.0.73 - - [2026-04-30 02:57:21] "GET /virtual-machine-interface/d8d4cf1b-1155-48c6-9013-b9f5775b363e HTTP/1.1" 200 3179 0.005699 10.0.0.73 - - [2026-04-30 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.73 - - [2026-04-30 02:57:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004627 10.0.0.73 - - [2026-04-30 02:57:21] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003361 10.0.0.73 - - [2026-04-30 02:57:21] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006625 10.0.0.73 - - [2026-04-30 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.73 - - [2026-04-30 02:57:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003778 10.0.0.73 - - [2026-04-30 02:57:22] "GET /virtual-networks?parent_id=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003117 10.0.0.73 - - [2026-04-30 02:57:23] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006405 10.0.0.33 - - [2026-04-30 02:57:26] "GET /obj-perms HTTP/1.1" 200 5056 0.057658 10.0.0.73 - - [2026-04-30 02:57:29] "POST /neutron/network HTTP/1.1" 200 1115 0.007110 10.0.0.73 - - [2026-04-30 02:57:29] "POST /neutron/subnet HTTP/1.1" 200 1376 0.015995 10.0.0.73 - - [2026-04-30 02:57:29] "POST /neutron/network HTTP/1.1" 200 1105 0.010727 10.0.0.73 - - [2026-04-30 02:57:35] "POST /neutron/network HTTP/1.1" 200 1115 0.008009 10.0.0.73 - - [2026-04-30 02:57:35] "POST /neutron/subnet HTTP/1.1" 200 1376 0.019463 10.0.0.73 - - [2026-04-30 02:57:35] "POST /neutron/network HTTP/1.1" 200 1105 0.011806 10.0.0.73 - - [2026-04-30 02:57:51] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2953 0.006720 10.0.0.141 - - [2026-04-30 02:57:52] "DELETE /access-control-list/49e57183-9975-40b0-9a7a-9bc0d1f51c05 HTTP/1.1" 200 115 0.056427 10.0.0.73 - - [2026-04-30 02:57:52] "POST /neutron/network HTTP/1.1" 200 1006 0.032036 10.0.0.73 - - [2026-04-30 02:57:52] "GET /virtual-network/f3b799b9-5974-4df1-95fc-a66c637dc986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007600 10.0.0.73 - - [2026-04-30 02:57:52] "POST /neutron/port HTTP/1.1" 200 1237 0.021818 10.0.0.73 - - [2026-04-30 02:57:52] "POST /neutron/port HTTP/1.1" 200 1237 0.021654 10.0.0.73 - - [2026-04-30 02:57:54] "POST /neutron/network HTTP/1.1" 200 1006 0.012783 10.0.0.73 - - [2026-04-30 02:57:54] "DELETE /network-policy/47a69d90-df93-4a33-a74f-07cdf844e2f1 HTTP/1.1" 200 115 0.042084 10.0.0.33 - - [2026-04-30 02:57:57] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.73 - - [2026-04-30 02:57:57] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076457 10.0.0.33 - - [2026-04-30 02:57:57] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.73 - - [2026-04-30 02:57:57] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?fields=virtual_networks HTTP/1.1" 200 1048 0.052281 10.0.0.33 - - [2026-04-30 02:57:57] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001344 10.0.0.73 - - [2026-04-30 02:57:57] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.046207 10.0.0.33 - - [2026-04-30 02:57:57] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.73 - - [2026-04-30 02:57:57] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?fields=security_groups HTTP/1.1" 200 1282 0.043137 10.0.0.33 - - [2026-04-30 02:57:58] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.33 - - [2026-04-30 02:57:58] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.042921 10.0.0.33 - - [2026-04-30 02:57:58] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.33 - - [2026-04-30 02:57:58] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?fields=security_groups HTTP/1.1" 200 1387 0.045901 10.0.0.33 - - [2026-04-30 02:57:58] "DELETE /security-group/4fad0a64-8cfb-4711-9ac5-b01828f6753b HTTP/1.1" 200 115 0.141841 10.0.0.33 - - [2026-04-30 02:57:58] "GET /projects?obj_uuids=2db283de-faca-4ac8-ad6d-63c76174640d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.73 - - [2026-04-30 02:57:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.029047 10.0.0.141 - - [2026-04-30 02:57:58] "DELETE /access-control-list/a7b66240-71d7-41f3-93ff-82b2b929f6b9 HTTP/1.1" 200 115 0.121907 10.0.0.33 - - [2026-04-30 02:57:58] "GET /project/2db283de-faca-4ac8-ad6d-63c76174640d?fields=application_policy_sets HTTP/1.1" 200 1426 0.077265 10.0.0.33 - - [2026-04-30 02:57:58] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004678 10.0.0.33 - - [2026-04-30 02:57:58] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001738 10.0.0.33 - - [2026-04-30 02:57:58] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.020504 10.0.0.33 - - [2026-04-30 02:57:58] "DELETE /project/2db283de-faca-4ac8-ad6d-63c76174640d HTTP/1.1" 200 115 0.526489 10.0.0.33 - - [2026-04-30 02:57:58] "POST /id-to-fqname HTTP/1.1" 200 204 0.005572 10.0.0.33 - - [2026-04-30 02:57:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.004733 10.0.0.33 - - [2026-04-30 02:57:59] "POST /security-groups HTTP/1.1" 200 605 0.036213 10.0.0.33 - - [2026-04-30 02:57:59] "POST /projects HTTP/1.1" 200 613 0.260747 10.0.0.33 - - [2026-04-30 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.318432 10.0.0.141 - - [2026-04-30 02:57:59] "POST /access-control-lists HTTP/1.1" 200 610 0.031360 10.0.0.73 - - [2026-04-30 02:57:59] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.523143 10.0.0.73 - - [2026-04-30 02:58:00] "GET / HTTP/1.1" 200 35931 0.001929 10.0.0.73 - - [2026-04-30 02:58:03] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000577 10.0.0.33 - - [2026-04-30 02:58:04] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001213 10.0.0.73 - - [2026-04-30 02:58:04] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.080908 10.0.0.73 - - [2026-04-30 02:58:04] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.73 - - [2026-04-30 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.33 - - [2026-04-30 02:58:05] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.73 - - [2026-04-30 02:58:05] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009580 10.0.0.73 - - [2026-04-30 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.33 - - [2026-04-30 02:58:05] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001256 10.0.0.73 - - [2026-04-30 02:58:05] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.052641 10.0.0.73 - - [2026-04-30 02:58:06] "GET /domains HTTP/1.1" 401 292 0.000401 10.0.0.73 - - [2026-04-30 02:58:06] "GET /domains HTTP/1.1" 200 280 0.031024 10.0.0.33 - - [2026-04-30 02:58:06] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.73 - - [2026-04-30 02:58:06] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb HTTP/1.1" 200 2782 0.009669 10.0.0.33 - - [2026-04-30 02:58:06] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001430 10.0.0.73 - - [2026-04-30 02:58:06] "GET /project/63c589a0-24b0-47bf-b254-30945f004344 HTTP/1.1" 200 1936 0.102183 10.0.0.73 - - [2026-04-30 02:58:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003372 10.0.0.73 - - [2026-04-30 02:58:06] "POST /network-ipams HTTP/1.1" 200 627 0.032326 10.0.0.73 - - [2026-04-30 02:58:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003440 10.0.0.73 - - [2026-04-30 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.73 - - [2026-04-30 02:58:06] "GET /network-ipam/7a6910fb-90a4-4203-bb2c-bd7e2a817eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.013105 10.0.0.73 - - [2026-04-30 02:58:07] "PUT /network-ipam/7a6910fb-90a4-4203-bb2c-bd7e2a817eb5 HTTP/1.1" 200 258 0.014498 10.0.0.73 - - [2026-04-30 02:58:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.73 - - [2026-04-30 02:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.027393 10.0.0.33 - - [2026-04-30 02:58:07] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001014 10.0.0.73 - - [2026-04-30 02:58:07] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.070395 10.0.0.33 - - [2026-04-30 02:58:07] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001396 10.0.0.73 - - [2026-04-30 02:58:07] "POST /neutron/network HTTP/1.1" 200 625 0.155588 10.0.0.141 - - [2026-04-30 02:58:07] "POST /route-targets HTTP/1.1" 200 327 0.016717 10.0.0.73 - - [2026-04-30 02:58:08] "POST /neutron/network HTTP/1.1" 200 1140 0.012108 10.0.0.73 - - [2026-04-30 02:58:08] "POST /id-to-fqname HTTP/1.1" 200 237 0.001324 10.0.0.73 - - [2026-04-30 02:58:08] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.006029 10.0.0.73 - - [2026-04-30 02:58:08] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.005461 10.0.0.73 - - [2026-04-30 02:58:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.009960 10.0.0.73 - - [2026-04-30 02:58:09] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.006293 10.0.0.73 - - [2026-04-30 02:58:09] "GET /obj-perms HTTP/1.1" 200 5021 0.056797 10.0.0.141 - - [2026-04-30 02:58:09] "GET /obj-perms HTTP/1.1" 200 5021 0.053834 10.0.0.73 - - [2026-04-30 02:58:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.003723 10.0.0.73 - - [2026-04-30 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.33 - - [2026-04-30 02:58:10] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001368 10.0.0.73 - - [2026-04-30 02:58:10] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.051737 10.0.0.73 - - [2026-04-30 02:58:10] "POST /network-policys HTTP/1.1" 200 565 0.077984 10.0.0.73 - - [2026-04-30 02:58:10] "GET /network-policy/25841146-8f5d-41e1-83f0-685ec700d1fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.007047 10.0.0.73 - - [2026-04-30 02:58:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.003637 10.0.0.73 - - [2026-04-30 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.33 - - [2026-04-30 02:58:10] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000997 10.0.0.73 - - [2026-04-30 02:58:10] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.045925 10.0.0.73 - - [2026-04-30 02:58:10] "POST /network-policys HTTP/1.1" 200 565 0.032589 10.0.0.73 - - [2026-04-30 02:58:11] "GET /network-policy/1fad6226-481c-4fc0-bcaa-e58d940a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006100 10.0.0.73 - - [2026-04-30 02:58:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.003894 10.0.0.73 - - [2026-04-30 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.33 - - [2026-04-30 02:58:11] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001721 10.0.0.73 - - [2026-04-30 02:58:11] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.048781 10.0.0.73 - - [2026-04-30 02:58:11] "POST /network-policys HTTP/1.1" 200 565 0.032110 10.0.0.73 - - [2026-04-30 02:58:11] "GET /network-policy/a2500ce6-2341-4a7f-ad25-ef7406ececa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006053 10.0.0.141 - - [2026-04-30 02:58:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002880 10.0.0.73 - - [2026-04-30 02:58:11] "POST /neutron/network HTTP/1.1" 200 1338 0.084143 10.0.0.141 - - [2026-04-30 02:58:11] "POST /access-control-lists HTTP/1.1" 200 611 0.047012 10.0.0.73 - - [2026-04-30 02:58:11] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.008429 10.0.0.73 - - [2026-04-30 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.73 - - [2026-04-30 02:58:11] "GET /network-policy/1fad6226-481c-4fc0-bcaa-e58d940a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004657 10.0.0.73 - - [2026-04-30 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009018 10.0.0.73 - - [2026-04-30 02:58:11] "GET /network-policy/25841146-8f5d-41e1-83f0-685ec700d1fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004515 10.0.0.73 - - [2026-04-30 02:58:11] "POST /id-to-fqname HTTP/1.1" 200 237 0.001305 10.0.0.33 - - [2026-04-30 02:58:12] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001125 10.0.0.73 - - [2026-04-30 02:58:12] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.087903 10.0.0.73 - - [2026-04-30 02:58:12] "POST /neutron/network HTTP/1.1" 200 1338 0.011147 10.0.0.73 - - [2026-04-30 02:58:13] "POST /neutron/port HTTP/1.1" 200 117 0.006183 10.0.0.73 - - [2026-04-30 02:58:13] "POST /neutron/port HTTP/1.1" 200 1179 0.025213 10.0.0.73 - - [2026-04-30 02:58:14] "POST /neutron/port HTTP/1.1" 200 1243 0.024585 10.0.0.73 - - [2026-04-30 02:58:14] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013869 10.0.0.73 - - [2026-04-30 02:58:14] "POST /neutron/network HTTP/1.1" 200 1338 0.011102 10.0.0.73 - - [2026-04-30 02:58:18] "POST /neutron/port HTTP/1.1" 200 1243 0.019198 10.0.0.73 - - [2026-04-30 02:58:18] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008435 10.0.0.73 - - [2026-04-30 02:58:18] "GET /virtual-machine/2d4362d6-50f1-4976-99e7-4aa95ff0cf04 HTTP/1.1" 401 292 0.000463 10.0.0.73 - - [2026-04-30 02:58:18] "GET /virtual-machine/2d4362d6-50f1-4976-99e7-4aa95ff0cf04 HTTP/1.1" 200 1306 0.031493 10.0.0.73 - - [2026-04-30 02:58:18] "GET /virtual-machine-interface/8ffd7a13-7262-4514-b2f9-b77261a7212d HTTP/1.1" 200 3178 0.009402 10.0.0.73 - - [2026-04-30 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.73 - - [2026-04-30 02:58:18] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004582 10.0.0.73 - - [2026-04-30 02:58:18] "GET /virtual-networks?parent_id=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003847 10.0.0.73 - - [2026-04-30 02:58:18] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006076 10.0.0.73 - - [2026-04-30 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.73 - - [2026-04-30 02:58:21] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.005862 10.0.0.73 - - [2026-04-30 02:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.73 - - [2026-04-30 02:58:26] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.005658 10.0.0.73 - - [2026-04-30 02:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.73 - - [2026-04-30 02:58:30] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.005790 10.0.0.73 - - [2026-04-30 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.73 - - [2026-04-30 02:58:34] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006407 10.0.0.73 - - [2026-04-30 02:58:37] "POST /neutron/network HTTP/1.1" 200 1348 0.008369 10.0.0.73 - - [2026-04-30 02:58:37] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016335 10.0.0.73 - - [2026-04-30 02:58:37] "POST /neutron/network HTTP/1.1" 200 1338 0.011484 10.0.0.73 - - [2026-04-30 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006038 10.0.0.73 - - [2026-04-30 02:58:38] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006443 10.0.0.73 - - [2026-04-30 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.73 - - [2026-04-30 02:58:42] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.007438 10.0.0.73 - - [2026-04-30 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.73 - - [2026-04-30 02:58:46] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006007 10.0.0.73 - - [2026-04-30 02:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.73 - - [2026-04-30 02:58:50] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006486 10.0.0.73 - - [2026-04-30 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.73 - - [2026-04-30 02:58:54] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006570 10.0.0.73 - - [2026-04-30 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.73 - - [2026-04-30 02:58:56] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004564 10.0.0.73 - - [2026-04-30 02:58:56] "GET /virtual-networks?parent_id=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004035 10.0.0.73 - - [2026-04-30 02:58:56] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3296 0.006878 10.0.0.33 - - [2026-04-30 02:58:58] "DELETE /project/63c589a024b047bfb25430945f004344 HTTP/1.1" 404 173 0.003306 10.0.0.73 - - [2026-04-30 02:59:02] "POST /neutron/port HTTP/1.1" 200 1243 0.028321 10.0.0.73 - - [2026-04-30 02:59:07] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007192 10.0.0.73 - - [2026-04-30 02:59:12] "POST /neutron/port HTTP/1.1" 200 1243 0.020249 10.0.0.73 - - [2026-04-30 02:59:17] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009489 10.0.0.73 - - [2026-04-30 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.73 - - [2026-04-30 02:59:18] "GET /network-policy/25841146-8f5d-41e1-83f0-685ec700d1fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.006160 10.0.0.73 - - [2026-04-30 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.73 - - [2026-04-30 02:59:18] "GET /network-policy/1fad6226-481c-4fc0-bcaa-e58d940a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004965 10.0.0.73 - - [2026-04-30 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.73 - - [2026-04-30 02:59:18] "GET /network-policy/a2500ce6-2341-4a7f-ad25-ef7406ececa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.003779 10.0.0.73 - - [2026-04-30 02:59:18] "POST /neutron/network HTTP/1.1" 200 1338 0.010301 10.0.0.73 - - [2026-04-30 02:59:18] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3592 0.007385 10.0.0.73 - - [2026-04-30 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.73 - - [2026-04-30 02:59:18] "GET /network-policy/1fad6226-481c-4fc0-bcaa-e58d940a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005031 10.0.0.73 - - [2026-04-30 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.73 - - [2026-04-30 02:59:18] "GET /network-policy/25841146-8f5d-41e1-83f0-685ec700d1fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004881 10.0.0.73 - - [2026-04-30 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.73 - - [2026-04-30 02:59:18] "GET /network-policy/a2500ce6-2341-4a7f-ad25-ef7406ececa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004945 10.0.0.73 - - [2026-04-30 02:59:23] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3592 0.006686 10.0.0.73 - - [2026-04-30 02:59:23] "POST /neutron/network HTTP/1.1" 200 1430 0.011147 10.0.0.73 - - [2026-04-30 02:59:23] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.008559 10.0.0.73 - - [2026-04-30 02:59:28] "GET /virtual-machine/2d4362d6-50f1-4976-99e7-4aa95ff0cf04 HTTP/1.1" 200 1306 0.005664 10.0.0.73 - - [2026-04-30 02:59:29] "POST /neutron/port HTTP/1.1" 200 1243 0.019008 10.0.0.73 - - [2026-04-30 02:59:30] "GET /virtual-machine/2d4362d6-50f1-4976-99e7-4aa95ff0cf04 HTTP/1.1" 404 171 0.003418 10.0.0.73 - - [2026-04-30 02:59:31] "GET /virtual-machine/2d4362d6-50f1-4976-99e7-4aa95ff0cf04 HTTP/1.1" 404 171 0.003109 10.0.0.73 - - [2026-04-30 02:59:31] "GET /virtual-machine/2d4362d6-50f1-4976-99e7-4aa95ff0cf04 HTTP/1.1" 404 171 0.003239 10.0.0.73 - - [2026-04-30 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.73 - - [2026-04-30 02:59:31] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003771 10.0.0.73 - - [2026-04-30 02:59:31] "GET /virtual-networks?parent_id=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003751 10.0.0.73 - - [2026-04-30 02:59:31] "GET /virtual-network/0822b4fb-2ab5-4e9e-bd5c-feaa739a17c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2679 0.007085 10.0.0.73 - - [2026-04-30 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.73 - - [2026-04-30 02:59:31] "GET /routing-instance/26105993-23d5-4c45-9af4-db5f71b00f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005015 10.0.0.73 - - [2026-04-30 02:59:31] "GET /route-target/2599ee7e-ae46-41e9-a433-1fdd73927ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004436 10.0.0.73 - - [2026-04-30 02:59:31] "GET /obj-perms HTTP/1.1" 200 5021 0.004041 10.0.0.73 - - [2026-04-30 02:59:37] "GET /obj-perms HTTP/1.1" 200 5021 0.008446 10.0.0.73 - - [2026-04-30 02:59:40] "GET /obj-perms HTTP/1.1" 200 5021 0.004888 10.0.0.73 - - [2026-04-30 02:59:46] "GET /obj-perms HTTP/1.1" 200 5021 0.004252 10.0.0.73 - - [2026-04-30 02:59:50] "GET /obj-perms HTTP/1.1" 200 5021 0.004832 10.0.0.73 - - [2026-04-30 02:59:56] "GET /obj-perms HTTP/1.1" 200 5021 0.005088 10.0.0.73 - - [2026-04-30 02:59:56] "GET /obj-perms HTTP/1.1" 200 5021 0.004693 10.0.0.141 - - [2026-04-30 02:59:56] "GET /obj-perms HTTP/1.1" 200 5021 0.005634 10.0.0.33 - - [2026-04-30 02:59:56] "GET /obj-perms HTTP/1.1" 200 5021 0.059427 10.0.0.73 - - [2026-04-30 02:59:56] "DELETE /network-policy/a2500ce6-2341-4a7f-ad25-ef7406ececa5 HTTP/1.1" 200 115 0.037473 10.0.0.73 - - [2026-04-30 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.33 - - [2026-04-30 02:59:56] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002064 10.0.0.73 - - [2026-04-30 02:59:56] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.048121 10.0.0.73 - - [2026-04-30 02:59:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-67393792&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005880 10.0.0.73 - - [2026-04-30 02:59:56] "DELETE /network-policy/1fad6226-481c-4fc0-bcaa-e58d940a8075 HTTP/1.1" 200 115 0.040243 10.0.0.73 - - [2026-04-30 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.33 - - [2026-04-30 02:59:56] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001022 10.0.0.73 - - [2026-04-30 02:59:56] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.043302 10.0.0.73 - - [2026-04-30 02:59:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-67393792&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005424 10.0.0.73 - - [2026-04-30 02:59:56] "DELETE /network-policy/25841146-8f5d-41e1-83f0-685ec700d1fa HTTP/1.1" 200 115 0.044770 10.0.0.73 - - [2026-04-30 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.33 - - [2026-04-30 02:59:56] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001011 10.0.0.73 - - [2026-04-30 02:59:57] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.048839 10.0.0.73 - - [2026-04-30 02:59:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-67393792&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006109 10.0.0.73 - - [2026-04-30 02:59:57] "POST /neutron/network HTTP/1.1" 200 1140 0.010291 10.0.0.141 - - [2026-04-30 02:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.73 - - [2026-04-30 02:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.73 - - [2026-04-30 02:59:57] "DELETE /network-ipam/7a6910fb-90a4-4203-bb2c-bd7e2a817eb5 HTTP/1.1" 200 115 0.038770 10.0.0.73 - - [2026-04-30 02:59:57] "POST /fqname-to-id HTTP/1.1" 404 264 0.005950 10.0.0.33 - - [2026-04-30 02:59:57] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001258 10.0.0.33 - - [2026-04-30 02:59:57] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.062051 10.0.0.33 - - [2026-04-30 02:59:57] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001203 10.0.0.33 - - [2026-04-30 02:59:57] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?fields=security_groups HTTP/1.1" 200 1405 0.051557 10.0.0.33 - - [2026-04-30 02:59:57] "DELETE /security-group/ff6bc2de-5252-46ba-8f97-3fc24a39a5b8 HTTP/1.1" 200 115 0.059447 10.0.0.33 - - [2026-04-30 02:59:57] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001024 10.0.0.33 - - [2026-04-30 02:59:58] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?fields=application_policy_sets HTTP/1.1" 200 1444 0.062193 10.0.0.141 - - [2026-04-30 02:59:58] "DELETE /access-control-list/59898855-29cc-4eaf-bd59-c23d2d3ce7a3 HTTP/1.1" 200 115 0.055645 10.0.0.73 - - [2026-04-30 02:59:58] "DELETE /project/63c589a0-24b0-47bf-b254-30945f004344 HTTP/1.1" 200 115 0.444308 10.0.0.33 - - [2026-04-30 02:59:58] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.73 - - [2026-04-30 02:59:58] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?fields=projects HTTP/1.1" 200 1439 0.010432 10.0.0.33 - - [2026-04-30 03:00:00] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004032 10.0.0.33 - - [2026-04-30 03:00:00] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001522 10.0.0.33 - - [2026-04-30 03:00:00] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051981 10.0.0.33 - - [2026-04-30 03:00:01] "POST /id-to-fqname HTTP/1.1" 200 204 0.004956 10.0.0.33 - - [2026-04-30 03:00:01] "POST /fqname-to-id HTTP/1.1" 404 213 0.007265 10.0.0.33 - - [2026-04-30 03:00:01] "POST /security-groups HTTP/1.1" 200 605 0.048966 10.0.0.33 - - [2026-04-30 03:00:01] "POST /projects HTTP/1.1" 200 613 0.306648 10.0.0.33 - - [2026-04-30 03:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.356215 10.0.0.141 - - [2026-04-30 03:00:01] "POST /fqname-to-id HTTP/1.1" 404 247 0.011568 10.0.0.73 - - [2026-04-30 03:00:01] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.562507 10.0.0.33 - - [2026-04-30 03:00:01] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001785 10.0.0.73 - - [2026-04-30 03:00:01] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?fields=virtual_networks HTTP/1.1" 200 1060 0.080158 10.0.0.33 - - [2026-04-30 03:00:01] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001322 10.0.0.73 - - [2026-04-30 03:00:01] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.058688 10.0.0.33 - - [2026-04-30 03:00:01] "GET /projects?obj_uuids=63c589a0-24b0-47bf-b254-30945f004344&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001552 10.0.0.73 - - [2026-04-30 03:00:01] "GET /project/63c589a0-24b0-47bf-b254-30945f004344?fields=security_groups HTTP/1.1" 200 1300 0.055728 10.0.0.73 - - [2026-04-30 03:00:02] "POST /fqname-to-id HTTP/1.1" 404 204 0.027035 10.0.0.33 - - [2026-04-30 03:00:02] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004118 10.0.0.33 - - [2026-04-30 03:00:02] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001820 10.0.0.33 - - [2026-04-30 03:00:02] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010653 10.0.0.33 - - [2026-04-30 03:00:02] "POST /id-to-fqname HTTP/1.1" 200 206 0.004461 10.0.0.33 - - [2026-04-30 03:00:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.006627 10.0.0.33 - - [2026-04-30 03:00:02] "POST /security-groups HTTP/1.1" 200 607 0.045022 10.0.0.33 - - [2026-04-30 03:00:02] "POST /projects HTTP/1.1" 200 617 0.278167 10.0.0.33 - - [2026-04-30 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.355013 10.0.0.141 - - [2026-04-30 03:00:03] "POST /access-control-lists HTTP/1.1" 200 612 0.051551 10.0.0.73 - - [2026-04-30 03:00:03] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.523131 10.0.0.73 - - [2026-04-30 03:00:04] "GET / HTTP/1.1" 200 35931 0.002006 10.0.0.141 - - [2026-04-30 03:00:05] "DELETE /access-control-list/4c89ba87-4076-441e-8ec1-0b32f5f640fd HTTP/1.1" 200 115 0.068705 10.0.0.73 - - [2026-04-30 03:00:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.73 - - [2026-04-30 03:00:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.029626 10.0.0.73 - - [2026-04-30 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.33 - - [2026-04-30 03:00:07] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001601 10.0.0.73 - - [2026-04-30 03:00:07] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.050026 10.0.0.73 - - [2026-04-30 03:00:07] "POST /network-policys HTTP/1.1" 200 567 0.079320 10.0.0.73 - - [2026-04-30 03:00:07] "GET /network-policy/a9ef3e59-570d-4888-802c-e692bba2828a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.008080 10.0.0.73 - - [2026-04-30 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.33 - - [2026-04-30 03:00:07] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001543 10.0.0.73 - - [2026-04-30 03:00:07] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.069788 10.0.0.33 - - [2026-04-30 03:00:08] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001078 10.0.0.73 - - [2026-04-30 03:00:08] "POST /neutron/network HTTP/1.1" 200 623 0.181698 10.0.0.141 - - [2026-04-30 03:00:08] "POST /ref-update HTTP/1.1" 200 156 0.027169 10.0.0.141 - - [2026-04-30 03:00:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.005744 10.0.0.73 - - [2026-04-30 03:00:08] "POST /neutron/network HTTP/1.1" 200 1012 0.021074 10.0.0.73 - - [2026-04-30 03:00:08] "POST /id-to-fqname HTTP/1.1" 200 237 0.001383 10.0.0.73 - - [2026-04-30 03:00:08] "GET /virtual-network/2dfef835-1d4c-4317-94c8-5e5e823ecae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006505 10.0.0.73 - - [2026-04-30 03:00:08] "GET /virtual-network/2dfef835-1d4c-4317-94c8-5e5e823ecae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005928 10.0.0.73 - - [2026-04-30 03:00:08] "POST /neutron/subnet HTTP/1.1" 200 705 0.009846 10.0.0.73 - - [2026-04-30 03:00:09] "POST /neutron/network HTTP/1.1" 200 1119 0.101977 10.0.0.73 - - [2026-04-30 03:00:09] "GET /virtual-network/2dfef835-1d4c-4317-94c8-5e5e823ecae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006344 10.0.0.73 - - [2026-04-30 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.73 - - [2026-04-30 03:00:09] "GET /network-policy/a9ef3e59-570d-4888-802c-e692bba2828a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004921 10.0.0.73 - - [2026-04-30 03:00:09] "GET /virtual-network/2dfef835-1d4c-4317-94c8-5e5e823ecae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005944 10.0.0.73 - - [2026-04-30 03:00:11] "DELETE /network-policy/a9ef3e59-570d-4888-802c-e692bba2828a HTTP/1.1" 409 238 0.010334 10.0.0.141 - - [2026-04-30 03:00:11] "DELETE /access-control-list/929de3c8-e7d1-4a8f-bca3-3bb9934242a2 HTTP/1.1" 200 115 0.043470 10.0.0.33 - - [2026-04-30 03:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.010134 10.0.0.33 - - [2026-04-30 03:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003384 10.0.0.33 - - [2026-04-30 03:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002956 10.0.0.33 - - [2026-04-30 03:00:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003093 10.0.0.73 - - [2026-04-30 03:00:11] "POST /neutron/network HTTP/1.1" 200 151 0.190705 10.0.0.73 - - [2026-04-30 03:00:11] "DELETE /network-policy/a9ef3e59-570d-4888-802c-e692bba2828a HTTP/1.1" 200 115 0.039147 10.0.0.73 - - [2026-04-30 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.33 - - [2026-04-30 03:00:11] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001222 10.0.0.73 - - [2026-04-30 03:00:11] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.051588 10.0.0.73 - - [2026-04-30 03:00:11] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-95365233&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005926 10.0.0.33 - - [2026-04-30 03:00:14] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001343 10.0.0.73 - - [2026-04-30 03:00:14] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.048730 10.0.0.33 - - [2026-04-30 03:00:14] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001089 10.0.0.73 - - [2026-04-30 03:00:14] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?fields=virtual_networks HTTP/1.1" 200 1063 0.066717 10.0.0.33 - - [2026-04-30 03:00:14] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001192 10.0.0.73 - - [2026-04-30 03:00:14] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.041996 10.0.0.33 - - [2026-04-30 03:00:14] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001303 10.0.0.73 - - [2026-04-30 03:00:14] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?fields=security_groups HTTP/1.1" 200 1305 0.047281 10.0.0.73 - - [2026-04-30 03:00:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.026677 10.0.0.33 - - [2026-04-30 03:00:15] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003251 10.0.0.33 - - [2026-04-30 03:00:15] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.33 - - [2026-04-30 03:00:15] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007921 10.0.0.33 - - [2026-04-30 03:00:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.008454 10.0.0.33 - - [2026-04-30 03:00:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.013481 10.0.0.33 - - [2026-04-30 03:00:15] "POST /security-groups HTTP/1.1" 200 591 0.040761 10.0.0.141 - - [2026-04-30 03:00:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.004244 10.0.0.33 - - [2026-04-30 03:00:15] "POST /projects HTTP/1.1" 200 585 0.273428 10.0.0.33 - - [2026-04-30 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.347346 10.0.0.141 - - [2026-04-30 03:00:16] "POST /access-control-lists HTTP/1.1" 200 594 0.049314 10.0.0.73 - - [2026-04-30 03:00:16] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.506041 10.0.0.73 - - [2026-04-30 03:00:17] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.73 - - [2026-04-30 03:00:18] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000531 10.0.0.73 - - [2026-04-30 03:00:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.074206 10.0.0.73 - - [2026-04-30 03:00:19] "POST /network-ipams HTTP/1.1" 200 513 0.031803 10.0.0.73 - - [2026-04-30 03:00:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003592 10.0.0.73 - - [2026-04-30 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.73 - - [2026-04-30 03:00:19] "GET /network-ipam/aa33954f-09e7-473f-a59e-be036ff3338d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006929 10.0.0.73 - - [2026-04-30 03:00:19] "PUT /network-ipam/aa33954f-09e7-473f-a59e-be036ff3338d HTTP/1.1" 200 258 0.017315 10.0.0.73 - - [2026-04-30 03:00:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003588 10.0.0.73 - - [2026-04-30 03:00:19] "POST /network-ipams HTTP/1.1" 200 513 0.049495 10.0.0.73 - - [2026-04-30 03:00:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004603 10.0.0.73 - - [2026-04-30 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.73 - - [2026-04-30 03:00:19] "GET /network-ipam/a1bdce6c-d29d-40a4-8009-b991993b9bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007470 10.0.0.73 - - [2026-04-30 03:00:19] "PUT /network-ipam/a1bdce6c-d29d-40a4-8009-b991993b9bbb HTTP/1.1" 200 258 0.015485 10.0.0.73 - - [2026-04-30 03:00:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003680 10.0.0.73 - - [2026-04-30 03:00:19] "POST /network-ipams HTTP/1.1" 200 513 0.037370 10.0.0.73 - - [2026-04-30 03:00:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004831 10.0.0.73 - - [2026-04-30 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.73 - - [2026-04-30 03:00:20] "GET /network-ipam/8d6c5783-6301-48ef-85a8-1c0a295adb2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007483 10.0.0.73 - - [2026-04-30 03:00:20] "PUT /network-ipam/8d6c5783-6301-48ef-85a8-1c0a295adb2b HTTP/1.1" 200 258 0.022645 10.0.0.73 - - [2026-04-30 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.33 - - [2026-04-30 03:00:21] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.73 - - [2026-04-30 03:00:21] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069100 10.0.0.33 - - [2026-04-30 03:00:21] "POST /useragent-kv HTTP/1.1" 200 115 0.011291 10.0.0.73 - - [2026-04-30 03:00:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.224986 10.0.0.73 - - [2026-04-30 03:00:21] "POST /id-to-fqname HTTP/1.1" 200 221 0.001808 10.0.0.73 - - [2026-04-30 03:00:21] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006830 10.0.0.73 - - [2026-04-30 03:00:21] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007556 10.0.0.73 - - [2026-04-30 03:00:21] "POST /neutron/network HTTP/1.1" 200 823 0.008814 10.0.0.73 - - [2026-04-30 03:00:21] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006204 10.0.0.73 - - [2026-04-30 03:00:21] "GET /network-ipam/aa33954f-09e7-473f-a59e-be036ff3338d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005405 10.0.0.73 - - [2026-04-30 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.33 - - [2026-04-30 03:00:21] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.73 - - [2026-04-30 03:00:21] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.068164 10.0.0.73 - - [2026-04-30 03:00:22] "POST /neutron/network HTTP/1.1" 200 117 0.016578 10.0.0.141 - - [2026-04-30 03:00:22] "POST /route-targets HTTP/1.1" 200 327 0.015915 10.0.0.73 - - [2026-04-30 03:00:22] "POST /neutron/network HTTP/1.1" 200 825 0.009438 10.0.0.73 - - [2026-04-30 03:00:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001260 10.0.0.73 - - [2026-04-30 03:00:22] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005349 10.0.0.73 - - [2026-04-30 03:00:22] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006157 10.0.0.73 - - [2026-04-30 03:00:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.008773 10.0.0.73 - - [2026-04-30 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.33 - - [2026-04-30 03:00:22] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.73 - - [2026-04-30 03:00:22] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051849 10.0.0.141 - - [2026-04-30 03:00:23] "POST /ref-update HTTP/1.1" 200 156 0.034801 10.0.0.33 - - [2026-04-30 03:00:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008543 10.0.0.73 - - [2026-04-30 03:00:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.233242 10.0.0.73 - - [2026-04-30 03:00:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001598 10.0.0.73 - - [2026-04-30 03:00:23] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005987 10.0.0.73 - - [2026-04-30 03:00:23] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005990 10.0.0.73 - - [2026-04-30 03:00:23] "POST /neutron/network HTTP/1.1" 200 823 0.006967 10.0.0.73 - - [2026-04-30 03:00:23] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006495 10.0.0.73 - - [2026-04-30 03:00:25] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006602 10.0.0.73 - - [2026-04-30 03:00:25] "GET /obj-perms HTTP/1.1" 200 5030 0.053828 10.0.0.141 - - [2026-04-30 03:00:25] "GET /obj-perms HTTP/1.1" 200 5030 0.054616 10.0.0.33 - - [2026-04-30 03:00:25] "GET /obj-perms HTTP/1.1" 200 5030 0.055116 10.0.0.73 - - [2026-04-30 03:00:25] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005982 10.0.0.73 - - [2026-04-30 03:00:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.003614 10.0.0.73 - - [2026-04-30 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.33 - - [2026-04-30 03:00:26] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.73 - - [2026-04-30 03:00:26] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060007 10.0.0.73 - - [2026-04-30 03:00:26] "POST /network-policys HTTP/1.1" 200 553 0.032853 10.0.0.73 - - [2026-04-30 03:00:26] "GET /network-policy/893bd6cf-2d55-4580-8e3d-f9573966f9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006417 10.0.0.73 - - [2026-04-30 03:00:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.003506 10.0.0.73 - - [2026-04-30 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.33 - - [2026-04-30 03:00:26] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.73 - - [2026-04-30 03:00:26] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049880 10.0.0.73 - - [2026-04-30 03:00:26] "POST /network-policys HTTP/1.1" 200 553 0.034009 10.0.0.73 - - [2026-04-30 03:00:26] "GET /network-policy/2ef7275c-8840-4126-84d2-0eca366f7377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007313 10.0.0.73 - - [2026-04-30 03:00:26] "POST /fqname-to-id HTTP/1.1" 404 215 0.003940 10.0.0.73 - - [2026-04-30 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.33 - - [2026-04-30 03:00:26] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.73 - - [2026-04-30 03:00:26] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.056022 10.0.0.73 - - [2026-04-30 03:00:26] "POST /network-policys HTTP/1.1" 200 553 0.039070 10.0.0.73 - - [2026-04-30 03:00:26] "GET /network-policy/30fc2fa7-64f1-4e7b-b151-a0d168cf7782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007611 10.0.0.73 - - [2026-04-30 03:00:27] "POST /ref-update HTTP/1.1" 200 156 0.058960 10.0.0.73 - - [2026-04-30 03:00:27] "POST /ref-update HTTP/1.1" 200 156 0.080319 10.0.0.141 - - [2026-04-30 03:00:27] "PUT /access-control-list/0c1311e7-34bd-4fc4-9f56-2c7890d00174 HTTP/1.1" 200 272 0.027654 10.0.0.73 - - [2026-04-30 03:00:27] "POST /neutron/network HTTP/1.1" 200 917 0.075546 10.0.0.73 - - [2026-04-30 03:00:27] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.024040 10.0.0.73 - - [2026-04-30 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.141 - - [2026-04-30 03:00:27] "POST /ref-update HTTP/1.1" 200 156 0.024264 10.0.0.73 - - [2026-04-30 03:00:27] "GET /network-policy/2ef7275c-8840-4126-84d2-0eca366f7377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.008299 10.0.0.73 - - [2026-04-30 03:00:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001466 10.0.0.33 - - [2026-04-30 03:00:28] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001346 10.0.0.73 - - [2026-04-30 03:00:28] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.073549 10.0.0.73 - - [2026-04-30 03:00:28] "POST /neutron/network HTTP/1.1" 200 994 0.009755 10.0.0.73 - - [2026-04-30 03:00:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.001766 10.0.0.73 - - [2026-04-30 03:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.011245 10.0.0.33 - - [2026-04-30 03:00:29] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.73 - - [2026-04-30 03:00:29] "POST /neutron/port HTTP/1.1" 200 1059 0.376155 10.0.0.73 - - [2026-04-30 03:00:29] "POST /neutron/port HTTP/1.1" 200 1113 0.141165 10.0.0.33 - - [2026-04-30 03:00:29] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001259 10.0.0.73 - - [2026-04-30 03:00:29] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.083382 10.0.0.73 - - [2026-04-30 03:00:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.73 - - [2026-04-30 03:00:30] "POST /neutron/network HTTP/1.1" 200 994 0.014091 10.0.0.73 - - [2026-04-30 03:00:30] "POST /neutron/port HTTP/1.1" 200 117 0.008144 10.0.0.73 - - [2026-04-30 03:00:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.001690 10.0.0.73 - - [2026-04-30 03:00:30] "POST /neutron/network HTTP/1.1" 200 833 0.008009 10.0.0.73 - - [2026-04-30 03:00:31] "POST /neutron/port HTTP/1.1" 200 1061 0.062001 10.0.0.33 - - [2026-04-30 03:00:31] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001559 10.0.0.73 - - [2026-04-30 03:00:31] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.130095 10.0.0.73 - - [2026-04-30 03:00:31] "POST /neutron/port HTTP/1.1" 200 1125 0.024572 10.0.0.73 - - [2026-04-30 03:00:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.009477 10.0.0.73 - - [2026-04-30 03:00:31] "POST /neutron/port HTTP/1.1" 200 2096 0.032212 10.0.0.73 - - [2026-04-30 03:00:31] "POST /neutron/port HTTP/1.1" 200 1123 0.020337 10.0.0.73 - - [2026-04-30 03:00:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007946 10.0.0.73 - - [2026-04-30 03:00:32] "POST /neutron/network HTTP/1.1" 200 833 0.007879 10.0.0.73 - - [2026-04-30 03:00:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008907 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 401 292 0.000431 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 200 1292 0.041939 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 200 1292 0.004257 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine-interface/ba1d89a0-7277-4dd0-bdbb-cb62336edbfa HTTP/1.1" 200 2945 0.005532 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 200 1292 0.005891 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine-interface/ba1d89a0-7277-4dd0-bdbb-cb62336edbfa HTTP/1.1" 200 2945 0.006130 10.0.0.73 - - [2026-04-30 03:00:32] "GET /instance-ip/cef9beb3-f67f-462c-953b-81900828d223 HTTP/1.1" 200 1621 0.006709 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 200 1292 0.004699 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-machine-interface/ba1d89a0-7277-4dd0-bdbb-cb62336edbfa HTTP/1.1" 200 2945 0.017338 10.0.0.73 - - [2026-04-30 03:00:32] "GET /instance-ip/cef9beb3-f67f-462c-953b-81900828d223 HTTP/1.1" 200 1621 0.005344 10.0.0.73 - - [2026-04-30 03:00:32] "POST /neutron/port HTTP/1.1" 200 1113 0.158273 10.0.0.73 - - [2026-04-30 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.73 - - [2026-04-30 03:00:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004226 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003581 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007920 10.0.0.73 - - [2026-04-30 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007391 10.0.0.73 - - [2026-04-30 03:00:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.009552 10.0.0.73 - - [2026-04-30 03:00:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003982 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003620 10.0.0.73 - - [2026-04-30 03:00:32] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008174 10.0.0.73 - - [2026-04-30 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.73 - - [2026-04-30 03:00:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004260 10.0.0.73 - - [2026-04-30 03:00:33] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003775 10.0.0.73 - - [2026-04-30 03:00:33] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006778 10.0.0.73 - - [2026-04-30 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.73 - - [2026-04-30 03:00:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004921 10.0.0.73 - - [2026-04-30 03:00:33] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003464 10.0.0.73 - - [2026-04-30 03:00:33] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006392 10.0.0.73 - - [2026-04-30 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.73 - - [2026-04-30 03:00:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007442 10.0.0.73 - - [2026-04-30 03:00:33] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003661 10.0.0.73 - - [2026-04-30 03:00:33] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008291 10.0.0.73 - - [2026-04-30 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.73 - - [2026-04-30 03:00:36] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006058 10.0.0.73 - - [2026-04-30 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.73 - - [2026-04-30 03:00:40] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005965 10.0.0.73 - - [2026-04-30 03:00:40] "POST /neutron/port HTTP/1.1" 200 1123 0.020024 10.0.0.73 - - [2026-04-30 03:00:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004342 10.0.0.73 - - [2026-04-30 03:00:40] "POST /neutron/network HTTP/1.1" 200 994 0.007865 10.0.0.73 - - [2026-04-30 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.73 - - [2026-04-30 03:00:44] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006514 10.0.0.73 - - [2026-04-30 03:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.73 - - [2026-04-30 03:00:48] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.010173 10.0.0.73 - - [2026-04-30 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.73 - - [2026-04-30 03:00:52] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006096 10.0.0.73 - - [2026-04-30 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.73 - - [2026-04-30 03:00:56] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005936 10.0.0.33 - - [2026-04-30 03:00:58] "DELETE /project/093ba1a5aa78462a932e517b432e9430 HTTP/1.1" 404 173 0.010972 10.0.0.33 - - [2026-04-30 03:00:58] "DELETE /project/6996aa661a2f480e89307f5eed821fa2 HTTP/1.1" 404 173 0.009540 10.0.0.33 - - [2026-04-30 03:00:58] "DELETE /project/63c589a024b047bfb25430945f004344 HTTP/1.1" 404 173 0.008696 10.0.0.33 - - [2026-04-30 03:00:58] "DELETE /project/63c589a0-24b0-47bf-b254-30945f004344 HTTP/1.1" 404 177 0.007952 10.0.0.33 - - [2026-04-30 03:00:58] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001133 10.0.0.33 - - [2026-04-30 03:00:59] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.086927 10.0.0.33 - - [2026-04-30 03:00:59] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001201 10.0.0.33 - - [2026-04-30 03:00:59] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?fields=security_groups HTTP/1.1" 200 1410 0.051440 10.0.0.33 - - [2026-04-30 03:00:59] "DELETE /security-group/7e928551-e46f-4500-92a6-af38d8e2703a HTTP/1.1" 200 115 0.058981 10.0.0.33 - - [2026-04-30 03:00:59] "GET /projects?obj_uuids=093ba1a5-aa78-462a-932e-517b432e9430&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001418 10.0.0.33 - - [2026-04-30 03:00:59] "GET /project/093ba1a5-aa78-462a-932e-517b432e9430?fields=application_policy_sets HTTP/1.1" 200 1449 0.068200 10.0.0.33 - - [2026-04-30 03:00:59] "DELETE /project/093ba1a5-aa78-462a-932e-517b432e9430 HTTP/1.1" 200 115 0.505853 10.0.0.73 - - [2026-04-30 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.73 - - [2026-04-30 03:01:01] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007167 10.0.0.141 - - [2026-04-30 03:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.141 - - [2026-04-30 03:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.141 - - [2026-04-30 03:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.141 - - [2026-04-30 03:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.73 - - [2026-04-30 03:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.73 - - [2026-04-30 03:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.001059 10.0.0.33 - - [2026-04-30 03:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000650 10.0.0.33 - - [2026-04-30 03:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2026-04-30 03:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.73 - - [2026-04-30 03:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.33 - - [2026-04-30 03:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.33 - - [2026-04-30 03:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.73 - - [2026-04-30 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.73 - - [2026-04-30 03:01:05] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006301 10.0.0.73 - - [2026-04-30 03:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.73 - - [2026-04-30 03:01:09] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007414 10.0.0.73 - - [2026-04-30 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.73 - - [2026-04-30 03:01:13] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006419 10.0.0.73 - - [2026-04-30 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.73 - - [2026-04-30 03:01:17] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005985 10.0.0.73 - - [2026-04-30 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.73 - - [2026-04-30 03:01:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004377 10.0.0.73 - - [2026-04-30 03:01:21] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003606 10.0.0.73 - - [2026-04-30 03:01:21] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007140 10.0.0.73 - - [2026-04-30 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.73 - - [2026-04-30 03:01:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005588 10.0.0.73 - - [2026-04-30 03:01:21] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003864 10.0.0.73 - - [2026-04-30 03:01:21] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006702 10.0.0.73 - - [2026-04-30 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.73 - - [2026-04-30 03:01:21] "GET /routing-instance/87a3afdb-5904-4212-bd2e-fd95a791781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.007448 10.0.0.73 - - [2026-04-30 03:01:21] "GET /route-target/a4da1fe9-d0d5-49dd-93a3-015bba60c900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004649 10.0.0.73 - - [2026-04-30 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.73 - - [2026-04-30 03:01:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004303 10.0.0.73 - - [2026-04-30 03:01:22] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003821 10.0.0.73 - - [2026-04-30 03:01:22] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006441 10.0.0.73 - - [2026-04-30 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.73 - - [2026-04-30 03:01:22] "GET /routing-instance/87a3afdb-5904-4212-bd2e-fd95a791781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005102 10.0.0.73 - - [2026-04-30 03:01:22] "GET /route-target/a4da1fe9-d0d5-49dd-93a3-015bba60c900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004384 10.0.0.73 - - [2026-04-30 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.73 - - [2026-04-30 03:01:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004475 10.0.0.73 - - [2026-04-30 03:01:22] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003705 10.0.0.73 - - [2026-04-30 03:01:22] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007557 10.0.0.73 - - [2026-04-30 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.73 - - [2026-04-30 03:01:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004990 10.0.0.73 - - [2026-04-30 03:01:22] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004401 10.0.0.73 - - [2026-04-30 03:01:22] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006106 10.0.0.33 - - [2026-04-30 03:01:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004152 10.0.0.73 - - [2026-04-30 03:01:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004696 10.0.0.73 - - [2026-04-30 03:01:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004304 10.0.0.73 - - [2026-04-30 03:01:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004450 10.0.0.33 - - [2026-04-30 03:01:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004221 10.0.0.73 - - [2026-04-30 03:01:23] "POST /neutron/port HTTP/1.1" 200 1125 0.021974 10.0.0.73 - - [2026-04-30 03:01:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007857 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 200 1291 0.006350 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 200 1291 0.004702 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-machine-interface/3b1c7dc1-211f-4feb-908e-e165fd8eb87f HTTP/1.1" 200 2944 0.006454 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 200 1291 0.004769 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-machine-interface/3b1c7dc1-211f-4feb-908e-e165fd8eb87f HTTP/1.1" 200 2944 0.006335 10.0.0.73 - - [2026-04-30 03:01:23] "GET /instance-ip/3c4b5599-fbb4-4220-bc85-f7547386d934 HTTP/1.1" 200 1622 0.006924 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 200 1291 0.003873 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-machine-interface/3b1c7dc1-211f-4feb-908e-e165fd8eb87f HTTP/1.1" 200 2944 0.006018 10.0.0.73 - - [2026-04-30 03:01:23] "GET /instance-ip/3c4b5599-fbb4-4220-bc85-f7547386d934 HTTP/1.1" 200 1622 0.004178 10.0.0.73 - - [2026-04-30 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.73 - - [2026-04-30 03:01:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004350 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003903 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006507 10.0.0.73 - - [2026-04-30 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.73 - - [2026-04-30 03:01:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004201 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003789 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006468 10.0.0.73 - - [2026-04-30 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.73 - - [2026-04-30 03:01:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004953 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003686 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006535 10.0.0.73 - - [2026-04-30 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.73 - - [2026-04-30 03:01:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004554 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.012587 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007815 10.0.0.73 - - [2026-04-30 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.73 - - [2026-04-30 03:01:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004665 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004629 10.0.0.73 - - [2026-04-30 03:01:23] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007801 10.0.0.73 - - [2026-04-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.73 - - [2026-04-30 03:01:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004371 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003774 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006957 10.0.0.73 - - [2026-04-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.73 - - [2026-04-30 03:01:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004157 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003346 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007225 10.0.0.73 - - [2026-04-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.73 - - [2026-04-30 03:01:25] "GET /routing-instance/11471d9c-5cc9-42c0-80cf-cc827d319946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005349 10.0.0.73 - - [2026-04-30 03:01:25] "GET /route-target/682951d2-1bd6-4ef0-8565-b7af694c8a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004449 10.0.0.73 - - [2026-04-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.73 - - [2026-04-30 03:01:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005912 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003620 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006833 10.0.0.73 - - [2026-04-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.73 - - [2026-04-30 03:01:25] "GET /routing-instance/11471d9c-5cc9-42c0-80cf-cc827d319946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005277 10.0.0.73 - - [2026-04-30 03:01:25] "GET /route-target/682951d2-1bd6-4ef0-8565-b7af694c8a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004340 10.0.0.73 - - [2026-04-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.73 - - [2026-04-30 03:01:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004364 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004080 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006233 10.0.0.73 - - [2026-04-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.73 - - [2026-04-30 03:01:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005799 10.0.0.73 - - [2026-04-30 03:01:25] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003499 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007487 10.0.0.73 - - [2026-04-30 03:01:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004723 10.0.0.73 - - [2026-04-30 03:01:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004817 10.0.0.33 - - [2026-04-30 03:01:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004048 10.0.0.73 - - [2026-04-30 03:01:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004907 10.0.0.141 - - [2026-04-30 03:01:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004512 10.0.0.73 - - [2026-04-30 03:01:26] "POST /neutron/port HTTP/1.1" 200 1123 0.019018 10.0.0.73 - - [2026-04-30 03:01:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007669 10.0.0.73 - - [2026-04-30 03:01:26] "POST /neutron/port HTTP/1.1" 200 1123 0.018753 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 200 1292 0.006227 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 200 1292 0.004481 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-machine-interface/c7e9d77d-e34b-4ec1-b1ba-a6e185614c01 HTTP/1.1" 200 2945 0.006229 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 200 1292 0.004512 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-machine-interface/c7e9d77d-e34b-4ec1-b1ba-a6e185614c01 HTTP/1.1" 200 2945 0.007488 10.0.0.73 - - [2026-04-30 03:01:26] "GET /instance-ip/95557750-cc20-4de1-82f7-808b528e1eec HTTP/1.1" 200 1620 0.008069 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 200 1292 0.004081 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-machine-interface/c7e9d77d-e34b-4ec1-b1ba-a6e185614c01 HTTP/1.1" 200 2945 0.005843 10.0.0.73 - - [2026-04-30 03:01:26] "GET /instance-ip/95557750-cc20-4de1-82f7-808b528e1eec HTTP/1.1" 200 1620 0.004405 10.0.0.73 - - [2026-04-30 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.73 - - [2026-04-30 03:01:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004802 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003283 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006676 10.0.0.73 - - [2026-04-30 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.73 - - [2026-04-30 03:01:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004451 10.0.0.73 - - [2026-04-30 03:01:26] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003765 10.0.0.73 - - [2026-04-30 03:01:27] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006505 10.0.0.73 - - [2026-04-30 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.73 - - [2026-04-30 03:01:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004780 10.0.0.73 - - [2026-04-30 03:01:27] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003793 10.0.0.73 - - [2026-04-30 03:01:27] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006602 10.0.0.73 - - [2026-04-30 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.73 - - [2026-04-30 03:01:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007889 10.0.0.73 - - [2026-04-30 03:01:27] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004349 10.0.0.73 - - [2026-04-30 03:01:27] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006397 10.0.0.73 - - [2026-04-30 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.73 - - [2026-04-30 03:01:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004707 10.0.0.73 - - [2026-04-30 03:01:27] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004943 10.0.0.73 - - [2026-04-30 03:01:27] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007052 10.0.0.73 - - [2026-04-30 03:01:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.034036 10.0.0.73 - - [2026-04-30 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.73 - - [2026-04-30 03:01:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005140 10.0.0.73 - - [2026-04-30 03:01:28] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004422 10.0.0.73 - - [2026-04-30 03:01:28] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006865 10.0.0.73 - - [2026-04-30 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.73 - - [2026-04-30 03:01:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004664 10.0.0.73 - - [2026-04-30 03:01:28] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004500 10.0.0.73 - - [2026-04-30 03:01:28] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006613 10.0.0.73 - - [2026-04-30 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.73 - - [2026-04-30 03:01:28] "GET /routing-instance/d2376372-c8ce-4986-bc4b-66976ac3df6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005634 10.0.0.73 - - [2026-04-30 03:01:28] "GET /route-target/2f1ab9aa-0014-46f9-b059-928a99570d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005043 10.0.0.73 - - [2026-04-30 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.73 - - [2026-04-30 03:01:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004985 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003694 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006795 10.0.0.73 - - [2026-04-30 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.73 - - [2026-04-30 03:01:29] "GET /routing-instance/d2376372-c8ce-4986-bc4b-66976ac3df6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004521 10.0.0.73 - - [2026-04-30 03:01:29] "GET /route-target/2f1ab9aa-0014-46f9-b059-928a99570d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005503 10.0.0.73 - - [2026-04-30 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.73 - - [2026-04-30 03:01:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003539 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007186 10.0.0.73 - - [2026-04-30 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.73 - - [2026-04-30 03:01:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004939 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003880 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006702 10.0.0.73 - - [2026-04-30 03:01:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004839 10.0.0.33 - - [2026-04-30 03:01:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004511 10.0.0.73 - - [2026-04-30 03:01:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004395 10.0.0.73 - - [2026-04-30 03:01:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004450 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 200 1292 0.004611 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-machine-interface/ba1d89a0-7277-4dd0-bdbb-cb62336edbfa HTTP/1.1" 200 2945 0.006531 10.0.0.73 - - [2026-04-30 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.73 - - [2026-04-30 03:01:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003660 10.0.0.73 - - [2026-04-30 03:01:29] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007272 10.0.0.33 - - [2026-04-30 03:01:30] "GET /obj-perms HTTP/1.1" 200 5056 0.056933 10.0.0.73 - - [2026-04-30 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.73 - - [2026-04-30 03:01:31] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004235 10.0.0.73 - - [2026-04-30 03:01:31] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003885 10.0.0.73 - - [2026-04-30 03:01:31] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007839 10.0.0.73 - - [2026-04-30 03:01:33] "POST /neutron/port HTTP/1.1" 200 1125 0.020907 10.0.0.73 - - [2026-04-30 03:01:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004696 10.0.0.73 - - [2026-04-30 03:01:33] "POST /neutron/network HTTP/1.1" 200 917 0.008739 10.0.0.73 - - [2026-04-30 03:01:36] "POST /neutron/port HTTP/1.1" 200 1123 0.022642 10.0.0.73 - - [2026-04-30 03:01:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008036 10.0.0.73 - - [2026-04-30 03:01:41] "POST /neutron/port HTTP/1.1" 200 1123 0.050276 10.0.0.73 - - [2026-04-30 03:01:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.73 - - [2026-04-30 03:01:41] "POST /neutron/network HTTP/1.1" 200 823 0.008162 10.0.0.73 - - [2026-04-30 03:01:46] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 200 1291 0.004849 10.0.0.73 - - [2026-04-30 03:01:46] "GET /virtual-machine-interface/3b1c7dc1-211f-4feb-908e-e165fd8eb87f HTTP/1.1" 200 2944 0.007415 10.0.0.73 - - [2026-04-30 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.73 - - [2026-04-30 03:01:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004535 10.0.0.73 - - [2026-04-30 03:01:46] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003705 10.0.0.73 - - [2026-04-30 03:01:46] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006622 10.0.0.73 - - [2026-04-30 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.73 - - [2026-04-30 03:01:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003932 10.0.0.73 - - [2026-04-30 03:01:48] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004102 10.0.0.73 - - [2026-04-30 03:01:48] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005970 10.0.0.73 - - [2026-04-30 03:01:48] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 200 1292 0.004916 10.0.0.73 - - [2026-04-30 03:01:48] "GET /virtual-machine-interface/c7e9d77d-e34b-4ec1-b1ba-a6e185614c01 HTTP/1.1" 200 2945 0.006413 10.0.0.73 - - [2026-04-30 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.73 - - [2026-04-30 03:01:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004079 10.0.0.73 - - [2026-04-30 03:01:48] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004681 10.0.0.73 - - [2026-04-30 03:01:48] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005702 10.0.0.73 - - [2026-04-30 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.73 - - [2026-04-30 03:01:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004302 10.0.0.73 - - [2026-04-30 03:01:49] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003715 10.0.0.73 - - [2026-04-30 03:01:49] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008732 10.0.0.73 - - [2026-04-30 03:02:14] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 200 1292 0.005178 10.0.0.73 - - [2026-04-30 03:02:15] "POST /neutron/port HTTP/1.1" 200 151 0.208158 10.0.0.73 - - [2026-04-30 03:02:16] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 404 171 0.003933 10.0.0.73 - - [2026-04-30 03:02:16] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 404 171 0.003597 10.0.0.73 - - [2026-04-30 03:02:16] "GET /virtual-machine/8bfd5458-68ad-49c9-8167-a9ca46a2e853 HTTP/1.1" 404 171 0.004583 10.0.0.73 - - [2026-04-30 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.73 - - [2026-04-30 03:02:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004227 10.0.0.73 - - [2026-04-30 03:02:17] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003646 10.0.0.73 - - [2026-04-30 03:02:17] "GET /virtual-network/90909172-57bc-46e1-9289-480bba0addf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007379 10.0.0.73 - - [2026-04-30 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.73 - - [2026-04-30 03:02:17] "GET /routing-instance/d2376372-c8ce-4986-bc4b-66976ac3df6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004936 10.0.0.73 - - [2026-04-30 03:02:17] "GET /route-target/2f1ab9aa-0014-46f9-b059-928a99570d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005957 10.0.0.73 - - [2026-04-30 03:02:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004635 10.0.0.73 - - [2026-04-30 03:02:20] "GET /obj-perms HTTP/1.1" 200 5030 0.005395 10.0.0.73 - - [2026-04-30 03:02:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004180 10.0.0.73 - - [2026-04-30 03:02:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003787 10.0.0.141 - - [2026-04-30 03:02:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004223 10.0.0.73 - - [2026-04-30 03:02:26] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 200 1291 0.005098 10.0.0.73 - - [2026-04-30 03:02:27] "POST /neutron/port HTTP/1.1" 200 151 0.197505 10.0.0.73 - - [2026-04-30 03:02:28] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 404 171 0.004189 10.0.0.73 - - [2026-04-30 03:02:28] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 404 171 0.003415 10.0.0.73 - - [2026-04-30 03:02:28] "GET /virtual-machine/01e45978-37e7-4396-9bf8-91df6e5b350e HTTP/1.1" 404 171 0.003427 10.0.0.73 - - [2026-04-30 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.73 - - [2026-04-30 03:02:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004821 10.0.0.73 - - [2026-04-30 03:02:28] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004108 10.0.0.73 - - [2026-04-30 03:02:29] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007265 10.0.0.73 - - [2026-04-30 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.73 - - [2026-04-30 03:02:29] "GET /routing-instance/11471d9c-5cc9-42c0-80cf-cc827d319946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.007405 10.0.0.73 - - [2026-04-30 03:02:29] "GET /route-target/682951d2-1bd6-4ef0-8565-b7af694c8a06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005122 10.0.0.73 - - [2026-04-30 03:02:30] "GET /obj-perms HTTP/1.1" 200 5056 0.064260 10.0.0.73 - - [2026-04-30 03:02:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004771 10.0.0.73 - - [2026-04-30 03:02:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004718 10.0.0.73 - - [2026-04-30 03:02:43] "POST /neutron/network HTTP/1.1" 200 1004 0.008215 10.0.0.73 - - [2026-04-30 03:02:43] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.73 - - [2026-04-30 03:02:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004315 10.0.0.73 - - [2026-04-30 03:02:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004699 10.0.0.73 - - [2026-04-30 03:02:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004341 10.0.0.73 - - [2026-04-30 03:02:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004786 10.0.0.73 - - [2026-04-30 03:02:57] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 200 1292 0.004348 10.0.0.73 - - [2026-04-30 03:02:57] "POST /neutron/port HTTP/1.1" 200 1113 0.018352 10.0.0.73 - - [2026-04-30 03:02:59] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 404 171 0.003472 10.0.0.73 - - [2026-04-30 03:02:59] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 404 171 0.003111 10.0.0.73 - - [2026-04-30 03:02:59] "GET /virtual-machine/7342a175-d2ab-4547-aca8-24559519de3a HTTP/1.1" 404 171 0.003412 10.0.0.73 - - [2026-04-30 03:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.73 - - [2026-04-30 03:02:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004110 10.0.0.73 - - [2026-04-30 03:02:59] "GET /virtual-networks?parent_id=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003953 10.0.0.73 - - [2026-04-30 03:02:59] "GET /virtual-network/f3ebd5fd-ea38-484c-8ea7-fac5f7fc708d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006295 10.0.0.73 - - [2026-04-30 03:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.73 - - [2026-04-30 03:02:59] "GET /routing-instance/87a3afdb-5904-4212-bd2e-fd95a791781c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006799 10.0.0.73 - - [2026-04-30 03:02:59] "GET /route-target/a4da1fe9-d0d5-49dd-93a3-015bba60c900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003946 10.0.0.73 - - [2026-04-30 03:02:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004104 10.0.0.73 - - [2026-04-30 03:03:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004445 10.0.0.73 - - [2026-04-30 03:03:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004277 10.0.0.73 - - [2026-04-30 03:03:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004277 10.0.0.73 - - [2026-04-30 03:03:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004519 10.0.0.73 - - [2026-04-30 03:03:20] "GET /obj-perms HTTP/1.1" 200 5030 0.005934 10.0.0.73 - - [2026-04-30 03:03:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004547 10.0.0.73 - - [2026-04-30 03:03:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003941 10.0.0.141 - - [2026-04-30 03:03:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004020 10.0.0.33 - - [2026-04-30 03:03:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003884 10.0.0.73 - - [2026-04-30 03:03:27] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006871 10.0.0.73 - - [2026-04-30 03:03:27] "POST /neutron/network HTTP/1.1" 200 825 0.084301 10.0.0.73 - - [2026-04-30 03:03:27] "GET /virtual-network/e9054ccc-fad7-4dea-be5d-0340f66f3759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006332 10.0.0.141 - - [2026-04-30 03:03:27] "DELETE /access-control-list/ffb1a9d3-78ca-4303-877e-082a852550de HTTP/1.1" 200 115 0.094400 10.0.0.73 - - [2026-04-30 03:03:27] "POST /ref-update HTTP/1.1" 200 156 0.054361 10.0.0.73 - - [2026-04-30 03:03:27] "POST /ref-update HTTP/1.1" 200 156 0.067085 10.0.0.73 - - [2026-04-30 03:03:27] "DELETE /network-policy/30fc2fa7-64f1-4e7b-b151-a0d168cf7782 HTTP/1.1" 200 115 0.039263 10.0.0.73 - - [2026-04-30 03:03:27] "DELETE /network-policy/2ef7275c-8840-4126-84d2-0eca366f7377 HTTP/1.1" 200 115 0.036574 10.0.0.73 - - [2026-04-30 03:03:27] "DELETE /network-policy/893bd6cf-2d55-4580-8e3d-f9573966f9d1 HTTP/1.1" 200 115 0.037343 10.0.0.33 - - [2026-04-30 03:03:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003213 10.0.0.33 - - [2026-04-30 03:03:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004760 10.0.0.73 - - [2026-04-30 03:03:28] "POST /neutron/network HTTP/1.1" 200 151 0.160566 10.0.0.141 - - [2026-04-30 03:03:28] "POST /ref-update HTTP/1.1" 200 156 0.033758 10.0.0.141 - - [2026-04-30 03:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007825 10.0.0.73 - - [2026-04-30 03:03:28] "POST /neutron/network HTTP/1.1" 200 823 0.009877 10.0.0.141 - - [2026-04-30 03:03:28] "DELETE /route-target/a4da1fe9-d0d5-49dd-93a3-015bba60c900 HTTP/1.1" 200 115 0.022238 10.0.0.73 - - [2026-04-30 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.73 - - [2026-04-30 03:03:29] "DELETE /network-ipam/8d6c5783-6301-48ef-85a8-1c0a295adb2b HTTP/1.1" 200 115 0.037662 10.0.0.73 - - [2026-04-30 03:03:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.004114 10.0.0.73 - - [2026-04-30 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.73 - - [2026-04-30 03:03:29] "DELETE /network-ipam/a1bdce6c-d29d-40a4-8009-b991993b9bbb HTTP/1.1" 200 115 0.038323 10.0.0.73 - - [2026-04-30 03:03:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003421 10.0.0.73 - - [2026-04-30 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.73 - - [2026-04-30 03:03:29] "DELETE /network-ipam/aa33954f-09e7-473f-a59e-be036ff3338d HTTP/1.1" 200 115 0.043019 10.0.0.73 - - [2026-04-30 03:03:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003888 10.0.0.33 - - [2026-04-30 03:03:30] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001374 10.0.0.73 - - [2026-04-30 03:03:30] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.076145 10.0.0.33 - - [2026-04-30 03:03:30] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.73 - - [2026-04-30 03:03:30] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?fields=virtual_networks HTTP/1.1" 200 1031 0.050745 10.0.0.33 - - [2026-04-30 03:03:31] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.73 - - [2026-04-30 03:03:31] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.045515 10.0.0.33 - - [2026-04-30 03:03:31] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001578 10.0.0.73 - - [2026-04-30 03:03:31] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?fields=security_groups HTTP/1.1" 200 1257 0.040101 10.0.0.73 - - [2026-04-30 03:03:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.027812 10.0.0.33 - - [2026-04-30 03:03:32] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003033 10.0.0.33 - - [2026-04-30 03:03:32] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001936 10.0.0.33 - - [2026-04-30 03:03:32] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034777 10.0.0.33 - - [2026-04-30 03:03:32] "POST /id-to-fqname HTTP/1.1" 200 196 0.005173 10.0.0.33 - - [2026-04-30 03:03:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.004054 10.0.0.33 - - [2026-04-30 03:03:33] "POST /security-groups HTTP/1.1" 200 597 0.085565 10.0.0.33 - - [2026-04-30 03:03:33] "POST /projects HTTP/1.1" 200 597 0.323657 10.0.0.141 - - [2026-04-30 03:03:33] "POST /fqname-to-id HTTP/1.1" 404 239 0.007333 10.0.0.33 - - [2026-04-30 03:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.400929 10.0.0.73 - - [2026-04-30 03:03:33] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.568194 10.0.0.73 - - [2026-04-30 03:03:34] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.73 - - [2026-04-30 03:03:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000707 10.0.0.73 - - [2026-04-30 03:03:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.051637 10.0.0.73 - - [2026-04-30 03:03:37] "POST /network-ipams HTTP/1.1" 200 519 0.029912 10.0.0.73 - - [2026-04-30 03:03:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004780 10.0.0.73 - - [2026-04-30 03:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.73 - - [2026-04-30 03:03:37] "GET /network-ipam/5d613aea-4521-4c84-be66-567654ab1188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006659 10.0.0.73 - - [2026-04-30 03:03:37] "PUT /network-ipam/5d613aea-4521-4c84-be66-567654ab1188 HTTP/1.1" 200 258 0.013937 10.0.0.73 - - [2026-04-30 03:03:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003353 10.0.0.73 - - [2026-04-30 03:03:37] "POST /network-ipams HTTP/1.1" 200 519 0.032735 10.0.0.73 - - [2026-04-30 03:03:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003816 10.0.0.73 - - [2026-04-30 03:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.73 - - [2026-04-30 03:03:38] "GET /network-ipam/be835ade-ecc5-4254-bbac-4546ec4a3eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007268 10.0.0.73 - - [2026-04-30 03:03:38] "PUT /network-ipam/be835ade-ecc5-4254-bbac-4546ec4a3eaa HTTP/1.1" 200 258 0.016606 10.0.0.73 - - [2026-04-30 03:03:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003534 10.0.0.73 - - [2026-04-30 03:03:38] "POST /network-ipams HTTP/1.1" 200 519 0.030344 10.0.0.73 - - [2026-04-30 03:03:38] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003395 10.0.0.73 - - [2026-04-30 03:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.73 - - [2026-04-30 03:03:38] "GET /network-ipam/cffc0a03-168b-4345-99b1-f9ce61758da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006814 10.0.0.73 - - [2026-04-30 03:03:38] "PUT /network-ipam/cffc0a03-168b-4345-99b1-f9ce61758da3 HTTP/1.1" 200 258 0.015834 10.0.0.73 - - [2026-04-30 03:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.33 - - [2026-04-30 03:03:39] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001012 10.0.0.73 - - [2026-04-30 03:03:39] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048635 10.0.0.33 - - [2026-04-30 03:03:39] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001537 10.0.0.73 - - [2026-04-30 03:03:39] "POST /neutron/network HTTP/1.1" 200 613 0.172412 10.0.0.141 - - [2026-04-30 03:03:39] "POST /ref-update HTTP/1.1" 200 156 0.028410 10.0.0.73 - - [2026-04-30 03:03:40] "POST /neutron/network HTTP/1.1" 200 1014 0.012279 10.0.0.73 - - [2026-04-30 03:03:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001315 10.0.0.73 - - [2026-04-30 03:03:40] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006357 10.0.0.73 - - [2026-04-30 03:03:40] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006662 10.0.0.73 - - [2026-04-30 03:03:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.010732 10.0.0.73 - - [2026-04-30 03:03:40] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006704 10.0.0.73 - - [2026-04-30 03:03:40] "GET /network-ipam/5d613aea-4521-4c84-be66-567654ab1188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.005137 10.0.0.73 - - [2026-04-30 03:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.33 - - [2026-04-30 03:03:40] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001277 10.0.0.73 - - [2026-04-30 03:03:40] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057217 10.0.0.73 - - [2026-04-30 03:03:40] "POST /neutron/network HTTP/1.1" 200 117 0.015864 10.0.0.33 - - [2026-04-30 03:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.012734 10.0.0.141 - - [2026-04-30 03:03:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.050285 10.0.0.73 - - [2026-04-30 03:03:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.256060 10.0.0.73 - - [2026-04-30 03:03:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001302 10.0.0.73 - - [2026-04-30 03:03:41] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005782 10.0.0.73 - - [2026-04-30 03:03:41] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006780 10.0.0.73 - - [2026-04-30 03:03:41] "POST /neutron/network HTTP/1.1" 200 1013 0.009652 10.0.0.73 - - [2026-04-30 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.33 - - [2026-04-30 03:03:41] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000989 10.0.0.73 - - [2026-04-30 03:03:41] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038496 10.0.0.73 - - [2026-04-30 03:03:41] "POST /neutron/network HTTP/1.1" 200 117 0.014940 10.0.0.141 - - [2026-04-30 03:03:41] "POST /route-targets HTTP/1.1" 200 327 0.014410 10.0.0.33 - - [2026-04-30 03:03:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006949 10.0.0.73 - - [2026-04-30 03:03:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.241408 10.0.0.73 - - [2026-04-30 03:03:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001522 10.0.0.73 - - [2026-04-30 03:03:42] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006153 10.0.0.73 - - [2026-04-30 03:03:42] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007023 10.0.0.73 - - [2026-04-30 03:03:42] "POST /neutron/network HTTP/1.1" 200 1015 0.010450 10.0.0.73 - - [2026-04-30 03:03:42] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006210 10.0.0.73 - - [2026-04-30 03:03:44] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007599 10.0.0.73 - - [2026-04-30 03:03:44] "GET /obj-perms HTTP/1.1" 200 5042 0.054568 10.0.0.33 - - [2026-04-30 03:03:44] "GET /obj-perms HTTP/1.1" 200 5042 0.061725 10.0.0.73 - - [2026-04-30 03:03:44] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006152 10.0.0.141 - - [2026-04-30 03:03:45] "GET /obj-perms HTTP/1.1" 200 5042 0.063881 10.0.0.73 - - [2026-04-30 03:03:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.003805 10.0.0.73 - - [2026-04-30 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.33 - - [2026-04-30 03:03:45] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002626 10.0.0.73 - - [2026-04-30 03:03:45] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052201 10.0.0.73 - - [2026-04-30 03:03:45] "POST /network-policys HTTP/1.1" 200 559 0.036977 10.0.0.73 - - [2026-04-30 03:03:45] "GET /network-policy/d8bad1b1-1723-4c60-9a85-66a8766f5fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006527 10.0.0.73 - - [2026-04-30 03:03:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.003802 10.0.0.73 - - [2026-04-30 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.33 - - [2026-04-30 03:03:45] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001203 10.0.0.73 - - [2026-04-30 03:03:45] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.082356 10.0.0.73 - - [2026-04-30 03:03:45] "POST /network-policys HTTP/1.1" 200 559 0.043699 10.0.0.73 - - [2026-04-30 03:03:45] "GET /network-policy/c36211a8-5677-42e1-aa3f-6efd08408450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006959 10.0.0.73 - - [2026-04-30 03:03:45] "POST /fqname-to-id HTTP/1.1" 404 224 0.003734 10.0.0.73 - - [2026-04-30 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.33 - - [2026-04-30 03:03:45] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001368 10.0.0.73 - - [2026-04-30 03:03:45] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042958 10.0.0.73 - - [2026-04-30 03:03:45] "POST /network-policys HTTP/1.1" 200 559 0.035106 10.0.0.73 - - [2026-04-30 03:03:45] "GET /network-policy/ab89615f-0ebc-4a73-9a07-6b33e461c7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.007695 10.0.0.73 - - [2026-04-30 03:03:46] "POST /neutron/network HTTP/1.1" 200 1014 0.011672 10.0.0.141 - - [2026-04-30 03:03:46] "POST /access-control-lists HTTP/1.1" 200 597 0.055396 10.0.0.73 - - [2026-04-30 03:03:46] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.008708 10.0.0.73 - - [2026-04-30 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006738 10.0.0.73 - - [2026-04-30 03:03:46] "GET /network-policy/c36211a8-5677-42e1-aa3f-6efd08408450?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005028 10.0.0.73 - - [2026-04-30 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.73 - - [2026-04-30 03:03:46] "GET /network-policy/d8bad1b1-1723-4c60-9a85-66a8766f5fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.004872 10.0.0.73 - - [2026-04-30 03:03:46] "POST /neutron/network HTTP/1.1" 200 1013 0.009194 10.0.0.141 - - [2026-04-30 03:03:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.003554 10.0.0.73 - - [2026-04-30 03:03:46] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.013133 10.0.0.73 - - [2026-04-30 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.141 - - [2026-04-30 03:03:46] "POST /ref-update HTTP/1.1" 200 156 0.033412 10.0.0.73 - - [2026-04-30 03:03:46] "GET /network-policy/ab89615f-0ebc-4a73-9a07-6b33e461c7cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.003679 10.0.0.73 - - [2026-04-30 03:03:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001297 10.0.0.73 - - [2026-04-30 03:03:47] "POST /neutron/network HTTP/1.1" 200 1208 0.008296 10.0.0.33 - - [2026-04-30 03:03:47] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001627 10.0.0.73 - - [2026-04-30 03:03:47] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073071 10.0.0.73 - - [2026-04-30 03:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.007303 10.0.0.73 - - [2026-04-30 03:03:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001650 10.0.0.73 - - [2026-04-30 03:03:48] "POST /neutron/network HTTP/1.1" 200 1208 0.007911 10.0.0.33 - - [2026-04-30 03:03:48] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002548 10.0.0.73 - - [2026-04-30 03:03:48] "POST /neutron/port HTTP/1.1" 200 1173 0.055216 10.0.0.73 - - [2026-04-30 03:03:49] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.115084 10.0.0.73 - - [2026-04-30 03:03:49] "POST /neutron/port HTTP/1.1" 200 1237 0.022367 10.0.0.73 - - [2026-04-30 03:03:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003722 10.0.0.73 - - [2026-04-30 03:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.006711 10.0.0.73 - - [2026-04-30 03:03:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001768 10.0.0.73 - - [2026-04-30 03:03:49] "POST /neutron/network HTTP/1.1" 200 1198 0.010015 10.0.0.73 - - [2026-04-30 03:03:49] "POST /neutron/network HTTP/1.1" 200 1025 0.008080 10.0.0.73 - - [2026-04-30 03:03:50] "POST /neutron/port HTTP/1.1" 200 1172 0.028519 10.0.0.73 - - [2026-04-30 03:03:50] "POST /neutron/port HTTP/1.1" 200 1236 0.025729 10.0.0.73 - - [2026-04-30 03:03:50] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014240 10.0.0.73 - - [2026-04-30 03:03:50] "POST /neutron/network HTTP/1.1" 200 1111 0.011573 10.0.0.33 - - [2026-04-30 03:03:50] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001126 10.0.0.73 - - [2026-04-30 03:03:50] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.083650 10.0.0.73 - - [2026-04-30 03:03:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010504 10.0.0.73 - - [2026-04-30 03:03:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011916 10.0.0.73 - - [2026-04-30 03:03:51] "POST /neutron/port HTTP/1.1" 200 1237 0.031439 10.0.0.33 - - [2026-04-30 03:03:51] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001087 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 401 292 0.001952 10.0.0.73 - - [2026-04-30 03:03:51] "POST /neutron/port HTTP/1.1" 200 1174 0.378116 10.0.0.73 - - [2026-04-30 03:03:51] "POST /neutron/port HTTP/1.1" 200 1174 0.019931 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 200 1299 0.049234 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 200 1299 0.005084 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine-interface/9d6be1bd-15fb-455d-a7f0-84243e23be7a HTTP/1.1" 200 3169 0.008064 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 200 1299 0.004521 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine-interface/9d6be1bd-15fb-455d-a7f0-84243e23be7a HTTP/1.1" 200 3169 0.007595 10.0.0.73 - - [2026-04-30 03:03:51] "GET /instance-ip/3b5f256f-611e-4a5d-8b56-7d79950fd33e HTTP/1.1" 200 1633 0.007892 10.0.0.73 - - [2026-04-30 03:03:51] "GET /instance-ip/5d06a1ad-5f0d-4a21-b2fe-8fa6dc8882b2 HTTP/1.1" 200 1653 0.006037 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 200 1299 0.003390 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-machine-interface/9d6be1bd-15fb-455d-a7f0-84243e23be7a HTTP/1.1" 200 3169 0.007008 10.0.0.73 - - [2026-04-30 03:03:51] "GET /instance-ip/3b5f256f-611e-4a5d-8b56-7d79950fd33e HTTP/1.1" 200 1633 0.003984 10.0.0.73 - - [2026-04-30 03:03:51] "POST /neutron/port HTTP/1.1" 200 1238 0.030175 10.0.0.73 - - [2026-04-30 03:03:51] "GET /instance-ip/5d06a1ad-5f0d-4a21-b2fe-8fa6dc8882b2 HTTP/1.1" 200 1653 0.003818 10.0.0.73 - - [2026-04-30 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.73 - - [2026-04-30 03:03:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003681 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003678 10.0.0.73 - - [2026-04-30 03:03:51] "POST /neutron/subnet HTTP/1.1" 200 1390 0.016202 10.0.0.73 - - [2026-04-30 03:03:51] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007396 10.0.0.73 - - [2026-04-30 03:03:51] "POST /neutron/network HTTP/1.1" 200 1015 0.009947 10.0.0.73 - - [2026-04-30 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.73 - - [2026-04-30 03:03:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004424 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004315 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006546 10.0.0.73 - - [2026-04-30 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.73 - - [2026-04-30 03:03:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005145 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003353 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007530 10.0.0.73 - - [2026-04-30 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006600 10.0.0.73 - - [2026-04-30 03:03:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004438 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004720 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007035 10.0.0.73 - - [2026-04-30 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.73 - - [2026-04-30 03:03:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004928 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004272 10.0.0.73 - - [2026-04-30 03:03:52] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006721 10.0.0.73 - - [2026-04-30 03:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.73 - - [2026-04-30 03:03:55] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006732 10.0.0.33 - - [2026-04-30 03:03:59] "DELETE /project/a4db1a1c6a4b496d942cc52ccaa04675 HTTP/1.1" 404 173 0.004533 10.0.0.33 - - [2026-04-30 03:03:59] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.33 - - [2026-04-30 03:03:59] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.050639 10.0.0.33 - - [2026-04-30 03:03:59] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.33 - - [2026-04-30 03:03:59] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?fields=security_groups HTTP/1.1" 200 1362 0.054379 10.0.0.33 - - [2026-04-30 03:03:59] "DELETE /security-group/11d7fe40-43fe-4bf3-ac46-0677b4f0ce68 HTTP/1.1" 200 115 0.058397 10.0.0.33 - - [2026-04-30 03:03:59] "GET /projects?obj_uuids=6996aa66-1a2f-480e-8930-7f5eed821fa2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001666 10.0.0.33 - - [2026-04-30 03:03:59] "GET /project/6996aa66-1a2f-480e-8930-7f5eed821fa2?fields=application_policy_sets HTTP/1.1" 200 1401 0.069330 10.0.0.73 - - [2026-04-30 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.73 - - [2026-04-30 03:03:59] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007359 10.0.0.33 - - [2026-04-30 03:04:00] "DELETE /project/6996aa66-1a2f-480e-8930-7f5eed821fa2 HTTP/1.1" 200 115 0.451814 10.0.0.73 - - [2026-04-30 03:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.73 - - [2026-04-30 03:04:03] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.009175 10.0.0.73 - - [2026-04-30 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007295 10.0.0.73 - - [2026-04-30 03:04:08] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007513 10.0.0.73 - - [2026-04-30 03:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.73 - - [2026-04-30 03:04:12] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006274 10.0.0.73 - - [2026-04-30 03:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.73 - - [2026-04-30 03:04:16] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005598 10.0.0.73 - - [2026-04-30 03:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.73 - - [2026-04-30 03:04:20] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006876 10.0.0.73 - - [2026-04-30 03:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.73 - - [2026-04-30 03:04:24] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006355 10.0.0.73 - - [2026-04-30 03:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.73 - - [2026-04-30 03:04:28] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006524 10.0.0.73 - - [2026-04-30 03:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.73 - - [2026-04-30 03:04:32] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.005723 10.0.0.73 - - [2026-04-30 03:04:35] "POST /neutron/network HTTP/1.1" 200 1121 0.010280 10.0.0.73 - - [2026-04-30 03:04:35] "POST /neutron/subnet HTTP/1.1" 200 1380 0.026291 10.0.0.73 - - [2026-04-30 03:04:35] "POST /neutron/network HTTP/1.1" 200 1111 0.010680 10.0.0.73 - - [2026-04-30 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.73 - - [2026-04-30 03:04:36] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006080 10.0.0.73 - - [2026-04-30 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.73 - - [2026-04-30 03:04:40] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004094 10.0.0.73 - - [2026-04-30 03:04:40] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004829 10.0.0.73 - - [2026-04-30 03:04:40] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006930 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.73 - - [2026-04-30 03:04:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003712 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003813 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006464 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.73 - - [2026-04-30 03:04:41] "GET /routing-instance/9bdb98bd-633b-41d7-897b-d4d456ab9b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005487 10.0.0.73 - - [2026-04-30 03:04:41] "GET /route-target/197ba985-0e7a-4147-9635-728d44582037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004441 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.73 - - [2026-04-30 03:04:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004038 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003186 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006437 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.73 - - [2026-04-30 03:04:41] "GET /routing-instance/9bdb98bd-633b-41d7-897b-d4d456ab9b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004756 10.0.0.73 - - [2026-04-30 03:04:41] "GET /route-target/197ba985-0e7a-4147-9635-728d44582037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005928 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.73 - - [2026-04-30 03:04:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004308 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004216 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.008168 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.73 - - [2026-04-30 03:04:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004464 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003985 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006232 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.73 - - [2026-04-30 03:04:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005172 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003902 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006296 10.0.0.73 - - [2026-04-30 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.73 - - [2026-04-30 03:04:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.73 - - [2026-04-30 03:04:41] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003476 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006577 10.0.0.33 - - [2026-04-30 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003807 10.0.0.73 - - [2026-04-30 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004071 10.0.0.73 - - [2026-04-30 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004195 10.0.0.73 - - [2026-04-30 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003584 10.0.0.33 - - [2026-04-30 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004769 10.0.0.73 - - [2026-04-30 03:04:42] "POST /neutron/port HTTP/1.1" 200 1236 0.021586 10.0.0.73 - - [2026-04-30 03:04:42] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008364 10.0.0.73 - - [2026-04-30 03:04:42] "POST /neutron/port HTTP/1.1" 200 1236 0.019390 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 200 1298 0.006375 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 200 1298 0.003860 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-machine-interface/2a435338-9173-43a4-bfb4-1f1db2f884f3 HTTP/1.1" 200 3168 0.005373 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 200 1298 0.003688 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-machine-interface/2a435338-9173-43a4-bfb4-1f1db2f884f3 HTTP/1.1" 200 3168 0.006054 10.0.0.73 - - [2026-04-30 03:04:42] "GET /instance-ip/698f3f8d-3a7e-438f-b601-93396595124e HTTP/1.1" 200 1632 0.006096 10.0.0.73 - - [2026-04-30 03:04:42] "GET /instance-ip/a069d639-6670-4f9d-817f-3f332c7095eb HTTP/1.1" 200 1653 0.006628 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 200 1298 0.004309 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-machine-interface/2a435338-9173-43a4-bfb4-1f1db2f884f3 HTTP/1.1" 200 3168 0.005755 10.0.0.73 - - [2026-04-30 03:04:42] "GET /instance-ip/698f3f8d-3a7e-438f-b601-93396595124e HTTP/1.1" 200 1632 0.004383 10.0.0.73 - - [2026-04-30 03:04:42] "GET /instance-ip/a069d639-6670-4f9d-817f-3f332c7095eb HTTP/1.1" 200 1653 0.003959 10.0.0.73 - - [2026-04-30 03:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.73 - - [2026-04-30 03:04:42] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004248 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003704 10.0.0.73 - - [2026-04-30 03:04:42] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005744 10.0.0.73 - - [2026-04-30 03:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.73 - - [2026-04-30 03:04:43] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004500 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003365 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007208 10.0.0.73 - - [2026-04-30 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.73 - - [2026-04-30 03:04:43] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004561 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003592 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006104 10.0.0.73 - - [2026-04-30 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.73 - - [2026-04-30 03:04:43] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004469 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003427 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006650 10.0.0.73 - - [2026-04-30 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.73 - - [2026-04-30 03:04:43] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004801 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004324 10.0.0.73 - - [2026-04-30 03:04:43] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007008 10.0.0.73 - - [2026-04-30 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.73 - - [2026-04-30 03:04:44] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.73 - - [2026-04-30 03:04:44] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003850 10.0.0.73 - - [2026-04-30 03:04:44] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005935 10.0.0.73 - - [2026-04-30 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.73 - - [2026-04-30 03:04:44] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004150 10.0.0.73 - - [2026-04-30 03:04:44] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003584 10.0.0.73 - - [2026-04-30 03:04:44] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006244 10.0.0.73 - - [2026-04-30 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.73 - - [2026-04-30 03:04:44] "GET /routing-instance/bdf715b4-92df-422c-a8d2-30f8dc17cd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005576 10.0.0.73 - - [2026-04-30 03:04:44] "GET /route-target/c96a95dc-65a1-4cf9-a023-f69b59471535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004612 10.0.0.73 - - [2026-04-30 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.73 - - [2026-04-30 03:04:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003742 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003291 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006605 10.0.0.73 - - [2026-04-30 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.73 - - [2026-04-30 03:04:45] "GET /routing-instance/bdf715b4-92df-422c-a8d2-30f8dc17cd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004528 10.0.0.73 - - [2026-04-30 03:04:45] "GET /route-target/c96a95dc-65a1-4cf9-a023-f69b59471535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004398 10.0.0.73 - - [2026-04-30 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.73 - - [2026-04-30 03:04:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004427 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004861 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005996 10.0.0.73 - - [2026-04-30 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.73 - - [2026-04-30 03:04:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004680 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003342 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006379 10.0.0.73 - - [2026-04-30 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.73 - - [2026-04-30 03:04:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005503 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003659 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005952 10.0.0.73 - - [2026-04-30 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.73 - - [2026-04-30 03:04:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005099 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003861 10.0.0.73 - - [2026-04-30 03:04:45] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006798 10.0.0.73 - - [2026-04-30 03:04:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004148 10.0.0.73 - - [2026-04-30 03:04:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004539 10.0.0.33 - - [2026-04-30 03:04:45] "GET /obj-perms HTTP/1.1" 200 5042 0.004255 10.0.0.73 - - [2026-04-30 03:04:45] "GET /obj-perms HTTP/1.1" 200 5042 0.007655 10.0.0.73 - - [2026-04-30 03:04:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004771 10.0.0.141 - - [2026-04-30 03:04:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003879 10.0.0.73 - - [2026-04-30 03:04:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008606 10.0.0.73 - - [2026-04-30 03:04:46] "POST /neutron/port HTTP/1.1" 200 1238 0.021405 10.0.0.73 - - [2026-04-30 03:04:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008446 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 200 1299 0.007217 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 200 1299 0.004466 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-machine-interface/d4fd2687-0d73-4220-8eeb-e8a4fc5da58f HTTP/1.1" 200 3169 0.007226 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 200 1299 0.004714 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-machine-interface/d4fd2687-0d73-4220-8eeb-e8a4fc5da58f HTTP/1.1" 200 3169 0.005857 10.0.0.73 - - [2026-04-30 03:04:46] "GET /instance-ip/bbfb5aca-bed0-4551-b246-0192e2f58657 HTTP/1.1" 200 1654 0.007330 10.0.0.73 - - [2026-04-30 03:04:46] "GET /instance-ip/efa425eb-7edb-4237-af87-4586f6f0bd42 HTTP/1.1" 200 1635 0.006169 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 200 1299 0.004488 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-machine-interface/d4fd2687-0d73-4220-8eeb-e8a4fc5da58f HTTP/1.1" 200 3169 0.005779 10.0.0.73 - - [2026-04-30 03:04:46] "GET /instance-ip/bbfb5aca-bed0-4551-b246-0192e2f58657 HTTP/1.1" 200 1654 0.005373 10.0.0.73 - - [2026-04-30 03:04:46] "GET /instance-ip/efa425eb-7edb-4237-af87-4586f6f0bd42 HTTP/1.1" 200 1635 0.005275 10.0.0.73 - - [2026-04-30 03:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.73 - - [2026-04-30 03:04:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004128 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004307 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006882 10.0.0.73 - - [2026-04-30 03:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.73 - - [2026-04-30 03:04:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004579 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003361 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006865 10.0.0.73 - - [2026-04-30 03:04:46] "POST /neutron/network HTTP/1.1" 200 1208 0.011824 10.0.0.73 - - [2026-04-30 03:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.73 - - [2026-04-30 03:04:46] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015160 10.0.0.73 - - [2026-04-30 03:04:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004492 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003750 10.0.0.73 - - [2026-04-30 03:04:46] "POST /neutron/network HTTP/1.1" 200 1198 0.010119 10.0.0.73 - - [2026-04-30 03:04:46] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005880 10.0.0.73 - - [2026-04-30 03:04:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.73 - - [2026-04-30 03:04:47] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004632 10.0.0.73 - - [2026-04-30 03:04:47] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003516 10.0.0.73 - - [2026-04-30 03:04:47] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006973 10.0.0.73 - - [2026-04-30 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.73 - - [2026-04-30 03:04:47] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004373 10.0.0.73 - - [2026-04-30 03:04:47] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003419 10.0.0.73 - - [2026-04-30 03:04:47] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007075 10.0.0.73 - - [2026-04-30 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.73 - - [2026-04-30 03:04:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004106 10.0.0.73 - - [2026-04-30 03:04:48] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003702 10.0.0.73 - - [2026-04-30 03:04:48] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007147 10.0.0.73 - - [2026-04-30 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.73 - - [2026-04-30 03:04:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003915 10.0.0.73 - - [2026-04-30 03:04:48] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003129 10.0.0.73 - - [2026-04-30 03:04:48] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006659 10.0.0.73 - - [2026-04-30 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.73 - - [2026-04-30 03:04:48] "GET /routing-instance/9c67400b-306b-4745-a786-44e7afad19c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005344 10.0.0.73 - - [2026-04-30 03:04:48] "GET /route-target/a7e5c213-140d-4f82-898f-ccac89c6f825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005358 10.0.0.73 - - [2026-04-30 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.73 - - [2026-04-30 03:04:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006001 10.0.0.73 - - [2026-04-30 03:04:48] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003973 10.0.0.73 - - [2026-04-30 03:04:48] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006649 10.0.0.73 - - [2026-04-30 03:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007219 10.0.0.73 - - [2026-04-30 03:04:48] "GET /routing-instance/9c67400b-306b-4745-a786-44e7afad19c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004879 10.0.0.73 - - [2026-04-30 03:04:48] "GET /route-target/a7e5c213-140d-4f82-898f-ccac89c6f825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005443 10.0.0.73 - - [2026-04-30 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.73 - - [2026-04-30 03:04:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004772 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004108 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005800 10.0.0.73 - - [2026-04-30 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.73 - - [2026-04-30 03:04:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006562 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003413 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006791 10.0.0.73 - - [2026-04-30 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.73 - - [2026-04-30 03:04:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004020 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003554 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006149 10.0.0.73 - - [2026-04-30 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.73 - - [2026-04-30 03:04:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003974 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006656 10.0.0.73 - - [2026-04-30 03:04:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004629 10.0.0.33 - - [2026-04-30 03:04:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003966 10.0.0.73 - - [2026-04-30 03:04:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003820 10.0.0.73 - - [2026-04-30 03:04:49] "GET /obj-perms HTTP/1.1" 200 5042 0.004023 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 200 1299 0.004669 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-machine-interface/9d6be1bd-15fb-455d-a7f0-84243e23be7a HTTP/1.1" 200 3169 0.005872 10.0.0.73 - - [2026-04-30 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.73 - - [2026-04-30 03:04:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003584 10.0.0.73 - - [2026-04-30 03:04:49] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006742 10.0.0.73 - - [2026-04-30 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.73 - - [2026-04-30 03:04:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003990 10.0.0.73 - - [2026-04-30 03:04:51] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003176 10.0.0.73 - - [2026-04-30 03:04:51] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.007161 10.0.0.73 - - [2026-04-30 03:04:52] "POST /neutron/port HTTP/1.1" 200 1237 0.024388 10.0.0.73 - - [2026-04-30 03:04:56] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007263 10.0.0.73 - - [2026-04-30 03:05:01] "POST /neutron/port HTTP/1.1" 200 1237 0.023963 10.0.0.73 - - [2026-04-30 03:05:06] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 200 1298 0.005305 10.0.0.73 - - [2026-04-30 03:05:06] "GET /virtual-machine-interface/2a435338-9173-43a4-bfb4-1f1db2f884f3 HTTP/1.1" 200 3168 0.006113 10.0.0.73 - - [2026-04-30 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.73 - - [2026-04-30 03:05:06] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003668 10.0.0.73 - - [2026-04-30 03:05:06] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003532 10.0.0.73 - - [2026-04-30 03:05:06] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006794 10.0.0.73 - - [2026-04-30 03:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.73 - - [2026-04-30 03:05:07] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003829 10.0.0.73 - - [2026-04-30 03:05:07] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003348 10.0.0.73 - - [2026-04-30 03:05:07] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006015 10.0.0.73 - - [2026-04-30 03:05:08] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 200 1299 0.004862 10.0.0.73 - - [2026-04-30 03:05:08] "GET /virtual-machine-interface/d4fd2687-0d73-4220-8eeb-e8a4fc5da58f HTTP/1.1" 200 3169 0.005981 10.0.0.73 - - [2026-04-30 03:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.73 - - [2026-04-30 03:05:08] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004870 10.0.0.73 - - [2026-04-30 03:05:08] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003870 10.0.0.73 - - [2026-04-30 03:05:08] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006634 10.0.0.73 - - [2026-04-30 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.73 - - [2026-04-30 03:05:09] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004281 10.0.0.73 - - [2026-04-30 03:05:09] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003403 10.0.0.73 - - [2026-04-30 03:05:09] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007330 10.0.0.73 - - [2026-04-30 03:05:37] "POST /neutron/port HTTP/1.1" 200 1236 0.049018 10.0.0.73 - - [2026-04-30 03:05:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007829 10.0.0.73 - - [2026-04-30 03:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.73 - - [2026-04-30 03:05:37] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 200 1299 0.004769 10.0.0.73 - - [2026-04-30 03:05:38] "POST /neutron/port HTTP/1.1" 200 1228 0.017193 10.0.0.73 - - [2026-04-30 03:05:39] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 404 171 0.003478 10.0.0.73 - - [2026-04-30 03:05:39] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 404 171 0.003594 10.0.0.73 - - [2026-04-30 03:05:39] "GET /virtual-machine/b548f5bd-c7fd-4241-9600-909eefd88f9e HTTP/1.1" 404 171 0.003786 10.0.0.73 - - [2026-04-30 03:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.73 - - [2026-04-30 03:05:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963 10.0.0.73 - - [2026-04-30 03:05:39] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003981 10.0.0.73 - - [2026-04-30 03:05:39] "GET /virtual-network/b5f6121a-af39-4d5b-abab-d41b71102442?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006156 10.0.0.73 - - [2026-04-30 03:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.73 - - [2026-04-30 03:05:39] "GET /routing-instance/9c67400b-306b-4745-a786-44e7afad19c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005049 10.0.0.73 - - [2026-04-30 03:05:39] "GET /route-target/a7e5c213-140d-4f82-898f-ccac89c6f825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005245 10.0.0.73 - - [2026-04-30 03:05:40] "GET /obj-perms HTTP/1.1" 200 5042 0.005654 10.0.0.73 - - [2026-04-30 03:05:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003960 10.0.0.73 - - [2026-04-30 03:05:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003823 10.0.0.73 - - [2026-04-30 03:05:52] "GET /obj-perms HTTP/1.1" 200 5042 0.004477 10.0.0.73 - - [2026-04-30 03:05:55] "GET /obj-perms HTTP/1.1" 200 5042 0.008202 10.0.0.141 - - [2026-04-30 03:05:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004553 10.0.0.33 - - [2026-04-30 03:05:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004329 10.0.0.73 - - [2026-04-30 03:05:55] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 200 1298 0.006835 10.0.0.73 - - [2026-04-30 03:05:56] "POST /neutron/port HTTP/1.1" 200 1226 0.017303 10.0.0.73 - - [2026-04-30 03:05:57] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 404 171 0.003305 10.0.0.73 - - [2026-04-30 03:05:57] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 404 171 0.002885 10.0.0.73 - - [2026-04-30 03:05:57] "GET /virtual-machine/70b0d8ca-f01a-4d65-8b8e-eb898a81bb82 HTTP/1.1" 404 171 0.003622 10.0.0.73 - - [2026-04-30 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.73 - - [2026-04-30 03:05:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003823 10.0.0.73 - - [2026-04-30 03:05:57] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003559 10.0.0.73 - - [2026-04-30 03:05:57] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005647 10.0.0.73 - - [2026-04-30 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.73 - - [2026-04-30 03:05:57] "GET /routing-instance/bdf715b4-92df-422c-a8d2-30f8dc17cd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004345 10.0.0.73 - - [2026-04-30 03:05:57] "GET /route-target/c96a95dc-65a1-4cf9-a023-f69b59471535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003750 10.0.0.73 - - [2026-04-30 03:05:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004286 10.0.0.141 - - [2026-04-30 03:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.141 - - [2026-04-30 03:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.141 - - [2026-04-30 03:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.141 - - [2026-04-30 03:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.73 - - [2026-04-30 03:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.73 - - [2026-04-30 03:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2026-04-30 03:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.33 - - [2026-04-30 03:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.73 - - [2026-04-30 03:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2026-04-30 03:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2026-04-30 03:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.33 - - [2026-04-30 03:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.73 - - [2026-04-30 03:06:04] "GET /obj-perms HTTP/1.1" 200 5042 0.005404 10.0.0.73 - - [2026-04-30 03:06:07] "GET /obj-perms HTTP/1.1" 200 5042 0.007645 10.0.0.73 - - [2026-04-30 03:06:13] "GET /obj-perms HTTP/1.1" 200 5042 0.005234 10.0.0.73 - - [2026-04-30 03:06:16] "GET /obj-perms HTTP/1.1" 200 5042 0.004595 10.0.0.73 - - [2026-04-30 03:06:22] "GET /obj-perms HTTP/1.1" 200 5042 0.004433 10.0.0.73 - - [2026-04-30 03:06:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004979 10.0.0.73 - - [2026-04-30 03:06:25] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 200 1299 0.004856 10.0.0.73 - - [2026-04-30 03:06:26] "POST /neutron/port HTTP/1.1" 200 1227 0.018797 10.0.0.73 - - [2026-04-30 03:06:27] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 404 171 0.003575 10.0.0.73 - - [2026-04-30 03:06:27] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 404 171 0.003774 10.0.0.73 - - [2026-04-30 03:06:27] "GET /virtual-machine/cbbe4274-24da-4538-b150-b46b83b20c23 HTTP/1.1" 404 171 0.003254 10.0.0.73 - - [2026-04-30 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.73 - - [2026-04-30 03:06:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005229 10.0.0.73 - - [2026-04-30 03:06:28] "GET /virtual-networks?parent_id=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003632 10.0.0.73 - - [2026-04-30 03:06:28] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006119 10.0.0.73 - - [2026-04-30 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.73 - - [2026-04-30 03:06:28] "GET /routing-instance/9bdb98bd-633b-41d7-897b-d4d456ab9b0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004853 10.0.0.73 - - [2026-04-30 03:06:28] "GET /route-target/197ba985-0e7a-4147-9635-728d44582037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004295 10.0.0.73 - - [2026-04-30 03:06:28] "GET /obj-perms HTTP/1.1" 200 5042 0.004163 10.0.0.73 - - [2026-04-30 03:06:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004619 10.0.0.73 - - [2026-04-30 03:06:34] "GET /obj-perms HTTP/1.1" 200 5056 0.047897 10.0.0.73 - - [2026-04-30 03:06:40] "GET /obj-perms HTTP/1.1" 200 5042 0.005453 10.0.0.73 - - [2026-04-30 03:06:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004364 10.0.0.73 - - [2026-04-30 03:06:49] "GET /obj-perms HTTP/1.1" 200 5042 0.003876 10.0.0.73 - - [2026-04-30 03:06:52] "GET /obj-perms HTTP/1.1" 200 5042 0.006795 10.0.0.73 - - [2026-04-30 03:06:56] "GET /obj-perms HTTP/1.1" 200 5042 0.004050 10.0.0.33 - - [2026-04-30 03:06:56] "GET /obj-perms HTTP/1.1" 200 5042 0.003932 10.0.0.73 - - [2026-04-30 03:06:56] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006835 10.0.0.73 - - [2026-04-30 03:06:56] "POST /neutron/network HTTP/1.1" 200 1013 0.102994 10.0.0.141 - - [2026-04-30 03:06:56] "DELETE /access-control-list/72a9d3d6-d912-44a0-9891-1016380e8f27 HTTP/1.1" 200 115 0.063523 10.0.0.73 - - [2026-04-30 03:06:56] "GET /virtual-network/4226f10d-98f7-4144-8e2e-519fb5f4bba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.011284 10.0.0.73 - - [2026-04-30 03:06:56] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3245 0.006448 10.0.0.73 - - [2026-04-30 03:06:56] "POST /neutron/network HTTP/1.1" 200 1014 0.082536 10.0.0.73 - - [2026-04-30 03:06:56] "GET /virtual-network/02d76c3b-0c3c-4a84-a58d-148c9fa461ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006353 10.0.0.73 - - [2026-04-30 03:06:56] "DELETE /network-policy/ab89615f-0ebc-4a73-9a07-6b33e461c7cf HTTP/1.1" 200 115 0.035803 10.0.0.73 - - [2026-04-30 03:06:56] "DELETE /network-policy/c36211a8-5677-42e1-aa3f-6efd08408450 HTTP/1.1" 200 115 0.051387 10.0.0.73 - - [2026-04-30 03:06:56] "DELETE /network-policy/d8bad1b1-1723-4c60-9a85-66a8766f5fa4 HTTP/1.1" 200 115 0.042855 10.0.0.141 - - [2026-04-30 03:06:57] "POST /ref-update HTTP/1.1" 200 156 0.033068 10.0.0.33 - - [2026-04-30 03:06:57] "POST /useragent-kv HTTP/1.1" 200 115 0.038453 10.0.0.33 - - [2026-04-30 03:06:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006181 10.0.0.33 - - [2026-04-30 03:06:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.33 - - [2026-04-30 03:06:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002705 10.0.0.73 - - [2026-04-30 03:06:57] "POST /neutron/network HTTP/1.1" 200 151 0.232341 10.0.0.141 - - [2026-04-30 03:06:57] "DELETE /route-target/a7e5c213-140d-4f82-898f-ccac89c6f825 HTTP/1.1" 200 115 0.027563 10.0.0.73 - - [2026-04-30 03:06:57] "POST /neutron/network HTTP/1.1" 200 1014 0.010965 10.0.0.141 - - [2026-04-30 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.73 - - [2026-04-30 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.73 - - [2026-04-30 03:06:58] "DELETE /network-ipam/cffc0a03-168b-4345-99b1-f9ce61758da3 HTTP/1.1" 200 115 0.037950 10.0.0.73 - - [2026-04-30 03:06:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.003454 10.0.0.73 - - [2026-04-30 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.73 - - [2026-04-30 03:06:58] "DELETE /network-ipam/be835ade-ecc5-4254-bbac-4546ec4a3eaa HTTP/1.1" 200 115 0.039804 10.0.0.73 - - [2026-04-30 03:06:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.004800 10.0.0.73 - - [2026-04-30 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.73 - - [2026-04-30 03:06:58] "DELETE /network-ipam/5d613aea-4521-4c84-be66-567654ab1188 HTTP/1.1" 200 115 0.033675 10.0.0.73 - - [2026-04-30 03:06:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.003150 10.0.0.33 - - [2026-04-30 03:07:01] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001655 10.0.0.73 - - [2026-04-30 03:07:01] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065208 10.0.0.33 - - [2026-04-30 03:07:01] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002670 10.0.0.73 - - [2026-04-30 03:07:01] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?fields=virtual_networks HTTP/1.1" 200 1045 0.067582 10.0.0.33 - - [2026-04-30 03:07:01] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002146 10.0.0.73 - - [2026-04-30 03:07:01] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.051087 10.0.0.33 - - [2026-04-30 03:07:01] "GET /projects?obj_uuids=a4db1a1c-6a4b-496d-942c-c52ccaa04675&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001233 10.0.0.73 - - [2026-04-30 03:07:01] "GET /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675?fields=security_groups HTTP/1.1" 200 1277 0.063095 10.0.0.73 - - [2026-04-30 03:07:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.029238 10.0.0.33 - - [2026-04-30 03:07:02] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003711 10.0.0.33 - - [2026-04-30 03:07:02] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.33 - - [2026-04-30 03:07:02] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009049 10.0.0.33 - - [2026-04-30 03:07:02] "POST /id-to-fqname HTTP/1.1" 200 192 0.008543 10.0.0.33 - - [2026-04-30 03:07:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.008506 10.0.0.33 - - [2026-04-30 03:07:02] "POST /security-groups HTTP/1.1" 200 593 0.038071 10.0.0.33 - - [2026-04-30 03:07:02] "POST /projects HTTP/1.1" 200 589 0.286529 10.0.0.141 - - [2026-04-30 03:07:02] "POST /access-control-lists HTTP/1.1" 200 598 0.036947 10.0.0.33 - - [2026-04-30 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.363006 10.0.0.73 - - [2026-04-30 03:07:03] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.527686 10.0.0.73 - - [2026-04-30 03:07:04] "GET / HTTP/1.1" 200 35931 0.001825 10.0.0.73 - - [2026-04-30 03:07:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.73 - - [2026-04-30 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.056026 10.0.0.33 - - [2026-04-30 03:07:06] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.73 - - [2026-04-30 03:07:06] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052824 10.0.0.33 - - [2026-04-30 03:07:06] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001260 10.0.0.73 - - [2026-04-30 03:07:06] "POST /neutron/network HTTP/1.1" 200 607 0.238640 10.0.0.141 - - [2026-04-30 03:07:06] "POST /route-targets HTTP/1.1" 200 327 0.020393 10.0.0.141 - - [2026-04-30 03:07:06] "DELETE /access-control-list/4304861b-df6b-4fc2-b783-92bcde12be26 HTTP/1.1" 200 115 0.041344 10.0.0.73 - - [2026-04-30 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.003948 10.0.0.73 - - [2026-04-30 03:07:06] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.017023 10.0.0.73 - - [2026-04-30 03:07:07] "POST /neutron/network HTTP/1.1" 200 826 0.007876 10.0.0.73 - - [2026-04-30 03:07:07] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006448 10.0.0.73 - - [2026-04-30 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.33 - - [2026-04-30 03:07:07] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002649 10.0.0.73 - - [2026-04-30 03:07:07] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057697 10.0.0.73 - - [2026-04-30 03:07:07] "POST /neutron/network HTTP/1.1" 200 117 0.019317 10.0.0.73 - - [2026-04-30 03:07:07] "POST /neutron/network HTTP/1.1" 200 826 0.010071 10.0.0.73 - - [2026-04-30 03:07:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001430 10.0.0.73 - - [2026-04-30 03:07:07] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009592 10.0.0.73 - - [2026-04-30 03:07:07] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005976 10.0.0.73 - - [2026-04-30 03:07:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.009286 10.0.0.73 - - [2026-04-30 03:07:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002934 10.0.0.73 - - [2026-04-30 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.33 - - [2026-04-30 03:07:07] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.73 - - [2026-04-30 03:07:07] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052602 10.0.0.73 - - [2026-04-30 03:07:07] "POST /network-policys HTTP/1.1" 200 571 0.037985 10.0.0.73 - - [2026-04-30 03:07:08] "GET /network-policy/751e8fd5-9027-4cf6-a727-da3a5f031f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007417 10.0.0.141 - - [2026-04-30 03:07:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.003656 10.0.0.73 - - [2026-04-30 03:07:08] "POST /neutron/network HTTP/1.1" 200 928 0.008528 10.0.0.73 - - [2026-04-30 03:07:08] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005438 10.0.0.73 - - [2026-04-30 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.015239 10.0.0.73 - - [2026-04-30 03:07:08] "GET /network-policy/751e8fd5-9027-4cf6-a727-da3a5f031f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004313 10.0.0.73 - - [2026-04-30 03:07:08] "POST /neutron/network HTTP/1.1" 200 928 0.014064 10.0.0.73 - - [2026-04-30 03:07:08] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.008710 10.0.0.141 - - [2026-04-30 03:07:08] "POST /access-control-lists HTTP/1.1" 200 590 0.062217 10.0.0.73 - - [2026-04-30 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.015009 10.0.0.73 - - [2026-04-30 03:07:08] "GET /network-policy/751e8fd5-9027-4cf6-a727-da3a5f031f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.012467 10.0.0.73 - - [2026-04-30 03:07:08] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006363 10.0.0.141 - - [2026-04-30 03:07:09] "GET /obj-perms HTTP/1.1" 200 5034 0.054414 10.0.0.73 - - [2026-04-30 03:07:10] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007103 10.0.0.73 - - [2026-04-30 03:07:10] "GET /obj-perms HTTP/1.1" 200 5034 0.070414 10.0.0.73 - - [2026-04-30 03:07:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001478 10.0.0.33 - - [2026-04-30 03:07:11] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001262 10.0.0.73 - - [2026-04-30 03:07:11] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074132 10.0.0.73 - - [2026-04-30 03:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.006794 10.0.0.73 - - [2026-04-30 03:07:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.73 - - [2026-04-30 03:07:12] "POST /neutron/network HTTP/1.1" 200 938 0.007032 10.0.0.73 - - [2026-04-30 03:07:13] "POST /neutron/port HTTP/1.1" 200 1062 0.047616 10.0.0.33 - - [2026-04-30 03:07:13] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001507 10.0.0.73 - - [2026-04-30 03:07:13] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.087459 10.0.0.73 - - [2026-04-30 03:07:13] "POST /neutron/network HTTP/1.1" 200 928 0.039585 10.0.0.73 - - [2026-04-30 03:07:13] "POST /neutron/port HTTP/1.1" 200 1126 0.025522 10.0.0.73 - - [2026-04-30 03:07:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010227 10.0.0.73 - - [2026-04-30 03:07:13] "POST /neutron/port HTTP/1.1" 200 1126 0.021281 10.0.0.33 - - [2026-04-30 03:07:13] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001069 10.0.0.73 - - [2026-04-30 03:07:14] "POST /neutron/port HTTP/1.1" 200 1062 0.327384 10.0.0.73 - - [2026-04-30 03:07:14] "POST /neutron/port HTTP/1.1" 200 1116 0.133267 10.0.0.73 - - [2026-04-30 03:07:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.010827 10.0.0.73 - - [2026-04-30 03:07:18] "POST /neutron/port HTTP/1.1" 200 1126 0.021532 10.0.0.73 - - [2026-04-30 03:07:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010969 10.0.0.73 - - [2026-04-30 03:07:18] "GET /virtual-machine/4501396f-d3b9-47c8-87ad-c390ac9a8920 HTTP/1.1" 401 292 0.000494 10.0.0.73 - - [2026-04-30 03:07:19] "GET /virtual-machine/4501396f-d3b9-47c8-87ad-c390ac9a8920 HTTP/1.1" 200 1293 0.033806 10.0.0.73 - - [2026-04-30 03:07:19] "GET /virtual-machine-interface/d3035cc5-af39-448c-b173-cf0695ad5389 HTTP/1.1" 200 2952 0.007225 10.0.0.73 - - [2026-04-30 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.73 - - [2026-04-30 03:07:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009076 10.0.0.73 - - [2026-04-30 03:07:19] "GET /virtual-networks?parent_id=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005134 10.0.0.73 - - [2026-04-30 03:07:19] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006434 10.0.0.73 - - [2026-04-30 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.73 - - [2026-04-30 03:07:22] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006258 10.0.0.73 - - [2026-04-30 03:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.73 - - [2026-04-30 03:07:26] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007120 10.0.0.73 - - [2026-04-30 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.73 - - [2026-04-30 03:07:30] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007044 10.0.0.73 - - [2026-04-30 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.73 - - [2026-04-30 03:07:34] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006377 10.0.0.33 - - [2026-04-30 03:07:35] "GET /obj-perms HTTP/1.1" 200 5056 0.049179 10.0.0.73 - - [2026-04-30 03:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.73 - - [2026-04-30 03:07:38] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007634 10.0.0.73 - - [2026-04-30 03:07:39] "POST /neutron/port HTTP/1.1" 200 1126 0.023860 10.0.0.73 - - [2026-04-30 03:07:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004026 10.0.0.73 - - [2026-04-30 03:07:39] "POST /neutron/network HTTP/1.1" 200 928 0.007404 10.0.0.73 - - [2026-04-30 03:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.73 - - [2026-04-30 03:07:42] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006481 10.0.0.73 - - [2026-04-30 03:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.73 - - [2026-04-30 03:07:46] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006621 10.0.0.73 - - [2026-04-30 03:07:48] "POST /neutron/network HTTP/1.1" 200 938 0.007235 10.0.0.73 - - [2026-04-30 03:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.73 - - [2026-04-30 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.73 - - [2026-04-30 03:07:51] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007727 10.0.0.73 - - [2026-04-30 03:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.73 - - [2026-04-30 03:07:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003744 10.0.0.73 - - [2026-04-30 03:07:55] "GET /virtual-networks?parent_id=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003269 10.0.0.73 - - [2026-04-30 03:07:55] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006860 10.0.0.73 - - [2026-04-30 03:07:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008439 10.0.0.33 - - [2026-04-30 03:08:00] "DELETE /project/7624a38d40034828a33c4ece6dbd8984 HTTP/1.1" 404 173 0.005561 10.0.0.33 - - [2026-04-30 03:08:00] "DELETE /project/a4db1a1c-6a4b-496d-942c-c52ccaa04675 HTTP/1.1" 404 177 0.005462 10.0.0.73 - - [2026-04-30 03:08:05] "POST /neutron/port HTTP/1.1" 200 1126 0.028981 10.0.0.73 - - [2026-04-30 03:08:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.034414 10.0.0.73 - - [2026-04-30 03:08:10] "POST /neutron/port HTTP/1.1" 200 1126 0.018760 10.0.0.73 - - [2026-04-30 03:08:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008129 10.0.0.73 - - [2026-04-30 03:08:16] "POST /neutron/port HTTP/1.1" 200 1126 0.018942 10.0.0.73 - - [2026-04-30 03:08:16] "GET /virtual-machine/7f155da0-3c35-4b56-bb0c-09e3aac3a535 HTTP/1.1" 200 1294 0.006432 10.0.0.73 - - [2026-04-30 03:08:16] "GET /virtual-machine-interface/b4c9743b-50f5-40f3-8362-51e8ef4e6d50 HTTP/1.1" 200 2951 0.005702 10.0.0.73 - - [2026-04-30 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.73 - - [2026-04-30 03:08:16] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004002 10.0.0.73 - - [2026-04-30 03:08:16] "GET /virtual-networks?parent_id=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003336 10.0.0.73 - - [2026-04-30 03:08:16] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006417 10.0.0.73 - - [2026-04-30 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.73 - - [2026-04-30 03:08:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004621 10.0.0.73 - - [2026-04-30 03:08:17] "GET /virtual-networks?parent_id=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003887 10.0.0.73 - - [2026-04-30 03:08:17] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007151 10.0.0.141 - - [2026-04-30 03:08:36] "GET /obj-perms HTTP/1.1" 200 5056 0.057695 10.0.0.73 - - [2026-04-30 03:08:41] "POST /neutron/port HTTP/1.1" 200 1126 0.023813 10.0.0.73 - - [2026-04-30 03:08:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.010820 10.0.0.73 - - [2026-04-30 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.33 - - [2026-04-30 03:08:43] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.73 - - [2026-04-30 03:08:43] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042678 10.0.0.73 - - [2026-04-30 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.73 - - [2026-04-30 03:08:43] "PUT /network-policy/751e8fd5-9027-4cf6-a727-da3a5f031f64 HTTP/1.1" 200 262 0.016543 10.0.0.141 - - [2026-04-30 03:08:44] "POST /ref-update HTTP/1.1" 200 156 0.048624 10.0.0.73 - - [2026-04-30 03:08:47] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006513 10.0.0.73 - - [2026-04-30 03:08:47] "POST /neutron/network HTTP/1.1" 200 928 0.007523 10.0.0.141 - - [2026-04-30 03:08:47] "DELETE /access-control-list/649c4822-7b78-46b9-8012-483971466e92 HTTP/1.1" 200 115 0.051549 10.0.0.73 - - [2026-04-30 03:08:47] "GET /virtual-network/41f56792-a699-4229-b144-228a1e112d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.011036 10.0.0.73 - - [2026-04-30 03:08:47] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005691 10.0.0.73 - - [2026-04-30 03:08:47] "POST /neutron/network HTTP/1.1" 200 928 0.006945 10.0.0.73 - - [2026-04-30 03:08:47] "GET /virtual-network/d23e414f-0b89-464a-b2dd-0f20bef0cdd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009109 10.0.0.73 - - [2026-04-30 03:08:48] "DELETE /network-policy/751e8fd5-9027-4cf6-a727-da3a5f031f64 HTTP/1.1" 200 115 0.046460 10.0.0.73 - - [2026-04-30 03:08:48] "POST /neutron/network HTTP/1.1" 200 826 0.008160 10.0.0.73 - - [2026-04-30 03:08:48] "POST /neutron/port HTTP/1.1" 200 1116 0.016452 10.0.0.73 - - [2026-04-30 03:08:48] "POST /neutron/port HTTP/1.1" 200 1116 0.016992 10.0.0.33 - - [2026-04-30 03:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003992 10.0.0.33 - - [2026-04-30 03:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002574 10.0.0.73 - - [2026-04-30 03:08:50] "POST /neutron/network HTTP/1.1" 200 151 0.162950 10.0.0.141 - - [2026-04-30 03:08:50] "DELETE /route-target/623e99b9-4e9a-4fd2-8006-f3eb83bff528 HTTP/1.1" 200 115 0.026089 10.0.0.33 - - [2026-04-30 03:08:52] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001290 10.0.0.73 - - [2026-04-30 03:08:52] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.093333 10.0.0.33 - - [2026-04-30 03:08:52] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001325 10.0.0.73 - - [2026-04-30 03:08:52] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?fields=virtual_networks HTTP/1.1" 200 1036 0.042471 10.0.0.33 - - [2026-04-30 03:08:52] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.73 - - [2026-04-30 03:08:52] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.047347 10.0.0.33 - - [2026-04-30 03:08:52] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001384 10.0.0.73 - - [2026-04-30 03:08:52] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?fields=security_groups HTTP/1.1" 200 1264 0.045857 10.0.0.73 - - [2026-04-30 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.030883 10.0.0.33 - - [2026-04-30 03:08:53] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003258 10.0.0.33 - - [2026-04-30 03:08:53] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.33 - - [2026-04-30 03:08:53] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037970 10.0.0.33 - - [2026-04-30 03:08:53] "POST /id-to-fqname HTTP/1.1" 200 202 0.004163 10.0.0.33 - - [2026-04-30 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.007665 10.0.0.33 - - [2026-04-30 03:08:53] "POST /security-groups HTTP/1.1" 200 603 0.078038 10.0.0.141 - - [2026-04-30 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 246 0.004162 10.0.0.33 - - [2026-04-30 03:08:53] "POST /projects HTTP/1.1" 200 609 0.298914 10.0.0.33 - - [2026-04-30 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.371144 10.0.0.141 - - [2026-04-30 03:08:53] "POST /access-control-lists HTTP/1.1" 200 606 0.037710 10.0.0.73 - - [2026-04-30 03:08:53] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.546392 10.0.0.73 - - [2026-04-30 03:08:55] "GET / HTTP/1.1" 200 35931 0.001650 10.0.0.73 - - [2026-04-30 03:08:58] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000481 10.0.0.33 - - [2026-04-30 03:08:58] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.73 - - [2026-04-30 03:08:58] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066840 10.0.0.73 - - [2026-04-30 03:08:59] "GET / HTTP/1.1" 200 35931 0.002276 10.0.0.73 - - [2026-04-30 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.33 - - [2026-04-30 03:08:59] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.73 - - [2026-04-30 03:08:59] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008044 10.0.0.73 - - [2026-04-30 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.33 - - [2026-04-30 03:08:59] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.73 - - [2026-04-30 03:08:59] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051296 10.0.0.33 - - [2026-04-30 03:09:00] "DELETE /project/39ffcd01ec3240d3b57ebea4cf2940c3 HTTP/1.1" 404 173 0.009009 10.0.0.33 - - [2026-04-30 03:09:00] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001301 10.0.0.33 - - [2026-04-30 03:09:00] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.064470 10.0.0.33 - - [2026-04-30 03:09:00] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001240 10.0.0.33 - - [2026-04-30 03:09:00] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?fields=security_groups HTTP/1.1" 200 1369 0.065404 10.0.0.33 - - [2026-04-30 03:09:00] "DELETE /security-group/c6a7331f-9b98-4ba2-9c02-3edb60981e47 HTTP/1.1" 200 115 0.106398 10.0.0.33 - - [2026-04-30 03:09:00] "GET /projects?obj_uuids=7624a38d-4003-4828-a33c-4ece6dbd8984&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002285 10.0.0.33 - - [2026-04-30 03:09:00] "GET /project/7624a38d-4003-4828-a33c-4ece6dbd8984?fields=application_policy_sets HTTP/1.1" 200 1408 0.120395 10.0.0.73 - - [2026-04-30 03:09:00] "GET /domains HTTP/1.1" 401 292 0.000448 10.0.0.33 - - [2026-04-30 03:09:00] "DELETE /project/7624a38d-4003-4828-a33c-4ece6dbd8984 HTTP/1.1" 200 115 0.620268 10.0.0.73 - - [2026-04-30 03:09:01] "GET /domains HTTP/1.1" 200 280 0.028728 10.0.0.33 - - [2026-04-30 03:09:01] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.73 - - [2026-04-30 03:09:01] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb HTTP/1.1" 200 2780 0.013793 10.0.0.33 - - [2026-04-30 03:09:01] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001811 10.0.0.73 - - [2026-04-30 03:09:01] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3 HTTP/1.1" 200 1924 0.105190 10.0.0.73 - - [2026-04-30 03:09:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003986 10.0.0.73 - - [2026-04-30 03:09:01] "POST /network-ipams HTTP/1.1" 200 621 0.037779 10.0.0.73 - - [2026-04-30 03:09:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004570 10.0.0.73 - - [2026-04-30 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.73 - - [2026-04-30 03:09:01] "GET /network-ipam/73b0aa30-0dd0-4dcb-a630-ba22a0a0b11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.008593 10.0.0.73 - - [2026-04-30 03:09:01] "PUT /network-ipam/73b0aa30-0dd0-4dcb-a630-ba22a0a0b11c HTTP/1.1" 200 258 0.020252 10.0.0.73 - - [2026-04-30 03:09:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.73 - - [2026-04-30 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.029067 10.0.0.33 - - [2026-04-30 03:09:02] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001308 10.0.0.73 - - [2026-04-30 03:09:02] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056352 10.0.0.73 - - [2026-04-30 03:09:02] "POST /neutron/network HTTP/1.1" 200 117 0.039822 10.0.0.141 - - [2026-04-30 03:09:02] "POST /route-targets HTTP/1.1" 200 327 0.015438 10.0.0.33 - - [2026-04-30 03:09:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003660 10.0.0.73 - - [2026-04-30 03:09:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.238147 10.0.0.141 - - [2026-04-30 03:09:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.042108 10.0.0.73 - - [2026-04-30 03:09:03] "POST /id-to-fqname HTTP/1.1" 200 235 0.001340 10.0.0.73 - - [2026-04-30 03:09:03] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008502 10.0.0.73 - - [2026-04-30 03:09:03] "POST /neutron/network HTTP/1.1" 200 1337 0.018378 10.0.0.73 - - [2026-04-30 03:09:03] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005666 10.0.0.73 - - [2026-04-30 03:09:03] "POST /neutron/subnet HTTP/1.1" 200 701 0.010177 10.0.0.73 - - [2026-04-30 03:09:04] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006793 10.0.0.73 - - [2026-04-30 03:09:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003170 10.0.0.73 - - [2026-04-30 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.33 - - [2026-04-30 03:09:05] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.73 - - [2026-04-30 03:09:05] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053193 10.0.0.73 - - [2026-04-30 03:09:05] "POST /network-policys HTTP/1.1" 200 563 0.083310 10.0.0.73 - - [2026-04-30 03:09:05] "GET /network-policy/c53ef09b-baa5-4353-a90d-e8125de912cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007625 10.0.0.73 - - [2026-04-30 03:09:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003476 10.0.0.73 - - [2026-04-30 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.33 - - [2026-04-30 03:09:05] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001398 10.0.0.73 - - [2026-04-30 03:09:05] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.073270 10.0.0.73 - - [2026-04-30 03:09:06] "POST /network-policys HTTP/1.1" 200 563 0.083651 10.0.0.73 - - [2026-04-30 03:09:06] "GET /network-policy/78cdbfff-5cbc-4e86-b7fa-df4f34421ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.008872 10.0.0.73 - - [2026-04-30 03:09:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003129 10.0.0.73 - - [2026-04-30 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.33 - - [2026-04-30 03:09:06] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001308 10.0.0.73 - - [2026-04-30 03:09:06] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049885 10.0.0.73 - - [2026-04-30 03:09:06] "POST /network-policys HTTP/1.1" 200 563 0.084194 10.0.0.73 - - [2026-04-30 03:09:06] "GET /network-policy/cb7cbee5-f9da-4e10-9f31-c3498a2c8942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006207 10.0.0.73 - - [2026-04-30 03:09:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003369 10.0.0.73 - - [2026-04-30 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.33 - - [2026-04-30 03:09:06] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.73 - - [2026-04-30 03:09:06] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052148 10.0.0.73 - - [2026-04-30 03:09:07] "POST /network-policys HTTP/1.1" 200 563 0.083616 10.0.0.73 - - [2026-04-30 03:09:07] "GET /network-policy/063640f6-830a-4bfe-8e87-671bf02841f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.010148 10.0.0.73 - - [2026-04-30 03:09:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003478 10.0.0.73 - - [2026-04-30 03:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.33 - - [2026-04-30 03:09:07] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001365 10.0.0.73 - - [2026-04-30 03:09:07] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078210 10.0.0.73 - - [2026-04-30 03:09:07] "POST /network-policys HTTP/1.1" 200 563 0.080077 10.0.0.73 - - [2026-04-30 03:09:07] "GET /network-policy/af61fced-3014-43fe-a595-b1557b751894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006848 10.0.0.73 - - [2026-04-30 03:09:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003631 10.0.0.73 - - [2026-04-30 03:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.33 - - [2026-04-30 03:09:07] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.73 - - [2026-04-30 03:09:07] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054654 10.0.0.73 - - [2026-04-30 03:09:07] "POST /network-policys HTTP/1.1" 200 563 0.080219 10.0.0.73 - - [2026-04-30 03:09:07] "GET /network-policy/0cbace4d-43f8-4157-b2db-b2a0e782eddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.016329 10.0.0.73 - - [2026-04-30 03:09:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003213 10.0.0.73 - - [2026-04-30 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.33 - - [2026-04-30 03:09:08] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.73 - - [2026-04-30 03:09:08] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051314 10.0.0.73 - - [2026-04-30 03:09:08] "POST /network-policys HTTP/1.1" 200 563 0.087501 10.0.0.73 - - [2026-04-30 03:09:08] "GET /network-policy/41965679-6397-47ea-9048-180976c70312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006942 10.0.0.73 - - [2026-04-30 03:09:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003210 10.0.0.73 - - [2026-04-30 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.33 - - [2026-04-30 03:09:08] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.73 - - [2026-04-30 03:09:08] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046359 10.0.0.73 - - [2026-04-30 03:09:08] "POST /network-policys HTTP/1.1" 200 563 0.072730 10.0.0.73 - - [2026-04-30 03:09:08] "GET /network-policy/78ab44c3-96b6-4187-889c-0579f99b4dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006933 10.0.0.73 - - [2026-04-30 03:09:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003144 10.0.0.73 - - [2026-04-30 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.33 - - [2026-04-30 03:09:09] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.73 - - [2026-04-30 03:09:09] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046359 10.0.0.73 - - [2026-04-30 03:09:09] "POST /network-policys HTTP/1.1" 200 563 0.076943 10.0.0.73 - - [2026-04-30 03:09:09] "GET /network-policy/d615761a-521e-42c4-ae4a-7fb87c0eed3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006542 10.0.0.73 - - [2026-04-30 03:09:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002895 10.0.0.73 - - [2026-04-30 03:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.33 - - [2026-04-30 03:09:09] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.73 - - [2026-04-30 03:09:09] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.075461 10.0.0.73 - - [2026-04-30 03:09:09] "POST /network-policys HTTP/1.1" 200 563 0.079612 10.0.0.73 - - [2026-04-30 03:09:09] "GET /network-policy/cdb18f2a-b81b-4ade-b2b8-197204c7bfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006583 10.0.0.73 - - [2026-04-30 03:09:10] "POST /neutron/network HTTP/1.1" 200 2250 0.192183 10.0.0.73 - - [2026-04-30 03:09:10] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006787 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.141 - - [2026-04-30 03:09:10] "POST /access-control-lists HTTP/1.1" 200 609 0.103902 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/063640f6-830a-4bfe-8e87-671bf02841f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006595 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.020455 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/0cbace4d-43f8-4157-b2db-b2a0e782eddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004526 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/41965679-6397-47ea-9048-180976c70312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004843 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/78ab44c3-96b6-4187-889c-0579f99b4dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004740 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/78cdbfff-5cbc-4e86-b7fa-df4f34421ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.008071 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/af61fced-3014-43fe-a595-b1557b751894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004733 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/c53ef09b-baa5-4353-a90d-e8125de912cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004766 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/cb7cbee5-f9da-4e10-9f31-c3498a2c8942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004650 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/cdb18f2a-b81b-4ade-b2b8-197204c7bfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005057 10.0.0.73 - - [2026-04-30 03:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.73 - - [2026-04-30 03:09:10] "GET /network-policy/d615761a-521e-42c4-ae4a-7fb87c0eed3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004650 10.0.0.73 - - [2026-04-30 03:09:10] "POST /id-to-fqname HTTP/1.1" 200 235 0.001280 10.0.0.33 - - [2026-04-30 03:09:11] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.73 - - [2026-04-30 03:09:11] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078851 10.0.0.73 - - [2026-04-30 03:09:11] "POST /neutron/network HTTP/1.1" 200 2250 0.013078 10.0.0.73 - - [2026-04-30 03:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.006740 10.0.0.73 - - [2026-04-30 03:09:12] "POST /neutron/port HTTP/1.1" 200 1174 0.024331 10.0.0.73 - - [2026-04-30 03:09:13] "POST /neutron/port HTTP/1.1" 200 1238 0.020916 10.0.0.73 - - [2026-04-30 03:09:13] "POST /neutron/subnet HTTP/1.1" 200 1361 0.043811 10.0.0.73 - - [2026-04-30 03:09:13] "POST /neutron/network HTTP/1.1" 200 2250 0.023249 10.0.0.73 - - [2026-04-30 03:09:17] "POST /neutron/port HTTP/1.1" 200 1238 0.021333 10.0.0.73 - - [2026-04-30 03:09:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009223 10.0.0.73 - - [2026-04-30 03:09:17] "GET /virtual-machine/22b685e1-496a-4093-9a51-f3a9104882b7 HTTP/1.1" 401 292 0.000448 10.0.0.73 - - [2026-04-30 03:09:17] "GET /virtual-machine/22b685e1-496a-4093-9a51-f3a9104882b7 HTTP/1.1" 200 1304 0.037108 10.0.0.73 - - [2026-04-30 03:09:17] "GET /virtual-machine-interface/538b52fd-3ee0-4206-b8b2-7aee4572bd80 HTTP/1.1" 200 3169 0.006511 10.0.0.73 - - [2026-04-30 03:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.73 - - [2026-04-30 03:09:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004671 10.0.0.73 - - [2026-04-30 03:09:17] "GET /virtual-networks?parent_id=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003423 10.0.0.73 - - [2026-04-30 03:09:17] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006108 10.0.0.73 - - [2026-04-30 03:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.73 - - [2026-04-30 03:09:20] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007578 10.0.0.73 - - [2026-04-30 03:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.73 - - [2026-04-30 03:09:25] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006057 10.0.0.73 - - [2026-04-30 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.73 - - [2026-04-30 03:09:29] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006473 10.0.0.73 - - [2026-04-30 03:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.73 - - [2026-04-30 03:09:33] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007063 10.0.0.73 - - [2026-04-30 03:09:36] "GET /obj-perms HTTP/1.1" 200 5056 0.053805 10.0.0.73 - - [2026-04-30 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.73 - - [2026-04-30 03:09:37] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006669 10.0.0.73 - - [2026-04-30 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.73 - - [2026-04-30 03:09:41] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006020 10.0.0.73 - - [2026-04-30 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.73 - - [2026-04-30 03:09:45] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007028 10.0.0.73 - - [2026-04-30 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.73 - - [2026-04-30 03:09:49] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007000 10.0.0.73 - - [2026-04-30 03:09:50] "POST /neutron/network HTTP/1.1" 200 2260 0.011295 10.0.0.73 - - [2026-04-30 03:09:50] "POST /neutron/subnet HTTP/1.1" 200 1361 0.022126 10.0.0.73 - - [2026-04-30 03:09:50] "POST /neutron/network HTTP/1.1" 200 2250 0.012918 10.0.0.73 - - [2026-04-30 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.73 - - [2026-04-30 03:09:53] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006500 10.0.0.73 - - [2026-04-30 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.73 - - [2026-04-30 03:09:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004283 10.0.0.73 - - [2026-04-30 03:09:55] "GET /virtual-networks?parent_id=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003316 10.0.0.73 - - [2026-04-30 03:09:56] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007268 10.0.0.73 - - [2026-04-30 03:10:01] "POST /neutron/port HTTP/1.1" 200 1238 0.026607 10.0.0.73 - - [2026-04-30 03:10:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007771 10.0.0.73 - - [2026-04-30 03:10:11] "POST /neutron/port HTTP/1.1" 200 1238 0.020094 10.0.0.73 - - [2026-04-30 03:10:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008172 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/c53ef09b-baa5-4353-a90d-e8125de912cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004353 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/78cdbfff-5cbc-4e86-b7fa-df4f34421ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004882 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/cb7cbee5-f9da-4e10-9f31-c3498a2c8942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004474 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/063640f6-830a-4bfe-8e87-671bf02841f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005289 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/af61fced-3014-43fe-a595-b1557b751894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005603 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/0cbace4d-43f8-4157-b2db-b2a0e782eddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004565 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/41965679-6397-47ea-9048-180976c70312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005242 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/78ab44c3-96b6-4187-889c-0579f99b4dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005252 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/d615761a-521e-42c4-ae4a-7fb87c0eed3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004511 10.0.0.73 - - [2026-04-30 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.73 - - [2026-04-30 03:10:17] "GET /network-policy/cdb18f2a-b81b-4ade-b2b8-197204c7bfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005354 10.0.0.73 - - [2026-04-30 03:10:17] "POST /neutron/network HTTP/1.1" 200 2250 0.012925 10.0.0.73 - - [2026-04-30 03:10:18] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009789 10.0.0.73 - - [2026-04-30 03:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.73 - - [2026-04-30 03:10:18] "GET /network-policy/c53ef09b-baa5-4353-a90d-e8125de912cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005723 10.0.0.73 - - [2026-04-30 03:10:23] "POST /neutron/network HTTP/1.1" 200 1440 0.013777 10.0.0.141 - - [2026-04-30 03:10:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.003938 10.0.0.73 - - [2026-04-30 03:10:23] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007710 10.0.0.73 - - [2026-04-30 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.73 - - [2026-04-30 03:10:23] "GET /network-policy/78cdbfff-5cbc-4e86-b7fa-df4f34421ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.006201 10.0.0.73 - - [2026-04-30 03:10:28] "POST /neutron/network HTTP/1.1" 200 1440 0.013209 10.0.0.141 - - [2026-04-30 03:10:28] "PUT /access-control-list/8bebdcbc-a08a-47c0-8feb-d33b6ac6d9bc HTTP/1.1" 200 272 0.031233 10.0.0.73 - - [2026-04-30 03:10:28] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009100 10.0.0.73 - - [2026-04-30 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.73 - - [2026-04-30 03:10:28] "GET /network-policy/cb7cbee5-f9da-4e10-9f31-c3498a2c8942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004405 10.0.0.73 - - [2026-04-30 03:10:33] "POST /neutron/network HTTP/1.1" 200 1440 0.012984 10.0.0.73 - - [2026-04-30 03:10:33] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009260 10.0.0.73 - - [2026-04-30 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.73 - - [2026-04-30 03:10:33] "GET /network-policy/063640f6-830a-4bfe-8e87-671bf02841f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005030 10.0.0.33 - - [2026-04-30 03:10:37] "GET /obj-perms HTTP/1.1" 200 5056 0.056329 10.0.0.73 - - [2026-04-30 03:10:38] "POST /neutron/network HTTP/1.1" 200 1440 0.013457 10.0.0.141 - - [2026-04-30 03:10:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.007632 10.0.0.73 - - [2026-04-30 03:10:39] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008342 10.0.0.73 - - [2026-04-30 03:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.73 - - [2026-04-30 03:10:39] "GET /network-policy/af61fced-3014-43fe-a595-b1557b751894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004729 10.0.0.73 - - [2026-04-30 03:10:44] "POST /neutron/network HTTP/1.1" 200 1440 0.013619 10.0.0.141 - - [2026-04-30 03:10:44] "PUT /access-control-list/8bebdcbc-a08a-47c0-8feb-d33b6ac6d9bc HTTP/1.1" 200 272 0.066792 10.0.0.73 - - [2026-04-30 03:10:44] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008079 10.0.0.73 - - [2026-04-30 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.73 - - [2026-04-30 03:10:44] "GET /network-policy/0cbace4d-43f8-4157-b2db-b2a0e782eddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004757 10.0.0.73 - - [2026-04-30 03:10:49] "POST /neutron/network HTTP/1.1" 200 1440 0.012321 10.0.0.73 - - [2026-04-30 03:10:49] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007962 10.0.0.73 - - [2026-04-30 03:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.73 - - [2026-04-30 03:10:49] "GET /network-policy/41965679-6397-47ea-9048-180976c70312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004511 10.0.0.73 - - [2026-04-30 03:10:52] "POST /neutron/port HTTP/1.1" 200 1238 0.020067 10.0.0.73 - - [2026-04-30 03:10:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003953 10.0.0.73 - - [2026-04-30 03:10:52] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.73 - - [2026-04-30 03:10:54] "POST /neutron/network HTTP/1.1" 200 1440 0.012366 10.0.0.141 - - [2026-04-30 03:10:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.008161 10.0.0.73 - - [2026-04-30 03:10:54] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008133 10.0.0.73 - - [2026-04-30 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.73 - - [2026-04-30 03:10:54] "GET /network-policy/78ab44c3-96b6-4187-889c-0579f99b4dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005562 10.0.0.73 - - [2026-04-30 03:11:00] "POST /neutron/network HTTP/1.1" 200 1440 0.014718 10.0.0.141 - - [2026-04-30 03:11:00] "PUT /access-control-list/8bebdcbc-a08a-47c0-8feb-d33b6ac6d9bc HTTP/1.1" 200 272 0.070218 10.0.0.73 - - [2026-04-30 03:11:00] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.010479 10.0.0.73 - - [2026-04-30 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.73 - - [2026-04-30 03:11:00] "GET /network-policy/d615761a-521e-42c4-ae4a-7fb87c0eed3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006141 10.0.0.141 - - [2026-04-30 03:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.141 - - [2026-04-30 03:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.141 - - [2026-04-30 03:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.141 - - [2026-04-30 03:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.73 - - [2026-04-30 03:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.73 - - [2026-04-30 03:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.33 - - [2026-04-30 03:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.33 - - [2026-04-30 03:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.73 - - [2026-04-30 03:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.73 - - [2026-04-30 03:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.33 - - [2026-04-30 03:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2026-04-30 03:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.73 - - [2026-04-30 03:11:05] "POST /neutron/network HTTP/1.1" 200 1440 0.014502 10.0.0.73 - - [2026-04-30 03:11:05] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009759 10.0.0.73 - - [2026-04-30 03:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.73 - - [2026-04-30 03:11:05] "GET /network-policy/cdb18f2a-b81b-4ade-b2b8-197204c7bfc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004561 10.0.0.73 - - [2026-04-30 03:11:10] "GET /virtual-machine/22b685e1-496a-4093-9a51-f3a9104882b7 HTTP/1.1" 200 1304 0.004748 10.0.0.73 - - [2026-04-30 03:11:11] "POST /neutron/port HTTP/1.1" 200 1238 0.021713 10.0.0.73 - - [2026-04-30 03:11:12] "GET /virtual-machine/22b685e1-496a-4093-9a51-f3a9104882b7 HTTP/1.1" 404 171 0.003984 10.0.0.73 - - [2026-04-30 03:11:12] "GET /virtual-machine/22b685e1-496a-4093-9a51-f3a9104882b7 HTTP/1.1" 404 171 0.003136 10.0.0.73 - - [2026-04-30 03:11:12] "GET /virtual-machine/22b685e1-496a-4093-9a51-f3a9104882b7 HTTP/1.1" 404 171 0.002608 10.0.0.73 - - [2026-04-30 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.73 - - [2026-04-30 03:11:12] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003883 10.0.0.73 - - [2026-04-30 03:11:12] "GET /virtual-networks?parent_id=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002986 10.0.0.73 - - [2026-04-30 03:11:12] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005929 10.0.0.73 - - [2026-04-30 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.73 - - [2026-04-30 03:11:13] "GET /routing-instance/c1e728f6-1596-43c6-92c4-c21efdb4f43a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004980 10.0.0.73 - - [2026-04-30 03:11:13] "GET /route-target/8f7eeef1-b2e0-43a2-839b-2cc91c2e41d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005419 10.0.0.73 - - [2026-04-30 03:11:16] "GET /obj-perms HTTP/1.1" 200 5019 0.053150 10.0.0.73 - - [2026-04-30 03:11:19] "GET /obj-perms HTTP/1.1" 200 5019 0.004878 10.0.0.73 - - [2026-04-30 03:11:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004846 10.0.0.73 - - [2026-04-30 03:11:25] "GET /obj-perms HTTP/1.1" 200 5019 0.003865 10.0.0.141 - - [2026-04-30 03:11:25] "GET /obj-perms HTTP/1.1" 200 5019 0.066133 10.0.0.73 - - [2026-04-30 03:11:25] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008265 10.0.0.73 - - [2026-04-30 03:11:25] "POST /neutron/network HTTP/1.1" 200 1440 0.018818 10.0.0.141 - - [2026-04-30 03:11:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.009921 10.0.0.73 - - [2026-04-30 03:11:26] "GET /virtual-network/638ca978-e5f6-4821-a7f1-737de1e30cc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008780 10.0.0.73 - - [2026-04-30 03:11:26] "DELETE /network-policy/cdb18f2a-b81b-4ade-b2b8-197204c7bfc5 HTTP/1.1" 200 115 0.047875 10.0.0.73 - - [2026-04-30 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.33 - - [2026-04-30 03:11:26] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.73 - - [2026-04-30 03:11:26] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046539 10.0.0.73 - - [2026-04-30 03:11:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005562 10.0.0.73 - - [2026-04-30 03:11:26] "DELETE /network-policy/d615761a-521e-42c4-ae4a-7fb87c0eed3f HTTP/1.1" 200 115 0.042696 10.0.0.73 - - [2026-04-30 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.33 - - [2026-04-30 03:11:26] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.73 - - [2026-04-30 03:11:26] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042312 10.0.0.73 - - [2026-04-30 03:11:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005889 10.0.0.73 - - [2026-04-30 03:11:26] "DELETE /network-policy/78ab44c3-96b6-4187-889c-0579f99b4dd8 HTTP/1.1" 200 115 0.063015 10.0.0.73 - - [2026-04-30 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.33 - - [2026-04-30 03:11:26] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.73 - - [2026-04-30 03:11:26] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052172 10.0.0.73 - - [2026-04-30 03:11:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006079 10.0.0.73 - - [2026-04-30 03:11:26] "DELETE /network-policy/41965679-6397-47ea-9048-180976c70312 HTTP/1.1" 200 115 0.047333 10.0.0.73 - - [2026-04-30 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.018543 10.0.0.33 - - [2026-04-30 03:11:26] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.73 - - [2026-04-30 03:11:26] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042573 10.0.0.73 - - [2026-04-30 03:11:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006787 10.0.0.73 - - [2026-04-30 03:11:26] "DELETE /network-policy/0cbace4d-43f8-4157-b2db-b2a0e782eddd HTTP/1.1" 200 115 0.050070 10.0.0.73 - - [2026-04-30 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.33 - - [2026-04-30 03:11:26] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.73 - - [2026-04-30 03:11:27] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049577 10.0.0.73 - - [2026-04-30 03:11:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006074 10.0.0.73 - - [2026-04-30 03:11:27] "DELETE /network-policy/af61fced-3014-43fe-a595-b1557b751894 HTTP/1.1" 200 115 0.047567 10.0.0.73 - - [2026-04-30 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.33 - - [2026-04-30 03:11:27] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.73 - - [2026-04-30 03:11:27] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052340 10.0.0.73 - - [2026-04-30 03:11:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005942 10.0.0.73 - - [2026-04-30 03:11:27] "DELETE /network-policy/063640f6-830a-4bfe-8e87-671bf02841f0 HTTP/1.1" 200 115 0.045393 10.0.0.73 - - [2026-04-30 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.33 - - [2026-04-30 03:11:27] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.73 - - [2026-04-30 03:11:27] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052521 10.0.0.73 - - [2026-04-30 03:11:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005354 10.0.0.73 - - [2026-04-30 03:11:27] "DELETE /network-policy/cb7cbee5-f9da-4e10-9f31-c3498a2c8942 HTTP/1.1" 200 115 0.050607 10.0.0.73 - - [2026-04-30 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.33 - - [2026-04-30 03:11:27] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.73 - - [2026-04-30 03:11:27] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047351 10.0.0.73 - - [2026-04-30 03:11:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005355 10.0.0.73 - - [2026-04-30 03:11:27] "DELETE /network-policy/78cdbfff-5cbc-4e86-b7fa-df4f34421ada HTTP/1.1" 200 115 0.050936 10.0.0.73 - - [2026-04-30 03:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.33 - - [2026-04-30 03:11:27] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.73 - - [2026-04-30 03:11:28] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061882 10.0.0.73 - - [2026-04-30 03:11:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006075 10.0.0.73 - - [2026-04-30 03:11:28] "DELETE /network-policy/c53ef09b-baa5-4353-a90d-e8125de912cd HTTP/1.1" 200 115 0.046348 10.0.0.73 - - [2026-04-30 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.33 - - [2026-04-30 03:11:28] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.73 - - [2026-04-30 03:11:28] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044561 10.0.0.73 - - [2026-04-30 03:11:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-97625670&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006472 10.0.0.73 - - [2026-04-30 03:11:28] "POST /neutron/network HTTP/1.1" 200 1337 0.012531 10.0.0.141 - - [2026-04-30 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.73 - - [2026-04-30 03:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.73 - - [2026-04-30 03:11:28] "DELETE /network-ipam/73b0aa30-0dd0-4dcb-a630-ba22a0a0b11c HTTP/1.1" 200 115 0.035258 10.0.0.73 - - [2026-04-30 03:11:28] "POST /fqname-to-id HTTP/1.1" 404 260 0.004693 10.0.0.33 - - [2026-04-30 03:11:28] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.33 - - [2026-04-30 03:11:29] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.052098 10.0.0.33 - - [2026-04-30 03:11:29] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.33 - - [2026-04-30 03:11:29] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?fields=security_groups HTTP/1.1" 200 1399 0.049597 10.0.0.33 - - [2026-04-30 03:11:29] "DELETE /security-group/9d616a74-2066-4408-998d-343fd9a31718 HTTP/1.1" 200 115 0.052746 10.0.0.33 - - [2026-04-30 03:11:29] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.33 - - [2026-04-30 03:11:29] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?fields=application_policy_sets HTTP/1.1" 200 1438 0.090165 10.0.0.141 - - [2026-04-30 03:11:29] "DELETE /access-control-list/d8719c22-2efb-4d5e-b0b6-17846807fccf HTTP/1.1" 200 115 0.070959 10.0.0.73 - - [2026-04-30 03:11:29] "DELETE /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3 HTTP/1.1" 200 115 0.458268 10.0.0.33 - - [2026-04-30 03:11:29] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001942 10.0.0.73 - - [2026-04-30 03:11:29] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?fields=projects HTTP/1.1" 200 1439 0.018333 10.0.0.33 - - [2026-04-30 03:11:32] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005028 10.0.0.33 - - [2026-04-30 03:11:32] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.33 - - [2026-04-30 03:11:32] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051950 10.0.0.33 - - [2026-04-30 03:11:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.004137 10.0.0.33 - - [2026-04-30 03:11:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.006539 10.0.0.33 - - [2026-04-30 03:11:32] "POST /security-groups HTTP/1.1" 200 603 0.036269 10.0.0.33 - - [2026-04-30 03:11:32] "POST /projects HTTP/1.1" 200 609 0.274299 10.0.0.141 - - [2026-04-30 03:11:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.006289 10.0.0.33 - - [2026-04-30 03:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.355295 10.0.0.73 - - [2026-04-30 03:11:32] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.534456 10.0.0.33 - - [2026-04-30 03:11:32] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001474 10.0.0.73 - - [2026-04-30 03:11:32] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?fields=virtual_networks HTTP/1.1" 200 1056 0.066070 10.0.0.33 - - [2026-04-30 03:11:32] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.73 - - [2026-04-30 03:11:32] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.042435 10.0.0.33 - - [2026-04-30 03:11:32] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001572 10.0.0.73 - - [2026-04-30 03:11:32] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?fields=security_groups HTTP/1.1" 200 1294 0.055198 10.0.0.73 - - [2026-04-30 03:11:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.028345 10.0.0.33 - - [2026-04-30 03:11:33] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003091 10.0.0.33 - - [2026-04-30 03:11:33] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001773 10.0.0.33 - - [2026-04-30 03:11:33] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008854 10.0.0.33 - - [2026-04-30 03:11:33] "POST /id-to-fqname HTTP/1.1" 200 196 0.002735 10.0.0.33 - - [2026-04-30 03:11:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.009175 10.0.0.33 - - [2026-04-30 03:11:34] "POST /security-groups HTTP/1.1" 200 597 0.034556 10.0.0.33 - - [2026-04-30 03:11:34] "POST /projects HTTP/1.1" 200 597 0.247608 10.0.0.141 - - [2026-04-30 03:11:34] "POST /access-control-lists HTTP/1.1" 200 602 0.032230 10.0.0.33 - - [2026-04-30 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.319880 10.0.0.73 - - [2026-04-30 03:11:34] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.471374 10.0.0.73 - - [2026-04-30 03:11:35] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.73 - - [2026-04-30 03:11:37] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000653 10.0.0.33 - - [2026-04-30 03:11:38] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001094 10.0.0.73 - - [2026-04-30 03:11:38] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.360715 10.0.0.73 - - [2026-04-30 03:11:38] "GET / HTTP/1.1" 200 35931 0.002935 10.0.0.73 - - [2026-04-30 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.33 - - [2026-04-30 03:11:39] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.73 - - [2026-04-30 03:11:39] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007392 10.0.0.73 - - [2026-04-30 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.33 - - [2026-04-30 03:11:39] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.73 - - [2026-04-30 03:11:39] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047106 10.0.0.73 - - [2026-04-30 03:11:40] "GET /domains HTTP/1.1" 401 292 0.000406 10.0.0.73 - - [2026-04-30 03:11:40] "GET /domains HTTP/1.1" 200 280 0.029772 10.0.0.33 - - [2026-04-30 03:11:40] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.73 - - [2026-04-30 03:11:40] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb HTTP/1.1" 200 2972 0.009815 10.0.0.33 - - [2026-04-30 03:11:40] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001129 10.0.0.73 - - [2026-04-30 03:11:40] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be HTTP/1.1" 200 1889 0.089932 10.0.0.73 - - [2026-04-30 03:11:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003418 10.0.0.73 - - [2026-04-30 03:11:40] "POST /network-ipams HTTP/1.1" 200 603 0.029067 10.0.0.73 - - [2026-04-30 03:11:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004071 10.0.0.73 - - [2026-04-30 03:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.73 - - [2026-04-30 03:11:41] "GET /network-ipam/254dd464-90b5-478d-aa77-686e2d8d80dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006458 10.0.0.73 - - [2026-04-30 03:11:41] "PUT /network-ipam/254dd464-90b5-478d-aa77-686e2d8d80dd HTTP/1.1" 200 258 0.015495 10.0.0.73 - - [2026-04-30 03:11:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2026-04-30 03:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.036458 10.0.0.33 - - [2026-04-30 03:11:41] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.73 - - [2026-04-30 03:11:41] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041989 10.0.0.33 - - [2026-04-30 03:11:41] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001373 10.0.0.73 - - [2026-04-30 03:11:42] "POST /neutron/network HTTP/1.1" 200 617 0.161073 10.0.0.141 - - [2026-04-30 03:11:42] "POST /route-targets HTTP/1.1" 200 327 0.018683 10.0.0.73 - - [2026-04-30 03:11:42] "POST /neutron/network HTTP/1.1" 200 1074 0.013339 10.0.0.73 - - [2026-04-30 03:11:42] "POST /id-to-fqname HTTP/1.1" 200 229 0.001317 10.0.0.73 - - [2026-04-30 03:11:42] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005778 10.0.0.73 - - [2026-04-30 03:11:42] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006185 10.0.0.73 - - [2026-04-30 03:11:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.014260 10.0.0.73 - - [2026-04-30 03:11:43] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007344 10.0.0.73 - - [2026-04-30 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.33 - - [2026-04-30 03:11:44] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001933 10.0.0.73 - - [2026-04-30 03:11:44] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043240 10.0.0.33 - - [2026-04-30 03:11:44] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001175 10.0.0.73 - - [2026-04-30 03:11:44] "POST /neutron/network HTTP/1.1" 200 617 0.136417 10.0.0.141 - - [2026-04-30 03:11:44] "POST /ref-update HTTP/1.1" 200 156 0.026633 10.0.0.73 - - [2026-04-30 03:11:45] "POST /neutron/network HTTP/1.1" 200 1074 0.014969 10.0.0.73 - - [2026-04-30 03:11:45] "POST /id-to-fqname HTTP/1.1" 200 229 0.001354 10.0.0.73 - - [2026-04-30 03:11:45] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005298 10.0.0.73 - - [2026-04-30 03:11:45] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005906 10.0.0.73 - - [2026-04-30 03:11:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.009865 10.0.0.73 - - [2026-04-30 03:11:45] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006081 10.0.0.73 - - [2026-04-30 03:11:45] "GET /obj-perms HTTP/1.1" 200 5013 0.062659 10.0.0.141 - - [2026-04-30 03:11:45] "GET /obj-perms HTTP/1.1" 200 5013 0.055380 10.0.0.33 - - [2026-04-30 03:11:46] "GET /obj-perms HTTP/1.1" 200 5013 0.054300 10.0.0.73 - - [2026-04-30 03:11:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.003985 10.0.0.73 - - [2026-04-30 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.33 - - [2026-04-30 03:11:46] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001063 10.0.0.73 - - [2026-04-30 03:11:46] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050191 10.0.0.73 - - [2026-04-30 03:11:46] "POST /network-policys HTTP/1.1" 200 527 0.076320 10.0.0.73 - - [2026-04-30 03:11:46] "GET /network-policy/d1ade520-e33c-4dcb-8d80-f6f2591d2a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007525 10.0.0.73 - - [2026-04-30 03:11:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.003173 10.0.0.73 - - [2026-04-30 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.33 - - [2026-04-30 03:11:46] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001125 10.0.0.73 - - [2026-04-30 03:11:46] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045634 10.0.0.73 - - [2026-04-30 03:11:46] "POST /network-policys HTTP/1.1" 200 527 0.078551 10.0.0.73 - - [2026-04-30 03:11:46] "GET /network-policy/4b102b24-090a-43c7-93cb-ac6561b29623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007494 10.0.0.73 - - [2026-04-30 03:11:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.003257 10.0.0.73 - - [2026-04-30 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.33 - - [2026-04-30 03:11:46] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001048 10.0.0.73 - - [2026-04-30 03:11:46] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056145 10.0.0.73 - - [2026-04-30 03:11:47] "POST /network-policys HTTP/1.1" 200 527 0.075598 10.0.0.73 - - [2026-04-30 03:11:47] "GET /network-policy/88a94b72-40ac-427a-bba1-f93b5770df65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007066 10.0.0.73 - - [2026-04-30 03:11:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.003616 10.0.0.73 - - [2026-04-30 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.33 - - [2026-04-30 03:11:47] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001230 10.0.0.73 - - [2026-04-30 03:11:47] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.059116 10.0.0.73 - - [2026-04-30 03:11:47] "POST /network-policys HTTP/1.1" 200 527 0.071944 10.0.0.73 - - [2026-04-30 03:11:47] "GET /network-policy/7c26040b-e6bf-409c-bb41-6b053aac7a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.014140 10.0.0.73 - - [2026-04-30 03:11:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.002836 10.0.0.73 - - [2026-04-30 03:11:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.33 - - [2026-04-30 03:11:47] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.73 - - [2026-04-30 03:11:47] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049884 10.0.0.73 - - [2026-04-30 03:11:47] "POST /network-policys HTTP/1.1" 200 531 0.029475 10.0.0.73 - - [2026-04-30 03:11:47] "GET /network-policy/726edf04-dd45-4a57-a7b9-3e1672ce298b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005923 10.0.0.73 - - [2026-04-30 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003703 10.0.0.73 - - [2026-04-30 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.33 - - [2026-04-30 03:11:48] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001180 10.0.0.73 - - [2026-04-30 03:11:48] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054516 10.0.0.73 - - [2026-04-30 03:11:48] "POST /network-policys HTTP/1.1" 200 529 0.076424 10.0.0.73 - - [2026-04-30 03:11:48] "GET /network-policy/048aed9f-3262-475f-899c-e42ed8fa0f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007250 10.0.0.73 - - [2026-04-30 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003146 10.0.0.73 - - [2026-04-30 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.33 - - [2026-04-30 03:11:48] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.73 - - [2026-04-30 03:11:48] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048758 10.0.0.73 - - [2026-04-30 03:11:48] "POST /network-policys HTTP/1.1" 200 529 0.076321 10.0.0.73 - - [2026-04-30 03:11:48] "GET /network-policy/057ca294-49cf-4fd9-b847-9c77809be40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006450 10.0.0.73 - - [2026-04-30 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003786 10.0.0.73 - - [2026-04-30 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.33 - - [2026-04-30 03:11:48] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001180 10.0.0.73 - - [2026-04-30 03:11:49] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044411 10.0.0.73 - - [2026-04-30 03:11:49] "POST /network-policys HTTP/1.1" 200 529 0.076855 10.0.0.73 - - [2026-04-30 03:11:49] "GET /network-policy/60e709da-e254-43be-9ac4-8365f9e586e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007036 10.0.0.73 - - [2026-04-30 03:11:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003146 10.0.0.73 - - [2026-04-30 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.33 - - [2026-04-30 03:11:49] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001370 10.0.0.73 - - [2026-04-30 03:11:49] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056560 10.0.0.73 - - [2026-04-30 03:11:49] "POST /network-policys HTTP/1.1" 200 529 0.080038 10.0.0.73 - - [2026-04-30 03:11:49] "GET /network-policy/b6d689f0-6002-489a-97bc-114036ef0b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007398 10.0.0.73 - - [2026-04-30 03:11:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.003096 10.0.0.73 - - [2026-04-30 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.33 - - [2026-04-30 03:11:49] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001028 10.0.0.73 - - [2026-04-30 03:11:49] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043923 10.0.0.73 - - [2026-04-30 03:11:49] "POST /network-policys HTTP/1.1" 200 533 0.028552 10.0.0.73 - - [2026-04-30 03:11:49] "GET /network-policy/9bbb5de3-7f26-464e-91e0-ecafdd24d999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006606 10.0.0.73 - - [2026-04-30 03:11:50] "POST /neutron/network HTTP/1.1" 200 1157 0.080852 10.0.0.73 - - [2026-04-30 03:11:50] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006761 10.0.0.73 - - [2026-04-30 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.73 - - [2026-04-30 03:11:50] "GET /network-policy/d1ade520-e33c-4dcb-8d80-f6f2591d2a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004610 10.0.0.141 - - [2026-04-30 03:11:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.005071 10.0.0.73 - - [2026-04-30 03:11:50] "POST /neutron/network HTTP/1.1" 200 1159 0.078823 10.0.0.73 - - [2026-04-30 03:11:50] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008574 10.0.0.73 - - [2026-04-30 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.73 - - [2026-04-30 03:11:50] "GET /network-policy/726edf04-dd45-4a57-a7b9-3e1672ce298b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003874 10.0.0.73 - - [2026-04-30 03:11:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001384 10.0.0.33 - - [2026-04-30 03:11:51] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001188 10.0.0.73 - - [2026-04-30 03:11:51] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.076402 10.0.0.73 - - [2026-04-30 03:11:51] "POST /neutron/network HTTP/1.1" 200 1157 0.009274 10.0.0.73 - - [2026-04-30 03:11:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001401 10.0.0.73 - - [2026-04-30 03:11:52] "POST /neutron/port HTTP/1.1" 200 117 0.007370 10.0.0.33 - - [2026-04-30 03:11:52] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001142 10.0.0.73 - - [2026-04-30 03:11:52] "POST /neutron/port HTTP/1.1" 200 1061 0.306223 10.0.0.73 - - [2026-04-30 03:11:53] "POST /neutron/port HTTP/1.1" 200 1115 0.117659 10.0.0.33 - - [2026-04-30 03:11:53] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022 10.0.0.73 - - [2026-04-30 03:11:53] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.110077 10.0.0.73 - - [2026-04-30 03:11:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005288 10.0.0.73 - - [2026-04-30 03:11:53] "POST /neutron/network HTTP/1.1" 200 1157 0.012296 10.0.0.73 - - [2026-04-30 03:11:53] "POST /neutron/port HTTP/1.1" 200 117 0.007421 10.0.0.73 - - [2026-04-30 03:11:53] "POST /neutron/network HTTP/1.1" 200 1169 0.007576 10.0.0.73 - - [2026-04-30 03:11:54] "POST /neutron/port HTTP/1.1" 200 1061 0.047575 10.0.0.73 - - [2026-04-30 03:11:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003881 10.0.0.73 - - [2026-04-30 03:11:54] "POST /neutron/network HTTP/1.1" 200 1159 0.009779 10.0.0.73 - - [2026-04-30 03:11:58] "POST /neutron/port HTTP/1.1" 200 1125 0.019153 10.0.0.73 - - [2026-04-30 03:11:58] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007604 10.0.0.73 - - [2026-04-30 03:11:58] "GET /virtual-machine/4f877589-cb5c-4f66-b751-48c021ca655b HTTP/1.1" 401 292 0.000425 10.0.0.73 - - [2026-04-30 03:11:59] "GET /virtual-machine/4f877589-cb5c-4f66-b751-48c021ca655b HTTP/1.1" 200 1298 0.034699 10.0.0.73 - - [2026-04-30 03:11:59] "GET /virtual-machine-interface/c4dad05a-8f52-454d-a57f-ab660b5176e5 HTTP/1.1" 200 2952 0.005899 10.0.0.73 - - [2026-04-30 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.73 - - [2026-04-30 03:11:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003817 10.0.0.73 - - [2026-04-30 03:11:59] "GET /virtual-networks?parent_id=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003628 10.0.0.73 - - [2026-04-30 03:11:59] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007701 10.0.0.33 - - [2026-04-30 03:12:01] "DELETE /project/39ffcd01ec3240d3b57ebea4cf2940c3 HTTP/1.1" 404 173 0.008416 10.0.0.33 - - [2026-04-30 03:12:01] "DELETE /project/ede7a57fc5af4836b5ff7e9a068b70be HTTP/1.1" 404 173 0.006980 10.0.0.33 - - [2026-04-30 03:12:01] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.33 - - [2026-04-30 03:12:01] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.083626 10.0.0.33 - - [2026-04-30 03:12:01] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001524 10.0.0.33 - - [2026-04-30 03:12:01] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?fields=security_groups HTTP/1.1" 200 1399 0.062998 10.0.0.33 - - [2026-04-30 03:12:01] "DELETE /security-group/ea6f67b3-30bc-41d6-a5d1-65460e54e90e HTTP/1.1" 200 115 0.072848 10.0.0.33 - - [2026-04-30 03:12:01] "GET /projects?obj_uuids=39ffcd01-ec32-40d3-b57e-bea4cf2940c3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001971 10.0.0.141 - - [2026-04-30 03:12:01] "DELETE /access-control-list/f0559fba-cc50-4a3e-b328-fbafd439c23a HTTP/1.1" 200 115 0.064996 10.0.0.33 - - [2026-04-30 03:12:01] "GET /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3?fields=application_policy_sets HTTP/1.1" 200 1438 0.082917 10.0.0.33 - - [2026-04-30 03:12:01] "DELETE /project/39ffcd01-ec32-40d3-b57e-bea4cf2940c3 HTTP/1.1" 200 115 0.539163 10.0.0.73 - - [2026-04-30 03:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.73 - - [2026-04-30 03:12:02] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007429 10.0.0.73 - - [2026-04-30 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.73 - - [2026-04-30 03:12:06] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005805 10.0.0.73 - - [2026-04-30 03:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.73 - - [2026-04-30 03:12:10] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006108 10.0.0.73 - - [2026-04-30 03:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.73 - - [2026-04-30 03:12:14] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005992 10.0.0.73 - - [2026-04-30 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.73 - - [2026-04-30 03:12:18] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006201 10.0.0.73 - - [2026-04-30 03:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.73 - - [2026-04-30 03:12:22] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006662 10.0.0.73 - - [2026-04-30 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.73 - - [2026-04-30 03:12:27] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006145 10.0.0.73 - - [2026-04-30 03:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.73 - - [2026-04-30 03:12:31] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006529 10.0.0.73 - - [2026-04-30 03:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.73 - - [2026-04-30 03:12:35] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004944 10.0.0.73 - - [2026-04-30 03:12:35] "GET /virtual-networks?parent_id=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003841 10.0.0.73 - - [2026-04-30 03:12:35] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006548 10.0.0.73 - - [2026-04-30 03:12:40] "POST /neutron/port HTTP/1.1" 200 1125 0.022120 10.0.0.73 - - [2026-04-30 03:12:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007468 10.0.0.73 - - [2026-04-30 03:12:47] "POST /neutron/port HTTP/1.1" 200 1125 0.021250 10.0.0.73 - - [2026-04-30 03:12:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003876 10.0.0.73 - - [2026-04-30 03:12:47] "POST /neutron/network HTTP/1.1" 200 1159 0.010050 10.0.0.73 - - [2026-04-30 03:12:50] "POST /neutron/port HTTP/1.1" 200 1125 0.023300 10.0.0.73 - - [2026-04-30 03:12:54] "POST /neutron/port HTTP/1.1" 200 1125 0.044930 10.0.0.73 - - [2026-04-30 03:12:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.012762 10.0.0.73 - - [2026-04-30 03:12:56] "POST /neutron/port HTTP/1.1" 200 1125 0.018998 10.0.0.73 - - [2026-04-30 03:12:56] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008582 10.0.0.73 - - [2026-04-30 03:12:56] "GET /virtual-machine/a8663cf3-550a-49d6-a94c-4519401169cd HTTP/1.1" 200 1299 0.006588 10.0.0.73 - - [2026-04-30 03:12:56] "GET /virtual-machine-interface/ac5da74b-3431-479f-a18e-f876b703a24b HTTP/1.1" 200 2952 0.005356 10.0.0.73 - - [2026-04-30 03:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.73 - - [2026-04-30 03:12:56] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003795 10.0.0.73 - - [2026-04-30 03:12:56] "GET /virtual-networks?parent_id=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003149 10.0.0.73 - - [2026-04-30 03:12:56] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005956 10.0.0.73 - - [2026-04-30 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.73 - - [2026-04-30 03:12:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003847 10.0.0.73 - - [2026-04-30 03:12:57] "GET /virtual-networks?parent_id=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003512 10.0.0.73 - - [2026-04-30 03:12:57] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006826 10.0.0.73 - - [2026-04-30 03:12:57] "POST /neutron/port HTTP/1.1" 200 1125 0.024181 10.0.0.73 - - [2026-04-30 03:13:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008317 10.0.0.73 - - [2026-04-30 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.73 - - [2026-04-30 03:13:03] "GET /network-policy/726edf04-dd45-4a57-a7b9-3e1672ce298b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004020 10.0.0.73 - - [2026-04-30 03:13:03] "POST /neutron/port HTTP/1.1" 200 1125 0.020247 10.0.0.73 - - [2026-04-30 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.73 - - [2026-04-30 03:13:03] "GET /network-policy/d1ade520-e33c-4dcb-8d80-f6f2591d2a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004326 10.0.0.73 - - [2026-04-30 03:13:03] "POST /neutron/network HTTP/1.1" 200 1157 0.127012 10.0.0.73 - - [2026-04-30 03:13:03] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007758 10.0.0.73 - - [2026-04-30 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.73 - - [2026-04-30 03:13:03] "GET /network-policy/4b102b24-090a-43c7-93cb-ac6561b29623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005315 10.0.0.73 - - [2026-04-30 03:13:47] "POST /neutron/port HTTP/1.1" 200 1125 0.020651 10.0.0.73 - - [2026-04-30 03:13:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.012405 10.0.0.73 - - [2026-04-30 03:13:55] "POST /neutron/port HTTP/1.1" 200 1125 0.018990 10.0.0.73 - - [2026-04-30 03:13:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004134 10.0.0.73 - - [2026-04-30 03:13:55] "POST /neutron/network HTTP/1.1" 200 1157 0.009153 10.0.0.141 - - [2026-04-30 03:14:13] "PUT /access-control-list/dadc2607-b8b6-429d-b829-46cc63f0cee8 HTTP/1.1" 200 272 0.067742 10.0.0.73 - - [2026-04-30 03:14:13] "POST /neutron/network HTTP/1.1" 200 1160 0.021007 10.0.0.73 - - [2026-04-30 03:14:13] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006944 10.0.0.73 - - [2026-04-30 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.73 - - [2026-04-30 03:14:13] "GET /network-policy/9bbb5de3-7f26-464e-91e0-ecafdd24d999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.003680 10.0.0.73 - - [2026-04-30 03:14:22] "POST /neutron/network HTTP/1.1" 200 1157 0.027154 10.0.0.73 - - [2026-04-30 03:14:22] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.013411 10.0.0.73 - - [2026-04-30 03:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005947 10.0.0.141 - - [2026-04-30 03:14:22] "POST /ref-update HTTP/1.1" 200 156 0.047847 10.0.0.73 - - [2026-04-30 03:14:22] "GET /network-policy/88a94b72-40ac-427a-bba1-f93b5770df65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005515 10.0.0.73 - - [2026-04-30 03:14:31] "POST /neutron/network HTTP/1.1" 200 1157 0.012606 10.0.0.73 - - [2026-04-30 03:14:31] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007521 10.0.0.73 - - [2026-04-30 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.73 - - [2026-04-30 03:14:31] "GET /network-policy/7c26040b-e6bf-409c-bb41-6b053aac7a07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004267 10.0.0.141 - - [2026-04-30 03:14:38] "POST /ref-update HTTP/1.1" 200 156 0.044837 10.0.0.73 - - [2026-04-30 03:14:38] "POST /neutron/network HTTP/1.1" 200 1158 0.019370 10.0.0.73 - - [2026-04-30 03:14:38] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.019630 10.0.0.73 - - [2026-04-30 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.73 - - [2026-04-30 03:14:38] "GET /network-policy/048aed9f-3262-475f-899c-e42ed8fa0f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004898 10.0.0.73 - - [2026-04-30 03:14:47] "POST /neutron/network HTTP/1.1" 200 1169 0.008298 10.0.0.73 - - [2026-04-30 03:14:47] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.73 - - [2026-04-30 03:14:47] "POST /neutron/network HTTP/1.1" 200 1158 0.097132 10.0.0.73 - - [2026-04-30 03:14:47] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.019680 10.0.0.73 - - [2026-04-30 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.73 - - [2026-04-30 03:14:47] "GET /network-policy/057ca294-49cf-4fd9-b847-9c77809be40f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.003992 10.0.0.141 - - [2026-04-30 03:14:55] "PUT /access-control-list/dadc2607-b8b6-429d-b829-46cc63f0cee8 HTTP/1.1" 200 272 0.017823 10.0.0.73 - - [2026-04-30 03:14:55] "POST /neutron/network HTTP/1.1" 200 1158 0.109293 10.0.0.73 - - [2026-04-30 03:14:55] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006037 10.0.0.73 - - [2026-04-30 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.73 - - [2026-04-30 03:14:55] "GET /network-policy/60e709da-e254-43be-9ac4-8365f9e586e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004726 10.0.0.73 - - [2026-04-30 03:14:55] "POST /neutron/port HTTP/1.1" 200 1125 0.019403 10.0.0.73 - - [2026-04-30 03:14:55] "POST /neutron/subnet HTTP/1.1" 200 675 0.011731 10.0.0.73 - - [2026-04-30 03:15:03] "POST /neutron/network HTTP/1.1" 200 1158 0.011441 10.0.0.73 - - [2026-04-30 03:15:04] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009760 10.0.0.73 - - [2026-04-30 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.73 - - [2026-04-30 03:15:04] "GET /network-policy/b6d689f0-6002-489a-97bc-114036ef0b3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005454 10.0.0.73 - - [2026-04-30 03:15:11] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006605 10.0.0.73 - - [2026-04-30 03:15:11] "POST /neutron/network HTTP/1.1" 200 1158 0.011055 10.0.0.141 - - [2026-04-30 03:15:11] "POST /ref-update HTTP/1.1" 200 156 0.039857 10.0.0.73 - - [2026-04-30 03:15:11] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.010879 10.0.0.73 - - [2026-04-30 03:15:11] "GET /virtual-machine/a8663cf3-550a-49d6-a94c-4519401169cd HTTP/1.1" 200 1299 0.005341 10.0.0.73 - - [2026-04-30 03:15:12] "POST /neutron/port HTTP/1.1" 200 1125 0.019282 10.0.0.73 - - [2026-04-30 03:15:13] "GET /virtual-machine/a8663cf3-550a-49d6-a94c-4519401169cd HTTP/1.1" 404 171 0.003393 10.0.0.73 - - [2026-04-30 03:15:13] "GET /virtual-machine/a8663cf3-550a-49d6-a94c-4519401169cd HTTP/1.1" 404 171 0.003630 10.0.0.73 - - [2026-04-30 03:15:13] "GET /virtual-machine/a8663cf3-550a-49d6-a94c-4519401169cd HTTP/1.1" 404 171 0.004075 10.0.0.73 - - [2026-04-30 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.73 - - [2026-04-30 03:15:14] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004494 10.0.0.73 - - [2026-04-30 03:15:14] "GET /virtual-networks?parent_id=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004438 10.0.0.73 - - [2026-04-30 03:15:14] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006998 10.0.0.73 - - [2026-04-30 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.73 - - [2026-04-30 03:15:14] "GET /routing-instance/3102452a-1c94-424d-a664-f01f6fe69ca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005082 10.0.0.73 - - [2026-04-30 03:15:14] "GET /route-target/12a659f5-8532-4334-a216-9fb504bf7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004620 10.0.0.73 - - [2026-04-30 03:15:14] "GET /obj-perms HTTP/1.1" 200 5013 0.004318 10.0.0.73 - - [2026-04-30 03:15:17] "GET /obj-perms HTTP/1.1" 200 5013 0.004130 10.0.0.73 - - [2026-04-30 03:15:23] "GET /obj-perms HTTP/1.1" 200 5013 0.004359 10.0.0.73 - - [2026-04-30 03:15:26] "GET /obj-perms HTTP/1.1" 200 5013 0.004228 10.0.0.141 - - [2026-04-30 03:15:26] "GET /obj-perms HTTP/1.1" 200 5013 0.003496 10.0.0.33 - - [2026-04-30 03:15:26] "GET /obj-perms HTTP/1.1" 200 5013 0.003689 10.0.0.73 - - [2026-04-30 03:15:27] "GET /virtual-machine/4f877589-cb5c-4f66-b751-48c021ca655b HTTP/1.1" 200 1298 0.004651 10.0.0.73 - - [2026-04-30 03:15:27] "POST /neutron/port HTTP/1.1" 200 1125 0.019987 10.0.0.73 - - [2026-04-30 03:15:29] "GET /virtual-machine/4f877589-cb5c-4f66-b751-48c021ca655b HTTP/1.1" 404 171 0.003799 10.0.0.73 - - [2026-04-30 03:15:29] "GET /virtual-machine/4f877589-cb5c-4f66-b751-48c021ca655b HTTP/1.1" 404 171 0.003028 10.0.0.73 - - [2026-04-30 03:15:29] "GET /virtual-machine/4f877589-cb5c-4f66-b751-48c021ca655b HTTP/1.1" 404 171 0.004694 10.0.0.73 - - [2026-04-30 03:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.73 - - [2026-04-30 03:15:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004257 10.0.0.73 - - [2026-04-30 03:15:29] "GET /virtual-networks?parent_id=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003627 10.0.0.73 - - [2026-04-30 03:15:29] "GET /virtual-network/48a7bf77-5b4f-4c9e-aed4-6e2758cd85e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007063 10.0.0.73 - - [2026-04-30 03:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.73 - - [2026-04-30 03:15:29] "GET /routing-instance/bcfe383a-b22b-4ab3-8075-1ece8227303d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004951 10.0.0.73 - - [2026-04-30 03:15:29] "GET /route-target/a43b81ea-8465-4107-8781-6fc07fb4b34f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004521 10.0.0.73 - - [2026-04-30 03:15:29] "GET /obj-perms HTTP/1.1" 200 5013 0.003678 10.0.0.73 - - [2026-04-30 03:15:32] "GET /obj-perms HTTP/1.1" 200 5013 0.005443 10.0.0.73 - - [2026-04-30 03:15:38] "GET /obj-perms HTTP/1.1" 200 5013 0.006242 10.0.0.73 - - [2026-04-30 03:15:41] "GET /obj-perms HTTP/1.1" 200 5013 0.004135 10.0.0.73 - - [2026-04-30 03:15:44] "GET /obj-perms HTTP/1.1" 200 5013 0.004227 10.0.0.73 - - [2026-04-30 03:15:51] "GET /obj-perms HTTP/1.1" 200 5013 0.004717 10.0.0.73 - - [2026-04-30 03:15:54] "GET /obj-perms HTTP/1.1" 200 5013 0.003972 10.0.0.73 - - [2026-04-30 03:15:57] "GET /obj-perms HTTP/1.1" 200 5013 0.004435 10.0.0.73 - - [2026-04-30 03:15:57] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006006 10.0.0.73 - - [2026-04-30 03:15:57] "POST /neutron/network HTTP/1.1" 200 1159 0.008710 10.0.0.73 - - [2026-04-30 03:15:57] "GET /virtual-network/8c0fe97c-7e36-4a0d-86cc-1ae0b0a9fb24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.009612 10.0.0.73 - - [2026-04-30 03:15:57] "DELETE /network-policy/9bbb5de3-7f26-464e-91e0-ecafdd24d999 HTTP/1.1" 200 115 0.033822 10.0.0.73 - - [2026-04-30 03:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.33 - - [2026-04-30 03:15:57] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001645 10.0.0.73 - - [2026-04-30 03:15:57] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043708 10.0.0.73 - - [2026-04-30 03:15:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006219 10.0.0.73 - - [2026-04-30 03:15:58] "DELETE /network-policy/b6d689f0-6002-489a-97bc-114036ef0b3d HTTP/1.1" 200 115 0.037141 10.0.0.73 - - [2026-04-30 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.33 - - [2026-04-30 03:15:58] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001151 10.0.0.73 - - [2026-04-30 03:15:58] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048812 10.0.0.73 - - [2026-04-30 03:15:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005867 10.0.0.73 - - [2026-04-30 03:15:58] "DELETE /network-policy/60e709da-e254-43be-9ac4-8365f9e586e9 HTTP/1.1" 200 115 0.036832 10.0.0.73 - - [2026-04-30 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007945 10.0.0.33 - - [2026-04-30 03:15:58] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000996 10.0.0.73 - - [2026-04-30 03:15:58] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057816 10.0.0.73 - - [2026-04-30 03:15:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006354 10.0.0.73 - - [2026-04-30 03:15:58] "DELETE /network-policy/057ca294-49cf-4fd9-b847-9c77809be40f HTTP/1.1" 200 115 0.040411 10.0.0.73 - - [2026-04-30 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.33 - - [2026-04-30 03:15:58] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001091 10.0.0.73 - - [2026-04-30 03:15:58] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039449 10.0.0.73 - - [2026-04-30 03:15:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005819 10.0.0.73 - - [2026-04-30 03:15:58] "DELETE /network-policy/048aed9f-3262-475f-899c-e42ed8fa0f02 HTTP/1.1" 200 115 0.031907 10.0.0.73 - - [2026-04-30 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.33 - - [2026-04-30 03:15:58] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001142 10.0.0.73 - - [2026-04-30 03:15:58] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041432 10.0.0.73 - - [2026-04-30 03:15:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005396 10.0.0.73 - - [2026-04-30 03:15:58] "DELETE /network-policy/726edf04-dd45-4a57-a7b9-3e1672ce298b HTTP/1.1" 200 115 0.037084 10.0.0.73 - - [2026-04-30 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.33 - - [2026-04-30 03:15:58] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.73 - - [2026-04-30 03:15:58] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044149 10.0.0.73 - - [2026-04-30 03:15:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005869 10.0.0.73 - - [2026-04-30 03:15:59] "DELETE /network-policy/7c26040b-e6bf-409c-bb41-6b053aac7a07 HTTP/1.1" 200 115 0.035775 10.0.0.73 - - [2026-04-30 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.017552 10.0.0.33 - - [2026-04-30 03:15:59] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001005 10.0.0.73 - - [2026-04-30 03:15:59] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041334 10.0.0.73 - - [2026-04-30 03:15:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005999 10.0.0.73 - - [2026-04-30 03:15:59] "DELETE /network-policy/88a94b72-40ac-427a-bba1-f93b5770df65 HTTP/1.1" 200 115 0.041338 10.0.0.73 - - [2026-04-30 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007886 10.0.0.33 - - [2026-04-30 03:15:59] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001181 10.0.0.73 - - [2026-04-30 03:15:59] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041790 10.0.0.73 - - [2026-04-30 03:15:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.008577 10.0.0.73 - - [2026-04-30 03:15:59] "DELETE /network-policy/4b102b24-090a-43c7-93cb-ac6561b29623 HTTP/1.1" 200 115 0.042941 10.0.0.73 - - [2026-04-30 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.33 - - [2026-04-30 03:15:59] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001139 10.0.0.73 - - [2026-04-30 03:15:59] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051104 10.0.0.73 - - [2026-04-30 03:15:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006877 10.0.0.73 - - [2026-04-30 03:15:59] "DELETE /network-policy/d1ade520-e33c-4dcb-8d80-f6f2591d2a5b HTTP/1.1" 200 115 0.037863 10.0.0.73 - - [2026-04-30 03:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.33 - - [2026-04-30 03:15:59] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001143 10.0.0.73 - - [2026-04-30 03:15:59] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044278 10.0.0.73 - - [2026-04-30 03:15:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-64939143&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006319 10.0.0.73 - - [2026-04-30 03:16:00] "POST /neutron/network HTTP/1.1" 200 1074 0.012530 10.0.0.141 - - [2026-04-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.33 - - [2026-04-30 03:16:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004796 10.0.0.33 - - [2026-04-30 03:16:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005245 10.0.0.33 - - [2026-04-30 03:16:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003544 10.0.0.33 - - [2026-04-30 03:16:00] "POST /useragent-kv HTTP/1.1" 200 115 0.089871 10.0.0.73 - - [2026-04-30 03:16:00] "POST /neutron/network HTTP/1.1" 200 151 0.260559 10.0.0.141 - - [2026-04-30 03:16:00] "DELETE /route-target/a43b81ea-8465-4107-8781-6fc07fb4b34f HTTP/1.1" 200 115 0.124047 10.0.0.73 - - [2026-04-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.73 - - [2026-04-30 03:16:01] "DELETE /network-ipam/254dd464-90b5-478d-aa77-686e2d8d80dd HTTP/1.1" 200 115 0.044405 10.0.0.73 - - [2026-04-30 03:16:01] "POST /fqname-to-id HTTP/1.1" 404 248 0.007015 10.0.0.33 - - [2026-04-30 03:16:01] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001460 10.0.0.33 - - [2026-04-30 03:16:01] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.059330 10.0.0.33 - - [2026-04-30 03:16:01] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001589 10.0.0.33 - - [2026-04-30 03:16:01] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?fields=security_groups HTTP/1.1" 200 1382 0.062119 10.0.0.33 - - [2026-04-30 03:16:01] "DELETE /security-group/2aef4a04-69aa-4cf3-9fd2-a0a46c4e85d2 HTTP/1.1" 200 115 0.088479 10.0.0.33 - - [2026-04-30 03:16:01] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001468 10.0.0.141 - - [2026-04-30 03:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.33 - - [2026-04-30 03:16:01] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?fields=application_policy_sets HTTP/1.1" 200 1421 0.084394 10.0.0.141 - - [2026-04-30 03:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.73 - - [2026-04-30 03:16:01] "DELETE /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be HTTP/1.1" 200 115 0.512410 10.0.0.33 - - [2026-04-30 03:16:01] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001577 10.0.0.73 - - [2026-04-30 03:16:01] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?fields=projects HTTP/1.1" 200 1439 0.011890 10.0.0.141 - - [2026-04-30 03:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.141 - - [2026-04-30 03:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.73 - - [2026-04-30 03:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.73 - - [2026-04-30 03:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.33 - - [2026-04-30 03:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2026-04-30 03:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2026-04-30 03:16:03] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005265 10.0.0.33 - - [2026-04-30 03:16:03] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001335 10.0.0.33 - - [2026-04-30 03:16:03] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046769 10.0.0.33 - - [2026-04-30 03:16:03] "POST /id-to-fqname HTTP/1.1" 200 196 0.001128 10.0.0.33 - - [2026-04-30 03:16:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.007792 10.0.0.73 - - [2026-04-30 03:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.73 - - [2026-04-30 03:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000653 10.0.0.33 - - [2026-04-30 03:16:03] "POST /security-groups HTTP/1.1" 200 597 0.055111 10.0.0.141 - - [2026-04-30 03:16:03] "POST /fqname-to-id HTTP/1.1" 404 240 0.003663 10.0.0.33 - - [2026-04-30 03:16:03] "POST /projects HTTP/1.1" 200 597 0.285965 10.0.0.33 - - [2026-04-30 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.323629 10.0.0.141 - - [2026-04-30 03:16:03] "POST /access-control-lists HTTP/1.1" 200 600 0.028922 10.0.0.73 - - [2026-04-30 03:16:03] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.527950 10.0.0.33 - - [2026-04-30 03:16:03] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 10.0.0.73 - - [2026-04-30 03:16:03] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?fields=virtual_networks HTTP/1.1" 200 1045 0.061589 10.0.0.33 - - [2026-04-30 03:16:03] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001159 10.0.0.73 - - [2026-04-30 03:16:03] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.052902 10.0.0.33 - - [2026-04-30 03:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000616 10.0.0.33 - - [2026-04-30 03:16:03] "GET /projects?obj_uuids=ede7a57f-c5af-4836-b5ff-7e9a068b70be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001544 10.0.0.33 - - [2026-04-30 03:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.73 - - [2026-04-30 03:16:03] "GET /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be?fields=security_groups HTTP/1.1" 200 1277 0.065324 10.0.0.73 - - [2026-04-30 03:16:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.026090 10.0.0.33 - - [2026-04-30 03:16:04] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003709 10.0.0.33 - - [2026-04-30 03:16:04] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.33 - - [2026-04-30 03:16:04] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007622 10.0.0.33 - - [2026-04-30 03:16:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.004989 10.0.0.33 - - [2026-04-30 03:16:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.005867 10.0.0.33 - - [2026-04-30 03:16:04] "POST /security-groups HTTP/1.1" 200 603 0.040842 10.0.0.33 - - [2026-04-30 03:16:05] "POST /projects HTTP/1.1" 200 609 0.284177 10.0.0.141 - - [2026-04-30 03:16:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.012363 10.0.0.33 - - [2026-04-30 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.369501 10.0.0.73 - - [2026-04-30 03:16:05] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.530950 10.0.0.73 - - [2026-04-30 03:16:06] "GET / HTTP/1.1" 200 35931 0.002630 10.0.0.141 - - [2026-04-30 03:16:08] "DELETE /access-control-list/94db18be-c7a7-47b4-a0bf-fe07d0763055 HTTP/1.1" 200 115 0.062144 10.0.0.73 - - [2026-04-30 03:16:08] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000523 10.0.0.33 - - [2026-04-30 03:16:08] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.73 - - [2026-04-30 03:16:08] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.068212 10.0.0.73 - - [2026-04-30 03:16:09] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.73 - - [2026-04-30 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.33 - - [2026-04-30 03:16:09] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.73 - - [2026-04-30 03:16:09] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007753 10.0.0.73 - - [2026-04-30 03:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.33 - - [2026-04-30 03:16:10] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.73 - - [2026-04-30 03:16:10] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045476 10.0.0.73 - - [2026-04-30 03:16:11] "GET /domains HTTP/1.1" 401 292 0.000418 10.0.0.73 - - [2026-04-30 03:16:11] "GET /domains HTTP/1.1" 200 280 0.028151 10.0.0.33 - - [2026-04-30 03:16:11] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.73 - - [2026-04-30 03:16:11] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb HTTP/1.1" 200 2780 0.010190 10.0.0.33 - - [2026-04-30 03:16:11] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001753 10.0.0.73 - - [2026-04-30 03:16:11] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43 HTTP/1.1" 200 1923 0.090030 10.0.0.73 - - [2026-04-30 03:16:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003171 10.0.0.73 - - [2026-04-30 03:16:11] "POST /network-ipams HTTP/1.1" 200 621 0.029289 10.0.0.73 - - [2026-04-30 03:16:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003563 10.0.0.73 - - [2026-04-30 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.73 - - [2026-04-30 03:16:11] "GET /network-ipam/2bba186b-0f3d-4c03-a0ca-a310257b8f80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.018103 10.0.0.73 - - [2026-04-30 03:16:11] "PUT /network-ipam/2bba186b-0f3d-4c03-a0ca-a310257b8f80 HTTP/1.1" 200 258 0.015290 10.0.0.73 - - [2026-04-30 03:16:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.73 - - [2026-04-30 03:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.029961 10.0.0.33 - - [2026-04-30 03:16:12] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.73 - - [2026-04-30 03:16:12] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.056907 10.0.0.33 - - [2026-04-30 03:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.011196 10.0.0.73 - - [2026-04-30 03:16:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.275717 10.0.0.73 - - [2026-04-30 03:16:13] "POST /neutron/network HTTP/1.1" 200 1336 0.015945 10.0.0.73 - - [2026-04-30 03:16:13] "POST /id-to-fqname HTTP/1.1" 200 235 0.001644 10.0.0.73 - - [2026-04-30 03:16:13] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.006063 10.0.0.73 - - [2026-04-30 03:16:13] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005641 10.0.0.73 - - [2026-04-30 03:16:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.010525 10.0.0.73 - - [2026-04-30 03:16:13] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.005557 10.0.0.33 - - [2026-04-30 03:16:15] "GET /obj-perms HTTP/1.1" 200 5019 0.073598 10.0.0.73 - - [2026-04-30 03:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.33 - - [2026-04-30 03:16:15] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.73 - - [2026-04-30 03:16:15] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.065516 10.0.0.73 - - [2026-04-30 03:16:15] "POST /neutron/network HTTP/1.1" 200 117 0.016458 10.0.0.141 - - [2026-04-30 03:16:15] "POST /route-targets HTTP/1.1" 200 327 0.017615 10.0.0.33 - - [2026-04-30 03:16:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008333 10.0.0.73 - - [2026-04-30 03:16:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.205372 10.0.0.73 - - [2026-04-30 03:16:16] "POST /id-to-fqname HTTP/1.1" 200 235 0.001495 10.0.0.73 - - [2026-04-30 03:16:16] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009491 10.0.0.73 - - [2026-04-30 03:16:16] "POST /neutron/network HTTP/1.1" 200 1337 0.013464 10.0.0.73 - - [2026-04-30 03:16:16] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005942 10.0.0.73 - - [2026-04-30 03:16:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.010256 10.0.0.73 - - [2026-04-30 03:16:16] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006979 10.0.0.73 - - [2026-04-30 03:16:16] "GET /obj-perms HTTP/1.1" 200 5019 0.064274 10.0.0.141 - - [2026-04-30 03:16:16] "GET /obj-perms HTTP/1.1" 200 5019 0.053330 10.0.0.73 - - [2026-04-30 03:16:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003538 10.0.0.73 - - [2026-04-30 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.33 - - [2026-04-30 03:16:17] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.73 - - [2026-04-30 03:16:17] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041487 10.0.0.73 - - [2026-04-30 03:16:17] "POST /network-policys HTTP/1.1" 200 533 0.029880 10.0.0.73 - - [2026-04-30 03:16:17] "GET /network-policy/1db4e2bd-75d2-473a-9d54-6211337dc6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007041 10.0.0.73 - - [2026-04-30 03:16:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003566 10.0.0.73 - - [2026-04-30 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.33 - - [2026-04-30 03:16:17] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.73 - - [2026-04-30 03:16:17] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042650 10.0.0.73 - - [2026-04-30 03:16:17] "POST /network-policys HTTP/1.1" 200 533 0.033187 10.0.0.73 - - [2026-04-30 03:16:17] "GET /network-policy/3173ab8b-3883-4fde-9a50-1cf324d30ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006178 10.0.0.73 - - [2026-04-30 03:16:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.003272 10.0.0.73 - - [2026-04-30 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.33 - - [2026-04-30 03:16:17] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.73 - - [2026-04-30 03:16:17] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057100 10.0.0.73 - - [2026-04-30 03:16:18] "POST /network-policys HTTP/1.1" 200 533 0.032482 10.0.0.73 - - [2026-04-30 03:16:18] "GET /network-policy/5716f0c1-7882-442d-8060-3ad5cc9218be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006540 10.0.0.73 - - [2026-04-30 03:16:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.003989 10.0.0.73 - - [2026-04-30 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.33 - - [2026-04-30 03:16:18] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.73 - - [2026-04-30 03:16:18] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057755 10.0.0.73 - - [2026-04-30 03:16:18] "POST /network-policys HTTP/1.1" 200 533 0.030448 10.0.0.73 - - [2026-04-30 03:16:18] "GET /network-policy/1fda4592-008c-44dc-98e3-eba6258760f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006401 10.0.0.73 - - [2026-04-30 03:16:18] "POST /fqname-to-id HTTP/1.1" 404 213 0.003405 10.0.0.73 - - [2026-04-30 03:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.33 - - [2026-04-30 03:16:18] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.73 - - [2026-04-30 03:16:18] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039672 10.0.0.73 - - [2026-04-30 03:16:18] "POST /network-policys HTTP/1.1" 200 537 0.035335 10.0.0.73 - - [2026-04-30 03:16:18] "GET /network-policy/a51e4ff2-fc2e-4e1e-af72-592e6abbfab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005944 10.0.0.73 - - [2026-04-30 03:16:19] "POST /fqname-to-id HTTP/1.1" 404 212 0.005848 10.0.0.73 - - [2026-04-30 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.33 - - [2026-04-30 03:16:19] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.73 - - [2026-04-30 03:16:19] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045941 10.0.0.73 - - [2026-04-30 03:16:19] "POST /network-policys HTTP/1.1" 200 535 0.035938 10.0.0.73 - - [2026-04-30 03:16:19] "GET /network-policy/ec9260fe-758d-40c0-bd19-754e53487593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006462 10.0.0.73 - - [2026-04-30 03:16:19] "POST /fqname-to-id HTTP/1.1" 404 212 0.003210 10.0.0.73 - - [2026-04-30 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.33 - - [2026-04-30 03:16:19] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.73 - - [2026-04-30 03:16:19] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.040132 10.0.0.73 - - [2026-04-30 03:16:19] "POST /network-policys HTTP/1.1" 200 535 0.031421 10.0.0.73 - - [2026-04-30 03:16:19] "GET /network-policy/c005f34c-de8c-49ea-8dd2-8800cf49b7fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.010568 10.0.0.73 - - [2026-04-30 03:16:19] "POST /fqname-to-id HTTP/1.1" 404 212 0.003767 10.0.0.73 - - [2026-04-30 03:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.33 - - [2026-04-30 03:16:19] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.73 - - [2026-04-30 03:16:19] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042925 10.0.0.73 - - [2026-04-30 03:16:20] "POST /network-policys HTTP/1.1" 200 535 0.034210 10.0.0.73 - - [2026-04-30 03:16:20] "GET /network-policy/1fb86370-60cf-41f2-8879-e41c5d924035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007198 10.0.0.73 - - [2026-04-30 03:16:20] "POST /fqname-to-id HTTP/1.1" 404 212 0.003533 10.0.0.73 - - [2026-04-30 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.33 - - [2026-04-30 03:16:20] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.73 - - [2026-04-30 03:16:20] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049294 10.0.0.73 - - [2026-04-30 03:16:20] "POST /network-policys HTTP/1.1" 200 535 0.037243 10.0.0.73 - - [2026-04-30 03:16:20] "GET /network-policy/c613f416-0b3d-435e-8e1b-3c3e61c440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006813 10.0.0.73 - - [2026-04-30 03:16:20] "POST /fqname-to-id HTTP/1.1" 404 214 0.003267 10.0.0.73 - - [2026-04-30 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.33 - - [2026-04-30 03:16:20] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.73 - - [2026-04-30 03:16:20] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.049080 10.0.0.73 - - [2026-04-30 03:16:20] "POST /network-policys HTTP/1.1" 200 539 0.034775 10.0.0.73 - - [2026-04-30 03:16:20] "GET /network-policy/a8bd4df4-0032-4804-a3a5-ac0b40ebfd41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006651 10.0.0.73 - - [2026-04-30 03:16:21] "POST /neutron/network HTTP/1.1" 200 1424 0.081933 10.0.0.141 - - [2026-04-30 03:16:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.047498 10.0.0.141 - - [2026-04-30 03:16:21] "POST /access-control-lists HTTP/1.1" 200 609 0.048750 10.0.0.73 - - [2026-04-30 03:16:21] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.009454 10.0.0.73 - - [2026-04-30 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.73 - - [2026-04-30 03:16:21] "GET /network-policy/1db4e2bd-75d2-473a-9d54-6211337dc6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004869 10.0.0.73 - - [2026-04-30 03:16:21] "POST /neutron/network HTTP/1.1" 200 1427 0.091537 10.0.0.141 - - [2026-04-30 03:16:21] "POST /ref-update HTTP/1.1" 200 156 0.030990 10.0.0.73 - - [2026-04-30 03:16:21] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.023038 10.0.0.73 - - [2026-04-30 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010215 10.0.0.73 - - [2026-04-30 03:16:21] "GET /network-policy/a51e4ff2-fc2e-4e1e-af72-592e6abbfab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004337 10.0.0.73 - - [2026-04-30 03:16:21] "POST /id-to-fqname HTTP/1.1" 200 235 0.001372 10.0.0.33 - - [2026-04-30 03:16:22] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.73 - - [2026-04-30 03:16:22] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.086320 10.0.0.73 - - [2026-04-30 03:16:22] "POST /neutron/network HTTP/1.1" 200 1424 0.039865 10.0.0.73 - - [2026-04-30 03:16:23] "POST /id-to-fqname HTTP/1.1" 200 235 0.001754 10.0.0.73 - - [2026-04-30 03:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.006572 10.0.0.33 - - [2026-04-30 03:16:23] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.73 - - [2026-04-30 03:16:23] "POST /neutron/port HTTP/1.1" 200 1173 0.427292 10.0.0.33 - - [2026-04-30 03:16:23] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.73 - - [2026-04-30 03:16:24] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.090371 10.0.0.73 - - [2026-04-30 03:16:24] "POST /neutron/network HTTP/1.1" 200 1427 0.011743 10.0.0.73 - - [2026-04-30 03:16:24] "POST /neutron/port HTTP/1.1" 200 1237 0.027770 10.0.0.73 - - [2026-04-30 03:16:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007510 10.0.0.73 - - [2026-04-30 03:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.006824 10.0.0.73 - - [2026-04-30 03:16:24] "POST /neutron/port HTTP/1.1" 200 1237 0.023232 10.0.0.33 - - [2026-04-30 03:16:24] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.73 - - [2026-04-30 03:16:25] "POST /neutron/port HTTP/1.1" 200 1174 0.355851 10.0.0.73 - - [2026-04-30 03:16:25] "POST /neutron/port HTTP/1.1" 200 1228 0.115714 10.0.0.73 - - [2026-04-30 03:16:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.73 - - [2026-04-30 03:16:25] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.73 - - [2026-04-30 03:16:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008162 10.0.0.73 - - [2026-04-30 03:16:29] "POST /neutron/port HTTP/1.1" 200 1237 0.018880 10.0.0.73 - - [2026-04-30 03:16:29] "GET /virtual-machine/b86e0e76-816e-41ed-96b6-a770819e3d20 HTTP/1.1" 401 292 0.000378 10.0.0.73 - - [2026-04-30 03:16:30] "GET /virtual-machine/b86e0e76-816e-41ed-96b6-a770819e3d20 HTTP/1.1" 200 1305 0.030103 10.0.0.73 - - [2026-04-30 03:16:30] "GET /virtual-machine-interface/43396220-a6fe-4466-aa0c-64b975735b2b HTTP/1.1" 200 3169 0.005684 10.0.0.73 - - [2026-04-30 03:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.73 - - [2026-04-30 03:16:30] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004194 10.0.0.73 - - [2026-04-30 03:16:30] "GET /virtual-networks?parent_id=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003815 10.0.0.73 - - [2026-04-30 03:16:30] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006576 10.0.0.73 - - [2026-04-30 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.73 - - [2026-04-30 03:16:33] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006191 10.0.0.73 - - [2026-04-30 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.73 - - [2026-04-30 03:16:37] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005996 10.0.0.73 - - [2026-04-30 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.73 - - [2026-04-30 03:16:41] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006420 10.0.0.73 - - [2026-04-30 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.73 - - [2026-04-30 03:16:45] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.014225 10.0.0.73 - - [2026-04-30 03:16:49] "POST /neutron/port HTTP/1.1" 200 1238 0.022412 10.0.0.73 - - [2026-04-30 03:16:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.73 - - [2026-04-30 03:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.73 - - [2026-04-30 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.73 - - [2026-04-30 03:16:49] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.007024 10.0.0.73 - - [2026-04-30 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.73 - - [2026-04-30 03:16:53] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006905 10.0.0.73 - - [2026-04-30 03:16:55] "POST /neutron/port HTTP/1.1" 200 1237 0.018962 10.0.0.73 - - [2026-04-30 03:16:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.73 - - [2026-04-30 03:16:55] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.73 - - [2026-04-30 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.73 - - [2026-04-30 03:16:57] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006243 10.0.0.73 - - [2026-04-30 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.73 - - [2026-04-30 03:17:02] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006237 10.0.0.33 - - [2026-04-30 03:17:02] "DELETE /project/ede7a57f-c5af-4836-b5ff-7e9a068b70be HTTP/1.1" 404 177 0.007810 10.0.0.33 - - [2026-04-30 03:17:02] "DELETE /project/ede7a57fc5af4836b5ff7e9a068b70be HTTP/1.1" 404 173 0.006063 10.0.0.33 - - [2026-04-30 03:17:02] "DELETE /project/220904e67b4d49cb85b9f37b626f5d43 HTTP/1.1" 404 173 0.004824 10.0.0.73 - - [2026-04-30 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.73 - - [2026-04-30 03:17:06] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004050 10.0.0.73 - - [2026-04-30 03:17:06] "GET /virtual-networks?parent_id=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003088 10.0.0.73 - - [2026-04-30 03:17:06] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005919 10.0.0.73 - - [2026-04-30 03:17:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010345 10.0.0.73 - - [2026-04-30 03:17:16] "POST /neutron/port HTTP/1.1" 200 1237 0.020338 10.0.0.73 - - [2026-04-30 03:17:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.036228 10.0.0.73 - - [2026-04-30 03:17:21] "POST /neutron/port HTTP/1.1" 200 1237 0.019861 10.0.0.73 - - [2026-04-30 03:17:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009159 10.0.0.73 - - [2026-04-30 03:17:32] "POST /neutron/port HTTP/1.1" 200 1238 0.025060 10.0.0.73 - - [2026-04-30 03:17:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007871 10.0.0.73 - - [2026-04-30 03:17:32] "GET /virtual-machine/0720ed37-79e5-4843-94c9-4fc960273551 HTTP/1.1" 200 1303 0.006848 10.0.0.73 - - [2026-04-30 03:17:32] "GET /virtual-machine-interface/317670f5-cf5c-4bc4-9824-e12c7638a8a6 HTTP/1.1" 200 3169 0.005757 10.0.0.73 - - [2026-04-30 03:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.73 - - [2026-04-30 03:17:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005675 10.0.0.73 - - [2026-04-30 03:17:32] "GET /virtual-networks?parent_id=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003530 10.0.0.73 - - [2026-04-30 03:17:32] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006448 10.0.0.73 - - [2026-04-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.73 - - [2026-04-30 03:17:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004056 10.0.0.73 - - [2026-04-30 03:17:33] "GET /virtual-networks?parent_id=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003941 10.0.0.73 - - [2026-04-30 03:17:33] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006538 10.0.0.73 - - [2026-04-30 03:17:34] "POST /neutron/port HTTP/1.1" 200 1238 0.021924 10.0.0.73 - - [2026-04-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.73 - - [2026-04-30 03:17:34] "GET /network-policy/a51e4ff2-fc2e-4e1e-af72-592e6abbfab1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004672 10.0.0.73 - - [2026-04-30 03:17:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009154 10.0.0.73 - - [2026-04-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.73 - - [2026-04-30 03:17:34] "GET /network-policy/1db4e2bd-75d2-473a-9d54-6211337dc6d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005056 10.0.0.73 - - [2026-04-30 03:17:34] "POST /neutron/network HTTP/1.1" 200 1424 0.031302 10.0.0.73 - - [2026-04-30 03:17:34] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006260 10.0.0.73 - - [2026-04-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.73 - - [2026-04-30 03:17:34] "GET /network-policy/3173ab8b-3883-4fde-9a50-1cf324d30ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007541 10.0.0.73 - - [2026-04-30 03:17:51] "POST /neutron/network HTTP/1.1" 200 1437 0.032066 10.0.0.73 - - [2026-04-30 03:17:51] "POST /neutron/subnet HTTP/1.1" 200 1361 0.027331 10.0.0.73 - - [2026-04-30 03:17:51] "POST /neutron/network HTTP/1.1" 200 1427 0.014766 10.0.0.73 - - [2026-04-30 03:17:57] "POST /neutron/network HTTP/1.1" 200 1434 0.029223 10.0.0.73 - - [2026-04-30 03:17:57] "POST /neutron/subnet HTTP/1.1" 200 1356 0.016030 10.0.0.73 - - [2026-04-30 03:17:57] "POST /neutron/network HTTP/1.1" 200 1424 0.011900 10.0.0.141 - - [2026-04-30 03:17:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003106 10.0.0.141 - - [2026-04-30 03:17:58] "POST /ref-update HTTP/1.1" 200 156 0.046885 10.0.0.73 - - [2026-04-30 03:17:58] "POST /neutron/network HTTP/1.1" 200 1427 0.043830 10.0.0.73 - - [2026-04-30 03:17:58] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.013560 10.0.0.73 - - [2026-04-30 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.73 - - [2026-04-30 03:17:58] "GET /network-policy/a8bd4df4-0032-4804-a3a5-ac0b40ebfd41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004411 10.0.0.73 - - [2026-04-30 03:18:11] "POST /neutron/network HTTP/1.1" 200 1424 0.028434 10.0.0.73 - - [2026-04-30 03:18:11] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.007614 10.0.0.73 - - [2026-04-30 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.73 - - [2026-04-30 03:18:11] "GET /network-policy/5716f0c1-7882-442d-8060-3ad5cc9218be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005050 10.0.0.141 - - [2026-04-30 03:18:23] "PUT /access-control-list/77ae133f-8f13-4aa7-be67-3caef2b2a102 HTTP/1.1" 200 272 0.072556 10.0.0.73 - - [2026-04-30 03:18:23] "POST /neutron/network HTTP/1.1" 200 1424 0.018061 10.0.0.73 - - [2026-04-30 03:18:23] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005330 10.0.0.73 - - [2026-04-30 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.73 - - [2026-04-30 03:18:23] "GET /network-policy/1fda4592-008c-44dc-98e3-eba6258760f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004992 10.0.0.141 - - [2026-04-30 03:18:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.013470 10.0.0.73 - - [2026-04-30 03:18:34] "POST /neutron/network HTTP/1.1" 200 1425 0.024075 10.0.0.73 - - [2026-04-30 03:18:34] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006349 10.0.0.73 - - [2026-04-30 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.73 - - [2026-04-30 03:18:34] "GET /network-policy/ec9260fe-758d-40c0-bd19-754e53487593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005846 10.0.0.33 - - [2026-04-30 03:18:43] "GET /obj-perms HTTP/1.1" 200 5056 0.069847 10.0.0.141 - - [2026-04-30 03:18:46] "PUT /access-control-list/77ae133f-8f13-4aa7-be67-3caef2b2a102 HTTP/1.1" 200 272 0.019015 10.0.0.73 - - [2026-04-30 03:18:47] "POST /neutron/network HTTP/1.1" 200 1425 0.015823 10.0.0.73 - - [2026-04-30 03:18:47] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005632 10.0.0.73 - - [2026-04-30 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.73 - - [2026-04-30 03:18:47] "GET /network-policy/c005f34c-de8c-49ea-8dd2-8800cf49b7fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004683 10.0.0.73 - - [2026-04-30 03:18:52] "POST /neutron/network HTTP/1.1" 200 1437 0.008563 10.0.0.73 - - [2026-04-30 03:18:52] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017466 10.0.0.73 - - [2026-04-30 03:18:52] "POST /neutron/network HTTP/1.1" 200 1427 0.012867 10.0.0.73 - - [2026-04-30 03:18:57] "POST /neutron/network HTTP/1.1" 200 1425 0.016987 10.0.0.73 - - [2026-04-30 03:18:57] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006179 10.0.0.73 - - [2026-04-30 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.73 - - [2026-04-30 03:18:57] "GET /network-policy/1fb86370-60cf-41f2-8879-e41c5d924035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004819 10.0.0.73 - - [2026-04-30 03:18:58] "POST /neutron/network HTTP/1.1" 200 1435 0.008713 10.0.0.73 - - [2026-04-30 03:18:58] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017685 10.0.0.73 - - [2026-04-30 03:18:59] "POST /neutron/network HTTP/1.1" 200 1425 0.013417 10.0.0.141 - - [2026-04-30 03:19:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004049 10.0.0.141 - - [2026-04-30 03:19:09] "PUT /access-control-list/77ae133f-8f13-4aa7-be67-3caef2b2a102 HTTP/1.1" 200 272 0.070333 10.0.0.73 - - [2026-04-30 03:19:09] "POST /neutron/network HTTP/1.1" 200 1425 0.021226 10.0.0.73 - - [2026-04-30 03:19:09] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006010 10.0.0.73 - - [2026-04-30 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.73 - - [2026-04-30 03:19:09] "GET /network-policy/c613f416-0b3d-435e-8e1b-3c3e61c440e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004954 10.0.0.73 - - [2026-04-30 03:19:20] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007076 10.0.0.73 - - [2026-04-30 03:19:20] "POST /neutron/network HTTP/1.1" 200 1336 0.024858 10.0.0.73 - - [2026-04-30 03:19:20] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.019526 10.0.0.73 - - [2026-04-30 03:19:20] "GET /virtual-machine/0720ed37-79e5-4843-94c9-4fc960273551 HTTP/1.1" 200 1303 0.004811 10.0.0.73 - - [2026-04-30 03:19:21] "POST /neutron/port HTTP/1.1" 200 151 0.217737 10.0.0.73 - - [2026-04-30 03:19:22] "GET /virtual-machine/0720ed37-79e5-4843-94c9-4fc960273551 HTTP/1.1" 404 171 0.003482 10.0.0.73 - - [2026-04-30 03:19:22] "GET /virtual-machine/0720ed37-79e5-4843-94c9-4fc960273551 HTTP/1.1" 404 171 0.003065 10.0.0.73 - - [2026-04-30 03:19:22] "GET /virtual-machine/0720ed37-79e5-4843-94c9-4fc960273551 HTTP/1.1" 404 171 0.003006 10.0.0.73 - - [2026-04-30 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.73 - - [2026-04-30 03:19:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.73 - - [2026-04-30 03:19:22] "GET /virtual-networks?parent_id=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003617 10.0.0.73 - - [2026-04-30 03:19:22] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006525 10.0.0.73 - - [2026-04-30 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.73 - - [2026-04-30 03:19:22] "GET /routing-instance/6e7b8758-0e36-4f00-a7cd-346f3494c426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005089 10.0.0.73 - - [2026-04-30 03:19:22] "GET /route-target/f705d5c5-f90c-4249-9418-6a0de0b470c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004508 10.0.0.73 - - [2026-04-30 03:19:22] "GET /obj-perms HTTP/1.1" 200 5019 0.004592 10.0.0.73 - - [2026-04-30 03:19:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004279 10.0.0.141 - - [2026-04-30 03:19:26] "GET /obj-perms HTTP/1.1" 200 5019 0.003890 10.0.0.73 - - [2026-04-30 03:19:26] "GET /virtual-machine/b86e0e76-816e-41ed-96b6-a770819e3d20 HTTP/1.1" 200 1305 0.004650 10.0.0.73 - - [2026-04-30 03:19:26] "POST /neutron/port HTTP/1.1" 200 151 0.251566 10.0.0.73 - - [2026-04-30 03:19:28] "GET /virtual-machine/b86e0e76-816e-41ed-96b6-a770819e3d20 HTTP/1.1" 404 171 0.003378 10.0.0.73 - - [2026-04-30 03:19:28] "GET /virtual-machine/b86e0e76-816e-41ed-96b6-a770819e3d20 HTTP/1.1" 404 171 0.002846 10.0.0.73 - - [2026-04-30 03:19:28] "GET /virtual-machine/b86e0e76-816e-41ed-96b6-a770819e3d20 HTTP/1.1" 404 171 0.004308 10.0.0.73 - - [2026-04-30 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.73 - - [2026-04-30 03:19:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004183 10.0.0.73 - - [2026-04-30 03:19:28] "GET /virtual-networks?parent_id=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.006279 10.0.0.73 - - [2026-04-30 03:19:28] "GET /virtual-network/0cafb454-5551-4dde-a876-6f4b258e004e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3172 0.006905 10.0.0.73 - - [2026-04-30 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.73 - - [2026-04-30 03:19:28] "GET /routing-instance/7edc14a5-5805-43ed-970b-510a8d920ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005007 10.0.0.73 - - [2026-04-30 03:19:28] "GET /route-target/27564c27-2f50-4f5b-bc6a-a30722b5f90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004982 10.0.0.73 - - [2026-04-30 03:19:28] "GET /obj-perms HTTP/1.1" 200 5019 0.003778 10.0.0.73 - - [2026-04-30 03:19:31] "GET /obj-perms HTTP/1.1" 200 5019 0.005435 10.0.0.73 - - [2026-04-30 03:19:37] "GET /obj-perms HTTP/1.1" 200 5019 0.004428 10.0.0.73 - - [2026-04-30 03:19:40] "GET /obj-perms HTTP/1.1" 200 5019 0.004717 10.0.0.73 - - [2026-04-30 03:19:47] "GET /obj-perms HTTP/1.1" 200 5019 0.004485 10.0.0.73 - - [2026-04-30 03:19:50] "GET /obj-perms HTTP/1.1" 200 5019 0.005089 10.0.0.73 - - [2026-04-30 03:19:56] "GET /obj-perms HTTP/1.1" 200 5019 0.004830 10.0.0.73 - - [2026-04-30 03:19:56] "GET /obj-perms HTTP/1.1" 200 5019 0.004425 10.0.0.33 - - [2026-04-30 03:19:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003424 10.0.0.73 - - [2026-04-30 03:19:56] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006126 10.0.0.73 - - [2026-04-30 03:19:56] "POST /neutron/network HTTP/1.1" 200 1337 0.020350 10.0.0.73 - - [2026-04-30 03:19:56] "GET /virtual-network/ed3d5a18-d00e-424e-97be-e3aa703dacc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008371 10.0.0.141 - - [2026-04-30 03:19:56] "DELETE /access-control-list/3c61f083-b8ab-4d0b-841a-f2e548562322 HTTP/1.1" 200 115 0.106975 10.0.0.73 - - [2026-04-30 03:19:56] "DELETE /network-policy/a8bd4df4-0032-4804-a3a5-ac0b40ebfd41 HTTP/1.1" 200 115 0.030593 10.0.0.73 - - [2026-04-30 03:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.33 - - [2026-04-30 03:19:56] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.027165 10.0.0.73 - - [2026-04-30 03:19:56] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.078939 10.0.0.73 - - [2026-04-30 03:19:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.007541 10.0.0.73 - - [2026-04-30 03:19:57] "DELETE /network-policy/c613f416-0b3d-435e-8e1b-3c3e61c440e5 HTTP/1.1" 200 115 0.039874 10.0.0.73 - - [2026-04-30 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.33 - - [2026-04-30 03:19:57] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.73 - - [2026-04-30 03:19:57] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052001 10.0.0.73 - - [2026-04-30 03:19:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.015079 10.0.0.73 - - [2026-04-30 03:19:57] "DELETE /network-policy/1fb86370-60cf-41f2-8879-e41c5d924035 HTTP/1.1" 200 115 0.044042 10.0.0.73 - - [2026-04-30 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.33 - - [2026-04-30 03:19:57] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.73 - - [2026-04-30 03:19:57] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047167 10.0.0.73 - - [2026-04-30 03:19:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006160 10.0.0.73 - - [2026-04-30 03:19:57] "DELETE /network-policy/c005f34c-de8c-49ea-8dd2-8800cf49b7fe HTTP/1.1" 200 115 0.045349 10.0.0.73 - - [2026-04-30 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.33 - - [2026-04-30 03:19:57] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.73 - - [2026-04-30 03:19:57] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043140 10.0.0.73 - - [2026-04-30 03:19:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006379 10.0.0.73 - - [2026-04-30 03:19:57] "DELETE /network-policy/ec9260fe-758d-40c0-bd19-754e53487593 HTTP/1.1" 200 115 0.040661 10.0.0.73 - - [2026-04-30 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.011279 10.0.0.33 - - [2026-04-30 03:19:57] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.73 - - [2026-04-30 03:19:57] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051417 10.0.0.73 - - [2026-04-30 03:19:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005986 10.0.0.73 - - [2026-04-30 03:19:57] "DELETE /network-policy/a51e4ff2-fc2e-4e1e-af72-592e6abbfab1 HTTP/1.1" 200 115 0.042278 10.0.0.73 - - [2026-04-30 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.33 - - [2026-04-30 03:19:58] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.73 - - [2026-04-30 03:19:58] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053159 10.0.0.73 - - [2026-04-30 03:19:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005940 10.0.0.73 - - [2026-04-30 03:19:58] "DELETE /network-policy/1fda4592-008c-44dc-98e3-eba6258760f8 HTTP/1.1" 200 115 0.040132 10.0.0.73 - - [2026-04-30 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.33 - - [2026-04-30 03:19:58] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.73 - - [2026-04-30 03:19:58] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051939 10.0.0.73 - - [2026-04-30 03:19:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.007255 10.0.0.73 - - [2026-04-30 03:19:58] "DELETE /network-policy/5716f0c1-7882-442d-8060-3ad5cc9218be HTTP/1.1" 200 115 0.047440 10.0.0.73 - - [2026-04-30 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.33 - - [2026-04-30 03:19:58] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.73 - - [2026-04-30 03:19:58] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.062923 10.0.0.73 - - [2026-04-30 03:19:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006137 10.0.0.73 - - [2026-04-30 03:19:58] "DELETE /network-policy/3173ab8b-3883-4fde-9a50-1cf324d30ce9 HTTP/1.1" 200 115 0.044643 10.0.0.73 - - [2026-04-30 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.33 - - [2026-04-30 03:19:58] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001546 10.0.0.73 - - [2026-04-30 03:19:58] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048287 10.0.0.73 - - [2026-04-30 03:19:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006231 10.0.0.73 - - [2026-04-30 03:19:58] "DELETE /network-policy/1db4e2bd-75d2-473a-9d54-6211337dc6d8 HTTP/1.1" 200 115 0.042813 10.0.0.73 - - [2026-04-30 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.33 - - [2026-04-30 03:19:59] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.73 - - [2026-04-30 03:19:59] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053766 10.0.0.73 - - [2026-04-30 03:19:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-33528410&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005548 10.0.0.141 - - [2026-04-30 03:19:59] "DELETE /route-target/f705d5c5-f90c-4249-9418-6a0de0b470c7 HTTP/1.1" 200 115 0.022357 10.0.0.73 - - [2026-04-30 03:19:59] "POST /neutron/network HTTP/1.1" 200 1336 0.012447 10.0.0.73 - - [2026-04-30 03:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.73 - - [2026-04-30 03:20:00] "DELETE /network-ipam/2bba186b-0f3d-4c03-a0ca-a310257b8f80 HTTP/1.1" 200 115 0.045027 10.0.0.73 - - [2026-04-30 03:20:00] "POST /fqname-to-id HTTP/1.1" 404 260 0.006811 10.0.0.33 - - [2026-04-30 03:20:00] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001099 10.0.0.33 - - [2026-04-30 03:20:00] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.063700 10.0.0.33 - - [2026-04-30 03:20:00] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001258 10.0.0.33 - - [2026-04-30 03:20:00] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?fields=security_groups HTTP/1.1" 200 1398 0.063429 10.0.0.33 - - [2026-04-30 03:20:00] "DELETE /security-group/cc1d64b3-c1a4-48a0-b9ce-774bc5788df5 HTTP/1.1" 200 115 0.074256 10.0.0.33 - - [2026-04-30 03:20:00] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.141 - - [2026-04-30 03:20:00] "DELETE /access-control-list/a5e72725-efc7-42f7-8482-8cfcbe4105d4 HTTP/1.1" 200 115 0.055787 10.0.0.33 - - [2026-04-30 03:20:00] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?fields=application_policy_sets HTTP/1.1" 200 1437 0.084260 10.0.0.73 - - [2026-04-30 03:20:00] "DELETE /project/220904e6-7b4d-49cb-85b9-f37b626f5d43 HTTP/1.1" 200 115 0.517673 10.0.0.33 - - [2026-04-30 03:20:00] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002005 10.0.0.73 - - [2026-04-30 03:20:00] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?fields=projects HTTP/1.1" 200 1439 0.024842 10.0.0.33 - - [2026-04-30 03:20:02] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006026 10.0.0.33 - - [2026-04-30 03:20:02] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.33 - - [2026-04-30 03:20:02] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012417 10.0.0.33 - - [2026-04-30 03:20:03] "POST /id-to-fqname HTTP/1.1" 200 202 0.014133 10.0.0.33 - - [2026-04-30 03:20:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.004544 10.0.0.33 - - [2026-04-30 03:20:03] "POST /security-groups HTTP/1.1" 200 603 0.090057 10.0.0.33 - - [2026-04-30 03:20:03] "POST /projects HTTP/1.1" 200 609 0.328519 10.0.0.33 - - [2026-04-30 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.365887 10.0.0.141 - - [2026-04-30 03:20:03] "POST /access-control-lists HTTP/1.1" 200 608 0.031466 10.0.0.73 - - [2026-04-30 03:20:03] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 1.100381 10.0.0.33 - - [2026-04-30 03:20:03] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001813 10.0.0.73 - - [2026-04-30 03:20:03] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?fields=virtual_networks HTTP/1.1" 200 1055 0.080610 10.0.0.33 - - [2026-04-30 03:20:03] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001487 10.0.0.73 - - [2026-04-30 03:20:03] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.045928 10.0.0.33 - - [2026-04-30 03:20:03] "GET /projects?obj_uuids=220904e6-7b4d-49cb-85b9-f37b626f5d43&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001892 10.0.0.73 - - [2026-04-30 03:20:03] "GET /project/220904e6-7b4d-49cb-85b9-f37b626f5d43?fields=security_groups HTTP/1.1" 200 1293 0.052945 10.0.0.73 - - [2026-04-30 03:20:04] "POST /fqname-to-id HTTP/1.1" 404 182 0.026314 10.0.0.33 - - [2026-04-30 03:20:04] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003188 10.0.0.33 - - [2026-04-30 03:20:04] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001651 10.0.0.33 - - [2026-04-30 03:20:04] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009872 10.0.0.33 - - [2026-04-30 03:20:04] "POST /id-to-fqname HTTP/1.1" 200 184 0.001310 10.0.0.33 - - [2026-04-30 03:20:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.007322 10.0.0.33 - - [2026-04-30 03:20:04] "POST /security-groups HTTP/1.1" 200 585 0.082448 10.0.0.141 - - [2026-04-30 03:20:04] "POST /fqname-to-id HTTP/1.1" 404 228 0.004765 10.0.0.33 - - [2026-04-30 03:20:04] "POST /projects HTTP/1.1" 200 573 0.346444 10.0.0.33 - - [2026-04-30 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.434757 10.0.0.141 - - [2026-04-30 03:20:05] "POST /access-control-lists HTTP/1.1" 200 588 0.033670 10.0.0.73 - - [2026-04-30 03:20:05] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.606129 10.0.0.73 - - [2026-04-30 03:20:06] "GET / HTTP/1.1" 200 35931 0.002120 10.0.0.73 - - [2026-04-30 03:20:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2026-04-30 03:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.060733 10.0.0.33 - - [2026-04-30 03:20:07] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001296 10.0.0.73 - - [2026-04-30 03:20:07] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.071937 10.0.0.33 - - [2026-04-30 03:20:07] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001469 10.0.0.73 - - [2026-04-30 03:20:07] "POST /neutron/network HTTP/1.1" 200 599 0.174575 10.0.0.141 - - [2026-04-30 03:20:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.012728 10.0.0.73 - - [2026-04-30 03:20:08] "POST /neutron/network HTTP/1.1" 200 990 0.020829 10.0.0.73 - - [2026-04-30 03:20:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001508 10.0.0.73 - - [2026-04-30 03:20:08] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007132 10.0.0.73 - - [2026-04-30 03:20:08] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006052 10.0.0.73 - - [2026-04-30 03:20:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.009980 10.0.0.73 - - [2026-04-30 03:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.33 - - [2026-04-30 03:20:08] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001023 10.0.0.73 - - [2026-04-30 03:20:08] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.049966 10.0.0.33 - - [2026-04-30 03:20:08] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001172 10.0.0.73 - - [2026-04-30 03:20:08] "POST /neutron/network HTTP/1.1" 200 599 0.133766 10.0.0.141 - - [2026-04-30 03:20:08] "POST /route-targets HTTP/1.1" 200 327 0.014209 10.0.0.141 - - [2026-04-30 03:20:08] "DELETE /access-control-list/260c5b75-7066-4903-968a-f89d4c9cac1e HTTP/1.1" 200 115 0.045036 10.0.0.73 - - [2026-04-30 03:20:09] "POST /neutron/network HTTP/1.1" 200 988 0.011969 10.0.0.73 - - [2026-04-30 03:20:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001460 10.0.0.73 - - [2026-04-30 03:20:09] "GET /virtual-network/bde66884-e1a7-418e-b550-2610c6476496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2601 0.005639 10.0.0.73 - - [2026-04-30 03:20:09] "GET /virtual-network/bde66884-e1a7-418e-b550-2610c6476496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2601 0.006557 10.0.0.73 - - [2026-04-30 03:20:09] "POST /neutron/subnet HTTP/1.1" 200 714 0.011529 10.0.0.73 - - [2026-04-30 03:20:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001237 10.0.0.33 - - [2026-04-30 03:20:10] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001773 10.0.0.73 - - [2026-04-30 03:20:10] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.075993 10.0.0.73 - - [2026-04-30 03:20:10] "POST /neutron/network HTTP/1.1" 200 990 0.010258 10.0.0.73 - - [2026-04-30 03:20:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001489 10.0.0.73 - - [2026-04-30 03:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.007616 10.0.0.33 - - [2026-04-30 03:20:10] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001163 10.0.0.73 - - [2026-04-30 03:20:11] "POST /neutron/port HTTP/1.1" 200 1159 0.414159 10.0.0.33 - - [2026-04-30 03:20:11] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001281 10.0.0.73 - - [2026-04-30 03:20:11] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.104951 10.0.0.73 - - [2026-04-30 03:20:11] "POST /neutron/port HTTP/1.1" 200 1213 0.163473 10.0.0.73 - - [2026-04-30 03:20:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004185 10.0.0.73 - - [2026-04-30 03:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.001396 10.0.0.73 - - [2026-04-30 03:20:11] "POST /neutron/port HTTP/1.1" 200 1223 0.034196 10.0.0.73 - - [2026-04-30 03:20:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001636 10.0.0.73 - - [2026-04-30 03:20:12] "POST /neutron/port HTTP/1.1" 200 1223 0.021480 10.0.0.73 - - [2026-04-30 03:20:12] "POST /neutron/network HTTP/1.1" 200 1000 0.007397 10.0.0.73 - - [2026-04-30 03:20:12] "POST /neutron/port HTTP/1.1" 200 1159 0.028280 10.0.0.33 - - [2026-04-30 03:20:13] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001179 10.0.0.73 - - [2026-04-30 03:20:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016872 10.0.0.73 - - [2026-04-30 03:20:13] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.080243 10.0.0.73 - - [2026-04-30 03:20:13] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021139 10.0.0.73 - - [2026-04-30 03:20:13] "POST /neutron/network HTTP/1.1" 200 990 0.009940 10.0.0.73 - - [2026-04-30 03:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.009957 10.0.0.73 - - [2026-04-30 03:20:13] "POST /neutron/port HTTP/1.1" 200 1223 0.020689 10.0.0.73 - - [2026-04-30 03:20:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008540 10.0.0.73 - - [2026-04-30 03:20:13] "GET /virtual-machine/d5785387-c298-46c0-b835-9819267c401d HTTP/1.1" 401 292 0.000471 10.0.0.73 - - [2026-04-30 03:20:14] "POST /neutron/port HTTP/1.1" 200 1157 0.030232 10.0.0.73 - - [2026-04-30 03:20:14] "GET /virtual-machine/d5785387-c298-46c0-b835-9819267c401d HTTP/1.1" 200 1287 0.048154 10.0.0.73 - - [2026-04-30 03:20:14] "GET /virtual-machine-interface/0bb2f57b-1de2-4c3f-94b4-e11c9d8dc5b3 HTTP/1.1" 200 3104 0.008588 10.0.0.73 - - [2026-04-30 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.73 - - [2026-04-30 03:20:14] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009079 10.0.0.73 - - [2026-04-30 03:20:14] "GET /virtual-networks?parent_id=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003472 10.0.0.73 - - [2026-04-30 03:20:14] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.014313 10.0.0.73 - - [2026-04-30 03:20:14] "POST /neutron/port HTTP/1.1" 200 1221 0.020625 10.0.0.73 - - [2026-04-30 03:20:14] "POST /neutron/subnet HTTP/1.1" 200 1364 0.014749 10.0.0.73 - - [2026-04-30 03:20:14] "POST /neutron/network HTTP/1.1" 200 988 0.010610 10.0.0.73 - - [2026-04-30 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.73 - - [2026-04-30 03:20:17] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007397 10.0.0.73 - - [2026-04-30 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.73 - - [2026-04-30 03:20:21] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007022 10.0.0.73 - - [2026-04-30 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.73 - - [2026-04-30 03:20:25] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005638 10.0.0.73 - - [2026-04-30 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.73 - - [2026-04-30 03:20:29] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006428 10.0.0.73 - - [2026-04-30 03:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.73 - - [2026-04-30 03:20:33] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006560 10.0.0.73 - - [2026-04-30 03:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.73 - - [2026-04-30 03:20:37] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006781 10.0.0.73 - - [2026-04-30 03:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.73 - - [2026-04-30 03:20:41] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005638 10.0.0.141 - - [2026-04-30 03:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.067830 10.0.0.73 - - [2026-04-30 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.73 - - [2026-04-30 03:20:46] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006435 10.0.0.73 - - [2026-04-30 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.73 - - [2026-04-30 03:20:50] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007090 10.0.0.73 - - [2026-04-30 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.73 - - [2026-04-30 03:20:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004163 10.0.0.73 - - [2026-04-30 03:20:54] "GET /virtual-networks?parent_id=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003626 10.0.0.73 - - [2026-04-30 03:20:54] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007766 10.0.0.73 - - [2026-04-30 03:20:55] "POST /neutron/port HTTP/1.1" 200 1223 0.035452 10.0.0.73 - - [2026-04-30 03:20:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004637 10.0.0.73 - - [2026-04-30 03:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.001539 10.0.0.73 - - [2026-04-30 03:20:59] "POST /neutron/port HTTP/1.1" 200 1223 0.021138 10.0.0.73 - - [2026-04-30 03:20:59] "POST /neutron/port HTTP/1.1" 200 1223 0.022565 10.0.0.73 - - [2026-04-30 03:20:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004422 10.0.0.73 - - [2026-04-30 03:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.141 - - [2026-04-30 03:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.141 - - [2026-04-30 03:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.141 - - [2026-04-30 03:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.141 - - [2026-04-30 03:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.73 - - [2026-04-30 03:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.73 - - [2026-04-30 03:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000720 10.0.0.33 - - [2026-04-30 03:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.33 - - [2026-04-30 03:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.33 - - [2026-04-30 03:21:02] "DELETE /project/220904e67b4d49cb85b9f37b626f5d43 HTTP/1.1" 404 173 0.003041 10.0.0.33 - - [2026-04-30 03:21:02] "DELETE /project/220904e6-7b4d-49cb-85b9-f37b626f5d43 HTTP/1.1" 404 177 0.007334 10.0.0.33 - - [2026-04-30 03:21:02] "DELETE /project/57b4d1f13a88441385dda754ffa67541 HTTP/1.1" 404 173 0.006064 10.0.0.73 - - [2026-04-30 03:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2026-04-30 03:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2026-04-30 03:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.33 - - [2026-04-30 03:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2026-04-30 03:21:04] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007939 10.0.0.73 - - [2026-04-30 03:21:09] "POST /neutron/port HTTP/1.1" 200 1223 0.021180 10.0.0.73 - - [2026-04-30 03:21:15] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008645 10.0.0.73 - - [2026-04-30 03:21:15] "POST /neutron/port HTTP/1.1" 200 1223 0.020467 10.0.0.73 - - [2026-04-30 03:21:15] "GET /virtual-machine/dd4cce73-8c20-49ff-b0c5-39c5644055d7 HTTP/1.1" 200 1287 0.006158 10.0.0.73 - - [2026-04-30 03:21:15] "GET /virtual-machine-interface/5f35c703-e227-4424-a6ae-691588599e66 HTTP/1.1" 200 3105 0.005922 10.0.0.73 - - [2026-04-30 03:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.73 - - [2026-04-30 03:21:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004441 10.0.0.73 - - [2026-04-30 03:21:15] "GET /virtual-networks?parent_id=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004517 10.0.0.73 - - [2026-04-30 03:21:15] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006705 10.0.0.73 - - [2026-04-30 03:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.73 - - [2026-04-30 03:21:16] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003712 10.0.0.73 - - [2026-04-30 03:21:16] "GET /virtual-networks?parent_id=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003472 10.0.0.73 - - [2026-04-30 03:21:16] "GET /virtual-network/1dcaf8ed-9b59-46bc-91bd-29bc524f09e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005876 10.0.0.73 - - [2026-04-30 03:21:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008749 10.0.0.73 - - [2026-04-30 03:21:21] "POST /neutron/port HTTP/1.1" 200 1221 0.021209 10.0.0.73 - - [2026-04-30 03:21:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007561 10.0.0.73 - - [2026-04-30 03:21:32] "POST /neutron/port HTTP/1.1" 200 1221 0.019659 10.0.0.73 - - [2026-04-30 03:21:32] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009251 10.0.0.73 - - [2026-04-30 03:21:32] "GET /virtual-machine/55b01ba0-4c75-4b40-80f2-230506be1bb2 HTTP/1.1" 200 1285 0.006996 10.0.0.73 - - [2026-04-30 03:21:32] "GET /virtual-machine-interface/6bf79186-eb90-4cbb-9f0b-825634f10155 HTTP/1.1" 200 3105 0.006111 10.0.0.73 - - [2026-04-30 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.73 - - [2026-04-30 03:21:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003993 10.0.0.73 - - [2026-04-30 03:21:32] "GET /virtual-networks?parent_id=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003781 10.0.0.73 - - [2026-04-30 03:21:32] "GET /virtual-network/bde66884-e1a7-418e-b550-2610c6476496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2601 0.007227 10.0.0.73 - - [2026-04-30 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.73 - - [2026-04-30 03:21:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004844 10.0.0.73 - - [2026-04-30 03:21:33] "GET /virtual-networks?parent_id=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003574 10.0.0.73 - - [2026-04-30 03:21:33] "GET /virtual-network/bde66884-e1a7-418e-b550-2610c6476496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2601 0.006102 10.0.0.73 - - [2026-04-30 03:21:35] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006309 10.0.0.73 - - [2026-04-30 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.73 - - [2026-04-30 03:21:35] "GET /global-qos-config/ff37a9e6-453d-4a21-a0ee-bec87fefc480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004201 10.0.0.73 - - [2026-04-30 03:21:35] "POST /fqname-to-id HTTP/1.1" 404 222 0.003807 10.0.0.73 - - [2026-04-30 03:21:35] "POST /forwarding-classs HTTP/1.1" 200 576 0.037871 10.0.0.73 - - [2026-04-30 03:21:35] "POST /id-to-fqname HTTP/1.1" 200 232 0.003330 10.0.0.73 - - [2026-04-30 03:21:35] "GET /forwarding-class/e3f80c5a-fbee-4acb-a7e4-677621762f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.006372 10.0.0.33 - - [2026-04-30 03:21:35] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001440 10.0.0.73 - - [2026-04-30 03:21:35] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.054670 10.0.0.73 - - [2026-04-30 03:21:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.003220 10.0.0.73 - - [2026-04-30 03:21:35] "POST /qos-configs HTTP/1.1" 200 543 0.044938 10.0.0.73 - - [2026-04-30 03:21:35] "POST /id-to-fqname HTTP/1.1" 200 217 0.012765 10.0.0.73 - - [2026-04-30 03:21:35] "GET /qos-config/43111e00-e516-4490-9506-a3d2a1075f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.007203 10.0.0.73 - - [2026-04-30 03:21:35] "GET /virtual-machine-interface/0bb2f57b-1de2-4c3f-94b4-e11c9d8dc5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006498 10.0.0.73 - - [2026-04-30 03:21:36] "POST /ref-update HTTP/1.1" 200 156 0.017915 10.0.0.73 - - [2026-04-30 03:21:36] "POST /neutron/port HTTP/1.1" 200 1223 0.033247 10.0.0.73 - - [2026-04-30 03:21:36] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010154 10.0.0.73 - - [2026-04-30 03:21:36] "POST /neutron/port HTTP/1.1" 200 1223 0.021415 10.0.0.73 - - [2026-04-30 03:21:36] "POST /neutron/network HTTP/1.1" 200 990 0.009538 10.0.0.73 - - [2026-04-30 03:21:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001458 10.0.0.73 - - [2026-04-30 03:21:36] "GET /virtual-machine/d5785387-c298-46c0-b835-9819267c401d HTTP/1.1" 200 1287 0.004616 10.0.0.73 - - [2026-04-30 03:21:36] "GET /virtual-machine-interface/0bb2f57b-1de2-4c3f-94b4-e11c9d8dc5b3 HTTP/1.1" 200 3351 0.006770 10.0.0.73 - - [2026-04-30 03:21:36] "GET /instance-ip/0edae4c5-82e3-4c92-8195-5e0ad75e3d06 HTTP/1.1" 200 1605 0.008517 10.0.0.73 - - [2026-04-30 03:21:36] "GET /instance-ip/a60fe9ca-42e5-42bf-92a4-0c003a2ac61d HTTP/1.1" 200 1629 0.006870 10.0.0.73 - - [2026-04-30 03:21:36] "POST /neutron/port HTTP/1.1" 200 1223 0.022379 10.0.0.73 - - [2026-04-30 03:21:36] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009083 10.0.0.73 - - [2026-04-30 03:21:36] "POST /neutron/network HTTP/1.1" 200 964 0.019277 10.0.0.73 - - [2026-04-30 03:21:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001687 10.0.0.73 - - [2026-04-30 03:21:37] "GET /virtual-machine/dd4cce73-8c20-49ff-b0c5-39c5644055d7 HTTP/1.1" 200 1287 0.006892 10.0.0.73 - - [2026-04-30 03:21:37] "GET /virtual-machine-interface/5f35c703-e227-4424-a6ae-691588599e66 HTTP/1.1" 200 3105 0.007161 10.0.0.73 - - [2026-04-30 03:21:37] "GET /instance-ip/7e8ae97e-a8ba-4dba-ab4a-77fff77274c7 HTTP/1.1" 200 1628 0.013677 10.0.0.73 - - [2026-04-30 03:21:37] "GET /instance-ip/aa137d94-218d-4628-bbb2-4cbb1ec5999a HTTP/1.1" 200 1607 0.007767 10.0.0.73 - - [2026-04-30 03:21:56] "POST /neutron/port HTTP/1.1" 200 1223 0.019835 10.0.0.73 - - [2026-04-30 03:21:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004533 10.0.0.73 - - [2026-04-30 03:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.73 - - [2026-04-30 03:22:00] "POST /neutron/port HTTP/1.1" 200 1221 0.027936 10.0.0.73 - - [2026-04-30 03:22:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005783 10.0.0.73 - - [2026-04-30 03:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.001738 10.0.0.73 - - [2026-04-30 03:22:01] "GET /virtual-machine-interface/0bb2f57b-1de2-4c3f-94b4-e11c9d8dc5b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.005981 10.0.0.73 - - [2026-04-30 03:22:01] "POST /ref-update HTTP/1.1" 200 156 0.019108 10.0.0.73 - - [2026-04-30 03:22:01] "DELETE /qos-config/43111e00-e516-4490-9506-a3d2a1075f0b HTTP/1.1" 200 115 0.041159 10.0.0.73 - - [2026-04-30 03:22:01] "POST /id-to-fqname HTTP/1.1" 200 232 0.001349 10.0.0.73 - - [2026-04-30 03:22:01] "DELETE /forwarding-class/e3f80c5a-fbee-4acb-a7e4-677621762f09 HTTP/1.1" 200 115 0.032077 10.0.0.73 - - [2026-04-30 03:22:03] "POST /neutron/network HTTP/1.1" 400 204 0.016408 10.0.0.73 - - [2026-04-30 03:22:04] "POST /neutron/port HTTP/1.1" 200 1213 0.019493 10.0.0.73 - - [2026-04-30 03:22:04] "POST /neutron/port HTTP/1.1" 200 151 0.348053 10.0.0.73 - - [2026-04-30 03:22:04] "POST /neutron/port HTTP/1.1" 200 151 0.422374 10.0.0.73 - - [2026-04-30 03:22:05] "POST /neutron/network HTTP/1.1" 200 990 0.010072 10.0.0.141 - - [2026-04-30 03:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.33 - - [2026-04-30 03:22:06] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001576 10.0.0.73 - - [2026-04-30 03:22:06] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.110012 10.0.0.33 - - [2026-04-30 03:22:06] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001616 10.0.0.73 - - [2026-04-30 03:22:06] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?fields=virtual_networks HTTP/1.1" 200 1019 0.066666 10.0.0.33 - - [2026-04-30 03:22:06] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001176 10.0.0.73 - - [2026-04-30 03:22:06] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.055590 10.0.0.33 - - [2026-04-30 03:22:06] "GET /projects?obj_uuids=57b4d1f1-3a88-4413-85dd-a754ffa67541&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001190 10.0.0.73 - - [2026-04-30 03:22:06] "GET /project/57b4d1f1-3a88-4413-85dd-a754ffa67541?fields=security_groups HTTP/1.1" 200 1239 0.053674 10.0.0.73 - - [2026-04-30 03:22:07] "POST /fqname-to-id HTTP/1.1" 404 181 0.027867 10.0.0.33 - - [2026-04-30 03:22:07] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007004 10.0.0.33 - - [2026-04-30 03:22:07] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005100 10.0.0.33 - - [2026-04-30 03:22:07] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.057616 10.0.0.33 - - [2026-04-30 03:22:07] "POST /id-to-fqname HTTP/1.1" 200 183 0.004101 10.0.0.33 - - [2026-04-30 03:22:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.010871 10.0.0.33 - - [2026-04-30 03:22:07] "POST /security-groups HTTP/1.1" 200 584 0.043784 10.0.0.33 - - [2026-04-30 03:22:07] "POST /projects HTTP/1.1" 200 571 0.296635 10.0.0.33 - - [2026-04-30 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.334928 10.0.0.141 - - [2026-04-30 03:22:07] "POST /access-control-lists HTTP/1.1" 200 589 0.031889 10.0.0.73 - - [2026-04-30 03:22:07] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.562448 10.0.0.73 - - [2026-04-30 03:22:09] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.141 - - [2026-04-30 03:22:09] "DELETE /access-control-list/0ab4f746-a135-4fd6-9438-bb9e9eb873f8 HTTP/1.1" 200 115 0.040538 10.0.0.73 - - [2026-04-30 03:22:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-04-30 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.041684 10.0.0.33 - - [2026-04-30 03:22:11] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001183 10.0.0.73 - - [2026-04-30 03:22:11] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046917 10.0.0.33 - - [2026-04-30 03:22:11] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001165 10.0.0.73 - - [2026-04-30 03:22:11] "POST /neutron/network HTTP/1.1" 200 612 0.165900 10.0.0.141 - - [2026-04-30 03:22:11] "POST /ref-update HTTP/1.1" 200 156 0.028672 10.0.0.73 - - [2026-04-30 03:22:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.003854 10.0.0.73 - - [2026-04-30 03:22:11] "GET /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006142 10.0.0.73 - - [2026-04-30 03:22:11] "POST /neutron/network HTTP/1.1" 200 828 0.006834 10.0.0.73 - - [2026-04-30 03:22:11] "GET /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006353 10.0.0.73 - - [2026-04-30 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.73 - - [2026-04-30 03:22:11] "GET /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005594 10.0.0.73 - - [2026-04-30 03:22:11] "PUT /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f HTTP/1.1" 200 264 0.072904 10.0.0.73 - - [2026-04-30 03:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005632 10.0.0.33 - - [2026-04-30 03:22:12] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001100 10.0.0.73 - - [2026-04-30 03:22:12] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049932 10.0.0.73 - - [2026-04-30 03:22:12] "POST /neutron/network HTTP/1.1" 200 117 0.016413 10.0.0.141 - - [2026-04-30 03:22:12] "POST /route-targets HTTP/1.1" 200 327 0.016458 10.0.0.73 - - [2026-04-30 03:22:12] "POST /neutron/network HTTP/1.1" 200 829 0.010397 10.0.0.73 - - [2026-04-30 03:22:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001555 10.0.0.73 - - [2026-04-30 03:22:12] "GET /virtual-network/7edb3119-71a3-44f4-b83e-9cef0c36ee64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006124 10.0.0.73 - - [2026-04-30 03:22:12] "GET /virtual-network/7edb3119-71a3-44f4-b83e-9cef0c36ee64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007089 10.0.0.73 - - [2026-04-30 03:22:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.013051 10.0.0.73 - - [2026-04-30 03:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.73 - - [2026-04-30 03:22:12] "GET /virtual-network/7edb3119-71a3-44f4-b83e-9cef0c36ee64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005880 10.0.0.73 - - [2026-04-30 03:22:12] "PUT /virtual-network/7edb3119-71a3-44f4-b83e-9cef0c36ee64 HTTP/1.1" 200 264 0.058661 10.0.0.73 - - [2026-04-30 03:22:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001604 10.0.0.33 - - [2026-04-30 03:22:13] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001548 10.0.0.73 - - [2026-04-30 03:22:13] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.080065 10.0.0.73 - - [2026-04-30 03:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.007270 10.0.0.73 - - [2026-04-30 03:22:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001523 10.0.0.73 - - [2026-04-30 03:22:14] "POST /neutron/network HTTP/1.1" 200 839 0.007357 10.0.0.73 - - [2026-04-30 03:22:14] "POST /neutron/port HTTP/1.1" 200 1050 0.017907 10.0.0.33 - - [2026-04-30 03:22:14] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001124 10.0.0.73 - - [2026-04-30 03:22:15] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.121577 10.0.0.73 - - [2026-04-30 03:22:15] "POST /neutron/port HTTP/1.1" 200 1114 0.062106 10.0.0.73 - - [2026-04-30 03:22:15] "POST /neutron/subnet HTTP/1.1" 200 684 0.010226 10.0.0.73 - - [2026-04-30 03:22:15] "POST /neutron/port HTTP/1.1" 200 1114 0.026241 10.0.0.73 - - [2026-04-30 03:22:15] "POST /neutron/port HTTP/1.1" 200 1114 0.021827 10.0.0.33 - - [2026-04-30 03:22:15] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001466 10.0.0.73 - - [2026-04-30 03:22:15] "POST /neutron/port HTTP/1.1" 200 1051 0.314413 10.0.0.73 - - [2026-04-30 03:22:16] "POST /neutron/port HTTP/1.1" 200 1105 0.116518 10.0.0.73 - - [2026-04-30 03:22:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.010281 10.0.0.73 - - [2026-04-30 03:22:20] "POST /neutron/port HTTP/1.1" 200 1114 0.021387 10.0.0.73 - - [2026-04-30 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008577 10.0.0.73 - - [2026-04-30 03:22:20] "GET /virtual-machine/b3130c84-0195-417f-bad7-a171cf3ae350 HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2026-04-30 03:22:20] "GET /virtual-machine/b3130c84-0195-417f-bad7-a171cf3ae350 HTTP/1.1" 200 1286 0.031565 10.0.0.73 - - [2026-04-30 03:22:21] "GET /virtual-machine-interface/b9e7aedb-e732-44e9-8af4-fcbc53b171a4 HTTP/1.1" 200 2928 0.014106 10.0.0.73 - - [2026-04-30 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.73 - - [2026-04-30 03:22:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003946 10.0.0.73 - - [2026-04-30 03:22:21] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005574 10.0.0.73 - - [2026-04-30 03:22:21] "GET /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006596 10.0.0.73 - - [2026-04-30 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.73 - - [2026-04-30 03:22:24] "GET /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005916 10.0.0.73 - - [2026-04-30 03:22:24] "POST /neutron/port HTTP/1.1" 200 1114 0.044026 10.0.0.73 - - [2026-04-30 03:22:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008048 10.0.0.73 - - [2026-04-30 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.73 - - [2026-04-30 03:22:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004334 10.0.0.73 - - [2026-04-30 03:22:26] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007915 10.0.0.73 - - [2026-04-30 03:22:26] "GET /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006053 10.0.0.73 - - [2026-04-30 03:22:26] "POST /neutron/port HTTP/1.1" 200 1115 0.021615 10.0.0.73 - - [2026-04-30 03:22:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007580 10.0.0.73 - - [2026-04-30 03:22:26] "GET /virtual-machine/4c228086-c0a3-4a6a-b617-5ca6bfdfacbb HTTP/1.1" 200 1285 0.006541 10.0.0.73 - - [2026-04-30 03:22:26] "GET /virtual-machine-interface/df0b1cb6-b9f3-4d9b-bb32-2ad9af666f6a HTTP/1.1" 200 2928 0.005827 10.0.0.73 - - [2026-04-30 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.73 - - [2026-04-30 03:22:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004249 10.0.0.73 - - [2026-04-30 03:22:26] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002971 10.0.0.73 - - [2026-04-30 03:22:26] "GET /virtual-network/7edb3119-71a3-44f4-b83e-9cef0c36ee64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006397 10.0.0.73 - - [2026-04-30 03:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.73 - - [2026-04-30 03:22:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004247 10.0.0.73 - - [2026-04-30 03:22:27] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003136 10.0.0.73 - - [2026-04-30 03:22:28] "GET /virtual-network/7edb3119-71a3-44f4-b83e-9cef0c36ee64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005971 10.0.0.73 - - [2026-04-30 03:22:28] "POST /routing-policys HTTP/1.1" 200 534 0.033070 10.0.0.73 - - [2026-04-30 03:22:28] "GET /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.011052 10.0.0.73 - - [2026-04-30 03:22:28] "PUT /virtual-network/eab6e6b2-dec2-4fb0-acdb-5aade7bd187f HTTP/1.1" 200 264 0.056144 10.0.0.141 - - [2026-04-30 03:22:28] "POST /ref-update HTTP/1.1" 200 156 0.033159 10.0.0.73 - - [2026-04-30 03:22:32] "POST /ref-update HTTP/1.1" 200 156 0.065028 10.0.0.73 - - [2026-04-30 03:22:32] "DELETE /routing-policy/6f0baf6e-46e9-41c4-bf25-72b24118dd37 HTTP/1.1" 200 115 0.049472 10.0.0.73 - - [2026-04-30 03:22:33] "POST /neutron/port HTTP/1.1" 200 1115 0.023199 10.0.0.73 - - [2026-04-30 03:22:33] "POST /neutron/port HTTP/1.1" 200 1114 0.026859 10.0.0.73 - - [2026-04-30 03:22:34] "POST /neutron/network HTTP/1.1" 200 829 0.008045 10.0.0.141 - - [2026-04-30 03:22:34] "DELETE /route-target/d7be9ccf-a4d2-4de2-9e3d-d5ba566b7845 HTTP/1.1" 200 115 0.023007 10.0.0.33 - - [2026-04-30 03:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004887 10.0.0.141 - - [2026-04-30 03:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.33 - - [2026-04-30 03:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.73 - - [2026-04-30 03:22:35] "POST /neutron/network HTTP/1.1" 200 151 0.175998 10.0.0.141 - - [2026-04-30 03:22:35] "DELETE /route-target/eb7250ce-675c-450d-b680-90cad8432079 HTTP/1.1" 200 115 0.034198 10.0.0.73 - - [2026-04-30 03:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.33 - - [2026-04-30 03:22:37] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001063 10.0.0.73 - - [2026-04-30 03:22:37] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.069267 10.0.0.33 - - [2026-04-30 03:22:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004411 10.0.0.73 - - [2026-04-30 03:22:38] "POST /neutron/subnet HTTP/1.1" 200 734 0.247015 10.0.0.73 - - [2026-04-30 03:22:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001448 10.0.0.73 - - [2026-04-30 03:22:38] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006367 10.0.0.73 - - [2026-04-30 03:22:38] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006304 10.0.0.73 - - [2026-04-30 03:22:38] "POST /neutron/network HTTP/1.1" 200 833 0.016836 10.0.0.73 - - [2026-04-30 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.73 - - [2026-04-30 03:22:38] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005307 10.0.0.141 - - [2026-04-30 03:22:38] "POST /route-targets HTTP/1.1" 200 323 0.017469 10.0.0.73 - - [2026-04-30 03:22:38] "PUT /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f HTTP/1.1" 200 264 0.092026 10.0.0.73 - - [2026-04-30 03:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011738 10.0.0.33 - - [2026-04-30 03:22:38] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001301 10.0.0.73 - - [2026-04-30 03:22:38] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.048284 10.0.0.33 - - [2026-04-30 03:22:38] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003106 10.0.0.73 - - [2026-04-30 03:22:38] "POST /neutron/network HTTP/1.1" 200 612 0.165246 10.0.0.141 - - [2026-04-30 03:22:39] "POST /ref-update HTTP/1.1" 200 156 0.022286 10.0.0.73 - - [2026-04-30 03:22:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.004301 10.0.0.73 - - [2026-04-30 03:22:39] "GET /virtual-network/3a2978c6-7a02-4753-86de-1a803fd596c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008440 10.0.0.73 - - [2026-04-30 03:22:39] "POST /neutron/network HTTP/1.1" 200 831 0.008112 10.0.0.73 - - [2026-04-30 03:22:39] "GET /virtual-network/3a2978c6-7a02-4753-86de-1a803fd596c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006746 10.0.0.73 - - [2026-04-30 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.73 - - [2026-04-30 03:22:39] "GET /virtual-network/3a2978c6-7a02-4753-86de-1a803fd596c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007418 10.0.0.73 - - [2026-04-30 03:22:39] "PUT /virtual-network/3a2978c6-7a02-4753-86de-1a803fd596c2 HTTP/1.1" 200 264 0.073593 10.0.0.73 - - [2026-04-30 03:22:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001541 10.0.0.73 - - [2026-04-30 03:22:39] "POST /neutron/network HTTP/1.1" 200 843 0.008332 10.0.0.33 - - [2026-04-30 03:22:40] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001369 10.0.0.73 - - [2026-04-30 03:22:40] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.079567 10.0.0.73 - - [2026-04-30 03:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.007036 10.0.0.73 - - [2026-04-30 03:22:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001485 10.0.0.73 - - [2026-04-30 03:22:40] "POST /neutron/network HTTP/1.1" 200 843 0.007697 10.0.0.73 - - [2026-04-30 03:22:41] "POST /neutron/port HTTP/1.1" 200 1055 0.022136 10.0.0.73 - - [2026-04-30 03:22:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007442 10.0.0.33 - - [2026-04-30 03:22:41] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001142 10.0.0.73 - - [2026-04-30 03:22:41] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.103545 10.0.0.73 - - [2026-04-30 03:22:41] "POST /neutron/network HTTP/1.1" 200 831 0.057218 10.0.0.73 - - [2026-04-30 03:22:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007638 10.0.0.73 - - [2026-04-30 03:22:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007711 10.0.0.73 - - [2026-04-30 03:22:42] "POST /neutron/port HTTP/1.1" 200 1053 0.021208 10.0.0.73 - - [2026-04-30 03:22:42] "POST /neutron/port HTTP/1.1" 200 1117 0.025981 10.0.0.73 - - [2026-04-30 03:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.73 - - [2026-04-30 03:22:47] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008584 10.0.0.73 - - [2026-04-30 03:22:47] "POST /neutron/port HTTP/1.1" 200 1119 0.022346 10.0.0.73 - - [2026-04-30 03:22:47] "GET /virtual-machine/062ddf17-0bbf-4d43-926a-0b2338e611ef HTTP/1.1" 200 1284 0.007121 10.0.0.73 - - [2026-04-30 03:22:47] "GET /virtual-machine-interface/ea6cde95-5ab2-492c-a1de-4b4403452737 HTTP/1.1" 200 2928 0.006065 10.0.0.73 - - [2026-04-30 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.73 - - [2026-04-30 03:22:47] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004186 10.0.0.73 - - [2026-04-30 03:22:47] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003505 10.0.0.73 - - [2026-04-30 03:22:47] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006311 10.0.0.73 - - [2026-04-30 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.73 - - [2026-04-30 03:22:50] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007029 10.0.0.73 - - [2026-04-30 03:22:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008482 10.0.0.73 - - [2026-04-30 03:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.73 - - [2026-04-30 03:22:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004287 10.0.0.73 - - [2026-04-30 03:22:52] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003867 10.0.0.73 - - [2026-04-30 03:22:52] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.013513 10.0.0.73 - - [2026-04-30 03:22:52] "POST /neutron/port HTTP/1.1" 200 1117 0.018366 10.0.0.73 - - [2026-04-30 03:22:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008517 10.0.0.73 - - [2026-04-30 03:22:53] "GET /virtual-machine/4fe56352-0ef2-46bf-9528-21c940a1025a HTTP/1.1" 200 1285 0.006019 10.0.0.73 - - [2026-04-30 03:22:53] "GET /virtual-machine-interface/efbfa431-52ef-4879-a96d-39ad1ceb339a HTTP/1.1" 200 2928 0.007555 10.0.0.73 - - [2026-04-30 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.73 - - [2026-04-30 03:22:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004212 10.0.0.73 - - [2026-04-30 03:22:53] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003262 10.0.0.73 - - [2026-04-30 03:22:53] "GET /virtual-network/3a2978c6-7a02-4753-86de-1a803fd596c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006931 10.0.0.73 - - [2026-04-30 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.73 - - [2026-04-30 03:22:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005155 10.0.0.73 - - [2026-04-30 03:22:54] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003208 10.0.0.73 - - [2026-04-30 03:22:54] "GET /virtual-network/3a2978c6-7a02-4753-86de-1a803fd596c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006002 10.0.0.73 - - [2026-04-30 03:22:54] "POST /routing-policys HTTP/1.1" 200 534 0.029306 10.0.0.73 - - [2026-04-30 03:22:54] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.016102 10.0.0.73 - - [2026-04-30 03:22:54] "PUT /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f HTTP/1.1" 200 264 0.069759 10.0.0.73 - - [2026-04-30 03:22:57] "POST /neutron/port HTTP/1.1" 200 1117 0.046122 10.0.0.73 - - [2026-04-30 03:22:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005170 10.0.0.73 - - [2026-04-30 03:22:57] "POST /neutron/network HTTP/1.1" 200 831 0.006782 10.0.0.73 - - [2026-04-30 03:22:58] "POST /routing-policys HTTP/1.1" 200 534 0.028561 10.0.0.73 - - [2026-04-30 03:22:58] "GET /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.011930 10.0.0.73 - - [2026-04-30 03:22:58] "PUT /virtual-network/9bb88cf9-8a26-4b78-9a3b-a601e32fbf9f HTTP/1.1" 200 264 0.064466 10.0.0.141 - - [2026-04-30 03:22:58] "POST /ref-update HTTP/1.1" 200 156 0.029485 10.0.0.73 - - [2026-04-30 03:22:58] "POST /ref-update HTTP/1.1" 200 156 0.060755 10.0.0.73 - - [2026-04-30 03:22:58] "DELETE /routing-policy/508837cc-e407-4cdc-bfa6-02700991fba1 HTTP/1.1" 200 115 0.052748 10.0.0.73 - - [2026-04-30 03:22:58] "POST /ref-update HTTP/1.1" 200 156 0.058590 10.0.0.73 - - [2026-04-30 03:22:58] "DELETE /routing-policy/f3253b2e-3de6-4215-a636-2399ee44abe7 HTTP/1.1" 200 115 0.037482 10.0.0.73 - - [2026-04-30 03:22:59] "POST /neutron/port HTTP/1.1" 200 1117 0.018906 10.0.0.73 - - [2026-04-30 03:22:59] "POST /neutron/port HTTP/1.1" 200 1119 0.031594 10.0.0.73 - - [2026-04-30 03:23:01] "POST /neutron/network HTTP/1.1" 200 831 0.008517 10.0.0.141 - - [2026-04-30 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007084 10.0.0.141 - - [2026-04-30 03:23:01] "DELETE /route-target/394f7740-d4b1-4a04-993e-4c4cc29329a2 HTTP/1.1" 409 239 0.007780 10.0.0.33 - - [2026-04-30 03:23:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003383 10.0.0.33 - - [2026-04-30 03:23:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003613 10.0.0.73 - - [2026-04-30 03:23:01] "POST /neutron/network HTTP/1.1" 200 151 0.170480 10.0.0.141 - - [2026-04-30 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007616 10.0.0.33 - - [2026-04-30 03:23:03] "DELETE /project/57b4d1f1-3a88-4413-85dd-a754ffa67541 HTTP/1.1" 404 177 0.012243 10.0.0.33 - - [2026-04-30 03:23:03] "DELETE /project/de10e5c7ff424f2689f569453a8999b0 HTTP/1.1" 404 173 0.013057 10.0.0.73 - - [2026-04-30 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.33 - - [2026-04-30 03:23:04] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001273 10.0.0.73 - - [2026-04-30 03:23:04] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046921 10.0.0.141 - - [2026-04-30 03:23:04] "POST /ref-update HTTP/1.1" 200 156 0.033876 10.0.0.33 - - [2026-04-30 03:23:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010653 10.0.0.73 - - [2026-04-30 03:23:04] "POST /neutron/subnet HTTP/1.1" 200 730 0.198974 10.0.0.73 - - [2026-04-30 03:23:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001612 10.0.0.73 - - [2026-04-30 03:23:04] "GET /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006467 10.0.0.73 - - [2026-04-30 03:23:04] "GET /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006913 10.0.0.73 - - [2026-04-30 03:23:04] "POST /neutron/network HTTP/1.1" 200 832 0.007765 10.0.0.73 - - [2026-04-30 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.73 - - [2026-04-30 03:23:04] "GET /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006708 10.0.0.73 - - [2026-04-30 03:23:04] "PUT /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91 HTTP/1.1" 200 264 0.103266 10.0.0.73 - - [2026-04-30 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.33 - - [2026-04-30 03:23:04] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001119 10.0.0.73 - - [2026-04-30 03:23:04] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049041 10.0.0.33 - - [2026-04-30 03:23:05] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001766 10.0.0.73 - - [2026-04-30 03:23:05] "POST /neutron/network HTTP/1.1" 200 612 0.153335 10.0.0.141 - - [2026-04-30 03:23:05] "POST /route-targets HTTP/1.1" 200 327 0.015199 10.0.0.73 - - [2026-04-30 03:23:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.003427 10.0.0.73 - - [2026-04-30 03:23:05] "GET /virtual-network/7f1a7027-91f9-49a0-98e6-0dd687b976f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006471 10.0.0.73 - - [2026-04-30 03:23:05] "POST /neutron/network HTTP/1.1" 200 830 0.007271 10.0.0.73 - - [2026-04-30 03:23:05] "GET /virtual-network/7f1a7027-91f9-49a0-98e6-0dd687b976f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005939 10.0.0.73 - - [2026-04-30 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.73 - - [2026-04-30 03:23:05] "GET /virtual-network/7f1a7027-91f9-49a0-98e6-0dd687b976f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005445 10.0.0.73 - - [2026-04-30 03:23:05] "PUT /virtual-network/7f1a7027-91f9-49a0-98e6-0dd687b976f7 HTTP/1.1" 200 264 0.087121 10.0.0.73 - - [2026-04-30 03:23:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001358 10.0.0.73 - - [2026-04-30 03:23:05] "POST /neutron/network HTTP/1.1" 200 842 0.006792 10.0.0.33 - - [2026-04-30 03:23:06] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001785 10.0.0.73 - - [2026-04-30 03:23:06] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.066979 10.0.0.73 - - [2026-04-30 03:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.006839 10.0.0.73 - - [2026-04-30 03:23:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001267 10.0.0.73 - - [2026-04-30 03:23:07] "POST /neutron/network HTTP/1.1" 200 842 0.007206 10.0.0.73 - - [2026-04-30 03:23:07] "POST /neutron/port HTTP/1.1" 200 1054 0.050040 10.0.0.33 - - [2026-04-30 03:23:08] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001154 10.0.0.73 - - [2026-04-30 03:23:08] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.133679 10.0.0.73 - - [2026-04-30 03:23:08] "POST /neutron/port HTTP/1.1" 200 1118 0.045697 10.0.0.73 - - [2026-04-30 03:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.73 - - [2026-04-30 03:23:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010660 10.0.0.73 - - [2026-04-30 03:23:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008868 10.0.0.73 - - [2026-04-30 03:23:09] "POST /neutron/port HTTP/1.1" 200 1052 0.024495 10.0.0.73 - - [2026-04-30 03:23:09] "POST /neutron/port HTTP/1.1" 200 1116 0.023105 10.0.0.73 - - [2026-04-30 03:23:09] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.73 - - [2026-04-30 03:23:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007809 10.0.0.73 - - [2026-04-30 03:23:13] "POST /neutron/port HTTP/1.1" 200 1118 0.017890 10.0.0.73 - - [2026-04-30 03:23:13] "GET /virtual-machine/34912825-0b7f-44c3-ba2d-0455c05f6d58 HTTP/1.1" 200 1285 0.007334 10.0.0.73 - - [2026-04-30 03:23:13] "GET /virtual-machine-interface/c090e66b-61ac-498b-aea5-5335eb1c4525 HTTP/1.1" 200 2928 0.005961 10.0.0.73 - - [2026-04-30 03:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.73 - - [2026-04-30 03:23:13] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003927 10.0.0.73 - - [2026-04-30 03:23:13] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003630 10.0.0.73 - - [2026-04-30 03:23:13] "GET /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006416 10.0.0.73 - - [2026-04-30 03:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.73 - - [2026-04-30 03:23:16] "GET /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006686 10.0.0.73 - - [2026-04-30 03:23:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008327 10.0.0.73 - - [2026-04-30 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.73 - - [2026-04-30 03:23:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004557 10.0.0.73 - - [2026-04-30 03:23:19] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003129 10.0.0.73 - - [2026-04-30 03:23:19] "GET /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006335 10.0.0.73 - - [2026-04-30 03:23:20] "POST /neutron/port HTTP/1.1" 200 1118 0.022585 10.0.0.73 - - [2026-04-30 03:23:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008042 10.0.0.73 - - [2026-04-30 03:23:24] "POST /neutron/port HTTP/1.1" 200 1116 0.020234 10.0.0.73 - - [2026-04-30 03:23:24] "GET /virtual-machine/6d119fb3-c2cb-4fb7-a842-320674b97824 HTTP/1.1" 200 1285 0.006476 10.0.0.73 - - [2026-04-30 03:23:24] "GET /virtual-machine-interface/11b6ef42-9473-4e0f-8f17-029e866fc4d1 HTTP/1.1" 200 2927 0.006205 10.0.0.73 - - [2026-04-30 03:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.73 - - [2026-04-30 03:23:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003879 10.0.0.73 - - [2026-04-30 03:23:24] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004234 10.0.0.73 - - [2026-04-30 03:23:24] "GET /virtual-network/7f1a7027-91f9-49a0-98e6-0dd687b976f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006376 10.0.0.73 - - [2026-04-30 03:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.73 - - [2026-04-30 03:23:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004195 10.0.0.73 - - [2026-04-30 03:23:25] "GET /virtual-networks?parent_id=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003538 10.0.0.73 - - [2026-04-30 03:23:25] "GET /virtual-network/7f1a7027-91f9-49a0-98e6-0dd687b976f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006238 10.0.0.73 - - [2026-04-30 03:23:26] "POST /interface-route-tables HTTP/1.1" 200 574 0.031372 10.0.0.73 - - [2026-04-30 03:23:26] "GET /interface-route-table/def5f5f8-c3cd-4cf4-9834-a73f236bc964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.010665 10.0.0.73 - - [2026-04-30 03:23:26] "GET /virtual-machine-interface/c090e66b-61ac-498b-aea5-5335eb1c4525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.005956 10.0.0.73 - - [2026-04-30 03:23:26] "POST /ref-update HTTP/1.1" 200 156 0.019668 10.0.0.73 - - [2026-04-30 03:23:26] "POST /routing-policys HTTP/1.1" 200 534 0.028002 10.0.0.73 - - [2026-04-30 03:23:26] "GET /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007736 10.0.0.73 - - [2026-04-30 03:23:26] "PUT /virtual-network/5b447571-233d-40e4-a918-cbdcc8316c91 HTTP/1.1" 200 264 0.059733 10.0.0.141 - - [2026-04-30 03:23:26] "POST /ref-update HTTP/1.1" 200 156 0.021917 10.0.0.73 - - [2026-04-30 03:23:30] "POST /ref-update HTTP/1.1" 200 156 0.060627 10.0.0.73 - - [2026-04-30 03:23:30] "DELETE /routing-policy/23ecd331-8cf4-416e-968c-47cd20a2bbb2 HTTP/1.1" 200 115 0.050379 10.0.0.73 - - [2026-04-30 03:23:30] "POST /neutron/network HTTP/1.1" 400 204 0.015897 10.0.0.73 - - [2026-04-30 03:23:31] "POST /neutron/port HTTP/1.1" 200 151 0.196458 10.0.0.73 - - [2026-04-30 03:23:31] "POST /neutron/port HTTP/1.1" 200 151 0.204977 10.0.0.73 - - [2026-04-30 03:23:32] "POST /neutron/network HTTP/1.1" 200 832 0.008359 10.0.0.141 - - [2026-04-30 03:23:32] "DELETE /route-target/823fce01-77a3-4a13-a782-a3d2bfdb1943 HTTP/1.1" 200 115 0.029127 10.0.0.141 - - [2026-04-30 03:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.141 - - [2026-04-30 03:23:33] "DELETE /route-target/bb278e6b-72d4-4311-816b-5c81347f2203 HTTP/1.1" 200 115 0.030323 10.0.0.33 - - [2026-04-30 03:23:34] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001169 10.0.0.73 - - [2026-04-30 03:23:34] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049165 10.0.0.33 - - [2026-04-30 03:23:34] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001191 10.0.0.73 - - [2026-04-30 03:23:34] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?fields=virtual_networks HTTP/1.1" 200 1018 0.048583 10.0.0.33 - - [2026-04-30 03:23:34] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002208 10.0.0.73 - - [2026-04-30 03:23:34] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.051455 10.0.0.33 - - [2026-04-30 03:23:34] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001119 10.0.0.73 - - [2026-04-30 03:23:34] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?fields=security_groups HTTP/1.1" 200 1237 0.050529 10.0.0.73 - - [2026-04-30 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.029914 10.0.0.33 - - [2026-04-30 03:23:35] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004075 10.0.0.33 - - [2026-04-30 03:23:35] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.33 - - [2026-04-30 03:23:35] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007658 10.0.0.33 - - [2026-04-30 03:23:35] "POST /id-to-fqname HTTP/1.1" 200 194 0.007822 10.0.0.33 - - [2026-04-30 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.012725 10.0.0.33 - - [2026-04-30 03:23:35] "POST /security-groups HTTP/1.1" 200 595 0.040416 10.0.0.33 - - [2026-04-30 03:23:35] "POST /projects HTTP/1.1" 200 593 0.287598 10.0.0.33 - - [2026-04-30 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.361290 10.0.0.141 - - [2026-04-30 03:23:35] "POST /fqname-to-id HTTP/1.1" 404 237 0.023568 10.0.0.73 - - [2026-04-30 03:23:35] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.509814 10.0.0.73 - - [2026-04-30 03:23:37] "GET / HTTP/1.1" 200 35931 0.002211 10.0.0.73 - - [2026-04-30 03:23:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000606 10.0.0.73 - - [2026-04-30 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.053870 10.0.0.33 - - [2026-04-30 03:23:39] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001401 10.0.0.73 - - [2026-04-30 03:23:39] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050964 10.0.0.33 - - [2026-04-30 03:23:39] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.73 - - [2026-04-30 03:23:39] "POST /neutron/network HTTP/1.1" 200 613 0.177869 10.0.0.141 - - [2026-04-30 03:23:39] "POST /ref-update HTTP/1.1" 200 156 0.023733 10.0.0.73 - - [2026-04-30 03:23:39] "POST /id-to-fqname HTTP/1.1" 200 226 0.003598 10.0.0.73 - - [2026-04-30 03:23:39] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006541 10.0.0.73 - - [2026-04-30 03:23:39] "POST /neutron/network HTTP/1.1" 200 833 0.008108 10.0.0.73 - - [2026-04-30 03:23:39] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006077 10.0.0.73 - - [2026-04-30 03:23:40] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006032 10.0.0.73 - - [2026-04-30 03:23:41] "GET /obj-perms HTTP/1.1" 200 5038 0.058314 10.0.0.33 - - [2026-04-30 03:23:41] "GET /obj-perms HTTP/1.1" 200 5038 0.053842 10.0.0.73 - - [2026-04-30 03:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.73 - - [2026-04-30 03:23:41] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008106 10.0.0.73 - - [2026-04-30 03:23:41] "PUT /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8 HTTP/1.1" 200 264 0.072140 10.0.0.73 - - [2026-04-30 03:23:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.001457 10.0.0.73 - - [2026-04-30 03:23:47] "POST /neutron/network HTTP/1.1" 200 843 0.008208 10.0.0.141 - - [2026-04-30 03:23:47] "GET /obj-perms HTTP/1.1" 200 5056 0.050320 10.0.0.33 - - [2026-04-30 03:23:47] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.73 - - [2026-04-30 03:23:47] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.069643 10.0.0.73 - - [2026-04-30 03:23:48] "POST /neutron/port HTTP/1.1" 200 117 0.007035 10.0.0.33 - - [2026-04-30 03:23:48] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001047 10.0.0.73 - - [2026-04-30 03:23:48] "POST /neutron/port HTTP/1.1" 200 1065 0.314733 10.0.0.73 - - [2026-04-30 03:23:49] "POST /neutron/port HTTP/1.1" 200 1119 0.106209 10.0.0.73 - - [2026-04-30 03:23:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.009919 10.0.0.73 - - [2026-04-30 03:23:53] "POST /neutron/port HTTP/1.1" 200 1129 0.019291 10.0.0.73 - - [2026-04-30 03:23:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007946 10.0.0.73 - - [2026-04-30 03:23:53] "GET /virtual-machine/71e76cd0-a3a2-459a-9321-61b10bda0e51 HTTP/1.1" 401 292 0.000492 10.0.0.73 - - [2026-04-30 03:23:53] "GET /virtual-machine/71e76cd0-a3a2-459a-9321-61b10bda0e51 HTTP/1.1" 200 1296 0.036771 10.0.0.73 - - [2026-04-30 03:23:53] "GET /virtual-machine-interface/b6c0848d-15d2-442f-959f-d236ed2da1ae HTTP/1.1" 200 2968 0.008725 10.0.0.73 - - [2026-04-30 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.73 - - [2026-04-30 03:23:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005377 10.0.0.73 - - [2026-04-30 03:23:53] "GET /virtual-networks?parent_id=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003871 10.0.0.73 - - [2026-04-30 03:23:53] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007050 10.0.0.73 - - [2026-04-30 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.73 - - [2026-04-30 03:23:57] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005613 10.0.0.73 - - [2026-04-30 03:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005468 10.0.0.73 - - [2026-04-30 03:24:01] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007394 10.0.0.73 - - [2026-04-30 03:24:02] "POST /neutron/port HTTP/1.1" 200 1129 0.021035 10.0.0.73 - - [2026-04-30 03:24:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004534 10.0.0.73 - - [2026-04-30 03:24:02] "POST /neutron/network HTTP/1.1" 200 833 0.008079 10.0.0.33 - - [2026-04-30 03:24:03] "DELETE /project/38e94a6fe91d425fa304d421f897ad1d HTTP/1.1" 404 173 0.006307 10.0.0.33 - - [2026-04-30 03:24:03] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000945 10.0.0.33 - - [2026-04-30 03:24:03] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.043884 10.0.0.33 - - [2026-04-30 03:24:03] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001006 10.0.0.33 - - [2026-04-30 03:24:03] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?fields=security_groups HTTP/1.1" 200 1342 0.050600 10.0.0.33 - - [2026-04-30 03:24:03] "DELETE /security-group/7e005416-8223-41ac-8cad-8b8c22cebc0f HTTP/1.1" 200 115 0.062530 10.0.0.33 - - [2026-04-30 03:24:03] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001206 10.0.0.141 - - [2026-04-30 03:24:03] "DELETE /access-control-list/dc42b2fb-4bf2-40f1-8ee3-6e614d185759 HTTP/1.1" 200 115 0.062971 10.0.0.33 - - [2026-04-30 03:24:03] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?fields=application_policy_sets HTTP/1.1" 200 1381 0.073810 10.0.0.33 - - [2026-04-30 03:24:03] "DELETE /project/de10e5c7-ff42-4f26-89f5-69453a8999b0 HTTP/1.1" 409 278 0.332802 10.0.0.73 - - [2026-04-30 03:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.73 - - [2026-04-30 03:24:05] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007323 10.0.0.73 - - [2026-04-30 03:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.73 - - [2026-04-30 03:24:09] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007436 10.0.0.73 - - [2026-04-30 03:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.73 - - [2026-04-30 03:24:13] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005385 10.0.0.73 - - [2026-04-30 03:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.73 - - [2026-04-30 03:24:17] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006111 10.0.0.73 - - [2026-04-30 03:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.73 - - [2026-04-30 03:24:21] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007086 10.0.0.73 - - [2026-04-30 03:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.73 - - [2026-04-30 03:24:25] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005901 10.0.0.73 - - [2026-04-30 03:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.73 - - [2026-04-30 03:24:29] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006322 10.0.0.73 - - [2026-04-30 03:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008436 10.0.0.73 - - [2026-04-30 03:24:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005787 10.0.0.73 - - [2026-04-30 03:24:33] "GET /virtual-networks?parent_id=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004040 10.0.0.73 - - [2026-04-30 03:24:33] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006677 10.0.0.73 - - [2026-04-30 03:24:39] "POST /neutron/port HTTP/1.1" 200 1129 0.020627 10.0.0.73 - - [2026-04-30 03:24:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007566 10.0.0.73 - - [2026-04-30 03:24:49] "POST /neutron/port HTTP/1.1" 200 1129 0.020939 10.0.0.73 - - [2026-04-30 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.73 - - [2026-04-30 03:24:54] "GET /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006190 10.0.0.73 - - [2026-04-30 03:24:54] "PUT /virtual-network/00852370-6c47-451e-9da2-1a29a91053d8 HTTP/1.1" 200 264 0.077446 10.0.0.141 - - [2026-04-30 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.020531 10.0.0.73 - - [2026-04-30 03:25:00] "POST /neutron/network HTTP/1.1" 400 204 0.016676 10.0.0.73 - - [2026-04-30 03:25:00] "POST /neutron/port HTTP/1.1" 200 151 0.231622 10.0.0.141 - - [2026-04-30 03:25:02] "DELETE /route-target/d06834b1-3388-4b46-8cf0-02d998be5cab HTTP/1.1" 200 115 0.064777 10.0.0.73 - - [2026-04-30 03:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.33 - - [2026-04-30 03:25:05] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.029111 10.0.0.73 - - [2026-04-30 03:25:05] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.094543 10.0.0.73 - - [2026-04-30 03:25:05] "POST /neutron/network HTTP/1.1" 200 117 0.015113 10.0.0.73 - - [2026-04-30 03:25:05] "POST /neutron/network HTTP/1.1" 200 832 0.009897 10.0.0.73 - - [2026-04-30 03:25:05] "POST /id-to-fqname HTTP/1.1" 200 226 0.001159 10.0.0.73 - - [2026-04-30 03:25:05] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005342 10.0.0.73 - - [2026-04-30 03:25:05] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006577 10.0.0.73 - - [2026-04-30 03:25:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.015176 10.0.0.73 - - [2026-04-30 03:25:05] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006320 10.0.0.73 - - [2026-04-30 03:25:06] "GET /obj-perms HTTP/1.1" 200 5038 0.003682 10.0.0.73 - - [2026-04-30 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.73 - - [2026-04-30 03:25:06] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005965 10.0.0.141 - - [2026-04-30 03:25:06] "POST /route-targets HTTP/1.1" 200 325 0.026546 10.0.0.73 - - [2026-04-30 03:25:06] "PUT /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc HTTP/1.1" 200 264 0.093194 10.0.0.73 - - [2026-04-30 03:25:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001834 10.0.0.33 - - [2026-04-30 03:25:12] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001133 10.0.0.73 - - [2026-04-30 03:25:12] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070795 10.0.0.73 - - [2026-04-30 03:25:12] "POST /neutron/port HTTP/1.1" 200 117 0.007061 10.0.0.73 - - [2026-04-30 03:25:12] "POST /neutron/network HTTP/1.1" 200 842 0.008418 10.0.0.73 - - [2026-04-30 03:25:13] "POST /neutron/port HTTP/1.1" 200 1064 0.018611 10.0.0.73 - - [2026-04-30 03:25:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004448 10.0.0.73 - - [2026-04-30 03:25:13] "POST /neutron/network HTTP/1.1" 200 832 0.007215 10.0.0.73 - - [2026-04-30 03:25:17] "POST /neutron/port HTTP/1.1" 200 1128 0.022814 10.0.0.73 - - [2026-04-30 03:25:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007762 10.0.0.73 - - [2026-04-30 03:25:17] "GET /virtual-machine/566902c7-4ced-49b4-9174-07e7ba114c59 HTTP/1.1" 200 1296 0.008264 10.0.0.73 - - [2026-04-30 03:25:17] "GET /virtual-machine-interface/212640cc-622f-4e89-9e73-c8674d2bcbb8 HTTP/1.1" 200 2967 0.005631 10.0.0.73 - - [2026-04-30 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.73 - - [2026-04-30 03:25:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004306 10.0.0.73 - - [2026-04-30 03:25:17] "GET /virtual-networks?parent_id=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004032 10.0.0.73 - - [2026-04-30 03:25:17] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006985 10.0.0.73 - - [2026-04-30 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.73 - - [2026-04-30 03:25:21] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007653 10.0.0.73 - - [2026-04-30 03:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.73 - - [2026-04-30 03:25:25] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006252 10.0.0.73 - - [2026-04-30 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007658 10.0.0.73 - - [2026-04-30 03:25:29] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006290 10.0.0.73 - - [2026-04-30 03:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.73 - - [2026-04-30 03:25:33] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007021 10.0.0.73 - - [2026-04-30 03:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.73 - - [2026-04-30 03:25:37] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005984 10.0.0.73 - - [2026-04-30 03:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.73 - - [2026-04-30 03:25:41] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005873 10.0.0.73 - - [2026-04-30 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.73 - - [2026-04-30 03:25:45] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005757 10.0.0.33 - - [2026-04-30 03:25:49] "GET /obj-perms HTTP/1.1" 200 5056 0.047115 10.0.0.73 - - [2026-04-30 03:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.73 - - [2026-04-30 03:25:49] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005901 10.0.0.73 - - [2026-04-30 03:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.73 - - [2026-04-30 03:25:53] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.008061 10.0.0.73 - - [2026-04-30 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.73 - - [2026-04-30 03:25:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004294 10.0.0.73 - - [2026-04-30 03:25:55] "GET /virtual-networks?parent_id=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003269 10.0.0.73 - - [2026-04-30 03:25:55] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006687 10.0.0.73 - - [2026-04-30 03:26:01] "POST /neutron/port HTTP/1.1" 200 1128 0.022826 10.0.0.73 - - [2026-04-30 03:26:01] "POST /neutron/port HTTP/1.1" 200 1128 0.024022 10.0.0.73 - - [2026-04-30 03:26:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.014324 10.0.0.141 - - [2026-04-30 03:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.141 - - [2026-04-30 03:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.141 - - [2026-04-30 03:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.141 - - [2026-04-30 03:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.73 - - [2026-04-30 03:26:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.73 - - [2026-04-30 03:26:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.33 - - [2026-04-30 03:26:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2026-04-30 03:26:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.73 - - [2026-04-30 03:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.73 - - [2026-04-30 03:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2026-04-30 03:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.33 - - [2026-04-30 03:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.73 - - [2026-04-30 03:26:05] "POST /neutron/port HTTP/1.1" 200 1128 0.021029 10.0.0.73 - - [2026-04-30 03:26:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009162 10.0.0.73 - - [2026-04-30 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.73 - - [2026-04-30 03:26:16] "GET /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005347 10.0.0.73 - - [2026-04-30 03:26:16] "PUT /virtual-network/aa621a77-b459-4f26-830c-b1dc53491fdc HTTP/1.1" 200 264 0.054348 10.0.0.141 - - [2026-04-30 03:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006480 10.0.0.73 - - [2026-04-30 03:26:22] "POST /neutron/network HTTP/1.1" 200 832 0.007188 10.0.0.73 - - [2026-04-30 03:26:22] "POST /neutron/port HTTP/1.1" 200 1118 0.014731 10.0.0.33 - - [2026-04-30 03:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003591 10.0.0.33 - - [2026-04-30 03:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003392 10.0.0.73 - - [2026-04-30 03:26:24] "POST /neutron/network HTTP/1.1" 200 151 0.131895 10.0.0.141 - - [2026-04-30 03:26:24] "DELETE /route-target/99f962c5-6f3a-4a39-849c-660d7c629901 HTTP/1.1" 200 115 0.033273 10.0.0.33 - - [2026-04-30 03:26:25] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.73 - - [2026-04-30 03:26:25] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057620 10.0.0.33 - - [2026-04-30 03:26:25] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001406 10.0.0.73 - - [2026-04-30 03:26:25] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?fields=virtual_networks HTTP/1.1" 200 1040 0.045083 10.0.0.33 - - [2026-04-30 03:26:25] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001313 10.0.0.73 - - [2026-04-30 03:26:25] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.047501 10.0.0.33 - - [2026-04-30 03:26:26] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001239 10.0.0.73 - - [2026-04-30 03:26:26] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?fields=security_groups HTTP/1.1" 200 1270 0.050000 10.0.0.73 - - [2026-04-30 03:26:26] "POST /fqname-to-id HTTP/1.1" 404 213 0.028107 10.0.0.33 - - [2026-04-30 03:26:26] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002958 10.0.0.33 - - [2026-04-30 03:26:27] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001161 10.0.0.33 - - [2026-04-30 03:26:27] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008615 10.0.0.33 - - [2026-04-30 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 216 0.003806 10.0.0.33 - - [2026-04-30 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.002576 10.0.0.33 - - [2026-04-30 03:26:27] "POST /security-groups HTTP/1.1" 200 616 0.081530 10.0.0.33 - - [2026-04-30 03:26:27] "POST /projects HTTP/1.1" 200 635 0.290251 10.0.0.33 - - [2026-04-30 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.362691 10.0.0.141 - - [2026-04-30 03:26:27] "POST /fqname-to-id HTTP/1.1" 404 258 0.011792 10.0.0.73 - - [2026-04-30 03:26:27] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.524465 10.0.0.73 - - [2026-04-30 03:26:28] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.73 - - [2026-04-30 03:26:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.73 - - [2026-04-30 03:26:30] "POST /fqname-to-id HTTP/1.1" 404 249 0.066033 10.0.0.141 - - [2026-04-30 03:26:30] "POST /access-control-lists HTTP/1.1" 200 643 0.029912 10.0.0.141 - - [2026-04-30 03:26:30] "PUT /access-control-list/46b56c39-ec09-4ce4-853c-e549c0d55f12 HTTP/1.1" 200 272 0.015772 10.0.0.73 - - [2026-04-30 03:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.034460 10.0.0.73 - - [2026-04-30 03:26:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152384 10.0.0.141 - - [2026-04-30 03:26:31] "PUT /access-control-list/46b56c39-ec09-4ce4-853c-e549c0d55f12 HTTP/1.1" 200 272 0.013825 10.0.0.73 - - [2026-04-30 03:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.73 - - [2026-04-30 03:26:31] "GET /security-group/153b097c-5d8f-4015-89a5-611408f94bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007231 10.0.0.73 - - [2026-04-30 03:26:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.057729 10.0.0.73 - - [2026-04-30 03:26:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.003070 10.0.0.141 - - [2026-04-30 03:26:32] "DELETE /access-control-list/46b56c39-ec09-4ce4-853c-e549c0d55f12 HTTP/1.1" 200 115 0.039267 10.0.0.73 - - [2026-04-30 03:26:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.003662 10.0.0.141 - - [2026-04-30 03:26:32] "POST /fqname-to-id HTTP/1.1" 404 280 0.011003 10.0.0.141 - - [2026-04-30 03:26:33] "PUT /access-control-list/aa36dc7b-aafd-4241-a827-bf09e478b8fa HTTP/1.1" 200 272 0.019413 10.0.0.73 - - [2026-04-30 03:26:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011566 10.0.0.73 - - [2026-04-30 03:26:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.186939 10.0.0.73 - - [2026-04-30 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005472 10.0.0.73 - - [2026-04-30 03:26:33] "GET /security-group/fd2daf9e-46e8-4638-aefb-d57ec7b2611c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.004650 10.0.0.141 - - [2026-04-30 03:26:33] "PUT /access-control-list/aa36dc7b-aafd-4241-a827-bf09e478b8fa HTTP/1.1" 200 272 0.021775 10.0.0.73 - - [2026-04-30 03:26:34] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.010495 10.0.0.73 - - [2026-04-30 03:26:34] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.136819 10.0.0.73 - - [2026-04-30 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.141 - - [2026-04-30 03:26:34] "PUT /access-control-list/38d1165d-a3de-4e3d-b8b9-ce2b065e7123 HTTP/1.1" 200 272 0.026684 10.0.0.33 - - [2026-04-30 03:26:34] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001294 10.0.0.73 - - [2026-04-30 03:26:34] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.059516 10.0.0.33 - - [2026-04-30 03:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.021022 10.0.0.73 - - [2026-04-30 03:26:35] "POST /neutron/subnet HTTP/1.1" 200 823 0.236871 10.0.0.141 - - [2026-04-30 03:26:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.072267 10.0.0.73 - - [2026-04-30 03:26:35] "POST /id-to-fqname HTTP/1.1" 200 290 0.001385 10.0.0.73 - - [2026-04-30 03:26:35] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.015381 10.0.0.73 - - [2026-04-30 03:26:35] "POST /neutron/network HTTP/1.1" 200 1112 0.009707 10.0.0.73 - - [2026-04-30 03:26:35] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.011218 10.0.0.73 - - [2026-04-30 03:26:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.010507 10.0.0.73 - - [2026-04-30 03:26:35] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006581 10.0.0.141 - - [2026-04-30 03:26:36] "GET /obj-perms HTTP/1.1" 200 5080 0.066231 10.0.0.73 - - [2026-04-30 03:26:37] "POST /id-to-fqname HTTP/1.1" 200 290 0.001419 10.0.0.33 - - [2026-04-30 03:26:38] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001192 10.0.0.73 - - [2026-04-30 03:26:38] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.073626 10.0.0.73 - - [2026-04-30 03:26:38] "POST /neutron/network HTTP/1.1" 200 1112 0.009047 10.0.0.73 - - [2026-04-30 03:26:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001649 10.0.0.73 - - [2026-04-30 03:26:38] "POST /neutron/port HTTP/1.1" 200 117 0.006894 10.0.0.73 - - [2026-04-30 03:26:38] "POST /neutron/network HTTP/1.1" 200 1122 0.009313 10.0.0.73 - - [2026-04-30 03:26:39] "POST /neutron/port HTTP/1.1" 200 1191 0.026039 10.0.0.33 - - [2026-04-30 03:26:39] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001062 10.0.0.73 - - [2026-04-30 03:26:39] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.099100 10.0.0.73 - - [2026-04-30 03:26:39] "POST /neutron/port HTTP/1.1" 200 1245 0.127391 10.0.0.73 - - [2026-04-30 03:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005182 10.0.0.73 - - [2026-04-30 03:26:39] "POST /neutron/subnet HTTP/1.1" 200 1379 0.022084 10.0.0.73 - - [2026-04-30 03:26:39] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.73 - - [2026-04-30 03:26:39] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008416 10.0.0.33 - - [2026-04-30 03:26:40] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001495 10.0.0.73 - - [2026-04-30 03:26:40] "POST /neutron/port HTTP/1.1" 200 1191 0.421052 10.0.0.73 - - [2026-04-30 03:26:40] "POST /neutron/port HTTP/1.1" 200 1245 0.137443 10.0.0.73 - - [2026-04-30 03:26:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003811 10.0.0.73 - - [2026-04-30 03:26:40] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.73 - - [2026-04-30 03:26:44] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008543 10.0.0.73 - - [2026-04-30 03:26:45] "POST /neutron/port HTTP/1.1" 200 1255 0.019663 10.0.0.73 - - [2026-04-30 03:26:45] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010859 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 401 292 0.000441 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.041351 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.004247 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine-interface/d8ffd8c1-3802-4fec-849e-c424c7d1ac5e HTTP/1.1" 200 3417 0.006220 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.004284 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine-interface/d8ffd8c1-3802-4fec-849e-c424c7d1ac5e HTTP/1.1" 200 3417 0.007620 10.0.0.73 - - [2026-04-30 03:26:45] "GET /instance-ip/15bfa8c8-5807-4565-ab48-356042924d62 HTTP/1.1" 200 1734 0.007447 10.0.0.73 - - [2026-04-30 03:26:45] "GET /instance-ip/2ad2bde2-8a7c-4ad0-b452-69e38541ad9e HTTP/1.1" 200 1715 0.007089 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.004107 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-machine-interface/d8ffd8c1-3802-4fec-849e-c424c7d1ac5e HTTP/1.1" 200 3417 0.007279 10.0.0.73 - - [2026-04-30 03:26:45] "GET /instance-ip/15bfa8c8-5807-4565-ab48-356042924d62 HTTP/1.1" 200 1734 0.005265 10.0.0.73 - - [2026-04-30 03:26:45] "GET /instance-ip/2ad2bde2-8a7c-4ad0-b452-69e38541ad9e HTTP/1.1" 200 1715 0.004178 10.0.0.73 - - [2026-04-30 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.73 - - [2026-04-30 03:26:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004122 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003615 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005807 10.0.0.73 - - [2026-04-30 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.73 - - [2026-04-30 03:26:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005153 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006105 10.0.0.73 - - [2026-04-30 03:26:45] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006905 10.0.0.73 - - [2026-04-30 03:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.73 - - [2026-04-30 03:26:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004570 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003839 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006560 10.0.0.73 - - [2026-04-30 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.73 - - [2026-04-30 03:26:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005208 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004451 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007964 10.0.0.73 - - [2026-04-30 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.73 - - [2026-04-30 03:26:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004542 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003364 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008115 10.0.0.73 - - [2026-04-30 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.73 - - [2026-04-30 03:26:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003843 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007243 10.0.0.73 - - [2026-04-30 03:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.73 - - [2026-04-30 03:26:46] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004719 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003275 10.0.0.73 - - [2026-04-30 03:26:46] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005663 10.0.0.73 - - [2026-04-30 03:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.73 - - [2026-04-30 03:26:49] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006315 10.0.0.73 - - [2026-04-30 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.73 - - [2026-04-30 03:26:53] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006029 10.0.0.73 - - [2026-04-30 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.73 - - [2026-04-30 03:26:57] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006759 10.0.0.73 - - [2026-04-30 03:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206 10.0.0.73 - - [2026-04-30 03:27:02] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008451 10.0.0.73 - - [2026-04-30 03:27:03] "POST /neutron/network HTTP/1.1" 200 1122 0.007213 10.0.0.73 - - [2026-04-30 03:27:03] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017472 10.0.0.73 - - [2026-04-30 03:27:03] "POST /neutron/network HTTP/1.1" 200 1112 0.010433 10.0.0.33 - - [2026-04-30 03:27:03] "DELETE /project/bd65e7b68412454a9f1db3312eba2578 HTTP/1.1" 404 173 0.004547 10.0.0.33 - - [2026-04-30 03:27:03] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001073 10.0.0.33 - - [2026-04-30 03:27:03] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.051070 10.0.0.33 - - [2026-04-30 03:27:03] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001868 10.0.0.33 - - [2026-04-30 03:27:03] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?fields=security_groups HTTP/1.1" 200 1375 0.070749 10.0.0.33 - - [2026-04-30 03:27:03] "DELETE /security-group/dd7b7845-9d9d-41cf-ae7c-60a18d11984f HTTP/1.1" 200 115 0.067291 10.0.0.33 - - [2026-04-30 03:27:03] "GET /projects?obj_uuids=38e94a6f-e91d-425f-a304-d421f897ad1d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001337 10.0.0.141 - - [2026-04-30 03:27:03] "DELETE /access-control-list/40b0eacf-7d6f-47ee-a437-beb81172db81 HTTP/1.1" 200 115 0.063580 10.0.0.33 - - [2026-04-30 03:27:03] "GET /project/38e94a6f-e91d-425f-a304-d421f897ad1d?fields=application_policy_sets HTTP/1.1" 200 1414 0.077061 10.0.0.33 - - [2026-04-30 03:27:04] "DELETE /project/38e94a6f-e91d-425f-a304-d421f897ad1d HTTP/1.1" 200 115 0.489172 10.0.0.73 - - [2026-04-30 03:27:04] "POST /neutron/network HTTP/1.1" 200 1122 0.011846 10.0.0.73 - - [2026-04-30 03:27:04] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017398 10.0.0.73 - - [2026-04-30 03:27:05] "POST /neutron/network HTTP/1.1" 200 1112 0.011863 10.0.0.73 - - [2026-04-30 03:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.73 - - [2026-04-30 03:27:06] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006715 10.0.0.73 - - [2026-04-30 03:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.73 - - [2026-04-30 03:27:10] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005904 10.0.0.73 - - [2026-04-30 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.73 - - [2026-04-30 03:27:14] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006543 10.0.0.73 - - [2026-04-30 03:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.73 - - [2026-04-30 03:27:18] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005890 10.0.0.73 - - [2026-04-30 03:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.73 - - [2026-04-30 03:27:22] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006001 10.0.0.73 - - [2026-04-30 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.73 - - [2026-04-30 03:27:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004919 10.0.0.73 - - [2026-04-30 03:27:24] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003187 10.0.0.73 - - [2026-04-30 03:27:24] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006552 10.0.0.73 - - [2026-04-30 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.73 - - [2026-04-30 03:27:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004727 10.0.0.73 - - [2026-04-30 03:27:24] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004060 10.0.0.73 - - [2026-04-30 03:27:24] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006717 10.0.0.73 - - [2026-04-30 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.73 - - [2026-04-30 03:27:24] "GET /routing-instance/8ddc7ba2-eb60-4b44-809a-f9f76f2afbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006115 10.0.0.73 - - [2026-04-30 03:27:24] "GET /route-target/c3d2dd16-284b-4bb6-a381-744a3a0bbf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004744 10.0.0.73 - - [2026-04-30 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.73 - - [2026-04-30 03:27:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004678 10.0.0.73 - - [2026-04-30 03:27:24] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004609 10.0.0.73 - - [2026-04-30 03:27:25] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.013608 10.0.0.73 - - [2026-04-30 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.73 - - [2026-04-30 03:27:25] "GET /routing-instance/8ddc7ba2-eb60-4b44-809a-f9f76f2afbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004829 10.0.0.73 - - [2026-04-30 03:27:25] "GET /route-target/c3d2dd16-284b-4bb6-a381-744a3a0bbf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004387 10.0.0.73 - - [2026-04-30 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.73 - - [2026-04-30 03:27:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005145 10.0.0.73 - - [2026-04-30 03:27:25] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003502 10.0.0.73 - - [2026-04-30 03:27:25] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006469 10.0.0.73 - - [2026-04-30 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.73 - - [2026-04-30 03:27:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004232 10.0.0.73 - - [2026-04-30 03:27:25] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003356 10.0.0.73 - - [2026-04-30 03:27:25] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007940 10.0.0.73 - - [2026-04-30 03:27:25] "GET /obj-perms HTTP/1.1" 200 5080 0.053092 10.0.0.33 - - [2026-04-30 03:27:25] "GET /obj-perms HTTP/1.1" 200 5080 0.051814 10.0.0.73 - - [2026-04-30 03:27:25] "GET /obj-perms HTTP/1.1" 200 5080 0.004049 10.0.0.73 - - [2026-04-30 03:27:25] "GET /obj-perms HTTP/1.1" 200 5080 0.003495 10.0.0.73 - - [2026-04-30 03:27:25] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.005056 10.0.0.73 - - [2026-04-30 03:27:25] "GET /virtual-machine-interface/d8ffd8c1-3802-4fec-849e-c424c7d1ac5e HTTP/1.1" 200 3417 0.006146 10.0.0.73 - - [2026-04-30 03:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.73 - - [2026-04-30 03:27:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.73 - - [2026-04-30 03:27:26] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003556 10.0.0.73 - - [2026-04-30 03:27:26] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.008321 10.0.0.73 - - [2026-04-30 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.73 - - [2026-04-30 03:27:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005137 10.0.0.73 - - [2026-04-30 03:27:27] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003047 10.0.0.73 - - [2026-04-30 03:27:27] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.007797 10.0.0.73 - - [2026-04-30 03:27:32] "POST /neutron/port HTTP/1.1" 200 1255 0.020663 10.0.0.73 - - [2026-04-30 03:27:33] "POST /neutron/security_group HTTP/1.1" 200 1455 0.031447 10.0.0.73 - - [2026-04-30 03:27:37] "POST /neutron/port HTTP/1.1" 200 1255 0.022622 10.0.0.73 - - [2026-04-30 03:27:42] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007842 10.0.0.73 - - [2026-04-30 03:27:48] "POST /neutron/port HTTP/1.1" 200 1255 0.019455 10.0.0.73 - - [2026-04-30 03:27:48] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007528 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-machine/2175d5e0-9f08-416b-978e-bd72d4a2f9a2 HTTP/1.1" 200 1317 0.006314 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-machine/2175d5e0-9f08-416b-978e-bd72d4a2f9a2 HTTP/1.1" 200 1317 0.004215 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-machine-interface/61329f42-eaf4-401a-b49a-5a92a402d86a HTTP/1.1" 200 3417 0.006001 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-machine/2175d5e0-9f08-416b-978e-bd72d4a2f9a2 HTTP/1.1" 200 1317 0.003660 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-machine-interface/61329f42-eaf4-401a-b49a-5a92a402d86a HTTP/1.1" 200 3417 0.006144 10.0.0.73 - - [2026-04-30 03:27:48] "GET /instance-ip/6c34eb1d-de44-4af5-aa32-cb44de22b736 HTTP/1.1" 200 1734 0.007750 10.0.0.73 - - [2026-04-30 03:27:48] "GET /instance-ip/70b2599f-7b8f-4ff9-8c7b-fae6eb554426 HTTP/1.1" 200 1715 0.006355 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-machine/2175d5e0-9f08-416b-978e-bd72d4a2f9a2 HTTP/1.1" 200 1317 0.004375 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-machine-interface/61329f42-eaf4-401a-b49a-5a92a402d86a HTTP/1.1" 200 3417 0.005301 10.0.0.73 - - [2026-04-30 03:27:48] "GET /instance-ip/6c34eb1d-de44-4af5-aa32-cb44de22b736 HTTP/1.1" 200 1734 0.004499 10.0.0.73 - - [2026-04-30 03:27:48] "GET /instance-ip/70b2599f-7b8f-4ff9-8c7b-fae6eb554426 HTTP/1.1" 200 1715 0.004465 10.0.0.73 - - [2026-04-30 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.73 - - [2026-04-30 03:27:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003344 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006409 10.0.0.73 - - [2026-04-30 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.73 - - [2026-04-30 03:27:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004690 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003809 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006468 10.0.0.73 - - [2026-04-30 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.73 - - [2026-04-30 03:27:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004355 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005805 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006180 10.0.0.73 - - [2026-04-30 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.73 - - [2026-04-30 03:27:48] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005319 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003804 10.0.0.73 - - [2026-04-30 03:27:48] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006492 10.0.0.73 - - [2026-04-30 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.73 - - [2026-04-30 03:27:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004798 10.0.0.73 - - [2026-04-30 03:27:49] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003299 10.0.0.73 - - [2026-04-30 03:27:49] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006907 10.0.0.73 - - [2026-04-30 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.73 - - [2026-04-30 03:27:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004575 10.0.0.73 - - [2026-04-30 03:27:49] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003866 10.0.0.73 - - [2026-04-30 03:27:49] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006284 10.0.0.73 - - [2026-04-30 03:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.73 - - [2026-04-30 03:27:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004690 10.0.0.73 - - [2026-04-30 03:27:49] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003617 10.0.0.73 - - [2026-04-30 03:27:49] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006183 10.0.0.33 - - [2026-04-30 03:27:50] "GET /obj-perms HTTP/1.1" 200 5056 0.067617 10.0.0.73 - - [2026-04-30 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.73 - - [2026-04-30 03:27:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003641 10.0.0.73 - - [2026-04-30 03:27:50] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003033 10.0.0.73 - - [2026-04-30 03:27:50] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006289 10.0.0.73 - - [2026-04-30 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.73 - - [2026-04-30 03:27:50] "GET /obj-perms HTTP/1.1" 200 5056 0.048668 10.0.0.73 - - [2026-04-30 03:27:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.73 - - [2026-04-30 03:27:50] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003401 10.0.0.73 - - [2026-04-30 03:27:50] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006608 10.0.0.73 - - [2026-04-30 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.73 - - [2026-04-30 03:27:50] "GET /routing-instance/8ddc7ba2-eb60-4b44-809a-f9f76f2afbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004864 10.0.0.73 - - [2026-04-30 03:27:50] "GET /route-target/c3d2dd16-284b-4bb6-a381-744a3a0bbf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004086 10.0.0.73 - - [2026-04-30 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.73 - - [2026-04-30 03:27:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003984 10.0.0.73 - - [2026-04-30 03:27:50] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003565 10.0.0.73 - - [2026-04-30 03:27:50] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006652 10.0.0.73 - - [2026-04-30 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.73 - - [2026-04-30 03:27:50] "GET /routing-instance/8ddc7ba2-eb60-4b44-809a-f9f76f2afbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005877 10.0.0.73 - - [2026-04-30 03:27:50] "GET /route-target/c3d2dd16-284b-4bb6-a381-744a3a0bbf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003884 10.0.0.73 - - [2026-04-30 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.73 - - [2026-04-30 03:27:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004416 10.0.0.73 - - [2026-04-30 03:27:50] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003145 10.0.0.73 - - [2026-04-30 03:27:51] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006287 10.0.0.73 - - [2026-04-30 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.73 - - [2026-04-30 03:27:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003995 10.0.0.73 - - [2026-04-30 03:27:51] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003216 10.0.0.73 - - [2026-04-30 03:27:51] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006528 10.0.0.73 - - [2026-04-30 03:27:51] "GET /obj-perms HTTP/1.1" 200 5080 0.003916 10.0.0.33 - - [2026-04-30 03:27:51] "GET /obj-perms HTTP/1.1" 200 5080 0.004283 10.0.0.73 - - [2026-04-30 03:27:51] "GET /obj-perms HTTP/1.1" 200 5080 0.004905 10.0.0.73 - - [2026-04-30 03:27:51] "GET /obj-perms HTTP/1.1" 200 5080 0.004303 10.0.0.141 - - [2026-04-30 03:27:51] "GET /obj-perms HTTP/1.1" 200 5080 0.004438 10.0.0.73 - - [2026-04-30 03:27:51] "GET /virtual-machine/2175d5e0-9f08-416b-978e-bd72d4a2f9a2 HTTP/1.1" 200 1317 0.004384 10.0.0.73 - - [2026-04-30 03:27:51] "GET /virtual-machine-interface/61329f42-eaf4-401a-b49a-5a92a402d86a HTTP/1.1" 200 3417 0.005927 10.0.0.73 - - [2026-04-30 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.73 - - [2026-04-30 03:27:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003972 10.0.0.73 - - [2026-04-30 03:27:51] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003083 10.0.0.73 - - [2026-04-30 03:27:51] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.006557 10.0.0.73 - - [2026-04-30 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.73 - - [2026-04-30 03:27:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004491 10.0.0.73 - - [2026-04-30 03:27:52] "GET /virtual-networks?parent_id=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003776 10.0.0.73 - - [2026-04-30 03:27:52] "GET /virtual-network/7231ec92-8dd7-43f6-92f2-a88a28392c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2806 0.005908 10.0.0.73 - - [2026-04-30 03:27:52] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.005313 10.0.0.73 - - [2026-04-30 03:27:52] "GET /virtual-machine-interface/d8ffd8c1-3802-4fec-849e-c424c7d1ac5e HTTP/1.1" 200 3417 0.006403 10.0.0.73 - - [2026-04-30 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.73 - - [2026-04-30 03:27:52] "GET /security-group/fd2daf9e-46e8-4638-aefb-d57ec7b2611c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004009 10.0.0.73 - - [2026-04-30 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.73 - - [2026-04-30 03:27:52] "GET /security-group/fd2daf9e-46e8-4638-aefb-d57ec7b2611c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004772 10.0.0.73 - - [2026-04-30 03:27:52] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004988 10.0.0.73 - - [2026-04-30 03:27:53] "POST /neutron/port HTTP/1.1" 200 1245 0.016992 10.0.0.73 - - [2026-04-30 03:27:53] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.004790 10.0.0.73 - - [2026-04-30 03:27:53] "GET /virtual-machine-interface/d8ffd8c1-3802-4fec-849e-c424c7d1ac5e HTTP/1.1" 200 3361 0.007773 10.0.0.73 - - [2026-04-30 03:27:53] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007646 10.0.0.73 - - [2026-04-30 03:27:53] "POST /neutron/port HTTP/1.1" 200 1207 0.016928 10.0.0.73 - - [2026-04-30 03:27:53] "GET /virtual-machine/5c9493e2-95a5-4b42-8792-f8d7a73e3c50 HTTP/1.1" 200 1316 0.004440 10.0.0.73 - - [2026-04-30 03:27:53] "GET /virtual-machine-interface/d8ffd8c1-3802-4fec-849e-c424c7d1ac5e HTTP/1.1" 200 3417 0.007659 10.0.0.73 - - [2026-04-30 03:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.73 - - [2026-04-30 03:27:53] "GET /security-group/fd2daf9e-46e8-4638-aefb-d57ec7b2611c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.003990 10.0.0.73 - - [2026-04-30 03:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.73 - - [2026-04-30 03:27:53] "GET /security-group/fd2daf9e-46e8-4638-aefb-d57ec7b2611c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005289 10.0.0.73 - - [2026-04-30 03:27:53] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004434 10.0.0.73 - - [2026-04-30 03:27:53] "POST /fqname-to-id HTTP/1.1" 404 249 0.004281 10.0.0.141 - - [2026-04-30 03:27:53] "DELETE /access-control-list/aa36dc7b-aafd-4241-a827-bf09e478b8fa HTTP/1.1" 200 115 0.045385 10.0.0.73 - - [2026-04-30 03:27:54] "POST /fqname-to-id HTTP/1.1" 404 249 0.003442 10.0.0.33 - - [2026-04-30 03:27:54] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001006 10.0.0.73 - - [2026-04-30 03:27:54] "POST /neutron/security_group HTTP/1.1" 200 153 0.053518 10.0.0.73 - - [2026-04-30 03:27:54] "POST /neutron/network HTTP/1.1" 200 1112 0.009189 10.0.0.73 - - [2026-04-30 03:27:56] "POST /neutron/network HTTP/1.1" 400 204 0.014852 10.0.0.73 - - [2026-04-30 03:28:00] "POST /neutron/network HTTP/1.1" 200 1112 0.011937 10.0.0.73 - - [2026-04-30 03:28:02] "POST /neutron/network HTTP/1.1" 400 204 0.015592 10.0.0.73 - - [2026-04-30 03:28:04] "POST /neutron/network HTTP/1.1" 200 1122 0.032195 10.0.0.73 - - [2026-04-30 03:28:04] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016913 10.0.0.73 - - [2026-04-30 03:28:04] "POST /neutron/network HTTP/1.1" 200 1112 0.012383 10.0.0.73 - - [2026-04-30 03:28:04] "POST /neutron/port HTTP/1.1" 200 1217 0.024041 10.0.0.73 - - [2026-04-30 03:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004012 10.0.0.73 - - [2026-04-30 03:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.73 - - [2026-04-30 03:28:06] "POST /neutron/network HTTP/1.1" 200 1112 0.010154 10.0.0.73 - - [2026-04-30 03:28:08] "POST /neutron/network HTTP/1.1" 400 204 0.015739 10.0.0.73 - - [2026-04-30 03:28:12] "POST /neutron/network HTTP/1.1" 200 1112 0.010244 10.0.0.73 - - [2026-04-30 03:28:14] "POST /neutron/network HTTP/1.1" 400 204 0.015619 10.0.0.73 - - [2026-04-30 03:28:18] "POST /neutron/network HTTP/1.1" 200 1112 0.010516 10.0.0.73 - - [2026-04-30 03:28:21] "POST /neutron/network HTTP/1.1" 400 204 0.016127 10.0.0.73 - - [2026-04-30 03:28:25] "POST /neutron/network HTTP/1.1" 200 1112 0.011133 10.0.0.73 - - [2026-04-30 03:28:27] "POST /neutron/network HTTP/1.1" 400 204 0.015237 10.0.0.73 - - [2026-04-30 03:28:31] "POST /neutron/network HTTP/1.1" 200 1112 0.011006 10.0.0.73 - - [2026-04-30 03:28:33] "POST /neutron/network HTTP/1.1" 400 204 0.016464 10.0.0.73 - - [2026-04-30 03:28:37] "POST /neutron/network HTTP/1.1" 200 1112 0.011213 10.0.0.73 - - [2026-04-30 03:28:39] "POST /neutron/network HTTP/1.1" 400 204 0.014044 10.0.0.73 - - [2026-04-30 03:28:43] "POST /neutron/network HTTP/1.1" 200 1112 0.010520 10.0.0.73 - - [2026-04-30 03:28:45] "POST /neutron/network HTTP/1.1" 400 204 0.016186 10.0.0.73 - - [2026-04-30 03:29:04] "POST /neutron/network HTTP/1.1" 200 1122 0.032492 10.0.0.73 - - [2026-04-30 03:29:04] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017815 10.0.0.73 - - [2026-04-30 03:29:05] "POST /neutron/network HTTP/1.1" 200 1112 0.011087 10.0.0.73 - - [2026-04-30 03:29:05] "POST /neutron/network HTTP/1.1" 200 1122 0.008179 10.0.0.73 - - [2026-04-30 03:29:05] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017785 10.0.0.73 - - [2026-04-30 03:29:05] "POST /neutron/network HTTP/1.1" 200 1112 0.010106 10.0.0.33 - - [2026-04-30 03:29:37] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001002 10.0.0.73 - - [2026-04-30 03:29:37] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.095985 10.0.0.33 - - [2026-04-30 03:29:37] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001048 10.0.0.73 - - [2026-04-30 03:29:37] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.060583 10.0.0.33 - - [2026-04-30 03:29:39] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001188 10.0.0.73 - - [2026-04-30 03:29:39] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.051399 10.0.0.33 - - [2026-04-30 03:29:39] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001082 10.0.0.73 - - [2026-04-30 03:29:39] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.050169 10.0.0.33 - - [2026-04-30 03:29:41] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001223 10.0.0.73 - - [2026-04-30 03:29:41] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043386 10.0.0.33 - - [2026-04-30 03:29:41] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001209 10.0.0.73 - - [2026-04-30 03:29:41] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.048452 10.0.0.33 - - [2026-04-30 03:29:43] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001517 10.0.0.73 - - [2026-04-30 03:29:43] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043986 10.0.0.33 - - [2026-04-30 03:29:43] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001136 10.0.0.73 - - [2026-04-30 03:29:43] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.045185 10.0.0.33 - - [2026-04-30 03:29:45] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001220 10.0.0.73 - - [2026-04-30 03:29:45] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047647 10.0.0.33 - - [2026-04-30 03:29:45] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001284 10.0.0.73 - - [2026-04-30 03:29:45] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.049647 10.0.0.33 - - [2026-04-30 03:29:47] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001145 10.0.0.73 - - [2026-04-30 03:29:47] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.040587 10.0.0.33 - - [2026-04-30 03:29:47] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001348 10.0.0.73 - - [2026-04-30 03:29:47] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.046078 10.0.0.33 - - [2026-04-30 03:29:50] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001313 10.0.0.73 - - [2026-04-30 03:29:50] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047281 10.0.0.33 - - [2026-04-30 03:29:50] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000999 10.0.0.73 - - [2026-04-30 03:29:50] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.049674 10.0.0.33 - - [2026-04-30 03:29:52] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001189 10.0.0.73 - - [2026-04-30 03:29:52] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.041860 10.0.0.33 - - [2026-04-30 03:29:52] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001170 10.0.0.73 - - [2026-04-30 03:29:52] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.041735 10.0.0.33 - - [2026-04-30 03:29:54] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001427 10.0.0.73 - - [2026-04-30 03:29:54] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.046605 10.0.0.33 - - [2026-04-30 03:29:54] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001036 10.0.0.73 - - [2026-04-30 03:29:54] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.043738 10.0.0.33 - - [2026-04-30 03:29:56] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001079 10.0.0.73 - - [2026-04-30 03:29:56] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.039639 10.0.0.33 - - [2026-04-30 03:29:56] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000980 10.0.0.73 - - [2026-04-30 03:29:56] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.050215 10.0.0.33 - - [2026-04-30 03:29:58] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001117 10.0.0.73 - - [2026-04-30 03:29:58] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.048397 10.0.0.33 - - [2026-04-30 03:29:58] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001290 10.0.0.73 - - [2026-04-30 03:29:58] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.056781 10.0.0.33 - - [2026-04-30 03:30:00] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001518 10.0.0.73 - - [2026-04-30 03:30:00] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.065105 10.0.0.33 - - [2026-04-30 03:30:00] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001733 10.0.0.73 - - [2026-04-30 03:30:00] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.062959 10.0.0.33 - - [2026-04-30 03:30:02] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001322 10.0.0.73 - - [2026-04-30 03:30:02] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.054734 10.0.0.33 - - [2026-04-30 03:30:02] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002097 10.0.0.73 - - [2026-04-30 03:30:03] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.053391 10.0.0.73 - - [2026-04-30 03:30:04] "POST /neutron/port HTTP/1.1" 200 1217 0.024477 10.0.0.73 - - [2026-04-30 03:30:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003988 10.0.0.73 - - [2026-04-30 03:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.33 - - [2026-04-30 03:30:05] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.034768 10.0.0.73 - - [2026-04-30 03:30:05] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.101564 10.0.0.33 - - [2026-04-30 03:30:05] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001954 10.0.0.73 - - [2026-04-30 03:30:05] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.078289 10.0.0.73 - - [2026-04-30 03:30:05] "POST /neutron/port HTTP/1.1" 200 1217 0.038632 10.0.0.73 - - [2026-04-30 03:30:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004607 10.0.0.73 - - [2026-04-30 03:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.33 - - [2026-04-30 03:30:07] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001011 10.0.0.73 - - [2026-04-30 03:30:07] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.056581 10.0.0.33 - - [2026-04-30 03:30:07] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001079 10.0.0.73 - - [2026-04-30 03:30:07] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.042463 10.0.0.33 - - [2026-04-30 03:30:09] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001283 10.0.0.73 - - [2026-04-30 03:30:09] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043123 10.0.0.33 - - [2026-04-30 03:30:09] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001464 10.0.0.73 - - [2026-04-30 03:30:09] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.050946 10.0.0.33 - - [2026-04-30 03:30:11] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001274 10.0.0.73 - - [2026-04-30 03:30:11] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047919 10.0.0.33 - - [2026-04-30 03:30:11] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001102 10.0.0.73 - - [2026-04-30 03:30:11] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.047304 10.0.0.33 - - [2026-04-30 03:30:13] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001160 10.0.0.73 - - [2026-04-30 03:30:13] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043926 10.0.0.33 - - [2026-04-30 03:30:13] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001229 10.0.0.73 - - [2026-04-30 03:30:13] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.041634 10.0.0.33 - - [2026-04-30 03:30:15] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001467 10.0.0.73 - - [2026-04-30 03:30:15] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047756 10.0.0.33 - - [2026-04-30 03:30:15] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001415 10.0.0.73 - - [2026-04-30 03:30:15] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.051865 10.0.0.33 - - [2026-04-30 03:30:17] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001224 10.0.0.73 - - [2026-04-30 03:30:18] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047297 10.0.0.33 - - [2026-04-30 03:30:18] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001125 10.0.0.73 - - [2026-04-30 03:30:18] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.054012 10.0.0.33 - - [2026-04-30 03:30:20] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001347 10.0.0.73 - - [2026-04-30 03:30:20] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.049648 10.0.0.33 - - [2026-04-30 03:30:20] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001079 10.0.0.73 - - [2026-04-30 03:30:20] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.045216 10.0.0.33 - - [2026-04-30 03:30:22] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001071 10.0.0.73 - - [2026-04-30 03:30:22] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.049057 10.0.0.33 - - [2026-04-30 03:30:22] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001207 10.0.0.73 - - [2026-04-30 03:30:22] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.050334 10.0.0.33 - - [2026-04-30 03:30:24] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001075 10.0.0.73 - - [2026-04-30 03:30:24] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.051965 10.0.0.33 - - [2026-04-30 03:30:24] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001043 10.0.0.73 - - [2026-04-30 03:30:24] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.053115 10.0.0.33 - - [2026-04-30 03:30:26] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001975 10.0.0.73 - - [2026-04-30 03:30:26] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043588 10.0.0.33 - - [2026-04-30 03:30:26] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001004 10.0.0.73 - - [2026-04-30 03:30:26] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.037109 10.0.0.33 - - [2026-04-30 03:30:28] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001087 10.0.0.73 - - [2026-04-30 03:30:28] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.044751 10.0.0.33 - - [2026-04-30 03:30:28] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001144 10.0.0.73 - - [2026-04-30 03:30:28] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.041821 10.0.0.33 - - [2026-04-30 03:30:30] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001571 10.0.0.73 - - [2026-04-30 03:30:30] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047398 10.0.0.33 - - [2026-04-30 03:30:30] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001291 10.0.0.73 - - [2026-04-30 03:30:30] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.050406 10.0.0.33 - - [2026-04-30 03:30:33] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001148 10.0.0.73 - - [2026-04-30 03:30:33] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.039186 10.0.0.33 - - [2026-04-30 03:30:33] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001286 10.0.0.73 - - [2026-04-30 03:30:33] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.046932 10.0.0.33 - - [2026-04-30 03:30:35] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001227 10.0.0.73 - - [2026-04-30 03:30:35] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043292 10.0.0.33 - - [2026-04-30 03:30:35] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001074 10.0.0.73 - - [2026-04-30 03:30:35] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.057397 10.0.0.33 - - [2026-04-30 03:30:37] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001446 10.0.0.73 - - [2026-04-30 03:30:37] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.057024 10.0.0.33 - - [2026-04-30 03:30:37] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001098 10.0.0.73 - - [2026-04-30 03:30:37] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.051345 10.0.0.33 - - [2026-04-30 03:30:39] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001268 10.0.0.73 - - [2026-04-30 03:30:39] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.058950 10.0.0.33 - - [2026-04-30 03:30:39] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001153 10.0.0.73 - - [2026-04-30 03:30:39] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.048248 10.0.0.33 - - [2026-04-30 03:30:41] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001229 10.0.0.73 - - [2026-04-30 03:30:41] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043461 10.0.0.33 - - [2026-04-30 03:30:41] "GET /projects?obj_uuids=bd65e7b6-8412-454a-9f1d-b3312eba2578&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001300 10.0.0.73 - - [2026-04-30 03:30:41] "GET /project/bd65e7b6-8412-454a-9f1d-b3312eba2578?fields=virtual_networks HTTP/1.1" 200 1391 0.042338 10.0.0.73 - - [2026-04-30 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 218 0.027419 10.0.0.33 - - [2026-04-30 03:30:42] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003173 10.0.0.33 - - [2026-04-30 03:30:42] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003360 10.0.0.33 - - [2026-04-30 03:30:42] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035375 10.0.0.33 - - [2026-04-30 03:30:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.006763 10.0.0.33 - - [2026-04-30 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.005241 10.0.0.33 - - [2026-04-30 03:30:42] "POST /security-groups HTTP/1.1" 200 621 0.036831 10.0.0.33 - - [2026-04-30 03:30:42] "POST /projects HTTP/1.1" 200 645 0.253433 10.0.0.33 - - [2026-04-30 03:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.322827 10.0.0.141 - - [2026-04-30 03:30:42] "POST /fqname-to-id HTTP/1.1" 404 263 0.036042 10.0.0.73 - - [2026-04-30 03:30:42] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.496638 10.0.0.73 - - [2026-04-30 03:30:43] "GET / HTTP/1.1" 200 35931 0.001624 10.0.0.73 - - [2026-04-30 03:30:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.73 - - [2026-04-30 03:30:45] "POST /fqname-to-id HTTP/1.1" 404 254 0.059123 10.0.0.73 - - [2026-04-30 03:30:45] "POST /security-groups HTTP/1.1" 200 595 0.034084 10.0.0.73 - - [2026-04-30 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.141 - - [2026-04-30 03:30:45] "POST /access-control-lists HTTP/1.1" 200 648 0.031377 10.0.0.73 - - [2026-04-30 03:30:45] "GET /security-group/70262969-d9cf-43ba-a589-bfabe246dc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.010669 10.0.0.73 - - [2026-04-30 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.73 - - [2026-04-30 03:30:46] "GET /security-group/70262969-d9cf-43ba-a589-bfabe246dc2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004907 10.0.0.73 - - [2026-04-30 03:30:46] "DELETE /security-group/70262969-d9cf-43ba-a589-bfabe246dc2a HTTP/1.1" 200 115 0.058726 10.0.0.73 - - [2026-04-30 03:30:46] "POST /fqname-to-id HTTP/1.1" 404 254 0.003810 10.0.0.141 - - [2026-04-30 03:30:46] "DELETE /access-control-list/a473bc91-197b-47b0-bf6a-3e3e180a4659 HTTP/1.1" 200 115 0.036319 10.0.0.73 - - [2026-04-30 03:30:47] "POST /fqname-to-id HTTP/1.1" 404 254 0.003763 10.0.0.73 - - [2026-04-30 03:30:47] "POST /security-groups HTTP/1.1" 200 595 0.040371 10.0.0.73 - - [2026-04-30 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006299 10.0.0.141 - - [2026-04-30 03:30:47] "POST /access-control-lists HTTP/1.1" 200 648 0.041966 10.0.0.73 - - [2026-04-30 03:30:47] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.017350 10.0.0.73 - - [2026-04-30 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.73 - - [2026-04-30 03:30:47] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004923 10.0.0.73 - - [2026-04-30 03:30:47] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.003939 10.0.0.73 - - [2026-04-30 03:30:47] "PUT /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174 HTTP/1.1" 200 262 0.019026 10.0.0.141 - - [2026-04-30 03:30:47] "PUT /access-control-list/85c5d10d-9642-4167-ae86-b73e58769c52 HTTP/1.1" 200 272 0.015233 10.0.0.73 - - [2026-04-30 03:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.33 - - [2026-04-30 03:30:47] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001263 10.0.0.73 - - [2026-04-30 03:30:47] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.057259 10.0.0.33 - - [2026-04-30 03:30:47] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001114 10.0.0.73 - - [2026-04-30 03:30:48] "POST /neutron/network HTTP/1.1" 200 735 0.184623 10.0.0.141 - - [2026-04-30 03:30:48] "POST /ref-update HTTP/1.1" 200 156 0.030427 10.0.0.73 - - [2026-04-30 03:30:48] "POST /id-to-fqname HTTP/1.1" 200 300 0.003453 10.0.0.73 - - [2026-04-30 03:30:48] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007022 10.0.0.73 - - [2026-04-30 03:30:48] "POST /neutron/network HTTP/1.1" 200 956 0.007585 10.0.0.73 - - [2026-04-30 03:30:48] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006456 10.0.0.73 - - [2026-04-30 03:30:48] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006730 10.0.0.141 - - [2026-04-30 03:30:49] "GET /obj-perms HTTP/1.1" 200 5090 0.063002 10.0.0.33 - - [2026-04-30 03:30:50] "GET /obj-perms HTTP/1.1" 200 5090 0.066006 10.0.0.73 - - [2026-04-30 03:30:50] "POST /id-to-fqname HTTP/1.1" 200 300 0.001312 10.0.0.73 - - [2026-04-30 03:30:50] "POST /neutron/port HTTP/1.1" 200 2280 0.025715 10.0.0.33 - - [2026-04-30 03:30:51] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001280 10.0.0.73 - - [2026-04-30 03:30:51] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.075388 10.0.0.73 - - [2026-04-30 03:30:51] "POST /neutron/network HTTP/1.1" 200 956 0.038859 10.0.0.73 - - [2026-04-30 03:30:51] "POST /id-to-fqname HTTP/1.1" 200 300 0.001224 10.0.0.73 - - [2026-04-30 03:30:51] "POST /neutron/port HTTP/1.1" 200 2280 0.028366 10.0.0.73 - - [2026-04-30 03:30:52] "POST /neutron/network HTTP/1.1" 200 966 0.006791 10.0.0.73 - - [2026-04-30 03:30:52] "POST /neutron/port HTTP/1.1" 200 1092 0.020310 10.0.0.73 - - [2026-04-30 03:30:52] "POST /neutron/port HTTP/1.1" 200 1157 0.023417 10.0.0.73 - - [2026-04-30 03:30:52] "POST /neutron/port HTTP/1.1" 200 117 0.001491 10.0.0.33 - - [2026-04-30 03:30:53] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001168 10.0.0.73 - - [2026-04-30 03:30:53] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.348380 10.0.0.73 - - [2026-04-30 03:30:53] "GET /obj-perms HTTP/1.1" 200 5056 0.088333 10.0.0.73 - - [2026-04-30 03:30:53] "POST /neutron/port HTTP/1.1" 200 3283 0.031196 10.0.0.73 - - [2026-04-30 03:30:53] "POST /neutron/port HTTP/1.1" 200 1157 0.018707 10.0.0.33 - - [2026-04-30 03:30:53] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001167 10.0.0.73 - - [2026-04-30 03:30:53] "POST /neutron/security_group HTTP/1.1" 200 3302 0.052489 10.0.0.73 - - [2026-04-30 03:30:54] "POST /neutron/port HTTP/1.1" 200 1092 0.020477 10.0.0.73 - - [2026-04-30 03:30:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004432 10.0.0.73 - - [2026-04-30 03:30:54] "POST /neutron/network HTTP/1.1" 200 956 0.015172 10.0.0.73 - - [2026-04-30 03:30:58] "POST /neutron/port HTTP/1.1" 200 1157 0.023139 10.0.0.73 - - [2026-04-30 03:30:58] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008334 10.0.0.73 - - [2026-04-30 03:30:58] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.037787 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.004095 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-machine-interface/b89f31d4-c87f-459d-b654-71abbcdb61f6 HTTP/1.1" 200 3264 0.006220 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.004236 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-machine-interface/b89f31d4-c87f-459d-b654-71abbcdb61f6 HTTP/1.1" 200 3264 0.005433 10.0.0.73 - - [2026-04-30 03:30:59] "GET /instance-ip/ee1f3897-6efc-47df-81f7-37f837f12de4 HTTP/1.1" 200 1732 0.008301 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.003851 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-machine-interface/b89f31d4-c87f-459d-b654-71abbcdb61f6 HTTP/1.1" 200 3264 0.005791 10.0.0.73 - - [2026-04-30 03:30:59] "GET /instance-ip/ee1f3897-6efc-47df-81f7-37f837f12de4 HTTP/1.1" 200 1732 0.005109 10.0.0.73 - - [2026-04-30 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.73 - - [2026-04-30 03:30:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003749 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003617 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006402 10.0.0.73 - - [2026-04-30 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.73 - - [2026-04-30 03:30:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004956 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003202 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006521 10.0.0.73 - - [2026-04-30 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.73 - - [2026-04-30 03:30:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004541 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003531 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006635 10.0.0.73 - - [2026-04-30 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005459 10.0.0.73 - - [2026-04-30 03:30:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004082 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003881 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006523 10.0.0.73 - - [2026-04-30 03:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.73 - - [2026-04-30 03:30:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004679 10.0.0.73 - - [2026-04-30 03:30:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003496 10.0.0.73 - - [2026-04-30 03:31:00] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006928 10.0.0.73 - - [2026-04-30 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.73 - - [2026-04-30 03:31:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005012 10.0.0.73 - - [2026-04-30 03:31:00] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004402 10.0.0.73 - - [2026-04-30 03:31:00] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.009365 10.0.0.73 - - [2026-04-30 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.73 - - [2026-04-30 03:31:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004909 10.0.0.73 - - [2026-04-30 03:31:00] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004072 10.0.0.73 - - [2026-04-30 03:31:00] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006594 10.0.0.141 - - [2026-04-30 03:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.141 - - [2026-04-30 03:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000645 10.0.0.141 - - [2026-04-30 03:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.141 - - [2026-04-30 03:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.73 - - [2026-04-30 03:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.73 - - [2026-04-30 03:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2026-04-30 03:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.33 - - [2026-04-30 03:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2026-04-30 03:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.73 - - [2026-04-30 03:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001204 10.0.0.73 - - [2026-04-30 03:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.73 - - [2026-04-30 03:31:03] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007707 10.0.0.33 - - [2026-04-30 03:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.33 - - [2026-04-30 03:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2026-04-30 03:31:04] "DELETE /project/d891b9df4b994354b469a3f786650fc9 HTTP/1.1" 404 173 0.003621 10.0.0.73 - - [2026-04-30 03:31:04] "POST /neutron/port HTTP/1.1" 200 1217 0.024277 10.0.0.73 - - [2026-04-30 03:31:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007266 10.0.0.73 - - [2026-04-30 03:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.73 - - [2026-04-30 03:31:05] "POST /neutron/port HTTP/1.1" 200 1217 0.026430 10.0.0.73 - - [2026-04-30 03:31:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004579 10.0.0.73 - - [2026-04-30 03:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.73 - - [2026-04-30 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.73 - - [2026-04-30 03:31:07] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.008372 10.0.0.73 - - [2026-04-30 03:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.73 - - [2026-04-30 03:31:11] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006280 10.0.0.73 - - [2026-04-30 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.73 - - [2026-04-30 03:31:15] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005757 10.0.0.73 - - [2026-04-30 03:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.73 - - [2026-04-30 03:31:19] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006256 10.0.0.73 - - [2026-04-30 03:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.73 - - [2026-04-30 03:31:23] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005846 10.0.0.73 - - [2026-04-30 03:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.73 - - [2026-04-30 03:31:27] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.009053 10.0.0.73 - - [2026-04-30 03:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.73 - - [2026-04-30 03:31:32] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006416 10.0.0.73 - - [2026-04-30 03:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.73 - - [2026-04-30 03:31:36] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006399 10.0.0.73 - - [2026-04-30 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.73 - - [2026-04-30 03:31:38] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003718 10.0.0.73 - - [2026-04-30 03:31:38] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003217 10.0.0.73 - - [2026-04-30 03:31:38] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006765 10.0.0.73 - - [2026-04-30 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.73 - - [2026-04-30 03:31:38] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004881 10.0.0.73 - - [2026-04-30 03:31:38] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003706 10.0.0.73 - - [2026-04-30 03:31:38] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006416 10.0.0.73 - - [2026-04-30 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.73 - - [2026-04-30 03:31:38] "GET /routing-instance/9e68b432-8f54-4024-9483-a19da6e6e4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004838 10.0.0.73 - - [2026-04-30 03:31:38] "GET /route-target/c26e2bfb-d87a-4593-a960-1d5cbda4be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003920 10.0.0.73 - - [2026-04-30 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.73 - - [2026-04-30 03:31:38] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004698 10.0.0.73 - - [2026-04-30 03:31:38] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003740 10.0.0.73 - - [2026-04-30 03:31:38] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006055 10.0.0.73 - - [2026-04-30 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.73 - - [2026-04-30 03:31:38] "GET /routing-instance/9e68b432-8f54-4024-9483-a19da6e6e4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004410 10.0.0.73 - - [2026-04-30 03:31:38] "GET /route-target/c26e2bfb-d87a-4593-a960-1d5cbda4be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004127 10.0.0.73 - - [2026-04-30 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.73 - - [2026-04-30 03:31:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004603 10.0.0.73 - - [2026-04-30 03:31:39] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003481 10.0.0.73 - - [2026-04-30 03:31:39] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005984 10.0.0.73 - - [2026-04-30 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.73 - - [2026-04-30 03:31:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004076 10.0.0.73 - - [2026-04-30 03:31:39] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004460 10.0.0.73 - - [2026-04-30 03:31:39] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006106 10.0.0.33 - - [2026-04-30 03:31:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004310 10.0.0.73 - - [2026-04-30 03:31:39] "GET /obj-perms HTTP/1.1" 200 5090 0.064561 10.0.0.73 - - [2026-04-30 03:31:39] "GET /obj-perms HTTP/1.1" 200 5090 0.003841 10.0.0.73 - - [2026-04-30 03:31:39] "GET /obj-perms HTTP/1.1" 200 5090 0.003908 10.0.0.73 - - [2026-04-30 03:31:39] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.004562 10.0.0.73 - - [2026-04-30 03:31:39] "GET /virtual-machine-interface/b89f31d4-c87f-459d-b654-71abbcdb61f6 HTTP/1.1" 200 3264 0.005788 10.0.0.73 - - [2026-04-30 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.73 - - [2026-04-30 03:31:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004662 10.0.0.73 - - [2026-04-30 03:31:39] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003241 10.0.0.73 - - [2026-04-30 03:31:40] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006776 10.0.0.73 - - [2026-04-30 03:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.73 - - [2026-04-30 03:31:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004343 10.0.0.73 - - [2026-04-30 03:31:41] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003204 10.0.0.73 - - [2026-04-30 03:31:41] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006337 10.0.0.73 - - [2026-04-30 03:31:41] "POST /neutron/port HTTP/1.1" 200 1157 0.020271 10.0.0.73 - - [2026-04-30 03:31:46] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007822 10.0.0.73 - - [2026-04-30 03:31:49] "POST /neutron/port HTTP/1.1" 200 1157 0.021288 10.0.0.73 - - [2026-04-30 03:31:51] "POST /neutron/security_group HTTP/1.1" 200 1296 0.009149 10.0.0.33 - - [2026-04-30 03:31:53] "GET /obj-perms HTTP/1.1" 200 5056 0.066009 10.0.0.73 - - [2026-04-30 03:31:57] "POST /neutron/port HTTP/1.1" 200 1157 0.018710 10.0.0.73 - - [2026-04-30 03:31:57] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008108 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 200 1323 0.006926 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 200 1323 0.004611 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-machine-interface/2aa41ce5-35f6-41f7-af88-c44046c39cb4 HTTP/1.1" 200 3263 0.007557 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 200 1323 0.004090 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-machine-interface/2aa41ce5-35f6-41f7-af88-c44046c39cb4 HTTP/1.1" 200 3263 0.007756 10.0.0.73 - - [2026-04-30 03:31:57] "GET /instance-ip/cd0745c7-351a-48d0-b086-02abebca69d9 HTTP/1.1" 200 1733 0.007444 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 200 1323 0.003601 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-machine-interface/2aa41ce5-35f6-41f7-af88-c44046c39cb4 HTTP/1.1" 200 3263 0.007790 10.0.0.73 - - [2026-04-30 03:31:57] "GET /instance-ip/cd0745c7-351a-48d0-b086-02abebca69d9 HTTP/1.1" 200 1733 0.005589 10.0.0.73 - - [2026-04-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.73 - - [2026-04-30 03:31:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005024 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003284 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.005884 10.0.0.73 - - [2026-04-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.73 - - [2026-04-30 03:31:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004275 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004011 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006524 10.0.0.73 - - [2026-04-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.73 - - [2026-04-30 03:31:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003902 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.008070 10.0.0.73 - - [2026-04-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.73 - - [2026-04-30 03:31:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004668 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004910 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006037 10.0.0.73 - - [2026-04-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.73 - - [2026-04-30 03:31:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004399 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003019 10.0.0.73 - - [2026-04-30 03:31:57] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006682 10.0.0.73 - - [2026-04-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.73 - - [2026-04-30 03:31:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007479 10.0.0.73 - - [2026-04-30 03:31:58] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004088 10.0.0.73 - - [2026-04-30 03:31:58] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.009981 10.0.0.73 - - [2026-04-30 03:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.73 - - [2026-04-30 03:31:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004432 10.0.0.73 - - [2026-04-30 03:31:58] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003562 10.0.0.73 - - [2026-04-30 03:31:58] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006349 10.0.0.73 - - [2026-04-30 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.73 - - [2026-04-30 03:31:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003936 10.0.0.73 - - [2026-04-30 03:31:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003370 10.0.0.73 - - [2026-04-30 03:31:59] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006098 10.0.0.73 - - [2026-04-30 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.73 - - [2026-04-30 03:31:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004160 10.0.0.73 - - [2026-04-30 03:31:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003723 10.0.0.73 - - [2026-04-30 03:31:59] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007494 10.0.0.73 - - [2026-04-30 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.73 - - [2026-04-30 03:31:59] "GET /routing-instance/9e68b432-8f54-4024-9483-a19da6e6e4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005037 10.0.0.73 - - [2026-04-30 03:31:59] "GET /route-target/c26e2bfb-d87a-4593-a960-1d5cbda4be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003679 10.0.0.73 - - [2026-04-30 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006461 10.0.0.73 - - [2026-04-30 03:31:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005889 10.0.0.73 - - [2026-04-30 03:31:59] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003729 10.0.0.73 - - [2026-04-30 03:31:59] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007012 10.0.0.73 - - [2026-04-30 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.73 - - [2026-04-30 03:32:00] "GET /routing-instance/9e68b432-8f54-4024-9483-a19da6e6e4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005330 10.0.0.73 - - [2026-04-30 03:32:00] "GET /route-target/c26e2bfb-d87a-4593-a960-1d5cbda4be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005011 10.0.0.73 - - [2026-04-30 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.73 - - [2026-04-30 03:32:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004686 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004237 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007161 10.0.0.73 - - [2026-04-30 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.73 - - [2026-04-30 03:32:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004590 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004073 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006932 10.0.0.73 - - [2026-04-30 03:32:00] "GET /obj-perms HTTP/1.1" 200 5090 0.004555 10.0.0.33 - - [2026-04-30 03:32:00] "GET /obj-perms HTTP/1.1" 200 5090 0.005059 10.0.0.73 - - [2026-04-30 03:32:00] "GET /obj-perms HTTP/1.1" 200 5090 0.005068 10.0.0.73 - - [2026-04-30 03:32:00] "GET /obj-perms HTTP/1.1" 200 5090 0.005168 10.0.0.141 - - [2026-04-30 03:32:00] "GET /obj-perms HTTP/1.1" 200 5090 0.005377 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 200 1323 0.005406 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-machine-interface/2aa41ce5-35f6-41f7-af88-c44046c39cb4 HTTP/1.1" 200 3263 0.007348 10.0.0.73 - - [2026-04-30 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005200 10.0.0.73 - - [2026-04-30 03:32:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004606 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004186 10.0.0.73 - - [2026-04-30 03:32:00] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007643 10.0.0.73 - - [2026-04-30 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.73 - - [2026-04-30 03:32:01] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.73 - - [2026-04-30 03:32:01] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004566 10.0.0.73 - - [2026-04-30 03:32:01] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006504 10.0.0.73 - - [2026-04-30 03:32:02] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.004427 10.0.0.73 - - [2026-04-30 03:32:02] "GET /virtual-machine-interface/b89f31d4-c87f-459d-b654-71abbcdb61f6 HTTP/1.1" 200 3264 0.005888 10.0.0.73 - - [2026-04-30 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.73 - - [2026-04-30 03:32:02] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004016 10.0.0.73 - - [2026-04-30 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.73 - - [2026-04-30 03:32:02] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004225 10.0.0.73 - - [2026-04-30 03:32:02] "POST /neutron/security_group HTTP/1.1" 200 1322 0.004781 10.0.0.73 - - [2026-04-30 03:32:02] "POST /neutron/port HTTP/1.1" 200 1147 0.018076 10.0.0.73 - - [2026-04-30 03:32:02] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.004460 10.0.0.73 - - [2026-04-30 03:32:02] "GET /virtual-machine-interface/b89f31d4-c87f-459d-b654-71abbcdb61f6 HTTP/1.1" 200 3203 0.007392 10.0.0.73 - - [2026-04-30 03:32:02] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007921 10.0.0.73 - - [2026-04-30 03:32:02] "POST /neutron/port HTTP/1.1" 200 1108 0.017370 10.0.0.73 - - [2026-04-30 03:32:02] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.004690 10.0.0.73 - - [2026-04-30 03:32:02] "GET /virtual-machine-interface/b89f31d4-c87f-459d-b654-71abbcdb61f6 HTTP/1.1" 200 3264 0.009207 10.0.0.73 - - [2026-04-30 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.73 - - [2026-04-30 03:32:02] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004695 10.0.0.73 - - [2026-04-30 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.73 - - [2026-04-30 03:32:02] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.014495 10.0.0.73 - - [2026-04-30 03:32:02] "DELETE /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174 HTTP/1.1" 409 336 0.009240 10.0.0.73 - - [2026-04-30 03:32:05] "POST /neutron/port HTTP/1.1" 200 1157 0.022082 10.0.0.73 - - [2026-04-30 03:32:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004051 10.0.0.73 - - [2026-04-30 03:32:05] "POST /neutron/network HTTP/1.1" 200 956 0.010138 10.0.0.73 - - [2026-04-30 03:32:06] "POST /neutron/network HTTP/1.1" 200 966 0.007280 10.0.0.73 - - [2026-04-30 03:32:06] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.73 - - [2026-04-30 03:33:05] "POST /neutron/port HTTP/1.1" 200 1217 0.021478 10.0.0.73 - - [2026-04-30 03:33:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.73 - - [2026-04-30 03:33:05] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.73 - - [2026-04-30 03:33:07] "POST /neutron/port HTTP/1.1" 200 1217 0.062638 10.0.0.73 - - [2026-04-30 03:33:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004237 10.0.0.73 - - [2026-04-30 03:33:07] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.73 - - [2026-04-30 03:33:11] "GET /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005258 10.0.0.73 - - [2026-04-30 03:33:11] "PUT /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174 HTTP/1.1" 200 262 0.030181 10.0.0.73 - - [2026-04-30 03:33:14] "POST /neutron/port HTTP/1.1" 200 1157 0.018101 10.0.0.73 - - [2026-04-30 03:33:14] "POST /neutron/port HTTP/1.1" 200 1108 0.080771 10.0.0.73 - - [2026-04-30 03:33:14] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 200 1323 0.004631 10.0.0.73 - - [2026-04-30 03:33:15] "POST /neutron/port HTTP/1.1" 200 151 0.214353 10.0.0.73 - - [2026-04-30 03:33:16] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 404 171 0.003643 10.0.0.73 - - [2026-04-30 03:33:16] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 404 171 0.003736 10.0.0.73 - - [2026-04-30 03:33:16] "GET /virtual-machine/fbf092be-c414-4524-9cba-6b923a9d1d08 HTTP/1.1" 404 171 0.003830 10.0.0.73 - - [2026-04-30 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.73 - - [2026-04-30 03:33:16] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005161 10.0.0.73 - - [2026-04-30 03:33:16] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004228 10.0.0.73 - - [2026-04-30 03:33:16] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.007027 10.0.0.73 - - [2026-04-30 03:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006146 10.0.0.73 - - [2026-04-30 03:33:16] "GET /routing-instance/9e68b432-8f54-4024-9483-a19da6e6e4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005078 10.0.0.73 - - [2026-04-30 03:33:16] "GET /route-target/c26e2bfb-d87a-4593-a960-1d5cbda4be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004298 10.0.0.73 - - [2026-04-30 03:33:16] "GET /obj-perms HTTP/1.1" 200 5090 0.004633 10.0.0.73 - - [2026-04-30 03:33:23] "GET /obj-perms HTTP/1.1" 200 5090 0.005006 10.0.0.73 - - [2026-04-30 03:33:26] "GET /obj-perms HTTP/1.1" 200 5090 0.004213 10.0.0.73 - - [2026-04-30 03:33:26] "POST /neutron/port HTTP/1.1" 200 1147 0.021184 10.0.0.73 - - [2026-04-30 03:33:26] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 200 1322 0.005310 10.0.0.73 - - [2026-04-30 03:33:27] "POST /neutron/port HTTP/1.1" 200 1118 0.026590 10.0.0.73 - - [2026-04-30 03:33:28] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 404 171 0.004652 10.0.0.73 - - [2026-04-30 03:33:28] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 404 171 0.004125 10.0.0.73 - - [2026-04-30 03:33:28] "GET /virtual-machine/53c83271-91de-47e3-8afa-92019a647553 HTTP/1.1" 404 171 0.004308 10.0.0.73 - - [2026-04-30 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.73 - - [2026-04-30 03:33:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004229 10.0.0.73 - - [2026-04-30 03:33:29] "GET /virtual-networks?parent_id=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004330 10.0.0.73 - - [2026-04-30 03:33:29] "GET /virtual-network/8ff2aeb9-92de-4f02-acdb-3cd77493a5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2257 0.006983 10.0.0.73 - - [2026-04-30 03:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.73 - - [2026-04-30 03:33:29] "GET /routing-instance/9e68b432-8f54-4024-9483-a19da6e6e4e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004955 10.0.0.73 - - [2026-04-30 03:33:29] "GET /route-target/c26e2bfb-d87a-4593-a960-1d5cbda4be9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004114 10.0.0.73 - - [2026-04-30 03:33:29] "GET /obj-perms HTTP/1.1" 200 5090 0.003962 10.0.0.73 - - [2026-04-30 03:33:32] "GET /obj-perms HTTP/1.1" 200 5090 0.004579 10.0.0.73 - - [2026-04-30 03:33:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004451 10.0.0.73 - - [2026-04-30 03:33:41] "GET /obj-perms HTTP/1.1" 200 5090 0.003873 10.0.0.73 - - [2026-04-30 03:33:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004667 10.0.0.73 - - [2026-04-30 03:33:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004285 10.0.0.33 - - [2026-04-30 03:33:55] "GET /obj-perms HTTP/1.1" 200 5056 0.057314 10.0.0.73 - - [2026-04-30 03:33:55] "GET /obj-perms HTTP/1.1" 200 5056 0.050324 10.0.0.73 - - [2026-04-30 03:33:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003995 10.0.0.141 - - [2026-04-30 03:33:56] "GET /obj-perms HTTP/1.1" 200 5090 0.004131 10.0.0.73 - - [2026-04-30 03:33:57] "POST /neutron/network HTTP/1.1" 200 956 0.006640 10.0.0.141 - - [2026-04-30 03:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.73 - - [2026-04-30 03:33:57] "DELETE /security-group/0a8a47a9-0085-4826-9a01-b24df1cc6174 HTTP/1.1" 200 115 0.054833 10.0.0.73 - - [2026-04-30 03:33:57] "POST /fqname-to-id HTTP/1.1" 404 254 0.003581 10.0.0.141 - - [2026-04-30 03:33:57] "DELETE /access-control-list/0a4c7534-4fba-47e8-affa-b15f00a0e6ea HTTP/1.1" 200 115 0.034339 10.0.0.33 - - [2026-04-30 03:33:59] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001113 10.0.0.73 - - [2026-04-30 03:33:59] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.044100 10.0.0.33 - - [2026-04-30 03:33:59] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001431 10.0.0.73 - - [2026-04-30 03:33:59] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?fields=virtual_networks HTTP/1.1" 200 1093 0.044770 10.0.0.33 - - [2026-04-30 03:33:59] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001064 10.0.0.73 - - [2026-04-30 03:33:59] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.040126 10.0.0.33 - - [2026-04-30 03:33:59] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001006 10.0.0.73 - - [2026-04-30 03:33:59] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?fields=security_groups HTTP/1.1" 200 1349 0.044116 10.0.0.73 - - [2026-04-30 03:34:00] "POST /fqname-to-id HTTP/1.1" 404 209 0.031070 10.0.0.33 - - [2026-04-30 03:34:00] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003388 10.0.0.33 - - [2026-04-30 03:34:00] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.33 - - [2026-04-30 03:34:00] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008795 10.0.0.33 - - [2026-04-30 03:34:00] "POST /id-to-fqname HTTP/1.1" 200 212 0.008403 10.0.0.33 - - [2026-04-30 03:34:00] "POST /fqname-to-id HTTP/1.1" 404 222 0.008562 10.0.0.33 - - [2026-04-30 03:34:00] "POST /security-groups HTTP/1.1" 200 612 0.039287 10.0.0.33 - - [2026-04-30 03:34:00] "POST /projects HTTP/1.1" 200 627 0.286548 10.0.0.141 - - [2026-04-30 03:34:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.006863 10.0.0.33 - - [2026-04-30 03:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.361783 10.0.0.73 - - [2026-04-30 03:34:00] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.522830 10.0.0.73 - - [2026-04-30 03:34:01] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.73 - - [2026-04-30 03:34:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.73 - - [2026-04-30 03:34:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.062227 10.0.0.141 - - [2026-04-30 03:34:04] "POST /access-control-lists HTTP/1.1" 200 639 0.039666 10.0.0.141 - - [2026-04-30 03:34:04] "PUT /access-control-list/8ed1bedc-cff4-4eb0-957d-221116d90cb3 HTTP/1.1" 200 272 0.018456 10.0.0.33 - - [2026-04-30 03:34:04] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001048 10.0.0.73 - - [2026-04-30 03:34:04] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.098705 10.0.0.33 - - [2026-04-30 03:34:04] "DELETE /project/c8b20024697649e0a2b9cd637c36964b HTTP/1.1" 404 173 0.006806 10.0.0.33 - - [2026-04-30 03:34:04] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001190 10.0.0.33 - - [2026-04-30 03:34:04] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.055543 10.0.0.33 - - [2026-04-30 03:34:04] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001760 10.0.0.33 - - [2026-04-30 03:34:04] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?fields=security_groups HTTP/1.1" 200 1454 0.058654 10.0.0.73 - - [2026-04-30 03:34:04] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.030677 10.0.0.33 - - [2026-04-30 03:34:04] "DELETE /security-group/5bd80536-bb80-48c6-9afc-d3528646b325 HTTP/1.1" 200 115 0.094671 10.0.0.33 - - [2026-04-30 03:34:04] "GET /projects?obj_uuids=d891b9df-4b99-4354-b469-a3f786650fc9&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001262 10.0.0.141 - - [2026-04-30 03:34:04] "DELETE /access-control-list/0d0ffd80-5e62-4a42-8434-4bd6fac6b80c HTTP/1.1" 200 115 0.064074 10.0.0.33 - - [2026-04-30 03:34:04] "GET /project/d891b9df-4b99-4354-b469-a3f786650fc9?fields=application_policy_sets HTTP/1.1" 200 1493 0.074237 10.0.0.33 - - [2026-04-30 03:34:05] "DELETE /project/d891b9df-4b99-4354-b469-a3f786650fc9 HTTP/1.1" 200 115 0.572859 10.0.0.141 - - [2026-04-30 03:34:05] "PUT /access-control-list/8ed1bedc-cff4-4eb0-957d-221116d90cb3 HTTP/1.1" 200 272 0.022234 10.0.0.73 - - [2026-04-30 03:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.73 - - [2026-04-30 03:34:05] "GET /security-group/1de35c1b-ba42-433e-9c55-5044e7df52f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.012209 10.0.0.73 - - [2026-04-30 03:34:05] "POST /neutron/security_group HTTP/1.1" 200 1003 0.004646 10.0.0.73 - - [2026-04-30 03:34:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.003540 10.0.0.73 - - [2026-04-30 03:34:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.003609 10.0.0.141 - - [2026-04-30 03:34:06] "POST /fqname-to-id HTTP/1.1" 404 277 0.003960 10.0.0.141 - - [2026-04-30 03:34:06] "POST /access-control-lists HTTP/1.1" 200 637 0.027935 10.0.0.33 - - [2026-04-30 03:34:06] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001099 10.0.0.73 - - [2026-04-30 03:34:06] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.072101 10.0.0.73 - - [2026-04-30 03:34:06] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.015698 10.0.0.141 - - [2026-04-30 03:34:06] "PUT /access-control-list/fdff5a85-97c2-4f18-9307-d2eaaa56aacf HTTP/1.1" 200 272 0.024758 10.0.0.73 - - [2026-04-30 03:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.73 - - [2026-04-30 03:34:07] "GET /security-group/791fef18-f223-45d7-8159-233abfe550ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.013818 10.0.0.33 - - [2026-04-30 03:34:07] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001026 10.0.0.73 - - [2026-04-30 03:34:07] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.056036 10.0.0.141 - - [2026-04-30 03:34:07] "PUT /access-control-list/fdff5a85-97c2-4f18-9307-d2eaaa56aacf HTTP/1.1" 200 272 0.029619 10.0.0.73 - - [2026-04-30 03:34:08] "POST /neutron/security_group_rule HTTP/1.1" 200 583 0.150719 10.0.0.73 - - [2026-04-30 03:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006289 10.0.0.33 - - [2026-04-30 03:34:08] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001057 10.0.0.73 - - [2026-04-30 03:34:08] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.059593 10.0.0.33 - - [2026-04-30 03:34:08] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001376 10.0.0.73 - - [2026-04-30 03:34:08] "POST /neutron/network HTTP/1.1" 200 708 0.160364 10.0.0.141 - - [2026-04-30 03:34:08] "POST /route-targets HTTP/1.1" 200 327 0.015294 10.0.0.73 - - [2026-04-30 03:34:08] "POST /id-to-fqname HTTP/1.1" 200 282 0.004448 10.0.0.73 - - [2026-04-30 03:34:08] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007897 10.0.0.73 - - [2026-04-30 03:34:08] "POST /neutron/network HTTP/1.1" 200 928 0.007079 10.0.0.73 - - [2026-04-30 03:34:08] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005973 10.0.0.73 - - [2026-04-30 03:34:09] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006406 10.0.0.73 - - [2026-04-30 03:34:10] "POST /id-to-fqname HTTP/1.1" 200 282 0.001271 10.0.0.73 - - [2026-04-30 03:34:10] "POST /neutron/port HTTP/1.1" 200 2280 0.023736 10.0.0.33 - - [2026-04-30 03:34:11] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001215 10.0.0.73 - - [2026-04-30 03:34:11] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.081240 10.0.0.73 - - [2026-04-30 03:34:11] "POST /neutron/network HTTP/1.1" 200 928 0.009102 10.0.0.73 - - [2026-04-30 03:34:11] "POST /id-to-fqname HTTP/1.1" 200 282 0.001410 10.0.0.73 - - [2026-04-30 03:34:11] "POST /neutron/port HTTP/1.1" 200 2280 0.029438 10.0.0.73 - - [2026-04-30 03:34:12] "POST /neutron/network HTTP/1.1" 200 938 0.007685 10.0.0.73 - - [2026-04-30 03:34:12] "POST /neutron/port HTTP/1.1" 200 1082 0.047103 10.0.0.33 - - [2026-04-30 03:34:12] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000992 10.0.0.73 - - [2026-04-30 03:34:12] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.084409 10.0.0.73 - - [2026-04-30 03:34:12] "POST /neutron/network HTTP/1.1" 200 928 0.015427 10.0.0.73 - - [2026-04-30 03:34:13] "POST /neutron/subnet HTTP/1.1" 200 704 0.009852 10.0.0.73 - - [2026-04-30 03:34:13] "POST /neutron/security_group HTTP/1.1" 200 1419 0.011900 10.0.0.73 - - [2026-04-30 03:34:13] "POST /neutron/port HTTP/1.1" 200 1146 0.021286 10.0.0.33 - - [2026-04-30 03:34:13] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001776 10.0.0.73 - - [2026-04-30 03:34:13] "POST /neutron/security_group HTTP/1.1" 200 3416 0.059033 10.0.0.73 - - [2026-04-30 03:34:14] "POST /neutron/port HTTP/1.1" 200 1082 0.020853 10.0.0.73 - - [2026-04-30 03:34:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004949 10.0.0.73 - - [2026-04-30 03:34:14] "POST /neutron/network HTTP/1.1" 200 928 0.008339 10.0.0.73 - - [2026-04-30 03:34:18] "POST /neutron/port HTTP/1.1" 200 1146 0.019850 10.0.0.73 - - [2026-04-30 03:34:18] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009127 10.0.0.73 - - [2026-04-30 03:34:18] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.030723 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.004376 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-machine-interface/793600c1-d65f-4cec-b177-a7dbc0a74496 HTTP/1.1" 200 3191 0.005736 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.003919 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-machine-interface/793600c1-d65f-4cec-b177-a7dbc0a74496 HTTP/1.1" 200 3191 0.006321 10.0.0.73 - - [2026-04-30 03:34:19] "GET /instance-ip/29268b61-5286-41b7-8f09-fc0904eeb184 HTTP/1.1" 200 1704 0.007289 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.004357 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-machine-interface/793600c1-d65f-4cec-b177-a7dbc0a74496 HTTP/1.1" 200 3191 0.005740 10.0.0.73 - - [2026-04-30 03:34:19] "GET /instance-ip/29268b61-5286-41b7-8f09-fc0904eeb184 HTTP/1.1" 200 1704 0.005561 10.0.0.73 - - [2026-04-30 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.73 - - [2026-04-30 03:34:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003907 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003026 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006266 10.0.0.73 - - [2026-04-30 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.73 - - [2026-04-30 03:34:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004364 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003709 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005776 10.0.0.73 - - [2026-04-30 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.73 - - [2026-04-30 03:34:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004563 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003242 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006096 10.0.0.73 - - [2026-04-30 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.73 - - [2026-04-30 03:34:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004204 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003908 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006237 10.0.0.73 - - [2026-04-30 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.73 - - [2026-04-30 03:34:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003847 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005967 10.0.0.73 - - [2026-04-30 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.73 - - [2026-04-30 03:34:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004856 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003479 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006873 10.0.0.73 - - [2026-04-30 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.73 - - [2026-04-30 03:34:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004591 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003503 10.0.0.73 - - [2026-04-30 03:34:19] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007262 10.0.0.73 - - [2026-04-30 03:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.73 - - [2026-04-30 03:34:23] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006377 10.0.0.73 - - [2026-04-30 03:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.73 - - [2026-04-30 03:34:27] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005975 10.0.0.73 - - [2026-04-30 03:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.73 - - [2026-04-30 03:34:31] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005831 10.0.0.73 - - [2026-04-30 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.73 - - [2026-04-30 03:34:35] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006532 10.0.0.73 - - [2026-04-30 03:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.73 - - [2026-04-30 03:34:39] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005154 10.0.0.73 - - [2026-04-30 03:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.73 - - [2026-04-30 03:34:43] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005945 10.0.0.73 - - [2026-04-30 03:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.73 - - [2026-04-30 03:34:47] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006034 10.0.0.73 - - [2026-04-30 03:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.73 - - [2026-04-30 03:34:51] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005852 10.0.0.73 - - [2026-04-30 03:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.73 - - [2026-04-30 03:34:55] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007184 10.0.0.33 - - [2026-04-30 03:34:56] "GET /obj-perms HTTP/1.1" 200 5056 0.054390 10.0.0.73 - - [2026-04-30 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.73 - - [2026-04-30 03:34:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004253 10.0.0.73 - - [2026-04-30 03:34:57] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003631 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006772 10.0.0.73 - - [2026-04-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.73 - - [2026-04-30 03:34:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003858 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003593 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006306 10.0.0.73 - - [2026-04-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.73 - - [2026-04-30 03:34:58] "GET /routing-instance/f35d000e-357d-41f0-917b-d9069efdadba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.007664 10.0.0.73 - - [2026-04-30 03:34:58] "GET /route-target/9cf8d41a-f54f-4c98-9452-3b0bad486df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003956 10.0.0.73 - - [2026-04-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.73 - - [2026-04-30 03:34:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004378 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003280 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006194 10.0.0.73 - - [2026-04-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.73 - - [2026-04-30 03:34:58] "GET /routing-instance/f35d000e-357d-41f0-917b-d9069efdadba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004135 10.0.0.73 - - [2026-04-30 03:34:58] "GET /route-target/9cf8d41a-f54f-4c98-9452-3b0bad486df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004082 10.0.0.73 - - [2026-04-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.73 - - [2026-04-30 03:34:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004391 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004942 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006816 10.0.0.73 - - [2026-04-30 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.73 - - [2026-04-30 03:34:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003195 10.0.0.73 - - [2026-04-30 03:34:58] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005892 10.0.0.73 - - [2026-04-30 03:34:59] "GET /obj-perms HTTP/1.1" 200 5072 0.048843 10.0.0.73 - - [2026-04-30 03:34:59] "GET /obj-perms HTTP/1.1" 200 5072 0.081011 10.0.0.33 - - [2026-04-30 03:34:59] "GET /obj-perms HTTP/1.1" 200 5072 0.053687 10.0.0.73 - - [2026-04-30 03:34:59] "GET /obj-perms HTTP/1.1" 200 5072 0.004437 10.0.0.141 - - [2026-04-30 03:34:59] "GET /obj-perms HTTP/1.1" 200 5072 0.050434 10.0.0.73 - - [2026-04-30 03:34:59] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.003910 10.0.0.73 - - [2026-04-30 03:34:59] "GET /virtual-machine-interface/793600c1-d65f-4cec-b177-a7dbc0a74496 HTTP/1.1" 200 3191 0.005429 10.0.0.73 - - [2026-04-30 03:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.73 - - [2026-04-30 03:34:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004093 10.0.0.73 - - [2026-04-30 03:34:59] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003206 10.0.0.73 - - [2026-04-30 03:34:59] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006968 10.0.0.73 - - [2026-04-30 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.73 - - [2026-04-30 03:35:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004633 10.0.0.73 - - [2026-04-30 03:35:00] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005148 10.0.0.73 - - [2026-04-30 03:35:00] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007825 10.0.0.73 - - [2026-04-30 03:35:01] "POST /neutron/port HTTP/1.1" 200 1146 0.025661 10.0.0.73 - - [2026-04-30 03:35:06] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008663 10.0.0.73 - - [2026-04-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 1217 0.016993 10.0.0.73 - - [2026-04-30 03:35:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003965 10.0.0.73 - - [2026-04-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.73 - - [2026-04-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 1217 0.020882 10.0.0.73 - - [2026-04-30 03:35:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004329 10.0.0.73 - - [2026-04-30 03:35:08] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.73 - - [2026-04-30 03:35:09] "POST /neutron/port HTTP/1.1" 200 1146 0.051877 10.0.0.73 - - [2026-04-30 03:35:11] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007969 10.0.0.73 - - [2026-04-30 03:35:21] "POST /neutron/port HTTP/1.1" 200 1146 0.025890 10.0.0.73 - - [2026-04-30 03:35:21] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009615 10.0.0.73 - - [2026-04-30 03:35:22] "POST /neutron/port HTTP/1.1" 200 1146 0.019989 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-machine/089345fd-7dc2-4272-ace0-2b51dae8c974 HTTP/1.1" 200 1312 0.006309 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-machine/089345fd-7dc2-4272-ace0-2b51dae8c974 HTTP/1.1" 200 1312 0.004517 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-machine-interface/f4d16121-7aaa-4960-9245-cd593a0576dc HTTP/1.1" 200 3192 0.006603 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-machine/089345fd-7dc2-4272-ace0-2b51dae8c974 HTTP/1.1" 200 1312 0.004825 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-machine-interface/f4d16121-7aaa-4960-9245-cd593a0576dc HTTP/1.1" 200 3192 0.006872 10.0.0.73 - - [2026-04-30 03:35:22] "GET /instance-ip/654d7d93-5ecd-4922-8c15-194d14d16ff3 HTTP/1.1" 200 1704 0.006936 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-machine/089345fd-7dc2-4272-ace0-2b51dae8c974 HTTP/1.1" 200 1312 0.004478 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-machine-interface/f4d16121-7aaa-4960-9245-cd593a0576dc HTTP/1.1" 200 3192 0.005575 10.0.0.73 - - [2026-04-30 03:35:22] "GET /instance-ip/654d7d93-5ecd-4922-8c15-194d14d16ff3 HTTP/1.1" 200 1704 0.005301 10.0.0.73 - - [2026-04-30 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.73 - - [2026-04-30 03:35:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004141 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003803 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007648 10.0.0.73 - - [2026-04-30 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.73 - - [2026-04-30 03:35:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004914 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004379 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006571 10.0.0.73 - - [2026-04-30 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.73 - - [2026-04-30 03:35:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004652 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003336 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007991 10.0.0.73 - - [2026-04-30 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.73 - - [2026-04-30 03:35:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004593 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004225 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006536 10.0.0.73 - - [2026-04-30 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.73 - - [2026-04-30 03:35:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004604 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003960 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007590 10.0.0.73 - - [2026-04-30 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.73 - - [2026-04-30 03:35:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005673 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003678 10.0.0.73 - - [2026-04-30 03:35:22] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006655 10.0.0.73 - - [2026-04-30 03:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.73 - - [2026-04-30 03:35:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.73 - - [2026-04-30 03:35:23] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003809 10.0.0.73 - - [2026-04-30 03:35:23] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006699 10.0.0.73 - - [2026-04-30 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.73 - - [2026-04-30 03:35:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004544 10.0.0.73 - - [2026-04-30 03:35:24] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003672 10.0.0.73 - - [2026-04-30 03:35:24] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006047 10.0.0.73 - - [2026-04-30 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.73 - - [2026-04-30 03:35:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004593 10.0.0.73 - - [2026-04-30 03:35:24] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003366 10.0.0.73 - - [2026-04-30 03:35:24] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005883 10.0.0.73 - - [2026-04-30 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.73 - - [2026-04-30 03:35:24] "GET /routing-instance/f35d000e-357d-41f0-917b-d9069efdadba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005680 10.0.0.73 - - [2026-04-30 03:35:24] "GET /route-target/9cf8d41a-f54f-4c98-9452-3b0bad486df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005581 10.0.0.73 - - [2026-04-30 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.73 - - [2026-04-30 03:35:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004328 10.0.0.73 - - [2026-04-30 03:35:24] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003875 10.0.0.73 - - [2026-04-30 03:35:24] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006968 10.0.0.73 - - [2026-04-30 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.73 - - [2026-04-30 03:35:24] "GET /routing-instance/f35d000e-357d-41f0-917b-d9069efdadba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005393 10.0.0.73 - - [2026-04-30 03:35:24] "GET /route-target/9cf8d41a-f54f-4c98-9452-3b0bad486df6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004837 10.0.0.73 - - [2026-04-30 03:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.73 - - [2026-04-30 03:35:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005045 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003453 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006900 10.0.0.73 - - [2026-04-30 03:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.73 - - [2026-04-30 03:35:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004447 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004683 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006645 10.0.0.73 - - [2026-04-30 03:35:25] "GET /obj-perms HTTP/1.1" 200 5072 0.003836 10.0.0.33 - - [2026-04-30 03:35:25] "GET /obj-perms HTTP/1.1" 200 5072 0.006664 10.0.0.73 - - [2026-04-30 03:35:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004229 10.0.0.73 - - [2026-04-30 03:35:25] "GET /obj-perms HTTP/1.1" 200 5072 0.003718 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-machine/089345fd-7dc2-4272-ace0-2b51dae8c974 HTTP/1.1" 200 1312 0.004013 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-machine-interface/f4d16121-7aaa-4960-9245-cd593a0576dc HTTP/1.1" 200 3192 0.006171 10.0.0.73 - - [2026-04-30 03:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.73 - - [2026-04-30 03:35:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003928 10.0.0.73 - - [2026-04-30 03:35:25] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006604 10.0.0.73 - - [2026-04-30 03:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.73 - - [2026-04-30 03:35:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004139 10.0.0.73 - - [2026-04-30 03:35:26] "GET /virtual-networks?parent_id=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003888 10.0.0.73 - - [2026-04-30 03:35:26] "GET /virtual-network/fda15745-e943-404a-a2d4-95657753f080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006242 10.0.0.73 - - [2026-04-30 03:35:26] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.004354 10.0.0.73 - - [2026-04-30 03:35:26] "GET /virtual-machine-interface/793600c1-d65f-4cec-b177-a7dbc0a74496 HTTP/1.1" 200 3191 0.006263 10.0.0.73 - - [2026-04-30 03:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.73 - - [2026-04-30 03:35:26] "GET /security-group/791fef18-f223-45d7-8159-233abfe550ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.005185 10.0.0.73 - - [2026-04-30 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2026-04-30 03:35:27] "GET /security-group/791fef18-f223-45d7-8159-233abfe550ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.004642 10.0.0.73 - - [2026-04-30 03:35:27] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008267 10.0.0.73 - - [2026-04-30 03:35:27] "POST /neutron/port HTTP/1.1" 200 1136 0.015965 10.0.0.73 - - [2026-04-30 03:35:27] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.004064 10.0.0.73 - - [2026-04-30 03:35:27] "GET /virtual-machine-interface/793600c1-d65f-4cec-b177-a7dbc0a74496 HTTP/1.1" 200 3139 0.008686 10.0.0.73 - - [2026-04-30 03:35:27] "POST /neutron/port HTTP/1.1" 200 1108 0.021558 10.0.0.73 - - [2026-04-30 03:35:27] "POST /neutron/port HTTP/1.1" 200 1136 0.089020 10.0.0.73 - - [2026-04-30 03:35:27] "GET /virtual-machine/6d66ba86-d995-4542-b92b-cb1053a4e3b8 HTTP/1.1" 200 1313 0.003819 10.0.0.73 - - [2026-04-30 03:35:27] "GET /virtual-machine-interface/793600c1-d65f-4cec-b177-a7dbc0a74496 HTTP/1.1" 200 3191 0.006003 10.0.0.73 - - [2026-04-30 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.73 - - [2026-04-30 03:35:27] "GET /security-group/791fef18-f223-45d7-8159-233abfe550ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.003964 10.0.0.73 - - [2026-04-30 03:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.73 - - [2026-04-30 03:35:27] "GET /security-group/791fef18-f223-45d7-8159-233abfe550ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.014002 10.0.0.73 - - [2026-04-30 03:35:27] "POST /neutron/security_group HTTP/1.1" 200 151 0.153432 10.0.0.73 - - [2026-04-30 03:35:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003312 10.0.0.141 - - [2026-04-30 03:35:27] "DELETE /access-control-list/fdff5a85-97c2-4f18-9307-d2eaaa56aacf HTTP/1.1" 200 115 0.041781 10.0.0.73 - - [2026-04-30 03:35:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.003850 10.0.0.73 - - [2026-04-30 03:35:28] "POST /neutron/security_group HTTP/1.1" 200 117 0.007604 10.0.0.73 - - [2026-04-30 03:35:28] "POST /neutron/network HTTP/1.1" 400 204 0.013706 10.0.0.73 - - [2026-04-30 03:35:32] "POST /neutron/network HTTP/1.1" 200 928 0.008404 10.0.0.73 - - [2026-04-30 03:35:34] "POST /neutron/network HTTP/1.1" 400 204 0.018716 10.0.0.73 - - [2026-04-30 03:35:38] "POST /neutron/network HTTP/1.1" 200 928 0.006784 10.0.0.73 - - [2026-04-30 03:35:40] "POST /neutron/network HTTP/1.1" 400 204 0.017027 10.0.0.73 - - [2026-04-30 03:35:44] "POST /neutron/network HTTP/1.1" 200 928 0.008550 10.0.0.73 - - [2026-04-30 03:35:46] "POST /neutron/network HTTP/1.1" 400 204 0.015517 10.0.0.73 - - [2026-04-30 03:35:50] "POST /neutron/network HTTP/1.1" 200 928 0.009290 10.0.0.73 - - [2026-04-30 03:35:53] "POST /neutron/network HTTP/1.1" 400 204 0.019199 10.0.0.73 - - [2026-04-30 03:35:56] "GET /obj-perms HTTP/1.1" 200 5056 0.064110 10.0.0.73 - - [2026-04-30 03:35:57] "POST /neutron/network HTTP/1.1" 200 928 0.007868 10.0.0.73 - - [2026-04-30 03:35:59] "POST /neutron/network HTTP/1.1" 400 204 0.015978 10.0.0.141 - - [2026-04-30 03:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000896 10.0.0.141 - - [2026-04-30 03:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.141 - - [2026-04-30 03:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.141 - - [2026-04-30 03:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.73 - - [2026-04-30 03:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.73 - - [2026-04-30 03:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.33 - - [2026-04-30 03:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.33 - - [2026-04-30 03:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.73 - - [2026-04-30 03:36:03] "POST /neutron/network HTTP/1.1" 200 928 0.008195 10.0.0.73 - - [2026-04-30 03:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.73 - - [2026-04-30 03:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.33 - - [2026-04-30 03:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.33 - - [2026-04-30 03:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.73 - - [2026-04-30 03:36:05] "POST /neutron/network HTTP/1.1" 400 204 0.014984 10.0.0.73 - - [2026-04-30 03:36:09] "POST /neutron/port HTTP/1.1" 200 1108 0.022213 10.0.0.73 - - [2026-04-30 03:36:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004728 10.0.0.73 - - [2026-04-30 03:36:09] "POST /neutron/network HTTP/1.1" 200 928 0.007724 10.0.0.73 - - [2026-04-30 03:36:09] "POST /neutron/port HTTP/1.1" 200 1108 0.020622 10.0.0.73 - - [2026-04-30 03:36:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004489 10.0.0.73 - - [2026-04-30 03:36:09] "POST /neutron/network HTTP/1.1" 200 928 0.009000 10.0.0.73 - - [2026-04-30 03:36:13] "POST /neutron/network HTTP/1.1" 200 928 0.008605 10.0.0.73 - - [2026-04-30 03:36:15] "POST /neutron/network HTTP/1.1" 400 204 0.014297 10.0.0.73 - - [2026-04-30 03:36:19] "POST /neutron/network HTTP/1.1" 200 928 0.008732 10.0.0.33 - - [2026-04-30 03:36:57] "GET /obj-perms HTTP/1.1" 200 5056 0.053674 10.0.0.73 - - [2026-04-30 03:37:09] "POST /neutron/port HTTP/1.1" 200 1217 0.022132 10.0.0.73 - - [2026-04-30 03:37:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003974 10.0.0.73 - - [2026-04-30 03:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.33 - - [2026-04-30 03:37:11] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.031840 10.0.0.73 - - [2026-04-30 03:37:11] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.104374 10.0.0.33 - - [2026-04-30 03:37:11] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001013 10.0.0.73 - - [2026-04-30 03:37:11] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.050624 10.0.0.73 - - [2026-04-30 03:37:11] "POST /neutron/port HTTP/1.1" 200 1217 0.028045 10.0.0.73 - - [2026-04-30 03:37:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004302 10.0.0.73 - - [2026-04-30 03:37:11] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.33 - - [2026-04-30 03:37:13] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001163 10.0.0.73 - - [2026-04-30 03:37:13] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.042470 10.0.0.33 - - [2026-04-30 03:37:13] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001097 10.0.0.73 - - [2026-04-30 03:37:13] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.070679 10.0.0.33 - - [2026-04-30 03:37:15] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001127 10.0.0.73 - - [2026-04-30 03:37:15] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050575 10.0.0.33 - - [2026-04-30 03:37:15] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001345 10.0.0.73 - - [2026-04-30 03:37:15] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.046822 10.0.0.33 - - [2026-04-30 03:37:17] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001112 10.0.0.73 - - [2026-04-30 03:37:17] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047853 10.0.0.33 - - [2026-04-30 03:37:17] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001317 10.0.0.73 - - [2026-04-30 03:37:17] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.051896 10.0.0.33 - - [2026-04-30 03:37:19] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001095 10.0.0.73 - - [2026-04-30 03:37:19] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.052421 10.0.0.33 - - [2026-04-30 03:37:19] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001598 10.0.0.73 - - [2026-04-30 03:37:19] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.038566 10.0.0.33 - - [2026-04-30 03:37:21] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001165 10.0.0.73 - - [2026-04-30 03:37:21] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043951 10.0.0.33 - - [2026-04-30 03:37:21] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001434 10.0.0.73 - - [2026-04-30 03:37:21] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.046061 10.0.0.33 - - [2026-04-30 03:37:23] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001457 10.0.0.73 - - [2026-04-30 03:37:24] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047194 10.0.0.33 - - [2026-04-30 03:37:24] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001295 10.0.0.73 - - [2026-04-30 03:37:24] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.050334 10.0.0.33 - - [2026-04-30 03:37:26] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001069 10.0.0.73 - - [2026-04-30 03:37:26] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.048347 10.0.0.33 - - [2026-04-30 03:37:26] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001275 10.0.0.73 - - [2026-04-30 03:37:26] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.058342 10.0.0.33 - - [2026-04-30 03:37:28] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001316 10.0.0.73 - - [2026-04-30 03:37:28] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.052578 10.0.0.33 - - [2026-04-30 03:37:28] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001249 10.0.0.73 - - [2026-04-30 03:37:28] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.049969 10.0.0.33 - - [2026-04-30 03:37:30] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001192 10.0.0.73 - - [2026-04-30 03:37:30] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.069257 10.0.0.33 - - [2026-04-30 03:37:30] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001152 10.0.0.73 - - [2026-04-30 03:37:30] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.065630 10.0.0.33 - - [2026-04-30 03:37:32] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001112 10.0.0.73 - - [2026-04-30 03:37:32] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043957 10.0.0.33 - - [2026-04-30 03:37:32] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001387 10.0.0.73 - - [2026-04-30 03:37:32] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.047583 10.0.0.33 - - [2026-04-30 03:37:34] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001835 10.0.0.73 - - [2026-04-30 03:37:34] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050207 10.0.0.33 - - [2026-04-30 03:37:34] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001417 10.0.0.73 - - [2026-04-30 03:37:34] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.054917 10.0.0.33 - - [2026-04-30 03:37:36] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001683 10.0.0.73 - - [2026-04-30 03:37:36] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.062941 10.0.0.33 - - [2026-04-30 03:37:36] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002749 10.0.0.73 - - [2026-04-30 03:37:37] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.084317 10.0.0.33 - - [2026-04-30 03:37:39] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001169 10.0.0.73 - - [2026-04-30 03:37:39] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047537 10.0.0.33 - - [2026-04-30 03:37:39] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001085 10.0.0.73 - - [2026-04-30 03:37:39] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.047342 10.0.0.33 - - [2026-04-30 03:37:41] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001213 10.0.0.73 - - [2026-04-30 03:37:41] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.041363 10.0.0.33 - - [2026-04-30 03:37:41] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001347 10.0.0.73 - - [2026-04-30 03:37:41] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.047982 10.0.0.33 - - [2026-04-30 03:37:43] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001152 10.0.0.73 - - [2026-04-30 03:37:43] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.040304 10.0.0.33 - - [2026-04-30 03:37:43] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001046 10.0.0.73 - - [2026-04-30 03:37:43] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.049569 10.0.0.33 - - [2026-04-30 03:37:45] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001182 10.0.0.73 - - [2026-04-30 03:37:45] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.048935 10.0.0.33 - - [2026-04-30 03:37:45] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001098 10.0.0.73 - - [2026-04-30 03:37:45] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.042092 10.0.0.33 - - [2026-04-30 03:37:47] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001215 10.0.0.73 - - [2026-04-30 03:37:47] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043591 10.0.0.33 - - [2026-04-30 03:37:47] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001094 10.0.0.73 - - [2026-04-30 03:37:47] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.043873 10.0.0.33 - - [2026-04-30 03:37:49] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001095 10.0.0.73 - - [2026-04-30 03:37:49] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047598 10.0.0.33 - - [2026-04-30 03:37:49] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000929 10.0.0.73 - - [2026-04-30 03:37:49] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.047415 10.0.0.33 - - [2026-04-30 03:37:51] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001111 10.0.0.73 - - [2026-04-30 03:37:51] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044983 10.0.0.33 - - [2026-04-30 03:37:51] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001046 10.0.0.73 - - [2026-04-30 03:37:52] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.043263 10.0.0.33 - - [2026-04-30 03:37:54] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001036 10.0.0.73 - - [2026-04-30 03:37:54] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.046619 10.0.0.33 - - [2026-04-30 03:37:54] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000996 10.0.0.73 - - [2026-04-30 03:37:54] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.052953 10.0.0.33 - - [2026-04-30 03:37:56] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001145 10.0.0.73 - - [2026-04-30 03:37:56] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.046204 10.0.0.33 - - [2026-04-30 03:37:56] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001287 10.0.0.73 - - [2026-04-30 03:37:56] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.051498 10.0.0.141 - - [2026-04-30 03:37:58] "GET /obj-perms HTTP/1.1" 200 5056 0.050897 10.0.0.33 - - [2026-04-30 03:37:58] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001517 10.0.0.73 - - [2026-04-30 03:37:58] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.058696 10.0.0.33 - - [2026-04-30 03:37:58] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001149 10.0.0.73 - - [2026-04-30 03:37:58] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.040381 10.0.0.33 - - [2026-04-30 03:38:00] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001600 10.0.0.73 - - [2026-04-30 03:38:00] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.051307 10.0.0.33 - - [2026-04-30 03:38:00] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001394 10.0.0.73 - - [2026-04-30 03:38:00] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.057580 10.0.0.33 - - [2026-04-30 03:38:02] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001018 10.0.0.73 - - [2026-04-30 03:38:02] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050101 10.0.0.33 - - [2026-04-30 03:38:02] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001259 10.0.0.73 - - [2026-04-30 03:38:02] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.037562 10.0.0.33 - - [2026-04-30 03:38:04] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001169 10.0.0.73 - - [2026-04-30 03:38:04] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.050885 10.0.0.33 - - [2026-04-30 03:38:04] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001060 10.0.0.73 - - [2026-04-30 03:38:04] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.048395 10.0.0.33 - - [2026-04-30 03:38:06] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001246 10.0.0.73 - - [2026-04-30 03:38:06] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.045812 10.0.0.33 - - [2026-04-30 03:38:07] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001648 10.0.0.73 - - [2026-04-30 03:38:07] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.057820 10.0.0.33 - - [2026-04-30 03:38:09] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001079 10.0.0.73 - - [2026-04-30 03:38:09] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.053590 10.0.0.33 - - [2026-04-30 03:38:09] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001154 10.0.0.73 - - [2026-04-30 03:38:09] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.055955 10.0.0.73 - - [2026-04-30 03:38:09] "POST /neutron/port HTTP/1.1" 200 1108 0.061669 10.0.0.73 - - [2026-04-30 03:38:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005065 10.0.0.73 - - [2026-04-30 03:38:09] "POST /neutron/network HTTP/1.1" 200 928 0.007060 10.0.0.33 - - [2026-04-30 03:38:11] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001092 10.0.0.73 - - [2026-04-30 03:38:11] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.040266 10.0.0.33 - - [2026-04-30 03:38:11] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001524 10.0.0.73 - - [2026-04-30 03:38:11] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.055840 10.0.0.73 - - [2026-04-30 03:38:11] "POST /neutron/network HTTP/1.1" 200 938 0.007883 10.0.0.73 - - [2026-04-30 03:38:11] "POST /neutron/port HTTP/1.1" 200 117 0.001615 10.0.0.33 - - [2026-04-30 03:38:13] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001203 10.0.0.73 - - [2026-04-30 03:38:13] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.051787 10.0.0.33 - - [2026-04-30 03:38:13] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001335 10.0.0.73 - - [2026-04-30 03:38:13] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.048687 10.0.0.33 - - [2026-04-30 03:38:15] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001152 10.0.0.73 - - [2026-04-30 03:38:15] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044191 10.0.0.33 - - [2026-04-30 03:38:15] "GET /projects?obj_uuids=c8b20024-6976-49e0-a2b9-cd637c36964b&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001141 10.0.0.73 - - [2026-04-30 03:38:15] "GET /project/c8b20024-6976-49e0-a2b9-cd637c36964b?fields=virtual_networks HTTP/1.1" 200 1375 0.041129 10.0.0.73 - - [2026-04-30 03:38:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.029009 10.0.0.33 - - [2026-04-30 03:38:16] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.33 - - [2026-04-30 03:38:16] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001442 10.0.0.33 - - [2026-04-30 03:38:16] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034861 10.0.0.33 - - [2026-04-30 03:38:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.005600 10.0.0.33 - - [2026-04-30 03:38:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.004947 10.0.0.33 - - [2026-04-30 03:38:16] "POST /security-groups HTTP/1.1" 200 589 0.036684 10.0.0.33 - - [2026-04-30 03:38:16] "POST /projects HTTP/1.1" 200 581 0.268222 10.0.0.33 - - [2026-04-30 03:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.339672 10.0.0.73 - - [2026-04-30 03:38:16] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.521162 10.0.0.141 - - [2026-04-30 03:38:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.047678 10.0.0.73 - - [2026-04-30 03:38:17] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.73 - - [2026-04-30 03:38:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.73 - - [2026-04-30 03:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.058953 10.0.0.33 - - [2026-04-30 03:38:19] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001698 10.0.0.73 - - [2026-04-30 03:38:19] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041047 10.0.0.33 - - [2026-04-30 03:38:19] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002836 10.0.0.73 - - [2026-04-30 03:38:20] "POST /neutron/network HTTP/1.1" 200 615 0.161043 10.0.0.141 - - [2026-04-30 03:38:20] "POST /ref-update HTTP/1.1" 200 156 0.020772 10.0.0.73 - - [2026-04-30 03:38:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.004205 10.0.0.73 - - [2026-04-30 03:38:20] "GET /virtual-network/f9f6d1db-b229-409b-acf7-a6a46023867f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006294 10.0.0.73 - - [2026-04-30 03:38:20] "POST /neutron/network HTTP/1.1" 200 833 0.008061 10.0.0.73 - - [2026-04-30 03:38:20] "GET /virtual-network/f9f6d1db-b229-409b-acf7-a6a46023867f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006464 10.0.0.73 - - [2026-04-30 03:38:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001722 10.0.0.73 - - [2026-04-30 03:38:20] "POST /neutron/port HTTP/1.1" 200 4190 0.032788 10.0.0.33 - - [2026-04-30 03:38:21] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.73 - - [2026-04-30 03:38:21] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.095169 10.0.0.73 - - [2026-04-30 03:38:21] "POST /neutron/port HTTP/1.1" 200 4190 0.042704 10.0.0.73 - - [2026-04-30 03:38:22] "POST /neutron/network HTTP/1.1" 200 843 0.009653 10.0.0.73 - - [2026-04-30 03:38:22] "POST /neutron/port HTTP/1.1" 200 1057 0.022433 10.0.0.73 - - [2026-04-30 03:38:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004069 10.0.0.73 - - [2026-04-30 03:38:22] "POST /neutron/network HTTP/1.1" 200 833 0.007152 10.0.0.73 - - [2026-04-30 03:38:27] "POST /neutron/port HTTP/1.1" 200 1121 0.023175 10.0.0.73 - - [2026-04-30 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.33 - - [2026-04-30 03:38:27] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.73 - - [2026-04-30 03:38:27] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039926 10.0.0.33 - - [2026-04-30 03:38:27] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001348 10.0.0.73 - - [2026-04-30 03:38:27] "POST /neutron/network HTTP/1.1" 200 613 0.128397 10.0.0.73 - - [2026-04-30 03:38:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.003910 10.0.0.73 - - [2026-04-30 03:38:27] "GET /virtual-network/ed56d113-c237-474f-9181-0b09f948cbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006581 10.0.0.73 - - [2026-04-30 03:38:27] "POST /neutron/network HTTP/1.1" 200 834 0.006967 10.0.0.73 - - [2026-04-30 03:38:27] "GET /virtual-network/ed56d113-c237-474f-9181-0b09f948cbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005639 10.0.0.73 - - [2026-04-30 03:38:28] "GET /virtual-network/ed56d113-c237-474f-9181-0b09f948cbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005706 10.0.0.73 - - [2026-04-30 03:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.33 - - [2026-04-30 03:38:29] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.73 - - [2026-04-30 03:38:29] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047182 10.0.0.73 - - [2026-04-30 03:38:29] "POST /neutron/network HTTP/1.1" 200 117 0.016684 10.0.0.141 - - [2026-04-30 03:38:29] "POST /route-targets HTTP/1.1" 200 327 0.013771 10.0.0.73 - - [2026-04-30 03:38:30] "POST /neutron/network HTTP/1.1" 200 831 0.010312 10.0.0.73 - - [2026-04-30 03:38:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001318 10.0.0.73 - - [2026-04-30 03:38:30] "GET /virtual-network/c07e7ff1-f102-4fca-9228-75895573d3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008181 10.0.0.73 - - [2026-04-30 03:38:30] "GET /virtual-network/c07e7ff1-f102-4fca-9228-75895573d3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007661 10.0.0.73 - - [2026-04-30 03:38:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.011067 10.0.0.73 - - [2026-04-30 03:38:30] "GET /virtual-network/c07e7ff1-f102-4fca-9228-75895573d3e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006283 10.0.0.73 - - [2026-04-30 03:38:30] "GET /obj-perms HTTP/1.1" 200 5026 0.060934 10.0.0.33 - - [2026-04-30 03:38:30] "GET /obj-perms HTTP/1.1" 200 5026 0.049672 10.0.0.73 - - [2026-04-30 03:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.33 - - [2026-04-30 03:38:30] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001850 10.0.0.73 - - [2026-04-30 03:38:30] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053505 10.0.0.141 - - [2026-04-30 03:38:31] "POST /ref-update HTTP/1.1" 200 156 0.037904 10.0.0.33 - - [2026-04-30 03:38:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005690 10.0.0.73 - - [2026-04-30 03:38:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.237456 10.0.0.73 - - [2026-04-30 03:38:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001409 10.0.0.73 - - [2026-04-30 03:38:31] "GET /virtual-network/5dc3f1f2-431e-45d2-aebd-5543103fe911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005239 10.0.0.73 - - [2026-04-30 03:38:31] "GET /virtual-network/5dc3f1f2-431e-45d2-aebd-5543103fe911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.014882 10.0.0.73 - - [2026-04-30 03:38:31] "POST /neutron/network HTTP/1.1" 200 833 0.010237 10.0.0.73 - - [2026-04-30 03:38:31] "GET /virtual-network/5dc3f1f2-431e-45d2-aebd-5543103fe911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006106 10.0.0.141 - - [2026-04-30 03:38:32] "GET /obj-perms HTTP/1.1" 200 5026 0.056963 10.0.0.73 - - [2026-04-30 03:38:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001690 10.0.0.73 - - [2026-04-30 03:38:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008968 10.0.0.33 - - [2026-04-30 03:38:33] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.73 - - [2026-04-30 03:38:33] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.105689 10.0.0.73 - - [2026-04-30 03:38:33] "POST /neutron/port HTTP/1.1" 200 5158 0.045374 10.0.0.73 - - [2026-04-30 03:38:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001365 10.0.0.73 - - [2026-04-30 03:38:33] "POST /neutron/port HTTP/1.1" 200 5158 0.046411 10.0.0.33 - - [2026-04-30 03:38:33] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.73 - - [2026-04-30 03:38:34] "POST /neutron/port HTTP/1.1" 200 1057 0.322912 10.0.0.73 - - [2026-04-30 03:38:34] "POST /neutron/port HTTP/1.1" 200 1057 0.016221 10.0.0.73 - - [2026-04-30 03:38:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005000 10.0.0.73 - - [2026-04-30 03:38:34] "POST /neutron/network HTTP/1.1" 200 831 0.007513 10.0.0.33 - - [2026-04-30 03:38:34] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.73 - - [2026-04-30 03:38:34] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.076702 10.0.0.73 - - [2026-04-30 03:38:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009444 10.0.0.73 - - [2026-04-30 03:38:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003486 10.0.0.73 - - [2026-04-30 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011050 10.0.0.33 - - [2026-04-30 03:38:35] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.73 - - [2026-04-30 03:38:35] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008085 10.0.0.73 - - [2026-04-30 03:38:35] "POST /service-templates HTTP/1.1" 200 543 0.038481 10.0.0.73 - - [2026-04-30 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.73 - - [2026-04-30 03:38:35] "GET /service-template/ec5b6eea-0b54-411c-bd78-4fd09c628db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006343 10.0.0.73 - - [2026-04-30 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010726 10.0.0.33 - - [2026-04-30 03:38:35] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001126 10.0.0.73 - - [2026-04-30 03:38:35] "GET /service-template/ec5b6eea-0b54-411c-bd78-4fd09c628db3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005316 10.0.0.73 - - [2026-04-30 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.004869 10.0.0.73 - - [2026-04-30 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.003095 10.0.0.73 - - [2026-04-30 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001684 10.0.0.73 - - [2026-04-30 03:38:35] "POST /neutron/port HTTP/1.1" 200 1057 0.439631 10.0.0.73 - - [2026-04-30 03:38:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010448 10.0.0.73 - - [2026-04-30 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.73 - - [2026-04-30 03:38:35] "DELETE /service-template/ec5b6eea-0b54-411c-bd78-4fd09c628db3 HTTP/1.1" 200 115 0.049371 10.0.0.73 - - [2026-04-30 03:38:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.007219 10.0.0.73 - - [2026-04-30 03:38:36] "POST /neutron/port HTTP/1.1" 200 1121 0.031922 10.0.0.73 - - [2026-04-30 03:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.73 - - [2026-04-30 03:38:36] "POST /neutron/network HTTP/1.1" 400 204 0.016521 10.0.0.73 - - [2026-04-30 03:38:37] "POST /neutron/port HTTP/1.1" 200 151 0.227545 10.0.0.73 - - [2026-04-30 03:38:38] "POST /neutron/port HTTP/1.1" 200 151 0.187719 10.0.0.73 - - [2026-04-30 03:38:38] "POST /neutron/port HTTP/1.1" 200 117 0.006363 10.0.0.73 - - [2026-04-30 03:38:38] "POST /neutron/network HTTP/1.1" 200 831 0.007189 10.0.0.141 - - [2026-04-30 03:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.73 - - [2026-04-30 03:38:39] "POST /neutron/network HTTP/1.1" 200 834 0.006377 10.0.0.141 - - [2026-04-30 03:38:39] "DELETE /route-target/0b7f1bce-91ae-4c20-9daf-e56c1442580e HTTP/1.1" 200 115 0.035250 10.0.0.73 - - [2026-04-30 03:38:39] "POST /neutron/network HTTP/1.1" 400 204 0.016364 10.0.0.73 - - [2026-04-30 03:38:40] "POST /neutron/port HTTP/1.1" 200 151 0.203190 10.0.0.73 - - [2026-04-30 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.33 - - [2026-04-30 03:38:44] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.73 - - [2026-04-30 03:38:44] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048376 10.0.0.73 - - [2026-04-30 03:38:44] "POST /neutron/network HTTP/1.1" 200 117 0.015867 10.0.0.141 - - [2026-04-30 03:38:44] "POST /route-targets HTTP/1.1" 200 327 0.014289 10.0.0.73 - - [2026-04-30 03:38:45] "POST /neutron/network HTTP/1.1" 200 830 0.009948 10.0.0.73 - - [2026-04-30 03:38:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001219 10.0.0.73 - - [2026-04-30 03:38:45] "GET /virtual-network/793550b6-04a8-4a92-8173-bb2840fb7c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005529 10.0.0.73 - - [2026-04-30 03:38:45] "GET /virtual-network/793550b6-04a8-4a92-8173-bb2840fb7c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006966 10.0.0.73 - - [2026-04-30 03:38:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.010951 10.0.0.73 - - [2026-04-30 03:38:45] "GET /virtual-network/793550b6-04a8-4a92-8173-bb2840fb7c17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006338 10.0.0.73 - - [2026-04-30 03:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.33 - - [2026-04-30 03:38:45] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001426 10.0.0.73 - - [2026-04-30 03:38:45] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057702 10.0.0.141 - - [2026-04-30 03:38:46] "POST /ref-update HTTP/1.1" 200 156 0.025471 10.0.0.33 - - [2026-04-30 03:38:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009046 10.0.0.73 - - [2026-04-30 03:38:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.216074 10.0.0.73 - - [2026-04-30 03:38:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001567 10.0.0.73 - - [2026-04-30 03:38:46] "GET /virtual-network/73a6b6a5-f0f7-4c95-a442-7681b88460dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006345 10.0.0.73 - - [2026-04-30 03:38:46] "GET /virtual-network/73a6b6a5-f0f7-4c95-a442-7681b88460dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007765 10.0.0.73 - - [2026-04-30 03:38:46] "POST /neutron/network HTTP/1.1" 200 830 0.009655 10.0.0.73 - - [2026-04-30 03:38:46] "GET /virtual-network/73a6b6a5-f0f7-4c95-a442-7681b88460dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006261 10.0.0.73 - - [2026-04-30 03:38:46] "GET /obj-perms HTTP/1.1" 200 5026 0.007764 10.0.0.33 - - [2026-04-30 03:38:46] "GET /obj-perms HTTP/1.1" 200 5026 0.004030 10.0.0.73 - - [2026-04-30 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.33 - - [2026-04-30 03:38:46] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.73 - - [2026-04-30 03:38:46] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050031 10.0.0.33 - - [2026-04-30 03:38:46] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.73 - - [2026-04-30 03:38:47] "POST /neutron/network HTTP/1.1" 200 615 0.125960 10.0.0.73 - - [2026-04-30 03:38:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.003675 10.0.0.73 - - [2026-04-30 03:38:47] "GET /virtual-network/72d1bc62-f03d-4a64-a7fc-593b1e025300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005517 10.0.0.73 - - [2026-04-30 03:38:47] "POST /neutron/network HTTP/1.1" 200 833 0.007788 10.0.0.73 - - [2026-04-30 03:38:47] "GET /virtual-network/72d1bc62-f03d-4a64-a7fc-593b1e025300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005934 10.0.0.73 - - [2026-04-30 03:38:47] "GET /virtual-network/72d1bc62-f03d-4a64-a7fc-593b1e025300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005689 10.0.0.141 - - [2026-04-30 03:38:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003907 10.0.0.73 - - [2026-04-30 03:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.33 - - [2026-04-30 03:38:47] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.73 - - [2026-04-30 03:38:47] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047143 10.0.0.73 - - [2026-04-30 03:38:47] "POST /neutron/network HTTP/1.1" 200 117 0.016629 10.0.0.141 - - [2026-04-30 03:38:48] "POST /route-targets HTTP/1.1" 200 327 0.014661 10.0.0.73 - - [2026-04-30 03:38:48] "POST /neutron/network HTTP/1.1" 200 845 0.009544 10.0.0.73 - - [2026-04-30 03:38:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001271 10.0.0.73 - - [2026-04-30 03:38:48] "GET /virtual-network/184932e9-c09f-41d5-9498-95e33950a2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005824 10.0.0.73 - - [2026-04-30 03:38:48] "GET /virtual-network/184932e9-c09f-41d5-9498-95e33950a2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007371 10.0.0.73 - - [2026-04-30 03:38:48] "POST /neutron/subnet HTTP/1.1" 200 730 0.009416 10.0.0.73 - - [2026-04-30 03:38:48] "GET /virtual-network/184932e9-c09f-41d5-9498-95e33950a2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008175 10.0.0.73 - - [2026-04-30 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.33 - - [2026-04-30 03:38:49] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.73 - - [2026-04-30 03:38:49] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058171 10.0.0.141 - - [2026-04-30 03:38:49] "POST /ref-update HTTP/1.1" 200 156 0.036654 10.0.0.33 - - [2026-04-30 03:38:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006425 10.0.0.73 - - [2026-04-30 03:38:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.224518 10.0.0.73 - - [2026-04-30 03:38:49] "POST /id-to-fqname HTTP/1.1" 200 230 0.001319 10.0.0.73 - - [2026-04-30 03:38:49] "GET /virtual-network/f15e5eae-1825-44d0-ab73-73c3f1638b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005767 10.0.0.73 - - [2026-04-30 03:38:49] "GET /virtual-network/f15e5eae-1825-44d0-ab73-73c3f1638b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006070 10.0.0.73 - - [2026-04-30 03:38:49] "POST /neutron/network HTTP/1.1" 200 846 0.007324 10.0.0.73 - - [2026-04-30 03:38:49] "GET /virtual-network/f15e5eae-1825-44d0-ab73-73c3f1638b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006671 10.0.0.73 - - [2026-04-30 03:38:50] "GET /obj-perms HTTP/1.1" 200 5026 0.004156 10.0.0.33 - - [2026-04-30 03:38:50] "GET /obj-perms HTTP/1.1" 200 5026 0.004294 10.0.0.73 - - [2026-04-30 03:38:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001506 10.0.0.73 - - [2026-04-30 03:38:50] "POST /neutron/network HTTP/1.1" 200 840 0.007219 10.0.0.33 - - [2026-04-30 03:38:51] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.73 - - [2026-04-30 03:38:51] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072416 10.0.0.73 - - [2026-04-30 03:38:51] "POST /neutron/port HTTP/1.1" 200 117 0.006979 10.0.0.73 - - [2026-04-30 03:38:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001472 10.0.0.73 - - [2026-04-30 03:38:52] "POST /neutron/network HTTP/1.1" 200 840 0.011077 10.0.0.73 - - [2026-04-30 03:38:52] "POST /neutron/port HTTP/1.1" 200 1056 0.022007 10.0.0.73 - - [2026-04-30 03:38:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005246 10.0.0.33 - - [2026-04-30 03:38:52] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.73 - - [2026-04-30 03:38:52] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.077534 10.0.0.73 - - [2026-04-30 03:38:52] "POST /neutron/network HTTP/1.1" 200 830 0.007399 10.0.0.73 - - [2026-04-30 03:38:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007966 10.0.0.73 - - [2026-04-30 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.004502 10.0.0.73 - - [2026-04-30 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.33 - - [2026-04-30 03:38:53] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.73 - - [2026-04-30 03:38:53] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007844 10.0.0.73 - - [2026-04-30 03:38:53] "POST /service-templates HTTP/1.1" 200 543 0.034453 10.0.0.73 - - [2026-04-30 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.73 - - [2026-04-30 03:38:53] "GET /service-template/c9c78877-c25f-493d-997e-a3f8998358fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006891 10.0.0.73 - - [2026-04-30 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.73 - - [2026-04-30 03:38:53] "GET /service-template/c9c78877-c25f-493d-997e-a3f8998358fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.008257 10.0.0.73 - - [2026-04-30 03:38:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001575 10.0.0.33 - - [2026-04-30 03:38:53] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.73 - - [2026-04-30 03:38:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001703 10.0.0.73 - - [2026-04-30 03:38:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.001339 10.0.0.73 - - [2026-04-30 03:38:53] "POST /neutron/port HTTP/1.1" 200 1057 0.351416 10.0.0.73 - - [2026-04-30 03:38:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009427 10.0.0.73 - - [2026-04-30 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.73 - - [2026-04-30 03:38:53] "DELETE /service-template/c9c78877-c25f-493d-997e-a3f8998358fe HTTP/1.1" 200 115 0.034531 10.0.0.73 - - [2026-04-30 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.006566 10.0.0.73 - - [2026-04-30 03:38:54] "POST /neutron/port HTTP/1.1" 200 1121 0.030581 10.0.0.73 - - [2026-04-30 03:38:54] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.33 - - [2026-04-30 03:38:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004639 10.0.0.33 - - [2026-04-30 03:38:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003164 10.0.0.73 - - [2026-04-30 03:38:54] "POST /neutron/network HTTP/1.1" 200 151 0.130419 10.0.0.141 - - [2026-04-30 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.73 - - [2026-04-30 03:38:54] "POST /neutron/port HTTP/1.1" 200 1120 0.036534 10.0.0.73 - - [2026-04-30 03:38:55] "POST /neutron/network HTTP/1.1" 200 833 0.016361 10.0.0.73 - - [2026-04-30 03:38:55] "POST /neutron/port HTTP/1.1" 200 1111 0.015933 10.0.0.73 - - [2026-04-30 03:38:56] "POST /neutron/network HTTP/1.1" 200 2182 0.011588 10.0.0.73 - - [2026-04-30 03:38:57] "POST /neutron/network HTTP/1.1" 200 833 0.007960 10.0.0.141 - - [2026-04-30 03:38:57] "DELETE /route-target/81aa6a88-4954-43bb-8894-5a822d8ede37 HTTP/1.1" 200 115 0.027340 10.0.0.33 - - [2026-04-30 03:38:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004240 10.0.0.33 - - [2026-04-30 03:38:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006990 10.0.0.73 - - [2026-04-30 03:38:57] "POST /neutron/network HTTP/1.1" 200 151 0.125831 10.0.0.141 - - [2026-04-30 03:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006270 10.0.0.141 - - [2026-04-30 03:38:59] "GET /obj-perms HTTP/1.1" 200 5056 0.051256 10.0.0.33 - - [2026-04-30 03:38:59] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.73 - - [2026-04-30 03:38:59] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046509 10.0.0.33 - - [2026-04-30 03:38:59] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001302 10.0.0.73 - - [2026-04-30 03:38:59] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?fields=virtual_networks HTTP/1.1" 200 1029 0.049217 10.0.0.33 - - [2026-04-30 03:38:59] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.73 - - [2026-04-30 03:38:59] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.046195 10.0.0.33 - - [2026-04-30 03:38:59] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.73 - - [2026-04-30 03:38:59] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?fields=security_groups HTTP/1.1" 200 1253 0.042334 10.0.0.73 - - [2026-04-30 03:39:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.030737 10.0.0.33 - - [2026-04-30 03:39:00] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003776 10.0.0.33 - - [2026-04-30 03:39:00] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001664 10.0.0.33 - - [2026-04-30 03:39:00] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010626 10.0.0.33 - - [2026-04-30 03:39:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.003073 10.0.0.33 - - [2026-04-30 03:39:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.009919 10.0.0.33 - - [2026-04-30 03:39:00] "POST /security-groups HTTP/1.1" 200 589 0.037131 10.0.0.33 - - [2026-04-30 03:39:00] "POST /projects HTTP/1.1" 200 581 0.278214 10.0.0.141 - - [2026-04-30 03:39:00] "POST /access-control-lists HTTP/1.1" 200 594 0.034377 10.0.0.33 - - [2026-04-30 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.358636 10.0.0.73 - - [2026-04-30 03:39:01] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.539225 10.0.0.73 - - [2026-04-30 03:39:02] "GET / HTTP/1.1" 200 35931 0.002210 10.0.0.73 - - [2026-04-30 03:39:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.73 - - [2026-04-30 03:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.054462 10.0.0.33 - - [2026-04-30 03:39:04] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.73 - - [2026-04-30 03:39:04] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044396 10.0.0.73 - - [2026-04-30 03:39:04] "POST /neutron/network HTTP/1.1" 200 117 0.041106 10.0.0.141 - - [2026-04-30 03:39:04] "POST /route-targets HTTP/1.1" 200 327 0.014264 10.0.0.73 - - [2026-04-30 03:39:05] "POST /neutron/network HTTP/1.1" 200 832 0.009583 10.0.0.73 - - [2026-04-30 03:39:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.001357 10.0.0.73 - - [2026-04-30 03:39:05] "GET /virtual-network/23603790-0824-4197-aafd-e1838ce42c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007324 10.0.0.73 - - [2026-04-30 03:39:05] "GET /virtual-network/23603790-0824-4197-aafd-e1838ce42c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006655 10.0.0.73 - - [2026-04-30 03:39:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.013496 10.0.0.33 - - [2026-04-30 03:39:05] "DELETE /project/5063801e1e504d7982c0caa365fed971 HTTP/1.1" 404 173 0.008396 10.0.0.33 - - [2026-04-30 03:39:05] "DELETE /project/f006a82b3e9948e0b1e6800df071d600 HTTP/1.1" 404 173 0.004869 10.0.0.33 - - [2026-04-30 03:39:05] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.33 - - [2026-04-30 03:39:05] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.058268 10.0.0.33 - - [2026-04-30 03:39:05] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.33 - - [2026-04-30 03:39:05] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?fields=security_groups HTTP/1.1" 200 1358 0.096362 10.0.0.73 - - [2026-04-30 03:39:05] "GET /virtual-network/23603790-0824-4197-aafd-e1838ce42c7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005474 10.0.0.33 - - [2026-04-30 03:39:05] "DELETE /security-group/73b7cb76-2919-42a1-a528-361abc0e2d49 HTTP/1.1" 200 115 0.070809 10.0.0.33 - - [2026-04-30 03:39:05] "GET /projects?obj_uuids=f006a82b-3e99-48e0-b1e6-800df071d600&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.33 - - [2026-04-30 03:39:05] "GET /project/f006a82b-3e99-48e0-b1e6-800df071d600?fields=application_policy_sets HTTP/1.1" 200 1397 0.049814 10.0.0.141 - - [2026-04-30 03:39:05] "DELETE /access-control-list/131d4ee1-6524-4887-aec1-d826eaf4430b HTTP/1.1" 200 115 0.040031 10.0.0.33 - - [2026-04-30 03:39:06] "DELETE /project/f006a82b-3e99-48e0-b1e6-800df071d600 HTTP/1.1" 200 115 0.544820 10.0.0.73 - - [2026-04-30 03:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.33 - - [2026-04-30 03:39:07] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001495 10.0.0.73 - - [2026-04-30 03:39:07] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.041153 10.0.0.33 - - [2026-04-30 03:39:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006463 10.0.0.73 - - [2026-04-30 03:39:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.266867 10.0.0.73 - - [2026-04-30 03:39:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001410 10.0.0.73 - - [2026-04-30 03:39:07] "GET /virtual-network/b8d398d1-9a28-485a-8a89-ca6bc52483ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005949 10.0.0.73 - - [2026-04-30 03:39:07] "GET /virtual-network/b8d398d1-9a28-485a-8a89-ca6bc52483ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005486 10.0.0.73 - - [2026-04-30 03:39:07] "POST /neutron/network HTTP/1.1" 200 836 0.008534 10.0.0.73 - - [2026-04-30 03:39:08] "GET /virtual-network/b8d398d1-9a28-485a-8a89-ca6bc52483ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005901 10.0.0.73 - - [2026-04-30 03:39:08] "GET /obj-perms HTTP/1.1" 200 5026 0.073471 10.0.0.73 - - [2026-04-30 03:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.33 - - [2026-04-30 03:39:08] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.73 - - [2026-04-30 03:39:08] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.046799 10.0.0.33 - - [2026-04-30 03:39:08] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.73 - - [2026-04-30 03:39:08] "POST /neutron/network HTTP/1.1" 200 619 0.128700 10.0.0.141 - - [2026-04-30 03:39:08] "POST /route-targets HTTP/1.1" 200 327 0.014297 10.0.0.73 - - [2026-04-30 03:39:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.003781 10.0.0.73 - - [2026-04-30 03:39:09] "GET /virtual-network/ffbe5917-e002-467d-9612-2f007e228388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009509 10.0.0.73 - - [2026-04-30 03:39:09] "POST /neutron/network HTTP/1.1" 200 838 0.007250 10.0.0.73 - - [2026-04-30 03:39:09] "GET /virtual-network/ffbe5917-e002-467d-9612-2f007e228388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005907 10.0.0.73 - - [2026-04-30 03:39:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.012783 10.0.0.73 - - [2026-04-30 03:39:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003843 10.0.0.73 - - [2026-04-30 03:39:09] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.73 - - [2026-04-30 03:39:09] "GET /virtual-network/ffbe5917-e002-467d-9612-2f007e228388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006355 10.0.0.141 - - [2026-04-30 03:39:09] "GET /obj-perms HTTP/1.1" 200 5026 0.079792 10.0.0.33 - - [2026-04-30 03:39:09] "GET /obj-perms HTTP/1.1" 200 5026 0.058481 10.0.0.73 - - [2026-04-30 03:39:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001216 10.0.0.73 - - [2026-04-30 03:39:09] "POST /neutron/port HTTP/1.1" 200 4190 0.031229 10.0.0.33 - - [2026-04-30 03:39:10] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.73 - - [2026-04-30 03:39:10] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.080197 10.0.0.73 - - [2026-04-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 4190 0.049053 10.0.0.73 - - [2026-04-30 03:39:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001312 10.0.0.73 - - [2026-04-30 03:39:11] "POST /neutron/network HTTP/1.1" 200 848 0.011674 10.0.0.73 - - [2026-04-30 03:39:11] "POST /neutron/port HTTP/1.1" 200 1058 0.022330 10.0.0.33 - - [2026-04-30 03:39:12] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.73 - - [2026-04-30 03:39:12] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.113512 10.0.0.73 - - [2026-04-30 03:39:12] "POST /neutron/port HTTP/1.1" 200 1122 0.054445 10.0.0.73 - - [2026-04-30 03:39:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.010496 10.0.0.73 - - [2026-04-30 03:39:12] "POST /neutron/network HTTP/1.1" 200 836 0.008086 10.0.0.73 - - [2026-04-30 03:39:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003362 10.0.0.73 - - [2026-04-30 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.33 - - [2026-04-30 03:39:12] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.73 - - [2026-04-30 03:39:12] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008964 10.0.0.73 - - [2026-04-30 03:39:12] "POST /service-templates HTTP/1.1" 200 543 0.038414 10.0.0.73 - - [2026-04-30 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.73 - - [2026-04-30 03:39:12] "GET /service-template/b1856b60-24e5-45c2-b644-fd81e8d26fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006667 10.0.0.73 - - [2026-04-30 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.73 - - [2026-04-30 03:39:12] "POST /neutron/network HTTP/1.1" 200 848 0.008258 10.0.0.73 - - [2026-04-30 03:39:12] "GET /service-template/b1856b60-24e5-45c2-b644-fd81e8d26fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004609 10.0.0.73 - - [2026-04-30 03:39:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001733 10.0.0.73 - - [2026-04-30 03:39:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001351 10.0.0.73 - - [2026-04-30 03:39:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001279 10.0.0.73 - - [2026-04-30 03:39:13] "POST /neutron/port HTTP/1.1" 200 1058 0.023416 10.0.0.73 - - [2026-04-30 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.73 - - [2026-04-30 03:39:13] "POST /neutron/port HTTP/1.1" 200 1112 0.125296 10.0.0.73 - - [2026-04-30 03:39:13] "DELETE /service-template/b1856b60-24e5-45c2-b644-fd81e8d26fd7 HTTP/1.1" 200 115 0.080922 10.0.0.73 - - [2026-04-30 03:39:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.006278 10.0.0.73 - - [2026-04-30 03:39:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.009694 10.0.0.73 - - [2026-04-30 03:39:13] "POST /neutron/network HTTP/1.1" 200 838 0.007024 10.0.0.73 - - [2026-04-30 03:39:13] "POST /neutron/port HTTP/1.1" 200 1217 0.020277 10.0.0.73 - - [2026-04-30 03:39:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.73 - - [2026-04-30 03:39:13] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.73 - - [2026-04-30 03:39:14] "POST /neutron/port HTTP/1.1" 200 1112 0.017900 10.0.0.73 - - [2026-04-30 03:39:14] "POST /neutron/port HTTP/1.1" 200 1112 0.015529 10.0.0.73 - - [2026-04-30 03:39:15] "POST /neutron/network HTTP/1.1" 200 2195 0.010545 10.0.0.33 - - [2026-04-30 03:39:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005051 10.0.0.33 - - [2026-04-30 03:39:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004806 10.0.0.73 - - [2026-04-30 03:39:15] "POST /neutron/network HTTP/1.1" 200 151 0.156709 10.0.0.141 - - [2026-04-30 03:39:15] "DELETE /route-target/90b35608-e36d-4313-a9b0-7507e3fb832b HTTP/1.1" 200 115 0.033966 10.0.0.33 - - [2026-04-30 03:39:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003386 10.0.0.33 - - [2026-04-30 03:39:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002959 10.0.0.73 - - [2026-04-30 03:39:16] "POST /neutron/network HTTP/1.1" 200 151 0.132537 10.0.0.141 - - [2026-04-30 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.73 - - [2026-04-30 03:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.33 - - [2026-04-30 03:39:19] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.73 - - [2026-04-30 03:39:19] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.058578 10.0.0.73 - - [2026-04-30 03:39:19] "POST /neutron/network HTTP/1.1" 200 117 0.014733 10.0.0.73 - - [2026-04-30 03:39:19] "POST /neutron/network HTTP/1.1" 200 834 0.010325 10.0.0.73 - - [2026-04-30 03:39:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001489 10.0.0.73 - - [2026-04-30 03:39:19] "GET /virtual-network/33b49be4-71ae-4077-a331-ec5b49955b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006510 10.0.0.73 - - [2026-04-30 03:39:19] "GET /virtual-network/33b49be4-71ae-4077-a331-ec5b49955b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006208 10.0.0.73 - - [2026-04-30 03:39:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.011497 10.0.0.141 - - [2026-04-30 03:39:20] "POST /ref-update HTTP/1.1" 200 156 0.020483 10.0.0.73 - - [2026-04-30 03:39:25] "GET /virtual-network/33b49be4-71ae-4077-a331-ec5b49955b22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008122 10.0.0.73 - - [2026-04-30 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.33 - - [2026-04-30 03:39:25] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.73 - - [2026-04-30 03:39:25] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040647 10.0.0.33 - - [2026-04-30 03:39:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009234 10.0.0.73 - - [2026-04-30 03:39:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.225536 10.0.0.73 - - [2026-04-30 03:39:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001527 10.0.0.73 - - [2026-04-30 03:39:26] "GET /virtual-network/5b71238a-6fbd-4211-b485-0f7f2014f0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006457 10.0.0.73 - - [2026-04-30 03:39:26] "GET /virtual-network/5b71238a-6fbd-4211-b485-0f7f2014f0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006119 10.0.0.73 - - [2026-04-30 03:39:26] "POST /neutron/network HTTP/1.1" 200 833 0.007342 10.0.0.73 - - [2026-04-30 03:39:26] "GET /virtual-network/5b71238a-6fbd-4211-b485-0f7f2014f0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005997 10.0.0.73 - - [2026-04-30 03:39:26] "GET /obj-perms HTTP/1.1" 200 5026 0.003598 10.0.0.73 - - [2026-04-30 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.33 - - [2026-04-30 03:39:26] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001704 10.0.0.73 - - [2026-04-30 03:39:26] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048305 10.0.0.33 - - [2026-04-30 03:39:26] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.73 - - [2026-04-30 03:39:27] "POST /neutron/network HTTP/1.1" 200 615 0.137624 10.0.0.141 - - [2026-04-30 03:39:27] "POST /route-targets HTTP/1.1" 200 327 0.013954 10.0.0.73 - - [2026-04-30 03:39:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.003056 10.0.0.73 - - [2026-04-30 03:39:27] "GET /virtual-network/ea4a478f-7803-49da-a977-a147ac0b55fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005515 10.0.0.73 - - [2026-04-30 03:39:27] "POST /neutron/network HTTP/1.1" 200 835 0.007182 10.0.0.73 - - [2026-04-30 03:39:27] "GET /virtual-network/ea4a478f-7803-49da-a977-a147ac0b55fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005465 10.0.0.73 - - [2026-04-30 03:39:27] "GET /virtual-network/ea4a478f-7803-49da-a977-a147ac0b55fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006608 10.0.0.141 - - [2026-04-30 03:39:27] "GET /obj-perms HTTP/1.1" 200 5026 0.003908 10.0.0.33 - - [2026-04-30 03:39:27] "GET /obj-perms HTTP/1.1" 200 5026 0.004094 10.0.0.73 - - [2026-04-30 03:39:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001669 10.0.0.73 - - [2026-04-30 03:39:28] "POST /neutron/port HTTP/1.1" 200 4190 0.032070 10.0.0.33 - - [2026-04-30 03:39:28] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.73 - - [2026-04-30 03:39:28] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.077931 10.0.0.73 - - [2026-04-30 03:39:29] "POST /neutron/port HTTP/1.1" 200 4190 0.040336 10.0.0.73 - - [2026-04-30 03:39:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001358 10.0.0.73 - - [2026-04-30 03:39:29] "POST /neutron/network HTTP/1.1" 200 845 0.007474 10.0.0.73 - - [2026-04-30 03:39:29] "POST /neutron/port HTTP/1.1" 200 1059 0.025669 10.0.0.73 - - [2026-04-30 03:39:30] "POST /neutron/port HTTP/1.1" 200 1123 0.028616 10.0.0.33 - - [2026-04-30 03:39:30] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.73 - - [2026-04-30 03:39:30] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.107687 10.0.0.73 - - [2026-04-30 03:39:30] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.73 - - [2026-04-30 03:39:30] "POST /neutron/port HTTP/1.1" 200 5160 0.069216 10.0.0.73 - - [2026-04-30 03:39:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004269 10.0.0.73 - - [2026-04-30 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.33 - - [2026-04-30 03:39:30] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.73 - - [2026-04-30 03:39:30] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009993 10.0.0.73 - - [2026-04-30 03:39:30] "POST /service-templates HTTP/1.1" 200 543 0.041896 10.0.0.73 - - [2026-04-30 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.73 - - [2026-04-30 03:39:30] "GET /service-template/821672a9-76a0-4628-b432-ef1aaf2b8eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007252 10.0.0.73 - - [2026-04-30 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.73 - - [2026-04-30 03:39:30] "POST /neutron/network HTTP/1.1" 200 845 0.007234 10.0.0.73 - - [2026-04-30 03:39:30] "GET /service-template/821672a9-76a0-4628-b432-ef1aaf2b8eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003857 10.0.0.73 - - [2026-04-30 03:39:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001232 10.0.0.73 - - [2026-04-30 03:39:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001466 10.0.0.73 - - [2026-04-30 03:39:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001248 10.0.0.73 - - [2026-04-30 03:39:31] "POST /neutron/port HTTP/1.1" 200 1059 0.019008 10.0.0.73 - - [2026-04-30 03:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.73 - - [2026-04-30 03:39:31] "DELETE /service-template/821672a9-76a0-4628-b432-ef1aaf2b8eaa HTTP/1.1" 200 115 0.056741 10.0.0.73 - - [2026-04-30 03:39:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.005759 10.0.0.73 - - [2026-04-30 03:39:31] "POST /neutron/port HTTP/1.1" 200 1113 0.184489 10.0.0.73 - - [2026-04-30 03:39:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.008938 10.0.0.73 - - [2026-04-30 03:39:31] "POST /neutron/network HTTP/1.1" 400 204 0.019842 10.0.0.73 - - [2026-04-30 03:39:32] "POST /neutron/port HTTP/1.1" 200 1113 0.016726 10.0.0.73 - - [2026-04-30 03:39:33] "POST /neutron/port HTTP/1.1" 200 1113 0.016499 10.0.0.73 - - [2026-04-30 03:39:33] "POST /neutron/network HTTP/1.1" 200 2191 0.010649 10.0.0.33 - - [2026-04-30 03:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.33 - - [2026-04-30 03:39:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006110 10.0.0.73 - - [2026-04-30 03:39:33] "POST /neutron/network HTTP/1.1" 200 151 0.142100 10.0.0.141 - - [2026-04-30 03:39:33] "DELETE /route-target/4aedb9d4-1700-4b0e-b3f6-124220bd0da0 HTTP/1.1" 200 115 0.030767 10.0.0.33 - - [2026-04-30 03:39:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003328 10.0.0.33 - - [2026-04-30 03:39:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.73 - - [2026-04-30 03:39:34] "POST /neutron/network HTTP/1.1" 200 151 0.134076 10.0.0.141 - - [2026-04-30 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.33 - - [2026-04-30 03:39:35] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.73 - - [2026-04-30 03:39:36] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050598 10.0.0.33 - - [2026-04-30 03:39:36] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001810 10.0.0.73 - - [2026-04-30 03:39:36] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?fields=virtual_networks HTTP/1.1" 200 1027 0.074707 10.0.0.33 - - [2026-04-30 03:39:36] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.73 - - [2026-04-30 03:39:36] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.069351 10.0.0.33 - - [2026-04-30 03:39:36] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001096 10.0.0.73 - - [2026-04-30 03:39:36] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?fields=security_groups HTTP/1.1" 200 1251 0.050752 10.0.0.73 - - [2026-04-30 03:39:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.033744 10.0.0.33 - - [2026-04-30 03:39:37] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002823 10.0.0.33 - - [2026-04-30 03:39:37] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.33 - - [2026-04-30 03:39:37] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009676 10.0.0.33 - - [2026-04-30 03:39:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.003465 10.0.0.33 - - [2026-04-30 03:39:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.004051 10.0.0.33 - - [2026-04-30 03:39:37] "POST /security-groups HTTP/1.1" 200 587 0.033710 10.0.0.33 - - [2026-04-30 03:39:37] "POST /projects HTTP/1.1" 200 577 0.255711 10.0.0.33 - - [2026-04-30 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.294573 10.0.0.141 - - [2026-04-30 03:39:37] "POST /access-control-lists HTTP/1.1" 200 592 0.035442 10.0.0.73 - - [2026-04-30 03:39:37] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.466107 10.0.0.73 - - [2026-04-30 03:39:38] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.73 - - [2026-04-30 03:39:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.73 - - [2026-04-30 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.058035 10.0.0.33 - - [2026-04-30 03:39:40] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001358 10.0.0.73 - - [2026-04-30 03:39:40] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.037236 10.0.0.73 - - [2026-04-30 03:39:41] "POST /neutron/network HTTP/1.1" 200 117 0.035340 10.0.0.141 - - [2026-04-30 03:39:41] "POST /route-targets HTTP/1.1" 200 327 0.014262 10.0.0.73 - - [2026-04-30 03:39:41] "POST /neutron/network HTTP/1.1" 200 828 0.009222 10.0.0.73 - - [2026-04-30 03:39:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001333 10.0.0.73 - - [2026-04-30 03:39:41] "GET /virtual-network/649cddbd-6b35-4cd4-9303-aca935acdb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005923 10.0.0.73 - - [2026-04-30 03:39:41] "GET /virtual-network/649cddbd-6b35-4cd4-9303-aca935acdb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005494 10.0.0.73 - - [2026-04-30 03:39:41] "POST /neutron/subnet HTTP/1.1" 200 714 0.009665 10.0.0.73 - - [2026-04-30 03:39:42] "GET /virtual-network/649cddbd-6b35-4cd4-9303-aca935acdb28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005691 10.0.0.73 - - [2026-04-30 03:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.33 - - [2026-04-30 03:39:43] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001543 10.0.0.73 - - [2026-04-30 03:39:43] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.049460 10.0.0.141 - - [2026-04-30 03:39:43] "POST /ref-update HTTP/1.1" 200 156 0.031938 10.0.0.33 - - [2026-04-30 03:39:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010510 10.0.0.73 - - [2026-04-30 03:39:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.201164 10.0.0.73 - - [2026-04-30 03:39:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001349 10.0.0.73 - - [2026-04-30 03:39:43] "GET /virtual-network/9127a6d5-f9cb-4448-bd18-f911f02b7e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005746 10.0.0.73 - - [2026-04-30 03:39:44] "GET /virtual-network/9127a6d5-f9cb-4448-bd18-f911f02b7e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005788 10.0.0.73 - - [2026-04-30 03:39:44] "POST /neutron/network HTTP/1.1" 200 828 0.006655 10.0.0.73 - - [2026-04-30 03:39:44] "GET /virtual-network/9127a6d5-f9cb-4448-bd18-f911f02b7e72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005579 10.0.0.73 - - [2026-04-30 03:39:44] "GET /obj-perms HTTP/1.1" 200 5022 0.054432 10.0.0.73 - - [2026-04-30 03:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.33 - - [2026-04-30 03:39:44] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001195 10.0.0.73 - - [2026-04-30 03:39:44] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.046897 10.0.0.33 - - [2026-04-30 03:39:44] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001053 10.0.0.73 - - [2026-04-30 03:39:44] "POST /neutron/network HTTP/1.1" 200 613 0.132340 10.0.0.73 - - [2026-04-30 03:39:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.003947 10.0.0.73 - - [2026-04-30 03:39:45] "GET /virtual-network/441d9a7d-e0fd-4396-8dc4-b598a110f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006397 10.0.0.73 - - [2026-04-30 03:39:45] "POST /neutron/network HTTP/1.1" 200 834 0.007442 10.0.0.73 - - [2026-04-30 03:39:45] "GET /virtual-network/441d9a7d-e0fd-4396-8dc4-b598a110f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005565 10.0.0.73 - - [2026-04-30 03:39:45] "GET /virtual-network/441d9a7d-e0fd-4396-8dc4-b598a110f87c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005680 10.0.0.141 - - [2026-04-30 03:39:45] "GET /obj-perms HTTP/1.1" 200 5022 0.051943 10.0.0.33 - - [2026-04-30 03:39:45] "GET /obj-perms HTTP/1.1" 200 5022 0.055413 10.0.0.73 - - [2026-04-30 03:39:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001549 10.0.0.73 - - [2026-04-30 03:39:46] "POST /neutron/port HTTP/1.1" 200 4190 0.038469 10.0.0.33 - - [2026-04-30 03:39:46] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001193 10.0.0.73 - - [2026-04-30 03:39:46] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.071828 10.0.0.73 - - [2026-04-30 03:39:47] "POST /neutron/port HTTP/1.1" 200 4190 0.047287 10.0.0.73 - - [2026-04-30 03:39:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001435 10.0.0.73 - - [2026-04-30 03:39:47] "POST /neutron/network HTTP/1.1" 200 844 0.007847 10.0.0.73 - - [2026-04-30 03:39:47] "POST /neutron/port HTTP/1.1" 200 1054 0.023813 10.0.0.73 - - [2026-04-30 03:39:48] "POST /neutron/port HTTP/1.1" 200 1118 0.018376 10.0.0.73 - - [2026-04-30 03:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.33 - - [2026-04-30 03:39:48] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001077 10.0.0.73 - - [2026-04-30 03:39:48] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.083561 10.0.0.73 - - [2026-04-30 03:39:48] "POST /neutron/port HTTP/1.1" 200 5155 0.056372 10.0.0.73 - - [2026-04-30 03:39:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003824 10.0.0.73 - - [2026-04-30 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.33 - - [2026-04-30 03:39:48] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001534 10.0.0.73 - - [2026-04-30 03:39:48] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009964 10.0.0.73 - - [2026-04-30 03:39:48] "POST /service-templates HTTP/1.1" 200 543 0.037551 10.0.0.73 - - [2026-04-30 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.73 - - [2026-04-30 03:39:48] "GET /service-template/628a56fb-9a38-456b-b077-02ca2bd63daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.008471 10.0.0.73 - - [2026-04-30 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.73 - - [2026-04-30 03:39:48] "POST /neutron/network HTTP/1.1" 200 844 0.007769 10.0.0.73 - - [2026-04-30 03:39:48] "GET /service-template/628a56fb-9a38-456b-b077-02ca2bd63daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004184 10.0.0.73 - - [2026-04-30 03:39:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001436 10.0.0.73 - - [2026-04-30 03:39:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001093 10.0.0.73 - - [2026-04-30 03:39:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001318 10.0.0.73 - - [2026-04-30 03:39:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008423 10.0.0.73 - - [2026-04-30 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.73 - - [2026-04-30 03:39:49] "DELETE /service-template/628a56fb-9a38-456b-b077-02ca2bd63daa HTTP/1.1" 200 115 0.052906 10.0.0.73 - - [2026-04-30 03:39:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003170 10.0.0.73 - - [2026-04-30 03:39:49] "POST /neutron/port HTTP/1.1" 200 1112 0.149792 10.0.0.73 - - [2026-04-30 03:39:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.009746 10.0.0.73 - - [2026-04-30 03:39:49] "POST /neutron/network HTTP/1.1" 200 834 0.007683 10.0.0.73 - - [2026-04-30 03:39:50] "POST /neutron/port HTTP/1.1" 200 1108 0.014242 10.0.0.73 - - [2026-04-30 03:39:51] "POST /neutron/port HTTP/1.1" 200 1112 0.015251 10.0.0.73 - - [2026-04-30 03:39:51] "POST /neutron/network HTTP/1.1" 200 2179 0.014206 10.0.0.33 - - [2026-04-30 03:39:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005579 10.0.0.141 - - [2026-04-30 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007797 10.0.0.33 - - [2026-04-30 03:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002691 10.0.0.73 - - [2026-04-30 03:39:52] "POST /neutron/network HTTP/1.1" 200 151 0.148047 10.0.0.73 - - [2026-04-30 03:39:52] "POST /neutron/port HTTP/1.1" 200 117 0.008636 10.0.0.141 - - [2026-04-30 03:39:52] "DELETE /route-target/381cc73f-2757-4455-860c-aaa1642b3c2b HTTP/1.1" 200 115 0.033543 10.0.0.73 - - [2026-04-30 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.33 - - [2026-04-30 03:39:55] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001048 10.0.0.73 - - [2026-04-30 03:39:55] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045176 10.0.0.73 - - [2026-04-30 03:39:55] "POST /neutron/network HTTP/1.1" 200 117 0.013815 10.0.0.141 - - [2026-04-30 03:39:55] "POST /route-targets HTTP/1.1" 200 327 0.015517 10.0.0.73 - - [2026-04-30 03:39:56] "POST /neutron/network HTTP/1.1" 200 830 0.009714 10.0.0.73 - - [2026-04-30 03:39:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001322 10.0.0.73 - - [2026-04-30 03:39:56] "GET /virtual-network/f215316c-b76d-4cc4-9d4c-5edb73461ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006618 10.0.0.73 - - [2026-04-30 03:39:56] "GET /virtual-network/f215316c-b76d-4cc4-9d4c-5edb73461ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005984 10.0.0.73 - - [2026-04-30 03:39:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.010001 10.0.0.73 - - [2026-04-30 03:39:56] "GET /virtual-network/f215316c-b76d-4cc4-9d4c-5edb73461ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005997 10.0.0.73 - - [2026-04-30 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.010838 10.0.0.33 - - [2026-04-30 03:39:56] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001077 10.0.0.73 - - [2026-04-30 03:39:56] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.062009 10.0.0.141 - - [2026-04-30 03:39:57] "POST /ref-update HTTP/1.1" 200 156 0.027409 10.0.0.33 - - [2026-04-30 03:39:57] "POST /useragent-kv HTTP/1.1" 200 115 0.014471 10.0.0.73 - - [2026-04-30 03:39:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.192843 10.0.0.73 - - [2026-04-30 03:39:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001324 10.0.0.73 - - [2026-04-30 03:39:57] "GET /virtual-network/fdbd7c1c-9706-413c-a096-c29fc9f33c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006725 10.0.0.73 - - [2026-04-30 03:39:57] "GET /virtual-network/fdbd7c1c-9706-413c-a096-c29fc9f33c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005831 10.0.0.73 - - [2026-04-30 03:39:57] "POST /neutron/network HTTP/1.1" 200 831 0.007150 10.0.0.73 - - [2026-04-30 03:39:57] "GET /virtual-network/fdbd7c1c-9706-413c-a096-c29fc9f33c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006990 10.0.0.73 - - [2026-04-30 03:39:57] "GET /obj-perms HTTP/1.1" 200 5022 0.003656 10.0.0.73 - - [2026-04-30 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.33 - - [2026-04-30 03:39:57] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.73 - - [2026-04-30 03:39:57] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.050880 10.0.0.33 - - [2026-04-30 03:39:57] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001212 10.0.0.73 - - [2026-04-30 03:39:58] "POST /neutron/network HTTP/1.1" 200 613 0.141260 10.0.0.73 - - [2026-04-30 03:39:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.003795 10.0.0.73 - - [2026-04-30 03:39:58] "GET /virtual-network/a64f0db8-3b3e-46cd-8655-3639becdd928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006179 10.0.0.73 - - [2026-04-30 03:39:58] "POST /neutron/network HTTP/1.1" 200 833 0.008027 10.0.0.73 - - [2026-04-30 03:39:58] "GET /virtual-network/a64f0db8-3b3e-46cd-8655-3639becdd928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006162 10.0.0.73 - - [2026-04-30 03:39:58] "GET /virtual-network/a64f0db8-3b3e-46cd-8655-3639becdd928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005856 10.0.0.141 - - [2026-04-30 03:39:58] "GET /obj-perms HTTP/1.1" 200 5022 0.004451 10.0.0.33 - - [2026-04-30 03:39:58] "GET /obj-perms HTTP/1.1" 200 5022 0.003541 10.0.0.73 - - [2026-04-30 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.33 - - [2026-04-30 03:39:58] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001203 10.0.0.73 - - [2026-04-30 03:39:58] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.039734 10.0.0.73 - - [2026-04-30 03:39:59] "POST /neutron/network HTTP/1.1" 200 117 0.017690 10.0.0.141 - - [2026-04-30 03:39:59] "POST /route-targets HTTP/1.1" 200 327 0.014309 10.0.0.73 - - [2026-04-30 03:39:59] "POST /neutron/network HTTP/1.1" 200 842 0.009946 10.0.0.73 - - [2026-04-30 03:39:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001339 10.0.0.73 - - [2026-04-30 03:39:59] "GET /virtual-network/d8f6f7c4-818f-444a-916a-4a3a5642ef7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005793 10.0.0.73 - - [2026-04-30 03:39:59] "GET /virtual-network/d8f6f7c4-818f-444a-916a-4a3a5642ef7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007148 10.0.0.73 - - [2026-04-30 03:39:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.009760 10.0.0.73 - - [2026-04-30 03:39:59] "GET /virtual-network/d8f6f7c4-818f-444a-916a-4a3a5642ef7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005882 10.0.0.73 - - [2026-04-30 03:39:59] "GET /obj-perms HTTP/1.1" 200 5022 0.003739 10.0.0.73 - - [2026-04-30 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.33 - - [2026-04-30 03:40:00] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001592 10.0.0.73 - - [2026-04-30 03:40:00] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053410 10.0.0.141 - - [2026-04-30 03:40:00] "POST /ref-update HTTP/1.1" 200 156 0.026946 10.0.0.33 - - [2026-04-30 03:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012898 10.0.0.73 - - [2026-04-30 03:40:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.221611 10.0.0.73 - - [2026-04-30 03:40:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001753 10.0.0.73 - - [2026-04-30 03:40:00] "GET /virtual-network/148ba8ee-73ea-4ede-9aaf-b05332b30536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007553 10.0.0.73 - - [2026-04-30 03:40:00] "GET /virtual-network/148ba8ee-73ea-4ede-9aaf-b05332b30536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007511 10.0.0.73 - - [2026-04-30 03:40:00] "POST /neutron/network HTTP/1.1" 200 845 0.009751 10.0.0.73 - - [2026-04-30 03:40:00] "GET /virtual-network/148ba8ee-73ea-4ede-9aaf-b05332b30536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.008629 10.0.0.33 - - [2026-04-30 03:40:01] "GET /obj-perms HTTP/1.1" 200 5022 0.004848 10.0.0.73 - - [2026-04-30 03:40:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.001756 10.0.0.73 - - [2026-04-30 03:40:01] "POST /neutron/network HTTP/1.1" 200 841 0.010156 10.0.0.33 - - [2026-04-30 03:40:02] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001245 10.0.0.73 - - [2026-04-30 03:40:02] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.075624 10.0.0.73 - - [2026-04-30 03:40:02] "POST /neutron/port HTTP/1.1" 200 117 0.006425 10.0.0.73 - - [2026-04-30 03:40:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001580 10.0.0.73 - - [2026-04-30 03:40:02] "POST /neutron/network HTTP/1.1" 200 841 0.007739 10.0.0.73 - - [2026-04-30 03:40:03] "POST /neutron/port HTTP/1.1" 200 1057 0.021305 10.0.0.73 - - [2026-04-30 03:40:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005051 10.0.0.73 - - [2026-04-30 03:40:03] "POST /neutron/network HTTP/1.1" 200 831 0.007294 10.0.0.33 - - [2026-04-30 03:40:03] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001430 10.0.0.73 - - [2026-04-30 03:40:03] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.096806 10.0.0.73 - - [2026-04-30 03:40:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008847 10.0.0.73 - - [2026-04-30 03:40:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.003713 10.0.0.73 - - [2026-04-30 03:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.33 - - [2026-04-30 03:40:03] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001651 10.0.0.73 - - [2026-04-30 03:40:03] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009798 10.0.0.73 - - [2026-04-30 03:40:03] "POST /service-templates HTTP/1.1" 200 543 0.035407 10.0.0.73 - - [2026-04-30 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.73 - - [2026-04-30 03:40:04] "GET /service-template/234eb695-b3bd-4219-a1b7-cf3f9640a125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007109 10.0.0.73 - - [2026-04-30 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.73 - - [2026-04-30 03:40:04] "GET /service-template/234eb695-b3bd-4219-a1b7-cf3f9640a125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006601 10.0.0.73 - - [2026-04-30 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001963 10.0.0.73 - - [2026-04-30 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001981 10.0.0.73 - - [2026-04-30 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001804 10.0.0.33 - - [2026-04-30 03:40:04] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001674 10.0.0.73 - - [2026-04-30 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.73 - - [2026-04-30 03:40:04] "DELETE /service-template/234eb695-b3bd-4219-a1b7-cf3f9640a125 HTTP/1.1" 200 115 0.041905 10.0.0.73 - - [2026-04-30 03:40:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004267 10.0.0.73 - - [2026-04-30 03:40:04] "POST /neutron/port HTTP/1.1" 200 1057 0.398427 10.0.0.73 - - [2026-04-30 03:40:04] "POST /neutron/port HTTP/1.1" 200 1057 0.017576 10.0.0.73 - - [2026-04-30 03:40:04] "POST /neutron/network HTTP/1.1" 200 845 0.007279 10.0.0.73 - - [2026-04-30 03:40:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.73 - - [2026-04-30 03:40:05] "POST /neutron/network HTTP/1.1" 200 833 0.009567 10.0.0.73 - - [2026-04-30 03:40:05] "POST /neutron/port HTTP/1.1" 200 1111 0.019508 10.0.0.141 - - [2026-04-30 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.73 - - [2026-04-30 03:40:05] "POST /neutron/network HTTP/1.1" 200 833 0.009669 10.0.0.33 - - [2026-04-30 03:40:06] "DELETE /project/5167700159f74ab6870ae052f8a81c81 HTTP/1.1" 404 173 0.012474 10.0.0.33 - - [2026-04-30 03:40:06] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.33 - - [2026-04-30 03:40:06] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.054162 10.0.0.33 - - [2026-04-30 03:40:06] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.33 - - [2026-04-30 03:40:06] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?fields=security_groups HTTP/1.1" 200 1356 0.043155 10.0.0.33 - - [2026-04-30 03:40:06] "DELETE /security-group/ff0fed19-941b-438b-93c1-b4a062abc393 HTTP/1.1" 200 115 0.065273 10.0.0.33 - - [2026-04-30 03:40:06] "GET /projects?obj_uuids=5063801e-1e50-4d79-82c0-caa365fed971&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002280 10.0.0.141 - - [2026-04-30 03:40:06] "DELETE /access-control-list/fc038607-f023-4806-b5a0-08e051cd7e0f HTTP/1.1" 200 115 0.044231 10.0.0.33 - - [2026-04-30 03:40:06] "GET /project/5063801e-1e50-4d79-82c0-caa365fed971?fields=application_policy_sets HTTP/1.1" 200 1395 0.078227 10.0.0.33 - - [2026-04-30 03:40:06] "DELETE /project/5063801e-1e50-4d79-82c0-caa365fed971 HTTP/1.1" 200 115 0.453857 10.0.0.73 - - [2026-04-30 03:40:06] "POST /neutron/port HTTP/1.1" 200 1111 0.020449 10.0.0.73 - - [2026-04-30 03:40:07] "POST /neutron/network HTTP/1.1" 200 2183 0.012643 10.0.0.73 - - [2026-04-30 03:40:07] "POST /neutron/network HTTP/1.1" 200 833 0.007948 10.0.0.141 - - [2026-04-30 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006056 10.0.0.33 - - [2026-04-30 03:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.33 - - [2026-04-30 03:40:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004903 10.0.0.73 - - [2026-04-30 03:40:08] "POST /neutron/network HTTP/1.1" 200 151 0.155872 10.0.0.141 - - [2026-04-30 03:40:08] "DELETE /route-target/2a9326a0-3453-4911-bba2-4d0e968b1a34 HTTP/1.1" 200 115 0.029760 10.0.0.33 - - [2026-04-30 03:40:10] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001225 10.0.0.73 - - [2026-04-30 03:40:10] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045806 10.0.0.33 - - [2026-04-30 03:40:10] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000988 10.0.0.73 - - [2026-04-30 03:40:10] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?fields=virtual_networks HTTP/1.1" 200 1023 0.055719 10.0.0.33 - - [2026-04-30 03:40:10] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001300 10.0.0.73 - - [2026-04-30 03:40:10] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.049761 10.0.0.33 - - [2026-04-30 03:40:10] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001144 10.0.0.73 - - [2026-04-30 03:40:10] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?fields=security_groups HTTP/1.1" 200 1245 0.055583 10.0.0.73 - - [2026-04-30 03:40:11] "POST /neutron/port HTTP/1.1" 200 1108 0.020956 10.0.0.73 - - [2026-04-30 03:40:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006126 10.0.0.73 - - [2026-04-30 03:40:11] "POST /neutron/network HTTP/1.1" 200 928 0.006977 10.0.0.73 - - [2026-04-30 03:40:11] "POST /fqname-to-id HTTP/1.1" 404 190 0.040651 10.0.0.33 - - [2026-04-30 03:40:11] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002814 10.0.0.33 - - [2026-04-30 03:40:11] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.33 - - [2026-04-30 03:40:11] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007978 10.0.0.33 - - [2026-04-30 03:40:11] "POST /id-to-fqname HTTP/1.1" 200 192 0.003561 10.0.0.33 - - [2026-04-30 03:40:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.009815 10.0.0.33 - - [2026-04-30 03:40:11] "POST /security-groups HTTP/1.1" 200 593 0.075884 10.0.0.33 - - [2026-04-30 03:40:11] "POST /projects HTTP/1.1" 200 589 0.294140 10.0.0.33 - - [2026-04-30 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.343520 10.0.0.141 - - [2026-04-30 03:40:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.012793 10.0.0.73 - - [2026-04-30 03:40:12] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.514814 10.0.0.73 - - [2026-04-30 03:40:13] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.73 - - [2026-04-30 03:40:14] "POST /neutron/network HTTP/1.1" 200 938 0.009977 10.0.0.73 - - [2026-04-30 03:40:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.73 - - [2026-04-30 03:40:14] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.73 - - [2026-04-30 03:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.059253 10.0.0.33 - - [2026-04-30 03:40:15] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001246 10.0.0.73 - - [2026-04-30 03:40:15] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040129 10.0.0.33 - - [2026-04-30 03:40:15] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.73 - - [2026-04-30 03:40:15] "POST /neutron/network HTTP/1.1" 200 611 0.165012 10.0.0.141 - - [2026-04-30 03:40:15] "POST /ref-update HTTP/1.1" 200 156 0.025473 10.0.0.73 - - [2026-04-30 03:40:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.003634 10.0.0.73 - - [2026-04-30 03:40:15] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005482 10.0.0.73 - - [2026-04-30 03:40:15] "POST /neutron/network HTTP/1.1" 200 829 0.007030 10.0.0.73 - - [2026-04-30 03:40:15] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006517 10.0.0.73 - - [2026-04-30 03:40:16] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006615 10.0.0.141 - - [2026-04-30 03:40:17] "GET /obj-perms HTTP/1.1" 200 5034 0.051789 10.0.0.73 - - [2026-04-30 03:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.33 - - [2026-04-30 03:40:17] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.73 - - [2026-04-30 03:40:17] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050945 10.0.0.73 - - [2026-04-30 03:40:17] "POST /neutron/network HTTP/1.1" 200 117 0.020012 10.0.0.73 - - [2026-04-30 03:40:18] "POST /neutron/network HTTP/1.1" 200 832 0.009320 10.0.0.73 - - [2026-04-30 03:40:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001381 10.0.0.73 - - [2026-04-30 03:40:18] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006104 10.0.0.73 - - [2026-04-30 03:40:18] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005839 10.0.0.73 - - [2026-04-30 03:40:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.009743 10.0.0.73 - - [2026-04-30 03:40:18] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.010782 10.0.0.73 - - [2026-04-30 03:40:18] "GET /obj-perms HTTP/1.1" 200 5034 0.052821 10.0.0.73 - - [2026-04-30 03:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.33 - - [2026-04-30 03:40:19] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001196 10.0.0.73 - - [2026-04-30 03:40:19] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053079 10.0.0.141 - - [2026-04-30 03:40:19] "POST /route-targets HTTP/1.1" 200 327 0.016874 10.0.0.33 - - [2026-04-30 03:40:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009136 10.0.0.73 - - [2026-04-30 03:40:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.210962 10.0.0.73 - - [2026-04-30 03:40:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001879 10.0.0.73 - - [2026-04-30 03:40:19] "GET /virtual-network/1e0c39f5-fa4f-4fd1-b5e2-e80014c979d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006309 10.0.0.73 - - [2026-04-30 03:40:19] "GET /virtual-network/1e0c39f5-fa4f-4fd1-b5e2-e80014c979d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006360 10.0.0.73 - - [2026-04-30 03:40:19] "POST /neutron/network HTTP/1.1" 200 834 0.006963 10.0.0.73 - - [2026-04-30 03:40:19] "GET /virtual-network/1e0c39f5-fa4f-4fd1-b5e2-e80014c979d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006649 10.0.0.33 - - [2026-04-30 03:40:20] "GET /obj-perms HTTP/1.1" 200 5034 0.064947 10.0.0.73 - - [2026-04-30 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.33 - - [2026-04-30 03:40:20] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001194 10.0.0.73 - - [2026-04-30 03:40:20] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.048585 10.0.0.33 - - [2026-04-30 03:40:20] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.73 - - [2026-04-30 03:40:20] "POST /neutron/network HTTP/1.1" 200 629 0.138860 10.0.0.73 - - [2026-04-30 03:40:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.005698 10.0.0.73 - - [2026-04-30 03:40:20] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005471 10.0.0.73 - - [2026-04-30 03:40:20] "POST /neutron/network HTTP/1.1" 200 848 0.007235 10.0.0.73 - - [2026-04-30 03:40:20] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005384 10.0.0.141 - - [2026-04-30 03:40:21] "POST /ref-update HTTP/1.1" 200 156 0.024059 10.0.0.73 - - [2026-04-30 03:40:26] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005804 10.0.0.141 - - [2026-04-30 03:40:26] "GET /obj-perms HTTP/1.1" 200 5034 0.003953 10.0.0.73 - - [2026-04-30 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.33 - - [2026-04-30 03:40:26] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.73 - - [2026-04-30 03:40:26] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043664 10.0.0.73 - - [2026-04-30 03:40:26] "POST /neutron/network HTTP/1.1" 200 117 0.018628 10.0.0.73 - - [2026-04-30 03:40:27] "POST /neutron/network HTTP/1.1" 200 849 0.008798 10.0.0.73 - - [2026-04-30 03:40:27] "POST /id-to-fqname HTTP/1.1" 200 234 0.001488 10.0.0.73 - - [2026-04-30 03:40:27] "GET /virtual-network/2de12b9b-e2ba-40a8-be53-e48c0bb7cf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006017 10.0.0.73 - - [2026-04-30 03:40:27] "GET /virtual-network/2de12b9b-e2ba-40a8-be53-e48c0bb7cf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005623 10.0.0.73 - - [2026-04-30 03:40:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.010125 10.0.0.73 - - [2026-04-30 03:40:27] "GET /virtual-network/2de12b9b-e2ba-40a8-be53-e48c0bb7cf15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005294 10.0.0.73 - - [2026-04-30 03:40:27] "GET /obj-perms HTTP/1.1" 200 5034 0.003733 10.0.0.73 - - [2026-04-30 03:40:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001465 10.0.0.33 - - [2026-04-30 03:40:28] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001209 10.0.0.73 - - [2026-04-30 03:40:28] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.077013 10.0.0.73 - - [2026-04-30 03:40:28] "POST /neutron/network HTTP/1.1" 200 829 0.031538 10.0.0.73 - - [2026-04-30 03:40:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001838 10.0.0.73 - - [2026-04-30 03:40:29] "POST /neutron/port HTTP/1.1" 200 4190 0.038362 10.0.0.73 - - [2026-04-30 03:40:29] "POST /neutron/network HTTP/1.1" 200 842 0.006880 10.0.0.73 - - [2026-04-30 03:40:29] "POST /neutron/port HTTP/1.1" 200 1115 0.118665 10.0.0.73 - - [2026-04-30 03:40:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.010578 10.0.0.33 - - [2026-04-30 03:40:29] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.73 - - [2026-04-30 03:40:30] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074626 10.0.0.73 - - [2026-04-30 03:40:30] "POST /neutron/network HTTP/1.1" 200 832 0.008824 10.0.0.73 - - [2026-04-30 03:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.007722 10.0.0.73 - - [2026-04-30 03:40:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003419 10.0.0.73 - - [2026-04-30 03:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.33 - - [2026-04-30 03:40:30] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.73 - - [2026-04-30 03:40:30] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007530 10.0.0.73 - - [2026-04-30 03:40:30] "POST /service-templates HTTP/1.1" 200 543 0.045524 10.0.0.73 - - [2026-04-30 03:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.73 - - [2026-04-30 03:40:30] "GET /service-template/d1f82290-f155-4288-80bf-f9f1167ba2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.006749 10.0.0.73 - - [2026-04-30 03:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.73 - - [2026-04-30 03:40:30] "GET /service-template/d1f82290-f155-4288-80bf-f9f1167ba2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.007122 10.0.0.73 - - [2026-04-30 03:40:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001368 10.0.0.73 - - [2026-04-30 03:40:30] "POST /neutron/port HTTP/1.1" 200 5997 0.074741 10.0.0.73 - - [2026-04-30 03:40:31] "POST /neutron/port HTTP/1.1" 200 1062 0.018125 10.0.0.73 - - [2026-04-30 03:40:31] "POST /neutron/port HTTP/1.1" 200 1126 0.022417 10.0.0.73 - - [2026-04-30 03:40:31] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.33 - - [2026-04-30 03:40:31] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001187 10.0.0.73 - - [2026-04-30 03:40:31] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073715 10.0.0.73 - - [2026-04-30 03:40:32] "POST /neutron/port HTTP/1.1" 200 6135 0.047955 10.0.0.73 - - [2026-04-30 03:40:32] "GET /virtual-machine/25b402ea-edde-4a0d-a37b-a5c9af11677e HTTP/1.1" 401 292 0.000439 10.0.0.73 - - [2026-04-30 03:40:32] "GET /virtual-machine/25b402ea-edde-4a0d-a37b-a5c9af11677e HTTP/1.1" 404 171 0.031801 10.0.0.73 - - [2026-04-30 03:40:32] "POST /neutron/network HTTP/1.1" 200 858 0.009969 10.0.0.73 - - [2026-04-30 03:40:32] "POST /neutron/port HTTP/1.1" 200 1062 0.038517 10.0.0.73 - - [2026-04-30 03:40:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.73 - - [2026-04-30 03:40:33] "POST /neutron/network HTTP/1.1" 200 848 0.007025 10.0.0.73 - - [2026-04-30 03:40:34] "GET /virtual-machine/25b402ea-edde-4a0d-a37b-a5c9af11677e HTTP/1.1" 200 1294 0.006717 10.0.0.73 - - [2026-04-30 03:40:34] "GET /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483 HTTP/1.1" 200 2985 0.007696 10.0.0.73 - - [2026-04-30 03:40:34] "GET /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006195 10.0.0.73 - - [2026-04-30 03:40:34] "PUT /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483 HTTP/1.1" 200 284 0.015687 10.0.0.73 - - [2026-04-30 03:40:39] "POST /neutron/port HTTP/1.1" 200 1126 0.022440 10.0.0.73 - - [2026-04-30 03:40:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008763 10.0.0.73 - - [2026-04-30 03:40:39] "GET /virtual-machine/25b402ea-edde-4a0d-a37b-a5c9af11677e HTTP/1.1" 200 1294 0.005316 10.0.0.73 - - [2026-04-30 03:40:39] "GET /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483 HTTP/1.1" 200 3035 0.006564 10.0.0.73 - - [2026-04-30 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.73 - - [2026-04-30 03:40:40] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004155 10.0.0.73 - - [2026-04-30 03:40:40] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003714 10.0.0.73 - - [2026-04-30 03:40:40] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006285 10.0.0.73 - - [2026-04-30 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.73 - - [2026-04-30 03:40:43] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006984 10.0.0.73 - - [2026-04-30 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.73 - - [2026-04-30 03:40:47] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005954 10.0.0.73 - - [2026-04-30 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.73 - - [2026-04-30 03:40:51] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006054 10.0.0.73 - - [2026-04-30 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.73 - - [2026-04-30 03:40:55] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007086 10.0.0.73 - - [2026-04-30 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.73 - - [2026-04-30 03:40:59] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006437 10.0.0.33 - - [2026-04-30 03:41:00] "GET /obj-perms HTTP/1.1" 200 5056 0.061942 10.0.0.141 - - [2026-04-30 03:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000753 10.0.0.141 - - [2026-04-30 03:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.141 - - [2026-04-30 03:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000718 10.0.0.141 - - [2026-04-30 03:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.73 - - [2026-04-30 03:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.73 - - [2026-04-30 03:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.33 - - [2026-04-30 03:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2026-04-30 03:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.73 - - [2026-04-30 03:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.73 - - [2026-04-30 03:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.73 - - [2026-04-30 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.73 - - [2026-04-30 03:41:03] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007092 10.0.0.33 - - [2026-04-30 03:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.33 - - [2026-04-30 03:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.33 - - [2026-04-30 03:41:06] "DELETE /project/52eadd7b0d73401d99aed3aa6bd651dd HTTP/1.1" 404 173 0.004648 10.0.0.33 - - [2026-04-30 03:41:06] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001149 10.0.0.33 - - [2026-04-30 03:41:06] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.065668 10.0.0.33 - - [2026-04-30 03:41:06] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001758 10.0.0.33 - - [2026-04-30 03:41:06] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?fields=security_groups HTTP/1.1" 200 1350 0.063217 10.0.0.33 - - [2026-04-30 03:41:06] "DELETE /security-group/d5f72fa4-bb47-4809-9d10-d3eed743bb04 HTTP/1.1" 200 115 0.068057 10.0.0.33 - - [2026-04-30 03:41:06] "GET /projects?obj_uuids=51677001-59f7-4ab6-870a-e052f8a81c81&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001449 10.0.0.141 - - [2026-04-30 03:41:06] "DELETE /access-control-list/cc471c61-333c-4a8d-9bb0-d08a6f1ff7d1 HTTP/1.1" 200 115 0.050454 10.0.0.33 - - [2026-04-30 03:41:06] "GET /project/51677001-59f7-4ab6-870a-e052f8a81c81?fields=application_policy_sets HTTP/1.1" 200 1389 0.061798 10.0.0.33 - - [2026-04-30 03:41:07] "DELETE /project/51677001-59f7-4ab6-870a-e052f8a81c81 HTTP/1.1" 200 115 0.493567 10.0.0.73 - - [2026-04-30 03:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.73 - - [2026-04-30 03:41:07] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007659 10.0.0.73 - - [2026-04-30 03:41:11] "POST /neutron/port HTTP/1.1" 200 1217 0.023891 10.0.0.73 - - [2026-04-30 03:41:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004537 10.0.0.73 - - [2026-04-30 03:41:11] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.73 - - [2026-04-30 03:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.73 - - [2026-04-30 03:41:11] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005982 10.0.0.73 - - [2026-04-30 03:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.73 - - [2026-04-30 03:41:15] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006910 10.0.0.73 - - [2026-04-30 03:41:16] "POST /neutron/port HTTP/1.1" 200 1217 0.020327 10.0.0.73 - - [2026-04-30 03:41:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005004 10.0.0.73 - - [2026-04-30 03:41:16] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.73 - - [2026-04-30 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.73 - - [2026-04-30 03:41:20] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006299 10.0.0.73 - - [2026-04-30 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.73 - - [2026-04-30 03:41:24] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006130 10.0.0.73 - - [2026-04-30 03:41:25] "POST /neutron/port HTTP/1.1" 200 1126 0.046658 10.0.0.73 - - [2026-04-30 03:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.73 - - [2026-04-30 03:41:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003671 10.0.0.73 - - [2026-04-30 03:41:26] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003228 10.0.0.73 - - [2026-04-30 03:41:26] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006462 10.0.0.73 - - [2026-04-30 03:41:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008535 10.0.0.73 - - [2026-04-30 03:41:35] "POST /neutron/port HTTP/1.1" 200 1125 0.020835 10.0.0.73 - - [2026-04-30 03:41:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007712 10.0.0.73 - - [2026-04-30 03:41:41] "POST /neutron/port HTTP/1.1" 200 1126 0.021534 10.0.0.73 - - [2026-04-30 03:41:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008043 10.0.0.73 - - [2026-04-30 03:41:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003975 10.0.0.73 - - [2026-04-30 03:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.33 - - [2026-04-30 03:41:52] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001830 10.0.0.73 - - [2026-04-30 03:41:52] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040957 10.0.0.73 - - [2026-04-30 03:41:52] "POST /service-instances HTTP/1.1" 200 547 0.039515 10.0.0.73 - - [2026-04-30 03:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.73 - - [2026-04-30 03:41:52] "GET /service-instance/c0b37844-c582-47f3-a103-7b7a68841a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007658 10.0.0.73 - - [2026-04-30 03:41:52] "POST /port-tuples HTTP/1.1" 200 590 0.048281 10.0.0.73 - - [2026-04-30 03:41:52] "GET /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.009206 10.0.0.73 - - [2026-04-30 03:41:52] "PUT /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483 HTTP/1.1" 200 284 0.016713 10.0.0.73 - - [2026-04-30 03:41:52] "POST /ref-update HTTP/1.1" 200 156 0.017149 10.0.0.141 - - [2026-04-30 03:41:52] "POST /instance-ips HTTP/1.1" 200 373 0.044757 10.0.0.141 - - [2026-04-30 03:41:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.011563 10.0.0.73 - - [2026-04-30 03:41:52] "POST /neutron/port HTTP/1.1" 200 1125 0.029097 10.0.0.141 - - [2026-04-30 03:41:53] "POST /ref-update HTTP/1.1" 200 156 0.025126 10.0.0.73 - - [2026-04-30 03:41:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007890 10.0.0.73 - - [2026-04-30 03:41:53] "GET /virtual-machine/28db9ce5-628e-44ca-a790-8c989c86813e HTTP/1.1" 200 1294 0.006837 10.0.0.73 - - [2026-04-30 03:41:53] "GET /virtual-machine-interface/0d364934-b418-480c-b52a-a3ee2afc7764 HTTP/1.1" 200 2956 0.005606 10.0.0.73 - - [2026-04-30 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.73 - - [2026-04-30 03:41:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004083 10.0.0.73 - - [2026-04-30 03:41:53] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003705 10.0.0.73 - - [2026-04-30 03:41:53] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006588 10.0.0.73 - - [2026-04-30 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.73 - - [2026-04-30 03:41:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004483 10.0.0.73 - - [2026-04-30 03:41:54] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003410 10.0.0.73 - - [2026-04-30 03:41:54] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006527 10.0.0.73 - - [2026-04-30 03:41:54] "POST /neutron/port HTTP/1.1" 200 1126 0.017887 10.0.0.73 - - [2026-04-30 03:41:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007417 10.0.0.73 - - [2026-04-30 03:41:54] "GET /virtual-machine/af5ffff3-1634-41e1-a51a-6ad2364e5380 HTTP/1.1" 200 1295 0.006230 10.0.0.73 - - [2026-04-30 03:41:54] "GET /virtual-machine-interface/9581bf3d-a4f3-432a-b081-c5cd17eca9a6 HTTP/1.1" 200 2961 0.005380 10.0.0.73 - - [2026-04-30 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.73 - - [2026-04-30 03:41:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003809 10.0.0.73 - - [2026-04-30 03:41:54] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003360 10.0.0.73 - - [2026-04-30 03:41:55] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007004 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.73 - - [2026-04-30 03:41:56] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004135 10.0.0.73 - - [2026-04-30 03:41:56] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003168 10.0.0.73 - - [2026-04-30 03:41:56] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007077 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.003638 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.33 - - [2026-04-30 03:41:56] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001525 10.0.0.73 - - [2026-04-30 03:41:56] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042745 10.0.0.73 - - [2026-04-30 03:41:56] "POST /network-policys HTTP/1.1" 200 551 0.031118 10.0.0.73 - - [2026-04-30 03:41:56] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.006669 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.73 - - [2026-04-30 03:41:56] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006495 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.73 - - [2026-04-30 03:41:56] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005789 10.0.0.73 - - [2026-04-30 03:41:56] "POST /ref-update HTTP/1.1" 200 156 0.058544 10.0.0.141 - - [2026-04-30 03:41:56] "POST /access-control-lists HTTP/1.1" 200 596 0.042236 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006798 10.0.0.73 - - [2026-04-30 03:41:56] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005278 10.0.0.73 - - [2026-04-30 03:41:56] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008538 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.73 - - [2026-04-30 03:41:56] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004965 10.0.0.73 - - [2026-04-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.73 - - [2026-04-30 03:41:57] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006131 10.0.0.73 - - [2026-04-30 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.73 - - [2026-04-30 03:41:57] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.003765 10.0.0.73 - - [2026-04-30 03:41:57] "POST /ref-update HTTP/1.1" 200 156 0.049494 10.0.0.141 - - [2026-04-30 03:41:57] "POST /access-control-lists HTTP/1.1" 200 599 0.050232 10.0.0.73 - - [2026-04-30 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007557 10.0.0.73 - - [2026-04-30 03:41:57] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.008877 10.0.0.73 - - [2026-04-30 03:41:57] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007531 10.0.0.73 - - [2026-04-30 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.73 - - [2026-04-30 03:41:57] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.004619 10.0.0.73 - - [2026-04-30 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.73 - - [2026-04-30 03:41:57] "GET /service-template/d1f82290-f155-4288-80bf-f9f1167ba2e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004967 10.0.0.73 - - [2026-04-30 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.33 - - [2026-04-30 03:41:57] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.73 - - [2026-04-30 03:41:57] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041356 10.0.0.73 - - [2026-04-30 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.73 - - [2026-04-30 03:41:57] "GET /service-instance/c0b37844-c582-47f3-a103-7b7a68841a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.008199 10.0.0.73 - - [2026-04-30 03:41:57] "POST /neutron/port HTTP/1.1" 200 1384 0.051225 10.0.0.73 - - [2026-04-30 03:41:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008882 10.0.0.73 - - [2026-04-30 03:41:58] "POST /neutron/port HTTP/1.1" 200 1384 0.023262 10.0.0.73 - - [2026-04-30 03:41:58] "POST /neutron/network HTTP/1.1" 200 848 0.007272 10.0.0.73 - - [2026-04-30 03:41:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001125 10.0.0.73 - - [2026-04-30 03:41:58] "GET /virtual-machine/25b402ea-edde-4a0d-a37b-a5c9af11677e HTTP/1.1" 200 1294 0.004233 10.0.0.73 - - [2026-04-30 03:41:58] "GET /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483 HTTP/1.1" 200 3891 0.006116 10.0.0.73 - - [2026-04-30 03:41:58] "GET /instance-ip/1036e7e4-5485-42ad-9332-5ccb9fca6c0a HTTP/1.1" 200 1964 0.004726 10.0.0.73 - - [2026-04-30 03:41:58] "GET /instance-ip/dfd42fc2-b9d1-4e8a-a9c5-d60773209eaa HTTP/1.1" 200 1963 0.004210 10.0.0.73 - - [2026-04-30 03:41:58] "GET /instance-ip/f72e3bd8-ab27-47a1-a16c-841293a33972 HTTP/1.1" 200 1636 0.006530 10.0.0.73 - - [2026-04-30 03:41:58] "POST /neutron/port HTTP/1.1" 200 1384 0.027707 10.0.0.73 - - [2026-04-30 03:41:58] "GET /virtual-machine/25b402ea-edde-4a0d-a37b-a5c9af11677e HTTP/1.1" 200 1294 0.004428 10.0.0.73 - - [2026-04-30 03:41:58] "GET /virtual-machine-interface/ba5c6e00-ab9e-41d0-a39e-23668a389483 HTTP/1.1" 200 3891 0.005976 10.0.0.73 - - [2026-04-30 03:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.73 - - [2026-04-30 03:41:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004162 10.0.0.73 - - [2026-04-30 03:41:58] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004005 10.0.0.73 - - [2026-04-30 03:41:58] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006635 10.0.0.73 - - [2026-04-30 03:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.73 - - [2026-04-30 03:41:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004201 10.0.0.73 - - [2026-04-30 03:41:59] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003990 10.0.0.73 - - [2026-04-30 03:41:59] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007028 10.0.0.73 - - [2026-04-30 03:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.73 - - [2026-04-30 03:41:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005089 10.0.0.73 - - [2026-04-30 03:41:59] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003832 10.0.0.73 - - [2026-04-30 03:41:59] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006684 10.0.0.73 - - [2026-04-30 03:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.73 - - [2026-04-30 03:42:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004665 10.0.0.73 - - [2026-04-30 03:42:00] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004663 10.0.0.73 - - [2026-04-30 03:42:00] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008021 10.0.0.73 - - [2026-04-30 03:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2026-04-30 03:42:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005461 10.0.0.73 - - [2026-04-30 03:42:00] "GET /virtual-networks?parent_id=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004422 10.0.0.73 - - [2026-04-30 03:42:00] "GET /virtual-network/348a1be7-6081-4805-bc09-0121c69c13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.011298 10.0.0.73 - - [2026-04-30 03:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.73 - - [2026-04-30 03:42:00] "GET /routing-instance/70a86df0-8491-4260-a096-ce51931a015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005389 10.0.0.73 - - [2026-04-30 03:42:00] "GET /routing-instance/70a86df0-8491-4260-a096-ce51931a015e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.007235 10.0.0.73 - - [2026-04-30 03:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.73 - - [2026-04-30 03:42:00] "GET /routing-instance/31a89529-1ce4-4a92-bbdd-eab7bda0d86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005586 10.0.0.73 - - [2026-04-30 03:42:00] "GET /routing-instance/31a89529-1ce4-4a92-bbdd-eab7bda0d86d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.007339 10.0.0.141 - - [2026-04-30 03:42:01] "GET /obj-perms HTTP/1.1" 200 5056 0.053908 10.0.0.73 - - [2026-04-30 03:42:12] "POST /neutron/port HTTP/1.1" 200 1108 0.020568 10.0.0.73 - - [2026-04-30 03:42:12] "POST /neutron/subnet HTTP/1.1" 200 704 0.010895 10.0.0.73 - - [2026-04-30 03:42:17] "POST /neutron/port HTTP/1.1" 200 1108 0.019400 10.0.0.73 - - [2026-04-30 03:42:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004132 10.0.0.73 - - [2026-04-30 03:42:18] "POST /neutron/network HTTP/1.1" 200 928 0.007859 10.0.0.73 - - [2026-04-30 03:42:53] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2473 0.005755 10.0.0.73 - - [2026-04-30 03:42:53] "PUT /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8 HTTP/1.1" 200 262 0.018427 10.0.0.73 - - [2026-04-30 03:42:53] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004468 10.0.0.141 - - [2026-04-30 03:42:53] "PUT /access-control-list/1f9c6135-7f3f-4ec6-9841-4deec170adda HTTP/1.1" 200 272 0.016520 10.0.0.73 - - [2026-04-30 03:43:13] "POST /neutron/port HTTP/1.1" 200 1126 0.063365 10.0.0.73 - - [2026-04-30 03:43:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004103 10.0.0.73 - - [2026-04-30 03:43:13] "POST /neutron/network HTTP/1.1" 200 924 0.007680 10.0.0.73 - - [2026-04-30 03:43:19] "POST /neutron/port HTTP/1.1" 200 1125 0.022204 10.0.0.73 - - [2026-04-30 03:43:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004380 10.0.0.73 - - [2026-04-30 03:43:19] "POST /neutron/network HTTP/1.1" 200 921 0.008954 10.0.0.73 - - [2026-04-30 03:43:21] "POST /ref-update HTTP/1.1" 200 156 0.063182 10.0.0.73 - - [2026-04-30 03:43:21] "GET /virtual-network/267bb1d0-cfa9-4b53-8712-96e09a5e1d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009482 10.0.0.73 - - [2026-04-30 03:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.73 - - [2026-04-30 03:43:22] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.004707 10.0.0.141 - - [2026-04-30 03:43:22] "POST /ref-update HTTP/1.1" 200 156 0.059082 10.0.0.73 - - [2026-04-30 03:43:22] "POST /ref-update HTTP/1.1" 200 156 0.078352 10.0.0.73 - - [2026-04-30 03:43:22] "GET /virtual-network/109cb310-6572-4136-97c3-1b5f65a387a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009213 10.0.0.73 - - [2026-04-30 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.141 - - [2026-04-30 03:43:22] "DELETE /access-control-list/c1e04dbb-6596-499f-8972-383801c7c471 HTTP/1.1" 200 115 0.046187 10.0.0.73 - - [2026-04-30 03:43:22] "GET /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3769 0.006779 10.0.0.73 - - [2026-04-30 03:43:22] "DELETE /network-policy/5b2b24a8-1090-462d-9c2b-34195edcf7b8 HTTP/1.1" 200 115 0.057783 10.0.0.73 - - [2026-04-30 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.141 - - [2026-04-30 03:43:22] "POST /ref-update HTTP/1.1" 200 156 0.031543 10.0.0.73 - - [2026-04-30 03:43:22] "DELETE /service-instance/c0b37844-c582-47f3-a103-7b7a68841a8f HTTP/1.1" 200 115 0.060188 10.0.0.141 - - [2026-04-30 03:43:22] "DELETE /instance-ip/1036e7e4-5485-42ad-9332-5ccb9fca6c0a HTTP/1.1" 200 115 0.099208 10.0.0.73 - - [2026-04-30 03:43:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003370 10.0.0.73 - - [2026-04-30 03:43:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003721 10.0.0.73 - - [2026-04-30 03:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.73 - - [2026-04-30 03:43:22] "DELETE /service-template/d1f82290-f155-4288-80bf-f9f1167ba2e4 HTTP/1.1" 200 115 0.031117 10.0.0.73 - - [2026-04-30 03:43:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003861 10.0.0.73 - - [2026-04-30 03:43:23] "POST /neutron/network HTTP/1.1" 200 849 0.007462 10.0.0.73 - - [2026-04-30 03:43:23] "POST /neutron/network HTTP/1.1" 400 204 0.015107 10.0.0.73 - - [2026-04-30 03:43:23] "POST /neutron/port HTTP/1.1" 200 1125 0.020981 10.0.0.73 - - [2026-04-30 03:43:23] "POST /neutron/port HTTP/1.1" 200 151 0.239706 10.0.0.73 - - [2026-04-30 03:43:23] "POST /neutron/port HTTP/1.1" 200 151 0.292148 10.0.0.141 - - [2026-04-30 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.73 - - [2026-04-30 03:43:25] "POST /neutron/network HTTP/1.1" 200 834 0.008018 10.0.0.141 - - [2026-04-30 03:43:26] "DELETE /route-target/e013f4ce-034d-43e7-99b4-1aa5cbbc7797 HTTP/1.1" 200 115 0.026597 10.0.0.33 - - [2026-04-30 03:43:26] "POST /useragent-kv HTTP/1.1" 200 115 0.052908 10.0.0.33 - - [2026-04-30 03:43:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002630 10.0.0.73 - - [2026-04-30 03:43:26] "POST /neutron/network HTTP/1.1" 200 151 0.198150 10.0.0.141 - - [2026-04-30 03:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008668 10.0.0.33 - - [2026-04-30 03:43:28] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001105 10.0.0.73 - - [2026-04-30 03:43:28] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073436 10.0.0.33 - - [2026-04-30 03:43:28] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001152 10.0.0.73 - - [2026-04-30 03:43:28] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?fields=virtual_networks HTTP/1.1" 200 1036 0.049859 10.0.0.33 - - [2026-04-30 03:43:28] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.73 - - [2026-04-30 03:43:28] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.050372 10.0.0.33 - - [2026-04-30 03:43:28] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001390 10.0.0.73 - - [2026-04-30 03:43:28] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?fields=security_groups HTTP/1.1" 200 1264 0.043443 10.0.0.73 - - [2026-04-30 03:43:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.343325 10.0.0.33 - - [2026-04-30 03:43:29] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003746 10.0.0.33 - - [2026-04-30 03:43:29] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.33 - - [2026-04-30 03:43:29] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034890 10.0.0.33 - - [2026-04-30 03:43:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.001860 10.0.0.33 - - [2026-04-30 03:43:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.012851 10.0.0.33 - - [2026-04-30 03:43:30] "POST /security-groups HTTP/1.1" 200 592 0.038336 10.0.0.33 - - [2026-04-30 03:43:30] "POST /projects HTTP/1.1" 200 587 0.269100 10.0.0.141 - - [2026-04-30 03:43:30] "POST /access-control-lists HTTP/1.1" 200 597 0.033122 10.0.0.33 - - [2026-04-30 03:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.341590 10.0.0.73 - - [2026-04-30 03:43:30] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.529282 10.0.0.73 - - [2026-04-30 03:43:31] "GET / HTTP/1.1" 200 35931 0.001833 10.0.0.73 - - [2026-04-30 03:43:33] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000635 10.0.0.33 - - [2026-04-30 03:43:33] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001837 10.0.0.73 - - [2026-04-30 03:43:33] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.086830 10.0.0.73 - - [2026-04-30 03:43:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.003250 10.0.0.73 - - [2026-04-30 03:43:34] "POST /virtual-DNSs HTTP/1.1" 200 507 0.050097 10.0.0.73 - - [2026-04-30 03:43:34] "GET /virtual-DNS/745c3f73-98da-4b19-9b24-4fb0863446c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006796 10.0.0.73 - - [2026-04-30 03:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.73 - - [2026-04-30 03:43:34] "GET /virtual-DNS/745c3f73-98da-4b19-9b24-4fb0863446c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004444 10.0.0.73 - - [2026-04-30 03:43:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003749 10.0.0.73 - - [2026-04-30 03:43:34] "POST /network-ipams HTTP/1.1" 200 514 0.031772 10.0.0.73 - - [2026-04-30 03:43:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.006158 10.0.0.73 - - [2026-04-30 03:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.73 - - [2026-04-30 03:43:34] "GET /network-ipam/ba939563-9e28-4322-a303-bcb8389f4fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.006277 10.0.0.73 - - [2026-04-30 03:43:34] "PUT /network-ipam/ba939563-9e28-4322-a303-bcb8389f4fe1 HTTP/1.1" 200 258 0.017930 10.0.0.73 - - [2026-04-30 03:43:34] "POST /ref-update HTTP/1.1" 200 156 0.020159 10.0.0.73 - - [2026-04-30 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.33 - - [2026-04-30 03:43:35] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.73 - - [2026-04-30 03:43:35] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047896 10.0.0.73 - - [2026-04-30 03:43:35] "POST /neutron/network HTTP/1.1" 200 117 0.039498 10.0.0.141 - - [2026-04-30 03:43:35] "POST /route-targets HTTP/1.1" 200 327 0.018428 10.0.0.73 - - [2026-04-30 03:43:35] "POST /neutron/network HTTP/1.1" 200 833 0.009916 10.0.0.73 - - [2026-04-30 03:43:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001529 10.0.0.73 - - [2026-04-30 03:43:35] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006062 10.0.0.73 - - [2026-04-30 03:43:36] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006895 10.0.0.73 - - [2026-04-30 03:43:36] "POST /neutron/subnet HTTP/1.1" 200 711 0.011966 10.0.0.73 - - [2026-04-30 03:43:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001482 10.0.0.73 - - [2026-04-30 03:43:36] "POST /neutron/port HTTP/1.1" 200 4190 0.048135 10.0.0.33 - - [2026-04-30 03:43:37] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001487 10.0.0.73 - - [2026-04-30 03:43:37] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.090004 10.0.0.73 - - [2026-04-30 03:43:37] "POST /neutron/port HTTP/1.1" 200 4190 0.062946 10.0.0.73 - - [2026-04-30 03:43:38] "POST /neutron/network HTTP/1.1" 200 843 0.006808 10.0.0.73 - - [2026-04-30 03:43:38] "POST /neutron/port HTTP/1.1" 200 1058 0.018602 10.0.0.73 - - [2026-04-30 03:43:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003880 10.0.0.73 - - [2026-04-30 03:43:38] "POST /neutron/network HTTP/1.1" 200 833 0.007066 10.0.0.73 - - [2026-04-30 03:43:42] "POST /neutron/port HTTP/1.1" 200 1122 0.024106 10.0.0.73 - - [2026-04-30 03:43:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007730 10.0.0.73 - - [2026-04-30 03:43:43] "GET /virtual-machine/8151e851-ca03-4c6b-aa85-5f1f58504f72 HTTP/1.1" 401 292 0.000511 10.0.0.73 - - [2026-04-30 03:43:43] "GET /virtual-machine/8151e851-ca03-4c6b-aa85-5f1f58504f72 HTTP/1.1" 200 1293 0.039978 10.0.0.73 - - [2026-04-30 03:43:43] "GET /virtual-machine-interface/e2f71126-0d90-48a1-aae9-6895c826f079 HTTP/1.1" 200 2965 0.007349 10.0.0.73 - - [2026-04-30 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.73 - - [2026-04-30 03:43:43] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003816 10.0.0.73 - - [2026-04-30 03:43:43] "GET /virtual-networks?parent_id=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003878 10.0.0.73 - - [2026-04-30 03:43:43] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006699 10.0.0.73 - - [2026-04-30 03:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.73 - - [2026-04-30 03:43:46] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006216 10.0.0.73 - - [2026-04-30 03:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-04-30 03:43:50] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006035 10.0.0.73 - - [2026-04-30 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.73 - - [2026-04-30 03:43:54] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006051 10.0.0.73 - - [2026-04-30 03:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.73 - - [2026-04-30 03:43:58] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006222 10.0.0.73 - - [2026-04-30 03:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.73 - - [2026-04-30 03:44:02] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005557 10.0.0.73 - - [2026-04-30 03:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.73 - - [2026-04-30 03:44:07] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006038 10.0.0.33 - - [2026-04-30 03:44:07] "DELETE /project/35257fcfd051404eabecf39b52fdd4d6 HTTP/1.1" 404 173 0.006296 10.0.0.33 - - [2026-04-30 03:44:07] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.33 - - [2026-04-30 03:44:07] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.052282 10.0.0.33 - - [2026-04-30 03:44:07] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.33 - - [2026-04-30 03:44:07] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?fields=security_groups HTTP/1.1" 200 1369 0.050846 10.0.0.33 - - [2026-04-30 03:44:07] "DELETE /security-group/72e1d800-cc4c-4e7a-af11-b4739f05db6b HTTP/1.1" 200 115 0.067248 10.0.0.33 - - [2026-04-30 03:44:07] "GET /projects?obj_uuids=52eadd7b-0d73-401d-99ae-d3aa6bd651dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.33 - - [2026-04-30 03:44:07] "GET /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd?fields=application_policy_sets HTTP/1.1" 200 1408 0.076686 10.0.0.141 - - [2026-04-30 03:44:07] "DELETE /access-control-list/88fe51c2-25f0-4240-b6b4-b36d2ea38792 HTTP/1.1" 200 115 0.064435 10.0.0.33 - - [2026-04-30 03:44:07] "DELETE /project/52eadd7b-0d73-401d-99ae-d3aa6bd651dd HTTP/1.1" 200 115 0.475163 10.0.0.73 - - [2026-04-30 03:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.73 - - [2026-04-30 03:44:11] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005854 10.0.0.73 - - [2026-04-30 03:44:14] "POST /neutron/network HTTP/1.1" 200 1122 0.006691 10.0.0.73 - - [2026-04-30 03:44:14] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013689 10.0.0.73 - - [2026-04-30 03:44:14] "POST /neutron/network HTTP/1.1" 200 1112 0.010338 10.0.0.73 - - [2026-04-30 03:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.73 - - [2026-04-30 03:44:15] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006443 10.0.0.73 - - [2026-04-30 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.73 - - [2026-04-30 03:44:19] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005839 10.0.0.73 - - [2026-04-30 03:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006001 10.0.0.73 - - [2026-04-30 03:44:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003880 10.0.0.73 - - [2026-04-30 03:44:21] "GET /virtual-networks?parent_id=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003500 10.0.0.73 - - [2026-04-30 03:44:21] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005994 10.0.0.73 - - [2026-04-30 03:44:26] "POST /neutron/port HTTP/1.1" 200 1122 0.019497 10.0.0.73 - - [2026-04-30 03:44:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009946 10.0.0.73 - - [2026-04-30 03:44:37] "POST /neutron/port HTTP/1.1" 200 1122 0.026090 10.0.0.73 - - [2026-04-30 03:45:03] "GET /obj-perms HTTP/1.1" 200 5056 0.081087 10.0.0.73 - - [2026-04-30 03:45:11] "POST /neutron/network HTTP/1.1" 200 833 0.008367 10.0.0.73 - - [2026-04-30 03:45:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001239 10.0.0.73 - - [2026-04-30 03:45:11] "POST /neutron/network HTTP/1.1" 200 843 0.008562 10.0.0.33 - - [2026-04-30 03:45:12] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001519 10.0.0.73 - - [2026-04-30 03:45:12] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082039 10.0.0.73 - - [2026-04-30 03:45:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009086 10.0.0.73 - - [2026-04-30 03:45:13] "POST /neutron/network HTTP/1.1" 200 843 0.007885 10.0.0.73 - - [2026-04-30 03:45:13] "POST /neutron/port HTTP/1.1" 200 1058 0.019940 10.0.0.73 - - [2026-04-30 03:45:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006138 10.0.0.73 - - [2026-04-30 03:45:13] "POST /neutron/network HTTP/1.1" 200 833 0.007413 10.0.0.73 - - [2026-04-30 03:45:14] "POST /neutron/network HTTP/1.1" 200 938 0.008361 10.0.0.73 - - [2026-04-30 03:45:14] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.73 - - [2026-04-30 03:45:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008476 10.0.0.73 - - [2026-04-30 03:45:18] "POST /neutron/port HTTP/1.1" 200 1122 0.022548 10.0.0.73 - - [2026-04-30 03:45:18] "GET /virtual-machine/1d462e24-2bdf-4e06-9cfb-8e911fe4a041 HTTP/1.1" 200 1293 0.007117 10.0.0.73 - - [2026-04-30 03:45:18] "GET /virtual-machine-interface/d140c980-2bda-4f04-b0c0-a1adfedfa19d HTTP/1.1" 200 2965 0.005902 10.0.0.73 - - [2026-04-30 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.73 - - [2026-04-30 03:45:18] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004819 10.0.0.73 - - [2026-04-30 03:45:18] "GET /virtual-networks?parent_id=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006405 10.0.0.73 - - [2026-04-30 03:45:18] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006778 10.0.0.73 - - [2026-04-30 03:45:20] "POST /neutron/port HTTP/1.1" 200 1217 0.043915 10.0.0.73 - - [2026-04-30 03:45:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004708 10.0.0.73 - - [2026-04-30 03:45:20] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.73 - - [2026-04-30 03:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.73 - - [2026-04-30 03:45:21] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005369 10.0.0.73 - - [2026-04-30 03:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.73 - - [2026-04-30 03:45:25] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010711 10.0.0.73 - - [2026-04-30 03:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.73 - - [2026-04-30 03:45:29] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006116 10.0.0.73 - - [2026-04-30 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.73 - - [2026-04-30 03:45:33] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007291 10.0.0.73 - - [2026-04-30 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.73 - - [2026-04-30 03:45:37] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005647 10.0.0.73 - - [2026-04-30 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.73 - - [2026-04-30 03:45:41] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006132 10.0.0.73 - - [2026-04-30 03:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.73 - - [2026-04-30 03:45:45] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006924 10.0.0.73 - - [2026-04-30 03:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.73 - - [2026-04-30 03:45:50] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006473 10.0.0.73 - - [2026-04-30 03:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.73 - - [2026-04-30 03:45:54] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009365 10.0.0.73 - - [2026-04-30 03:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.73 - - [2026-04-30 03:45:58] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005906 10.0.0.73 - - [2026-04-30 03:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.73 - - [2026-04-30 03:46:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005184 10.0.0.73 - - [2026-04-30 03:46:00] "GET /virtual-networks?parent_id=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003900 10.0.0.73 - - [2026-04-30 03:46:00] "GET /virtual-network/eab129f6-de81-4a40-88e5-2744e88ef786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007797 10.0.0.73 - - [2026-04-30 03:46:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010303 10.0.0.141 - - [2026-04-30 03:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000628 10.0.0.141 - - [2026-04-30 03:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.141 - - [2026-04-30 03:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.141 - - [2026-04-30 03:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.73 - - [2026-04-30 03:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.73 - - [2026-04-30 03:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.33 - - [2026-04-30 03:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.33 - - [2026-04-30 03:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.73 - - [2026-04-30 03:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.73 - - [2026-04-30 03:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.33 - - [2026-04-30 03:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001275 10.0.0.33 - - [2026-04-30 03:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.33 - - [2026-04-30 03:46:04] "GET /obj-perms HTTP/1.1" 200 5056 0.061270 10.0.0.73 - - [2026-04-30 03:46:10] "POST /neutron/port HTTP/1.1" 200 1122 0.019908 10.0.0.73 - - [2026-04-30 03:46:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007263 10.0.0.73 - - [2026-04-30 03:46:14] "POST /neutron/network HTTP/1.1" 200 1122 0.023996 10.0.0.73 - - [2026-04-30 03:46:14] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017317 10.0.0.73 - - [2026-04-30 03:46:14] "POST /neutron/network HTTP/1.1" 200 1112 0.010824 10.0.0.73 - - [2026-04-30 03:46:20] "POST /neutron/port HTTP/1.1" 200 1108 0.019228 10.0.0.73 - - [2026-04-30 03:46:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004467 10.0.0.73 - - [2026-04-30 03:46:20] "POST /neutron/network HTTP/1.1" 200 928 0.006906 10.0.0.73 - - [2026-04-30 03:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.73 - - [2026-04-30 03:46:54] "DELETE /virtual-DNS/745c3f73-98da-4b19-9b24-4fb0863446c7 HTTP/1.1" 409 235 0.008465 10.0.0.73 - - [2026-04-30 03:46:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.003928 10.0.0.73 - - [2026-04-30 03:46:54] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.031310 10.0.0.73 - - [2026-04-30 03:46:54] "GET /virtual-DNS-record/cd0272e8-9827-42dd-81f1-b863446fd3a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.007801 10.0.0.73 - - [2026-04-30 03:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.73 - - [2026-04-30 03:46:54] "GET /virtual-DNS-record/cd0272e8-9827-42dd-81f1-b863446fd3a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003947 10.0.0.73 - - [2026-04-30 03:47:01] "DELETE /virtual-DNS-record/cd0272e8-9827-42dd-81f1-b863446fd3a7 HTTP/1.1" 200 115 0.036761 10.0.0.73 - - [2026-04-30 03:47:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003669 10.0.0.73 - - [2026-04-30 03:47:02] "POST /neutron/port HTTP/1.1" 200 1122 0.029857 10.0.0.73 - - [2026-04-30 03:47:02] "POST /neutron/port HTTP/1.1" 200 151 0.272356 10.0.0.73 - - [2026-04-30 03:47:03] "POST /neutron/network HTTP/1.1" 200 833 0.009703 10.0.0.73 - - [2026-04-30 03:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.73 - - [2026-04-30 03:47:03] "DELETE /network-ipam/ba939563-9e28-4322-a303-bcb8389f4fe1 HTTP/1.1" 200 115 0.062322 10.0.0.73 - - [2026-04-30 03:47:03] "DELETE /virtual-DNS/745c3f73-98da-4b19-9b24-4fb0863446c7 HTTP/1.1" 200 115 0.041729 10.0.0.73 - - [2026-04-30 03:47:03] "POST /fqname-to-id HTTP/1.1" 404 180 0.007309 10.0.0.141 - - [2026-04-30 03:47:04] "GET /obj-perms HTTP/1.1" 200 5056 0.052906 10.0.0.33 - - [2026-04-30 03:47:05] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.73 - - [2026-04-30 03:47:05] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064076 10.0.0.33 - - [2026-04-30 03:47:05] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003527 10.0.0.73 - - [2026-04-30 03:47:05] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?fields=virtual_networks HTTP/1.1" 200 1034 0.061951 10.0.0.33 - - [2026-04-30 03:47:05] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001025 10.0.0.73 - - [2026-04-30 03:47:05] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.066529 10.0.0.33 - - [2026-04-30 03:47:05] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.73 - - [2026-04-30 03:47:05] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?fields=security_groups HTTP/1.1" 200 1261 0.063526 10.0.0.73 - - [2026-04-30 03:47:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.036313 10.0.0.33 - - [2026-04-30 03:47:06] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.33 - - [2026-04-30 03:47:06] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001642 10.0.0.33 - - [2026-04-30 03:47:06] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009215 10.0.0.33 - - [2026-04-30 03:47:06] "POST /id-to-fqname HTTP/1.1" 200 191 0.002150 10.0.0.33 - - [2026-04-30 03:47:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.003107 10.0.0.33 - - [2026-04-30 03:47:07] "POST /security-groups HTTP/1.1" 200 592 0.089509 10.0.0.141 - - [2026-04-30 03:47:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.009427 10.0.0.33 - - [2026-04-30 03:47:07] "POST /projects HTTP/1.1" 200 587 0.355322 10.0.0.33 - - [2026-04-30 03:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.393871 10.0.0.73 - - [2026-04-30 03:47:07] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.546854 10.0.0.141 - - [2026-04-30 03:47:07] "POST /access-control-lists HTTP/1.1" 200 595 0.060433 10.0.0.33 - - [2026-04-30 03:47:07] "DELETE /project/6b05d7a3913a4077a6dce06c1a68b939 HTTP/1.1" 404 173 0.006415 10.0.0.33 - - [2026-04-30 03:47:07] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001405 10.0.0.33 - - [2026-04-30 03:47:08] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.076454 10.0.0.33 - - [2026-04-30 03:47:08] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.33 - - [2026-04-30 03:47:08] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?fields=security_groups HTTP/1.1" 200 1366 0.063427 10.0.0.33 - - [2026-04-30 03:47:08] "DELETE /security-group/472697f1-1e4a-4f98-98dd-f23be60ceb1b HTTP/1.1" 200 115 0.067244 10.0.0.33 - - [2026-04-30 03:47:08] "GET /projects?obj_uuids=35257fcf-d051-404e-abec-f39b52fdd4d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001406 10.0.0.33 - - [2026-04-30 03:47:08] "GET /project/35257fcf-d051-404e-abec-f39b52fdd4d6?fields=application_policy_sets HTTP/1.1" 200 1405 0.064336 10.0.0.33 - - [2026-04-30 03:47:08] "DELETE /project/35257fcf-d051-404e-abec-f39b52fdd4d6 HTTP/1.1" 200 115 0.528945 10.0.0.73 - - [2026-04-30 03:47:08] "GET / HTTP/1.1" 200 35931 0.002231 10.0.0.73 - - [2026-04-30 03:47:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2026-04-30 03:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.054439 10.0.0.33 - - [2026-04-30 03:47:10] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.73 - - [2026-04-30 03:47:10] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041737 10.0.0.33 - - [2026-04-30 03:47:10] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001377 10.0.0.73 - - [2026-04-30 03:47:11] "POST /neutron/network HTTP/1.1" 200 608 0.151270 10.0.0.141 - - [2026-04-30 03:47:11] "POST /route-targets HTTP/1.1" 200 327 0.015081 10.0.0.73 - - [2026-04-30 03:47:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.003618 10.0.0.73 - - [2026-04-30 03:47:11] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007389 10.0.0.73 - - [2026-04-30 03:47:11] "POST /neutron/network HTTP/1.1" 200 824 0.007463 10.0.0.73 - - [2026-04-30 03:47:11] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006110 10.0.0.73 - - [2026-04-30 03:47:11] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006326 10.0.0.73 - - [2026-04-30 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.33 - - [2026-04-30 03:47:13] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001216 10.0.0.73 - - [2026-04-30 03:47:13] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050010 10.0.0.73 - - [2026-04-30 03:47:13] "POST /neutron/network HTTP/1.1" 200 117 0.016059 10.0.0.141 - - [2026-04-30 03:47:13] "POST /ref-update HTTP/1.1" 200 156 0.023488 10.0.0.73 - - [2026-04-30 03:47:13] "POST /neutron/network HTTP/1.1" 200 829 0.009125 10.0.0.73 - - [2026-04-30 03:47:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001473 10.0.0.73 - - [2026-04-30 03:47:13] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005978 10.0.0.73 - - [2026-04-30 03:47:13] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006218 10.0.0.73 - - [2026-04-30 03:47:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.010493 10.0.0.73 - - [2026-04-30 03:47:14] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007566 10.0.0.73 - - [2026-04-30 03:47:14] "GET /obj-perms HTTP/1.1" 200 5032 0.059840 10.0.0.33 - - [2026-04-30 03:47:14] "GET /obj-perms HTTP/1.1" 200 5032 0.060213 10.0.0.73 - - [2026-04-30 03:47:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001413 10.0.0.73 - - [2026-04-30 03:47:15] "POST /neutron/port HTTP/1.1" 200 1108 0.020055 10.0.0.73 - - [2026-04-30 03:47:15] "POST /neutron/subnet HTTP/1.1" 200 704 0.010190 10.0.0.73 - - [2026-04-30 03:47:29] "POST /neutron/network HTTP/1.1" 200 839 0.008069 10.0.0.33 - - [2026-04-30 03:47:29] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.73 - - [2026-04-30 03:47:29] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078496 10.0.0.73 - - [2026-04-30 03:47:30] "POST /neutron/port HTTP/1.1" 200 117 0.009497 10.0.0.73 - - [2026-04-30 03:47:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001486 10.0.0.73 - - [2026-04-30 03:47:30] "POST /neutron/network HTTP/1.1" 200 839 0.009421 10.0.0.73 - - [2026-04-30 03:47:31] "POST /neutron/port HTTP/1.1" 200 1063 0.039533 10.0.0.33 - - [2026-04-30 03:47:31] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002025 10.0.0.73 - - [2026-04-30 03:47:31] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.136439 10.0.0.73 - - [2026-04-30 03:47:31] "POST /neutron/port HTTP/1.1" 200 1127 0.039872 10.0.0.73 - - [2026-04-30 03:47:31] "POST /neutron/port HTTP/1.1" 200 5164 0.116713 10.0.0.73 - - [2026-04-30 03:47:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013962 10.0.0.73 - - [2026-04-30 03:47:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008593 10.0.0.73 - - [2026-04-30 03:47:32] "POST /neutron/port HTTP/1.1" 200 1058 0.041402 10.0.0.73 - - [2026-04-30 03:47:33] "POST /neutron/port HTTP/1.1" 200 1122 0.052187 10.0.0.73 - - [2026-04-30 03:47:33] "POST /neutron/port HTTP/1.1" 200 117 0.004515 10.0.0.73 - - [2026-04-30 03:47:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.021998 10.0.0.73 - - [2026-04-30 03:47:47] "POST /neutron/port HTTP/1.1" 200 1127 0.022309 10.0.0.73 - - [2026-04-30 03:47:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007884 10.0.0.73 - - [2026-04-30 03:48:02] "POST /neutron/port HTTP/1.1" 200 1127 0.024025 10.0.0.141 - - [2026-04-30 03:48:06] "GET /obj-perms HTTP/1.1" 200 5056 0.060349 10.0.0.73 - - [2026-04-30 03:48:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008477 10.0.0.73 - - [2026-04-30 03:48:12] "POST /neutron/port HTTP/1.1" 200 1127 0.020212 10.0.0.73 - - [2026-04-30 03:48:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007915 10.0.0.73 - - [2026-04-30 03:48:12] "GET /virtual-machine/16441580-2a8f-4213-8fe2-39a4062f7875 HTTP/1.1" 401 292 0.000438 10.0.0.73 - - [2026-04-30 03:48:13] "GET /virtual-machine/16441580-2a8f-4213-8fe2-39a4062f7875 HTTP/1.1" 200 1293 0.038620 10.0.0.73 - - [2026-04-30 03:48:13] "GET /virtual-machine-interface/925e9a35-6a71-42f8-a44b-fcc45624983b HTTP/1.1" 200 2950 0.005628 10.0.0.73 - - [2026-04-30 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.73 - - [2026-04-30 03:48:13] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004995 10.0.0.73 - - [2026-04-30 03:48:13] "GET /virtual-networks?parent_id=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003481 10.0.0.73 - - [2026-04-30 03:48:13] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005650 10.0.0.73 - - [2026-04-30 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.73 - - [2026-04-30 03:48:16] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005876 10.0.0.73 - - [2026-04-30 03:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.73 - - [2026-04-30 03:48:20] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006011 10.0.0.73 - - [2026-04-30 03:48:21] "POST /neutron/network HTTP/1.1" 200 1122 0.008104 10.0.0.73 - - [2026-04-30 03:48:21] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016516 10.0.0.73 - - [2026-04-30 03:48:21] "POST /neutron/network HTTP/1.1" 200 1112 0.010219 10.0.0.73 - - [2026-04-30 03:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.73 - - [2026-04-30 03:48:24] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005631 10.0.0.73 - - [2026-04-30 03:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.73 - - [2026-04-30 03:48:28] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006200 10.0.0.73 - - [2026-04-30 03:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.73 - - [2026-04-30 03:48:32] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006047 10.0.0.73 - - [2026-04-30 03:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.73 - - [2026-04-30 03:48:36] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005932 10.0.0.73 - - [2026-04-30 03:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.73 - - [2026-04-30 03:48:41] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006068 10.0.0.73 - - [2026-04-30 03:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.73 - - [2026-04-30 03:48:45] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005911 10.0.0.73 - - [2026-04-30 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.73 - - [2026-04-30 03:48:49] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005877 10.0.0.73 - - [2026-04-30 03:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.73 - - [2026-04-30 03:48:53] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005966 10.0.0.73 - - [2026-04-30 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.73 - - [2026-04-30 03:48:57] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005536 10.0.0.73 - - [2026-04-30 03:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.73 - - [2026-04-30 03:49:01] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007281 10.0.0.73 - - [2026-04-30 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.73 - - [2026-04-30 03:49:05] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005857 10.0.0.73 - - [2026-04-30 03:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.73 - - [2026-04-30 03:49:09] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007139 10.0.0.73 - - [2026-04-30 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.73 - - [2026-04-30 03:49:13] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006210 10.0.0.73 - - [2026-04-30 03:49:15] "POST /neutron/network HTTP/1.1" 200 1122 0.031048 10.0.0.73 - - [2026-04-30 03:49:15] "POST /neutron/subnet HTTP/1.1" 200 1379 0.021178 10.0.0.73 - - [2026-04-30 03:49:15] "POST /neutron/network HTTP/1.1" 200 1112 0.010862 10.0.0.73 - - [2026-04-30 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.73 - - [2026-04-30 03:49:17] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006617 10.0.0.73 - - [2026-04-30 03:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.73 - - [2026-04-30 03:49:21] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005424 10.0.0.73 - - [2026-04-30 03:49:23] "POST /neutron/network HTTP/1.1" 200 938 0.007731 10.0.0.73 - - [2026-04-30 03:49:23] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.73 - - [2026-04-30 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.73 - - [2026-04-30 03:49:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004539 10.0.0.73 - - [2026-04-30 03:49:24] "GET /virtual-networks?parent_id=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003031 10.0.0.73 - - [2026-04-30 03:49:24] "GET /virtual-network/07f63f5e-2009-44c6-8f1a-2a50c7c1f504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006471 10.0.0.73 - - [2026-04-30 03:49:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007931 10.0.0.73 - - [2026-04-30 03:49:29] "POST /neutron/port HTTP/1.1" 200 1127 0.021094 10.0.0.73 - - [2026-04-30 03:49:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008054 10.0.0.73 - - [2026-04-30 03:49:39] "POST /neutron/port HTTP/1.1" 200 1127 0.023264 10.0.0.73 - - [2026-04-30 03:49:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008994 10.0.0.73 - - [2026-04-30 03:49:55] "POST /neutron/port HTTP/1.1" 200 1127 0.020400 10.0.0.73 - - [2026-04-30 03:50:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010868 10.0.0.73 - - [2026-04-30 03:50:10] "POST /neutron/port HTTP/1.1" 200 1127 0.021329 10.0.0.73 - - [2026-04-30 03:50:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009050 10.0.0.73 - - [2026-04-30 03:50:16] "POST /neutron/network HTTP/1.1" 200 938 0.007878 10.0.0.73 - - [2026-04-30 03:50:16] "POST /neutron/port HTTP/1.1" 200 117 0.001678 10.0.0.73 - - [2026-04-30 03:50:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009697 10.0.0.73 - - [2026-04-30 03:50:25] "POST /neutron/network HTTP/1.1" 200 839 0.032087 10.0.0.73 - - [2026-04-30 03:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.73 - - [2026-04-30 03:50:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008245 10.0.0.73 - - [2026-04-30 03:50:26] "POST /neutron/port HTTP/1.1" 200 1122 0.027038 10.0.0.73 - - [2026-04-30 03:50:26] "GET /virtual-machine/bb0ec84c-545c-4027-a420-a56752c3be30 HTTP/1.1" 200 1294 0.009465 10.0.0.73 - - [2026-04-30 03:50:26] "GET /virtual-machine-interface/e6e7f51b-d97b-484c-9215-b280d5e7e567 HTTP/1.1" 200 2950 0.005831 10.0.0.73 - - [2026-04-30 03:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.73 - - [2026-04-30 03:50:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004844 10.0.0.73 - - [2026-04-30 03:50:26] "GET /virtual-networks?parent_id=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003482 10.0.0.73 - - [2026-04-30 03:50:26] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006536 10.0.0.73 - - [2026-04-30 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.73 - - [2026-04-30 03:50:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004430 10.0.0.73 - - [2026-04-30 03:50:27] "GET /virtual-networks?parent_id=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005779 10.0.0.73 - - [2026-04-30 03:50:27] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005980 10.0.0.73 - - [2026-04-30 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.33 - - [2026-04-30 03:50:27] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026486 10.0.0.73 - - [2026-04-30 03:50:28] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070874 10.0.0.73 - - [2026-04-30 03:50:28] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007051 10.0.0.73 - - [2026-04-30 03:50:28] "GET /floating-ip-pools?parent_id=fa62749c-e7d9-42ee-9945-bb80a831a4e7&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003577 10.0.0.73 - - [2026-04-30 03:50:28] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005860 10.0.0.73 - - [2026-04-30 03:50:28] "POST /floating-ip-pools HTTP/1.1" 200 598 0.031964 10.0.0.73 - - [2026-04-30 03:50:28] "POST /ref-update HTTP/1.1" 200 156 0.015767 10.0.0.73 - - [2026-04-30 03:50:28] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006563 10.0.0.73 - - [2026-04-30 03:50:28] "GET /virtual-network/fa62749c-e7d9-42ee-9945-bb80a831a4e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006583 10.0.0.73 - - [2026-04-30 03:50:28] "POST /neutron/port HTTP/1.1" 200 1127 0.019008 10.0.0.73 - - [2026-04-30 03:50:28] "POST /neutron/floatingip HTTP/1.1" 200 576 0.021504 10.0.0.73 - - [2026-04-30 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.73 - - [2026-04-30 03:50:28] "GET /routing-instance/2c85f06d-d0d4-43ec-a7f7-300615a270cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005664 10.0.0.73 - - [2026-04-30 03:50:29] "GET /route-target/e0b1c1de-fcd4-4a1b-bff2-0831e87049fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004220 10.0.0.73 - - [2026-04-30 03:50:58] "POST /neutron/floatingip HTTP/1.1" 200 527 0.010023 10.0.0.73 - - [2026-04-30 03:50:58] "GET /floating-ip-pool/6136473c-2c00-42e9-abc8-6d2bbc51c041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.005346 10.0.0.73 - - [2026-04-30 03:50:58] "POST /ref-update HTTP/1.1" 200 156 0.015284 10.0.0.73 - - [2026-04-30 03:50:58] "DELETE /floating-ip-pool/6136473c-2c00-42e9-abc8-6d2bbc51c041 HTTP/1.1" 200 115 0.055794 10.0.0.73 - - [2026-04-30 03:50:59] "POST /neutron/network HTTP/1.1" 400 204 0.014525 10.0.0.73 - - [2026-04-30 03:50:59] "POST /neutron/port HTTP/1.1" 200 151 0.227710 10.0.0.73 - - [2026-04-30 03:50:59] "POST /neutron/port HTTP/1.1" 200 151 0.246717 10.0.0.141 - - [2026-04-30 03:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.73 - - [2026-04-30 03:51:01] "POST /neutron/network HTTP/1.1" 200 824 0.009375 10.0.0.141 - - [2026-04-30 03:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.141 - - [2026-04-30 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.041065 10.0.0.141 - - [2026-04-30 03:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.141 - - [2026-04-30 03:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.73 - - [2026-04-30 03:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.73 - - [2026-04-30 03:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.33 - - [2026-04-30 03:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.33 - - [2026-04-30 03:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.73 - - [2026-04-30 03:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.73 - - [2026-04-30 03:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.33 - - [2026-04-30 03:51:03] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.73 - - [2026-04-30 03:51:03] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.118764 10.0.0.33 - - [2026-04-30 03:51:03] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002559 10.0.0.73 - - [2026-04-30 03:51:03] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?fields=virtual_networks HTTP/1.1" 200 1034 0.058731 10.0.0.33 - - [2026-04-30 03:51:03] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001351 10.0.0.73 - - [2026-04-30 03:51:03] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.049474 10.0.0.33 - - [2026-04-30 03:51:03] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001357 10.0.0.73 - - [2026-04-30 03:51:03] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?fields=security_groups HTTP/1.1" 200 1261 0.067689 10.0.0.33 - - [2026-04-30 03:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2026-04-30 03:51:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.73 - - [2026-04-30 03:51:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.026489 10.0.0.33 - - [2026-04-30 03:51:04] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003369 10.0.0.33 - - [2026-04-30 03:51:04] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.33 - - [2026-04-30 03:51:04] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037225 10.0.0.33 - - [2026-04-30 03:51:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.017809 10.0.0.33 - - [2026-04-30 03:51:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.015402 10.0.0.33 - - [2026-04-30 03:51:05] "POST /security-groups HTTP/1.1" 200 591 0.089646 10.0.0.33 - - [2026-04-30 03:51:05] "POST /projects HTTP/1.1" 200 585 0.407083 10.0.0.141 - - [2026-04-30 03:51:05] "POST /access-control-lists HTTP/1.1" 200 596 0.040228 10.0.0.33 - - [2026-04-30 03:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.498261 10.0.0.73 - - [2026-04-30 03:51:05] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.683876 10.0.0.73 - - [2026-04-30 03:51:06] "GET / HTTP/1.1" 200 35931 0.001734 10.0.0.73 - - [2026-04-30 03:51:08] "GET /obj-perms HTTP/1.1" 200 5056 0.080934 10.0.0.73 - - [2026-04-30 03:51:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.73 - - [2026-04-30 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.082899 10.0.0.33 - - [2026-04-30 03:51:08] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004074 10.0.0.33 - - [2026-04-30 03:51:08] "DELETE /project/702fea905e044cf785cb5a33e01f52bc HTTP/1.1" 404 173 0.005894 10.0.0.33 - - [2026-04-30 03:51:08] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.73 - - [2026-04-30 03:51:08] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.091553 10.0.0.33 - - [2026-04-30 03:51:09] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.116365 10.0.0.33 - - [2026-04-30 03:51:09] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.33 - - [2026-04-30 03:51:09] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?fields=security_groups HTTP/1.1" 200 1366 0.070724 10.0.0.33 - - [2026-04-30 03:51:09] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001978 10.0.0.33 - - [2026-04-30 03:51:09] "DELETE /security-group/1816cbb3-bbf9-403e-bfd1-680f8b57df80 HTTP/1.1" 200 115 0.111110 10.0.0.33 - - [2026-04-30 03:51:09] "GET /projects?obj_uuids=6b05d7a3-913a-4077-a6dc-e06c1a68b939&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183 10.0.0.141 - - [2026-04-30 03:51:09] "DELETE /access-control-list/8415f05a-e555-490f-85b5-6f20a6aaa090 HTTP/1.1" 200 115 0.079717 10.0.0.33 - - [2026-04-30 03:51:09] "GET /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939?fields=application_policy_sets HTTP/1.1" 200 1405 0.068171 10.0.0.73 - - [2026-04-30 03:51:09] "POST /neutron/network HTTP/1.1" 200 625 0.254283 10.0.0.33 - - [2026-04-30 03:51:09] "DELETE /project/6b05d7a3-913a-4077-a6dc-e06c1a68b939 HTTP/1.1" 200 115 0.641103 10.0.0.141 - - [2026-04-30 03:51:09] "POST /ref-update HTTP/1.1" 200 156 0.042853 10.0.0.73 - - [2026-04-30 03:51:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.003488 10.0.0.73 - - [2026-04-30 03:51:09] "GET /virtual-network/e9a64356-f4a2-4f81-90a5-80595e3a3ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005536 10.0.0.73 - - [2026-04-30 03:51:09] "POST /neutron/network HTTP/1.1" 200 839 0.012584 10.0.0.73 - - [2026-04-30 03:51:09] "GET /virtual-network/e9a64356-f4a2-4f81-90a5-80595e3a3ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006291 10.0.0.73 - - [2026-04-30 03:51:09] "POST /neutron/network HTTP/1.1" 200 839 0.008057 10.0.0.73 - - [2026-04-30 03:51:09] "POST /id-to-fqname HTTP/1.1" 200 230 0.001464 10.0.0.33 - - [2026-04-30 03:51:10] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.73 - - [2026-04-30 03:51:10] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.081933 10.0.0.73 - - [2026-04-30 03:51:10] "POST /neutron/network HTTP/1.1" 200 839 0.037394 10.0.0.73 - - [2026-04-30 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.73 - - [2026-04-30 03:51:11] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005034 10.0.0.73 - - [2026-04-30 03:51:11] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.022168 10.0.0.73 - - [2026-04-30 03:51:11] "POST /neutron/port HTTP/1.1" 200 117 0.007863 10.0.0.73 - - [2026-04-30 03:51:11] "POST /neutron/port HTTP/1.1" 200 1055 0.021952 10.0.0.73 - - [2026-04-30 03:51:12] "POST /neutron/port HTTP/1.1" 200 1119 0.022252 10.0.0.73 - - [2026-04-30 03:51:12] "POST /neutron/port HTTP/1.1" 200 117 0.001091 10.0.0.73 - - [2026-04-30 03:51:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009840 10.0.0.73 - - [2026-04-30 03:51:17] "POST /neutron/port HTTP/1.1" 200 1119 0.021839 10.0.0.73 - - [2026-04-30 03:51:17] "GET /virtual-machine/f99afeab-d3f8-40f0-8bcd-22f82b6bb89e HTTP/1.1" 401 292 0.000493 10.0.0.73 - - [2026-04-30 03:51:17] "GET /virtual-machine/f99afeab-d3f8-40f0-8bcd-22f82b6bb89e HTTP/1.1" 200 1293 0.036821 10.0.0.73 - - [2026-04-30 03:51:17] "GET /virtual-machine-interface/f601b24f-f7b9-4cfd-95f0-9196fb00a6c5 HTTP/1.1" 200 2972 0.006045 10.0.0.73 - - [2026-04-30 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.73 - - [2026-04-30 03:51:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004519 10.0.0.73 - - [2026-04-30 03:51:17] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004305 10.0.0.73 - - [2026-04-30 03:51:17] "GET /virtual-network/e9a64356-f4a2-4f81-90a5-80595e3a3ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007571 10.0.0.73 - - [2026-04-30 03:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.73 - - [2026-04-30 03:51:20] "GET /virtual-network/e9a64356-f4a2-4f81-90a5-80595e3a3ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007609 10.0.0.73 - - [2026-04-30 03:51:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.038302 10.0.0.73 - - [2026-04-30 03:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.73 - - [2026-04-30 03:51:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004815 10.0.0.73 - - [2026-04-30 03:51:22] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003242 10.0.0.73 - - [2026-04-30 03:51:22] "GET /virtual-network/e9a64356-f4a2-4f81-90a5-80595e3a3ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006392 10.0.0.73 - - [2026-04-30 03:51:26] "POST /neutron/port HTTP/1.1" 200 1217 0.024719 10.0.0.73 - - [2026-04-30 03:51:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004455 10.0.0.73 - - [2026-04-30 03:51:26] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.73 - - [2026-04-30 03:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.73 - - [2026-04-30 03:51:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004154 10.0.0.73 - - [2026-04-30 03:51:28] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.013291 10.0.0.73 - - [2026-04-30 03:51:29] "POST /neutron/network HTTP/1.1" 200 839 0.007436 10.0.0.73 - - [2026-04-30 03:51:29] "POST /neutron/port HTTP/1.1" 200 1109 0.016733 10.0.0.33 - - [2026-04-30 03:51:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006490 10.0.0.33 - - [2026-04-30 03:51:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003899 10.0.0.73 - - [2026-04-30 03:51:31] "POST /neutron/network HTTP/1.1" 200 151 0.140413 10.0.0.73 - - [2026-04-30 03:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.33 - - [2026-04-30 03:51:34] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.73 - - [2026-04-30 03:51:34] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054630 10.0.0.141 - - [2026-04-30 03:51:34] "POST /route-targets HTTP/1.1" 200 327 0.022590 10.0.0.33 - - [2026-04-30 03:51:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007016 10.0.0.73 - - [2026-04-30 03:51:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.250537 10.0.0.73 - - [2026-04-30 03:51:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001554 10.0.0.73 - - [2026-04-30 03:51:34] "GET /virtual-network/da03f3c8-f76e-4f51-bdca-64a471ab7b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006365 10.0.0.73 - - [2026-04-30 03:51:34] "GET /virtual-network/da03f3c8-f76e-4f51-bdca-64a471ab7b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007242 10.0.0.73 - - [2026-04-30 03:51:34] "POST /neutron/network HTTP/1.1" 200 824 0.007331 10.0.0.73 - - [2026-04-30 03:51:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001414 10.0.0.73 - - [2026-04-30 03:51:35] "POST /neutron/network HTTP/1.1" 200 834 0.006940 10.0.0.33 - - [2026-04-30 03:51:35] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.73 - - [2026-04-30 03:51:36] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.080180 10.0.0.73 - - [2026-04-30 03:51:36] "POST /neutron/port HTTP/1.1" 200 117 0.006767 10.0.0.33 - - [2026-04-30 03:51:36] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.73 - - [2026-04-30 03:51:36] "POST /neutron/port HTTP/1.1" 200 1060 0.360706 10.0.0.73 - - [2026-04-30 03:51:37] "POST /neutron/port HTTP/1.1" 200 1114 0.129846 10.0.0.73 - - [2026-04-30 03:51:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.009085 10.0.0.73 - - [2026-04-30 03:51:41] "POST /neutron/port HTTP/1.1" 200 1124 0.020462 10.0.0.73 - - [2026-04-30 03:51:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008124 10.0.0.73 - - [2026-04-30 03:51:41] "GET /virtual-machine/4cdc546c-7436-4214-a35b-a21134d1642a HTTP/1.1" 200 1292 0.006612 10.0.0.73 - - [2026-04-30 03:51:41] "GET /virtual-machine-interface/38159fb6-36dc-4b0f-b59e-42888e53f349 HTTP/1.1" 200 2941 0.005720 10.0.0.73 - - [2026-04-30 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.73 - - [2026-04-30 03:51:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004708 10.0.0.73 - - [2026-04-30 03:51:41] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003990 10.0.0.73 - - [2026-04-30 03:51:41] "GET /virtual-network/da03f3c8-f76e-4f51-bdca-64a471ab7b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006893 10.0.0.73 - - [2026-04-30 03:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.73 - - [2026-04-30 03:51:44] "GET /virtual-network/da03f3c8-f76e-4f51-bdca-64a471ab7b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005641 10.0.0.73 - - [2026-04-30 03:51:47] "POST /neutron/port HTTP/1.1" 200 1124 0.021084 10.0.0.73 - - [2026-04-30 03:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.73 - - [2026-04-30 03:51:48] "GET /virtual-network/da03f3c8-f76e-4f51-bdca-64a471ab7b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007729 10.0.0.73 - - [2026-04-30 03:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.73 - - [2026-04-30 03:51:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004801 10.0.0.73 - - [2026-04-30 03:51:51] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003393 10.0.0.73 - - [2026-04-30 03:51:51] "GET /virtual-network/da03f3c8-f76e-4f51-bdca-64a471ab7b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007914 10.0.0.73 - - [2026-04-30 03:51:52] "POST /neutron/network HTTP/1.1" 400 204 0.015821 10.0.0.73 - - [2026-04-30 03:51:53] "POST /neutron/port HTTP/1.1" 200 151 0.206071 10.0.0.141 - - [2026-04-30 03:51:54] "DELETE /route-target/5c9a9102-456f-460a-b615-6f198425c4fd HTTP/1.1" 200 115 0.025626 10.0.0.73 - - [2026-04-30 03:51:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004150 10.0.0.73 - - [2026-04-30 03:51:57] "POST /network-ipams HTTP/1.1" 200 541 0.036898 10.0.0.73 - - [2026-04-30 03:51:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004345 10.0.0.73 - - [2026-04-30 03:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.73 - - [2026-04-30 03:51:57] "GET /network-ipam/0c1fa4ef-c8de-4160-bbd0-1e15ad488b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.008418 10.0.0.73 - - [2026-04-30 03:51:57] "PUT /network-ipam/0c1fa4ef-c8de-4160-bbd0-1e15ad488b3a HTTP/1.1" 200 258 0.017683 10.0.0.73 - - [2026-04-30 03:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007940 10.0.0.33 - - [2026-04-30 03:51:57] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.73 - - [2026-04-30 03:51:57] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.052715 10.0.0.73 - - [2026-04-30 03:51:57] "POST /neutron/network HTTP/1.1" 200 117 0.015325 10.0.0.33 - - [2026-04-30 03:51:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007678 10.0.0.73 - - [2026-04-30 03:51:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.212898 10.0.0.73 - - [2026-04-30 03:51:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001340 10.0.0.73 - - [2026-04-30 03:51:58] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005813 10.0.0.73 - - [2026-04-30 03:51:58] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007107 10.0.0.73 - - [2026-04-30 03:51:58] "POST /neutron/network HTTP/1.1" 200 994 0.011156 10.0.0.73 - - [2026-04-30 03:51:58] "POST /neutron/network HTTP/1.1" 200 994 0.010603 10.0.0.33 - - [2026-04-30 03:51:58] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001254 10.0.0.73 - - [2026-04-30 03:51:58] "POST /neutron/port HTTP/1.1" 200 1017 0.258684 10.0.0.73 - - [2026-04-30 03:51:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001379 10.0.0.73 - - [2026-04-30 03:51:59] "POST /neutron/port HTTP/1.1" 200 1017 0.014919 10.0.0.73 - - [2026-04-30 03:51:59] "POST /neutron/port HTTP/1.1" 200 1017 0.014188 10.0.0.73 - - [2026-04-30 03:51:59] "POST /neutron/port HTTP/1.1" 200 117 0.007488 10.0.0.73 - - [2026-04-30 03:51:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.002361 10.0.0.73 - - [2026-04-30 03:52:00] "POST /neutron/port HTTP/1.1" 200 1017 0.026352 10.0.0.73 - - [2026-04-30 03:52:00] "POST /neutron/port HTTP/1.1" 200 1017 0.018266 10.0.0.73 - - [2026-04-30 03:52:00] "POST /neutron/port HTTP/1.1" 200 1017 0.018956 10.0.0.73 - - [2026-04-30 03:52:00] "POST /neutron/port HTTP/1.1" 200 4190 0.102105 10.0.0.73 - - [2026-04-30 03:52:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001509 10.0.0.73 - - [2026-04-30 03:52:00] "POST /neutron/port HTTP/1.1" 200 5156 0.064031 10.0.0.73 - - [2026-04-30 03:52:00] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.73 - - [2026-04-30 03:52:01] "POST /neutron/network HTTP/1.1" 200 1004 0.009126 10.0.0.73 - - [2026-04-30 03:52:01] "POST /neutron/port HTTP/1.1" 200 1017 0.020910 10.0.0.73 - - [2026-04-30 03:52:01] "POST /neutron/port HTTP/1.1" 200 1119 0.025347 10.0.0.73 - - [2026-04-30 03:52:01] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.33 - - [2026-04-30 03:52:01] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.73 - - [2026-04-30 03:52:01] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.097199 10.0.0.73 - - [2026-04-30 03:52:02] "POST /neutron/port HTTP/1.1" 200 6122 0.057253 10.0.0.73 - - [2026-04-30 03:52:02] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006932 10.0.0.73 - - [2026-04-30 03:52:02] "POST /neutron/network HTTP/1.1" 200 1004 0.007785 10.0.0.73 - - [2026-04-30 03:52:03] "POST /neutron/port HTTP/1.1" 200 1055 0.026497 10.0.0.73 - - [2026-04-30 03:52:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004192 10.0.0.73 - - [2026-04-30 03:52:03] "POST /neutron/network HTTP/1.1" 200 994 0.011143 10.0.0.141 - - [2026-04-30 03:52:04] "GET /obj-perms HTTP/1.1" 200 5030 0.060043 10.0.0.33 - - [2026-04-30 03:52:04] "GET /obj-perms HTTP/1.1" 200 5030 0.069718 10.0.0.73 - - [2026-04-30 03:52:04] "POST /neutron/port HTTP/1.1" 200 1119 0.030606 10.0.0.73 - - [2026-04-30 03:52:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009403 10.0.0.73 - - [2026-04-30 03:52:04] "GET /virtual-machine/f476a434-1b9e-4453-bbb6-92324486060b HTTP/1.1" 200 1289 0.008049 10.0.0.73 - - [2026-04-30 03:52:04] "GET /virtual-machine-interface/61ea41b1-5bb9-43a6-9b3c-5a6b13c12c8c HTTP/1.1" 200 2941 0.006216 10.0.0.73 - - [2026-04-30 03:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.73 - - [2026-04-30 03:52:04] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004908 10.0.0.73 - - [2026-04-30 03:52:04] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003956 10.0.0.73 - - [2026-04-30 03:52:04] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007359 10.0.0.73 - - [2026-04-30 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.73 - - [2026-04-30 03:52:07] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006616 10.0.0.73 - - [2026-04-30 03:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.73 - - [2026-04-30 03:52:12] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005515 10.0.0.73 - - [2026-04-30 03:52:12] "POST /neutron/port HTTP/1.1" 200 1119 0.020007 10.0.0.73 - - [2026-04-30 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.73 - - [2026-04-30 03:52:14] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005889 10.0.0.73 - - [2026-04-30 03:52:14] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003718 10.0.0.73 - - [2026-04-30 03:52:14] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006988 10.0.0.73 - - [2026-04-30 03:52:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008113 10.0.0.73 - - [2026-04-30 03:52:14] "POST /neutron/port HTTP/1.1" 200 1119 0.021278 10.0.0.73 - - [2026-04-30 03:52:14] "GET /virtual-machine/8de7c2b4-dd9d-40e6-a848-bb8f6b044bab HTTP/1.1" 200 1289 0.007485 10.0.0.73 - - [2026-04-30 03:52:14] "GET /virtual-machine-interface/5f2d5972-5f78-4bcb-ab40-5f3b9144d718 HTTP/1.1" 200 2941 0.006994 10.0.0.73 - - [2026-04-30 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.73 - - [2026-04-30 03:52:14] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004945 10.0.0.73 - - [2026-04-30 03:52:14] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003544 10.0.0.73 - - [2026-04-30 03:52:14] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006603 10.0.0.73 - - [2026-04-30 03:52:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009215 10.0.0.73 - - [2026-04-30 03:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.73 - - [2026-04-30 03:52:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004290 10.0.0.73 - - [2026-04-30 03:52:15] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003048 10.0.0.73 - - [2026-04-30 03:52:15] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006083 10.0.0.73 - - [2026-04-30 03:52:16] "POST /neutron/port HTTP/1.1" 200 1119 0.026695 10.0.0.73 - - [2026-04-30 03:52:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013478 10.0.0.73 - - [2026-04-30 03:52:16] "GET /virtual-machine/8a830792-5d7e-4365-99a9-09bfad3ef167 HTTP/1.1" 200 1292 0.086934 10.0.0.73 - - [2026-04-30 03:52:16] "GET /virtual-machine-interface/9635a322-4560-495c-9c14-5a860a3a1eef HTTP/1.1" 200 2942 0.006351 10.0.0.73 - - [2026-04-30 03:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.73 - - [2026-04-30 03:52:16] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004077 10.0.0.73 - - [2026-04-30 03:52:16] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003689 10.0.0.73 - - [2026-04-30 03:52:16] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005985 10.0.0.73 - - [2026-04-30 03:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.73 - - [2026-04-30 03:52:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003992 10.0.0.73 - - [2026-04-30 03:52:17] "GET /virtual-networks?parent_id=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003788 10.0.0.73 - - [2026-04-30 03:52:17] "GET /virtual-network/0f508c0c-0ac3-4e52-aff9-3c5cb5471592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006963 10.0.0.73 - - [2026-04-30 03:52:18] "POST /neutron/network HTTP/1.1" 200 1122 0.006849 10.0.0.73 - - [2026-04-30 03:52:18] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017791 10.0.0.73 - - [2026-04-30 03:52:18] "POST /neutron/network HTTP/1.1" 200 1112 0.011677 10.0.0.73 - - [2026-04-30 03:52:27] "POST /neutron/network HTTP/1.1" 200 938 0.008177 10.0.0.73 - - [2026-04-30 03:52:27] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.73 - - [2026-04-30 03:52:34] "POST /neutron/port HTTP/1.1" 200 1109 0.018369 10.0.0.73 - - [2026-04-30 03:52:34] "POST /neutron/port HTTP/1.1" 200 1109 0.020144 10.0.0.73 - - [2026-04-30 03:52:34] "POST /neutron/port HTTP/1.1" 200 1109 0.015632 10.0.0.73 - - [2026-04-30 03:52:34] "POST /neutron/network HTTP/1.1" 400 204 0.016755 10.0.0.141 - - [2026-04-30 03:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.73 - - [2026-04-30 03:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010388 10.0.0.73 - - [2026-04-30 03:52:37] "DELETE /network-ipam/0c1fa4ef-c8de-4160-bbd0-1e15ad488b3a HTTP/1.1" 200 115 0.044619 10.0.0.73 - - [2026-04-30 03:52:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.004500 10.0.0.33 - - [2026-04-30 03:52:38] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001366 10.0.0.73 - - [2026-04-30 03:52:38] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049412 10.0.0.33 - - [2026-04-30 03:52:38] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.73 - - [2026-04-30 03:52:38] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?fields=virtual_networks HTTP/1.1" 200 1031 0.041113 10.0.0.33 - - [2026-04-30 03:52:38] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001254 10.0.0.73 - - [2026-04-30 03:52:38] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.048383 10.0.0.33 - - [2026-04-30 03:52:38] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001331 10.0.0.73 - - [2026-04-30 03:52:38] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?fields=security_groups HTTP/1.1" 200 1257 0.065078 10.0.0.73 - - [2026-04-30 03:52:39] "POST /neutron/port HTTP/1.1" 200 117 0.007351 10.0.0.73 - - [2026-04-30 03:52:39] "POST /neutron/port HTTP/1.1" 400 205 0.003582 10.0.0.73 - - [2026-04-30 03:52:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.044022 10.0.0.33 - - [2026-04-30 03:52:39] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003425 10.0.0.33 - - [2026-04-30 03:52:39] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.33 - - [2026-04-30 03:52:39] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007210 10.0.0.33 - - [2026-04-30 03:52:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.010699 10.0.0.33 - - [2026-04-30 03:52:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005107 10.0.0.33 - - [2026-04-30 03:52:40] "POST /security-groups HTTP/1.1" 200 599 0.035270 10.0.0.33 - - [2026-04-30 03:52:40] "POST /projects HTTP/1.1" 200 601 0.261726 10.0.0.141 - - [2026-04-30 03:52:40] "POST /access-control-lists HTTP/1.1" 200 604 0.031959 10.0.0.33 - - [2026-04-30 03:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.334813 10.0.0.73 - - [2026-04-30 03:52:40] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.478010 10.0.0.73 - - [2026-04-30 03:52:41] "GET / HTTP/1.1" 200 35931 0.002838 10.0.0.73 - - [2026-04-30 03:52:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.73 - - [2026-04-30 03:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.069007 10.0.0.33 - - [2026-04-30 03:52:43] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.73 - - [2026-04-30 03:52:43] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044099 10.0.0.141 - - [2026-04-30 03:52:43] "POST /route-targets HTTP/1.1" 200 327 0.015903 10.0.0.33 - - [2026-04-30 03:52:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008595 10.0.0.73 - - [2026-04-30 03:52:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.257301 10.0.0.73 - - [2026-04-30 03:52:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001731 10.0.0.73 - - [2026-04-30 03:52:44] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008378 10.0.0.73 - - [2026-04-30 03:52:44] "POST /neutron/network HTTP/1.1" 200 1008 0.011367 10.0.0.73 - - [2026-04-30 03:52:44] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006068 10.0.0.73 - - [2026-04-30 03:52:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.011493 10.0.0.73 - - [2026-04-30 03:52:45] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006570 10.0.0.73 - - [2026-04-30 03:52:45] "GET /obj-perms HTTP/1.1" 200 5046 0.057344 10.0.0.73 - - [2026-04-30 03:52:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001447 10.0.0.33 - - [2026-04-30 03:52:47] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001461 10.0.0.73 - - [2026-04-30 03:52:47] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095545 10.0.0.73 - - [2026-04-30 03:52:47] "POST /neutron/network HTTP/1.1" 200 1008 0.008771 10.0.0.73 - - [2026-04-30 03:52:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001827 10.0.0.73 - - [2026-04-30 03:52:47] "POST /neutron/port HTTP/1.1" 200 4190 0.040524 10.0.0.33 - - [2026-04-30 03:52:48] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.73 - - [2026-04-30 03:52:48] "POST /neutron/port HTTP/1.1" 200 1177 0.382802 10.0.0.73 - - [2026-04-30 03:52:48] "POST /neutron/port HTTP/1.1" 200 1231 0.168393 10.0.0.33 - - [2026-04-30 03:52:48] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.73 - - [2026-04-30 03:52:48] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.107314 10.0.0.73 - - [2026-04-30 03:52:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003998 10.0.0.73 - - [2026-04-30 03:52:49] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.73 - - [2026-04-30 03:52:49] "POST /neutron/port HTTP/1.1" 200 5277 0.044411 10.0.0.73 - - [2026-04-30 03:52:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.004068 10.0.0.73 - - [2026-04-30 03:52:49] "POST /neutron/port HTTP/1.1" 200 5277 0.058947 10.0.0.73 - - [2026-04-30 03:52:49] "POST /neutron/network HTTP/1.1" 200 1018 0.007411 10.0.0.73 - - [2026-04-30 03:52:50] "POST /neutron/port HTTP/1.1" 200 1177 0.036534 10.0.0.73 - - [2026-04-30 03:52:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004773 10.0.0.33 - - [2026-04-30 03:52:50] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306 10.0.0.73 - - [2026-04-30 03:52:50] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.73 - - [2026-04-30 03:52:50] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078932 10.0.0.73 - - [2026-04-30 03:52:50] "POST /neutron/network HTTP/1.1" 200 1008 0.011453 10.0.0.73 - - [2026-04-30 03:52:50] "POST /neutron/port HTTP/1.1" 200 117 0.008849 10.0.0.73 - - [2026-04-30 03:52:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001234 10.0.0.73 - - [2026-04-30 03:52:51] "POST /neutron/network HTTP/1.1" 200 1018 0.008660 10.0.0.73 - - [2026-04-30 03:52:51] "POST /neutron/port HTTP/1.1" 200 1177 0.042496 10.0.0.73 - - [2026-04-30 03:52:51] "POST /neutron/port HTTP/1.1" 200 1241 0.022769 10.0.0.33 - - [2026-04-30 03:52:52] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.73 - - [2026-04-30 03:52:52] "POST /neutron/subnet HTTP/1.1" 200 1394 0.018296 10.0.0.73 - - [2026-04-30 03:52:52] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.091007 10.0.0.73 - - [2026-04-30 03:52:52] "POST /neutron/port HTTP/1.1" 200 117 0.001593 10.0.0.73 - - [2026-04-30 03:52:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008738 10.0.0.73 - - [2026-04-30 03:52:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008211 10.0.0.73 - - [2026-04-30 03:52:52] "POST /neutron/port HTTP/1.1" 200 1241 0.024769 10.0.0.73 - - [2026-04-30 03:52:52] "GET /virtual-machine/3dd14ec8-e06e-428c-939a-65d77781e6a3 HTTP/1.1" 401 292 0.000559 10.0.0.33 - - [2026-04-30 03:52:52] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.73 - - [2026-04-30 03:52:53] "POST /neutron/port HTTP/1.1" 200 1177 0.352841 10.0.0.73 - - [2026-04-30 03:52:53] "GET /virtual-machine/3dd14ec8-e06e-428c-939a-65d77781e6a3 HTTP/1.1" 200 1300 0.036191 10.0.0.73 - - [2026-04-30 03:52:53] "GET /virtual-machine-interface/8a695614-4e1a-4041-ba4d-6460471b1dd4 HTTP/1.1" 200 3175 0.006274 10.0.0.73 - - [2026-04-30 03:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.73 - - [2026-04-30 03:52:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004030 10.0.0.73 - - [2026-04-30 03:52:53] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005068 10.0.0.73 - - [2026-04-30 03:52:53] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005377 10.0.0.73 - - [2026-04-30 03:52:53] "POST /neutron/port HTTP/1.1" 200 1231 0.132992 10.0.0.73 - - [2026-04-30 03:52:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004173 10.0.0.73 - - [2026-04-30 03:52:53] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.73 - - [2026-04-30 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.73 - - [2026-04-30 03:52:56] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005477 10.0.0.73 - - [2026-04-30 03:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.73 - - [2026-04-30 03:53:00] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008672 10.0.0.73 - - [2026-04-30 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.73 - - [2026-04-30 03:53:04] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006660 10.0.0.73 - - [2026-04-30 03:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.73 - - [2026-04-30 03:53:08] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006502 10.0.0.33 - - [2026-04-30 03:53:09] "DELETE /project/93d5f14b5b2f43a89b1aa25a75adc0f4 HTTP/1.1" 404 173 0.004285 10.0.0.33 - - [2026-04-30 03:53:09] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000935 10.0.0.33 - - [2026-04-30 03:53:09] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.048093 10.0.0.33 - - [2026-04-30 03:53:09] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.33 - - [2026-04-30 03:53:09] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?fields=security_groups HTTP/1.1" 200 1362 0.055261 10.0.0.33 - - [2026-04-30 03:53:09] "DELETE /security-group/74dbb0d5-a89d-4ace-882b-e961875f1adb HTTP/1.1" 200 115 0.055447 10.0.0.33 - - [2026-04-30 03:53:09] "GET /projects?obj_uuids=702fea90-5e04-4cf7-85cb-5a33e01f52bc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.33 - - [2026-04-30 03:53:10] "GET /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc?fields=application_policy_sets HTTP/1.1" 200 1401 0.060498 10.0.0.141 - - [2026-04-30 03:53:10] "DELETE /access-control-list/630f3a92-1f47-4405-b300-b1a84baf5c99 HTTP/1.1" 200 115 0.048243 10.0.0.33 - - [2026-04-30 03:53:10] "DELETE /project/702fea90-5e04-4cf7-85cb-5a33e01f52bc HTTP/1.1" 200 115 0.453115 10.0.0.33 - - [2026-04-30 03:53:10] "GET /obj-perms HTTP/1.1" 200 5056 0.050719 10.0.0.73 - - [2026-04-30 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.73 - - [2026-04-30 03:53:12] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006361 10.0.0.73 - - [2026-04-30 03:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.73 - - [2026-04-30 03:53:16] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006272 10.0.0.73 - - [2026-04-30 03:53:18] "POST /neutron/port HTTP/1.1" 200 1108 0.023626 10.0.0.73 - - [2026-04-30 03:53:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.010542 10.0.0.73 - - [2026-04-30 03:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.73 - - [2026-04-30 03:53:21] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006240 10.0.0.73 - - [2026-04-30 03:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.73 - - [2026-04-30 03:53:25] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007378 10.0.0.73 - - [2026-04-30 03:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.73 - - [2026-04-30 03:53:29] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006654 10.0.0.73 - - [2026-04-30 03:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.73 - - [2026-04-30 03:53:33] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006678 10.0.0.73 - - [2026-04-30 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.73 - - [2026-04-30 03:53:37] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005962 10.0.0.73 - - [2026-04-30 03:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.73 - - [2026-04-30 03:53:41] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006741 10.0.0.73 - - [2026-04-30 03:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.73 - - [2026-04-30 03:53:45] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006032 10.0.0.73 - - [2026-04-30 03:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.73 - - [2026-04-30 03:53:49] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005765 10.0.0.73 - - [2026-04-30 03:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.73 - - [2026-04-30 03:53:53] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006783 10.0.0.73 - - [2026-04-30 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.73 - - [2026-04-30 03:53:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004322 10.0.0.73 - - [2026-04-30 03:53:57] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003370 10.0.0.73 - - [2026-04-30 03:53:58] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006622 10.0.0.73 - - [2026-04-30 03:53:58] "POST /neutron/port HTTP/1.1" 200 1241 0.024298 10.0.0.73 - - [2026-04-30 03:54:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009522 10.0.0.73 - - [2026-04-30 03:54:08] "POST /neutron/port HTTP/1.1" 200 1241 0.020104 10.0.0.73 - - [2026-04-30 03:54:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009252 10.0.0.141 - - [2026-04-30 03:54:11] "GET /obj-perms HTTP/1.1" 200 5056 0.072977 10.0.0.73 - - [2026-04-30 03:54:13] "POST /neutron/port HTTP/1.1" 200 1241 0.022867 10.0.0.73 - - [2026-04-30 03:54:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007927 10.0.0.73 - - [2026-04-30 03:54:24] "POST /neutron/port HTTP/1.1" 200 1241 0.021292 10.0.0.73 - - [2026-04-30 03:54:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008113 10.0.0.73 - - [2026-04-30 03:54:29] "POST /neutron/port HTTP/1.1" 200 1241 0.019926 10.0.0.73 - - [2026-04-30 03:54:29] "GET /virtual-machine/e4059cd8-4f5b-4f5d-ac9e-4ca3b8843f98 HTTP/1.1" 200 1301 0.006305 10.0.0.73 - - [2026-04-30 03:54:29] "GET /virtual-machine-interface/f85e0219-00dc-4194-9399-771ae5cc112b HTTP/1.1" 200 3176 0.006016 10.0.0.73 - - [2026-04-30 03:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.73 - - [2026-04-30 03:54:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004209 10.0.0.73 - - [2026-04-30 03:54:29] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004146 10.0.0.73 - - [2026-04-30 03:54:29] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007467 10.0.0.73 - - [2026-04-30 03:54:29] "POST /neutron/port HTTP/1.1" 200 1217 0.021411 10.0.0.73 - - [2026-04-30 03:54:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.73 - - [2026-04-30 03:54:29] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.73 - - [2026-04-30 03:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.73 - - [2026-04-30 03:54:30] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004038 10.0.0.73 - - [2026-04-30 03:54:30] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003944 10.0.0.73 - - [2026-04-30 03:54:30] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006672 10.0.0.73 - - [2026-04-30 03:54:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010910 10.0.0.73 - - [2026-04-30 03:54:31] "POST /neutron/port HTTP/1.1" 200 1241 0.022007 10.0.0.73 - - [2026-04-30 03:54:31] "GET /virtual-machine/21cd2c1f-faca-4439-9c4d-5377a3bc8ba0 HTTP/1.1" 200 1300 0.007220 10.0.0.73 - - [2026-04-30 03:54:31] "GET /virtual-machine-interface/efe5f173-cc45-488e-96db-c475968d5c44 HTTP/1.1" 200 3176 0.007670 10.0.0.73 - - [2026-04-30 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.73 - - [2026-04-30 03:54:31] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003851 10.0.0.73 - - [2026-04-30 03:54:31] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004641 10.0.0.73 - - [2026-04-30 03:54:31] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008201 10.0.0.73 - - [2026-04-30 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.73 - - [2026-04-30 03:54:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004196 10.0.0.73 - - [2026-04-30 03:54:32] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003626 10.0.0.73 - - [2026-04-30 03:54:32] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006655 10.0.0.33 - - [2026-04-30 03:54:55] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.73 - - [2026-04-30 03:54:55] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050613 10.0.0.73 - - [2026-04-30 03:54:55] "POST /fqname-to-id HTTP/1.1" 404 226 0.002896 10.0.0.73 - - [2026-04-30 03:54:55] "POST /interface-route-tables HTTP/1.1" 200 575 0.032383 10.0.0.73 - - [2026-04-30 03:54:55] "GET /interface-route-table/8d194675-24e1-4f88-9ea2-7c4ff548e2a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006507 10.0.0.73 - - [2026-04-30 03:54:55] "GET /virtual-machine-interface/8a695614-4e1a-4041-ba4d-6460471b1dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006659 10.0.0.73 - - [2026-04-30 03:54:55] "POST /ref-update HTTP/1.1" 200 156 0.016582 10.0.0.73 - - [2026-04-30 03:55:19] "POST /neutron/port HTTP/1.1" 200 1217 0.047529 10.0.0.73 - - [2026-04-30 03:55:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004379 10.0.0.73 - - [2026-04-30 03:55:19] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.73 - - [2026-04-30 03:55:29] "POST /neutron/port HTTP/1.1" 200 1108 0.043738 10.0.0.73 - - [2026-04-30 03:55:29] "POST /neutron/subnet HTTP/1.1" 200 704 0.009884 10.0.0.33 - - [2026-04-30 03:55:45] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.034031 10.0.0.73 - - [2026-04-30 03:55:45] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086100 10.0.0.73 - - [2026-04-30 03:55:45] "POST /fqname-to-id HTTP/1.1" 404 226 0.003809 10.0.0.73 - - [2026-04-30 03:55:45] "POST /interface-route-tables HTTP/1.1" 200 575 0.031838 10.0.0.73 - - [2026-04-30 03:55:45] "GET /interface-route-table/96fca996-9be1-4257-aa18-74b5c7a544bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.008442 10.0.0.73 - - [2026-04-30 03:55:45] "GET /virtual-machine-interface/f85e0219-00dc-4194-9399-771ae5cc112b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006092 10.0.0.73 - - [2026-04-30 03:55:45] "POST /ref-update HTTP/1.1" 200 156 0.016635 10.0.0.73 - - [2026-04-30 03:55:47] "GET /virtual-machine-interface/efe5f173-cc45-488e-96db-c475968d5c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005820 10.0.0.73 - - [2026-04-30 03:55:47] "PUT /virtual-machine-interface/efe5f173-cc45-488e-96db-c475968d5c44 HTTP/1.1" 200 284 0.014827 10.0.0.73 - - [2026-04-30 03:55:47] "GET /virtual-machine-interface/8a695614-4e1a-4041-ba4d-6460471b1dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008358 10.0.0.73 - - [2026-04-30 03:55:47] "PUT /virtual-machine-interface/8a695614-4e1a-4041-ba4d-6460471b1dd4 HTTP/1.1" 200 284 0.017461 10.0.0.73 - - [2026-04-30 03:55:47] "GET /virtual-machine-interface/f85e0219-00dc-4194-9399-771ae5cc112b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.010669 10.0.0.73 - - [2026-04-30 03:55:47] "PUT /virtual-machine-interface/f85e0219-00dc-4194-9399-771ae5cc112b HTTP/1.1" 200 284 0.016383 10.0.0.141 - - [2026-04-30 03:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.141 - - [2026-04-30 03:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.141 - - [2026-04-30 03:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.141 - - [2026-04-30 03:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.73 - - [2026-04-30 03:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.73 - - [2026-04-30 03:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2026-04-30 03:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.33 - - [2026-04-30 03:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.73 - - [2026-04-30 03:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.73 - - [2026-04-30 03:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2026-04-30 03:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2026-04-30 03:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-04-30 03:56:21] "POST /neutron/port HTTP/1.1" 200 1108 0.020370 10.0.0.73 - - [2026-04-30 03:56:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004203 10.0.0.73 - - [2026-04-30 03:56:21] "POST /neutron/network HTTP/1.1" 200 928 0.007684 10.0.0.73 - - [2026-04-30 03:56:29] "POST /neutron/network HTTP/1.1" 200 1018 0.007617 10.0.0.73 - - [2026-04-30 03:56:29] "POST /neutron/subnet HTTP/1.1" 200 1394 0.014714 10.0.0.73 - - [2026-04-30 03:56:29] "POST /neutron/network HTTP/1.1" 200 1008 0.010283 10.0.0.73 - - [2026-04-30 03:56:38] "POST /neutron/port HTTP/1.1" 200 1241 0.023457 10.0.0.73 - - [2026-04-30 03:56:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010018 10.0.0.73 - - [2026-04-30 03:56:39] "GET /virtual-machine/b9b02788-b83e-47d7-9358-9c9049389c2c HTTP/1.1" 200 1301 0.007246 10.0.0.73 - - [2026-04-30 03:56:39] "GET /virtual-machine-interface/c0778459-14d3-45d9-8870-ad5a2ef8e17a HTTP/1.1" 200 3175 0.005968 10.0.0.73 - - [2026-04-30 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.73 - - [2026-04-30 03:56:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004030 10.0.0.73 - - [2026-04-30 03:56:39] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004178 10.0.0.73 - - [2026-04-30 03:56:39] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008287 10.0.0.73 - - [2026-04-30 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.73 - - [2026-04-30 03:56:40] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004831 10.0.0.73 - - [2026-04-30 03:56:40] "GET /virtual-networks?parent_id=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004006 10.0.0.73 - - [2026-04-30 03:56:40] "GET /virtual-network/8cc8f68e-e0d8-4a93-a641-a9bcabb19e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008793 10.0.0.73 - - [2026-04-30 03:56:40] "GET /virtual-machine-interface/c0778459-14d3-45d9-8870-ad5a2ef8e17a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006007 10.0.0.73 - - [2026-04-30 03:56:40] "PUT /virtual-machine-interface/c0778459-14d3-45d9-8870-ad5a2ef8e17a HTTP/1.1" 200 284 0.018918 10.0.0.73 - - [2026-04-30 03:57:13] "GET /obj-perms HTTP/1.1" 200 5056 0.105609 10.0.0.73 - - [2026-04-30 03:57:22] "POST /neutron/network HTTP/1.1" 200 1018 0.009135 10.0.0.73 - - [2026-04-30 03:57:22] "POST /neutron/subnet HTTP/1.1" 200 1394 0.021917 10.0.0.73 - - [2026-04-30 03:57:22] "POST /neutron/network HTTP/1.1" 200 1008 0.009648 10.0.0.33 - - [2026-04-30 03:57:26] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.73 - - [2026-04-30 03:57:26] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051198 10.0.0.73 - - [2026-04-30 03:57:26] "POST /fqname-to-id HTTP/1.1" 404 226 0.003161 10.0.0.73 - - [2026-04-30 03:57:26] "POST /interface-route-tables HTTP/1.1" 200 575 0.039432 10.0.0.73 - - [2026-04-30 03:57:26] "GET /interface-route-table/fc4c978b-debe-484a-ab8a-178ce68e1676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006312 10.0.0.73 - - [2026-04-30 03:57:26] "GET /virtual-machine-interface/c0778459-14d3-45d9-8870-ad5a2ef8e17a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006382 10.0.0.73 - - [2026-04-30 03:57:26] "POST /ref-update HTTP/1.1" 200 156 0.016924 10.0.0.73 - - [2026-04-30 03:57:28] "GET /virtual-machine-interface/8a695614-4e1a-4041-ba4d-6460471b1dd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006714 10.0.0.73 - - [2026-04-30 03:57:28] "POST /ref-update HTTP/1.1" 200 156 0.018822 10.0.0.73 - - [2026-04-30 03:57:28] "DELETE /interface-route-table/8d194675-24e1-4f88-9ea2-7c4ff548e2a8 HTTP/1.1" 200 115 0.038016 10.0.0.73 - - [2026-04-30 03:57:29] "POST /neutron/port HTTP/1.1" 200 151 0.245177 10.0.0.73 - - [2026-04-30 03:57:31] "POST /neutron/network HTTP/1.1" 200 1018 0.008164 10.0.0.73 - - [2026-04-30 03:57:31] "POST /neutron/subnet HTTP/1.1" 200 1394 0.016940 10.0.0.73 - - [2026-04-30 03:57:31] "POST /neutron/network HTTP/1.1" 200 1008 0.010738 10.0.0.73 - - [2026-04-30 03:57:50] "GET /virtual-machine-interface/c0778459-14d3-45d9-8870-ad5a2ef8e17a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.033645 10.0.0.73 - - [2026-04-30 03:57:50] "POST /ref-update HTTP/1.1" 200 156 0.019294 10.0.0.73 - - [2026-04-30 03:57:50] "DELETE /interface-route-table/fc4c978b-debe-484a-ab8a-178ce68e1676 HTTP/1.1" 200 115 0.040514 10.0.0.73 - - [2026-04-30 03:57:50] "GET /virtual-machine-interface/f85e0219-00dc-4194-9399-771ae5cc112b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007383 10.0.0.73 - - [2026-04-30 03:57:50] "POST /ref-update HTTP/1.1" 200 156 0.017744 10.0.0.73 - - [2026-04-30 03:57:50] "DELETE /interface-route-table/96fca996-9be1-4257-aa18-74b5c7a544bc HTTP/1.1" 200 115 0.035883 10.0.0.73 - - [2026-04-30 03:57:51] "POST /neutron/port HTTP/1.1" 200 1241 0.047041 10.0.0.73 - - [2026-04-30 03:57:51] "POST /neutron/port HTTP/1.1" 200 1241 0.016937 10.0.0.73 - - [2026-04-30 03:57:51] "POST /neutron/port HTTP/1.1" 200 1241 0.044185 10.0.0.73 - - [2026-04-30 03:57:53] "POST /neutron/network HTTP/1.1" 200 1008 0.009962 10.0.0.33 - - [2026-04-30 03:57:54] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.73 - - [2026-04-30 03:57:54] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085179 10.0.0.33 - - [2026-04-30 03:57:54] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.73 - - [2026-04-30 03:57:55] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?fields=virtual_networks HTTP/1.1" 200 1049 0.051586 10.0.0.33 - - [2026-04-30 03:57:55] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001364 10.0.0.73 - - [2026-04-30 03:57:55] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.057011 10.0.0.33 - - [2026-04-30 03:57:55] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001679 10.0.0.73 - - [2026-04-30 03:57:55] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?fields=security_groups HTTP/1.1" 200 1283 0.047996 10.0.0.73 - - [2026-04-30 03:57:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.028290 10.0.0.33 - - [2026-04-30 03:57:56] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003315 10.0.0.33 - - [2026-04-30 03:57:56] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.33 - - [2026-04-30 03:57:56] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035970 10.0.0.33 - - [2026-04-30 03:57:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.002943 10.0.0.33 - - [2026-04-30 03:57:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.013695 10.0.0.33 - - [2026-04-30 03:57:56] "POST /security-groups HTTP/1.1" 200 586 0.033589 10.0.0.33 - - [2026-04-30 03:57:56] "POST /projects HTTP/1.1" 200 575 0.264690 10.0.0.141 - - [2026-04-30 03:57:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.034381 10.0.0.33 - - [2026-04-30 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.341247 10.0.0.141 - - [2026-04-30 03:57:56] "POST /access-control-lists HTTP/1.1" 200 589 0.037333 10.0.0.73 - - [2026-04-30 03:57:56] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.519487 10.0.0.73 - - [2026-04-30 03:57:57] "GET / HTTP/1.1" 200 35931 0.002105 10.0.0.33 - - [2026-04-30 03:58:00] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001397 10.0.0.73 - - [2026-04-30 03:58:00] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.060437 10.0.0.33 - - [2026-04-30 03:58:00] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002310 10.0.0.73 - - [2026-04-30 03:58:00] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?fields=virtual_networks HTTP/1.1" 200 1023 0.062760 10.0.0.33 - - [2026-04-30 03:58:01] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001380 10.0.0.73 - - [2026-04-30 03:58:01] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.058858 10.0.0.33 - - [2026-04-30 03:58:01] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001384 10.0.0.73 - - [2026-04-30 03:58:01] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?fields=security_groups HTTP/1.1" 200 1244 0.049041 10.0.0.73 - - [2026-04-30 03:58:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.031302 10.0.0.33 - - [2026-04-30 03:58:02] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003979 10.0.0.33 - - [2026-04-30 03:58:02] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.33 - - [2026-04-30 03:58:02] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007982 10.0.0.33 - - [2026-04-30 03:58:02] "POST /id-to-fqname HTTP/1.1" 200 195 0.002862 10.0.0.33 - - [2026-04-30 03:58:02] "POST /fqname-to-id HTTP/1.1" 404 204 0.005666 10.0.0.33 - - [2026-04-30 03:58:02] "POST /security-groups HTTP/1.1" 200 596 0.048226 10.0.0.33 - - [2026-04-30 03:58:02] "POST /projects HTTP/1.1" 200 595 0.280722 10.0.0.33 - - [2026-04-30 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.318129 10.0.0.141 - - [2026-04-30 03:58:02] "POST /fqname-to-id HTTP/1.1" 404 238 0.005790 10.0.0.73 - - [2026-04-30 03:58:02] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.472826 10.0.0.73 - - [2026-04-30 03:58:03] "GET / HTTP/1.1" 200 35931 0.002488 10.0.0.33 - - [2026-04-30 03:58:06] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001392 10.0.0.73 - - [2026-04-30 03:58:06] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.052390 10.0.0.33 - - [2026-04-30 03:58:06] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001108 10.0.0.73 - - [2026-04-30 03:58:06] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?fields=virtual_networks HTTP/1.1" 200 1042 0.050001 10.0.0.33 - - [2026-04-30 03:58:07] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001279 10.0.0.73 - - [2026-04-30 03:58:07] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.056552 10.0.0.33 - - [2026-04-30 03:58:07] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001547 10.0.0.73 - - [2026-04-30 03:58:07] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?fields=security_groups HTTP/1.1" 200 1273 0.053186 10.0.0.73 - - [2026-04-30 03:58:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.031625 10.0.0.33 - - [2026-04-30 03:58:08] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003112 10.0.0.33 - - [2026-04-30 03:58:08] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.33 - - [2026-04-30 03:58:08] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008363 10.0.0.33 - - [2026-04-30 03:58:08] "POST /id-to-fqname HTTP/1.1" 200 201 0.005647 10.0.0.33 - - [2026-04-30 03:58:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.006090 10.0.0.33 - - [2026-04-30 03:58:08] "POST /security-groups HTTP/1.1" 200 602 0.079729 10.0.0.33 - - [2026-04-30 03:58:08] "POST /projects HTTP/1.1" 200 607 0.310365 10.0.0.141 - - [2026-04-30 03:58:08] "POST /access-control-lists HTTP/1.1" 200 607 0.030445 10.0.0.33 - - [2026-04-30 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.386740 10.0.0.73 - - [2026-04-30 03:58:08] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.534931 10.0.0.73 - - [2026-04-30 03:58:09] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.33 - - [2026-04-30 03:58:10] "DELETE /project/4dc5018f9bf34357a3d4daf2c4c691d6 HTTP/1.1" 404 173 0.010142 10.0.0.33 - - [2026-04-30 03:58:10] "DELETE /project/708e22fde1c8400a93f6b652128ca40a HTTP/1.1" 404 173 0.021605 10.0.0.33 - - [2026-04-30 03:58:10] "DELETE /project/9f3f311a77aa4e9398ae029e229eb4aa HTTP/1.1" 404 173 0.015260 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000857 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000799 10.0.0.33 - - [2026-04-30 03:58:10] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.051408 10.0.0.33 - - [2026-04-30 03:58:10] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.063118 10.0.0.33 - - [2026-04-30 03:58:10] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.073952 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001289 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000904 10.0.0.33 - - [2026-04-30 03:58:10] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?fields=security_groups HTTP/1.1" 200 1378 0.061285 10.0.0.33 - - [2026-04-30 03:58:10] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?fields=security_groups HTTP/1.1" 200 1349 0.071690 10.0.0.33 - - [2026-04-30 03:58:10] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?fields=security_groups HTTP/1.1" 200 1388 0.099126 10.0.0.33 - - [2026-04-30 03:58:10] "DELETE /security-group/bc77585e-32b4-4a24-8cc9-f99b9a6ffbfe HTTP/1.1" 200 115 0.125503 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=708e22fd-e1c8-400a-93f6-b652128ca40a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001401 10.0.0.33 - - [2026-04-30 03:58:10] "DELETE /security-group/369ff1db-8ef2-4a98-8013-b8b7fcf96040 HTTP/1.1" 200 115 0.131251 10.0.0.33 - - [2026-04-30 03:58:10] "DELETE /security-group/a3fff244-c10f-43a6-a60f-4090ba58719d HTTP/1.1" 200 115 0.119712 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=9f3f311a-77aa-4e93-98ae-029e229eb4aa&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001925 10.0.0.33 - - [2026-04-30 03:58:10] "GET /projects?obj_uuids=93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001369 10.0.0.141 - - [2026-04-30 03:58:10] "DELETE /access-control-list/8aab2024-3baa-4787-a2ad-e73a67df0e6b HTTP/1.1" 200 115 0.107192 10.0.0.33 - - [2026-04-30 03:58:10] "GET /project/708e22fd-e1c8-400a-93f6-b652128ca40a?fields=application_policy_sets HTTP/1.1" 200 1417 0.082101 10.0.0.33 - - [2026-04-30 03:58:11] "GET /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4?fields=application_policy_sets HTTP/1.1" 200 1427 0.086433 10.0.0.33 - - [2026-04-30 03:58:11] "GET /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa?fields=application_policy_sets HTTP/1.1" 200 1388 0.134889 10.0.0.141 - - [2026-04-30 03:58:11] "DELETE /access-control-list/66db231a-de2b-449f-8805-9cd02ec49c1d HTTP/1.1" 200 115 0.077656 10.0.0.33 - - [2026-04-30 03:58:11] "DELETE /project/708e22fd-e1c8-400a-93f6-b652128ca40a HTTP/1.1" 200 115 0.722589 10.0.0.33 - - [2026-04-30 03:58:11] "DELETE /project/93d5f14b-5b2f-43a8-9b1a-a25a75adc0f4 HTTP/1.1" 200 115 0.768287 10.0.0.33 - - [2026-04-30 03:58:11] "DELETE /project/9f3f311a-77aa-4e93-98ae-029e229eb4aa HTTP/1.1" 200 115 0.792720 10.0.0.33 - - [2026-04-30 03:58:12] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001106 10.0.0.73 - - [2026-04-30 03:58:12] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.049429 10.0.0.33 - - [2026-04-30 03:58:12] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001109 10.0.0.73 - - [2026-04-30 03:58:12] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?fields=virtual_networks HTTP/1.1" 200 1054 0.050530 10.0.0.33 - - [2026-04-30 03:58:12] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001676 10.0.0.73 - - [2026-04-30 03:58:12] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.046151 10.0.0.33 - - [2026-04-30 03:58:13] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001155 10.0.0.73 - - [2026-04-30 03:58:13] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?fields=security_groups HTTP/1.1" 200 1291 0.046205 10.0.0.33 - - [2026-04-30 03:58:14] "GET /obj-perms HTTP/1.1" 200 5056 0.081472 10.0.0.73 - - [2026-04-30 03:58:14] "POST /fqname-to-id HTTP/1.1" 404 185 0.028193 10.0.0.33 - - [2026-04-30 03:58:14] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003122 10.0.0.33 - - [2026-04-30 03:58:14] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.33 - - [2026-04-30 03:58:14] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008277 10.0.0.33 - - [2026-04-30 03:58:14] "POST /id-to-fqname HTTP/1.1" 200 187 0.001356 10.0.0.33 - - [2026-04-30 03:58:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.006496 10.0.0.33 - - [2026-04-30 03:58:14] "POST /security-groups HTTP/1.1" 200 588 0.077449 10.0.0.141 - - [2026-04-30 03:58:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.009830 10.0.0.33 - - [2026-04-30 03:58:15] "POST /projects HTTP/1.1" 200 579 0.301849 10.0.0.33 - - [2026-04-30 03:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.375355 10.0.0.141 - - [2026-04-30 03:58:15] "POST /access-control-lists HTTP/1.1" 200 591 0.031903 10.0.0.73 - - [2026-04-30 03:58:15] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.516793 10.0.0.73 - - [2026-04-30 03:58:16] "GET / HTTP/1.1" 200 35931 0.002104 10.0.0.33 - - [2026-04-30 03:58:19] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001167 10.0.0.73 - - [2026-04-30 03:58:19] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.045896 10.0.0.33 - - [2026-04-30 03:58:19] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001128 10.0.0.73 - - [2026-04-30 03:58:19] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?fields=virtual_networks HTTP/1.1" 200 1027 0.058151 10.0.0.33 - - [2026-04-30 03:58:19] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001363 10.0.0.73 - - [2026-04-30 03:58:19] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.060190 10.0.0.33 - - [2026-04-30 03:58:19] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000990 10.0.0.73 - - [2026-04-30 03:58:19] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?fields=security_groups HTTP/1.1" 200 1250 0.044910 10.0.0.73 - - [2026-04-30 03:58:20] "POST /fqname-to-id HTTP/1.1" 404 182 0.028389 10.0.0.33 - - [2026-04-30 03:58:20] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003449 10.0.0.33 - - [2026-04-30 03:58:20] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.33 - - [2026-04-30 03:58:20] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007483 10.0.0.33 - - [2026-04-30 03:58:20] "POST /id-to-fqname HTTP/1.1" 200 184 0.002191 10.0.0.33 - - [2026-04-30 03:58:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.011535 10.0.0.33 - - [2026-04-30 03:58:20] "POST /security-groups HTTP/1.1" 200 585 0.032629 10.0.0.33 - - [2026-04-30 03:58:20] "POST /projects HTTP/1.1" 200 573 0.259170 10.0.0.33 - - [2026-04-30 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.302189 10.0.0.141 - - [2026-04-30 03:58:20] "POST /fqname-to-id HTTP/1.1" 404 227 0.009085 10.0.0.73 - - [2026-04-30 03:58:21] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.480904 10.0.0.73 - - [2026-04-30 03:58:22] "GET / HTTP/1.1" 200 35931 0.002197 10.0.0.33 - - [2026-04-30 03:58:25] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001260 10.0.0.73 - - [2026-04-30 03:58:25] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.053326 10.0.0.33 - - [2026-04-30 03:58:25] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001005 10.0.0.73 - - [2026-04-30 03:58:25] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?fields=virtual_networks HTTP/1.1" 200 1021 0.043516 10.0.0.33 - - [2026-04-30 03:58:25] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001363 10.0.0.73 - - [2026-04-30 03:58:25] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.045594 10.0.0.33 - - [2026-04-30 03:58:25] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001029 10.0.0.73 - - [2026-04-30 03:58:25] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?fields=security_groups HTTP/1.1" 200 1241 0.053259 10.0.0.73 - - [2026-04-30 03:58:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.029713 10.0.0.33 - - [2026-04-30 03:58:26] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003499 10.0.0.33 - - [2026-04-30 03:58:26] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.33 - - [2026-04-30 03:58:26] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006992 10.0.0.33 - - [2026-04-30 03:58:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.004421 10.0.0.33 - - [2026-04-30 03:58:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.004691 10.0.0.33 - - [2026-04-30 03:58:26] "POST /security-groups HTTP/1.1" 200 589 0.044823 10.0.0.33 - - [2026-04-30 03:58:26] "POST /projects HTTP/1.1" 200 581 0.250010 10.0.0.141 - - [2026-04-30 03:58:26] "POST /access-control-lists HTTP/1.1" 200 594 0.034149 10.0.0.33 - - [2026-04-30 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.319241 10.0.0.73 - - [2026-04-30 03:58:26] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.469377 10.0.0.73 - - [2026-04-30 03:58:27] "GET / HTTP/1.1" 200 35931 0.001672 10.0.0.33 - - [2026-04-30 03:58:30] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.73 - - [2026-04-30 03:58:30] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047670 10.0.0.33 - - [2026-04-30 03:58:30] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.73 - - [2026-04-30 03:58:30] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?fields=virtual_networks HTTP/1.1" 200 1028 0.051147 10.0.0.33 - - [2026-04-30 03:58:30] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.73 - - [2026-04-30 03:58:30] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.056935 10.0.0.33 - - [2026-04-30 03:58:31] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.73 - - [2026-04-30 03:58:31] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?fields=security_groups HTTP/1.1" 200 1252 0.041800 10.0.0.73 - - [2026-04-30 03:58:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.032997 10.0.0.33 - - [2026-04-30 03:58:31] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003204 10.0.0.33 - - [2026-04-30 03:58:32] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.33 - - [2026-04-30 03:58:32] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007051 10.0.0.33 - - [2026-04-30 03:58:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.005663 10.0.0.33 - - [2026-04-30 03:58:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.007507 10.0.0.33 - - [2026-04-30 03:58:32] "POST /security-groups HTTP/1.1" 200 589 0.035748 10.0.0.141 - - [2026-04-30 03:58:32] "POST /fqname-to-id HTTP/1.1" 404 232 0.004159 10.0.0.33 - - [2026-04-30 03:58:32] "POST /projects HTTP/1.1" 200 581 0.253028 10.0.0.33 - - [2026-04-30 03:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.325647 10.0.0.141 - - [2026-04-30 03:58:32] "POST /access-control-lists HTTP/1.1" 200 592 0.034005 10.0.0.73 - - [2026-04-30 03:58:32] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.456579 10.0.0.73 - - [2026-04-30 03:58:32] "POST /neutron/port HTTP/1.1" 200 1217 0.033199 10.0.0.73 - - [2026-04-30 03:58:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003949 10.0.0.73 - - [2026-04-30 03:58:33] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.73 - - [2026-04-30 03:58:33] "GET / HTTP/1.1" 200 35931 0.002769 10.0.0.73 - - [2026-04-30 03:58:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.73 - - [2026-04-30 03:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.056119 10.0.0.33 - - [2026-04-30 03:58:35] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005044 10.0.0.73 - - [2026-04-30 03:58:35] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.089051 10.0.0.33 - - [2026-04-30 03:58:36] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002833 10.0.0.73 - - [2026-04-30 03:58:36] "POST /neutron/network HTTP/1.1" 200 603 0.197815 10.0.0.73 - - [2026-04-30 03:58:36] "POST /id-to-fqname HTTP/1.1" 200 218 0.003793 10.0.0.73 - - [2026-04-30 03:58:36] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007439 10.0.0.73 - - [2026-04-30 03:58:36] "POST /neutron/network HTTP/1.1" 200 820 0.007638 10.0.0.73 - - [2026-04-30 03:58:36] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006572 10.0.0.73 - - [2026-04-30 03:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.73 - - [2026-04-30 03:58:36] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006026 10.0.0.141 - - [2026-04-30 03:58:36] "POST /route-targets HTTP/1.1" 200 323 0.022390 10.0.0.73 - - [2026-04-30 03:58:36] "PUT /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7 HTTP/1.1" 200 264 0.085165 10.0.0.73 - - [2026-04-30 03:58:37] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006773 10.0.0.141 - - [2026-04-30 03:58:38] "GET /obj-perms HTTP/1.1" 200 5026 0.073253 10.0.0.73 - - [2026-04-30 03:58:38] "POST /neutron/network HTTP/1.1" 200 820 0.009343 10.0.0.73 - - [2026-04-30 03:58:38] "POST /id-to-fqname HTTP/1.1" 200 218 0.001411 10.0.0.73 - - [2026-04-30 03:58:39] "POST /neutron/network HTTP/1.1" 200 830 0.006914 10.0.0.33 - - [2026-04-30 03:58:39] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001854 10.0.0.73 - - [2026-04-30 03:58:39] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.095381 10.0.0.73 - - [2026-04-30 03:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.007173 10.0.0.33 - - [2026-04-30 03:58:40] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001246 10.0.0.73 - - [2026-04-30 03:58:41] "POST /neutron/port HTTP/1.1" 200 1056 0.317011 10.0.0.73 - - [2026-04-30 03:58:41] "POST /neutron/port HTTP/1.1" 200 1110 0.131885 10.0.0.73 - - [2026-04-30 03:58:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.012365 10.0.0.73 - - [2026-04-30 03:58:45] "POST /neutron/port HTTP/1.1" 200 1120 0.018098 10.0.0.73 - - [2026-04-30 03:58:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008778 10.0.0.73 - - [2026-04-30 03:58:45] "GET /virtual-machine/7c6ae0ec-3f64-4305-b5c4-a564bafc9e05 HTTP/1.1" 401 292 0.000490 10.0.0.73 - - [2026-04-30 03:58:45] "GET /virtual-machine/7c6ae0ec-3f64-4305-b5c4-a564bafc9e05 HTTP/1.1" 200 1290 0.030922 10.0.0.73 - - [2026-04-30 03:58:45] "GET /virtual-machine-interface/f9dc8393-60be-40ce-a40a-8c2f6153dc9c HTTP/1.1" 200 2932 0.006446 10.0.0.73 - - [2026-04-30 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.73 - - [2026-04-30 03:58:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004485 10.0.0.73 - - [2026-04-30 03:58:46] "GET /virtual-networks?parent_id=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003309 10.0.0.73 - - [2026-04-30 03:58:46] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007916 10.0.0.73 - - [2026-04-30 03:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.73 - - [2026-04-30 03:58:49] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005957 10.0.0.73 - - [2026-04-30 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.73 - - [2026-04-30 03:58:53] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006700 10.0.0.73 - - [2026-04-30 03:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.73 - - [2026-04-30 03:58:57] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006230 10.0.0.73 - - [2026-04-30 03:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.73 - - [2026-04-30 03:59:01] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006646 10.0.0.73 - - [2026-04-30 03:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.73 - - [2026-04-30 03:59:05] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006355 10.0.0.73 - - [2026-04-30 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.73 - - [2026-04-30 03:59:09] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005643 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /project/d9998c648ba245fabdc3d9820bf3d4de HTTP/1.1" 404 173 0.020330 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /project/399194fb241e458f96a5c826ad9c6ba1 HTTP/1.1" 404 173 0.026377 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /project/af0e73464cd64c3c9b18310b37791f59 HTTP/1.1" 404 173 0.022616 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /project/c0afd4c6fe664cab8ae32657fd77dfbf HTTP/1.1" 404 173 0.013870 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001209 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000898 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000834 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.083102 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.118490 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.126139 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.138928 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001228 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001564 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001087 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000924 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?fields=security_groups HTTP/1.1" 200 1357 0.077506 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?fields=security_groups HTTP/1.1" 200 1346 0.080093 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?fields=security_groups HTTP/1.1" 200 1355 0.098482 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?fields=security_groups HTTP/1.1" 200 1396 0.117262 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /security-group/9656473e-e0d3-4041-ab2f-b2b018f6042f HTTP/1.1" 200 115 0.103900 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /security-group/8e92a544-4ae8-44c4-bae9-53c9343e625d HTTP/1.1" 200 115 0.125434 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=399194fb-241e-458f-96a5-c826ad9c6ba1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003396 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=4dc5018f-9bf3-4357-a3d4-daf2c4c691d6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /security-group/e10938f9-dfcc-40ea-8fe9-ad0dc315bfb0 HTTP/1.1" 200 115 0.146691 10.0.0.33 - - [2026-04-30 03:59:11] "DELETE /security-group/f3270d7b-a9ce-4e06-8061-c25277cb74f2 HTTP/1.1" 200 115 0.161449 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=af0e7346-4cd6-4c3c-9b18-310b37791f59&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001005 10.0.0.33 - - [2026-04-30 03:59:11] "GET /projects?obj_uuids=c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001316 10.0.0.33 - - [2026-04-30 03:59:11] "GET /project/399194fb-241e-458f-96a5-c826ad9c6ba1?fields=application_policy_sets HTTP/1.1" 200 1396 0.110909 10.0.0.33 - - [2026-04-30 03:59:12] "GET /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6?fields=application_policy_sets HTTP/1.1" 200 1435 0.158443 10.0.0.33 - - [2026-04-30 03:59:12] "GET /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf?fields=application_policy_sets HTTP/1.1" 200 1385 0.110913 10.0.0.33 - - [2026-04-30 03:59:12] "GET /project/af0e7346-4cd6-4c3c-9b18-310b37791f59?fields=application_policy_sets HTTP/1.1" 200 1394 0.145779 10.0.0.141 - - [2026-04-30 03:59:12] "DELETE /access-control-list/a0025ba2-c54b-4a1d-b3db-f100529390af HTTP/1.1" 200 115 0.095955 10.0.0.33 - - [2026-04-30 03:59:12] "DELETE /project/399194fb-241e-458f-96a5-c826ad9c6ba1 HTTP/1.1" 200 115 0.835917 10.0.0.33 - - [2026-04-30 03:59:12] "DELETE /project/4dc5018f-9bf3-4357-a3d4-daf2c4c691d6 HTTP/1.1" 200 115 0.938854 10.0.0.33 - - [2026-04-30 03:59:12] "DELETE /project/af0e7346-4cd6-4c3c-9b18-310b37791f59 HTTP/1.1" 200 115 0.952577 10.0.0.33 - - [2026-04-30 03:59:12] "DELETE /project/c0afd4c6-fe66-4cab-8ae3-2657fd77dfbf HTTP/1.1" 200 115 0.948321 10.0.0.141 - - [2026-04-30 03:59:12] "DELETE /access-control-list/65f15d00-9d5b-433e-a90c-d1a16add2786 HTTP/1.1" 200 115 0.058139 10.0.0.141 - - [2026-04-30 03:59:12] "DELETE /access-control-list/255516fe-0417-4d21-9fe4-a1c6c249ab0c HTTP/1.1" 200 115 0.038217 10.0.0.73 - - [2026-04-30 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.73 - - [2026-04-30 03:59:13] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007389 10.0.0.73 - - [2026-04-30 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.73 - - [2026-04-30 03:59:17] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005764 10.0.0.73 - - [2026-04-30 03:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.73 - - [2026-04-30 03:59:21] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006971 10.0.0.73 - - [2026-04-30 03:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005541 10.0.0.73 - - [2026-04-30 03:59:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005001 10.0.0.73 - - [2026-04-30 03:59:24] "GET /virtual-networks?parent_id=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003847 10.0.0.73 - - [2026-04-30 03:59:24] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006709 10.0.0.73 - - [2026-04-30 03:59:24] "POST /neutron/port HTTP/1.1" 200 1217 0.021131 10.0.0.73 - - [2026-04-30 03:59:24] "POST /neutron/network HTTP/1.1" 200 1122 0.007615 10.0.0.73 - - [2026-04-30 03:59:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005465 10.0.0.73 - - [2026-04-30 03:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.73 - - [2026-04-30 03:59:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008556 10.0.0.73 - - [2026-04-30 03:59:34] "POST /neutron/port HTTP/1.1" 200 1108 0.023071 10.0.0.73 - - [2026-04-30 03:59:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004934 10.0.0.73 - - [2026-04-30 03:59:34] "POST /neutron/network HTTP/1.1" 200 928 0.008389 10.0.0.73 - - [2026-04-30 03:59:39] "POST /neutron/port HTTP/1.1" 200 1120 0.019523 10.0.0.73 - - [2026-04-30 03:59:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009724 10.0.0.73 - - [2026-04-30 03:59:45] "POST /neutron/port HTTP/1.1" 200 1120 0.023018 10.0.0.73 - - [2026-04-30 03:59:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008874 10.0.0.73 - - [2026-04-30 03:59:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001393 10.0.0.73 - - [2026-04-30 03:59:45] "GET /virtual-machine/7c6ae0ec-3f64-4305-b5c4-a564bafc9e05 HTTP/1.1" 200 1290 0.005011 10.0.0.73 - - [2026-04-30 03:59:45] "GET /virtual-machine-interface/f9dc8393-60be-40ce-a40a-8c2f6153dc9c HTTP/1.1" 200 2932 0.006760 10.0.0.73 - - [2026-04-30 03:59:45] "GET /instance-ip/f814d26e-968d-402f-ae75-5e752d778f54 HTTP/1.1" 200 1615 0.009035 10.0.0.73 - - [2026-04-30 03:59:45] "POST /fqname-to-id HTTP/1.1" 404 208 0.004460 10.0.0.73 - - [2026-04-30 03:59:45] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005967 10.0.0.33 - - [2026-04-30 03:59:45] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.73 - - [2026-04-30 03:59:45] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052372 10.0.0.73 - - [2026-04-30 03:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.73 - - [2026-04-30 03:59:45] "GET /security-group/e097b3f8-d313-438d-8cc3-309edb776f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3749 0.006192 10.0.0.73 - - [2026-04-30 03:59:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.085607 10.0.0.73 - - [2026-04-30 03:59:45] "POST /instance-ips HTTP/1.1" 200 357 0.043828 10.0.0.73 - - [2026-04-30 03:59:45] "GET /instance-ip/4c3db58c-7f51-4aac-90f3-a5f4a7818c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.010955 10.0.0.73 - - [2026-04-30 03:59:45] "GET /virtual-machine-interface/1ad49d40-5044-45f9-95b1-29c5e808fa95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007440 10.0.0.73 - - [2026-04-30 03:59:45] "GET /virtual-machine-interface/1ad49d40-5044-45f9-95b1-29c5e808fa95?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.008238 10.0.0.73 - - [2026-04-30 03:59:45] "GET /instance-ip/4c3db58c-7f51-4aac-90f3-a5f4a7818c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1568 0.004881 10.0.0.73 - - [2026-04-30 03:59:46] "POST /id-to-fqname HTTP/1.1" 200 218 0.001439 10.0.0.73 - - [2026-04-30 03:59:46] "POST /neutron/port HTTP/1.1" 200 5157 0.047192 10.0.0.73 - - [2026-04-30 03:59:46] "POST /neutron/port HTTP/1.1" 200 963 0.047076 10.0.0.73 - - [2026-04-30 03:59:46] "POST /neutron/port HTTP/1.1" 200 963 0.014779 10.0.0.73 - - [2026-04-30 03:59:46] "POST /neutron/port HTTP/1.1" 200 117 0.008515 10.0.0.73 - - [2026-04-30 03:59:47] "POST /neutron/network HTTP/1.1" 200 830 0.009332 10.0.0.73 - - [2026-04-30 03:59:47] "POST /neutron/port HTTP/1.1" 200 1055 0.182623 10.0.0.73 - - [2026-04-30 03:59:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.010383 10.0.0.73 - - [2026-04-30 03:59:51] "POST /neutron/port HTTP/1.1" 200 1065 0.020100 10.0.0.73 - - [2026-04-30 03:59:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008317 10.0.0.73 - - [2026-04-30 03:59:52] "GET /virtual-machine/93d5b915-9562-421a-bac4-fd6074e49fdf HTTP/1.1" 200 1269 0.005991 10.0.0.73 - - [2026-04-30 03:59:52] "GET /virtual-machine-interface/1ad49d40-5044-45f9-95b1-29c5e808fa95 HTTP/1.1" 200 2981 0.006211 10.0.0.73 - - [2026-04-30 03:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.73 - - [2026-04-30 03:59:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004289 10.0.0.73 - - [2026-04-30 03:59:52] "GET /virtual-networks?parent_id=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003677 10.0.0.73 - - [2026-04-30 03:59:52] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007292 10.0.0.73 - - [2026-04-30 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.73 - - [2026-04-30 03:59:55] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005857 10.0.0.73 - - [2026-04-30 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.73 - - [2026-04-30 03:59:59] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005908 10.0.0.73 - - [2026-04-30 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.73 - - [2026-04-30 04:00:03] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007340 10.0.0.73 - - [2026-04-30 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.73 - - [2026-04-30 04:00:07] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005400 10.0.0.73 - - [2026-04-30 04:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009646 10.0.0.73 - - [2026-04-30 04:00:11] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006707 10.0.0.73 - - [2026-04-30 04:00:15] "GET /obj-perms HTTP/1.1" 200 5056 0.055113 10.0.0.73 - - [2026-04-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.73 - - [2026-04-30 04:00:15] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005862 10.0.0.73 - - [2026-04-30 04:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005377 10.0.0.73 - - [2026-04-30 04:00:19] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.008212 10.0.0.73 - - [2026-04-30 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.73 - - [2026-04-30 04:00:24] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007125 10.0.0.73 - - [2026-04-30 04:00:25] "POST /neutron/port HTTP/1.1" 200 1108 0.048486 10.0.0.73 - - [2026-04-30 04:00:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.73 - - [2026-04-30 04:00:25] "POST /neutron/network HTTP/1.1" 200 928 0.008409 10.0.0.73 - - [2026-04-30 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.73 - - [2026-04-30 04:00:28] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007084 10.0.0.73 - - [2026-04-30 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.73 - - [2026-04-30 04:00:32] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006753 10.0.0.73 - - [2026-04-30 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007476 10.0.0.73 - - [2026-04-30 04:00:36] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007711 10.0.0.73 - - [2026-04-30 04:00:36] "POST /neutron/network HTTP/1.1" 200 1122 0.034857 10.0.0.73 - - [2026-04-30 04:00:37] "POST /neutron/subnet HTTP/1.1" 200 1379 0.028450 10.0.0.73 - - [2026-04-30 04:00:37] "POST /neutron/network HTTP/1.1" 200 1112 0.020412 10.0.0.73 - - [2026-04-30 04:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.73 - - [2026-04-30 04:00:40] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.008286 10.0.0.73 - - [2026-04-30 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.016855 10.0.0.73 - - [2026-04-30 04:00:42] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005186 10.0.0.73 - - [2026-04-30 04:00:42] "GET /virtual-networks?parent_id=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003857 10.0.0.73 - - [2026-04-30 04:00:42] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006885 10.0.0.73 - - [2026-04-30 04:00:47] "POST /neutron/port HTTP/1.1" 200 1065 0.023027 10.0.0.73 - - [2026-04-30 04:00:53] "POST /neutron/port HTTP/1.1" 200 1065 0.058804 10.0.0.73 - - [2026-04-30 04:00:58] "POST /neutron/port HTTP/1.1" 200 1065 0.032568 10.0.0.141 - - [2026-04-30 04:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.141 - - [2026-04-30 04:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.141 - - [2026-04-30 04:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.141 - - [2026-04-30 04:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.73 - - [2026-04-30 04:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.73 - - [2026-04-30 04:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000610 10.0.0.33 - - [2026-04-30 04:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000677 10.0.0.33 - - [2026-04-30 04:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.73 - - [2026-04-30 04:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.73 - - [2026-04-30 04:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.73 - - [2026-04-30 04:01:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001663 10.0.0.73 - - [2026-04-30 04:01:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014242 10.0.0.33 - - [2026-04-30 04:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000664 10.0.0.33 - - [2026-04-30 04:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2026-04-30 04:01:04] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029295 10.0.0.73 - - [2026-04-30 04:01:04] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.109190 10.0.0.73 - - [2026-04-30 04:01:04] "POST /neutron/port HTTP/1.1" 200 6069 0.074400 10.0.0.73 - - [2026-04-30 04:01:05] "POST /neutron/port HTTP/1.1" 200 117 0.007172 10.0.0.73 - - [2026-04-30 04:01:05] "POST /neutron/port HTTP/1.1" 200 1056 0.025039 10.0.0.73 - - [2026-04-30 04:01:06] "POST /neutron/port HTTP/1.1" 200 1120 0.032624 10.0.0.73 - - [2026-04-30 04:01:06] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.73 - - [2026-04-30 04:01:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011084 10.0.0.73 - - [2026-04-30 04:01:10] "POST /neutron/port HTTP/1.1" 200 1120 0.025624 10.0.0.73 - - [2026-04-30 04:01:10] "GET /virtual-machine/b379354c-930d-499d-9c41-4d311740b230 HTTP/1.1" 200 1291 0.008832 10.0.0.73 - - [2026-04-30 04:01:10] "GET /virtual-machine-interface/3c66b9e0-bf03-4e4c-ad51-67090d92fc1d HTTP/1.1" 200 2931 0.012749 10.0.0.73 - - [2026-04-30 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.73 - - [2026-04-30 04:01:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004870 10.0.0.73 - - [2026-04-30 04:01:10] "GET /virtual-networks?parent_id=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003443 10.0.0.73 - - [2026-04-30 04:01:10] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007437 10.0.0.73 - - [2026-04-30 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.73 - - [2026-04-30 04:01:13] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007635 10.0.0.33 - - [2026-04-30 04:01:16] "GET /obj-perms HTTP/1.1" 200 5056 0.078778 10.0.0.73 - - [2026-04-30 04:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.73 - - [2026-04-30 04:01:17] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006502 10.0.0.73 - - [2026-04-30 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007385 10.0.0.73 - - [2026-04-30 04:01:21] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006252 10.0.0.73 - - [2026-04-30 04:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.73 - - [2026-04-30 04:01:25] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007411 10.0.0.73 - - [2026-04-30 04:01:27] "POST /neutron/port HTTP/1.1" 200 1217 0.022762 10.0.0.73 - - [2026-04-30 04:01:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004400 10.0.0.73 - - [2026-04-30 04:01:27] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.73 - - [2026-04-30 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006444 10.0.0.73 - - [2026-04-30 04:01:29] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006568 10.0.0.73 - - [2026-04-30 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.73 - - [2026-04-30 04:01:34] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005828 10.0.0.73 - - [2026-04-30 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.73 - - [2026-04-30 04:01:38] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006493 10.0.0.73 - - [2026-04-30 04:01:38] "POST /neutron/port HTTP/1.1" 200 1108 0.021208 10.0.0.73 - - [2026-04-30 04:01:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.010463 10.0.0.73 - - [2026-04-30 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.73 - - [2026-04-30 04:01:42] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006948 10.0.0.73 - - [2026-04-30 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.73 - - [2026-04-30 04:01:46] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006575 10.0.0.73 - - [2026-04-30 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.73 - - [2026-04-30 04:01:50] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007082 10.0.0.73 - - [2026-04-30 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.73 - - [2026-04-30 04:01:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005131 10.0.0.73 - - [2026-04-30 04:01:52] "GET /virtual-networks?parent_id=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003305 10.0.0.73 - - [2026-04-30 04:01:52] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006885 10.0.0.73 - - [2026-04-30 04:01:52] "POST /neutron/port HTTP/1.1" 200 1120 0.022600 10.0.0.73 - - [2026-04-30 04:01:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009524 10.0.0.73 - - [2026-04-30 04:02:03] "POST /neutron/port HTTP/1.1" 200 1120 0.028339 10.0.0.73 - - [2026-04-30 04:02:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010389 10.0.0.73 - - [2026-04-30 04:02:13] "POST /neutron/port HTTP/1.1" 200 1120 0.031729 10.0.0.73 - - [2026-04-30 04:02:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009254 10.0.0.73 - - [2026-04-30 04:02:13] "POST /neutron/network HTTP/1.1" 200 794 0.017262 10.0.0.73 - - [2026-04-30 04:02:14] "POST /id-to-fqname HTTP/1.1" 200 218 0.001746 10.0.0.73 - - [2026-04-30 04:02:14] "GET /virtual-machine/b379354c-930d-499d-9c41-4d311740b230 HTTP/1.1" 200 1291 0.005229 10.0.0.73 - - [2026-04-30 04:02:14] "GET /virtual-machine-interface/3c66b9e0-bf03-4e4c-ad51-67090d92fc1d HTTP/1.1" 200 2931 0.007272 10.0.0.73 - - [2026-04-30 04:02:14] "GET /instance-ip/5f11ba0d-9c4c-44ca-a8c3-f16945030739 HTTP/1.1" 200 1614 0.009532 10.0.0.73 - - [2026-04-30 04:02:14] "GET /virtual-machine-interface/3c66b9e0-bf03-4e4c-ad51-67090d92fc1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.006785 10.0.0.73 - - [2026-04-30 04:02:14] "PUT /virtual-machine-interface/3c66b9e0-bf03-4e4c-ad51-67090d92fc1d HTTP/1.1" 200 284 0.020664 10.0.0.141 - - [2026-04-30 04:02:17] "GET /obj-perms HTTP/1.1" 200 5056 0.068373 10.0.0.73 - - [2026-04-30 04:02:30] "POST /neutron/port HTTP/1.1" 200 1108 0.024610 10.0.0.73 - - [2026-04-30 04:02:30] "POST /neutron/subnet HTTP/1.1" 200 704 0.010457 10.0.0.73 - - [2026-04-30 04:02:38] "POST /neutron/port HTTP/1.1" 200 1120 0.026835 10.0.0.73 - - [2026-04-30 04:02:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.73 - - [2026-04-30 04:02:38] "POST /neutron/network HTTP/1.1" 200 820 0.007265 10.0.0.73 - - [2026-04-30 04:03:30] "POST /neutron/network HTTP/1.1" 200 830 0.008662 10.0.0.73 - - [2026-04-30 04:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.73 - - [2026-04-30 04:03:40] "POST /neutron/port HTTP/1.1" 200 1065 0.023120 10.0.0.73 - - [2026-04-30 04:03:40] "POST /neutron/subnet HTTP/1.1" 200 689 0.010725 10.0.0.73 - - [2026-04-30 04:03:50] "DELETE /instance-ip/4c3db58c-7f51-4aac-90f3-a5f4a7818c39 HTTP/1.1" 200 115 0.093309 10.0.0.73 - - [2026-04-30 04:03:50] "DELETE /virtual-machine-interface/1ad49d40-5044-45f9-95b1-29c5e808fa95 HTTP/1.1" 200 115 0.102525 10.0.0.73 - - [2026-04-30 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.73 - - [2026-04-30 04:03:50] "GET /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006698 10.0.0.73 - - [2026-04-30 04:03:50] "PUT /virtual-network/075d1ff9-a639-4b48-86e6-986a076219b7 HTTP/1.1" 200 264 0.070257 10.0.0.73 - - [2026-04-30 04:03:50] "POST /neutron/port HTTP/1.1" 200 1120 0.051757 10.0.0.73 - - [2026-04-30 04:03:50] "POST /neutron/network HTTP/1.1" 400 204 0.023211 10.0.0.141 - - [2026-04-30 04:03:51] "DELETE /route-target/99d89521-8cbd-4b02-b304-a10c72b4bb85 HTTP/1.1" 200 115 0.077359 10.0.0.73 - - [2026-04-30 04:03:51] "POST /neutron/port HTTP/1.1" 200 1110 0.018852 10.0.0.33 - - [2026-04-30 04:03:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003134 10.0.0.33 - - [2026-04-30 04:03:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 10.0.0.73 - - [2026-04-30 04:03:52] "POST /neutron/network HTTP/1.1" 200 151 0.131404 10.0.0.33 - - [2026-04-30 04:03:54] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.73 - - [2026-04-30 04:03:54] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.102196 10.0.0.33 - - [2026-04-30 04:03:54] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.73 - - [2026-04-30 04:03:54] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?fields=virtual_networks HTTP/1.1" 200 1029 0.052332 10.0.0.33 - - [2026-04-30 04:03:54] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001693 10.0.0.73 - - [2026-04-30 04:03:54] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.053939 10.0.0.33 - - [2026-04-30 04:03:54] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.73 - - [2026-04-30 04:03:54] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?fields=security_groups HTTP/1.1" 200 1253 0.044882 10.0.0.73 - - [2026-04-30 04:03:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.028633 10.0.0.33 - - [2026-04-30 04:03:55] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004818 10.0.0.33 - - [2026-04-30 04:03:55] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.33 - - [2026-04-30 04:03:55] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044756 10.0.0.33 - - [2026-04-30 04:03:56] "POST /id-to-fqname HTTP/1.1" 200 187 0.004178 10.0.0.33 - - [2026-04-30 04:03:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.006748 10.0.0.33 - - [2026-04-30 04:03:56] "POST /security-groups HTTP/1.1" 200 588 0.085006 10.0.0.33 - - [2026-04-30 04:03:56] "POST /projects HTTP/1.1" 200 579 0.320066 10.0.0.33 - - [2026-04-30 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.358127 10.0.0.141 - - [2026-04-30 04:03:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.006811 10.0.0.141 - - [2026-04-30 04:03:56] "POST /access-control-lists HTTP/1.1" 200 591 0.029424 10.0.0.73 - - [2026-04-30 04:03:56] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.566877 10.0.0.73 - - [2026-04-30 04:03:57] "GET / HTTP/1.1" 200 35931 0.002238 10.0.0.73 - - [2026-04-30 04:03:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000937 10.0.0.73 - - [2026-04-30 04:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.054657 10.0.0.33 - - [2026-04-30 04:03:59] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001092 10.0.0.73 - - [2026-04-30 04:03:59] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.054238 10.0.0.73 - - [2026-04-30 04:03:59] "POST /neutron/network HTTP/1.1" 200 117 0.047303 10.0.0.73 - - [2026-04-30 04:04:00] "POST /neutron/network HTTP/1.1" 200 826 0.012362 10.0.0.73 - - [2026-04-30 04:04:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001554 10.0.0.73 - - [2026-04-30 04:04:00] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006791 10.0.0.73 - - [2026-04-30 04:04:00] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008017 10.0.0.73 - - [2026-04-30 04:04:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.015006 10.0.0.73 - - [2026-04-30 04:04:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.003707 10.0.0.73 - - [2026-04-30 04:04:00] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007855 10.0.0.73 - - [2026-04-30 04:04:00] "GET /virtual-machine-interface/90353def-c912-4d77-a262-477a302b919f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.010335 10.0.0.73 - - [2026-04-30 04:04:00] "GET /virtual-machine-interface/90353def-c912-4d77-a262-477a302b919f?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.013042 10.0.0.73 - - [2026-04-30 04:04:00] "GET /instance-ip/9c0e27ee-5849-4a24-a9d8-9fef670db0b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.006148 10.0.0.73 - - [2026-04-30 04:04:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001863 10.0.0.73 - - [2026-04-30 04:04:01] "POST /neutron/network HTTP/1.1" 200 836 0.011229 10.0.0.33 - - [2026-04-30 04:04:01] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001303 10.0.0.73 - - [2026-04-30 04:04:01] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.084474 10.0.0.73 - - [2026-04-30 04:04:02] "POST /neutron/port HTTP/1.1" 200 117 0.007412 10.0.0.73 - - [2026-04-30 04:04:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001338 10.0.0.73 - - [2026-04-30 04:04:02] "POST /neutron/port HTTP/1.1" 200 980 0.017906 10.0.0.73 - - [2026-04-30 04:04:02] "POST /neutron/network HTTP/1.1" 200 836 0.007627 10.0.0.73 - - [2026-04-30 04:04:02] "POST /neutron/port HTTP/1.1" 200 5020 0.162114 10.0.0.33 - - [2026-04-30 04:04:03] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001454 10.0.0.73 - - [2026-04-30 04:04:03] "POST /neutron/port HTTP/1.1" 200 1054 0.024543 10.0.0.73 - - [2026-04-30 04:04:03] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.061895 10.0.0.73 - - [2026-04-30 04:04:03] "POST /fqname-to-id HTTP/1.1" 404 208 0.003848 10.0.0.73 - - [2026-04-30 04:04:03] "POST /interface-route-tables HTTP/1.1" 200 556 0.052145 10.0.0.73 - - [2026-04-30 04:04:03] "GET /interface-route-table/89e608c2-dd9a-464d-9fbe-e922e0ac72fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.016408 10.0.0.73 - - [2026-04-30 04:04:03] "POST /neutron/port HTTP/1.1" 200 980 0.013777 10.0.0.73 - - [2026-04-30 04:04:03] "POST /neutron/port HTTP/1.1" 200 980 0.016386 10.0.0.73 - - [2026-04-30 04:04:03] "POST /neutron/port HTTP/1.1" 200 980 0.013709 10.0.0.73 - - [2026-04-30 04:04:03] "POST /neutron/network HTTP/1.1" 200 826 0.007756 10.0.0.73 - - [2026-04-30 04:04:03] "POST /neutron/subnet HTTP/1.1" 200 684 0.011636 10.0.0.73 - - [2026-04-30 04:04:04] "GET /virtual-machine-interface/90353def-c912-4d77-a262-477a302b919f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.009919 10.0.0.73 - - [2026-04-30 04:04:04] "POST /ref-update HTTP/1.1" 200 156 0.020170 10.0.0.73 - - [2026-04-30 04:04:04] "POST /neutron/port HTTP/1.1" 200 1118 0.030229 10.0.0.73 - - [2026-04-30 04:04:09] "POST /neutron/security_group HTTP/1.1" 200 2055 0.011664 10.0.0.73 - - [2026-04-30 04:04:09] "POST /neutron/port HTTP/1.1" 200 1118 0.021434 10.0.0.73 - - [2026-04-30 04:04:09] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009135 10.0.0.73 - - [2026-04-30 04:04:09] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 401 292 0.000412 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 200 1288 0.046257 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 200 1288 0.005474 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-machine-interface/97f7b506-c8e6-42d3-8d99-1cf376ea1b02 HTTP/1.1" 200 2939 0.007730 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 200 1288 0.005103 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-machine-interface/97f7b506-c8e6-42d3-8d99-1cf376ea1b02 HTTP/1.1" 200 2939 0.006892 10.0.0.73 - - [2026-04-30 04:04:10] "GET /instance-ip/449773dc-92fd-469f-98e4-63fb4b81e47d HTTP/1.1" 200 1615 0.007650 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 200 1288 0.004144 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-machine-interface/97f7b506-c8e6-42d3-8d99-1cf376ea1b02 HTTP/1.1" 200 2939 0.005769 10.0.0.73 - - [2026-04-30 04:04:10] "GET /instance-ip/449773dc-92fd-469f-98e4-63fb4b81e47d HTTP/1.1" 200 1615 0.005631 10.0.0.73 - - [2026-04-30 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.73 - - [2026-04-30 04:04:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004679 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003962 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006963 10.0.0.73 - - [2026-04-30 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.73 - - [2026-04-30 04:04:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007191 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004062 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007298 10.0.0.73 - - [2026-04-30 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.73 - - [2026-04-30 04:04:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004650 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003961 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006718 10.0.0.73 - - [2026-04-30 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.73 - - [2026-04-30 04:04:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004780 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004333 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007587 10.0.0.73 - - [2026-04-30 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.73 - - [2026-04-30 04:04:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005061 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003670 10.0.0.73 - - [2026-04-30 04:04:10] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007250 10.0.0.73 - - [2026-04-30 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.73 - - [2026-04-30 04:04:11] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004396 10.0.0.73 - - [2026-04-30 04:04:11] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003618 10.0.0.73 - - [2026-04-30 04:04:11] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007732 10.0.0.73 - - [2026-04-30 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.73 - - [2026-04-30 04:04:11] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004835 10.0.0.73 - - [2026-04-30 04:04:11] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004679 10.0.0.73 - - [2026-04-30 04:04:11] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007106 10.0.0.33 - - [2026-04-30 04:04:12] "DELETE /project/976518f76d5940fc82ffed629d6e5525 HTTP/1.1" 404 173 0.004913 10.0.0.33 - - [2026-04-30 04:04:12] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.33 - - [2026-04-30 04:04:13] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.058155 10.0.0.33 - - [2026-04-30 04:04:13] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001308 10.0.0.33 - - [2026-04-30 04:04:13] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?fields=security_groups HTTP/1.1" 200 1358 0.048626 10.0.0.33 - - [2026-04-30 04:04:13] "DELETE /security-group/e097b3f8-d313-438d-8cc3-309edb776f79 HTTP/1.1" 200 115 0.061954 10.0.0.33 - - [2026-04-30 04:04:13] "GET /projects?obj_uuids=d9998c64-8ba2-45fa-bdc3-d9820bf3d4de&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.141 - - [2026-04-30 04:04:13] "DELETE /access-control-list/00c07fb2-9f16-40b3-8b09-63aaf7fc3c82 HTTP/1.1" 200 115 0.042634 10.0.0.33 - - [2026-04-30 04:04:13] "GET /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de?fields=application_policy_sets HTTP/1.1" 200 1397 0.063795 10.0.0.33 - - [2026-04-30 04:04:13] "DELETE /project/d9998c64-8ba2-45fa-bdc3-d9820bf3d4de HTTP/1.1" 200 115 0.456644 10.0.0.73 - - [2026-04-30 04:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.73 - - [2026-04-30 04:04:14] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006634 10.0.0.73 - - [2026-04-30 04:04:15] "POST /neutron/port HTTP/1.1" 200 1118 0.023111 10.0.0.73 - - [2026-04-30 04:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.73 - - [2026-04-30 04:04:16] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004800 10.0.0.73 - - [2026-04-30 04:04:16] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004136 10.0.0.73 - - [2026-04-30 04:04:16] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007185 10.0.0.73 - - [2026-04-30 04:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.73 - - [2026-04-30 04:04:16] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.73 - - [2026-04-30 04:04:16] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004438 10.0.0.73 - - [2026-04-30 04:04:16] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006341 10.0.0.73 - - [2026-04-30 04:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.73 - - [2026-04-30 04:04:16] "GET /routing-instance/57ad1b29-18ba-467a-b534-422d701576cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.008088 10.0.0.73 - - [2026-04-30 04:04:16] "GET /route-target/7bf18e7d-cec3-4d8c-8cbb-d1d1d7e53f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004808 10.0.0.73 - - [2026-04-30 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.73 - - [2026-04-30 04:04:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004780 10.0.0.73 - - [2026-04-30 04:04:17] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004364 10.0.0.73 - - [2026-04-30 04:04:17] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006571 10.0.0.73 - - [2026-04-30 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.73 - - [2026-04-30 04:04:17] "GET /routing-instance/57ad1b29-18ba-467a-b534-422d701576cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005974 10.0.0.73 - - [2026-04-30 04:04:17] "GET /route-target/7bf18e7d-cec3-4d8c-8cbb-d1d1d7e53f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005034 10.0.0.73 - - [2026-04-30 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.73 - - [2026-04-30 04:04:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005031 10.0.0.73 - - [2026-04-30 04:04:17] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003931 10.0.0.73 - - [2026-04-30 04:04:17] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006281 10.0.0.73 - - [2026-04-30 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.73 - - [2026-04-30 04:04:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008628 10.0.0.73 - - [2026-04-30 04:04:17] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006279 10.0.0.73 - - [2026-04-30 04:04:17] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008130 10.0.0.33 - - [2026-04-30 04:04:18] "GET /obj-perms HTTP/1.1" 200 5056 0.054189 10.0.0.73 - - [2026-04-30 04:04:19] "GET /obj-perms HTTP/1.1" 200 5056 0.059127 10.0.0.33 - - [2026-04-30 04:04:24] "GET /obj-perms HTTP/1.1" 200 5024 0.080188 10.0.0.73 - - [2026-04-30 04:04:26] "GET /obj-perms HTTP/1.1" 200 5024 0.054432 10.0.0.33 - - [2026-04-30 04:04:26] "GET /obj-perms HTTP/1.1" 200 5024 0.004676 10.0.0.73 - - [2026-04-30 04:04:26] "GET /obj-perms HTTP/1.1" 200 5024 0.004608 10.0.0.73 - - [2026-04-30 04:04:26] "GET /obj-perms HTTP/1.1" 200 5024 0.004654 10.0.0.73 - - [2026-04-30 04:04:27] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008088 10.0.0.73 - - [2026-04-30 04:04:27] "POST /neutron/port HTTP/1.1" 200 1082 0.026603 10.0.0.73 - - [2026-04-30 04:04:27] "GET /virtual-machine/abe519d9-3593-48f5-88b4-f171c75fc56a HTTP/1.1" 200 1267 0.007785 10.0.0.73 - - [2026-04-30 04:04:27] "GET /virtual-machine-interface/90353def-c912-4d77-a262-477a302b919f HTTP/1.1" 200 3151 0.006254 10.0.0.73 - - [2026-04-30 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.73 - - [2026-04-30 04:04:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004586 10.0.0.73 - - [2026-04-30 04:04:27] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003417 10.0.0.73 - - [2026-04-30 04:04:27] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006201 10.0.0.73 - - [2026-04-30 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.73 - - [2026-04-30 04:04:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013373 10.0.0.73 - - [2026-04-30 04:04:28] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005623 10.0.0.73 - - [2026-04-30 04:04:28] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007041 10.0.0.73 - - [2026-04-30 04:04:29] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006478 10.0.0.141 - - [2026-04-30 04:04:29] "GET /obj-perms HTTP/1.1" 200 5024 0.055615 10.0.0.73 - - [2026-04-30 04:04:30] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 200 1288 0.005491 10.0.0.73 - - [2026-04-30 04:04:30] "POST /neutron/port HTTP/1.1" 200 1108 0.017243 10.0.0.73 - - [2026-04-30 04:04:32] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 404 171 0.003695 10.0.0.73 - - [2026-04-30 04:04:32] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 404 171 0.003332 10.0.0.73 - - [2026-04-30 04:04:32] "GET /virtual-machine/0a06eee5-b51a-40cd-afa0-783fd377d0da HTTP/1.1" 404 171 0.003695 10.0.0.73 - - [2026-04-30 04:04:32] "POST /neutron/port HTTP/1.1" 200 1217 0.026020 10.0.0.73 - - [2026-04-30 04:04:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004467 10.0.0.73 - - [2026-04-30 04:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.73 - - [2026-04-30 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.73 - - [2026-04-30 04:04:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.73 - - [2026-04-30 04:04:32] "GET /virtual-networks?parent_id=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004450 10.0.0.73 - - [2026-04-30 04:04:32] "GET /virtual-network/53bc70a3-3ac1-4212-9b45-51ec9134321a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007277 10.0.0.73 - - [2026-04-30 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.73 - - [2026-04-30 04:04:32] "GET /routing-instance/57ad1b29-18ba-467a-b534-422d701576cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005003 10.0.0.73 - - [2026-04-30 04:04:32] "GET /route-target/7bf18e7d-cec3-4d8c-8cbb-d1d1d7e53f04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005502 10.0.0.73 - - [2026-04-30 04:04:32] "GET /obj-perms HTTP/1.1" 200 5024 0.006616 10.0.0.73 - - [2026-04-30 04:04:38] "GET /obj-perms HTTP/1.1" 200 5024 0.004428 10.0.0.73 - - [2026-04-30 04:04:41] "POST /neutron/port HTTP/1.1" 200 1217 0.021216 10.0.0.73 - - [2026-04-30 04:04:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004825 10.0.0.73 - - [2026-04-30 04:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.73 - - [2026-04-30 04:04:41] "GET /obj-perms HTTP/1.1" 200 5024 0.005833 10.0.0.73 - - [2026-04-30 04:04:48] "GET /obj-perms HTTP/1.1" 200 5024 0.005061 10.0.0.73 - - [2026-04-30 04:04:51] "GET /obj-perms HTTP/1.1" 200 5024 0.003921 10.0.0.73 - - [2026-04-30 04:04:57] "GET /obj-perms HTTP/1.1" 200 5024 0.005861 10.0.0.73 - - [2026-04-30 04:04:57] "GET /obj-perms HTTP/1.1" 200 5024 0.003901 10.0.0.33 - - [2026-04-30 04:04:57] "GET /obj-perms HTTP/1.1" 200 5024 0.005882 10.0.0.73 - - [2026-04-30 04:04:57] "GET /interface-route-table/89e608c2-dd9a-464d-9fbe-e922e0ac72fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.004766 10.0.0.73 - - [2026-04-30 04:04:57] "GET /virtual-machine-interface/90353def-c912-4d77-a262-477a302b919f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.005885 10.0.0.73 - - [2026-04-30 04:04:57] "POST /ref-update HTTP/1.1" 200 156 0.020867 10.0.0.73 - - [2026-04-30 04:04:57] "DELETE /interface-route-table/89e608c2-dd9a-464d-9fbe-e922e0ac72fe HTTP/1.1" 200 115 0.038826 10.0.0.73 - - [2026-04-30 04:04:57] "POST /neutron/port HTTP/1.1" 200 151 0.235995 10.0.0.141 - - [2026-04-30 04:04:58] "DELETE /route-target/7bf18e7d-cec3-4d8c-8cbb-d1d1d7e53f04 HTTP/1.1" 200 115 0.028186 10.0.0.33 - - [2026-04-30 04:04:59] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001351 10.0.0.73 - - [2026-04-30 04:04:59] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.049940 10.0.0.33 - - [2026-04-30 04:04:59] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001174 10.0.0.73 - - [2026-04-30 04:04:59] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?fields=virtual_networks HTTP/1.1" 200 1026 0.052966 10.0.0.33 - - [2026-04-30 04:04:59] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001240 10.0.0.73 - - [2026-04-30 04:04:59] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.051689 10.0.0.33 - - [2026-04-30 04:04:59] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001212 10.0.0.73 - - [2026-04-30 04:05:00] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?fields=security_groups HTTP/1.1" 200 1249 0.057508 10.0.0.73 - - [2026-04-30 04:05:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.048723 10.0.0.33 - - [2026-04-30 04:05:01] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004282 10.0.0.33 - - [2026-04-30 04:05:01] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.33 - - [2026-04-30 04:05:01] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009909 10.0.0.33 - - [2026-04-30 04:05:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.001866 10.0.0.33 - - [2026-04-30 04:05:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.010467 10.0.0.33 - - [2026-04-30 04:05:01] "POST /security-groups HTTP/1.1" 200 595 0.043982 10.0.0.33 - - [2026-04-30 04:05:01] "POST /projects HTTP/1.1" 200 593 0.326740 10.0.0.33 - - [2026-04-30 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.364164 10.0.0.141 - - [2026-04-30 04:05:01] "POST /fqname-to-id HTTP/1.1" 404 237 0.006655 10.0.0.73 - - [2026-04-30 04:05:01] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.569519 10.0.0.73 - - [2026-04-30 04:05:02] "GET / HTTP/1.1" 200 35931 0.003195 10.0.0.73 - - [2026-04-30 04:05:03] "POST /neutron/port HTTP/1.1" 200 117 0.009361 10.0.0.73 - - [2026-04-30 04:05:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.73 - - [2026-04-30 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.065508 10.0.0.33 - - [2026-04-30 04:05:03] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001488 10.0.0.73 - - [2026-04-30 04:05:03] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058533 10.0.0.33 - - [2026-04-30 04:05:03] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001371 10.0.0.73 - - [2026-04-30 04:05:04] "POST /neutron/network HTTP/1.1" 200 609 0.192481 10.0.0.141 - - [2026-04-30 04:05:04] "POST /ref-update HTTP/1.1" 200 156 0.027986 10.0.0.73 - - [2026-04-30 04:05:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.007655 10.0.0.73 - - [2026-04-30 04:05:04] "GET /virtual-network/6d81cbc5-b2d0-4cb5-91af-dcecb5aee302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008989 10.0.0.73 - - [2026-04-30 04:05:04] "POST /neutron/network HTTP/1.1" 200 827 0.010456 10.0.0.73 - - [2026-04-30 04:05:04] "GET /virtual-network/6d81cbc5-b2d0-4cb5-91af-dcecb5aee302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006868 10.0.0.73 - - [2026-04-30 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.33 - - [2026-04-30 04:05:04] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001219 10.0.0.73 - - [2026-04-30 04:05:04] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.065325 10.0.0.73 - - [2026-04-30 04:05:04] "POST /neutron/network HTTP/1.1" 200 117 0.019674 10.0.0.73 - - [2026-04-30 04:05:05] "POST /neutron/network HTTP/1.1" 200 828 0.009506 10.0.0.73 - - [2026-04-30 04:05:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001379 10.0.0.73 - - [2026-04-30 04:05:05] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007181 10.0.0.73 - - [2026-04-30 04:05:05] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009030 10.0.0.73 - - [2026-04-30 04:05:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.023498 10.0.0.73 - - [2026-04-30 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008386 10.0.0.33 - - [2026-04-30 04:05:05] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002384 10.0.0.73 - - [2026-04-30 04:05:05] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075687 10.0.0.141 - - [2026-04-30 04:05:05] "POST /route-targets HTTP/1.1" 200 327 0.020241 10.0.0.33 - - [2026-04-30 04:05:05] "POST /useragent-kv HTTP/1.1" 200 115 0.013599 10.0.0.73 - - [2026-04-30 04:05:05] "POST /neutron/subnet HTTP/1.1" 200 719 0.277759 10.0.0.73 - - [2026-04-30 04:05:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001326 10.0.0.73 - - [2026-04-30 04:05:05] "GET /virtual-network/5414b17f-6caf-43ca-96e9-f87fafbb8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007939 10.0.0.73 - - [2026-04-30 04:05:06] "GET /virtual-network/5414b17f-6caf-43ca-96e9-f87fafbb8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007402 10.0.0.73 - - [2026-04-30 04:05:06] "POST /neutron/network HTTP/1.1" 200 827 0.009752 10.0.0.73 - - [2026-04-30 04:05:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.003937 10.0.0.73 - - [2026-04-30 04:05:06] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010143 10.0.0.73 - - [2026-04-30 04:05:06] "GET /virtual-machine-interface/d7958375-1b5b-485d-8196-daeaf883d3a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.011255 10.0.0.73 - - [2026-04-30 04:05:06] "GET /virtual-machine-interface/d7958375-1b5b-485d-8196-daeaf883d3a8?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.011687 10.0.0.73 - - [2026-04-30 04:05:06] "GET /instance-ip/fb5a5184-0e0b-455a-a7e0-280e86719b0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.008745 10.0.0.73 - - [2026-04-30 04:05:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.004062 10.0.0.73 - - [2026-04-30 04:05:06] "GET /virtual-network/6d81cbc5-b2d0-4cb5-91af-dcecb5aee302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006735 10.0.0.33 - - [2026-04-30 04:05:06] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001122 10.0.0.73 - - [2026-04-30 04:05:06] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.059325 10.0.0.73 - - [2026-04-30 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.73 - - [2026-04-30 04:05:06] "GET /security-group/0a2d1e69-89d7-4142-9717-efc06513e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005282 10.0.0.73 - - [2026-04-30 04:05:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.155773 10.0.0.73 - - [2026-04-30 04:05:07] "POST /instance-ips HTTP/1.1" 200 357 0.057066 10.0.0.73 - - [2026-04-30 04:05:07] "GET /virtual-machine-interface/d47ae28a-23e9-4553-965c-1389a89677cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006020 10.0.0.73 - - [2026-04-30 04:05:07] "GET /virtual-machine-interface/d47ae28a-23e9-4553-965c-1389a89677cb?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.013594 10.0.0.73 - - [2026-04-30 04:05:07] "GET /instance-ip/290a673b-c9f6-4103-b039-368de259a0fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.006414 10.0.0.73 - - [2026-04-30 04:05:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.003277 10.0.0.73 - - [2026-04-30 04:05:07] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006340 10.0.0.33 - - [2026-04-30 04:05:07] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001262 10.0.0.73 - - [2026-04-30 04:05:07] "POST /neutron/port HTTP/1.1" 200 990 0.268667 10.0.0.73 - - [2026-04-30 04:05:07] "GET /virtual-machine-interface/ded9f474-a6e2-4116-8869-5f6b37c7bf82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006326 10.0.0.73 - - [2026-04-30 04:05:07] "GET /virtual-machine-interface/ded9f474-a6e2-4116-8869-5f6b37c7bf82?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.006126 10.0.0.73 - - [2026-04-30 04:05:07] "GET /instance-ip/4012c943-56a0-497f-ab17-69e4c1727826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004612 10.0.0.73 - - [2026-04-30 04:05:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.004358 10.0.0.73 - - [2026-04-30 04:05:07] "GET /virtual-network/6d81cbc5-b2d0-4cb5-91af-dcecb5aee302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007043 10.0.0.33 - - [2026-04-30 04:05:07] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001256 10.0.0.73 - - [2026-04-30 04:05:07] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.061841 10.0.0.73 - - [2026-04-30 04:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.73 - - [2026-04-30 04:05:07] "GET /security-group/0a2d1e69-89d7-4142-9717-efc06513e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004761 10.0.0.73 - - [2026-04-30 04:05:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.119146 10.0.0.73 - - [2026-04-30 04:05:08] "POST /instance-ips HTTP/1.1" 200 357 0.045118 10.0.0.73 - - [2026-04-30 04:05:08] "GET /virtual-machine-interface/ee4339de-eca0-4bc5-b78b-a56fc6a16490?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006274 10.0.0.73 - - [2026-04-30 04:05:08] "GET /virtual-machine-interface/ee4339de-eca0-4bc5-b78b-a56fc6a16490?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.013400 10.0.0.73 - - [2026-04-30 04:05:08] "GET /instance-ip/cf20bd28-b9e2-4c58-95ec-5c84e9e32680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005318 10.0.0.73 - - [2026-04-30 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 214 0.004173 10.0.0.73 - - [2026-04-30 04:05:08] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006423 10.0.0.73 - - [2026-04-30 04:05:08] "GET /virtual-machine-interface/82ea8640-60d6-41d6-a895-daed7a31ba79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.009705 10.0.0.73 - - [2026-04-30 04:05:08] "GET /virtual-machine-interface/82ea8640-60d6-41d6-a895-daed7a31ba79?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.010168 10.0.0.73 - - [2026-04-30 04:05:08] "GET /instance-ip/dca5b867-f33a-4cc2-b422-d66ac053f41c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004823 10.0.0.73 - - [2026-04-30 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 214 0.003521 10.0.0.73 - - [2026-04-30 04:05:08] "GET /virtual-network/5414b17f-6caf-43ca-96e9-f87fafbb8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010218 10.0.0.33 - - [2026-04-30 04:05:08] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001417 10.0.0.73 - - [2026-04-30 04:05:08] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057107 10.0.0.73 - - [2026-04-30 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.73 - - [2026-04-30 04:05:08] "GET /security-group/0a2d1e69-89d7-4142-9717-efc06513e786?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005375 10.0.0.73 - - [2026-04-30 04:05:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.114992 10.0.0.73 - - [2026-04-30 04:05:09] "POST /instance-ips HTTP/1.1" 200 357 0.050403 10.0.0.73 - - [2026-04-30 04:05:09] "GET /virtual-machine-interface/567b7d0f-0449-4332-889f-0e593b8c77dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006255 10.0.0.73 - - [2026-04-30 04:05:09] "GET /virtual-machine-interface/567b7d0f-0449-4332-889f-0e593b8c77dc?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009997 10.0.0.73 - - [2026-04-30 04:05:09] "GET /instance-ip/6fbaba03-51aa-49ca-adfe-bc10c30695c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004933 10.0.0.73 - - [2026-04-30 04:05:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001721 10.0.0.73 - - [2026-04-30 04:05:10] "POST /neutron/port HTTP/1.1" 200 990 0.016370 10.0.0.73 - - [2026-04-30 04:05:10] "POST /neutron/port HTTP/1.1" 200 990 0.015322 10.0.0.73 - - [2026-04-30 04:05:11] "POST /neutron/port HTTP/1.1" 200 117 0.008745 10.0.0.73 - - [2026-04-30 04:05:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001437 10.0.0.73 - - [2026-04-30 04:05:11] "POST /neutron/port HTTP/1.1" 200 990 0.013938 10.0.0.73 - - [2026-04-30 04:05:11] "POST /neutron/port HTTP/1.1" 200 990 0.014645 10.0.0.73 - - [2026-04-30 04:05:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010167 10.0.0.33 - - [2026-04-30 04:05:12] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001276 10.0.0.73 - - [2026-04-30 04:05:12] "POST /neutron/network HTTP/1.1" 200 828 0.023715 10.0.0.73 - - [2026-04-30 04:05:12] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.088599 10.0.0.73 - - [2026-04-30 04:05:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010669 10.0.0.73 - - [2026-04-30 04:05:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001485 10.0.0.73 - - [2026-04-30 04:05:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008915 10.0.0.33 - - [2026-04-30 04:05:12] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001292 10.0.0.73 - - [2026-04-30 04:05:13] "POST /neutron/port HTTP/1.1" 200 990 0.015639 10.0.0.73 - - [2026-04-30 04:05:13] "POST /neutron/port HTTP/1.1" 200 1063 0.343697 10.0.0.73 - - [2026-04-30 04:05:13] "POST /neutron/port HTTP/1.1" 200 1063 0.019146 10.0.0.73 - - [2026-04-30 04:05:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008536 10.0.0.33 - - [2026-04-30 04:05:13] "DELETE /project/4343c7cbde72405dba0df18b9b1722cd HTTP/1.1" 404 173 0.010080 10.0.0.33 - - [2026-04-30 04:05:13] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001329 10.0.0.73 - - [2026-04-30 04:05:13] "POST /neutron/port HTTP/1.1" 200 1127 0.057752 10.0.0.73 - - [2026-04-30 04:05:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011914 10.0.0.33 - - [2026-04-30 04:05:13] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.094981 10.0.0.33 - - [2026-04-30 04:05:13] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002374 10.0.0.141 - - [2026-04-30 04:05:13] "PUT /logical-router/b597e968-583b-422f-b85a-c3ee3c448941 HTTP/1.1" 200 262 0.099376 10.0.0.33 - - [2026-04-30 04:05:13] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?fields=security_groups HTTP/1.1" 200 1354 0.067585 10.0.0.73 - - [2026-04-30 04:05:13] "POST /neutron/network HTTP/1.1" 200 827 0.012356 10.0.0.33 - - [2026-04-30 04:05:13] "DELETE /security-group/12272a99-a811-4fca-8ae2-0376bbfcc8ec HTTP/1.1" 200 115 0.108169 10.0.0.33 - - [2026-04-30 04:05:13] "GET /projects?obj_uuids=976518f7-6d59-40fc-82ff-ed629d6e5525&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002181 10.0.0.33 - - [2026-04-30 04:05:14] "GET /project/976518f7-6d59-40fc-82ff-ed629d6e5525?fields=application_policy_sets HTTP/1.1" 200 1393 0.087909 10.0.0.73 - - [2026-04-30 04:05:14] "POST /neutron/port HTTP/1.1" 200 990 0.033258 10.0.0.73 - - [2026-04-30 04:05:14] "POST /neutron/router HTTP/1.1" 200 598 0.017688 10.0.0.141 - - [2026-04-30 04:05:14] "POST /ref-update HTTP/1.1" 200 156 0.047426 10.0.0.33 - - [2026-04-30 04:05:14] "DELETE /project/976518f7-6d59-40fc-82ff-ed629d6e5525 HTTP/1.1" 200 115 0.718547 10.0.0.73 - - [2026-04-30 04:05:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006384 10.0.0.73 - - [2026-04-30 04:05:14] "POST /neutron/network HTTP/1.1" 200 828 0.015407 10.0.0.73 - - [2026-04-30 04:05:15] "POST /neutron/port HTTP/1.1" 200 1092 0.024839 10.0.0.73 - - [2026-04-30 04:05:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009203 10.0.0.73 - - [2026-04-30 04:05:15] "GET /virtual-machine/7f5c0c01-8702-4d4d-bba3-75cb57e2fe19 HTTP/1.1" 401 292 0.000557 10.0.0.73 - - [2026-04-30 04:05:15] "GET /virtual-machine/7f5c0c01-8702-4d4d-bba3-75cb57e2fe19 HTTP/1.1" 200 1274 0.032427 10.0.0.73 - - [2026-04-30 04:05:15] "GET /virtual-machine-interface/d7958375-1b5b-485d-8196-daeaf883d3a8 HTTP/1.1" 200 3187 0.006472 10.0.0.73 - - [2026-04-30 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.73 - - [2026-04-30 04:05:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004394 10.0.0.73 - - [2026-04-30 04:05:15] "GET /virtual-networks?parent_id=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004593 10.0.0.73 - - [2026-04-30 04:05:15] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006984 10.0.0.73 - - [2026-04-30 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.73 - - [2026-04-30 04:05:18] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007084 10.0.0.73 - - [2026-04-30 04:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.73 - - [2026-04-30 04:05:22] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007445 10.0.0.73 - - [2026-04-30 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.73 - - [2026-04-30 04:05:26] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006639 10.0.0.73 - - [2026-04-30 04:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.73 - - [2026-04-30 04:05:31] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006218 10.0.0.73 - - [2026-04-30 04:05:33] "POST /neutron/network HTTP/1.1" 200 938 0.037885 10.0.0.73 - - [2026-04-30 04:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.73 - - [2026-04-30 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.73 - - [2026-04-30 04:05:35] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007254 10.0.0.73 - - [2026-04-30 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.73 - - [2026-04-30 04:05:39] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006283 10.0.0.73 - - [2026-04-30 04:05:42] "POST /neutron/port HTTP/1.1" 200 1108 0.047877 10.0.0.73 - - [2026-04-30 04:05:42] "POST /neutron/subnet HTTP/1.1" 200 704 0.011074 10.0.0.73 - - [2026-04-30 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.73 - - [2026-04-30 04:05:43] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006249 10.0.0.73 - - [2026-04-30 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.73 - - [2026-04-30 04:05:47] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005902 10.0.0.73 - - [2026-04-30 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.73 - - [2026-04-30 04:05:51] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008980 10.0.0.73 - - [2026-04-30 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.73 - - [2026-04-30 04:05:55] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006755 10.0.0.73 - - [2026-04-30 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.73 - - [2026-04-30 04:05:59] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006115 10.0.0.141 - - [2026-04-30 04:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.141 - - [2026-04-30 04:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.141 - - [2026-04-30 04:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.141 - - [2026-04-30 04:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.73 - - [2026-04-30 04:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.73 - - [2026-04-30 04:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.33 - - [2026-04-30 04:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.33 - - [2026-04-30 04:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.73 - - [2026-04-30 04:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.73 - - [2026-04-30 04:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.33 - - [2026-04-30 04:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.33 - - [2026-04-30 04:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.73 - - [2026-04-30 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.73 - - [2026-04-30 04:06:03] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006957 10.0.0.73 - - [2026-04-30 04:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.73 - - [2026-04-30 04:06:05] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004531 10.0.0.73 - - [2026-04-30 04:06:05] "GET /virtual-networks?parent_id=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004070 10.0.0.73 - - [2026-04-30 04:06:06] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007574 10.0.0.73 - - [2026-04-30 04:06:06] "POST /neutron/port HTTP/1.1" 200 1092 0.021381 10.0.0.73 - - [2026-04-30 04:06:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008846 10.0.0.73 - - [2026-04-30 04:06:16] "POST /neutron/port HTTP/1.1" 200 1092 0.020032 10.0.0.73 - - [2026-04-30 04:06:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.043367 10.0.0.141 - - [2026-04-30 04:06:20] "GET /obj-perms HTTP/1.1" 200 5056 0.060843 10.0.0.73 - - [2026-04-30 04:06:21] "POST /neutron/port HTTP/1.1" 200 1092 0.020693 10.0.0.73 - - [2026-04-30 04:06:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008106 10.0.0.73 - - [2026-04-30 04:06:32] "POST /neutron/port HTTP/1.1" 200 1127 0.023095 10.0.0.73 - - [2026-04-30 04:06:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009676 10.0.0.73 - - [2026-04-30 04:06:32] "GET /virtual-machine/f23ff151-114d-4a3e-b91f-657af6bce965 HTTP/1.1" 200 1297 0.009000 10.0.0.73 - - [2026-04-30 04:06:32] "GET /virtual-machine-interface/a3464e1e-61ea-4266-bd3a-265f29d90ad6 HTTP/1.1" 200 2962 0.007440 10.0.0.73 - - [2026-04-30 04:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.73 - - [2026-04-30 04:06:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005261 10.0.0.73 - - [2026-04-30 04:06:32] "GET /virtual-networks?parent_id=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004232 10.0.0.73 - - [2026-04-30 04:06:32] "GET /virtual-network/5414b17f-6caf-43ca-96e9-f87fafbb8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007456 10.0.0.73 - - [2026-04-30 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.73 - - [2026-04-30 04:06:33] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004485 10.0.0.73 - - [2026-04-30 04:06:33] "GET /virtual-networks?parent_id=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003947 10.0.0.73 - - [2026-04-30 04:06:33] "GET /virtual-network/5414b17f-6caf-43ca-96e9-f87fafbb8d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008220 10.0.0.73 - - [2026-04-30 04:06:33] "POST /neutron/port HTTP/1.1" 200 1092 0.027293 10.0.0.73 - - [2026-04-30 04:06:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009679 10.0.0.73 - - [2026-04-30 04:06:33] "GET /virtual-machine/20c54659-8c52-4751-9525-82cf2c11c490 HTTP/1.1" 200 1274 0.008851 10.0.0.73 - - [2026-04-30 04:06:33] "GET /virtual-machine-interface/82ea8640-60d6-41d6-a895-daed7a31ba79 HTTP/1.1" 200 3187 0.006736 10.0.0.73 - - [2026-04-30 04:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.73 - - [2026-04-30 04:06:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005027 10.0.0.73 - - [2026-04-30 04:06:34] "GET /virtual-networks?parent_id=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003570 10.0.0.73 - - [2026-04-30 04:06:34] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006779 10.0.0.73 - - [2026-04-30 04:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.73 - - [2026-04-30 04:06:35] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004706 10.0.0.73 - - [2026-04-30 04:06:35] "GET /virtual-networks?parent_id=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004090 10.0.0.73 - - [2026-04-30 04:06:35] "GET /virtual-network/cfc6fe74-5d78-49db-b0da-3d8a587c11e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006550 10.0.0.73 - - [2026-04-30 04:06:42] "POST /neutron/network HTTP/1.1" 200 1122 0.008711 10.0.0.73 - - [2026-04-30 04:06:42] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017017 10.0.0.73 - - [2026-04-30 04:06:42] "POST /neutron/network HTTP/1.1" 200 1112 0.010591 10.0.0.73 - - [2026-04-30 04:07:36] "POST /neutron/network HTTP/1.1" 200 1122 0.008509 10.0.0.73 - - [2026-04-30 04:07:36] "POST /neutron/subnet HTTP/1.1" 200 1379 0.020111 10.0.0.73 - - [2026-04-30 04:07:36] "POST /neutron/network HTTP/1.1" 200 1112 0.014627 10.0.0.73 - - [2026-04-30 04:07:43] "POST /neutron/network HTTP/1.1" 200 938 0.007425 10.0.0.73 - - [2026-04-30 04:07:43] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.73 - - [2026-04-30 04:08:08] "POST /neutron/router HTTP/1.1" 200 344 0.231892 10.0.0.73 - - [2026-04-30 04:08:08] "POST /neutron/router HTTP/1.1" 200 598 0.007209 10.0.0.141 - - [2026-04-30 04:08:08] "GET /logical-router/b597e968-583b-422f-b85a-c3ee3c448941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.061461 10.0.0.141 - - [2026-04-30 04:08:09] "POST /ref-update HTTP/1.1" 200 156 0.017677 10.0.0.73 - - [2026-04-30 04:08:09] "POST /neutron/port HTTP/1.1" 200 1117 0.019539 10.0.0.73 - - [2026-04-30 04:08:10] "DELETE /instance-ip/6fbaba03-51aa-49ca-adfe-bc10c30695c8 HTTP/1.1" 200 115 0.047594 10.0.0.73 - - [2026-04-30 04:08:10] "DELETE /virtual-machine-interface/567b7d0f-0449-4332-889f-0e593b8c77dc HTTP/1.1" 200 115 0.079827 10.0.0.73 - - [2026-04-30 04:08:10] "POST /neutron/port HTTP/1.1" 200 151 0.231106 10.0.0.73 - - [2026-04-30 04:08:11] "DELETE /instance-ip/cf20bd28-b9e2-4c58-95ec-5c84e9e32680 HTTP/1.1" 200 115 0.052686 10.0.0.73 - - [2026-04-30 04:08:11] "DELETE /virtual-machine-interface/ee4339de-eca0-4bc5-b78b-a56fc6a16490 HTTP/1.1" 200 115 0.094593 10.0.0.73 - - [2026-04-30 04:08:11] "DELETE /instance-ip/290a673b-c9f6-4103-b039-368de259a0fd HTTP/1.1" 200 115 0.074303 10.0.0.73 - - [2026-04-30 04:08:11] "DELETE /virtual-machine-interface/d47ae28a-23e9-4553-965c-1389a89677cb HTTP/1.1" 200 115 0.093071 10.0.0.73 - - [2026-04-30 04:08:11] "POST /neutron/port HTTP/1.1" 200 1082 0.021001 10.0.0.141 - - [2026-04-30 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.33 - - [2026-04-30 04:08:12] "POST /useragent-kv HTTP/1.1" 200 115 0.070444 10.0.0.33 - - [2026-04-30 04:08:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003007 10.0.0.73 - - [2026-04-30 04:08:12] "POST /neutron/network HTTP/1.1" 200 151 0.213473 10.0.0.141 - - [2026-04-30 04:08:12] "DELETE /route-target/466b766f-384c-459c-be0a-98cc1d0c7949 HTTP/1.1" 200 115 0.031294 10.0.0.73 - - [2026-04-30 04:08:12] "POST /neutron/network HTTP/1.1" 200 827 0.009065 10.0.0.33 - - [2026-04-30 04:08:12] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001069 10.0.0.73 - - [2026-04-30 04:08:12] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.056197 10.0.0.33 - - [2026-04-30 04:08:12] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001729 10.0.0.73 - - [2026-04-30 04:08:12] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?fields=virtual_networks HTTP/1.1" 200 1040 0.050791 10.0.0.33 - - [2026-04-30 04:08:12] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001236 10.0.0.73 - - [2026-04-30 04:08:12] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.048589 10.0.0.33 - - [2026-04-30 04:08:12] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001481 10.0.0.73 - - [2026-04-30 04:08:12] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?fields=security_groups HTTP/1.1" 200 1270 0.042099 10.0.0.73 - - [2026-04-30 04:08:13] "POST /fqname-to-id HTTP/1.1" 404 187 0.030355 10.0.0.33 - - [2026-04-30 04:08:13] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003091 10.0.0.33 - - [2026-04-30 04:08:13] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001483 10.0.0.33 - - [2026-04-30 04:08:13] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008404 10.0.0.33 - - [2026-04-30 04:08:13] "POST /id-to-fqname HTTP/1.1" 200 189 0.003690 10.0.0.33 - - [2026-04-30 04:08:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.008410 10.0.0.33 - - [2026-04-30 04:08:13] "POST /security-groups HTTP/1.1" 200 590 0.033580 10.0.0.141 - - [2026-04-30 04:08:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.003131 10.0.0.33 - - [2026-04-30 04:08:14] "POST /projects HTTP/1.1" 200 583 0.260788 10.0.0.33 - - [2026-04-30 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.338022 10.0.0.141 - - [2026-04-30 04:08:14] "POST /access-control-lists HTTP/1.1" 200 593 0.041993 10.0.0.73 - - [2026-04-30 04:08:14] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.495286 10.0.0.33 - - [2026-04-30 04:08:14] "DELETE /project/9a62558feb6c43c59cf328e0f08a0e82 HTTP/1.1" 404 173 0.006711 10.0.0.33 - - [2026-04-30 04:08:14] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001034 10.0.0.33 - - [2026-04-30 04:08:14] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.048953 10.0.0.33 - - [2026-04-30 04:08:14] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001278 10.0.0.33 - - [2026-04-30 04:08:14] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?fields=security_groups HTTP/1.1" 200 1375 0.038664 10.0.0.73 - - [2026-04-30 04:08:14] "POST /neutron/port HTTP/1.1" 400 205 0.018177 10.0.0.33 - - [2026-04-30 04:08:14] "DELETE /security-group/0a2d1e69-89d7-4142-9717-efc06513e786 HTTP/1.1" 200 115 0.092520 10.0.0.33 - - [2026-04-30 04:08:14] "GET /projects?obj_uuids=4343c7cb-de72-405d-ba0d-f18b9b1722cd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001498 10.0.0.33 - - [2026-04-30 04:08:14] "GET /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd?fields=application_policy_sets HTTP/1.1" 200 1414 0.080088 10.0.0.33 - - [2026-04-30 04:08:15] "DELETE /project/4343c7cb-de72-405d-ba0d-f18b9b1722cd HTTP/1.1" 409 225 0.464987 10.0.0.73 - - [2026-04-30 04:08:15] "GET / HTTP/1.1" 200 35931 0.002503 10.0.0.73 - - [2026-04-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.73 - - [2026-04-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.057360 10.0.0.33 - - [2026-04-30 04:08:17] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001143 10.0.0.73 - - [2026-04-30 04:08:17] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.049930 10.0.0.73 - - [2026-04-30 04:08:17] "POST /neutron/network HTTP/1.1" 200 117 0.045053 10.0.0.141 - - [2026-04-30 04:08:18] "POST /route-targets HTTP/1.1" 200 327 0.019628 10.0.0.73 - - [2026-04-30 04:08:18] "POST /neutron/network HTTP/1.1" 200 822 0.014951 10.0.0.73 - - [2026-04-30 04:08:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001387 10.0.0.73 - - [2026-04-30 04:08:18] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007900 10.0.0.73 - - [2026-04-30 04:08:18] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005828 10.0.0.73 - - [2026-04-30 04:08:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.010755 10.0.0.73 - - [2026-04-30 04:08:19] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006447 10.0.0.73 - - [2026-04-30 04:08:19] "GET /obj-perms HTTP/1.1" 200 5028 0.066716 10.0.0.33 - - [2026-04-30 04:08:20] "GET /obj-perms HTTP/1.1" 200 5028 0.064353 10.0.0.73 - - [2026-04-30 04:08:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001609 10.0.0.33 - - [2026-04-30 04:08:21] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001173 10.0.0.73 - - [2026-04-30 04:08:21] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.073564 10.0.0.73 - - [2026-04-30 04:08:21] "POST /neutron/network HTTP/1.1" 200 822 0.277488 10.0.0.73 - - [2026-04-30 04:08:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001396 10.0.0.73 - - [2026-04-30 04:08:22] "POST /neutron/port HTTP/1.1" 200 4190 0.047668 10.0.0.33 - - [2026-04-30 04:08:22] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001199 10.0.0.73 - - [2026-04-30 04:08:22] "POST /neutron/port HTTP/1.1" 200 1058 0.327256 10.0.0.73 - - [2026-04-30 04:08:22] "POST /neutron/port HTTP/1.1" 200 1112 0.174902 10.0.0.73 - - [2026-04-30 04:08:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.011142 10.0.0.33 - - [2026-04-30 04:08:23] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001571 10.0.0.73 - - [2026-04-30 04:08:23] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.073211 10.0.0.73 - - [2026-04-30 04:08:23] "POST /neutron/network HTTP/1.1" 200 822 0.008766 10.0.0.73 - - [2026-04-30 04:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.007481 10.0.0.73 - - [2026-04-30 04:08:23] "POST /neutron/network HTTP/1.1" 200 832 0.008373 10.0.0.73 - - [2026-04-30 04:08:24] "POST /neutron/port HTTP/1.1" 200 1058 0.021699 10.0.0.73 - - [2026-04-30 04:08:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.73 - - [2026-04-30 04:08:24] "POST /neutron/network HTTP/1.1" 200 822 0.008331 10.0.0.73 - - [2026-04-30 04:08:28] "POST /neutron/port HTTP/1.1" 200 1122 0.019267 10.0.0.73 - - [2026-04-30 04:08:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010293 10.0.0.73 - - [2026-04-30 04:08:28] "GET /virtual-machine/9cb8c561-fb23-46b9-909f-193631878c54 HTTP/1.1" 401 292 0.000450 10.0.0.73 - - [2026-04-30 04:08:29] "GET /virtual-machine/9cb8c561-fb23-46b9-909f-193631878c54 HTTP/1.1" 200 1292 0.032849 10.0.0.73 - - [2026-04-30 04:08:29] "GET /virtual-machine-interface/6ac55aac-1974-4a42-8a10-6de5c4f7b51b HTTP/1.1" 200 2935 0.007058 10.0.0.73 - - [2026-04-30 04:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.73 - - [2026-04-30 04:08:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004510 10.0.0.73 - - [2026-04-30 04:08:29] "GET /virtual-networks?parent_id=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003587 10.0.0.73 - - [2026-04-30 04:08:29] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007090 10.0.0.73 - - [2026-04-30 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.73 - - [2026-04-30 04:08:32] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006397 10.0.0.73 - - [2026-04-30 04:08:36] "POST /neutron/network HTTP/1.1" 200 938 0.010915 10.0.0.73 - - [2026-04-30 04:08:36] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.73 - - [2026-04-30 04:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.73 - - [2026-04-30 04:08:36] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010713 10.0.0.73 - - [2026-04-30 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.73 - - [2026-04-30 04:08:40] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007676 10.0.0.73 - - [2026-04-30 04:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.73 - - [2026-04-30 04:08:44] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005712 10.0.0.73 - - [2026-04-30 04:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.73 - - [2026-04-30 04:08:48] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006348 10.0.0.73 - - [2026-04-30 04:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.73 - - [2026-04-30 04:08:52] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007132 10.0.0.73 - - [2026-04-30 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.73 - - [2026-04-30 04:08:56] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006215 10.0.0.73 - - [2026-04-30 04:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.73 - - [2026-04-30 04:09:01] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007440 10.0.0.73 - - [2026-04-30 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.73 - - [2026-04-30 04:09:05] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008599 10.0.0.73 - - [2026-04-30 04:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.73 - - [2026-04-30 04:09:09] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006502 10.0.0.73 - - [2026-04-30 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.73 - - [2026-04-30 04:09:13] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006386 10.0.0.73 - - [2026-04-30 04:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.73 - - [2026-04-30 04:09:17] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006255 10.0.0.73 - - [2026-04-30 04:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.73 - - [2026-04-30 04:09:21] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006650 10.0.0.141 - - [2026-04-30 04:09:22] "GET /obj-perms HTTP/1.1" 200 5056 0.055486 10.0.0.73 - - [2026-04-30 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.73 - - [2026-04-30 04:09:25] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006501 10.0.0.73 - - [2026-04-30 04:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.73 - - [2026-04-30 04:09:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004587 10.0.0.73 - - [2026-04-30 04:09:27] "GET /virtual-networks?parent_id=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003936 10.0.0.73 - - [2026-04-30 04:09:27] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006729 10.0.0.73 - - [2026-04-30 04:09:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008842 10.0.0.73 - - [2026-04-30 04:09:38] "POST /neutron/port HTTP/1.1" 200 1122 0.022469 10.0.0.73 - - [2026-04-30 04:09:39] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007710 10.0.0.73 - - [2026-04-30 04:09:43] "POST /neutron/port HTTP/1.1" 200 1122 0.023882 10.0.0.73 - - [2026-04-30 04:09:44] "POST /neutron/port HTTP/1.1" 200 1217 0.024161 10.0.0.73 - - [2026-04-30 04:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005141 10.0.0.73 - - [2026-04-30 04:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.73 - - [2026-04-30 04:09:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011162 10.0.0.73 - - [2026-04-30 04:09:53] "POST /neutron/port HTTP/1.1" 200 1122 0.024254 10.0.0.73 - - [2026-04-30 04:09:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008367 10.0.0.73 - - [2026-04-30 04:09:54] "GET /virtual-machine/6ef126ed-997c-4e5e-a414-503dfc8ec250 HTTP/1.1" 200 1291 0.007742 10.0.0.73 - - [2026-04-30 04:09:54] "GET /virtual-machine-interface/0fa11832-c9f9-41d0-b244-f8fad3c120d2 HTTP/1.1" 200 2936 0.006242 10.0.0.73 - - [2026-04-30 04:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.73 - - [2026-04-30 04:09:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004565 10.0.0.73 - - [2026-04-30 04:09:54] "GET /virtual-networks?parent_id=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004413 10.0.0.73 - - [2026-04-30 04:09:54] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007463 10.0.0.73 - - [2026-04-30 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.73 - - [2026-04-30 04:09:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004412 10.0.0.73 - - [2026-04-30 04:09:55] "GET /virtual-networks?parent_id=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003003 10.0.0.73 - - [2026-04-30 04:09:55] "GET /virtual-network/146ee3f9-4ada-4d23-a687-59c38bcabd84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007760 10.0.0.73 - - [2026-04-30 04:10:38] "POST /neutron/network HTTP/1.1" 200 1122 0.035710 10.0.0.73 - - [2026-04-30 04:10:38] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019549 10.0.0.73 - - [2026-04-30 04:10:38] "POST /neutron/network HTTP/1.1" 200 1112 0.012813 10.0.0.73 - - [2026-04-30 04:10:45] "POST /neutron/network HTTP/1.1" 200 938 0.033758 10.0.0.73 - - [2026-04-30 04:10:45] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.141 - - [2026-04-30 04:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.141 - - [2026-04-30 04:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.141 - - [2026-04-30 04:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.141 - - [2026-04-30 04:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.73 - - [2026-04-30 04:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.73 - - [2026-04-30 04:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.33 - - [2026-04-30 04:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.33 - - [2026-04-30 04:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.73 - - [2026-04-30 04:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.73 - - [2026-04-30 04:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.33 - - [2026-04-30 04:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001786 10.0.0.33 - - [2026-04-30 04:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.33 - - [2026-04-30 04:11:24] "GET /obj-perms HTTP/1.1" 200 5056 0.054342 10.0.0.73 - - [2026-04-30 04:11:25] "POST /neutron/network HTTP/1.1" 400 204 0.017170 10.0.0.73 - - [2026-04-30 04:11:26] "POST /neutron/port HTTP/1.1" 200 1112 0.027890 10.0.0.73 - - [2026-04-30 04:11:26] "POST /neutron/port HTTP/1.1" 200 151 0.306200 10.0.0.141 - - [2026-04-30 04:11:27] "DELETE /route-target/53198586-b1b5-41b7-9de6-8aac2a5c8f43 HTTP/1.1" 200 115 0.078608 10.0.0.33 - - [2026-04-30 04:11:29] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001314 10.0.0.73 - - [2026-04-30 04:11:29] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.082755 10.0.0.33 - - [2026-04-30 04:11:29] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001129 10.0.0.73 - - [2026-04-30 04:11:29] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?fields=virtual_networks HTTP/1.1" 200 1031 0.043908 10.0.0.33 - - [2026-04-30 04:11:29] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001184 10.0.0.73 - - [2026-04-30 04:11:29] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043631 10.0.0.33 - - [2026-04-30 04:11:29] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001516 10.0.0.73 - - [2026-04-30 04:11:29] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?fields=security_groups HTTP/1.1" 200 1256 0.051232 10.0.0.73 - - [2026-04-30 04:11:30] "POST /fqname-to-id HTTP/1.1" 404 187 0.030469 10.0.0.33 - - [2026-04-30 04:11:30] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004023 10.0.0.33 - - [2026-04-30 04:11:30] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001811 10.0.0.33 - - [2026-04-30 04:11:30] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038842 10.0.0.33 - - [2026-04-30 04:11:30] "POST /id-to-fqname HTTP/1.1" 200 189 0.005846 10.0.0.33 - - [2026-04-30 04:11:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.004993 10.0.0.33 - - [2026-04-30 04:11:30] "POST /security-groups HTTP/1.1" 200 590 0.077673 10.0.0.33 - - [2026-04-30 04:11:30] "POST /projects HTTP/1.1" 200 583 0.312429 10.0.0.33 - - [2026-04-30 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.384442 10.0.0.141 - - [2026-04-30 04:11:30] "POST /fqname-to-id HTTP/1.1" 404 232 0.013374 10.0.0.73 - - [2026-04-30 04:11:31] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.581209 10.0.0.73 - - [2026-04-30 04:11:32] "GET / HTTP/1.1" 200 35931 0.001825 10.0.0.73 - - [2026-04-30 04:11:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.73 - - [2026-04-30 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.092008 10.0.0.33 - - [2026-04-30 04:11:34] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001195 10.0.0.73 - - [2026-04-30 04:11:34] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.049521 10.0.0.73 - - [2026-04-30 04:11:34] "POST /neutron/network HTTP/1.1" 200 117 0.048947 10.0.0.141 - - [2026-04-30 04:11:34] "POST /ref-update HTTP/1.1" 200 156 0.028499 10.0.0.73 - - [2026-04-30 04:11:34] "POST /neutron/network HTTP/1.1" 200 824 0.009613 10.0.0.73 - - [2026-04-30 04:11:34] "POST /id-to-fqname HTTP/1.1" 200 219 0.001480 10.0.0.73 - - [2026-04-30 04:11:34] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008687 10.0.0.73 - - [2026-04-30 04:11:34] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005798 10.0.0.73 - - [2026-04-30 04:11:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.011590 10.0.0.73 - - [2026-04-30 04:11:35] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005730 10.0.0.73 - - [2026-04-30 04:11:36] "GET /obj-perms HTTP/1.1" 200 5028 0.059125 10.0.0.73 - - [2026-04-30 04:11:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.001570 10.0.0.33 - - [2026-04-30 04:11:37] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001132 10.0.0.73 - - [2026-04-30 04:11:37] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.081322 10.0.0.73 - - [2026-04-30 04:11:37] "POST /neutron/network HTTP/1.1" 200 824 0.007161 10.0.0.73 - - [2026-04-30 04:11:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001416 10.0.0.73 - - [2026-04-30 04:11:38] "POST /neutron/port HTTP/1.1" 200 4190 0.042600 10.0.0.33 - - [2026-04-30 04:11:38] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001666 10.0.0.73 - - [2026-04-30 04:11:38] "POST /neutron/port HTTP/1.1" 200 1060 0.320290 10.0.0.73 - - [2026-04-30 04:11:39] "POST /neutron/port HTTP/1.1" 200 1114 0.118684 10.0.0.33 - - [2026-04-30 04:11:39] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001195 10.0.0.73 - - [2026-04-30 04:11:39] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.073180 10.0.0.73 - - [2026-04-30 04:11:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004253 10.0.0.73 - - [2026-04-30 04:11:39] "POST /neutron/network HTTP/1.1" 200 824 0.007554 10.0.0.73 - - [2026-04-30 04:11:39] "POST /neutron/port HTTP/1.1" 200 117 0.007604 10.0.0.73 - - [2026-04-30 04:11:39] "POST /neutron/network HTTP/1.1" 200 834 0.007871 10.0.0.73 - - [2026-04-30 04:11:40] "POST /neutron/port HTTP/1.1" 200 1108 0.030339 10.0.0.73 - - [2026-04-30 04:11:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004550 10.0.0.73 - - [2026-04-30 04:11:40] "POST /neutron/port HTTP/1.1" 200 1114 0.127768 10.0.0.73 - - [2026-04-30 04:11:40] "POST /neutron/port HTTP/1.1" 200 1124 0.021878 10.0.0.73 - - [2026-04-30 04:11:40] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.73 - - [2026-04-30 04:11:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009173 10.0.0.73 - - [2026-04-30 04:11:45] "POST /neutron/port HTTP/1.1" 200 1124 0.020576 10.0.0.73 - - [2026-04-30 04:11:45] "GET /virtual-machine/a897c88f-206d-4c7b-987d-62cbe101c2dc HTTP/1.1" 401 292 0.000536 10.0.0.73 - - [2026-04-30 04:11:45] "GET /virtual-machine/a897c88f-206d-4c7b-987d-62cbe101c2dc HTTP/1.1" 200 1292 0.033471 10.0.0.73 - - [2026-04-30 04:11:45] "GET /virtual-machine-interface/18b2df80-2bbc-4f25-be25-a235ef1f7545 HTTP/1.1" 200 2936 0.007349 10.0.0.73 - - [2026-04-30 04:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.73 - - [2026-04-30 04:11:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004293 10.0.0.73 - - [2026-04-30 04:11:45] "GET /virtual-networks?parent_id=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003099 10.0.0.73 - - [2026-04-30 04:11:45] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006783 10.0.0.73 - - [2026-04-30 04:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.73 - - [2026-04-30 04:11:48] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008906 10.0.0.73 - - [2026-04-30 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.73 - - [2026-04-30 04:11:52] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006428 10.0.0.73 - - [2026-04-30 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.73 - - [2026-04-30 04:11:56] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006761 10.0.0.73 - - [2026-04-30 04:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.73 - - [2026-04-30 04:12:00] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008297 10.0.0.73 - - [2026-04-30 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006650 10.0.0.73 - - [2026-04-30 04:12:04] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006388 10.0.0.73 - - [2026-04-30 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.73 - - [2026-04-30 04:12:09] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007315 10.0.0.73 - - [2026-04-30 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.73 - - [2026-04-30 04:12:13] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005910 10.0.0.33 - - [2026-04-30 04:12:15] "DELETE /project/db9034c7bcd146b1a4f0da9f5bc08a64 HTTP/1.1" 404 173 0.004358 10.0.0.33 - - [2026-04-30 04:12:15] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000927 10.0.0.33 - - [2026-04-30 04:12:15] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.043578 10.0.0.33 - - [2026-04-30 04:12:15] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001454 10.0.0.33 - - [2026-04-30 04:12:15] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?fields=security_groups HTTP/1.1" 200 1361 0.052495 10.0.0.33 - - [2026-04-30 04:12:15] "DELETE /security-group/271c1720-093b-46d3-9baf-ee55053ae140 HTTP/1.1" 200 115 0.059992 10.0.0.33 - - [2026-04-30 04:12:15] "GET /projects?obj_uuids=9a62558f-eb6c-43c5-9cf3-28e0f08a0e82&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002243 10.0.0.33 - - [2026-04-30 04:12:15] "GET /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82?fields=application_policy_sets HTTP/1.1" 200 1400 0.086999 10.0.0.33 - - [2026-04-30 04:12:15] "DELETE /project/9a62558f-eb6c-43c5-9cf3-28e0f08a0e82 HTTP/1.1" 409 225 0.424196 10.0.0.73 - - [2026-04-30 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.73 - - [2026-04-30 04:12:17] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005993 10.0.0.73 - - [2026-04-30 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.73 - - [2026-04-30 04:12:21] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006323 10.0.0.141 - - [2026-04-30 04:12:25] "GET /obj-perms HTTP/1.1" 200 5056 0.069792 10.0.0.73 - - [2026-04-30 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008429 10.0.0.73 - - [2026-04-30 04:12:25] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006676 10.0.0.73 - - [2026-04-30 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.73 - - [2026-04-30 04:12:29] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006769 10.0.0.73 - - [2026-04-30 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.73 - - [2026-04-30 04:12:31] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004376 10.0.0.73 - - [2026-04-30 04:12:31] "GET /virtual-networks?parent_id=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004086 10.0.0.73 - - [2026-04-30 04:12:31] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006963 10.0.0.73 - - [2026-04-30 04:12:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009266 10.0.0.73 - - [2026-04-30 04:12:42] "POST /neutron/port HTTP/1.1" 200 1217 0.022789 10.0.0.73 - - [2026-04-30 04:12:42] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008735 10.0.0.73 - - [2026-04-30 04:12:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003973 10.0.0.73 - - [2026-04-30 04:12:42] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.73 - - [2026-04-30 04:12:45] "POST /neutron/port HTTP/1.1" 200 1217 0.024038 10.0.0.73 - - [2026-04-30 04:12:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.73 - - [2026-04-30 04:12:45] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.73 - - [2026-04-30 04:12:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.039365 10.0.0.73 - - [2026-04-30 04:12:52] "POST /neutron/port HTTP/1.1" 200 1124 0.020276 10.0.0.73 - - [2026-04-30 04:12:57] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011431 10.0.0.73 - - [2026-04-30 04:12:57] "POST /neutron/port HTTP/1.1" 200 1124 0.025648 10.0.0.73 - - [2026-04-30 04:12:58] "GET /virtual-machine/d3349647-18a2-4daa-bee7-0c17403c8bd5 HTTP/1.1" 200 1292 0.007872 10.0.0.73 - - [2026-04-30 04:12:58] "GET /virtual-machine-interface/efd5f77b-cdfa-4792-94e7-7200dcbeff20 HTTP/1.1" 200 2937 0.005996 10.0.0.73 - - [2026-04-30 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.73 - - [2026-04-30 04:12:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004853 10.0.0.73 - - [2026-04-30 04:12:58] "GET /virtual-networks?parent_id=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004791 10.0.0.73 - - [2026-04-30 04:12:58] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006668 10.0.0.73 - - [2026-04-30 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.73 - - [2026-04-30 04:12:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004035 10.0.0.73 - - [2026-04-30 04:12:59] "GET /virtual-networks?parent_id=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004906 10.0.0.73 - - [2026-04-30 04:12:59] "GET /virtual-network/ac7cbc6f-f828-4095-9b44-5fbfedd5453d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007211 10.0.0.73 - - [2026-04-30 04:12:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009724 10.0.0.73 - - [2026-04-30 04:13:04] "POST /neutron/port HTTP/1.1" 200 1124 0.024703 10.0.0.73 - - [2026-04-30 04:13:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009355 10.0.0.73 - - [2026-04-30 04:13:42] "POST /neutron/network HTTP/1.1" 200 938 0.008195 10.0.0.73 - - [2026-04-30 04:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.73 - - [2026-04-30 04:13:46] "POST /neutron/port HTTP/1.1" 200 1108 0.023588 10.0.0.73 - - [2026-04-30 04:13:46] "POST /neutron/subnet HTTP/1.1" 200 704 0.010602 10.0.0.73 - - [2026-04-30 04:14:12] "POST /neutron/network HTTP/1.1" 200 824 0.008276 10.0.0.73 - - [2026-04-30 04:14:13] "POST /neutron/port HTTP/1.1" 200 1114 0.017718 10.0.0.73 - - [2026-04-30 04:14:13] "POST /neutron/port HTTP/1.1" 200 1114 0.014085 10.0.0.141 - - [2026-04-30 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006743 10.0.0.33 - - [2026-04-30 04:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.081986 10.0.0.33 - - [2026-04-30 04:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002890 10.0.0.73 - - [2026-04-30 04:14:15] "POST /neutron/network HTTP/1.1" 200 151 0.225038 10.0.0.33 - - [2026-04-30 04:14:16] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001177 10.0.0.73 - - [2026-04-30 04:14:16] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.041951 10.0.0.33 - - [2026-04-30 04:14:16] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001170 10.0.0.73 - - [2026-04-30 04:14:16] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?fields=virtual_networks HTTP/1.1" 200 1031 0.054640 10.0.0.33 - - [2026-04-30 04:14:16] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001265 10.0.0.73 - - [2026-04-30 04:14:16] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.057219 10.0.0.33 - - [2026-04-30 04:14:16] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001384 10.0.0.73 - - [2026-04-30 04:14:16] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?fields=security_groups HTTP/1.1" 200 1256 0.054158 10.0.0.33 - - [2026-04-30 04:14:26] "GET /obj-perms HTTP/1.1" 200 5056 0.055463 10.0.0.73 - - [2026-04-30 04:14:31] "GET / HTTP/1.1" 200 35931 0.002961 10.0.0.73 - - [2026-04-30 04:14:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.73 - - [2026-04-30 04:14:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.073769 10.0.0.33 - - [2026-04-30 04:14:33] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003556 10.0.0.33 - - [2026-04-30 04:14:33] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001440 10.0.0.33 - - [2026-04-30 04:14:33] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009789 10.0.0.33 - - [2026-04-30 04:14:33] "POST /id-to-fqname HTTP/1.1" 200 203 0.009220 10.0.0.33 - - [2026-04-30 04:14:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.007053 10.0.0.33 - - [2026-04-30 04:14:33] "POST /security-groups HTTP/1.1" 200 604 0.081506 10.0.0.33 - - [2026-04-30 04:14:33] "POST /projects HTTP/1.1" 200 611 0.313312 10.0.0.141 - - [2026-04-30 04:14:33] "POST /access-control-lists HTTP/1.1" 200 609 0.034292 10.0.0.33 - - [2026-04-30 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.395383 10.0.0.73 - - [2026-04-30 04:14:33] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.563844 10.0.0.73 - - [2026-04-30 04:14:34] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.73 - - [2026-04-30 04:14:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.73 - - [2026-04-30 04:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.069422 10.0.0.33 - - [2026-04-30 04:14:35] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001616 10.0.0.73 - - [2026-04-30 04:14:35] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.059137 10.0.0.141 - - [2026-04-30 04:14:36] "POST /route-targets HTTP/1.1" 200 327 0.019879 10.0.0.33 - - [2026-04-30 04:14:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007543 10.0.0.73 - - [2026-04-30 04:14:36] "POST /neutron/subnet HTTP/1.1" 200 719 0.301783 10.0.0.73 - - [2026-04-30 04:14:36] "POST /id-to-fqname HTTP/1.1" 200 234 0.001380 10.0.0.73 - - [2026-04-30 04:14:36] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006543 10.0.0.73 - - [2026-04-30 04:14:36] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006279 10.0.0.73 - - [2026-04-30 04:14:36] "POST /neutron/network HTTP/1.1" 200 838 0.009232 10.0.0.73 - - [2026-04-30 04:14:36] "POST /id-to-fqname HTTP/1.1" 200 234 0.001580 10.0.0.73 - - [2026-04-30 04:14:37] "POST /neutron/network HTTP/1.1" 200 848 0.007299 10.0.0.33 - - [2026-04-30 04:14:37] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001266 10.0.0.73 - - [2026-04-30 04:14:37] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.094183 10.0.0.73 - - [2026-04-30 04:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.006690 10.0.0.73 - - [2026-04-30 04:14:38] "POST /id-to-fqname HTTP/1.1" 200 234 0.001212 10.0.0.73 - - [2026-04-30 04:14:38] "POST /neutron/network HTTP/1.1" 200 848 0.013205 10.0.0.73 - - [2026-04-30 04:14:39] "POST /neutron/port HTTP/1.1" 200 1072 0.023367 10.0.0.73 - - [2026-04-30 04:14:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.33 - - [2026-04-30 04:14:39] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001536 10.0.0.73 - - [2026-04-30 04:14:39] "POST /neutron/network HTTP/1.1" 200 838 0.009597 10.0.0.73 - - [2026-04-30 04:14:39] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.086755 10.0.0.73 - - [2026-04-30 04:14:39] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009315 10.0.0.33 - - [2026-04-30 04:14:40] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001327 10.0.0.73 - - [2026-04-30 04:14:40] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010438 10.0.0.73 - - [2026-04-30 04:14:40] "POST /neutron/port HTTP/1.1" 200 1072 0.351124 10.0.0.73 - - [2026-04-30 04:14:40] "POST /neutron/port HTTP/1.1" 200 1126 0.129277 10.0.0.73 - - [2026-04-30 04:14:40] "POST /neutron/subnet HTTP/1.1" 200 693 0.009799 10.0.0.73 - - [2026-04-30 04:14:41] "GET /obj-perms HTTP/1.1" 200 5056 0.052150 10.0.0.73 - - [2026-04-30 04:14:41] "POST /neutron/port HTTP/1.1" 200 1136 0.022979 10.0.0.73 - - [2026-04-30 04:14:42] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008002 10.0.0.73 - - [2026-04-30 04:14:42] "GET /virtual-machine/07b74710-b4ca-4908-8fbe-159de70c38fb HTTP/1.1" 401 292 0.000459 10.0.0.73 - - [2026-04-30 04:14:42] "GET /virtual-machine/07b74710-b4ca-4908-8fbe-159de70c38fb HTTP/1.1" 200 1304 0.032495 10.0.0.73 - - [2026-04-30 04:14:42] "GET /virtual-machine-interface/0ce096fc-2c00-4466-85fb-2a05dc61aa00 HTTP/1.1" 200 3007 0.006603 10.0.0.73 - - [2026-04-30 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.73 - - [2026-04-30 04:14:42] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004315 10.0.0.73 - - [2026-04-30 04:14:42] "GET /virtual-networks?parent_id=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003742 10.0.0.73 - - [2026-04-30 04:14:42] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006354 10.0.0.73 - - [2026-04-30 04:14:44] "POST /neutron/port HTTP/1.1" 200 1217 0.019618 10.0.0.73 - - [2026-04-30 04:14:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004051 10.0.0.73 - - [2026-04-30 04:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.73 - - [2026-04-30 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.73 - - [2026-04-30 04:14:45] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.010645 10.0.0.73 - - [2026-04-30 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.73 - - [2026-04-30 04:14:49] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005658 10.0.0.73 - - [2026-04-30 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.73 - - [2026-04-30 04:14:53] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006542 10.0.0.73 - - [2026-04-30 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.73 - - [2026-04-30 04:14:57] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007044 10.0.0.73 - - [2026-04-30 04:15:01] "POST /neutron/port HTTP/1.1" 200 1136 0.030758 10.0.0.73 - - [2026-04-30 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.73 - - [2026-04-30 04:15:01] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007331 10.0.0.73 - - [2026-04-30 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.73 - - [2026-04-30 04:15:04] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004877 10.0.0.73 - - [2026-04-30 04:15:04] "GET /virtual-networks?parent_id=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004265 10.0.0.73 - - [2026-04-30 04:15:04] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007223 10.0.0.73 - - [2026-04-30 04:15:04] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009413 10.0.0.73 - - [2026-04-30 04:15:09] "POST /neutron/port HTTP/1.1" 200 1136 0.022314 10.0.0.73 - - [2026-04-30 04:15:14] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009886 10.0.0.73 - - [2026-04-30 04:15:14] "POST /neutron/port HTTP/1.1" 200 1136 0.022645 10.0.0.73 - - [2026-04-30 04:15:14] "GET /virtual-machine/3dc173b0-05fb-4b0e-8086-3aca3ad91f8a HTTP/1.1" 200 1304 0.007449 10.0.0.73 - - [2026-04-30 04:15:14] "GET /virtual-machine-interface/d15e5559-b33c-4719-9373-47c965bf2d4b HTTP/1.1" 200 3010 0.006088 10.0.0.73 - - [2026-04-30 04:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.73 - - [2026-04-30 04:15:14] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005518 10.0.0.73 - - [2026-04-30 04:15:14] "GET /virtual-networks?parent_id=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003067 10.0.0.73 - - [2026-04-30 04:15:14] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006745 10.0.0.33 - - [2026-04-30 04:15:15] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001070 10.0.0.33 - - [2026-04-30 04:15:15] "DELETE /project/92d0ba15e05e478db14875c675c5ab0c HTTP/1.1" 404 173 0.010634 10.0.0.73 - - [2026-04-30 04:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.73 - - [2026-04-30 04:15:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003777 10.0.0.73 - - [2026-04-30 04:15:15] "GET /virtual-networks?parent_id=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003718 10.0.0.33 - - [2026-04-30 04:15:15] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.056792 10.0.0.33 - - [2026-04-30 04:15:15] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001023 10.0.0.73 - - [2026-04-30 04:15:15] "GET /virtual-network/4c1c07cc-3c1d-49f4-b637-e343cbe97932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006329 10.0.0.33 - - [2026-04-30 04:15:15] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?fields=security_groups HTTP/1.1" 200 1361 0.053570 10.0.0.73 - - [2026-04-30 04:15:16] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007048 10.0.0.33 - - [2026-04-30 04:15:16] "DELETE /security-group/52c28a8d-b0b5-4586-8070-80837064c11c HTTP/1.1" 200 115 0.064870 10.0.0.33 - - [2026-04-30 04:15:16] "GET /projects?obj_uuids=db9034c7-bcd1-46b1-a4f0-da9f5bc08a64&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001141 10.0.0.33 - - [2026-04-30 04:15:16] "GET /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64?fields=application_policy_sets HTTP/1.1" 200 1400 0.066374 10.0.0.141 - - [2026-04-30 04:15:16] "DELETE /access-control-list/0fd93b51-ee3f-4838-ae20-3c240a1409b7 HTTP/1.1" 200 115 0.061721 10.0.0.33 - - [2026-04-30 04:15:16] "DELETE /project/db9034c7-bcd1-46b1-a4f0-da9f5bc08a64 HTTP/1.1" 200 115 0.501472 10.0.0.73 - - [2026-04-30 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.73 - - [2026-04-30 04:15:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004338 10.0.0.73 - - [2026-04-30 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005426 10.0.0.73 - - [2026-04-30 04:15:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005158 10.0.0.73 - - [2026-04-30 04:15:27] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.014072 10.0.0.141 - - [2026-04-30 04:15:27] "GET /obj-perms HTTP/1.1" 200 5056 0.052913 10.0.0.73 - - [2026-04-30 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.73 - - [2026-04-30 04:15:38] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004964 10.0.0.73 - - [2026-04-30 04:15:38] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.015324 10.0.0.73 - - [2026-04-30 04:15:46] "POST /neutron/port HTTP/1.1" 200 1108 0.064679 10.0.0.73 - - [2026-04-30 04:15:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005216 10.0.0.73 - - [2026-04-30 04:15:46] "POST /neutron/network HTTP/1.1" 200 928 0.007574 10.0.0.73 - - [2026-04-30 04:15:48] "POST /neutron/network HTTP/1.1" 200 1122 0.034647 10.0.0.73 - - [2026-04-30 04:15:49] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019255 10.0.0.73 - - [2026-04-30 04:15:49] "POST /neutron/network HTTP/1.1" 200 1112 0.011565 10.0.0.141 - - [2026-04-30 04:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000752 10.0.0.141 - - [2026-04-30 04:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.141 - - [2026-04-30 04:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.141 - - [2026-04-30 04:16:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.73 - - [2026-04-30 04:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.73 - - [2026-04-30 04:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.33 - - [2026-04-30 04:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2026-04-30 04:16:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.73 - - [2026-04-30 04:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001272 10.0.0.73 - - [2026-04-30 04:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.33 - - [2026-04-30 04:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.33 - - [2026-04-30 04:16:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.73 - - [2026-04-30 04:16:29] "POST /neutron/port HTTP/1.1" 200 1136 0.019022 10.0.0.73 - - [2026-04-30 04:16:29] "POST /neutron/port HTTP/1.1" 200 151 0.250304 10.0.0.73 - - [2026-04-30 04:16:30] "POST /neutron/network HTTP/1.1" 200 838 0.008586 10.0.0.33 - - [2026-04-30 04:16:31] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001037 10.0.0.73 - - [2026-04-30 04:16:31] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.076108 10.0.0.33 - - [2026-04-30 04:16:31] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001279 10.0.0.73 - - [2026-04-30 04:16:31] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?fields=virtual_networks HTTP/1.1" 200 1059 0.075131 10.0.0.33 - - [2026-04-30 04:16:31] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001938 10.0.0.73 - - [2026-04-30 04:16:31] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.053308 10.0.0.33 - - [2026-04-30 04:16:31] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001166 10.0.0.73 - - [2026-04-30 04:16:31] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?fields=security_groups HTTP/1.1" 200 1298 0.052306 10.0.0.73 - - [2026-04-30 04:16:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.028443 10.0.0.33 - - [2026-04-30 04:16:32] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004948 10.0.0.33 - - [2026-04-30 04:16:32] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.33 - - [2026-04-30 04:16:32] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040138 10.0.0.33 - - [2026-04-30 04:16:32] "POST /id-to-fqname HTTP/1.1" 200 209 0.001475 10.0.0.33 - - [2026-04-30 04:16:32] "POST /fqname-to-id HTTP/1.1" 404 217 0.007942 10.0.0.33 - - [2026-04-30 04:16:32] "POST /security-groups HTTP/1.1" 200 609 0.044012 10.0.0.33 - - [2026-04-30 04:16:32] "POST /projects HTTP/1.1" 200 621 0.271585 10.0.0.141 - - [2026-04-30 04:16:32] "POST /fqname-to-id HTTP/1.1" 404 252 0.045974 10.0.0.33 - - [2026-04-30 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.342753 10.0.0.73 - - [2026-04-30 04:16:33] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.544939 10.0.0.141 - - [2026-04-30 04:16:33] "POST /access-control-lists HTTP/1.1" 200 612 0.071502 10.0.0.73 - - [2026-04-30 04:16:34] "GET / HTTP/1.1" 200 35931 0.002697 10.0.0.73 - - [2026-04-30 04:16:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.73 - - [2026-04-30 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.058703 10.0.0.33 - - [2026-04-30 04:16:35] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001223 10.0.0.73 - - [2026-04-30 04:16:35] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.055551 10.0.0.33 - - [2026-04-30 04:16:35] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001396 10.0.0.73 - - [2026-04-30 04:16:35] "POST /neutron/network HTTP/1.1" 200 625 0.161052 10.0.0.73 - - [2026-04-30 04:16:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.005824 10.0.0.73 - - [2026-04-30 04:16:35] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006596 10.0.0.73 - - [2026-04-30 04:16:35] "POST /neutron/network HTTP/1.1" 200 843 0.027439 10.0.0.73 - - [2026-04-30 04:16:35] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008273 10.0.0.73 - - [2026-04-30 04:16:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.001343 10.0.0.73 - - [2026-04-30 04:16:35] "POST /neutron/port HTTP/1.1" 200 4190 0.043136 10.0.0.33 - - [2026-04-30 04:16:36] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001044 10.0.0.73 - - [2026-04-30 04:16:36] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.088479 10.0.0.73 - - [2026-04-30 04:16:37] "POST /neutron/port HTTP/1.1" 200 4190 0.050967 10.0.0.73 - - [2026-04-30 04:16:37] "POST /id-to-fqname HTTP/1.1" 200 239 0.001565 10.0.0.73 - - [2026-04-30 04:16:37] "POST /neutron/network HTTP/1.1" 200 853 0.007227 10.0.0.73 - - [2026-04-30 04:16:38] "POST /neutron/port HTTP/1.1" 200 1077 0.087935 10.0.0.33 - - [2026-04-30 04:16:38] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001474 10.0.0.73 - - [2026-04-30 04:16:38] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.125021 10.0.0.73 - - [2026-04-30 04:16:38] "POST /neutron/port HTTP/1.1" 200 1141 0.025707 10.0.0.73 - - [2026-04-30 04:16:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.012414 10.0.0.73 - - [2026-04-30 04:16:38] "POST /neutron/port HTTP/1.1" 200 5178 0.080045 10.0.0.73 - - [2026-04-30 04:16:39] "POST /neutron/network HTTP/1.1" 200 853 0.007736 10.0.0.73 - - [2026-04-30 04:16:39] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006751 10.0.0.73 - - [2026-04-30 04:16:39] "POST /neutron/port HTTP/1.1" 200 1077 0.025484 10.0.0.73 - - [2026-04-30 04:16:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004555 10.0.0.73 - - [2026-04-30 04:16:40] "GET /obj-perms HTTP/1.1" 200 5066 0.070151 10.0.0.73 - - [2026-04-30 04:16:40] "POST /neutron/network HTTP/1.1" 200 843 0.010206 10.0.0.33 - - [2026-04-30 04:16:40] "GET /obj-perms HTTP/1.1" 200 5066 0.066365 10.0.0.73 - - [2026-04-30 04:16:41] "POST /neutron/port HTTP/1.1" 200 1141 0.020559 10.0.0.73 - - [2026-04-30 04:16:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008795 10.0.0.73 - - [2026-04-30 04:16:41] "GET /virtual-machine/7712108f-0da3-462b-9010-5ffe5860c165 HTTP/1.1" 401 292 0.000562 10.0.0.73 - - [2026-04-30 04:16:41] "GET /virtual-machine/7712108f-0da3-462b-9010-5ffe5860c165 HTTP/1.1" 200 1310 0.037853 10.0.0.73 - - [2026-04-30 04:16:41] "GET /virtual-machine-interface/e3851f92-0d00-4aeb-b89a-c9601e3dbaec HTTP/1.1" 200 3035 0.006136 10.0.0.73 - - [2026-04-30 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.73 - - [2026-04-30 04:16:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004111 10.0.0.73 - - [2026-04-30 04:16:41] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003295 10.0.0.73 - - [2026-04-30 04:16:41] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007058 10.0.0.73 - - [2026-04-30 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.73 - - [2026-04-30 04:16:44] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006610 10.0.0.73 - - [2026-04-30 04:16:48] "POST /neutron/network HTTP/1.1" 200 1122 0.007942 10.0.0.73 - - [2026-04-30 04:16:48] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014078 10.0.0.73 - - [2026-04-30 04:16:48] "POST /neutron/network HTTP/1.1" 200 1112 0.009520 10.0.0.73 - - [2026-04-30 04:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.73 - - [2026-04-30 04:16:48] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006471 10.0.0.73 - - [2026-04-30 04:16:50] "POST /neutron/network HTTP/1.1" 200 938 0.016364 10.0.0.73 - - [2026-04-30 04:16:50] "POST /neutron/port HTTP/1.1" 200 117 0.001347 10.0.0.73 - - [2026-04-30 04:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.73 - - [2026-04-30 04:16:53] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006259 10.0.0.73 - - [2026-04-30 04:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.73 - - [2026-04-30 04:16:57] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007459 10.0.0.73 - - [2026-04-30 04:16:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007931 10.0.0.73 - - [2026-04-30 04:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.73 - - [2026-04-30 04:17:01] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004583 10.0.0.73 - - [2026-04-30 04:17:01] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004630 10.0.0.73 - - [2026-04-30 04:17:01] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007256 10.0.0.73 - - [2026-04-30 04:17:03] "POST /neutron/port HTTP/1.1" 200 1141 0.023889 10.0.0.73 - - [2026-04-30 04:17:06] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008713 10.0.0.33 - - [2026-04-30 04:17:16] "DELETE /project/d2084995b39645f7ac32f931c0a4fc18 HTTP/1.1" 404 173 0.006657 10.0.0.33 - - [2026-04-30 04:17:16] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001027 10.0.0.33 - - [2026-04-30 04:17:16] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.060280 10.0.0.33 - - [2026-04-30 04:17:16] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001915 10.0.0.33 - - [2026-04-30 04:17:16] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?fields=security_groups HTTP/1.1" 200 1403 0.051862 10.0.0.33 - - [2026-04-30 04:17:16] "DELETE /security-group/a969c8ac-82b1-4665-aec7-4fb9daa6b454 HTTP/1.1" 200 115 0.108791 10.0.0.33 - - [2026-04-30 04:17:16] "GET /projects?obj_uuids=92d0ba15-e05e-478d-b148-75c675c5ab0c&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001347 10.0.0.141 - - [2026-04-30 04:17:16] "DELETE /access-control-list/e2dde303-dd9c-45d1-ba0c-e774502fb62c HTTP/1.1" 200 115 0.070865 10.0.0.33 - - [2026-04-30 04:17:16] "GET /project/92d0ba15-e05e-478d-b148-75c675c5ab0c?fields=application_policy_sets HTTP/1.1" 200 1442 0.067005 10.0.0.33 - - [2026-04-30 04:17:17] "DELETE /project/92d0ba15-e05e-478d-b148-75c675c5ab0c HTTP/1.1" 404 190 0.648506 10.0.0.73 - - [2026-04-30 04:17:17] "POST /neutron/port HTTP/1.1" 200 1141 0.145427 10.0.0.73 - - [2026-04-30 04:17:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009141 10.0.0.73 - - [2026-04-30 04:17:17] "GET /virtual-machine/73ed521d-7e4f-4b7d-9ac1-1e4861f9079f HTTP/1.1" 200 1310 0.006707 10.0.0.73 - - [2026-04-30 04:17:17] "GET /virtual-machine-interface/ef47b5f3-cedb-4b57-aa2a-15d3de22f5d6 HTTP/1.1" 200 3035 0.006095 10.0.0.73 - - [2026-04-30 04:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.73 - - [2026-04-30 04:17:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005427 10.0.0.73 - - [2026-04-30 04:17:17] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003628 10.0.0.73 - - [2026-04-30 04:17:17] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006793 10.0.0.73 - - [2026-04-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.73 - - [2026-04-30 04:17:18] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004555 10.0.0.73 - - [2026-04-30 04:17:18] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003245 10.0.0.73 - - [2026-04-30 04:17:18] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008605 10.0.0.73 - - [2026-04-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.33 - - [2026-04-30 04:17:18] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001593 10.0.0.73 - - [2026-04-30 04:17:18] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.059860 10.0.0.73 - - [2026-04-30 04:17:18] "POST /neutron/network HTTP/1.1" 200 117 0.022171 10.0.0.141 - - [2026-04-30 04:17:19] "POST /ref-update HTTP/1.1" 200 156 0.025853 10.0.0.73 - - [2026-04-30 04:17:19] "POST /neutron/network HTTP/1.1" 200 844 0.010608 10.0.0.73 - - [2026-04-30 04:17:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001971 10.0.0.73 - - [2026-04-30 04:17:19] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006427 10.0.0.73 - - [2026-04-30 04:17:19] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006580 10.0.0.73 - - [2026-04-30 04:17:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.010613 10.0.0.73 - - [2026-04-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.33 - - [2026-04-30 04:17:19] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001227 10.0.0.73 - - [2026-04-30 04:17:19] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.049511 10.0.0.33 - - [2026-04-30 04:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.010306 10.0.0.73 - - [2026-04-30 04:17:20] "POST /neutron/subnet HTTP/1.1" 200 729 0.265513 10.0.0.73 - - [2026-04-30 04:17:20] "POST /id-to-fqname HTTP/1.1" 200 242 0.001551 10.0.0.73 - - [2026-04-30 04:17:20] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006583 10.0.0.73 - - [2026-04-30 04:17:20] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006465 10.0.0.73 - - [2026-04-30 04:17:20] "POST /neutron/network HTTP/1.1" 200 851 0.008257 10.0.0.73 - - [2026-04-30 04:17:20] "POST /id-to-fqname HTTP/1.1" 200 239 0.001731 10.0.0.73 - - [2026-04-30 04:17:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009176 10.0.0.33 - - [2026-04-30 04:17:21] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001282 10.0.0.73 - - [2026-04-30 04:17:21] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.078334 10.0.0.73 - - [2026-04-30 04:17:21] "POST /neutron/port HTTP/1.1" 200 6166 0.044938 10.0.0.73 - - [2026-04-30 04:17:21] "POST /id-to-fqname HTTP/1.1" 200 242 0.001202 10.0.0.73 - - [2026-04-30 04:17:21] "POST /neutron/port HTTP/1.1" 200 6166 0.055343 10.0.0.73 - - [2026-04-30 04:17:21] "POST /neutron/network HTTP/1.1" 200 854 0.007151 10.0.0.73 - - [2026-04-30 04:17:22] "POST /neutron/port HTTP/1.1" 200 1078 0.018308 10.0.0.73 - - [2026-04-30 04:17:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004154 10.0.0.73 - - [2026-04-30 04:17:22] "POST /neutron/network HTTP/1.1" 200 844 0.008229 10.0.0.33 - - [2026-04-30 04:17:22] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001076 10.0.0.73 - - [2026-04-30 04:17:22] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.083559 10.0.0.73 - - [2026-04-30 04:17:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.015465 10.0.0.73 - - [2026-04-30 04:17:23] "POST /id-to-fqname HTTP/1.1" 200 239 0.001480 10.0.0.73 - - [2026-04-30 04:17:23] "POST /id-to-fqname HTTP/1.1" 200 239 0.001275 10.0.0.73 - - [2026-04-30 04:17:23] "POST /neutron/network HTTP/1.1" 200 861 0.006307 10.0.0.73 - - [2026-04-30 04:17:23] "POST /neutron/network HTTP/1.1" 200 1555 0.028349 10.0.0.73 - - [2026-04-30 04:17:24] "POST /neutron/port HTTP/1.1" 200 1133 0.138249 10.0.0.73 - - [2026-04-30 04:17:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.011507 10.0.0.33 - - [2026-04-30 04:17:24] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001055 10.0.0.73 - - [2026-04-30 04:17:24] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.113237 10.0.0.73 - - [2026-04-30 04:17:24] "POST /neutron/network HTTP/1.1" 200 843 0.050073 10.0.0.73 - - [2026-04-30 04:17:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008383 10.0.0.73 - - [2026-04-30 04:17:25] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006720 10.0.0.33 - - [2026-04-30 04:17:25] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001428 10.0.0.73 - - [2026-04-30 04:17:25] "POST /neutron/port HTTP/1.1" 200 1077 0.366287 10.0.0.73 - - [2026-04-30 04:17:26] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007354 10.0.0.73 - - [2026-04-30 04:17:26] "POST /neutron/port HTTP/1.1" 200 1077 0.017909 10.0.0.73 - - [2026-04-30 04:17:26] "POST /neutron/port HTTP/1.1" 200 1078 0.027133 10.0.0.141 - - [2026-04-30 04:17:26] "GET /obj-perms HTTP/1.1" 200 5066 0.103032 10.0.0.73 - - [2026-04-30 04:17:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004242 10.0.0.73 - - [2026-04-30 04:17:26] "POST /neutron/network HTTP/1.1" 200 843 0.008057 10.0.0.73 - - [2026-04-30 04:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.73 - - [2026-04-30 04:17:27] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.008459 10.0.0.73 - - [2026-04-30 04:17:27] "GET /obj-perms HTTP/1.1" 200 5066 0.004275 10.0.0.33 - - [2026-04-30 04:17:27] "GET /obj-perms HTTP/1.1" 200 5066 0.004267 10.0.0.73 - - [2026-04-30 04:17:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010119 10.0.0.73 - - [2026-04-30 04:17:27] "POST /neutron/port HTTP/1.1" 200 1143 0.023296 10.0.0.73 - - [2026-04-30 04:17:27] "GET /virtual-machine/0e75b636-b3c9-4125-8ce1-e7588b3e478e HTTP/1.1" 200 1310 0.008448 10.0.0.73 - - [2026-04-30 04:17:27] "GET /virtual-machine-interface/6efbffdd-1674-4efb-a937-80096d7c50d2 HTTP/1.1" 200 3043 0.005880 10.0.0.73 - - [2026-04-30 04:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.73 - - [2026-04-30 04:17:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004447 10.0.0.73 - - [2026-04-30 04:17:27] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003414 10.0.0.73 - - [2026-04-30 04:17:27] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006919 10.0.0.73 - - [2026-04-30 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.73 - - [2026-04-30 04:17:30] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006649 10.0.0.73 - - [2026-04-30 04:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.73 - - [2026-04-30 04:17:34] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006468 10.0.0.73 - - [2026-04-30 04:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.73 - - [2026-04-30 04:17:39] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.009237 10.0.0.73 - - [2026-04-30 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.73 - - [2026-04-30 04:17:43] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005835 10.0.0.73 - - [2026-04-30 04:17:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007094 10.0.0.73 - - [2026-04-30 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.73 - - [2026-04-30 04:17:47] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006036 10.0.0.73 - - [2026-04-30 04:17:47] "POST /neutron/port HTTP/1.1" 200 1143 0.044466 10.0.0.73 - - [2026-04-30 04:17:48] "POST /neutron/port HTTP/1.1" 200 1108 0.021575 10.0.0.73 - - [2026-04-30 04:17:48] "POST /neutron/subnet HTTP/1.1" 200 704 0.010738 10.0.0.73 - - [2026-04-30 04:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.73 - - [2026-04-30 04:17:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004690 10.0.0.73 - - [2026-04-30 04:17:49] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005441 10.0.0.73 - - [2026-04-30 04:17:49] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006437 10.0.0.73 - - [2026-04-30 04:17:49] "POST /neutron/port HTTP/1.1" 200 1143 0.022043 10.0.0.73 - - [2026-04-30 04:17:54] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008403 10.0.0.73 - - [2026-04-30 04:18:00] "POST /neutron/port HTTP/1.1" 200 1142 0.026135 10.0.0.73 - - [2026-04-30 04:18:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010485 10.0.0.73 - - [2026-04-30 04:18:00] "GET /virtual-machine/6c103667-f8e4-49e9-8427-7286b1c12ee3 HTTP/1.1" 200 1309 0.007461 10.0.0.73 - - [2026-04-30 04:18:00] "GET /virtual-machine-interface/5541c473-bf4b-4ee7-b2c4-8f82723ec9d3 HTTP/1.1" 200 3034 0.007159 10.0.0.73 - - [2026-04-30 04:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.73 - - [2026-04-30 04:18:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005467 10.0.0.73 - - [2026-04-30 04:18:00] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003793 10.0.0.73 - - [2026-04-30 04:18:00] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007018 10.0.0.73 - - [2026-04-30 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.73 - - [2026-04-30 04:18:01] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004665 10.0.0.73 - - [2026-04-30 04:18:01] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003617 10.0.0.73 - - [2026-04-30 04:18:01] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006707 10.0.0.73 - - [2026-04-30 04:18:06] "POST /neutron/port HTTP/1.1" 200 2131 0.031702 10.0.0.73 - - [2026-04-30 04:18:06] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008815 10.0.0.73 - - [2026-04-30 04:18:07] "POST /neutron/port HTTP/1.1" 200 2131 0.029296 10.0.0.73 - - [2026-04-30 04:18:07] "GET /virtual-machine/acdfbe9a-3dc4-454d-b92e-9bb2a8500a51 HTTP/1.1" 200 1587 0.008547 10.0.0.73 - - [2026-04-30 04:18:07] "GET /virtual-machine-interface/70066e88-dde1-45f1-b023-81f30f8c2f8e HTTP/1.1" 200 3034 0.008714 10.0.0.73 - - [2026-04-30 04:18:07] "GET /virtual-machine-interface/ef53b3c4-b7ec-4256-b6bc-950c55c67d8c HTTP/1.1" 200 3035 0.006736 10.0.0.73 - - [2026-04-30 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.73 - - [2026-04-30 04:18:07] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005215 10.0.0.73 - - [2026-04-30 04:18:07] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004618 10.0.0.73 - - [2026-04-30 04:18:07] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007664 10.0.0.73 - - [2026-04-30 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.73 - - [2026-04-30 04:18:08] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.73 - - [2026-04-30 04:18:08] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004677 10.0.0.73 - - [2026-04-30 04:18:08] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006527 10.0.0.73 - - [2026-04-30 04:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.73 - - [2026-04-30 04:18:08] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004593 10.0.0.73 - - [2026-04-30 04:18:08] "GET /virtual-networks?parent_id=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003134 10.0.0.73 - - [2026-04-30 04:18:08] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006459 10.0.0.73 - - [2026-04-30 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.73 - - [2026-04-30 04:18:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004081 10.0.0.73 - - [2026-04-30 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.73 - - [2026-04-30 04:18:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007632 10.0.0.73 - - [2026-04-30 04:18:10] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.014273 10.0.0.73 - - [2026-04-30 04:18:10] "POST /fqname-to-id HTTP/1.1" 404 217 0.003662 10.0.0.73 - - [2026-04-30 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.33 - - [2026-04-30 04:18:10] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001169 10.0.0.73 - - [2026-04-30 04:18:10] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.048084 10.0.0.73 - - [2026-04-30 04:18:10] "POST /network-policys HTTP/1.1" 200 539 0.031413 10.0.0.73 - - [2026-04-30 04:18:10] "GET /network-policy/1777cc46-8ba6-4adf-aa05-736454ea4676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.006938 10.0.0.73 - - [2026-04-30 04:18:10] "POST /neutron/network HTTP/1.1" 200 937 0.112500 10.0.0.73 - - [2026-04-30 04:18:10] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006777 10.0.0.73 - - [2026-04-30 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.73 - - [2026-04-30 04:18:10] "GET /network-policy/1777cc46-8ba6-4adf-aa05-736454ea4676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.007415 10.0.0.73 - - [2026-04-30 04:18:10] "POST /neutron/network HTTP/1.1" 200 938 0.098732 10.0.0.73 - - [2026-04-30 04:18:10] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006467 10.0.0.73 - - [2026-04-30 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.73 - - [2026-04-30 04:18:10] "GET /network-policy/1777cc46-8ba6-4adf-aa05-736454ea4676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004698 10.0.0.141 - - [2026-04-30 04:18:11] "POST /fqname-to-id HTTP/1.1" 404 254 0.003134 10.0.0.141 - - [2026-04-30 04:18:11] "POST /access-control-lists HTTP/1.1" 200 609 0.046024 10.0.0.73 - - [2026-04-30 04:18:11] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006011 10.0.0.141 - - [2026-04-30 04:18:11] "GET /obj-perms HTTP/1.1" 200 5066 0.004048 10.0.0.73 - - [2026-04-30 04:18:11] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006273 10.0.0.33 - - [2026-04-30 04:18:11] "GET /obj-perms HTTP/1.1" 200 5066 0.004167 10.0.0.73 - - [2026-04-30 04:18:12] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005880 10.0.0.73 - - [2026-04-30 04:18:12] "GET /obj-perms HTTP/1.1" 200 5066 0.004092 10.0.0.73 - - [2026-04-30 04:18:12] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.006539 10.0.0.141 - - [2026-04-30 04:18:12] "GET /obj-perms HTTP/1.1" 200 5066 0.004446 10.0.0.73 - - [2026-04-30 04:18:13] "GET /virtual-network/c7b49434-34f7-4fb9-93e5-e9b4ccb40ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006276 10.0.0.33 - - [2026-04-30 04:18:13] "GET /obj-perms HTTP/1.1" 200 5066 0.004341 10.0.0.73 - - [2026-04-30 04:18:27] "GET /obj-perms HTTP/1.1" 200 5066 0.004095 10.0.0.73 - - [2026-04-30 04:18:29] "GET /obj-perms HTTP/1.1" 200 5066 0.004958 10.0.0.73 - - [2026-04-30 04:18:48] "POST /neutron/port HTTP/1.1" 200 1217 0.021621 10.0.0.73 - - [2026-04-30 04:18:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005058 10.0.0.73 - - [2026-04-30 04:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.73 - - [2026-04-30 04:18:51] "POST /neutron/port HTTP/1.1" 200 1217 0.025390 10.0.0.73 - - [2026-04-30 04:18:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005238 10.0.0.73 - - [2026-04-30 04:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.73 - - [2026-04-30 04:19:49] "POST /neutron/port HTTP/1.1" 200 1108 0.021584 10.0.0.73 - - [2026-04-30 04:19:49] "POST /neutron/subnet HTTP/1.1" 200 704 0.010487 10.0.0.73 - - [2026-04-30 04:19:51] "POST /neutron/port HTTP/1.1" 200 1108 0.022128 10.0.0.73 - - [2026-04-30 04:19:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004713 10.0.0.73 - - [2026-04-30 04:19:51] "POST /neutron/network HTTP/1.1" 200 928 0.006995 10.0.0.141 - - [2026-04-30 04:20:30] "GET /obj-perms HTTP/1.1" 200 5056 0.058800 10.0.0.73 - - [2026-04-30 04:20:51] "POST /neutron/network HTTP/1.1" 200 948 0.033431 10.0.0.73 - - [2026-04-30 04:20:51] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.73 - - [2026-04-30 04:20:52] "POST /neutron/port HTTP/1.1" 200 1141 0.047107 10.0.0.73 - - [2026-04-30 04:20:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.010340 10.0.0.141 - - [2026-04-30 04:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.141 - - [2026-04-30 04:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.141 - - [2026-04-30 04:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.141 - - [2026-04-30 04:21:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.73 - - [2026-04-30 04:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.73 - - [2026-04-30 04:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.33 - - [2026-04-30 04:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2026-04-30 04:21:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000618 10.0.0.73 - - [2026-04-30 04:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.73 - - [2026-04-30 04:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.33 - - [2026-04-30 04:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.33 - - [2026-04-30 04:21:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.73 - - [2026-04-30 04:21:50] "GET /obj-perms HTTP/1.1" 200 5066 0.070204 10.0.0.73 - - [2026-04-30 04:21:50] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.035630 10.0.0.73 - - [2026-04-30 04:21:50] "POST /neutron/network HTTP/1.1" 200 938 0.032588 10.0.0.73 - - [2026-04-30 04:21:50] "GET /virtual-network/a3914ce4-6a5e-4f3d-abb4-761c8d0f84de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008595 10.0.0.73 - - [2026-04-30 04:21:50] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006285 10.0.0.73 - - [2026-04-30 04:21:50] "POST /neutron/network HTTP/1.1" 200 937 0.007498 10.0.0.141 - - [2026-04-30 04:21:50] "POST /ref-update HTTP/1.1" 200 156 0.054549 10.0.0.73 - - [2026-04-30 04:21:51] "GET /virtual-network/3ee4d5f8-1218-4754-b3e9-875fb8556540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010743 10.0.0.73 - - [2026-04-30 04:21:51] "DELETE /network-policy/1777cc46-8ba6-4adf-aa05-736454ea4676 HTTP/1.1" 200 115 0.048577 10.0.0.73 - - [2026-04-30 04:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.73 - - [2026-04-30 04:21:51] "POST /neutron/port HTTP/1.1" 200 1143 0.034444 10.0.0.73 - - [2026-04-30 04:21:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004915 10.0.0.73 - - [2026-04-30 04:21:51] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.014544 10.0.0.73 - - [2026-04-30 04:21:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003973 10.0.0.73 - - [2026-04-30 04:21:51] "POST /neutron/network HTTP/1.1" 200 851 0.006865 10.0.0.141 - - [2026-04-30 04:21:51] "POST /ref-update HTTP/1.1" 200 156 0.023443 10.0.0.73 - - [2026-04-30 04:21:53] "POST /neutron/port HTTP/1.1" 200 1143 0.022373 10.0.0.73 - - [2026-04-30 04:21:53] "POST /neutron/port HTTP/1.1" 200 2131 0.023669 10.0.0.73 - - [2026-04-30 04:21:53] "POST /neutron/port HTTP/1.1" 200 1132 0.022174 10.0.0.73 - - [2026-04-30 04:21:53] "POST /neutron/port HTTP/1.1" 200 1131 0.042147 10.0.0.73 - - [2026-04-30 04:21:53] "POST /neutron/port HTTP/1.1" 200 1141 0.025325 10.0.0.73 - - [2026-04-30 04:21:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.014800 10.0.0.73 - - [2026-04-30 04:21:54] "POST /neutron/network HTTP/1.1" 200 851 0.007872 10.0.0.141 - - [2026-04-30 04:21:55] "DELETE /route-target/478a0343-3711-487d-baab-7f7cb10a919c HTTP/1.1" 200 115 0.032182 10.0.0.33 - - [2026-04-30 04:21:55] "POST /useragent-kv HTTP/1.1" 200 115 0.048934 10.0.0.33 - - [2026-04-30 04:21:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003332 10.0.0.73 - - [2026-04-30 04:21:55] "POST /neutron/network HTTP/1.1" 200 151 0.212909 10.0.0.73 - - [2026-04-30 04:21:56] "POST /neutron/port HTTP/1.1" 200 1141 0.024814 10.0.0.73 - - [2026-04-30 04:21:56] "POST /neutron/port HTTP/1.1" 200 1131 0.017570 10.0.0.73 - - [2026-04-30 04:21:57] "POST /neutron/network HTTP/1.1" 200 843 0.008630 10.0.0.141 - - [2026-04-30 04:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006367 10.0.0.33 - - [2026-04-30 04:21:58] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001179 10.0.0.73 - - [2026-04-30 04:21:58] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.071423 10.0.0.33 - - [2026-04-30 04:21:58] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001213 10.0.0.73 - - [2026-04-30 04:21:58] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?fields=virtual_networks HTTP/1.1" 200 1069 0.051476 10.0.0.33 - - [2026-04-30 04:21:58] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001168 10.0.0.73 - - [2026-04-30 04:21:58] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.055327 10.0.0.33 - - [2026-04-30 04:21:58] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001208 10.0.0.73 - - [2026-04-30 04:21:58] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?fields=security_groups HTTP/1.1" 200 1313 0.044440 10.0.0.73 - - [2026-04-30 04:21:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.029054 10.0.0.33 - - [2026-04-30 04:21:59] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004402 10.0.0.33 - - [2026-04-30 04:21:59] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.33 - - [2026-04-30 04:21:59] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034994 10.0.0.33 - - [2026-04-30 04:21:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.005093 10.0.0.33 - - [2026-04-30 04:21:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.009279 10.0.0.33 - - [2026-04-30 04:21:59] "POST /security-groups HTTP/1.1" 200 586 0.034823 10.0.0.33 - - [2026-04-30 04:21:59] "POST /projects HTTP/1.1" 200 575 0.250369 10.0.0.141 - - [2026-04-30 04:21:59] "POST /access-control-lists HTTP/1.1" 200 591 0.030798 10.0.0.33 - - [2026-04-30 04:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.320988 10.0.0.73 - - [2026-04-30 04:22:00] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.520125 10.0.0.73 - - [2026-04-30 04:22:01] "GET / HTTP/1.1" 200 35931 0.002940 10.0.0.33 - - [2026-04-30 04:22:01] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001388 10.0.0.73 - - [2026-04-30 04:22:01] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.054403 10.0.0.73 - - [2026-04-30 04:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.73 - - [2026-04-30 04:22:02] "GET /security-group/8c757d55-03cf-4471-8bbd-e2e1253dca7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004168 10.0.0.73 - - [2026-04-30 04:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.33 - - [2026-04-30 04:22:02] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001341 10.0.0.73 - - [2026-04-30 04:22:02] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.054942 10.0.0.73 - - [2026-04-30 04:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.73 - - [2026-04-30 04:22:02] "GET /security-group/8c757d55-03cf-4471-8bbd-e2e1253dca7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.005623 10.0.0.73 - - [2026-04-30 04:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.73 - - [2026-04-30 04:22:02] "PUT /security-group/8c757d55-03cf-4471-8bbd-e2e1253dca7a HTTP/1.1" 200 262 0.021639 10.0.0.141 - - [2026-04-30 04:22:02] "PUT /access-control-list/cecafb93-88e7-479b-9a58-e4f7bc5b6789 HTTP/1.1" 200 272 0.013891 10.0.0.33 - - [2026-04-30 04:22:05] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.73 - - [2026-04-30 04:22:05] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.053197 10.0.0.33 - - [2026-04-30 04:22:05] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001642 10.0.0.73 - - [2026-04-30 04:22:05] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?fields=virtual_networks HTTP/1.1" 200 1023 0.049083 10.0.0.33 - - [2026-04-30 04:22:05] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001561 10.0.0.73 - - [2026-04-30 04:22:05] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.069721 10.0.0.33 - - [2026-04-30 04:22:05] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.73 - - [2026-04-30 04:22:05] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?fields=security_groups HTTP/1.1" 200 1244 0.039827 10.0.0.73 - - [2026-04-30 04:22:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.037908 10.0.0.33 - - [2026-04-30 04:22:06] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003364 10.0.0.33 - - [2026-04-30 04:22:06] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.33 - - [2026-04-30 04:22:06] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008864 10.0.0.33 - - [2026-04-30 04:22:06] "POST /id-to-fqname HTTP/1.1" 200 194 0.003179 10.0.0.33 - - [2026-04-30 04:22:06] "POST /fqname-to-id HTTP/1.1" 404 203 0.006792 10.0.0.33 - - [2026-04-30 04:22:07] "POST /security-groups HTTP/1.1" 200 595 0.040617 10.0.0.33 - - [2026-04-30 04:22:07] "POST /projects HTTP/1.1" 200 593 0.271459 10.0.0.33 - - [2026-04-30 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.310352 10.0.0.141 - - [2026-04-30 04:22:07] "POST /access-control-lists HTTP/1.1" 200 600 0.043233 10.0.0.73 - - [2026-04-30 04:22:07] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.495348 10.0.0.73 - - [2026-04-30 04:22:08] "GET / HTTP/1.1" 200 35931 0.001545 10.0.0.73 - - [2026-04-30 04:22:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.73 - - [2026-04-30 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.065671 10.0.0.33 - - [2026-04-30 04:22:10] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001221 10.0.0.73 - - [2026-04-30 04:22:10] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050376 10.0.0.33 - - [2026-04-30 04:22:10] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001472 10.0.0.73 - - [2026-04-30 04:22:10] "POST /neutron/network HTTP/1.1" 200 623 0.180384 10.0.0.141 - - [2026-04-30 04:22:10] "POST /route-targets HTTP/1.1" 200 327 0.016727 10.0.0.73 - - [2026-04-30 04:22:11] "POST /id-to-fqname HTTP/1.1" 200 231 0.004348 10.0.0.73 - - [2026-04-30 04:22:11] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007455 10.0.0.73 - - [2026-04-30 04:22:11] "POST /neutron/network HTTP/1.1" 200 841 0.008381 10.0.0.73 - - [2026-04-30 04:22:11] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007702 10.0.0.73 - - [2026-04-30 04:22:11] "POST /id-to-fqname HTTP/1.1" 200 231 0.001351 10.0.0.73 - - [2026-04-30 04:22:11] "POST /neutron/port HTTP/1.1" 200 4190 0.038531 10.0.0.33 - - [2026-04-30 04:22:12] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001070 10.0.0.73 - - [2026-04-30 04:22:12] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.078287 10.0.0.73 - - [2026-04-30 04:22:12] "POST /neutron/port HTTP/1.1" 200 4190 0.039222 10.0.0.73 - - [2026-04-30 04:22:12] "POST /id-to-fqname HTTP/1.1" 200 231 0.001349 10.0.0.73 - - [2026-04-30 04:22:13] "POST /neutron/network HTTP/1.1" 200 851 0.011061 10.0.0.73 - - [2026-04-30 04:22:13] "POST /neutron/port HTTP/1.1" 200 1063 0.025145 10.0.0.73 - - [2026-04-30 04:22:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005463 10.0.0.73 - - [2026-04-30 04:22:14] "POST /neutron/network HTTP/1.1" 200 841 0.008440 10.0.0.33 - - [2026-04-30 04:22:17] "DELETE /project/30bffc51389545b482bfb8e1c069ccc7 HTTP/1.1" 404 173 0.010538 10.0.0.33 - - [2026-04-30 04:22:17] "DELETE /project/f7a0aa46113a48698eef883d330e1fcc HTTP/1.1" 404 173 0.014822 10.0.0.33 - - [2026-04-30 04:22:17] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001415 10.0.0.33 - - [2026-04-30 04:22:17] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001291 10.0.0.141 - - [2026-04-30 04:22:17] "DELETE /access-control-list/745c7893-d7d9-4e24-b0ab-979318ea7aa2 HTTP/1.1" 200 115 0.117089 10.0.0.33 - - [2026-04-30 04:22:17] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1541 0.082290 10.0.0.33 - - [2026-04-30 04:22:17] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005017 10.0.0.33 - - [2026-04-30 04:22:17] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.106185 10.0.0.33 - - [2026-04-30 04:22:17] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001704 10.0.0.33 - - [2026-04-30 04:22:17] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?fields=security_groups HTTP/1.1" 200 1139 0.175164 10.0.0.33 - - [2026-04-30 04:22:18] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?fields=security_groups HTTP/1.1" 200 1349 0.220602 10.0.0.33 - - [2026-04-30 04:22:18] "GET /projects?obj_uuids=d2084995-b396-45f7-ac32-f931c0a4fc18&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001210 10.0.0.33 - - [2026-04-30 04:22:18] "GET /project/d2084995-b396-45f7-ac32-f931c0a4fc18?fields=application_policy_sets HTTP/1.1" 200 1457 0.104044 10.0.0.33 - - [2026-04-30 04:22:18] "DELETE /security-group/9d311303-acd1-4f82-9492-41f8302535f8 HTTP/1.1" 200 115 0.133718 10.0.0.33 - - [2026-04-30 04:22:18] "GET /projects?obj_uuids=f7a0aa46-113a-4869-8eef-883d330e1fcc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001829 10.0.0.33 - - [2026-04-30 04:22:18] "GET /project/f7a0aa46-113a-4869-8eef-883d330e1fcc?fields=application_policy_sets HTTP/1.1" 200 1388 0.137410 10.0.0.33 - - [2026-04-30 04:22:18] "DELETE /project/d2084995-b396-45f7-ac32-f931c0a4fc18 HTTP/1.1" 200 115 0.747732 10.0.0.33 - - [2026-04-30 04:22:18] "DELETE /project/f7a0aa46-113a-4869-8eef-883d330e1fcc HTTP/1.1" 200 115 0.865799 10.0.0.33 - - [2026-04-30 04:22:32] "GET /obj-perms HTTP/1.1" 200 5056 0.080221 10.0.0.73 - - [2026-04-30 04:22:35] "POST /neutron/network HTTP/1.1" 200 851 0.009389 10.0.0.33 - - [2026-04-30 04:22:36] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001760 10.0.0.73 - - [2026-04-30 04:22:36] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.125928 10.0.0.73 - - [2026-04-30 04:22:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010663 10.0.0.73 - - [2026-04-30 04:22:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009802 10.0.0.73 - - [2026-04-30 04:22:36] "POST /neutron/port HTTP/1.1" 200 1127 0.025106 10.0.0.73 - - [2026-04-30 04:22:37] "GET /virtual-machine/ac5685ac-7a3d-4686-8b77-dde21ae6548d HTTP/1.1" 401 292 0.000543 10.0.0.33 - - [2026-04-30 04:22:37] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001295 10.0.0.73 - - [2026-04-30 04:22:37] "GET /virtual-machine/ac5685ac-7a3d-4686-8b77-dde21ae6548d HTTP/1.1" 200 1297 0.063688 10.0.0.73 - - [2026-04-30 04:22:37] "GET /virtual-machine-interface/f72f7f65-e57a-4821-b767-2bdf02019d4b HTTP/1.1" 200 2983 0.006923 10.0.0.73 - - [2026-04-30 04:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008864 10.0.0.73 - - [2026-04-30 04:22:37] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005899 10.0.0.73 - - [2026-04-30 04:22:37] "GET /virtual-networks?parent_id=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.007918 10.0.0.73 - - [2026-04-30 04:22:37] "POST /neutron/port HTTP/1.1" 200 1063 0.622751 10.0.0.73 - - [2026-04-30 04:22:37] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006472 10.0.0.73 - - [2026-04-30 04:22:38] "POST /neutron/port HTTP/1.1" 200 1117 0.194444 10.0.0.73 - - [2026-04-30 04:22:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.021922 10.0.0.73 - - [2026-04-30 04:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.73 - - [2026-04-30 04:22:38] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009756 10.0.0.73 - - [2026-04-30 04:22:38] "GET /virtual-networks?parent_id=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004883 10.0.0.73 - - [2026-04-30 04:22:38] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006628 10.0.0.73 - - [2026-04-30 04:22:39] "POST /neutron/port HTTP/1.1" 200 1127 0.041918 10.0.0.73 - - [2026-04-30 04:22:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008977 10.0.0.73 - - [2026-04-30 04:22:51] "POST /neutron/port HTTP/1.1" 200 1217 0.021226 10.0.0.73 - - [2026-04-30 04:22:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014665 10.0.0.73 - - [2026-04-30 04:22:51] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.73 - - [2026-04-30 04:22:54] "POST /neutron/port HTTP/1.1" 200 1127 0.023288 10.0.0.73 - - [2026-04-30 04:22:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009822 10.0.0.73 - - [2026-04-30 04:23:09] "POST /neutron/port HTTP/1.1" 200 1127 0.024448 10.0.0.73 - - [2026-04-30 04:23:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009647 10.0.0.73 - - [2026-04-30 04:23:20] "POST /neutron/port HTTP/1.1" 200 1127 0.024228 10.0.0.73 - - [2026-04-30 04:23:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009936 10.0.0.73 - - [2026-04-30 04:23:20] "GET /virtual-machine/80689963-3794-46b0-9024-d96f8148d933 HTTP/1.1" 200 1296 0.011206 10.0.0.73 - - [2026-04-30 04:23:20] "GET /virtual-machine-interface/9fda1d59-2c59-4e6b-a157-64d506538f68 HTTP/1.1" 200 2983 0.007051 10.0.0.73 - - [2026-04-30 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.73 - - [2026-04-30 04:23:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005149 10.0.0.73 - - [2026-04-30 04:23:20] "GET /virtual-networks?parent_id=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004025 10.0.0.73 - - [2026-04-30 04:23:20] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009474 10.0.0.73 - - [2026-04-30 04:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.73 - - [2026-04-30 04:23:23] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006737 10.0.0.73 - - [2026-04-30 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.73 - - [2026-04-30 04:23:27] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006350 10.0.0.73 - - [2026-04-30 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.73 - - [2026-04-30 04:23:31] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006617 10.0.0.73 - - [2026-04-30 04:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014983 10.0.0.73 - - [2026-04-30 04:23:35] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006477 10.0.0.73 - - [2026-04-30 04:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.73 - - [2026-04-30 04:23:39] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007030 10.0.0.73 - - [2026-04-30 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.73 - - [2026-04-30 04:23:44] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006379 10.0.0.73 - - [2026-04-30 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.73 - - [2026-04-30 04:23:48] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007106 10.0.0.73 - - [2026-04-30 04:23:51] "POST /neutron/network HTTP/1.1" 200 938 0.009490 10.0.0.73 - - [2026-04-30 04:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.73 - - [2026-04-30 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.73 - - [2026-04-30 04:23:52] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006807 10.0.0.73 - - [2026-04-30 04:23:54] "POST /neutron/port HTTP/1.1" 200 1217 0.024166 10.0.0.73 - - [2026-04-30 04:23:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004930 10.0.0.73 - - [2026-04-30 04:23:55] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.73 - - [2026-04-30 04:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.73 - - [2026-04-30 04:23:56] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006729 10.0.0.73 - - [2026-04-30 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.73 - - [2026-04-30 04:24:00] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008931 10.0.0.73 - - [2026-04-30 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.73 - - [2026-04-30 04:24:04] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007570 10.0.0.73 - - [2026-04-30 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.73 - - [2026-04-30 04:24:08] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006986 10.0.0.73 - - [2026-04-30 04:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.73 - - [2026-04-30 04:24:12] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006508 10.0.0.73 - - [2026-04-30 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.73 - - [2026-04-30 04:24:16] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006631 10.0.0.73 - - [2026-04-30 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.73 - - [2026-04-30 04:24:20] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006710 10.0.0.73 - - [2026-04-30 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.73 - - [2026-04-30 04:24:24] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006315 10.0.0.73 - - [2026-04-30 04:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.73 - - [2026-04-30 04:24:29] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007277 10.0.0.73 - - [2026-04-30 04:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.73 - - [2026-04-30 04:24:33] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006908 10.0.0.73 - - [2026-04-30 04:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.091551 10.0.0.73 - - [2026-04-30 04:24:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.286765 10.0.0.141 - - [2026-04-30 04:24:34] "GET /obj-perms HTTP/1.1" 200 5056 0.066432 10.0.0.73 - - [2026-04-30 04:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.73 - - [2026-04-30 04:24:35] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004682 10.0.0.73 - - [2026-04-30 04:24:35] "GET /virtual-networks?parent_id=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004045 10.0.0.73 - - [2026-04-30 04:24:35] "GET /virtual-network/7d1ce8ec-a1cb-4f1c-bae0-9dda88d88ee3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008235 10.0.0.73 - - [2026-04-30 04:24:40] "POST /neutron/port HTTP/1.1" 200 1127 0.025583 10.0.0.73 - - [2026-04-30 04:24:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013184 10.0.0.73 - - [2026-04-30 04:24:52] "POST /neutron/port HTTP/1.1" 200 1217 0.023835 10.0.0.73 - - [2026-04-30 04:24:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005228 10.0.0.73 - - [2026-04-30 04:24:52] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.73 - - [2026-04-30 04:24:56] "POST /neutron/port HTTP/1.1" 200 1127 0.022977 10.0.0.73 - - [2026-04-30 04:24:56] "POST /neutron/port HTTP/1.1" 200 1108 0.023796 10.0.0.73 - - [2026-04-30 04:24:56] "POST /neutron/subnet HTTP/1.1" 200 704 0.013600 10.0.0.73 - - [2026-04-30 04:25:01] "POST /neutron/port HTTP/1.1" 200 1127 0.030862 10.0.0.73 - - [2026-04-30 04:25:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010001 10.0.0.73 - - [2026-04-30 04:25:16] "POST /neutron/port HTTP/1.1" 200 1127 0.026573 10.0.0.73 - - [2026-04-30 04:25:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009234 10.0.0.73 - - [2026-04-30 04:25:32] "POST /fqname-to-id HTTP/1.1" 404 240 0.005271 10.0.0.73 - - [2026-04-30 04:25:32] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.045831 10.0.0.73 - - [2026-04-30 04:25:32] "GET /bgp-as-a-service/f50011d6-14d3-4726-a033-ba3991b7354b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1622 0.007448 10.0.0.73 - - [2026-04-30 04:25:32] "GET /virtual-machine-interface/9fda1d59-2c59-4e6b-a157-64d506538f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005984 10.0.0.73 - - [2026-04-30 04:25:33] "POST /ref-update HTTP/1.1" 200 156 0.018403 10.0.0.141 - - [2026-04-30 04:25:33] "POST /bgp-routers HTTP/1.1" 200 603 0.033549 10.0.0.73 - - [2026-04-30 04:25:33] "POST /neutron/network HTTP/1.1" 200 841 0.015696 10.0.0.73 - - [2026-04-30 04:25:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.016009 10.0.0.141 - - [2026-04-30 04:25:33] "POST /ref-update HTTP/1.1" 200 156 0.020066 10.0.0.73 - - [2026-04-30 04:25:53] "POST /neutron/network HTTP/1.1" 200 938 0.045933 10.0.0.73 - - [2026-04-30 04:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.73 - - [2026-04-30 04:25:56] "POST /neutron/port HTTP/1.1" 200 1127 0.069904 10.0.0.73 - - [2026-04-30 04:25:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.011860 10.0.0.141 - - [2026-04-30 04:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000692 10.0.0.141 - - [2026-04-30 04:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.141 - - [2026-04-30 04:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.141 - - [2026-04-30 04:26:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.73 - - [2026-04-30 04:26:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.73 - - [2026-04-30 04:26:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.73 - - [2026-04-30 04:26:02] "GET /bgp-as-a-service/f50011d6-14d3-4726-a033-ba3991b7354b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.007922 10.0.0.73 - - [2026-04-30 04:26:02] "GET /virtual-machine-interface/9fda1d59-2c59-4e6b-a157-64d506538f68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.009206 10.0.0.73 - - [2026-04-30 04:26:02] "POST /ref-update HTTP/1.1" 200 156 0.016542 10.0.0.141 - - [2026-04-30 04:26:02] "POST /ref-update HTTP/1.1" 200 156 0.069843 10.0.0.33 - - [2026-04-30 04:26:02] "GET /global-system-configs HTTP/1.1" 401 292 0.001725 10.0.0.73 - - [2026-04-30 04:26:03] "DELETE /bgp-as-a-service/f50011d6-14d3-4726-a033-ba3991b7354b HTTP/1.1" 200 115 0.157130 10.0.0.33 - - [2026-04-30 04:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000783 10.0.0.73 - - [2026-04-30 04:26:03] "POST /neutron/network HTTP/1.1" 200 841 0.011841 10.0.0.73 - - [2026-04-30 04:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.73 - - [2026-04-30 04:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.73 - - [2026-04-30 04:26:03] "POST /neutron/port HTTP/1.1" 200 1117 0.032733 10.0.0.73 - - [2026-04-30 04:26:03] "POST /neutron/port HTTP/1.1" 200 1117 0.026171 10.0.0.33 - - [2026-04-30 04:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.33 - - [2026-04-30 04:26:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000620 10.0.0.33 - - [2026-04-30 04:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005882 10.0.0.33 - - [2026-04-30 04:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003542 10.0.0.73 - - [2026-04-30 04:26:05] "POST /neutron/network HTTP/1.1" 200 151 0.260707 10.0.0.141 - - [2026-04-30 04:26:05] "DELETE /route-target/485b1b52-06f1-4792-8dc8-19f72ab98f48 HTTP/1.1" 200 115 0.056443 10.0.0.33 - - [2026-04-30 04:26:06] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001413 10.0.0.73 - - [2026-04-30 04:26:07] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.067741 10.0.0.33 - - [2026-04-30 04:26:07] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001631 10.0.0.73 - - [2026-04-30 04:26:07] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?fields=virtual_networks HTTP/1.1" 200 1039 0.078778 10.0.0.33 - - [2026-04-30 04:26:07] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001259 10.0.0.73 - - [2026-04-30 04:26:07] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.064219 10.0.0.33 - - [2026-04-30 04:26:07] "GET /projects?obj_uuids=30bffc51-3895-45b4-82bf-b8e1c069ccc7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001750 10.0.0.73 - - [2026-04-30 04:26:07] "GET /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7?fields=security_groups HTTP/1.1" 200 1269 0.050034 10.0.0.73 - - [2026-04-30 04:26:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.037387 10.0.0.33 - - [2026-04-30 04:26:08] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004064 10.0.0.33 - - [2026-04-30 04:26:08] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.33 - - [2026-04-30 04:26:08] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008509 10.0.0.33 - - [2026-04-30 04:26:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.010587 10.0.0.33 - - [2026-04-30 04:26:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.006144 10.0.0.33 - - [2026-04-30 04:26:08] "POST /security-groups HTTP/1.1" 200 592 0.079422 10.0.0.33 - - [2026-04-30 04:26:08] "POST /projects HTTP/1.1" 200 587 0.335518 10.0.0.33 - - [2026-04-30 04:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.383042 10.0.0.141 - - [2026-04-30 04:26:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.020901 10.0.0.73 - - [2026-04-30 04:26:08] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.585073 10.0.0.73 - - [2026-04-30 04:26:09] "GET / HTTP/1.1" 200 35931 0.003057 10.0.0.73 - - [2026-04-30 04:26:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.73 - - [2026-04-30 04:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.076829 10.0.0.33 - - [2026-04-30 04:26:12] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001210 10.0.0.73 - - [2026-04-30 04:26:12] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054539 10.0.0.141 - - [2026-04-30 04:26:12] "POST /ref-update HTTP/1.1" 200 156 0.028697 10.0.0.33 - - [2026-04-30 04:26:12] "POST /useragent-kv HTTP/1.1" 200 115 0.011232 10.0.0.73 - - [2026-04-30 04:26:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.286418 10.0.0.73 - - [2026-04-30 04:26:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001406 10.0.0.73 - - [2026-04-30 04:26:12] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006649 10.0.0.73 - - [2026-04-30 04:26:12] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008509 10.0.0.73 - - [2026-04-30 04:26:12] "POST /neutron/network HTTP/1.1" 200 833 0.008220 10.0.0.73 - - [2026-04-30 04:26:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.001579 10.0.0.73 - - [2026-04-30 04:26:13] "POST /neutron/network HTTP/1.1" 200 843 0.008749 10.0.0.33 - - [2026-04-30 04:26:13] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.73 - - [2026-04-30 04:26:13] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.078250 10.0.0.73 - - [2026-04-30 04:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.007660 10.0.0.73 - - [2026-04-30 04:26:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001459 10.0.0.73 - - [2026-04-30 04:26:14] "POST /neutron/network HTTP/1.1" 200 843 0.008072 10.0.0.73 - - [2026-04-30 04:26:15] "POST /neutron/port HTTP/1.1" 200 1061 0.051821 10.0.0.33 - - [2026-04-30 04:26:15] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.73 - - [2026-04-30 04:26:15] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.134683 10.0.0.73 - - [2026-04-30 04:26:15] "POST /neutron/port HTTP/1.1" 200 1125 0.050154 10.0.0.73 - - [2026-04-30 04:26:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.025466 10.0.0.73 - - [2026-04-30 04:26:15] "POST /neutron/network HTTP/1.1" 200 833 0.008503 10.0.0.73 - - [2026-04-30 04:26:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001693 10.0.0.73 - - [2026-04-30 04:26:16] "POST /neutron/network HTTP/1.1" 200 843 0.020051 10.0.0.73 - - [2026-04-30 04:26:16] "POST /neutron/network HTTP/1.1" 200 843 0.008586 10.0.0.33 - - [2026-04-30 04:26:17] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001589 10.0.0.73 - - [2026-04-30 04:26:17] "POST /neutron/port HTTP/1.1" 200 1115 0.226644 10.0.0.73 - - [2026-04-30 04:26:17] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.164128 10.0.0.73 - - [2026-04-30 04:26:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004882 10.0.0.73 - - [2026-04-30 04:26:17] "POST /neutron/network HTTP/1.1" 200 833 0.016950 10.0.0.73 - - [2026-04-30 04:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.015892 10.0.0.73 - - [2026-04-30 04:26:18] "POST /neutron/network HTTP/1.1" 200 843 0.038612 10.0.0.33 - - [2026-04-30 04:26:19] "DELETE /project/f9cafb29ca79426b8ed62dcbc22c2476 HTTP/1.1" 404 173 0.005478 10.0.0.33 - - [2026-04-30 04:26:19] "DELETE /project/30bffc51-3895-45b4-82bf-b8e1c069ccc7 HTTP/1.1" 404 177 0.010904 10.0.0.73 - - [2026-04-30 04:26:19] "POST /neutron/port HTTP/1.1" 200 1061 0.039223 10.0.0.73 - - [2026-04-30 04:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005188 10.0.0.73 - - [2026-04-30 04:26:19] "POST /neutron/network HTTP/1.1" 200 833 0.014010 10.0.0.73 - - [2026-04-30 04:26:28] "POST /neutron/port HTTP/1.1" 200 1125 0.022386 10.0.0.73 - - [2026-04-30 04:26:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011362 10.0.0.33 - - [2026-04-30 04:26:36] "GET /obj-perms HTTP/1.1" 200 5056 0.068379 10.0.0.73 - - [2026-04-30 04:26:43] "POST /neutron/port HTTP/1.1" 200 1125 0.024030 10.0.0.73 - - [2026-04-30 04:26:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010553 10.0.0.73 - - [2026-04-30 04:26:57] "POST /neutron/port HTTP/1.1" 200 1217 0.026550 10.0.0.73 - - [2026-04-30 04:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004596 10.0.0.73 - - [2026-04-30 04:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.73 - - [2026-04-30 04:26:58] "POST /neutron/port HTTP/1.1" 200 1125 0.023393 10.0.0.73 - - [2026-04-30 04:26:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009145 10.0.0.73 - - [2026-04-30 04:26:58] "GET /virtual-machine/680189e3-5b8d-468e-b083-a5a57bd5a8b3 HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2026-04-30 04:26:59] "GET /virtual-machine/680189e3-5b8d-468e-b083-a5a57bd5a8b3 HTTP/1.1" 200 1293 0.034498 10.0.0.73 - - [2026-04-30 04:26:59] "GET /virtual-machine-interface/13b9d12c-d9e9-44c8-bceb-703ba001c471 HTTP/1.1" 200 2958 0.006662 10.0.0.73 - - [2026-04-30 04:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.73 - - [2026-04-30 04:26:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005726 10.0.0.73 - - [2026-04-30 04:26:59] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003943 10.0.0.73 - - [2026-04-30 04:26:59] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006654 10.0.0.73 - - [2026-04-30 04:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007621 10.0.0.73 - - [2026-04-30 04:27:02] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008725 10.0.0.73 - - [2026-04-30 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.73 - - [2026-04-30 04:27:06] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007143 10.0.0.73 - - [2026-04-30 04:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.73 - - [2026-04-30 04:27:10] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006685 10.0.0.73 - - [2026-04-30 04:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.73 - - [2026-04-30 04:27:14] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007646 10.0.0.73 - - [2026-04-30 04:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008057 10.0.0.73 - - [2026-04-30 04:27:18] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008170 10.0.0.73 - - [2026-04-30 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.73 - - [2026-04-30 04:27:22] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007846 10.0.0.73 - - [2026-04-30 04:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.73 - - [2026-04-30 04:27:27] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006882 10.0.0.73 - - [2026-04-30 04:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.73 - - [2026-04-30 04:27:31] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008489 10.0.0.73 - - [2026-04-30 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.73 - - [2026-04-30 04:27:35] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006652 10.0.0.73 - - [2026-04-30 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.73 - - [2026-04-30 04:27:39] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007312 10.0.0.73 - - [2026-04-30 04:27:42] "POST /neutron/port HTTP/1.1" 200 1125 0.023508 10.0.0.73 - - [2026-04-30 04:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005113 10.0.0.73 - - [2026-04-30 04:27:43] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006805 10.0.0.73 - - [2026-04-30 04:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.73 - - [2026-04-30 04:27:47] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006784 10.0.0.73 - - [2026-04-30 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.73 - - [2026-04-30 04:27:51] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007652 10.0.0.73 - - [2026-04-30 04:27:54] "POST /neutron/port HTTP/1.1" 200 1217 0.026219 10.0.0.73 - - [2026-04-30 04:27:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004970 10.0.0.73 - - [2026-04-30 04:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.002377 10.0.0.73 - - [2026-04-30 04:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.73 - - [2026-04-30 04:27:55] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008041 10.0.0.73 - - [2026-04-30 04:27:58] "POST /neutron/port HTTP/1.1" 200 1108 0.026946 10.0.0.73 - - [2026-04-30 04:27:58] "POST /neutron/subnet HTTP/1.1" 200 704 0.013010 10.0.0.73 - - [2026-04-30 04:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005905 10.0.0.73 - - [2026-04-30 04:27:59] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006449 10.0.0.73 - - [2026-04-30 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.73 - - [2026-04-30 04:28:03] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007090 10.0.0.73 - - [2026-04-30 04:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.73 - - [2026-04-30 04:28:08] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006553 10.0.0.73 - - [2026-04-30 04:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.73 - - [2026-04-30 04:28:12] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007339 10.0.0.73 - - [2026-04-30 04:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007486 10.0.0.73 - - [2026-04-30 04:28:16] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008091 10.0.0.73 - - [2026-04-30 04:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.73 - - [2026-04-30 04:28:20] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006986 10.0.0.73 - - [2026-04-30 04:28:24] "POST /neutron/port HTTP/1.1" 200 1125 0.026057 10.0.0.73 - - [2026-04-30 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.73 - - [2026-04-30 04:28:24] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006773 10.0.0.73 - - [2026-04-30 04:28:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007982 10.0.0.73 - - [2026-04-30 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.73 - - [2026-04-30 04:28:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.73 - - [2026-04-30 04:28:26] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005908 10.0.0.73 - - [2026-04-30 04:28:26] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007029 10.0.0.73 - - [2026-04-30 04:28:31] "POST /neutron/port HTTP/1.1" 200 1125 0.024402 10.0.0.73 - - [2026-04-30 04:28:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009559 10.0.0.73 - - [2026-04-30 04:28:37] "GET /obj-perms HTTP/1.1" 200 5056 0.073697 10.0.0.73 - - [2026-04-30 04:28:47] "POST /neutron/port HTTP/1.1" 200 1125 0.025174 10.0.0.73 - - [2026-04-30 04:28:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009888 10.0.0.73 - - [2026-04-30 04:28:55] "POST /neutron/network HTTP/1.1" 200 938 0.009372 10.0.0.73 - - [2026-04-30 04:28:55] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.73 - - [2026-04-30 04:28:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009216 10.0.0.73 - - [2026-04-30 04:29:00] "POST /neutron/network HTTP/1.1" 200 843 0.009638 10.0.0.73 - - [2026-04-30 04:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.73 - - [2026-04-30 04:29:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009318 10.0.0.73 - - [2026-04-30 04:29:13] "POST /neutron/port HTTP/1.1" 200 1125 0.027698 10.0.0.73 - - [2026-04-30 04:29:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009458 10.0.0.73 - - [2026-04-30 04:29:23] "POST /neutron/port HTTP/1.1" 200 1125 0.025783 10.0.0.73 - - [2026-04-30 04:29:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009507 10.0.0.73 - - [2026-04-30 04:29:23] "GET /virtual-machine/939fd006-8c27-488f-87d3-66aa6bea23f9 HTTP/1.1" 200 1293 0.007642 10.0.0.73 - - [2026-04-30 04:29:23] "GET /virtual-machine-interface/d6a2143d-e599-4867-8602-594be9779fbb HTTP/1.1" 200 2958 0.007099 10.0.0.73 - - [2026-04-30 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.73 - - [2026-04-30 04:29:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005262 10.0.0.73 - - [2026-04-30 04:29:23] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003862 10.0.0.73 - - [2026-04-30 04:29:24] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006541 10.0.0.73 - - [2026-04-30 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.73 - - [2026-04-30 04:29:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006741 10.0.0.73 - - [2026-04-30 04:29:25] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004457 10.0.0.73 - - [2026-04-30 04:29:25] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006529 10.0.0.73 - - [2026-04-30 04:29:25] "POST /neutron/port HTTP/1.1" 200 1125 0.021058 10.0.0.73 - - [2026-04-30 04:29:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008419 10.0.0.73 - - [2026-04-30 04:29:25] "GET /virtual-machine/d4fa743c-6790-4903-a2fb-eaed1b0f3c13 HTTP/1.1" 200 1294 0.007108 10.0.0.73 - - [2026-04-30 04:29:25] "GET /virtual-machine-interface/47983a89-40dd-4e62-ab8c-fb005cf2a303 HTTP/1.1" 200 2958 0.007119 10.0.0.73 - - [2026-04-30 04:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.73 - - [2026-04-30 04:29:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004378 10.0.0.73 - - [2026-04-30 04:29:25] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004194 10.0.0.73 - - [2026-04-30 04:29:25] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008195 10.0.0.73 - - [2026-04-30 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010484 10.0.0.73 - - [2026-04-30 04:29:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007714 10.0.0.73 - - [2026-04-30 04:29:26] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004025 10.0.0.73 - - [2026-04-30 04:29:26] "GET /virtual-network/d94b27c1-2c98-4b5c-827c-7a84135b48b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009111 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.004382 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.73 - - [2026-04-30 04:29:27] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010933 10.0.0.73 - - [2026-04-30 04:29:27] "POST /control-node-zones HTTP/1.1" 200 569 0.047767 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.73 - - [2026-04-30 04:29:27] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005517 10.0.0.73 - - [2026-04-30 04:29:27] "GET /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007723 10.0.0.73 - - [2026-04-30 04:29:27] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.028020 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.005827 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.73 - - [2026-04-30 04:29:27] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007077 10.0.0.73 - - [2026-04-30 04:29:27] "POST /control-node-zones HTTP/1.1" 200 569 0.035232 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.73 - - [2026-04-30 04:29:27] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005832 10.0.0.73 - - [2026-04-30 04:29:27] "GET /control-node-zone/0c0c3a5a-f5c5-41b4-a43b-e2fe40c08c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007713 10.0.0.73 - - [2026-04-30 04:29:27] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.032657 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.004658 10.0.0.73 - - [2026-04-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005581 10.0.0.73 - - [2026-04-30 04:29:27] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009215 10.0.0.73 - - [2026-04-30 04:29:27] "POST /control-node-zones HTTP/1.1" 200 569 0.032265 10.0.0.73 - - [2026-04-30 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.73 - - [2026-04-30 04:29:28] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005426 10.0.0.73 - - [2026-04-30 04:29:28] "GET /control-node-zone/a6b155d4-e7b5-4da3-b4d1-9c961701298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008396 10.0.0.73 - - [2026-04-30 04:29:28] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.031874 10.0.0.73 - - [2026-04-30 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.73 - - [2026-04-30 04:29:28] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006888 10.0.0.73 - - [2026-04-30 04:29:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003603 10.0.0.73 - - [2026-04-30 04:29:28] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.042839 10.0.0.73 - - [2026-04-30 04:29:28] "POST /neutron/network HTTP/1.1" 200 833 0.008835 10.0.0.73 - - [2026-04-30 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.73 - - [2026-04-30 04:29:28] "GET /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.008097 10.0.0.73 - - [2026-04-30 04:29:28] "GET /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004760 10.0.0.73 - - [2026-04-30 04:29:28] "POST /ref-update HTTP/1.1" 200 156 0.018853 10.0.0.141 - - [2026-04-30 04:29:38] "GET /obj-perms HTTP/1.1" 200 5056 0.074700 10.0.0.73 - - [2026-04-30 04:29:50] "GET /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.008730 10.0.0.73 - - [2026-04-30 04:29:50] "GET /virtual-machine-interface/13b9d12c-d9e9-44c8-bceb-703ba001c471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008023 10.0.0.73 - - [2026-04-30 04:29:50] "POST /ref-update HTTP/1.1" 200 156 0.016348 10.0.0.141 - - [2026-04-30 04:29:50] "POST /bgp-routers HTTP/1.1" 200 594 0.068982 10.0.0.141 - - [2026-04-30 04:29:50] "POST /ref-update HTTP/1.1" 200 156 0.017912 10.0.0.73 - - [2026-04-30 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.73 - - [2026-04-30 04:29:52] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009552 10.0.0.73 - - [2026-04-30 04:29:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.004081 10.0.0.73 - - [2026-04-30 04:29:52] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.044774 10.0.0.73 - - [2026-04-30 04:29:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.016081 10.0.0.73 - - [2026-04-30 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.73 - - [2026-04-30 04:29:52] "GET /bgp-as-a-service/458204f9-61e5-4c3c-b779-3c9cf5a03317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007786 10.0.0.73 - - [2026-04-30 04:29:52] "GET /control-node-zone/0c0c3a5a-f5c5-41b4-a43b-e2fe40c08c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005242 10.0.0.73 - - [2026-04-30 04:29:52] "POST /ref-update HTTP/1.1" 200 156 0.020675 10.0.0.73 - - [2026-04-30 04:29:57] "POST /neutron/port HTTP/1.1" 200 1125 0.026471 10.0.0.73 - - [2026-04-30 04:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004256 10.0.0.73 - - [2026-04-30 04:29:57] "POST /neutron/network HTTP/1.1" 200 833 0.007421 10.0.0.73 - - [2026-04-30 04:30:01] "GET /bgp-as-a-service/458204f9-61e5-4c3c-b779-3c9cf5a03317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.012515 10.0.0.73 - - [2026-04-30 04:30:01] "GET /virtual-machine-interface/d6a2143d-e599-4867-8602-594be9779fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008559 10.0.0.73 - - [2026-04-30 04:30:01] "POST /ref-update HTTP/1.1" 200 156 0.025449 10.0.0.141 - - [2026-04-30 04:30:02] "POST /ref-update HTTP/1.1" 200 156 0.045547 10.0.0.73 - - [2026-04-30 04:30:02] "POST /neutron/network HTTP/1.1" 200 843 0.007970 10.0.0.73 - - [2026-04-30 04:30:02] "POST /neutron/port HTTP/1.1" 200 117 0.001468 10.0.0.73 - - [2026-04-30 04:30:21] "GET /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005364 10.0.0.73 - - [2026-04-30 04:30:21] "POST /ref-update HTTP/1.1" 200 156 0.023043 10.0.0.73 - - [2026-04-30 04:30:21] "GET /control-node-zone/0c0c3a5a-f5c5-41b4-a43b-e2fe40c08c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005848 10.0.0.73 - - [2026-04-30 04:30:21] "POST /ref-update HTTP/1.1" 200 156 0.029998 10.0.0.73 - - [2026-04-30 04:30:21] "GET /control-node-zone/a6b155d4-e7b5-4da3-b4d1-9c961701298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005808 10.0.0.73 - - [2026-04-30 04:30:21] "POST /ref-update HTTP/1.1" 200 156 0.026560 10.0.0.73 - - [2026-04-30 04:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.73 - - [2026-04-30 04:30:21] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005448 10.0.0.73 - - [2026-04-30 04:30:21] "GET /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004856 10.0.0.73 - - [2026-04-30 04:30:21] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.027050 10.0.0.73 - - [2026-04-30 04:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.73 - - [2026-04-30 04:30:22] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006413 10.0.0.73 - - [2026-04-30 04:30:22] "GET /control-node-zone/0c0c3a5a-f5c5-41b4-a43b-e2fe40c08c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004722 10.0.0.73 - - [2026-04-30 04:30:22] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.025240 10.0.0.73 - - [2026-04-30 04:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.73 - - [2026-04-30 04:30:22] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006056 10.0.0.73 - - [2026-04-30 04:30:22] "GET /control-node-zone/a6b155d4-e7b5-4da3-b4d1-9c961701298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005179 10.0.0.73 - - [2026-04-30 04:30:22] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.025014 10.0.0.73 - - [2026-04-30 04:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.73 - - [2026-04-30 04:30:40] "GET /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.007770 10.0.0.73 - - [2026-04-30 04:30:40] "GET /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004786 10.0.0.73 - - [2026-04-30 04:30:40] "POST /ref-update HTTP/1.1" 200 156 0.019548 10.0.0.73 - - [2026-04-30 04:30:41] "GET /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005400 10.0.0.73 - - [2026-04-30 04:30:41] "POST /ref-update HTTP/1.1" 200 156 0.033944 10.0.0.73 - - [2026-04-30 04:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.73 - - [2026-04-30 04:30:41] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007826 10.0.0.73 - - [2026-04-30 04:30:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.010948 10.0.0.73 - - [2026-04-30 04:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006151 10.0.0.73 - - [2026-04-30 04:30:41] "GET /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007290 10.0.0.73 - - [2026-04-30 04:30:41] "GET /control-node-zone/a6b155d4-e7b5-4da3-b4d1-9c961701298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004947 10.0.0.73 - - [2026-04-30 04:30:41] "POST /ref-update HTTP/1.1" 200 156 0.019330 10.0.0.73 - - [2026-04-30 04:30:44] "GET /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.007519 10.0.0.73 - - [2026-04-30 04:30:44] "GET /virtual-machine-interface/13b9d12c-d9e9-44c8-bceb-703ba001c471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010869 10.0.0.73 - - [2026-04-30 04:30:57] "POST /neutron/port HTTP/1.1" 200 1217 0.051630 10.0.0.73 - - [2026-04-30 04:30:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004709 10.0.0.73 - - [2026-04-30 04:30:57] "POST /neutron/port HTTP/1.1" 200 117 0.001427 10.0.0.73 - - [2026-04-30 04:30:57] "GET /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005810 10.0.0.73 - - [2026-04-30 04:30:57] "GET /virtual-machine-interface/13b9d12c-d9e9-44c8-bceb-703ba001c471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008726 10.0.0.73 - - [2026-04-30 04:30:57] "POST /ref-update HTTP/1.1" 200 156 0.017380 10.0.0.141 - - [2026-04-30 04:30:57] "POST /ref-update HTTP/1.1" 200 156 0.023401 10.0.0.73 - - [2026-04-30 04:30:57] "GET /bgp-as-a-service/458204f9-61e5-4c3c-b779-3c9cf5a03317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.010767 10.0.0.73 - - [2026-04-30 04:30:57] "GET /virtual-machine-interface/d6a2143d-e599-4867-8602-594be9779fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010144 10.0.0.73 - - [2026-04-30 04:30:57] "POST /ref-update HTTP/1.1" 200 156 0.040905 10.0.0.141 - - [2026-04-30 04:30:57] "POST /ref-update HTTP/1.1" 200 156 0.013906 10.0.0.73 - - [2026-04-30 04:30:57] "DELETE /bgp-as-a-service/458204f9-61e5-4c3c-b779-3c9cf5a03317 HTTP/1.1" 200 115 0.072974 10.0.0.73 - - [2026-04-30 04:30:57] "GET /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.015438 10.0.0.73 - - [2026-04-30 04:30:57] "GET /virtual-machine-interface/13b9d12c-d9e9-44c8-bceb-703ba001c471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.014824 10.0.0.73 - - [2026-04-30 04:30:58] "DELETE /bgp-as-a-service/fe03ad0f-3c13-4b62-bd5c-6d3e4128d8f5 HTTP/1.1" 200 115 0.079080 10.0.0.73 - - [2026-04-30 04:30:58] "GET /control-node-zone/a6b155d4-e7b5-4da3-b4d1-9c961701298d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005639 10.0.0.73 - - [2026-04-30 04:30:58] "POST /ref-update HTTP/1.1" 200 156 0.023342 10.0.0.73 - - [2026-04-30 04:30:58] "DELETE /control-node-zone/a6b155d4-e7b5-4da3-b4d1-9c961701298d HTTP/1.1" 200 115 0.033065 10.0.0.73 - - [2026-04-30 04:30:58] "GET /control-node-zone/0c0c3a5a-f5c5-41b4-a43b-e2fe40c08c2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005728 10.0.0.73 - - [2026-04-30 04:30:58] "POST /ref-update HTTP/1.1" 200 156 0.025832 10.0.0.73 - - [2026-04-30 04:30:58] "DELETE /control-node-zone/0c0c3a5a-f5c5-41b4-a43b-e2fe40c08c2a HTTP/1.1" 200 115 0.044398 10.0.0.73 - - [2026-04-30 04:30:58] "GET /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006547 10.0.0.73 - - [2026-04-30 04:30:58] "DELETE /control-node-zone/085af74a-88e6-4719-ae65-2533737f6077 HTTP/1.1" 200 115 0.040035 10.0.0.73 - - [2026-04-30 04:30:58] "POST /neutron/network HTTP/1.1" 200 833 0.008533 10.0.0.73 - - [2026-04-30 04:30:59] "POST /neutron/port HTTP/1.1" 200 1125 0.023381 10.0.0.73 - - [2026-04-30 04:30:59] "POST /neutron/port HTTP/1.1" 200 1125 0.024046 10.0.0.73 - - [2026-04-30 04:30:59] "POST /neutron/port HTTP/1.1" 200 1115 0.033309 10.0.0.141 - - [2026-04-30 04:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010314 10.0.0.33 - - [2026-04-30 04:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.054184 10.0.0.33 - - [2026-04-30 04:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006541 10.0.0.73 - - [2026-04-30 04:31:01] "POST /neutron/network HTTP/1.1" 200 151 0.299570 10.0.0.141 - - [2026-04-30 04:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.141 - - [2026-04-30 04:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.141 - - [2026-04-30 04:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.141 - - [2026-04-30 04:31:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.73 - - [2026-04-30 04:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.73 - - [2026-04-30 04:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.73 - - [2026-04-30 04:31:02] "POST /neutron/network HTTP/1.1" 200 1122 0.057749 10.0.0.33 - - [2026-04-30 04:31:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.73 - - [2026-04-30 04:31:03] "POST /neutron/subnet HTTP/1.1" 200 1379 0.044932 10.0.0.33 - - [2026-04-30 04:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001204 10.0.0.73 - - [2026-04-30 04:31:03] "POST /neutron/network HTTP/1.1" 200 1112 0.012795 10.0.0.73 - - [2026-04-30 04:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.73 - - [2026-04-30 04:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.73 - - [2026-04-30 04:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005202 10.0.0.33 - - [2026-04-30 04:31:03] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001590 10.0.0.73 - - [2026-04-30 04:31:03] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079324 10.0.0.33 - - [2026-04-30 04:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.33 - - [2026-04-30 04:31:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000698 10.0.0.141 - - [2026-04-30 04:31:04] "POST /ref-update HTTP/1.1" 200 156 0.035310 10.0.0.33 - - [2026-04-30 04:31:04] "POST /useragent-kv HTTP/1.1" 200 115 0.011547 10.0.0.73 - - [2026-04-30 04:31:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.255488 10.0.0.73 - - [2026-04-30 04:31:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001513 10.0.0.73 - - [2026-04-30 04:31:04] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008130 10.0.0.73 - - [2026-04-30 04:31:04] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008038 10.0.0.73 - - [2026-04-30 04:31:04] "POST /neutron/network HTTP/1.1" 200 831 0.012180 10.0.0.73 - - [2026-04-30 04:31:04] "POST /id-to-fqname HTTP/1.1" 200 225 0.001974 10.0.0.73 - - [2026-04-30 04:31:04] "POST /neutron/network HTTP/1.1" 200 841 0.017760 10.0.0.33 - - [2026-04-30 04:31:05] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.73 - - [2026-04-30 04:31:05] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.098513 10.0.0.73 - - [2026-04-30 04:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.008807 10.0.0.73 - - [2026-04-30 04:31:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001498 10.0.0.73 - - [2026-04-30 04:31:06] "POST /neutron/network HTTP/1.1" 200 841 0.008106 10.0.0.73 - - [2026-04-30 04:31:06] "POST /neutron/port HTTP/1.1" 200 1059 0.025157 10.0.0.73 - - [2026-04-30 04:31:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004713 10.0.0.73 - - [2026-04-30 04:31:07] "POST /neutron/network HTTP/1.1" 200 831 0.011635 10.0.0.33 - - [2026-04-30 04:31:07] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001888 10.0.0.73 - - [2026-04-30 04:31:07] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.140950 10.0.0.73 - - [2026-04-30 04:31:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009799 10.0.0.73 - - [2026-04-30 04:31:07] "POST /id-to-fqname HTTP/1.1" 200 225 0.001844 10.0.0.73 - - [2026-04-30 04:31:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014874 10.0.0.73 - - [2026-04-30 04:31:08] "POST /neutron/network HTTP/1.1" 200 841 0.008594 10.0.0.73 - - [2026-04-30 04:31:08] "POST /neutron/port HTTP/1.1" 200 1113 0.145385 10.0.0.73 - - [2026-04-30 04:31:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.011429 10.0.0.33 - - [2026-04-30 04:31:08] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001278 10.0.0.73 - - [2026-04-30 04:31:09] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.105925 10.0.0.73 - - [2026-04-30 04:31:09] "POST /neutron/network HTTP/1.1" 200 831 0.042533 10.0.0.73 - - [2026-04-30 04:31:09] "POST /neutron/port HTTP/1.1" 200 117 0.008699 10.0.0.73 - - [2026-04-30 04:31:09] "POST /neutron/port HTTP/1.1" 200 1123 0.031114 10.0.0.73 - - [2026-04-30 04:31:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009908 10.0.0.73 - - [2026-04-30 04:31:09] "GET /virtual-machine/60f937a5-2a60-405c-9df8-83ae993bd6e2 HTTP/1.1" 200 1293 0.012753 10.0.0.73 - - [2026-04-30 04:31:09] "GET /virtual-machine-interface/695a3e00-2b31-4d04-97e6-c0b52bdec17a HTTP/1.1" 200 2958 0.010261 10.0.0.73 - - [2026-04-30 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.73 - - [2026-04-30 04:31:09] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006835 10.0.0.73 - - [2026-04-30 04:31:09] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003931 10.0.0.73 - - [2026-04-30 04:31:09] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007031 10.0.0.73 - - [2026-04-30 04:31:10] "POST /neutron/port HTTP/1.1" 200 1059 0.026629 10.0.0.73 - - [2026-04-30 04:31:10] "POST /neutron/port HTTP/1.1" 200 1123 0.029159 10.0.0.73 - - [2026-04-30 04:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.73 - - [2026-04-30 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.034780 10.0.0.73 - - [2026-04-30 04:31:13] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007198 10.0.0.73 - - [2026-04-30 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.73 - - [2026-04-30 04:31:17] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006424 10.0.0.73 - - [2026-04-30 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.73 - - [2026-04-30 04:31:21] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006986 10.0.0.73 - - [2026-04-30 04:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.73 - - [2026-04-30 04:31:25] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006512 10.0.0.73 - - [2026-04-30 04:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.73 - - [2026-04-30 04:31:29] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007227 10.0.0.73 - - [2026-04-30 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.73 - - [2026-04-30 04:31:33] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006908 10.0.0.73 - - [2026-04-30 04:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.73 - - [2026-04-30 04:31:37] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.012283 10.0.0.33 - - [2026-04-30 04:31:39] "GET /obj-perms HTTP/1.1" 200 5056 0.065888 10.0.0.73 - - [2026-04-30 04:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.73 - - [2026-04-30 04:31:41] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008018 10.0.0.73 - - [2026-04-30 04:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.73 - - [2026-04-30 04:31:45] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007524 10.0.0.73 - - [2026-04-30 04:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.73 - - [2026-04-30 04:31:49] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006462 10.0.0.73 - - [2026-04-30 04:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.73 - - [2026-04-30 04:31:54] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007734 10.0.0.73 - - [2026-04-30 04:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.73 - - [2026-04-30 04:31:58] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008685 10.0.0.73 - - [2026-04-30 04:31:58] "POST /neutron/port HTTP/1.1" 200 1108 0.023708 10.0.0.73 - - [2026-04-30 04:31:58] "POST /neutron/subnet HTTP/1.1" 200 704 0.014368 10.0.0.73 - - [2026-04-30 04:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.73 - - [2026-04-30 04:32:02] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007299 10.0.0.73 - - [2026-04-30 04:32:03] "POST /neutron/port HTTP/1.1" 200 1108 0.029528 10.0.0.73 - - [2026-04-30 04:32:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006482 10.0.0.73 - - [2026-04-30 04:32:03] "POST /neutron/network HTTP/1.1" 200 928 0.009772 10.0.0.73 - - [2026-04-30 04:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.73 - - [2026-04-30 04:32:06] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007723 10.0.0.73 - - [2026-04-30 04:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.73 - - [2026-04-30 04:32:10] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008009 10.0.0.73 - - [2026-04-30 04:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005465 10.0.0.73 - - [2026-04-30 04:32:14] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007181 10.0.0.73 - - [2026-04-30 04:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.73 - - [2026-04-30 04:32:18] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005825 10.0.0.73 - - [2026-04-30 04:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.73 - - [2026-04-30 04:32:22] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006421 10.0.0.73 - - [2026-04-30 04:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.73 - - [2026-04-30 04:32:26] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008498 10.0.0.73 - - [2026-04-30 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240 10.0.0.73 - - [2026-04-30 04:32:30] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006716 10.0.0.73 - - [2026-04-30 04:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.73 - - [2026-04-30 04:32:34] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006950 10.0.0.73 - - [2026-04-30 04:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.73 - - [2026-04-30 04:32:39] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008046 10.0.0.73 - - [2026-04-30 04:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.73 - - [2026-04-30 04:32:43] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006920 10.0.0.73 - - [2026-04-30 04:32:46] "POST /neutron/port HTTP/1.1" 200 1123 0.050061 10.0.0.73 - - [2026-04-30 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.73 - - [2026-04-30 04:32:47] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006509 10.0.0.73 - - [2026-04-30 04:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.73 - - [2026-04-30 04:32:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005824 10.0.0.73 - - [2026-04-30 04:32:49] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004715 10.0.0.73 - - [2026-04-30 04:32:49] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006879 10.0.0.73 - - [2026-04-30 04:32:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034150 10.0.0.73 - - [2026-04-30 04:32:54] "POST /neutron/port HTTP/1.1" 200 1123 0.024188 10.0.0.73 - - [2026-04-30 04:32:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013844 10.0.0.73 - - [2026-04-30 04:33:03] "POST /neutron/network HTTP/1.1" 200 1122 0.010473 10.0.0.73 - - [2026-04-30 04:33:03] "POST /neutron/subnet HTTP/1.1" 200 1379 0.022008 10.0.0.73 - - [2026-04-30 04:33:03] "POST /neutron/network HTTP/1.1" 200 1112 0.013007 10.0.0.73 - - [2026-04-30 04:33:10] "POST /neutron/port HTTP/1.1" 200 1123 0.026730 10.0.0.73 - - [2026-04-30 04:33:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009284 10.0.0.73 - - [2026-04-30 04:33:25] "POST /neutron/port HTTP/1.1" 200 1123 0.025422 10.0.0.73 - - [2026-04-30 04:33:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009564 10.0.0.73 - - [2026-04-30 04:33:41] "GET /obj-perms HTTP/1.1" 200 5056 0.076348 10.0.0.73 - - [2026-04-30 04:33:41] "POST /neutron/port HTTP/1.1" 200 1123 0.022711 10.0.0.141 - - [2026-04-30 04:33:41] "GET /obj-perms HTTP/1.1" 200 5056 0.062996 10.0.0.73 - - [2026-04-30 04:33:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009524 10.0.0.73 - - [2026-04-30 04:33:52] "POST /neutron/port HTTP/1.1" 200 1123 0.031040 10.0.0.73 - - [2026-04-30 04:33:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010337 10.0.0.73 - - [2026-04-30 04:33:52] "GET /virtual-machine/2ffd6f32-5bac-46af-9016-f8cea7ef5500 HTTP/1.1" 200 1293 0.043424 10.0.0.73 - - [2026-04-30 04:33:52] "GET /virtual-machine-interface/836cbaf8-1704-4912-903f-f8bbb43ebf37 HTTP/1.1" 200 2958 0.007272 10.0.0.73 - - [2026-04-30 04:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.73 - - [2026-04-30 04:33:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004768 10.0.0.73 - - [2026-04-30 04:33:52] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003584 10.0.0.73 - - [2026-04-30 04:33:52] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007242 10.0.0.73 - - [2026-04-30 04:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.73 - - [2026-04-30 04:33:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.73 - - [2026-04-30 04:33:53] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004911 10.0.0.73 - - [2026-04-30 04:33:53] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008291 10.0.0.73 - - [2026-04-30 04:33:53] "POST /neutron/port HTTP/1.1" 200 1123 0.023239 10.0.0.73 - - [2026-04-30 04:33:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010637 10.0.0.73 - - [2026-04-30 04:33:53] "GET /virtual-machine/250cbe23-43d1-46d7-95fc-5a7d0dba76c2 HTTP/1.1" 200 1293 0.007825 10.0.0.73 - - [2026-04-30 04:33:53] "GET /virtual-machine-interface/314d17c0-b96a-4c01-ba50-609a1196c543 HTTP/1.1" 200 2958 0.008147 10.0.0.73 - - [2026-04-30 04:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.73 - - [2026-04-30 04:33:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004622 10.0.0.73 - - [2026-04-30 04:33:54] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003670 10.0.0.73 - - [2026-04-30 04:33:54] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006931 10.0.0.73 - - [2026-04-30 04:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.73 - - [2026-04-30 04:33:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004762 10.0.0.73 - - [2026-04-30 04:33:55] "GET /virtual-networks?parent_id=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003670 10.0.0.73 - - [2026-04-30 04:33:55] "GET /virtual-network/7148061d-6587-49ff-83ab-fd672f5603f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006790 10.0.0.73 - - [2026-04-30 04:34:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.006666 10.0.0.73 - - [2026-04-30 04:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.73 - - [2026-04-30 04:34:00] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.011131 10.0.0.73 - - [2026-04-30 04:34:00] "POST /control-node-zones HTTP/1.1" 200 569 0.059795 10.0.0.73 - - [2026-04-30 04:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006071 10.0.0.73 - - [2026-04-30 04:34:00] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007837 10.0.0.73 - - [2026-04-30 04:34:00] "GET /control-node-zone/b0e7c6b3-0e70-4618-99b3-3f41381ba0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009077 10.0.0.73 - - [2026-04-30 04:34:00] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.034553 10.0.0.73 - - [2026-04-30 04:34:00] "POST /fqname-to-id HTTP/1.1" 404 198 0.005358 10.0.0.73 - - [2026-04-30 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.73 - - [2026-04-30 04:34:01] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010163 10.0.0.73 - - [2026-04-30 04:34:01] "POST /control-node-zones HTTP/1.1" 200 569 0.041593 10.0.0.73 - - [2026-04-30 04:34:01] "POST /neutron/port HTTP/1.1" 200 1217 0.027470 10.0.0.73 - - [2026-04-30 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.73 - - [2026-04-30 04:34:01] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008950 10.0.0.73 - - [2026-04-30 04:34:01] "GET /control-node-zone/dd944180-13e2-4678-a9a2-e6a171cad728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008631 10.0.0.73 - - [2026-04-30 04:34:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007451 10.0.0.73 - - [2026-04-30 04:34:01] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.039648 10.0.0.73 - - [2026-04-30 04:34:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.005647 10.0.0.73 - - [2026-04-30 04:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.001748 10.0.0.73 - - [2026-04-30 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.73 - - [2026-04-30 04:34:01] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009642 10.0.0.73 - - [2026-04-30 04:34:01] "POST /control-node-zones HTTP/1.1" 200 569 0.038562 10.0.0.73 - - [2026-04-30 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.73 - - [2026-04-30 04:34:01] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008067 10.0.0.73 - - [2026-04-30 04:34:01] "GET /control-node-zone/02306a2f-7276-4632-a71f-dd5093812fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.009442 10.0.0.73 - - [2026-04-30 04:34:01] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.036639 10.0.0.73 - - [2026-04-30 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.73 - - [2026-04-30 04:34:01] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007959 10.0.0.73 - - [2026-04-30 04:34:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.004152 10.0.0.73 - - [2026-04-30 04:34:01] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.047148 10.0.0.73 - - [2026-04-30 04:34:02] "POST /neutron/network HTTP/1.1" 200 831 0.009272 10.0.0.73 - - [2026-04-30 04:34:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.011967 10.0.0.73 - - [2026-04-30 04:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.73 - - [2026-04-30 04:34:02] "GET /bgp-as-a-service/1497b37e-1084-498b-96df-42b808f98f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007976 10.0.0.73 - - [2026-04-30 04:34:02] "GET /control-node-zone/b0e7c6b3-0e70-4618-99b3-3f41381ba0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004887 10.0.0.73 - - [2026-04-30 04:34:02] "POST /ref-update HTTP/1.1" 200 156 0.021182 10.0.0.73 - - [2026-04-30 04:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.73 - - [2026-04-30 04:34:02] "GET /bgp-as-a-service/1497b37e-1084-498b-96df-42b808f98f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007172 10.0.0.73 - - [2026-04-30 04:34:02] "GET /control-node-zone/dd944180-13e2-4678-a9a2-e6a171cad728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005053 10.0.0.73 - - [2026-04-30 04:34:02] "POST /ref-update HTTP/1.1" 200 156 0.023555 10.0.0.73 - - [2026-04-30 04:34:05] "POST /neutron/network HTTP/1.1" 200 938 0.010334 10.0.0.73 - - [2026-04-30 04:34:05] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.73 - - [2026-04-30 04:34:26] "GET /bgp-as-a-service/1497b37e-1084-498b-96df-42b808f98f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007524 10.0.0.73 - - [2026-04-30 04:34:26] "GET /virtual-machine-interface/695a3e00-2b31-4d04-97e6-c0b52bdec17a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008167 10.0.0.73 - - [2026-04-30 04:34:26] "POST /ref-update HTTP/1.1" 200 156 0.016164 10.0.0.141 - - [2026-04-30 04:34:26] "POST /ref-update HTTP/1.1" 200 156 0.035202 10.0.0.73 - - [2026-04-30 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.73 - - [2026-04-30 04:34:27] "GET /global-system-config/2a9141e5-6a02-4e74-a52f-2deaebc1428d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009103 10.0.0.73 - - [2026-04-30 04:34:27] "POST /fqname-to-id HTTP/1.1" 404 234 0.004738 10.0.0.73 - - [2026-04-30 04:34:27] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.040471 10.0.0.73 - - [2026-04-30 04:34:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.011575 10.0.0.73 - - [2026-04-30 04:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.73 - - [2026-04-30 04:34:27] "GET /bgp-as-a-service/8b5fc706-8a4f-43e8-9c90-e43a9d79d2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006810 10.0.0.73 - - [2026-04-30 04:34:27] "GET /control-node-zone/b0e7c6b3-0e70-4618-99b3-3f41381ba0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004941 10.0.0.73 - - [2026-04-30 04:34:27] "POST /ref-update HTTP/1.1" 200 156 0.022344 10.0.0.73 - - [2026-04-30 04:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.73 - - [2026-04-30 04:34:28] "GET /bgp-as-a-service/8b5fc706-8a4f-43e8-9c90-e43a9d79d2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007989 10.0.0.73 - - [2026-04-30 04:34:28] "GET /control-node-zone/dd944180-13e2-4678-a9a2-e6a171cad728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004325 10.0.0.73 - - [2026-04-30 04:34:28] "POST /ref-update HTTP/1.1" 200 156 0.017368 10.0.0.73 - - [2026-04-30 04:34:37] "GET /bgp-as-a-service/8b5fc706-8a4f-43e8-9c90-e43a9d79d2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008240 10.0.0.73 - - [2026-04-30 04:34:37] "GET /virtual-machine-interface/836cbaf8-1704-4912-903f-f8bbb43ebf37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.010501 10.0.0.73 - - [2026-04-30 04:34:37] "POST /ref-update HTTP/1.1" 200 156 0.020076 10.0.0.141 - - [2026-04-30 04:34:37] "POST /bgp-routers HTTP/1.1" 200 640 0.054384 10.0.0.141 - - [2026-04-30 04:34:37] "PUT /bgp-router/229606b9-2106-4b51-8f60-e0d2ce5da186 HTTP/1.1" 200 254 0.067014 10.0.0.73 - - [2026-04-30 04:35:01] "POST /neutron/port HTTP/1.1" 200 1108 0.055841 10.0.0.73 - - [2026-04-30 04:35:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005766 10.0.0.73 - - [2026-04-30 04:35:01] "POST /neutron/network HTTP/1.1" 200 928 0.011526 10.0.0.73 - - [2026-04-30 04:35:04] "GET /bgp-as-a-service/8b5fc706-8a4f-43e8-9c90-e43a9d79d2e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.008231 10.0.0.73 - - [2026-04-30 04:35:04] "GET /virtual-machine-interface/836cbaf8-1704-4912-903f-f8bbb43ebf37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.011139 10.0.0.73 - - [2026-04-30 04:35:04] "POST /ref-update HTTP/1.1" 200 156 0.019960 10.0.0.73 - - [2026-04-30 04:35:04] "DELETE /bgp-as-a-service/8b5fc706-8a4f-43e8-9c90-e43a9d79d2e1 HTTP/1.1" 200 115 0.062771 10.0.0.73 - - [2026-04-30 04:35:04] "GET /bgp-as-a-service/1497b37e-1084-498b-96df-42b808f98f5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.010800 10.0.0.73 - - [2026-04-30 04:35:04] "GET /virtual-machine-interface/695a3e00-2b31-4d04-97e6-c0b52bdec17a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.013468 10.0.0.73 - - [2026-04-30 04:35:04] "POST /ref-update HTTP/1.1" 200 156 0.019316 10.0.0.73 - - [2026-04-30 04:35:05] "DELETE /bgp-as-a-service/1497b37e-1084-498b-96df-42b808f98f5e HTTP/1.1" 200 115 0.095605 10.0.0.73 - - [2026-04-30 04:35:05] "GET /control-node-zone/02306a2f-7276-4632-a71f-dd5093812fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006431 10.0.0.73 - - [2026-04-30 04:35:05] "POST /ref-update HTTP/1.1" 200 156 0.041686 10.0.0.73 - - [2026-04-30 04:35:05] "DELETE /control-node-zone/02306a2f-7276-4632-a71f-dd5093812fd0 HTTP/1.1" 200 115 0.055355 10.0.0.73 - - [2026-04-30 04:35:05] "GET /control-node-zone/dd944180-13e2-4678-a9a2-e6a171cad728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009248 10.0.0.73 - - [2026-04-30 04:35:05] "POST /ref-update HTTP/1.1" 200 156 0.044652 10.0.0.73 - - [2026-04-30 04:35:05] "DELETE /control-node-zone/dd944180-13e2-4678-a9a2-e6a171cad728 HTTP/1.1" 200 115 0.076481 10.0.0.73 - - [2026-04-30 04:35:05] "GET /control-node-zone/b0e7c6b3-0e70-4618-99b3-3f41381ba0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009034 10.0.0.141 - - [2026-04-30 04:35:05] "DELETE /bgp-router/229606b9-2106-4b51-8f60-e0d2ce5da186 HTTP/1.1" 200 115 0.186060 10.0.0.73 - - [2026-04-30 04:35:05] "POST /ref-update HTTP/1.1" 200 156 0.080855 10.0.0.73 - - [2026-04-30 04:35:05] "DELETE /control-node-zone/b0e7c6b3-0e70-4618-99b3-3f41381ba0ee HTTP/1.1" 200 115 0.078733 10.0.0.73 - - [2026-04-30 04:35:05] "POST /neutron/network HTTP/1.1" 200 841 0.010948 10.0.0.73 - - [2026-04-30 04:35:06] "POST /neutron/port HTTP/1.1" 200 117 0.001685 10.0.0.73 - - [2026-04-30 04:35:06] "POST /neutron/network HTTP/1.1" 400 204 0.020898 10.0.0.73 - - [2026-04-30 04:35:06] "POST /neutron/port HTTP/1.1" 200 1123 0.023441 10.0.0.73 - - [2026-04-30 04:35:06] "POST /neutron/port HTTP/1.1" 200 151 0.359197 10.0.0.73 - - [2026-04-30 04:35:07] "POST /neutron/port HTTP/1.1" 200 151 0.229366 10.0.0.141 - - [2026-04-30 04:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007960 10.0.0.33 - - [2026-04-30 04:35:09] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003600 10.0.0.73 - - [2026-04-30 04:35:09] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.086714 10.0.0.33 - - [2026-04-30 04:35:09] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.73 - - [2026-04-30 04:35:09] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?fields=virtual_networks HTTP/1.1" 200 1035 0.075738 10.0.0.33 - - [2026-04-30 04:35:09] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.73 - - [2026-04-30 04:35:10] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.066481 10.0.0.33 - - [2026-04-30 04:35:10] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001301 10.0.0.73 - - [2026-04-30 04:35:10] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?fields=security_groups HTTP/1.1" 200 1262 0.050059 10.0.0.73 - - [2026-04-30 04:35:11] "POST /fqname-to-id HTTP/1.1" 404 181 0.032690 10.0.0.33 - - [2026-04-30 04:35:11] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003716 10.0.0.33 - - [2026-04-30 04:35:11] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001594 10.0.0.33 - - [2026-04-30 04:35:11] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045896 10.0.0.33 - - [2026-04-30 04:35:11] "POST /id-to-fqname HTTP/1.1" 200 183 0.005297 10.0.0.33 - - [2026-04-30 04:35:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.010700 10.0.0.33 - - [2026-04-30 04:35:11] "POST /security-groups HTTP/1.1" 200 584 0.038858 10.0.0.33 - - [2026-04-30 04:35:11] "POST /projects HTTP/1.1" 200 571 0.282004 10.0.0.33 - - [2026-04-30 04:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.317839 10.0.0.141 - - [2026-04-30 04:35:11] "POST /access-control-lists HTTP/1.1" 200 589 0.036912 10.0.0.73 - - [2026-04-30 04:35:11] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.558389 10.0.0.73 - - [2026-04-30 04:35:12] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.33 - - [2026-04-30 04:35:15] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001366 10.0.0.73 - - [2026-04-30 04:35:15] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.063377 10.0.0.33 - - [2026-04-30 04:35:15] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001762 10.0.0.73 - - [2026-04-30 04:35:16] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?fields=virtual_networks HTTP/1.1" 200 1019 0.069206 10.0.0.33 - - [2026-04-30 04:35:16] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001226 10.0.0.73 - - [2026-04-30 04:35:16] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.070279 10.0.0.33 - - [2026-04-30 04:35:16] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001427 10.0.0.73 - - [2026-04-30 04:35:16] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?fields=security_groups HTTP/1.1" 200 1238 0.056532 10.0.0.73 - - [2026-04-30 04:35:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.040413 10.0.0.33 - - [2026-04-30 04:35:17] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004316 10.0.0.33 - - [2026-04-30 04:35:17] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.33 - - [2026-04-30 04:35:17] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010022 10.0.0.33 - - [2026-04-30 04:35:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.002354 10.0.0.33 - - [2026-04-30 04:35:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.007615 10.0.0.33 - - [2026-04-30 04:35:17] "POST /security-groups HTTP/1.1" 200 592 0.036941 10.0.0.141 - - [2026-04-30 04:35:17] "POST /fqname-to-id HTTP/1.1" 404 235 0.004843 10.0.0.33 - - [2026-04-30 04:35:17] "POST /projects HTTP/1.1" 200 587 0.270338 10.0.0.33 - - [2026-04-30 04:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.347346 10.0.0.141 - - [2026-04-30 04:35:17] "POST /access-control-lists HTTP/1.1" 200 595 0.040276 10.0.0.73 - - [2026-04-30 04:35:17] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.528955 10.0.0.73 - - [2026-04-30 04:35:19] "GET / HTTP/1.1" 200 35931 0.002451 10.0.0.33 - - [2026-04-30 04:35:19] "DELETE /project/aa76749d001f4895b20ee2d6da02dee5 HTTP/1.1" 404 173 0.009532 10.0.0.33 - - [2026-04-30 04:35:19] "DELETE /project/d226aa581d3a45d99b794e1485d65494 HTTP/1.1" 404 173 0.014999 10.0.0.33 - - [2026-04-30 04:35:19] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001101 10.0.0.33 - - [2026-04-30 04:35:19] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000876 10.0.0.33 - - [2026-04-30 04:35:19] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.080322 10.0.0.33 - - [2026-04-30 04:35:19] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.090677 10.0.0.33 - - [2026-04-30 04:35:19] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001490 10.0.0.33 - - [2026-04-30 04:35:19] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.33 - - [2026-04-30 04:35:20] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?fields=security_groups HTTP/1.1" 200 1343 0.091169 10.0.0.33 - - [2026-04-30 04:35:20] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?fields=security_groups HTTP/1.1" 200 1105 0.146011 10.0.0.33 - - [2026-04-30 04:35:20] "GET /projects?obj_uuids=f9cafb29-ca79-426b-8ed6-2dcbc22c2476&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004391 10.0.0.33 - - [2026-04-30 04:35:20] "DELETE /security-group/067616c4-fd37-473b-8dfc-2a2c638e00c0 HTTP/1.1" 200 115 0.175738 10.0.0.33 - - [2026-04-30 04:35:20] "GET /projects?obj_uuids=d226aa58-1d3a-45d9-9b79-4e1485d65494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001663 10.0.0.33 - - [2026-04-30 04:35:20] "GET /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476?fields=application_policy_sets HTTP/1.1" 200 1406 0.149671 10.0.0.141 - - [2026-04-30 04:35:20] "DELETE /access-control-list/f49afef2-c723-42a4-aef1-2485bd00e908 HTTP/1.1" 200 115 0.136406 10.0.0.33 - - [2026-04-30 04:35:20] "GET /project/d226aa58-1d3a-45d9-9b79-4e1485d65494?fields=application_policy_sets HTTP/1.1" 200 1382 0.163246 10.0.0.33 - - [2026-04-30 04:35:20] "DELETE /project/f9cafb29-ca79-426b-8ed6-2dcbc22c2476 HTTP/1.1" 404 190 0.646411 10.0.0.33 - - [2026-04-30 04:35:20] "DELETE /project/d226aa58-1d3a-45d9-9b79-4e1485d65494 HTTP/1.1" 200 115 0.869439 10.0.0.33 - - [2026-04-30 04:35:22] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001332 10.0.0.73 - - [2026-04-30 04:35:22] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.071844 10.0.0.33 - - [2026-04-30 04:35:22] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003063 10.0.0.73 - - [2026-04-30 04:35:22] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?fields=virtual_networks HTTP/1.1" 200 1035 0.064405 10.0.0.33 - - [2026-04-30 04:35:22] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.73 - - [2026-04-30 04:35:22] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.068417 10.0.0.33 - - [2026-04-30 04:35:22] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001289 10.0.0.73 - - [2026-04-30 04:35:22] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?fields=security_groups HTTP/1.1" 200 1262 0.052477 10.0.0.73 - - [2026-04-30 04:35:23] "POST /fqname-to-id HTTP/1.1" 404 195 0.031935 10.0.0.33 - - [2026-04-30 04:35:23] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003762 10.0.0.33 - - [2026-04-30 04:35:23] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001304 10.0.0.33 - - [2026-04-30 04:35:23] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009477 10.0.0.33 - - [2026-04-30 04:35:23] "POST /id-to-fqname HTTP/1.1" 200 197 0.004954 10.0.0.33 - - [2026-04-30 04:35:23] "POST /fqname-to-id HTTP/1.1" 404 206 0.003746 10.0.0.33 - - [2026-04-30 04:35:24] "POST /security-groups HTTP/1.1" 200 598 0.090697 10.0.0.33 - - [2026-04-30 04:35:24] "POST /projects HTTP/1.1" 200 599 0.346503 10.0.0.33 - - [2026-04-30 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.382141 10.0.0.141 - - [2026-04-30 04:35:24] "POST /access-control-lists HTTP/1.1" 200 603 0.045097 10.0.0.73 - - [2026-04-30 04:35:24] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.596098 10.0.0.73 - - [2026-04-30 04:35:25] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.73 - - [2026-04-30 04:35:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.001249 10.0.0.73 - - [2026-04-30 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.058333 10.0.0.73 - - [2026-04-30 04:35:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004826 10.0.0.73 - - [2026-04-30 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.73 - - [2026-04-30 04:35:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005222 10.0.0.73 - - [2026-04-30 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.73 - - [2026-04-30 04:35:27] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.014951 10.0.0.73 - - [2026-04-30 04:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.33 - - [2026-04-30 04:35:27] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001284 10.0.0.73 - - [2026-04-30 04:35:27] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.069999 10.0.0.73 - - [2026-04-30 04:35:28] "POST /neutron/network HTTP/1.1" 200 117 0.043956 10.0.0.141 - - [2026-04-30 04:35:28] "POST /route-targets HTTP/1.1" 200 327 0.021561 10.0.0.73 - - [2026-04-30 04:35:28] "POST /neutron/network HTTP/1.1" 200 808 0.012055 10.0.0.73 - - [2026-04-30 04:35:28] "POST /id-to-fqname HTTP/1.1" 200 218 0.001434 10.0.0.73 - - [2026-04-30 04:35:28] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006558 10.0.0.73 - - [2026-04-30 04:35:28] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006744 10.0.0.73 - - [2026-04-30 04:35:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.016442 10.0.0.73 - - [2026-04-30 04:35:28] "POST /id-to-fqname HTTP/1.1" 200 218 0.001538 10.0.0.33 - - [2026-04-30 04:35:29] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001373 10.0.0.73 - - [2026-04-30 04:35:29] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.084770 10.0.0.73 - - [2026-04-30 04:35:29] "POST /neutron/network HTTP/1.1" 200 808 0.007323 10.0.0.73 - - [2026-04-30 04:35:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001816 10.0.0.73 - - [2026-04-30 04:35:30] "POST /neutron/port HTTP/1.1" 200 4190 0.047191 10.0.0.33 - - [2026-04-30 04:35:30] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001276 10.0.0.73 - - [2026-04-30 04:35:30] "POST /neutron/port HTTP/1.1" 200 1062 0.413836 10.0.0.33 - - [2026-04-30 04:35:30] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001377 10.0.0.73 - - [2026-04-30 04:35:30] "POST /neutron/port HTTP/1.1" 200 1116 0.139387 10.0.0.73 - - [2026-04-30 04:35:31] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.089056 10.0.0.73 - - [2026-04-30 04:35:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005634 10.0.0.73 - - [2026-04-30 04:35:31] "POST /neutron/network HTTP/1.1" 200 808 0.008423 10.0.0.73 - - [2026-04-30 04:35:31] "POST /neutron/port HTTP/1.1" 200 117 0.007863 10.0.0.73 - - [2026-04-30 04:35:32] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007965 10.0.0.73 - - [2026-04-30 04:35:32] "POST /neutron/port HTTP/1.1" 200 1062 0.027967 10.0.0.73 - - [2026-04-30 04:35:32] "POST /neutron/port HTTP/1.1" 200 1126 0.025708 10.0.0.73 - - [2026-04-30 04:35:32] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.33 - - [2026-04-30 04:35:33] "GET /obj-perms HTTP/1.1" 200 5044 0.079308 10.0.0.73 - - [2026-04-30 04:35:33] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010664 10.0.0.73 - - [2026-04-30 04:35:33] "POST /neutron/port HTTP/1.1" 200 1126 0.023185 10.0.0.73 - - [2026-04-30 04:35:33] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009845 10.0.0.73 - - [2026-04-30 04:35:33] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 401 292 0.000560 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.032439 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.006584 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-machine-interface/f3f61f59-446b-4499-958c-31ab79bdb567 HTTP/1.1" 200 2950 0.009156 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.011627 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-machine-interface/f3f61f59-446b-4499-958c-31ab79bdb567 HTTP/1.1" 200 2950 0.012300 10.0.0.73 - - [2026-04-30 04:35:34] "GET /instance-ip/0a006347-12f8-45ed-b94a-2d557a694671 HTTP/1.1" 200 1619 0.008315 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.006140 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-machine-interface/f3f61f59-446b-4499-958c-31ab79bdb567 HTTP/1.1" 200 2950 0.006779 10.0.0.73 - - [2026-04-30 04:35:34] "GET /instance-ip/0a006347-12f8-45ed-b94a-2d557a694671 HTTP/1.1" 200 1619 0.005288 10.0.0.73 - - [2026-04-30 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.73 - - [2026-04-30 04:35:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005625 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005364 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007448 10.0.0.73 - - [2026-04-30 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.73 - - [2026-04-30 04:35:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005519 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004745 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008302 10.0.0.73 - - [2026-04-30 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.73 - - [2026-04-30 04:35:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005464 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004734 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007285 10.0.0.73 - - [2026-04-30 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.73 - - [2026-04-30 04:35:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005559 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003957 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007368 10.0.0.73 - - [2026-04-30 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.73 - - [2026-04-30 04:35:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004892 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005302 10.0.0.73 - - [2026-04-30 04:35:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007402 10.0.0.73 - - [2026-04-30 04:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.73 - - [2026-04-30 04:35:35] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005305 10.0.0.73 - - [2026-04-30 04:35:35] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004404 10.0.0.73 - - [2026-04-30 04:35:35] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006962 10.0.0.73 - - [2026-04-30 04:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.73 - - [2026-04-30 04:35:35] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006034 10.0.0.73 - - [2026-04-30 04:35:35] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003989 10.0.0.73 - - [2026-04-30 04:35:35] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007434 10.0.0.73 - - [2026-04-30 04:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.73 - - [2026-04-30 04:35:38] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007807 10.0.0.73 - - [2026-04-30 04:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.73 - - [2026-04-30 04:35:42] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007033 10.0.0.73 - - [2026-04-30 04:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.73 - - [2026-04-30 04:35:46] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006012 10.0.0.73 - - [2026-04-30 04:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424 10.0.0.73 - - [2026-04-30 04:35:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006702 10.0.0.73 - - [2026-04-30 04:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.73 - - [2026-04-30 04:35:54] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006982 10.0.0.73 - - [2026-04-30 04:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.73 - - [2026-04-30 04:35:58] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006748 10.0.0.141 - - [2026-04-30 04:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000747 10.0.0.141 - - [2026-04-30 04:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.141 - - [2026-04-30 04:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000727 10.0.0.141 - - [2026-04-30 04:36:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.73 - - [2026-04-30 04:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.73 - - [2026-04-30 04:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.73 - - [2026-04-30 04:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.73 - - [2026-04-30 04:36:02] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.017761 10.0.0.33 - - [2026-04-30 04:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2026-04-30 04:36:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.73 - - [2026-04-30 04:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.73 - - [2026-04-30 04:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000723 10.0.0.33 - - [2026-04-30 04:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.33 - - [2026-04-30 04:36:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.73 - - [2026-04-30 04:36:06] "POST /neutron/network HTTP/1.1" 200 1122 0.042184 10.0.0.73 - - [2026-04-30 04:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.73 - - [2026-04-30 04:36:07] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008630 10.0.0.73 - - [2026-04-30 04:36:07] "POST /neutron/subnet HTTP/1.1" 200 1379 0.020823 10.0.0.73 - - [2026-04-30 04:36:07] "POST /neutron/network HTTP/1.1" 200 1112 0.017103 10.0.0.73 - - [2026-04-30 04:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.73 - - [2026-04-30 04:36:11] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007017 10.0.0.73 - - [2026-04-30 04:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.73 - - [2026-04-30 04:36:15] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006777 10.0.0.73 - - [2026-04-30 04:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.73 - - [2026-04-30 04:36:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004340 10.0.0.73 - - [2026-04-30 04:36:17] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004029 10.0.0.73 - - [2026-04-30 04:36:17] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007475 10.0.0.73 - - [2026-04-30 04:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.73 - - [2026-04-30 04:36:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005364 10.0.0.73 - - [2026-04-30 04:36:17] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005185 10.0.0.73 - - [2026-04-30 04:36:17] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007550 10.0.0.73 - - [2026-04-30 04:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.73 - - [2026-04-30 04:36:17] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.008332 10.0.0.73 - - [2026-04-30 04:36:17] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005366 10.0.0.73 - - [2026-04-30 04:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.73 - - [2026-04-30 04:36:17] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004690 10.0.0.73 - - [2026-04-30 04:36:17] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004569 10.0.0.73 - - [2026-04-30 04:36:18] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007550 10.0.0.73 - - [2026-04-30 04:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.73 - - [2026-04-30 04:36:18] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005798 10.0.0.73 - - [2026-04-30 04:36:18] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005088 10.0.0.73 - - [2026-04-30 04:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.73 - - [2026-04-30 04:36:18] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004878 10.0.0.73 - - [2026-04-30 04:36:18] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008426 10.0.0.73 - - [2026-04-30 04:36:18] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006903 10.0.0.73 - - [2026-04-30 04:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.73 - - [2026-04-30 04:36:18] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005423 10.0.0.73 - - [2026-04-30 04:36:18] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003788 10.0.0.73 - - [2026-04-30 04:36:18] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007300 10.0.0.73 - - [2026-04-30 04:36:18] "GET /obj-perms HTTP/1.1" 200 5044 0.058648 10.0.0.33 - - [2026-04-30 04:36:18] "GET /obj-perms HTTP/1.1" 200 5044 0.004780 10.0.0.73 - - [2026-04-30 04:36:18] "GET /obj-perms HTTP/1.1" 200 5044 0.004690 10.0.0.73 - - [2026-04-30 04:36:18] "GET /obj-perms HTTP/1.1" 200 5044 0.004905 10.0.0.141 - - [2026-04-30 04:36:19] "GET /obj-perms HTTP/1.1" 200 5044 0.051652 10.0.0.73 - - [2026-04-30 04:36:19] "POST /neutron/port HTTP/1.1" 200 1126 0.024188 10.0.0.73 - - [2026-04-30 04:36:19] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008924 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.007243 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.004719 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.005791 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.005051 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.006892 10.0.0.73 - - [2026-04-30 04:36:19] "GET /instance-ip/54ef6e28-ed5b-4d36-b7f0-8ef9cbc06e26 HTTP/1.1" 200 1620 0.007578 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.005824 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.006999 10.0.0.73 - - [2026-04-30 04:36:19] "GET /instance-ip/54ef6e28-ed5b-4d36-b7f0-8ef9cbc06e26 HTTP/1.1" 200 1620 0.009496 10.0.0.73 - - [2026-04-30 04:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.73 - - [2026-04-30 04:36:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004664 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003821 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006730 10.0.0.73 - - [2026-04-30 04:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.73 - - [2026-04-30 04:36:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005626 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004271 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006655 10.0.0.73 - - [2026-04-30 04:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.73 - - [2026-04-30 04:36:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005124 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004361 10.0.0.73 - - [2026-04-30 04:36:19] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008090 10.0.0.73 - - [2026-04-30 04:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.73 - - [2026-04-30 04:36:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006046 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005497 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007743 10.0.0.73 - - [2026-04-30 04:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.73 - - [2026-04-30 04:36:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005382 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004223 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007119 10.0.0.73 - - [2026-04-30 04:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.73 - - [2026-04-30 04:36:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005277 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006423 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007791 10.0.0.73 - - [2026-04-30 04:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.73 - - [2026-04-30 04:36:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005541 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004067 10.0.0.73 - - [2026-04-30 04:36:20] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007784 10.0.0.33 - - [2026-04-30 04:36:20] "DELETE /project/0b7c58e921a041c6b7ce23349ff24fe8 HTTP/1.1" 404 173 0.010181 10.0.0.33 - - [2026-04-30 04:36:20] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.33 - - [2026-04-30 04:36:20] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.170050 10.0.0.33 - - [2026-04-30 04:36:20] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001301 10.0.0.141 - - [2026-04-30 04:36:20] "DELETE /access-control-list/e70035ed-456e-4a32-8c82-18c3de8cf6cb HTTP/1.1" 200 115 0.126156 10.0.0.33 - - [2026-04-30 04:36:21] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?fields=security_groups HTTP/1.1" 200 1105 0.089021 10.0.0.33 - - [2026-04-30 04:36:21] "GET /projects?obj_uuids=aa76749d-001f-4895-b20e-e2d6da02dee5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001902 10.0.0.33 - - [2026-04-30 04:36:21] "GET /project/aa76749d-001f-4895-b20e-e2d6da02dee5?fields=application_policy_sets HTTP/1.1" 404 188 0.028872 10.0.0.33 - - [2026-04-30 04:36:21] "DELETE /project/aa76749d-001f-4895-b20e-e2d6da02dee5 HTTP/1.1" 404 171 0.413402 10.0.0.73 - - [2026-04-30 04:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.73 - - [2026-04-30 04:36:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004515 10.0.0.73 - - [2026-04-30 04:36:21] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004350 10.0.0.73 - - [2026-04-30 04:36:21] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008924 10.0.0.73 - - [2026-04-30 04:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.73 - - [2026-04-30 04:36:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004940 10.0.0.73 - - [2026-04-30 04:36:21] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004051 10.0.0.73 - - [2026-04-30 04:36:21] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.011559 10.0.0.73 - - [2026-04-30 04:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.73 - - [2026-04-30 04:36:22] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006328 10.0.0.73 - - [2026-04-30 04:36:22] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004509 10.0.0.73 - - [2026-04-30 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.73 - - [2026-04-30 04:36:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004209 10.0.0.73 - - [2026-04-30 04:36:22] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004359 10.0.0.73 - - [2026-04-30 04:36:22] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007097 10.0.0.73 - - [2026-04-30 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266 10.0.0.73 - - [2026-04-30 04:36:22] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006078 10.0.0.73 - - [2026-04-30 04:36:22] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005825 10.0.0.73 - - [2026-04-30 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.73 - - [2026-04-30 04:36:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005067 10.0.0.73 - - [2026-04-30 04:36:22] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004660 10.0.0.73 - - [2026-04-30 04:36:22] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006572 10.0.0.73 - - [2026-04-30 04:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.73 - - [2026-04-30 04:36:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005431 10.0.0.73 - - [2026-04-30 04:36:22] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004171 10.0.0.73 - - [2026-04-30 04:36:22] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007513 10.0.0.33 - - [2026-04-30 04:36:22] "GET /obj-perms HTTP/1.1" 200 5044 0.004783 10.0.0.73 - - [2026-04-30 04:36:22] "GET /obj-perms HTTP/1.1" 200 5044 0.004923 10.0.0.73 - - [2026-04-30 04:36:22] "GET /obj-perms HTTP/1.1" 200 5044 0.004928 10.0.0.73 - - [2026-04-30 04:36:22] "GET /obj-perms HTTP/1.1" 200 5044 0.004772 10.0.0.33 - - [2026-04-30 04:36:23] "GET /obj-perms HTTP/1.1" 200 5044 0.005005 10.0.0.73 - - [2026-04-30 04:36:23] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.005696 10.0.0.73 - - [2026-04-30 04:36:23] "GET /virtual-machine-interface/f3f61f59-446b-4499-958c-31ab79bdb567 HTTP/1.1" 200 2950 0.008571 10.0.0.73 - - [2026-04-30 04:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.73 - - [2026-04-30 04:36:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004969 10.0.0.73 - - [2026-04-30 04:36:23] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004544 10.0.0.73 - - [2026-04-30 04:36:23] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007280 10.0.0.73 - - [2026-04-30 04:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.73 - - [2026-04-30 04:36:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004285 10.0.0.73 - - [2026-04-30 04:36:24] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004371 10.0.0.73 - - [2026-04-30 04:36:24] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008236 10.0.0.73 - - [2026-04-30 04:36:24] "POST /neutron/port HTTP/1.1" 200 1126 0.022966 10.0.0.73 - - [2026-04-30 04:36:28] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007892 10.0.0.73 - - [2026-04-30 04:36:29] "POST /neutron/port HTTP/1.1" 200 1126 0.026263 10.0.0.73 - - [2026-04-30 04:36:34] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011018 10.0.0.73 - - [2026-04-30 04:36:39] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.006767 10.0.0.73 - - [2026-04-30 04:36:39] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.008020 10.0.0.73 - - [2026-04-30 04:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.73 - - [2026-04-30 04:36:40] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004975 10.0.0.73 - - [2026-04-30 04:36:40] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006392 10.0.0.73 - - [2026-04-30 04:36:40] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007047 10.0.0.73 - - [2026-04-30 04:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.73 - - [2026-04-30 04:36:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009219 10.0.0.73 - - [2026-04-30 04:36:41] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004077 10.0.0.73 - - [2026-04-30 04:36:41] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006189 10.0.0.73 - - [2026-04-30 04:36:43] "GET /obj-perms HTTP/1.1" 200 5056 0.066964 10.0.0.73 - - [2026-04-30 04:37:05] "POST /neutron/network HTTP/1.1" 200 1122 0.037620 10.0.0.73 - - [2026-04-30 04:37:05] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019089 10.0.0.73 - - [2026-04-30 04:37:05] "POST /neutron/network HTTP/1.1" 200 1112 0.018172 10.0.0.73 - - [2026-04-30 04:37:06] "POST /neutron/network HTTP/1.1" 200 938 0.009465 10.0.0.73 - - [2026-04-30 04:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.73 - - [2026-04-30 04:38:05] "POST /neutron/port HTTP/1.1" 200 1108 0.022669 10.0.0.73 - - [2026-04-30 04:38:05] "POST /neutron/subnet HTTP/1.1" 200 704 0.017938 10.0.0.73 - - [2026-04-30 04:38:06] "POST /neutron/port HTTP/1.1" 200 1126 0.025930 10.0.0.73 - - [2026-04-30 04:38:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014118 10.0.0.73 - - [2026-04-30 04:38:06] "POST /neutron/network HTTP/1.1" 200 808 0.008040 10.0.0.73 - - [2026-04-30 04:38:31] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.005741 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-machine-interface/f3f61f59-446b-4499-958c-31ab79bdb567 HTTP/1.1" 200 2950 0.006454 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.005079 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-machine-interface/f3f61f59-446b-4499-958c-31ab79bdb567 HTTP/1.1" 200 2950 0.006461 10.0.0.73 - - [2026-04-30 04:38:32] "GET /instance-ip/0a006347-12f8-45ed-b94a-2d557a694671 HTTP/1.1" 200 1619 0.005188 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.004378 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-machine-interface/f3f61f59-446b-4499-958c-31ab79bdb567 HTTP/1.1" 200 2950 0.007566 10.0.0.73 - - [2026-04-30 04:38:32] "GET /instance-ip/0a006347-12f8-45ed-b94a-2d557a694671 HTTP/1.1" 200 1619 0.009584 10.0.0.73 - - [2026-04-30 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.73 - - [2026-04-30 04:38:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007071 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003780 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007452 10.0.0.73 - - [2026-04-30 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.73 - - [2026-04-30 04:38:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004807 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005449 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008862 10.0.0.73 - - [2026-04-30 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.73 - - [2026-04-30 04:38:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005164 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004861 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008450 10.0.0.73 - - [2026-04-30 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.73 - - [2026-04-30 04:38:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005064 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003956 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007159 10.0.0.73 - - [2026-04-30 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005404 10.0.0.73 - - [2026-04-30 04:38:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005073 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004936 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006896 10.0.0.73 - - [2026-04-30 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.73 - - [2026-04-30 04:38:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006786 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004300 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006188 10.0.0.73 - - [2026-04-30 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.73 - - [2026-04-30 04:38:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005394 10.0.0.73 - - [2026-04-30 04:38:32] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008194 10.0.0.73 - - [2026-04-30 04:38:33] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008149 10.0.0.73 - - [2026-04-30 04:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.73 - - [2026-04-30 04:38:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004930 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003766 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007351 10.0.0.73 - - [2026-04-30 04:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.73 - - [2026-04-30 04:38:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004907 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004845 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006837 10.0.0.73 - - [2026-04-30 04:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.73 - - [2026-04-30 04:38:34] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005246 10.0.0.73 - - [2026-04-30 04:38:34] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004829 10.0.0.73 - - [2026-04-30 04:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.73 - - [2026-04-30 04:38:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005489 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004062 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007398 10.0.0.73 - - [2026-04-30 04:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.73 - - [2026-04-30 04:38:34] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005272 10.0.0.73 - - [2026-04-30 04:38:34] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005069 10.0.0.73 - - [2026-04-30 04:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.73 - - [2026-04-30 04:38:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004760 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003998 10.0.0.73 - - [2026-04-30 04:38:34] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008239 10.0.0.73 - - [2026-04-30 04:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.73 - - [2026-04-30 04:38:35] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004961 10.0.0.73 - - [2026-04-30 04:38:35] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004275 10.0.0.73 - - [2026-04-30 04:38:35] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007052 10.0.0.73 - - [2026-04-30 04:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.73 - - [2026-04-30 04:38:35] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004675 10.0.0.73 - - [2026-04-30 04:38:35] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003513 10.0.0.73 - - [2026-04-30 04:38:35] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009768 10.0.0.33 - - [2026-04-30 04:38:37] "GET /obj-perms HTTP/1.1" 200 5044 0.005870 10.0.0.33 - - [2026-04-30 04:38:43] "GET /obj-perms HTTP/1.1" 200 5044 0.004606 10.0.0.141 - - [2026-04-30 04:38:45] "GET /obj-perms HTTP/1.1" 200 5056 0.076015 10.0.0.33 - - [2026-04-30 04:38:47] "GET /obj-perms HTTP/1.1" 200 5044 0.005389 10.0.0.73 - - [2026-04-30 04:38:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004661 10.0.0.33 - - [2026-04-30 04:38:49] "GET /obj-perms HTTP/1.1" 200 5044 0.005446 10.0.0.73 - - [2026-04-30 04:38:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004418 10.0.0.33 - - [2026-04-30 04:38:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004121 10.0.0.73 - - [2026-04-30 04:38:49] "POST /neutron/port HTTP/1.1" 200 1126 0.021227 10.0.0.73 - - [2026-04-30 04:38:49] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.005855 10.0.0.73 - - [2026-04-30 04:38:49] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.006010 10.0.0.73 - - [2026-04-30 04:38:49] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.004683 10.0.0.73 - - [2026-04-30 04:38:49] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.012062 10.0.0.73 - - [2026-04-30 04:38:49] "GET /instance-ip/54ef6e28-ed5b-4d36-b7f0-8ef9cbc06e26 HTTP/1.1" 200 1620 0.005157 10.0.0.73 - - [2026-04-30 04:38:49] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.004527 10.0.0.73 - - [2026-04-30 04:38:49] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.006749 10.0.0.73 - - [2026-04-30 04:38:49] "GET /instance-ip/54ef6e28-ed5b-4d36-b7f0-8ef9cbc06e26 HTTP/1.1" 200 1620 0.004968 10.0.0.73 - - [2026-04-30 04:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.73 - - [2026-04-30 04:38:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004535 10.0.0.73 - - [2026-04-30 04:38:49] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003590 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007746 10.0.0.73 - - [2026-04-30 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.73 - - [2026-04-30 04:38:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004804 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004319 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007112 10.0.0.73 - - [2026-04-30 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.73 - - [2026-04-30 04:38:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005013 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004892 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007094 10.0.0.73 - - [2026-04-30 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.73 - - [2026-04-30 04:38:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005169 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004982 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007447 10.0.0.73 - - [2026-04-30 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006838 10.0.0.73 - - [2026-04-30 04:38:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004591 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003847 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007420 10.0.0.73 - - [2026-04-30 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.73 - - [2026-04-30 04:38:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005333 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003929 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006884 10.0.0.73 - - [2026-04-30 04:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.73 - - [2026-04-30 04:38:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005322 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003953 10.0.0.73 - - [2026-04-30 04:38:50] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006869 10.0.0.73 - - [2026-04-30 04:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.73 - - [2026-04-30 04:38:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004647 10.0.0.73 - - [2026-04-30 04:38:51] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006669 10.0.0.73 - - [2026-04-30 04:38:51] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009746 10.0.0.73 - - [2026-04-30 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.73 - - [2026-04-30 04:38:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004987 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003897 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007126 10.0.0.73 - - [2026-04-30 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-04-30 04:38:52] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006052 10.0.0.73 - - [2026-04-30 04:38:52] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005281 10.0.0.73 - - [2026-04-30 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.73 - - [2026-04-30 04:38:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005827 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003637 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006960 10.0.0.73 - - [2026-04-30 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.73 - - [2026-04-30 04:38:52] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005048 10.0.0.73 - - [2026-04-30 04:38:52] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005112 10.0.0.73 - - [2026-04-30 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.73 - - [2026-04-30 04:38:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004140 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003564 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007352 10.0.0.73 - - [2026-04-30 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.73 - - [2026-04-30 04:38:52] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004713 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004004 10.0.0.73 - - [2026-04-30 04:38:52] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006643 10.0.0.73 - - [2026-04-30 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.73 - - [2026-04-30 04:38:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004849 10.0.0.73 - - [2026-04-30 04:38:53] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004124 10.0.0.73 - - [2026-04-30 04:38:53] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006411 10.0.0.73 - - [2026-04-30 04:38:53] "GET /obj-perms HTTP/1.1" 200 5044 0.005468 10.0.0.73 - - [2026-04-30 04:38:53] "GET /obj-perms HTTP/1.1" 200 5044 0.003898 10.0.0.33 - - [2026-04-30 04:38:53] "GET /obj-perms HTTP/1.1" 200 5044 0.003981 10.0.0.73 - - [2026-04-30 04:38:53] "GET /obj-perms HTTP/1.1" 200 5044 0.004282 10.0.0.73 - - [2026-04-30 04:39:06] "POST /neutron/port HTTP/1.1" 200 1126 0.023947 10.0.0.73 - - [2026-04-30 04:39:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.011405 10.0.0.73 - - [2026-04-30 04:39:07] "POST /neutron/port HTTP/1.1" 200 1217 0.025526 10.0.0.73 - - [2026-04-30 04:39:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004971 10.0.0.73 - - [2026-04-30 04:39:07] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.73 - - [2026-04-30 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.73 - - [2026-04-30 04:39:13] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004615 10.0.0.73 - - [2026-04-30 04:39:13] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003650 10.0.0.73 - - [2026-04-30 04:39:13] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007595 10.0.0.73 - - [2026-04-30 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.73 - - [2026-04-30 04:39:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004506 10.0.0.73 - - [2026-04-30 04:39:15] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004277 10.0.0.73 - - [2026-04-30 04:39:15] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008589 10.0.0.73 - - [2026-04-30 04:39:30] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.006140 10.0.0.73 - - [2026-04-30 04:39:30] "GET /virtual-machine-interface/a1a356e7-ad87-42a0-979b-470ec35d137e HTTP/1.1" 200 2950 0.007836 10.0.0.73 - - [2026-04-30 04:39:30] "GET /instance-ip/54ef6e28-ed5b-4d36-b7f0-8ef9cbc06e26 HTTP/1.1" 200 1620 0.005886 10.0.0.73 - - [2026-04-30 04:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.73 - - [2026-04-30 04:39:30] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005785 10.0.0.73 - - [2026-04-30 04:39:30] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004825 10.0.0.73 - - [2026-04-30 04:39:30] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007244 10.0.0.73 - - [2026-04-30 04:39:34] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 200 1300 0.007137 10.0.0.73 - - [2026-04-30 04:39:34] "POST /neutron/port HTTP/1.1" 200 1126 0.027404 10.0.0.73 - - [2026-04-30 04:39:36] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.010972 10.0.0.73 - - [2026-04-30 04:39:36] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003689 10.0.0.73 - - [2026-04-30 04:39:36] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.005863 10.0.0.73 - - [2026-04-30 04:39:37] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004105 10.0.0.73 - - [2026-04-30 04:39:38] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003759 10.0.0.73 - - [2026-04-30 04:39:39] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003751 10.0.0.73 - - [2026-04-30 04:39:40] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004389 10.0.0.73 - - [2026-04-30 04:39:41] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003514 10.0.0.73 - - [2026-04-30 04:39:42] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004484 10.0.0.73 - - [2026-04-30 04:39:42] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003463 10.0.0.73 - - [2026-04-30 04:39:43] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003927 10.0.0.73 - - [2026-04-30 04:39:44] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004243 10.0.0.73 - - [2026-04-30 04:39:45] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004951 10.0.0.73 - - [2026-04-30 04:39:45] "GET /obj-perms HTTP/1.1" 200 5056 0.058154 10.0.0.141 - - [2026-04-30 04:39:46] "GET /obj-perms HTTP/1.1" 200 5056 0.053723 10.0.0.73 - - [2026-04-30 04:39:46] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003705 10.0.0.73 - - [2026-04-30 04:39:47] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003669 10.0.0.73 - - [2026-04-30 04:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.73 - - [2026-04-30 04:39:47] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005921 10.0.0.73 - - [2026-04-30 04:39:47] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003359 10.0.0.73 - - [2026-04-30 04:39:47] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006568 10.0.0.73 - - [2026-04-30 04:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.73 - - [2026-04-30 04:39:47] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004610 10.0.0.73 - - [2026-04-30 04:39:47] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004744 10.0.0.73 - - [2026-04-30 04:39:47] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004626 10.0.0.73 - - [2026-04-30 04:39:48] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004294 10.0.0.73 - - [2026-04-30 04:39:49] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003708 10.0.0.73 - - [2026-04-30 04:39:50] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004372 10.0.0.73 - - [2026-04-30 04:39:51] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003592 10.0.0.73 - - [2026-04-30 04:39:52] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003777 10.0.0.73 - - [2026-04-30 04:39:52] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004530 10.0.0.73 - - [2026-04-30 04:39:53] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.004277 10.0.0.73 - - [2026-04-30 04:39:54] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003866 10.0.0.73 - - [2026-04-30 04:39:55] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003877 10.0.0.73 - - [2026-04-30 04:39:56] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003824 10.0.0.73 - - [2026-04-30 04:39:57] "GET /virtual-machine/97572310-43c9-4296-b29a-5a243c8b2cdb HTTP/1.1" 404 171 0.003951 10.0.0.73 - - [2026-04-30 04:39:57] "GET /obj-perms HTTP/1.1" 200 5044 0.004692 10.0.0.73 - - [2026-04-30 04:39:58] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 200 1299 0.004571 10.0.0.73 - - [2026-04-30 04:39:58] "POST /neutron/port HTTP/1.1" 200 1126 0.029892 10.0.0.73 - - [2026-04-30 04:40:00] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.004893 10.0.0.73 - - [2026-04-30 04:40:00] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.004684 10.0.0.73 - - [2026-04-30 04:40:00] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.004347 10.0.0.73 - - [2026-04-30 04:40:00] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.006675 10.0.0.73 - - [2026-04-30 04:40:01] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.005715 10.0.0.73 - - [2026-04-30 04:40:02] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.005140 10.0.0.73 - - [2026-04-30 04:40:03] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.003446 10.0.0.73 - - [2026-04-30 04:40:04] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.003863 10.0.0.73 - - [2026-04-30 04:40:05] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.003706 10.0.0.73 - - [2026-04-30 04:40:05] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.003688 10.0.0.73 - - [2026-04-30 04:40:06] "POST /neutron/port HTTP/1.1" 200 1217 0.028661 10.0.0.73 - - [2026-04-30 04:40:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005207 10.0.0.73 - - [2026-04-30 04:40:06] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.004684 10.0.0.73 - - [2026-04-30 04:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.73 - - [2026-04-30 04:40:07] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.003959 10.0.0.73 - - [2026-04-30 04:40:08] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.004932 10.0.0.73 - - [2026-04-30 04:40:09] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.004677 10.0.0.73 - - [2026-04-30 04:40:09] "POST /neutron/port HTTP/1.1" 200 1108 0.021325 10.0.0.73 - - [2026-04-30 04:40:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004971 10.0.0.73 - - [2026-04-30 04:40:09] "POST /neutron/network HTTP/1.1" 200 928 0.009020 10.0.0.73 - - [2026-04-30 04:40:10] "GET /virtual-machine/50b809aa-b0ce-42f9-a936-d754fedc9896 HTTP/1.1" 404 171 0.004247 10.0.0.73 - - [2026-04-30 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.73 - - [2026-04-30 04:40:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005683 10.0.0.73 - - [2026-04-30 04:40:10] "GET /virtual-networks?parent_id=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005182 10.0.0.73 - - [2026-04-30 04:40:10] "GET /virtual-network/1ca10737-b156-427e-b824-233846203a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007334 10.0.0.73 - - [2026-04-30 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.73 - - [2026-04-30 04:40:10] "GET /routing-instance/bdbb5c74-6157-4753-b958-c2d68358f6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005726 10.0.0.73 - - [2026-04-30 04:40:10] "GET /route-target/8a33ffe9-696e-42fd-bfc1-33e5a24f39e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005175 10.0.0.33 - - [2026-04-30 04:40:10] "GET /obj-perms HTTP/1.1" 200 5044 0.005611 10.0.0.73 - - [2026-04-30 04:40:13] "GET /obj-perms HTTP/1.1" 200 5044 0.005622 10.0.0.33 - - [2026-04-30 04:40:20] "GET /obj-perms HTTP/1.1" 200 5044 0.008768 10.0.0.73 - - [2026-04-30 04:40:20] "GET /obj-perms HTTP/1.1" 200 5044 0.006196 10.0.0.73 - - [2026-04-30 04:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.73 - - [2026-04-30 04:40:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004927 10.0.0.73 - - [2026-04-30 04:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.73 - - [2026-04-30 04:40:20] "PUT /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5 HTTP/1.1" 200 276 0.017146 10.0.0.33 - - [2026-04-30 04:40:23] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001823 10.0.0.73 - - [2026-04-30 04:40:23] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.081201 10.0.0.33 - - [2026-04-30 04:40:23] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001155 10.0.0.73 - - [2026-04-30 04:40:23] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?fields=virtual_networks HTTP/1.1" 200 1045 0.066070 10.0.0.33 - - [2026-04-30 04:40:23] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001404 10.0.0.73 - - [2026-04-30 04:40:23] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045913 10.0.0.33 - - [2026-04-30 04:40:23] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001338 10.0.0.73 - - [2026-04-30 04:40:23] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?fields=security_groups HTTP/1.1" 200 1278 0.062060 10.0.0.73 - - [2026-04-30 04:40:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.032783 10.0.0.33 - - [2026-04-30 04:40:24] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004321 10.0.0.33 - - [2026-04-30 04:40:24] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.33 - - [2026-04-30 04:40:24] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047888 10.0.0.33 - - [2026-04-30 04:40:24] "POST /id-to-fqname HTTP/1.1" 200 196 0.003474 10.0.0.33 - - [2026-04-30 04:40:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.006817 10.0.0.33 - - [2026-04-30 04:40:24] "POST /security-groups HTTP/1.1" 200 597 0.044274 10.0.0.33 - - [2026-04-30 04:40:24] "POST /projects HTTP/1.1" 200 597 0.299806 10.0.0.33 - - [2026-04-30 04:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.333448 10.0.0.141 - - [2026-04-30 04:40:24] "POST /fqname-to-id HTTP/1.1" 404 240 0.038987 10.0.0.73 - - [2026-04-30 04:40:25] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.556481 10.0.0.141 - - [2026-04-30 04:40:25] "POST /access-control-lists HTTP/1.1" 200 600 0.050689 10.0.0.73 - - [2026-04-30 04:40:26] "GET / HTTP/1.1" 200 35931 0.002939 10.0.0.33 - - [2026-04-30 04:40:29] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001296 10.0.0.73 - - [2026-04-30 04:40:29] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050829 10.0.0.33 - - [2026-04-30 04:40:29] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001296 10.0.0.73 - - [2026-04-30 04:40:29] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?fields=virtual_networks HTTP/1.1" 200 1045 0.055415 10.0.0.33 - - [2026-04-30 04:40:29] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002896 10.0.0.73 - - [2026-04-30 04:40:29] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.056328 10.0.0.33 - - [2026-04-30 04:40:29] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001132 10.0.0.73 - - [2026-04-30 04:40:29] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?fields=security_groups HTTP/1.1" 200 1277 0.077241 10.0.0.73 - - [2026-04-30 04:40:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.037171 10.0.0.33 - - [2026-04-30 04:40:30] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004556 10.0.0.33 - - [2026-04-30 04:40:30] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.33 - - [2026-04-30 04:40:30] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009489 10.0.0.33 - - [2026-04-30 04:40:30] "POST /id-to-fqname HTTP/1.1" 200 190 0.005280 10.0.0.33 - - [2026-04-30 04:40:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.006663 10.0.0.33 - - [2026-04-30 04:40:31] "POST /security-groups HTTP/1.1" 200 591 0.088435 10.0.0.33 - - [2026-04-30 04:40:31] "POST /projects HTTP/1.1" 200 585 0.329106 10.0.0.141 - - [2026-04-30 04:40:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.025399 10.0.0.33 - - [2026-04-30 04:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.413570 10.0.0.73 - - [2026-04-30 04:40:31] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.575274 10.0.0.73 - - [2026-04-30 04:40:32] "GET / HTTP/1.1" 200 35931 0.001881 10.0.0.33 - - [2026-04-30 04:40:35] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001275 10.0.0.73 - - [2026-04-30 04:40:35] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058177 10.0.0.33 - - [2026-04-30 04:40:35] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001433 10.0.0.73 - - [2026-04-30 04:40:35] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?fields=virtual_networks HTTP/1.1" 200 1032 0.081096 10.0.0.33 - - [2026-04-30 04:40:35] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.73 - - [2026-04-30 04:40:35] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.072500 10.0.0.33 - - [2026-04-30 04:40:35] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001764 10.0.0.73 - - [2026-04-30 04:40:35] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?fields=security_groups HTTP/1.1" 200 1258 0.098778 10.0.0.73 - - [2026-04-30 04:40:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.042618 10.0.0.33 - - [2026-04-30 04:40:36] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003394 10.0.0.33 - - [2026-04-30 04:40:36] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.33 - - [2026-04-30 04:40:36] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009080 10.0.0.33 - - [2026-04-30 04:40:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.002771 10.0.0.33 - - [2026-04-30 04:40:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.013888 10.0.0.33 - - [2026-04-30 04:40:37] "POST /security-groups HTTP/1.1" 200 599 0.045438 10.0.0.33 - - [2026-04-30 04:40:37] "POST /projects HTTP/1.1" 200 601 0.332574 10.0.0.33 - - [2026-04-30 04:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.369976 10.0.0.141 - - [2026-04-30 04:40:37] "POST /access-control-lists HTTP/1.1" 200 604 0.044224 10.0.0.73 - - [2026-04-30 04:40:37] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.552156 10.0.0.73 - - [2026-04-30 04:40:38] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.73 - - [2026-04-30 04:40:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.73 - - [2026-04-30 04:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.087823 10.0.0.33 - - [2026-04-30 04:40:39] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.73 - - [2026-04-30 04:40:39] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057364 10.0.0.73 - - [2026-04-30 04:40:39] "POST /neutron/network HTTP/1.1" 200 117 0.047523 10.0.0.141 - - [2026-04-30 04:40:40] "POST /route-targets HTTP/1.1" 200 327 0.016000 10.0.0.141 - - [2026-04-30 04:40:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.068160 10.0.0.33 - - [2026-04-30 04:40:40] "POST /useragent-kv HTTP/1.1" 200 115 0.015448 10.0.0.73 - - [2026-04-30 04:40:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.253400 10.0.0.73 - - [2026-04-30 04:40:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001655 10.0.0.73 - - [2026-04-30 04:40:40] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007065 10.0.0.73 - - [2026-04-30 04:40:40] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006498 10.0.0.73 - - [2026-04-30 04:40:40] "POST /neutron/network HTTP/1.1" 200 975 0.011098 10.0.0.73 - - [2026-04-30 04:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.33 - - [2026-04-30 04:40:40] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.73 - - [2026-04-30 04:40:40] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052652 10.0.0.73 - - [2026-04-30 04:40:40] "POST /neutron/network HTTP/1.1" 200 117 0.018102 10.0.0.141 - - [2026-04-30 04:40:41] "POST /ref-update HTTP/1.1" 200 156 0.028159 10.0.0.141 - - [2026-04-30 04:40:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.008254 10.0.0.33 - - [2026-04-30 04:40:41] "POST /useragent-kv HTTP/1.1" 200 115 0.012164 10.0.0.73 - - [2026-04-30 04:40:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.250190 10.0.0.73 - - [2026-04-30 04:40:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001525 10.0.0.73 - - [2026-04-30 04:40:41] "GET /virtual-network/8fd43f92-aec6-459a-806d-248550858365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.015503 10.0.0.73 - - [2026-04-30 04:40:41] "GET /virtual-network/8fd43f92-aec6-459a-806d-248550858365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007997 10.0.0.73 - - [2026-04-30 04:40:41] "POST /neutron/network HTTP/1.1" 200 973 0.012934 10.0.0.73 - - [2026-04-30 04:40:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001828 10.0.0.73 - - [2026-04-30 04:40:41] "POST /neutron/port HTTP/1.1" 200 4190 0.043267 10.0.0.33 - - [2026-04-30 04:40:42] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.73 - - [2026-04-30 04:40:42] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.099031 10.0.0.73 - - [2026-04-30 04:40:43] "POST /neutron/port HTTP/1.1" 200 4190 0.054591 10.0.0.73 - - [2026-04-30 04:40:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001500 10.0.0.73 - - [2026-04-30 04:40:43] "POST /neutron/network HTTP/1.1" 200 983 0.009915 10.0.0.73 - - [2026-04-30 04:40:44] "POST /neutron/port HTTP/1.1" 200 1153 0.028903 10.0.0.33 - - [2026-04-30 04:40:44] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001469 10.0.0.73 - - [2026-04-30 04:40:44] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.133442 10.0.0.73 - - [2026-04-30 04:40:44] "POST /neutron/port HTTP/1.1" 200 1217 0.070739 10.0.0.73 - - [2026-04-30 04:40:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004838 10.0.0.73 - - [2026-04-30 04:40:44] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.73 - - [2026-04-30 04:40:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009501 10.0.0.73 - - [2026-04-30 04:40:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009166 10.0.0.73 - - [2026-04-30 04:40:45] "POST /neutron/port HTTP/1.1" 200 1151 0.037148 10.0.0.73 - - [2026-04-30 04:40:45] "POST /neutron/port HTTP/1.1" 200 1215 0.026890 10.0.0.73 - - [2026-04-30 04:40:45] "POST /neutron/subnet HTTP/1.1" 200 1263 0.017111 10.0.0.73 - - [2026-04-30 04:40:45] "POST /neutron/network HTTP/1.1" 200 973 0.011748 10.0.0.73 - - [2026-04-30 04:40:50] "POST /neutron/port HTTP/1.1" 200 1217 0.025519 10.0.0.73 - - [2026-04-30 04:40:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009459 10.0.0.73 - - [2026-04-30 04:40:50] "GET /virtual-machine/d4d0a674-8ea2-4151-ada6-427e68166a99 HTTP/1.1" 401 292 0.000536 10.0.0.73 - - [2026-04-30 04:40:50] "GET /virtual-machine/d4d0a674-8ea2-4151-ada6-427e68166a99 HTTP/1.1" 200 1301 0.040069 10.0.0.73 - - [2026-04-30 04:40:50] "GET /virtual-machine-interface/6feb58cc-313a-436c-8e10-ea219c21e38e HTTP/1.1" 200 3157 0.006788 10.0.0.73 - - [2026-04-30 04:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.73 - - [2026-04-30 04:40:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005090 10.0.0.73 - - [2026-04-30 04:40:50] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004475 10.0.0.73 - - [2026-04-30 04:40:50] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007623 10.0.0.73 - - [2026-04-30 04:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.73 - - [2026-04-30 04:40:53] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006997 10.0.0.73 - - [2026-04-30 04:40:55] "POST /neutron/port HTTP/1.1" 200 1215 0.052025 10.0.0.73 - - [2026-04-30 04:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.73 - - [2026-04-30 04:40:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004646 10.0.0.73 - - [2026-04-30 04:40:55] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003647 10.0.0.73 - - [2026-04-30 04:40:55] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006615 10.0.0.73 - - [2026-04-30 04:40:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011682 10.0.0.73 - - [2026-04-30 04:40:56] "POST /neutron/port HTTP/1.1" 200 1215 0.020449 10.0.0.73 - - [2026-04-30 04:40:56] "GET /virtual-machine/60a216c7-e845-42dd-83da-0e67b5bfdfbd HTTP/1.1" 200 1299 0.006530 10.0.0.73 - - [2026-04-30 04:40:56] "GET /virtual-machine-interface/fb1f17af-1502-49b8-825a-4d70668df9ad HTTP/1.1" 200 3157 0.006120 10.0.0.73 - - [2026-04-30 04:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.73 - - [2026-04-30 04:40:56] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004534 10.0.0.73 - - [2026-04-30 04:40:56] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004873 10.0.0.73 - - [2026-04-30 04:40:56] "GET /virtual-network/8fd43f92-aec6-459a-806d-248550858365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006036 10.0.0.73 - - [2026-04-30 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.73 - - [2026-04-30 04:40:57] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004287 10.0.0.73 - - [2026-04-30 04:40:57] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005306 10.0.0.73 - - [2026-04-30 04:40:57] "GET /virtual-network/8fd43f92-aec6-459a-806d-248550858365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007325 10.0.0.73 - - [2026-04-30 04:40:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010365 10.0.0.141 - - [2026-04-30 04:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000645 10.0.0.141 - - [2026-04-30 04:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000687 10.0.0.141 - - [2026-04-30 04:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.141 - - [2026-04-30 04:41:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.73 - - [2026-04-30 04:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.73 - - [2026-04-30 04:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-04-30 04:41:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 404 209 0.004584 10.0.0.33 - - [2026-04-30 04:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.33 - - [2026-04-30 04:41:03] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.73 - - [2026-04-30 04:41:03] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047778 10.0.0.73 - - [2026-04-30 04:41:03] "POST /network-policys HTTP/1.1" 200 533 0.037747 10.0.0.73 - - [2026-04-30 04:41:03] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007378 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.73 - - [2026-04-30 04:41:03] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006682 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.009070 10.0.0.73 - - [2026-04-30 04:41:03] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005805 10.0.0.73 - - [2026-04-30 04:41:03] "POST /ref-update HTTP/1.1" 200 156 0.053427 10.0.0.73 - - [2026-04-30 04:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.73 - - [2026-04-30 04:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.73 - - [2026-04-30 04:41:03] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004685 10.0.0.73 - - [2026-04-30 04:41:03] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.008882 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.73 - - [2026-04-30 04:41:03] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004787 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.73 - - [2026-04-30 04:41:03] "GET /virtual-network/8fd43f92-aec6-459a-806d-248550858365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.009722 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.73 - - [2026-04-30 04:41:03] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006248 10.0.0.141 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 404 230 0.016573 10.0.0.73 - - [2026-04-30 04:41:03] "POST /ref-update HTTP/1.1" 200 156 0.080257 10.0.0.33 - - [2026-04-30 04:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000672 10.0.0.73 - - [2026-04-30 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005406 10.0.0.33 - - [2026-04-30 04:41:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.73 - - [2026-04-30 04:41:03] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007154 10.0.0.73 - - [2026-04-30 04:41:04] "GET /virtual-network/8fd43f92-aec6-459a-806d-248550858365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2859 0.009491 10.0.0.73 - - [2026-04-30 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.73 - - [2026-04-30 04:41:04] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.004932 10.0.0.73 - - [2026-04-30 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.33 - - [2026-04-30 04:41:04] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.73 - - [2026-04-30 04:41:04] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054507 10.0.0.73 - - [2026-04-30 04:41:04] "POST /neutron/network HTTP/1.1" 200 117 0.019914 10.0.0.141 - - [2026-04-30 04:41:04] "POST /route-targets HTTP/1.1" 200 327 0.017828 10.0.0.73 - - [2026-04-30 04:41:04] "POST /neutron/network HTTP/1.1" 200 799 0.016788 10.0.0.73 - - [2026-04-30 04:41:04] "POST /id-to-fqname HTTP/1.1" 200 214 0.001406 10.0.0.73 - - [2026-04-30 04:41:04] "GET /virtual-network/04ef85cb-5368-4bd7-b10a-9a275617fe56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007462 10.0.0.73 - - [2026-04-30 04:41:04] "GET /virtual-network/04ef85cb-5368-4bd7-b10a-9a275617fe56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.007605 10.0.0.73 - - [2026-04-30 04:41:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.011405 10.0.0.73 - - [2026-04-30 04:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.33 - - [2026-04-30 04:41:04] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.73 - - [2026-04-30 04:41:04] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056145 10.0.0.141 - - [2026-04-30 04:41:05] "POST /ref-update HTTP/1.1" 200 156 0.034674 10.0.0.33 - - [2026-04-30 04:41:05] "POST /useragent-kv HTTP/1.1" 200 115 0.021352 10.0.0.73 - - [2026-04-30 04:41:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.275631 10.0.0.73 - - [2026-04-30 04:41:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001477 10.0.0.73 - - [2026-04-30 04:41:05] "GET /virtual-network/6da0a453-8b66-4e36-94e5-edfcaa1b14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007363 10.0.0.73 - - [2026-04-30 04:41:05] "GET /virtual-network/6da0a453-8b66-4e36-94e5-edfcaa1b14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007322 10.0.0.73 - - [2026-04-30 04:41:05] "POST /neutron/network HTTP/1.1" 200 799 0.010243 10.0.0.73 - - [2026-04-30 04:41:05] "POST /fqname-to-id HTTP/1.1" 404 239 0.004177 10.0.0.73 - - [2026-04-30 04:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.33 - - [2026-04-30 04:41:05] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001732 10.0.0.73 - - [2026-04-30 04:41:05] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055114 10.0.0.73 - - [2026-04-30 04:41:05] "POST /network-policys HTTP/1.1" 200 587 0.041169 10.0.0.73 - - [2026-04-30 04:41:05] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007048 10.0.0.73 - - [2026-04-30 04:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.73 - - [2026-04-30 04:41:06] "GET /virtual-network/04ef85cb-5368-4bd7-b10a-9a275617fe56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006221 10.0.0.73 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.73 - - [2026-04-30 04:41:06] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005448 10.0.0.73 - - [2026-04-30 04:41:06] "POST /ref-update HTTP/1.1" 200 156 0.076572 10.0.0.73 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.73 - - [2026-04-30 04:41:06] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004511 10.0.0.73 - - [2026-04-30 04:41:06] "GET /virtual-network/04ef85cb-5368-4bd7-b10a-9a275617fe56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.009907 10.0.0.73 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.73 - - [2026-04-30 04:41:06] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005470 10.0.0.73 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.73 - - [2026-04-30 04:41:06] "GET /virtual-network/6da0a453-8b66-4e36-94e5-edfcaa1b14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006421 10.0.0.73 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.73 - - [2026-04-30 04:41:06] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005127 10.0.0.141 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 404 210 0.005628 10.0.0.73 - - [2026-04-30 04:41:06] "POST /ref-update HTTP/1.1" 200 156 0.064386 10.0.0.73 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.73 - - [2026-04-30 04:41:06] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007687 10.0.0.73 - - [2026-04-30 04:41:06] "POST /neutron/network HTTP/1.1" 200 912 0.028121 10.0.0.73 - - [2026-04-30 04:41:06] "GET /virtual-network/6da0a453-8b66-4e36-94e5-edfcaa1b14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008363 10.0.0.73 - - [2026-04-30 04:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.73 - - [2026-04-30 04:41:06] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004838 10.0.0.73 - - [2026-04-30 04:41:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001568 10.0.0.73 - - [2026-04-30 04:41:07] "POST /neutron/network HTTP/1.1" 200 922 0.015905 10.0.0.73 - - [2026-04-30 04:41:07] "POST /neutron/network HTTP/1.1" 200 938 0.008433 10.0.0.73 - - [2026-04-30 04:41:07] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.33 - - [2026-04-30 04:41:07] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001961 10.0.0.73 - - [2026-04-30 04:41:07] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.098347 10.0.0.73 - - [2026-04-30 04:41:08] "POST /neutron/port HTTP/1.1" 200 6314 0.069413 10.0.0.73 - - [2026-04-30 04:41:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001375 10.0.0.73 - - [2026-04-30 04:41:08] "POST /neutron/port HTTP/1.1" 200 6314 0.056601 10.0.0.73 - - [2026-04-30 04:41:08] "POST /neutron/network HTTP/1.1" 200 922 0.009480 10.0.0.73 - - [2026-04-30 04:41:09] "POST /neutron/port HTTP/1.1" 200 1063 0.094265 10.0.0.73 - - [2026-04-30 04:41:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004737 10.0.0.73 - - [2026-04-30 04:41:09] "POST /neutron/network HTTP/1.1" 200 912 0.007800 10.0.0.33 - - [2026-04-30 04:41:09] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.73 - - [2026-04-30 04:41:09] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087345 10.0.0.73 - - [2026-04-30 04:41:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008001 10.0.0.73 - - [2026-04-30 04:41:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004586 10.0.0.73 - - [2026-04-30 04:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005144 10.0.0.73 - - [2026-04-30 04:41:10] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006169 10.0.0.33 - - [2026-04-30 04:41:10] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001496 10.0.0.73 - - [2026-04-30 04:41:10] "POST /neutron/port HTTP/1.1" 200 1063 0.396311 10.0.0.73 - - [2026-04-30 04:41:11] "POST /neutron/port HTTP/1.1" 200 1117 0.122283 10.0.0.73 - - [2026-04-30 04:41:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.012027 10.0.0.73 - - [2026-04-30 04:41:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004681 10.0.0.73 - - [2026-04-30 04:41:11] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005175 10.0.0.73 - - [2026-04-30 04:41:11] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005423 10.0.0.73 - - [2026-04-30 04:41:11] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.045931 10.0.0.73 - - [2026-04-30 04:41:11] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.042655 10.0.0.73 - - [2026-04-30 04:41:11] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006888 10.0.0.73 - - [2026-04-30 04:41:11] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008277 10.0.0.73 - - [2026-04-30 04:41:11] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.046808 10.0.0.73 - - [2026-04-30 04:41:11] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.050297 10.0.0.73 - - [2026-04-30 04:41:11] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012058 10.0.0.73 - - [2026-04-30 04:41:11] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009877 10.0.0.73 - - [2026-04-30 04:41:11] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.043609 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.052502 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.015651 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011858 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.023744 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003838 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005458 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004796 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.032284 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.048236 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011055 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008837 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.034940 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.043008 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005856 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.017180 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.037958 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.052589 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007468 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006252 10.0.0.73 - - [2026-04-30 04:41:12] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.031048 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003974 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006030 10.0.0.73 - - [2026-04-30 04:41:12] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004376 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.033022 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.044944 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006090 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007189 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.038580 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.044707 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007798 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005284 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.043741 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.046455 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009158 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005117 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.027695 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004220 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006141 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005606 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.031312 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.054814 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007707 10.0.0.73 - - [2026-04-30 04:41:13] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005976 10.0.0.73 - - [2026-04-30 04:41:13] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.040652 10.0.0.73 - - [2026-04-30 04:41:14] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.052861 10.0.0.73 - - [2026-04-30 04:41:14] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009434 10.0.0.73 - - [2026-04-30 04:41:14] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006936 10.0.0.73 - - [2026-04-30 04:41:14] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.033609 10.0.0.73 - - [2026-04-30 04:41:14] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.046601 10.0.0.73 - - [2026-04-30 04:41:19] "POST /neutron/port HTTP/1.1" 200 1127 0.027708 10.0.0.33 - - [2026-04-30 04:41:21] "DELETE /project/756790ad33684c53be39ebebe99b3348 HTTP/1.1" 404 173 0.011580 10.0.0.33 - - [2026-04-30 04:41:21] "DELETE /project/fadd69cc6bd24e0099d17a0374140c2c HTTP/1.1" 404 173 0.018936 10.0.0.33 - - [2026-04-30 04:41:21] "DELETE /project/c49aa47f106e490c88fd7c350e7a7e17 HTTP/1.1" 404 173 0.017432 10.0.0.33 - - [2026-04-30 04:41:21] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001903 10.0.0.73 - - [2026-04-30 04:41:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.020381 10.0.0.33 - - [2026-04-30 04:41:21] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001189 10.0.0.33 - - [2026-04-30 04:41:21] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001577 10.0.0.33 - - [2026-04-30 04:41:21] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.179422 10.0.0.33 - - [2026-04-30 04:41:21] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001419 10.0.0.33 - - [2026-04-30 04:41:21] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.250658 10.0.0.33 - - [2026-04-30 04:41:21] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004076 10.0.0.33 - - [2026-04-30 04:41:21] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.312358 10.0.0.33 - - [2026-04-30 04:41:21] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001391 10.0.0.33 - - [2026-04-30 04:41:21] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?fields=security_groups HTTP/1.1" 200 1363 0.215044 10.0.0.33 - - [2026-04-30 04:41:21] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?fields=security_groups HTTP/1.1" 200 1115 0.180221 10.0.0.141 - - [2026-04-30 04:41:22] "DELETE /access-control-list/b347236a-8994-4d0c-a1c7-abaef23b812b HTTP/1.1" 200 115 0.138862 10.0.0.33 - - [2026-04-30 04:41:22] "GET /projects?obj_uuids=0b7c58e9-21a0-41c6-b7ce-23349ff24fe8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001194 10.0.0.33 - - [2026-04-30 04:41:22] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?fields=security_groups HTTP/1.1" 200 1382 0.190276 10.0.0.33 - - [2026-04-30 04:41:22] "GET /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8?fields=application_policy_sets HTTP/1.1" 200 1115 0.098586 10.0.0.33 - - [2026-04-30 04:41:22] "DELETE /security-group/b7749606-c288-4c93-acac-6a8f399a6f60 HTTP/1.1" 200 115 0.173077 10.0.0.33 - - [2026-04-30 04:41:22] "GET /projects?obj_uuids=756790ad-3368-4c53-be39-ebebe99b3348&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.33 - - [2026-04-30 04:41:22] "DELETE /project/0b7c58e9-21a0-41c6-b7ce-23349ff24fe8 HTTP/1.1" 404 190 0.689265 10.0.0.33 - - [2026-04-30 04:41:22] "DELETE /security-group/c92121aa-68f8-46d0-b255-13d7f0c195a1 HTTP/1.1" 200 115 0.143622 10.0.0.33 - - [2026-04-30 04:41:22] "GET /projects?obj_uuids=fadd69cc-6bd2-4e00-99d1-7a0374140c2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001217 10.0.0.33 - - [2026-04-30 04:41:22] "GET /project/756790ad-3368-4c53-be39-ebebe99b3348?fields=application_policy_sets HTTP/1.1" 200 1402 0.155191 10.0.0.141 - - [2026-04-30 04:41:22] "DELETE /access-control-list/27c07667-f15d-4dcb-ba8b-36be496f8f60 HTTP/1.1" 200 115 0.064823 10.0.0.33 - - [2026-04-30 04:41:22] "GET /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c?fields=application_policy_sets HTTP/1.1" 200 1421 0.131016 10.0.0.33 - - [2026-04-30 04:41:22] "DELETE /project/756790ad-3368-4c53-be39-ebebe99b3348 HTTP/1.1" 200 115 1.019442 10.0.0.33 - - [2026-04-30 04:41:22] "DELETE /project/fadd69cc-6bd2-4e00-99d1-7a0374140c2c HTTP/1.1" 200 115 1.071141 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004769 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005226 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004936 10.0.0.73 - - [2026-04-30 04:41:24] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.036439 10.0.0.73 - - [2026-04-30 04:41:24] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.047691 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.012607 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.012608 10.0.0.73 - - [2026-04-30 04:41:24] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.042766 10.0.0.73 - - [2026-04-30 04:41:24] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.048930 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.023226 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005945 10.0.0.73 - - [2026-04-30 04:41:24] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.041265 10.0.0.73 - - [2026-04-30 04:41:24] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.044643 10.0.0.73 - - [2026-04-30 04:41:24] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010755 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.014667 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.034276 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004911 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005939 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008009 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.033363 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.049469 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007433 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005754 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.036363 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.049921 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007192 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007885 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.034195 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.043731 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008028 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005023 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.027658 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003930 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005277 10.0.0.73 - - [2026-04-30 04:41:25] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005838 10.0.0.73 - - [2026-04-30 04:41:25] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.037160 10.0.0.73 - - [2026-04-30 04:41:26] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.048295 10.0.0.73 - - [2026-04-30 04:41:26] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004959 10.0.0.73 - - [2026-04-30 04:41:26] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005626 10.0.0.73 - - [2026-04-30 04:41:26] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.040605 10.0.0.73 - - [2026-04-30 04:41:26] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.047805 10.0.0.73 - - [2026-04-30 04:41:26] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007867 10.0.0.73 - - [2026-04-30 04:41:26] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007615 10.0.0.73 - - [2026-04-30 04:41:26] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.049247 10.0.0.73 - - [2026-04-30 04:41:26] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.050396 10.0.0.73 - - [2026-04-30 04:41:26] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004753 10.0.0.73 - - [2026-04-30 04:41:26] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005347 10.0.0.73 - - [2026-04-30 04:41:26] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.020576 10.0.0.73 - - [2026-04-30 04:41:26] "POST /ref-update HTTP/1.1" 200 156 0.074424 10.0.0.141 - - [2026-04-30 04:41:26] "DELETE /access-control-list/3d7a6e93-ec51-43c1-8462-24a1e7690a15 HTTP/1.1" 200 115 0.042259 10.0.0.73 - - [2026-04-30 04:41:26] "GET /virtual-network/6da0a453-8b66-4e36-94e5-edfcaa1b14b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.015565 10.0.0.73 - - [2026-04-30 04:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.73 - - [2026-04-30 04:41:26] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006491 10.0.0.73 - - [2026-04-30 04:41:26] "POST /ref-update HTTP/1.1" 200 156 0.068586 10.0.0.141 - - [2026-04-30 04:41:27] "POST /ref-update HTTP/1.1" 200 156 0.028615 10.0.0.73 - - [2026-04-30 04:41:27] "GET /virtual-network/04ef85cb-5368-4bd7-b10a-9a275617fe56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.017720 10.0.0.73 - - [2026-04-30 04:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.73 - - [2026-04-30 04:41:27] "GET /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006896 10.0.0.73 - - [2026-04-30 04:41:27] "DELETE /network-policy/b2015f48-9beb-4dd6-a1cd-880ba0f28462 HTTP/1.1" 200 115 0.040480 10.0.0.73 - - [2026-04-30 04:41:27] "POST /neutron/network HTTP/1.1" 200 799 0.009351 10.0.0.73 - - [2026-04-30 04:41:27] "POST /neutron/port HTTP/1.1" 200 1117 0.022749 10.0.0.73 - - [2026-04-30 04:41:27] "POST /neutron/port HTTP/1.1" 200 1117 0.015385 10.0.0.33 - - [2026-04-30 04:41:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004109 10.0.0.33 - - [2026-04-30 04:41:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005388 10.0.0.73 - - [2026-04-30 04:41:29] "POST /neutron/network HTTP/1.1" 200 151 0.177104 10.0.0.141 - - [2026-04-30 04:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.141 - - [2026-04-30 04:41:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.005302 10.0.0.73 - - [2026-04-30 04:41:29] "POST /ref-update HTTP/1.1" 200 156 0.064168 10.0.0.73 - - [2026-04-30 04:41:29] "POST /neutron/network HTTP/1.1" 200 973 0.026315 10.0.0.73 - - [2026-04-30 04:41:29] "GET /virtual-network/8fd43f92-aec6-459a-806d-248550858365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006002 10.0.0.73 - - [2026-04-30 04:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.141 - - [2026-04-30 04:41:29] "POST /ref-update HTTP/1.1" 200 156 0.025531 10.0.0.73 - - [2026-04-30 04:41:29] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006545 10.0.0.73 - - [2026-04-30 04:41:29] "POST /ref-update HTTP/1.1" 200 156 0.109262 10.0.0.73 - - [2026-04-30 04:41:30] "GET /virtual-network/a1b222d6-b539-49ee-b356-9e8af3d7de1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.017594 10.0.0.73 - - [2026-04-30 04:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.73 - - [2026-04-30 04:41:30] "GET /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005565 10.0.0.73 - - [2026-04-30 04:41:30] "DELETE /network-policy/024a62c6-e2cc-4ecc-8192-7c0bbb026937 HTTP/1.1" 200 115 0.048629 10.0.0.73 - - [2026-04-30 04:41:30] "POST /neutron/network HTTP/1.1" 400 204 0.017586 10.0.0.73 - - [2026-04-30 04:41:31] "POST /neutron/port HTTP/1.1" 200 151 0.318024 10.0.0.73 - - [2026-04-30 04:41:31] "POST /neutron/port HTTP/1.1" 200 151 0.368602 10.0.0.141 - - [2026-04-30 04:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.73 - - [2026-04-30 04:41:32] "POST /neutron/network HTTP/1.1" 200 975 0.012969 10.0.0.141 - - [2026-04-30 04:41:32] "DELETE /route-target/309328d2-bc9a-46c3-902a-8b0138ad7385 HTTP/1.1" 200 115 0.037585 10.0.0.73 - - [2026-04-30 04:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.33 - - [2026-04-30 04:41:34] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001425 10.0.0.73 - - [2026-04-30 04:41:34] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052689 10.0.0.33 - - [2026-04-30 04:41:34] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001669 10.0.0.73 - - [2026-04-30 04:41:34] "POST /neutron/network HTTP/1.1" 200 601 0.152323 10.0.0.141 - - [2026-04-30 04:41:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.011734 10.0.0.73 - - [2026-04-30 04:41:35] "POST /neutron/network HTTP/1.1" 200 974 0.013714 10.0.0.73 - - [2026-04-30 04:41:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001519 10.0.0.73 - - [2026-04-30 04:41:35] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007652 10.0.0.73 - - [2026-04-30 04:41:35] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008179 10.0.0.73 - - [2026-04-30 04:41:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.020146 10.0.0.73 - - [2026-04-30 04:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.33 - - [2026-04-30 04:41:35] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.73 - - [2026-04-30 04:41:35] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048401 10.0.0.33 - - [2026-04-30 04:41:35] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.73 - - [2026-04-30 04:41:35] "POST /neutron/network HTTP/1.1" 200 601 0.163060 10.0.0.141 - - [2026-04-30 04:41:35] "POST /route-targets HTTP/1.1" 200 327 0.032254 10.0.0.73 - - [2026-04-30 04:41:36] "POST /neutron/network HTTP/1.1" 200 975 0.015167 10.0.0.73 - - [2026-04-30 04:41:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001873 10.0.0.73 - - [2026-04-30 04:41:36] "GET /virtual-network/670fac73-0971-471c-9f0a-7c766bb8d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008309 10.0.0.73 - - [2026-04-30 04:41:36] "GET /virtual-network/670fac73-0971-471c-9f0a-7c766bb8d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008049 10.0.0.73 - - [2026-04-30 04:41:36] "POST /neutron/subnet HTTP/1.1" 200 716 0.015019 10.0.0.73 - - [2026-04-30 04:41:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001372 10.0.0.73 - - [2026-04-30 04:41:36] "POST /neutron/network HTTP/1.1" 200 984 0.013131 10.0.0.33 - - [2026-04-30 04:41:37] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.73 - - [2026-04-30 04:41:37] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086242 10.0.0.73 - - [2026-04-30 04:41:37] "POST /neutron/port HTTP/1.1" 200 117 0.009766 10.0.0.73 - - [2026-04-30 04:41:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001505 10.0.0.73 - - [2026-04-30 04:41:37] "POST /neutron/network HTTP/1.1" 200 984 0.020703 10.0.0.73 - - [2026-04-30 04:41:38] "POST /neutron/port HTTP/1.1" 200 1152 0.031013 10.0.0.33 - - [2026-04-30 04:41:38] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.73 - - [2026-04-30 04:41:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006310 10.0.0.73 - - [2026-04-30 04:41:38] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.110077 10.0.0.73 - - [2026-04-30 04:41:38] "POST /neutron/network HTTP/1.1" 200 975 0.037807 10.0.0.73 - - [2026-04-30 04:41:38] "POST /neutron/network HTTP/1.1" 200 974 0.013698 10.0.0.73 - - [2026-04-30 04:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.007472 10.0.0.73 - - [2026-04-30 04:41:39] "POST /neutron/network HTTP/1.1" 200 985 0.008749 10.0.0.73 - - [2026-04-30 04:41:40] "POST /neutron/port HTTP/1.1" 200 1153 0.028833 10.0.0.73 - - [2026-04-30 04:41:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004672 10.0.0.73 - - [2026-04-30 04:41:40] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.73 - - [2026-04-30 04:41:44] "POST /neutron/port HTTP/1.1" 200 1216 0.027223 10.0.0.73 - - [2026-04-30 04:41:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010780 10.0.0.73 - - [2026-04-30 04:41:44] "GET /virtual-machine/a5efc2a7-dcf5-456d-a91b-185279545fed HTTP/1.1" 200 1301 0.008636 10.0.0.73 - - [2026-04-30 04:41:44] "GET /virtual-machine-interface/5de4ec96-9106-4462-aa90-885effc2f511 HTTP/1.1" 200 3157 0.006194 10.0.0.73 - - [2026-04-30 04:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.73 - - [2026-04-30 04:41:44] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005585 10.0.0.73 - - [2026-04-30 04:41:44] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003827 10.0.0.73 - - [2026-04-30 04:41:44] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007427 10.0.0.141 - - [2026-04-30 04:41:47] "GET /obj-perms HTTP/1.1" 200 5056 0.061661 10.0.0.33 - - [2026-04-30 04:41:47] "GET /obj-perms HTTP/1.1" 200 5056 0.058506 10.0.0.73 - - [2026-04-30 04:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.73 - - [2026-04-30 04:41:47] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007193 10.0.0.73 - - [2026-04-30 04:41:48] "POST /neutron/port HTTP/1.1" 200 1216 0.022700 10.0.0.73 - - [2026-04-30 04:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.73 - - [2026-04-30 04:41:49] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004711 10.0.0.73 - - [2026-04-30 04:41:49] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004236 10.0.0.73 - - [2026-04-30 04:41:49] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007184 10.0.0.73 - - [2026-04-30 04:41:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010717 10.0.0.73 - - [2026-04-30 04:41:55] "POST /neutron/port HTTP/1.1" 200 1217 0.031677 10.0.0.73 - - [2026-04-30 04:41:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009981 10.0.0.73 - - [2026-04-30 04:41:55] "GET /virtual-machine/2e1a3c4e-434c-495a-94c8-b300ba7c22bf HTTP/1.1" 200 1300 0.008548 10.0.0.73 - - [2026-04-30 04:41:55] "GET /virtual-machine-interface/fd0208e1-634a-432c-8b16-7351b421cfc6 HTTP/1.1" 200 3158 0.006623 10.0.0.73 - - [2026-04-30 04:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.73 - - [2026-04-30 04:41:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005211 10.0.0.73 - - [2026-04-30 04:41:55] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003359 10.0.0.73 - - [2026-04-30 04:41:55] "GET /virtual-network/670fac73-0971-471c-9f0a-7c766bb8d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006645 10.0.0.73 - - [2026-04-30 04:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.73 - - [2026-04-30 04:41:56] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005091 10.0.0.73 - - [2026-04-30 04:41:56] "GET /virtual-networks?parent_id=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003990 10.0.0.73 - - [2026-04-30 04:41:56] "GET /virtual-network/670fac73-0971-471c-9f0a-7c766bb8d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006816 10.0.0.73 - - [2026-04-30 04:41:56] "POST /fqname-to-id HTTP/1.1" 404 209 0.004288 10.0.0.73 - - [2026-04-30 04:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.33 - - [2026-04-30 04:41:57] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001537 10.0.0.73 - - [2026-04-30 04:41:57] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048598 10.0.0.73 - - [2026-04-30 04:41:57] "POST /network-policys HTTP/1.1" 200 533 0.036863 10.0.0.73 - - [2026-04-30 04:41:57] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010545 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.73 - - [2026-04-30 04:41:57] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006554 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.73 - - [2026-04-30 04:41:57] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007175 10.0.0.141 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.011090 10.0.0.73 - - [2026-04-30 04:41:57] "POST /ref-update HTTP/1.1" 200 156 0.087073 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.141 - - [2026-04-30 04:41:57] "POST /access-control-lists HTTP/1.1" 200 578 0.087201 10.0.0.73 - - [2026-04-30 04:41:57] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005386 10.0.0.73 - - [2026-04-30 04:41:57] "POST /neutron/network HTTP/1.1" 200 1060 0.015672 10.0.0.73 - - [2026-04-30 04:41:57] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.006812 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.73 - - [2026-04-30 04:41:57] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005998 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.73 - - [2026-04-30 04:41:57] "GET /virtual-network/670fac73-0971-471c-9f0a-7c766bb8d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006550 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.73 - - [2026-04-30 04:41:57] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004773 10.0.0.73 - - [2026-04-30 04:41:57] "POST /ref-update HTTP/1.1" 200 156 0.058243 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.141 - - [2026-04-30 04:41:57] "POST /ref-update HTTP/1.1" 200 156 0.030655 10.0.0.73 - - [2026-04-30 04:41:57] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005799 10.0.0.73 - - [2026-04-30 04:41:57] "GET /virtual-network/670fac73-0971-471c-9f0a-7c766bb8d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.013749 10.0.0.73 - - [2026-04-30 04:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.73 - - [2026-04-30 04:41:57] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004490 10.0.0.73 - - [2026-04-30 04:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.33 - - [2026-04-30 04:41:58] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001447 10.0.0.73 - - [2026-04-30 04:41:58] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050955 10.0.0.33 - - [2026-04-30 04:41:58] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002223 10.0.0.73 - - [2026-04-30 04:41:58] "POST /neutron/network HTTP/1.1" 200 585 0.157379 10.0.0.73 - - [2026-04-30 04:41:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.004149 10.0.0.73 - - [2026-04-30 04:41:58] "GET /virtual-network/341129eb-6b36-4aca-bb56-e35373eee718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006558 10.0.0.73 - - [2026-04-30 04:41:58] "POST /neutron/network HTTP/1.1" 200 799 0.008214 10.0.0.73 - - [2026-04-30 04:41:58] "GET /virtual-network/341129eb-6b36-4aca-bb56-e35373eee718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006905 10.0.0.73 - - [2026-04-30 04:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.33 - - [2026-04-30 04:41:58] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003481 10.0.0.73 - - [2026-04-30 04:41:58] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072423 10.0.0.73 - - [2026-04-30 04:41:58] "POST /neutron/network HTTP/1.1" 200 117 0.024501 10.0.0.141 - - [2026-04-30 04:41:59] "POST /route-targets HTTP/1.1" 200 327 0.015135 10.0.0.73 - - [2026-04-30 04:41:59] "POST /neutron/network HTTP/1.1" 200 799 0.010494 10.0.0.73 - - [2026-04-30 04:41:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001432 10.0.0.73 - - [2026-04-30 04:41:59] "GET /virtual-network/29ea501b-f23a-4a6d-9010-c7790e6a4fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007531 10.0.0.73 - - [2026-04-30 04:41:59] "GET /virtual-network/29ea501b-f23a-4a6d-9010-c7790e6a4fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006768 10.0.0.73 - - [2026-04-30 04:41:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.011107 10.0.0.73 - - [2026-04-30 04:41:59] "POST /fqname-to-id HTTP/1.1" 404 239 0.003605 10.0.0.73 - - [2026-04-30 04:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.33 - - [2026-04-30 04:41:59] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.73 - - [2026-04-30 04:41:59] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064253 10.0.0.73 - - [2026-04-30 04:41:59] "POST /network-policys HTTP/1.1" 200 587 0.037455 10.0.0.73 - - [2026-04-30 04:41:59] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007785 10.0.0.73 - - [2026-04-30 04:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.73 - - [2026-04-30 04:41:59] "GET /virtual-network/341129eb-6b36-4aca-bb56-e35373eee718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008018 10.0.0.73 - - [2026-04-30 04:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007710 10.0.0.73 - - [2026-04-30 04:41:59] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006110 10.0.0.73 - - [2026-04-30 04:41:59] "POST /ref-update HTTP/1.1" 200 156 0.083915 10.0.0.73 - - [2026-04-30 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005863 10.0.0.141 - - [2026-04-30 04:42:00] "POST /access-control-lists HTTP/1.1" 200 554 0.094450 10.0.0.73 - - [2026-04-30 04:42:00] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006706 10.0.0.73 - - [2026-04-30 04:42:00] "GET /virtual-network/341129eb-6b36-4aca-bb56-e35373eee718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.010392 10.0.0.73 - - [2026-04-30 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.73 - - [2026-04-30 04:42:00] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008075 10.0.0.73 - - [2026-04-30 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.73 - - [2026-04-30 04:42:00] "GET /virtual-network/29ea501b-f23a-4a6d-9010-c7790e6a4fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007614 10.0.0.73 - - [2026-04-30 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.73 - - [2026-04-30 04:42:00] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006556 10.0.0.73 - - [2026-04-30 04:42:00] "POST /ref-update HTTP/1.1" 200 156 0.073553 10.0.0.73 - - [2026-04-30 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050 10.0.0.73 - - [2026-04-30 04:42:00] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.012203 10.0.0.141 - - [2026-04-30 04:42:00] "POST /ref-update HTTP/1.1" 200 156 0.047413 10.0.0.73 - - [2026-04-30 04:42:00] "GET /virtual-network/29ea501b-f23a-4a6d-9010-c7790e6a4fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.024146 10.0.0.73 - - [2026-04-30 04:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007664 10.0.0.73 - - [2026-04-30 04:42:00] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005741 10.0.0.73 - - [2026-04-30 04:42:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.002262 10.0.0.73 - - [2026-04-30 04:42:00] "POST /neutron/port HTTP/1.1" 200 6315 0.086431 10.0.0.33 - - [2026-04-30 04:42:01] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001842 10.0.0.73 - - [2026-04-30 04:42:01] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.101151 10.0.0.73 - - [2026-04-30 04:42:01] "POST /neutron/network HTTP/1.1" 200 912 0.010709 10.0.0.73 - - [2026-04-30 04:42:02] "POST /neutron/port HTTP/1.1" 200 117 0.008742 10.0.0.73 - - [2026-04-30 04:42:02] "POST /id-to-fqname HTTP/1.1" 200 214 0.002127 10.0.0.73 - - [2026-04-30 04:42:02] "POST /neutron/network HTTP/1.1" 200 922 0.007959 10.0.0.73 - - [2026-04-30 04:42:03] "POST /neutron/port HTTP/1.1" 200 1063 0.038225 10.0.0.73 - - [2026-04-30 04:42:03] "POST /neutron/port HTTP/1.1" 200 1127 0.030739 10.0.0.73 - - [2026-04-30 04:42:03] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.33 - - [2026-04-30 04:42:03] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498 10.0.0.73 - - [2026-04-30 04:42:03] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.090330 10.0.0.73 - - [2026-04-30 04:42:03] "POST /neutron/port HTTP/1.1" 200 7289 0.102564 10.0.0.73 - - [2026-04-30 04:42:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004898 10.0.0.73 - - [2026-04-30 04:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.73 - - [2026-04-30 04:42:03] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006105 10.0.0.73 - - [2026-04-30 04:42:04] "POST /neutron/network HTTP/1.1" 200 922 0.008517 10.0.0.73 - - [2026-04-30 04:42:04] "POST /neutron/port HTTP/1.1" 200 1063 0.026575 10.0.0.73 - - [2026-04-30 04:42:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006399 10.0.0.73 - - [2026-04-30 04:42:04] "POST /neutron/network HTTP/1.1" 200 912 0.016616 10.0.0.73 - - [2026-04-30 04:42:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003846 10.0.0.73 - - [2026-04-30 04:42:05] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005137 10.0.0.73 - - [2026-04-30 04:42:05] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006514 10.0.0.73 - - [2026-04-30 04:42:05] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.056488 10.0.0.73 - - [2026-04-30 04:42:05] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.061875 10.0.0.73 - - [2026-04-30 04:42:05] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.021103 10.0.0.73 - - [2026-04-30 04:42:05] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010153 10.0.0.73 - - [2026-04-30 04:42:05] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.044875 10.0.0.73 - - [2026-04-30 04:42:05] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.154723 10.0.0.73 - - [2026-04-30 04:42:05] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008987 10.0.0.73 - - [2026-04-30 04:42:05] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014964 10.0.0.73 - - [2026-04-30 04:42:05] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.054203 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.076681 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.039596 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.008550 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.042241 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005070 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006819 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007428 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.058903 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.070825 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.019570 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005528 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.053067 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.055341 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008145 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011927 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.053655 10.0.0.73 - - [2026-04-30 04:42:06] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.050493 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012549 10.0.0.73 - - [2026-04-30 04:42:06] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006600 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.037275 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005463 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005384 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005386 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.052366 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.070419 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009172 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007968 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.048288 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.053841 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012986 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010780 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.036850 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.061091 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010779 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013393 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.035478 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005461 10.0.0.73 - - [2026-04-30 04:42:07] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005213 10.0.0.73 - - [2026-04-30 04:42:07] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.022776 10.0.0.73 - - [2026-04-30 04:42:08] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009534 10.0.0.73 - - [2026-04-30 04:42:08] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004865 10.0.0.73 - - [2026-04-30 04:42:08] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.025189 10.0.0.73 - - [2026-04-30 04:42:08] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006617 10.0.0.73 - - [2026-04-30 04:42:08] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005189 10.0.0.73 - - [2026-04-30 04:42:08] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.022276 10.0.0.73 - - [2026-04-30 04:42:08] "POST /neutron/network HTTP/1.1" 200 1122 0.048720 10.0.0.73 - - [2026-04-30 04:42:08] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017830 10.0.0.73 - - [2026-04-30 04:42:08] "POST /neutron/network HTTP/1.1" 200 1112 0.014135 10.0.0.73 - - [2026-04-30 04:42:11] "POST /neutron/network HTTP/1.1" 200 1122 0.008907 10.0.0.73 - - [2026-04-30 04:42:11] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016269 10.0.0.73 - - [2026-04-30 04:42:11] "POST /neutron/network HTTP/1.1" 200 1112 0.012989 10.0.0.73 - - [2026-04-30 04:42:15] "POST /neutron/port HTTP/1.1" 200 1127 0.025954 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004410 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007201 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007538 10.0.0.73 - - [2026-04-30 04:42:18] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.035393 10.0.0.73 - - [2026-04-30 04:42:18] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.054227 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.010363 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008173 10.0.0.73 - - [2026-04-30 04:42:18] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.031837 10.0.0.73 - - [2026-04-30 04:42:18] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.049622 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005361 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005024 10.0.0.73 - - [2026-04-30 04:42:18] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.059547 10.0.0.73 - - [2026-04-30 04:42:18] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.055089 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.009587 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007447 10.0.0.73 - - [2026-04-30 04:42:18] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.021318 10.0.0.73 - - [2026-04-30 04:42:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004682 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006427 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005565 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.034592 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.051546 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007861 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008991 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.053610 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.044556 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008311 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005661 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.043369 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.043627 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.014454 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.010248 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.021199 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003684 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006528 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005737 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.040217 10.0.0.73 - - [2026-04-30 04:42:19] "PUT /bgp-router/00bda54b-af1f-4d84-b5e3-774a0d1d8d5d HTTP/1.1" 200 254 0.045109 10.0.0.73 - - [2026-04-30 04:42:19] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009022 10.0.0.73 - - [2026-04-30 04:42:20] "GET /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009135 10.0.0.73 - - [2026-04-30 04:42:20] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.042514 10.0.0.73 - - [2026-04-30 04:42:20] "PUT /bgp-router/1bf560dc-b7f6-4e39-adc7-100c46406f2b HTTP/1.1" 200 254 0.042369 10.0.0.73 - - [2026-04-30 04:42:20] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.033170 10.0.0.73 - - [2026-04-30 04:42:20] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005248 10.0.0.73 - - [2026-04-30 04:42:20] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.048544 10.0.0.73 - - [2026-04-30 04:42:20] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.044158 10.0.0.73 - - [2026-04-30 04:42:20] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.015955 10.0.0.73 - - [2026-04-30 04:42:20] "GET /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005836 10.0.0.73 - - [2026-04-30 04:42:20] "PUT /bgp-router/8ce130ae-71cf-4abc-9754-d8eaac88ccbc HTTP/1.1" 200 254 0.034973 10.0.0.73 - - [2026-04-30 04:42:20] "POST /ref-update HTTP/1.1" 200 156 0.065788 10.0.0.73 - - [2026-04-30 04:42:20] "GET /virtual-network/29ea501b-f23a-4a6d-9010-c7790e6a4fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008959 10.0.0.73 - - [2026-04-30 04:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.73 - - [2026-04-30 04:42:20] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006875 10.0.0.73 - - [2026-04-30 04:42:21] "POST /ref-update HTTP/1.1" 200 156 0.074952 10.0.0.141 - - [2026-04-30 04:42:21] "DELETE /access-control-list/21d3373d-e027-4a63-85c9-7a3f8683aeba HTTP/1.1" 200 115 0.065170 10.0.0.73 - - [2026-04-30 04:42:21] "POST /neutron/network HTTP/1.1" 200 799 0.011490 10.0.0.73 - - [2026-04-30 04:42:21] "GET /virtual-network/341129eb-6b36-4aca-bb56-e35373eee718?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.013701 10.0.0.73 - - [2026-04-30 04:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.73 - - [2026-04-30 04:42:21] "GET /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005296 10.0.0.73 - - [2026-04-30 04:42:21] "DELETE /network-policy/3baac1c2-988d-4b06-baff-900a43f3b936 HTTP/1.1" 200 115 0.045120 10.0.0.73 - - [2026-04-30 04:42:21] "POST /neutron/network HTTP/1.1" 400 204 0.017457 10.0.0.73 - - [2026-04-30 04:42:21] "POST /neutron/port HTTP/1.1" 200 151 0.255204 10.0.0.73 - - [2026-04-30 04:42:23] "POST /neutron/network HTTP/1.1" 200 799 0.008174 10.0.0.141 - - [2026-04-30 04:42:23] "DELETE /route-target/e9577833-7935-4477-9dbd-056a253bb6db HTTP/1.1" 200 115 0.032357 10.0.0.33 - - [2026-04-30 04:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006810 10.0.0.33 - - [2026-04-30 04:42:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002920 10.0.0.73 - - [2026-04-30 04:42:23] "POST /neutron/network HTTP/1.1" 200 151 0.149307 10.0.0.73 - - [2026-04-30 04:42:23] "POST /ref-update HTTP/1.1" 200 156 0.079355 10.0.0.141 - - [2026-04-30 04:42:23] "DELETE /access-control-list/6d7d602f-19b1-488b-81b2-baa95328e2ee HTTP/1.1" 200 115 0.062400 10.0.0.73 - - [2026-04-30 04:42:23] "GET /virtual-network/670fac73-0971-471c-9f0a-7c766bb8d51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.011410 10.0.0.73 - - [2026-04-30 04:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005487 10.0.0.73 - - [2026-04-30 04:42:23] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008692 10.0.0.141 - - [2026-04-30 04:42:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.010922 10.0.0.73 - - [2026-04-30 04:42:23] "POST /ref-update HTTP/1.1" 200 156 0.079162 10.0.0.141 - - [2026-04-30 04:42:24] "POST /ref-update HTTP/1.1" 200 156 0.042276 10.0.0.73 - - [2026-04-30 04:42:24] "GET /virtual-network/239a59f5-f3e4-4ef9-a071-46f4ed209ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.011504 10.0.0.73 - - [2026-04-30 04:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005674 10.0.0.73 - - [2026-04-30 04:42:24] "GET /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004766 10.0.0.73 - - [2026-04-30 04:42:24] "DELETE /network-policy/5696fcdc-abdb-4ec4-b6a0-64de7792db60 HTTP/1.1" 200 115 0.055164 10.0.0.73 - - [2026-04-30 04:42:24] "POST /neutron/network HTTP/1.1" 200 975 0.015032 10.0.0.73 - - [2026-04-30 04:42:24] "POST /neutron/port HTTP/1.1" 200 1206 0.027765 10.0.0.73 - - [2026-04-30 04:42:25] "POST /neutron/port HTTP/1.1" 200 1207 0.039107 10.0.0.33 - - [2026-04-30 04:42:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005583 10.0.0.33 - - [2026-04-30 04:42:26] "POST /useragent-kv HTTP/1.1" 200 115 0.010357 10.0.0.33 - - [2026-04-30 04:42:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005955 10.0.0.33 - - [2026-04-30 04:42:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004272 10.0.0.73 - - [2026-04-30 04:42:26] "POST /neutron/network HTTP/1.1" 200 151 0.188173 10.0.0.141 - - [2026-04-30 04:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.33 - - [2026-04-30 04:42:28] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001848 10.0.0.73 - - [2026-04-30 04:42:28] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060594 10.0.0.33 - - [2026-04-30 04:42:28] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.73 - - [2026-04-30 04:42:28] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?fields=virtual_networks HTTP/1.1" 200 1048 0.064868 10.0.0.33 - - [2026-04-30 04:42:28] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.73 - - [2026-04-30 04:42:28] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.067075 10.0.0.33 - - [2026-04-30 04:42:28] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.73 - - [2026-04-30 04:42:28] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?fields=security_groups HTTP/1.1" 200 1282 0.052191 10.0.0.73 - - [2026-04-30 04:42:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.034245 10.0.0.33 - - [2026-04-30 04:42:29] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004638 10.0.0.33 - - [2026-04-30 04:42:29] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.33 - - [2026-04-30 04:42:29] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008940 10.0.0.33 - - [2026-04-30 04:42:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.003254 10.0.0.33 - - [2026-04-30 04:42:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.003683 10.0.0.33 - - [2026-04-30 04:42:29] "POST /security-groups HTTP/1.1" 200 586 0.040068 10.0.0.33 - - [2026-04-30 04:42:30] "POST /projects HTTP/1.1" 200 575 0.253900 10.0.0.141 - - [2026-04-30 04:42:30] "POST /access-control-lists HTTP/1.1" 200 591 0.033694 10.0.0.33 - - [2026-04-30 04:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.330787 10.0.0.73 - - [2026-04-30 04:42:30] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.488609 10.0.0.73 - - [2026-04-30 04:42:31] "GET / HTTP/1.1" 200 35931 0.002787 10.0.0.73 - - [2026-04-30 04:42:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.73 - - [2026-04-30 04:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.033477 10.0.0.73 - - [2026-04-30 04:42:33] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.007300 10.0.0.73 - - [2026-04-30 04:42:33] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004902 10.0.0.73 - - [2026-04-30 04:42:33] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005219 10.0.0.73 - - [2026-04-30 04:42:33] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.015654 10.0.0.73 - - [2026-04-30 04:42:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.026540 10.0.0.33 - - [2026-04-30 04:42:36] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004333 10.0.0.33 - - [2026-04-30 04:42:36] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001533 10.0.0.33 - - [2026-04-30 04:42:36] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011916 10.0.0.33 - - [2026-04-30 04:42:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.008927 10.0.0.33 - - [2026-04-30 04:42:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.009118 10.0.0.33 - - [2026-04-30 04:42:36] "POST /security-groups HTTP/1.1" 200 586 0.097293 10.0.0.33 - - [2026-04-30 04:42:36] "POST /projects HTTP/1.1" 200 575 0.389825 10.0.0.33 - - [2026-04-30 04:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.424995 10.0.0.141 - - [2026-04-30 04:42:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.008452 10.0.0.73 - - [2026-04-30 04:42:36] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.629677 10.0.0.141 - - [2026-04-30 04:42:36] "POST /access-control-lists HTTP/1.1" 200 589 0.071756 10.0.0.73 - - [2026-04-30 04:42:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.028901 10.0.0.33 - - [2026-04-30 04:42:37] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005023 10.0.0.33 - - [2026-04-30 04:42:37] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001882 10.0.0.33 - - [2026-04-30 04:42:37] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009220 10.0.0.33 - - [2026-04-30 04:42:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.001319 10.0.0.33 - - [2026-04-30 04:42:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.006512 10.0.0.33 - - [2026-04-30 04:42:37] "POST /security-groups HTTP/1.1" 200 586 0.079774 10.0.0.33 - - [2026-04-30 04:42:37] "POST /projects HTTP/1.1" 200 575 0.334487 10.0.0.33 - - [2026-04-30 04:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.369437 10.0.0.141 - - [2026-04-30 04:42:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.008132 10.0.0.73 - - [2026-04-30 04:42:37] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.564523 10.0.0.73 - - [2026-04-30 04:42:38] "GET / HTTP/1.1" 200 35931 0.003630 10.0.0.73 - - [2026-04-30 04:42:39] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.73 - - [2026-04-30 04:42:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.004101 10.0.0.73 - - [2026-04-30 04:42:39] "POST /api-access-lists HTTP/1.1" 200 521 0.029359 10.0.0.73 - - [2026-04-30 04:42:39] "GET /api-access-list/a54d2b14-c25d-47af-89c9-12950e9c146a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.006522 10.0.0.73 - - [2026-04-30 04:42:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-04-30 04:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.162654 10.0.0.33 - - [2026-04-30 04:42:40] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001411 10.0.0.73 - - [2026-04-30 04:42:40] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.077400 10.0.0.73 - - [2026-04-30 04:42:40] "GET /virtual-networks?parent_id=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025667 10.0.0.73 - - [2026-04-30 04:42:40] "POST /virtual-networks HTTP/1.1" 200 568 0.146120 10.0.0.73 - - [2026-04-30 04:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.040192 10.0.0.73 - - [2026-04-30 04:42:40] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.020823 10.0.0.33 - - [2026-04-30 04:42:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008254 10.0.0.73 - - [2026-04-30 04:42:41] "POST /ref-update HTTP/1.1" 200 156 0.119276 10.0.0.73 - - [2026-04-30 04:42:41] "POST /neutron/network HTTP/1.1" 200 832 0.092841 10.0.0.141 - - [2026-04-30 04:42:41] "POST /ref-update HTTP/1.1" 200 156 0.045590 10.0.0.73 - - [2026-04-30 04:42:41] "GET /virtual-network/72ae6792-7b71-449e-8c87-ee8d4b371aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.022742 10.0.0.73 - - [2026-04-30 04:42:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.066277 10.0.0.73 - - [2026-04-30 04:42:42] "GET /obj-perms HTTP/1.1" 200 4915 0.072941 10.0.0.73 - - [2026-04-30 04:42:43] "GET /virtual-network/72ae6792-7b71-449e-8c87-ee8d4b371aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.025978 10.0.0.73 - - [2026-04-30 04:42:43] "GET /obj-perms HTTP/1.1" 200 4915 0.084595 10.0.0.73 - - [2026-04-30 04:42:43] "GET /obj-perms HTTP/1.1" 200 4915 0.018209 10.0.0.73 - - [2026-04-30 04:42:44] "POST /id-to-fqname HTTP/1.1" 401 292 0.000548 10.0.0.73 - - [2026-04-30 04:42:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.042266 10.0.0.33 - - [2026-04-30 04:42:45] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001881 10.0.0.73 - - [2026-04-30 04:42:45] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.081954 10.0.0.73 - - [2026-04-30 04:42:45] "POST /neutron/network HTTP/1.1" 200 832 0.008175 10.0.0.73 - - [2026-04-30 04:42:46] "POST /neutron/port HTTP/1.1" 200 117 0.041093 10.0.0.33 - - [2026-04-30 04:42:46] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001392 10.0.0.73 - - [2026-04-30 04:42:47] "POST /neutron/port HTTP/1.1" 200 1055 0.670138 10.0.0.73 - - [2026-04-30 04:42:47] "POST /neutron/port HTTP/1.1" 200 1109 0.133877 10.0.0.73 - - [2026-04-30 04:42:47] "POST /neutron/subnet HTTP/1.1" 200 649 0.010878 10.0.0.73 - - [2026-04-30 04:42:51] "POST /neutron/port HTTP/1.1" 200 1119 0.022551 10.0.0.73 - - [2026-04-30 04:42:51] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010613 10.0.0.73 - - [2026-04-30 04:42:51] "POST /neutron/port HTTP/1.1" 200 1119 0.021148 10.0.0.73 - - [2026-04-30 04:42:51] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 401 292 0.000479 10.0.0.73 - - [2026-04-30 04:42:52] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 200 1286 0.061109 10.0.0.73 - - [2026-04-30 04:42:52] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 200 1286 0.031267 10.0.0.73 - - [2026-04-30 04:42:52] "GET /virtual-machine-interface/83341960-1c0f-4f01-82e5-bed6425ddad5 HTTP/1.1" 200 2529 0.024679 10.0.0.73 - - [2026-04-30 04:42:52] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 200 1286 0.020780 10.0.0.73 - - [2026-04-30 04:42:52] "GET /virtual-machine-interface/83341960-1c0f-4f01-82e5-bed6425ddad5 HTTP/1.1" 200 2529 0.028642 10.0.0.73 - - [2026-04-30 04:42:52] "GET /instance-ip/f0488afe-60bb-4b80-b3ab-f12a8358d5e7 HTTP/1.1" 200 1626 0.029244 10.0.0.73 - - [2026-04-30 04:42:52] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 200 1286 0.033027 10.0.0.73 - - [2026-04-30 04:42:52] "GET /virtual-machine-interface/83341960-1c0f-4f01-82e5-bed6425ddad5 HTTP/1.1" 200 2529 0.029549 10.0.0.73 - - [2026-04-30 04:42:52] "GET /instance-ip/f0488afe-60bb-4b80-b3ab-f12a8358d5e7 HTTP/1.1" 200 1626 0.022342 10.0.0.73 - - [2026-04-30 04:42:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.020462 10.0.0.73 - - [2026-04-30 04:42:52] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.73 - - [2026-04-30 04:42:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.031706 10.0.0.73 - - [2026-04-30 04:42:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003917 10.0.0.73 - - [2026-04-30 04:42:53] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020073 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.024279 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.73 - - [2026-04-30 04:42:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004067 10.0.0.73 - - [2026-04-30 04:42:53] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019922 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.027256 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.73 - - [2026-04-30 04:42:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004194 10.0.0.73 - - [2026-04-30 04:42:53] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019601 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.021848 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.73 - - [2026-04-30 04:42:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004179 10.0.0.73 - - [2026-04-30 04:42:53] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020326 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.020096 10.0.0.73 - - [2026-04-30 04:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.73 - - [2026-04-30 04:42:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004035 10.0.0.73 - - [2026-04-30 04:42:53] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020506 10.0.0.73 - - [2026-04-30 04:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.021550 10.0.0.73 - - [2026-04-30 04:42:56] "GET /virtual-network/72ae6792-7b71-449e-8c87-ee8d4b371aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.028424 10.0.0.73 - - [2026-04-30 04:42:57] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009431 10.0.0.73 - - [2026-04-30 04:42:58] "POST /fqname-to-id HTTP/1.1" 403 339 0.020176 10.0.0.73 - - [2026-04-30 04:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.73 - - [2026-04-30 04:42:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004623 10.0.0.73 - - [2026-04-30 04:42:59] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021612 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.021040 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.73 - - [2026-04-30 04:42:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004701 10.0.0.73 - - [2026-04-30 04:42:59] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019144 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 403 361 0.022429 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.73 - - [2026-04-30 04:42:59] "GET /routing-instance/b02f72f8-cf9b-4dc0-9413-cc8a76cc647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.007615 10.0.0.73 - - [2026-04-30 04:42:59] "GET /route-target/20c14162-e823-4561-8843-12e458f13169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018086 10.0.0.73 - - [2026-04-30 04:42:59] "GET /route-target/20c14162-e823-4561-8843-12e458f13169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004809 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.023457 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.73 - - [2026-04-30 04:42:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.73 - - [2026-04-30 04:42:59] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019008 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 403 361 0.022072 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.73 - - [2026-04-30 04:42:59] "GET /routing-instance/b02f72f8-cf9b-4dc0-9413-cc8a76cc647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004616 10.0.0.73 - - [2026-04-30 04:42:59] "GET /route-target/20c14162-e823-4561-8843-12e458f13169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.020721 10.0.0.73 - - [2026-04-30 04:42:59] "GET /route-target/20c14162-e823-4561-8843-12e458f13169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004504 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.021938 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.73 - - [2026-04-30 04:42:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005047 10.0.0.73 - - [2026-04-30 04:42:59] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019413 10.0.0.73 - - [2026-04-30 04:42:59] "POST /fqname-to-id HTTP/1.1" 403 339 0.023234 10.0.0.73 - - [2026-04-30 04:43:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005387 10.0.0.73 - - [2026-04-30 04:43:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005629 10.0.0.73 - - [2026-04-30 04:43:00] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024072 10.0.0.33 - - [2026-04-30 04:43:02] "GET /obj-perms HTTP/1.1" 200 4915 0.074739 10.0.0.33 - - [2026-04-30 04:43:04] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.022921 10.0.0.33 - - [2026-04-30 04:43:08] "GET /obj-perms HTTP/1.1" 200 4915 0.020139 10.0.0.73 - - [2026-04-30 04:43:09] "POST /neutron/network HTTP/1.1" 200 938 0.007716 10.0.0.73 - - [2026-04-30 04:43:09] "POST /neutron/port HTTP/1.1" 200 117 0.001856 10.0.0.33 - - [2026-04-30 04:43:10] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.034067 10.0.0.73 - - [2026-04-30 04:43:12] "POST /neutron/port HTTP/1.1" 200 1108 0.027518 10.0.0.73 - - [2026-04-30 04:43:12] "POST /neutron/subnet HTTP/1.1" 200 704 0.011651 10.0.0.33 - - [2026-04-30 04:43:15] "GET /obj-perms HTTP/1.1" 200 4915 0.019464 10.0.0.33 - - [2026-04-30 04:43:17] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.028624 10.0.0.73 - - [2026-04-30 04:43:19] "GET /obj-perms HTTP/1.1" 200 4915 0.018141 10.0.0.73 - - [2026-04-30 04:43:19] "GET /obj-perms HTTP/1.1" 200 4915 0.017261 10.0.0.33 - - [2026-04-30 04:43:19] "GET /obj-perms HTTP/1.1" 200 4915 0.022686 10.0.0.73 - - [2026-04-30 04:43:19] "GET /obj-perms HTTP/1.1" 200 4915 0.022140 10.0.0.73 - - [2026-04-30 04:43:19] "GET /obj-perms HTTP/1.1" 200 4915 0.019081 10.0.0.33 - - [2026-04-30 04:43:19] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.020769 10.0.0.73 - - [2026-04-30 04:43:19] "GET /obj-perms HTTP/1.1" 200 4915 0.017883 10.0.0.73 - - [2026-04-30 04:43:20] "GET /obj-perms HTTP/1.1" 200 4915 0.098996 10.0.0.73 - - [2026-04-30 04:43:20] "GET /obj-perms HTTP/1.1" 200 4915 0.019812 10.0.0.73 - - [2026-04-30 04:43:21] "GET /obj-perms HTTP/1.1" 200 5020 0.059980 10.0.0.141 - - [2026-04-30 04:43:22] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.067307 10.0.0.33 - - [2026-04-30 04:43:22] "GET /obj-perms HTTP/1.1" 200 4915 0.019326 10.0.0.73 - - [2026-04-30 04:43:22] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 200 1286 0.029355 10.0.0.33 - - [2026-04-30 04:43:22] "DELETE /project/b6abd697f6d140e08fc96faca80b6e56 HTTP/1.1" 404 173 0.013510 10.0.0.33 - - [2026-04-30 04:43:22] "DELETE /project/4c4c764641d24c55a1de072978fd975f HTTP/1.1" 404 173 0.017959 10.0.0.33 - - [2026-04-30 04:43:22] "DELETE /project/1c9e1ebf51a04ca28d14984eb838a640 HTTP/1.1" 404 173 0.020602 10.0.0.33 - - [2026-04-30 04:43:22] "GET /projects?obj_uuids=c49aa47f-106e-490c-88fd-7c350e7a7e17&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002047 10.0.0.33 - - [2026-04-30 04:43:22] "GET /project/c49aa47f-106e-490c-88fd-7c350e7a7e17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 195 0.038985 10.0.0.33 - - [2026-04-30 04:43:22] "DELETE /project/c49aa47f-106e-490c-88fd-7c350e7a7e17 HTTP/1.1" 404 171 0.063672 10.0.0.73 - - [2026-04-30 04:43:22] "POST /neutron/port HTTP/1.1" 200 1119 0.066021 10.0.0.73 - - [2026-04-30 04:43:24] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 404 171 0.021068 10.0.0.73 - - [2026-04-30 04:43:24] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 404 171 0.015988 10.0.0.73 - - [2026-04-30 04:43:24] "GET /virtual-machine/89474dfc-ce45-4fdd-852f-104005f89689 HTTP/1.1" 404 171 0.016126 10.0.0.73 - - [2026-04-30 04:43:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.019097 10.0.0.73 - - [2026-04-30 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.73 - - [2026-04-30 04:43:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004001 10.0.0.73 - - [2026-04-30 04:43:24] "GET /virtual-networks?parent_id=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020655 10.0.0.73 - - [2026-04-30 04:43:24] "POST /fqname-to-id HTTP/1.1" 403 361 0.019397 10.0.0.73 - - [2026-04-30 04:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.73 - - [2026-04-30 04:43:24] "GET /routing-instance/b02f72f8-cf9b-4dc0-9413-cc8a76cc647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.010005 10.0.0.73 - - [2026-04-30 04:43:24] "GET /route-target/20c14162-e823-4561-8843-12e458f13169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.021489 10.0.0.73 - - [2026-04-30 04:43:24] "GET /route-target/20c14162-e823-4561-8843-12e458f13169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006172 10.0.0.73 - - [2026-04-30 04:43:24] "GET /obj-perms HTTP/1.1" 200 4915 0.069866 10.0.0.73 - - [2026-04-30 04:43:25] "GET /obj-perms HTTP/1.1" 200 4915 0.072706 10.0.0.33 - - [2026-04-30 04:43:28] "GET /obj-perms HTTP/1.1" 200 5020 0.055366 10.0.0.73 - - [2026-04-30 04:43:31] "GET /obj-perms HTTP/1.1" 200 5020 0.005481 10.0.0.33 - - [2026-04-30 04:43:37] "GET /obj-perms HTTP/1.1" 200 5020 0.006406 10.0.0.73 - - [2026-04-30 04:43:40] "GET /obj-perms HTTP/1.1" 200 5020 0.004974 10.0.0.33 - - [2026-04-30 04:43:47] "GET /obj-perms HTTP/1.1" 200 5020 0.005004 10.0.0.73 - - [2026-04-30 04:43:49] "GET /obj-perms HTTP/1.1" 200 5056 0.053634 10.0.0.73 - - [2026-04-30 04:43:50] "GET /obj-perms HTTP/1.1" 200 5020 0.005344 10.0.0.33 - - [2026-04-30 04:43:50] "GET /obj-perms HTTP/1.1" 200 5020 0.004671 10.0.0.141 - - [2026-04-30 04:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007519 10.0.0.33 - - [2026-04-30 04:43:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004846 10.0.0.33 - - [2026-04-30 04:43:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.73 - - [2026-04-30 04:43:50] "DELETE /virtual-network/72ae6792-7b71-449e-8c87-ee8d4b371aef HTTP/1.1" 200 115 0.187850 10.0.0.73 - - [2026-04-30 04:43:51] "DELETE /api-access-list/a54d2b14-c25d-47af-89c9-12950e9c146a HTTP/1.1" 200 115 0.059070 10.0.0.33 - - [2026-04-30 04:43:51] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001292 10.0.0.73 - - [2026-04-30 04:43:51] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.048473 10.0.0.33 - - [2026-04-30 04:43:51] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001312 10.0.0.73 - - [2026-04-30 04:43:51] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?fields=virtual_networks HTTP/1.1" 200 1023 0.049923 10.0.0.33 - - [2026-04-30 04:43:51] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001517 10.0.0.73 - - [2026-04-30 04:43:51] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.059733 10.0.0.33 - - [2026-04-30 04:43:51] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161 10.0.0.73 - - [2026-04-30 04:43:51] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?fields=security_groups HTTP/1.1" 200 1244 0.074984 10.0.0.33 - - [2026-04-30 04:43:52] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001837 10.0.0.73 - - [2026-04-30 04:43:52] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.049366 10.0.0.33 - - [2026-04-30 04:43:52] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001403 10.0.0.73 - - [2026-04-30 04:43:52] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?fields=virtual_networks HTTP/1.1" 200 1022 0.058051 10.0.0.33 - - [2026-04-30 04:43:52] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001358 10.0.0.73 - - [2026-04-30 04:43:52] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.048310 10.0.0.33 - - [2026-04-30 04:43:52] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002182 10.0.0.73 - - [2026-04-30 04:43:52] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?fields=security_groups HTTP/1.1" 200 1243 0.058791 10.0.0.73 - - [2026-04-30 04:43:54] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005508 10.0.0.73 - - [2026-04-30 04:43:54] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.015921 10.0.0.33 - - [2026-04-30 04:43:55] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001407 10.0.0.73 - - [2026-04-30 04:43:55] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.055903 10.0.0.33 - - [2026-04-30 04:43:55] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001716 10.0.0.73 - - [2026-04-30 04:43:55] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?fields=virtual_networks HTTP/1.1" 200 1022 0.057521 10.0.0.33 - - [2026-04-30 04:43:55] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001463 10.0.0.73 - - [2026-04-30 04:43:55] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.061458 10.0.0.33 - - [2026-04-30 04:43:55] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001296 10.0.0.73 - - [2026-04-30 04:43:55] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?fields=security_groups HTTP/1.1" 200 1243 0.050236 10.0.0.73 - - [2026-04-30 04:43:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.029214 10.0.0.33 - - [2026-04-30 04:43:56] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007427 10.0.0.33 - - [2026-04-30 04:43:56] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003194 10.0.0.33 - - [2026-04-30 04:43:56] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011981 10.0.0.33 - - [2026-04-30 04:43:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.002180 10.0.0.33 - - [2026-04-30 04:43:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.004559 10.0.0.33 - - [2026-04-30 04:43:56] "POST /security-groups HTTP/1.1" 200 591 0.039045 10.0.0.33 - - [2026-04-30 04:43:56] "POST /projects HTTP/1.1" 200 585 0.268848 10.0.0.33 - - [2026-04-30 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.309264 10.0.0.141 - - [2026-04-30 04:43:56] "POST /access-control-lists HTTP/1.1" 200 596 0.037732 10.0.0.73 - - [2026-04-30 04:43:56] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.469488 10.0.0.73 - - [2026-04-30 04:43:57] "GET / HTTP/1.1" 200 35931 0.001933 10.0.0.73 - - [2026-04-30 04:43:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000650 10.0.0.73 - - [2026-04-30 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.033901 10.0.0.73 - - [2026-04-30 04:44:00] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006066 10.0.0.73 - - [2026-04-30 04:44:00] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006112 10.0.0.73 - - [2026-04-30 04:44:00] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005759 10.0.0.73 - - [2026-04-30 04:44:00] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.019440 10.0.0.73 - - [2026-04-30 04:44:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.028508 10.0.0.33 - - [2026-04-30 04:44:02] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004367 10.0.0.33 - - [2026-04-30 04:44:02] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.33 - - [2026-04-30 04:44:02] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010154 10.0.0.33 - - [2026-04-30 04:44:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.003531 10.0.0.33 - - [2026-04-30 04:44:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.006046 10.0.0.33 - - [2026-04-30 04:44:02] "POST /security-groups HTTP/1.1" 200 591 0.093910 10.0.0.141 - - [2026-04-30 04:44:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.004453 10.0.0.33 - - [2026-04-30 04:44:02] "POST /projects HTTP/1.1" 200 585 0.369441 10.0.0.33 - - [2026-04-30 04:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.425931 10.0.0.73 - - [2026-04-30 04:44:02] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.598664 10.0.0.141 - - [2026-04-30 04:44:02] "POST /access-control-lists HTTP/1.1" 200 594 0.056396 10.0.0.73 - - [2026-04-30 04:44:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.036116 10.0.0.33 - - [2026-04-30 04:44:03] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004282 10.0.0.33 - - [2026-04-30 04:44:03] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.33 - - [2026-04-30 04:44:03] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008986 10.0.0.33 - - [2026-04-30 04:44:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.004881 10.0.0.33 - - [2026-04-30 04:44:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.007017 10.0.0.33 - - [2026-04-30 04:44:03] "POST /security-groups HTTP/1.1" 200 591 0.041537 10.0.0.33 - - [2026-04-30 04:44:03] "POST /projects HTTP/1.1" 200 585 0.297430 10.0.0.141 - - [2026-04-30 04:44:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.007252 10.0.0.33 - - [2026-04-30 04:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.371294 10.0.0.73 - - [2026-04-30 04:44:03] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.543353 10.0.0.73 - - [2026-04-30 04:44:04] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.73 - - [2026-04-30 04:44:05] "GET / HTTP/1.1" 200 35931 0.002092 10.0.0.73 - - [2026-04-30 04:44:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.004510 10.0.0.73 - - [2026-04-30 04:44:05] "POST /api-access-lists HTTP/1.1" 200 521 0.036855 10.0.0.73 - - [2026-04-30 04:44:05] "GET /api-access-list/e9edb78b-dec0-48d8-a288-6b93eef9e4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.008532 10.0.0.73 - - [2026-04-30 04:44:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.73 - - [2026-04-30 04:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.067796 10.0.0.33 - - [2026-04-30 04:44:06] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002324 10.0.0.73 - - [2026-04-30 04:44:06] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.093575 10.0.0.73 - - [2026-04-30 04:44:06] "GET /virtual-networks?parent_id=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027912 10.0.0.73 - - [2026-04-30 04:44:06] "POST /virtual-networks HTTP/1.1" 200 583 0.127862 10.0.0.73 - - [2026-04-30 04:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.041148 10.0.0.141 - - [2026-04-30 04:44:06] "POST /ref-update HTTP/1.1" 200 156 0.032604 10.0.0.73 - - [2026-04-30 04:44:06] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.023783 10.0.0.33 - - [2026-04-30 04:44:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003267 10.0.0.73 - - [2026-04-30 04:44:06] "POST /ref-update HTTP/1.1" 200 156 0.114642 10.0.0.73 - - [2026-04-30 04:44:07] "POST /neutron/network HTTP/1.1" 200 848 0.081089 10.0.0.73 - - [2026-04-30 04:44:07] "GET /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.033901 10.0.0.73 - - [2026-04-30 04:44:07] "POST /neutron/subnet HTTP/1.1" 200 676 0.052975 10.0.0.73 - - [2026-04-30 04:44:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.73 - - [2026-04-30 04:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.071616 10.0.0.33 - - [2026-04-30 04:44:07] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001684 10.0.0.73 - - [2026-04-30 04:44:07] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.095386 10.0.0.73 - - [2026-04-30 04:44:08] "GET /virtual-networks?parent_id=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022594 10.0.0.73 - - [2026-04-30 04:44:08] "POST /virtual-networks HTTP/1.1" 200 583 0.114422 10.0.0.73 - - [2026-04-30 04:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.037922 10.0.0.73 - - [2026-04-30 04:44:08] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.037567 10.0.0.33 - - [2026-04-30 04:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.012480 10.0.0.73 - - [2026-04-30 04:44:08] "POST /ref-update HTTP/1.1" 200 156 0.107016 10.0.0.73 - - [2026-04-30 04:44:08] "GET /virtual-network/21b882da-bef0-4a80-a122-061e2f4eb2d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.026512 10.0.0.73 - - [2026-04-30 04:44:08] "POST /neutron/network HTTP/1.1" 200 847 0.071435 10.0.0.73 - - [2026-04-30 04:44:10] "GET /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.052788 10.0.0.73 - - [2026-04-30 04:44:10] "GET /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.048172 10.0.0.141 - - [2026-04-30 04:44:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.33 - - [2026-04-30 04:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.028411 10.0.0.73 - - [2026-04-30 04:44:12] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.057554 10.0.0.73 - - [2026-04-30 04:44:12] "GET /obj-perms HTTP/1.1" 200 5030 0.057063 10.0.0.73 - - [2026-04-30 04:44:12] "PUT /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15 HTTP/1.1" 200 264 0.055871 10.0.0.73 - - [2026-04-30 04:44:12] "GET /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.021616 10.0.0.73 - - [2026-04-30 04:44:13] "GET /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.042873 10.0.0.141 - - [2026-04-30 04:44:13] "GET /obj-perms HTTP/1.1" 403 257 0.049329 10.0.0.33 - - [2026-04-30 04:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007358 10.0.0.73 - - [2026-04-30 04:44:14] "GET /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.026855 10.0.0.73 - - [2026-04-30 04:44:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.046719 10.0.0.73 - - [2026-04-30 04:44:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004413 10.0.0.73 - - [2026-04-30 04:44:14] "PUT /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15 HTTP/1.1" 200 264 0.064005 10.0.0.33 - - [2026-04-30 04:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004265 10.0.0.141 - - [2026-04-30 04:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.016024 10.0.0.33 - - [2026-04-30 04:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.013731 10.0.0.73 - - [2026-04-30 04:44:14] "DELETE /virtual-network/21b882da-bef0-4a80-a122-061e2f4eb2d9 HTTP/1.1" 200 115 0.181946 10.0.0.33 - - [2026-04-30 04:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003262 10.0.0.33 - - [2026-04-30 04:44:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003559 10.0.0.73 - - [2026-04-30 04:44:14] "DELETE /virtual-network/1c62c205-178f-4d11-a29d-8b191dc66a15 HTTP/1.1" 200 115 0.179852 10.0.0.141 - - [2026-04-30 04:44:14] "DELETE /route-target/481e5cf0-f6d5-4ab4-89db-2d1bde8000b3 HTTP/1.1" 200 115 0.033625 10.0.0.73 - - [2026-04-30 04:44:14] "DELETE /api-access-list/e9edb78b-dec0-48d8-a288-6b93eef9e4f7 HTTP/1.1" 200 115 0.057492 10.0.0.33 - - [2026-04-30 04:44:15] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002061 10.0.0.73 - - [2026-04-30 04:44:15] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054356 10.0.0.33 - - [2026-04-30 04:44:15] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.73 - - [2026-04-30 04:44:15] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?fields=virtual_networks HTTP/1.1" 200 1032 0.054069 10.0.0.33 - - [2026-04-30 04:44:15] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.73 - - [2026-04-30 04:44:15] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.062630 10.0.0.33 - - [2026-04-30 04:44:15] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.73 - - [2026-04-30 04:44:15] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?fields=security_groups HTTP/1.1" 200 1258 0.059208 10.0.0.33 - - [2026-04-30 04:44:15] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.73 - - [2026-04-30 04:44:16] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063731 10.0.0.33 - - [2026-04-30 04:44:16] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001357 10.0.0.73 - - [2026-04-30 04:44:16] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?fields=virtual_networks HTTP/1.1" 200 1031 0.057189 10.0.0.33 - - [2026-04-30 04:44:16] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.73 - - [2026-04-30 04:44:16] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.066364 10.0.0.33 - - [2026-04-30 04:44:16] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.73 - - [2026-04-30 04:44:16] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?fields=security_groups HTTP/1.1" 200 1257 0.049948 10.0.0.73 - - [2026-04-30 04:44:19] "GET / HTTP/1.1" 200 35931 0.002067 10.0.0.73 - - [2026-04-30 04:44:20] "GET / HTTP/1.1" 200 35931 0.002717 10.0.0.73 - - [2026-04-30 04:44:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.73 - - [2026-04-30 04:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.099418 10.0.0.33 - - [2026-04-30 04:44:21] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.73 - - [2026-04-30 04:44:21] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.077609 10.0.0.73 - - [2026-04-30 04:44:21] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.017612 10.0.0.73 - - [2026-04-30 04:44:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.014967 10.0.0.73 - - [2026-04-30 04:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.016087 10.0.0.33 - - [2026-04-30 04:44:21] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.73 - - [2026-04-30 04:44:21] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021323 10.0.0.73 - - [2026-04-30 04:44:21] "POST /service-templates HTTP/1.1" 403 264 0.013175 10.0.0.73 - - [2026-04-30 04:44:22] "POST /fqname-to-id HTTP/1.1" 404 215 0.004277 10.0.0.73 - - [2026-04-30 04:44:22] "POST /api-access-lists HTTP/1.1" 200 555 0.032730 10.0.0.73 - - [2026-04-30 04:44:22] "GET /api-access-list/3f7b0576-18fa-4d14-be6e-26ef1a025ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.008633 10.0.0.73 - - [2026-04-30 04:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.021761 10.0.0.33 - - [2026-04-30 04:44:22] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001240 10.0.0.73 - - [2026-04-30 04:44:22] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.076072 10.0.0.73 - - [2026-04-30 04:44:22] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031821 10.0.0.73 - - [2026-04-30 04:44:22] "POST /virtual-networks HTTP/1.1" 200 583 0.102772 10.0.0.73 - - [2026-04-30 04:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.036791 10.0.0.73 - - [2026-04-30 04:44:22] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.027132 10.0.0.33 - - [2026-04-30 04:44:22] "POST /useragent-kv HTTP/1.1" 200 115 0.012129 10.0.0.73 - - [2026-04-30 04:44:22] "POST /ref-update HTTP/1.1" 200 156 0.110077 10.0.0.33 - - [2026-04-30 04:44:23] "DELETE /project/f5367bc5bdeb4f0d9087bb7105e298ec HTTP/1.1" 404 173 0.035436 10.0.0.33 - - [2026-04-30 04:44:23] "DELETE /project/4c53ffaa91c3446c87016a7129db12a6 HTTP/1.1" 404 173 0.041200 10.0.0.33 - - [2026-04-30 04:44:23] "DELETE /project/bdddc44adbf64a6a8328bb94b01532f9 HTTP/1.1" 404 173 0.035240 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001306 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002534 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005285 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001507 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003485 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.181351 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.190330 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.213109 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.226424 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001979 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.246386 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001819 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001902 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001510 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002149 10.0.0.73 - - [2026-04-30 04:44:23] "POST /neutron/network HTTP/1.1" 200 847 0.390730 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?fields=security_groups HTTP/1.1" 200 1092 0.258104 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?fields=security_groups HTTP/1.1" 200 1362 0.223833 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?fields=security_groups HTTP/1.1" 200 1093 0.293494 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?fields=security_groups HTTP/1.1" 200 1363 0.255753 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?fields=security_groups HTTP/1.1" 200 1092 0.303326 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=4c4c7646-41d2-4c55-a1de-072978fd975f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002167 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=b6abd697-f6d1-40e0-8fc9-6faca80b6e56&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001732 10.0.0.73 - - [2026-04-30 04:44:23] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.280911 10.0.0.33 - - [2026-04-30 04:44:23] "GET /projects?obj_uuids=1c9e1ebf-51a0-4ca2-8d14-984eb838a640&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001868 10.0.0.141 - - [2026-04-30 04:44:23] "DELETE /access-control-list/bc406088-4d61-42b1-b82e-3fd150af047f HTTP/1.1" 200 115 0.385631 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/4c4c7646-41d2-4c55-a1de-072978fd975f?fields=application_policy_sets HTTP/1.1" 200 1387 0.249615 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56?fields=application_policy_sets HTTP/1.1" 200 1388 0.229523 10.0.0.33 - - [2026-04-30 04:44:23] "GET /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640?fields=application_policy_sets HTTP/1.1" 200 1387 0.219220 10.0.0.33 - - [2026-04-30 04:44:24] "DELETE /security-group/a9a03d5d-ab7c-4541-b26f-3eb6d2c8d340 HTTP/1.1" 200 115 0.425566 10.0.0.33 - - [2026-04-30 04:44:24] "DELETE /security-group/417884e9-239c-44d0-ba7a-1aa49d57b253 HTTP/1.1" 200 115 0.352801 10.0.0.33 - - [2026-04-30 04:44:24] "GET /projects?obj_uuids=4c53ffaa-91c3-446c-8701-6a7129db12a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002258 10.0.0.33 - - [2026-04-30 04:44:24] "GET /projects?obj_uuids=bdddc44a-dbf6-4a6a-8328-bb94b01532f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002306 10.0.0.33 - - [2026-04-30 04:44:24] "DELETE /project/1c9e1ebf-51a0-4ca2-8d14-984eb838a640 HTTP/1.1" 404 190 1.237384 10.0.0.33 - - [2026-04-30 04:44:24] "DELETE /project/4c4c7646-41d2-4c55-a1de-072978fd975f HTTP/1.1" 200 115 1.230026 10.0.0.33 - - [2026-04-30 04:44:24] "GET /project/4c53ffaa-91c3-446c-8701-6a7129db12a6?fields=application_policy_sets HTTP/1.1" 200 1401 0.218572 10.0.0.33 - - [2026-04-30 04:44:24] "DELETE /project/b6abd697-f6d1-40e0-8fc9-6faca80b6e56 HTTP/1.1" 200 115 1.278681 10.0.0.33 - - [2026-04-30 04:44:24] "GET /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9?fields=application_policy_sets HTTP/1.1" 200 1402 0.223664 10.0.0.141 - - [2026-04-30 04:44:24] "DELETE /access-control-list/bc1cbc44-bfbd-434c-b394-1db42066fadd HTTP/1.1" 200 115 0.207295 10.0.0.73 - - [2026-04-30 04:44:24] "POST /neutron/network HTTP/1.1" 200 847 0.167157 10.0.0.73 - - [2026-04-30 04:44:24] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.017060 10.0.0.73 - - [2026-04-30 04:44:24] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.007766 10.0.0.141 - - [2026-04-30 04:44:24] "DELETE /access-control-list/45b7a685-8de6-4ff2-b549-f2b0994d9f2d HTTP/1.1" 200 115 0.169788 10.0.0.33 - - [2026-04-30 04:44:24] "DELETE /project/4c53ffaa-91c3-446c-8701-6a7129db12a6 HTTP/1.1" 200 115 1.702873 10.0.0.33 - - [2026-04-30 04:44:24] "DELETE /project/bdddc44a-dbf6-4a6a-8328-bb94b01532f9 HTTP/1.1" 200 115 1.734817 10.0.0.141 - - [2026-04-30 04:44:24] "DELETE /access-control-list/bed254d4-7754-4f80-b19b-e1b7069624e8 HTTP/1.1" 200 115 0.054483 10.0.0.73 - - [2026-04-30 04:44:24] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.011661 10.0.0.141 - - [2026-04-30 04:44:25] "GET /obj-perms HTTP/1.1" 200 5030 0.097827 10.0.0.73 - - [2026-04-30 04:44:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.028902 10.0.0.73 - - [2026-04-30 04:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.021220 10.0.0.33 - - [2026-04-30 04:44:26] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.73 - - [2026-04-30 04:44:26] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.025816 10.0.0.73 - - [2026-04-30 04:44:26] "POST /service-templates HTTP/1.1" 403 264 0.016784 10.0.0.73 - - [2026-04-30 04:44:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.004186 10.0.0.73 - - [2026-04-30 04:44:26] "POST /api-access-lists HTTP/1.1" 200 521 0.030625 10.0.0.73 - - [2026-04-30 04:44:26] "GET /api-access-list/f08b2398-2095-4b0c-9030-0f97904789e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.006856 10.0.0.73 - - [2026-04-30 04:44:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.025064 10.0.0.73 - - [2026-04-30 04:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.024033 10.0.0.33 - - [2026-04-30 04:44:26] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.73 - - [2026-04-30 04:44:26] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.027338 10.0.0.73 - - [2026-04-30 04:44:26] "POST /service-templates HTTP/1.1" 200 551 0.054738 10.0.0.73 - - [2026-04-30 04:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.030203 10.0.0.73 - - [2026-04-30 04:44:26] "GET /service-template/19384cc6-3288-4f5d-b387-c2550a3d2d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.025438 10.0.0.73 - - [2026-04-30 04:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.022883 10.0.0.73 - - [2026-04-30 04:44:27] "GET /service-template/19384cc6-3288-4f5d-b387-c2550a3d2d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.026118 10.0.0.73 - - [2026-04-30 04:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.032316 10.0.0.141 - - [2026-04-30 04:44:28] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.041226 10.0.0.33 - - [2026-04-30 04:44:29] "GET /obj-perms HTTP/1.1" 403 257 0.040959 10.0.0.73 - - [2026-04-30 04:44:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.040385 10.0.0.73 - - [2026-04-30 04:44:29] "GET /api-access-list/3f7b0576-18fa-4d14-be6e-26ef1a025ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.003743 10.0.0.73 - - [2026-04-30 04:44:29] "PUT /api-access-list/3f7b0576-18fa-4d14-be6e-26ef1a025ebf HTTP/1.1" 200 264 0.013658 10.0.0.73 - - [2026-04-30 04:44:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.73 - - [2026-04-30 04:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.049143 10.0.0.33 - - [2026-04-30 04:44:29] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.73 - - [2026-04-30 04:44:29] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.085047 10.0.0.73 - - [2026-04-30 04:44:29] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.028862 10.0.0.73 - - [2026-04-30 04:44:29] "POST /virtual-networks HTTP/1.1" 403 263 0.017166 10.0.0.73 - - [2026-04-30 04:44:30] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.028893 10.0.0.73 - - [2026-04-30 04:44:30] "GET /api-access-list/f08b2398-2095-4b0c-9030-0f97904789e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004648 10.0.0.73 - - [2026-04-30 04:44:30] "PUT /api-access-list/f08b2398-2095-4b0c-9030-0f97904789e9 HTTP/1.1" 200 264 0.016637 10.0.0.73 - - [2026-04-30 04:44:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.021448 10.0.0.73 - - [2026-04-30 04:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.022041 10.0.0.33 - - [2026-04-30 04:44:30] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.73 - - [2026-04-30 04:44:30] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.027328 10.0.0.73 - - [2026-04-30 04:44:30] "POST /service-templates HTTP/1.1" 403 264 0.017147 10.0.0.73 - - [2026-04-30 04:44:30] "GET /api-access-list/3f7b0576-18fa-4d14-be6e-26ef1a025ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004606 10.0.0.73 - - [2026-04-30 04:44:30] "PUT /api-access-list/3f7b0576-18fa-4d14-be6e-26ef1a025ebf HTTP/1.1" 200 264 0.015518 10.0.0.73 - - [2026-04-30 04:44:30] "GET /api-access-list/f08b2398-2095-4b0c-9030-0f97904789e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004573 10.0.0.73 - - [2026-04-30 04:44:30] "PUT /api-access-list/f08b2398-2095-4b0c-9030-0f97904789e9 HTTP/1.1" 200 264 0.015208 10.0.0.73 - - [2026-04-30 04:44:31] "GET /obj-perms HTTP/1.1" 403 257 0.015930 10.0.0.73 - - [2026-04-30 04:44:32] "GET /obj-perms HTTP/1.1" 403 257 0.046923 10.0.0.141 - - [2026-04-30 04:44:32] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.022849 10.0.0.141 - - [2026-04-30 04:44:32] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.047988 10.0.0.33 - - [2026-04-30 04:44:32] "GET /obj-perms HTTP/1.1" 403 257 0.019148 10.0.0.33 - - [2026-04-30 04:44:32] "GET /obj-perms HTTP/1.1" 403 257 0.044528 10.0.0.73 - - [2026-04-30 04:44:33] "GET /obj-perms HTTP/1.1" 403 257 0.021493 10.0.0.73 - - [2026-04-30 04:44:33] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005244 10.0.0.73 - - [2026-04-30 04:44:33] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.014516 10.0.0.73 - - [2026-04-30 04:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.73 - - [2026-04-30 04:44:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.055483 10.0.0.73 - - [2026-04-30 04:44:33] "DELETE /api-access-list/3f7b0576-18fa-4d14-be6e-26ef1a025ebf HTTP/1.1" 200 115 0.043256 10.0.0.73 - - [2026-04-30 04:44:33] "DELETE /api-access-list/f08b2398-2095-4b0c-9030-0f97904789e9 HTTP/1.1" 200 115 0.056250 10.0.0.73 - - [2026-04-30 04:44:34] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044511 10.0.0.141 - - [2026-04-30 04:44:35] "GET /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.037518 10.0.0.33 - - [2026-04-30 04:44:35] "GET /obj-perms HTTP/1.1" 403 257 0.045105 10.0.0.73 - - [2026-04-30 04:44:35] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004279 10.0.0.73 - - [2026-04-30 04:44:35] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.014739 10.0.0.73 - - [2026-04-30 04:44:35] "GET /obj-perms HTTP/1.1" 403 257 0.015372 10.0.0.73 - - [2026-04-30 04:44:35] "GET /obj-perms HTTP/1.1" 403 257 0.012306 10.0.0.73 - - [2026-04-30 04:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.024549 10.0.0.73 - - [2026-04-30 04:44:35] "DELETE /service-template/19384cc6-3288-4f5d-b387-c2550a3d2d6f HTTP/1.1" 200 115 0.082433 10.0.0.73 - - [2026-04-30 04:44:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.036274 10.0.0.33 - - [2026-04-30 04:44:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007736 10.0.0.33 - - [2026-04-30 04:44:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009570 10.0.0.73 - - [2026-04-30 04:44:36] "DELETE /virtual-network/21b307f7-15c4-4c67-a531-f455ef365309 HTTP/1.1" 200 115 0.206762 10.0.0.73 - - [2026-04-30 04:44:36] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004703 10.0.0.73 - - [2026-04-30 04:44:36] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.016901 10.0.0.73 - - [2026-04-30 04:44:36] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005578 10.0.0.73 - - [2026-04-30 04:44:36] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.036408 10.0.0.73 - - [2026-04-30 04:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.33 - - [2026-04-30 04:44:39] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.73 - - [2026-04-30 04:44:39] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063255 10.0.0.141 - - [2026-04-30 04:44:39] "POST /route-targets HTTP/1.1" 200 327 0.030305 10.0.0.33 - - [2026-04-30 04:44:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007770 10.0.0.73 - - [2026-04-30 04:44:40] "POST /neutron/subnet HTTP/1.1" 200 719 0.261898 10.0.0.73 - - [2026-04-30 04:44:40] "POST /id-to-fqname HTTP/1.1" 200 240 0.001817 10.0.0.73 - - [2026-04-30 04:44:40] "GET /virtual-network/d8322ab7-fe93-4868-941b-765d9f31f244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007254 10.0.0.73 - - [2026-04-30 04:44:40] "GET /virtual-network/d8322ab7-fe93-4868-941b-765d9f31f244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008186 10.0.0.73 - - [2026-04-30 04:44:40] "POST /neutron/network HTTP/1.1" 200 861 0.010304 10.0.0.73 - - [2026-04-30 04:44:40] "GET /virtual-network/d8322ab7-fe93-4868-941b-765d9f31f244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006889 10.0.0.73 - - [2026-04-30 04:44:40] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005078 10.0.0.73 - - [2026-04-30 04:44:40] "GET /virtual-network/d8322ab7-fe93-4868-941b-765d9f31f244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006196 10.0.0.33 - - [2026-04-30 04:44:40] "GET /obj-perms HTTP/1.1" 200 5030 0.058404 10.0.0.73 - - [2026-04-30 04:44:40] "POST /fqname-to-id HTTP/1.1" 404 215 0.003916 10.0.0.73 - - [2026-04-30 04:44:41] "POST /api-access-lists HTTP/1.1" 200 555 0.038205 10.0.0.73 - - [2026-04-30 04:44:41] "GET /api-access-list/4c7a650f-047c-4163-bbcb-7bc3cf74fc89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.007630 10.0.0.73 - - [2026-04-30 04:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.022488 10.0.0.33 - - [2026-04-30 04:44:41] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.73 - - [2026-04-30 04:44:41] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.115175 10.0.0.73 - - [2026-04-30 04:44:41] "POST /neutron/network HTTP/1.1" 200 117 0.111634 10.0.0.141 - - [2026-04-30 04:44:41] "POST /ref-update HTTP/1.1" 200 156 0.040426 10.0.0.73 - - [2026-04-30 04:44:41] "POST /neutron/network HTTP/1.1" 200 693 0.056926 10.0.0.73 - - [2026-04-30 04:44:42] "POST /id-to-fqname HTTP/1.1" 200 240 0.022209 10.0.0.73 - - [2026-04-30 04:44:42] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.029489 10.0.0.73 - - [2026-04-30 04:44:42] "POST /neutron/network HTTP/1.1" 200 864 0.059412 10.0.0.73 - - [2026-04-30 04:44:42] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.028303 10.0.0.73 - - [2026-04-30 04:44:42] "POST /neutron/network HTTP/1.1" 200 864 0.008739 10.0.0.73 - - [2026-04-30 04:44:42] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007265 10.0.0.73 - - [2026-04-30 04:44:42] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005759 10.0.0.73 - - [2026-04-30 04:44:42] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006822 10.0.0.73 - - [2026-04-30 04:44:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004885 10.0.0.73 - - [2026-04-30 04:44:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.021682 10.0.0.141 - - [2026-04-30 04:44:43] "POST /fqname-to-id HTTP/1.1" 404 263 0.008322 10.0.0.141 - - [2026-04-30 04:44:43] "PUT /access-control-list/576cdbab-ca8e-4f03-89c0-da3d9a9f154d HTTP/1.1" 200 272 0.023998 10.0.0.73 - - [2026-04-30 04:44:43] "POST /neutron/security_group HTTP/1.1" 200 2084 0.027565 10.0.0.33 - - [2026-04-30 04:44:43] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.73 - - [2026-04-30 04:44:44] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.251225 10.0.0.73 - - [2026-04-30 04:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.035978 10.0.0.73 - - [2026-04-30 04:44:44] "GET /security-group/f0e6b427-6f34-4fc9-b0ef-7dcddeed8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.023166 10.0.0.33 - - [2026-04-30 04:44:45] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001457 10.0.0.73 - - [2026-04-30 04:44:45] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.110696 10.0.0.73 - - [2026-04-30 04:44:45] "POST /id-to-fqname HTTP/1.1" 200 240 0.026929 10.0.0.33 - - [2026-04-30 04:44:46] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001595 10.0.0.73 - - [2026-04-30 04:44:46] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.083938 10.0.0.73 - - [2026-04-30 04:44:46] "POST /neutron/network HTTP/1.1" 200 864 0.008419 10.0.0.73 - - [2026-04-30 04:44:47] "POST /neutron/port HTTP/1.1" 200 117 0.035061 10.0.0.33 - - [2026-04-30 04:44:47] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.73 - - [2026-04-30 04:44:48] "POST /neutron/port HTTP/1.1" 200 1060 0.678832 10.0.0.73 - - [2026-04-30 04:44:48] "POST /neutron/port HTTP/1.1" 200 1114 0.146520 10.0.0.73 - - [2026-04-30 04:44:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.012171 10.0.0.141 - - [2026-04-30 04:44:49] "GET /obj-perms HTTP/1.1" 200 5056 0.062441 10.0.0.73 - - [2026-04-30 04:44:52] "POST /neutron/port HTTP/1.1" 200 1124 0.024714 10.0.0.73 - - [2026-04-30 04:44:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009894 10.0.0.73 - - [2026-04-30 04:44:52] "POST /neutron/port HTTP/1.1" 200 1124 0.026700 10.0.0.73 - - [2026-04-30 04:44:52] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 401 292 0.000607 10.0.0.73 - - [2026-04-30 04:44:53] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 200 1293 0.081820 10.0.0.73 - - [2026-04-30 04:44:53] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 200 1293 0.025744 10.0.0.73 - - [2026-04-30 04:44:53] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e HTTP/1.1" 200 3023 0.038739 10.0.0.73 - - [2026-04-30 04:44:53] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 200 1293 0.025786 10.0.0.73 - - [2026-04-30 04:44:53] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e HTTP/1.1" 200 3023 0.047672 10.0.0.73 - - [2026-04-30 04:44:53] "GET /instance-ip/efffc598-9580-4196-9d4c-7306a0362cb9 HTTP/1.1" 200 1641 0.027950 10.0.0.73 - - [2026-04-30 04:44:53] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 200 1293 0.022879 10.0.0.73 - - [2026-04-30 04:44:53] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e HTTP/1.1" 200 3023 0.031054 10.0.0.73 - - [2026-04-30 04:44:53] "GET /instance-ip/efffc598-9580-4196-9d4c-7306a0362cb9 HTTP/1.1" 200 1641 0.028839 10.0.0.73 - - [2026-04-30 04:44:53] "POST /fqname-to-id HTTP/1.1" 403 354 0.023263 10.0.0.73 - - [2026-04-30 04:44:53] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.73 - - [2026-04-30 04:44:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.031420 10.0.0.73 - - [2026-04-30 04:44:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004546 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028188 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.026203 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.020837 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.73 - - [2026-04-30 04:44:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005161 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028078 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.032411 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.022145 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.73 - - [2026-04-30 04:44:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003914 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025200 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.026408 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.021482 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009510 10.0.0.73 - - [2026-04-30 04:44:54] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004335 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036247 10.0.0.73 - - [2026-04-30 04:44:54] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.051209 10.0.0.73 - - [2026-04-30 04:44:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.022432 10.0.0.73 - - [2026-04-30 04:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.73 - - [2026-04-30 04:44:55] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004898 10.0.0.73 - - [2026-04-30 04:44:55] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031689 10.0.0.73 - - [2026-04-30 04:44:55] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.027251 10.0.0.73 - - [2026-04-30 04:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.017866 10.0.0.73 - - [2026-04-30 04:44:58] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.026371 10.0.0.73 - - [2026-04-30 04:44:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011796 10.0.0.73 - - [2026-04-30 04:45:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.027363 10.0.0.73 - - [2026-04-30 04:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.73 - - [2026-04-30 04:45:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005129 10.0.0.73 - - [2026-04-30 04:45:00] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036838 10.0.0.73 - - [2026-04-30 04:45:00] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.036953 10.0.0.73 - - [2026-04-30 04:45:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.029995 10.0.0.73 - - [2026-04-30 04:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.73 - - [2026-04-30 04:45:00] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006015 10.0.0.73 - - [2026-04-30 04:45:00] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.044612 10.0.0.73 - - [2026-04-30 04:45:00] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.043143 10.0.0.73 - - [2026-04-30 04:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.031491 10.0.0.73 - - [2026-04-30 04:45:00] "GET /routing-instance/eb6b84e8-4f9e-4b5f-a395-4e608bb39a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.053924 10.0.0.73 - - [2026-04-30 04:45:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.054746 10.0.0.73 - - [2026-04-30 04:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005972 10.0.0.73 - - [2026-04-30 04:45:01] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008020 10.0.0.73 - - [2026-04-30 04:45:01] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.043600 10.0.0.73 - - [2026-04-30 04:45:01] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.041475 10.0.0.73 - - [2026-04-30 04:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.039691 10.0.0.73 - - [2026-04-30 04:45:01] "GET /routing-instance/eb6b84e8-4f9e-4b5f-a395-4e608bb39a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.039473 10.0.0.33 - - [2026-04-30 04:45:01] "GET /obj-perms HTTP/1.1" 403 257 0.028001 10.0.0.33 - - [2026-04-30 04:45:03] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.023668 10.0.0.33 - - [2026-04-30 04:45:07] "GET /obj-perms HTTP/1.1" 403 257 0.021793 10.0.0.33 - - [2026-04-30 04:45:09] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.022343 10.0.0.73 - - [2026-04-30 04:45:11] "POST /neutron/network HTTP/1.1" 200 1122 0.008199 10.0.0.73 - - [2026-04-30 04:45:11] "POST /neutron/subnet HTTP/1.1" 200 1379 0.023993 10.0.0.73 - - [2026-04-30 04:45:11] "POST /neutron/network HTTP/1.1" 200 1112 0.012788 10.0.0.73 - - [2026-04-30 04:45:13] "POST /neutron/network HTTP/1.1" 200 1122 0.008850 10.0.0.33 - - [2026-04-30 04:45:13] "GET /obj-perms HTTP/1.1" 403 257 0.023882 10.0.0.73 - - [2026-04-30 04:45:13] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018332 10.0.0.73 - - [2026-04-30 04:45:13] "POST /neutron/network HTTP/1.1" 200 1112 0.012168 10.0.0.33 - - [2026-04-30 04:45:15] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.024344 10.0.0.73 - - [2026-04-30 04:45:18] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.030332 10.0.0.73 - - [2026-04-30 04:45:18] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.030466 10.0.0.33 - - [2026-04-30 04:45:18] "GET /obj-perms HTTP/1.1" 403 257 0.020643 10.0.0.73 - - [2026-04-30 04:45:18] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.051690 10.0.0.73 - - [2026-04-30 04:45:18] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.027500 10.0.0.33 - - [2026-04-30 04:45:18] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.023109 10.0.0.73 - - [2026-04-30 04:45:18] "GET /obj-perms HTTP/1.1" 403 257 0.057085 10.0.0.73 - - [2026-04-30 04:45:19] "GET /obj-perms HTTP/1.1" 403 257 0.018348 10.0.0.73 - - [2026-04-30 04:45:19] "GET /obj-perms HTTP/1.1" 403 257 0.043545 10.0.0.73 - - [2026-04-30 04:45:19] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.051949 10.0.0.33 - - [2026-04-30 04:45:19] "GET /obj-perms HTTP/1.1" 403 257 0.016243 10.0.0.73 - - [2026-04-30 04:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022768 10.0.0.33 - - [2026-04-30 04:45:19] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.73 - - [2026-04-30 04:45:19] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.088338 10.0.0.73 - - [2026-04-30 04:45:20] "GET /virtual-network/d8322ab7-fe93-4868-941b-765d9f31f244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.037161 10.0.0.73 - - [2026-04-30 04:45:20] "GET /floating-ip-pools?parent_id=d8322ab7-fe93-4868-941b-765d9f31f244&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.034049 10.0.0.73 - - [2026-04-30 04:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.028672 10.0.0.73 - - [2026-04-30 04:45:20] "GET /floating-ip-pool/ec0863fb-8be0-4da0-a2db-0966bc4642c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.025121 10.0.0.33 - - [2026-04-30 04:45:20] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001620 10.0.0.73 - - [2026-04-30 04:45:20] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.091448 10.0.0.73 - - [2026-04-30 04:45:20] "POST /floating-ips HTTP/1.1" 200 616 0.129655 10.0.0.73 - - [2026-04-30 04:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.028930 10.0.0.73 - - [2026-04-30 04:45:20] "GET /floating-ip/9174bcc7-d5ca-4b4e-be62-563892d72ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.032844 10.0.0.73 - - [2026-04-30 04:45:20] "GET /floating-ip/9174bcc7-d5ca-4b4e-be62-563892d72ea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.025313 10.0.0.73 - - [2026-04-30 04:45:20] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.030724 10.0.0.73 - - [2026-04-30 04:45:20] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.027936 10.0.0.73 - - [2026-04-30 04:45:21] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.036282 10.0.0.73 - - [2026-04-30 04:45:21] "POST /ref-update HTTP/1.1" 200 156 0.047245 10.0.0.73 - - [2026-04-30 04:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.021392 10.0.0.73 - - [2026-04-30 04:45:21] "GET /routing-instance/e872a127-06dd-42f6-8045-96ac77a89921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024522 10.0.0.73 - - [2026-04-30 04:45:21] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.028016 10.0.0.73 - - [2026-04-30 04:45:21] "POST /neutron/port HTTP/1.1" 200 1124 0.126510 10.0.0.73 - - [2026-04-30 04:45:22] "POST /neutron/port HTTP/1.1" 200 1155 0.360605 10.0.0.73 - - [2026-04-30 04:45:22] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 200 1293 0.029087 10.0.0.73 - - [2026-04-30 04:45:22] "GET /virtual-machine-interface/48d7d3f4-8b6c-4325-b87b-d4627cbdd77e HTTP/1.1" 200 3585 0.033662 10.0.0.73 - - [2026-04-30 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.022632 10.0.0.73 - - [2026-04-30 04:45:22] "GET /security-group/f0e6b427-6f34-4fc9-b0ef-7dcddeed8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.023589 10.0.0.73 - - [2026-04-30 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.024288 10.0.0.73 - - [2026-04-30 04:45:22] "GET /security-group/f0e6b427-6f34-4fc9-b0ef-7dcddeed8918?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.024375 10.0.0.73 - - [2026-04-30 04:45:22] "DELETE /floating-ip/9174bcc7-d5ca-4b4e-be62-563892d72ea4 HTTP/1.1" 200 115 0.107194 10.0.0.73 - - [2026-04-30 04:45:23] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 200 1293 0.035686 10.0.0.73 - - [2026-04-30 04:45:23] "POST /neutron/port HTTP/1.1" 200 1155 0.023562 10.0.0.73 - - [2026-04-30 04:45:25] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 404 171 0.030396 10.0.0.73 - - [2026-04-30 04:45:25] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 404 171 0.025297 10.0.0.73 - - [2026-04-30 04:45:25] "GET /virtual-machine/f9759572-7828-4ab8-a0a4-a42223b034a9 HTTP/1.1" 404 171 0.022976 10.0.0.73 - - [2026-04-30 04:45:25] "POST /fqname-to-id HTTP/1.1" 403 354 0.024208 10.0.0.73 - - [2026-04-30 04:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.73 - - [2026-04-30 04:45:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006134 10.0.0.73 - - [2026-04-30 04:45:25] "GET /virtual-networks?parent_id=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033734 10.0.0.73 - - [2026-04-30 04:45:25] "GET /virtual-network/93524096-eb1d-443e-8145-2a588a91ecc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.034739 10.0.0.73 - - [2026-04-30 04:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.023633 10.0.0.73 - - [2026-04-30 04:45:25] "GET /routing-instance/eb6b84e8-4f9e-4b5f-a395-4e608bb39a4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.036727 10.0.0.73 - - [2026-04-30 04:45:25] "GET /obj-perms HTTP/1.1" 403 257 0.019769 10.0.0.73 - - [2026-04-30 04:45:26] "GET /obj-perms HTTP/1.1" 403 257 0.045578 10.0.0.33 - - [2026-04-30 04:45:29] "GET /obj-perms HTTP/1.1" 200 5030 0.005183 10.0.0.73 - - [2026-04-30 04:45:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004683 10.0.0.33 - - [2026-04-30 04:45:38] "GET /obj-perms HTTP/1.1" 200 5030 0.005399 10.0.0.73 - - [2026-04-30 04:45:41] "GET /obj-perms HTTP/1.1" 200 5030 0.006994 10.0.0.33 - - [2026-04-30 04:45:47] "GET /obj-perms HTTP/1.1" 200 5030 0.005736 10.0.0.73 - - [2026-04-30 04:45:50] "GET /obj-perms HTTP/1.1" 200 5056 0.059680 10.0.0.141 - - [2026-04-30 04:45:50] "GET /obj-perms HTTP/1.1" 200 5056 0.062325 10.0.0.73 - - [2026-04-30 04:45:50] "GET /obj-perms HTTP/1.1" 200 5030 0.005186 10.0.0.73 - - [2026-04-30 04:45:51] "POST /neutron/security_group HTTP/1.1" 200 151 0.099831 10.0.0.73 - - [2026-04-30 04:45:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.021197 10.0.0.141 - - [2026-04-30 04:45:51] "DELETE /access-control-list/b93f5118-3a9f-40d7-a8db-e347e032df43 HTTP/1.1" 200 115 0.069867 10.0.0.141 - - [2026-04-30 04:45:51] "DELETE /route-target/fb963e57-527b-4811-9bff-878199a7cc07 HTTP/1.1" 200 115 0.029070 10.0.0.73 - - [2026-04-30 04:45:51] "DELETE /api-access-list/4c7a650f-047c-4163-bbcb-7bc3cf74fc89 HTTP/1.1" 200 115 0.059377 10.0.0.73 - - [2026-04-30 04:45:52] "POST /neutron/network HTTP/1.1" 200 861 0.009211 10.0.0.73 - - [2026-04-30 04:45:54] "GET /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.006917 10.0.0.73 - - [2026-04-30 04:45:54] "PUT /api-access-list/37c0276d-3486-4237-b6a6-c8c2c94f1675 HTTP/1.1" 200 264 0.016842 10.0.0.33 - - [2026-04-30 04:45:54] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001326 10.0.0.73 - - [2026-04-30 04:45:54] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.124014 10.0.0.33 - - [2026-04-30 04:45:54] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001633 10.0.0.73 - - [2026-04-30 04:45:54] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?fields=virtual_networks HTTP/1.1" 200 1033 0.057635 10.0.0.33 - - [2026-04-30 04:45:54] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.73 - - [2026-04-30 04:45:54] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.061893 10.0.0.33 - - [2026-04-30 04:45:54] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001377 10.0.0.73 - - [2026-04-30 04:45:54] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?fields=security_groups HTTP/1.1" 200 1259 0.056052 10.0.0.33 - - [2026-04-30 04:45:55] "GET /projects?obj_uuids=e84a6b9c-e1c3-49a1-8456-d2c0db9b7121&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002319 10.0.0.73 - - [2026-04-30 04:45:55] "GET /project/e84a6b9c-e1c3-49a1-8456-d2c0db9b7121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.060012 [Introspect:8084]10.0.0.73 - - [2026-04-30 04:45:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001494 10.0.0.73 - - [2026-04-30 04:45:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.030441 10.0.0.33 - - [2026-04-30 04:45:59] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004356 10.0.0.33 - - [2026-04-30 04:45:59] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001846 10.0.0.33 - - [2026-04-30 04:45:59] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039095 10.0.0.33 - - [2026-04-30 04:45:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.003614 10.0.0.33 - - [2026-04-30 04:45:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.013399 10.0.0.33 - - [2026-04-30 04:45:59] "POST /security-groups HTTP/1.1" 200 592 0.039490 10.0.0.141 - - [2026-04-30 04:45:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.005847 10.0.0.33 - - [2026-04-30 04:45:59] "POST /projects HTTP/1.1" 200 587 0.289575 10.0.0.33 - - [2026-04-30 04:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.365517 10.0.0.141 - - [2026-04-30 04:45:59] "POST /access-control-lists HTTP/1.1" 200 595 0.040000 10.0.0.73 - - [2026-04-30 04:45:59] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.574503 10.0.0.73 - - [2026-04-30 04:46:01] "GET / HTTP/1.1" 200 35931 0.004040 10.0.0.141 - - [2026-04-30 04:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.141 - - [2026-04-30 04:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.141 - - [2026-04-30 04:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.141 - - [2026-04-30 04:46:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.73 - - [2026-04-30 04:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.73 - - [2026-04-30 04:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.73 - - [2026-04-30 04:46:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2026-04-30 04:46:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2026-04-30 04:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.73 - - [2026-04-30 04:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.134455 10.0.0.33 - - [2026-04-30 04:46:03] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002374 10.0.0.73 - - [2026-04-30 04:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.007105 10.0.0.73 - - [2026-04-30 04:46:03] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066573 10.0.0.73 - - [2026-04-30 04:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.33 - - [2026-04-30 04:46:03] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001482 10.0.0.33 - - [2026-04-30 04:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.33 - - [2026-04-30 04:46:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2026-04-30 04:46:03] "POST /neutron/network HTTP/1.1" 200 608 0.280687 10.0.0.73 - - [2026-04-30 04:46:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.004285 10.0.0.73 - - [2026-04-30 04:46:04] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007883 10.0.0.73 - - [2026-04-30 04:46:04] "POST /neutron/network HTTP/1.1" 200 825 0.011467 10.0.0.73 - - [2026-04-30 04:46:04] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008621 10.0.0.73 - - [2026-04-30 04:46:04] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007371 10.0.0.33 - - [2026-04-30 04:46:06] "GET /obj-perms HTTP/1.1" 200 5032 0.083535 10.0.0.73 - - [2026-04-30 04:46:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001670 10.0.0.73 - - [2026-04-30 04:46:06] "POST /neutron/port HTTP/1.1" 200 4190 0.049055 10.0.0.33 - - [2026-04-30 04:46:07] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001386 10.0.0.73 - - [2026-04-30 04:46:07] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.094938 10.0.0.73 - - [2026-04-30 04:46:07] "POST /neutron/port HTTP/1.1" 200 4190 0.064143 10.0.0.73 - - [2026-04-30 04:46:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001714 10.0.0.73 - - [2026-04-30 04:46:08] "POST /neutron/network HTTP/1.1" 200 835 0.011138 10.0.0.33 - - [2026-04-30 04:46:09] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001974 10.0.0.73 - - [2026-04-30 04:46:09] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.094496 10.0.0.73 - - [2026-04-30 04:46:09] "POST /neutron/port HTTP/1.1" 200 1059 0.113699 10.0.0.73 - - [2026-04-30 04:46:09] "POST /neutron/port HTTP/1.1" 200 1113 0.147421 10.0.0.73 - - [2026-04-30 04:46:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004966 10.0.0.73 - - [2026-04-30 04:46:09] "POST /neutron/port HTTP/1.1" 200 117 0.008236 10.0.0.73 - - [2026-04-30 04:46:09] "POST /neutron/port HTTP/1.1" 200 1123 0.025357 10.0.0.33 - - [2026-04-30 04:46:09] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001760 10.0.0.73 - - [2026-04-30 04:46:10] "POST /neutron/port HTTP/1.1" 200 1059 0.381523 10.0.0.73 - - [2026-04-30 04:46:10] "POST /neutron/port HTTP/1.1" 200 1113 0.139533 10.0.0.73 - - [2026-04-30 04:46:10] "POST /neutron/subnet HTTP/1.1" 200 690 0.014058 10.0.0.73 - - [2026-04-30 04:46:13] "POST /neutron/port HTTP/1.1" 200 1108 0.024210 10.0.0.73 - - [2026-04-30 04:46:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005510 10.0.0.73 - - [2026-04-30 04:46:13] "POST /neutron/network HTTP/1.1" 200 928 0.008088 10.0.0.73 - - [2026-04-30 04:46:13] "POST /neutron/network HTTP/1.1" 200 938 0.008907 10.0.0.73 - - [2026-04-30 04:46:13] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.73 - - [2026-04-30 04:46:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010561 10.0.0.73 - - [2026-04-30 04:46:15] "POST /neutron/port HTTP/1.1" 200 1123 0.026698 10.0.0.73 - - [2026-04-30 04:46:15] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 401 292 0.000509 10.0.0.73 - - [2026-04-30 04:46:15] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 200 1294 0.041626 10.0.0.73 - - [2026-04-30 04:46:15] "GET /virtual-machine-interface/5e07b3d3-b253-4e94-83f1-7d4229d1d494 HTTP/1.1" 200 2948 0.006682 10.0.0.73 - - [2026-04-30 04:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.73 - - [2026-04-30 04:46:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005697 10.0.0.73 - - [2026-04-30 04:46:15] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004266 10.0.0.73 - - [2026-04-30 04:46:15] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006011 10.0.0.73 - - [2026-04-30 04:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.73 - - [2026-04-30 04:46:18] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007038 10.0.0.73 - - [2026-04-30 04:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.73 - - [2026-04-30 04:46:22] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008287 10.0.0.141 - - [2026-04-30 04:46:24] "DELETE /access-control-list/a51a17e2-0744-466b-87a0-1fbf1bbac8a9 HTTP/1.1" 200 115 0.054318 10.0.0.33 - - [2026-04-30 04:46:24] "DELETE /project/ea72229789994fbd9cc372d95c60fff9 HTTP/1.1" 404 173 0.006671 10.0.0.33 - - [2026-04-30 04:46:24] "GET /projects?obj_uuids=f5367bc5-bdeb-4f0d-9087-bb7105e298ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006787 10.0.0.33 - - [2026-04-30 04:46:25] "GET /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.551059 10.0.0.33 - - [2026-04-30 04:46:25] "DELETE /project/f5367bc5-bdeb-4f0d-9087-bb7105e298ec HTTP/1.1" 404 171 0.561783 10.0.0.73 - - [2026-04-30 04:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.73 - - [2026-04-30 04:46:26] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007684 10.0.0.73 - - [2026-04-30 04:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.73 - - [2026-04-30 04:46:30] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009825 10.0.0.73 - - [2026-04-30 04:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.73 - - [2026-04-30 04:46:34] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006661 10.0.0.73 - - [2026-04-30 04:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.73 - - [2026-04-30 04:46:39] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009548 10.0.0.73 - - [2026-04-30 04:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.73 - - [2026-04-30 04:46:43] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006434 10.0.0.73 - - [2026-04-30 04:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.73 - - [2026-04-30 04:46:47] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007508 10.0.0.73 - - [2026-04-30 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.73 - - [2026-04-30 04:46:51] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007827 10.0.0.73 - - [2026-04-30 04:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.73 - - [2026-04-30 04:46:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005209 10.0.0.73 - - [2026-04-30 04:46:53] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004120 10.0.0.73 - - [2026-04-30 04:46:53] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007709 10.0.0.73 - - [2026-04-30 04:46:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009439 10.0.0.73 - - [2026-04-30 04:47:03] "POST /neutron/port HTTP/1.1" 200 1123 0.026629 10.0.0.73 - - [2026-04-30 04:47:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.037172 10.0.0.73 - - [2026-04-30 04:47:13] "POST /neutron/port HTTP/1.1" 200 1217 0.047303 10.0.0.73 - - [2026-04-30 04:47:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004868 10.0.0.73 - - [2026-04-30 04:47:13] "POST /neutron/port HTTP/1.1" 200 117 0.001680 10.0.0.73 - - [2026-04-30 04:47:14] "POST /neutron/port HTTP/1.1" 200 1123 0.025041 10.0.0.73 - - [2026-04-30 04:47:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009515 10.0.0.73 - - [2026-04-30 04:47:19] "POST /neutron/port HTTP/1.1" 200 1123 0.026898 10.0.0.73 - - [2026-04-30 04:47:19] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 200 1293 0.007939 10.0.0.73 - - [2026-04-30 04:47:19] "GET /virtual-machine-interface/8a7371e9-44c7-47a6-a38f-c8cd2fd11e75 HTTP/1.1" 200 2949 0.007039 10.0.0.73 - - [2026-04-30 04:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.73 - - [2026-04-30 04:47:19] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005687 10.0.0.73 - - [2026-04-30 04:47:19] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004172 10.0.0.73 - - [2026-04-30 04:47:19] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007330 10.0.0.73 - - [2026-04-30 04:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.73 - - [2026-04-30 04:47:21] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004539 10.0.0.73 - - [2026-04-30 04:47:21] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005135 10.0.0.73 - - [2026-04-30 04:47:21] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007221 10.0.0.73 - - [2026-04-30 04:47:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008778 10.0.0.73 - - [2026-04-30 04:47:26] "POST /neutron/port HTTP/1.1" 200 1123 0.025168 10.0.0.141 - - [2026-04-30 04:47:51] "GET /obj-perms HTTP/1.1" 200 5056 0.053862 10.0.0.73 - - [2026-04-30 04:48:14] "POST /neutron/port HTTP/1.1" 200 1108 0.023067 10.0.0.73 - - [2026-04-30 04:48:14] "POST /neutron/subnet HTTP/1.1" 200 704 0.011243 10.0.0.73 - - [2026-04-30 04:48:16] "POST /neutron/port HTTP/1.1" 200 1217 0.023293 10.0.0.73 - - [2026-04-30 04:48:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005264 10.0.0.73 - - [2026-04-30 04:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.73 - - [2026-04-30 04:48:52] "GET /obj-perms HTTP/1.1" 200 5056 0.054451 10.0.0.73 - - [2026-04-30 04:49:15] "POST /neutron/port HTTP/1.1" 200 1123 0.032923 10.0.0.73 - - [2026-04-30 04:49:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005079 10.0.0.73 - - [2026-04-30 04:49:15] "POST /neutron/network HTTP/1.1" 200 825 0.008717 10.0.0.73 - - [2026-04-30 04:49:18] "POST /neutron/network HTTP/1.1" 200 938 0.011633 10.0.0.73 - - [2026-04-30 04:49:18] "POST /neutron/port HTTP/1.1" 200 117 0.001614 10.0.0.73 - - [2026-04-30 04:49:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011124 10.0.0.73 - - [2026-04-30 04:49:24] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 200 1294 0.004691 10.0.0.73 - - [2026-04-30 04:49:24] "GET /virtual-machine-interface/5e07b3d3-b253-4e94-83f1-7d4229d1d494 HTTP/1.1" 200 2948 0.006954 10.0.0.73 - - [2026-04-30 04:49:24] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 200 1294 0.004659 10.0.0.73 - - [2026-04-30 04:49:24] "GET /virtual-machine-interface/5e07b3d3-b253-4e94-83f1-7d4229d1d494 HTTP/1.1" 200 2948 0.007387 10.0.0.73 - - [2026-04-30 04:49:24] "GET /instance-ip/a6c6977c-7a94-46df-aed5-78478bf5e310 HTTP/1.1" 200 1622 0.008107 10.0.0.73 - - [2026-04-30 04:49:24] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 200 1294 0.004633 10.0.0.73 - - [2026-04-30 04:49:24] "GET /virtual-machine-interface/5e07b3d3-b253-4e94-83f1-7d4229d1d494 HTTP/1.1" 200 2948 0.006158 10.0.0.73 - - [2026-04-30 04:49:24] "GET /instance-ip/a6c6977c-7a94-46df-aed5-78478bf5e310 HTTP/1.1" 200 1622 0.005390 10.0.0.73 - - [2026-04-30 04:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.73 - - [2026-04-30 04:49:24] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004732 10.0.0.73 - - [2026-04-30 04:49:24] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004928 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007259 10.0.0.73 - - [2026-04-30 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.73 - - [2026-04-30 04:49:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010102 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004843 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007854 10.0.0.73 - - [2026-04-30 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.73 - - [2026-04-30 04:49:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005403 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004885 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008656 10.0.0.73 - - [2026-04-30 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.73 - - [2026-04-30 04:49:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006371 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006074 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007252 10.0.0.73 - - [2026-04-30 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.73 - - [2026-04-30 04:49:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004745 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004085 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006708 10.0.0.73 - - [2026-04-30 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006063 10.0.0.73 - - [2026-04-30 04:49:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003954 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007127 10.0.0.73 - - [2026-04-30 04:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.73 - - [2026-04-30 04:49:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004695 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003753 10.0.0.73 - - [2026-04-30 04:49:25] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006449 10.0.0.73 - - [2026-04-30 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.73 - - [2026-04-30 04:49:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004735 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003608 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007720 10.0.0.73 - - [2026-04-30 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.73 - - [2026-04-30 04:49:26] "GET /routing-instance/335331d4-a331-446f-81b5-99c87af73f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008132 10.0.0.73 - - [2026-04-30 04:49:26] "GET /route-target/94e5caf2-4dc0-49f4-81b0-5384d569f6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005443 10.0.0.73 - - [2026-04-30 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.73 - - [2026-04-30 04:49:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005871 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004537 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006509 10.0.0.73 - - [2026-04-30 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.73 - - [2026-04-30 04:49:26] "GET /routing-instance/335331d4-a331-446f-81b5-99c87af73f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005644 10.0.0.73 - - [2026-04-30 04:49:26] "GET /route-target/94e5caf2-4dc0-49f4-81b0-5384d569f6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004831 10.0.0.73 - - [2026-04-30 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.73 - - [2026-04-30 04:49:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004852 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003694 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006806 10.0.0.73 - - [2026-04-30 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.73 - - [2026-04-30 04:49:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005662 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003895 10.0.0.73 - - [2026-04-30 04:49:26] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006739 10.0.0.73 - - [2026-04-30 04:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.73 - - [2026-04-30 04:49:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004851 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003844 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006302 10.0.0.33 - - [2026-04-30 04:49:27] "GET /obj-perms HTTP/1.1" 200 5032 0.005765 10.0.0.73 - - [2026-04-30 04:49:27] "GET /obj-perms HTTP/1.1" 200 5032 0.055966 10.0.0.33 - - [2026-04-30 04:49:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004624 10.0.0.73 - - [2026-04-30 04:49:27] "GET /obj-perms HTTP/1.1" 200 5032 0.005527 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 200 1293 0.005242 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-machine-interface/8a7371e9-44c7-47a6-a38f-c8cd2fd11e75 HTTP/1.1" 200 2949 0.006626 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 200 1293 0.005371 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-machine-interface/8a7371e9-44c7-47a6-a38f-c8cd2fd11e75 HTTP/1.1" 200 2949 0.006560 10.0.0.73 - - [2026-04-30 04:49:27] "GET /instance-ip/b108a420-881d-4123-9daa-2d85d3bcf169 HTTP/1.1" 200 1622 0.007266 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 200 1293 0.004707 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-machine-interface/8a7371e9-44c7-47a6-a38f-c8cd2fd11e75 HTTP/1.1" 200 2949 0.006842 10.0.0.73 - - [2026-04-30 04:49:27] "GET /instance-ip/b108a420-881d-4123-9daa-2d85d3bcf169 HTTP/1.1" 200 1622 0.007570 10.0.0.73 - - [2026-04-30 04:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.73 - - [2026-04-30 04:49:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004327 10.0.0.73 - - [2026-04-30 04:49:27] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004515 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007070 10.0.0.73 - - [2026-04-30 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.73 - - [2026-04-30 04:49:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005157 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003932 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006867 10.0.0.73 - - [2026-04-30 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.73 - - [2026-04-30 04:49:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004879 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003945 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006990 10.0.0.73 - - [2026-04-30 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005886 10.0.0.73 - - [2026-04-30 04:49:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005090 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004349 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006983 10.0.0.73 - - [2026-04-30 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.73 - - [2026-04-30 04:49:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005424 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004212 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008042 10.0.0.73 - - [2026-04-30 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.73 - - [2026-04-30 04:49:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006382 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003930 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007535 10.0.0.73 - - [2026-04-30 04:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.73 - - [2026-04-30 04:49:28] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005336 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008180 10.0.0.73 - - [2026-04-30 04:49:28] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008669 10.0.0.73 - - [2026-04-30 04:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.73 - - [2026-04-30 04:49:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004583 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004265 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008579 10.0.0.73 - - [2026-04-30 04:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.73 - - [2026-04-30 04:49:29] "GET /routing-instance/335331d4-a331-446f-81b5-99c87af73f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007113 10.0.0.73 - - [2026-04-30 04:49:29] "GET /route-target/94e5caf2-4dc0-49f4-81b0-5384d569f6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005391 10.0.0.73 - - [2026-04-30 04:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.73 - - [2026-04-30 04:49:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005587 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003957 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007144 10.0.0.73 - - [2026-04-30 04:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006659 10.0.0.73 - - [2026-04-30 04:49:29] "GET /routing-instance/335331d4-a331-446f-81b5-99c87af73f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005673 10.0.0.73 - - [2026-04-30 04:49:29] "GET /route-target/94e5caf2-4dc0-49f4-81b0-5384d569f6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005278 10.0.0.73 - - [2026-04-30 04:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.73 - - [2026-04-30 04:49:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005261 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004491 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007636 10.0.0.73 - - [2026-04-30 04:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.73 - - [2026-04-30 04:49:29] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004880 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004781 10.0.0.73 - - [2026-04-30 04:49:29] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007194 10.0.0.73 - - [2026-04-30 04:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.73 - - [2026-04-30 04:49:30] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005556 10.0.0.73 - - [2026-04-30 04:49:30] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004388 10.0.0.73 - - [2026-04-30 04:49:30] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007935 10.0.0.33 - - [2026-04-30 04:49:30] "GET /obj-perms HTTP/1.1" 200 5032 0.008391 10.0.0.73 - - [2026-04-30 04:49:30] "GET /obj-perms HTTP/1.1" 200 5032 0.005416 10.0.0.73 - - [2026-04-30 04:49:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004913 10.0.0.73 - - [2026-04-30 04:49:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004551 10.0.0.141 - - [2026-04-30 04:49:30] "GET /obj-perms HTTP/1.1" 200 5032 0.083242 10.0.0.33 - - [2026-04-30 04:49:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004712 10.0.0.73 - - [2026-04-30 04:49:35] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 200 1293 0.005495 10.0.0.73 - - [2026-04-30 04:49:36] "POST /neutron/port HTTP/1.1" 200 1123 0.028997 10.0.0.73 - - [2026-04-30 04:49:37] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 404 171 0.004035 10.0.0.73 - - [2026-04-30 04:49:37] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 404 171 0.004124 10.0.0.73 - - [2026-04-30 04:49:37] "GET /virtual-machine/3ed4ac0f-2106-4614-b16b-07b0a2fd9f41 HTTP/1.1" 404 171 0.003738 10.0.0.73 - - [2026-04-30 04:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.73 - - [2026-04-30 04:49:38] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012416 10.0.0.73 - - [2026-04-30 04:49:38] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006032 10.0.0.73 - - [2026-04-30 04:49:38] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007877 10.0.0.73 - - [2026-04-30 04:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.73 - - [2026-04-30 04:49:38] "GET /routing-instance/335331d4-a331-446f-81b5-99c87af73f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005302 10.0.0.73 - - [2026-04-30 04:49:38] "GET /route-target/94e5caf2-4dc0-49f4-81b0-5384d569f6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004811 10.0.0.73 - - [2026-04-30 04:49:38] "GET /obj-perms HTTP/1.1" 200 5032 0.005888 10.0.0.73 - - [2026-04-30 04:49:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004411 10.0.0.73 - - [2026-04-30 04:49:41] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 200 1294 0.005081 10.0.0.73 - - [2026-04-30 04:49:42] "POST /neutron/port HTTP/1.1" 200 1123 0.027637 10.0.0.73 - - [2026-04-30 04:49:43] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 404 171 0.004301 10.0.0.73 - - [2026-04-30 04:49:43] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 404 171 0.003982 10.0.0.73 - - [2026-04-30 04:49:43] "GET /virtual-machine/dedafa5a-70ff-467f-accc-aff62a3d4ff2 HTTP/1.1" 404 171 0.003561 10.0.0.73 - - [2026-04-30 04:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.73 - - [2026-04-30 04:49:44] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004762 10.0.0.73 - - [2026-04-30 04:49:44] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004340 10.0.0.73 - - [2026-04-30 04:49:44] "GET /virtual-network/f27148b6-2cc2-4e62-99ee-d82fe9250ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006701 10.0.0.73 - - [2026-04-30 04:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.73 - - [2026-04-30 04:49:44] "GET /routing-instance/335331d4-a331-446f-81b5-99c87af73f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006731 10.0.0.73 - - [2026-04-30 04:49:44] "GET /route-target/94e5caf2-4dc0-49f4-81b0-5384d569f6e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004517 10.0.0.73 - - [2026-04-30 04:49:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004703 10.0.0.33 - - [2026-04-30 04:49:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004693 10.0.0.73 - - [2026-04-30 04:49:50] "GET /obj-perms HTTP/1.1" 200 5032 0.005502 10.0.0.73 - - [2026-04-30 04:49:50] "POST /neutron/network HTTP/1.1" 200 825 0.009146 10.0.0.141 - - [2026-04-30 04:49:50] "DELETE /route-target/94e5caf2-4dc0-49f4-81b0-5384d569f6e2 HTTP/1.1" 200 115 0.033325 10.0.0.33 - - [2026-04-30 04:49:53] "GET /obj-perms HTTP/1.1" 200 5056 0.053743 10.0.0.73 - - [2026-04-30 04:49:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.005226 10.0.0.73 - - [2026-04-30 04:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.33 - - [2026-04-30 04:49:53] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001622 10.0.0.73 - - [2026-04-30 04:49:53] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048529 10.0.0.73 - - [2026-04-30 04:49:53] "POST /network-policys HTTP/1.1" 200 522 0.039206 10.0.0.73 - - [2026-04-30 04:49:53] "GET /network-policy/8316829c-2f72-4972-86fc-d0f8a8017cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.011680 10.0.0.73 - - [2026-04-30 04:49:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003731 10.0.0.73 - - [2026-04-30 04:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.33 - - [2026-04-30 04:49:53] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002069 10.0.0.73 - - [2026-04-30 04:49:54] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.086208 10.0.0.73 - - [2026-04-30 04:49:54] "POST /network-policys HTTP/1.1" 200 522 0.042452 10.0.0.73 - - [2026-04-30 04:49:54] "GET /network-policy/2fae3acd-7060-4181-bc1e-8306d312e999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007175 10.0.0.73 - - [2026-04-30 04:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.33 - - [2026-04-30 04:49:54] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001825 10.0.0.73 - - [2026-04-30 04:49:54] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047680 10.0.0.73 - - [2026-04-30 04:49:54] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004071 10.0.0.73 - - [2026-04-30 04:49:54] "POST /virtual-networks HTTP/1.1" 200 546 0.088264 10.0.0.73 - - [2026-04-30 04:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.73 - - [2026-04-30 04:49:54] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.008549 10.0.0.33 - - [2026-04-30 04:49:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011686 10.0.0.73 - - [2026-04-30 04:49:54] "POST /ref-update HTTP/1.1" 200 156 0.111806 10.0.0.73 - - [2026-04-30 04:49:54] "POST /neutron/network HTTP/1.1" 200 809 0.011214 10.0.0.73 - - [2026-04-30 04:49:54] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006802 10.0.0.73 - - [2026-04-30 04:49:55] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007146 10.0.0.141 - - [2026-04-30 04:49:55] "GET /obj-perms HTTP/1.1" 200 5032 0.004349 10.0.0.73 - - [2026-04-30 04:49:55] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006469 10.0.0.73 - - [2026-04-30 04:49:55] "PUT /virtual-network/c6460162-b412-4f81-968c-7100d0e08509 HTTP/1.1" 200 264 0.050710 10.0.0.73 - - [2026-04-30 04:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.73 - - [2026-04-30 04:49:55] "GET /network-policy/8316829c-2f72-4972-86fc-d0f8a8017cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005212 10.0.0.141 - - [2026-04-30 04:49:55] "POST /fqname-to-id HTTP/1.1" 404 237 0.009767 10.0.0.73 - - [2026-04-30 04:49:55] "POST /ref-update HTTP/1.1" 200 156 0.065907 10.0.0.73 - - [2026-04-30 04:49:55] "POST /neutron/network HTTP/1.1" 200 886 0.007966 10.0.0.73 - - [2026-04-30 04:49:55] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.013809 10.0.0.73 - - [2026-04-30 04:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.73 - - [2026-04-30 04:49:55] "GET /network-policy/8316829c-2f72-4972-86fc-d0f8a8017cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004618 10.0.0.73 - - [2026-04-30 04:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.33 - - [2026-04-30 04:49:55] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001759 10.0.0.73 - - [2026-04-30 04:49:55] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052320 10.0.0.73 - - [2026-04-30 04:49:55] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003942 10.0.0.73 - - [2026-04-30 04:49:56] "POST /virtual-networks HTTP/1.1" 200 546 0.125683 10.0.0.73 - - [2026-04-30 04:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.141 - - [2026-04-30 04:49:56] "POST /ref-update HTTP/1.1" 200 156 0.036856 10.0.0.73 - - [2026-04-30 04:49:56] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.011516 10.0.0.33 - - [2026-04-30 04:49:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009033 10.0.0.73 - - [2026-04-30 04:49:56] "POST /ref-update HTTP/1.1" 200 156 0.079085 10.0.0.73 - - [2026-04-30 04:49:56] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007571 10.0.0.73 - - [2026-04-30 04:49:56] "POST /neutron/network HTTP/1.1" 200 809 0.007797 10.0.0.73 - - [2026-04-30 04:49:56] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006510 10.0.0.73 - - [2026-04-30 04:49:56] "GET /obj-perms HTTP/1.1" 200 5032 0.007960 10.0.0.73 - - [2026-04-30 04:49:57] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007802 10.0.0.73 - - [2026-04-30 04:49:57] "PUT /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e HTTP/1.1" 200 264 0.056362 10.0.0.73 - - [2026-04-30 04:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.73 - - [2026-04-30 04:49:57] "GET /network-policy/2fae3acd-7060-4181-bc1e-8306d312e999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004360 10.0.0.73 - - [2026-04-30 04:49:57] "POST /ref-update HTTP/1.1" 200 156 0.060038 10.0.0.141 - - [2026-04-30 04:49:57] "POST /ref-update HTTP/1.1" 200 156 0.036372 10.0.0.73 - - [2026-04-30 04:49:57] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.019151 10.0.0.73 - - [2026-04-30 04:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005445 10.0.0.73 - - [2026-04-30 04:49:57] "GET /network-policy/2fae3acd-7060-4181-bc1e-8306d312e999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005323 10.0.0.73 - - [2026-04-30 04:49:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001250 10.0.0.73 - - [2026-04-30 04:49:57] "POST /neutron/port HTTP/1.1" 200 4190 0.039777 10.0.0.33 - - [2026-04-30 04:49:58] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.73 - - [2026-04-30 04:49:58] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.078489 10.0.0.73 - - [2026-04-30 04:49:58] "POST /neutron/port HTTP/1.1" 200 4190 0.054503 10.0.0.73 - - [2026-04-30 04:49:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001448 10.0.0.73 - - [2026-04-30 04:49:58] "POST /neutron/network HTTP/1.1" 200 896 0.007656 10.0.0.73 - - [2026-04-30 04:49:59] "POST /neutron/port HTTP/1.1" 200 1061 0.029535 10.0.0.73 - - [2026-04-30 04:49:59] "POST /neutron/port HTTP/1.1" 200 1125 0.022435 10.0.0.73 - - [2026-04-30 04:49:59] "POST /neutron/port HTTP/1.1" 200 117 0.001492 10.0.0.33 - - [2026-04-30 04:49:59] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001344 10.0.0.73 - - [2026-04-30 04:49:59] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.093340 10.0.0.73 - - [2026-04-30 04:50:00] "POST /neutron/port HTTP/1.1" 200 5162 0.075469 10.0.0.73 - - [2026-04-30 04:50:00] "POST /neutron/port HTTP/1.1" 200 1125 0.028706 10.0.0.33 - - [2026-04-30 04:50:00] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001715 10.0.0.73 - - [2026-04-30 04:50:00] "POST /neutron/port HTTP/1.1" 200 1061 0.428856 10.0.0.73 - - [2026-04-30 04:50:01] "POST /neutron/port HTTP/1.1" 200 1115 0.186794 10.0.0.73 - - [2026-04-30 04:50:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.019339 10.0.0.73 - - [2026-04-30 04:50:05] "POST /neutron/port HTTP/1.1" 200 1125 0.021706 10.0.0.73 - - [2026-04-30 04:50:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008862 10.0.0.73 - - [2026-04-30 04:50:05] "GET /virtual-machine/ccc0609b-666c-443e-a758-1da2ab8fb9ff HTTP/1.1" 200 1294 0.007024 10.0.0.73 - - [2026-04-30 04:50:05] "GET /virtual-machine-interface/52411235-e451-4ec1-bd68-edb21f3adcda HTTP/1.1" 200 2949 0.007133 10.0.0.73 - - [2026-04-30 04:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.73 - - [2026-04-30 04:50:05] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004873 10.0.0.73 - - [2026-04-30 04:50:05] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004457 10.0.0.73 - - [2026-04-30 04:50:05] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007692 10.0.0.73 - - [2026-04-30 04:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.73 - - [2026-04-30 04:50:08] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007528 10.0.0.73 - - [2026-04-30 04:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.73 - - [2026-04-30 04:50:12] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006818 10.0.0.73 - - [2026-04-30 04:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.73 - - [2026-04-30 04:50:16] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007199 10.0.0.73 - - [2026-04-30 04:50:17] "POST /neutron/port HTTP/1.1" 200 1217 0.025177 10.0.0.73 - - [2026-04-30 04:50:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004759 10.0.0.73 - - [2026-04-30 04:50:17] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.73 - - [2026-04-30 04:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.73 - - [2026-04-30 04:50:21] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007420 10.0.0.73 - - [2026-04-30 04:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.73 - - [2026-04-30 04:50:25] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008234 10.0.0.73 - - [2026-04-30 04:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.73 - - [2026-04-30 04:50:29] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006551 10.0.0.73 - - [2026-04-30 04:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.73 - - [2026-04-30 04:50:33] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008018 10.0.0.73 - - [2026-04-30 04:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.73 - - [2026-04-30 04:50:37] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007229 10.0.0.73 - - [2026-04-30 04:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.73 - - [2026-04-30 04:50:41] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006436 10.0.0.73 - - [2026-04-30 04:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.73 - - [2026-04-30 04:50:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005605 10.0.0.73 - - [2026-04-30 04:50:45] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004233 10.0.0.73 - - [2026-04-30 04:50:45] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006699 10.0.0.73 - - [2026-04-30 04:50:45] "POST /neutron/port HTTP/1.1" 200 1125 0.023835 10.0.0.73 - - [2026-04-30 04:50:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009856 10.0.0.33 - - [2026-04-30 04:50:54] "GET /obj-perms HTTP/1.1" 200 5056 0.061305 10.0.0.73 - - [2026-04-30 04:50:56] "POST /neutron/port HTTP/1.1" 200 1125 0.023969 10.0.0.141 - - [2026-04-30 04:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000749 10.0.0.73 - - [2026-04-30 04:51:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011363 10.0.0.141 - - [2026-04-30 04:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000641 10.0.0.141 - - [2026-04-30 04:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000693 10.0.0.141 - - [2026-04-30 04:51:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.73 - - [2026-04-30 04:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.73 - - [2026-04-30 04:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.33 - - [2026-04-30 04:51:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.33 - - [2026-04-30 04:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000613 10.0.0.73 - - [2026-04-30 04:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.73 - - [2026-04-30 04:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.33 - - [2026-04-30 04:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.33 - - [2026-04-30 04:51:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.73 - - [2026-04-30 04:51:06] "POST /neutron/port HTTP/1.1" 200 1125 0.055681 10.0.0.73 - - [2026-04-30 04:51:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010658 10.0.0.73 - - [2026-04-30 04:51:12] "POST /neutron/port HTTP/1.1" 200 1125 0.022016 10.0.0.73 - - [2026-04-30 04:51:12] "GET /virtual-machine/61d2cdc5-87bb-4190-bfcf-28d6561ec859 HTTP/1.1" 200 1293 0.023822 10.0.0.73 - - [2026-04-30 04:51:12] "GET /virtual-machine-interface/aa965af7-5ba0-46ac-ab52-09cec0fe50b4 HTTP/1.1" 200 2950 0.007720 10.0.0.73 - - [2026-04-30 04:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.046298 10.0.0.73 - - [2026-04-30 04:51:12] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004987 10.0.0.73 - - [2026-04-30 04:51:12] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004988 10.0.0.73 - - [2026-04-30 04:51:12] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006468 10.0.0.73 - - [2026-04-30 04:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.73 - - [2026-04-30 04:51:13] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005088 10.0.0.73 - - [2026-04-30 04:51:13] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004397 10.0.0.73 - - [2026-04-30 04:51:13] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007117 10.0.0.73 - - [2026-04-30 04:51:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010010 10.0.0.73 - - [2026-04-30 04:51:18] "POST /neutron/network HTTP/1.1" 200 938 0.012462 10.0.0.73 - - [2026-04-30 04:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.001479 10.0.0.73 - - [2026-04-30 04:51:21] "POST /neutron/port HTTP/1.1" 200 1217 0.051334 10.0.0.73 - - [2026-04-30 04:51:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005515 10.0.0.73 - - [2026-04-30 04:51:22] "POST /neutron/port HTTP/1.1" 200 117 0.001688 10.0.0.141 - - [2026-04-30 04:51:55] "GET /obj-perms HTTP/1.1" 200 5056 0.054276 10.0.0.141 - - [2026-04-30 04:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.141 - - [2026-04-30 04:51:55] "GET /virtual-router/2ad3655a-f6ff-4067-9337-aedd1fe3cba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.009339 10.0.0.73 - - [2026-04-30 04:52:18] "POST /neutron/port HTTP/1.1" 200 1125 0.064925 10.0.0.73 - - [2026-04-30 04:52:18] "POST /neutron/network HTTP/1.1" 200 896 0.010367 10.0.0.73 - - [2026-04-30 04:52:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004890 10.0.0.73 - - [2026-04-30 04:52:18] "POST /neutron/subnet HTTP/1.1" 200 646 0.013190 10.0.0.73 - - [2026-04-30 04:52:18] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.73 - - [2026-04-30 04:52:18] "POST /neutron/network HTTP/1.1" 200 886 0.011487 10.0.0.73 - - [2026-04-30 04:52:23] "POST /neutron/port HTTP/1.1" 200 1108 0.024982 10.0.0.73 - - [2026-04-30 04:52:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006594 10.0.0.73 - - [2026-04-30 04:52:23] "POST /neutron/network HTTP/1.1" 200 928 0.009630 ++ 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: =================== Thu Apr 30 04:52:43 AM UTC 2026 ===================' INFO: =================== Thu Apr 30 04:52:43 AM 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 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 ++ 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.73,10.0.0.141,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73,10.0.0.141,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.73,10.0.0.141,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:8081 10.0.0.141:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.73:8081 10.0.0.141:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.73:8081 10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9042 10.0.0.141:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.73:9042 10.0.0.141:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.73:9042 10.0.0.141:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:8086 10.0.0.141:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.73:8086 10.0.0.141:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.73:8086 10.0.0.141: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.73,10.0.0.141,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:8082 10.0.0.141:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.73:8082 10.0.0.141:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.73:8082 10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9161 10.0.0.141:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.73:9161 10.0.0.141:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.73:9161 10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9041 10.0.0.141:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.73:9041 10.0.0.141:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.73:9041 10.0.0.141: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141: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.73:2181,10.0.0.141:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.73:2181,10.0.0.141:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73:2181,10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:2181 10.0.0.141:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.73:2181 10.0.0.141:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.73:2181 10.0.0.141:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141: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.73:5673,10.0.0.141:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.73:5673,10.0.0.141:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.73:5673,10.0.0.141: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:6379 10.0.0.141:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.73:6379 10.0.0.141:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.73:6379 10.0.0.141: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.73,10.0.0.141,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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141: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.73:9092 10.0.0.141:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.73:9092 10.0.0.141:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.73:9092 10.0.0.141: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.73 ++ 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.73,10.0.0.141,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.73,10.0.0.141,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.73,10.0.0.141,10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 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.73,10.0.0.141,10.0.0.33 +++ local servers=10.0.0.73,10.0.0.141,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.33,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.33,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.33,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( 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.18,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.73:9041 10.0.0.141:9041 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.73:9041 10.0.0.141: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__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/30/2026 04:52:53.045 7faa6e67fb00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/30/2026 04:52:53.207 7faa6e67fb00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/30/2026 04:52:53.224 7faa6e67fb00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/30/2026 04:52:53.224 7faa6e67fb00 [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-04-30 04:52:53] "GET / HTTP/1.1" 503 181 0.000380 10.0.0.33 - - [2026-04-30 04:52:53] "GET / HTTP/1.1" 503 181 0.000253 [Introspect:8084]10.0.0.73 - - [2026-04-30 04:52:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001699 10.0.0.33 - - [2026-04-30 04:52:54] "GET / HTTP/1.1" 200 45871 0.001613 10.0.0.33 - - [2026-04-30 04:52:54] "GET / HTTP/1.1" 200 45871 0.001161 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-04-30 04:52:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000680 10.0.0.33 - - [2026-04-30 04:52:54] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000256 10.0.0.33 - - [2026-04-30 04:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 1.036148 10.0.0.33 - - [2026-04-30 04:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.33 - - [2026-04-30 04:52:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.690815 10.0.0.33 - - [2026-04-30 04:52:56] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.004058 /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-04-30 04:52:57] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001573 10.0.0.33 - - [2026-04-30 04:52:57] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.046848 10.0.0.33 - - [2026-04-30 04:52:57] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001252 10.0.0.33 - - [2026-04-30 04:52:57] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?fields=security_groups HTTP/1.1" 200 1088 0.054121 10.0.0.33 - - [2026-04-30 04:52:57] "GET /projects?obj_uuids=de10e5c7-ff42-4f26-89f5-69453a8999b0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001083 10.0.0.33 - - [2026-04-30 04:52:57] "GET /project/de10e5c7-ff42-4f26-89f5-69453a8999b0?fields=application_policy_sets HTTP/1.1" 200 1381 0.060903 10.0.0.33 - - [2026-04-30 04:52:57] "DELETE /project/de10e5c7-ff42-4f26-89f5-69453a8999b0 HTTP/1.1" 409 278 0.264360 [Introspect:8084]10.0.0.73 - - [2026-04-30 04:52:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001402 [Introspect:8084]10.0.0.73 - - [2026-04-30 04:52:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001443 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.73 - - [2026-04-30 04:53:00] "GET /obj-perms HTTP/1.1" 200 5032 0.394533 10.0.0.73 - - [2026-04-30 04:53:00] "GET /obj-perms HTTP/1.1" 200 5032 0.006401 10.0.0.73 - - [2026-04-30 04:53:00] "GET /obj-perms HTTP/1.1" 200 5032 0.005979 10.0.0.73 - - [2026-04-30 04:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.042999 10.0.0.33 - - [2026-04-30 04:53:01] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001858 10.0.0.73 - - [2026-04-30 04:53:01] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.096104 10.0.0.73 - - [2026-04-30 04:53:01] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004915 10.0.0.73 - - [2026-04-30 04:53:01] "POST /virtual-networks HTTP/1.1" 200 546 0.115404 10.0.0.73 - - [2026-04-30 04:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.73 - - [2026-04-30 04:53:01] "GET /network-ipam/74c7c800-5e81-460e-9db8-726ea93af66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.006714 10.0.0.33 - - [2026-04-30 04:53:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009390 10.0.0.73 - - [2026-04-30 04:53:01] "POST /ref-update HTTP/1.1" 200 156 0.097670 10.0.0.73 - - [2026-04-30 04:53:01] "GET /virtual-network/c5bc47ae-9c51-400c-b6db-a1fcbcb28f9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006828 10.0.0.73 - - [2026-04-30 04:53:01] "POST /neutron/network HTTP/1.1" 200 809 0.050262 10.0.0.73 - - [2026-04-30 04:53:02] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009737 10.0.0.73 - - [2026-04-30 04:53:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001912 10.0.0.73 - - [2026-04-30 04:53:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008097 10.0.0.33 - - [2026-04-30 04:53:03] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001395 10.0.0.73 - - [2026-04-30 04:53:03] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.094507 10.0.0.73 - - [2026-04-30 04:53:03] "POST /neutron/port HTTP/1.1" 200 6134 0.088515 10.0.0.73 - - [2026-04-30 04:53:03] "POST /neutron/port HTTP/1.1" 200 117 0.008206 10.0.0.73 - - [2026-04-30 04:53:04] "POST /neutron/port HTTP/1.1" 200 1061 0.062406 10.0.0.73 - - [2026-04-30 04:53:04] "POST /neutron/port HTTP/1.1" 200 1125 0.031655 10.0.0.73 - - [2026-04-30 04:53:04] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.73 - - [2026-04-30 04:53:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009194 10.0.0.73 - - [2026-04-30 04:53:09] "POST /neutron/port HTTP/1.1" 200 1125 0.022333 10.0.0.73 - - [2026-04-30 04:53:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010332 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 200 1294 0.042406 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 200 1294 0.004576 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-machine-interface/776bc5bb-7be9-4180-a654-21e42386910e HTTP/1.1" 200 2949 0.006239 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 200 1294 0.005199 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-machine-interface/776bc5bb-7be9-4180-a654-21e42386910e HTTP/1.1" 200 2949 0.006832 10.0.0.73 - - [2026-04-30 04:53:09] "GET /instance-ip/58a1fa54-f2ad-47fc-b0f8-77d5ffeadf72 HTTP/1.1" 200 1623 0.010585 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 200 1294 0.004820 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-machine-interface/776bc5bb-7be9-4180-a654-21e42386910e HTTP/1.1" 200 2949 0.007332 10.0.0.73 - - [2026-04-30 04:53:09] "GET /instance-ip/58a1fa54-f2ad-47fc-b0f8-77d5ffeadf72 HTTP/1.1" 200 1623 0.006370 10.0.0.73 - - [2026-04-30 04:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.73 - - [2026-04-30 04:53:09] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004428 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004330 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008461 10.0.0.73 - - [2026-04-30 04:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.73 - - [2026-04-30 04:53:09] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005163 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004084 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006304 10.0.0.73 - - [2026-04-30 04:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.73 - - [2026-04-30 04:53:09] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005158 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003860 10.0.0.73 - - [2026-04-30 04:53:09] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007663 10.0.0.73 - - [2026-04-30 04:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.73 - - [2026-04-30 04:53:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004859 10.0.0.73 - - [2026-04-30 04:53:10] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005030 10.0.0.73 - - [2026-04-30 04:53:10] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006904 10.0.0.73 - - [2026-04-30 04:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.73 - - [2026-04-30 04:53:10] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005705 10.0.0.73 - - [2026-04-30 04:53:10] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004494 10.0.0.73 - - [2026-04-30 04:53:10] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006924 10.0.0.73 - - [2026-04-30 04:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.73 - - [2026-04-30 04:53:13] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006935 10.0.0.73 - - [2026-04-30 04:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.73 - - [2026-04-30 04:53:17] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006414 10.0.0.73 - - [2026-04-30 04:53:19] "POST /neutron/network HTTP/1.1" 200 1122 0.038764 10.0.0.73 - - [2026-04-30 04:53:19] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018884 10.0.0.73 - - [2026-04-30 04:53:19] "POST /neutron/network HTTP/1.1" 200 1112 0.010644 10.0.0.73 - - [2026-04-30 04:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.73 - - [2026-04-30 04:53:21] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006366 10.0.0.73 - - [2026-04-30 04:53:23] "POST /neutron/network HTTP/1.1" 200 896 0.009157 10.0.0.73 - - [2026-04-30 04:53:23] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.73 - - [2026-04-30 04:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.73 - - [2026-04-30 04:53:25] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006169 10.0.0.73 - - [2026-04-30 04:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.73 - - [2026-04-30 04:53:29] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007551 10.0.0.73 - - [2026-04-30 04:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.73 - - [2026-04-30 04:53:33] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009149 10.0.0.73 - - [2026-04-30 04:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.73 - - [2026-04-30 04:53:37] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006555 10.0.0.73 - - [2026-04-30 04:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.73 - - [2026-04-30 04:53:42] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007236 10.0.0.73 - - [2026-04-30 04:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.73 - - [2026-04-30 04:53:46] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007882 10.0.0.73 - - [2026-04-30 04:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006852 10.0.0.73 - - [2026-04-30 04:53:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004646 10.0.0.73 - - [2026-04-30 04:53:50] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005317 10.0.0.73 - - [2026-04-30 04:53:50] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007469 10.0.0.73 - - [2026-04-30 04:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.73 - - [2026-04-30 04:53:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004701 10.0.0.73 - - [2026-04-30 04:53:50] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005360 10.0.0.73 - - [2026-04-30 04:53:50] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007690 10.0.0.73 - - [2026-04-30 04:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2026-04-30 04:53:50] "GET /routing-instance/1096b758-0289-4531-b186-21330265fbcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005290 10.0.0.73 - - [2026-04-30 04:53:50] "GET /route-target/38eabddf-0557-4a95-8d81-559c5e29ba8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005790 10.0.0.73 - - [2026-04-30 04:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.73 - - [2026-04-30 04:53:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004258 10.0.0.73 - - [2026-04-30 04:53:50] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003575 10.0.0.73 - - [2026-04-30 04:53:50] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009413 10.0.0.73 - - [2026-04-30 04:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.73 - - [2026-04-30 04:53:50] "GET /routing-instance/1096b758-0289-4531-b186-21330265fbcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005085 10.0.0.73 - - [2026-04-30 04:53:50] "GET /route-target/38eabddf-0557-4a95-8d81-559c5e29ba8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007453 10.0.0.73 - - [2026-04-30 04:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.73 - - [2026-04-30 04:53:50] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005142 10.0.0.73 - - [2026-04-30 04:53:50] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004071 10.0.0.73 - - [2026-04-30 04:53:51] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006825 10.0.0.73 - - [2026-04-30 04:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.73 - - [2026-04-30 04:53:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005212 10.0.0.73 - - [2026-04-30 04:53:51] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004204 10.0.0.73 - - [2026-04-30 04:53:51] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007240 10.0.0.33 - - [2026-04-30 04:53:51] "GET /obj-perms HTTP/1.1" 200 5032 0.056298 10.0.0.73 - - [2026-04-30 04:53:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004694 10.0.0.73 - - [2026-04-30 04:53:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004433 10.0.0.141 - - [2026-04-30 04:53:51] "GET /obj-perms HTTP/1.1" 200 5032 0.064939 10.0.0.33 - - [2026-04-30 04:53:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004935 10.0.0.73 - - [2026-04-30 04:53:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001869 10.0.0.73 - - [2026-04-30 04:53:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010222 10.0.0.33 - - [2026-04-30 04:53:52] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.73 - - [2026-04-30 04:53:52] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.077255 10.0.0.73 - - [2026-04-30 04:53:53] "POST /neutron/port HTTP/1.1" 200 7106 0.072299 10.0.0.73 - - [2026-04-30 04:53:53] "POST /neutron/port HTTP/1.1" 200 117 0.007389 10.0.0.73 - - [2026-04-30 04:53:53] "POST /neutron/port HTTP/1.1" 200 1061 0.025058 10.0.0.73 - - [2026-04-30 04:53:53] "POST /neutron/port HTTP/1.1" 200 1125 0.025656 10.0.0.73 - - [2026-04-30 04:53:54] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.73 - - [2026-04-30 04:53:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008868 10.0.0.73 - - [2026-04-30 04:53:58] "POST /neutron/port HTTP/1.1" 200 1125 0.029585 10.0.0.73 - - [2026-04-30 04:53:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009361 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 200 1292 0.008549 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 200 1292 0.005702 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-machine-interface/d13700ce-28e7-4536-91e8-6f6b5d6cd41c HTTP/1.1" 200 2950 0.008075 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 200 1292 0.005517 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-machine-interface/d13700ce-28e7-4536-91e8-6f6b5d6cd41c HTTP/1.1" 200 2950 0.008426 10.0.0.73 - - [2026-04-30 04:53:58] "GET /instance-ip/131d1e7e-deb5-4ad2-a4ef-b08dfb28b6a9 HTTP/1.1" 200 1623 0.008590 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 200 1292 0.004743 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-machine-interface/d13700ce-28e7-4536-91e8-6f6b5d6cd41c HTTP/1.1" 200 2950 0.007454 10.0.0.73 - - [2026-04-30 04:53:58] "GET /instance-ip/131d1e7e-deb5-4ad2-a4ef-b08dfb28b6a9 HTTP/1.1" 200 1623 0.005954 10.0.0.73 - - [2026-04-30 04:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.73 - - [2026-04-30 04:53:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004461 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004257 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007511 10.0.0.73 - - [2026-04-30 04:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.73 - - [2026-04-30 04:53:58] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005905 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004025 10.0.0.73 - - [2026-04-30 04:53:58] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006701 10.0.0.73 - - [2026-04-30 04:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.73 - - [2026-04-30 04:53:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004795 10.0.0.73 - - [2026-04-30 04:53:59] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004181 10.0.0.73 - - [2026-04-30 04:53:59] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.011412 10.0.0.73 - - [2026-04-30 04:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.73 - - [2026-04-30 04:53:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005036 10.0.0.73 - - [2026-04-30 04:53:59] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005847 10.0.0.73 - - [2026-04-30 04:53:59] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007573 10.0.0.73 - - [2026-04-30 04:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.73 - - [2026-04-30 04:53:59] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006461 10.0.0.73 - - [2026-04-30 04:53:59] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003752 10.0.0.73 - - [2026-04-30 04:53:59] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006732 10.0.0.73 - - [2026-04-30 04:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.73 - - [2026-04-30 04:54:02] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007304 10.0.0.73 - - [2026-04-30 04:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.73 - - [2026-04-30 04:54:06] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010182 10.0.0.73 - - [2026-04-30 04:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.73 - - [2026-04-30 04:54:10] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007036 10.0.0.73 - - [2026-04-30 04:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.73 - - [2026-04-30 04:54:14] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006808 10.0.0.73 - - [2026-04-30 04:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.73 - - [2026-04-30 04:54:18] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007574 10.0.0.73 - - [2026-04-30 04:54:21] "POST /neutron/port HTTP/1.1" 200 1108 0.079903 10.0.0.73 - - [2026-04-30 04:54:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004405 10.0.0.73 - - [2026-04-30 04:54:21] "POST /neutron/network HTTP/1.1" 200 928 0.008947 10.0.0.73 - - [2026-04-30 04:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.73 - - [2026-04-30 04:54:22] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006696 10.0.0.73 - - [2026-04-30 04:54:25] "POST /neutron/network HTTP/1.1" 200 1122 0.007660 10.0.0.73 - - [2026-04-30 04:54:25] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015897 10.0.0.73 - - [2026-04-30 04:54:25] "POST /neutron/network HTTP/1.1" 200 1112 0.011212 10.0.0.73 - - [2026-04-30 04:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.73 - - [2026-04-30 04:54:27] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006812 10.0.0.73 - - [2026-04-30 04:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.73 - - [2026-04-30 04:54:31] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006270 10.0.0.73 - - [2026-04-30 04:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.73 - - [2026-04-30 04:54:35] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006822 10.0.0.73 - - [2026-04-30 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.73 - - [2026-04-30 04:54:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005791 10.0.0.73 - - [2026-04-30 04:54:39] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004955 10.0.0.73 - - [2026-04-30 04:54:39] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006741 10.0.0.73 - - [2026-04-30 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.73 - - [2026-04-30 04:54:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004336 10.0.0.73 - - [2026-04-30 04:54:39] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003785 10.0.0.73 - - [2026-04-30 04:54:39] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007448 10.0.0.73 - - [2026-04-30 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.73 - - [2026-04-30 04:54:39] "GET /routing-instance/d16c67bf-278e-45ed-81f8-73142eda7ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004973 10.0.0.73 - - [2026-04-30 04:54:39] "GET /route-target/641654c9-c0e6-4ed2-81e9-840c3c9fb082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004534 10.0.0.73 - - [2026-04-30 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.73 - - [2026-04-30 04:54:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004959 10.0.0.73 - - [2026-04-30 04:54:39] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003985 10.0.0.73 - - [2026-04-30 04:54:39] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007962 10.0.0.73 - - [2026-04-30 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.73 - - [2026-04-30 04:54:39] "GET /routing-instance/d16c67bf-278e-45ed-81f8-73142eda7ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005833 10.0.0.73 - - [2026-04-30 04:54:39] "GET /route-target/641654c9-c0e6-4ed2-81e9-840c3c9fb082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004886 10.0.0.73 - - [2026-04-30 04:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.73 - - [2026-04-30 04:54:40] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005581 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004542 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008512 10.0.0.73 - - [2026-04-30 04:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.73 - - [2026-04-30 04:54:40] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005093 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004447 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007421 10.0.0.73 - - [2026-04-30 04:54:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003983 10.0.0.33 - - [2026-04-30 04:54:40] "GET /obj-perms HTTP/1.1" 200 5032 0.010823 10.0.0.73 - - [2026-04-30 04:54:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004802 10.0.0.73 - - [2026-04-30 04:54:40] "GET /obj-perms HTTP/1.1" 200 5032 0.005333 10.0.0.141 - - [2026-04-30 04:54:40] "GET /obj-perms HTTP/1.1" 200 5032 0.005094 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 200 1294 0.005026 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-machine-interface/776bc5bb-7be9-4180-a654-21e42386910e HTTP/1.1" 200 2949 0.006652 10.0.0.73 - - [2026-04-30 04:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.73 - - [2026-04-30 04:54:40] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004839 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003717 10.0.0.73 - - [2026-04-30 04:54:40] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006436 10.0.0.73 - - [2026-04-30 04:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.73 - - [2026-04-30 04:54:41] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004366 10.0.0.73 - - [2026-04-30 04:54:41] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004003 10.0.0.73 - - [2026-04-30 04:54:41] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006463 10.0.0.73 - - [2026-04-30 04:54:42] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 200 1292 0.005730 10.0.0.73 - - [2026-04-30 04:54:42] "GET /virtual-machine-interface/d13700ce-28e7-4536-91e8-6f6b5d6cd41c HTTP/1.1" 200 2950 0.006960 10.0.0.73 - - [2026-04-30 04:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005377 10.0.0.73 - - [2026-04-30 04:54:42] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006229 10.0.0.73 - - [2026-04-30 04:54:42] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006365 10.0.0.73 - - [2026-04-30 04:54:42] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006436 10.0.0.73 - - [2026-04-30 04:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.73 - - [2026-04-30 04:54:43] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004528 10.0.0.73 - - [2026-04-30 04:54:43] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003926 10.0.0.73 - - [2026-04-30 04:54:43] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006538 10.0.0.73 - - [2026-04-30 04:54:48] "POST /neutron/port HTTP/1.1" 200 1125 0.022499 10.0.0.73 - - [2026-04-30 04:54:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.037309 10.0.0.73 - - [2026-04-30 04:54:58] "GET /obj-perms HTTP/1.1" 200 5056 0.082758 10.0.0.73 - - [2026-04-30 04:54:58] "POST /neutron/port HTTP/1.1" 200 1125 0.030654 10.0.0.73 - - [2026-04-30 04:55:23] "POST /neutron/port HTTP/1.1" 200 1125 0.023092 10.0.0.73 - - [2026-04-30 04:55:23] "POST /neutron/subnet HTTP/1.1" 200 646 0.013050 10.0.0.73 - - [2026-04-30 04:55:26] "POST /neutron/port HTTP/1.1" 200 1108 0.024558 10.0.0.73 - - [2026-04-30 04:55:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005845 10.0.0.73 - - [2026-04-30 04:55:26] "POST /neutron/network HTTP/1.1" 200 928 0.009184 10.0.0.73 - - [2026-04-30 04:55:48] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 200 1292 0.004793 10.0.0.73 - - [2026-04-30 04:55:49] "POST /neutron/port HTTP/1.1" 200 151 0.229790 10.0.0.73 - - [2026-04-30 04:55:50] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 404 171 0.004352 10.0.0.73 - - [2026-04-30 04:55:50] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 404 171 0.003583 10.0.0.73 - - [2026-04-30 04:55:50] "GET /virtual-machine/6feb3bfd-84ae-4dc4-82f5-94008e0bfeb0 HTTP/1.1" 404 171 0.003574 10.0.0.73 - - [2026-04-30 04:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.73 - - [2026-04-30 04:55:51] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004530 10.0.0.73 - - [2026-04-30 04:55:51] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004369 10.0.0.73 - - [2026-04-30 04:55:51] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007941 10.0.0.73 - - [2026-04-30 04:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.73 - - [2026-04-30 04:55:51] "GET /routing-instance/d16c67bf-278e-45ed-81f8-73142eda7ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005345 10.0.0.73 - - [2026-04-30 04:55:51] "GET /route-target/641654c9-c0e6-4ed2-81e9-840c3c9fb082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006907 10.0.0.73 - - [2026-04-30 04:55:54] "GET /obj-perms HTTP/1.1" 200 5032 0.005593 10.0.0.73 - - [2026-04-30 04:55:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004528 10.0.0.33 - - [2026-04-30 04:55:59] "GET /obj-perms HTTP/1.1" 200 5056 0.057095 10.0.0.73 - - [2026-04-30 04:56:00] "GET /obj-perms HTTP/1.1" 200 5032 0.005702 10.0.0.141 - - [2026-04-30 04:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.141 - - [2026-04-30 04:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.141 - - [2026-04-30 04:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.141 - - [2026-04-30 04:56:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.73 - - [2026-04-30 04:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.73 - - [2026-04-30 04:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.33 - - [2026-04-30 04:56:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.33 - - [2026-04-30 04:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.73 - - [2026-04-30 04:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.73 - - [2026-04-30 04:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.33 - - [2026-04-30 04:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001344 10.0.0.33 - - [2026-04-30 04:56:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.73 - - [2026-04-30 04:56:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004291 10.0.0.73 - - [2026-04-30 04:56:10] "GET /obj-perms HTTP/1.1" 200 5032 0.005012 10.0.0.73 - - [2026-04-30 04:56:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004941 10.0.0.73 - - [2026-04-30 04:56:13] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 200 1294 0.005021 10.0.0.73 - - [2026-04-30 04:56:14] "POST /neutron/port HTTP/1.1" 200 151 0.250946 10.0.0.73 - - [2026-04-30 04:56:15] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 404 171 0.004319 10.0.0.73 - - [2026-04-30 04:56:15] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 404 171 0.003621 10.0.0.73 - - [2026-04-30 04:56:15] "GET /virtual-machine/e079d05e-9ab2-430b-9e84-e4c2fd5ee414 HTTP/1.1" 404 171 0.003149 10.0.0.73 - - [2026-04-30 04:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.73 - - [2026-04-30 04:56:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005496 10.0.0.73 - - [2026-04-30 04:56:15] "GET /virtual-networks?parent_id=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004273 10.0.0.73 - - [2026-04-30 04:56:15] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008091 10.0.0.73 - - [2026-04-30 04:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006221 10.0.0.73 - - [2026-04-30 04:56:16] "GET /routing-instance/1096b758-0289-4531-b186-21330265fbcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005309 10.0.0.73 - - [2026-04-30 04:56:16] "GET /route-target/38eabddf-0557-4a95-8d81-559c5e29ba8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004704 10.0.0.141 - - [2026-04-30 04:56:16] "GET /obj-perms HTTP/1.1" 200 5032 0.005083 10.0.0.73 - - [2026-04-30 04:56:19] "GET /obj-perms HTTP/1.1" 200 5032 0.006067 10.0.0.73 - - [2026-04-30 04:56:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004104 10.0.0.141 - - [2026-04-30 04:56:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004393 10.0.0.33 - - [2026-04-30 04:56:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003688 10.0.0.33 - - [2026-04-30 04:56:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005786 10.0.0.73 - - [2026-04-30 04:56:22] "DELETE /virtual-network/c5bc47ae-9c51-400c-b6db-a1fcbcb28f9d HTTP/1.1" 200 115 0.135427 10.0.0.141 - - [2026-04-30 04:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.092659 10.0.0.73 - - [2026-04-30 04:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.73 - - [2026-04-30 04:56:22] "GET /network-policy/2fae3acd-7060-4181-bc1e-8306d312e999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005129 10.0.0.73 - - [2026-04-30 04:56:22] "POST /ref-update HTTP/1.1" 200 156 0.070887 10.0.0.141 - - [2026-04-30 04:56:22] "POST /ref-update HTTP/1.1" 200 156 0.037651 10.0.0.73 - - [2026-04-30 04:56:22] "GET /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.016191 10.0.0.73 - - [2026-04-30 04:56:23] "DELETE /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e HTTP/1.1" 409 248 0.020414 10.0.0.73 - - [2026-04-30 04:56:23] "POST /neutron/port HTTP/1.1" 200 1115 0.020780 10.0.0.73 - - [2026-04-30 04:56:23] "POST /neutron/port HTTP/1.1" 200 1115 0.019293 10.0.0.33 - - [2026-04-30 04:56:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009644 10.0.0.33 - - [2026-04-30 04:56:25] "POST /useragent-kv HTTP/1.1" 200 115 0.013980 10.0.0.73 - - [2026-04-30 04:56:25] "DELETE /virtual-network/d565b952-f176-42e7-b6f4-4bb8d2a60e7e HTTP/1.1" 200 115 0.167402 10.0.0.73 - - [2026-04-30 04:56:25] "POST /neutron/port HTTP/1.1" 200 1217 0.055228 10.0.0.73 - - [2026-04-30 04:56:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004460 10.0.0.73 - - [2026-04-30 04:56:25] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.73 - - [2026-04-30 04:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.73 - - [2026-04-30 04:56:25] "GET /network-policy/8316829c-2f72-4972-86fc-d0f8a8017cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005631 10.0.0.73 - - [2026-04-30 04:56:25] "POST /ref-update HTTP/1.1" 200 156 0.067497 10.0.0.141 - - [2026-04-30 04:56:25] "DELETE /access-control-list/dffd6e9a-22e8-43e5-893c-2592fef30187 HTTP/1.1" 200 115 0.055612 10.0.0.73 - - [2026-04-30 04:56:25] "GET /virtual-network/c6460162-b412-4f81-968c-7100d0e08509?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008421 10.0.0.33 - - [2026-04-30 04:56:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003619 10.0.0.33 - - [2026-04-30 04:56:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003129 10.0.0.73 - - [2026-04-30 04:56:25] "DELETE /virtual-network/c6460162-b412-4f81-968c-7100d0e08509 HTTP/1.1" 200 115 0.153664 10.0.0.73 - - [2026-04-30 04:56:26] "DELETE /network-policy/2fae3acd-7060-4181-bc1e-8306d312e999 HTTP/1.1" 200 115 0.040005 10.0.0.73 - - [2026-04-30 04:56:26] "DELETE /network-policy/8316829c-2f72-4972-86fc-d0f8a8017cd4 HTTP/1.1" 200 115 0.042632 10.0.0.33 - - [2026-04-30 04:56:54] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001533 10.0.0.73 - - [2026-04-30 04:56:54] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.091083 10.0.0.33 - - [2026-04-30 04:56:54] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002967 10.0.0.73 - - [2026-04-30 04:56:54] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?fields=virtual_networks HTTP/1.1" 200 1035 0.059773 10.0.0.33 - - [2026-04-30 04:56:54] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.73 - - [2026-04-30 04:56:54] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.063435 10.0.0.33 - - [2026-04-30 04:56:54] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.73 - - [2026-04-30 04:56:54] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?fields=security_groups HTTP/1.1" 200 1262 0.076514 10.0.0.73 - - [2026-04-30 04:56:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.028771 10.0.0.33 - - [2026-04-30 04:56:55] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004567 10.0.0.33 - - [2026-04-30 04:56:55] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001603 10.0.0.33 - - [2026-04-30 04:56:55] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009876 10.0.0.33 - - [2026-04-30 04:56:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.007243 10.0.0.33 - - [2026-04-30 04:56:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.008665 10.0.0.33 - - [2026-04-30 04:56:56] "POST /security-groups HTTP/1.1" 200 591 0.039485 10.0.0.141 - - [2026-04-30 04:56:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.003965 10.0.0.33 - - [2026-04-30 04:56:56] "POST /projects HTTP/1.1" 200 585 0.277001 10.0.0.33 - - [2026-04-30 04:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.357824 10.0.0.141 - - [2026-04-30 04:56:56] "POST /access-control-lists HTTP/1.1" 200 594 0.044349 10.0.0.73 - - [2026-04-30 04:56:56] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.542503 10.0.0.73 - - [2026-04-30 04:56:57] "GET / HTTP/1.1" 200 35931 0.002220 10.0.0.33 - - [2026-04-30 04:56:57] "DELETE /project/df1c80173ab244e8b80325ae7d57ac72 HTTP/1.1" 404 173 0.005606 10.0.0.33 - - [2026-04-30 04:56:57] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002723 10.0.0.33 - - [2026-04-30 04:56:58] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.062063 10.0.0.33 - - [2026-04-30 04:56:58] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.33 - - [2026-04-30 04:56:58] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?fields=security_groups HTTP/1.1" 200 1367 0.068947 10.0.0.33 - - [2026-04-30 04:56:58] "DELETE /security-group/1e7c2844-186f-47ee-b6b4-6348526b0cdf HTTP/1.1" 200 115 0.064370 10.0.0.33 - - [2026-04-30 04:56:58] "GET /projects?obj_uuids=ea722297-8999-4fbd-9cc3-72d95c60fff9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001527 10.0.0.33 - - [2026-04-30 04:56:58] "GET /project/ea722297-8999-4fbd-9cc3-72d95c60fff9?fields=application_policy_sets HTTP/1.1" 200 1406 0.076427 10.0.0.33 - - [2026-04-30 04:56:58] "DELETE /project/ea722297-8999-4fbd-9cc3-72d95c60fff9 HTTP/1.1" 200 115 0.500306 10.0.0.73 - - [2026-04-30 04:56:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000631 10.0.0.73 - - [2026-04-30 04:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.034887 10.0.0.33 - - [2026-04-30 04:56:59] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.73 - - [2026-04-30 04:56:59] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051639 10.0.0.73 - - [2026-04-30 04:56:59] "POST /neutron/network HTTP/1.1" 200 117 0.044875 10.0.0.141 - - [2026-04-30 04:56:59] "POST /route-targets HTTP/1.1" 200 327 0.018980 10.0.0.73 - - [2026-04-30 04:57:00] "POST /neutron/network HTTP/1.1" 200 826 0.012663 10.0.0.73 - - [2026-04-30 04:57:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001473 10.0.0.73 - - [2026-04-30 04:57:00] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009156 10.0.0.73 - - [2026-04-30 04:57:00] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011122 10.0.0.73 - - [2026-04-30 04:57:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.012323 10.0.0.73 - - [2026-04-30 04:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.33 - - [2026-04-30 04:57:00] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001725 10.0.0.73 - - [2026-04-30 04:57:00] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058461 10.0.0.141 - - [2026-04-30 04:57:00] "POST /ref-update HTTP/1.1" 200 156 0.035802 10.0.0.33 - - [2026-04-30 04:57:00] "POST /useragent-kv HTTP/1.1" 200 115 0.016271 10.0.0.73 - - [2026-04-30 04:57:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.347298 10.0.0.73 - - [2026-04-30 04:57:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.003179 10.0.0.73 - - [2026-04-30 04:57:01] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.020165 10.0.0.73 - - [2026-04-30 04:57:01] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.015904 10.0.0.33 - - [2026-04-30 04:57:01] "GET /obj-perms HTTP/1.1" 200 5056 0.069494 10.0.0.73 - - [2026-04-30 04:57:01] "POST /neutron/network HTTP/1.1" 200 824 0.015032 10.0.0.73 - - [2026-04-30 04:57:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001986 10.0.0.73 - - [2026-04-30 04:57:01] "POST /neutron/network HTTP/1.1" 200 836 0.011905 10.0.0.33 - - [2026-04-30 04:57:02] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.73 - - [2026-04-30 04:57:02] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.085647 10.0.0.73 - - [2026-04-30 04:57:02] "POST /neutron/port HTTP/1.1" 200 117 0.011384 10.0.0.73 - - [2026-04-30 04:57:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001343 10.0.0.73 - - [2026-04-30 04:57:02] "POST /neutron/network HTTP/1.1" 200 836 0.009112 10.0.0.73 - - [2026-04-30 04:57:03] "POST /neutron/port HTTP/1.1" 200 1062 0.023458 10.0.0.73 - - [2026-04-30 04:57:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005112 10.0.0.73 - - [2026-04-30 04:57:03] "POST /neutron/network HTTP/1.1" 200 826 0.016973 10.0.0.33 - - [2026-04-30 04:57:03] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.73 - - [2026-04-30 04:57:03] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.110698 10.0.0.73 - - [2026-04-30 04:57:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012741 10.0.0.73 - - [2026-04-30 04:57:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008725 10.0.0.73 - - [2026-04-30 04:57:04] "POST /neutron/port HTTP/1.1" 200 1060 0.026688 10.0.0.73 - - [2026-04-30 04:57:05] "POST /neutron/port HTTP/1.1" 200 1124 0.028015 10.0.0.73 - - [2026-04-30 04:57:05] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.73 - - [2026-04-30 04:57:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011158 10.0.0.73 - - [2026-04-30 04:57:09] "POST /neutron/port HTTP/1.1" 200 1126 0.031543 10.0.0.73 - - [2026-04-30 04:57:09] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 401 292 0.000599 10.0.0.73 - - [2026-04-30 04:57:09] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 200 1293 0.031342 10.0.0.73 - - [2026-04-30 04:57:09] "GET /virtual-machine-interface/891f965a-cdca-41c7-bac6-0ac224c0f4c0 HTTP/1.1" 200 2941 0.006814 10.0.0.73 - - [2026-04-30 04:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.73 - - [2026-04-30 04:57:09] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004643 10.0.0.73 - - [2026-04-30 04:57:09] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003319 10.0.0.73 - - [2026-04-30 04:57:09] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007965 10.0.0.73 - - [2026-04-30 04:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.73 - - [2026-04-30 04:57:13] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008648 10.0.0.73 - - [2026-04-30 04:57:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008375 10.0.0.73 - - [2026-04-30 04:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.73 - - [2026-04-30 04:57:15] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004986 10.0.0.73 - - [2026-04-30 04:57:15] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004205 10.0.0.73 - - [2026-04-30 04:57:15] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008058 10.0.0.73 - - [2026-04-30 04:57:15] "POST /neutron/port HTTP/1.1" 200 1126 0.022230 10.0.0.73 - - [2026-04-30 04:57:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009994 10.0.0.73 - - [2026-04-30 04:57:20] "POST /neutron/port HTTP/1.1" 200 1124 0.031344 10.0.0.73 - - [2026-04-30 04:57:20] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 200 1293 0.007158 10.0.0.73 - - [2026-04-30 04:57:20] "GET /virtual-machine-interface/12e76b68-bb8c-48ea-9c92-8832497da41b HTTP/1.1" 200 2941 0.007834 10.0.0.73 - - [2026-04-30 04:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.73 - - [2026-04-30 04:57:20] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004403 10.0.0.73 - - [2026-04-30 04:57:20] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005230 10.0.0.73 - - [2026-04-30 04:57:20] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007405 10.0.0.73 - - [2026-04-30 04:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.73 - - [2026-04-30 04:57:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004721 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004131 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009074 10.0.0.73 - - [2026-04-30 04:57:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009967 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 200 1293 0.005066 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-machine-interface/891f965a-cdca-41c7-bac6-0ac224c0f4c0 HTTP/1.1" 200 2941 0.007350 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 200 1293 0.006003 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-machine-interface/891f965a-cdca-41c7-bac6-0ac224c0f4c0 HTTP/1.1" 200 2941 0.006748 10.0.0.73 - - [2026-04-30 04:57:22] "GET /instance-ip/26fb9c20-cfc2-4fa6-83d9-d232c09a7fff HTTP/1.1" 200 1621 0.007567 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 200 1293 0.004339 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-machine-interface/891f965a-cdca-41c7-bac6-0ac224c0f4c0 HTTP/1.1" 200 2941 0.006501 10.0.0.73 - - [2026-04-30 04:57:22] "GET /instance-ip/26fb9c20-cfc2-4fa6-83d9-d232c09a7fff HTTP/1.1" 200 1621 0.005793 10.0.0.73 - - [2026-04-30 04:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.73 - - [2026-04-30 04:57:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005056 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004235 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007742 10.0.0.73 - - [2026-04-30 04:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.73 - - [2026-04-30 04:57:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004134 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003517 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007500 10.0.0.73 - - [2026-04-30 04:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.73 - - [2026-04-30 04:57:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004872 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004137 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008721 10.0.0.73 - - [2026-04-30 04:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.73 - - [2026-04-30 04:57:22] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005116 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004036 10.0.0.73 - - [2026-04-30 04:57:22] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006673 10.0.0.73 - - [2026-04-30 04:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.73 - - [2026-04-30 04:57:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005954 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004826 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009212 10.0.0.73 - - [2026-04-30 04:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.73 - - [2026-04-30 04:57:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004878 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005435 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007238 10.0.0.73 - - [2026-04-30 04:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.73 - - [2026-04-30 04:57:23] "GET /routing-instance/8c66f7d4-994a-4f69-a2d5-3ba8ecf6ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.009193 10.0.0.73 - - [2026-04-30 04:57:23] "GET /route-target/b3af1046-f7da-4ef5-999b-9d5391a88a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004653 10.0.0.73 - - [2026-04-30 04:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.73 - - [2026-04-30 04:57:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005345 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004107 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007300 10.0.0.73 - - [2026-04-30 04:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.73 - - [2026-04-30 04:57:23] "GET /routing-instance/8c66f7d4-994a-4f69-a2d5-3ba8ecf6ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004662 10.0.0.73 - - [2026-04-30 04:57:23] "GET /route-target/b3af1046-f7da-4ef5-999b-9d5391a88a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005095 10.0.0.73 - - [2026-04-30 04:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.73 - - [2026-04-30 04:57:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004519 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004126 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007904 10.0.0.73 - - [2026-04-30 04:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.73 - - [2026-04-30 04:57:23] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005622 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004530 10.0.0.73 - - [2026-04-30 04:57:23] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006979 10.0.0.73 - - [2026-04-30 04:57:24] "GET /obj-perms HTTP/1.1" 200 5030 0.058628 10.0.0.33 - - [2026-04-30 04:57:25] "GET /obj-perms HTTP/1.1" 200 5030 0.056449 10.0.0.73 - - [2026-04-30 04:57:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004379 10.0.0.73 - - [2026-04-30 04:57:25] "GET /obj-perms HTTP/1.1" 200 5030 0.005860 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 200 1293 0.004794 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-machine-interface/12e76b68-bb8c-48ea-9c92-8832497da41b HTTP/1.1" 200 2941 0.007745 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 200 1293 0.005948 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-machine-interface/12e76b68-bb8c-48ea-9c92-8832497da41b HTTP/1.1" 200 2941 0.006452 10.0.0.73 - - [2026-04-30 04:57:25] "GET /instance-ip/75d2eb3f-a0a8-4df0-8cf2-d11abaae4de7 HTTP/1.1" 200 1620 0.007923 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 200 1293 0.006796 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-machine-interface/12e76b68-bb8c-48ea-9c92-8832497da41b HTTP/1.1" 200 2941 0.007097 10.0.0.73 - - [2026-04-30 04:57:25] "GET /instance-ip/75d2eb3f-a0a8-4df0-8cf2-d11abaae4de7 HTTP/1.1" 200 1620 0.005746 10.0.0.73 - - [2026-04-30 04:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.73 - - [2026-04-30 04:57:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005501 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004186 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007180 10.0.0.73 - - [2026-04-30 04:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.73 - - [2026-04-30 04:57:25] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005628 10.0.0.73 - - [2026-04-30 04:57:25] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004689 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006200 10.0.0.73 - - [2026-04-30 04:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.73 - - [2026-04-30 04:57:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005011 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003832 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007487 10.0.0.73 - - [2026-04-30 04:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.73 - - [2026-04-30 04:57:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004784 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007696 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008685 10.0.0.73 - - [2026-04-30 04:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.73 - - [2026-04-30 04:57:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005791 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004632 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008438 10.0.0.73 - - [2026-04-30 04:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.73 - - [2026-04-30 04:57:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004983 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004003 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007539 10.0.0.73 - - [2026-04-30 04:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.73 - - [2026-04-30 04:57:26] "GET /routing-instance/94933738-8557-4879-8dab-537eb94fa94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005963 10.0.0.73 - - [2026-04-30 04:57:26] "GET /route-target/799ae9b3-c57f-4188-b1c7-9db55f63b177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006301 10.0.0.73 - - [2026-04-30 04:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.73 - - [2026-04-30 04:57:26] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005012 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005284 10.0.0.73 - - [2026-04-30 04:57:26] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006359 10.0.0.73 - - [2026-04-30 04:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.73 - - [2026-04-30 04:57:26] "GET /routing-instance/94933738-8557-4879-8dab-537eb94fa94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005947 10.0.0.73 - - [2026-04-30 04:57:27] "GET /route-target/799ae9b3-c57f-4188-b1c7-9db55f63b177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006016 10.0.0.73 - - [2026-04-30 04:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.73 - - [2026-04-30 04:57:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006311 10.0.0.73 - - [2026-04-30 04:57:27] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004235 10.0.0.73 - - [2026-04-30 04:57:27] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006566 10.0.0.73 - - [2026-04-30 04:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009351 10.0.0.73 - - [2026-04-30 04:57:27] "POST /neutron/port HTTP/1.1" 200 1108 0.022479 10.0.0.73 - - [2026-04-30 04:57:27] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004524 10.0.0.73 - - [2026-04-30 04:57:27] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004984 10.0.0.73 - - [2026-04-30 04:57:27] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007827 10.0.0.73 - - [2026-04-30 04:57:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006698 10.0.0.73 - - [2026-04-30 04:57:27] "POST /neutron/network HTTP/1.1" 200 928 0.008298 10.0.0.33 - - [2026-04-30 04:57:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003901 10.0.0.73 - - [2026-04-30 04:57:27] "GET /obj-perms HTTP/1.1" 200 5030 0.005345 10.0.0.141 - - [2026-04-30 04:57:27] "GET /obj-perms HTTP/1.1" 200 5030 0.067831 10.0.0.73 - - [2026-04-30 04:57:27] "GET /obj-perms HTTP/1.1" 200 5030 0.005567 10.0.0.73 - - [2026-04-30 04:57:28] "POST /neutron/network HTTP/1.1" 200 1122 0.011159 10.0.0.73 - - [2026-04-30 04:57:28] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018217 10.0.0.73 - - [2026-04-30 04:57:28] "POST /neutron/network HTTP/1.1" 200 1112 0.012740 10.0.0.73 - - [2026-04-30 04:57:42] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 200 1293 0.005484 10.0.0.73 - - [2026-04-30 04:57:42] "POST /neutron/port HTTP/1.1" 200 151 0.222740 10.0.0.73 - - [2026-04-30 04:57:44] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 404 171 0.003961 10.0.0.73 - - [2026-04-30 04:57:44] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 404 171 0.004558 10.0.0.73 - - [2026-04-30 04:57:44] "GET /virtual-machine/a97c0b6a-a7cf-43bf-b72a-dee7bfee82a6 HTTP/1.1" 404 171 0.003797 10.0.0.73 - - [2026-04-30 04:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.73 - - [2026-04-30 04:57:44] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004377 10.0.0.73 - - [2026-04-30 04:57:44] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004551 10.0.0.73 - - [2026-04-30 04:57:44] "GET /virtual-network/1e27135d-2064-4315-9800-a590815d01db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007123 10.0.0.73 - - [2026-04-30 04:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.73 - - [2026-04-30 04:57:44] "GET /routing-instance/94933738-8557-4879-8dab-537eb94fa94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005862 10.0.0.73 - - [2026-04-30 04:57:44] "GET /route-target/799ae9b3-c57f-4188-b1c7-9db55f63b177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005558 10.0.0.141 - - [2026-04-30 04:57:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004596 10.0.0.73 - - [2026-04-30 04:57:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004614 10.0.0.73 - - [2026-04-30 04:57:50] "GET /obj-perms HTTP/1.1" 200 5030 0.005477 10.0.0.141 - - [2026-04-30 04:57:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004594 10.0.0.33 - - [2026-04-30 04:57:51] "GET /obj-perms HTTP/1.1" 200 5030 0.007198 10.0.0.73 - - [2026-04-30 04:57:51] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 200 1293 0.005308 10.0.0.73 - - [2026-04-30 04:57:51] "POST /neutron/port HTTP/1.1" 200 151 0.206922 10.0.0.73 - - [2026-04-30 04:57:53] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 404 171 0.004120 10.0.0.73 - - [2026-04-30 04:57:53] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 404 171 0.003972 10.0.0.73 - - [2026-04-30 04:57:53] "GET /virtual-machine/9e2002dd-d33e-4f34-b44a-01cbfd79b7d8 HTTP/1.1" 404 171 0.003742 10.0.0.73 - - [2026-04-30 04:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.73 - - [2026-04-30 04:57:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004731 10.0.0.73 - - [2026-04-30 04:57:53] "GET /virtual-networks?parent_id=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006122 10.0.0.73 - - [2026-04-30 04:57:53] "GET /virtual-network/99bdfef8-77ed-45a1-ae79-07fd03f72273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008293 10.0.0.73 - - [2026-04-30 04:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.73 - - [2026-04-30 04:57:53] "GET /routing-instance/8c66f7d4-994a-4f69-a2d5-3ba8ecf6ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005407 10.0.0.73 - - [2026-04-30 04:57:53] "GET /route-target/b3af1046-f7da-4ef5-999b-9d5391a88a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005021 10.0.0.73 - - [2026-04-30 04:57:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004014 10.0.0.73 - - [2026-04-30 04:57:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004940 10.0.0.73 - - [2026-04-30 04:58:02] "GET /obj-perms HTTP/1.1" 200 5030 0.006143 10.0.0.73 - - [2026-04-30 04:58:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004862 10.0.0.73 - - [2026-04-30 04:58:12] "GET /obj-perms HTTP/1.1" 200 5030 0.005612 10.0.0.73 - - [2026-04-30 04:58:12] "POST /neutron/network HTTP/1.1" 200 826 0.006932 10.0.0.141 - - [2026-04-30 04:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006300 10.0.0.33 - - [2026-04-30 04:58:13] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.032532 10.0.0.73 - - [2026-04-30 04:58:14] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.086236 10.0.0.33 - - [2026-04-30 04:58:14] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.73 - - [2026-04-30 04:58:14] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?fields=virtual_networks HTTP/1.1" 200 1033 0.068727 10.0.0.33 - - [2026-04-30 04:58:14] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.73 - - [2026-04-30 04:58:14] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.058971 10.0.0.33 - - [2026-04-30 04:58:14] "GET /projects?obj_uuids=df1c8017-3ab2-44e8-b803-25ae7d57ac72&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001779 10.0.0.73 - - [2026-04-30 04:58:14] "GET /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72?fields=security_groups HTTP/1.1" 200 1259 0.049045 10.0.0.73 - - [2026-04-30 04:58:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.036206 10.0.0.33 - - [2026-04-30 04:58:15] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005527 10.0.0.33 - - [2026-04-30 04:58:15] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.33 - - [2026-04-30 04:58:15] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045443 10.0.0.33 - - [2026-04-30 04:58:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.003601 10.0.0.33 - - [2026-04-30 04:58:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.010687 10.0.0.33 - - [2026-04-30 04:58:15] "POST /security-groups HTTP/1.1" 200 599 0.044903 10.0.0.33 - - [2026-04-30 04:58:15] "POST /projects HTTP/1.1" 200 601 0.288666 10.0.0.141 - - [2026-04-30 04:58:15] "POST /access-control-lists HTTP/1.1" 200 604 0.038530 10.0.0.33 - - [2026-04-30 04:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.368381 10.0.0.73 - - [2026-04-30 04:58:15] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.606404 10.0.0.73 - - [2026-04-30 04:58:16] "GET / HTTP/1.1" 200 35931 0.002385 10.0.0.73 - - [2026-04-30 04:58:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.73 - - [2026-04-30 04:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.055000 10.0.0.33 - - [2026-04-30 04:58:20] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.73 - - [2026-04-30 04:58:20] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.080019 10.0.0.33 - - [2026-04-30 04:58:20] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.73 - - [2026-04-30 04:58:20] "POST /neutron/network HTTP/1.1" 200 613 0.175789 10.0.0.141 - - [2026-04-30 04:58:20] "POST /route-targets HTTP/1.1" 200 327 0.020366 10.0.0.73 - - [2026-04-30 04:58:21] "POST /neutron/network HTTP/1.1" 200 1005 0.018753 10.0.0.73 - - [2026-04-30 04:58:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001523 10.0.0.73 - - [2026-04-30 04:58:21] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007552 10.0.0.73 - - [2026-04-30 04:58:21] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006600 10.0.0.73 - - [2026-04-30 04:58:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.012492 10.0.0.73 - - [2026-04-30 04:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.33 - - [2026-04-30 04:58:21] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001222 10.0.0.73 - - [2026-04-30 04:58:21] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065625 10.0.0.33 - - [2026-04-30 04:58:21] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001223 10.0.0.73 - - [2026-04-30 04:58:21] "POST /neutron/network HTTP/1.1" 200 613 0.166376 10.0.0.141 - - [2026-04-30 04:58:21] "POST /ref-update HTTP/1.1" 200 156 0.025653 10.0.0.73 - - [2026-04-30 04:58:22] "POST /neutron/network HTTP/1.1" 200 1007 0.013259 10.0.0.73 - - [2026-04-30 04:58:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001466 10.0.0.73 - - [2026-04-30 04:58:22] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006457 10.0.0.73 - - [2026-04-30 04:58:22] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007129 10.0.0.73 - - [2026-04-30 04:58:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.011741 10.0.0.73 - - [2026-04-30 04:58:22] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009131 10.0.0.73 - - [2026-04-30 04:58:23] "GET /obj-perms HTTP/1.1" 200 5046 0.063104 10.0.0.141 - - [2026-04-30 04:58:23] "GET /obj-perms HTTP/1.1" 200 5046 0.058128 10.0.0.73 - - [2026-04-30 04:58:24] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006152 10.0.0.33 - - [2026-04-30 04:58:25] "GET /obj-perms HTTP/1.1" 200 5046 0.120512 10.0.0.73 - - [2026-04-30 04:58:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.012634 10.0.0.73 - - [2026-04-30 04:58:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001524 10.0.0.73 - - [2026-04-30 04:58:25] "POST /neutron/network HTTP/1.1" 200 1015 0.009928 10.0.0.33 - - [2026-04-30 04:58:26] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001537 10.0.0.73 - - [2026-04-30 04:58:26] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.089133 10.0.0.73 - - [2026-04-30 04:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.008126 10.0.0.33 - - [2026-04-30 04:58:26] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.73 - - [2026-04-30 04:58:27] "POST /neutron/port HTTP/1.1" 200 1174 0.422008 10.0.0.73 - - [2026-04-30 04:58:27] "POST /neutron/port HTTP/1.1" 200 1174 0.104711 10.0.0.73 - - [2026-04-30 04:58:27] "POST /neutron/port HTTP/1.1" 200 1174 0.022513 10.0.0.73 - - [2026-04-30 04:58:27] "POST /neutron/subnet HTTP/1.1" 200 1379 0.059788 10.0.0.73 - - [2026-04-30 04:58:27] "POST /neutron/network HTTP/1.1" 200 1112 0.022078 10.0.0.73 - - [2026-04-30 04:58:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005356 10.0.0.73 - - [2026-04-30 04:58:27] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.73 - - [2026-04-30 04:58:30] "POST /neutron/port HTTP/1.1" 200 1108 0.022945 10.0.0.73 - - [2026-04-30 04:58:30] "POST /neutron/subnet HTTP/1.1" 200 704 0.011713 10.0.0.73 - - [2026-04-30 04:58:31] "POST /neutron/port HTTP/1.1" 200 1238 0.033165 10.0.0.73 - - [2026-04-30 04:58:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009603 10.0.0.73 - - [2026-04-30 04:58:31] "GET /virtual-machine/3c54daa9-03c7-4d11-a4d4-f7291f7de74e HTTP/1.1" 401 292 0.000570 10.0.0.73 - - [2026-04-30 04:58:32] "GET /virtual-machine/3c54daa9-03c7-4d11-a4d4-f7291f7de74e HTTP/1.1" 200 1300 0.034039 10.0.0.73 - - [2026-04-30 04:58:32] "GET /virtual-machine-interface/8c17a522-813e-4d36-a754-9dfbf976fb4b HTTP/1.1" 200 3176 0.007641 10.0.0.73 - - [2026-04-30 04:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.73 - - [2026-04-30 04:58:32] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005037 10.0.0.73 - - [2026-04-30 04:58:32] "GET /virtual-networks?parent_id=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004797 10.0.0.73 - - [2026-04-30 04:58:32] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007942 10.0.0.73 - - [2026-04-30 04:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.73 - - [2026-04-30 04:58:35] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006651 10.0.0.73 - - [2026-04-30 04:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.73 - - [2026-04-30 04:58:39] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009260 10.0.0.73 - - [2026-04-30 04:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.73 - - [2026-04-30 04:58:43] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007295 10.0.0.73 - - [2026-04-30 04:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.73 - - [2026-04-30 04:58:47] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007200 10.0.0.73 - - [2026-04-30 04:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.73 - - [2026-04-30 04:58:51] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007808 10.0.0.73 - - [2026-04-30 04:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.73 - - [2026-04-30 04:58:55] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007094 10.0.0.33 - - [2026-04-30 04:58:58] "DELETE /project/3c02796f17b14c9c85e20ab912582ec7 HTTP/1.1" 404 173 0.005332 10.0.0.33 - - [2026-04-30 04:58:58] "DELETE /project/df1c8017-3ab2-44e8-b803-25ae7d57ac72 HTTP/1.1" 404 177 0.008717 10.0.0.73 - - [2026-04-30 04:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.73 - - [2026-04-30 04:58:59] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007932 10.0.0.73 - - [2026-04-30 04:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.73 - - [2026-04-30 04:59:04] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007483 10.0.0.73 - - [2026-04-30 04:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.73 - - [2026-04-30 04:59:08] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006447 10.0.0.73 - - [2026-04-30 04:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-04-30 04:59:12] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004777 10.0.0.73 - - [2026-04-30 04:59:12] "GET /virtual-networks?parent_id=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004218 10.0.0.73 - - [2026-04-30 04:59:12] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006617 10.0.0.73 - - [2026-04-30 04:59:12] "POST /neutron/port HTTP/1.1" 200 1238 0.023205 10.0.0.73 - - [2026-04-30 04:59:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010247 10.0.0.73 - - [2026-04-30 04:59:25] "POST /neutron/port HTTP/1.1" 200 1238 0.026127 10.0.0.73 - - [2026-04-30 04:59:27] "POST /neutron/port HTTP/1.1" 200 1108 0.031192 10.0.0.73 - - [2026-04-30 04:59:27] "POST /neutron/subnet HTTP/1.1" 200 704 0.011228 10.0.0.73 - - [2026-04-30 04:59:27] "POST /neutron/port HTTP/1.1" 200 1238 0.027653 10.0.0.73 - - [2026-04-30 04:59:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010540 10.0.0.73 - - [2026-04-30 04:59:38] "POST /neutron/port HTTP/1.1" 200 1238 0.031132 10.0.0.73 - - [2026-04-30 04:59:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010566 10.0.0.73 - - [2026-04-30 04:59:38] "POST /neutron/network HTTP/1.1" 200 979 0.026448 10.0.0.73 - - [2026-04-30 04:59:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001345 10.0.0.73 - - [2026-04-30 04:59:38] "GET /virtual-machine/3c54daa9-03c7-4d11-a4d4-f7291f7de74e HTTP/1.1" 200 1300 0.006922 10.0.0.73 - - [2026-04-30 04:59:38] "GET /virtual-machine-interface/8c17a522-813e-4d36-a754-9dfbf976fb4b HTTP/1.1" 200 3176 0.008708 10.0.0.73 - - [2026-04-30 04:59:38] "GET /instance-ip/14c65a4d-0a49-424f-afa7-dcf14c3dfa97 HTTP/1.1" 200 1635 0.009166 10.0.0.73 - - [2026-04-30 04:59:38] "GET /instance-ip/64a5591d-9481-48fb-a484-a9c88b6acaa6 HTTP/1.1" 200 1656 0.008858 10.0.0.73 - - [2026-04-30 04:59:38] "POST /fqname-to-id HTTP/1.1" 404 218 0.004448 10.0.0.73 - - [2026-04-30 04:59:38] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008065 10.0.0.33 - - [2026-04-30 04:59:38] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001584 10.0.0.73 - - [2026-04-30 04:59:38] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060871 10.0.0.73 - - [2026-04-30 04:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.73 - - [2026-04-30 04:59:39] "GET /security-group/2147090c-f72f-4069-be00-6ba9a2aa995a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.006328 10.0.0.73 - - [2026-04-30 04:59:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.101049 10.0.0.73 - - [2026-04-30 04:59:39] "POST /instance-ips HTTP/1.1" 200 357 0.051825 10.0.0.73 - - [2026-04-30 04:59:39] "GET /instance-ip/b0aa40a3-9510-4490-8833-3bf917d2f239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.011113 10.0.0.73 - - [2026-04-30 04:59:39] "POST /instance-ips HTTP/1.1" 200 357 0.052075 10.0.0.73 - - [2026-04-30 04:59:39] "GET /instance-ip/cbbdbc08-cd2a-40ca-a5c1-a2fee222014f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.009250 10.0.0.73 - - [2026-04-30 04:59:39] "GET /virtual-machine-interface/f090308f-6f62-4d1a-8c81-22c746efb88c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.009491 10.0.0.73 - - [2026-04-30 04:59:39] "GET /virtual-machine-interface/f090308f-6f62-4d1a-8c81-22c746efb88c?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.014369 10.0.0.73 - - [2026-04-30 04:59:39] "GET /instance-ip/b0aa40a3-9510-4490-8833-3bf917d2f239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.005404 10.0.0.73 - - [2026-04-30 04:59:39] "GET /instance-ip/cbbdbc08-cd2a-40ca-a5c1-a2fee222014f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.006244 10.0.0.73 - - [2026-04-30 04:59:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001598 10.0.0.73 - - [2026-04-30 04:59:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010098 10.0.0.73 - - [2026-04-30 04:59:40] "POST /neutron/network HTTP/1.1" 200 1005 0.040260 10.0.0.73 - - [2026-04-30 04:59:40] "POST /neutron/port HTTP/1.1" 200 5274 0.062200 10.0.0.73 - - [2026-04-30 04:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.008807 10.0.0.73 - - [2026-04-30 04:59:40] "POST /neutron/port HTTP/1.1" 200 1081 0.022267 10.0.0.73 - - [2026-04-30 04:59:41] "POST /neutron/port HTTP/1.1" 200 1184 0.027875 10.0.0.73 - - [2026-04-30 04:59:41] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017860 10.0.0.73 - - [2026-04-30 04:59:41] "POST /neutron/network HTTP/1.1" 200 1005 0.012122 10.0.0.73 - - [2026-04-30 04:59:45] "POST /neutron/port HTTP/1.1" 200 1184 0.023057 10.0.0.73 - - [2026-04-30 04:59:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011537 10.0.0.73 - - [2026-04-30 04:59:45] "GET /virtual-machine/ceea0002-2883-477d-9765-d9a5b0dacfd6 HTTP/1.1" 200 1279 0.010731 10.0.0.73 - - [2026-04-30 04:59:45] "GET /virtual-machine-interface/f090308f-6f62-4d1a-8c81-22c746efb88c HTTP/1.1" 200 3226 0.006687 10.0.0.73 - - [2026-04-30 04:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.73 - - [2026-04-30 04:59:45] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004803 10.0.0.73 - - [2026-04-30 04:59:45] "GET /virtual-networks?parent_id=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003965 10.0.0.73 - - [2026-04-30 04:59:46] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006799 10.0.0.73 - - [2026-04-30 04:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006269 10.0.0.73 - - [2026-04-30 04:59:49] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007191 10.0.0.73 - - [2026-04-30 04:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.73 - - [2026-04-30 04:59:53] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007511 10.0.0.73 - - [2026-04-30 04:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.73 - - [2026-04-30 04:59:57] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006623 10.0.0.73 - - [2026-04-30 05:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005126 10.0.0.73 - - [2026-04-30 05:00:01] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009260 10.0.0.73 - - [2026-04-30 05:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.73 - - [2026-04-30 05:00:05] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008552 10.0.0.73 - - [2026-04-30 05:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.73 - - [2026-04-30 05:00:09] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007974 10.0.0.73 - - [2026-04-30 05:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.73 - - [2026-04-30 05:00:13] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006348 10.0.0.73 - - [2026-04-30 05:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.73 - - [2026-04-30 05:00:17] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007819 10.0.0.73 - - [2026-04-30 05:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.73 - - [2026-04-30 05:00:21] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007591 10.0.0.73 - - [2026-04-30 05:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.73 - - [2026-04-30 05:00:26] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008130 10.0.0.73 - - [2026-04-30 05:00:27] "POST /neutron/network HTTP/1.1" 200 1122 0.009340 10.0.0.73 - - [2026-04-30 05:00:27] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019390 10.0.0.73 - - [2026-04-30 05:00:27] "POST /neutron/network HTTP/1.1" 200 1112 0.013869 10.0.0.73 - - [2026-04-30 05:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.73 - - [2026-04-30 05:00:30] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008966 10.0.0.73 - - [2026-04-30 05:00:30] "POST /neutron/network HTTP/1.1" 200 1122 0.009586 10.0.0.73 - - [2026-04-30 05:00:30] "POST /neutron/subnet HTTP/1.1" 200 1379 0.020944 10.0.0.73 - - [2026-04-30 05:00:30] "POST /neutron/network HTTP/1.1" 200 1112 0.013869 10.0.0.73 - - [2026-04-30 05:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.73 - - [2026-04-30 05:00:34] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005594 10.0.0.73 - - [2026-04-30 05:00:34] "GET /virtual-networks?parent_id=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004310 10.0.0.73 - - [2026-04-30 05:00:34] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.009277 10.0.0.73 - - [2026-04-30 05:00:39] "POST /neutron/port HTTP/1.1" 200 1184 0.025680 10.0.0.73 - - [2026-04-30 05:00:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009757 10.0.0.73 - - [2026-04-30 05:00:49] "POST /neutron/port HTTP/1.1" 200 1184 0.024456 10.0.0.73 - - [2026-04-30 05:00:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011840 10.0.0.73 - - [2026-04-30 05:01:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001860 10.0.0.73 - - [2026-04-30 05:01:00] "POST /neutron/network HTTP/1.1" 200 1017 0.012905 10.0.0.33 - - [2026-04-30 05:01:01] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001942 10.0.0.73 - - [2026-04-30 05:01:01] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.129127 10.0.0.141 - - [2026-04-30 05:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.141 - - [2026-04-30 05:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000869 10.0.0.73 - - [2026-04-30 05:01:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012584 10.0.0.141 - - [2026-04-30 05:01:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.141 - - [2026-04-30 05:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.73 - - [2026-04-30 05:01:02] "POST /neutron/network HTTP/1.1" 200 1017 0.013523 10.0.0.73 - - [2026-04-30 05:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.73 - - [2026-04-30 05:01:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.73 - - [2026-04-30 05:01:03] "POST /neutron/port HTTP/1.1" 200 1176 0.064889 10.0.0.33 - - [2026-04-30 05:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.33 - - [2026-04-30 05:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.73 - - [2026-04-30 05:01:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006831 10.0.0.73 - - [2026-04-30 05:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.73 - - [2026-04-30 05:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.73 - - [2026-04-30 05:01:03] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.33 - - [2026-04-30 05:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.73 - - [2026-04-30 05:01:03] "GET /obj-perms HTTP/1.1" 200 5056 0.107612 10.0.0.33 - - [2026-04-30 05:01:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.141 - - [2026-04-30 05:01:04] "GET /obj-perms HTTP/1.1" 200 5056 0.066648 10.0.0.73 - - [2026-04-30 05:01:06] "POST /neutron/port HTTP/1.1" 200 1240 0.032793 10.0.0.73 - - [2026-04-30 05:01:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009612 10.0.0.73 - - [2026-04-30 05:01:07] "GET /virtual-machine/0b07481d-5f84-48bb-8894-7d159e004c3e HTTP/1.1" 200 1298 0.007429 10.0.0.73 - - [2026-04-30 05:01:07] "GET /virtual-machine-interface/13a809d0-c155-419d-8427-6bf5b94ddf4f HTTP/1.1" 200 3174 0.007817 10.0.0.73 - - [2026-04-30 05:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005711 10.0.0.73 - - [2026-04-30 05:01:07] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006830 10.0.0.73 - - [2026-04-30 05:01:07] "GET /virtual-networks?parent_id=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004891 10.0.0.73 - - [2026-04-30 05:01:07] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007577 10.0.0.73 - - [2026-04-30 05:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.73 - - [2026-04-30 05:01:10] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007894 10.0.0.73 - - [2026-04-30 05:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.73 - - [2026-04-30 05:01:14] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008183 10.0.0.73 - - [2026-04-30 05:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.73 - - [2026-04-30 05:01:18] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009571 10.0.0.73 - - [2026-04-30 05:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.73 - - [2026-04-30 05:01:22] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007667 10.0.0.73 - - [2026-04-30 05:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-04-30 05:01:26] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008196 10.0.0.73 - - [2026-04-30 05:01:27] "POST /neutron/port HTTP/1.1" 200 1108 0.026373 10.0.0.73 - - [2026-04-30 05:01:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005019 10.0.0.73 - - [2026-04-30 05:01:27] "POST /neutron/network HTTP/1.1" 200 928 0.009882 10.0.0.73 - - [2026-04-30 05:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005945 10.0.0.73 - - [2026-04-30 05:01:31] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010597 10.0.0.73 - - [2026-04-30 05:01:31] "POST /neutron/network HTTP/1.1" 200 938 0.012511 10.0.0.73 - - [2026-04-30 05:01:31] "POST /neutron/port HTTP/1.1" 200 117 0.001642 10.0.0.73 - - [2026-04-30 05:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.73 - - [2026-04-30 05:01:35] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007938 10.0.0.73 - - [2026-04-30 05:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.73 - - [2026-04-30 05:01:39] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008379 10.0.0.73 - - [2026-04-30 05:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.73 - - [2026-04-30 05:01:43] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008409 10.0.0.73 - - [2026-04-30 05:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.73 - - [2026-04-30 05:01:47] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008498 10.0.0.73 - - [2026-04-30 05:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.73 - - [2026-04-30 05:01:51] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006779 10.0.0.73 - - [2026-04-30 05:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.73 - - [2026-04-30 05:01:53] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004995 10.0.0.73 - - [2026-04-30 05:01:53] "GET /virtual-networks?parent_id=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.008847 10.0.0.73 - - [2026-04-30 05:01:53] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007728 10.0.0.73 - - [2026-04-30 05:01:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011313 10.0.0.73 - - [2026-04-30 05:02:04] "POST /neutron/port HTTP/1.1" 200 1240 0.037032 10.0.0.33 - - [2026-04-30 05:02:04] "GET /obj-perms HTTP/1.1" 200 5056 0.065582 10.0.0.73 - - [2026-04-30 05:02:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.041624 10.0.0.73 - - [2026-04-30 05:02:14] "POST /neutron/port HTTP/1.1" 200 1240 0.030217 10.0.0.73 - - [2026-04-30 05:02:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010636 10.0.0.73 - - [2026-04-30 05:02:20] "POST /neutron/port HTTP/1.1" 200 1240 0.033061 10.0.0.73 - - [2026-04-30 05:02:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011402 10.0.0.73 - - [2026-04-30 05:02:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001803 10.0.0.73 - - [2026-04-30 05:02:20] "GET /virtual-machine/0b07481d-5f84-48bb-8894-7d159e004c3e HTTP/1.1" 200 1298 0.005678 10.0.0.73 - - [2026-04-30 05:02:20] "GET /virtual-machine-interface/13a809d0-c155-419d-8427-6bf5b94ddf4f HTTP/1.1" 200 3174 0.009414 10.0.0.73 - - [2026-04-30 05:02:20] "GET /instance-ip/6c248469-8364-49e9-8d14-bdba5d9e9ec8 HTTP/1.1" 200 1656 0.011342 10.0.0.73 - - [2026-04-30 05:02:20] "GET /instance-ip/e2d6ab8c-02ce-47c3-8114-2247d845852f HTTP/1.1" 200 1637 0.009594 10.0.0.73 - - [2026-04-30 05:02:20] "POST /fqname-to-id HTTP/1.1" 404 230 0.004401 10.0.0.73 - - [2026-04-30 05:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006927 10.0.0.33 - - [2026-04-30 05:02:20] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001761 10.0.0.73 - - [2026-04-30 05:02:20] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.071152 10.0.0.73 - - [2026-04-30 05:02:20] "POST /network-policys HTTP/1.1" 200 569 0.046787 10.0.0.73 - - [2026-04-30 05:02:20] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.009396 10.0.0.73 - - [2026-04-30 05:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006478 10.0.0.73 - - [2026-04-30 05:02:20] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007911 10.0.0.73 - - [2026-04-30 05:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.73 - - [2026-04-30 05:02:20] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005647 10.0.0.141 - - [2026-04-30 05:02:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.032963 10.0.0.73 - - [2026-04-30 05:02:20] "POST /ref-update HTTP/1.1" 200 156 0.111082 10.0.0.73 - - [2026-04-30 05:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.73 - - [2026-04-30 05:02:21] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005603 10.0.0.73 - - [2026-04-30 05:02:21] "POST /neutron/network HTTP/1.1" 200 1109 0.017958 10.0.0.73 - - [2026-04-30 05:02:21] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007655 10.0.0.73 - - [2026-04-30 05:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.73 - - [2026-04-30 05:02:21] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005519 10.0.0.73 - - [2026-04-30 05:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.73 - - [2026-04-30 05:02:21] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007536 10.0.0.73 - - [2026-04-30 05:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.141 - - [2026-04-30 05:02:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.033827 10.0.0.73 - - [2026-04-30 05:02:21] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005852 10.0.0.73 - - [2026-04-30 05:02:21] "POST /ref-update HTTP/1.1" 200 156 0.093263 10.0.0.73 - - [2026-04-30 05:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.141 - - [2026-04-30 05:02:21] "POST /access-control-lists HTTP/1.1" 200 596 0.072458 10.0.0.73 - - [2026-04-30 05:02:21] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005543 10.0.0.73 - - [2026-04-30 05:02:21] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.011249 10.0.0.73 - - [2026-04-30 05:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007330 10.0.0.73 - - [2026-04-30 05:02:21] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005234 10.0.0.73 - - [2026-04-30 05:02:21] "GET /virtual-machine-interface/13a809d0-c155-419d-8427-6bf5b94ddf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.007045 10.0.0.73 - - [2026-04-30 05:02:21] "PUT /virtual-machine-interface/13a809d0-c155-419d-8427-6bf5b94ddf4f HTTP/1.1" 200 284 0.019253 10.0.0.73 - - [2026-04-30 05:02:21] "GET /virtual-machine-interface/13a809d0-c155-419d-8427-6bf5b94ddf4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3069 0.007757 10.0.0.73 - - [2026-04-30 05:02:21] "PUT /virtual-machine-interface/13a809d0-c155-419d-8427-6bf5b94ddf4f HTTP/1.1" 200 284 0.023118 10.0.0.73 - - [2026-04-30 05:02:27] "POST /neutron/port HTTP/1.1" 200 1217 0.025617 10.0.0.73 - - [2026-04-30 05:02:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006057 10.0.0.73 - - [2026-04-30 05:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.73 - - [2026-04-30 05:02:31] "POST /neutron/port HTTP/1.1" 200 1238 0.025200 10.0.0.73 - - [2026-04-30 05:02:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005332 10.0.0.73 - - [2026-04-30 05:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.001464 10.0.0.73 - - [2026-04-30 05:03:28] "POST /neutron/port HTTP/1.1" 200 1108 0.062608 10.0.0.73 - - [2026-04-30 05:03:28] "POST /neutron/subnet HTTP/1.1" 200 704 0.016297 10.0.0.73 - - [2026-04-30 05:03:33] "POST /neutron/port HTTP/1.1" 200 1184 0.063155 10.0.0.73 - - [2026-04-30 05:03:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008583 10.0.0.73 - - [2026-04-30 05:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.001644 10.0.0.73 - - [2026-04-30 05:04:28] "POST /neutron/port HTTP/1.1" 200 1240 0.024837 10.0.0.73 - - [2026-04-30 05:04:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004763 10.0.0.73 - - [2026-04-30 05:04:28] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.73 - - [2026-04-30 05:04:32] "POST /neutron/port HTTP/1.1" 200 1217 0.024590 10.0.0.73 - - [2026-04-30 05:04:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005123 10.0.0.73 - - [2026-04-30 05:04:32] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.73 - - [2026-04-30 05:04:36] "POST /ref-update HTTP/1.1" 200 156 0.176960 10.0.0.73 - - [2026-04-30 05:04:37] "POST /neutron/network HTTP/1.1" 200 1007 0.053859 10.0.0.73 - - [2026-04-30 05:04:37] "GET /virtual-network/6ff17b69-9467-4062-8c42-625baa18823a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.011275 10.0.0.73 - - [2026-04-30 05:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.73 - - [2026-04-30 05:04:37] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005322 10.0.0.141 - - [2026-04-30 05:04:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.007784 10.0.0.73 - - [2026-04-30 05:04:37] "POST /ref-update HTTP/1.1" 200 156 0.081845 10.0.0.73 - - [2026-04-30 05:04:37] "GET /virtual-network/da658e59-a2b5-4e8a-b46d-379dbe812bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.011721 10.0.0.73 - - [2026-04-30 05:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.73 - - [2026-04-30 05:04:37] "GET /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.004569 10.0.0.73 - - [2026-04-30 05:04:37] "DELETE /network-policy/0cbda2bb-3e09-454f-a3f4-324c43f7bf05 HTTP/1.1" 200 115 0.049791 10.0.0.141 - - [2026-04-30 05:04:37] "POST /ref-update HTTP/1.1" 200 156 0.049971 10.0.0.73 - - [2026-04-30 05:04:37] "DELETE /instance-ip/b0aa40a3-9510-4490-8833-3bf917d2f239 HTTP/1.1" 200 115 0.094453 10.0.0.73 - - [2026-04-30 05:04:37] "DELETE /instance-ip/cbbdbc08-cd2a-40ca-a5c1-a2fee222014f HTTP/1.1" 200 115 0.060424 10.0.0.73 - - [2026-04-30 05:04:37] "DELETE /virtual-machine-interface/f090308f-6f62-4d1a-8c81-22c746efb88c HTTP/1.1" 200 115 0.129310 10.0.0.73 - - [2026-04-30 05:04:38] "POST /neutron/network HTTP/1.1" 200 1007 0.011393 10.0.0.73 - - [2026-04-30 05:04:38] "POST /neutron/port HTTP/1.1" 200 151 0.364082 10.0.0.73 - - [2026-04-30 05:04:39] "POST /neutron/port HTTP/1.1" 200 151 0.329969 10.0.0.141 - - [2026-04-30 05:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.73 - - [2026-04-30 05:04:40] "POST /neutron/network HTTP/1.1" 200 1005 0.013337 10.0.0.141 - - [2026-04-30 05:04:40] "DELETE /route-target/12e455ba-958b-4ca5-be4b-1e72d5c63c78 HTTP/1.1" 200 115 0.043772 10.0.0.73 - - [2026-04-30 05:04:43] "POST /neutron/port HTTP/1.1" 400 205 0.004554 10.0.0.33 - - [2026-04-30 05:04:43] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.027446 10.0.0.73 - - [2026-04-30 05:04:43] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.106570 10.0.0.33 - - [2026-04-30 05:04:43] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001681 10.0.0.73 - - [2026-04-30 05:04:43] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?fields=virtual_networks HTTP/1.1" 200 1047 0.052648 10.0.0.33 - - [2026-04-30 05:04:43] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001702 10.0.0.73 - - [2026-04-30 05:04:44] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.056139 10.0.0.33 - - [2026-04-30 05:04:44] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.73 - - [2026-04-30 05:04:44] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?fields=security_groups HTTP/1.1" 200 1281 0.048107 10.0.0.73 - - [2026-04-30 05:04:44] "POST /fqname-to-id HTTP/1.1" 404 192 0.030430 10.0.0.33 - - [2026-04-30 05:04:45] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004678 10.0.0.33 - - [2026-04-30 05:04:45] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.33 - - [2026-04-30 05:04:45] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053836 10.0.0.33 - - [2026-04-30 05:04:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.004863 10.0.0.33 - - [2026-04-30 05:04:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.003030 10.0.0.33 - - [2026-04-30 05:04:45] "POST /security-groups HTTP/1.1" 200 595 0.040442 10.0.0.33 - - [2026-04-30 05:04:45] "POST /projects HTTP/1.1" 200 593 0.266364 10.0.0.33 - - [2026-04-30 05:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.300358 10.0.0.141 - - [2026-04-30 05:04:45] "POST /fqname-to-id HTTP/1.1" 404 237 0.009150 10.0.0.73 - - [2026-04-30 05:04:45] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.540442 10.0.0.73 - - [2026-04-30 05:04:46] "GET / HTTP/1.1" 200 35931 0.002339 10.0.0.73 - - [2026-04-30 05:04:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.73 - - [2026-04-30 05:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.061011 10.0.0.33 - - [2026-04-30 05:04:48] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001339 10.0.0.73 - - [2026-04-30 05:04:48] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.067855 10.0.0.141 - - [2026-04-30 05:04:49] "POST /ref-update HTTP/1.1" 200 156 0.040135 10.0.0.33 - - [2026-04-30 05:04:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006350 10.0.0.73 - - [2026-04-30 05:04:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.270535 10.0.0.73 - - [2026-04-30 05:04:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001720 10.0.0.73 - - [2026-04-30 05:04:49] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009896 10.0.0.73 - - [2026-04-30 05:04:49] "POST /neutron/network HTTP/1.1" 200 1002 0.012767 10.0.0.73 - - [2026-04-30 05:04:49] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008501 10.0.0.73 - - [2026-04-30 05:04:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.013492 10.0.0.73 - - [2026-04-30 05:04:50] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008802 10.0.0.73 - - [2026-04-30 05:04:51] "GET /obj-perms HTTP/1.1" 200 5038 0.060042 10.0.0.141 - - [2026-04-30 05:04:51] "GET /obj-perms HTTP/1.1" 200 5038 0.063247 10.0.0.73 - - [2026-04-30 05:04:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001635 10.0.0.33 - - [2026-04-30 05:04:52] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001387 10.0.0.73 - - [2026-04-30 05:04:52] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073067 10.0.0.73 - - [2026-04-30 05:04:53] "POST /neutron/network HTTP/1.1" 200 1002 0.039451 10.0.0.73 - - [2026-04-30 05:04:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.002086 10.0.0.73 - - [2026-04-30 05:04:53] "POST /neutron/port HTTP/1.1" 200 4190 0.072310 10.0.0.33 - - [2026-04-30 05:04:53] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001513 10.0.0.73 - - [2026-04-30 05:04:54] "POST /neutron/port HTTP/1.1" 200 1171 0.490659 10.0.0.33 - - [2026-04-30 05:04:54] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001283 10.0.0.73 - - [2026-04-30 05:04:54] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.100833 10.0.0.73 - - [2026-04-30 05:04:54] "POST /neutron/port HTTP/1.1" 200 1225 0.206300 10.0.0.73 - - [2026-04-30 05:04:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004718 10.0.0.73 - - [2026-04-30 05:04:54] "POST /neutron/subnet HTTP/1.1" 200 1384 0.018701 10.0.0.73 - - [2026-04-30 05:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.73 - - [2026-04-30 05:04:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001902 10.0.0.73 - - [2026-04-30 05:04:54] "POST /neutron/port HTTP/1.1" 200 5271 0.063156 10.0.0.33 - - [2026-04-30 05:04:55] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001453 10.0.0.73 - - [2026-04-30 05:04:55] "POST /neutron/port HTTP/1.1" 200 1171 0.409083 10.0.0.73 - - [2026-04-30 05:04:55] "POST /neutron/port HTTP/1.1" 200 1171 0.020876 10.0.0.73 - - [2026-04-30 05:04:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005094 10.0.0.33 - - [2026-04-30 05:04:55] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001529 10.0.0.73 - - [2026-04-30 05:04:55] "POST /neutron/port HTTP/1.1" 200 117 0.001740 10.0.0.73 - - [2026-04-30 05:04:56] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.092171 10.0.0.73 - - [2026-04-30 05:04:56] "POST /neutron/network HTTP/1.1" 200 1002 0.012815 10.0.0.73 - - [2026-04-30 05:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.008459 10.0.0.73 - - [2026-04-30 05:04:56] "POST /neutron/network HTTP/1.1" 200 1012 0.009575 10.0.0.73 - - [2026-04-30 05:04:57] "POST /neutron/port HTTP/1.1" 200 1171 0.032737 10.0.0.73 - - [2026-04-30 05:04:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005098 10.0.0.73 - - [2026-04-30 05:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.33 - - [2026-04-30 05:04:58] "DELETE /project/76e927c3a43a47e491a01b31cebf69e6 HTTP/1.1" 404 173 0.005869 10.0.0.33 - - [2026-04-30 05:04:58] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.33 - - [2026-04-30 05:04:58] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.060001 10.0.0.33 - - [2026-04-30 05:04:58] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.33 - - [2026-04-30 05:04:59] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?fields=security_groups HTTP/1.1" 200 1386 0.065160 10.0.0.33 - - [2026-04-30 05:04:59] "DELETE /security-group/2147090c-f72f-4069-be00-6ba9a2aa995a HTTP/1.1" 200 115 0.067553 10.0.0.33 - - [2026-04-30 05:04:59] "GET /projects?obj_uuids=3c02796f-17b1-4c9c-85e2-0ab912582ec7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.33 - - [2026-04-30 05:04:59] "GET /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7?fields=application_policy_sets HTTP/1.1" 200 1425 0.080677 10.0.0.33 - - [2026-04-30 05:04:59] "DELETE /project/3c02796f-17b1-4c9c-85e2-0ab912582ec7 HTTP/1.1" 200 115 0.509760 10.0.0.73 - - [2026-04-30 05:05:01] "POST /neutron/port HTTP/1.1" 200 1235 0.037161 10.0.0.73 - - [2026-04-30 05:05:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015212 10.0.0.73 - - [2026-04-30 05:05:01] "GET /virtual-machine/163190f6-d9e3-4c0c-905f-89f57b2ab23c HTTP/1.1" 401 292 0.000579 10.0.0.73 - - [2026-04-30 05:05:02] "GET /virtual-machine/163190f6-d9e3-4c0c-905f-89f57b2ab23c HTTP/1.1" 200 1296 0.043269 10.0.0.73 - - [2026-04-30 05:05:02] "GET /virtual-machine-interface/b656ecec-69ea-4c2f-9e91-6bde3d061e2e HTTP/1.1" 200 3156 0.008231 10.0.0.73 - - [2026-04-30 05:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.73 - - [2026-04-30 05:05:02] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005877 10.0.0.73 - - [2026-04-30 05:05:02] "GET /virtual-networks?parent_id=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004334 10.0.0.73 - - [2026-04-30 05:05:02] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009371 10.0.0.73 - - [2026-04-30 05:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006211 10.0.0.73 - - [2026-04-30 05:05:05] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007878 10.0.0.33 - - [2026-04-30 05:05:07] "GET /obj-perms HTTP/1.1" 200 5056 0.057194 10.0.0.73 - - [2026-04-30 05:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008773 10.0.0.73 - - [2026-04-30 05:05:09] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007830 10.0.0.73 - - [2026-04-30 05:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007174 10.0.0.73 - - [2026-04-30 05:05:13] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007394 10.0.0.73 - - [2026-04-30 05:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.73 - - [2026-04-30 05:05:17] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007200 10.0.0.73 - - [2026-04-30 05:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005894 10.0.0.73 - - [2026-04-30 05:05:21] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009291 10.0.0.73 - - [2026-04-30 05:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.73 - - [2026-04-30 05:05:25] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008553 10.0.0.73 - - [2026-04-30 05:05:29] "POST /neutron/port HTTP/1.1" 200 1217 0.023432 10.0.0.73 - - [2026-04-30 05:05:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005144 10.0.0.73 - - [2026-04-30 05:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.001456 10.0.0.73 - - [2026-04-30 05:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-04-30 05:05:29] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007807 10.0.0.73 - - [2026-04-30 05:05:32] "POST /neutron/port HTTP/1.1" 200 1108 0.025804 10.0.0.73 - - [2026-04-30 05:05:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005394 10.0.0.73 - - [2026-04-30 05:05:32] "POST /neutron/network HTTP/1.1" 200 928 0.014280 10.0.0.73 - - [2026-04-30 05:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.73 - - [2026-04-30 05:05:34] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008344 10.0.0.73 - - [2026-04-30 05:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.73 - - [2026-04-30 05:05:38] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006879 10.0.0.73 - - [2026-04-30 05:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.73 - - [2026-04-30 05:05:42] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007366 10.0.0.73 - - [2026-04-30 05:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.73 - - [2026-04-30 05:05:46] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009418 10.0.0.73 - - [2026-04-30 05:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006264 10.0.0.73 - - [2026-04-30 05:05:50] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008728 10.0.0.73 - - [2026-04-30 05:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.73 - - [2026-04-30 05:05:54] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007821 10.0.0.73 - - [2026-04-30 05:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.73 - - [2026-04-30 05:05:58] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006682 10.0.0.141 - - [2026-04-30 05:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.141 - - [2026-04-30 05:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.141 - - [2026-04-30 05:06:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.141 - - [2026-04-30 05:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.73 - - [2026-04-30 05:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2026-04-30 05:06:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.73 - - [2026-04-30 05:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.73 - - [2026-04-30 05:06:02] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006733 10.0.0.33 - - [2026-04-30 05:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.33 - - [2026-04-30 05:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.73 - - [2026-04-30 05:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.73 - - [2026-04-30 05:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.33 - - [2026-04-30 05:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.33 - - [2026-04-30 05:06:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.73 - - [2026-04-30 05:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.73 - - [2026-04-30 05:06:04] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004988 10.0.0.73 - - [2026-04-30 05:06:04] "GET /virtual-networks?parent_id=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004121 10.0.0.73 - - [2026-04-30 05:06:04] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007030 10.0.0.73 - - [2026-04-30 05:06:05] "POST /neutron/port HTTP/1.1" 200 1235 0.027645 10.0.0.73 - - [2026-04-30 05:06:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011944 10.0.0.73 - - [2026-04-30 05:06:17] "POST /neutron/port HTTP/1.1" 200 1235 0.025430 10.0.0.73 - - [2026-04-30 05:06:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012598 10.0.0.73 - - [2026-04-30 05:06:25] "POST /neutron/port HTTP/1.1" 200 1235 0.023588 10.0.0.73 - - [2026-04-30 05:06:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010767 10.0.0.73 - - [2026-04-30 05:06:31] "POST /neutron/network HTTP/1.1" 200 938 0.008949 10.0.0.73 - - [2026-04-30 05:06:31] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.73 - - [2026-04-30 05:06:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010585 10.0.0.73 - - [2026-04-30 05:06:36] "POST /neutron/port HTTP/1.1" 200 1235 0.032872 10.0.0.73 - - [2026-04-30 05:06:36] "GET /virtual-machine/dcd9290e-a47d-4e7a-a902-53bca761840f HTTP/1.1" 200 1297 0.007789 10.0.0.73 - - [2026-04-30 05:06:36] "GET /virtual-machine-interface/c05c987d-6f9d-44ed-a381-53cbf5dbb38f HTTP/1.1" 200 3156 0.008424 10.0.0.73 - - [2026-04-30 05:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.73 - - [2026-04-30 05:06:36] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005805 10.0.0.73 - - [2026-04-30 05:06:36] "GET /virtual-networks?parent_id=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006068 10.0.0.73 - - [2026-04-30 05:06:36] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007224 10.0.0.73 - - [2026-04-30 05:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006155 10.0.0.73 - - [2026-04-30 05:06:37] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010988 10.0.0.73 - - [2026-04-30 05:06:37] "GET /virtual-networks?parent_id=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004486 10.0.0.73 - - [2026-04-30 05:06:37] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005725 10.0.0.73 - - [2026-04-30 05:06:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.016959 10.0.0.73 - - [2026-04-30 05:06:38] "POST /neutron/port HTTP/1.1" 200 1235 0.031318 10.0.0.73 - - [2026-04-30 05:06:38] "GET /virtual-machine/aefd6ac6-5461-442d-8c5c-da3e3d47f11d HTTP/1.1" 200 1297 0.009207 10.0.0.73 - - [2026-04-30 05:06:38] "GET /virtual-machine-interface/176019d0-067f-4404-93b5-25fdcbb14b7e HTTP/1.1" 200 3155 0.006906 10.0.0.73 - - [2026-04-30 05:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.73 - - [2026-04-30 05:06:38] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010272 10.0.0.73 - - [2026-04-30 05:06:38] "GET /virtual-networks?parent_id=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005880 10.0.0.73 - - [2026-04-30 05:06:38] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006674 10.0.0.73 - - [2026-04-30 05:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.73 - - [2026-04-30 05:06:39] "GET /global-vrouter-config/4d8741f8-6004-475a-b083-ea55203b44e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004960 10.0.0.73 - - [2026-04-30 05:06:39] "GET /virtual-networks?parent_id=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003483 10.0.0.73 - - [2026-04-30 05:06:39] "GET /virtual-network/ade2ab57-2850-4b6b-99ba-08a0502c8ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007221 10.0.0.73 - - [2026-04-30 05:06:39] "GET /virtual-machine-interface/176019d0-067f-4404-93b5-25fdcbb14b7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006862 10.0.0.73 - - [2026-04-30 05:06:39] "PUT /virtual-machine-interface/176019d0-067f-4404-93b5-25fdcbb14b7e HTTP/1.1" 200 284 0.022869 10.0.0.73 - - [2026-04-30 05:07:33] "POST /neutron/port HTTP/1.1" 200 1235 0.028132 10.0.0.73 - - [2026-04-30 05:07:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004862 10.0.0.73 - - [2026-04-30 05:07:33] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.73 - - [2026-04-30 05:07:36] "POST /neutron/port HTTP/1.1" 200 1217 0.028316 10.0.0.73 - - [2026-04-30 05:07:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004727 10.0.0.73 - - [2026-04-30 05:07:36] "POST /neutron/port HTTP/1.1" 200 117 0.001755 10.0.0.73 - - [2026-04-30 05:08:09] "GET /obj-perms HTTP/1.1" 200 5056 0.080482 10.0.0.73 - - [2026-04-30 05:08:35] "POST /neutron/port HTTP/1.1" 200 1217 0.052256 10.0.0.73 - - [2026-04-30 05:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005888 10.0.0.73 - - [2026-04-30 05:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.73 - - [2026-04-30 05:08:35] "POST /neutron/port HTTP/1.1" 200 1108 0.058340 10.0.0.73 - - [2026-04-30 05:08:35] "POST /neutron/subnet HTTP/1.1" 200 704 0.013971 10.0.0.141 - - [2026-04-30 05:09:10] "GET /obj-perms HTTP/1.1" 200 5056 0.059842 10.0.0.33 - - [2026-04-30 05:09:10] "GET /obj-perms HTTP/1.1" 200 5056 0.059646 10.0.0.73 - - [2026-04-30 05:09:20] "POST /neutron/network HTTP/1.1" 200 1002 0.013279 10.0.0.73 - - [2026-04-30 05:09:20] "POST /neutron/port HTTP/1.1" 200 1225 0.024627 10.0.0.73 - - [2026-04-30 05:09:20] "POST /neutron/port HTTP/1.1" 200 1235 0.028135 10.0.0.73 - - [2026-04-30 05:09:20] "POST /neutron/port HTTP/1.1" 200 1225 0.028324 10.0.0.33 - - [2026-04-30 05:09:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004739 10.0.0.33 - - [2026-04-30 05:09:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.33 - - [2026-04-30 05:09:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003400 10.0.0.33 - - [2026-04-30 05:09:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.73 - - [2026-04-30 05:09:22] "POST /neutron/network HTTP/1.1" 200 151 0.173451 10.0.0.141 - - [2026-04-30 05:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.033314 10.0.0.33 - - [2026-04-30 05:09:24] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001296 10.0.0.73 - - [2026-04-30 05:09:24] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057584 10.0.0.33 - - [2026-04-30 05:09:24] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002411 10.0.0.73 - - [2026-04-30 05:09:24] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?fields=virtual_networks HTTP/1.1" 200 1040 0.072441 10.0.0.33 - - [2026-04-30 05:09:24] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.73 - - [2026-04-30 05:09:24] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.055541 10.0.0.33 - - [2026-04-30 05:09:24] "GET /projects?obj_uuids=76e927c3-a43a-47e4-91a0-1b31cebf69e6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002200 10.0.0.73 - - [2026-04-30 05:09:24] "GET /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6?fields=security_groups HTTP/1.1" 200 1270 0.054390 10.0.0.73 - - [2026-04-30 05:09:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.027508 10.0.0.33 - - [2026-04-30 05:09:25] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003827 10.0.0.33 - - [2026-04-30 05:09:25] "GET /domains?obj_uuids=f8fddec0-a757-47f7-9dc4-33479425fadb&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001464 10.0.0.33 - - [2026-04-30 05:09:25] "GET /domain/f8fddec0-a757-47f7-9dc4-33479425fadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009377 10.0.0.33 - - [2026-04-30 05:09:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.004690 10.0.0.33 - - [2026-04-30 05:09:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.007450 10.0.0.33 - - [2026-04-30 05:09:25] "POST /security-groups HTTP/1.1" 200 591 0.055449 10.0.0.33 - - [2026-04-30 05:09:25] "POST /projects HTTP/1.1" 200 585 0.286795 10.0.0.33 - - [2026-04-30 05:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.370987 10.0.0.141 - - [2026-04-30 05:09:25] "POST /access-control-lists HTTP/1.1" 200 596 0.072833 10.0.0.73 - - [2026-04-30 05:09:25] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.553955 10.0.0.141 - - [2026-04-30 05:09:26] "DELETE /access-control-list/7c591b21-3ec9-4b23-9760-435fe1776933 HTTP/1.1" 200 115 0.049386 10.0.0.73 - - [2026-04-30 05:09:27] "GET / HTTP/1.1" 200 35931 0.002199 10.0.0.33 - - [2026-04-30 05:09:32] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.73 - - [2026-04-30 05:09:33] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.106988 10.0.0.33 - - [2026-04-30 05:09:33] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.73 - - [2026-04-30 05:09:33] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?fields=virtual_networks HTTP/1.1" 200 1032 0.059857 10.0.0.33 - - [2026-04-30 05:09:33] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001676 10.0.0.73 - - [2026-04-30 05:09:33] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.061661 10.0.0.33 - - [2026-04-30 05:09:33] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.73 - - [2026-04-30 05:09:33] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?fields=security_groups HTTP/1.1" 200 1258 0.051021 10.0.0.73 - - [2026-04-30 05:09:35] "POST /neutron/network HTTP/1.1" 200 938 0.009128 10.0.0.73 - - [2026-04-30 05:09:35] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.33 - - [2026-04-30 05:09:59] "DELETE /project/76e927c3-a43a-47e4-91a0-1b31cebf69e6 HTTP/1.1" 404 177 0.067336 10.0.0.33 - - [2026-04-30 05:09:59] "DELETE /project/c57952f9c87e40b188171dc86d69a7be HTTP/1.1" 404 173 0.089453 10.0.0.33 - - [2026-04-30 05:09:59] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001540 10.0.0.33 - - [2026-04-30 05:09:59] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.133602 10.0.0.33 - - [2026-04-30 05:09:59] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001575 10.0.0.33 - - [2026-04-30 05:09:59] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?fields=security_groups HTTP/1.1" 200 1363 0.081008 10.0.0.33 - - [2026-04-30 05:10:00] "DELETE /security-group/dd51a6d4-48af-47e4-be4f-e262eaa25a2e HTTP/1.1" 200 115 0.087566 10.0.0.33 - - [2026-04-30 05:10:00] "GET /projects?obj_uuids=c57952f9-c87e-40b1-8817-1dc86d69a7be&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001775 10.0.0.33 - - [2026-04-30 05:10:00] "GET /project/c57952f9-c87e-40b1-8817-1dc86d69a7be?fields=application_policy_sets HTTP/1.1" 200 1402 0.110064 10.0.0.141 - - [2026-04-30 05:10:00] "DELETE /access-control-list/30d128e8-ca66-4b4c-8741-7246853b1928 HTTP/1.1" 200 115 0.079453 10.0.0.33 - - [2026-04-30 05:10:00] "DELETE /project/c57952f9-c87e-40b1-8817-1dc86d69a7be HTTP/1.1" 200 115 0.752452 10.0.0.73 - - [2026-04-30 05:10:36] "POST /neutron/port HTTP/1.1" 200 1217 0.021783 10.0.0.73 - - [2026-04-30 05:10:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005311 10.0.0.73 - - [2026-04-30 05:10:36] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.141 - - [2026-04-30 05:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.141 - - [2026-04-30 05:11:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.141 - - [2026-04-30 05:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.141 - - [2026-04-30 05:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.73 - - [2026-04-30 05:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2026-04-30 05:11:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.33 - - [2026-04-30 05:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.33 - - [2026-04-30 05:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.73 - - [2026-04-30 05:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.73 - - [2026-04-30 05:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.33 - - [2026-04-30 05:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.33 - - [2026-04-30 05:11:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.73 - - [2026-04-30 05:11:35] "POST /neutron/port HTTP/1.1" 200 1217 0.029019 10.0.0.73 - - [2026-04-30 05:11:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005832 10.0.0.73 - - [2026-04-30 05:11:35] "POST /neutron/port HTTP/1.1" 200 117 0.001586 10.0.0.73 - - [2026-04-30 05:11:38] "POST /neutron/port HTTP/1.1" 200 1108 0.024173 10.0.0.73 - - [2026-04-30 05:11:38] "POST /neutron/subnet HTTP/1.1" 200 704 0.011631 [Introspect:8084]10.0.0.33 - - [2026-04-30 05:12:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001204 [Introspect:8084]10.0.0.33 - - [2026-04-30 05:12:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001362