++ 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 23 02:01:10 AM UTC 2026 ===================' INFO: =================== Thu Apr 23 02:01:10 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.130:8081 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.130:8086 10.0.0.249: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.23,10.0.0.130,10.0.0.249 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.130:8082 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.130:9161 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.130:9041 10.0.0.249: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.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.130:2181,10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.130:5673,10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.130:6379 10.0.0.249: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.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.130:9092 10.0.0.249: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.23 ++ 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.23,10.0.0.130,10.0.0.249 ++ 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.23,10.0.0.130,10.0.0.249 ++ 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.23,10.0.0.130,10.0.0.249 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 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.23,10.0.0.130,10.0.0.249 +++ local servers=10.0.0.23,10.0.0.130,10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort +++ local local_ips=,10.0.0.249,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 3 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.249:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/23/2026 02:01:20.642 7f58d90e2740 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/23/2026 02:01:20.818 7f58d90e2740 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/23/2026 02:01:20.831 7f58d90e2740 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/23/2026 02:01:20.831 7f58d90e2740 [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.249:8082/ Hit Ctrl-C to quit. 10.0.0.249 - - [2026-04-23 02:01:40] "GET / HTTP/1.1" 503 181 0.000289 10.0.0.249 - - [2026-04-23 02:01:40] "GET / HTTP/1.1" 503 181 0.000194 10.0.0.249 - - [2026-04-23 02:01:40] "GET / HTTP/1.1" 200 36215 0.001368 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2026-04-23 02:01:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000556 10.0.0.249 - - [2026-04-23 02:01:41] "GET / HTTP/1.1" 200 45871 0.001320 10.0.0.249 - - [2026-04-23 02:01:41] "GET / HTTP/1.1" 200 45871 0.000977 10.0.0.249 - - [2026-04-23 02:01:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000308 10.0.0.249 - - [2026-04-23 02:01:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000235 10.0.0.130 - - [2026-04-23 02:01:41] "GET / HTTP/1.1" 200 36215 0.002128 10.0.0.130 - - [2026-04-23 02:01:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2026-04-23 02:01:41] "GET / HTTP/1.1" 200 36215 0.001331 10.0.0.23 - - [2026-04-23 02:01:41] "GET / HTTP/1.1" 200 36215 0.001493 10.0.0.23 - - [2026-04-23 02:01:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-04-23 02:01:41] "GET / HTTP/1.1" 200 36215 0.001560 10.0.0.23 - - [2026-04-23 02:01:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000333 10.0.0.249 - - [2026-04-23 02:01:41] "GET / HTTP/1.1" 200 36215 0.001733 10.0.0.249 - - [2026-04-23 02:01:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.130 - - [2026-04-23 02:01:43] "GET / HTTP/1.1" 200 36215 0.001529 10.0.0.249 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 2.200547 10.0.0.249 - - [2026-04-23 02:01:43] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007175 10.0.0.249 - - [2026-04-23 02:01:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.895746 10.0.0.249 - - [2026-04-23 02:01:43] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004158 10.0.0.249 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.091467 10.0.0.249 - - [2026-04-23 02:01:43] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007190 10.0.0.249 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.006941 10.0.0.23 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.710295 10.0.0.23 - - [2026-04-23 02:01:43] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007106 10.0.0.23 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 1.033052 10.0.0.249 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.007323 10.0.0.23 - - [2026-04-23 02:01:43] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007630 10.0.0.23 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.005403 10.0.0.249 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 1.687802 10.0.0.249 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012840 10.0.0.249 - - [2026-04-23 02:01:43] "POST /config-database-nodes HTTP/1.1" 200 619 0.059649 10.0.0.130 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 1.404459 10.0.0.130 - - [2026-04-23 02:01:43] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.013533 10.0.0.23 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.021659 10.0.0.249 - - [2026-04-23 02:01:43] "POST /config-nodes HTTP/1.1" 200 601 0.075744 10.0.0.130 - - [2026-04-23 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.003443 10.0.0.23 - - [2026-04-23 02:01:43] "POST /config-database-nodes HTTP/1.1" 200 619 0.062941 10.0.0.23 - - [2026-04-23 02:01:43] "POST /config-nodes HTTP/1.1" 200 601 0.080869 10.0.0.130 - - [2026-04-23 02:01:43] "POST /config-nodes HTTP/1.1" 200 601 0.062100 10.0.0.130 - - [2026-04-23 02:01:43] "GET / HTTP/1.1" 200 36215 0.001510 /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.130 - - [2026-04-23 02:01:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000385 10.0.0.249 - - [2026-04-23 02:01:44] "GET / HTTP/1.1" 200 36215 0.001625 10.0.0.249 - - [2026-04-23 02:01:44] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000333 10.0.0.130 - - [2026-04-23 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.128875 10.0.0.130 - - [2026-04-23 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007095 10.0.0.130 - - [2026-04-23 02:01:44] "GET / HTTP/1.1" 200 36215 0.001446 10.0.0.130 - - [2026-04-23 02:01:44] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000347 10.0.0.130 - - [2026-04-23 02:01:44] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008829 10.0.0.23 - - [2026-04-23 02:01:44] "GET / HTTP/1.1" 200 36215 0.002000 10.0.0.23 - - [2026-04-23 02:01:44] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000428 10.0.0.130 - - [2026-04-23 02:01:44] "POST /service-appliance-sets HTTP/1.1" 200 555 0.064501 10.0.0.130 - - [2026-04-23 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.004498 10.0.0.130 - - [2026-04-23 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011133 10.0.0.130 - - [2026-04-23 02:01:44] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008094 10.0.0.130 - - [2026-04-23 02:01:45] "POST /service-appliance-sets HTTP/1.1" 200 543 0.074109 10.0.0.130 - - [2026-04-23 02:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.130 - - [2026-04-23 02:01:45] "GET /network-ipam/a636f56a-5e97-4ea8-a238-9fc2465da28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.006861 10.0.0.130 - - [2026-04-23 02:01:45] "POST /service-templates HTTP/1.1" 200 513 0.060708 10.0.0.130 - - [2026-04-23 02:01:45] "POST /service-templates HTTP/1.1" 200 503 0.061790 10.0.0.130 - - [2026-04-23 02:01:45] "POST /service-templates HTTP/1.1" 200 517 0.041063 10.0.0.249 - - [2026-04-23 02:01:45] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.715808 10.0.0.130 - - [2026-04-23 02:01:45] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.361886 10.0.0.130 - - [2026-04-23 02:01:45] "POST /service-templates HTTP/1.1" 200 537 0.052698 10.0.0.23 - - [2026-04-23 02:01:45] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.061909 10.0.0.130 - - [2026-04-23 02:01:45] "POST /service-templates HTTP/1.1" 200 509 0.059437 10.0.0.249 - - [2026-04-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.249 - - [2026-04-23 02:01:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.005437 10.0.0.130 - - [2026-04-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.130 - - [2026-04-23 02:01:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.004249 10.0.0.23 - - [2026-04-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.23 - - [2026-04-23 02:01:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.008445 10.0.0.249 - - [2026-04-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.130 - - [2026-04-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2026-04-23 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007493 10.0.0.249 - - [2026-04-23 02:01:50] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.025519 10.0.0.130 - - [2026-04-23 02:01:50] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.029428 10.0.0.23 - - [2026-04-23 02:01:50] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.043026 10.0.0.249 - - [2026-04-23 02:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.130 - - [2026-04-23 02:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000645 10.0.0.23 - - [2026-04-23 02:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.249 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.130 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.249 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.130 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000888 10.0.0.130 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.249 - - [2026-04-23 02:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-04-23 02:01:59] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.130 - - [2026-04-23 02:02:02] "GET /network-ipam/a636f56a-5e97-4ea8-a238-9fc2465da28e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.035288 10.0.0.130 - - [2026-04-23 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.004386 10.0.0.130 - - [2026-04-23 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.023884 10.0.0.130 - - [2026-04-23 02:02:03] "POST /route-targets HTTP/1.1" 200 328 0.017084 10.0.0.130 - - [2026-04-23 02:02:03] "POST /ref-update HTTP/1.1" 200 156 0.021486 10.0.0.130 - - [2026-04-23 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.062088 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2026-04-23 02:04:49] "GET /obj-perms HTTP/1.1" 200 5056 0.394972 10.0.0.23 - - [2026-04-23 02:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.049044 10.0.0.130 - - [2026-04-23 02:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.059168 10.0.0.130 - - [2026-04-23 02:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.030437 10.0.0.249 - - [2026-04-23 02:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.249 - - [2026-04-23 02:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.130 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.130 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.001214 10.0.0.130 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.130 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.249 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.249 - - [2026-04-23 02:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2026-04-23 02:06:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-04-23 02:06:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 [Introspect:8084]10.0.0.249 - - [2026-04-23 02:07:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001471 [Introspect:8084]10.0.0.249 - - [2026-04-23 02:07:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001377 [Introspect:8084]10.0.0.249 - - [2026-04-23 02:07:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000978 [Introspect:8084]10.0.0.249 - - [2026-04-23 02:07:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001088 10.0.0.23 - - [2026-04-23 02:08:40] "GET / HTTP/1.1" 200 36215 0.002148 10.0.0.23 - - [2026-04-23 02:08:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.23 - - [2026-04-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.051435 10.0.0.249 - - [2026-04-23 02:08:41] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.055433 10.0.0.249 - - [2026-04-23 02:08:41] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.249 - - [2026-04-23 02:08:41] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030543 10.0.0.249 - - [2026-04-23 02:08:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.001172 10.0.0.249 - - [2026-04-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.012594 10.0.0.249 - - [2026-04-23 02:08:41] "POST /security-groups HTTP/1.1" 200 589 0.039981 10.0.0.249 - - [2026-04-23 02:08:41] "POST /projects HTTP/1.1" 200 581 0.320217 10.0.0.130 - - [2026-04-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 404 232 0.030463 10.0.0.249 - - [2026-04-23 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.395034 10.0.0.23 - - [2026-04-23 02:08:41] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.597184 10.0.0.130 - - [2026-04-23 02:08:42] "POST /access-control-lists HTTP/1.1" 200 594 0.042844 10.0.0.23 - - [2026-04-23 02:08:43] "GET / HTTP/1.1" 200 36215 0.001839 10.0.0.249 - - [2026-04-23 02:08:44] "DELETE /project/668a83c3f4614d8ca298c1f7e76ba63b HTTP/1.1" 404 173 0.003447 10.0.0.249 - - [2026-04-23 02:08:46] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.23 - - [2026-04-23 02:08:46] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050491 10.0.0.249 - - [2026-04-23 02:08:46] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.23 - - [2026-04-23 02:08:46] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?fields=virtual_networks HTTP/1.1" 200 1030 0.072705 10.0.0.249 - - [2026-04-23 02:08:46] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.23 - - [2026-04-23 02:08:46] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.058658 10.0.0.249 - - [2026-04-23 02:08:46] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001421 10.0.0.23 - - [2026-04-23 02:08:46] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?fields=security_groups HTTP/1.1" 200 1255 0.071891 10.0.0.249 - - [2026-04-23 02:08:47] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003963 10.0.0.249 - - [2026-04-23 02:08:47] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.249 - - [2026-04-23 02:08:47] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007799 10.0.0.249 - - [2026-04-23 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 167 0.002650 10.0.0.249 - - [2026-04-23 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 176 0.013208 10.0.0.249 - - [2026-04-23 02:08:47] "POST /security-groups HTTP/1.1" 200 568 0.087914 10.0.0.249 - - [2026-04-23 02:08:47] "POST /projects HTTP/1.1" 200 539 0.343828 10.0.0.249 - - [2026-04-23 02:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.380030 10.0.0.130 - - [2026-04-23 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.005054 10.0.0.23 - - [2026-04-23 02:08:47] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.548854 [Introspect:8084]10.0.0.23 - - [2026-04-23 02:08:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001106 10.0.0.249 - - [2026-04-23 02:08:49] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000906 10.0.0.23 - - [2026-04-23 02:08:49] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.065603 10.0.0.249 - - [2026-04-23 02:08:50] "GET /obj-perms HTTP/1.1" 200 5056 0.107854 [Introspect:8084]10.0.0.23 - - [2026-04-23 02:08:52] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000616 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.079207 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.049804 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004418 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004465 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.003835 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004380 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.004510 10.0.0.23 - - [2026-04-23 02:08:53] "GET /obj-perms HTTP/1.1" 200 5056 0.003882 10.0.0.23 - - [2026-04-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005045 10.0.0.23 - - [2026-04-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004677 10.0.0.23 - - [2026-04-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005219 10.0.0.130 - - [2026-04-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.050584 10.0.0.23 - - [2026-04-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.009121 10.0.0.249 - - [2026-04-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004964 10.0.0.249 - - [2026-04-23 02:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.008079 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004151 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004637 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.005498 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004434 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004142 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.012248 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.003997 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004674 10.0.0.23 - - [2026-04-23 02:08:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004153 10.0.0.23 - - [2026-04-23 02:08:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004346 10.0.0.23 - - [2026-04-23 02:08:57] "GET /obj-perms HTTP/1.1" 200 5056 0.003753 10.0.0.23 - - [2026-04-23 02:08:59] "GET /obj-perms HTTP/1.1" 200 5056 0.004358 10.0.0.23 - - [2026-04-23 02:09:00] "GET /obj-perms HTTP/1.1" 200 5056 0.004362 10.0.0.23 - - [2026-04-23 02:09:00] "GET /obj-perms HTTP/1.1" 200 5056 0.004665 10.0.0.23 - - [2026-04-23 02:09:00] "GET /obj-perms HTTP/1.1" 200 5056 0.004527 10.0.0.23 - - [2026-04-23 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.010029 10.0.0.23 - - [2026-04-23 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.024927 10.0.0.249 - - [2026-04-23 02:09:02] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003749 10.0.0.249 - - [2026-04-23 02:09:02] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001500 10.0.0.249 - - [2026-04-23 02:09:02] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010114 10.0.0.249 - - [2026-04-23 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 201 0.002191 10.0.0.249 - - [2026-04-23 02:09:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.013945 10.0.0.249 - - [2026-04-23 02:09:03] "POST /security-groups HTTP/1.1" 200 602 0.094362 10.0.0.249 - - [2026-04-23 02:09:03] "POST /projects HTTP/1.1" 200 607 0.377695 10.0.0.130 - - [2026-04-23 02:09:03] "POST /access-control-lists HTTP/1.1" 200 609 0.037380 10.0.0.249 - - [2026-04-23 02:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.457477 10.0.0.23 - - [2026-04-23 02:09:03] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.628082 10.0.0.23 - - [2026-04-23 02:09:04] "GET / HTTP/1.1" 200 36215 0.002163 10.0.0.23 - - [2026-04-23 02:09:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-04-23 02:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.052853 10.0.0.249 - - [2026-04-23 02:09:05] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.23 - - [2026-04-23 02:09:05] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060668 10.0.0.130 - - [2026-04-23 02:09:06] "POST /route-targets HTTP/1.1" 200 328 0.023934 10.0.0.249 - - [2026-04-23 02:09:06] "POST /useragent-kv HTTP/1.1" 200 115 0.023560 10.0.0.23 - - [2026-04-23 02:09:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.324628 10.0.0.23 - - [2026-04-23 02:09:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001266 10.0.0.23 - - [2026-04-23 02:09:06] "GET /virtual-network/4bbf9cb2-770b-47a5-a17a-ee46cd75c97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007579 10.0.0.23 - - [2026-04-23 02:09:06] "GET /virtual-network/4bbf9cb2-770b-47a5-a17a-ee46cd75c97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006194 10.0.0.23 - - [2026-04-23 02:09:06] "POST /neutron/network HTTP/1.1" 200 838 0.008396 10.0.0.23 - - [2026-04-23 02:09:07] "GET /virtual-network/4bbf9cb2-770b-47a5-a17a-ee46cd75c97b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006205 10.0.0.249 - - [2026-04-23 02:09:08] "GET /obj-perms HTTP/1.1" 200 5052 0.051325 10.0.0.23 - - [2026-04-23 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001311 10.0.0.249 - - [2026-04-23 02:09:11] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.23 - - [2026-04-23 02:09:11] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078466 10.0.0.23 - - [2026-04-23 02:09:11] "POST /neutron/network HTTP/1.1" 200 838 0.033272 10.0.0.23 - - [2026-04-23 02:09:12] "POST /neutron/port HTTP/1.1" 200 117 0.014911 10.0.0.23 - - [2026-04-23 02:09:13] "POST /neutron/port HTTP/1.1" 200 1070 0.053261 10.0.0.23 - - [2026-04-23 02:09:14] "POST /neutron/port HTTP/1.1" 200 1134 0.025304 10.0.0.23 - - [2026-04-23 02:09:14] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.23 - - [2026-04-23 02:09:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008410 10.0.0.23 - - [2026-04-23 02:09:22] "GET /obj-perms HTTP/1.1" 200 5052 0.048720 10.0.0.23 - - [2026-04-23 02:09:25] "GET /obj-perms HTTP/1.1" 200 5052 0.005595 10.0.0.23 - - [2026-04-23 02:09:27] "POST /neutron/network HTTP/1.1" 200 838 0.007964 10.0.0.23 - - [2026-04-23 02:09:28] "POST /neutron/port HTTP/1.1" 200 1124 0.019522 10.0.0.249 - - [2026-04-23 02:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.249 - - [2026-04-23 02:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.017031 10.0.0.23 - - [2026-04-23 02:09:30] "POST /neutron/network HTTP/1.1" 200 151 0.215804 10.0.0.130 - - [2026-04-23 02:09:30] "DELETE /route-target/3bb13d26-0564-4e3b-97ae-15a8f15339b6 HTTP/1.1" 200 115 0.055278 10.0.0.249 - - [2026-04-23 02:09:30] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000976 10.0.0.23 - - [2026-04-23 02:09:31] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.071811 10.0.0.249 - - [2026-04-23 02:09:31] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001493 10.0.0.23 - - [2026-04-23 02:09:31] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?fields=virtual_networks HTTP/1.1" 200 1057 0.069040 10.0.0.249 - - [2026-04-23 02:09:31] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001016 10.0.0.23 - - [2026-04-23 02:09:31] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.071833 10.0.0.249 - - [2026-04-23 02:09:31] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001012 10.0.0.23 - - [2026-04-23 02:09:31] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?fields=security_groups HTTP/1.1" 200 1295 0.078046 10.0.0.249 - - [2026-04-23 02:09:31] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001037 10.0.0.23 - - [2026-04-23 02:09:32] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.077447 10.0.0.249 - - [2026-04-23 02:09:38] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001218 10.0.0.23 - - [2026-04-23 02:09:38] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.063627 10.0.0.23 - - [2026-04-23 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.027961 10.0.0.249 - - [2026-04-23 02:09:41] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003878 10.0.0.249 - - [2026-04-23 02:09:41] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.249 - - [2026-04-23 02:09:41] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008853 10.0.0.249 - - [2026-04-23 02:09:41] "POST /id-to-fqname HTTP/1.1" 200 202 0.009581 10.0.0.249 - - [2026-04-23 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.015004 10.0.0.249 - - [2026-04-23 02:09:41] "POST /security-groups HTTP/1.1" 200 603 0.081280 10.0.0.249 - - [2026-04-23 02:09:41] "POST /projects HTTP/1.1" 200 609 0.331869 10.0.0.130 - - [2026-04-23 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.008917 10.0.0.249 - - [2026-04-23 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.412856 10.0.0.23 - - [2026-04-23 02:09:41] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.612853 10.0.0.23 - - [2026-04-23 02:09:42] "GET / HTTP/1.1" 200 36215 0.002491 10.0.0.23 - - [2026-04-23 02:09:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2026-04-23 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.052598 10.0.0.249 - - [2026-04-23 02:09:43] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.23 - - [2026-04-23 02:09:43] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049888 10.0.0.249 - - [2026-04-23 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006698 10.0.0.23 - - [2026-04-23 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.267016 10.0.0.23 - - [2026-04-23 02:09:44] "POST /id-to-fqname HTTP/1.1" 200 275 0.001263 10.0.0.23 - - [2026-04-23 02:09:44] "GET /virtual-network/a3f9569c-55d6-4f25-b78a-a28691e00fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006709 10.0.0.23 - - [2026-04-23 02:09:44] "GET /virtual-network/a3f9569c-55d6-4f25-b78a-a28691e00fd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006176 10.0.0.23 - - [2026-04-23 02:09:44] "POST /neutron/network HTTP/1.1" 200 923 0.007267 10.0.0.23 - - [2026-04-23 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.013601 10.0.0.249 - - [2026-04-23 02:09:44] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.23 - - [2026-04-23 02:09:44] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.079427 10.0.0.130 - - [2026-04-23 02:09:44] "POST /ref-update HTTP/1.1" 200 156 0.064849 10.0.0.249 - - [2026-04-23 02:09:44] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.23 - - [2026-04-23 02:09:44] "POST /neutron/network HTTP/1.1" 200 703 0.192970 10.0.0.249 - - [2026-04-23 02:09:45] "DELETE /project/c460878fa6504ef0b09ca58d5383739e HTTP/1.1" 404 173 0.016627 10.0.0.249 - - [2026-04-23 02:09:45] "DELETE /project/d5a2fcc6b0b7441089e6c5e1af2a1d6f HTTP/1.1" 404 173 0.015499 10.0.0.249 - - [2026-04-23 02:09:45] "DELETE /project/b88a62811ae34150b7929ef755a768a3 HTTP/1.1" 404 173 0.013157 10.0.0.249 - - [2026-04-23 02:09:45] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001597 10.0.0.249 - - [2026-04-23 02:09:45] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001453 10.0.0.249 - - [2026-04-23 02:09:45] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.084731 10.0.0.249 - - [2026-04-23 02:09:45] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003328 10.0.0.23 - - [2026-04-23 02:09:45] "POST /id-to-fqname HTTP/1.1" 200 275 0.002939 10.0.0.249 - - [2026-04-23 02:09:45] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.139372 10.0.0.23 - - [2026-04-23 02:09:45] "GET /virtual-network/a47f9af6-ee38-4d90-891c-d7138d59652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.014980 10.0.0.249 - - [2026-04-23 02:09:45] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.23 - - [2026-04-23 02:09:45] "POST /neutron/network HTTP/1.1" 200 920 0.017439 10.0.0.249 - - [2026-04-23 02:09:45] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?fields=security_groups HTTP/1.1" 200 1397 0.101453 10.0.0.23 - - [2026-04-23 02:09:45] "GET /virtual-network/a47f9af6-ee38-4d90-891c-d7138d59652e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.019222 10.0.0.249 - - [2026-04-23 02:09:45] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?fields=security_groups HTTP/1.1" 200 1357 0.074668 10.0.0.23 - - [2026-04-23 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.249 - - [2026-04-23 02:09:45] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001421 10.0.0.249 - - [2026-04-23 02:09:45] "DELETE /security-group/ba559a6a-adc8-4409-8c90-8a556e68a9de HTTP/1.1" 200 115 0.094368 10.0.0.249 - - [2026-04-23 02:09:45] "GET /projects?obj_uuids=c460878f-a650-4ef0-b09c-a58d5383739e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.23 - - [2026-04-23 02:09:45] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.093306 10.0.0.249 - - [2026-04-23 02:09:45] "DELETE /security-group/2806c869-2118-453f-96ff-fe29befef9c9 HTTP/1.1" 200 115 0.132820 10.0.0.249 - - [2026-04-23 02:09:45] "GET /projects?obj_uuids=668a83c3-f461-4d8c-a298-c1f7e76ba63b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002925 10.0.0.130 - - [2026-04-23 02:09:45] "DELETE /access-control-list/4bca1131-94e0-4ae3-8af6-a9a6757c5983 HTTP/1.1" 200 115 0.123054 10.0.0.249 - - [2026-04-23 02:09:45] "GET /project/c460878f-a650-4ef0-b09c-a58d5383739e?fields=application_policy_sets HTTP/1.1" 200 1436 0.119066 10.0.0.23 - - [2026-04-23 02:09:45] "POST /neutron/network HTTP/1.1" 200 117 0.063464 10.0.0.249 - - [2026-04-23 02:09:45] "GET /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b?fields=application_policy_sets HTTP/1.1" 200 1396 0.121959 10.0.0.130 - - [2026-04-23 02:09:45] "DELETE /access-control-list/b4a2964d-7af2-4318-a73b-cfc673ac1361 HTTP/1.1" 200 115 0.114408 10.0.0.249 - - [2026-04-23 02:09:45] "DELETE /project/668a83c3-f461-4d8c-a298-c1f7e76ba63b HTTP/1.1" 200 115 0.853768 10.0.0.249 - - [2026-04-23 02:09:45] "DELETE /project/c460878f-a650-4ef0-b09c-a58d5383739e HTTP/1.1" 200 115 0.886310 10.0.0.23 - - [2026-04-23 02:09:46] "POST /neutron/network HTTP/1.1" 200 924 0.016070 10.0.0.23 - - [2026-04-23 02:09:46] "POST /id-to-fqname HTTP/1.1" 200 276 0.002064 10.0.0.23 - - [2026-04-23 02:09:46] "GET /virtual-network/207bed09-5a69-45a9-a8c4-931d27592cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007061 10.0.0.23 - - [2026-04-23 02:09:46] "GET /virtual-network/207bed09-5a69-45a9-a8c4-931d27592cf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006795 10.0.0.23 - - [2026-04-23 02:09:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.012340 10.0.0.23 - - [2026-04-23 02:09:46] "POST /id-to-fqname HTTP/1.1" 200 275 0.001264 10.0.0.249 - - [2026-04-23 02:09:47] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.23 - - [2026-04-23 02:09:47] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.079018 10.0.0.23 - - [2026-04-23 02:09:47] "POST /neutron/port HTTP/1.1" 200 117 0.007597 10.0.0.23 - - [2026-04-23 02:09:47] "POST /id-to-fqname HTTP/1.1" 200 276 0.001573 10.0.0.23 - - [2026-04-23 02:09:47] "POST /neutron/network HTTP/1.1" 200 934 0.008542 10.0.0.249 - - [2026-04-23 02:09:48] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001675 10.0.0.23 - - [2026-04-23 02:09:48] "POST /neutron/port HTTP/1.1" 200 1070 0.030276 10.0.0.23 - - [2026-04-23 02:09:48] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.119777 10.0.0.23 - - [2026-04-23 02:09:48] "POST /neutron/network HTTP/1.1" 200 924 0.010824 10.0.0.23 - - [2026-04-23 02:09:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003890 10.0.0.23 - - [2026-04-23 02:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.23 - - [2026-04-23 02:09:49] "POST /neutron/network HTTP/1.1" 200 934 0.012358 10.0.0.23 - - [2026-04-23 02:09:50] "POST /neutron/network HTTP/1.1" 400 204 0.023821 10.0.0.23 - - [2026-04-23 02:09:51] "POST /neutron/port HTTP/1.1" 200 1126 0.159548 10.0.0.23 - - [2026-04-23 02:09:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005350 10.0.0.23 - - [2026-04-23 02:09:51] "POST /neutron/network HTTP/1.1" 200 924 0.007158 10.0.0.23 - - [2026-04-23 02:09:52] "POST /neutron/network HTTP/1.1" 200 920 0.008709 10.0.0.130 - - [2026-04-23 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2026-04-23 02:09:52] "POST /neutron/network HTTP/1.1" 400 204 0.015666 10.0.0.23 - - [2026-04-23 02:09:57] "POST /neutron/network HTTP/1.1" 200 924 0.008983 10.0.0.23 - - [2026-04-23 02:09:59] "POST /neutron/network HTTP/1.1" 400 204 0.016080 10.0.0.23 - - [2026-04-23 02:10:03] "POST /neutron/network HTTP/1.1" 200 924 0.008695 10.0.0.23 - - [2026-04-23 02:10:04] "POST /neutron/port HTTP/1.1" 200 1126 0.017761 10.0.0.23 - - [2026-04-23 02:10:05] "POST /neutron/network HTTP/1.1" 200 1679 0.010863 10.0.0.23 - - [2026-04-23 02:10:05] "POST /neutron/network HTTP/1.1" 200 117 0.010613 10.0.0.130 - - [2026-04-23 02:10:05] "DELETE /route-target/9a868de8-fbdb-4de6-88d0-df5f6257996d HTTP/1.1" 200 115 0.032830 10.0.0.249 - - [2026-04-23 02:10:05] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.23 - - [2026-04-23 02:10:05] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.059349 10.0.0.249 - - [2026-04-23 02:10:05] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002018 10.0.0.23 - - [2026-04-23 02:10:05] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?fields=virtual_networks HTTP/1.1" 200 1059 0.043437 10.0.0.249 - - [2026-04-23 02:10:05] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.23 - - [2026-04-23 02:10:05] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.073427 10.0.0.23 - - [2026-04-23 02:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.027284 10.0.0.249 - - [2026-04-23 02:10:05] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.23 - - [2026-04-23 02:10:06] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?fields=security_groups HTTP/1.1" 200 1298 0.076705 10.0.0.23 - - [2026-04-23 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.028707 10.0.0.249 - - [2026-04-23 02:10:07] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003871 10.0.0.249 - - [2026-04-23 02:10:07] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001945 10.0.0.249 - - [2026-04-23 02:10:07] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010448 10.0.0.249 - - [2026-04-23 02:10:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.012757 10.0.0.249 - - [2026-04-23 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.005808 10.0.0.249 - - [2026-04-23 02:10:07] "POST /security-groups HTTP/1.1" 200 593 0.039342 10.0.0.130 - - [2026-04-23 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.005074 10.0.0.249 - - [2026-04-23 02:10:07] "POST /projects HTTP/1.1" 200 589 0.295608 10.0.0.249 - - [2026-04-23 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.333913 10.0.0.23 - - [2026-04-23 02:10:07] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.495794 10.0.0.130 - - [2026-04-23 02:10:07] "POST /access-control-lists HTTP/1.1" 200 598 0.057547 10.0.0.23 - - [2026-04-23 02:10:08] "GET / HTTP/1.1" 200 36215 0.002435 10.0.0.23 - - [2026-04-23 02:10:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-04-23 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.061077 10.0.0.249 - - [2026-04-23 02:10:09] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001102 10.0.0.23 - - [2026-04-23 02:10:09] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044143 10.0.0.249 - - [2026-04-23 02:10:10] "POST /useragent-kv HTTP/1.1" 200 115 0.011311 10.0.0.23 - - [2026-04-23 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.285409 10.0.0.23 - - [2026-04-23 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 255 0.002419 10.0.0.23 - - [2026-04-23 02:10:10] "GET /virtual-network/8a263a25-20ac-4f7e-8e38-63f28756bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007897 10.0.0.23 - - [2026-04-23 02:10:10] "GET /virtual-network/8a263a25-20ac-4f7e-8e38-63f28756bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007342 10.0.0.23 - - [2026-04-23 02:10:10] "POST /neutron/network HTTP/1.1" 200 893 0.007961 10.0.0.23 - - [2026-04-23 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.249 - - [2026-04-23 02:10:10] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001816 10.0.0.23 - - [2026-04-23 02:10:10] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.069111 10.0.0.249 - - [2026-04-23 02:10:10] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001240 10.0.0.23 - - [2026-04-23 02:10:10] "POST /neutron/network HTTP/1.1" 200 673 0.147702 10.0.0.130 - - [2026-04-23 02:10:10] "POST /route-targets HTTP/1.1" 200 328 0.016400 10.0.0.23 - - [2026-04-23 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 255 0.004688 10.0.0.23 - - [2026-04-23 02:10:10] "GET /virtual-network/0bca2d46-749a-4952-bbaa-8ec56107fa72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.006163 10.0.0.23 - - [2026-04-23 02:10:10] "POST /neutron/network HTTP/1.1" 200 889 0.007855 10.0.0.23 - - [2026-04-23 02:10:10] "GET /virtual-network/0bca2d46-749a-4952-bbaa-8ec56107fa72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.006294 10.0.0.23 - - [2026-04-23 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.249 - - [2026-04-23 02:10:10] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001096 10.0.0.23 - - [2026-04-23 02:10:11] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062137 10.0.0.23 - - [2026-04-23 02:10:11] "POST /neutron/network HTTP/1.1" 200 117 0.017525 10.0.0.130 - - [2026-04-23 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.035812 10.0.0.23 - - [2026-04-23 02:10:11] "POST /neutron/network HTTP/1.1" 200 892 0.010072 10.0.0.23 - - [2026-04-23 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 256 0.001310 10.0.0.23 - - [2026-04-23 02:10:11] "GET /virtual-network/27826af0-d7f8-48a0-8f83-b057acaf7361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005871 10.0.0.23 - - [2026-04-23 02:10:11] "GET /virtual-network/27826af0-d7f8-48a0-8f83-b057acaf7361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.008240 10.0.0.23 - - [2026-04-23 02:10:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.010785 10.0.0.23 - - [2026-04-23 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.001088 10.0.0.249 - - [2026-04-23 02:10:12] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001498 10.0.0.23 - - [2026-04-23 02:10:12] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.076555 10.0.0.23 - - [2026-04-23 02:10:12] "POST /neutron/port HTTP/1.1" 200 117 0.011991 10.0.0.23 - - [2026-04-23 02:10:12] "POST /id-to-fqname HTTP/1.1" 200 256 0.001279 10.0.0.23 - - [2026-04-23 02:10:13] "POST /neutron/network HTTP/1.1" 200 902 0.007580 10.0.0.23 - - [2026-04-23 02:10:13] "POST /neutron/port HTTP/1.1" 200 1059 0.021414 10.0.0.249 - - [2026-04-23 02:10:13] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001062 10.0.0.23 - - [2026-04-23 02:10:13] "POST /neutron/port HTTP/1.1" 200 1123 0.030069 10.0.0.23 - - [2026-04-23 02:10:13] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.100276 10.0.0.23 - - [2026-04-23 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 684 0.010198 10.0.0.23 - - [2026-04-23 02:10:14] "POST /neutron/port HTTP/1.1" 200 1123 0.025111 10.0.0.23 - - [2026-04-23 02:10:14] "POST /neutron/network HTTP/1.1" 200 902 0.008924 10.0.0.23 - - [2026-04-23 02:10:15] "POST /neutron/port HTTP/1.1" 200 1060 0.020814 10.0.0.23 - - [2026-04-23 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004410 10.0.0.23 - - [2026-04-23 02:10:15] "POST /neutron/network HTTP/1.1" 200 892 0.007750 10.0.0.23 - - [2026-04-23 02:10:16] "POST /neutron/port HTTP/1.1" 200 1123 0.020315 10.0.0.23 - - [2026-04-23 02:10:17] "POST /neutron/network HTTP/1.1" 200 889 0.007426 10.0.0.23 - - [2026-04-23 02:10:18] "POST /neutron/network HTTP/1.1" 400 204 0.022378 10.0.0.23 - - [2026-04-23 02:10:22] "POST /neutron/network HTTP/1.1" 200 892 0.007606 10.0.0.23 - - [2026-04-23 02:10:24] "POST /neutron/network HTTP/1.1" 400 204 0.024461 10.0.0.23 - - [2026-04-23 02:10:27] "POST /neutron/port HTTP/1.1" 200 1124 0.025760 10.0.0.23 - - [2026-04-23 02:10:28] "POST /neutron/network HTTP/1.1" 200 892 0.007865 10.0.0.130 - - [2026-04-23 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.249 - - [2026-04-23 02:10:28] "POST /useragent-kv HTTP/1.1" 200 115 0.013201 10.0.0.249 - - [2026-04-23 02:10:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003423 10.0.0.23 - - [2026-04-23 02:10:28] "POST /neutron/network HTTP/1.1" 200 151 0.148460 10.0.0.249 - - [2026-04-23 02:10:28] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002624 10.0.0.130 - - [2026-04-23 02:10:28] "DELETE /route-target/c58dc7f0-952a-48a2-957d-4d1da93d4e99 HTTP/1.1" 200 115 0.033458 10.0.0.23 - - [2026-04-23 02:10:28] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.116205 10.0.0.249 - - [2026-04-23 02:10:28] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001340 10.0.0.23 - - [2026-04-23 02:10:28] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?fields=virtual_networks HTTP/1.1" 200 1039 0.068234 10.0.0.249 - - [2026-04-23 02:10:28] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001551 10.0.0.23 - - [2026-04-23 02:10:29] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.102713 10.0.0.249 - - [2026-04-23 02:10:29] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.23 - - [2026-04-23 02:10:29] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?fields=security_groups HTTP/1.1" 200 1268 0.066821 10.0.0.23 - - [2026-04-23 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.024453 10.0.0.249 - - [2026-04-23 02:10:30] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009154 10.0.0.249 - - [2026-04-23 02:10:30] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.249 - - [2026-04-23 02:10:30] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008137 10.0.0.249 - - [2026-04-23 02:10:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.002305 10.0.0.249 - - [2026-04-23 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.015399 10.0.0.249 - - [2026-04-23 02:10:30] "POST /security-groups HTTP/1.1" 200 599 0.082611 10.0.0.249 - - [2026-04-23 02:10:30] "POST /projects HTTP/1.1" 200 601 0.390588 10.0.0.249 - - [2026-04-23 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.476940 10.0.0.130 - - [2026-04-23 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 241 0.011341 10.0.0.23 - - [2026-04-23 02:10:30] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.697086 10.0.0.23 - - [2026-04-23 02:10:31] "GET / HTTP/1.1" 200 36215 0.002155 10.0.0.23 - - [2026-04-23 02:10:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-04-23 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.063955 10.0.0.249 - - [2026-04-23 02:10:32] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.23 - - [2026-04-23 02:10:32] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040392 10.0.0.249 - - [2026-04-23 02:10:32] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.23 - - [2026-04-23 02:10:33] "POST /neutron/network HTTP/1.1" 200 691 0.173971 10.0.0.130 - - [2026-04-23 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.029352 10.0.0.23 - - [2026-04-23 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 267 0.004078 10.0.0.23 - - [2026-04-23 02:10:33] "GET /virtual-network/475c7b3f-b7ef-4068-987c-6c184f826783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006519 10.0.0.23 - - [2026-04-23 02:10:33] "POST /neutron/network HTTP/1.1" 200 909 0.011052 10.0.0.23 - - [2026-04-23 02:10:33] "GET /virtual-network/475c7b3f-b7ef-4068-987c-6c184f826783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.008740 10.0.0.23 - - [2026-04-23 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.249 - - [2026-04-23 02:10:33] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001263 10.0.0.23 - - [2026-04-23 02:10:33] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065601 10.0.0.23 - - [2026-04-23 02:10:33] "POST /neutron/network HTTP/1.1" 200 117 0.017840 10.0.0.23 - - [2026-04-23 02:10:34] "POST /neutron/network HTTP/1.1" 200 909 0.010889 10.0.0.23 - - [2026-04-23 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 267 0.001188 10.0.0.23 - - [2026-04-23 02:10:34] "GET /virtual-network/f4f62ecb-58b8-4096-83c6-07172fe97967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005785 10.0.0.23 - - [2026-04-23 02:10:34] "GET /virtual-network/f4f62ecb-58b8-4096-83c6-07172fe97967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.007041 10.0.0.23 - - [2026-04-23 02:10:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.011487 10.0.0.23 - - [2026-04-23 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.249 - - [2026-04-23 02:10:34] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.23 - - [2026-04-23 02:10:34] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.059280 10.0.0.130 - - [2026-04-23 02:10:34] "POST /route-targets HTTP/1.1" 200 328 0.015441 10.0.0.249 - - [2026-04-23 02:10:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009555 10.0.0.23 - - [2026-04-23 02:10:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.225911 10.0.0.23 - - [2026-04-23 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 268 0.001229 10.0.0.23 - - [2026-04-23 02:10:34] "GET /virtual-network/53404c4d-9c23-4fbd-82aa-4386f493089b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005458 10.0.0.23 - - [2026-04-23 02:10:34] "GET /virtual-network/53404c4d-9c23-4fbd-82aa-4386f493089b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.007102 10.0.0.23 - - [2026-04-23 02:10:34] "POST /neutron/network HTTP/1.1" 200 912 0.008358 10.0.0.23 - - [2026-04-23 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 267 0.001293 10.0.0.249 - - [2026-04-23 02:10:45] "DELETE /project/4681672bda9b48078ab49fd3cf4d89a4 HTTP/1.1" 404 173 0.012816 10.0.0.249 - - [2026-04-23 02:10:45] "DELETE /project/fb46760bf9d24a629ab2da8e7578236e HTTP/1.1" 404 173 0.006304 10.0.0.249 - - [2026-04-23 02:10:45] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.249 - - [2026-04-23 02:10:45] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.249 - - [2026-04-23 02:10:46] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.069601 10.0.0.249 - - [2026-04-23 02:10:46] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.083951 10.0.0.249 - - [2026-04-23 02:10:46] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001938 10.0.0.249 - - [2026-04-23 02:10:46] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.249 - - [2026-04-23 02:10:46] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?fields=security_groups HTTP/1.1" 200 1370 0.077971 10.0.0.249 - - [2026-04-23 02:10:46] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?fields=security_groups HTTP/1.1" 200 1400 0.101847 10.0.0.249 - - [2026-04-23 02:10:46] "DELETE /security-group/138f6394-77b0-4baf-ad6d-697ca0f72ab9 HTTP/1.1" 200 115 0.068744 10.0.0.249 - - [2026-04-23 02:10:46] "GET /projects?obj_uuids=fb46760b-f9d2-4a62-9ab2-da8e7578236e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001630 10.0.0.249 - - [2026-04-23 02:10:46] "DELETE /security-group/7e37ac0f-9a5c-412b-8e11-b3287869d9d9 HTTP/1.1" 200 115 0.106541 10.0.0.249 - - [2026-04-23 02:10:46] "GET /projects?obj_uuids=b88a6281-1ae3-4150-b792-9ef755a768a3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001317 10.0.0.249 - - [2026-04-23 02:10:46] "GET /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e?fields=application_policy_sets HTTP/1.1" 200 1409 0.126376 10.0.0.130 - - [2026-04-23 02:10:46] "DELETE /access-control-list/7223222e-492c-4445-b481-3a369b6bac73 HTTP/1.1" 200 115 0.083766 10.0.0.249 - - [2026-04-23 02:10:46] "GET /project/b88a6281-1ae3-4150-b792-9ef755a768a3?fields=application_policy_sets HTTP/1.1" 200 1439 0.100935 10.0.0.249 - - [2026-04-23 02:10:46] "DELETE /project/fb46760b-f9d2-4a62-9ab2-da8e7578236e HTTP/1.1" 200 115 0.703149 10.0.0.249 - - [2026-04-23 02:10:46] "DELETE /project/b88a6281-1ae3-4150-b792-9ef755a768a3 HTTP/1.1" 200 115 0.707875 10.0.0.130 - - [2026-04-23 02:10:54] "GET /obj-perms HTTP/1.1" 200 5056 0.058850 10.0.0.249 - - [2026-04-23 02:11:09] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.23 - - [2026-04-23 02:11:09] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.072429 10.0.0.23 - - [2026-04-23 02:11:09] "POST /neutron/network HTTP/1.1" 200 909 0.011019 10.0.0.23 - - [2026-04-23 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 268 0.001440 10.0.0.23 - - [2026-04-23 02:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.007982 10.0.0.249 - - [2026-04-23 02:11:10] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.23 - - [2026-04-23 02:11:10] "POST /neutron/port HTTP/1.1" 200 1067 0.491966 10.0.0.249 - - [2026-04-23 02:11:10] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.23 - - [2026-04-23 02:11:10] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.126842 10.0.0.23 - - [2026-04-23 02:11:10] "POST /neutron/network HTTP/1.1" 200 912 0.016274 10.0.0.23 - - [2026-04-23 02:11:11] "POST /neutron/port HTTP/1.1" 200 1131 0.060370 10.0.0.23 - - [2026-04-23 02:11:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006466 10.0.0.249 - - [2026-04-23 02:11:11] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001014 10.0.0.23 - - [2026-04-23 02:11:11] "POST /neutron/network HTTP/1.1" 200 909 0.017163 10.0.0.23 - - [2026-04-23 02:11:11] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.096363 10.0.0.23 - - [2026-04-23 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007070 10.0.0.23 - - [2026-04-23 02:11:12] "GET /security-group/d7fca97e-e21b-4581-9be6-af455c5bd898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.006181 10.0.0.23 - - [2026-04-23 02:11:12] "POST /neutron/port HTTP/1.1" 200 1068 0.050685 10.0.0.23 - - [2026-04-23 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006532 10.0.0.249 - - [2026-04-23 02:11:12] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001189 10.0.0.23 - - [2026-04-23 02:11:12] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.083461 10.0.0.23 - - [2026-04-23 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.023727 10.0.0.23 - - [2026-04-23 02:11:12] "GET /security-group/d7fca97e-e21b-4581-9be6-af455c5bd898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.007575 10.0.0.23 - - [2026-04-23 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.020949 10.0.0.23 - - [2026-04-23 02:11:12] "PUT /security-group/d7fca97e-e21b-4581-9be6-af455c5bd898 HTTP/1.1" 200 263 0.064478 10.0.0.23 - - [2026-04-23 02:11:12] "POST /neutron/port HTTP/1.1" 200 1132 0.072507 10.0.0.130 - - [2026-04-23 02:11:12] "PUT /access-control-list/4ff515ca-4857-4e94-97b1-c6e69bb75d12 HTTP/1.1" 200 273 0.036271 10.0.0.23 - - [2026-04-23 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.23 - - [2026-04-23 02:11:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.013285 10.0.0.23 - - [2026-04-23 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006359 10.0.0.249 - - [2026-04-23 02:11:13] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.23 - - [2026-04-23 02:11:13] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008331 10.0.0.23 - - [2026-04-23 02:11:14] "POST /service-templates HTTP/1.1" 200 545 0.063857 10.0.0.23 - - [2026-04-23 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007539 10.0.0.23 - - [2026-04-23 02:11:14] "GET /service-template/eb55021a-47d4-48ef-b51b-c755441c0c64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.013589 10.0.0.23 - - [2026-04-23 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005520 10.0.0.23 - - [2026-04-23 02:11:14] "GET /service-template/eb55021a-47d4-48ef-b51b-c755441c0c64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.012194 10.0.0.23 - - [2026-04-23 02:11:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.003670 10.0.0.23 - - [2026-04-23 02:11:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.001642 10.0.0.23 - - [2026-04-23 02:11:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.003164 10.0.0.23 - - [2026-04-23 02:11:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009873 10.0.0.23 - - [2026-04-23 02:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.013458 10.0.0.23 - - [2026-04-23 02:11:14] "DELETE /service-template/eb55021a-47d4-48ef-b51b-c755441c0c64 HTTP/1.1" 200 115 0.063433 10.0.0.23 - - [2026-04-23 02:11:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.006148 10.0.0.23 - - [2026-04-23 02:11:19] "POST /neutron/network HTTP/1.1" 200 909 0.020789 10.0.0.23 - - [2026-04-23 02:11:21] "POST /neutron/network HTTP/1.1" 400 204 0.025824 10.0.0.23 - - [2026-04-23 02:11:26] "POST /neutron/network HTTP/1.1" 200 909 0.016973 10.0.0.23 - - [2026-04-23 02:11:28] "POST /neutron/network HTTP/1.1" 400 204 0.036332 10.0.0.23 - - [2026-04-23 02:11:32] "POST /neutron/network HTTP/1.1" 200 909 0.007482 10.0.0.23 - - [2026-04-23 02:11:34] "POST /neutron/network HTTP/1.1" 400 204 0.037496 10.0.0.23 - - [2026-04-23 02:11:38] "POST /neutron/network HTTP/1.1" 200 909 0.015918 10.0.0.23 - - [2026-04-23 02:11:40] "POST /neutron/network HTTP/1.1" 400 204 0.016665 10.0.0.23 - - [2026-04-23 02:11:44] "POST /neutron/network HTTP/1.1" 200 909 0.006894 10.0.0.23 - - [2026-04-23 02:11:46] "POST /neutron/network HTTP/1.1" 400 204 0.015839 10.0.0.23 - - [2026-04-23 02:11:50] "POST /neutron/network HTTP/1.1" 200 909 0.007465 10.0.0.23 - - [2026-04-23 02:11:52] "POST /neutron/network HTTP/1.1" 400 204 0.015511 10.0.0.23 - - [2026-04-23 02:11:55] "GET /obj-perms HTTP/1.1" 200 5056 0.124560 10.0.0.249 - - [2026-04-23 02:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.249 - - [2026-04-23 02:11:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-04-23 02:11:56] "POST /neutron/network HTTP/1.1" 200 909 0.007062 10.0.0.130 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000285 10.0.0.23 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.130 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.130 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.130 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.249 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.249 - - [2026-04-23 02:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000997 10.0.0.23 - - [2026-04-23 02:11:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-04-23 02:11:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-23 02:11:59] "POST /neutron/network HTTP/1.1" 400 204 0.016645 10.0.0.23 - - [2026-04-23 02:12:03] "POST /neutron/network HTTP/1.1" 200 909 0.007678 10.0.0.23 - - [2026-04-23 02:12:05] "POST /neutron/network HTTP/1.1" 400 204 0.016545 10.0.0.23 - - [2026-04-23 02:12:09] "POST /neutron/network HTTP/1.1" 200 909 0.010850 10.0.0.23 - - [2026-04-23 02:12:09] "POST /neutron/network HTTP/1.1" 400 204 0.016336 10.0.0.23 - - [2026-04-23 02:12:13] "POST /neutron/network HTTP/1.1" 200 912 0.007639 10.0.0.23 - - [2026-04-23 02:12:15] "POST /neutron/network HTTP/1.1" 400 204 0.014964 10.0.0.23 - - [2026-04-23 02:12:16] "POST /neutron/port HTTP/1.1" 200 151 0.222416 10.0.0.23 - - [2026-04-23 02:12:17] "POST /neutron/network HTTP/1.1" 400 204 0.016134 10.0.0.23 - - [2026-04-23 02:12:21] "POST /neutron/network HTTP/1.1" 200 912 0.007940 10.0.0.23 - - [2026-04-23 02:12:23] "POST /neutron/network HTTP/1.1" 400 204 0.014445 10.0.0.23 - - [2026-04-23 02:12:27] "POST /neutron/network HTTP/1.1" 200 912 0.007405 10.0.0.23 - - [2026-04-23 02:12:29] "POST /neutron/network HTTP/1.1" 400 204 0.014342 10.0.0.23 - - [2026-04-23 02:12:30] "POST /neutron/port HTTP/1.1" 200 151 0.243881 10.0.0.249 - - [2026-04-23 02:12:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005085 10.0.0.249 - - [2026-04-23 02:12:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005982 10.0.0.23 - - [2026-04-23 02:12:32] "POST /neutron/network HTTP/1.1" 200 151 0.180911 10.0.0.130 - - [2026-04-23 02:12:32] "DELETE /route-target/2e2528da-eda7-4102-bf7e-49b5735f1dc7 HTTP/1.1" 200 115 0.036746 10.0.0.249 - - [2026-04-23 02:12:32] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.23 - - [2026-04-23 02:12:32] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.071983 10.0.0.249 - - [2026-04-23 02:12:32] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.23 - - [2026-04-23 02:12:32] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.053435 10.0.0.249 - - [2026-04-23 02:12:34] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.23 - - [2026-04-23 02:12:34] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056406 10.0.0.249 - - [2026-04-23 02:12:34] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.23 - - [2026-04-23 02:12:34] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.049155 10.0.0.249 - - [2026-04-23 02:12:36] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.23 - - [2026-04-23 02:12:36] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049693 10.0.0.249 - - [2026-04-23 02:12:36] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.23 - - [2026-04-23 02:12:36] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.051703 10.0.0.249 - - [2026-04-23 02:12:38] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.23 - - [2026-04-23 02:12:38] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048146 10.0.0.249 - - [2026-04-23 02:12:38] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000815 10.0.0.23 - - [2026-04-23 02:12:38] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.040981 10.0.0.249 - - [2026-04-23 02:12:40] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001726 10.0.0.23 - - [2026-04-23 02:12:40] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046731 10.0.0.249 - - [2026-04-23 02:12:40] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.23 - - [2026-04-23 02:12:40] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.047812 10.0.0.249 - - [2026-04-23 02:12:43] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.23 - - [2026-04-23 02:12:43] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057527 10.0.0.249 - - [2026-04-23 02:12:43] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.23 - - [2026-04-23 02:12:43] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.048898 10.0.0.249 - - [2026-04-23 02:12:45] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.23 - - [2026-04-23 02:12:45] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049747 10.0.0.249 - - [2026-04-23 02:12:45] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002105 10.0.0.23 - - [2026-04-23 02:12:45] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.061611 10.0.0.249 - - [2026-04-23 02:12:47] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.23 - - [2026-04-23 02:12:47] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.056242 10.0.0.249 - - [2026-04-23 02:12:47] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.23 - - [2026-04-23 02:12:47] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.059694 10.0.0.249 - - [2026-04-23 02:12:49] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.23 - - [2026-04-23 02:12:49] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.052759 10.0.0.249 - - [2026-04-23 02:12:49] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.23 - - [2026-04-23 02:12:49] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.038314 10.0.0.249 - - [2026-04-23 02:12:51] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001247 10.0.0.23 - - [2026-04-23 02:12:51] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.051090 10.0.0.249 - - [2026-04-23 02:12:51] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002997 10.0.0.23 - - [2026-04-23 02:12:51] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.053027 10.0.0.249 - - [2026-04-23 02:12:53] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.23 - - [2026-04-23 02:12:53] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043617 10.0.0.249 - - [2026-04-23 02:12:53] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.23 - - [2026-04-23 02:12:53] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.046943 10.0.0.249 - - [2026-04-23 02:12:55] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350 10.0.0.23 - - [2026-04-23 02:12:56] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.067192 10.0.0.249 - - [2026-04-23 02:12:56] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002122 10.0.0.23 - - [2026-04-23 02:12:56] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.066617 10.0.0.249 - - [2026-04-23 02:12:56] "GET /obj-perms HTTP/1.1" 200 5056 0.055953 10.0.0.249 - - [2026-04-23 02:12:58] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.23 - - [2026-04-23 02:12:58] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.059573 10.0.0.249 - - [2026-04-23 02:12:58] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002106 10.0.0.23 - - [2026-04-23 02:12:58] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.044675 10.0.0.249 - - [2026-04-23 02:13:00] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.23 - - [2026-04-23 02:13:00] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046265 10.0.0.249 - - [2026-04-23 02:13:00] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.23 - - [2026-04-23 02:13:00] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.043232 10.0.0.249 - - [2026-04-23 02:13:02] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004196 10.0.0.23 - - [2026-04-23 02:13:02] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.074894 10.0.0.249 - - [2026-04-23 02:13:02] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001536 10.0.0.23 - - [2026-04-23 02:13:02] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.078984 10.0.0.249 - - [2026-04-23 02:13:04] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.23 - - [2026-04-23 02:13:04] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045542 10.0.0.249 - - [2026-04-23 02:13:04] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.23 - - [2026-04-23 02:13:04] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.039028 10.0.0.249 - - [2026-04-23 02:13:06] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.23 - - [2026-04-23 02:13:06] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.064416 10.0.0.249 - - [2026-04-23 02:13:06] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001782 10.0.0.23 - - [2026-04-23 02:13:06] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.056041 10.0.0.249 - - [2026-04-23 02:13:08] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.23 - - [2026-04-23 02:13:08] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045749 10.0.0.249 - - [2026-04-23 02:13:08] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.23 - - [2026-04-23 02:13:09] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.053504 10.0.0.249 - - [2026-04-23 02:13:11] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.23 - - [2026-04-23 02:13:11] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.039604 10.0.0.249 - - [2026-04-23 02:13:11] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.23 - - [2026-04-23 02:13:11] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.046261 10.0.0.249 - - [2026-04-23 02:13:13] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305 10.0.0.23 - - [2026-04-23 02:13:13] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.046753 10.0.0.249 - - [2026-04-23 02:13:13] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.23 - - [2026-04-23 02:13:13] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.050020 10.0.0.249 - - [2026-04-23 02:13:15] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.23 - - [2026-04-23 02:13:15] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047150 10.0.0.249 - - [2026-04-23 02:13:15] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376 10.0.0.23 - - [2026-04-23 02:13:15] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.056649 10.0.0.249 - - [2026-04-23 02:13:17] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001636 10.0.0.23 - - [2026-04-23 02:13:17] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043851 10.0.0.249 - - [2026-04-23 02:13:17] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.23 - - [2026-04-23 02:13:17] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.063950 10.0.0.249 - - [2026-04-23 02:13:19] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.23 - - [2026-04-23 02:13:19] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054707 10.0.0.249 - - [2026-04-23 02:13:19] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.23 - - [2026-04-23 02:13:19] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.050506 10.0.0.249 - - [2026-04-23 02:13:21] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001303 10.0.0.23 - - [2026-04-23 02:13:21] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048351 10.0.0.249 - - [2026-04-23 02:13:21] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.23 - - [2026-04-23 02:13:21] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.051696 10.0.0.249 - - [2026-04-23 02:13:23] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001335 10.0.0.23 - - [2026-04-23 02:13:24] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.036334 10.0.0.249 - - [2026-04-23 02:13:24] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.23 - - [2026-04-23 02:13:24] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.039345 10.0.0.249 - - [2026-04-23 02:13:26] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.23 - - [2026-04-23 02:13:26] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050886 10.0.0.249 - - [2026-04-23 02:13:26] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.23 - - [2026-04-23 02:13:26] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.045636 10.0.0.249 - - [2026-04-23 02:13:28] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.23 - - [2026-04-23 02:13:28] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049276 10.0.0.249 - - [2026-04-23 02:13:28] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.23 - - [2026-04-23 02:13:28] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.055600 10.0.0.249 - - [2026-04-23 02:13:30] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.23 - - [2026-04-23 02:13:30] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.069518 10.0.0.249 - - [2026-04-23 02:13:30] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.23 - - [2026-04-23 02:13:30] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.060376 10.0.0.249 - - [2026-04-23 02:13:32] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.23 - - [2026-04-23 02:13:32] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053340 10.0.0.249 - - [2026-04-23 02:13:32] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.23 - - [2026-04-23 02:13:32] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.041234 10.0.0.249 - - [2026-04-23 02:13:34] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001369 10.0.0.23 - - [2026-04-23 02:13:34] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055761 10.0.0.249 - - [2026-04-23 02:13:34] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.23 - - [2026-04-23 02:13:34] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.053329 10.0.0.249 - - [2026-04-23 02:13:36] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.23 - - [2026-04-23 02:13:36] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040188 10.0.0.249 - - [2026-04-23 02:13:36] "GET /projects?obj_uuids=4681672b-da9b-4807-8ab4-9fd3cf4d89a4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000875 10.0.0.23 - - [2026-04-23 02:13:36] "GET /project/4681672b-da9b-4807-8ab4-9fd3cf4d89a4?fields=virtual_networks HTTP/1.1" 200 1335 0.039901 10.0.0.23 - - [2026-04-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.026123 10.0.0.249 - - [2026-04-23 02:13:37] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003526 10.0.0.249 - - [2026-04-23 02:13:37] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.249 - - [2026-04-23 02:13:37] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009205 10.0.0.249 - - [2026-04-23 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.005406 10.0.0.249 - - [2026-04-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.009207 10.0.0.249 - - [2026-04-23 02:13:37] "POST /security-groups HTTP/1.1" 200 592 0.037872 10.0.0.130 - - [2026-04-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.003296 10.0.0.249 - - [2026-04-23 02:13:37] "POST /projects HTTP/1.1" 200 587 0.261162 10.0.0.249 - - [2026-04-23 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.335397 10.0.0.130 - - [2026-04-23 02:13:37] "POST /access-control-lists HTTP/1.1" 200 597 0.036750 10.0.0.23 - - [2026-04-23 02:13:37] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.501959 10.0.0.23 - - [2026-04-23 02:13:38] "GET / HTTP/1.1" 200 36215 0.001923 10.0.0.23 - - [2026-04-23 02:13:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-04-23 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.056282 10.0.0.249 - - [2026-04-23 02:13:39] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.23 - - [2026-04-23 02:13:39] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.062284 10.0.0.23 - - [2026-04-23 02:13:39] "POST /neutron/network HTTP/1.1" 200 117 0.051105 10.0.0.23 - - [2026-04-23 02:13:40] "POST /neutron/network HTTP/1.1" 200 886 0.009088 10.0.0.23 - - [2026-04-23 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 253 0.001252 10.0.0.23 - - [2026-04-23 02:13:40] "GET /virtual-network/b9129490-6cdd-4d75-a825-d5c0a8e1a449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.006005 10.0.0.23 - - [2026-04-23 02:13:40] "GET /virtual-network/b9129490-6cdd-4d75-a825-d5c0a8e1a449?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.005834 10.0.0.23 - - [2026-04-23 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.011533 10.0.0.23 - - [2026-04-23 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.249 - - [2026-04-23 02:13:40] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.23 - - [2026-04-23 02:13:40] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048390 10.0.0.130 - - [2026-04-23 02:13:40] "POST /route-targets HTTP/1.1" 200 328 0.015489 10.0.0.249 - - [2026-04-23 02:13:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008084 10.0.0.23 - - [2026-04-23 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.218953 10.0.0.23 - - [2026-04-23 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 253 0.001292 10.0.0.23 - - [2026-04-23 02:13:41] "GET /virtual-network/6bdfa97c-a4a8-4a03-ad47-b5f6d6db4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005595 10.0.0.23 - - [2026-04-23 02:13:41] "GET /virtual-network/6bdfa97c-a4a8-4a03-ad47-b5f6d6db4b58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006309 10.0.0.23 - - [2026-04-23 02:13:41] "POST /neutron/network HTTP/1.1" 200 889 0.007588 10.0.0.23 - - [2026-04-23 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.249 - - [2026-04-23 02:13:41] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033025 10.0.0.23 - - [2026-04-23 02:13:41] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.081541 10.0.0.249 - - [2026-04-23 02:13:41] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001534 10.0.0.23 - - [2026-04-23 02:13:41] "POST /neutron/network HTTP/1.1" 200 672 0.162311 10.0.0.130 - - [2026-04-23 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.106874 10.0.0.23 - - [2026-04-23 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 254 0.005367 10.0.0.23 - - [2026-04-23 02:13:41] "GET /virtual-network/456c0c4e-2275-4ac3-a7fa-9832cda04310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005841 10.0.0.23 - - [2026-04-23 02:13:41] "POST /neutron/network HTTP/1.1" 200 890 0.008661 10.0.0.23 - - [2026-04-23 02:13:41] "GET /virtual-network/456c0c4e-2275-4ac3-a7fa-9832cda04310?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005895 10.0.0.23 - - [2026-04-23 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 253 0.001137 10.0.0.23 - - [2026-04-23 02:13:42] "POST /neutron/network HTTP/1.1" 200 899 0.007734 10.0.0.249 - - [2026-04-23 02:13:42] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001237 10.0.0.23 - - [2026-04-23 02:13:42] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065833 10.0.0.23 - - [2026-04-23 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.007547 10.0.0.23 - - [2026-04-23 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 254 0.001571 10.0.0.23 - - [2026-04-23 02:13:43] "POST /neutron/network HTTP/1.1" 200 899 0.007867 10.0.0.23 - - [2026-04-23 02:13:43] "POST /neutron/port HTTP/1.1" 200 1061 0.045345 10.0.0.249 - - [2026-04-23 02:13:43] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.23 - - [2026-04-23 02:13:44] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.117577 10.0.0.23 - - [2026-04-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 1125 0.030702 10.0.0.23 - - [2026-04-23 02:13:44] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.23 - - [2026-04-23 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.022493 10.0.0.249 - - [2026-04-23 02:13:44] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001457 10.0.0.23 - - [2026-04-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 1060 0.342986 10.0.0.23 - - [2026-04-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002854 10.0.0.23 - - [2026-04-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.249 - - [2026-04-23 02:13:45] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.23 - - [2026-04-23 02:13:45] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007347 10.0.0.23 - - [2026-04-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 1114 0.138772 10.0.0.23 - - [2026-04-23 02:13:45] "POST /service-templates HTTP/1.1" 200 545 0.083667 10.0.0.23 - - [2026-04-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.23 - - [2026-04-23 02:13:45] "GET /service-template/d5621d38-a6bb-4de8-9b81-afa447ec48dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.007930 10.0.0.23 - - [2026-04-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2026-04-23 02:13:45] "POST /neutron/subnet HTTP/1.1" 200 693 0.009704 10.0.0.23 - - [2026-04-23 02:13:45] "GET /service-template/d5621d38-a6bb-4de8-9b81-afa447ec48dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004645 10.0.0.23 - - [2026-04-23 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.001195 10.0.0.23 - - [2026-04-23 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.001331 10.0.0.23 - - [2026-04-23 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 254 0.001247 10.0.0.23 - - [2026-04-23 02:13:45] "POST /neutron/port HTTP/1.1" 200 2097 0.056780 10.0.0.23 - - [2026-04-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2026-04-23 02:13:45] "DELETE /service-template/d5621d38-a6bb-4de8-9b81-afa447ec48dc HTTP/1.1" 200 115 0.034392 10.0.0.23 - - [2026-04-23 02:13:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003813 10.0.0.249 - - [2026-04-23 02:13:46] "DELETE /project/5c37aeaf39d84ba1afef44503b5ec0ba HTTP/1.1" 404 173 0.035737 10.0.0.23 - - [2026-04-23 02:13:48] "POST /neutron/network HTTP/1.1" 400 204 0.022111 10.0.0.23 - - [2026-04-23 02:13:48] "POST /neutron/port HTTP/1.1" 200 151 0.187496 10.0.0.23 - - [2026-04-23 02:13:50] "POST /neutron/network HTTP/1.1" 200 890 0.006917 10.0.0.23 - - [2026-04-23 02:13:52] "POST /neutron/network HTTP/1.1" 400 204 0.014507 10.0.0.23 - - [2026-04-23 02:13:56] "POST /neutron/port HTTP/1.1" 200 1124 0.020248 10.0.0.23 - - [2026-04-23 02:13:56] "POST /neutron/network HTTP/1.1" 200 890 0.010930 10.0.0.23 - - [2026-04-23 02:13:58] "POST /neutron/network HTTP/1.1" 200 890 0.007473 10.0.0.130 - - [2026-04-23 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.249 - - [2026-04-23 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003257 10.0.0.249 - - [2026-04-23 02:13:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003258 10.0.0.23 - - [2026-04-23 02:13:58] "POST /neutron/network HTTP/1.1" 200 151 0.119141 10.0.0.130 - - [2026-04-23 02:13:58] "DELETE /route-target/7601704e-4bdb-4e1f-9a74-7522d18d737b HTTP/1.1" 200 115 0.038301 10.0.0.249 - - [2026-04-23 02:13:58] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.23 - - [2026-04-23 02:13:58] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.098122 10.0.0.249 - - [2026-04-23 02:13:58] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001454 10.0.0.23 - - [2026-04-23 02:13:58] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?fields=virtual_networks HTTP/1.1" 200 1036 0.044035 10.0.0.249 - - [2026-04-23 02:13:59] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.23 - - [2026-04-23 02:13:59] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.046533 10.0.0.249 - - [2026-04-23 02:13:59] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000969 10.0.0.23 - - [2026-04-23 02:13:59] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?fields=security_groups HTTP/1.1" 200 1264 0.050463 10.0.0.23 - - [2026-04-23 02:13:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.033077 10.0.0.249 - - [2026-04-23 02:14:00] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003135 10.0.0.249 - - [2026-04-23 02:14:00] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.249 - - [2026-04-23 02:14:00] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007239 10.0.0.249 - - [2026-04-23 02:14:00] "POST /id-to-fqname HTTP/1.1" 200 195 0.002614 10.0.0.249 - - [2026-04-23 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 204 0.013271 10.0.0.249 - - [2026-04-23 02:14:00] "POST /security-groups HTTP/1.1" 200 596 0.033175 10.0.0.249 - - [2026-04-23 02:14:00] "POST /projects HTTP/1.1" 200 595 0.278810 10.0.0.130 - - [2026-04-23 02:14:00] "POST /fqname-to-id HTTP/1.1" 404 238 0.013685 10.0.0.249 - - [2026-04-23 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.358906 10.0.0.23 - - [2026-04-23 02:14:00] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.501476 10.0.0.23 - - [2026-04-23 02:14:01] "GET / HTTP/1.1" 200 36215 0.001593 10.0.0.23 - - [2026-04-23 02:14:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000534 10.0.0.23 - - [2026-04-23 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.065158 10.0.0.249 - - [2026-04-23 02:14:02] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001625 10.0.0.23 - - [2026-04-23 02:14:02] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057891 10.0.0.130 - - [2026-04-23 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.032531 10.0.0.249 - - [2026-04-23 02:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.010751 10.0.0.23 - - [2026-04-23 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.302825 10.0.0.23 - - [2026-04-23 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.001323 10.0.0.23 - - [2026-04-23 02:14:03] "GET /virtual-network/fdb9741c-5ffc-4de2-a8c3-7731982dbc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.009280 10.0.0.23 - - [2026-04-23 02:14:03] "POST /neutron/network HTTP/1.1" 200 1075 0.013598 10.0.0.23 - - [2026-04-23 02:14:03] "GET /virtual-network/fdb9741c-5ffc-4de2-a8c3-7731982dbc5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006236 10.0.0.23 - - [2026-04-23 02:14:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.043375 10.0.0.23 - - [2026-04-23 02:14:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.010637 10.0.0.23 - - [2026-04-23 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.249 - - [2026-04-23 02:14:03] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001055 10.0.0.23 - - [2026-04-23 02:14:03] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.055707 10.0.0.249 - - [2026-04-23 02:14:04] "POST /useragent-kv HTTP/1.1" 200 115 0.014153 10.0.0.23 - - [2026-04-23 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.236026 10.0.0.23 - - [2026-04-23 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 261 0.001540 10.0.0.23 - - [2026-04-23 02:14:04] "GET /virtual-network/e2cf2b72-4e15-4eeb-ba17-ddae03f4d9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.008566 10.0.0.23 - - [2026-04-23 02:14:04] "POST /neutron/network HTTP/1.1" 200 1075 0.013090 10.0.0.23 - - [2026-04-23 02:14:04] "GET /virtual-network/e2cf2b72-4e15-4eeb-ba17-ddae03f4d9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005593 10.0.0.23 - - [2026-04-23 02:14:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.012379 10.0.0.23 - - [2026-04-23 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.249 - - [2026-04-23 02:14:04] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000942 10.0.0.23 - - [2026-04-23 02:14:04] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.051863 10.0.0.130 - - [2026-04-23 02:14:04] "POST /route-targets HTTP/1.1" 200 328 0.019403 10.0.0.23 - - [2026-04-23 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.010222 10.0.0.249 - - [2026-04-23 02:14:05] "POST /useragent-kv HTTP/1.1" 200 115 0.011056 10.0.0.23 - - [2026-04-23 02:14:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.278443 10.0.0.23 - - [2026-04-23 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 262 0.001668 10.0.0.23 - - [2026-04-23 02:14:05] "GET /virtual-network/9ea74997-4910-4587-a174-337c629d082e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.011974 10.0.0.23 - - [2026-04-23 02:14:05] "POST /neutron/network HTTP/1.1" 200 1076 0.011049 10.0.0.23 - - [2026-04-23 02:14:05] "GET /virtual-network/9ea74997-4910-4587-a174-337c629d082e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.006738 10.0.0.23 - - [2026-04-23 02:14:05] "POST /neutron/subnet HTTP/1.1" 200 719 0.010236 10.0.0.23 - - [2026-04-23 02:14:05] "POST /id-to-fqname HTTP/1.1" 200 261 0.001190 10.0.0.249 - - [2026-04-23 02:14:06] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001516 10.0.0.23 - - [2026-04-23 02:14:06] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.075194 10.0.0.23 - - [2026-04-23 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.009166 10.0.0.23 - - [2026-04-23 02:14:06] "POST /id-to-fqname HTTP/1.1" 200 262 0.001507 10.0.0.23 - - [2026-04-23 02:14:06] "POST /neutron/network HTTP/1.1" 200 1086 0.007533 10.0.0.249 - - [2026-04-23 02:14:07] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001020 10.0.0.23 - - [2026-04-23 02:14:07] "POST /neutron/port HTTP/1.1" 200 1172 0.028764 10.0.0.23 - - [2026-04-23 02:14:07] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.085553 10.0.0.23 - - [2026-04-23 02:14:07] "POST /neutron/port HTTP/1.1" 200 1226 0.146181 10.0.0.23 - - [2026-04-23 02:14:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.23 - - [2026-04-23 02:14:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015485 10.0.0.23 - - [2026-04-23 02:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.249 - - [2026-04-23 02:14:08] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001408 10.0.0.23 - - [2026-04-23 02:14:08] "POST /neutron/port HTTP/1.1" 200 1171 0.394908 10.0.0.23 - - [2026-04-23 02:14:08] "POST /neutron/port HTTP/1.1" 200 1225 0.127444 10.0.0.23 - - [2026-04-23 02:14:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004850 10.0.0.23 - - [2026-04-23 02:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.001478 10.0.0.23 - - [2026-04-23 02:14:09] "POST /neutron/network HTTP/1.1" 400 204 0.014839 10.0.0.23 - - [2026-04-23 02:14:10] "POST /neutron/port HTTP/1.1" 200 151 0.294366 10.0.0.23 - - [2026-04-23 02:14:11] "POST /neutron/network HTTP/1.1" 200 1076 0.009902 10.0.0.130 - - [2026-04-23 02:14:11] "DELETE /route-target/0f8deacc-3547-4466-8996-b1260f350339 HTTP/1.1" 200 115 0.033339 10.0.0.23 - - [2026-04-23 02:14:13] "POST /neutron/network HTTP/1.1" 400 204 0.015424 10.0.0.23 - - [2026-04-23 02:14:17] "POST /neutron/network HTTP/1.1" 200 1076 0.009891 10.0.0.23 - - [2026-04-23 02:14:19] "POST /neutron/network HTTP/1.1" 400 204 0.015547 10.0.0.23 - - [2026-04-23 02:14:20] "POST /neutron/port HTTP/1.1" 200 151 0.237769 10.0.0.249 - - [2026-04-23 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.249 - - [2026-04-23 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004186 10.0.0.249 - - [2026-04-23 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.249 - - [2026-04-23 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003573 10.0.0.23 - - [2026-04-23 02:14:22] "POST /neutron/network HTTP/1.1" 200 151 0.149812 10.0.0.130 - - [2026-04-23 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011913 10.0.0.249 - - [2026-04-23 02:14:22] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000970 10.0.0.23 - - [2026-04-23 02:14:22] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.064001 10.0.0.249 - - [2026-04-23 02:14:22] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001595 10.0.0.23 - - [2026-04-23 02:14:22] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?fields=virtual_networks HTTP/1.1" 200 1044 0.058077 10.0.0.249 - - [2026-04-23 02:14:22] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001001 10.0.0.23 - - [2026-04-23 02:14:22] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.042535 10.0.0.249 - - [2026-04-23 02:14:22] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000945 10.0.0.23 - - [2026-04-23 02:14:22] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?fields=security_groups HTTP/1.1" 200 1276 0.039486 10.0.0.23 - - [2026-04-23 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.025363 10.0.0.249 - - [2026-04-23 02:14:23] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003167 10.0.0.249 - - [2026-04-23 02:14:23] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.249 - - [2026-04-23 02:14:23] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007769 10.0.0.249 - - [2026-04-23 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.004008 10.0.0.249 - - [2026-04-23 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.007306 10.0.0.249 - - [2026-04-23 02:14:23] "POST /security-groups HTTP/1.1" 200 599 0.074108 10.0.0.249 - - [2026-04-23 02:14:23] "POST /projects HTTP/1.1" 200 601 0.297385 10.0.0.130 - - [2026-04-23 02:14:23] "POST /access-control-lists HTTP/1.1" 200 606 0.028547 10.0.0.249 - - [2026-04-23 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.368342 10.0.0.23 - - [2026-04-23 02:14:23] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.509758 10.0.0.23 - - [2026-04-23 02:14:25] "GET / HTTP/1.1" 200 36215 0.001389 10.0.0.23 - - [2026-04-23 02:14:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2026-04-23 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.066832 10.0.0.249 - - [2026-04-23 02:14:25] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.23 - - [2026-04-23 02:14:25] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041617 10.0.0.23 - - [2026-04-23 02:14:25] "POST /neutron/network HTTP/1.1" 200 117 0.034824 10.0.0.130 - - [2026-04-23 02:14:26] "POST /route-targets HTTP/1.1" 200 328 0.016017 10.0.0.23 - - [2026-04-23 02:14:26] "POST /neutron/network HTTP/1.1" 200 908 0.008775 10.0.0.23 - - [2026-04-23 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001112 10.0.0.23 - - [2026-04-23 02:14:26] "GET /virtual-network/64baaa85-94ff-4fab-a5db-e6a01bc6b70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005157 10.0.0.23 - - [2026-04-23 02:14:26] "GET /virtual-network/64baaa85-94ff-4fab-a5db-e6a01bc6b70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006493 10.0.0.23 - - [2026-04-23 02:14:26] "POST /neutron/subnet HTTP/1.1" 200 714 0.009830 10.0.0.23 - - [2026-04-23 02:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.249 - - [2026-04-23 02:14:26] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.23 - - [2026-04-23 02:14:26] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047609 10.0.0.130 - - [2026-04-23 02:14:26] "POST /ref-update HTTP/1.1" 200 156 0.024271 10.0.0.249 - - [2026-04-23 02:14:27] "POST /useragent-kv HTTP/1.1" 200 115 0.006385 10.0.0.23 - - [2026-04-23 02:14:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.242201 10.0.0.23 - - [2026-04-23 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.001200 10.0.0.23 - - [2026-04-23 02:14:27] "GET /virtual-network/c8435ace-e681-41be-8786-a6780b82586e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005395 10.0.0.23 - - [2026-04-23 02:14:27] "GET /virtual-network/c8435ace-e681-41be-8786-a6780b82586e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006153 10.0.0.23 - - [2026-04-23 02:14:27] "POST /neutron/network HTTP/1.1" 200 909 0.006770 10.0.0.23 - - [2026-04-23 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.249 - - [2026-04-23 02:14:27] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.23 - - [2026-04-23 02:14:27] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064937 10.0.0.249 - - [2026-04-23 02:14:27] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399 10.0.0.23 - - [2026-04-23 02:14:27] "POST /neutron/network HTTP/1.1" 200 693 0.170543 10.0.0.23 - - [2026-04-23 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 268 0.004664 10.0.0.23 - - [2026-04-23 02:14:27] "GET /virtual-network/f9e194c2-e3e9-42aa-9405-3ea4456b2383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005500 10.0.0.23 - - [2026-04-23 02:14:27] "POST /neutron/network HTTP/1.1" 200 911 0.007899 10.0.0.23 - - [2026-04-23 02:14:27] "GET /virtual-network/f9e194c2-e3e9-42aa-9405-3ea4456b2383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005479 10.0.0.23 - - [2026-04-23 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.001622 10.0.0.23 - - [2026-04-23 02:14:28] "POST /neutron/network HTTP/1.1" 200 919 0.007371 10.0.0.249 - - [2026-04-23 02:14:28] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.23 - - [2026-04-23 02:14:28] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.084096 10.0.0.23 - - [2026-04-23 02:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.007020 10.0.0.23 - - [2026-04-23 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 268 0.001415 10.0.0.23 - - [2026-04-23 02:14:29] "POST /neutron/network HTTP/1.1" 200 919 0.009376 10.0.0.249 - - [2026-04-23 02:14:30] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001456 10.0.0.23 - - [2026-04-23 02:14:30] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.133430 10.0.0.23 - - [2026-04-23 02:14:30] "POST /neutron/port HTTP/1.1" 200 1067 0.057531 10.0.0.23 - - [2026-04-23 02:14:30] "POST /neutron/port HTTP/1.1" 200 1131 0.040968 10.0.0.23 - - [2026-04-23 02:14:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016083 10.0.0.23 - - [2026-04-23 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.249 - - [2026-04-23 02:14:30] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.23 - - [2026-04-23 02:14:31] "POST /neutron/port HTTP/1.1" 200 1067 0.434118 10.0.0.23 - - [2026-04-23 02:14:31] "POST /neutron/port HTTP/1.1" 200 1121 0.145357 10.0.0.23 - - [2026-04-23 02:14:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.014428 10.0.0.23 - - [2026-04-23 02:14:32] "POST /neutron/network HTTP/1.1" 200 909 0.007374 10.0.0.23 - - [2026-04-23 02:14:32] "POST /neutron/port HTTP/1.1" 200 1121 0.015156 10.0.0.130 - - [2026-04-23 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.249 - - [2026-04-23 02:14:34] "POST /useragent-kv HTTP/1.1" 200 115 0.016757 10.0.0.249 - - [2026-04-23 02:14:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.23 - - [2026-04-23 02:14:34] "POST /neutron/network HTTP/1.1" 200 151 0.140673 10.0.0.23 - - [2026-04-23 02:14:36] "POST /neutron/network HTTP/1.1" 200 911 0.007413 10.0.0.23 - - [2026-04-23 02:14:38] "POST /neutron/network HTTP/1.1" 400 204 0.014996 10.0.0.23 - - [2026-04-23 02:14:42] "POST /neutron/network HTTP/1.1" 200 911 0.007285 10.0.0.23 - - [2026-04-23 02:14:42] "POST /neutron/port HTTP/1.1" 200 1121 0.016432 10.0.0.23 - - [2026-04-23 02:14:44] "POST /neutron/network HTTP/1.1" 200 911 0.007732 10.0.0.130 - - [2026-04-23 02:14:44] "DELETE /route-target/e15c9c06-5281-4311-ac53-751ec57c2e65 HTTP/1.1" 200 115 0.047924 10.0.0.249 - - [2026-04-23 02:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009489 10.0.0.249 - - [2026-04-23 02:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002839 10.0.0.23 - - [2026-04-23 02:14:44] "POST /neutron/network HTTP/1.1" 200 151 0.170020 10.0.0.249 - - [2026-04-23 02:14:44] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.23 - - [2026-04-23 02:14:44] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.080338 10.0.0.249 - - [2026-04-23 02:14:44] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001565 10.0.0.23 - - [2026-04-23 02:14:45] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?fields=virtual_networks HTTP/1.1" 200 1050 0.066294 10.0.0.249 - - [2026-04-23 02:14:45] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.23 - - [2026-04-23 02:14:45] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.042109 10.0.0.249 - - [2026-04-23 02:14:45] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.23 - - [2026-04-23 02:14:45] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?fields=security_groups HTTP/1.1" 200 1285 0.040872 10.0.0.23 - - [2026-04-23 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.030823 10.0.0.249 - - [2026-04-23 02:14:46] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003486 10.0.0.249 - - [2026-04-23 02:14:46] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.249 - - [2026-04-23 02:14:46] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007072 10.0.0.249 - - [2026-04-23 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 195 0.001763 10.0.0.249 - - [2026-04-23 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 204 0.003813 10.0.0.249 - - [2026-04-23 02:14:46] "POST /security-groups HTTP/1.1" 200 596 0.076037 10.0.0.130 - - [2026-04-23 02:14:46] "POST /fqname-to-id HTTP/1.1" 404 239 0.005285 10.0.0.249 - - [2026-04-23 02:14:46] "POST /projects HTTP/1.1" 200 595 0.302161 10.0.0.249 - - [2026-04-23 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.373219 10.0.0.130 - - [2026-04-23 02:14:46] "POST /access-control-lists HTTP/1.1" 200 601 0.039328 10.0.0.23 - - [2026-04-23 02:14:46] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.517458 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /project/3b917ff6da4c4ed5a982cee5de45cb06 HTTP/1.1" 404 173 0.012151 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /project/fa02ced3026449cf825ec841bc6a5cd0 HTTP/1.1" 404 173 0.018296 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /project/765c21b156a349caa67c274e2c344005 HTTP/1.1" 404 173 0.017251 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001057 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.070672 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.082424 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.089290 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001345 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000850 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000799 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?fields=security_groups HTTP/1.1" 200 1387 0.074952 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?fields=security_groups HTTP/1.1" 200 1378 0.094829 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?fields=security_groups HTTP/1.1" 200 1366 0.108794 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /security-group/07818c9b-c3f7-4bcb-b479-7a39e0194875 HTTP/1.1" 200 115 0.076336 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=3b917ff6-da4c-4ed5-a982-cee5de45cb06&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003508 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /security-group/091fb851-477f-4686-a6df-5dc439ab1367 HTTP/1.1" 200 115 0.093009 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=765c21b1-56a3-49ca-a67c-274e2c344005&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001088 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /security-group/271c5935-fe91-492c-b30c-4bcfe1c46940 HTTP/1.1" 200 115 0.104099 10.0.0.249 - - [2026-04-23 02:14:47] "GET /projects?obj_uuids=5c37aeaf-39d8-4ba1-afef-44503b5ec0ba&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002422 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06?fields=application_policy_sets HTTP/1.1" 200 1426 0.091278 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/765c21b1-56a3-49ca-a67c-274e2c344005?fields=application_policy_sets HTTP/1.1" 200 1417 0.088803 10.0.0.249 - - [2026-04-23 02:14:47] "GET /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba?fields=application_policy_sets HTTP/1.1" 200 1405 0.133055 10.0.0.130 - - [2026-04-23 02:14:47] "DELETE /access-control-list/a7fb928a-2718-44b2-8df5-3b0bad81d7cb HTTP/1.1" 200 115 0.075643 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /project/3b917ff6-da4c-4ed5-a982-cee5de45cb06 HTTP/1.1" 200 115 0.717177 10.0.0.130 - - [2026-04-23 02:14:47] "DELETE /access-control-list/59f58625-a3a5-48ad-9691-d1b7f897a3f8 HTTP/1.1" 200 115 0.083740 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /project/765c21b1-56a3-49ca-a67c-274e2c344005 HTTP/1.1" 200 115 0.772276 10.0.0.249 - - [2026-04-23 02:14:47] "DELETE /project/5c37aeaf-39d8-4ba1-afef-44503b5ec0ba HTTP/1.1" 200 115 0.819666 10.0.0.23 - - [2026-04-23 02:14:48] "GET / HTTP/1.1" 200 36215 0.001554 10.0.0.23 - - [2026-04-23 02:14:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.23 - - [2026-04-23 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.065160 10.0.0.249 - - [2026-04-23 02:14:48] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001067 10.0.0.23 - - [2026-04-23 02:14:48] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.052924 10.0.0.249 - - [2026-04-23 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008626 10.0.0.23 - - [2026-04-23 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.248296 10.0.0.23 - - [2026-04-23 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 261 0.001260 10.0.0.23 - - [2026-04-23 02:14:49] "GET /virtual-network/6f28572f-a538-4197-8f7d-badf5d3fdce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006748 10.0.0.23 - - [2026-04-23 02:14:49] "GET /virtual-network/6f28572f-a538-4197-8f7d-badf5d3fdce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.008030 10.0.0.23 - - [2026-04-23 02:14:49] "POST /neutron/network HTTP/1.1" 200 900 0.006812 10.0.0.23 - - [2026-04-23 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.249 - - [2026-04-23 02:14:49] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001014 10.0.0.23 - - [2026-04-23 02:14:49] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046167 10.0.0.249 - - [2026-04-23 02:14:49] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001292 10.0.0.23 - - [2026-04-23 02:14:49] "POST /neutron/network HTTP/1.1" 200 682 0.141413 10.0.0.130 - - [2026-04-23 02:14:49] "POST /route-targets HTTP/1.1" 200 328 0.016642 10.0.0.23 - - [2026-04-23 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 261 0.003607 10.0.0.23 - - [2026-04-23 02:14:50] "GET /virtual-network/94356147-b5d7-4156-b5dc-4143fce7f4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.005766 10.0.0.23 - - [2026-04-23 02:14:50] "POST /neutron/network HTTP/1.1" 200 902 0.007133 10.0.0.23 - - [2026-04-23 02:14:50] "GET /virtual-network/94356147-b5d7-4156-b5dc-4143fce7f4ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.005041 10.0.0.23 - - [2026-04-23 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.249 - - [2026-04-23 02:14:50] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001030 10.0.0.23 - - [2026-04-23 02:14:50] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039211 10.0.0.23 - - [2026-04-23 02:14:50] "POST /neutron/network HTTP/1.1" 200 117 0.015781 10.0.0.130 - - [2026-04-23 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.025710 10.0.0.23 - - [2026-04-23 02:14:50] "POST /neutron/network HTTP/1.1" 200 905 0.008996 10.0.0.23 - - [2026-04-23 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 262 0.001295 10.0.0.23 - - [2026-04-23 02:14:50] "GET /virtual-network/03065c07-96bb-41a7-9d3b-608dd5ae58b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006037 10.0.0.23 - - [2026-04-23 02:14:50] "GET /virtual-network/03065c07-96bb-41a7-9d3b-608dd5ae58b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006105 10.0.0.23 - - [2026-04-23 02:14:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.010670 10.0.0.23 - - [2026-04-23 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 261 0.001263 10.0.0.249 - - [2026-04-23 02:14:51] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000990 10.0.0.23 - - [2026-04-23 02:14:51] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.069620 10.0.0.23 - - [2026-04-23 02:14:51] "POST /neutron/port HTTP/1.1" 200 117 0.006611 10.0.0.23 - - [2026-04-23 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 262 0.001284 10.0.0.23 - - [2026-04-23 02:14:52] "POST /neutron/network HTTP/1.1" 200 915 0.006552 10.0.0.23 - - [2026-04-23 02:14:52] "POST /neutron/port HTTP/1.1" 200 1066 0.017144 10.0.0.249 - - [2026-04-23 02:14:52] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001225 10.0.0.23 - - [2026-04-23 02:14:52] "POST /neutron/port HTTP/1.1" 200 1130 0.024026 10.0.0.23 - - [2026-04-23 02:14:53] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.111096 10.0.0.23 - - [2026-04-23 02:14:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.010397 10.0.0.23 - - [2026-04-23 02:14:53] "POST /neutron/port HTTP/1.1" 200 1130 0.022863 10.0.0.23 - - [2026-04-23 02:14:53] "POST /neutron/network HTTP/1.1" 200 915 0.006649 10.0.0.23 - - [2026-04-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003225 10.0.0.23 - - [2026-04-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.249 - - [2026-04-23 02:14:54] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.23 - - [2026-04-23 02:14:54] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008384 10.0.0.23 - - [2026-04-23 02:14:54] "POST /service-templates HTTP/1.1" 200 545 0.033478 10.0.0.23 - - [2026-04-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.23 - - [2026-04-23 02:14:54] "GET /service-template/7b7c2d01-74a1-4bf5-a553-2abd1de128cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005679 10.0.0.23 - - [2026-04-23 02:14:54] "POST /neutron/port HTTP/1.1" 200 1067 0.050676 10.0.0.23 - - [2026-04-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.23 - - [2026-04-23 02:14:54] "GET /service-template/7b7c2d01-74a1-4bf5-a553-2abd1de128cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.003917 10.0.0.23 - - [2026-04-23 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 261 0.001173 10.0.0.23 - - [2026-04-23 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 261 0.001142 10.0.0.23 - - [2026-04-23 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 262 0.001153 10.0.0.23 - - [2026-04-23 02:14:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004318 10.0.0.23 - - [2026-04-23 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.23 - - [2026-04-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2026-04-23 02:14:54] "DELETE /service-template/7b7c2d01-74a1-4bf5-a553-2abd1de128cc HTTP/1.1" 200 115 0.029072 10.0.0.23 - - [2026-04-23 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003168 10.0.0.23 - - [2026-04-23 02:14:57] "POST /neutron/network HTTP/1.1" 200 902 0.007328 10.0.0.23 - - [2026-04-23 02:14:57] "POST /neutron/port HTTP/1.1" 200 1120 0.014479 10.0.0.130 - - [2026-04-23 02:14:58] "GET /obj-perms HTTP/1.1" 200 5056 0.075113 10.0.0.249 - - [2026-04-23 02:14:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005849 10.0.0.249 - - [2026-04-23 02:14:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003378 10.0.0.23 - - [2026-04-23 02:14:59] "POST /neutron/network HTTP/1.1" 200 151 0.130172 10.0.0.23 - - [2026-04-23 02:15:01] "POST /neutron/network HTTP/1.1" 200 905 0.008029 10.0.0.23 - - [2026-04-23 02:15:03] "POST /neutron/network HTTP/1.1" 400 204 0.015160 10.0.0.23 - - [2026-04-23 02:15:05] "POST /neutron/port HTTP/1.1" 200 1131 0.022712 10.0.0.23 - - [2026-04-23 02:15:06] "POST /neutron/port HTTP/1.1" 200 117 0.007178 10.0.0.130 - - [2026-04-23 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.23 - - [2026-04-23 02:15:07] "POST /neutron/network HTTP/1.1" 200 900 0.006311 10.0.0.249 - - [2026-04-23 02:15:07] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001637 10.0.0.130 - - [2026-04-23 02:15:07] "DELETE /route-target/de31730e-16e6-42c8-a8db-ca87b3fb571a HTTP/1.1" 200 115 0.030733 10.0.0.23 - - [2026-04-23 02:15:07] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054019 10.0.0.249 - - [2026-04-23 02:15:07] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001016 10.0.0.23 - - [2026-04-23 02:15:07] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?fields=virtual_networks HTTP/1.1" 200 1044 0.050948 10.0.0.249 - - [2026-04-23 02:15:07] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000958 10.0.0.23 - - [2026-04-23 02:15:07] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.059901 10.0.0.249 - - [2026-04-23 02:15:07] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001715 10.0.0.23 - - [2026-04-23 02:15:08] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?fields=security_groups HTTP/1.1" 200 1276 0.048940 10.0.0.23 - - [2026-04-23 02:15:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.029895 10.0.0.249 - - [2026-04-23 02:15:08] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003607 10.0.0.249 - - [2026-04-23 02:15:08] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002024 10.0.0.249 - - [2026-04-23 02:15:08] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009495 10.0.0.249 - - [2026-04-23 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 199 0.003996 10.0.0.249 - - [2026-04-23 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 208 0.008090 10.0.0.249 - - [2026-04-23 02:15:09] "POST /security-groups HTTP/1.1" 200 600 0.078121 10.0.0.249 - - [2026-04-23 02:15:09] "POST /projects HTTP/1.1" 200 603 0.292646 10.0.0.130 - - [2026-04-23 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.004569 10.0.0.249 - - [2026-04-23 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.391112 10.0.0.23 - - [2026-04-23 02:15:09] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.542099 10.0.0.23 - - [2026-04-23 02:15:10] "GET / HTTP/1.1" 200 36215 0.001398 10.0.0.23 - - [2026-04-23 02:15:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-04-23 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.059863 10.0.0.249 - - [2026-04-23 02:15:11] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001148 10.0.0.23 - - [2026-04-23 02:15:11] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.050527 10.0.0.249 - - [2026-04-23 02:15:11] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001484 10.0.0.23 - - [2026-04-23 02:15:11] "POST /neutron/network HTTP/1.1" 200 694 0.187927 10.0.0.130 - - [2026-04-23 02:15:11] "POST /ref-update HTTP/1.1" 200 156 0.028157 10.0.0.23 - - [2026-04-23 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005312 10.0.0.23 - - [2026-04-23 02:15:12] "POST /neutron/network HTTP/1.1" 200 1082 0.013181 10.0.0.23 - - [2026-04-23 02:15:12] "POST /id-to-fqname HTTP/1.1" 200 269 0.001138 10.0.0.23 - - [2026-04-23 02:15:12] "GET /virtual-network/a26de85a-3808-4b7c-bc45-93381b7dacee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2750 0.005276 10.0.0.23 - - [2026-04-23 02:15:12] "GET /virtual-network/a26de85a-3808-4b7c-bc45-93381b7dacee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2750 0.005577 10.0.0.23 - - [2026-04-23 02:15:12] "POST /neutron/subnet HTTP/1.1" 200 813 0.009925 10.0.0.23 - - [2026-04-23 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.249 - - [2026-04-23 02:15:12] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000921 10.0.0.23 - - [2026-04-23 02:15:12] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.047473 10.0.0.249 - - [2026-04-23 02:15:12] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002787 10.0.0.23 - - [2026-04-23 02:15:12] "POST /neutron/network HTTP/1.1" 200 694 0.159147 10.0.0.23 - - [2026-04-23 02:15:13] "POST /neutron/network HTTP/1.1" 200 1088 0.012055 10.0.0.23 - - [2026-04-23 02:15:13] "POST /id-to-fqname HTTP/1.1" 200 269 0.001053 10.0.0.23 - - [2026-04-23 02:15:13] "GET /virtual-network/c4a183a7-07d8-4d6c-bb75-ca19d18569de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005759 10.0.0.23 - - [2026-04-23 02:15:13] "GET /virtual-network/c4a183a7-07d8-4d6c-bb75-ca19d18569de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.005402 10.0.0.23 - - [2026-04-23 02:15:13] "POST /neutron/subnet HTTP/1.1" 200 823 0.009178 10.0.0.23 - - [2026-04-23 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.249 - - [2026-04-23 02:15:13] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000985 10.0.0.23 - - [2026-04-23 02:15:13] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.044458 10.0.0.249 - - [2026-04-23 02:15:13] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000901 10.0.0.23 - - [2026-04-23 02:15:13] "POST /neutron/network HTTP/1.1" 200 696 0.156401 10.0.0.130 - - [2026-04-23 02:15:13] "POST /route-targets HTTP/1.1" 200 328 0.015154 10.0.0.23 - - [2026-04-23 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003249 10.0.0.23 - - [2026-04-23 02:15:14] "POST /neutron/network HTTP/1.1" 200 1090 0.010417 10.0.0.23 - - [2026-04-23 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 270 0.001055 10.0.0.23 - - [2026-04-23 02:15:14] "GET /virtual-network/dd6b9844-84a5-4611-a412-30c3e6992882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2772 0.005025 10.0.0.23 - - [2026-04-23 02:15:14] "GET /virtual-network/dd6b9844-84a5-4611-a412-30c3e6992882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2772 0.006001 10.0.0.23 - - [2026-04-23 02:15:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.009137 10.0.0.23 - - [2026-04-23 02:15:14] "POST /id-to-fqname HTTP/1.1" 200 269 0.001181 10.0.0.249 - - [2026-04-23 02:15:15] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000990 10.0.0.23 - - [2026-04-23 02:15:15] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.082028 10.0.0.23 - - [2026-04-23 02:15:15] "POST /neutron/network HTTP/1.1" 200 1088 0.039075 10.0.0.23 - - [2026-04-23 02:15:15] "POST /id-to-fqname HTTP/1.1" 200 270 0.001400 10.0.0.23 - - [2026-04-23 02:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.006520 10.0.0.249 - - [2026-04-23 02:15:15] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001319 10.0.0.23 - - [2026-04-23 02:15:16] "POST /neutron/port HTTP/1.1" 200 1177 0.409102 10.0.0.249 - - [2026-04-23 02:15:16] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001234 10.0.0.23 - - [2026-04-23 02:15:16] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.069009 10.0.0.23 - - [2026-04-23 02:15:16] "POST /neutron/network HTTP/1.1" 200 1090 0.011599 10.0.0.23 - - [2026-04-23 02:15:16] "POST /neutron/port HTTP/1.1" 200 1241 0.023856 10.0.0.23 - - [2026-04-23 02:15:16] "POST /neutron/security_group HTTP/1.1" 200 2067 0.009515 10.0.0.23 - - [2026-04-23 02:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.23 - - [2026-04-23 02:15:16] "POST /neutron/network HTTP/1.1" 200 1100 0.007200 10.0.0.23 - - [2026-04-23 02:15:17] "POST /neutron/port HTTP/1.1" 200 1177 0.029333 10.0.0.23 - - [2026-04-23 02:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004641 10.0.0.23 - - [2026-04-23 02:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.23 - - [2026-04-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003192 10.0.0.23 - - [2026-04-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.249 - - [2026-04-23 02:15:18] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.23 - - [2026-04-23 02:15:18] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008161 10.0.0.23 - - [2026-04-23 02:15:18] "POST /service-templates HTTP/1.1" 200 545 0.031326 10.0.0.23 - - [2026-04-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2026-04-23 02:15:18] "GET /service-template/de92721a-d909-4726-92bd-b5c1755b6f7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.006477 10.0.0.23 - - [2026-04-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2026-04-23 02:15:18] "GET /service-template/de92721a-d909-4726-92bd-b5c1755b6f7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.003966 10.0.0.23 - - [2026-04-23 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 269 0.001204 10.0.0.23 - - [2026-04-23 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 269 0.001165 10.0.0.23 - - [2026-04-23 02:15:18] "POST /id-to-fqname HTTP/1.1" 200 270 0.002396 10.0.0.23 - - [2026-04-23 02:15:18] "POST /neutron/port HTTP/1.1" 200 2328 0.035009 10.0.0.23 - - [2026-04-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.23 - - [2026-04-23 02:15:18] "DELETE /service-template/de92721a-d909-4726-92bd-b5c1755b6f7c HTTP/1.1" 200 115 0.032940 10.0.0.23 - - [2026-04-23 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003344 10.0.0.23 - - [2026-04-23 02:15:20] "POST /neutron/network HTTP/1.1" 400 204 0.015254 10.0.0.23 - - [2026-04-23 02:15:21] "POST /neutron/port HTTP/1.1" 200 151 0.229075 10.0.0.130 - - [2026-04-23 02:15:22] "DELETE /route-target/f90bbcc6-e8db-4d90-9983-f1bdec02d9e9 HTTP/1.1" 200 115 0.032599 10.0.0.23 - - [2026-04-23 02:15:22] "POST /neutron/network HTTP/1.1" 200 1090 0.023432 10.0.0.23 - - [2026-04-23 02:15:24] "POST /neutron/network HTTP/1.1" 400 204 0.014119 10.0.0.23 - - [2026-04-23 02:15:28] "POST /neutron/network HTTP/1.1" 200 1090 0.012254 10.0.0.23 - - [2026-04-23 02:15:29] "POST /neutron/port HTTP/1.1" 200 1231 0.016783 10.0.0.23 - - [2026-04-23 02:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.010149 10.0.0.249 - - [2026-04-23 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005971 10.0.0.130 - - [2026-04-23 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.249 - - [2026-04-23 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002990 10.0.0.249 - - [2026-04-23 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003043 10.0.0.249 - - [2026-04-23 02:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006759 10.0.0.23 - - [2026-04-23 02:15:31] "POST /neutron/network HTTP/1.1" 200 151 0.176658 10.0.0.249 - - [2026-04-23 02:15:31] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001017 10.0.0.23 - - [2026-04-23 02:15:31] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.119618 10.0.0.249 - - [2026-04-23 02:15:31] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001269 10.0.0.23 - - [2026-04-23 02:15:31] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?fields=virtual_networks HTTP/1.1" 200 1052 0.054250 10.0.0.249 - - [2026-04-23 02:15:31] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000998 10.0.0.23 - - [2026-04-23 02:15:31] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.046058 10.0.0.249 - - [2026-04-23 02:15:31] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001218 10.0.0.23 - - [2026-04-23 02:15:31] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?fields=security_groups HTTP/1.1" 200 1288 0.052193 10.0.0.23 - - [2026-04-23 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.036644 10.0.0.249 - - [2026-04-23 02:15:32] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003118 10.0.0.249 - - [2026-04-23 02:15:32] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.249 - - [2026-04-23 02:15:32] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007200 10.0.0.249 - - [2026-04-23 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.007847 10.0.0.249 - - [2026-04-23 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.002895 10.0.0.249 - - [2026-04-23 02:15:32] "POST /security-groups HTTP/1.1" 200 603 0.085298 10.0.0.249 - - [2026-04-23 02:15:32] "POST /projects HTTP/1.1" 200 609 0.309996 10.0.0.130 - - [2026-04-23 02:15:32] "POST /access-control-lists HTTP/1.1" 200 610 0.030373 10.0.0.249 - - [2026-04-23 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.385157 10.0.0.23 - - [2026-04-23 02:15:33] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.527481 10.0.0.23 - - [2026-04-23 02:15:34] "GET / HTTP/1.1" 200 36215 0.001550 10.0.0.23 - - [2026-04-23 02:15:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-04-23 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.077954 10.0.0.249 - - [2026-04-23 02:15:35] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.23 - - [2026-04-23 02:15:35] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040792 10.0.0.130 - - [2026-04-23 02:15:35] "POST /route-targets HTTP/1.1" 200 328 0.015537 10.0.0.249 - - [2026-04-23 02:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009029 10.0.0.23 - - [2026-04-23 02:15:36] "POST /neutron/subnet HTTP/1.1" 200 734 0.263933 10.0.0.23 - - [2026-04-23 02:15:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001613 10.0.0.23 - - [2026-04-23 02:15:36] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006099 10.0.0.23 - - [2026-04-23 02:15:36] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006393 10.0.0.23 - - [2026-04-23 02:15:36] "POST /neutron/network HTTP/1.1" 200 840 0.006525 10.0.0.23 - - [2026-04-23 02:15:36] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005341 10.0.0.23 - - [2026-04-23 02:15:37] "GET /obj-perms HTTP/1.1" 200 5054 0.048413 10.0.0.23 - - [2026-04-23 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.249 - - [2026-04-23 02:15:38] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.23 - - [2026-04-23 02:15:38] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.061698 10.0.0.249 - - [2026-04-23 02:15:38] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000879 10.0.0.23 - - [2026-04-23 02:15:38] "POST /neutron/network HTTP/1.1" 200 619 0.154774 10.0.0.130 - - [2026-04-23 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.028699 10.0.0.23 - - [2026-04-23 02:15:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.004362 10.0.0.23 - - [2026-04-23 02:15:38] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006560 10.0.0.23 - - [2026-04-23 02:15:38] "POST /neutron/network HTTP/1.1" 200 840 0.007540 10.0.0.23 - - [2026-04-23 02:15:38] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005887 10.0.0.23 - - [2026-04-23 02:15:38] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006486 10.0.0.249 - - [2026-04-23 02:15:39] "GET /obj-perms HTTP/1.1" 200 5054 0.051542 10.0.0.23 - - [2026-04-23 02:15:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001486 10.0.0.249 - - [2026-04-23 02:15:47] "DELETE /project/4530cdd6a4534e99b7661b578a17dc6b HTTP/1.1" 404 173 0.007415 10.0.0.249 - - [2026-04-23 02:15:47] "DELETE /project/17e171353b774aca98c57c1581022798 HTTP/1.1" 404 173 0.009043 10.0.0.249 - - [2026-04-23 02:15:47] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000964 10.0.0.249 - - [2026-04-23 02:15:47] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000893 10.0.0.249 - - [2026-04-23 02:15:47] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.050911 10.0.0.249 - - [2026-04-23 02:15:47] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002523 10.0.0.249 - - [2026-04-23 02:15:47] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.083777 10.0.0.249 - - [2026-04-23 02:15:47] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002026 10.0.0.249 - - [2026-04-23 02:15:48] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?fields=security_groups HTTP/1.1" 200 1378 0.080617 10.0.0.249 - - [2026-04-23 02:15:48] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?fields=security_groups HTTP/1.1" 200 1390 0.103804 10.0.0.249 - - [2026-04-23 02:15:48] "DELETE /security-group/07ba9969-334c-4963-877e-4291c0dc9da5 HTTP/1.1" 200 115 0.060534 10.0.0.249 - - [2026-04-23 02:15:48] "GET /projects?obj_uuids=fa02ced3-0264-49cf-825e-c841bc6a5cd0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001334 10.0.0.249 - - [2026-04-23 02:15:48] "GET /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0?fields=application_policy_sets HTTP/1.1" 200 1417 0.074429 10.0.0.249 - - [2026-04-23 02:15:48] "DELETE /security-group/5fedcf76-4a69-4afc-af06-5ef73b0c2569 HTTP/1.1" 200 115 0.128295 10.0.0.249 - - [2026-04-23 02:15:48] "GET /projects?obj_uuids=17e17135-3b77-4aca-98c5-7c1581022798&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001166 10.0.0.130 - - [2026-04-23 02:15:48] "DELETE /access-control-list/5b15550c-ed7c-4c14-b92f-1247071b3710 HTTP/1.1" 200 115 0.050213 10.0.0.249 - - [2026-04-23 02:15:48] "GET /project/17e17135-3b77-4aca-98c5-7c1581022798?fields=application_policy_sets HTTP/1.1" 200 1429 0.113350 10.0.0.249 - - [2026-04-23 02:15:48] "DELETE /project/fa02ced3-0264-49cf-825e-c841bc6a5cd0 HTTP/1.1" 200 115 0.531638 10.0.0.249 - - [2026-04-23 02:15:48] "DELETE /project/17e17135-3b77-4aca-98c5-7c1581022798 HTTP/1.1" 200 115 0.660477 10.0.0.23 - - [2026-04-23 02:16:14] "POST /neutron/network HTTP/1.1" 200 850 0.007015 10.0.0.249 - - [2026-04-23 02:16:14] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.23 - - [2026-04-23 02:16:14] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.078866 10.0.0.23 - - [2026-04-23 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.007349 10.0.0.23 - - [2026-04-23 02:16:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001374 10.0.0.23 - - [2026-04-23 02:16:15] "POST /neutron/network HTTP/1.1" 200 850 0.007684 10.0.0.249 - - [2026-04-23 02:16:15] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.23 - - [2026-04-23 02:16:15] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.140583 10.0.0.23 - - [2026-04-23 02:16:15] "POST /neutron/port HTTP/1.1" 200 1074 0.042361 10.0.0.23 - - [2026-04-23 02:16:16] "POST /neutron/port HTTP/1.1" 200 1138 0.084815 10.0.0.23 - - [2026-04-23 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005995 10.0.0.23 - - [2026-04-23 02:16:16] "POST /neutron/port HTTP/1.1" 200 1138 0.053794 10.0.0.249 - - [2026-04-23 02:16:16] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.23 - - [2026-04-23 02:16:16] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.110078 10.0.0.23 - - [2026-04-23 02:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.004828 10.0.0.23 - - [2026-04-23 02:16:16] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005728 10.0.0.23 - - [2026-04-23 02:16:16] "GET /floating-ip-pools?parent_id=9c947d04-929f-450b-8f4e-cc86bb831000&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004314 10.0.0.23 - - [2026-04-23 02:16:16] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.015561 10.0.0.23 - - [2026-04-23 02:16:16] "POST /floating-ip-pools HTTP/1.1" 200 611 0.082661 10.0.0.249 - - [2026-04-23 02:16:16] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.23 - - [2026-04-23 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.050186 10.0.0.23 - - [2026-04-23 02:16:16] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008758 10.0.0.23 - - [2026-04-23 02:16:17] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005339 10.0.0.23 - - [2026-04-23 02:16:17] "POST /neutron/port HTTP/1.1" 200 1074 0.629515 10.0.0.23 - - [2026-04-23 02:16:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012034 10.0.0.23 - - [2026-04-23 02:16:17] "POST /neutron/port HTTP/1.1" 200 1138 0.059239 10.0.0.23 - - [2026-04-23 02:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.004713 10.0.0.23 - - [2026-04-23 02:16:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012115 10.0.0.23 - - [2026-04-23 02:16:32] "POST /neutron/port HTTP/1.1" 200 1138 0.046982 10.0.0.23 - - [2026-04-23 02:16:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010665 10.0.0.23 - - [2026-04-23 02:16:48] "POST /neutron/port HTTP/1.1" 200 1138 0.020649 10.0.0.23 - - [2026-04-23 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006905 10.0.0.249 - - [2026-04-23 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.249 - - [2026-04-23 02:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.130 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.23 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000686 10.0.0.130 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.130 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.130 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.249 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.249 - - [2026-04-23 02:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2026-04-23 02:16:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-04-23 02:16:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000795 10.0.0.130 - - [2026-04-23 02:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.047967 10.0.0.23 - - [2026-04-23 02:17:03] "POST /neutron/port HTTP/1.1" 200 1138 0.017999 10.0.0.23 - - [2026-04-23 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008587 10.0.0.23 - - [2026-04-23 02:17:18] "POST /neutron/port HTTP/1.1" 200 1138 0.017406 10.0.0.23 - - [2026-04-23 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008623 10.0.0.23 - - [2026-04-23 02:17:19] "GET /virtual-machine/5937b63a-1b00-40a5-a58e-8e8348cae7a1 HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-23 02:17:19] "GET /virtual-machine/5937b63a-1b00-40a5-a58e-8e8348cae7a1 HTTP/1.1" 200 1306 0.032445 10.0.0.23 - - [2026-04-23 02:17:19] "GET /virtual-machine-interface/0ce545b4-cdb7-479f-b87e-5997db2ebb72 HTTP/1.1" 200 3010 0.005997 10.0.0.23 - - [2026-04-23 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.23 - - [2026-04-23 02:17:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005275 10.0.0.23 - - [2026-04-23 02:17:19] "GET /virtual-networks?parent_id=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004524 10.0.0.23 - - [2026-04-23 02:17:19] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007339 10.0.0.23 - - [2026-04-23 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2026-04-23 02:17:22] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005620 10.0.0.23 - - [2026-04-23 02:17:24] "POST /neutron/port HTTP/1.1" 200 1138 0.019640 10.0.0.23 - - [2026-04-23 02:17:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004751 10.0.0.23 - - [2026-04-23 02:17:24] "POST /neutron/network HTTP/1.1" 200 840 0.006911 10.0.0.23 - - [2026-04-23 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.23 - - [2026-04-23 02:17:26] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006935 10.0.0.23 - - [2026-04-23 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-04-23 02:17:30] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005942 10.0.0.23 - - [2026-04-23 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2026-04-23 02:17:34] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006658 10.0.0.23 - - [2026-04-23 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.23 - - [2026-04-23 02:17:38] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005756 10.0.0.23 - - [2026-04-23 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.23 - - [2026-04-23 02:17:42] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006993 10.0.0.23 - - [2026-04-23 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-04-23 02:17:46] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005780 10.0.0.23 - - [2026-04-23 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.23 - - [2026-04-23 02:17:51] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006273 10.0.0.23 - - [2026-04-23 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.23 - - [2026-04-23 02:17:55] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005917 10.0.0.23 - - [2026-04-23 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.23 - - [2026-04-23 02:17:59] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006697 10.0.0.23 - - [2026-04-23 02:18:00] "GET /obj-perms HTTP/1.1" 200 5056 0.054082 10.0.0.23 - - [2026-04-23 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2026-04-23 02:18:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004217 10.0.0.23 - - [2026-04-23 02:18:01] "GET /virtual-networks?parent_id=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004753 10.0.0.23 - - [2026-04-23 02:18:01] "GET /virtual-network/01197993-1f99-406d-a22a-9cfd701e8e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008148 10.0.0.23 - - [2026-04-23 02:18:06] "POST /neutron/port HTTP/1.1" 200 1138 0.020111 10.0.0.23 - - [2026-04-23 02:18:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008984 10.0.0.23 - - [2026-04-23 02:18:16] "POST /neutron/port HTTP/1.1" 200 1138 0.019778 10.0.0.23 - - [2026-04-23 02:18:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009013 10.0.0.23 - - [2026-04-23 02:18:25] "POST /neutron/network HTTP/1.1" 200 850 0.007107 10.0.0.23 - - [2026-04-23 02:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.23 - - [2026-04-23 02:18:26] "POST /neutron/port HTTP/1.1" 200 1138 0.024169 10.0.0.23 - - [2026-04-23 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.010830 10.0.0.249 - - [2026-04-23 02:18:26] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.23 - - [2026-04-23 02:18:27] "POST /neutron/floatingip HTTP/1.1" 200 532 0.202047 10.0.0.23 - - [2026-04-23 02:18:27] "POST /neutron/floatingip HTTP/1.1" 200 581 0.065499 10.0.0.23 - - [2026-04-23 02:18:27] "POST /neutron/port HTTP/1.1" 200 1138 0.023488 10.0.0.23 - - [2026-04-23 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007932 10.0.0.23 - - [2026-04-23 02:18:27] "GET /virtual-machine/d0be71e9-3b8e-4dcb-8d26-41ee03c26489 HTTP/1.1" 200 1307 0.007051 10.0.0.23 - - [2026-04-23 02:18:27] "GET /virtual-machine-interface/46a93687-e4a2-4b5e-bbd9-4e6a016da380 HTTP/1.1" 200 3011 0.007128 10.0.0.23 - - [2026-04-23 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.23 - - [2026-04-23 02:18:27] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004008 10.0.0.23 - - [2026-04-23 02:18:27] "GET /virtual-networks?parent_id=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003587 10.0.0.23 - - [2026-04-23 02:18:27] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007046 10.0.0.23 - - [2026-04-23 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.23 - - [2026-04-23 02:18:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.018245 10.0.0.23 - - [2026-04-23 02:18:28] "GET /virtual-networks?parent_id=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003705 10.0.0.23 - - [2026-04-23 02:18:28] "GET /virtual-network/9c947d04-929f-450b-8f4e-cc86bb831000?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005804 10.0.0.23 - - [2026-04-23 02:18:33] "POST /neutron/port HTTP/1.1" 200 1138 0.018914 10.0.0.23 - - [2026-04-23 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007230 10.0.0.23 - - [2026-04-23 02:18:44] "POST /neutron/port HTTP/1.1" 200 1138 0.017861 10.0.0.23 - - [2026-04-23 02:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.23 - - [2026-04-23 02:18:49] "GET /routing-instance/2f1aa478-1138-4260-b715-77255dd1a7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004798 10.0.0.23 - - [2026-04-23 02:18:49] "GET /route-target/4ad58933-f5ba-42f2-848b-b7f5e2105bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004497 10.0.0.249 - - [2026-04-23 02:19:00] "GET /obj-perms HTTP/1.1" 200 5056 0.064507 10.0.0.23 - - [2026-04-23 02:19:26] "POST /neutron/port HTTP/1.1" 200 1138 0.022860 10.0.0.23 - - [2026-04-23 02:19:26] "POST /neutron/floatingip HTTP/1.1" 200 555 0.017941 10.0.0.23 - - [2026-04-23 02:19:26] "POST /neutron/network HTTP/1.1" 200 840 0.007151 10.0.0.23 - - [2026-04-23 02:19:26] "POST /neutron/network HTTP/1.1" 200 850 0.007782 10.0.0.23 - - [2026-04-23 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.23 - - [2026-04-23 02:19:35] "POST /neutron/floatingip HTTP/1.1" 200 532 0.032356 10.0.0.23 - - [2026-04-23 02:19:35] "GET /floating-ip-pool/bf4b65e4-c159-4bfb-b5f0-cb255c0a1139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003672 10.0.0.23 - - [2026-04-23 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.015774 10.0.0.23 - - [2026-04-23 02:19:35] "DELETE /floating-ip-pool/bf4b65e4-c159-4bfb-b5f0-cb255c0a1139 HTTP/1.1" 200 115 0.034744 10.0.0.23 - - [2026-04-23 02:19:35] "POST /neutron/network HTTP/1.1" 200 840 0.006699 10.0.0.23 - - [2026-04-23 02:19:36] "POST /neutron/port HTTP/1.1" 200 1128 0.018816 10.0.0.23 - - [2026-04-23 02:19:36] "POST /neutron/port HTTP/1.1" 200 1128 0.020829 10.0.0.249 - - [2026-04-23 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.038520 10.0.0.249 - - [2026-04-23 02:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003424 10.0.0.23 - - [2026-04-23 02:19:37] "POST /neutron/network HTTP/1.1" 200 151 0.170608 10.0.0.130 - - [2026-04-23 02:19:37] "DELETE /route-target/32c1eee4-02dd-42cc-b7fa-b3ac13530106 HTTP/1.1" 200 115 0.050582 10.0.0.249 - - [2026-04-23 02:19:39] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.23 - - [2026-04-23 02:19:39] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.086220 10.0.0.249 - - [2026-04-23 02:19:39] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002348 10.0.0.23 - - [2026-04-23 02:19:39] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?fields=virtual_networks HTTP/1.1" 200 1058 0.043420 10.0.0.249 - - [2026-04-23 02:19:39] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.23 - - [2026-04-23 02:19:40] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.044796 10.0.0.249 - - [2026-04-23 02:19:40] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001303 10.0.0.23 - - [2026-04-23 02:19:40] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?fields=security_groups HTTP/1.1" 200 1297 0.049808 10.0.0.23 - - [2026-04-23 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.026248 10.0.0.249 - - [2026-04-23 02:19:40] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003329 10.0.0.249 - - [2026-04-23 02:19:41] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.249 - - [2026-04-23 02:19:41] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041138 10.0.0.249 - - [2026-04-23 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.001132 10.0.0.249 - - [2026-04-23 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.012763 10.0.0.249 - - [2026-04-23 02:19:41] "POST /security-groups HTTP/1.1" 200 591 0.038741 10.0.0.130 - - [2026-04-23 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.003026 10.0.0.249 - - [2026-04-23 02:19:41] "POST /projects HTTP/1.1" 200 585 0.291095 10.0.0.249 - - [2026-04-23 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.364733 10.0.0.130 - - [2026-04-23 02:19:41] "POST /access-control-lists HTTP/1.1" 200 596 0.033360 10.0.0.23 - - [2026-04-23 02:19:41] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.541419 10.0.0.23 - - [2026-04-23 02:19:42] "GET / HTTP/1.1" 200 36215 0.002088 10.0.0.249 - - [2026-04-23 02:19:45] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.23 - - [2026-04-23 02:19:45] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.043499 10.0.0.249 - - [2026-04-23 02:19:45] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.23 - - [2026-04-23 02:19:45] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?fields=virtual_networks HTTP/1.1" 200 1033 0.052709 10.0.0.249 - - [2026-04-23 02:19:45] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.23 - - [2026-04-23 02:19:45] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.042317 10.0.0.249 - - [2026-04-23 02:19:45] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001363 10.0.0.23 - - [2026-04-23 02:19:45] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?fields=security_groups HTTP/1.1" 200 1260 0.043820 10.0.0.23 - - [2026-04-23 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.025523 10.0.0.249 - - [2026-04-23 02:19:46] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003453 10.0.0.249 - - [2026-04-23 02:19:46] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001331 10.0.0.249 - - [2026-04-23 02:19:46] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008327 10.0.0.249 - - [2026-04-23 02:19:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.004189 10.0.0.249 - - [2026-04-23 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003679 10.0.0.249 - - [2026-04-23 02:19:47] "POST /security-groups HTTP/1.1" 200 586 0.077320 10.0.0.249 - - [2026-04-23 02:19:47] "POST /projects HTTP/1.1" 200 575 0.293275 10.0.0.130 - - [2026-04-23 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.010640 10.0.0.249 - - [2026-04-23 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.365132 10.0.0.23 - - [2026-04-23 02:19:47] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.510122 10.0.0.23 - - [2026-04-23 02:19:48] "GET / HTTP/1.1" 200 36215 0.001596 10.0.0.249 - - [2026-04-23 02:19:48] "DELETE /project/356237eb125a4d1385e9e8af8794b16b HTTP/1.1" 404 173 0.011966 10.0.0.249 - - [2026-04-23 02:19:48] "DELETE /project/ce47df29e60f451abf3f495ff7ef97bd HTTP/1.1" 404 173 0.008881 10.0.0.249 - - [2026-04-23 02:19:48] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000879 10.0.0.249 - - [2026-04-23 02:19:48] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000783 10.0.0.249 - - [2026-04-23 02:19:48] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.044899 10.0.0.249 - - [2026-04-23 02:19:48] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002032 10.0.0.249 - - [2026-04-23 02:19:48] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.065326 10.0.0.249 - - [2026-04-23 02:19:48] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001809 10.0.0.249 - - [2026-04-23 02:19:48] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?fields=security_groups HTTP/1.1" 200 1399 0.070144 10.0.0.249 - - [2026-04-23 02:19:48] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?fields=security_groups HTTP/1.1" 200 1362 0.091513 10.0.0.249 - - [2026-04-23 02:19:49] "DELETE /security-group/9f6e205c-0d84-4a2f-8bbc-346fc0e43deb HTTP/1.1" 200 115 0.067346 10.0.0.249 - - [2026-04-23 02:19:49] "GET /projects?obj_uuids=4530cdd6-a453-4e99-b766-1b578a17dc6b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.249 - - [2026-04-23 02:19:49] "GET /project/4530cdd6-a453-4e99-b766-1b578a17dc6b?fields=application_policy_sets HTTP/1.1" 200 1438 0.083383 10.0.0.249 - - [2026-04-23 02:19:49] "DELETE /security-group/3c4a3d59-a9b5-47e5-bbb2-d3cdd65ae1a8 HTTP/1.1" 200 115 0.120802 10.0.0.249 - - [2026-04-23 02:19:49] "GET /projects?obj_uuids=356237eb-125a-4d13-85e9-e8af8794b16b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.130 - - [2026-04-23 02:19:49] "DELETE /access-control-list/603e79d2-e2ef-4a7e-b5e1-653a3adf874c HTTP/1.1" 200 115 0.079863 10.0.0.249 - - [2026-04-23 02:19:49] "GET /project/356237eb-125a-4d13-85e9-e8af8794b16b?fields=application_policy_sets HTTP/1.1" 200 1401 0.076860 10.0.0.249 - - [2026-04-23 02:19:49] "DELETE /project/4530cdd6-a453-4e99-b766-1b578a17dc6b HTTP/1.1" 200 115 0.583416 10.0.0.249 - - [2026-04-23 02:19:49] "DELETE /project/356237eb-125a-4d13-85e9-e8af8794b16b HTTP/1.1" 200 115 0.631141 10.0.0.249 - - [2026-04-23 02:19:54] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000942 10.0.0.23 - - [2026-04-23 02:19:54] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041045 10.0.0.249 - - [2026-04-23 02:19:54] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000969 10.0.0.23 - - [2026-04-23 02:19:54] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?fields=virtual_networks HTTP/1.1" 200 1025 0.040303 10.0.0.249 - - [2026-04-23 02:19:54] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001538 10.0.0.23 - - [2026-04-23 02:19:54] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.051393 10.0.0.249 - - [2026-04-23 02:19:54] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.23 - - [2026-04-23 02:19:54] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?fields=security_groups HTTP/1.1" 200 1247 0.046206 10.0.0.23 - - [2026-04-23 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.038755 10.0.0.249 - - [2026-04-23 02:19:55] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003545 10.0.0.249 - - [2026-04-23 02:19:55] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.249 - - [2026-04-23 02:19:55] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007856 10.0.0.249 - - [2026-04-23 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 189 0.003439 10.0.0.249 - - [2026-04-23 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.009809 10.0.0.249 - - [2026-04-23 02:19:55] "POST /security-groups HTTP/1.1" 200 590 0.077997 10.0.0.130 - - [2026-04-23 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.005373 10.0.0.249 - - [2026-04-23 02:19:55] "POST /projects HTTP/1.1" 200 583 0.301544 10.0.0.249 - - [2026-04-23 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.342013 10.0.0.130 - - [2026-04-23 02:19:55] "POST /access-control-lists HTTP/1.1" 200 595 0.033959 10.0.0.23 - - [2026-04-23 02:19:55] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.518288 10.0.0.23 - - [2026-04-23 02:19:57] "GET / HTTP/1.1" 200 36215 0.002223 10.0.0.249 - - [2026-04-23 02:20:00] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001434 10.0.0.23 - - [2026-04-23 02:20:00] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047726 10.0.0.249 - - [2026-04-23 02:20:00] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001101 10.0.0.23 - - [2026-04-23 02:20:00] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?fields=virtual_networks HTTP/1.1" 200 1032 0.050335 10.0.0.249 - - [2026-04-23 02:20:00] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001175 10.0.0.23 - - [2026-04-23 02:20:00] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.053042 10.0.0.249 - - [2026-04-23 02:20:00] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001022 10.0.0.23 - - [2026-04-23 02:20:00] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?fields=security_groups HTTP/1.1" 200 1258 0.051824 10.0.0.23 - - [2026-04-23 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.048247 10.0.0.249 - - [2026-04-23 02:20:02] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.249 - - [2026-04-23 02:20:02] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.249 - - [2026-04-23 02:20:02] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007116 10.0.0.249 - - [2026-04-23 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.005255 10.0.0.249 - - [2026-04-23 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.006179 10.0.0.249 - - [2026-04-23 02:20:02] "POST /security-groups HTTP/1.1" 200 591 0.083811 10.0.0.249 - - [2026-04-23 02:20:02] "POST /projects HTTP/1.1" 200 585 0.295775 10.0.0.130 - - [2026-04-23 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.012813 10.0.0.249 - - [2026-04-23 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.380878 10.0.0.23 - - [2026-04-23 02:20:02] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.526675 10.0.0.23 - - [2026-04-23 02:20:03] "GET / HTTP/1.1" 200 36215 0.002701 10.0.0.249 - - [2026-04-23 02:20:07] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.23 - - [2026-04-23 02:20:07] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052639 10.0.0.249 - - [2026-04-23 02:20:07] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000974 10.0.0.23 - - [2026-04-23 02:20:07] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?fields=virtual_networks HTTP/1.1" 200 1034 0.047926 10.0.0.249 - - [2026-04-23 02:20:07] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.23 - - [2026-04-23 02:20:07] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.036111 10.0.0.249 - - [2026-04-23 02:20:07] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.23 - - [2026-04-23 02:20:07] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?fields=security_groups HTTP/1.1" 200 1261 0.052207 10.0.0.23 - - [2026-04-23 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.030970 10.0.0.249 - - [2026-04-23 02:20:08] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004212 10.0.0.249 - - [2026-04-23 02:20:08] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.249 - - [2026-04-23 02:20:08] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006544 10.0.0.249 - - [2026-04-23 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 194 0.005880 10.0.0.249 - - [2026-04-23 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.002512 10.0.0.249 - - [2026-04-23 02:20:08] "POST /security-groups HTTP/1.1" 200 595 0.077612 10.0.0.249 - - [2026-04-23 02:20:08] "POST /projects HTTP/1.1" 200 593 0.283698 10.0.0.130 - - [2026-04-23 02:20:08] "POST /access-control-lists HTTP/1.1" 200 602 0.031167 10.0.0.249 - - [2026-04-23 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.360022 10.0.0.23 - - [2026-04-23 02:20:08] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.512512 10.0.0.23 - - [2026-04-23 02:20:09] "GET / HTTP/1.1" 200 36215 0.001468 10.0.0.249 - - [2026-04-23 02:20:12] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000972 10.0.0.23 - - [2026-04-23 02:20:12] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057599 10.0.0.249 - - [2026-04-23 02:20:12] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000957 10.0.0.23 - - [2026-04-23 02:20:13] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?fields=virtual_networks HTTP/1.1" 200 1042 0.044960 10.0.0.249 - - [2026-04-23 02:20:13] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000982 10.0.0.23 - - [2026-04-23 02:20:13] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.048531 10.0.0.249 - - [2026-04-23 02:20:13] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000975 10.0.0.23 - - [2026-04-23 02:20:13] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?fields=security_groups HTTP/1.1" 200 1273 0.045478 10.0.0.23 - - [2026-04-23 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.026450 10.0.0.249 - - [2026-04-23 02:20:14] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003436 10.0.0.249 - - [2026-04-23 02:20:14] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.249 - - [2026-04-23 02:20:14] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007935 10.0.0.249 - - [2026-04-23 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.004091 10.0.0.249 - - [2026-04-23 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.012289 10.0.0.249 - - [2026-04-23 02:20:14] "POST /security-groups HTTP/1.1" 200 586 0.033306 10.0.0.130 - - [2026-04-23 02:20:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.009166 10.0.0.249 - - [2026-04-23 02:20:14] "POST /projects HTTP/1.1" 200 575 0.269841 10.0.0.249 - - [2026-04-23 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.343111 10.0.0.130 - - [2026-04-23 02:20:14] "POST /access-control-lists HTTP/1.1" 200 591 0.032753 10.0.0.23 - - [2026-04-23 02:20:14] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.481187 10.0.0.23 - - [2026-04-23 02:20:15] "GET / HTTP/1.1" 200 36215 0.001429 10.0.0.23 - - [2026-04-23 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003450 10.0.0.249 - - [2026-04-23 02:20:16] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000990 10.0.0.130 - - [2026-04-23 02:20:16] "POST /fqname-to-id HTTP/1.1" 404 227 0.008134 10.0.0.23 - - [2026-04-23 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 1364 0.423280 10.0.0.130 - - [2026-04-23 02:20:16] "PUT /access-control-list/1d7c9234-5e26-4c11-bfe1-3554ffbbd93c HTTP/1.1" 200 273 0.016110 10.0.0.23 - - [2026-04-23 02:20:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.142408 10.0.0.23 - - [2026-04-23 02:20:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.002275 10.0.0.249 - - [2026-04-23 02:20:17] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001090 10.0.0.130 - - [2026-04-23 02:20:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.003867 10.0.0.130 - - [2026-04-23 02:20:17] "POST /access-control-lists HTTP/1.1" 200 590 0.032064 10.0.0.23 - - [2026-04-23 02:20:17] "POST /neutron/security_group HTTP/1.1" 200 1364 0.407087 10.0.0.23 - - [2026-04-23 02:20:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145394 10.0.0.130 - - [2026-04-23 02:20:17] "PUT /access-control-list/e83e2092-d7fb-4dae-978e-0432bc8cac6c HTTP/1.1" 200 273 0.028936 10.0.0.23 - - [2026-04-23 02:20:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-04-23 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.028417 10.0.0.249 - - [2026-04-23 02:20:18] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.130 - - [2026-04-23 02:20:18] "POST /access-control-lists HTTP/1.1" 200 609 0.029341 10.0.0.130 - - [2026-04-23 02:20:18] "PUT /access-control-list/9da0c49d-870f-483b-a615-385c025c9df3 HTTP/1.1" 200 273 0.024176 10.0.0.23 - - [2026-04-23 02:20:18] "POST /neutron/security_group HTTP/1.1" 200 1379 0.411216 10.0.0.23 - - [2026-04-23 02:20:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122578 10.0.0.23 - - [2026-04-23 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.004405 10.0.0.130 - - [2026-04-23 02:20:19] "PUT /access-control-list/9da0c49d-870f-483b-a615-385c025c9df3 HTTP/1.1" 200 273 0.011986 10.0.0.249 - - [2026-04-23 02:20:19] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001400 10.0.0.130 - - [2026-04-23 02:20:19] "POST /fqname-to-id HTTP/1.1" 404 244 0.008831 10.0.0.23 - - [2026-04-23 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 1379 0.426737 10.0.0.130 - - [2026-04-23 02:20:19] "PUT /access-control-list/7c773da1-9e71-4db2-b1b1-b3a7171cd493 HTTP/1.1" 200 273 0.020856 10.0.0.23 - - [2026-04-23 02:20:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117548 10.0.0.249 - - [2026-04-23 02:20:21] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001029 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.089874 10.0.0.130 - - [2026-04-23 02:20:21] "POST /route-targets HTTP/1.1" 200 328 0.013955 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.013364 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.003974 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.004259 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.004368 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.004624 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.004204 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.003829 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.004563 10.0.0.23 - - [2026-04-23 02:20:21] "POST /neutron/router HTTP/1.1" 200 541 0.003957 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 541 0.004027 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 541 0.031010 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 541 0.005096 10.0.0.130 - - [2026-04-23 02:20:22] "DELETE /route-target/3f838284-d815-457e-9320-f400e4b36279 HTTP/1.1" 200 115 0.033197 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.006513 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.013129 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.003828 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.004536 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.004465 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.004104 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.003651 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.004046 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.004181 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.003865 10.0.0.23 - - [2026-04-23 02:20:22] "POST /neutron/router HTTP/1.1" 200 559 0.004731 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 559 0.006010 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 151 0.085046 10.0.0.130 - - [2026-04-23 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006956 10.0.0.130 - - [2026-04-23 02:20:23] "GET /logical-router/c29113dc-4cce-4b65-803f-390ea36db882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.068469 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.013325 10.0.0.130 - - [2026-04-23 02:20:23] "PUT /logical-router/9220ef7e-63c1-4b6d-9f91-c202e163379c HTTP/1.1" 200 263 0.032867 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.005681 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.003953 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.004390 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.004537 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.004333 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.004024 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.004054 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.005058 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.003927 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 541 0.003731 10.0.0.23 - - [2026-04-23 02:20:23] "POST /neutron/router HTTP/1.1" 200 542 0.031155 10.0.0.23 - - [2026-04-23 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 521 0.003825 10.0.0.130 - - [2026-04-23 02:20:24] "DELETE /access-control-list/c2f70126-e339-481f-a528-857ee37f297d HTTP/1.1" 200 115 0.032874 10.0.0.23 - - [2026-04-23 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 151 0.068824 10.0.0.130 - - [2026-04-23 02:20:24] "DELETE /access-control-list/9da0c49d-870f-483b-a615-385c025c9df3 HTTP/1.1" 200 115 0.030271 10.0.0.23 - - [2026-04-23 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 506 0.005947 10.0.0.130 - - [2026-04-23 02:20:24] "DELETE /access-control-list/4457424e-e52f-4c8d-8606-80388d07f5d7 HTTP/1.1" 200 115 0.030106 10.0.0.249 - - [2026-04-23 02:20:25] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.23 - - [2026-04-23 02:20:25] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.042465 10.0.0.249 - - [2026-04-23 02:20:25] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.23 - - [2026-04-23 02:20:25] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?fields=virtual_networks HTTP/1.1" 200 1024 0.042167 10.0.0.249 - - [2026-04-23 02:20:25] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000931 10.0.0.23 - - [2026-04-23 02:20:25] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.037400 10.0.0.249 - - [2026-04-23 02:20:25] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.23 - - [2026-04-23 02:20:25] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?fields=security_groups HTTP/1.1" 200 1246 0.054300 10.0.0.23 - - [2026-04-23 02:20:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.033487 10.0.0.249 - - [2026-04-23 02:20:26] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.249 - - [2026-04-23 02:20:26] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.249 - - [2026-04-23 02:20:26] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006844 10.0.0.249 - - [2026-04-23 02:20:27] "POST /id-to-fqname HTTP/1.1" 200 186 0.006201 10.0.0.249 - - [2026-04-23 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 195 0.015096 10.0.0.249 - - [2026-04-23 02:20:27] "POST /security-groups HTTP/1.1" 200 587 0.036363 10.0.0.249 - - [2026-04-23 02:20:27] "POST /projects HTTP/1.1" 200 577 0.262079 10.0.0.130 - - [2026-04-23 02:20:27] "POST /access-control-lists HTTP/1.1" 200 594 0.028800 10.0.0.249 - - [2026-04-23 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.336163 10.0.0.23 - - [2026-04-23 02:20:27] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.488276 10.0.0.23 - - [2026-04-23 02:20:28] "GET / HTTP/1.1" 200 36215 0.001643 10.0.0.23 - - [2026-04-23 02:20:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-04-23 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.077952 10.0.0.249 - - [2026-04-23 02:20:30] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001274 10.0.0.23 - - [2026-04-23 02:20:30] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.054359 10.0.0.249 - - [2026-04-23 02:20:30] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001041 10.0.0.23 - - [2026-04-23 02:20:30] "POST /neutron/network HTTP/1.1" 200 601 0.176792 10.0.0.130 - - [2026-04-23 02:20:30] "POST /route-targets HTTP/1.1" 200 328 0.015617 10.0.0.23 - - [2026-04-23 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 216 0.004457 10.0.0.23 - - [2026-04-23 02:20:31] "GET /virtual-network/55fb2d31-50dc-40d3-8717-827de2eb4d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007050 10.0.0.23 - - [2026-04-23 02:20:31] "POST /neutron/network HTTP/1.1" 200 820 0.008217 10.0.0.23 - - [2026-04-23 02:20:31] "GET /virtual-network/55fb2d31-50dc-40d3-8717-827de2eb4d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008959 10.0.0.23 - - [2026-04-23 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003443 10.0.0.23 - - [2026-04-23 02:20:31] "GET /virtual-network/55fb2d31-50dc-40d3-8717-827de2eb4d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005646 10.0.0.249 - - [2026-04-23 02:20:31] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.23 - - [2026-04-23 02:20:31] "POST /neutron/port HTTP/1.1" 200 1017 0.324121 10.0.0.23 - - [2026-04-23 02:20:31] "GET /virtual-machine-interface/afc4b901-e5f6-4013-bb79-7a7de5bda7cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.007326 10.0.0.23 - - [2026-04-23 02:20:31] "GET /virtual-machine-interface/afc4b901-e5f6-4013-bb79-7a7de5bda7cc?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.006081 10.0.0.23 - - [2026-04-23 02:20:31] "GET /instance-ip/03da216f-ce6a-4c03-8c2e-05d9151a98fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.004441 10.0.0.23 - - [2026-04-23 02:20:32] "POST /neutron/network HTTP/1.1" 200 820 0.006388 10.0.0.130 - - [2026-04-23 02:20:32] "DELETE /route-target/564aff45-0802-4720-87a7-d355556f808b HTTP/1.1" 200 115 0.023757 10.0.0.23 - - [2026-04-23 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.249 - - [2026-04-23 02:20:35] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001183 10.0.0.23 - - [2026-04-23 02:20:35] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.040490 10.0.0.249 - - [2026-04-23 02:20:35] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.23 - - [2026-04-23 02:20:35] "POST /neutron/network HTTP/1.1" 200 603 0.137658 10.0.0.23 - - [2026-04-23 02:20:35] "POST /neutron/network HTTP/1.1" 200 979 0.012404 10.0.0.23 - - [2026-04-23 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 217 0.001328 10.0.0.23 - - [2026-04-23 02:20:35] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006180 10.0.0.23 - - [2026-04-23 02:20:35] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005674 10.0.0.23 - - [2026-04-23 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.009999 10.0.0.249 - - [2026-04-23 02:20:36] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001216 10.0.0.23 - - [2026-04-23 02:20:36] "POST /neutron/port HTTP/1.1" 200 1019 0.217183 10.0.0.23 - - [2026-04-23 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001878 10.0.0.23 - - [2026-04-23 02:20:36] "POST /neutron/network HTTP/1.1" 200 979 0.039551 10.0.0.23 - - [2026-04-23 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.005772 10.0.0.23 - - [2026-04-23 02:20:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001264 10.0.0.23 - - [2026-04-23 02:20:37] "POST /neutron/port HTTP/1.1" 200 1019 0.013376 10.0.0.23 - - [2026-04-23 02:20:37] "POST /neutron/port HTTP/1.1" 200 1019 0.012527 10.0.0.23 - - [2026-04-23 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.006438 10.0.0.23 - - [2026-04-23 02:20:38] "POST /neutron/network HTTP/1.1" 200 989 0.007302 10.0.0.23 - - [2026-04-23 02:20:38] "POST /neutron/port HTTP/1.1" 200 1110 0.233180 10.0.0.23 - - [2026-04-23 02:20:38] "POST /neutron/port HTTP/1.1" 200 1019 0.060984 10.0.0.23 - - [2026-04-23 02:20:38] "POST /neutron/port HTTP/1.1" 200 1111 0.136255 10.0.0.23 - - [2026-04-23 02:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.23 - - [2026-04-23 02:20:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004391 10.0.0.23 - - [2026-04-23 02:20:38] "POST /neutron/network HTTP/1.1" 200 979 0.009736 10.0.0.23 - - [2026-04-23 02:20:42] "POST /neutron/port HTTP/1.1" 200 1120 0.019905 10.0.0.23 - - [2026-04-23 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009007 10.0.0.23 - - [2026-04-23 02:20:42] "GET /virtual-machine/a37e1aff-d003-4395-85af-eeb50fd3982e HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-04-23 02:20:43] "GET /virtual-machine/a37e1aff-d003-4395-85af-eeb50fd3982e HTTP/1.1" 200 1286 0.041041 10.0.0.23 - - [2026-04-23 02:20:43] "GET /virtual-machine-interface/badc1f56-b5ee-4fec-8be4-a0072d16456e HTTP/1.1" 200 2932 0.005159 10.0.0.23 - - [2026-04-23 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.23 - - [2026-04-23 02:20:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003495 10.0.0.23 - - [2026-04-23 02:20:43] "GET /virtual-networks?parent_id=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002895 10.0.0.23 - - [2026-04-23 02:20:43] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006382 10.0.0.23 - - [2026-04-23 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2026-04-23 02:20:46] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005640 10.0.0.249 - - [2026-04-23 02:20:49] "DELETE /project/7c4e02270a03491ea31345079698df3a HTTP/1.1" 404 173 0.015634 10.0.0.249 - - [2026-04-23 02:20:49] "DELETE /project/26980792442c40daa7ef9b8102efcf0a HTTP/1.1" 404 173 0.020177 10.0.0.249 - - [2026-04-23 02:20:49] "DELETE /project/97b6649e270041ad9f92ad91740499bb HTTP/1.1" 404 173 0.021816 10.0.0.249 - - [2026-04-23 02:20:49] "DELETE /project/e127f2647e214dde86a6d6e79ed1e6d1 HTTP/1.1" 404 173 0.010404 10.0.0.249 - - [2026-04-23 02:20:49] "DELETE /project/2b7c2ae14f9c41d497b0eb5bb08d383e HTTP/1.1" 404 173 0.016181 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000833 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000767 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001161 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000734 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000675 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.102126 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.104735 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.123504 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.129920 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001705 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001322 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001153 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.154270 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.249 - - [2026-04-23 02:20:49] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001206 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?fields=security_groups HTTP/1.1" 200 1349 0.081528 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?fields=security_groups HTTP/1.1" 200 1375 0.113219 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?fields=security_groups HTTP/1.1" 200 1360 0.132040 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?fields=security_groups HTTP/1.1" 200 1363 0.135012 10.0.0.249 - - [2026-04-23 02:20:49] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?fields=security_groups HTTP/1.1" 200 1348 0.181806 10.0.0.249 - - [2026-04-23 02:20:49] "DELETE /security-group/8284ff05-81ac-4a77-b7f4-ed9b609cd211 HTTP/1.1" 200 115 0.140227 10.0.0.249 - - [2026-04-23 02:20:50] "GET /projects?obj_uuids=26980792-442c-40da-a7ef-9b8102efcf0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002258 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /security-group/11e6c1d9-4f3f-4253-8687-c9c0026133f7 HTTP/1.1" 200 115 0.184374 10.0.0.249 - - [2026-04-23 02:20:50] "GET /projects?obj_uuids=ce47df29-e60f-451a-bf3f-495ff7ef97bd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001500 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /security-group/29bd941f-f86f-45aa-a710-790f4d6819d2 HTTP/1.1" 200 115 0.189553 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /security-group/8e1f4562-8243-4427-981b-87bd86854d36 HTTP/1.1" 200 115 0.189786 10.0.0.249 - - [2026-04-23 02:20:50] "GET /projects?obj_uuids=2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001763 10.0.0.249 - - [2026-04-23 02:20:50] "GET /projects?obj_uuids=7c4e0227-0a03-491e-a313-45079698df3a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001400 10.0.0.130 - - [2026-04-23 02:20:50] "DELETE /access-control-list/e0da4a17-4315-455e-a013-0608c56e2e0d HTTP/1.1" 200 115 0.153095 10.0.0.249 - - [2026-04-23 02:20:50] "GET /project/26980792-442c-40da-a7ef-9b8102efcf0a?fields=application_policy_sets HTTP/1.1" 200 1414 0.132484 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /security-group/7e7e8828-6e1f-421a-ad7a-731d6281f74b HTTP/1.1" 200 115 0.191415 10.0.0.249 - - [2026-04-23 02:20:50] "GET /projects?obj_uuids=e127f264-7e21-4dde-86a6-d6e79ed1e6d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001536 10.0.0.249 - - [2026-04-23 02:20:50] "GET /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e?fields=application_policy_sets HTTP/1.1" 200 1399 0.111693 10.0.0.249 - - [2026-04-23 02:20:50] "GET /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd?fields=application_policy_sets HTTP/1.1" 200 1388 0.189726 10.0.0.249 - - [2026-04-23 02:20:50] "GET /project/7c4e0227-0a03-491e-a313-45079698df3a?fields=application_policy_sets HTTP/1.1" 200 1402 0.206803 10.0.0.249 - - [2026-04-23 02:20:50] "GET /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1?fields=application_policy_sets HTTP/1.1" 200 1387 0.174508 10.0.0.130 - - [2026-04-23 02:20:50] "DELETE /access-control-list/a78ee938-b65b-4226-8744-f841bd8ef1c4 HTTP/1.1" 200 115 0.121603 10.0.0.23 - - [2026-04-23 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.020044 10.0.0.23 - - [2026-04-23 02:20:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.017383 10.0.0.23 - - [2026-04-23 02:20:50] "GET /virtual-networks?parent_id=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.017700 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /project/26980792-442c-40da-a7ef-9b8102efcf0a HTTP/1.1" 200 115 1.027502 10.0.0.130 - - [2026-04-23 02:20:50] "DELETE /access-control-list/37952de9-8fd3-4062-bada-cf94ffd561ff HTTP/1.1" 200 115 0.104262 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /project/2b7c2ae1-4f9c-41d4-97b0-eb5bb08d383e HTTP/1.1" 200 115 1.089151 10.0.0.23 - - [2026-04-23 02:20:50] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.008566 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /project/ce47df29-e60f-451a-bf3f-495ff7ef97bd HTTP/1.1" 200 115 1.187278 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /project/e127f264-7e21-4dde-86a6-d6e79ed1e6d1 HTTP/1.1" 200 115 1.216573 10.0.0.249 - - [2026-04-23 02:20:50] "DELETE /project/7c4e0227-0a03-491e-a313-45079698df3a HTTP/1.1" 200 115 1.221489 10.0.0.130 - - [2026-04-23 02:20:50] "DELETE /access-control-list/8453feb0-13d2-4957-9096-f6967e9dde4e HTTP/1.1" 200 115 0.056111 10.0.0.23 - - [2026-04-23 02:20:50] "POST /neutron/port HTTP/1.1" 200 1121 0.028252 10.0.0.23 - - [2026-04-23 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006961 10.0.0.23 - - [2026-04-23 02:20:51] "GET /virtual-machine/f8b9b643-0118-4363-bb76-8fd448c2eca6 HTTP/1.1" 200 1287 0.006529 10.0.0.23 - - [2026-04-23 02:20:51] "GET /virtual-machine-interface/6bec623d-d1d9-4125-a3c8-69f7df3b4d24 HTTP/1.1" 200 2931 0.006626 10.0.0.23 - - [2026-04-23 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.23 - - [2026-04-23 02:20:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004557 10.0.0.23 - - [2026-04-23 02:20:51] "GET /virtual-networks?parent_id=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003167 10.0.0.23 - - [2026-04-23 02:20:51] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.012845 10.0.0.23 - - [2026-04-23 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.23 - - [2026-04-23 02:20:54] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005843 10.0.0.23 - - [2026-04-23 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2026-04-23 02:20:58] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006249 10.0.0.23 - - [2026-04-23 02:21:00] "POST /neutron/port HTTP/1.1" 200 1121 0.048377 10.0.0.23 - - [2026-04-23 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.23 - - [2026-04-23 02:21:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004622 10.0.0.23 - - [2026-04-23 02:21:02] "GET /virtual-networks?parent_id=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003703 10.0.0.23 - - [2026-04-23 02:21:02] "GET /virtual-network/c8ecd2eb-9bc7-4e89-b8ba-75b841b9bf18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005693 10.0.0.130 - - [2026-04-23 02:21:02] "GET /obj-perms HTTP/1.1" 200 5056 0.053548 10.0.0.23 - - [2026-04-23 02:21:06] "POST /neutron/port HTTP/1.1" 200 1111 0.017723 10.0.0.23 - - [2026-04-23 02:21:06] "POST /neutron/port HTTP/1.1" 200 1110 0.017238 10.0.0.249 - - [2026-04-23 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005186 10.0.0.249 - - [2026-04-23 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.249 - - [2026-04-23 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.249 - - [2026-04-23 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003472 10.0.0.23 - - [2026-04-23 02:21:07] "POST /neutron/network HTTP/1.1" 200 151 0.147229 10.0.0.249 - - [2026-04-23 02:21:08] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000933 10.0.0.23 - - [2026-04-23 02:21:08] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.043211 10.0.0.249 - - [2026-04-23 02:21:08] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000962 10.0.0.23 - - [2026-04-23 02:21:08] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?fields=virtual_networks HTTP/1.1" 200 1027 0.044767 10.0.0.249 - - [2026-04-23 02:21:08] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001011 10.0.0.23 - - [2026-04-23 02:21:08] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.049091 10.0.0.249 - - [2026-04-23 02:21:08] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.23 - - [2026-04-23 02:21:08] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?fields=security_groups HTTP/1.1" 200 1250 0.038095 10.0.0.23 - - [2026-04-23 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.032002 10.0.0.249 - - [2026-04-23 02:21:09] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003553 10.0.0.249 - - [2026-04-23 02:21:09] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.249 - - [2026-04-23 02:21:09] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009720 10.0.0.249 - - [2026-04-23 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.003856 10.0.0.249 - - [2026-04-23 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.007850 10.0.0.249 - - [2026-04-23 02:21:09] "POST /security-groups HTTP/1.1" 200 589 0.071634 10.0.0.130 - - [2026-04-23 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.007498 10.0.0.249 - - [2026-04-23 02:21:09] "POST /projects HTTP/1.1" 200 581 0.277577 10.0.0.249 - - [2026-04-23 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.308591 10.0.0.130 - - [2026-04-23 02:21:09] "POST /access-control-lists HTTP/1.1" 200 594 0.027846 10.0.0.23 - - [2026-04-23 02:21:09] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.458065 10.0.0.23 - - [2026-04-23 02:21:11] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.23 - - [2026-04-23 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.006912 10.0.0.23 - - [2026-04-23 02:21:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-04-23 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.063159 10.0.0.249 - - [2026-04-23 02:21:13] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.23 - - [2026-04-23 02:21:13] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040332 10.0.0.249 - - [2026-04-23 02:21:13] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.23 - - [2026-04-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 605 0.148642 10.0.0.23 - - [2026-04-23 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.003164 10.0.0.23 - - [2026-04-23 02:21:13] "GET /virtual-network/9f552db0-d2e2-4584-b0a9-cb6f1c0c6760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006568 10.0.0.23 - - [2026-04-23 02:21:13] "POST /neutron/network HTTP/1.1" 200 822 0.007857 10.0.0.23 - - [2026-04-23 02:21:13] "GET /virtual-network/9f552db0-d2e2-4584-b0a9-cb6f1c0c6760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007513 10.0.0.23 - - [2026-04-23 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.249 - - [2026-04-23 02:21:13] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001394 10.0.0.23 - - [2026-04-23 02:21:13] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049043 10.0.0.23 - - [2026-04-23 02:21:14] "POST /neutron/network HTTP/1.1" 200 117 0.016126 10.0.0.130 - - [2026-04-23 02:21:14] "POST /route-targets HTTP/1.1" 200 328 0.023170 10.0.0.23 - - [2026-04-23 02:21:14] "POST /neutron/network HTTP/1.1" 200 822 0.009082 10.0.0.23 - - [2026-04-23 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001155 10.0.0.23 - - [2026-04-23 02:21:14] "GET /virtual-network/496f3430-8f12-4a5b-b436-a48facb8d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005873 10.0.0.23 - - [2026-04-23 02:21:14] "GET /virtual-network/496f3430-8f12-4a5b-b436-a48facb8d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005128 10.0.0.23 - - [2026-04-23 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.008702 10.0.0.23 - - [2026-04-23 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001090 10.0.0.249 - - [2026-04-23 02:21:15] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001418 10.0.0.23 - - [2026-04-23 02:21:15] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064612 10.0.0.23 - - [2026-04-23 02:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.006511 10.0.0.23 - - [2026-04-23 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001206 10.0.0.23 - - [2026-04-23 02:21:15] "POST /neutron/network HTTP/1.1" 200 832 0.008578 10.0.0.23 - - [2026-04-23 02:21:16] "POST /neutron/port HTTP/1.1" 200 1056 0.021985 10.0.0.249 - - [2026-04-23 02:21:16] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001048 10.0.0.23 - - [2026-04-23 02:21:16] "POST /neutron/port HTTP/1.1" 200 1120 0.025113 10.0.0.23 - - [2026-04-23 02:21:16] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.081776 10.0.0.23 - - [2026-04-23 02:21:16] "POST /neutron/network HTTP/1.1" 200 822 0.007236 10.0.0.23 - - [2026-04-23 02:21:16] "POST /neutron/port HTTP/1.1" 200 1120 0.020675 10.0.0.249 - - [2026-04-23 02:21:16] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.23 - - [2026-04-23 02:21:16] "POST /neutron/router HTTP/1.1" 200 580 0.109418 10.0.0.130 - - [2026-04-23 02:21:17] "PUT /logical-router/f8ecb398-ecbd-47de-99a9-a570a052358c HTTP/1.1" 200 263 0.030242 10.0.0.23 - - [2026-04-23 02:21:17] "POST /neutron/network HTTP/1.1" 200 832 0.007125 10.0.0.23 - - [2026-04-23 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016714 10.0.0.23 - - [2026-04-23 02:21:17] "POST /neutron/port HTTP/1.1" 200 1110 0.110474 10.0.0.23 - - [2026-04-23 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.008762 10.0.0.23 - - [2026-04-23 02:21:22] "POST /neutron/port HTTP/1.1" 200 1120 0.017807 10.0.0.23 - - [2026-04-23 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007134 10.0.0.23 - - [2026-04-23 02:21:22] "GET /virtual-machine/e3dc643e-83af-4565-96fd-6e70a7a6b3ea HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-04-23 02:21:23] "GET /virtual-machine/e3dc643e-83af-4565-96fd-6e70a7a6b3ea HTTP/1.1" 200 1293 0.029313 10.0.0.23 - - [2026-04-23 02:21:23] "GET /virtual-machine-interface/3ac0aa00-b238-4a3d-a914-e5801ea1003f HTTP/1.1" 200 2941 0.005338 10.0.0.23 - - [2026-04-23 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2026-04-23 02:21:23] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003767 10.0.0.23 - - [2026-04-23 02:21:23] "GET /virtual-networks?parent_id=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003774 10.0.0.23 - - [2026-04-23 02:21:23] "GET /virtual-network/9f552db0-d2e2-4584-b0a9-cb6f1c0c6760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006405 10.0.0.23 - - [2026-04-23 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-04-23 02:21:26] "GET /virtual-network/9f552db0-d2e2-4584-b0a9-cb6f1c0c6760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005798 10.0.0.23 - - [2026-04-23 02:21:28] "POST /neutron/port HTTP/1.1" 200 1120 0.017235 10.0.0.23 - - [2026-04-23 02:21:28] "POST /neutron/port HTTP/1.1" 200 1120 0.017260 10.0.0.23 - - [2026-04-23 02:21:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.008867 10.0.0.23 - - [2026-04-23 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.23 - - [2026-04-23 02:21:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004425 10.0.0.23 - - [2026-04-23 02:21:30] "GET /virtual-networks?parent_id=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003654 10.0.0.23 - - [2026-04-23 02:21:30] "GET /virtual-network/9f552db0-d2e2-4584-b0a9-cb6f1c0c6760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005868 10.0.0.23 - - [2026-04-23 02:21:30] "POST /neutron/port HTTP/1.1" 200 1120 0.019635 10.0.0.23 - - [2026-04-23 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011036 10.0.0.23 - - [2026-04-23 02:21:30] "GET /virtual-machine/b2a34a1a-f780-44da-87cf-db9847cdf2cf HTTP/1.1" 200 1292 0.005377 10.0.0.23 - - [2026-04-23 02:21:30] "GET /virtual-machine-interface/9eb1bc83-ce47-47f3-a874-3a6bc004b411 HTTP/1.1" 200 2942 0.006289 10.0.0.23 - - [2026-04-23 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004953 10.0.0.23 - - [2026-04-23 02:21:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003930 10.0.0.23 - - [2026-04-23 02:21:30] "GET /virtual-networks?parent_id=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003314 10.0.0.23 - - [2026-04-23 02:21:30] "GET /virtual-network/496f3430-8f12-4a5b-b436-a48facb8d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006536 10.0.0.23 - - [2026-04-23 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006559 10.0.0.23 - - [2026-04-23 02:21:34] "GET /virtual-network/496f3430-8f12-4a5b-b436-a48facb8d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007077 10.0.0.23 - - [2026-04-23 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2026-04-23 02:21:38] "GET /virtual-network/496f3430-8f12-4a5b-b436-a48facb8d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006772 10.0.0.23 - - [2026-04-23 02:21:40] "POST /neutron/port HTTP/1.1" 200 1120 0.018862 10.0.0.23 - - [2026-04-23 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2026-04-23 02:21:42] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003786 10.0.0.23 - - [2026-04-23 02:21:42] "GET /virtual-networks?parent_id=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003279 10.0.0.23 - - [2026-04-23 02:21:42] "GET /virtual-network/496f3430-8f12-4a5b-b436-a48facb8d1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005793 10.0.0.249 - - [2026-04-23 02:21:46] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.23 - - [2026-04-23 02:21:46] "POST /neutron/router HTTP/1.1" 200 344 0.336840 10.0.0.249 - - [2026-04-23 02:21:50] "DELETE /project/4efc89f1707c43319f02c98c397e29fd HTTP/1.1" 404 173 0.004550 10.0.0.249 - - [2026-04-23 02:21:50] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000870 10.0.0.249 - - [2026-04-23 02:21:50] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.043540 10.0.0.249 - - [2026-04-23 02:21:50] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001251 10.0.0.249 - - [2026-04-23 02:21:50] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?fields=security_groups HTTP/1.1" 200 1352 0.048010 10.0.0.249 - - [2026-04-23 02:21:51] "DELETE /security-group/242282c7-2dab-4a36-9fbf-760a13aaa56d HTTP/1.1" 200 115 0.061118 10.0.0.249 - - [2026-04-23 02:21:51] "GET /projects?obj_uuids=97b6649e-2700-41ad-9f92-ad91740499bb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001039 10.0.0.130 - - [2026-04-23 02:21:51] "DELETE /access-control-list/664a679a-7b6c-47bf-a491-dadfbb34b9a9 HTTP/1.1" 200 115 0.047410 10.0.0.249 - - [2026-04-23 02:21:51] "GET /project/97b6649e-2700-41ad-9f92-ad91740499bb?fields=application_policy_sets HTTP/1.1" 200 1391 0.049943 10.0.0.249 - - [2026-04-23 02:21:51] "DELETE /project/97b6649e-2700-41ad-9f92-ad91740499bb HTTP/1.1" 200 115 0.425879 10.0.0.23 - - [2026-04-23 02:21:53] "POST /neutron/router HTTP/1.1" 200 344 0.193572 10.0.0.249 - - [2026-04-23 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.249 - - [2026-04-23 02:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.130 - - [2026-04-23 02:21:57] "POST /ref-update HTTP/1.1" 200 156 0.021670 10.0.0.23 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.130 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.130 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.130 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.130 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.249 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.249 - - [2026-04-23 02:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-04-23 02:21:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-04-23 02:21:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000791 10.0.0.23 - - [2026-04-23 02:21:59] "POST /neutron/router HTTP/1.1" 200 580 0.010196 10.0.0.23 - - [2026-04-23 02:21:59] "POST /neutron/router HTTP/1.1" 200 344 0.199861 10.0.0.130 - - [2026-04-23 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005781 10.0.0.23 - - [2026-04-23 02:22:00] "POST /neutron/network HTTP/1.1" 200 822 0.009721 10.0.0.23 - - [2026-04-23 02:22:00] "POST /neutron/port HTTP/1.1" 200 1110 0.014179 10.0.0.23 - - [2026-04-23 02:22:00] "POST /neutron/port HTTP/1.1" 200 1110 0.013002 10.0.0.249 - - [2026-04-23 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004683 10.0.0.249 - - [2026-04-23 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002851 10.0.0.23 - - [2026-04-23 02:22:02] "POST /neutron/network HTTP/1.1" 200 151 0.124210 10.0.0.130 - - [2026-04-23 02:22:02] "DELETE /route-target/83db9c27-f1a3-4650-b078-461aadeb3eae HTTP/1.1" 200 115 0.040953 10.0.0.23 - - [2026-04-23 02:22:03] "GET /obj-perms HTTP/1.1" 200 5056 0.053558 10.0.0.249 - - [2026-04-23 02:22:03] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.23 - - [2026-04-23 02:22:03] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048327 10.0.0.249 - - [2026-04-23 02:22:03] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.23 - - [2026-04-23 02:22:03] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?fields=virtual_networks HTTP/1.1" 200 1030 0.047812 10.0.0.249 - - [2026-04-23 02:22:04] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.23 - - [2026-04-23 02:22:04] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045001 10.0.0.249 - - [2026-04-23 02:22:04] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001470 10.0.0.23 - - [2026-04-23 02:22:04] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?fields=security_groups HTTP/1.1" 200 1255 0.056200 10.0.0.23 - - [2026-04-23 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 191 0.054481 10.0.0.249 - - [2026-04-23 02:22:05] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003019 10.0.0.249 - - [2026-04-23 02:22:05] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.249 - - [2026-04-23 02:22:05] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007773 10.0.0.249 - - [2026-04-23 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 193 0.002336 10.0.0.249 - - [2026-04-23 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.006446 10.0.0.249 - - [2026-04-23 02:22:05] "POST /security-groups HTTP/1.1" 200 594 0.034135 10.0.0.130 - - [2026-04-23 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 237 0.003033 10.0.0.249 - - [2026-04-23 02:22:05] "POST /projects HTTP/1.1" 200 591 0.249038 10.0.0.249 - - [2026-04-23 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.318815 10.0.0.130 - - [2026-04-23 02:22:05] "POST /access-control-lists HTTP/1.1" 200 599 0.029538 10.0.0.23 - - [2026-04-23 02:22:05] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.446646 10.0.0.23 - - [2026-04-23 02:22:06] "GET / HTTP/1.1" 200 36215 0.002107 10.0.0.23 - - [2026-04-23 02:22:08] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.249 - - [2026-04-23 02:22:08] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000947 10.0.0.23 - - [2026-04-23 02:22:08] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.072492 10.0.0.23 - - [2026-04-23 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2026-04-23 02:22:08] "GET /security-group/f47f06cf-64e9-46bd-82b4-2fb3089c3107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.006977 10.0.0.23 - - [2026-04-23 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.249 - - [2026-04-23 02:22:09] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001010 10.0.0.23 - - [2026-04-23 02:22:09] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041266 10.0.0.23 - - [2026-04-23 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2026-04-23 02:22:09] "GET /security-group/f47f06cf-64e9-46bd-82b4-2fb3089c3107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004386 10.0.0.23 - - [2026-04-23 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.23 - - [2026-04-23 02:22:09] "PUT /security-group/f47f06cf-64e9-46bd-82b4-2fb3089c3107 HTTP/1.1" 200 263 0.023313 10.0.0.23 - - [2026-04-23 02:22:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.006950 10.0.0.23 - - [2026-04-23 02:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.249 - - [2026-04-23 02:22:09] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000927 10.0.0.23 - - [2026-04-23 02:22:09] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042108 10.0.0.23 - - [2026-04-23 02:22:09] "POST /neutron/network HTTP/1.1" 200 117 0.036696 10.0.0.130 - - [2026-04-23 02:22:09] "POST /route-targets HTTP/1.1" 200 328 0.012830 10.0.0.23 - - [2026-04-23 02:22:10] "POST /neutron/network HTTP/1.1" 200 828 0.009999 10.0.0.23 - - [2026-04-23 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001558 10.0.0.23 - - [2026-04-23 02:22:10] "GET /virtual-network/ae0ae9ab-bcf6-4139-8b4a-4235b5e0eb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005824 10.0.0.23 - - [2026-04-23 02:22:10] "GET /virtual-network/ae0ae9ab-bcf6-4139-8b4a-4235b5e0eb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006301 10.0.0.23 - - [2026-04-23 02:22:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.009169 10.0.0.23 - - [2026-04-23 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.249 - - [2026-04-23 02:22:10] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001130 10.0.0.23 - - [2026-04-23 02:22:10] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050139 10.0.0.130 - - [2026-04-23 02:22:10] "POST /ref-update HTTP/1.1" 200 156 0.053643 10.0.0.249 - - [2026-04-23 02:22:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008554 10.0.0.23 - - [2026-04-23 02:22:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.226137 10.0.0.23 - - [2026-04-23 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.001272 10.0.0.23 - - [2026-04-23 02:22:10] "GET /virtual-network/e5298183-05a1-430f-9a9d-f0f347287eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005514 10.0.0.23 - - [2026-04-23 02:22:10] "GET /virtual-network/e5298183-05a1-430f-9a9d-f0f347287eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006038 10.0.0.23 - - [2026-04-23 02:22:10] "POST /neutron/network HTTP/1.1" 200 834 0.008062 10.0.0.23 - - [2026-04-23 02:22:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001370 10.0.0.249 - - [2026-04-23 02:22:11] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000933 10.0.0.23 - - [2026-04-23 02:22:11] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.062386 10.0.0.23 - - [2026-04-23 02:22:11] "POST /neutron/network HTTP/1.1" 200 828 0.006619 10.0.0.23 - - [2026-04-23 02:22:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001433 10.0.0.23 - - [2026-04-23 02:22:12] "POST /neutron/port HTTP/1.1" 200 117 0.008558 10.0.0.249 - - [2026-04-23 02:22:12] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.23 - - [2026-04-23 02:22:12] "POST /neutron/port HTTP/1.1" 200 1064 0.309760 10.0.0.23 - - [2026-04-23 02:22:12] "POST /neutron/port HTTP/1.1" 200 1118 0.106761 10.0.0.249 - - [2026-04-23 02:22:13] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001580 10.0.0.23 - - [2026-04-23 02:22:13] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.077344 10.0.0.23 - - [2026-04-23 02:22:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.012899 10.0.0.23 - - [2026-04-23 02:22:13] "POST /neutron/network HTTP/1.1" 200 828 0.007113 10.0.0.23 - - [2026-04-23 02:22:13] "POST /neutron/port HTTP/1.1" 200 117 0.005645 10.0.0.23 - - [2026-04-23 02:22:13] "POST /neutron/router HTTP/1.1" 200 656 0.051494 10.0.0.130 - - [2026-04-23 02:22:13] "GET /logical-router/19813897-55b3-4f4b-9a4d-a56cbebb42bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.008716 10.0.0.130 - - [2026-04-23 02:22:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.007541 10.0.0.23 - - [2026-04-23 02:22:13] "POST /neutron/network HTTP/1.1" 200 844 0.006529 10.0.0.130 - - [2026-04-23 02:22:13] "POST /route-targets HTTP/1.1" 200 328 0.026125 10.0.0.130 - - [2026-04-23 02:22:14] "POST /route-tables HTTP/1.1" 200 584 0.067353 10.0.0.23 - - [2026-04-23 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008929 10.0.0.130 - - [2026-04-23 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.130 - - [2026-04-23 02:22:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.146097 10.0.0.130 - - [2026-04-23 02:22:14] "POST /instance-ips HTTP/1.1" 400 246 0.048845 10.0.0.23 - - [2026-04-23 02:22:14] "POST /neutron/port HTTP/1.1" 200 1117 0.187423 10.0.0.130 - - [2026-04-23 02:22:14] "PUT /instance-ip/ff7aa7cb-af44-41a4-b58f-59d62480cee5 HTTP/1.1" 200 257 0.041370 10.0.0.23 - - [2026-04-23 02:22:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.008351 10.0.0.130 - - [2026-04-23 02:22:14] "POST /chown HTTP/1.1" 200 109 0.037469 10.0.0.130 - - [2026-04-23 02:22:15] "POST /chown HTTP/1.1" 200 109 0.011672 10.0.0.130 - - [2026-04-23 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.030154 10.0.0.130 - - [2026-04-23 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.039322 10.0.0.130 - - [2026-04-23 02:22:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.120777 10.0.0.130 - - [2026-04-23 02:22:15] "POST /chown HTTP/1.1" 200 109 0.014242 10.0.0.130 - - [2026-04-23 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.029141 10.0.0.130 - - [2026-04-23 02:22:15] "POST /chown HTTP/1.1" 200 109 0.022065 10.0.0.130 - - [2026-04-23 02:22:15] "PUT /virtual-machine-interface/daddf83a-3a32-49d0-a091-124fd9af7b60 HTTP/1.1" 200 285 0.018453 10.0.0.130 - - [2026-04-23 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.025464 10.0.0.23 - - [2026-04-23 02:22:19] "POST /neutron/port HTTP/1.1" 200 1128 0.018702 10.0.0.23 - - [2026-04-23 02:22:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008503 10.0.0.23 - - [2026-04-23 02:22:19] "GET /virtual-machine/36238f94-bc22-4856-887d-d4780dcd554c HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-04-23 02:22:19] "GET /virtual-machine/36238f94-bc22-4856-887d-d4780dcd554c HTTP/1.1" 200 1296 0.031093 10.0.0.23 - - [2026-04-23 02:22:19] "GET /virtual-machine-interface/e51254b0-de8d-4d26-b521-f7ac4567d4ca HTTP/1.1" 200 2964 0.006776 10.0.0.23 - - [2026-04-23 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.23 - - [2026-04-23 02:22:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003796 10.0.0.23 - - [2026-04-23 02:22:19] "GET /virtual-networks?parent_id=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003797 10.0.0.23 - - [2026-04-23 02:22:19] "GET /virtual-network/ae0ae9ab-bcf6-4139-8b4a-4235b5e0eb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006007 10.0.0.23 - - [2026-04-23 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2026-04-23 02:22:22] "GET /virtual-network/ae0ae9ab-bcf6-4139-8b4a-4235b5e0eb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007104 10.0.0.23 - - [2026-04-23 02:22:23] "POST /neutron/port HTTP/1.1" 200 1128 0.018857 10.0.0.23 - - [2026-04-23 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.23 - - [2026-04-23 02:22:25] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004115 10.0.0.23 - - [2026-04-23 02:22:25] "GET /virtual-networks?parent_id=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003213 10.0.0.23 - - [2026-04-23 02:22:25] "GET /virtual-network/ae0ae9ab-bcf6-4139-8b4a-4235b5e0eb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006761 10.0.0.23 - - [2026-04-23 02:22:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009382 10.0.0.23 - - [2026-04-23 02:22:30] "POST /neutron/network HTTP/1.1" 200 838 0.008694 10.0.0.23 - - [2026-04-23 02:22:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.010973 10.0.0.23 - - [2026-04-23 02:22:30] "POST /neutron/network HTTP/1.1" 200 828 0.006340 10.0.0.23 - - [2026-04-23 02:22:30] "POST /neutron/port HTTP/1.1" 200 1127 0.017424 10.0.0.23 - - [2026-04-23 02:22:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006942 10.0.0.23 - - [2026-04-23 02:22:30] "GET /virtual-machine/50f26e96-8916-4c3b-a587-c60754134702 HTTP/1.1" 200 1297 0.010239 10.0.0.23 - - [2026-04-23 02:22:30] "GET /virtual-machine-interface/1f34497a-a8c9-4982-aeff-bdbe463b18d1 HTTP/1.1" 200 2975 0.013812 10.0.0.23 - - [2026-04-23 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2026-04-23 02:22:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005019 10.0.0.23 - - [2026-04-23 02:22:30] "GET /virtual-networks?parent_id=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003940 10.0.0.23 - - [2026-04-23 02:22:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.014254 10.0.0.23 - - [2026-04-23 02:22:30] "GET /virtual-network/e5298183-05a1-430f-9a9d-f0f347287eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006241 10.0.0.23 - - [2026-04-23 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-04-23 02:22:34] "GET /virtual-network/e5298183-05a1-430f-9a9d-f0f347287eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005363 10.0.0.23 - - [2026-04-23 02:22:37] "POST /neutron/port HTTP/1.1" 200 1127 0.017991 10.0.0.23 - - [2026-04-23 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.23 - - [2026-04-23 02:22:38] "GET /virtual-network/e5298183-05a1-430f-9a9d-f0f347287eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005154 10.0.0.23 - - [2026-04-23 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2026-04-23 02:22:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004430 10.0.0.23 - - [2026-04-23 02:22:40] "GET /virtual-networks?parent_id=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003985 10.0.0.23 - - [2026-04-23 02:22:40] "GET /virtual-network/e5298183-05a1-430f-9a9d-f0f347287eee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006371 10.0.0.23 - - [2026-04-23 02:22:44] "POST /neutron/router HTTP/1.1" 200 344 0.202917 10.0.0.130 - - [2026-04-23 02:22:44] "GET /service-instance/4b2adfd7-f2c9-43b0-b8f4-0f2b0279a059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.006694 10.0.0.130 - - [2026-04-23 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006223 10.0.0.130 - - [2026-04-23 02:22:44] "PUT /routing-instance/3db184bc-42a8-49f6-9d01-95f87950c305 HTTP/1.1" 200 267 0.019667 10.0.0.130 - - [2026-04-23 02:22:44] "GET /service-instance/4b2adfd7-f2c9-43b0-b8f4-0f2b0279a059?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.004361 10.0.0.130 - - [2026-04-23 02:22:44] "GET /virtual-network/586269e7-9b65-42c9-a709-f7fcd781e0e4?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2304 0.007238 10.0.0.23 - - [2026-04-23 02:22:44] "POST /neutron/network HTTP/1.1" 200 834 0.017675 10.0.0.130 - - [2026-04-23 02:22:44] "GET /virtual-machine-interface/cbd430ae-fc60-4bb9-905d-b05eb18b51d4?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.018471 10.0.0.130 - - [2026-04-23 02:22:44] "DELETE /virtual-machine-interface/cbd430ae-fc60-4bb9-905d-b05eb18b51d4 HTTP/1.1" 200 115 0.062929 10.0.0.130 - - [2026-04-23 02:22:44] "GET /instance-ip/0a5732bd-f4ae-485e-841e-e8e29df9898e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1759 0.006096 10.0.0.130 - - [2026-04-23 02:22:45] "DELETE /instance-ip/0a5732bd-f4ae-485e-841e-e8e29df9898e HTTP/1.1" 404 177 0.004592 10.0.0.23 - - [2026-04-23 02:22:45] "POST /neutron/port HTTP/1.1" 200 1128 0.017615 10.0.0.130 - - [2026-04-23 02:22:45] "GET /virtual-machine-interface/55610017-059e-404c-b3db-2328d1131d4f?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.006156 10.0.0.130 - - [2026-04-23 02:22:45] "DELETE /virtual-machine-interface/55610017-059e-404c-b3db-2328d1131d4f HTTP/1.1" 200 115 0.099224 10.0.0.130 - - [2026-04-23 02:22:45] "GET /virtual-machine-interface/4b40eb3b-40f2-4b9e-90d1-d3712c962e9b?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.012194 10.0.0.23 - - [2026-04-23 02:22:45] "POST /neutron/port HTTP/1.1" 200 151 0.286256 10.0.0.130 - - [2026-04-23 02:22:45] "DELETE /instance-ip/ff7aa7cb-af44-41a4-b58f-59d62480cee5 HTTP/1.1" 200 115 0.064050 10.0.0.130 - - [2026-04-23 02:22:45] "DELETE /virtual-machine/2f74146f-3e59-4e71-af1b-76403a999b46 HTTP/1.1" 200 115 0.045282 10.0.0.249 - - [2026-04-23 02:22:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007733 10.0.0.130 - - [2026-04-23 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059 10.0.0.249 - - [2026-04-23 02:22:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.23 - - [2026-04-23 02:22:46] "POST /neutron/network HTTP/1.1" 200 151 0.128792 10.0.0.130 - - [2026-04-23 02:22:47] "DELETE /route-target/e831061f-dc79-4475-a721-9d67c5e67dd2 HTTP/1.1" 200 115 0.036993 10.0.0.249 - - [2026-04-23 02:22:48] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000983 10.0.0.23 - - [2026-04-23 02:22:48] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050952 10.0.0.249 - - [2026-04-23 02:22:48] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001140 10.0.0.23 - - [2026-04-23 02:22:48] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?fields=virtual_networks HTTP/1.1" 200 1040 0.043057 10.0.0.249 - - [2026-04-23 02:22:48] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000954 10.0.0.23 - - [2026-04-23 02:22:48] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.046017 10.0.0.249 - - [2026-04-23 02:22:48] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.23 - - [2026-04-23 02:22:48] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?fields=security_groups HTTP/1.1" 200 1270 0.069150 10.0.0.23 - - [2026-04-23 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.033329 10.0.0.249 - - [2026-04-23 02:22:49] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003615 10.0.0.249 - - [2026-04-23 02:22:49] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.249 - - [2026-04-23 02:22:49] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006724 10.0.0.249 - - [2026-04-23 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 198 0.004570 10.0.0.249 - - [2026-04-23 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.008635 10.0.0.249 - - [2026-04-23 02:22:50] "POST /security-groups HTTP/1.1" 200 599 0.078684 10.0.0.249 - - [2026-04-23 02:22:50] "POST /projects HTTP/1.1" 200 601 0.293497 10.0.0.130 - - [2026-04-23 02:22:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.004456 10.0.0.249 - - [2026-04-23 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.366105 10.0.0.23 - - [2026-04-23 02:22:50] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.503444 10.0.0.23 - - [2026-04-23 02:22:51] "GET / HTTP/1.1" 200 36215 0.002192 10.0.0.249 - - [2026-04-23 02:22:51] "DELETE /project/fa0fdba34d064df080c284fcb39ec0ac HTTP/1.1" 404 173 0.006391 10.0.0.249 - - [2026-04-23 02:22:51] "DELETE /project/7e9e399336d94d1bb89cb8a447351641 HTTP/1.1" 404 173 0.011778 10.0.0.249 - - [2026-04-23 02:22:51] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.249 - - [2026-04-23 02:22:51] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000951 10.0.0.249 - - [2026-04-23 02:22:51] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.060144 10.0.0.249 - - [2026-04-23 02:22:51] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002134 10.0.0.249 - - [2026-04-23 02:22:51] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.087117 10.0.0.249 - - [2026-04-23 02:22:51] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001296 10.0.0.249 - - [2026-04-23 02:22:51] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?fields=security_groups HTTP/1.1" 200 1357 0.096967 10.0.0.249 - - [2026-04-23 02:22:51] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?fields=security_groups HTTP/1.1" 200 1372 0.110260 10.0.0.249 - - [2026-04-23 02:22:51] "DELETE /security-group/6657ca7e-f9be-448b-8c1f-395118e34a69 HTTP/1.1" 200 115 0.064965 10.0.0.249 - - [2026-04-23 02:22:51] "GET /projects?obj_uuids=4efc89f1-707c-4331-9f02-c98c397e29fd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001623 10.0.0.249 - - [2026-04-23 02:22:51] "GET /project/4efc89f1-707c-4331-9f02-c98c397e29fd?fields=application_policy_sets HTTP/1.1" 200 1396 0.050504 10.0.0.249 - - [2026-04-23 02:22:51] "DELETE /security-group/f47f06cf-64e9-46bd-82b4-2fb3089c3107 HTTP/1.1" 200 115 0.095228 10.0.0.249 - - [2026-04-23 02:22:51] "GET /projects?obj_uuids=7e9e3993-36d9-4d1b-b89c-b8a447351641&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001082 10.0.0.130 - - [2026-04-23 02:22:51] "DELETE /access-control-list/bd5f2cc9-991c-4704-909b-3ecf413b78e9 HTTP/1.1" 200 115 0.071723 10.0.0.249 - - [2026-04-23 02:22:51] "GET /project/7e9e3993-36d9-4d1b-b89c-b8a447351641?fields=application_policy_sets HTTP/1.1" 200 1411 0.070729 10.0.0.249 - - [2026-04-23 02:22:51] "DELETE /project/4efc89f1-707c-4331-9f02-c98c397e29fd HTTP/1.1" 200 115 0.562942 10.0.0.249 - - [2026-04-23 02:22:52] "DELETE /project/7e9e3993-36d9-4d1b-b89c-b8a447351641 HTTP/1.1" 200 115 0.618156 10.0.0.23 - - [2026-04-23 02:22:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-04-23 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.030204 10.0.0.249 - - [2026-04-23 02:22:53] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001678 10.0.0.23 - - [2026-04-23 02:22:53] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045379 10.0.0.23 - - [2026-04-23 02:22:53] "POST /neutron/network HTTP/1.1" 200 117 0.034545 10.0.0.130 - - [2026-04-23 02:22:53] "POST /route-targets HTTP/1.1" 200 328 0.015919 10.0.0.249 - - [2026-04-23 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009093 10.0.0.23 - - [2026-04-23 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.191085 10.0.0.23 - - [2026-04-23 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001258 10.0.0.23 - - [2026-04-23 02:22:54] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005036 10.0.0.23 - - [2026-04-23 02:22:54] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005557 10.0.0.23 - - [2026-04-23 02:22:54] "POST /neutron/network HTTP/1.1" 200 1007 0.009276 10.0.0.23 - - [2026-04-23 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.249 - - [2026-04-23 02:22:54] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.23 - - [2026-04-23 02:22:54] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040314 10.0.0.23 - - [2026-04-23 02:22:54] "POST /neutron/network HTTP/1.1" 200 117 0.014803 10.0.0.130 - - [2026-04-23 02:22:54] "POST /ref-update HTTP/1.1" 200 156 0.028068 10.0.0.249 - - [2026-04-23 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004808 10.0.0.23 - - [2026-04-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.034908 10.0.0.23 - - [2026-04-23 02:22:55] "POST /neutron/subnet HTTP/1.1" 200 823 0.188772 10.0.0.23 - - [2026-04-23 02:22:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.23 - - [2026-04-23 02:22:55] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005289 10.0.0.23 - - [2026-04-23 02:22:55] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007343 10.0.0.23 - - [2026-04-23 02:22:55] "POST /neutron/network HTTP/1.1" 200 1006 0.010118 10.0.0.23 - - [2026-04-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.002941 10.0.0.23 - - [2026-04-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.249 - - [2026-04-23 02:22:55] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.23 - - [2026-04-23 02:22:55] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037352 10.0.0.23 - - [2026-04-23 02:22:55] "POST /network-policys HTTP/1.1" 200 579 0.073682 10.0.0.23 - - [2026-04-23 02:22:55] "GET /network-policy/26f596d5-619d-49b0-992a-7997336d8557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.006227 10.0.0.23 - - [2026-04-23 02:22:55] "POST /neutron/network HTTP/1.1" 200 1007 0.008795 10.0.0.23 - - [2026-04-23 02:22:55] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.010309 10.0.0.23 - - [2026-04-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.021321 10.0.0.23 - - [2026-04-23 02:22:55] "GET /network-policy/26f596d5-619d-49b0-992a-7997336d8557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.004297 10.0.0.23 - - [2026-04-23 02:22:55] "POST /neutron/network HTTP/1.1" 200 1006 0.018646 10.0.0.130 - - [2026-04-23 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.008468 10.0.0.23 - - [2026-04-23 02:22:56] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.022533 10.0.0.23 - - [2026-04-23 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2026-04-23 02:22:56] "GET /network-policy/26f596d5-619d-49b0-992a-7997336d8557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.008167 10.0.0.23 - - [2026-04-23 02:22:56] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005800 10.0.0.249 - - [2026-04-23 02:22:57] "GET /obj-perms HTTP/1.1" 200 5046 0.067908 10.0.0.23 - - [2026-04-23 02:22:58] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005338 10.0.0.23 - - [2026-04-23 02:22:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001873 10.0.0.23 - - [2026-04-23 02:22:58] "POST /neutron/network HTTP/1.1" 200 1125 0.006816 10.0.0.249 - - [2026-04-23 02:22:59] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.23 - - [2026-04-23 02:22:59] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.081467 10.0.0.23 - - [2026-04-23 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.006437 10.0.0.23 - - [2026-04-23 02:22:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001108 10.0.0.23 - - [2026-04-23 02:23:00] "POST /neutron/network HTTP/1.1" 200 1125 0.008941 10.0.0.23 - - [2026-04-23 02:23:00] "POST /neutron/port HTTP/1.1" 200 1176 0.029217 10.0.0.249 - - [2026-04-23 02:23:00] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002121 10.0.0.23 - - [2026-04-23 02:23:01] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.095787 10.0.0.23 - - [2026-04-23 02:23:01] "POST /neutron/port HTTP/1.1" 200 1240 0.030628 10.0.0.23 - - [2026-04-23 02:23:01] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016851 10.0.0.23 - - [2026-04-23 02:23:01] "POST /neutron/network HTTP/1.1" 200 1115 0.011676 10.0.0.23 - - [2026-04-23 02:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.007335 10.0.0.23 - - [2026-04-23 02:23:01] "POST /neutron/network HTTP/1.1" 200 1124 0.009869 10.0.0.23 - - [2026-04-23 02:23:02] "POST /neutron/port HTTP/1.1" 200 1175 0.023187 10.0.0.23 - - [2026-04-23 02:23:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004582 10.0.0.23 - - [2026-04-23 02:23:02] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.130 - - [2026-04-23 02:23:04] "GET /obj-perms HTTP/1.1" 200 5056 0.048982 10.0.0.23 - - [2026-04-23 02:23:06] "POST /neutron/port HTTP/1.1" 200 1240 0.022377 10.0.0.23 - - [2026-04-23 02:23:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007511 10.0.0.23 - - [2026-04-23 02:23:06] "GET /virtual-machine/4855cec5-e9b1-410b-a674-3f4ab0decd4e HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-04-23 02:23:07] "GET /virtual-machine/4855cec5-e9b1-410b-a674-3f4ab0decd4e HTTP/1.1" 200 1302 0.035501 10.0.0.23 - - [2026-04-23 02:23:07] "GET /virtual-machine-interface/83a6a48c-c325-4880-a423-5e373a35d16e HTTP/1.1" 200 3183 0.005621 10.0.0.23 - - [2026-04-23 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.23 - - [2026-04-23 02:23:07] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003264 10.0.0.23 - - [2026-04-23 02:23:07] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003042 10.0.0.23 - - [2026-04-23 02:23:07] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006940 10.0.0.23 - - [2026-04-23 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.23 - - [2026-04-23 02:23:10] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005941 10.0.0.23 - - [2026-04-23 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2026-04-23 02:23:14] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005007 10.0.0.23 - - [2026-04-23 02:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2026-04-23 02:23:18] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006039 10.0.0.23 - - [2026-04-23 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-04-23 02:23:22] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006296 10.0.0.23 - - [2026-04-23 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.23 - - [2026-04-23 02:23:26] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005152 10.0.0.23 - - [2026-04-23 02:23:30] "POST /neutron/port HTTP/1.1" 200 1240 0.026714 10.0.0.23 - - [2026-04-23 02:23:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003876 10.0.0.23 - - [2026-04-23 02:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.23 - - [2026-04-23 02:23:30] "POST /neutron/network HTTP/1.1" 200 1115 0.016196 10.0.0.23 - - [2026-04-23 02:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2026-04-23 02:23:30] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007131 10.0.0.23 - - [2026-04-23 02:23:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004046 10.0.0.23 - - [2026-04-23 02:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.23 - - [2026-04-23 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.23 - - [2026-04-23 02:23:34] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006105 10.0.0.23 - - [2026-04-23 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2026-04-23 02:23:38] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007076 10.0.0.23 - - [2026-04-23 02:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.23 - - [2026-04-23 02:23:42] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005422 10.0.0.23 - - [2026-04-23 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.23 - - [2026-04-23 02:23:47] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006495 10.0.0.23 - - [2026-04-23 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-04-23 02:23:49] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004470 10.0.0.23 - - [2026-04-23 02:23:49] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003695 10.0.0.23 - - [2026-04-23 02:23:49] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.009317 10.0.0.23 - - [2026-04-23 02:23:49] "POST /neutron/port HTTP/1.1" 200 1240 0.023035 10.0.0.23 - - [2026-04-23 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008901 10.0.0.23 - - [2026-04-23 02:24:04] "GET /obj-perms HTTP/1.1" 200 5056 0.052697 10.0.0.23 - - [2026-04-23 02:24:04] "POST /neutron/port HTTP/1.1" 200 1240 0.020674 10.0.0.23 - - [2026-04-23 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007165 10.0.0.23 - - [2026-04-23 02:24:09] "POST /neutron/port HTTP/1.1" 200 1240 0.018183 10.0.0.23 - - [2026-04-23 02:24:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008250 10.0.0.23 - - [2026-04-23 02:24:20] "POST /neutron/port HTTP/1.1" 200 1239 0.021365 10.0.0.23 - - [2026-04-23 02:24:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007509 10.0.0.23 - - [2026-04-23 02:24:20] "GET /virtual-machine/03b97cc4-152a-42ff-a2e9-b0a24e7f1d60 HTTP/1.1" 200 1301 0.006297 10.0.0.23 - - [2026-04-23 02:24:20] "GET /virtual-machine-interface/c53ee976-303e-4f4d-b26d-ec3f81c8df17 HTTP/1.1" 200 3184 0.005257 10.0.0.23 - - [2026-04-23 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.23 - - [2026-04-23 02:24:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004138 10.0.0.23 - - [2026-04-23 02:24:20] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003453 10.0.0.23 - - [2026-04-23 02:24:20] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006042 10.0.0.23 - - [2026-04-23 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-04-23 02:24:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004083 10.0.0.23 - - [2026-04-23 02:24:21] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003312 10.0.0.23 - - [2026-04-23 02:24:21] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005681 10.0.0.23 - - [2026-04-23 02:24:31] "POST /neutron/network HTTP/1.1" 200 1124 0.007086 10.0.0.23 - - [2026-04-23 02:24:31] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013422 10.0.0.23 - - [2026-04-23 02:24:31] "POST /neutron/network HTTP/1.1" 200 1114 0.009392 10.0.0.23 - - [2026-04-23 02:24:32] "POST /neutron/network HTTP/1.1" 200 1125 0.006938 10.0.0.23 - - [2026-04-23 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012665 10.0.0.23 - - [2026-04-23 02:24:32] "POST /neutron/network HTTP/1.1" 200 1115 0.009558 10.0.0.23 - - [2026-04-23 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.249 - - [2026-04-23 02:24:45] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.028420 10.0.0.23 - - [2026-04-23 02:24:45] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071684 10.0.0.23 - - [2026-04-23 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2026-04-23 02:24:45] "PUT /network-policy/26f596d5-619d-49b0-992a-7997336d8557 HTTP/1.1" 200 263 0.016370 10.0.0.130 - - [2026-04-23 02:24:46] "PUT /access-control-list/119fc53c-b754-4ee5-b76a-0dc212fd8bfd HTTP/1.1" 200 273 0.042896 10.0.0.23 - - [2026-04-23 02:24:49] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007015 10.0.0.23 - - [2026-04-23 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.007549 10.0.0.23 - - [2026-04-23 02:24:49] "POST /neutron/network HTTP/1.1" 200 1006 0.011276 10.0.0.23 - - [2026-04-23 02:24:49] "GET /virtual-network/34db45bf-8fd0-4428-83c1-b3f9f07f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007226 10.0.0.23 - - [2026-04-23 02:24:49] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006168 10.0.0.130 - - [2026-04-23 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.041814 10.0.0.23 - - [2026-04-23 02:24:49] "POST /neutron/network HTTP/1.1" 200 1007 0.052177 10.0.0.23 - - [2026-04-23 02:24:49] "GET /virtual-network/41f0f3a3-2056-41d2-9127-c148d0be67ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.016496 10.0.0.23 - - [2026-04-23 02:24:49] "DELETE /network-policy/26f596d5-619d-49b0-992a-7997336d8557 HTTP/1.1" 200 115 0.050496 10.0.0.23 - - [2026-04-23 02:24:49] "POST /neutron/port HTTP/1.1" 200 1229 0.020556 10.0.0.23 - - [2026-04-23 02:24:50] "POST /neutron/port HTTP/1.1" 200 1240 0.017277 10.0.0.23 - - [2026-04-23 02:24:52] "POST /neutron/network HTTP/1.1" 200 1006 0.009939 10.0.0.130 - - [2026-04-23 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.249 - - [2026-04-23 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004169 10.0.0.249 - - [2026-04-23 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005139 10.0.0.249 - - [2026-04-23 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.249 - - [2026-04-23 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002850 10.0.0.23 - - [2026-04-23 02:24:52] "POST /neutron/network HTTP/1.1" 200 151 0.141384 10.0.0.130 - - [2026-04-23 02:24:52] "DELETE /route-target/f0c4a351-7ded-4b7e-beb7-bd2e6836a685 HTTP/1.1" 200 115 0.022243 10.0.0.249 - - [2026-04-23 02:24:57] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.23 - - [2026-04-23 02:24:57] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036123 10.0.0.23 - - [2026-04-23 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006546 10.0.0.249 - - [2026-04-23 02:24:57] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.23 - - [2026-04-23 02:24:57] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009431 10.0.0.23 - - [2026-04-23 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.249 - - [2026-04-23 02:24:57] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.23 - - [2026-04-23 02:24:57] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049272 10.0.0.23 - - [2026-04-23 02:24:58] "GET /domains HTTP/1.1" 200 281 0.003598 10.0.0.249 - - [2026-04-23 02:24:58] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.23 - - [2026-04-23 02:24:58] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b HTTP/1.1" 200 2786 0.020229 10.0.0.249 - - [2026-04-23 02:24:58] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.23 - - [2026-04-23 02:24:58] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac HTTP/1.1" 200 1905 0.094923 10.0.0.23 - - [2026-04-23 02:24:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003433 10.0.0.23 - - [2026-04-23 02:24:58] "POST /network-ipams HTTP/1.1" 200 611 0.037322 10.0.0.23 - - [2026-04-23 02:24:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003123 10.0.0.23 - - [2026-04-23 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.23 - - [2026-04-23 02:24:58] "GET /network-ipam/d1d3e1e4-d954-4b6a-8dda-9cc1261d23c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.008281 10.0.0.23 - - [2026-04-23 02:24:58] "PUT /network-ipam/d1d3e1e4-d954-4b6a-8dda-9cc1261d23c7 HTTP/1.1" 200 259 0.028038 10.0.0.23 - - [2026-04-23 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.249 - - [2026-04-23 02:24:58] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.23 - - [2026-04-23 02:24:58] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049470 10.0.0.249 - - [2026-04-23 02:24:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006417 10.0.0.23 - - [2026-04-23 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.223586 10.0.0.23 - - [2026-04-23 02:24:59] "POST /neutron/network HTTP/1.1" 200 1309 0.013947 10.0.0.23 - - [2026-04-23 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 231 0.001139 10.0.0.23 - - [2026-04-23 02:24:59] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005466 10.0.0.23 - - [2026-04-23 02:24:59] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006560 10.0.0.23 - - [2026-04-23 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.008915 10.0.0.23 - - [2026-04-23 02:25:00] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006630 10.0.0.249 - - [2026-04-23 02:25:00] "GET /obj-perms HTTP/1.1" 200 5046 0.004570 10.0.0.23 - - [2026-04-23 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.249 - - [2026-04-23 02:25:00] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001328 10.0.0.23 - - [2026-04-23 02:25:00] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043222 10.0.0.23 - - [2026-04-23 02:25:00] "POST /neutron/network HTTP/1.1" 200 117 0.014865 10.0.0.130 - - [2026-04-23 02:25:00] "POST /route-targets HTTP/1.1" 200 328 0.013821 10.0.0.249 - - [2026-04-23 02:25:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007451 10.0.0.23 - - [2026-04-23 02:25:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.176066 10.0.0.23 - - [2026-04-23 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.009980 10.0.0.23 - - [2026-04-23 02:25:01] "POST /id-to-fqname HTTP/1.1" 200 231 0.001848 10.0.0.23 - - [2026-04-23 02:25:01] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.010846 10.0.0.23 - - [2026-04-23 02:25:01] "POST /neutron/network HTTP/1.1" 200 1308 0.015704 10.0.0.23 - - [2026-04-23 02:25:01] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008214 10.0.0.23 - - [2026-04-23 02:25:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.010517 10.0.0.23 - - [2026-04-23 02:25:01] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006528 10.0.0.130 - - [2026-04-23 02:25:02] "GET /obj-perms HTTP/1.1" 200 5046 0.055864 10.0.0.23 - - [2026-04-23 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.249 - - [2026-04-23 02:25:02] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.23 - - [2026-04-23 02:25:02] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050405 10.0.0.249 - - [2026-04-23 02:25:02] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.23 - - [2026-04-23 02:25:02] "POST /neutron/network HTTP/1.1" 200 619 0.135733 10.0.0.249 - - [2026-04-23 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007607 10.0.0.23 - - [2026-04-23 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.234068 10.0.0.23 - - [2026-04-23 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001272 10.0.0.23 - - [2026-04-23 02:25:03] "GET /virtual-network/af4a4dd2-efa6-4434-a3f9-7c222931b13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005616 10.0.0.23 - - [2026-04-23 02:25:03] "GET /virtual-network/af4a4dd2-efa6-4434-a3f9-7c222931b13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006799 10.0.0.23 - - [2026-04-23 02:25:03] "POST /neutron/network HTTP/1.1" 200 1309 0.012230 10.0.0.23 - - [2026-04-23 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.008607 10.0.0.23 - - [2026-04-23 02:25:03] "GET /virtual-network/af4a4dd2-efa6-4434-a3f9-7c222931b13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006285 10.0.0.23 - - [2026-04-23 02:25:03] "GET /obj-perms HTTP/1.1" 200 5046 0.072986 10.0.0.23 - - [2026-04-23 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2026-04-23 02:25:03] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.23 - - [2026-04-23 02:25:03] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058781 10.0.0.130 - - [2026-04-23 02:25:04] "POST /route-targets HTTP/1.1" 200 328 0.018615 10.0.0.249 - - [2026-04-23 02:25:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010477 10.0.0.23 - - [2026-04-23 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.264149 10.0.0.23 - - [2026-04-23 02:25:04] "POST /neutron/network HTTP/1.1" 200 1308 0.014340 10.0.0.23 - - [2026-04-23 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 231 0.001063 10.0.0.23 - - [2026-04-23 02:25:04] "GET /virtual-network/7f546362-6906-4c7f-b44e-d60d8d49a1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005813 10.0.0.23 - - [2026-04-23 02:25:05] "GET /virtual-network/7f546362-6906-4c7f-b44e-d60d8d49a1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006713 10.0.0.23 - - [2026-04-23 02:25:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.008934 10.0.0.23 - - [2026-04-23 02:25:05] "GET /virtual-network/7f546362-6906-4c7f-b44e-d60d8d49a1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006241 10.0.0.249 - - [2026-04-23 02:25:05] "GET /obj-perms HTTP/1.1" 200 5056 0.096616 10.0.0.23 - - [2026-04-23 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 225 0.007581 10.0.0.23 - - [2026-04-23 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.249 - - [2026-04-23 02:25:05] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001491 10.0.0.23 - - [2026-04-23 02:25:05] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041790 10.0.0.23 - - [2026-04-23 02:25:05] "POST /network-policys HTTP/1.1" 200 561 0.031569 10.0.0.23 - - [2026-04-23 02:25:05] "GET /network-policy/eae5d1a6-9856-4b76-a5d2-7c2e2bfa2aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.006354 10.0.0.23 - - [2026-04-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.003925 10.0.0.23 - - [2026-04-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.249 - - [2026-04-23 02:25:06] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.23 - - [2026-04-23 02:25:06] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045446 10.0.0.23 - - [2026-04-23 02:25:06] "POST /network-policys HTTP/1.1" 200 561 0.032565 10.0.0.23 - - [2026-04-23 02:25:06] "GET /network-policy/5e89d752-8e11-4422-b0ad-be0284a6c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007920 10.0.0.23 - - [2026-04-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.003275 10.0.0.23 - - [2026-04-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005758 10.0.0.249 - - [2026-04-23 02:25:06] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001126 10.0.0.23 - - [2026-04-23 02:25:06] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045819 10.0.0.23 - - [2026-04-23 02:25:06] "POST /network-policys HTTP/1.1" 200 561 0.031588 10.0.0.23 - - [2026-04-23 02:25:06] "GET /network-policy/0d2aa076-87d0-4a10-ba38-4f45016f7a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007484 10.0.0.23 - - [2026-04-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.004107 10.0.0.23 - - [2026-04-23 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.249 - - [2026-04-23 02:25:06] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.23 - - [2026-04-23 02:25:06] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046738 10.0.0.23 - - [2026-04-23 02:25:06] "POST /network-policys HTTP/1.1" 200 561 0.038575 10.0.0.23 - - [2026-04-23 02:25:07] "GET /network-policy/06c9d36c-a78a-41af-b2f7-d4b1266be025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007735 10.0.0.23 - - [2026-04-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.005733 10.0.0.23 - - [2026-04-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.249 - - [2026-04-23 02:25:07] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001767 10.0.0.23 - - [2026-04-23 02:25:07] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051939 10.0.0.23 - - [2026-04-23 02:25:07] "POST /network-policys HTTP/1.1" 200 561 0.033465 10.0.0.23 - - [2026-04-23 02:25:07] "GET /network-policy/462c918a-0731-4b5f-9076-563013583280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.007702 10.0.0.23 - - [2026-04-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.003241 10.0.0.23 - - [2026-04-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.249 - - [2026-04-23 02:25:07] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.23 - - [2026-04-23 02:25:07] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047196 10.0.0.23 - - [2026-04-23 02:25:07] "POST /network-policys HTTP/1.1" 200 561 0.032247 10.0.0.23 - - [2026-04-23 02:25:07] "GET /network-policy/d229ef18-1013-413c-8f24-b77f15cccf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.007353 10.0.0.23 - - [2026-04-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.003218 10.0.0.23 - - [2026-04-23 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2026-04-23 02:25:08] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.23 - - [2026-04-23 02:25:08] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050576 10.0.0.23 - - [2026-04-23 02:25:08] "POST /network-policys HTTP/1.1" 200 561 0.030733 10.0.0.23 - - [2026-04-23 02:25:08] "GET /network-policy/a110a792-513d-4c28-808a-8b147dfbc39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.008495 10.0.0.23 - - [2026-04-23 02:25:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.003506 10.0.0.23 - - [2026-04-23 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.249 - - [2026-04-23 02:25:08] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.23 - - [2026-04-23 02:25:08] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046793 10.0.0.23 - - [2026-04-23 02:25:08] "POST /network-policys HTTP/1.1" 200 561 0.035053 10.0.0.23 - - [2026-04-23 02:25:08] "GET /network-policy/f1083356-6a4c-49a7-9412-fba4c7ff462b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006337 10.0.0.23 - - [2026-04-23 02:25:08] "POST /neutron/network HTTP/1.1" 200 1309 0.012422 10.0.0.23 - - [2026-04-23 02:25:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.003981 10.0.0.130 - - [2026-04-23 02:25:09] "POST /access-control-lists HTTP/1.1" 200 607 0.043921 10.0.0.23 - - [2026-04-23 02:25:09] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007857 10.0.0.23 - - [2026-04-23 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.23 - - [2026-04-23 02:25:09] "GET /network-policy/5e89d752-8e11-4422-b0ad-be0284a6c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004585 10.0.0.23 - - [2026-04-23 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2026-04-23 02:25:09] "GET /network-policy/eae5d1a6-9856-4b76-a5d2-7c2e2bfa2aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004905 10.0.0.23 - - [2026-04-23 02:25:09] "POST /neutron/network HTTP/1.1" 200 1308 0.016315 10.0.0.23 - - [2026-04-23 02:25:09] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.009500 10.0.0.130 - - [2026-04-23 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.057091 10.0.0.23 - - [2026-04-23 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009969 10.0.0.23 - - [2026-04-23 02:25:09] "GET /network-policy/06c9d36c-a78a-41af-b2f7-d4b1266be025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005677 10.0.0.23 - - [2026-04-23 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.23 - - [2026-04-23 02:25:09] "GET /network-policy/0d2aa076-87d0-4a10-ba38-4f45016f7a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004530 10.0.0.23 - - [2026-04-23 02:25:09] "POST /neutron/network HTTP/1.1" 200 1309 0.011872 10.0.0.23 - - [2026-04-23 02:25:09] "GET /virtual-network/af4a4dd2-efa6-4434-a3f9-7c222931b13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007948 10.0.0.23 - - [2026-04-23 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.23 - - [2026-04-23 02:25:10] "GET /network-policy/462c918a-0731-4b5f-9076-563013583280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005193 10.0.0.23 - - [2026-04-23 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2026-04-23 02:25:10] "GET /network-policy/d229ef18-1013-413c-8f24-b77f15cccf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004476 10.0.0.23 - - [2026-04-23 02:25:10] "POST /neutron/network HTTP/1.1" 200 1308 0.012207 10.0.0.23 - - [2026-04-23 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.003957 10.0.0.130 - - [2026-04-23 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 248 0.003442 10.0.0.23 - - [2026-04-23 02:25:10] "GET /virtual-network/7f546362-6906-4c7f-b44e-d60d8d49a1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.008099 10.0.0.23 - - [2026-04-23 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2026-04-23 02:25:10] "GET /network-policy/a110a792-513d-4c28-808a-8b147dfbc39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.017530 10.0.0.23 - - [2026-04-23 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.23 - - [2026-04-23 02:25:10] "GET /network-policy/f1083356-6a4c-49a7-9412-fba4c7ff462b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004459 10.0.0.23 - - [2026-04-23 02:25:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001122 10.0.0.23 - - [2026-04-23 02:25:42] "POST /neutron/network HTTP/1.1" 200 1504 0.007335 10.0.0.249 - - [2026-04-23 02:25:43] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001463 10.0.0.23 - - [2026-04-23 02:25:43] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.103892 10.0.0.23 - - [2026-04-23 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.007411 10.0.0.23 - - [2026-04-23 02:25:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001418 10.0.0.23 - - [2026-04-23 02:25:43] "POST /neutron/network HTTP/1.1" 200 1504 0.008046 10.0.0.249 - - [2026-04-23 02:25:44] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.23 - - [2026-04-23 02:25:44] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.122297 10.0.0.23 - - [2026-04-23 02:25:44] "POST /neutron/port HTTP/1.1" 200 1170 0.082273 10.0.0.23 - - [2026-04-23 02:25:44] "POST /neutron/port HTTP/1.1" 200 1192 0.087093 10.0.0.23 - - [2026-04-23 02:25:45] "POST /neutron/port HTTP/1.1" 200 1234 0.049387 10.0.0.23 - - [2026-04-23 02:25:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007053 10.0.0.23 - - [2026-04-23 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.003685 10.0.0.23 - - [2026-04-23 02:25:45] "POST /neutron/network HTTP/1.1" 200 1503 0.018822 10.0.0.23 - - [2026-04-23 02:25:46] "POST /neutron/port HTTP/1.1" 200 1169 0.082306 10.0.0.23 - - [2026-04-23 02:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009188 10.0.0.23 - - [2026-04-23 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.002501 10.0.0.23 - - [2026-04-23 02:25:50] "POST /neutron/port HTTP/1.1" 200 1234 0.055846 10.0.0.23 - - [2026-04-23 02:25:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019569 10.0.0.23 - - [2026-04-23 02:26:05] "POST /neutron/port HTTP/1.1" 200 1234 0.042107 10.0.0.130 - - [2026-04-23 02:26:06] "GET /obj-perms HTTP/1.1" 200 5056 0.073766 10.0.0.23 - - [2026-04-23 02:26:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009107 10.0.0.23 - - [2026-04-23 02:26:21] "POST /neutron/port HTTP/1.1" 200 1234 0.019790 10.0.0.23 - - [2026-04-23 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008167 10.0.0.23 - - [2026-04-23 02:26:36] "POST /neutron/port HTTP/1.1" 200 1234 0.019592 10.0.0.23 - - [2026-04-23 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008354 10.0.0.23 - - [2026-04-23 02:26:51] "POST /neutron/port HTTP/1.1" 200 1234 0.018251 10.0.0.23 - - [2026-04-23 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010826 10.0.0.23 - - [2026-04-23 02:26:51] "GET /virtual-machine/41feb247-d560-4d3c-b1a5-db7a67133b00 HTTP/1.1" 200 1302 0.006342 10.0.0.23 - - [2026-04-23 02:26:51] "GET /virtual-machine-interface/86ff6572-4afd-4eb6-8b09-d359b46e2c47 HTTP/1.1" 200 3192 0.006633 10.0.0.23 - - [2026-04-23 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2026-04-23 02:26:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003981 10.0.0.23 - - [2026-04-23 02:26:51] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004181 10.0.0.23 - - [2026-04-23 02:26:51] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006346 10.0.0.23 - - [2026-04-23 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2026-04-23 02:26:55] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005314 10.0.0.249 - - [2026-04-23 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.249 - - [2026-04-23 02:26:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.130 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.130 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.130 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.130 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.249 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.249 - - [2026-04-23 02:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000975 10.0.0.23 - - [2026-04-23 02:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-04-23 02:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-04-23 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2026-04-23 02:26:59] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006473 10.0.0.23 - - [2026-04-23 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2026-04-23 02:27:03] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006159 10.0.0.23 - - [2026-04-23 02:27:07] "GET /obj-perms HTTP/1.1" 200 5056 0.052114 10.0.0.23 - - [2026-04-23 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-04-23 02:27:07] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005993 10.0.0.23 - - [2026-04-23 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.23 - - [2026-04-23 02:27:11] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005866 10.0.0.23 - - [2026-04-23 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-04-23 02:27:15] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005888 10.0.0.23 - - [2026-04-23 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.23 - - [2026-04-23 02:27:19] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007289 10.0.0.23 - - [2026-04-23 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.23 - - [2026-04-23 02:27:23] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006319 10.0.0.23 - - [2026-04-23 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.23 - - [2026-04-23 02:27:27] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.004937 10.0.0.23 - - [2026-04-23 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005842 10.0.0.23 - - [2026-04-23 02:27:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004398 10.0.0.23 - - [2026-04-23 02:27:32] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003045 10.0.0.23 - - [2026-04-23 02:27:32] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006824 10.0.0.23 - - [2026-04-23 02:27:32] "POST /neutron/port HTTP/1.1" 200 1234 0.018715 10.0.0.23 - - [2026-04-23 02:27:36] "POST /neutron/port HTTP/1.1" 200 1234 0.017869 10.0.0.23 - - [2026-04-23 02:27:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.23 - - [2026-04-23 02:27:36] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.23 - - [2026-04-23 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008382 10.0.0.23 - - [2026-04-23 02:27:37] "POST /neutron/network HTTP/1.1" 200 1503 0.008999 10.0.0.23 - - [2026-04-23 02:27:37] "POST /neutron/subnet HTTP/1.1" 200 1356 0.019940 10.0.0.23 - - [2026-04-23 02:27:37] "POST /neutron/network HTTP/1.1" 200 1493 0.011745 10.0.0.23 - - [2026-04-23 02:27:43] "POST /neutron/port HTTP/1.1" 200 1234 0.047304 10.0.0.23 - - [2026-04-23 02:27:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007020 10.0.0.23 - - [2026-04-23 02:27:58] "POST /neutron/port HTTP/1.1" 200 1233 0.043678 10.0.0.23 - - [2026-04-23 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007613 10.0.0.23 - - [2026-04-23 02:27:58] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 200 1302 0.006356 10.0.0.23 - - [2026-04-23 02:27:58] "GET /virtual-machine-interface/e3f33cf0-8618-4e88-8c74-01f8da82a1f1 HTTP/1.1" 200 3193 0.005393 10.0.0.23 - - [2026-04-23 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.026518 10.0.0.23 - - [2026-04-23 02:27:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004138 10.0.0.23 - - [2026-04-23 02:27:58] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003464 10.0.0.23 - - [2026-04-23 02:27:58] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005536 10.0.0.23 - - [2026-04-23 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.23 - - [2026-04-23 02:27:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004435 10.0.0.23 - - [2026-04-23 02:27:59] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003152 10.0.0.23 - - [2026-04-23 02:27:59] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.006219 10.0.0.23 - - [2026-04-23 02:27:59] "POST /neutron/port HTTP/1.1" 200 1233 0.018714 10.0.0.23 - - [2026-04-23 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007785 10.0.0.249 - - [2026-04-23 02:28:08] "GET /obj-perms HTTP/1.1" 200 5056 0.053660 10.0.0.23 - - [2026-04-23 02:28:10] "POST /neutron/port HTTP/1.1" 200 1233 0.023927 10.0.0.23 - - [2026-04-23 02:28:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007860 10.0.0.23 - - [2026-04-23 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2026-04-23 02:28:15] "GET /network-policy/0d2aa076-87d0-4a10-ba38-4f45016f7a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004556 10.0.0.23 - - [2026-04-23 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.23 - - [2026-04-23 02:28:15] "GET /network-policy/06c9d36c-a78a-41af-b2f7-d4b1266be025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004685 10.0.0.23 - - [2026-04-23 02:28:15] "POST /neutron/port HTTP/1.1" 200 1234 0.018275 10.0.0.23 - - [2026-04-23 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2026-04-23 02:28:16] "GET /network-policy/eae5d1a6-9856-4b76-a5d2-7c2e2bfa2aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.004856 10.0.0.23 - - [2026-04-23 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2026-04-23 02:28:16] "GET /network-policy/5e89d752-8e11-4422-b0ad-be0284a6c6cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004376 10.0.0.23 - - [2026-04-23 02:28:29] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 200 1302 0.037916 10.0.0.23 - - [2026-04-23 02:28:30] "POST /neutron/port HTTP/1.1" 200 1223 0.017832 10.0.0.23 - - [2026-04-23 02:28:31] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003455 10.0.0.23 - - [2026-04-23 02:28:31] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003590 10.0.0.23 - - [2026-04-23 02:28:31] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003376 10.0.0.23 - - [2026-04-23 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.23 - - [2026-04-23 02:28:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003918 10.0.0.23 - - [2026-04-23 02:28:31] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003709 10.0.0.23 - - [2026-04-23 02:28:31] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.006159 10.0.0.23 - - [2026-04-23 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.23 - - [2026-04-23 02:28:31] "GET /routing-instance/4088fe8e-6297-41b4-be96-1008a9d4698d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004587 10.0.0.23 - - [2026-04-23 02:28:31] "GET /route-target/53550a92-430a-4e4e-a155-cf10f07d740c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005470 10.0.0.23 - - [2026-04-23 02:28:32] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003122 10.0.0.23 - - [2026-04-23 02:28:33] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003658 10.0.0.23 - - [2026-04-23 02:28:34] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.006695 10.0.0.23 - - [2026-04-23 02:28:35] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003506 10.0.0.23 - - [2026-04-23 02:28:36] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003061 10.0.0.23 - - [2026-04-23 02:28:37] "GET /virtual-machine/29fefae3-89aa-4ec6-8c01-065cbd3f35f9 HTTP/1.1" 404 171 0.003498 10.0.0.23 - - [2026-04-23 02:28:38] "POST /neutron/port HTTP/1.1" 200 1234 0.017634 10.0.0.23 - - [2026-04-23 02:28:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004081 10.0.0.23 - - [2026-04-23 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.23 - - [2026-04-23 02:28:40] "GET /obj-perms HTTP/1.1" 200 5046 0.003656 10.0.0.130 - - [2026-04-23 02:28:40] "GET /obj-perms HTTP/1.1" 200 5046 0.003793 10.0.0.23 - - [2026-04-23 02:28:46] "GET /obj-perms HTTP/1.1" 200 5046 0.004006 10.0.0.130 - - [2026-04-23 02:28:46] "GET /obj-perms HTTP/1.1" 200 5046 0.003622 10.0.0.23 - - [2026-04-23 02:28:46] "GET /virtual-machine/41feb247-d560-4d3c-b1a5-db7a67133b00 HTTP/1.1" 200 1302 0.005338 10.0.0.23 - - [2026-04-23 02:28:47] "POST /neutron/port HTTP/1.1" 200 1224 0.016168 10.0.0.23 - - [2026-04-23 02:28:48] "GET /virtual-machine/41feb247-d560-4d3c-b1a5-db7a67133b00 HTTP/1.1" 404 171 0.003214 10.0.0.23 - - [2026-04-23 02:28:48] "GET /virtual-machine/41feb247-d560-4d3c-b1a5-db7a67133b00 HTTP/1.1" 404 171 0.003832 10.0.0.23 - - [2026-04-23 02:28:48] "GET /virtual-machine/41feb247-d560-4d3c-b1a5-db7a67133b00 HTTP/1.1" 404 171 0.003677 10.0.0.23 - - [2026-04-23 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2026-04-23 02:28:49] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003726 10.0.0.23 - - [2026-04-23 02:28:49] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003206 10.0.0.23 - - [2026-04-23 02:28:49] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005814 10.0.0.23 - - [2026-04-23 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.23 - - [2026-04-23 02:28:49] "GET /routing-instance/86c62b60-8e33-44dc-b3a2-b44b3abfd004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004582 10.0.0.23 - - [2026-04-23 02:28:49] "GET /route-target/c878461d-f8e6-4054-8d70-8f696cd4baff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004524 10.0.0.23 - - [2026-04-23 02:28:49] "GET /obj-perms HTTP/1.1" 200 5046 0.003838 10.0.0.23 - - [2026-04-23 02:28:55] "GET /obj-perms HTTP/1.1" 200 5046 0.004299 10.0.0.23 - - [2026-04-23 02:28:58] "GET /obj-perms HTTP/1.1" 200 5046 0.003933 10.0.0.23 - - [2026-04-23 02:29:04] "GET /obj-perms HTTP/1.1" 200 5046 0.004274 10.0.0.23 - - [2026-04-23 02:29:07] "GET /obj-perms HTTP/1.1" 200 5046 0.003925 10.0.0.23 - - [2026-04-23 02:29:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003639 10.0.0.23 - - [2026-04-23 02:29:13] "GET /obj-perms HTTP/1.1" 200 5046 0.003678 10.0.0.249 - - [2026-04-23 02:29:13] "GET /obj-perms HTTP/1.1" 200 5046 0.047233 10.0.0.23 - - [2026-04-23 02:29:14] "GET /virtual-network/7f546362-6906-4c7f-b44e-d60d8d49a1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005305 10.0.0.23 - - [2026-04-23 02:29:14] "POST /neutron/network HTTP/1.1" 200 1308 0.090792 10.0.0.23 - - [2026-04-23 02:29:14] "GET /virtual-network/7f546362-6906-4c7f-b44e-d60d8d49a1ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005263 10.0.0.23 - - [2026-04-23 02:29:14] "GET /virtual-network/af4a4dd2-efa6-4434-a3f9-7c222931b13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007032 10.0.0.23 - - [2026-04-23 02:29:14] "POST /neutron/network HTTP/1.1" 200 1309 0.088200 10.0.0.130 - - [2026-04-23 02:29:14] "DELETE /access-control-list/4270b005-28a5-418c-a7d4-71bcf4c3692c HTTP/1.1" 200 115 0.045878 10.0.0.23 - - [2026-04-23 02:29:14] "GET /virtual-network/af4a4dd2-efa6-4434-a3f9-7c222931b13b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005822 10.0.0.23 - - [2026-04-23 02:29:14] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005788 10.0.0.23 - - [2026-04-23 02:29:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.033038 10.0.0.23 - - [2026-04-23 02:29:14] "POST /neutron/network HTTP/1.1" 200 1308 0.126198 10.0.0.23 - - [2026-04-23 02:29:14] "GET /virtual-network/292549ce-68b0-42e8-b87f-abe557238bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009403 10.0.0.23 - - [2026-04-23 02:29:15] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006880 10.0.0.23 - - [2026-04-23 02:29:15] "POST /neutron/network HTTP/1.1" 200 1309 0.096911 10.0.0.130 - - [2026-04-23 02:29:15] "DELETE /access-control-list/1fbc6d4f-dbed-4856-9a93-7008dc28652e HTTP/1.1" 200 115 0.054323 10.0.0.23 - - [2026-04-23 02:29:15] "GET /virtual-network/c1e95d9a-cbb8-4241-93d6-7ec6b7e33280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006259 10.0.0.23 - - [2026-04-23 02:29:15] "DELETE /network-policy/f1083356-6a4c-49a7-9412-fba4c7ff462b HTTP/1.1" 200 115 0.070332 10.0.0.23 - - [2026-04-23 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.249 - - [2026-04-23 02:29:15] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.23 - - [2026-04-23 02:29:15] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037370 10.0.0.23 - - [2026-04-23 02:29:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.008912 10.0.0.23 - - [2026-04-23 02:29:15] "DELETE /network-policy/a110a792-513d-4c28-808a-8b147dfbc39f HTTP/1.1" 200 115 0.043778 10.0.0.23 - - [2026-04-23 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.249 - - [2026-04-23 02:29:15] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.23 - - [2026-04-23 02:29:15] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040468 10.0.0.23 - - [2026-04-23 02:29:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005956 10.0.0.23 - - [2026-04-23 02:29:15] "DELETE /network-policy/d229ef18-1013-413c-8f24-b77f15cccf94 HTTP/1.1" 200 115 0.042201 10.0.0.23 - - [2026-04-23 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.249 - - [2026-04-23 02:29:15] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.23 - - [2026-04-23 02:29:15] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037054 10.0.0.23 - - [2026-04-23 02:29:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.005217 10.0.0.23 - - [2026-04-23 02:29:15] "DELETE /network-policy/462c918a-0731-4b5f-9076-563013583280 HTTP/1.1" 200 115 0.047647 10.0.0.23 - - [2026-04-23 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.249 - - [2026-04-23 02:29:16] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.23 - - [2026-04-23 02:29:16] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048236 10.0.0.23 - - [2026-04-23 02:29:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.005599 10.0.0.23 - - [2026-04-23 02:29:16] "DELETE /network-policy/06c9d36c-a78a-41af-b2f7-d4b1266be025 HTTP/1.1" 200 115 0.042357 10.0.0.23 - - [2026-04-23 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.249 - - [2026-04-23 02:29:16] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.23 - - [2026-04-23 02:29:16] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045879 10.0.0.23 - - [2026-04-23 02:29:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.005465 10.0.0.23 - - [2026-04-23 02:29:16] "DELETE /network-policy/0d2aa076-87d0-4a10-ba38-4f45016f7a9e HTTP/1.1" 200 115 0.048877 10.0.0.23 - - [2026-04-23 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.249 - - [2026-04-23 02:29:16] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001283 10.0.0.23 - - [2026-04-23 02:29:16] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046241 10.0.0.23 - - [2026-04-23 02:29:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.007280 10.0.0.23 - - [2026-04-23 02:29:16] "DELETE /network-policy/5e89d752-8e11-4422-b0ad-be0284a6c6cc HTTP/1.1" 200 115 0.035567 10.0.0.23 - - [2026-04-23 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.249 - - [2026-04-23 02:29:16] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.23 - - [2026-04-23 02:29:16] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040755 10.0.0.23 - - [2026-04-23 02:29:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004900 10.0.0.23 - - [2026-04-23 02:29:16] "DELETE /network-policy/eae5d1a6-9856-4b76-a5d2-7c2e2bfa2aaa HTTP/1.1" 200 115 0.045639 10.0.0.23 - - [2026-04-23 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.249 - - [2026-04-23 02:29:17] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.23 - - [2026-04-23 02:29:17] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038772 10.0.0.23 - - [2026-04-23 02:29:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-49331799&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005348 10.0.0.249 - - [2026-04-23 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003187 10.0.0.249 - - [2026-04-23 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003039 10.0.0.249 - - [2026-04-23 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003428 10.0.0.249 - - [2026-04-23 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.249 - - [2026-04-23 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.249 - - [2026-04-23 02:29:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002810 10.0.0.23 - - [2026-04-23 02:29:17] "POST /neutron/network HTTP/1.1" 200 151 0.154495 10.0.0.130 - - [2026-04-23 02:29:17] "DELETE /route-target/d2d3c70b-d7f5-47e5-b394-f93cbd942258 HTTP/1.1" 200 115 0.034196 10.0.0.23 - - [2026-04-23 02:29:17] "POST /neutron/network HTTP/1.1" 200 1308 0.014606 10.0.0.130 - - [2026-04-23 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.249 - - [2026-04-23 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006235 10.0.0.249 - - [2026-04-23 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003140 10.0.0.249 - - [2026-04-23 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005467 10.0.0.249 - - [2026-04-23 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.249 - - [2026-04-23 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005557 10.0.0.249 - - [2026-04-23 02:29:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003956 10.0.0.130 - - [2026-04-23 02:29:18] "DELETE /route-target/c878461d-f8e6-4054-8d70-8f696cd4baff HTTP/1.1" 200 115 0.054061 10.0.0.23 - - [2026-04-23 02:29:18] "POST /neutron/network HTTP/1.1" 200 151 0.200433 10.0.0.23 - - [2026-04-23 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-04-23 02:29:18] "DELETE /network-ipam/d1d3e1e4-d954-4b6a-8dda-9cc1261d23c7 HTTP/1.1" 200 115 0.040997 10.0.0.23 - - [2026-04-23 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.003019 10.0.0.249 - - [2026-04-23 02:29:18] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.249 - - [2026-04-23 02:29:18] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.044812 10.0.0.249 - - [2026-04-23 02:29:18] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.249 - - [2026-04-23 02:29:18] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?fields=security_groups HTTP/1.1" 200 1387 0.040169 10.0.0.249 - - [2026-04-23 02:29:19] "DELETE /security-group/a233314d-c95c-4eb9-9c0e-b0c95540935b HTTP/1.1" 200 115 0.079721 10.0.0.249 - - [2026-04-23 02:29:19] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001594 10.0.0.249 - - [2026-04-23 02:29:19] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?fields=application_policy_sets HTTP/1.1" 200 1426 0.056501 10.0.0.23 - - [2026-04-23 02:29:19] "DELETE /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac HTTP/1.1" 200 115 0.452700 10.0.0.249 - - [2026-04-23 02:29:19] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.23 - - [2026-04-23 02:29:19] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?fields=projects HTTP/1.1" 200 1442 0.010431 10.0.0.23 - - [2026-04-23 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003339 10.0.0.249 - - [2026-04-23 02:29:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.002091 10.0.0.249 - - [2026-04-23 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.007533 10.0.0.249 - - [2026-04-23 02:29:24] "POST /security-groups HTTP/1.1" 200 599 0.033537 10.0.0.130 - - [2026-04-23 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.003216 10.0.0.249 - - [2026-04-23 02:29:24] "POST /projects HTTP/1.1" 200 601 0.249036 10.0.0.23 - - [2026-04-23 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.285313 10.0.0.249 - - [2026-04-23 02:29:24] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.130 - - [2026-04-23 02:29:24] "POST /access-control-lists HTTP/1.1" 200 604 0.030779 10.0.0.23 - - [2026-04-23 02:29:24] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042842 10.0.0.23 - - [2026-04-23 02:29:24] "POST /network-policys HTTP/1.1" 200 561 0.073243 10.0.0.23 - - [2026-04-23 02:29:24] "GET /network-policy/9119507e-cf5d-4e26-84a3-5fa2b2d94dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.006832 10.0.0.23 - - [2026-04-23 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.249 - - [2026-04-23 02:29:25] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.23 - - [2026-04-23 02:29:25] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049315 10.0.0.249 - - [2026-04-23 02:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009151 10.0.0.23 - - [2026-04-23 02:29:25] "POST /neutron/subnet HTTP/1.1" 200 721 0.244189 10.0.0.23 - - [2026-04-23 02:29:25] "POST /id-to-fqname HTTP/1.1" 200 229 0.001255 10.0.0.23 - - [2026-04-23 02:29:25] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008575 10.0.0.23 - - [2026-04-23 02:29:25] "POST /neutron/network HTTP/1.1" 200 1006 0.014800 10.0.0.23 - - [2026-04-23 02:29:25] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005640 10.0.0.23 - - [2026-04-23 02:29:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.009025 10.0.0.23 - - [2026-04-23 02:29:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.004994 10.0.0.130 - - [2026-04-23 02:29:26] "POST /fqname-to-id HTTP/1.1" 404 244 0.003904 10.0.0.23 - - [2026-04-23 02:29:26] "POST /neutron/network HTTP/1.1" 200 1105 0.020756 10.0.0.23 - - [2026-04-23 02:29:26] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005879 10.0.0.23 - - [2026-04-23 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.024432 10.0.0.23 - - [2026-04-23 02:29:26] "GET /network-policy/9119507e-cf5d-4e26-84a3-5fa2b2d94dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.004409 10.0.0.23 - - [2026-04-23 02:29:26] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005239 10.0.0.130 - - [2026-04-23 02:29:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003387 10.0.0.23 - - [2026-04-23 02:29:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001256 10.0.0.249 - - [2026-04-23 02:29:27] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.23 - - [2026-04-23 02:29:27] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.084730 10.0.0.23 - - [2026-04-23 02:29:27] "POST /neutron/port HTTP/1.1" 200 117 0.006496 10.0.0.23 - - [2026-04-23 02:29:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001317 10.0.0.23 - - [2026-04-23 02:29:28] "POST /neutron/network HTTP/1.1" 200 1115 0.006820 10.0.0.23 - - [2026-04-23 02:29:28] "POST /neutron/port HTTP/1.1" 200 1173 0.028002 10.0.0.249 - - [2026-04-23 02:29:28] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.23 - - [2026-04-23 02:29:28] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.074223 10.0.0.23 - - [2026-04-23 02:29:28] "POST /neutron/network HTTP/1.1" 200 1105 0.034923 10.0.0.23 - - [2026-04-23 02:29:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004780 10.0.0.23 - - [2026-04-23 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010166 10.0.0.23 - - [2026-04-23 02:29:29] "POST /neutron/network HTTP/1.1" 200 1105 0.008787 10.0.0.23 - - [2026-04-23 02:29:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008542 10.0.0.23 - - [2026-04-23 02:29:29] "POST /neutron/port HTTP/1.1" 200 1173 0.024837 10.0.0.23 - - [2026-04-23 02:29:30] "POST /neutron/port HTTP/1.1" 200 1237 0.021788 10.0.0.23 - - [2026-04-23 02:29:30] "POST /neutron/subnet HTTP/1.1" 200 1376 0.015951 10.0.0.23 - - [2026-04-23 02:29:30] "POST /neutron/network HTTP/1.1" 200 1105 0.011966 10.0.0.23 - - [2026-04-23 02:29:34] "POST /neutron/port HTTP/1.1" 200 1237 0.026580 10.0.0.23 - - [2026-04-23 02:29:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007822 10.0.0.23 - - [2026-04-23 02:29:34] "GET /virtual-machine/e1951163-9885-4af7-8c67-1e25b0863b7f HTTP/1.1" 200 1303 0.006877 10.0.0.23 - - [2026-04-23 02:29:34] "GET /virtual-machine-interface/1dc2ae03-05b4-4902-a18e-0c91cffe8f31 HTTP/1.1" 200 3186 0.005890 10.0.0.23 - - [2026-04-23 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.23 - - [2026-04-23 02:29:34] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004272 10.0.0.23 - - [2026-04-23 02:29:34] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003014 10.0.0.23 - - [2026-04-23 02:29:34] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007226 10.0.0.23 - - [2026-04-23 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2026-04-23 02:29:37] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004915 10.0.0.23 - - [2026-04-23 02:29:39] "POST /neutron/network HTTP/1.1" 200 1115 0.007475 10.0.0.23 - - [2026-04-23 02:29:39] "POST /neutron/subnet HTTP/1.1" 200 1376 0.014121 10.0.0.23 - - [2026-04-23 02:29:39] "POST /neutron/network HTTP/1.1" 200 1105 0.018657 10.0.0.23 - - [2026-04-23 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.23 - - [2026-04-23 02:29:41] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005656 10.0.0.23 - - [2026-04-23 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-04-23 02:29:45] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006898 10.0.0.23 - - [2026-04-23 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.23 - - [2026-04-23 02:29:50] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007876 10.0.0.249 - - [2026-04-23 02:29:52] "DELETE /project/fa0fdba34d064df080c284fcb39ec0ac HTTP/1.1" 404 173 0.031896 10.0.0.23 - - [2026-04-23 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2026-04-23 02:29:54] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005525 10.0.0.23 - - [2026-04-23 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-04-23 02:29:58] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005170 10.0.0.23 - - [2026-04-23 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2026-04-23 02:30:02] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006074 10.0.0.23 - - [2026-04-23 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2026-04-23 02:30:06] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006694 10.0.0.23 - - [2026-04-23 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2026-04-23 02:30:10] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006509 10.0.0.23 - - [2026-04-23 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2026-04-23 02:30:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004301 10.0.0.23 - - [2026-04-23 02:30:14] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002968 10.0.0.23 - - [2026-04-23 02:30:14] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006165 10.0.0.23 - - [2026-04-23 02:30:19] "POST /neutron/port HTTP/1.1" 200 1237 0.019383 10.0.0.23 - - [2026-04-23 02:30:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006990 10.0.0.23 - - [2026-04-23 02:30:30] "POST /neutron/port HTTP/1.1" 200 1237 0.020807 10.0.0.23 - - [2026-04-23 02:30:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007860 10.0.0.23 - - [2026-04-23 02:30:38] "POST /neutron/network HTTP/1.1" 200 1115 0.013556 10.0.0.23 - - [2026-04-23 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 1376 0.017966 10.0.0.23 - - [2026-04-23 02:30:38] "POST /neutron/network HTTP/1.1" 200 1105 0.009539 10.0.0.23 - - [2026-04-23 02:30:40] "POST /neutron/port HTTP/1.1" 200 1237 0.020558 10.0.0.23 - - [2026-04-23 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007184 10.0.0.23 - - [2026-04-23 02:30:40] "GET /virtual-machine/35c35b2f-6627-482b-9470-f68b48aee486 HTTP/1.1" 200 1302 0.006088 10.0.0.23 - - [2026-04-23 02:30:40] "GET /virtual-machine-interface/d1b29a96-3332-4bec-9cf7-45ee97128267 HTTP/1.1" 200 3187 0.005453 10.0.0.23 - - [2026-04-23 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.23 - - [2026-04-23 02:30:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003508 10.0.0.23 - - [2026-04-23 02:30:40] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003182 10.0.0.23 - - [2026-04-23 02:30:40] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005569 10.0.0.23 - - [2026-04-23 02:30:41] "POST /neutron/port HTTP/1.1" 200 1237 0.085357 10.0.0.23 - - [2026-04-23 02:30:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.23 - - [2026-04-23 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.23 - - [2026-04-23 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.23 - - [2026-04-23 02:30:42] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005914 10.0.0.23 - - [2026-04-23 02:30:42] "GET /virtual-networks?parent_id=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003334 10.0.0.23 - - [2026-04-23 02:30:42] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006274 10.0.0.23 - - [2026-04-23 02:30:42] "POST /neutron/port HTTP/1.1" 200 1237 0.020675 10.0.0.23 - - [2026-04-23 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007480 10.0.0.23 - - [2026-04-23 02:31:10] "GET /obj-perms HTTP/1.1" 200 5056 0.060541 10.0.0.23 - - [2026-04-23 02:31:12] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006224 10.0.0.23 - - [2026-04-23 02:31:12] "POST /neutron/network HTTP/1.1" 200 1105 0.011873 10.0.0.23 - - [2026-04-23 02:31:12] "GET /virtual-network/11c4d7c9-8aba-434c-92ee-7f199ada8da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007936 10.0.0.23 - - [2026-04-23 02:31:12] "POST /neutron/network HTTP/1.1" 200 1006 0.010379 10.0.0.23 - - [2026-04-23 02:31:13] "POST /neutron/port HTTP/1.1" 200 1227 0.018061 10.0.0.23 - - [2026-04-23 02:31:13] "POST /neutron/port HTTP/1.1" 200 1227 0.033072 10.0.0.249 - - [2026-04-23 02:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.029303 10.0.0.249 - - [2026-04-23 02:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.249 - - [2026-04-23 02:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003091 10.0.0.130 - - [2026-04-23 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.044288 10.0.0.249 - - [2026-04-23 02:31:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004281 10.0.0.23 - - [2026-04-23 02:31:15] "POST /neutron/network HTTP/1.1" 200 151 0.180593 10.0.0.23 - - [2026-04-23 02:31:15] "DELETE /network-policy/9119507e-cf5d-4e26-84a3-5fa2b2d94dbe HTTP/1.1" 200 115 0.040148 10.0.0.249 - - [2026-04-23 02:31:18] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.23 - - [2026-04-23 02:31:18] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.078849 10.0.0.249 - - [2026-04-23 02:31:18] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001457 10.0.0.23 - - [2026-04-23 02:31:18] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?fields=virtual_networks HTTP/1.1" 200 1050 0.046361 10.0.0.249 - - [2026-04-23 02:31:18] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.23 - - [2026-04-23 02:31:18] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.043255 10.0.0.249 - - [2026-04-23 02:31:18] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001539 10.0.0.23 - - [2026-04-23 02:31:18] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?fields=security_groups HTTP/1.1" 200 1285 0.043598 10.0.0.23 - - [2026-04-23 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 202 0.027647 10.0.0.249 - - [2026-04-23 02:31:19] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003081 10.0.0.249 - - [2026-04-23 02:31:19] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.249 - - [2026-04-23 02:31:19] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007396 10.0.0.249 - - [2026-04-23 02:31:19] "POST /id-to-fqname HTTP/1.1" 200 204 0.003943 10.0.0.249 - - [2026-04-23 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 213 0.009258 10.0.0.249 - - [2026-04-23 02:31:19] "POST /security-groups HTTP/1.1" 200 605 0.074928 10.0.0.249 - - [2026-04-23 02:31:19] "POST /projects HTTP/1.1" 200 613 0.290240 10.0.0.130 - - [2026-04-23 02:31:19] "POST /access-control-lists HTTP/1.1" 200 612 0.031023 10.0.0.249 - - [2026-04-23 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.360955 10.0.0.23 - - [2026-04-23 02:31:19] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.497324 10.0.0.23 - - [2026-04-23 02:31:20] "GET / HTTP/1.1" 200 36215 0.002001 10.0.0.23 - - [2026-04-23 02:31:24] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000548 10.0.0.249 - - [2026-04-23 02:31:24] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001018 10.0.0.23 - - [2026-04-23 02:31:24] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.071998 10.0.0.23 - - [2026-04-23 02:31:24] "GET / HTTP/1.1" 200 36215 0.002716 10.0.0.23 - - [2026-04-23 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.249 - - [2026-04-23 02:31:25] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.23 - - [2026-04-23 02:31:25] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008346 10.0.0.23 - - [2026-04-23 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.249 - - [2026-04-23 02:31:25] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001178 10.0.0.23 - - [2026-04-23 02:31:25] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041783 10.0.0.23 - - [2026-04-23 02:31:26] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-04-23 02:31:26] "GET /domains HTTP/1.1" 200 281 0.028363 10.0.0.249 - - [2026-04-23 02:31:26] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.23 - - [2026-04-23 02:31:26] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b HTTP/1.1" 200 2987 0.009247 10.0.0.249 - - [2026-04-23 02:31:26] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001152 10.0.0.23 - - [2026-04-23 02:31:26] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744 HTTP/1.1" 200 1941 0.091570 10.0.0.23 - - [2026-04-23 02:31:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002980 10.0.0.23 - - [2026-04-23 02:31:27] "POST /network-ipams HTTP/1.1" 200 629 0.026909 10.0.0.23 - - [2026-04-23 02:31:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.002926 10.0.0.23 - - [2026-04-23 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.009568 10.0.0.23 - - [2026-04-23 02:31:27] "GET /network-ipam/a5a7cb5e-3521-4384-92c4-2deb4b9c353d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.009738 10.0.0.23 - - [2026-04-23 02:31:27] "PUT /network-ipam/a5a7cb5e-3521-4384-92c4-2deb4b9c353d HTTP/1.1" 200 259 0.013664 10.0.0.23 - - [2026-04-23 02:31:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-04-23 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026242 10.0.0.249 - - [2026-04-23 02:31:27] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000940 10.0.0.23 - - [2026-04-23 02:31:27] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046725 10.0.0.130 - - [2026-04-23 02:31:28] "POST /route-targets HTTP/1.1" 200 328 0.014580 10.0.0.249 - - [2026-04-23 02:31:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006303 10.0.0.23 - - [2026-04-23 02:31:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.228193 10.0.0.23 - - [2026-04-23 02:31:28] "POST /id-to-fqname HTTP/1.1" 200 237 0.001240 10.0.0.23 - - [2026-04-23 02:31:28] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.007353 10.0.0.23 - - [2026-04-23 02:31:28] "POST /neutron/network HTTP/1.1" 200 1142 0.010161 10.0.0.23 - - [2026-04-23 02:31:28] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006104 10.0.0.23 - - [2026-04-23 02:31:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.008917 10.0.0.23 - - [2026-04-23 02:31:29] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006276 10.0.0.249 - - [2026-04-23 02:31:30] "GET /obj-perms HTTP/1.1" 200 5021 0.079485 10.0.0.23 - - [2026-04-23 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.003141 10.0.0.23 - - [2026-04-23 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.249 - - [2026-04-23 02:31:30] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001004 10.0.0.23 - - [2026-04-23 02:31:30] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.060712 10.0.0.23 - - [2026-04-23 02:31:30] "POST /network-policys HTTP/1.1" 200 567 0.058373 10.0.0.23 - - [2026-04-23 02:31:30] "GET /network-policy/3dba4c53-19b0-4df5-b27c-89c24277df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.006688 10.0.0.23 - - [2026-04-23 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 231 0.003254 10.0.0.23 - - [2026-04-23 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.249 - - [2026-04-23 02:31:31] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001301 10.0.0.23 - - [2026-04-23 02:31:31] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.051725 10.0.0.23 - - [2026-04-23 02:31:31] "POST /network-policys HTTP/1.1" 200 567 0.094057 10.0.0.23 - - [2026-04-23 02:31:31] "GET /network-policy/2e673317-f430-458d-aa9c-ba6266c0d333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.007045 10.0.0.23 - - [2026-04-23 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 231 0.003109 10.0.0.23 - - [2026-04-23 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.249 - - [2026-04-23 02:31:31] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000935 10.0.0.23 - - [2026-04-23 02:31:31] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045488 10.0.0.23 - - [2026-04-23 02:31:31] "POST /network-policys HTTP/1.1" 200 567 0.050589 10.0.0.23 - - [2026-04-23 02:31:31] "GET /network-policy/962b4097-5b83-49f9-ab86-6b4b19c50f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006468 10.0.0.23 - - [2026-04-23 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003989 10.0.0.23 - - [2026-04-23 02:31:32] "POST /neutron/network HTTP/1.1" 200 1340 0.012590 10.0.0.23 - - [2026-04-23 02:31:32] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.008501 10.0.0.23 - - [2026-04-23 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.130 - - [2026-04-23 02:31:32] "POST /access-control-lists HTTP/1.1" 200 613 0.131582 10.0.0.23 - - [2026-04-23 02:31:32] "GET /network-policy/2e673317-f430-458d-aa9c-ba6266c0d333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.009693 10.0.0.23 - - [2026-04-23 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.23 - - [2026-04-23 02:31:32] "GET /network-policy/3dba4c53-19b0-4df5-b27c-89c24277df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004389 10.0.0.23 - - [2026-04-23 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 237 0.001419 10.0.0.249 - - [2026-04-23 02:31:33] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001031 10.0.0.23 - - [2026-04-23 02:31:33] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.068954 10.0.0.23 - - [2026-04-23 02:31:33] "POST /neutron/port HTTP/1.1" 200 117 0.006427 10.0.0.23 - - [2026-04-23 02:31:34] "POST /neutron/network HTTP/1.1" 200 1350 0.007028 10.0.0.23 - - [2026-04-23 02:31:34] "POST /neutron/port HTTP/1.1" 200 1181 0.047629 10.0.0.23 - - [2026-04-23 02:31:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004025 10.0.0.23 - - [2026-04-23 02:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.23 - - [2026-04-23 02:31:38] "POST /neutron/port HTTP/1.1" 200 1245 0.023017 10.0.0.23 - - [2026-04-23 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007748 10.0.0.23 - - [2026-04-23 02:31:38] "GET /virtual-machine/9ec2e881-53d6-435d-9c89-8887424a9f61 HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-04-23 02:31:39] "GET /virtual-machine/9ec2e881-53d6-435d-9c89-8887424a9f61 HTTP/1.1" 200 1309 0.037531 10.0.0.23 - - [2026-04-23 02:31:39] "GET /virtual-machine-interface/c512a8ab-1a8f-4da6-adea-709a2c76a994 HTTP/1.1" 200 3186 0.005570 10.0.0.23 - - [2026-04-23 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-23 02:31:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004085 10.0.0.23 - - [2026-04-23 02:31:39] "GET /virtual-networks?parent_id=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003163 10.0.0.23 - - [2026-04-23 02:31:39] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006957 10.0.0.23 - - [2026-04-23 02:31:42] "POST /neutron/port HTTP/1.1" 200 1245 0.018381 10.0.0.23 - - [2026-04-23 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006052 10.0.0.23 - - [2026-04-23 02:31:42] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005704 10.0.0.23 - - [2026-04-23 02:31:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004107 10.0.0.23 - - [2026-04-23 02:31:42] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.23 - - [2026-04-23 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.23 - - [2026-04-23 02:31:46] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.008443 10.0.0.23 - - [2026-04-23 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2026-04-23 02:31:50] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006064 10.0.0.249 - - [2026-04-23 02:31:52] "DELETE /project/198d9e69e4eb4ac2b12cddba31bee744 HTTP/1.1" 404 173 0.004035 10.0.0.249 - - [2026-04-23 02:31:52] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.249 - - [2026-04-23 02:31:52] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.042428 10.0.0.249 - - [2026-04-23 02:31:52] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.249 - - [2026-04-23 02:31:52] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?fields=security_groups HTTP/1.1" 200 1387 0.042132 10.0.0.249 - - [2026-04-23 02:31:53] "DELETE /security-group/6ea39a99-95f8-496f-9c42-8cb29cd0ec9e HTTP/1.1" 200 115 0.058321 10.0.0.249 - - [2026-04-23 02:31:53] "GET /projects?obj_uuids=fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003091 10.0.0.249 - - [2026-04-23 02:31:53] "GET /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac?fields=application_policy_sets HTTP/1.1" 200 1426 0.082416 10.0.0.249 - - [2026-04-23 02:31:53] "DELETE /project/fa0fdba3-4d06-4df0-80c2-84fcb39ec0ac HTTP/1.1" 200 115 0.413660 10.0.0.23 - - [2026-04-23 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2026-04-23 02:31:54] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005495 10.0.0.249 - - [2026-04-23 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.249 - - [2026-04-23 02:31:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.130 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.130 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.130 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.130 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.249 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.249 - - [2026-04-23 02:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-04-23 02:31:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2026-04-23 02:31:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-04-23 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2026-04-23 02:31:58] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005509 10.0.0.23 - - [2026-04-23 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2026-04-23 02:32:02] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.007528 10.0.0.23 - - [2026-04-23 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2026-04-23 02:32:07] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.006783 10.0.0.130 - - [2026-04-23 02:32:11] "GET /obj-perms HTTP/1.1" 200 5056 0.058481 10.0.0.23 - - [2026-04-23 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2026-04-23 02:32:11] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005968 10.0.0.23 - - [2026-04-23 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2026-04-23 02:32:15] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005244 10.0.0.23 - - [2026-04-23 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2026-04-23 02:32:19] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005795 10.0.0.23 - - [2026-04-23 02:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2026-04-23 02:32:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005056 10.0.0.23 - - [2026-04-23 02:32:21] "GET /virtual-networks?parent_id=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003469 10.0.0.23 - - [2026-04-23 02:32:21] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3308 0.005474 10.0.0.23 - - [2026-04-23 02:32:21] "POST /neutron/port HTTP/1.1" 200 1245 0.016180 10.0.0.23 - - [2026-04-23 02:32:26] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007049 10.0.0.23 - - [2026-04-23 02:32:36] "POST /neutron/port HTTP/1.1" 200 1245 0.018521 10.0.0.23 - - [2026-04-23 02:32:37] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008943 10.0.0.23 - - [2026-04-23 02:32:44] "POST /neutron/port HTTP/1.1" 200 1245 0.018899 10.0.0.23 - - [2026-04-23 02:32:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004079 10.0.0.23 - - [2026-04-23 02:32:44] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.23 - - [2026-04-23 02:32:47] "POST /neutron/port HTTP/1.1" 200 1245 0.020511 10.0.0.23 - - [2026-04-23 02:32:47] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007390 10.0.0.23 - - [2026-04-23 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2026-04-23 02:32:47] "GET /network-policy/3dba4c53-19b0-4df5-b27c-89c24277df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.003805 10.0.0.23 - - [2026-04-23 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.23 - - [2026-04-23 02:32:47] "GET /network-policy/2e673317-f430-458d-aa9c-ba6266c0d333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004970 10.0.0.23 - - [2026-04-23 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2026-04-23 02:32:48] "GET /network-policy/962b4097-5b83-49f9-ab86-6b4b19c50f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004451 10.0.0.130 - - [2026-04-23 02:32:48] "PUT /access-control-list/5fe3f1cf-0d06-4964-9c93-085a84ac5704 HTTP/1.1" 200 273 0.016629 10.0.0.23 - - [2026-04-23 02:32:48] "POST /neutron/network HTTP/1.1" 200 1432 0.013896 10.0.0.23 - - [2026-04-23 02:32:48] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3605 0.005155 10.0.0.23 - - [2026-04-23 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.23 - - [2026-04-23 02:32:48] "GET /network-policy/2e673317-f430-458d-aa9c-ba6266c0d333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004177 10.0.0.23 - - [2026-04-23 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.23 - - [2026-04-23 02:32:48] "GET /network-policy/3dba4c53-19b0-4df5-b27c-89c24277df84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004967 10.0.0.23 - - [2026-04-23 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.23 - - [2026-04-23 02:32:48] "GET /network-policy/962b4097-5b83-49f9-ab86-6b4b19c50f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.003775 10.0.0.23 - - [2026-04-23 02:32:53] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3605 0.007505 10.0.0.23 - - [2026-04-23 02:32:53] "POST /neutron/network HTTP/1.1" 200 1142 0.026402 10.0.0.23 - - [2026-04-23 02:32:53] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.010080 10.0.0.23 - - [2026-04-23 02:32:58] "GET /virtual-machine/9ec2e881-53d6-435d-9c89-8887424a9f61 HTTP/1.1" 200 1309 0.005056 10.0.0.23 - - [2026-04-23 02:32:59] "POST /neutron/port HTTP/1.1" 200 151 0.261201 10.0.0.23 - - [2026-04-23 02:33:00] "GET /virtual-machine/9ec2e881-53d6-435d-9c89-8887424a9f61 HTTP/1.1" 404 171 0.003957 10.0.0.23 - - [2026-04-23 02:33:00] "GET /virtual-machine/9ec2e881-53d6-435d-9c89-8887424a9f61 HTTP/1.1" 404 171 0.004032 10.0.0.23 - - [2026-04-23 02:33:00] "GET /virtual-machine/9ec2e881-53d6-435d-9c89-8887424a9f61 HTTP/1.1" 404 171 0.003195 10.0.0.23 - - [2026-04-23 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2026-04-23 02:33:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004276 10.0.0.23 - - [2026-04-23 02:33:01] "GET /virtual-networks?parent_id=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003466 10.0.0.23 - - [2026-04-23 02:33:01] "GET /virtual-network/7e24afdd-1794-468a-a138-8308c785b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006774 10.0.0.23 - - [2026-04-23 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2026-04-23 02:33:01] "GET /routing-instance/873c8070-06c4-41e6-885f-f5daabb6ed55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004650 10.0.0.23 - - [2026-04-23 02:33:01] "GET /route-target/b5438951-edb3-48f6-bbb1-b257e247da73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004947 10.0.0.23 - - [2026-04-23 02:33:01] "GET /obj-perms HTTP/1.1" 200 5021 0.056484 10.0.0.23 - - [2026-04-23 02:33:07] "GET /obj-perms HTTP/1.1" 200 5021 0.003711 10.0.0.23 - - [2026-04-23 02:33:10] "GET /obj-perms HTTP/1.1" 200 5021 0.003716 10.0.0.23 - - [2026-04-23 02:33:13] "GET /obj-perms HTTP/1.1" 200 5021 0.003721 10.0.0.23 - - [2026-04-23 02:33:16] "GET /obj-perms HTTP/1.1" 200 5021 0.004123 10.0.0.23 - - [2026-04-23 02:33:17] "DELETE /network-policy/962b4097-5b83-49f9-ab86-6b4b19c50f70 HTTP/1.1" 200 115 0.039475 10.0.0.23 - - [2026-04-23 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.249 - - [2026-04-23 02:33:17] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001035 10.0.0.23 - - [2026-04-23 02:33:17] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.043020 10.0.0.23 - - [2026-04-23 02:33:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-62600329&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.005078 10.0.0.23 - - [2026-04-23 02:33:17] "DELETE /network-policy/2e673317-f430-458d-aa9c-ba6266c0d333 HTTP/1.1" 200 115 0.035321 10.0.0.23 - - [2026-04-23 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.249 - - [2026-04-23 02:33:17] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001164 10.0.0.23 - - [2026-04-23 02:33:17] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042218 10.0.0.23 - - [2026-04-23 02:33:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-62600329&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004845 10.0.0.23 - - [2026-04-23 02:33:17] "DELETE /network-policy/3dba4c53-19b0-4df5-b27c-89c24277df84 HTTP/1.1" 200 115 0.036107 10.0.0.23 - - [2026-04-23 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.249 - - [2026-04-23 02:33:17] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000918 10.0.0.23 - - [2026-04-23 02:33:17] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042220 10.0.0.23 - - [2026-04-23 02:33:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-62600329&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005305 10.0.0.130 - - [2026-04-23 02:33:17] "DELETE /route-target/b5438951-edb3-48f6-bbb1-b257e247da73 HTTP/1.1" 200 115 0.024343 10.0.0.23 - - [2026-04-23 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.23 - - [2026-04-23 02:33:18] "DELETE /network-ipam/a5a7cb5e-3521-4384-92c4-2deb4b9c353d HTTP/1.1" 200 115 0.038463 10.0.0.23 - - [2026-04-23 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 264 0.003272 10.0.0.249 - - [2026-04-23 02:33:18] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000950 10.0.0.249 - - [2026-04-23 02:33:18] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.042657 10.0.0.249 - - [2026-04-23 02:33:18] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001216 10.0.0.249 - - [2026-04-23 02:33:18] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?fields=security_groups HTTP/1.1" 200 1405 0.047124 10.0.0.249 - - [2026-04-23 02:33:18] "DELETE /security-group/439ae418-7da4-4274-9fad-7fc04ca5dae8 HTTP/1.1" 200 115 0.053252 10.0.0.249 - - [2026-04-23 02:33:18] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001673 10.0.0.249 - - [2026-04-23 02:33:18] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?fields=application_policy_sets HTTP/1.1" 200 1444 0.061056 10.0.0.23 - - [2026-04-23 02:33:18] "DELETE /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744 HTTP/1.1" 200 115 0.448155 10.0.0.249 - - [2026-04-23 02:33:18] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.23 - - [2026-04-23 02:33:18] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?fields=projects HTTP/1.1" 200 1442 0.011528 10.0.0.249 - - [2026-04-23 02:33:21] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003242 10.0.0.249 - - [2026-04-23 02:33:21] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.249 - - [2026-04-23 02:33:21] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047302 10.0.0.249 - - [2026-04-23 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 204 0.004662 10.0.0.249 - - [2026-04-23 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 213 0.004076 10.0.0.249 - - [2026-04-23 02:33:21] "POST /security-groups HTTP/1.1" 200 605 0.073699 10.0.0.130 - - [2026-04-23 02:33:21] "POST /fqname-to-id HTTP/1.1" 404 248 0.003407 10.0.0.249 - - [2026-04-23 02:33:21] "POST /projects HTTP/1.1" 200 613 0.281353 10.0.0.249 - - [2026-04-23 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.352662 10.0.0.130 - - [2026-04-23 02:33:21] "POST /access-control-lists HTTP/1.1" 200 610 0.034851 10.0.0.23 - - [2026-04-23 02:33:21] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.502906 10.0.0.249 - - [2026-04-23 02:33:21] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003297 10.0.0.23 - - [2026-04-23 02:33:21] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?fields=virtual_networks HTTP/1.1" 200 1062 0.060189 10.0.0.249 - - [2026-04-23 02:33:21] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001034 10.0.0.23 - - [2026-04-23 02:33:21] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.052174 10.0.0.249 - - [2026-04-23 02:33:21] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000916 10.0.0.23 - - [2026-04-23 02:33:21] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?fields=security_groups HTTP/1.1" 200 1303 0.044715 10.0.0.23 - - [2026-04-23 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 204 0.026363 10.0.0.249 - - [2026-04-23 02:33:22] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003402 10.0.0.249 - - [2026-04-23 02:33:22] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.249 - - [2026-04-23 02:33:22] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007774 10.0.0.249 - - [2026-04-23 02:33:23] "POST /id-to-fqname HTTP/1.1" 200 206 0.004393 10.0.0.249 - - [2026-04-23 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.005510 10.0.0.249 - - [2026-04-23 02:33:23] "POST /security-groups HTTP/1.1" 200 607 0.081858 10.0.0.249 - - [2026-04-23 02:33:23] "POST /projects HTTP/1.1" 200 617 0.309871 10.0.0.130 - - [2026-04-23 02:33:23] "POST /fqname-to-id HTTP/1.1" 404 249 0.008699 10.0.0.249 - - [2026-04-23 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.384766 10.0.0.23 - - [2026-04-23 02:33:23] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.542201 10.0.0.23 - - [2026-04-23 02:33:24] "GET / HTTP/1.1" 200 36215 0.001390 10.0.0.23 - - [2026-04-23 02:33:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-04-23 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.061130 10.0.0.23 - - [2026-04-23 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.249 - - [2026-04-23 02:33:27] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001361 10.0.0.23 - - [2026-04-23 02:33:27] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.053180 10.0.0.23 - - [2026-04-23 02:33:28] "POST /network-policys HTTP/1.1" 200 569 0.074006 10.0.0.23 - - [2026-04-23 02:33:28] "GET /network-policy/a937cf53-a2ef-49a6-836c-75647de221b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.007107 10.0.0.23 - - [2026-04-23 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.249 - - [2026-04-23 02:33:28] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001155 10.0.0.23 - - [2026-04-23 02:33:28] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.054411 10.0.0.23 - - [2026-04-23 02:33:28] "POST /neutron/network HTTP/1.1" 200 117 0.033084 10.0.0.130 - - [2026-04-23 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.035209 10.0.0.23 - - [2026-04-23 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.006598 10.0.0.249 - - [2026-04-23 02:33:29] "POST /useragent-kv HTTP/1.1" 200 115 0.012575 10.0.0.23 - - [2026-04-23 02:33:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.218572 10.0.0.23 - - [2026-04-23 02:33:29] "POST /id-to-fqname HTTP/1.1" 200 237 0.001192 10.0.0.23 - - [2026-04-23 02:33:29] "GET /virtual-network/719fde38-b4cd-485c-b951-9595c8a0928e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.006416 10.0.0.23 - - [2026-04-23 02:33:29] "GET /virtual-network/719fde38-b4cd-485c-b951-9595c8a0928e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.011379 10.0.0.23 - - [2026-04-23 02:33:29] "POST /neutron/network HTTP/1.1" 200 1017 0.010431 10.0.0.23 - - [2026-04-23 02:33:29] "POST /neutron/network HTTP/1.1" 200 1017 0.010425 10.0.0.23 - - [2026-04-23 02:33:29] "GET /virtual-network/719fde38-b4cd-485c-b951-9595c8a0928e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.014016 10.0.0.23 - - [2026-04-23 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.012823 10.0.0.23 - - [2026-04-23 02:33:29] "GET /network-policy/a937cf53-a2ef-49a6-836c-75647de221b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004102 10.0.0.23 - - [2026-04-23 02:33:29] "GET /virtual-network/719fde38-b4cd-485c-b951-9595c8a0928e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.006157 10.0.0.130 - - [2026-04-23 02:33:30] "GET /obj-perms HTTP/1.1" 200 5062 0.085181 10.0.0.249 - - [2026-04-23 02:33:31] "GET /obj-perms HTTP/1.1" 200 5062 0.056483 10.0.0.23 - - [2026-04-23 02:33:31] "DELETE /network-policy/a937cf53-a2ef-49a6-836c-75647de221b5 HTTP/1.1" 409 239 0.017383 10.0.0.23 - - [2026-04-23 02:33:31] "POST /neutron/network HTTP/1.1" 200 1124 0.009957 10.0.0.130 - - [2026-04-23 02:33:31] "DELETE /access-control-list/b838d8f7-72d5-4656-81ea-580a81a39946 HTTP/1.1" 200 115 0.053423 10.0.0.23 - - [2026-04-23 02:33:32] "DELETE /network-policy/a937cf53-a2ef-49a6-836c-75647de221b5 HTTP/1.1" 200 115 0.046236 10.0.0.23 - - [2026-04-23 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2026-04-23 02:33:32] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001087 10.0.0.23 - - [2026-04-23 02:33:32] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.043988 10.0.0.23 - - [2026-04-23 02:33:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-85532379&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005531 10.0.0.249 - - [2026-04-23 02:33:34] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001281 10.0.0.23 - - [2026-04-23 02:33:34] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.056731 10.0.0.249 - - [2026-04-23 02:33:34] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001127 10.0.0.23 - - [2026-04-23 02:33:34] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?fields=virtual_networks HTTP/1.1" 200 1064 0.047038 10.0.0.249 - - [2026-04-23 02:33:34] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000964 10.0.0.23 - - [2026-04-23 02:33:35] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.042516 10.0.0.249 - - [2026-04-23 02:33:35] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001022 10.0.0.23 - - [2026-04-23 02:33:35] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?fields=security_groups HTTP/1.1" 200 1307 0.043313 10.0.0.23 - - [2026-04-23 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.027849 10.0.0.249 - - [2026-04-23 02:33:35] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003130 10.0.0.249 - - [2026-04-23 02:33:36] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.249 - - [2026-04-23 02:33:36] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008147 10.0.0.249 - - [2026-04-23 02:33:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.002929 10.0.0.249 - - [2026-04-23 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.008375 10.0.0.249 - - [2026-04-23 02:33:36] "POST /security-groups HTTP/1.1" 200 591 0.089424 10.0.0.130 - - [2026-04-23 02:33:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.003659 10.0.0.249 - - [2026-04-23 02:33:36] "POST /projects HTTP/1.1" 200 585 0.297317 10.0.0.249 - - [2026-04-23 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.370595 10.0.0.130 - - [2026-04-23 02:33:36] "POST /access-control-lists HTTP/1.1" 200 596 0.042565 10.0.0.23 - - [2026-04-23 02:33:36] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.523923 10.0.0.23 - - [2026-04-23 02:33:37] "GET / HTTP/1.1" 200 36215 0.001692 10.0.0.23 - - [2026-04-23 02:33:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000622 10.0.0.23 - - [2026-04-23 02:33:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.056903 10.0.0.23 - - [2026-04-23 02:33:39] "POST /network-ipams HTTP/1.1" 200 515 0.030443 10.0.0.23 - - [2026-04-23 02:33:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.004188 10.0.0.23 - - [2026-04-23 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2026-04-23 02:33:39] "GET /network-ipam/3c13bae8-d2b4-47de-a868-7695ce6bca00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006159 10.0.0.23 - - [2026-04-23 02:33:39] "PUT /network-ipam/3c13bae8-d2b4-47de-a868-7695ce6bca00 HTTP/1.1" 200 259 0.016022 10.0.0.23 - - [2026-04-23 02:33:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003525 10.0.0.23 - - [2026-04-23 02:33:39] "POST /network-ipams HTTP/1.1" 200 515 0.029228 10.0.0.23 - - [2026-04-23 02:33:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.005515 10.0.0.23 - - [2026-04-23 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.23 - - [2026-04-23 02:33:40] "GET /network-ipam/1c89c636-d1c5-4f6f-8d17-6c5ebf008976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.007085 10.0.0.23 - - [2026-04-23 02:33:40] "PUT /network-ipam/1c89c636-d1c5-4f6f-8d17-6c5ebf008976 HTTP/1.1" 200 259 0.016734 10.0.0.23 - - [2026-04-23 02:33:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003278 10.0.0.23 - - [2026-04-23 02:33:40] "POST /network-ipams HTTP/1.1" 200 515 0.036152 10.0.0.23 - - [2026-04-23 02:33:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.004369 10.0.0.23 - - [2026-04-23 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2026-04-23 02:33:40] "GET /network-ipam/c19cc502-1f59-48da-95ed-7c7f85ef1b4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.010183 10.0.0.23 - - [2026-04-23 02:33:40] "PUT /network-ipam/c19cc502-1f59-48da-95ed-7c7f85ef1b4c HTTP/1.1" 200 259 0.014727 10.0.0.23 - - [2026-04-23 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.249 - - [2026-04-23 02:33:41] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.23 - - [2026-04-23 02:33:41] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045067 10.0.0.249 - - [2026-04-23 02:33:41] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.23 - - [2026-04-23 02:33:41] "POST /neutron/network HTTP/1.1" 200 607 0.150689 10.0.0.23 - - [2026-04-23 02:33:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.003401 10.0.0.23 - - [2026-04-23 02:33:41] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006395 10.0.0.23 - - [2026-04-23 02:33:41] "POST /neutron/network HTTP/1.1" 200 822 0.006126 10.0.0.23 - - [2026-04-23 02:33:41] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005871 10.0.0.23 - - [2026-04-23 02:33:42] "POST /neutron/network HTTP/1.1" 200 822 0.007214 10.0.0.23 - - [2026-04-23 02:33:42] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005738 10.0.0.23 - - [2026-04-23 02:33:42] "GET /network-ipam/3c13bae8-d2b4-47de-a868-7695ce6bca00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004636 10.0.0.23 - - [2026-04-23 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.249 - - [2026-04-23 02:33:42] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001079 10.0.0.23 - - [2026-04-23 02:33:42] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039106 10.0.0.130 - - [2026-04-23 02:33:42] "POST /route-targets HTTP/1.1" 200 328 0.022462 10.0.0.249 - - [2026-04-23 02:33:42] "POST /useragent-kv HTTP/1.1" 200 115 0.009857 10.0.0.23 - - [2026-04-23 02:33:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.216191 10.0.0.23 - - [2026-04-23 02:33:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001315 10.0.0.23 - - [2026-04-23 02:33:42] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005906 10.0.0.23 - - [2026-04-23 02:33:42] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007376 10.0.0.23 - - [2026-04-23 02:33:42] "POST /neutron/network HTTP/1.1" 200 825 0.007857 10.0.0.23 - - [2026-04-23 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.249 - - [2026-04-23 02:33:42] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.23 - - [2026-04-23 02:33:42] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041500 10.0.0.249 - - [2026-04-23 02:33:42] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.23 - - [2026-04-23 02:33:43] "POST /neutron/network HTTP/1.1" 200 607 0.129601 10.0.0.130 - - [2026-04-23 02:33:43] "POST /ref-update HTTP/1.1" 200 156 0.021334 10.0.0.23 - - [2026-04-23 02:33:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.003530 10.0.0.23 - - [2026-04-23 02:33:43] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005938 10.0.0.23 - - [2026-04-23 02:33:43] "POST /neutron/network HTTP/1.1" 200 823 0.006670 10.0.0.23 - - [2026-04-23 02:33:43] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005264 10.0.0.23 - - [2026-04-23 02:33:43] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006346 10.0.0.23 - - [2026-04-23 02:33:44] "GET /obj-perms HTTP/1.1" 200 5030 0.064422 10.0.0.23 - - [2026-04-23 02:33:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005743 10.0.0.23 - - [2026-04-23 02:33:45] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006564 10.0.0.130 - - [2026-04-23 02:33:46] "GET /obj-perms HTTP/1.1" 200 5030 0.052192 10.0.0.249 - - [2026-04-23 02:33:46] "GET /obj-perms HTTP/1.1" 200 5030 0.048686 10.0.0.23 - - [2026-04-23 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.003435 10.0.0.23 - - [2026-04-23 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.249 - - [2026-04-23 02:33:46] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.23 - - [2026-04-23 02:33:46] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050600 10.0.0.23 - - [2026-04-23 02:33:46] "POST /network-policys HTTP/1.1" 200 555 0.031967 10.0.0.23 - - [2026-04-23 02:33:46] "GET /network-policy/bac1f6a6-607d-4ee6-bad0-4d34d8fe8a8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.005841 10.0.0.23 - - [2026-04-23 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.003470 10.0.0.23 - - [2026-04-23 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.249 - - [2026-04-23 02:33:46] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002277 10.0.0.23 - - [2026-04-23 02:33:46] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048851 10.0.0.23 - - [2026-04-23 02:33:46] "POST /network-policys HTTP/1.1" 200 555 0.027733 10.0.0.23 - - [2026-04-23 02:33:46] "GET /network-policy/4427bfae-68e9-4a22-a063-454ddd173765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.006202 10.0.0.23 - - [2026-04-23 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.002888 10.0.0.23 - - [2026-04-23 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.249 - - [2026-04-23 02:33:46] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.23 - - [2026-04-23 02:33:46] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.039293 10.0.0.23 - - [2026-04-23 02:33:46] "POST /network-policys HTTP/1.1" 200 555 0.043508 10.0.0.23 - - [2026-04-23 02:33:46] "GET /network-policy/7840a920-19ac-4d4f-b788-2abbf053e9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006001 10.0.0.23 - - [2026-04-23 02:33:47] "POST /ref-update HTTP/1.1" 200 156 0.051794 10.0.0.23 - - [2026-04-23 02:33:47] "POST /ref-update HTTP/1.1" 200 156 0.059557 10.0.0.130 - - [2026-04-23 02:33:47] "PUT /access-control-list/73f2dfc7-eb73-49b8-9239-1c0a9d517551 HTTP/1.1" 200 273 0.060589 10.0.0.23 - - [2026-04-23 02:33:47] "POST /neutron/network HTTP/1.1" 200 825 0.006927 10.0.0.23 - - [2026-04-23 02:33:47] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008268 10.0.0.130 - - [2026-04-23 02:33:47] "POST /ref-update HTTP/1.1" 200 156 0.036901 10.0.0.23 - - [2026-04-23 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005507 10.0.0.23 - - [2026-04-23 02:33:47] "GET /network-policy/4427bfae-68e9-4a22-a063-454ddd173765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.004180 10.0.0.23 - - [2026-04-23 02:33:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001202 10.0.0.23 - - [2026-04-23 02:33:47] "POST /neutron/network HTTP/1.1" 200 1003 0.009856 10.0.0.249 - - [2026-04-23 02:33:48] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.23 - - [2026-04-23 02:33:48] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070043 10.0.0.23 - - [2026-04-23 02:33:48] "POST /neutron/port HTTP/1.1" 200 117 0.007526 10.0.0.23 - - [2026-04-23 02:33:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001416 10.0.0.23 - - [2026-04-23 02:33:49] "POST /neutron/network HTTP/1.1" 200 1003 0.007776 10.0.0.23 - - [2026-04-23 02:33:49] "POST /neutron/port HTTP/1.1" 200 1058 0.020736 10.0.0.249 - - [2026-04-23 02:33:49] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001390 10.0.0.23 - - [2026-04-23 02:33:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003316 10.0.0.23 - - [2026-04-23 02:33:49] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070012 10.0.0.23 - - [2026-04-23 02:33:49] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.23 - - [2026-04-23 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009053 10.0.0.23 - - [2026-04-23 02:33:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001309 10.0.0.23 - - [2026-04-23 02:33:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007474 10.0.0.249 - - [2026-04-23 02:33:50] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.23 - - [2026-04-23 02:33:50] "POST /neutron/port HTTP/1.1" 200 1061 0.284996 10.0.0.23 - - [2026-04-23 02:33:51] "POST /neutron/port HTTP/1.1" 200 1115 0.143554 10.0.0.23 - - [2026-04-23 02:33:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.015228 10.0.0.249 - - [2026-04-23 02:33:51] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.23 - - [2026-04-23 02:33:51] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076983 10.0.0.23 - - [2026-04-23 02:33:51] "POST /neutron/network HTTP/1.1" 200 823 0.006517 10.0.0.23 - - [2026-04-23 02:33:51] "POST /neutron/port HTTP/1.1" 200 117 0.005972 10.0.0.23 - - [2026-04-23 02:33:51] "POST /neutron/port HTTP/1.1" 200 1122 0.019179 10.0.0.23 - - [2026-04-23 02:33:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007402 10.0.0.249 - - [2026-04-23 02:33:51] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.23 - - [2026-04-23 02:33:51] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-04-23 02:33:52] "POST /neutron/port HTTP/1.1" 200 1059 0.309477 10.0.0.23 - - [2026-04-23 02:33:52] "POST /neutron/port HTTP/1.1" 200 1059 0.014309 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 200 1295 0.051677 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 200 1295 0.004313 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-machine-interface/2073848c-a411-4ef2-8f83-e2e62179d260 HTTP/1.1" 200 2951 0.019054 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 200 1295 0.004270 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-machine-interface/2073848c-a411-4ef2-8f83-e2e62179d260 HTTP/1.1" 200 2951 0.011965 10.0.0.23 - - [2026-04-23 02:33:52] "GET /instance-ip/7d4ff442-d50a-4557-8109-415ffc7159fb HTTP/1.1" 200 1621 0.006178 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 200 1295 0.003759 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-machine-interface/2073848c-a411-4ef2-8f83-e2e62179d260 HTTP/1.1" 200 2951 0.006647 10.0.0.23 - - [2026-04-23 02:33:52] "GET /instance-ip/7d4ff442-d50a-4557-8109-415ffc7159fb HTTP/1.1" 200 1621 0.004274 10.0.0.23 - - [2026-04-23 02:33:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003722 10.0.0.23 - - [2026-04-23 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.23 - - [2026-04-23 02:33:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003748 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003066 10.0.0.23 - - [2026-04-23 02:33:52] "POST /neutron/network HTTP/1.1" 200 823 0.006973 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005634 10.0.0.23 - - [2026-04-23 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2026-04-23 02:33:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004216 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003248 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006172 10.0.0.23 - - [2026-04-23 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.23 - - [2026-04-23 02:33:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003849 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003074 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005504 10.0.0.23 - - [2026-04-23 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.23 - - [2026-04-23 02:33:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004096 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003371 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006030 10.0.0.23 - - [2026-04-23 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.23 - - [2026-04-23 02:33:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004330 10.0.0.23 - - [2026-04-23 02:33:52] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003372 10.0.0.23 - - [2026-04-23 02:33:53] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005479 10.0.0.249 - - [2026-04-23 02:33:53] "DELETE /project/ddb8df38527046e68f9a97f4642485ec HTTP/1.1" 404 173 0.008828 10.0.0.249 - - [2026-04-23 02:33:53] "DELETE /project/0bfee3d2d9cb4b0e861c8a893261c6ed HTTP/1.1" 404 173 0.008192 10.0.0.249 - - [2026-04-23 02:33:53] "DELETE /project/198d9e69e4eb4ac2b12cddba31bee744 HTTP/1.1" 404 173 0.007539 10.0.0.249 - - [2026-04-23 02:33:53] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000954 10.0.0.249 - - [2026-04-23 02:33:53] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000693 10.0.0.249 - - [2026-04-23 02:33:53] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.053679 10.0.0.249 - - [2026-04-23 02:33:53] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.061197 10.0.0.249 - - [2026-04-23 02:33:53] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000968 10.0.0.249 - - [2026-04-23 02:33:53] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001425 10.0.0.249 - - [2026-04-23 02:33:53] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?fields=security_groups HTTP/1.1" 200 1409 0.051156 10.0.0.249 - - [2026-04-23 02:33:53] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?fields=security_groups HTTP/1.1" 200 1405 0.094340 10.0.0.249 - - [2026-04-23 02:33:53] "DELETE /security-group/ed816916-f83f-457d-81af-6b336dd68017 HTTP/1.1" 200 115 0.062230 10.0.0.249 - - [2026-04-23 02:33:53] "GET /projects?obj_uuids=0bfee3d2-d9cb-4b0e-861c-8a893261c6ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003327 10.0.0.249 - - [2026-04-23 02:33:53] "GET /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed?fields=application_policy_sets HTTP/1.1" 200 1448 0.068440 10.0.0.249 - - [2026-04-23 02:33:53] "DELETE /security-group/71672b38-75b9-4676-980f-14cd5223e605 HTTP/1.1" 200 115 0.120547 10.0.0.249 - - [2026-04-23 02:33:53] "GET /projects?obj_uuids=198d9e69-e4eb-4ac2-b12c-ddba31bee744&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001192 10.0.0.130 - - [2026-04-23 02:33:53] "DELETE /access-control-list/197f271b-354f-439b-8615-d96bd4065cbf HTTP/1.1" 200 115 0.050440 10.0.0.249 - - [2026-04-23 02:33:53] "GET /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744?fields=application_policy_sets HTTP/1.1" 200 1444 0.116968 10.0.0.249 - - [2026-04-23 02:33:53] "DELETE /project/0bfee3d2-d9cb-4b0e-861c-8a893261c6ed HTTP/1.1" 200 115 0.505104 10.0.0.249 - - [2026-04-23 02:33:54] "DELETE /project/198d9e69-e4eb-4ac2-b12c-ddba31bee744 HTTP/1.1" 200 115 0.616514 10.0.0.23 - - [2026-04-23 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2026-04-23 02:33:56] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005415 10.0.0.23 - - [2026-04-23 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.23 - - [2026-04-23 02:34:00] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005855 10.0.0.23 - - [2026-04-23 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2026-04-23 02:34:04] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005685 10.0.0.23 - - [2026-04-23 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.23 - - [2026-04-23 02:34:08] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005491 10.0.0.23 - - [2026-04-23 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2026-04-23 02:34:12] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005583 10.0.0.23 - - [2026-04-23 02:34:12] "GET /obj-perms HTTP/1.1" 200 5056 0.052852 10.0.0.23 - - [2026-04-23 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-23 02:34:16] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005332 10.0.0.23 - - [2026-04-23 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.23 - - [2026-04-23 02:34:20] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005651 10.0.0.23 - - [2026-04-23 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2026-04-23 02:34:24] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005747 10.0.0.23 - - [2026-04-23 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.23 - - [2026-04-23 02:34:28] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005332 10.0.0.23 - - [2026-04-23 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2026-04-23 02:34:32] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005724 10.0.0.23 - - [2026-04-23 02:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.23 - - [2026-04-23 02:34:37] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005087 10.0.0.23 - - [2026-04-23 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.23 - - [2026-04-23 02:34:41] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005525 10.0.0.23 - - [2026-04-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.23 - - [2026-04-23 02:34:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004451 10.0.0.23 - - [2026-04-23 02:34:43] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004468 10.0.0.23 - - [2026-04-23 02:34:43] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006440 10.0.0.23 - - [2026-04-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2026-04-23 02:34:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003571 10.0.0.23 - - [2026-04-23 02:34:43] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002829 10.0.0.23 - - [2026-04-23 02:34:43] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007381 10.0.0.23 - - [2026-04-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2026-04-23 02:34:43] "GET /routing-instance/e8d30e42-963b-4182-a634-1a177f23b131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004223 10.0.0.23 - - [2026-04-23 02:34:43] "GET /route-target/dda0886e-fddf-4c5d-937f-e82190df9302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003926 10.0.0.23 - - [2026-04-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.23 - - [2026-04-23 02:34:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004584 10.0.0.23 - - [2026-04-23 02:34:43] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003220 10.0.0.23 - - [2026-04-23 02:34:43] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006584 10.0.0.23 - - [2026-04-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.23 - - [2026-04-23 02:34:43] "GET /routing-instance/e8d30e42-963b-4182-a634-1a177f23b131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.004528 10.0.0.23 - - [2026-04-23 02:34:43] "GET /route-target/dda0886e-fddf-4c5d-937f-e82190df9302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004071 10.0.0.23 - - [2026-04-23 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.23 - - [2026-04-23 02:34:44] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004602 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003405 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005280 10.0.0.23 - - [2026-04-23 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.23 - - [2026-04-23 02:34:44] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003950 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003075 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007863 10.0.0.249 - - [2026-04-23 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004214 10.0.0.23 - - [2026-04-23 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003541 10.0.0.23 - - [2026-04-23 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003980 10.0.0.23 - - [2026-04-23 02:34:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003898 10.0.0.23 - - [2026-04-23 02:34:44] "POST /neutron/port HTTP/1.1" 200 1125 0.017069 10.0.0.23 - - [2026-04-23 02:34:44] "POST /neutron/port HTTP/1.1" 200 1125 0.019799 10.0.0.23 - - [2026-04-23 02:34:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004935 10.0.0.23 - - [2026-04-23 02:34:44] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.23 - - [2026-04-23 02:34:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007276 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 200 1294 0.012196 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 200 1294 0.006317 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-machine-interface/b245657f-c464-466a-bfef-9a9bc19a1587 HTTP/1.1" 200 2952 0.007091 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 200 1294 0.003627 10.0.0.23 - - [2026-04-23 02:34:44] "GET /virtual-machine-interface/b245657f-c464-466a-bfef-9a9bc19a1587 HTTP/1.1" 200 2952 0.005428 10.0.0.23 - - [2026-04-23 02:34:45] "GET /instance-ip/34a6b6ef-f4e8-4847-80da-1bc4d058a488 HTTP/1.1" 200 1624 0.005954 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 200 1294 0.004388 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-machine-interface/b245657f-c464-466a-bfef-9a9bc19a1587 HTTP/1.1" 200 2952 0.005485 10.0.0.23 - - [2026-04-23 02:34:45] "GET /instance-ip/34a6b6ef-f4e8-4847-80da-1bc4d058a488 HTTP/1.1" 200 1624 0.004972 10.0.0.23 - - [2026-04-23 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.23 - - [2026-04-23 02:34:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003983 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003838 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006225 10.0.0.23 - - [2026-04-23 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-04-23 02:34:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003815 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003525 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005863 10.0.0.23 - - [2026-04-23 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.23 - - [2026-04-23 02:34:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004124 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003695 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005879 10.0.0.23 - - [2026-04-23 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.23 - - [2026-04-23 02:34:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004013 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002624 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008617 10.0.0.23 - - [2026-04-23 02:34:45] "POST /neutron/network HTTP/1.1" 200 1003 0.013482 10.0.0.23 - - [2026-04-23 02:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2026-04-23 02:34:45] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.23 - - [2026-04-23 02:34:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004258 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003181 10.0.0.23 - - [2026-04-23 02:34:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007421 10.0.0.23 - - [2026-04-23 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2026-04-23 02:34:48] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006866 10.0.0.23 - - [2026-04-23 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2026-04-23 02:34:52] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006072 10.0.0.23 - - [2026-04-23 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.23 - - [2026-04-23 02:34:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003807 10.0.0.23 - - [2026-04-23 02:34:54] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003378 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006506 10.0.0.23 - - [2026-04-23 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.034209 10.0.0.23 - - [2026-04-23 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.23 - - [2026-04-23 02:34:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005265 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003302 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005819 10.0.0.23 - - [2026-04-23 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2026-04-23 02:34:55] "GET /routing-instance/2588c715-2f09-4d01-ba8c-9db28a96e4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.006917 10.0.0.23 - - [2026-04-23 02:34:55] "GET /route-target/80bf1925-bbd6-48fb-84e9-3ecdbfb01e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005051 10.0.0.23 - - [2026-04-23 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.23 - - [2026-04-23 02:34:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004228 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003277 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006446 10.0.0.23 - - [2026-04-23 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.23 - - [2026-04-23 02:34:55] "GET /routing-instance/2588c715-2f09-4d01-ba8c-9db28a96e4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004492 10.0.0.23 - - [2026-04-23 02:34:55] "GET /route-target/80bf1925-bbd6-48fb-84e9-3ecdbfb01e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005098 10.0.0.23 - - [2026-04-23 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2026-04-23 02:34:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004248 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003905 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.010777 10.0.0.23 - - [2026-04-23 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2026-04-23 02:34:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004460 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003661 10.0.0.23 - - [2026-04-23 02:34:55] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005838 10.0.0.249 - - [2026-04-23 02:34:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003590 10.0.0.23 - - [2026-04-23 02:34:56] "GET /obj-perms HTTP/1.1" 200 5030 0.005515 10.0.0.23 - - [2026-04-23 02:34:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003502 10.0.0.130 - - [2026-04-23 02:34:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004808 10.0.0.249 - - [2026-04-23 02:34:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003937 10.0.0.23 - - [2026-04-23 02:34:56] "POST /neutron/port HTTP/1.1" 200 1123 0.023771 10.0.0.23 - - [2026-04-23 02:34:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007790 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 200 1293 0.006485 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 200 1293 0.010045 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-machine-interface/b205b0db-70fb-4f1e-9054-e80714bc9832 HTTP/1.1" 200 2952 0.008015 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 200 1293 0.005709 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-machine-interface/b205b0db-70fb-4f1e-9054-e80714bc9832 HTTP/1.1" 200 2952 0.009184 10.0.0.23 - - [2026-04-23 02:34:56] "GET /instance-ip/95bac483-d6c3-404c-a5ca-4c02b0d339f3 HTTP/1.1" 200 1624 0.006678 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 200 1293 0.003489 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-machine-interface/b205b0db-70fb-4f1e-9054-e80714bc9832 HTTP/1.1" 200 2952 0.007536 10.0.0.23 - - [2026-04-23 02:34:56] "GET /instance-ip/95bac483-d6c3-404c-a5ca-4c02b0d339f3 HTTP/1.1" 200 1624 0.004679 10.0.0.23 - - [2026-04-23 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.23 - - [2026-04-23 02:34:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004040 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003005 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005516 10.0.0.23 - - [2026-04-23 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.23 - - [2026-04-23 02:34:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004753 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003539 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006336 10.0.0.23 - - [2026-04-23 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.23 - - [2026-04-23 02:34:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004237 10.0.0.23 - - [2026-04-23 02:34:56] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003101 10.0.0.23 - - [2026-04-23 02:34:57] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006198 10.0.0.23 - - [2026-04-23 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.23 - - [2026-04-23 02:34:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003823 10.0.0.23 - - [2026-04-23 02:34:57] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003462 10.0.0.23 - - [2026-04-23 02:34:57] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005167 10.0.0.23 - - [2026-04-23 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-04-23 02:34:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004281 10.0.0.23 - - [2026-04-23 02:34:57] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003736 10.0.0.23 - - [2026-04-23 02:34:57] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006697 10.0.0.23 - - [2026-04-23 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.23 - - [2026-04-23 02:34:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003799 10.0.0.23 - - [2026-04-23 02:34:58] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003452 10.0.0.23 - - [2026-04-23 02:34:58] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006982 10.0.0.23 - - [2026-04-23 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-04-23 02:34:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003755 10.0.0.23 - - [2026-04-23 02:34:58] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003164 10.0.0.23 - - [2026-04-23 02:34:58] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006118 10.0.0.23 - - [2026-04-23 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2026-04-23 02:34:58] "GET /routing-instance/f23def4c-c86f-4cb3-80c0-7ee4d2197a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.005092 10.0.0.23 - - [2026-04-23 02:34:58] "POST /neutron/port HTTP/1.1" 200 1123 0.020887 10.0.0.23 - - [2026-04-23 02:34:58] "GET /route-target/705ed882-e2a9-4f16-8e5e-5c53293abba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004603 10.0.0.23 - - [2026-04-23 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006181 10.0.0.23 - - [2026-04-23 02:34:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003964 10.0.0.23 - - [2026-04-23 02:34:58] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003694 10.0.0.23 - - [2026-04-23 02:34:58] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006557 10.0.0.23 - - [2026-04-23 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.23 - - [2026-04-23 02:34:58] "GET /routing-instance/f23def4c-c86f-4cb3-80c0-7ee4d2197a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004677 10.0.0.23 - - [2026-04-23 02:34:59] "GET /route-target/705ed882-e2a9-4f16-8e5e-5c53293abba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004437 10.0.0.23 - - [2026-04-23 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2026-04-23 02:34:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004853 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003429 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006378 10.0.0.23 - - [2026-04-23 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.23 - - [2026-04-23 02:34:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004871 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003540 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008259 10.0.0.23 - - [2026-04-23 02:34:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004034 10.0.0.249 - - [2026-04-23 02:34:59] "GET /obj-perms HTTP/1.1" 200 5030 0.003836 10.0.0.23 - - [2026-04-23 02:34:59] "GET /obj-perms HTTP/1.1" 200 5030 0.003797 10.0.0.23 - - [2026-04-23 02:34:59] "GET /obj-perms HTTP/1.1" 200 5030 0.003950 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 200 1295 0.003742 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-machine-interface/2073848c-a411-4ef2-8f83-e2e62179d260 HTTP/1.1" 200 2951 0.006292 10.0.0.23 - - [2026-04-23 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2026-04-23 02:34:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003534 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003593 10.0.0.23 - - [2026-04-23 02:34:59] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007011 10.0.0.23 - - [2026-04-23 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.23 - - [2026-04-23 02:35:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005410 10.0.0.23 - - [2026-04-23 02:35:00] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004147 10.0.0.23 - - [2026-04-23 02:35:00] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008186 10.0.0.23 - - [2026-04-23 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008608 10.0.0.23 - - [2026-04-23 02:35:06] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 200 1294 0.003900 10.0.0.23 - - [2026-04-23 02:35:06] "GET /virtual-machine-interface/b245657f-c464-466a-bfef-9a9bc19a1587 HTTP/1.1" 200 2952 0.005813 10.0.0.23 - - [2026-04-23 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2026-04-23 02:35:06] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003865 10.0.0.23 - - [2026-04-23 02:35:06] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003890 10.0.0.23 - - [2026-04-23 02:35:06] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005698 10.0.0.23 - - [2026-04-23 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2026-04-23 02:35:07] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006159 10.0.0.23 - - [2026-04-23 02:35:07] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003941 10.0.0.23 - - [2026-04-23 02:35:07] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005814 10.0.0.23 - - [2026-04-23 02:35:07] "POST /neutron/port HTTP/1.1" 200 1125 0.019083 10.0.0.23 - - [2026-04-23 02:35:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009398 10.0.0.130 - - [2026-04-23 02:35:13] "GET /obj-perms HTTP/1.1" 200 5056 0.046979 10.0.0.23 - - [2026-04-23 02:35:18] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 200 1293 0.004273 10.0.0.23 - - [2026-04-23 02:35:18] "GET /virtual-machine-interface/b205b0db-70fb-4f1e-9054-e80714bc9832 HTTP/1.1" 200 2952 0.005768 10.0.0.23 - - [2026-04-23 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.23 - - [2026-04-23 02:35:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003917 10.0.0.23 - - [2026-04-23 02:35:18] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003012 10.0.0.23 - - [2026-04-23 02:35:18] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006078 10.0.0.23 - - [2026-04-23 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-04-23 02:35:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003473 10.0.0.23 - - [2026-04-23 02:35:19] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003266 10.0.0.23 - - [2026-04-23 02:35:19] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005402 10.0.0.23 - - [2026-04-23 02:35:38] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 200 1293 0.004744 10.0.0.23 - - [2026-04-23 02:35:39] "POST /neutron/port HTTP/1.1" 200 151 0.188443 10.0.0.23 - - [2026-04-23 02:35:40] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 404 171 0.003209 10.0.0.23 - - [2026-04-23 02:35:40] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 404 171 0.003255 10.0.0.23 - - [2026-04-23 02:35:40] "GET /virtual-machine/0cbd4bb0-e896-4a72-a971-29495ca92a49 HTTP/1.1" 404 171 0.003223 10.0.0.23 - - [2026-04-23 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2026-04-23 02:35:41] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004035 10.0.0.23 - - [2026-04-23 02:35:41] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002950 10.0.0.23 - - [2026-04-23 02:35:41] "GET /virtual-network/f1096d33-c2fb-4462-949e-aa1b89d55ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005586 10.0.0.23 - - [2026-04-23 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.23 - - [2026-04-23 02:35:41] "GET /routing-instance/f23def4c-c86f-4cb3-80c0-7ee4d2197a88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004681 10.0.0.23 - - [2026-04-23 02:35:41] "GET /route-target/705ed882-e2a9-4f16-8e5e-5c53293abba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004177 10.0.0.23 - - [2026-04-23 02:35:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004701 10.0.0.23 - - [2026-04-23 02:35:44] "GET /obj-perms HTTP/1.1" 200 5030 0.007812 10.0.0.249 - - [2026-04-23 02:35:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003330 10.0.0.23 - - [2026-04-23 02:35:44] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 200 1294 0.003999 10.0.0.23 - - [2026-04-23 02:35:45] "POST /neutron/port HTTP/1.1" 200 151 0.184801 10.0.0.23 - - [2026-04-23 02:35:46] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 404 171 0.004326 10.0.0.23 - - [2026-04-23 02:35:46] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 404 171 0.006265 10.0.0.23 - - [2026-04-23 02:35:46] "GET /virtual-machine/42e0fdd7-0a7d-4f4f-912a-007896ccba05 HTTP/1.1" 404 171 0.003469 10.0.0.23 - - [2026-04-23 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2026-04-23 02:35:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004141 10.0.0.23 - - [2026-04-23 02:35:46] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003176 10.0.0.23 - - [2026-04-23 02:35:46] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005737 10.0.0.23 - - [2026-04-23 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2026-04-23 02:35:47] "GET /routing-instance/2588c715-2f09-4d01-ba8c-9db28a96e4d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004506 10.0.0.23 - - [2026-04-23 02:35:47] "GET /route-target/80bf1925-bbd6-48fb-84e9-3ecdbfb01e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004447 10.0.0.23 - - [2026-04-23 02:35:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004446 10.0.0.130 - - [2026-04-23 02:35:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004261 10.0.0.23 - - [2026-04-23 02:35:59] "GET /obj-perms HTTP/1.1" 200 5030 0.006282 10.0.0.130 - - [2026-04-23 02:35:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004921 10.0.0.23 - - [2026-04-23 02:36:08] "GET /obj-perms HTTP/1.1" 200 5030 0.003938 10.0.0.130 - - [2026-04-23 02:36:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004415 10.0.0.23 - - [2026-04-23 02:36:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003624 10.0.0.130 - - [2026-04-23 02:36:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003911 10.0.0.23 - - [2026-04-23 02:36:14] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 200 1295 0.004176 10.0.0.23 - - [2026-04-23 02:36:15] "POST /neutron/port HTTP/1.1" 200 151 0.182026 10.0.0.23 - - [2026-04-23 02:36:16] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 404 171 0.004830 10.0.0.23 - - [2026-04-23 02:36:16] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 404 171 0.003341 10.0.0.23 - - [2026-04-23 02:36:16] "GET /virtual-machine/daee26b7-38e9-4118-a1b1-9eea58a3dc62 HTTP/1.1" 404 171 0.003133 10.0.0.23 - - [2026-04-23 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2026-04-23 02:36:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004433 10.0.0.23 - - [2026-04-23 02:36:17] "GET /virtual-networks?parent_id=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003160 10.0.0.23 - - [2026-04-23 02:36:17] "GET /virtual-network/1b139214-f103-487b-bcce-7ae85a703aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007197 10.0.0.23 - - [2026-04-23 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.23 - - [2026-04-23 02:36:17] "GET /routing-instance/e8d30e42-963b-4182-a634-1a177f23b131?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.005524 10.0.0.23 - - [2026-04-23 02:36:17] "GET /route-target/dda0886e-fddf-4c5d-937f-e82190df9302?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003891 10.0.0.23 - - [2026-04-23 02:36:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003769 10.0.0.23 - - [2026-04-23 02:36:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003620 10.0.0.23 - - [2026-04-23 02:36:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003903 10.0.0.23 - - [2026-04-23 02:36:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004066 10.0.0.23 - - [2026-04-23 02:36:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004502 10.0.0.23 - - [2026-04-23 02:36:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004128 10.0.0.23 - - [2026-04-23 02:36:44] "GET /obj-perms HTTP/1.1" 200 5030 0.005462 10.0.0.23 - - [2026-04-23 02:36:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003800 10.0.0.23 - - [2026-04-23 02:36:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006398 10.0.0.23 - - [2026-04-23 02:36:45] "POST /neutron/network HTTP/1.1" 200 825 0.010030 10.0.0.23 - - [2026-04-23 02:36:45] "GET /virtual-network/e3c1db43-ed57-4b8e-bc87-0f8a14947418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005255 10.0.0.130 - - [2026-04-23 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.058537 10.0.0.23 - - [2026-04-23 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.061171 10.0.0.23 - - [2026-04-23 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.064085 10.0.0.23 - - [2026-04-23 02:36:45] "DELETE /network-policy/7840a920-19ac-4d4f-b788-2abbf053e9fd HTTP/1.1" 200 115 0.033534 10.0.0.23 - - [2026-04-23 02:36:45] "DELETE /network-policy/4427bfae-68e9-4a22-a063-454ddd173765 HTTP/1.1" 200 115 0.035110 10.0.0.23 - - [2026-04-23 02:36:45] "DELETE /network-policy/bac1f6a6-607d-4ee6-bad0-4d34d8fe8a8d HTTP/1.1" 200 115 0.037826 10.0.0.130 - - [2026-04-23 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005884 10.0.0.23 - - [2026-04-23 02:36:46] "POST /neutron/network HTTP/1.1" 200 825 0.007126 10.0.0.130 - - [2026-04-23 02:36:46] "DELETE /route-target/80bf1925-bbd6-48fb-84e9-3ecdbfb01e22 HTTP/1.1" 200 115 0.024559 10.0.0.249 - - [2026-04-23 02:36:46] "POST /useragent-kv HTTP/1.1" 200 115 0.044513 10.0.0.249 - - [2026-04-23 02:36:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002856 10.0.0.23 - - [2026-04-23 02:36:46] "POST /neutron/network HTTP/1.1" 200 151 0.203514 10.0.0.23 - - [2026-04-23 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.23 - - [2026-04-23 02:36:47] "DELETE /network-ipam/c19cc502-1f59-48da-95ed-7c7f85ef1b4c HTTP/1.1" 200 115 0.034409 10.0.0.23 - - [2026-04-23 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.006142 10.0.0.23 - - [2026-04-23 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-04-23 02:36:47] "DELETE /network-ipam/1c89c636-d1c5-4f6f-8d17-6c5ebf008976 HTTP/1.1" 200 115 0.039905 10.0.0.23 - - [2026-04-23 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.004560 10.0.0.23 - - [2026-04-23 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.23 - - [2026-04-23 02:36:47] "DELETE /network-ipam/3c13bae8-d2b4-47de-a868-7695ce6bca00 HTTP/1.1" 200 115 0.047652 10.0.0.23 - - [2026-04-23 02:36:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.004353 10.0.0.249 - - [2026-04-23 02:36:48] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001929 10.0.0.23 - - [2026-04-23 02:36:48] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075309 10.0.0.249 - - [2026-04-23 02:36:48] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.23 - - [2026-04-23 02:36:48] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?fields=virtual_networks HTTP/1.1" 200 1035 0.036490 10.0.0.249 - - [2026-04-23 02:36:49] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.23 - - [2026-04-23 02:36:49] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044146 10.0.0.249 - - [2026-04-23 02:36:49] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.23 - - [2026-04-23 02:36:49] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?fields=security_groups HTTP/1.1" 200 1262 0.043818 10.0.0.23 - - [2026-04-23 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.039732 10.0.0.249 - - [2026-04-23 02:36:50] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003456 10.0.0.249 - - [2026-04-23 02:36:50] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001672 10.0.0.249 - - [2026-04-23 02:36:50] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042257 10.0.0.249 - - [2026-04-23 02:36:50] "POST /id-to-fqname HTTP/1.1" 200 196 0.001795 10.0.0.249 - - [2026-04-23 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.006295 10.0.0.249 - - [2026-04-23 02:36:50] "POST /security-groups HTTP/1.1" 200 597 0.034444 10.0.0.130 - - [2026-04-23 02:36:50] "POST /fqname-to-id HTTP/1.1" 404 240 0.005058 10.0.0.249 - - [2026-04-23 02:36:50] "POST /projects HTTP/1.1" 200 597 0.258158 10.0.0.249 - - [2026-04-23 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.329896 10.0.0.130 - - [2026-04-23 02:36:50] "POST /access-control-lists HTTP/1.1" 200 602 0.031113 10.0.0.23 - - [2026-04-23 02:36:50] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.518846 10.0.0.23 - - [2026-04-23 02:36:51] "GET / HTTP/1.1" 200 36215 0.001916 10.0.0.249 - - [2026-04-23 02:36:54] "DELETE /project/16088fd565c14716a13d2ade51022390 HTTP/1.1" 404 173 0.003314 10.0.0.249 - - [2026-04-23 02:36:54] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000847 10.0.0.249 - - [2026-04-23 02:36:54] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.043909 10.0.0.249 - - [2026-04-23 02:36:54] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000958 10.0.0.249 - - [2026-04-23 02:36:54] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?fields=security_groups HTTP/1.1" 200 1364 0.049648 10.0.0.249 - - [2026-04-23 02:36:54] "DELETE /security-group/2285c629-a193-4ed1-ac92-d38029ab55d6 HTTP/1.1" 200 115 0.050679 10.0.0.249 - - [2026-04-23 02:36:54] "GET /projects?obj_uuids=ddb8df38-5270-46e6-8f9a-97f4642485ec&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002360 10.0.0.249 - - [2026-04-23 02:36:54] "GET /project/ddb8df38-5270-46e6-8f9a-97f4642485ec?fields=application_policy_sets HTTP/1.1" 200 1403 0.065526 10.0.0.249 - - [2026-04-23 02:36:54] "DELETE /project/ddb8df38-5270-46e6-8f9a-97f4642485ec HTTP/1.1" 200 115 0.438962 10.0.0.23 - - [2026-04-23 02:36:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000446 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.027141 10.0.0.23 - - [2026-04-23 02:36:55] "POST /network-ipams HTTP/1.1" 200 521 0.029713 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003745 10.0.0.23 - - [2026-04-23 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipam/c47d056c-5ce8-471f-be00-b829633aa90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1302 0.007525 10.0.0.23 - - [2026-04-23 02:36:55] "PUT /network-ipam/c47d056c-5ce8-471f-be00-b829633aa90a HTTP/1.1" 200 259 0.014859 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003621 10.0.0.23 - - [2026-04-23 02:36:55] "POST /network-ipams HTTP/1.1" 200 521 0.029885 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.005276 10.0.0.23 - - [2026-04-23 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipam/5a46ba4b-6917-46fb-a8e6-d4c7173d0667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.005611 10.0.0.23 - - [2026-04-23 02:36:55] "PUT /network-ipam/5a46ba4b-6917-46fb-a8e6-d4c7173d0667 HTTP/1.1" 200 259 0.016754 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003470 10.0.0.23 - - [2026-04-23 02:36:55] "POST /network-ipams HTTP/1.1" 200 521 0.027555 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.004977 10.0.0.23 - - [2026-04-23 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2026-04-23 02:36:55] "GET /network-ipam/c5c1c419-b372-45b9-945f-68932a0b2ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1302 0.006907 10.0.0.23 - - [2026-04-23 02:36:55] "PUT /network-ipam/c5c1c419-b372-45b9-945f-68932a0b2ea3 HTTP/1.1" 200 259 0.017081 10.0.0.23 - - [2026-04-23 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.249 - - [2026-04-23 02:36:56] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001369 10.0.0.249 - - [2026-04-23 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000593 10.0.0.23 - - [2026-04-23 02:36:56] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.069152 10.0.0.249 - - [2026-04-23 02:36:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.23 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.130 - - [2026-04-23 02:36:57] "POST /route-targets HTTP/1.1" 200 328 0.019223 10.0.0.130 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.130 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000643 10.0.0.130 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.249 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.249 - - [2026-04-23 02:36:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010570 10.0.0.23 - - [2026-04-23 02:36:57] "POST /neutron/subnet HTTP/1.1" 200 714 0.386792 10.0.0.130 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.249 - - [2026-04-23 02:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-04-23 02:36:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001235 10.0.0.23 - - [2026-04-23 02:36:58] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008341 10.0.0.23 - - [2026-04-23 02:36:58] "POST /neutron/network HTTP/1.1" 200 1012 0.010900 10.0.0.23 - - [2026-04-23 02:36:58] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005475 10.0.0.23 - - [2026-04-23 02:36:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.009435 10.0.0.23 - - [2026-04-23 02:36:58] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006870 10.0.0.23 - - [2026-04-23 02:36:58] "GET /network-ipam/c47d056c-5ce8-471f-be00-b829633aa90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1302 0.004211 10.0.0.23 - - [2026-04-23 02:36:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-04-23 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.23 - - [2026-04-23 02:36:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000706 10.0.0.249 - - [2026-04-23 02:36:58] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001002 10.0.0.23 - - [2026-04-23 02:36:58] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.054754 10.0.0.249 - - [2026-04-23 02:36:58] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000926 10.0.0.23 - - [2026-04-23 02:36:58] "POST /neutron/network HTTP/1.1" 200 613 0.109637 10.0.0.130 - - [2026-04-23 02:36:58] "POST /ref-update HTTP/1.1" 200 156 0.027692 10.0.0.23 - - [2026-04-23 02:36:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.074523 10.0.0.23 - - [2026-04-23 02:36:59] "POST /neutron/network HTTP/1.1" 200 1013 0.013903 10.0.0.23 - - [2026-04-23 02:36:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001109 10.0.0.23 - - [2026-04-23 02:36:59] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005614 10.0.0.23 - - [2026-04-23 02:36:59] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005284 10.0.0.23 - - [2026-04-23 02:36:59] "POST /neutron/subnet HTTP/1.1" 200 719 0.010536 10.0.0.23 - - [2026-04-23 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.249 - - [2026-04-23 02:36:59] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001699 10.0.0.23 - - [2026-04-23 02:36:59] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043082 10.0.0.249 - - [2026-04-23 02:36:59] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.23 - - [2026-04-23 02:36:59] "POST /neutron/network HTTP/1.1" 200 613 0.133300 10.0.0.23 - - [2026-04-23 02:36:59] "POST /neutron/network HTTP/1.1" 200 1014 0.011357 10.0.0.23 - - [2026-04-23 02:36:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001008 10.0.0.23 - - [2026-04-23 02:36:59] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004809 10.0.0.23 - - [2026-04-23 02:36:59] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006810 10.0.0.23 - - [2026-04-23 02:36:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.008214 10.0.0.23 - - [2026-04-23 02:37:00] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006965 10.0.0.130 - - [2026-04-23 02:37:01] "GET /obj-perms HTTP/1.1" 200 5042 0.059049 10.0.0.249 - - [2026-04-23 02:37:01] "GET /obj-perms HTTP/1.1" 200 5042 0.056850 10.0.0.23 - - [2026-04-23 02:37:01] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006723 10.0.0.23 - - [2026-04-23 02:37:02] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006204 10.0.0.23 - - [2026-04-23 02:37:02] "GET /obj-perms HTTP/1.1" 200 5042 0.050584 10.0.0.23 - - [2026-04-23 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.003574 10.0.0.23 - - [2026-04-23 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.249 - - [2026-04-23 02:37:02] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.23 - - [2026-04-23 02:37:02] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047325 10.0.0.23 - - [2026-04-23 02:37:02] "POST /network-policys HTTP/1.1" 200 561 0.039948 10.0.0.23 - - [2026-04-23 02:37:02] "GET /network-policy/054eae6f-1437-45fa-ad8b-36d08d88eb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006911 10.0.0.23 - - [2026-04-23 02:37:02] "POST /fqname-to-id HTTP/1.1" 404 224 0.003615 10.0.0.23 - - [2026-04-23 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.249 - - [2026-04-23 02:37:03] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001035 10.0.0.23 - - [2026-04-23 02:37:03] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044477 10.0.0.23 - - [2026-04-23 02:37:03] "POST /network-policys HTTP/1.1" 200 561 0.034793 10.0.0.23 - - [2026-04-23 02:37:03] "GET /network-policy/29df70d3-2b7b-4d52-8b31-c272e4279314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.006576 10.0.0.23 - - [2026-04-23 02:37:03] "POST /fqname-to-id HTTP/1.1" 404 224 0.003736 10.0.0.23 - - [2026-04-23 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.249 - - [2026-04-23 02:37:03] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.23 - - [2026-04-23 02:37:03] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045181 10.0.0.23 - - [2026-04-23 02:37:03] "POST /network-policys HTTP/1.1" 200 561 0.035211 10.0.0.23 - - [2026-04-23 02:37:03] "GET /network-policy/be2e9413-bc31-45e6-8019-77acec3f50a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.006445 10.0.0.130 - - [2026-04-23 02:37:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.006769 10.0.0.23 - - [2026-04-23 02:37:03] "POST /neutron/network HTTP/1.1" 200 1196 0.098901 10.0.0.23 - - [2026-04-23 02:37:03] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006860 10.0.0.23 - - [2026-04-23 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.23 - - [2026-04-23 02:37:03] "GET /network-policy/054eae6f-1437-45fa-ad8b-36d08d88eb73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006415 10.0.0.23 - - [2026-04-23 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2026-04-23 02:37:03] "GET /network-policy/29df70d3-2b7b-4d52-8b31-c272e4279314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.005195 10.0.0.23 - - [2026-04-23 02:37:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003620 10.0.0.23 - - [2026-04-23 02:37:04] "POST /neutron/network HTTP/1.1" 200 1111 0.079492 10.0.0.23 - - [2026-04-23 02:37:04] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005988 10.0.0.23 - - [2026-04-23 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.130 - - [2026-04-23 02:37:04] "POST /access-control-lists HTTP/1.1" 200 599 0.101348 10.0.0.23 - - [2026-04-23 02:37:04] "GET /network-policy/be2e9413-bc31-45e6-8019-77acec3f50a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004043 10.0.0.23 - - [2026-04-23 02:37:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001031 10.0.0.249 - - [2026-04-23 02:37:05] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001384 10.0.0.23 - - [2026-04-23 02:37:05] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.073421 10.0.0.23 - - [2026-04-23 02:37:05] "POST /neutron/network HTTP/1.1" 200 1196 0.031010 10.0.0.23 - - [2026-04-23 02:37:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001544 10.0.0.23 - - [2026-04-23 02:37:05] "POST /neutron/port HTTP/1.1" 200 117 0.006445 10.0.0.249 - - [2026-04-23 02:37:06] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000940 10.0.0.23 - - [2026-04-23 02:37:06] "POST /neutron/port HTTP/1.1" 200 1171 0.371680 10.0.0.249 - - [2026-04-23 02:37:06] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000930 10.0.0.23 - - [2026-04-23 02:37:06] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.094731 10.0.0.23 - - [2026-04-23 02:37:06] "POST /neutron/port HTTP/1.1" 200 1225 0.179609 10.0.0.23 - - [2026-04-23 02:37:06] "POST /neutron/port HTTP/1.1" 200 1235 0.021175 10.0.0.23 - - [2026-04-23 02:37:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.23 - - [2026-04-23 02:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.23 - - [2026-04-23 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001569 10.0.0.23 - - [2026-04-23 02:37:07] "POST /neutron/port HTTP/1.1" 200 1235 0.022699 10.0.0.23 - - [2026-04-23 02:37:07] "POST /neutron/network HTTP/1.1" 200 1121 0.007716 10.0.0.23 - - [2026-04-23 02:37:07] "POST /neutron/port HTTP/1.1" 200 1172 0.023726 10.0.0.249 - - [2026-04-23 02:37:08] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001336 10.0.0.23 - - [2026-04-23 02:37:08] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.078562 10.0.0.23 - - [2026-04-23 02:37:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004891 10.0.0.23 - - [2026-04-23 02:37:08] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013344 10.0.0.23 - - [2026-04-23 02:37:08] "POST /neutron/network HTTP/1.1" 200 1111 0.008421 10.0.0.23 - - [2026-04-23 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.005893 10.0.0.23 - - [2026-04-23 02:37:08] "POST /neutron/port HTTP/1.1" 200 1235 0.019997 10.0.0.23 - - [2026-04-23 02:37:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008361 10.0.0.23 - - [2026-04-23 02:37:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007210 10.0.0.23 - - [2026-04-23 02:37:08] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 401 292 0.000718 10.0.0.23 - - [2026-04-23 02:37:09] "POST /neutron/port HTTP/1.1" 200 1173 0.027661 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 200 1300 0.036323 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 200 1300 0.004194 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-machine-interface/9ca6a08c-f203-4b11-97a5-c8234d35167e HTTP/1.1" 200 3177 0.007230 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 200 1300 0.004797 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-machine-interface/9ca6a08c-f203-4b11-97a5-c8234d35167e HTTP/1.1" 200 3177 0.008008 10.0.0.23 - - [2026-04-23 02:37:09] "GET /instance-ip/28421f4a-f632-4244-918a-b0bcd0d144d5 HTTP/1.1" 200 1634 0.012929 10.0.0.23 - - [2026-04-23 02:37:09] "GET /instance-ip/768c9794-ce95-42cc-8e7a-fefbcce4e033 HTTP/1.1" 200 1656 0.017342 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 200 1300 0.004653 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-machine-interface/9ca6a08c-f203-4b11-97a5-c8234d35167e HTTP/1.1" 200 3177 0.008075 10.0.0.23 - - [2026-04-23 02:37:09] "GET /instance-ip/28421f4a-f632-4244-918a-b0bcd0d144d5 HTTP/1.1" 200 1634 0.009532 10.0.0.23 - - [2026-04-23 02:37:09] "GET /instance-ip/768c9794-ce95-42cc-8e7a-fefbcce4e033 HTTP/1.1" 200 1656 0.005629 10.0.0.23 - - [2026-04-23 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.23 - - [2026-04-23 02:37:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005427 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004055 10.0.0.23 - - [2026-04-23 02:37:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004148 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005312 10.0.0.23 - - [2026-04-23 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.001034 10.0.0.23 - - [2026-04-23 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2026-04-23 02:37:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004237 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003292 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006157 10.0.0.23 - - [2026-04-23 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2026-04-23 02:37:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004042 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002954 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005790 10.0.0.23 - - [2026-04-23 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.23 - - [2026-04-23 02:37:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004555 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003611 10.0.0.23 - - [2026-04-23 02:37:09] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005292 10.0.0.23 - - [2026-04-23 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2026-04-23 02:37:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004385 10.0.0.23 - - [2026-04-23 02:37:10] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003276 10.0.0.23 - - [2026-04-23 02:37:10] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006065 10.0.0.23 - - [2026-04-23 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.23 - - [2026-04-23 02:37:13] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007085 10.0.0.249 - - [2026-04-23 02:37:14] "GET /obj-perms HTTP/1.1" 200 5056 0.043985 10.0.0.23 - - [2026-04-23 02:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.23 - - [2026-04-23 02:37:17] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005482 10.0.0.23 - - [2026-04-23 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.23 - - [2026-04-23 02:37:21] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005054 10.0.0.23 - - [2026-04-23 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2026-04-23 02:37:25] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005454 10.0.0.23 - - [2026-04-23 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2026-04-23 02:37:29] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007455 10.0.0.23 - - [2026-04-23 02:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.23 - - [2026-04-23 02:37:33] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005867 10.0.0.23 - - [2026-04-23 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2026-04-23 02:37:37] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005060 10.0.0.23 - - [2026-04-23 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-04-23 02:37:41] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005537 10.0.0.23 - - [2026-04-23 02:37:44] "POST /neutron/port HTTP/1.1" 200 1236 0.022058 10.0.0.23 - - [2026-04-23 02:37:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004145 10.0.0.23 - - [2026-04-23 02:37:44] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.23 - - [2026-04-23 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2026-04-23 02:37:46] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005178 10.0.0.23 - - [2026-04-23 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.23 - - [2026-04-23 02:37:50] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006199 10.0.0.23 - - [2026-04-23 02:37:50] "POST /neutron/port HTTP/1.1" 200 1235 0.019983 10.0.0.23 - - [2026-04-23 02:37:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005477 10.0.0.23 - - [2026-04-23 02:37:50] "POST /neutron/port HTTP/1.1" 200 117 0.001447 10.0.0.23 - - [2026-04-23 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.23 - - [2026-04-23 02:37:54] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006895 10.0.0.23 - - [2026-04-23 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.23 - - [2026-04-23 02:37:58] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005812 10.0.0.23 - - [2026-04-23 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2026-04-23 02:38:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004406 10.0.0.23 - - [2026-04-23 02:38:00] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004574 10.0.0.23 - - [2026-04-23 02:38:00] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006879 10.0.0.23 - - [2026-04-23 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2026-04-23 02:38:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004716 10.0.0.23 - - [2026-04-23 02:38:00] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003743 10.0.0.23 - - [2026-04-23 02:38:00] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006417 10.0.0.23 - - [2026-04-23 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.23 - - [2026-04-23 02:38:00] "GET /routing-instance/54ba1c05-248a-4a51-9d74-d6466181356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005560 10.0.0.23 - - [2026-04-23 02:38:00] "GET /route-target/6ebdc14c-047f-4db0-a613-8f561e264ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005918 10.0.0.23 - - [2026-04-23 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.23 - - [2026-04-23 02:38:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005219 10.0.0.23 - - [2026-04-23 02:38:00] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004489 10.0.0.23 - - [2026-04-23 02:38:00] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006069 10.0.0.23 - - [2026-04-23 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.23 - - [2026-04-23 02:38:01] "GET /routing-instance/54ba1c05-248a-4a51-9d74-d6466181356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004905 10.0.0.23 - - [2026-04-23 02:38:01] "GET /route-target/6ebdc14c-047f-4db0-a613-8f561e264ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004402 10.0.0.23 - - [2026-04-23 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2026-04-23 02:38:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005131 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005040 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006609 10.0.0.23 - - [2026-04-23 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.23 - - [2026-04-23 02:38:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004272 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004069 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006168 10.0.0.23 - - [2026-04-23 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-04-23 02:38:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004793 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004560 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007761 10.0.0.23 - - [2026-04-23 02:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2026-04-23 02:38:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004330 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003757 10.0.0.23 - - [2026-04-23 02:38:01] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005934 10.0.0.23 - - [2026-04-23 02:38:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004165 10.0.0.23 - - [2026-04-23 02:38:01] "GET /obj-perms HTTP/1.1" 200 5042 0.003889 10.0.0.249 - - [2026-04-23 02:38:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004111 10.0.0.23 - - [2026-04-23 02:38:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004496 10.0.0.130 - - [2026-04-23 02:38:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004603 10.0.0.23 - - [2026-04-23 02:38:02] "POST /neutron/port HTTP/1.1" 200 1236 0.022321 10.0.0.23 - - [2026-04-23 02:38:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007524 10.0.0.23 - - [2026-04-23 02:38:02] "POST /neutron/port HTTP/1.1" 200 1236 0.018610 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 200 1301 0.008704 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 200 1301 0.004665 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-machine-interface/f154f68f-dfa9-439d-bebd-0900ab48b57c HTTP/1.1" 200 3177 0.005313 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 200 1301 0.003806 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-machine-interface/f154f68f-dfa9-439d-bebd-0900ab48b57c HTTP/1.1" 200 3177 0.005754 10.0.0.23 - - [2026-04-23 02:38:02] "GET /instance-ip/19d2ed85-be8f-4e0c-8be6-3130c056e5b0 HTTP/1.1" 200 1656 0.006010 10.0.0.23 - - [2026-04-23 02:38:02] "GET /instance-ip/c5f70b4c-70cd-43c2-b67f-0e7cb8ac4f18 HTTP/1.1" 200 1636 0.005998 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 200 1301 0.004267 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-machine-interface/f154f68f-dfa9-439d-bebd-0900ab48b57c HTTP/1.1" 200 3177 0.005732 10.0.0.23 - - [2026-04-23 02:38:02] "GET /instance-ip/19d2ed85-be8f-4e0c-8be6-3130c056e5b0 HTTP/1.1" 200 1656 0.004519 10.0.0.23 - - [2026-04-23 02:38:02] "GET /instance-ip/c5f70b4c-70cd-43c2-b67f-0e7cb8ac4f18 HTTP/1.1" 200 1636 0.004754 10.0.0.23 - - [2026-04-23 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.23 - - [2026-04-23 02:38:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003998 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004357 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006011 10.0.0.23 - - [2026-04-23 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-04-23 02:38:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004239 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003791 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006080 10.0.0.23 - - [2026-04-23 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.23 - - [2026-04-23 02:38:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005185 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003316 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006984 10.0.0.23 - - [2026-04-23 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2026-04-23 02:38:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004191 10.0.0.23 - - [2026-04-23 02:38:02] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003873 10.0.0.23 - - [2026-04-23 02:38:03] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006258 10.0.0.23 - - [2026-04-23 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-04-23 02:38:03] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004228 10.0.0.23 - - [2026-04-23 02:38:03] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003495 10.0.0.23 - - [2026-04-23 02:38:03] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006255 10.0.0.23 - - [2026-04-23 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004954 10.0.0.23 - - [2026-04-23 02:38:06] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005863 10.0.0.23 - - [2026-04-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2026-04-23 02:38:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004171 10.0.0.23 - - [2026-04-23 02:38:08] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003549 10.0.0.23 - - [2026-04-23 02:38:08] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005373 10.0.0.23 - - [2026-04-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.23 - - [2026-04-23 02:38:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004470 10.0.0.23 - - [2026-04-23 02:38:08] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003628 10.0.0.23 - - [2026-04-23 02:38:08] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006514 10.0.0.23 - - [2026-04-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.23 - - [2026-04-23 02:38:08] "GET /routing-instance/ba5c4e4b-af3a-4a74-92d8-83d8a7454c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.006438 10.0.0.23 - - [2026-04-23 02:38:08] "GET /route-target/bf4592bf-e26b-4be9-aa70-6ad530dadabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003988 10.0.0.23 - - [2026-04-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2026-04-23 02:38:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003522 10.0.0.23 - - [2026-04-23 02:38:08] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004055 10.0.0.23 - - [2026-04-23 02:38:08] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006207 10.0.0.23 - - [2026-04-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.23 - - [2026-04-23 02:38:08] "GET /routing-instance/ba5c4e4b-af3a-4a74-92d8-83d8a7454c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.006697 10.0.0.23 - - [2026-04-23 02:38:08] "GET /route-target/bf4592bf-e26b-4be9-aa70-6ad530dadabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004628 10.0.0.23 - - [2026-04-23 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.23 - - [2026-04-23 02:38:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004864 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003477 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.010371 10.0.0.23 - - [2026-04-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-04-23 02:38:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009425 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003783 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007019 10.0.0.23 - - [2026-04-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.23 - - [2026-04-23 02:38:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004152 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003668 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005833 10.0.0.23 - - [2026-04-23 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.23 - - [2026-04-23 02:38:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005421 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003408 10.0.0.23 - - [2026-04-23 02:38:09] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005919 10.0.0.23 - - [2026-04-23 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004687 10.0.0.249 - - [2026-04-23 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.003896 10.0.0.23 - - [2026-04-23 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.003713 10.0.0.23 - - [2026-04-23 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004141 10.0.0.130 - - [2026-04-23 02:38:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004250 10.0.0.23 - - [2026-04-23 02:38:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010775 10.0.0.23 - - [2026-04-23 02:38:10] "POST /neutron/port HTTP/1.1" 200 1237 0.020597 10.0.0.23 - - [2026-04-23 02:38:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007305 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 200 1301 0.006103 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 200 1301 0.003721 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-machine-interface/ca3025a9-9872-47ce-814a-e6525c210165 HTTP/1.1" 200 3176 0.006072 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 200 1301 0.004100 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-machine-interface/ca3025a9-9872-47ce-814a-e6525c210165 HTTP/1.1" 200 3176 0.005634 10.0.0.23 - - [2026-04-23 02:38:10] "GET /instance-ip/9739fa43-a970-44f7-9f5e-503bfb958352 HTTP/1.1" 200 1637 0.006488 10.0.0.23 - - [2026-04-23 02:38:10] "GET /instance-ip/af5b5d73-6b86-4735-9fdd-4e209ea794a6 HTTP/1.1" 200 1657 0.007115 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 200 1301 0.006829 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-machine-interface/ca3025a9-9872-47ce-814a-e6525c210165 HTTP/1.1" 200 3176 0.006193 10.0.0.23 - - [2026-04-23 02:38:10] "GET /instance-ip/9739fa43-a970-44f7-9f5e-503bfb958352 HTTP/1.1" 200 1637 0.004389 10.0.0.23 - - [2026-04-23 02:38:10] "GET /instance-ip/af5b5d73-6b86-4735-9fdd-4e209ea794a6 HTTP/1.1" 200 1657 0.004052 10.0.0.23 - - [2026-04-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2026-04-23 02:38:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003888 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003554 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005435 10.0.0.23 - - [2026-04-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2026-04-23 02:38:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005122 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003065 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008225 10.0.0.23 - - [2026-04-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.23 - - [2026-04-23 02:38:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003523 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003417 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008214 10.0.0.23 - - [2026-04-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2026-04-23 02:38:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004569 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003940 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006300 10.0.0.23 - - [2026-04-23 02:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-04-23 02:38:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004489 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003000 10.0.0.23 - - [2026-04-23 02:38:10] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006791 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.23 - - [2026-04-23 02:38:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004270 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.008048 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007104 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2026-04-23 02:38:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003685 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003621 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006055 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.23 - - [2026-04-23 02:38:12] "GET /routing-instance/1898fd36-1514-4375-a9fc-964d2bba132b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.007475 10.0.0.23 - - [2026-04-23 02:38:12] "GET /route-target/aaed584c-af0a-4ff0-8b90-b736b93930ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004313 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2026-04-23 02:38:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003696 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003686 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006664 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.23 - - [2026-04-23 02:38:12] "GET /routing-instance/1898fd36-1514-4375-a9fc-964d2bba132b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004677 10.0.0.23 - - [2026-04-23 02:38:12] "GET /route-target/aaed584c-af0a-4ff0-8b90-b736b93930ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004810 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-04-23 02:38:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004260 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003763 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006964 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.23 - - [2026-04-23 02:38:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004641 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003273 10.0.0.23 - - [2026-04-23 02:38:12] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006838 10.0.0.23 - - [2026-04-23 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-04-23 02:38:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004459 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003339 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006330 10.0.0.23 - - [2026-04-23 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2026-04-23 02:38:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004634 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003349 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007639 10.0.0.249 - - [2026-04-23 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004842 10.0.0.23 - - [2026-04-23 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004887 10.0.0.23 - - [2026-04-23 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004772 10.0.0.23 - - [2026-04-23 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004720 10.0.0.249 - - [2026-04-23 02:38:13] "GET /obj-perms HTTP/1.1" 200 5042 0.005184 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 200 1300 0.004091 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-machine-interface/9ca6a08c-f203-4b11-97a5-c8234d35167e HTTP/1.1" 200 3177 0.006153 10.0.0.23 - - [2026-04-23 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007444 10.0.0.23 - - [2026-04-23 02:38:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004000 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004514 10.0.0.23 - - [2026-04-23 02:38:13] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007074 10.0.0.23 - - [2026-04-23 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.23 - - [2026-04-23 02:38:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004577 10.0.0.23 - - [2026-04-23 02:38:14] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003273 10.0.0.23 - - [2026-04-23 02:38:14] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005701 10.0.0.23 - - [2026-04-23 02:38:15] "POST /neutron/port HTTP/1.1" 200 1235 0.018932 10.0.0.23 - - [2026-04-23 02:38:15] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007456 10.0.0.23 - - [2026-04-23 02:38:20] "POST /neutron/port HTTP/1.1" 200 1235 0.019608 10.0.0.23 - - [2026-04-23 02:38:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010426 10.0.0.23 - - [2026-04-23 02:38:30] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 200 1301 0.007885 10.0.0.23 - - [2026-04-23 02:38:30] "GET /virtual-machine-interface/f154f68f-dfa9-439d-bebd-0900ab48b57c HTTP/1.1" 200 3177 0.005941 10.0.0.23 - - [2026-04-23 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2026-04-23 02:38:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003720 10.0.0.23 - - [2026-04-23 02:38:30] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004157 10.0.0.23 - - [2026-04-23 02:38:30] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006259 10.0.0.23 - - [2026-04-23 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005658 10.0.0.23 - - [2026-04-23 02:38:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004269 10.0.0.23 - - [2026-04-23 02:38:31] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003138 10.0.0.23 - - [2026-04-23 02:38:31] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005695 10.0.0.23 - - [2026-04-23 02:38:31] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 200 1301 0.004742 10.0.0.23 - - [2026-04-23 02:38:31] "GET /virtual-machine-interface/ca3025a9-9872-47ce-814a-e6525c210165 HTTP/1.1" 200 3176 0.005356 10.0.0.23 - - [2026-04-23 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.23 - - [2026-04-23 02:38:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004623 10.0.0.23 - - [2026-04-23 02:38:32] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003612 10.0.0.23 - - [2026-04-23 02:38:32] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006772 10.0.0.23 - - [2026-04-23 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.23 - - [2026-04-23 02:38:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003804 10.0.0.23 - - [2026-04-23 02:38:33] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003188 10.0.0.23 - - [2026-04-23 02:38:33] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006030 10.0.0.23 - - [2026-04-23 02:38:45] "POST /neutron/network HTTP/1.1" 200 1121 0.008109 10.0.0.23 - - [2026-04-23 02:38:45] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015179 10.0.0.23 - - [2026-04-23 02:38:45] "POST /neutron/network HTTP/1.1" 200 1111 0.009878 10.0.0.23 - - [2026-04-23 02:38:50] "POST /neutron/network HTTP/1.1" 200 1024 0.008462 10.0.0.23 - - [2026-04-23 02:38:50] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016460 10.0.0.23 - - [2026-04-23 02:38:50] "POST /neutron/network HTTP/1.1" 200 1014 0.009500 10.0.0.23 - - [2026-04-23 02:39:00] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 200 1301 0.005120 10.0.0.23 - - [2026-04-23 02:39:01] "POST /neutron/port HTTP/1.1" 200 151 0.262342 10.0.0.23 - - [2026-04-23 02:39:02] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 404 171 0.003367 10.0.0.23 - - [2026-04-23 02:39:02] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 404 171 0.003712 10.0.0.23 - - [2026-04-23 02:39:02] "GET /virtual-machine/bcb4c44a-fd28-4f17-a145-cb4de0d7762e HTTP/1.1" 404 171 0.004560 10.0.0.23 - - [2026-04-23 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2026-04-23 02:39:03] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003909 10.0.0.23 - - [2026-04-23 02:39:03] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003555 10.0.0.23 - - [2026-04-23 02:39:03] "GET /virtual-network/77e044ce-e21b-4c6a-a80a-157d9873228d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005810 10.0.0.23 - - [2026-04-23 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2026-04-23 02:39:03] "GET /routing-instance/1898fd36-1514-4375-a9fc-964d2bba132b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005164 10.0.0.23 - - [2026-04-23 02:39:03] "GET /route-target/aaed584c-af0a-4ff0-8b90-b736b93930ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004955 10.0.0.23 - - [2026-04-23 02:39:03] "GET /obj-perms HTTP/1.1" 200 5042 0.003928 10.0.0.23 - - [2026-04-23 02:39:06] "GET /obj-perms HTTP/1.1" 200 5042 0.003967 10.0.0.23 - - [2026-04-23 02:39:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003461 10.0.0.23 - - [2026-04-23 02:39:15] "GET /obj-perms HTTP/1.1" 200 5042 0.003825 10.0.0.130 - - [2026-04-23 02:39:15] "GET /obj-perms HTTP/1.1" 200 5042 0.004021 10.0.0.23 - - [2026-04-23 02:39:15] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 200 1301 0.006819 10.0.0.23 - - [2026-04-23 02:39:16] "GET /obj-perms HTTP/1.1" 200 5056 0.058414 10.0.0.23 - - [2026-04-23 02:39:16] "POST /neutron/port HTTP/1.1" 200 151 0.248748 10.0.0.23 - - [2026-04-23 02:39:17] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 404 171 0.003413 10.0.0.23 - - [2026-04-23 02:39:17] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 404 171 0.003181 10.0.0.23 - - [2026-04-23 02:39:17] "GET /virtual-machine/b3730ad5-9626-44e5-bbfe-b6103b6b6c68 HTTP/1.1" 404 171 0.002636 10.0.0.23 - - [2026-04-23 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.23 - - [2026-04-23 02:39:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004002 10.0.0.23 - - [2026-04-23 02:39:18] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003410 10.0.0.23 - - [2026-04-23 02:39:18] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006423 10.0.0.23 - - [2026-04-23 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.23 - - [2026-04-23 02:39:18] "GET /routing-instance/ba5c4e4b-af3a-4a74-92d8-83d8a7454c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005141 10.0.0.23 - - [2026-04-23 02:39:18] "GET /route-target/bf4592bf-e26b-4be9-aa70-6ad530dadabd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003520 10.0.0.130 - - [2026-04-23 02:39:21] "GET /obj-perms HTTP/1.1" 200 5042 0.003954 10.0.0.23 - - [2026-04-23 02:39:24] "GET /obj-perms HTTP/1.1" 200 5042 0.004399 10.0.0.130 - - [2026-04-23 02:39:30] "GET /obj-perms HTTP/1.1" 200 5042 0.004302 10.0.0.23 - - [2026-04-23 02:39:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004430 10.0.0.130 - - [2026-04-23 02:39:39] "GET /obj-perms HTTP/1.1" 200 5042 0.004232 10.0.0.23 - - [2026-04-23 02:39:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004069 10.0.0.23 - - [2026-04-23 02:39:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003839 10.0.0.130 - - [2026-04-23 02:39:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003505 10.0.0.249 - - [2026-04-23 02:39:46] "GET /obj-perms HTTP/1.1" 200 5042 0.003603 10.0.0.23 - - [2026-04-23 02:39:46] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 200 1300 0.004651 10.0.0.23 - - [2026-04-23 02:39:46] "POST /neutron/port HTTP/1.1" 200 151 0.219193 10.0.0.23 - - [2026-04-23 02:39:48] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 404 171 0.003119 10.0.0.23 - - [2026-04-23 02:39:48] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 404 171 0.004121 10.0.0.23 - - [2026-04-23 02:39:48] "GET /virtual-machine/7542d49a-be25-47a0-9872-4e930843c4a6 HTTP/1.1" 404 171 0.003423 10.0.0.23 - - [2026-04-23 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.23 - - [2026-04-23 02:39:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004006 10.0.0.23 - - [2026-04-23 02:39:48] "GET /virtual-networks?parent_id=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003179 10.0.0.23 - - [2026-04-23 02:39:48] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006480 10.0.0.23 - - [2026-04-23 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-23 02:39:48] "GET /routing-instance/54ba1c05-248a-4a51-9d74-d6466181356e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.004122 10.0.0.23 - - [2026-04-23 02:39:48] "GET /route-target/6ebdc14c-047f-4db0-a613-8f561e264ea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004750 10.0.0.23 - - [2026-04-23 02:39:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004414 10.0.0.23 - - [2026-04-23 02:39:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004514 10.0.0.23 - - [2026-04-23 02:40:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004327 10.0.0.23 - - [2026-04-23 02:40:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004164 10.0.0.23 - - [2026-04-23 02:40:10] "GET /obj-perms HTTP/1.1" 200 5042 0.005138 10.0.0.23 - - [2026-04-23 02:40:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003829 10.0.0.23 - - [2026-04-23 02:40:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003900 10.0.0.23 - - [2026-04-23 02:40:16] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005720 10.0.0.23 - - [2026-04-23 02:40:16] "POST /neutron/network HTTP/1.1" 200 1013 0.015357 10.0.0.23 - - [2026-04-23 02:40:16] "GET /virtual-network/16abf06a-a71a-43af-8399-014e3050bf3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007603 10.0.0.130 - - [2026-04-23 02:40:16] "POST /ref-update HTTP/1.1" 200 156 0.033386 10.0.0.23 - - [2026-04-23 02:40:16] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005717 10.0.0.23 - - [2026-04-23 02:40:16] "POST /neutron/network HTTP/1.1" 200 1012 0.010820 10.0.0.23 - - [2026-04-23 02:40:16] "GET /virtual-network/b8d67109-1a59-4f61-aaa7-0465eeb4eef9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005117 10.0.0.23 - - [2026-04-23 02:40:16] "DELETE /network-policy/be2e9413-bc31-45e6-8019-77acec3f50a5 HTTP/1.1" 200 115 0.044929 10.0.0.23 - - [2026-04-23 02:40:16] "DELETE /network-policy/29df70d3-2b7b-4d52-8b31-c272e4279314 HTTP/1.1" 200 115 0.035843 10.0.0.23 - - [2026-04-23 02:40:17] "DELETE /network-policy/054eae6f-1437-45fa-ad8b-36d08d88eb73 HTTP/1.1" 200 115 0.032996 10.0.0.130 - - [2026-04-23 02:40:17] "POST /ref-update HTTP/1.1" 200 156 0.030146 10.0.0.23 - - [2026-04-23 02:40:17] "POST /neutron/network HTTP/1.1" 200 1013 0.008557 10.0.0.130 - - [2026-04-23 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.249 - - [2026-04-23 02:40:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003267 10.0.0.249 - - [2026-04-23 02:40:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003347 10.0.0.249 - - [2026-04-23 02:40:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002326 10.0.0.249 - - [2026-04-23 02:40:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002248 10.0.0.23 - - [2026-04-23 02:40:18] "POST /neutron/network HTTP/1.1" 200 151 0.142769 10.0.0.130 - - [2026-04-23 02:40:18] "DELETE /route-target/6ebdc14c-047f-4db0-a613-8f561e264ea5 HTTP/1.1" 200 115 0.021678 10.0.0.23 - - [2026-04-23 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.23 - - [2026-04-23 02:40:18] "DELETE /network-ipam/c5c1c419-b372-45b9-945f-68932a0b2ea3 HTTP/1.1" 200 115 0.036813 10.0.0.23 - - [2026-04-23 02:40:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.003220 10.0.0.23 - - [2026-04-23 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.23 - - [2026-04-23 02:40:18] "DELETE /network-ipam/5a46ba4b-6917-46fb-a8e6-d4c7173d0667 HTTP/1.1" 200 115 0.039866 10.0.0.23 - - [2026-04-23 02:40:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.003417 10.0.0.23 - - [2026-04-23 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2026-04-23 02:40:18] "DELETE /network-ipam/c47d056c-5ce8-471f-be00-b829633aa90a HTTP/1.1" 200 115 0.036082 10.0.0.23 - - [2026-04-23 02:40:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.002991 10.0.0.249 - - [2026-04-23 02:40:21] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001435 10.0.0.23 - - [2026-04-23 02:40:21] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044273 10.0.0.249 - - [2026-04-23 02:40:21] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001273 10.0.0.23 - - [2026-04-23 02:40:21] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?fields=virtual_networks HTTP/1.1" 200 1046 0.042202 10.0.0.249 - - [2026-04-23 02:40:21] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001027 10.0.0.23 - - [2026-04-23 02:40:21] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.043923 10.0.0.249 - - [2026-04-23 02:40:21] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001253 10.0.0.23 - - [2026-04-23 02:40:21] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?fields=security_groups HTTP/1.1" 200 1279 0.041592 10.0.0.23 - - [2026-04-23 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.026775 10.0.0.249 - - [2026-04-23 02:40:22] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003378 10.0.0.249 - - [2026-04-23 02:40:22] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.249 - - [2026-04-23 02:40:22] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007702 10.0.0.249 - - [2026-04-23 02:40:22] "POST /id-to-fqname HTTP/1.1" 200 192 0.007742 10.0.0.249 - - [2026-04-23 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.008752 10.0.0.249 - - [2026-04-23 02:40:22] "POST /security-groups HTTP/1.1" 200 593 0.077561 10.0.0.249 - - [2026-04-23 02:40:22] "POST /projects HTTP/1.1" 200 589 0.296885 10.0.0.130 - - [2026-04-23 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.009494 10.0.0.249 - - [2026-04-23 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.370660 10.0.0.23 - - [2026-04-23 02:40:22] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.510753 10.0.0.23 - - [2026-04-23 02:40:23] "GET / HTTP/1.1" 200 36215 0.001499 10.0.0.23 - - [2026-04-23 02:40:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-04-23 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.057592 10.0.0.249 - - [2026-04-23 02:40:26] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001278 10.0.0.23 - - [2026-04-23 02:40:26] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040668 10.0.0.130 - - [2026-04-23 02:40:26] "POST /ref-update HTTP/1.1" 200 156 0.022861 10.0.0.249 - - [2026-04-23 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006703 10.0.0.23 - - [2026-04-23 02:40:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.241968 10.0.0.23 - - [2026-04-23 02:40:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001231 10.0.0.23 - - [2026-04-23 02:40:26] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004756 10.0.0.23 - - [2026-04-23 02:40:26] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005756 10.0.0.23 - - [2026-04-23 02:40:26] "POST /neutron/network HTTP/1.1" 200 827 0.006099 10.0.0.23 - - [2026-04-23 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.249 - - [2026-04-23 02:40:26] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.23 - - [2026-04-23 02:40:26] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047900 10.0.0.249 - - [2026-04-23 02:40:26] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.23 - - [2026-04-23 02:40:27] "POST /neutron/network HTTP/1.1" 200 607 0.145666 10.0.0.23 - - [2026-04-23 02:40:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.003265 10.0.0.23 - - [2026-04-23 02:40:27] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006829 10.0.0.23 - - [2026-04-23 02:40:27] "POST /neutron/network HTTP/1.1" 200 824 0.007671 10.0.0.23 - - [2026-04-23 02:40:27] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006197 10.0.0.23 - - [2026-04-23 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.003009 10.0.0.23 - - [2026-04-23 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.249 - - [2026-04-23 02:40:27] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.23 - - [2026-04-23 02:40:27] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039353 10.0.0.23 - - [2026-04-23 02:40:27] "POST /network-policys HTTP/1.1" 200 573 0.030769 10.0.0.23 - - [2026-04-23 02:40:27] "GET /network-policy/756aa5d4-3667-4cba-839d-9d8c75b47e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.007730 10.0.0.23 - - [2026-04-23 02:40:27] "POST /neutron/network HTTP/1.1" 200 827 0.006733 10.0.0.130 - - [2026-04-23 02:40:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.006410 10.0.0.23 - - [2026-04-23 02:40:27] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.007399 10.0.0.23 - - [2026-04-23 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.23 - - [2026-04-23 02:40:27] "GET /network-policy/756aa5d4-3667-4cba-839d-9d8c75b47e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004332 10.0.0.23 - - [2026-04-23 02:40:27] "POST /neutron/network HTTP/1.1" 200 824 0.006160 10.0.0.130 - - [2026-04-23 02:40:27] "POST /access-control-lists HTTP/1.1" 200 592 0.041012 10.0.0.23 - - [2026-04-23 02:40:28] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.009476 10.0.0.23 - - [2026-04-23 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006424 10.0.0.23 - - [2026-04-23 02:40:28] "GET /network-policy/756aa5d4-3667-4cba-839d-9d8c75b47e0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005116 10.0.0.23 - - [2026-04-23 02:40:28] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005829 10.0.0.23 - - [2026-04-23 02:40:29] "GET /obj-perms HTTP/1.1" 200 5034 0.057296 10.0.0.249 - - [2026-04-23 02:40:29] "GET /obj-perms HTTP/1.1" 200 5034 0.058203 10.0.0.23 - - [2026-04-23 02:40:30] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007070 10.0.0.130 - - [2026-04-23 02:40:30] "GET /obj-perms HTTP/1.1" 200 5034 0.055421 10.0.0.23 - - [2026-04-23 02:40:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001279 10.0.0.23 - - [2026-04-23 02:40:30] "POST /neutron/network HTTP/1.1" 200 939 0.007481 10.0.0.249 - - [2026-04-23 02:40:31] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.23 - - [2026-04-23 02:40:31] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.073227 10.0.0.23 - - [2026-04-23 02:40:31] "POST /neutron/port HTTP/1.1" 200 117 0.007358 10.0.0.23 - - [2026-04-23 02:40:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001322 10.0.0.23 - - [2026-04-23 02:40:32] "POST /neutron/network HTTP/1.1" 200 939 0.008381 10.0.0.23 - - [2026-04-23 02:40:32] "POST /neutron/port HTTP/1.1" 200 1063 0.024694 10.0.0.249 - - [2026-04-23 02:40:32] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.23 - - [2026-04-23 02:40:32] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.101663 10.0.0.23 - - [2026-04-23 02:40:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009305 10.0.0.23 - - [2026-04-23 02:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.23 - - [2026-04-23 02:40:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008631 10.0.0.23 - - [2026-04-23 02:40:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006599 10.0.0.23 - - [2026-04-23 02:40:33] "POST /neutron/port HTTP/1.1" 200 1060 0.047338 10.0.0.23 - - [2026-04-23 02:40:34] "POST /neutron/port HTTP/1.1" 200 1124 0.019520 10.0.0.23 - - [2026-04-23 02:40:34] "POST /neutron/port HTTP/1.1" 200 117 0.002654 10.0.0.23 - - [2026-04-23 02:40:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007253 10.0.0.23 - - [2026-04-23 02:40:38] "POST /neutron/port HTTP/1.1" 200 1127 0.022995 10.0.0.23 - - [2026-04-23 02:40:38] "GET /virtual-machine/cdd0027e-1260-41dc-a210-4b6b2b91bc7b HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-04-23 02:40:38] "GET /virtual-machine/cdd0027e-1260-41dc-a210-4b6b2b91bc7b HTTP/1.1" 200 1297 0.028611 10.0.0.23 - - [2026-04-23 02:40:38] "GET /virtual-machine-interface/ce3071b1-8ce6-4d8e-b6bc-154f72c31a35 HTTP/1.1" 200 2959 0.005631 10.0.0.23 - - [2026-04-23 02:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2026-04-23 02:40:38] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003466 10.0.0.23 - - [2026-04-23 02:40:38] "GET /virtual-networks?parent_id=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002968 10.0.0.23 - - [2026-04-23 02:40:38] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005826 10.0.0.23 - - [2026-04-23 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006273 10.0.0.23 - - [2026-04-23 02:40:42] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.007451 10.0.0.23 - - [2026-04-23 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.23 - - [2026-04-23 02:40:46] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006683 10.0.0.23 - - [2026-04-23 02:40:46] "POST /neutron/port HTTP/1.1" 200 1124 0.016215 10.0.0.23 - - [2026-04-23 02:40:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.008920 10.0.0.23 - - [2026-04-23 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2026-04-23 02:40:50] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006336 10.0.0.23 - - [2026-04-23 02:40:52] "POST /neutron/port HTTP/1.1" 200 1127 0.018898 10.0.0.23 - - [2026-04-23 02:40:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.23 - - [2026-04-23 02:40:52] "POST /neutron/network HTTP/1.1" 200 929 0.010367 10.0.0.23 - - [2026-04-23 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.23 - - [2026-04-23 02:40:54] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006388 10.0.0.249 - - [2026-04-23 02:40:54] "DELETE /project/1272bf803e7c46b0930be9ce817d8538 HTTP/1.1" 404 173 0.005803 10.0.0.249 - - [2026-04-23 02:40:54] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000837 10.0.0.249 - - [2026-04-23 02:40:54] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.042961 10.0.0.249 - - [2026-04-23 02:40:54] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.249 - - [2026-04-23 02:40:55] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?fields=security_groups HTTP/1.1" 200 1381 0.051893 10.0.0.249 - - [2026-04-23 02:40:55] "DELETE /security-group/6b255360-dd84-4e03-b7fd-a02143d569e2 HTTP/1.1" 200 115 0.058586 10.0.0.249 - - [2026-04-23 02:40:55] "GET /projects?obj_uuids=16088fd5-65c1-4716-a13d-2ade51022390&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.249 - - [2026-04-23 02:40:55] "GET /project/16088fd5-65c1-4716-a13d-2ade51022390?fields=application_policy_sets HTTP/1.1" 200 1420 0.070103 10.0.0.130 - - [2026-04-23 02:40:55] "DELETE /access-control-list/f9fefb93-cec5-4fc1-af2a-b9e8436fe46b HTTP/1.1" 200 115 0.057197 10.0.0.249 - - [2026-04-23 02:40:55] "DELETE /project/16088fd5-65c1-4716-a13d-2ade51022390 HTTP/1.1" 200 115 0.437548 10.0.0.23 - - [2026-04-23 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006451 10.0.0.23 - - [2026-04-23 02:40:58] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.010696 10.0.0.23 - - [2026-04-23 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.23 - - [2026-04-23 02:41:02] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005252 10.0.0.23 - - [2026-04-23 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.23 - - [2026-04-23 02:41:06] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005614 10.0.0.23 - - [2026-04-23 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2026-04-23 02:41:10] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005729 10.0.0.23 - - [2026-04-23 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.23 - - [2026-04-23 02:41:14] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.006315 10.0.0.23 - - [2026-04-23 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.23 - - [2026-04-23 02:41:16] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004240 10.0.0.23 - - [2026-04-23 02:41:16] "GET /virtual-networks?parent_id=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002838 10.0.0.23 - - [2026-04-23 02:41:17] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.005872 10.0.0.23 - - [2026-04-23 02:41:22] "POST /neutron/port HTTP/1.1" 200 1127 0.019269 10.0.0.23 - - [2026-04-23 02:41:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007634 10.0.0.23 - - [2026-04-23 02:41:32] "POST /neutron/port HTTP/1.1" 200 1127 0.021433 10.0.0.23 - - [2026-04-23 02:41:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008187 10.0.0.23 - - [2026-04-23 02:41:43] "POST /neutron/port HTTP/1.1" 200 1124 0.017719 10.0.0.23 - - [2026-04-23 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008260 10.0.0.23 - - [2026-04-23 02:41:43] "GET /virtual-machine/8150f7f4-b079-46ba-a9d8-d823e901a992 HTTP/1.1" 200 1296 0.005674 10.0.0.23 - - [2026-04-23 02:41:43] "GET /virtual-machine-interface/eb311d45-002f-4db7-8f2b-ec87c0b8ed7a HTTP/1.1" 200 2959 0.005302 10.0.0.23 - - [2026-04-23 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.23 - - [2026-04-23 02:41:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004745 10.0.0.23 - - [2026-04-23 02:41:43] "GET /virtual-networks?parent_id=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003239 10.0.0.23 - - [2026-04-23 02:41:43] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005793 10.0.0.23 - - [2026-04-23 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2026-04-23 02:41:44] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003526 10.0.0.23 - - [2026-04-23 02:41:44] "GET /virtual-networks?parent_id=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002802 10.0.0.23 - - [2026-04-23 02:41:44] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005828 10.0.0.23 - - [2026-04-23 02:41:44] "POST /neutron/port HTTP/1.1" 200 1124 0.020889 10.0.0.23 - - [2026-04-23 02:41:46] "POST /neutron/port HTTP/1.1" 200 1124 0.015804 10.0.0.23 - - [2026-04-23 02:41:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.009427 10.0.0.23 - - [2026-04-23 02:41:49] "POST /neutron/port HTTP/1.1" 200 1124 0.017430 10.0.0.23 - - [2026-04-23 02:41:54] "POST /neutron/port HTTP/1.1" 200 1127 0.017204 10.0.0.23 - - [2026-04-23 02:41:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.008651 10.0.0.249 - - [2026-04-23 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.249 - - [2026-04-23 02:41:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.130 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.130 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.130 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.130 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.249 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.249 - - [2026-04-23 02:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-04-23 02:41:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000675 10.0.0.23 - - [2026-04-23 02:41:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-04-23 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.249 - - [2026-04-23 02:42:45] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.032431 10.0.0.23 - - [2026-04-23 02:42:45] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.087316 10.0.0.23 - - [2026-04-23 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.23 - - [2026-04-23 02:42:46] "PUT /network-policy/756aa5d4-3667-4cba-839d-9d8c75b47e0f HTTP/1.1" 200 263 0.014214 10.0.0.130 - - [2026-04-23 02:42:46] "PUT /access-control-list/b8317d16-c80c-4cc0-b174-8bfa566f6965 HTTP/1.1" 200 273 0.054804 10.0.0.23 - - [2026-04-23 02:42:48] "POST /neutron/port HTTP/1.1" 200 1124 0.028907 10.0.0.23 - - [2026-04-23 02:42:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003883 10.0.0.23 - - [2026-04-23 02:42:48] "POST /neutron/network HTTP/1.1" 200 926 0.007454 10.0.0.23 - - [2026-04-23 02:42:49] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005782 10.0.0.23 - - [2026-04-23 02:42:49] "POST /neutron/network HTTP/1.1" 200 824 0.008478 10.0.0.23 - - [2026-04-23 02:42:49] "GET /virtual-network/954db64b-9fa4-49a8-90a9-b0859b1851a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006897 10.0.0.23 - - [2026-04-23 02:42:49] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.010652 10.0.0.130 - - [2026-04-23 02:42:50] "DELETE /access-control-list/d3739fe1-c078-4219-98dd-b05b013ecd69 HTTP/1.1" 200 115 0.032068 10.0.0.23 - - [2026-04-23 02:42:50] "POST /neutron/network HTTP/1.1" 200 827 0.011420 10.0.0.23 - - [2026-04-23 02:42:50] "GET /virtual-network/52532bfd-e559-4270-810a-630a8cc9c12f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005109 10.0.0.23 - - [2026-04-23 02:42:50] "DELETE /network-policy/756aa5d4-3667-4cba-839d-9d8c75b47e0f HTTP/1.1" 200 115 0.032567 10.0.0.23 - - [2026-04-23 02:42:50] "POST /neutron/port HTTP/1.1" 200 1124 0.018880 10.0.0.23 - - [2026-04-23 02:42:50] "POST /neutron/port HTTP/1.1" 200 151 0.198455 10.0.0.23 - - [2026-04-23 02:42:52] "POST /neutron/network HTTP/1.1" 200 824 0.007138 10.0.0.249 - - [2026-04-23 02:42:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004528 10.0.0.130 - - [2026-04-23 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.249 - - [2026-04-23 02:42:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005016 10.0.0.23 - - [2026-04-23 02:42:52] "POST /neutron/network HTTP/1.1" 200 151 0.115398 10.0.0.249 - - [2026-04-23 02:42:54] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.23 - - [2026-04-23 02:42:54] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.071657 10.0.0.249 - - [2026-04-23 02:42:54] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.23 - - [2026-04-23 02:42:54] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?fields=virtual_networks HTTP/1.1" 200 1038 0.052645 10.0.0.249 - - [2026-04-23 02:42:54] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000946 10.0.0.23 - - [2026-04-23 02:42:54] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.046439 10.0.0.249 - - [2026-04-23 02:42:54] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001123 10.0.0.23 - - [2026-04-23 02:42:54] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?fields=security_groups HTTP/1.1" 200 1267 0.052249 10.0.0.23 - - [2026-04-23 02:42:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.028996 10.0.0.249 - - [2026-04-23 02:42:55] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002805 10.0.0.249 - - [2026-04-23 02:42:55] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.249 - - [2026-04-23 02:42:55] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.249 - - [2026-04-23 02:42:55] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.052377 10.0.0.249 - - [2026-04-23 02:42:55] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.249 - - [2026-04-23 02:42:55] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.055149 10.0.0.249 - - [2026-04-23 02:42:55] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?fields=security_groups HTTP/1.1" 200 1369 0.057173 10.0.0.249 - - [2026-04-23 02:42:55] "DELETE /security-group/55d18bf5-61bf-44cf-b20c-d94edbbbb647 HTTP/1.1" 200 115 0.086127 10.0.0.249 - - [2026-04-23 02:42:55] "GET /projects?obj_uuids=1272bf80-3e7c-46b0-930b-e9ce817d8538&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001063 10.0.0.249 - - [2026-04-23 02:42:55] "GET /project/1272bf80-3e7c-46b0-930b-e9ce817d8538?fields=application_policy_sets HTTP/1.1" 200 1408 0.092507 10.0.0.130 - - [2026-04-23 02:42:55] "DELETE /access-control-list/52ac8fb1-28a2-4469-9d5e-aa20aa7bbc25 HTTP/1.1" 200 115 0.087281 10.0.0.249 - - [2026-04-23 02:42:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.003685 10.0.0.249 - - [2026-04-23 02:42:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003752 10.0.0.249 - - [2026-04-23 02:42:56] "POST /security-groups HTTP/1.1" 200 603 0.095272 10.0.0.249 - - [2026-04-23 02:42:56] "DELETE /project/1272bf80-3e7c-46b0-930b-e9ce817d8538 HTTP/1.1" 200 115 0.735701 10.0.0.249 - - [2026-04-23 02:42:56] "POST /projects HTTP/1.1" 200 609 0.488307 10.0.0.249 - - [2026-04-23 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.574273 10.0.0.130 - - [2026-04-23 02:42:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.017016 10.0.0.23 - - [2026-04-23 02:42:56] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.833218 10.0.0.23 - - [2026-04-23 02:42:57] "GET / HTTP/1.1" 200 36215 0.002202 10.0.0.23 - - [2026-04-23 02:43:00] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.249 - - [2026-04-23 02:43:01] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001594 10.0.0.23 - - [2026-04-23 02:43:01] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.067127 10.0.0.23 - - [2026-04-23 02:43:01] "GET / HTTP/1.1" 200 36215 0.001789 10.0.0.23 - - [2026-04-23 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.249 - - [2026-04-23 02:43:02] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.23 - - [2026-04-23 02:43:02] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007975 10.0.0.23 - - [2026-04-23 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.249 - - [2026-04-23 02:43:02] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.23 - - [2026-04-23 02:43:02] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042814 10.0.0.23 - - [2026-04-23 02:43:03] "GET /domains HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-04-23 02:43:03] "GET /domains HTTP/1.1" 200 281 0.032637 10.0.0.249 - - [2026-04-23 02:43:03] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.23 - - [2026-04-23 02:43:03] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b HTTP/1.1" 200 2790 0.009452 10.0.0.249 - - [2026-04-23 02:43:03] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.23 - - [2026-04-23 02:43:03] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab HTTP/1.1" 200 1930 0.094880 10.0.0.23 - - [2026-04-23 02:43:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003414 10.0.0.23 - - [2026-04-23 02:43:03] "POST /network-ipams HTTP/1.1" 200 623 0.030446 10.0.0.23 - - [2026-04-23 02:43:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003616 10.0.0.23 - - [2026-04-23 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2026-04-23 02:43:04] "GET /network-ipam/c2c64c19-11c1-41d1-aae7-0c9e23a4aef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.006351 10.0.0.23 - - [2026-04-23 02:43:04] "PUT /network-ipam/c2c64c19-11c1-41d1-aae7-0c9e23a4aef7 HTTP/1.1" 200 259 0.015074 10.0.0.23 - - [2026-04-23 02:43:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2026-04-23 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.032310 10.0.0.249 - - [2026-04-23 02:43:04] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.23 - - [2026-04-23 02:43:04] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.037779 10.0.0.130 - - [2026-04-23 02:43:05] "POST /ref-update HTTP/1.1" 200 156 0.036278 10.0.0.249 - - [2026-04-23 02:43:05] "POST /useragent-kv HTTP/1.1" 200 115 0.011884 10.0.0.23 - - [2026-04-23 02:43:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.287660 10.0.0.23 - - [2026-04-23 02:43:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.046549 10.0.0.23 - - [2026-04-23 02:43:05] "POST /neutron/network HTTP/1.1" 200 1337 0.014666 10.0.0.23 - - [2026-04-23 02:43:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.001455 10.0.0.23 - - [2026-04-23 02:43:05] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006561 10.0.0.23 - - [2026-04-23 02:43:05] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.010926 10.0.0.23 - - [2026-04-23 02:43:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.010331 10.0.0.23 - - [2026-04-23 02:43:06] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005998 10.0.0.23 - - [2026-04-23 02:43:06] "GET /obj-perms HTTP/1.1" 200 5019 0.051838 10.0.0.130 - - [2026-04-23 02:43:07] "GET /obj-perms HTTP/1.1" 200 5019 0.056780 10.0.0.249 - - [2026-04-23 02:43:07] "GET /obj-perms HTTP/1.1" 200 5019 0.050461 10.0.0.23 - - [2026-04-23 02:43:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003557 10.0.0.23 - - [2026-04-23 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.249 - - [2026-04-23 02:43:07] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.23 - - [2026-04-23 02:43:07] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040297 10.0.0.23 - - [2026-04-23 02:43:07] "POST /network-policys HTTP/1.1" 200 565 0.077842 10.0.0.23 - - [2026-04-23 02:43:08] "GET /network-policy/37c248d2-07f7-4444-88cf-bb42096baadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007185 10.0.0.23 - - [2026-04-23 02:43:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003086 10.0.0.23 - - [2026-04-23 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.249 - - [2026-04-23 02:43:08] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.23 - - [2026-04-23 02:43:08] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.050070 10.0.0.23 - - [2026-04-23 02:43:08] "POST /network-policys HTTP/1.1" 200 565 0.073820 10.0.0.23 - - [2026-04-23 02:43:08] "GET /network-policy/7eacf209-ee5b-4c9f-91cc-88a6185cc809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.008335 10.0.0.23 - - [2026-04-23 02:43:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003236 10.0.0.23 - - [2026-04-23 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.249 - - [2026-04-23 02:43:08] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.23 - - [2026-04-23 02:43:08] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043368 10.0.0.23 - - [2026-04-23 02:43:08] "POST /network-policys HTTP/1.1" 200 565 0.078008 10.0.0.23 - - [2026-04-23 02:43:08] "GET /network-policy/fa3f3c54-08e4-42c7-8284-3caf29473799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006803 10.0.0.23 - - [2026-04-23 02:43:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003267 10.0.0.23 - - [2026-04-23 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.249 - - [2026-04-23 02:43:09] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.23 - - [2026-04-23 02:43:09] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038844 10.0.0.23 - - [2026-04-23 02:43:09] "POST /network-policys HTTP/1.1" 200 565 0.073327 10.0.0.23 - - [2026-04-23 02:43:09] "GET /network-policy/e0702b27-cb07-4d11-b523-52f1b1b02ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005886 10.0.0.23 - - [2026-04-23 02:43:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002656 10.0.0.23 - - [2026-04-23 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.249 - - [2026-04-23 02:43:09] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.23 - - [2026-04-23 02:43:09] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040387 10.0.0.23 - - [2026-04-23 02:43:09] "POST /network-policys HTTP/1.1" 200 565 0.073842 10.0.0.23 - - [2026-04-23 02:43:09] "GET /network-policy/b653bab5-77ab-41e2-9487-edaec9b3baa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007161 10.0.0.23 - - [2026-04-23 02:43:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003445 10.0.0.23 - - [2026-04-23 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.249 - - [2026-04-23 02:43:09] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.23 - - [2026-04-23 02:43:09] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041401 10.0.0.23 - - [2026-04-23 02:43:10] "POST /network-policys HTTP/1.1" 200 565 0.081605 10.0.0.23 - - [2026-04-23 02:43:10] "GET /network-policy/9393d48f-4dbb-4429-b196-d9ee337d0aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007160 10.0.0.23 - - [2026-04-23 02:43:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003363 10.0.0.23 - - [2026-04-23 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2026-04-23 02:43:10] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.23 - - [2026-04-23 02:43:10] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.058902 10.0.0.23 - - [2026-04-23 02:43:10] "POST /network-policys HTTP/1.1" 200 565 0.073303 10.0.0.23 - - [2026-04-23 02:43:10] "GET /network-policy/c0fc4f20-3e9e-479d-844e-7bc9ab15fa7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008461 10.0.0.23 - - [2026-04-23 02:43:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003504 10.0.0.23 - - [2026-04-23 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.249 - - [2026-04-23 02:43:10] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.23 - - [2026-04-23 02:43:10] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048489 10.0.0.23 - - [2026-04-23 02:43:10] "POST /network-policys HTTP/1.1" 200 565 0.085813 10.0.0.23 - - [2026-04-23 02:43:10] "GET /network-policy/e26136b6-e43f-4242-9a9f-4cf3f63ae1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006828 10.0.0.23 - - [2026-04-23 02:43:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.003150 10.0.0.23 - - [2026-04-23 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.249 - - [2026-04-23 02:43:11] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.23 - - [2026-04-23 02:43:11] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042545 10.0.0.23 - - [2026-04-23 02:43:11] "POST /network-policys HTTP/1.1" 200 565 0.073365 10.0.0.23 - - [2026-04-23 02:43:11] "GET /network-policy/0c1bbaeb-2e14-4c83-a50f-cf740f04bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006823 10.0.0.23 - - [2026-04-23 02:43:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.003133 10.0.0.23 - - [2026-04-23 02:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2026-04-23 02:43:11] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.23 - - [2026-04-23 02:43:11] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.036357 10.0.0.23 - - [2026-04-23 02:43:11] "POST /network-policys HTTP/1.1" 200 565 0.069238 10.0.0.23 - - [2026-04-23 02:43:11] "GET /network-policy/b5ecc2f3-361d-4483-96cb-dc6b68780e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006543 10.0.0.23 - - [2026-04-23 02:43:12] "POST /neutron/network HTTP/1.1" 200 1337 0.010311 10.0.0.23 - - [2026-04-23 02:43:12] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.010517 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/0c1bbaeb-2e14-4c83-a50f-cf740f04bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004980 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/37c248d2-07f7-4444-88cf-bb42096baadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004847 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/7eacf209-ee5b-4c9f-91cc-88a6185cc809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004942 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/9393d48f-4dbb-4429-b196-d9ee337d0aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004422 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/b5ecc2f3-361d-4483-96cb-dc6b68780e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004803 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/b653bab5-77ab-41e2-9487-edaec9b3baa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004292 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/c0fc4f20-3e9e-479d-844e-7bc9ab15fa7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004489 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/e0702b27-cb07-4d11-b523-52f1b1b02ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004272 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/e26136b6-e43f-4242-9a9f-4cf3f63ae1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005288 10.0.0.23 - - [2026-04-23 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.23 - - [2026-04-23 02:43:12] "GET /network-policy/fa3f3c54-08e4-42c7-8284-3caf29473799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004328 10.0.0.23 - - [2026-04-23 02:43:12] "POST /id-to-fqname HTTP/1.1" 200 235 0.001387 10.0.0.23 - - [2026-04-23 02:43:13] "POST /neutron/network HTTP/1.1" 200 2260 0.009006 10.0.0.249 - - [2026-04-23 02:43:13] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001449 10.0.0.23 - - [2026-04-23 02:43:13] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.071337 10.0.0.23 - - [2026-04-23 02:43:14] "POST /neutron/port HTTP/1.1" 200 117 0.006521 10.0.0.249 - - [2026-04-23 02:43:14] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.23 - - [2026-04-23 02:43:15] "POST /neutron/port HTTP/1.1" 200 1174 0.358201 10.0.0.23 - - [2026-04-23 02:43:15] "POST /neutron/port HTTP/1.1" 200 1228 0.142761 10.0.0.23 - - [2026-04-23 02:43:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003693 10.0.0.23 - - [2026-04-23 02:43:15] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.23 - - [2026-04-23 02:43:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011231 10.0.0.23 - - [2026-04-23 02:43:19] "POST /neutron/port HTTP/1.1" 200 1238 0.018900 10.0.0.23 - - [2026-04-23 02:43:19] "GET /virtual-machine/f439bd4e-8d18-4dd2-a3fc-d4c154007fc0 HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-04-23 02:43:19] "GET /virtual-machine/f439bd4e-8d18-4dd2-a3fc-d4c154007fc0 HTTP/1.1" 200 1307 0.045971 10.0.0.23 - - [2026-04-23 02:43:19] "GET /virtual-machine-interface/6c9f1b63-e6c9-460a-b382-b6577de2d888 HTTP/1.1" 200 3177 0.005437 10.0.0.23 - - [2026-04-23 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.23 - - [2026-04-23 02:43:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004055 10.0.0.23 - - [2026-04-23 02:43:20] "GET /virtual-networks?parent_id=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003446 10.0.0.23 - - [2026-04-23 02:43:20] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005918 10.0.0.23 - - [2026-04-23 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.23 - - [2026-04-23 02:43:23] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.006585 10.0.0.23 - - [2026-04-23 02:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2026-04-23 02:43:27] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005640 10.0.0.23 - - [2026-04-23 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2026-04-23 02:43:31] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007303 10.0.0.23 - - [2026-04-23 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.23 - - [2026-04-23 02:43:35] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.006262 10.0.0.23 - - [2026-04-23 02:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2026-04-23 02:43:39] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005948 10.0.0.23 - - [2026-04-23 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2026-04-23 02:43:43] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005406 10.0.0.23 - - [2026-04-23 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.23 - - [2026-04-23 02:43:47] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005423 10.0.0.23 - - [2026-04-23 02:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2026-04-23 02:43:51] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007555 10.0.0.23 - - [2026-04-23 02:43:54] "POST /neutron/port HTTP/1.1" 200 1238 0.019000 10.0.0.23 - - [2026-04-23 02:43:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.23 - - [2026-04-23 02:43:54] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.23 - - [2026-04-23 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2026-04-23 02:43:56] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005844 10.0.0.249 - - [2026-04-23 02:43:56] "DELETE /project/af3f80fc769f4fa09e3ffb1d17b118ab HTTP/1.1" 404 173 0.003094 10.0.0.23 - - [2026-04-23 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2026-04-23 02:43:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004427 10.0.0.23 - - [2026-04-23 02:43:58] "GET /virtual-networks?parent_id=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003129 10.0.0.23 - - [2026-04-23 02:43:58] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005787 10.0.0.23 - - [2026-04-23 02:43:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007607 10.0.0.23 - - [2026-04-23 02:44:08] "POST /neutron/port HTTP/1.1" 200 1238 0.017451 10.0.0.23 - - [2026-04-23 02:44:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.034121 10.0.0.23 - - [2026-04-23 02:44:19] "POST /neutron/port HTTP/1.1" 200 1238 0.018675 10.0.0.23 - - [2026-04-23 02:44:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007221 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/37c248d2-07f7-4444-88cf-bb42096baadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004395 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/7eacf209-ee5b-4c9f-91cc-88a6185cc809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004947 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/fa3f3c54-08e4-42c7-8284-3caf29473799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004726 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/e0702b27-cb07-4d11-b523-52f1b1b02ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004190 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/b653bab5-77ab-41e2-9487-edaec9b3baa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004681 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/9393d48f-4dbb-4429-b196-d9ee337d0aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004424 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/c0fc4f20-3e9e-479d-844e-7bc9ab15fa7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004215 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2026-04-23 02:44:24] "GET /network-policy/e26136b6-e43f-4242-9a9f-4cf3f63ae1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005358 10.0.0.23 - - [2026-04-23 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-04-23 02:44:25] "GET /network-policy/0c1bbaeb-2e14-4c83-a50f-cf740f04bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006043 10.0.0.23 - - [2026-04-23 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2026-04-23 02:44:25] "GET /network-policy/b5ecc2f3-361d-4483-96cb-dc6b68780e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004243 10.0.0.23 - - [2026-04-23 02:44:25] "POST /neutron/network HTTP/1.1" 200 2250 0.013288 10.0.0.130 - - [2026-04-23 02:44:25] "PUT /access-control-list/7c0a83f0-2326-4712-8d85-b4baabeab10a HTTP/1.1" 200 273 0.026030 10.0.0.23 - - [2026-04-23 02:44:25] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.011405 10.0.0.23 - - [2026-04-23 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2026-04-23 02:44:25] "GET /network-policy/37c248d2-07f7-4444-88cf-bb42096baadb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004921 10.0.0.23 - - [2026-04-23 02:44:30] "POST /neutron/network HTTP/1.1" 200 1440 0.013263 10.0.0.23 - - [2026-04-23 02:44:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.010060 10.0.0.23 - - [2026-04-23 02:44:30] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.008135 10.0.0.23 - - [2026-04-23 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005413 10.0.0.23 - - [2026-04-23 02:44:30] "GET /network-policy/7eacf209-ee5b-4c9f-91cc-88a6185cc809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004745 10.0.0.23 - - [2026-04-23 02:44:35] "POST /neutron/network HTTP/1.1" 200 1440 0.011815 10.0.0.23 - - [2026-04-23 02:44:35] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.007880 10.0.0.23 - - [2026-04-23 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.23 - - [2026-04-23 02:44:35] "GET /network-policy/fa3f3c54-08e4-42c7-8284-3caf29473799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004638 10.0.0.23 - - [2026-04-23 02:44:41] "POST /neutron/network HTTP/1.1" 200 1440 0.011239 10.0.0.130 - - [2026-04-23 02:44:41] "PUT /access-control-list/7c0a83f0-2326-4712-8d85-b4baabeab10a HTTP/1.1" 200 273 0.015993 10.0.0.23 - - [2026-04-23 02:44:41] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.007947 10.0.0.23 - - [2026-04-23 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.23 - - [2026-04-23 02:44:41] "GET /network-policy/e0702b27-cb07-4d11-b523-52f1b1b02ac6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004211 10.0.0.23 - - [2026-04-23 02:44:46] "POST /neutron/network HTTP/1.1" 200 1440 0.010446 10.0.0.23 - - [2026-04-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.002673 10.0.0.23 - - [2026-04-23 02:44:46] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.007522 10.0.0.23 - - [2026-04-23 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.23 - - [2026-04-23 02:44:46] "GET /network-policy/b653bab5-77ab-41e2-9487-edaec9b3baa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004297 10.0.0.23 - - [2026-04-23 02:44:51] "POST /neutron/network HTTP/1.1" 200 1440 0.011128 10.0.0.23 - - [2026-04-23 02:44:51] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.007857 10.0.0.23 - - [2026-04-23 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.23 - - [2026-04-23 02:44:51] "GET /network-policy/9393d48f-4dbb-4429-b196-d9ee337d0aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004147 10.0.0.23 - - [2026-04-23 02:44:54] "POST /neutron/port HTTP/1.1" 200 1238 0.016729 10.0.0.23 - - [2026-04-23 02:44:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004065 10.0.0.23 - - [2026-04-23 02:44:54] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.23 - - [2026-04-23 02:44:56] "POST /neutron/network HTTP/1.1" 200 1440 0.015619 10.0.0.130 - - [2026-04-23 02:44:56] "PUT /access-control-list/7c0a83f0-2326-4712-8d85-b4baabeab10a HTTP/1.1" 200 273 0.021629 10.0.0.23 - - [2026-04-23 02:44:56] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.007911 10.0.0.23 - - [2026-04-23 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005861 10.0.0.23 - - [2026-04-23 02:44:57] "GET /network-policy/c0fc4f20-3e9e-479d-844e-7bc9ab15fa7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004456 10.0.0.23 - - [2026-04-23 02:45:02] "POST /neutron/network HTTP/1.1" 200 1440 0.011373 10.0.0.23 - - [2026-04-23 02:45:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.011650 10.0.0.23 - - [2026-04-23 02:45:02] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.015278 10.0.0.23 - - [2026-04-23 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.23 - - [2026-04-23 02:45:02] "GET /network-policy/e26136b6-e43f-4242-9a9f-4cf3f63ae1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004651 10.0.0.23 - - [2026-04-23 02:45:07] "POST /neutron/network HTTP/1.1" 200 1440 0.013679 10.0.0.23 - - [2026-04-23 02:45:07] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.008097 10.0.0.23 - - [2026-04-23 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.23 - - [2026-04-23 02:45:07] "GET /network-policy/0c1bbaeb-2e14-4c83-a50f-cf740f04bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004361 10.0.0.23 - - [2026-04-23 02:45:12] "POST /neutron/network HTTP/1.1" 200 1440 0.012944 10.0.0.130 - - [2026-04-23 02:45:12] "PUT /access-control-list/7c0a83f0-2326-4712-8d85-b4baabeab10a HTTP/1.1" 200 273 0.037190 10.0.0.23 - - [2026-04-23 02:45:12] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.007761 10.0.0.23 - - [2026-04-23 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.23 - - [2026-04-23 02:45:12] "GET /network-policy/b5ecc2f3-361d-4483-96cb-dc6b68780e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004421 10.0.0.23 - - [2026-04-23 02:45:17] "GET /virtual-machine/f439bd4e-8d18-4dd2-a3fc-d4c154007fc0 HTTP/1.1" 200 1307 0.004191 10.0.0.23 - - [2026-04-23 02:45:18] "POST /neutron/port HTTP/1.1" 200 1238 0.017001 10.0.0.23 - - [2026-04-23 02:45:20] "GET /virtual-machine/f439bd4e-8d18-4dd2-a3fc-d4c154007fc0 HTTP/1.1" 404 171 0.003970 10.0.0.23 - - [2026-04-23 02:45:20] "GET /virtual-machine/f439bd4e-8d18-4dd2-a3fc-d4c154007fc0 HTTP/1.1" 404 171 0.005449 10.0.0.23 - - [2026-04-23 02:45:20] "GET /virtual-machine/f439bd4e-8d18-4dd2-a3fc-d4c154007fc0 HTTP/1.1" 404 171 0.005226 10.0.0.23 - - [2026-04-23 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.23 - - [2026-04-23 02:45:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003957 10.0.0.23 - - [2026-04-23 02:45:20] "GET /virtual-networks?parent_id=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003763 10.0.0.23 - - [2026-04-23 02:45:20] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.006035 10.0.0.23 - - [2026-04-23 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.23 - - [2026-04-23 02:45:20] "GET /routing-instance/99262bbc-e2d4-4d32-b756-c12b7b928541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005470 10.0.0.23 - - [2026-04-23 02:45:20] "GET /route-target/b61438d4-f247-4732-ac9f-b421f4903419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004190 10.0.0.23 - - [2026-04-23 02:45:20] "GET /obj-perms HTTP/1.1" 200 5019 0.004135 10.0.0.23 - - [2026-04-23 02:45:23] "GET /obj-perms HTTP/1.1" 200 5019 0.009421 10.0.0.23 - - [2026-04-23 02:45:29] "GET /obj-perms HTTP/1.1" 200 5019 0.004050 10.0.0.23 - - [2026-04-23 02:45:32] "GET /obj-perms HTTP/1.1" 200 5019 0.004085 10.0.0.23 - - [2026-04-23 02:45:39] "GET /obj-perms HTTP/1.1" 200 5019 0.003796 10.0.0.23 - - [2026-04-23 02:45:42] "GET /obj-perms HTTP/1.1" 200 5019 0.003955 10.0.0.23 - - [2026-04-23 02:45:45] "GET /obj-perms HTTP/1.1" 200 5019 0.003656 10.0.0.130 - - [2026-04-23 02:45:45] "GET /obj-perms HTTP/1.1" 200 5019 0.004017 10.0.0.249 - - [2026-04-23 02:45:45] "GET /obj-perms HTTP/1.1" 200 5019 0.003672 10.0.0.23 - - [2026-04-23 02:45:45] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.005282 10.0.0.23 - - [2026-04-23 02:45:45] "POST /neutron/network HTTP/1.1" 200 1440 0.010837 10.0.0.23 - - [2026-04-23 02:45:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005110 10.0.0.23 - - [2026-04-23 02:45:45] "GET /virtual-network/8eb2adb3-03b0-4218-8c66-b68b8e39c129?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.008067 10.0.0.23 - - [2026-04-23 02:45:45] "DELETE /network-policy/b5ecc2f3-361d-4483-96cb-dc6b68780e09 HTTP/1.1" 200 115 0.038412 10.0.0.23 - - [2026-04-23 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.249 - - [2026-04-23 02:45:45] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.23 - - [2026-04-23 02:45:45] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042063 10.0.0.23 - - [2026-04-23 02:45:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.004962 10.0.0.23 - - [2026-04-23 02:45:45] "DELETE /network-policy/0c1bbaeb-2e14-4c83-a50f-cf740f04bc6e HTTP/1.1" 200 115 0.039558 10.0.0.23 - - [2026-04-23 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.249 - - [2026-04-23 02:45:45] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.23 - - [2026-04-23 02:45:45] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041763 10.0.0.23 - - [2026-04-23 02:45:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005273 10.0.0.23 - - [2026-04-23 02:45:46] "DELETE /network-policy/e26136b6-e43f-4242-9a9f-4cf3f63ae1d9 HTTP/1.1" 200 115 0.037812 10.0.0.23 - - [2026-04-23 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007677 10.0.0.249 - - [2026-04-23 02:45:46] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.23 - - [2026-04-23 02:45:46] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047449 10.0.0.23 - - [2026-04-23 02:45:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.006286 10.0.0.23 - - [2026-04-23 02:45:46] "DELETE /network-policy/c0fc4f20-3e9e-479d-844e-7bc9ab15fa7a HTTP/1.1" 200 115 0.042542 10.0.0.23 - - [2026-04-23 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005974 10.0.0.249 - - [2026-04-23 02:45:46] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.23 - - [2026-04-23 02:45:46] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044504 10.0.0.23 - - [2026-04-23 02:45:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.005872 10.0.0.23 - - [2026-04-23 02:45:46] "DELETE /network-policy/9393d48f-4dbb-4429-b196-d9ee337d0aef HTTP/1.1" 200 115 0.035151 10.0.0.23 - - [2026-04-23 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.249 - - [2026-04-23 02:45:46] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.23 - - [2026-04-23 02:45:46] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042874 10.0.0.23 - - [2026-04-23 02:45:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.005581 10.0.0.23 - - [2026-04-23 02:45:46] "DELETE /network-policy/b653bab5-77ab-41e2-9487-edaec9b3baa6 HTTP/1.1" 200 115 0.039759 10.0.0.23 - - [2026-04-23 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.249 - - [2026-04-23 02:45:46] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.23 - - [2026-04-23 02:45:46] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.039001 10.0.0.23 - - [2026-04-23 02:45:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.005449 10.0.0.23 - - [2026-04-23 02:45:46] "DELETE /network-policy/e0702b27-cb07-4d11-b523-52f1b1b02ac6 HTTP/1.1" 200 115 0.043825 10.0.0.23 - - [2026-04-23 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2026-04-23 02:45:46] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.23 - - [2026-04-23 02:45:46] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053187 10.0.0.23 - - [2026-04-23 02:45:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.005728 10.0.0.23 - - [2026-04-23 02:45:47] "DELETE /network-policy/fa3f3c54-08e4-42c7-8284-3caf29473799 HTTP/1.1" 200 115 0.043216 10.0.0.23 - - [2026-04-23 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.249 - - [2026-04-23 02:45:47] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.23 - - [2026-04-23 02:45:47] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044280 10.0.0.23 - - [2026-04-23 02:45:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.004828 10.0.0.23 - - [2026-04-23 02:45:47] "DELETE /network-policy/7eacf209-ee5b-4c9f-91cc-88a6185cc809 HTTP/1.1" 200 115 0.042642 10.0.0.23 - - [2026-04-23 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.249 - - [2026-04-23 02:45:47] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.23 - - [2026-04-23 02:45:47] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.037950 10.0.0.23 - - [2026-04-23 02:45:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004949 10.0.0.23 - - [2026-04-23 02:45:47] "DELETE /network-policy/37c248d2-07f7-4444-88cf-bb42096baadb HTTP/1.1" 200 115 0.041482 10.0.0.23 - - [2026-04-23 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.249 - - [2026-04-23 02:45:47] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001208 10.0.0.23 - - [2026-04-23 02:45:47] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040942 10.0.0.23 - - [2026-04-23 02:45:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-94175399&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005641 10.0.0.23 - - [2026-04-23 02:45:47] "POST /neutron/network HTTP/1.1" 200 1337 0.011455 10.0.0.130 - - [2026-04-23 02:45:47] "DELETE /route-target/b61438d4-f247-4732-ac9f-b421f4903419 HTTP/1.1" 200 115 0.027323 10.0.0.23 - - [2026-04-23 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.23 - - [2026-04-23 02:45:48] "DELETE /network-ipam/c2c64c19-11c1-41d1-aae7-0c9e23a4aef7 HTTP/1.1" 200 115 0.038700 10.0.0.23 - - [2026-04-23 02:45:48] "POST /fqname-to-id HTTP/1.1" 404 260 0.008837 10.0.0.249 - - [2026-04-23 02:45:48] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000856 10.0.0.249 - - [2026-04-23 02:45:48] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.044446 10.0.0.249 - - [2026-04-23 02:45:48] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.249 - - [2026-04-23 02:45:48] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?fields=security_groups HTTP/1.1" 200 1400 0.046758 10.0.0.249 - - [2026-04-23 02:45:48] "DELETE /security-group/16ef5f02-2cae-437d-8d56-892967af4655 HTTP/1.1" 200 115 0.056427 10.0.0.249 - - [2026-04-23 02:45:48] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001708 10.0.0.249 - - [2026-04-23 02:45:48] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?fields=application_policy_sets HTTP/1.1" 200 1439 0.053921 10.0.0.23 - - [2026-04-23 02:45:48] "DELETE /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab HTTP/1.1" 200 115 0.398654 10.0.0.249 - - [2026-04-23 02:45:48] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.23 - - [2026-04-23 02:45:48] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?fields=projects HTTP/1.1" 200 1442 0.009922 10.0.0.249 - - [2026-04-23 02:45:51] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004151 10.0.0.249 - - [2026-04-23 02:45:51] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.249 - - [2026-04-23 02:45:51] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048290 10.0.0.249 - - [2026-04-23 02:45:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.001237 10.0.0.249 - - [2026-04-23 02:45:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.009449 10.0.0.249 - - [2026-04-23 02:45:51] "POST /security-groups HTTP/1.1" 200 603 0.078623 10.0.0.130 - - [2026-04-23 02:45:51] "POST /fqname-to-id HTTP/1.1" 404 246 0.003376 10.0.0.249 - - [2026-04-23 02:45:51] "POST /projects HTTP/1.1" 200 609 0.291055 10.0.0.249 - - [2026-04-23 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.364865 10.0.0.130 - - [2026-04-23 02:45:51] "POST /access-control-lists HTTP/1.1" 200 608 0.029021 10.0.0.23 - - [2026-04-23 02:45:51] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.514323 10.0.0.249 - - [2026-04-23 02:45:51] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001260 10.0.0.23 - - [2026-04-23 02:45:51] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?fields=virtual_networks HTTP/1.1" 200 1059 0.046028 10.0.0.249 - - [2026-04-23 02:45:51] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002583 10.0.0.23 - - [2026-04-23 02:45:52] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.045788 10.0.0.249 - - [2026-04-23 02:45:52] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.23 - - [2026-04-23 02:45:52] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?fields=security_groups HTTP/1.1" 200 1298 0.044009 10.0.0.23 - - [2026-04-23 02:45:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.026845 10.0.0.249 - - [2026-04-23 02:45:53] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003474 10.0.0.249 - - [2026-04-23 02:45:53] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.249 - - [2026-04-23 02:45:53] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007056 10.0.0.249 - - [2026-04-23 02:45:53] "POST /id-to-fqname HTTP/1.1" 200 196 0.002006 10.0.0.249 - - [2026-04-23 02:45:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.007259 10.0.0.249 - - [2026-04-23 02:45:53] "POST /security-groups HTTP/1.1" 200 597 0.028780 10.0.0.249 - - [2026-04-23 02:45:53] "POST /projects HTTP/1.1" 200 597 0.224975 10.0.0.130 - - [2026-04-23 02:45:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.010316 10.0.0.249 - - [2026-04-23 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.302189 10.0.0.23 - - [2026-04-23 02:45:53] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.460194 10.0.0.23 - - [2026-04-23 02:45:54] "GET / HTTP/1.1" 200 36215 0.001964 10.0.0.249 - - [2026-04-23 02:45:56] "DELETE /project/af3f80fc769f4fa09e3ffb1d17b118ab HTTP/1.1" 404 173 0.003484 10.0.0.249 - - [2026-04-23 02:45:56] "DELETE /project/673b4bf75f64430aae85b9dd10db12ca HTTP/1.1" 404 173 0.006672 10.0.0.249 - - [2026-04-23 02:45:56] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000880 10.0.0.23 - - [2026-04-23 02:45:56] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000327 10.0.0.249 - - [2026-04-23 02:45:56] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.069788 10.0.0.249 - - [2026-04-23 02:45:56] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.249 - - [2026-04-23 02:45:56] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?fields=security_groups HTTP/1.1" 200 1400 0.058996 10.0.0.249 - - [2026-04-23 02:45:56] "DELETE /security-group/9f63fccd-7480-4da2-830d-39222ab07d21 HTTP/1.1" 200 115 0.055536 10.0.0.249 - - [2026-04-23 02:45:56] "GET /projects?obj_uuids=af3f80fc-769f-4fa0-9e3f-fb1d17b118ab&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.249 - - [2026-04-23 02:45:56] "GET /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab?fields=application_policy_sets HTTP/1.1" 200 1439 0.053216 10.0.0.130 - - [2026-04-23 02:45:56] "DELETE /access-control-list/49c97d88-33c3-457b-9c01-34400733169e HTTP/1.1" 200 115 0.043484 10.0.0.249 - - [2026-04-23 02:45:57] "DELETE /project/af3f80fc-769f-4fa0-9e3f-fb1d17b118ab HTTP/1.1" 200 115 0.433614 10.0.0.249 - - [2026-04-23 02:45:57] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001385 10.0.0.23 - - [2026-04-23 02:45:57] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.067478 10.0.0.23 - - [2026-04-23 02:45:57] "GET / HTTP/1.1" 200 36215 0.001513 10.0.0.23 - - [2026-04-23 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2026-04-23 02:45:58] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001438 10.0.0.23 - - [2026-04-23 02:45:58] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007857 10.0.0.23 - - [2026-04-23 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.249 - - [2026-04-23 02:45:58] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001246 10.0.0.23 - - [2026-04-23 02:45:58] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.058553 10.0.0.23 - - [2026-04-23 02:45:59] "GET /domains HTTP/1.1" 401 292 0.000555 10.0.0.23 - - [2026-04-23 02:45:59] "GET /domains HTTP/1.1" 200 281 0.031820 10.0.0.249 - - [2026-04-23 02:45:59] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.23 - - [2026-04-23 02:45:59] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b HTTP/1.1" 200 2784 0.008840 10.0.0.249 - - [2026-04-23 02:45:59] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000808 10.0.0.23 - - [2026-04-23 02:45:59] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca HTTP/1.1" 200 1893 0.088975 10.0.0.23 - - [2026-04-23 02:45:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002856 10.0.0.23 - - [2026-04-23 02:45:59] "POST /network-ipams HTTP/1.1" 200 605 0.027857 10.0.0.23 - - [2026-04-23 02:45:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003249 10.0.0.23 - - [2026-04-23 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.23 - - [2026-04-23 02:45:59] "GET /network-ipam/765d8a7b-efb6-4f28-9f3b-91c20bbaaaaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.006427 10.0.0.23 - - [2026-04-23 02:45:59] "PUT /network-ipam/765d8a7b-efb6-4f28-9f3b-91c20bbaaaaa HTTP/1.1" 200 259 0.012772 10.0.0.23 - - [2026-04-23 02:46:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2026-04-23 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.030904 10.0.0.249 - - [2026-04-23 02:46:00] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001036 10.0.0.23 - - [2026-04-23 02:46:00] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041559 10.0.0.249 - - [2026-04-23 02:46:00] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001305 10.0.0.23 - - [2026-04-23 02:46:00] "POST /neutron/network HTTP/1.1" 200 617 0.138238 10.0.0.23 - - [2026-04-23 02:46:01] "POST /neutron/network HTTP/1.1" 200 1074 0.013798 10.0.0.23 - - [2026-04-23 02:46:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.001239 10.0.0.23 - - [2026-04-23 02:46:01] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006628 10.0.0.23 - - [2026-04-23 02:46:01] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006022 10.0.0.23 - - [2026-04-23 02:46:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.010375 10.0.0.23 - - [2026-04-23 02:46:01] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006602 10.0.0.23 - - [2026-04-23 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.249 - - [2026-04-23 02:46:03] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001400 10.0.0.23 - - [2026-04-23 02:46:03] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045980 10.0.0.249 - - [2026-04-23 02:46:03] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.23 - - [2026-04-23 02:46:03] "POST /neutron/network HTTP/1.1" 200 617 0.147240 10.0.0.130 - - [2026-04-23 02:46:03] "POST /route-targets HTTP/1.1" 200 328 0.014428 10.0.0.23 - - [2026-04-23 02:46:04] "POST /neutron/network HTTP/1.1" 200 1074 0.011761 10.0.0.23 - - [2026-04-23 02:46:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001175 10.0.0.23 - - [2026-04-23 02:46:04] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005719 10.0.0.23 - - [2026-04-23 02:46:04] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006041 10.0.0.23 - - [2026-04-23 02:46:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.009996 10.0.0.23 - - [2026-04-23 02:46:04] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005295 10.0.0.23 - - [2026-04-23 02:46:04] "GET /obj-perms HTTP/1.1" 200 5013 0.064580 10.0.0.23 - - [2026-04-23 02:46:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.003805 10.0.0.23 - - [2026-04-23 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2026-04-23 02:46:04] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001304 10.0.0.23 - - [2026-04-23 02:46:04] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044913 10.0.0.23 - - [2026-04-23 02:46:04] "POST /network-policys HTTP/1.1" 200 529 0.075084 10.0.0.23 - - [2026-04-23 02:46:05] "GET /network-policy/92215533-be59-4548-9b8e-13567f2cb470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.008261 10.0.0.23 - - [2026-04-23 02:46:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003672 10.0.0.23 - - [2026-04-23 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.249 - - [2026-04-23 02:46:05] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001040 10.0.0.23 - - [2026-04-23 02:46:05] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053680 10.0.0.23 - - [2026-04-23 02:46:05] "POST /network-policys HTTP/1.1" 200 529 0.032123 10.0.0.23 - - [2026-04-23 02:46:05] "GET /network-policy/75411f56-cb4a-41ab-8876-f837d1aa533f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006856 10.0.0.23 - - [2026-04-23 02:46:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.004037 10.0.0.23 - - [2026-04-23 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.249 - - [2026-04-23 02:46:05] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001442 10.0.0.23 - - [2026-04-23 02:46:05] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040871 10.0.0.23 - - [2026-04-23 02:46:05] "POST /network-policys HTTP/1.1" 200 529 0.075480 10.0.0.23 - - [2026-04-23 02:46:05] "GET /network-policy/80e541cb-2af3-4713-abbf-8b5ed34074cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006797 10.0.0.23 - - [2026-04-23 02:46:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003371 10.0.0.23 - - [2026-04-23 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.249 - - [2026-04-23 02:46:06] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001012 10.0.0.23 - - [2026-04-23 02:46:06] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.044254 10.0.0.23 - - [2026-04-23 02:46:06] "POST /network-policys HTTP/1.1" 200 529 0.033561 10.0.0.23 - - [2026-04-23 02:46:06] "GET /network-policy/f57e6b1c-c709-443a-a20a-7f8dc4cc2644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006333 10.0.0.23 - - [2026-04-23 02:46:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003639 10.0.0.23 - - [2026-04-23 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.249 - - [2026-04-23 02:46:06] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001165 10.0.0.23 - - [2026-04-23 02:46:06] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.049167 10.0.0.23 - - [2026-04-23 02:46:06] "POST /network-policys HTTP/1.1" 200 533 0.041010 10.0.0.23 - - [2026-04-23 02:46:06] "GET /network-policy/67c54b05-6bfb-4712-899d-979125777443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005970 10.0.0.23 - - [2026-04-23 02:46:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.003337 10.0.0.23 - - [2026-04-23 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.249 - - [2026-04-23 02:46:06] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001002 10.0.0.23 - - [2026-04-23 02:46:06] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038811 10.0.0.23 - - [2026-04-23 02:46:06] "POST /network-policys HTTP/1.1" 200 531 0.030016 10.0.0.23 - - [2026-04-23 02:46:06] "GET /network-policy/253d7e32-6954-40fc-be50-4ae8c7da271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006138 10.0.0.23 - - [2026-04-23 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003311 10.0.0.23 - - [2026-04-23 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2026-04-23 02:46:07] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001043 10.0.0.23 - - [2026-04-23 02:46:07] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055429 10.0.0.23 - - [2026-04-23 02:46:07] "POST /network-policys HTTP/1.1" 200 531 0.074637 10.0.0.23 - - [2026-04-23 02:46:07] "GET /network-policy/eda218f1-9b3b-47a3-bf23-9455d1dda9e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006486 10.0.0.23 - - [2026-04-23 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003119 10.0.0.23 - - [2026-04-23 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006669 10.0.0.249 - - [2026-04-23 02:46:07] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001104 10.0.0.23 - - [2026-04-23 02:46:07] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040646 10.0.0.23 - - [2026-04-23 02:46:07] "POST /network-policys HTTP/1.1" 200 531 0.074384 10.0.0.23 - - [2026-04-23 02:46:07] "GET /network-policy/ae25fcdf-ba64-4a43-b49b-f837a697e55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006115 10.0.0.23 - - [2026-04-23 02:46:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003286 10.0.0.23 - - [2026-04-23 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.249 - - [2026-04-23 02:46:07] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002661 10.0.0.23 - - [2026-04-23 02:46:07] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045444 10.0.0.23 - - [2026-04-23 02:46:08] "POST /network-policys HTTP/1.1" 200 531 0.032989 10.0.0.23 - - [2026-04-23 02:46:08] "GET /network-policy/0b1e75b3-1760-42db-a37f-ae876f2faba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006396 10.0.0.23 - - [2026-04-23 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.010771 10.0.0.23 - - [2026-04-23 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.249 - - [2026-04-23 02:46:08] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001101 10.0.0.23 - - [2026-04-23 02:46:08] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048759 10.0.0.23 - - [2026-04-23 02:46:08] "POST /network-policys HTTP/1.1" 200 535 0.033559 10.0.0.23 - - [2026-04-23 02:46:08] "GET /network-policy/86e38513-00a8-48cc-8d84-8b954a5d76b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.006526 10.0.0.23 - - [2026-04-23 02:46:08] "POST /neutron/network HTTP/1.1" 200 1157 0.096418 10.0.0.130 - - [2026-04-23 02:46:08] "POST /access-control-lists HTTP/1.1" 200 605 0.049647 10.0.0.23 - - [2026-04-23 02:46:08] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006467 10.0.0.23 - - [2026-04-23 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2026-04-23 02:46:09] "GET /network-policy/92215533-be59-4548-9b8e-13567f2cb470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004580 10.0.0.23 - - [2026-04-23 02:46:09] "POST /neutron/network HTTP/1.1" 200 1159 0.074494 10.0.0.23 - - [2026-04-23 02:46:09] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006001 10.0.0.23 - - [2026-04-23 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006313 10.0.0.130 - - [2026-04-23 02:46:09] "POST /ref-update HTTP/1.1" 200 156 0.017899 10.0.0.23 - - [2026-04-23 02:46:09] "GET /network-policy/67c54b05-6bfb-4712-899d-979125777443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004221 10.0.0.23 - - [2026-04-23 02:46:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001242 10.0.0.249 - - [2026-04-23 02:46:10] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001441 10.0.0.23 - - [2026-04-23 02:46:10] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.079354 10.0.0.23 - - [2026-04-23 02:46:10] "POST /neutron/network HTTP/1.1" 200 1157 0.033541 10.0.0.23 - - [2026-04-23 02:46:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.001225 10.0.0.23 - - [2026-04-23 02:46:10] "POST /neutron/port HTTP/1.1" 200 117 0.011235 10.0.0.249 - - [2026-04-23 02:46:10] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001052 10.0.0.23 - - [2026-04-23 02:46:11] "POST /neutron/port HTTP/1.1" 200 1061 0.292598 10.0.0.23 - - [2026-04-23 02:46:11] "POST /neutron/port HTTP/1.1" 200 1115 0.111282 10.0.0.23 - - [2026-04-23 02:46:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.011165 10.0.0.249 - - [2026-04-23 02:46:11] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001129 10.0.0.23 - - [2026-04-23 02:46:11] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.085777 10.0.0.23 - - [2026-04-23 02:46:11] "POST /neutron/network HTTP/1.1" 200 1159 0.009364 10.0.0.23 - - [2026-04-23 02:46:12] "POST /neutron/port HTTP/1.1" 200 117 0.006742 10.0.0.23 - - [2026-04-23 02:46:12] "POST /neutron/network HTTP/1.1" 200 1169 0.007161 10.0.0.23 - - [2026-04-23 02:46:12] "POST /neutron/port HTTP/1.1" 200 1061 0.051325 10.0.0.23 - - [2026-04-23 02:46:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.23 - - [2026-04-23 02:46:13] "POST /neutron/network HTTP/1.1" 200 1159 0.009362 10.0.0.23 - - [2026-04-23 02:46:17] "POST /neutron/port HTTP/1.1" 200 1125 0.018204 10.0.0.23 - - [2026-04-23 02:46:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009504 10.0.0.23 - - [2026-04-23 02:46:17] "GET /virtual-machine/4692dc44-cf81-455c-ac88-63e0673c9ba4 HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-04-23 02:46:17] "GET /virtual-machine/4692dc44-cf81-455c-ac88-63e0673c9ba4 HTTP/1.1" 200 1300 0.035729 10.0.0.23 - - [2026-04-23 02:46:17] "GET /virtual-machine-interface/4e497336-27e2-4a9d-b686-36e74cb148df HTTP/1.1" 200 2958 0.006167 10.0.0.23 - - [2026-04-23 02:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-04-23 02:46:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005117 10.0.0.23 - - [2026-04-23 02:46:17] "GET /virtual-networks?parent_id=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003124 10.0.0.23 - - [2026-04-23 02:46:17] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006343 10.0.0.23 - - [2026-04-23 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007571 10.0.0.23 - - [2026-04-23 02:46:21] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005364 10.0.0.249 - - [2026-04-23 02:46:22] "GET /obj-perms HTTP/1.1" 200 5056 0.050294 10.0.0.23 - - [2026-04-23 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2026-04-23 02:46:25] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006015 10.0.0.23 - - [2026-04-23 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.23 - - [2026-04-23 02:46:29] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006508 10.0.0.23 - - [2026-04-23 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.23 - - [2026-04-23 02:46:33] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005580 10.0.0.23 - - [2026-04-23 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.23 - - [2026-04-23 02:46:37] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005689 10.0.0.23 - - [2026-04-23 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2026-04-23 02:46:41] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005111 10.0.0.23 - - [2026-04-23 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2026-04-23 02:46:45] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006041 10.0.0.23 - - [2026-04-23 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.23 - - [2026-04-23 02:46:49] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006334 10.0.0.23 - - [2026-04-23 02:46:52] "POST /neutron/network HTTP/1.1" 200 1169 0.006576 10.0.0.23 - - [2026-04-23 02:46:52] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.23 - - [2026-04-23 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2026-04-23 02:46:53] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005681 10.0.0.23 - - [2026-04-23 02:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.23 - - [2026-04-23 02:46:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004785 10.0.0.23 - - [2026-04-23 02:46:55] "GET /virtual-networks?parent_id=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003660 10.0.0.23 - - [2026-04-23 02:46:55] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005778 10.0.0.23 - - [2026-04-23 02:46:56] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008167 10.0.0.249 - - [2026-04-23 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.249 - - [2026-04-23 02:46:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.23 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.130 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.130 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.130 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-23 02:46:57] "POST /neutron/network HTTP/1.1" 200 1167 0.007559 10.0.0.130 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000591 10.0.0.23 - - [2026-04-23 02:46:57] "POST /neutron/port HTTP/1.1" 200 117 0.001107 10.0.0.249 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.249 - - [2026-04-23 02:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-04-23 02:46:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2026-04-23 02:46:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-04-23 02:47:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008001 10.0.0.23 - - [2026-04-23 02:47:07] "POST /neutron/port HTTP/1.1" 200 1125 0.024003 10.0.0.23 - - [2026-04-23 02:47:11] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009597 10.0.0.23 - - [2026-04-23 02:47:21] "POST /neutron/port HTTP/1.1" 200 1125 0.020952 10.0.0.23 - - [2026-04-23 02:47:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010716 10.0.0.23 - - [2026-04-23 02:47:22] "POST /neutron/port HTTP/1.1" 200 1125 0.017788 10.0.0.23 - - [2026-04-23 02:47:22] "GET /virtual-machine/5b62bd3c-8993-4cee-ad3e-467ab160f581 HTTP/1.1" 200 1300 0.005893 10.0.0.23 - - [2026-04-23 02:47:22] "GET /virtual-machine-interface/fac4c7a2-476a-486e-844c-faf36581a982 HTTP/1.1" 200 2958 0.007030 10.0.0.23 - - [2026-04-23 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.23 - - [2026-04-23 02:47:22] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003798 10.0.0.23 - - [2026-04-23 02:47:22] "GET /virtual-networks?parent_id=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003179 10.0.0.23 - - [2026-04-23 02:47:22] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005871 10.0.0.130 - - [2026-04-23 02:47:22] "GET /obj-perms HTTP/1.1" 200 5056 0.052859 10.0.0.23 - - [2026-04-23 02:47:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2026-04-23 02:47:23] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004014 10.0.0.23 - - [2026-04-23 02:47:23] "GET /virtual-networks?parent_id=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003066 10.0.0.23 - - [2026-04-23 02:47:23] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005980 10.0.0.23 - - [2026-04-23 02:47:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008070 10.0.0.23 - - [2026-04-23 02:47:33] "POST /neutron/port HTTP/1.1" 200 2098 0.022900 10.0.0.23 - - [2026-04-23 02:47:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007542 10.0.0.23 - - [2026-04-23 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.23 - - [2026-04-23 02:47:34] "GET /network-policy/67c54b05-6bfb-4712-899d-979125777443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004108 10.0.0.23 - - [2026-04-23 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.23 - - [2026-04-23 02:47:34] "GET /network-policy/92215533-be59-4548-9b8e-13567f2cb470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003867 10.0.0.23 - - [2026-04-23 02:47:34] "POST /neutron/network HTTP/1.1" 200 1157 0.009586 10.0.0.23 - - [2026-04-23 02:47:34] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008538 10.0.0.23 - - [2026-04-23 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.23 - - [2026-04-23 02:47:34] "GET /network-policy/75411f56-cb4a-41ab-8876-f837d1aa533f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004761 10.0.0.23 - - [2026-04-23 02:47:52] "POST /neutron/port HTTP/1.1" 200 1125 0.016260 10.0.0.23 - - [2026-04-23 02:47:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.23 - - [2026-04-23 02:47:52] "POST /neutron/network HTTP/1.1" 200 1159 0.008989 10.0.0.23 - - [2026-04-23 02:47:59] "POST /neutron/network HTTP/1.1" 200 1167 0.006665 10.0.0.23 - - [2026-04-23 02:47:59] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.23 - - [2026-04-23 02:48:43] "POST /neutron/network HTTP/1.1" 200 1160 0.078499 10.0.0.23 - - [2026-04-23 02:48:43] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006364 10.0.0.23 - - [2026-04-23 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012590 10.0.0.130 - - [2026-04-23 02:48:43] "POST /ref-update HTTP/1.1" 200 156 0.058966 10.0.0.23 - - [2026-04-23 02:48:43] "GET /network-policy/86e38513-00a8-48cc-8d84-8b954a5d76b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.012048 10.0.0.23 - - [2026-04-23 02:48:52] "POST /neutron/network HTTP/1.1" 200 1157 0.119053 10.0.0.23 - - [2026-04-23 02:48:52] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008854 10.0.0.23 - - [2026-04-23 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006628 10.0.0.23 - - [2026-04-23 02:48:52] "GET /network-policy/80e541cb-2af3-4713-abbf-8b5ed34074cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004616 10.0.0.23 - - [2026-04-23 02:48:54] "POST /neutron/port HTTP/1.1" 200 1125 0.019274 10.0.0.23 - - [2026-04-23 02:48:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.014643 10.0.0.23 - - [2026-04-23 02:49:00] "POST /neutron/port HTTP/1.1" 200 1125 0.047304 10.0.0.23 - - [2026-04-23 02:49:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004741 10.0.0.23 - - [2026-04-23 02:49:00] "POST /neutron/network HTTP/1.1" 200 1157 0.010587 10.0.0.23 - - [2026-04-23 02:49:01] "POST /neutron/network HTTP/1.1" 200 1157 0.012647 10.0.0.23 - - [2026-04-23 02:49:01] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006038 10.0.0.23 - - [2026-04-23 02:49:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.130 - - [2026-04-23 02:49:01] "PUT /access-control-list/80e46ee7-85e1-4bfd-8902-a68261f91ff2 HTTP/1.1" 200 273 0.145186 10.0.0.23 - - [2026-04-23 02:49:01] "GET /network-policy/f57e6b1c-c709-443a-a20a-7f8dc4cc2644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004704 10.0.0.23 - - [2026-04-23 02:49:09] "POST /neutron/network HTTP/1.1" 200 1158 0.016603 10.0.0.23 - - [2026-04-23 02:49:09] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005458 10.0.0.23 - - [2026-04-23 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.23 - - [2026-04-23 02:49:09] "GET /network-policy/253d7e32-6954-40fc-be50-4ae8c7da271a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004655 10.0.0.130 - - [2026-04-23 02:49:17] "PUT /access-control-list/80e46ee7-85e1-4bfd-8902-a68261f91ff2 HTTP/1.1" 200 273 0.020776 10.0.0.23 - - [2026-04-23 02:49:17] "POST /neutron/network HTTP/1.1" 200 1158 0.025173 10.0.0.23 - - [2026-04-23 02:49:17] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.004894 10.0.0.23 - - [2026-04-23 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.23 - - [2026-04-23 02:49:17] "GET /network-policy/eda218f1-9b3b-47a3-bf23-9455d1dda9e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004279 10.0.0.23 - - [2026-04-23 02:49:24] "GET /obj-perms HTTP/1.1" 200 5056 0.057462 10.0.0.23 - - [2026-04-23 02:49:25] "POST /neutron/network HTTP/1.1" 200 1158 0.022278 10.0.0.23 - - [2026-04-23 02:49:25] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005437 10.0.0.23 - - [2026-04-23 02:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.23 - - [2026-04-23 02:49:25] "GET /network-policy/ae25fcdf-ba64-4a43-b49b-f837a697e55e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004038 10.0.0.130 - - [2026-04-23 02:49:34] "PUT /access-control-list/80e46ee7-85e1-4bfd-8902-a68261f91ff2 HTTP/1.1" 200 273 0.062232 10.0.0.23 - - [2026-04-23 02:49:34] "POST /neutron/network HTTP/1.1" 200 1158 0.028091 10.0.0.23 - - [2026-04-23 02:49:34] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005811 10.0.0.23 - - [2026-04-23 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.23 - - [2026-04-23 02:49:34] "GET /network-policy/0b1e75b3-1760-42db-a37f-ae876f2faba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004382 10.0.0.23 - - [2026-04-23 02:49:42] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.005731 10.0.0.23 - - [2026-04-23 02:49:42] "POST /neutron/network HTTP/1.1" 200 1074 0.026006 10.0.0.23 - - [2026-04-23 02:49:42] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.007371 10.0.0.23 - - [2026-04-23 02:49:42] "GET /virtual-machine/5b62bd3c-8993-4cee-ad3e-467ab160f581 HTTP/1.1" 200 1300 0.004766 10.0.0.23 - - [2026-04-23 02:49:43] "POST /neutron/port HTTP/1.1" 200 151 0.219530 10.0.0.23 - - [2026-04-23 02:49:44] "GET /virtual-machine/5b62bd3c-8993-4cee-ad3e-467ab160f581 HTTP/1.1" 404 171 0.003295 10.0.0.23 - - [2026-04-23 02:49:44] "GET /virtual-machine/5b62bd3c-8993-4cee-ad3e-467ab160f581 HTTP/1.1" 404 171 0.003137 10.0.0.23 - - [2026-04-23 02:49:44] "GET /virtual-machine/5b62bd3c-8993-4cee-ad3e-467ab160f581 HTTP/1.1" 404 171 0.003454 10.0.0.23 - - [2026-04-23 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.23 - - [2026-04-23 02:49:44] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003670 10.0.0.23 - - [2026-04-23 02:49:44] "GET /virtual-networks?parent_id=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002933 10.0.0.23 - - [2026-04-23 02:49:44] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.006302 10.0.0.23 - - [2026-04-23 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.23 - - [2026-04-23 02:49:44] "GET /routing-instance/72060f79-5dfa-4142-90aa-371509df4047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.004599 10.0.0.23 - - [2026-04-23 02:49:44] "GET /route-target/45ca27cc-9337-4f21-bf4d-ca847a8b31cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004824 10.0.0.23 - - [2026-04-23 02:49:44] "GET /obj-perms HTTP/1.1" 200 5013 0.003260 10.0.0.130 - - [2026-04-23 02:49:44] "GET /obj-perms HTTP/1.1" 200 5013 0.060320 10.0.0.249 - - [2026-04-23 02:49:45] "GET /obj-perms HTTP/1.1" 200 5013 0.056579 10.0.0.23 - - [2026-04-23 02:49:45] "GET /virtual-machine/4692dc44-cf81-455c-ac88-63e0673c9ba4 HTTP/1.1" 200 1300 0.004507 10.0.0.23 - - [2026-04-23 02:49:45] "POST /neutron/port HTTP/1.1" 200 151 0.161633 10.0.0.23 - - [2026-04-23 02:49:47] "GET /virtual-machine/4692dc44-cf81-455c-ac88-63e0673c9ba4 HTTP/1.1" 404 171 0.003064 10.0.0.23 - - [2026-04-23 02:49:47] "GET /virtual-machine/4692dc44-cf81-455c-ac88-63e0673c9ba4 HTTP/1.1" 404 171 0.002847 10.0.0.23 - - [2026-04-23 02:49:47] "GET /virtual-machine/4692dc44-cf81-455c-ac88-63e0673c9ba4 HTTP/1.1" 404 171 0.003439 10.0.0.23 - - [2026-04-23 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2026-04-23 02:49:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006146 10.0.0.23 - - [2026-04-23 02:49:47] "GET /virtual-networks?parent_id=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003482 10.0.0.23 - - [2026-04-23 02:49:47] "GET /virtual-network/449410ca-fa63-473b-af6c-fd62931e7f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006046 10.0.0.23 - - [2026-04-23 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2026-04-23 02:49:47] "GET /routing-instance/1bc8d8af-7af7-4268-92a0-82072933405c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.005183 10.0.0.23 - - [2026-04-23 02:49:47] "GET /route-target/acd5cb45-ea4c-4ab2-94bf-ced1258d845e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004511 10.0.0.23 - - [2026-04-23 02:49:50] "GET /obj-perms HTTP/1.1" 200 5013 0.004876 10.0.0.23 - - [2026-04-23 02:49:53] "GET /obj-perms HTTP/1.1" 200 5013 0.004412 10.0.0.23 - - [2026-04-23 02:49:59] "GET /obj-perms HTTP/1.1" 200 5013 0.003917 10.0.0.23 - - [2026-04-23 02:50:02] "GET /obj-perms HTTP/1.1" 200 5013 0.004533 10.0.0.23 - - [2026-04-23 02:50:09] "GET /obj-perms HTTP/1.1" 200 5013 0.003958 10.0.0.23 - - [2026-04-23 02:50:12] "GET /obj-perms HTTP/1.1" 200 5013 0.004037 10.0.0.23 - - [2026-04-23 02:50:15] "GET /obj-perms HTTP/1.1" 200 5013 0.003755 10.0.0.23 - - [2026-04-23 02:50:15] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2878 0.005908 10.0.0.130 - - [2026-04-23 02:50:15] "DELETE /access-control-list/50706643-b312-40eb-9634-89da998063a2 HTTP/1.1" 200 115 0.051581 10.0.0.23 - - [2026-04-23 02:50:15] "POST /neutron/network HTTP/1.1" 200 1074 0.027483 10.0.0.23 - - [2026-04-23 02:50:15] "GET /virtual-network/1213d1a3-4782-4334-ba1d-bf140d24de76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.025700 10.0.0.23 - - [2026-04-23 02:50:15] "DELETE /network-policy/86e38513-00a8-48cc-8d84-8b954a5d76b7 HTTP/1.1" 200 115 0.034704 10.0.0.23 - - [2026-04-23 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.249 - - [2026-04-23 02:50:15] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029019 10.0.0.23 - - [2026-04-23 02:50:16] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.080083 10.0.0.23 - - [2026-04-23 02:50:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.006316 10.0.0.23 - - [2026-04-23 02:50:16] "DELETE /network-policy/0b1e75b3-1760-42db-a37f-ae876f2faba0 HTTP/1.1" 200 115 0.042788 10.0.0.23 - - [2026-04-23 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.249 - - [2026-04-23 02:50:16] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001212 10.0.0.23 - - [2026-04-23 02:50:16] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.042498 10.0.0.23 - - [2026-04-23 02:50:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.005391 10.0.0.23 - - [2026-04-23 02:50:16] "DELETE /network-policy/ae25fcdf-ba64-4a43-b49b-f837a697e55e HTTP/1.1" 200 115 0.030822 10.0.0.23 - - [2026-04-23 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005919 10.0.0.249 - - [2026-04-23 02:50:16] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001271 10.0.0.23 - - [2026-04-23 02:50:16] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050252 10.0.0.23 - - [2026-04-23 02:50:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005884 10.0.0.23 - - [2026-04-23 02:50:16] "DELETE /network-policy/eda218f1-9b3b-47a3-bf23-9455d1dda9e1 HTTP/1.1" 200 115 0.035490 10.0.0.23 - - [2026-04-23 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005076 10.0.0.249 - - [2026-04-23 02:50:16] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001481 10.0.0.23 - - [2026-04-23 02:50:16] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048454 10.0.0.23 - - [2026-04-23 02:50:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.006172 10.0.0.23 - - [2026-04-23 02:50:16] "DELETE /network-policy/253d7e32-6954-40fc-be50-4ae8c7da271a HTTP/1.1" 200 115 0.043669 10.0.0.23 - - [2026-04-23 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.249 - - [2026-04-23 02:50:16] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001369 10.0.0.23 - - [2026-04-23 02:50:16] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040472 10.0.0.23 - - [2026-04-23 02:50:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.005850 10.0.0.23 - - [2026-04-23 02:50:16] "DELETE /network-policy/67c54b05-6bfb-4712-899d-979125777443 HTTP/1.1" 200 115 0.033469 10.0.0.23 - - [2026-04-23 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.249 - - [2026-04-23 02:50:17] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001330 10.0.0.23 - - [2026-04-23 02:50:17] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043124 10.0.0.23 - - [2026-04-23 02:50:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.004951 10.0.0.23 - - [2026-04-23 02:50:17] "DELETE /network-policy/f57e6b1c-c709-443a-a20a-7f8dc4cc2644 HTTP/1.1" 200 115 0.037750 10.0.0.23 - - [2026-04-23 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008045 10.0.0.249 - - [2026-04-23 02:50:17] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001232 10.0.0.23 - - [2026-04-23 02:50:17] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046939 10.0.0.23 - - [2026-04-23 02:50:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.005640 10.0.0.23 - - [2026-04-23 02:50:17] "DELETE /network-policy/80e541cb-2af3-4713-abbf-8b5ed34074cb HTTP/1.1" 200 115 0.038059 10.0.0.23 - - [2026-04-23 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.249 - - [2026-04-23 02:50:17] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001179 10.0.0.23 - - [2026-04-23 02:50:17] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045389 10.0.0.23 - - [2026-04-23 02:50:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.005483 10.0.0.23 - - [2026-04-23 02:50:17] "DELETE /network-policy/75411f56-cb4a-41ab-8876-f837d1aa533f HTTP/1.1" 200 115 0.040850 10.0.0.23 - - [2026-04-23 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.249 - - [2026-04-23 02:50:17] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001275 10.0.0.23 - - [2026-04-23 02:50:17] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045647 10.0.0.23 - - [2026-04-23 02:50:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.006264 10.0.0.23 - - [2026-04-23 02:50:17] "DELETE /network-policy/92215533-be59-4548-9b8e-13567f2cb470 HTTP/1.1" 200 115 0.038953 10.0.0.23 - - [2026-04-23 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.249 - - [2026-04-23 02:50:17] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001046 10.0.0.23 - - [2026-04-23 02:50:17] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043717 10.0.0.23 - - [2026-04-23 02:50:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-52687472&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005265 10.0.0.130 - - [2026-04-23 02:50:18] "DELETE /route-target/45ca27cc-9337-4f21-bf4d-ca847a8b31cf HTTP/1.1" 200 115 0.020426 10.0.0.23 - - [2026-04-23 02:50:18] "POST /neutron/network HTTP/1.1" 200 1074 0.010114 10.0.0.23 - - [2026-04-23 02:50:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.23 - - [2026-04-23 02:50:18] "DELETE /network-ipam/765d8a7b-efb6-4f28-9f3b-91c20bbaaaaa HTTP/1.1" 200 115 0.032963 10.0.0.23 - - [2026-04-23 02:50:18] "POST /fqname-to-id HTTP/1.1" 404 248 0.003293 10.0.0.249 - - [2026-04-23 02:50:18] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000837 10.0.0.249 - - [2026-04-23 02:50:19] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.043990 10.0.0.249 - - [2026-04-23 02:50:19] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001079 10.0.0.249 - - [2026-04-23 02:50:19] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?fields=security_groups HTTP/1.1" 200 1381 0.036481 10.0.0.249 - - [2026-04-23 02:50:19] "DELETE /security-group/af446a31-e8c3-48d3-8de4-2f3d9b9dc4c1 HTTP/1.1" 200 115 0.053123 10.0.0.249 - - [2026-04-23 02:50:19] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001058 10.0.0.130 - - [2026-04-23 02:50:19] "DELETE /access-control-list/f99b30fb-9fde-406a-91c5-a10d4ee87018 HTTP/1.1" 200 115 0.038761 10.0.0.249 - - [2026-04-23 02:50:19] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?fields=application_policy_sets HTTP/1.1" 200 1420 0.057672 10.0.0.23 - - [2026-04-23 02:50:19] "DELETE /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca HTTP/1.1" 200 115 0.399053 10.0.0.249 - - [2026-04-23 02:50:19] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001865 10.0.0.23 - - [2026-04-23 02:50:19] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?fields=projects HTTP/1.1" 200 1442 0.014513 10.0.0.249 - - [2026-04-23 02:50:20] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003461 10.0.0.249 - - [2026-04-23 02:50:20] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.249 - - [2026-04-23 02:50:20] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032669 10.0.0.249 - - [2026-04-23 02:50:20] "POST /id-to-fqname HTTP/1.1" 200 196 0.005346 10.0.0.249 - - [2026-04-23 02:50:20] "POST /fqname-to-id HTTP/1.1" 404 205 0.006350 10.0.0.249 - - [2026-04-23 02:50:21] "POST /security-groups HTTP/1.1" 200 597 0.030761 10.0.0.249 - - [2026-04-23 02:50:21] "POST /projects HTTP/1.1" 200 597 0.246452 10.0.0.130 - - [2026-04-23 02:50:21] "POST /access-control-lists HTTP/1.1" 200 604 0.039096 10.0.0.249 - - [2026-04-23 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.325030 10.0.0.23 - - [2026-04-23 02:50:21] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.511279 10.0.0.249 - - [2026-04-23 02:50:21] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001251 10.0.0.23 - - [2026-04-23 02:50:21] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?fields=virtual_networks HTTP/1.1" 200 1046 0.042892 10.0.0.249 - - [2026-04-23 02:50:21] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000875 10.0.0.23 - - [2026-04-23 02:50:21] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.039778 10.0.0.249 - - [2026-04-23 02:50:21] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001038 10.0.0.23 - - [2026-04-23 02:50:21] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?fields=security_groups HTTP/1.1" 200 1279 0.045561 10.0.0.23 - - [2026-04-23 02:50:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.028485 10.0.0.249 - - [2026-04-23 02:50:22] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003074 10.0.0.249 - - [2026-04-23 02:50:22] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.249 - - [2026-04-23 02:50:22] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006679 10.0.0.249 - - [2026-04-23 02:50:22] "POST /id-to-fqname HTTP/1.1" 200 202 0.008909 10.0.0.249 - - [2026-04-23 02:50:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.004253 10.0.0.249 - - [2026-04-23 02:50:22] "POST /security-groups HTTP/1.1" 200 603 0.073251 10.0.0.130 - - [2026-04-23 02:50:22] "POST /fqname-to-id HTTP/1.1" 404 246 0.004914 10.0.0.249 - - [2026-04-23 02:50:22] "POST /projects HTTP/1.1" 200 609 0.270340 10.0.0.249 - - [2026-04-23 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.341814 10.0.0.130 - - [2026-04-23 02:50:22] "POST /access-control-lists HTTP/1.1" 200 608 0.034312 10.0.0.23 - - [2026-04-23 02:50:22] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.475317 10.0.0.23 - - [2026-04-23 02:50:23] "GET / HTTP/1.1" 200 36215 0.001446 10.0.0.23 - - [2026-04-23 02:50:25] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.249 - - [2026-04-23 02:50:26] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.23 - - [2026-04-23 02:50:26] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.062402 10.0.0.23 - - [2026-04-23 02:50:26] "GET / HTTP/1.1" 200 36215 0.002257 10.0.0.23 - - [2026-04-23 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.249 - - [2026-04-23 02:50:27] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.23 - - [2026-04-23 02:50:27] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007297 10.0.0.23 - - [2026-04-23 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.249 - - [2026-04-23 02:50:27] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.23 - - [2026-04-23 02:50:27] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045006 10.0.0.23 - - [2026-04-23 02:50:28] "GET /domains HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-04-23 02:50:28] "GET /domains HTTP/1.1" 200 281 0.025425 10.0.0.249 - - [2026-04-23 02:50:28] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.23 - - [2026-04-23 02:50:28] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b HTTP/1.1" 200 2983 0.008730 10.0.0.249 - - [2026-04-23 02:50:28] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.23 - - [2026-04-23 02:50:28] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe HTTP/1.1" 200 1930 0.088509 10.0.0.23 - - [2026-04-23 02:50:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003436 10.0.0.23 - - [2026-04-23 02:50:28] "POST /network-ipams HTTP/1.1" 200 623 0.028538 10.0.0.23 - - [2026-04-23 02:50:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003273 10.0.0.23 - - [2026-04-23 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2026-04-23 02:50:29] "GET /network-ipam/3b9b838f-b1e2-40c6-bfbd-7ea246e3aaf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.006345 10.0.0.23 - - [2026-04-23 02:50:29] "PUT /network-ipam/3b9b838f-b1e2-40c6-bfbd-7ea246e3aaf0 HTTP/1.1" 200 259 0.015520 10.0.0.23 - - [2026-04-23 02:50:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2026-04-23 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.033148 10.0.0.249 - - [2026-04-23 02:50:29] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.23 - - [2026-04-23 02:50:29] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.051374 10.0.0.249 - - [2026-04-23 02:50:29] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001326 10.0.0.23 - - [2026-04-23 02:50:29] "POST /neutron/network HTTP/1.1" 200 623 0.157773 10.0.0.249 - - [2026-04-23 02:50:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008316 10.0.0.23 - - [2026-04-23 02:50:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.243826 10.0.0.23 - - [2026-04-23 02:50:30] "POST /id-to-fqname HTTP/1.1" 200 235 0.001239 10.0.0.23 - - [2026-04-23 02:50:30] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005749 10.0.0.23 - - [2026-04-23 02:50:30] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005719 10.0.0.23 - - [2026-04-23 02:50:30] "POST /neutron/network HTTP/1.1" 200 1337 0.014081 10.0.0.23 - - [2026-04-23 02:50:31] "POST /neutron/subnet HTTP/1.1" 200 828 0.009861 10.0.0.23 - - [2026-04-23 02:50:31] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.023677 10.0.0.130 - - [2026-04-23 02:50:32] "GET /obj-perms HTTP/1.1" 200 5019 0.062224 10.0.0.249 - - [2026-04-23 02:50:32] "GET /obj-perms HTTP/1.1" 200 5019 0.052178 10.0.0.23 - - [2026-04-23 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.249 - - [2026-04-23 02:50:33] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.23 - - [2026-04-23 02:50:33] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044580 10.0.0.130 - - [2026-04-23 02:50:33] "POST /route-targets HTTP/1.1" 200 328 0.013652 10.0.0.249 - - [2026-04-23 02:50:33] "POST /useragent-kv HTTP/1.1" 200 115 0.011286 10.0.0.23 - - [2026-04-23 02:50:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.212396 10.0.0.23 - - [2026-04-23 02:50:34] "POST /neutron/network HTTP/1.1" 200 1336 0.013526 10.0.0.23 - - [2026-04-23 02:50:34] "POST /id-to-fqname HTTP/1.1" 200 235 0.001077 10.0.0.23 - - [2026-04-23 02:50:34] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005377 10.0.0.23 - - [2026-04-23 02:50:34] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006516 10.0.0.23 - - [2026-04-23 02:50:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.010297 10.0.0.23 - - [2026-04-23 02:50:34] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005625 10.0.0.23 - - [2026-04-23 02:50:34] "GET /obj-perms HTTP/1.1" 200 5019 0.053352 10.0.0.23 - - [2026-04-23 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003381 10.0.0.23 - - [2026-04-23 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.249 - - [2026-04-23 02:50:34] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001388 10.0.0.23 - - [2026-04-23 02:50:34] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040491 10.0.0.23 - - [2026-04-23 02:50:35] "POST /network-policys HTTP/1.1" 200 535 0.080685 10.0.0.23 - - [2026-04-23 02:50:35] "GET /network-policy/905f3650-96a7-4051-8519-99b455f2ebae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007217 10.0.0.23 - - [2026-04-23 02:50:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.003402 10.0.0.23 - - [2026-04-23 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.249 - - [2026-04-23 02:50:35] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000922 10.0.0.23 - - [2026-04-23 02:50:35] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038763 10.0.0.23 - - [2026-04-23 02:50:35] "POST /network-policys HTTP/1.1" 200 535 0.077090 10.0.0.23 - - [2026-04-23 02:50:35] "GET /network-policy/9486d1be-9029-4044-bc24-d8e697ddb10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.008543 10.0.0.23 - - [2026-04-23 02:50:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.002926 10.0.0.23 - - [2026-04-23 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.249 - - [2026-04-23 02:50:35] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.23 - - [2026-04-23 02:50:35] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.036894 10.0.0.23 - - [2026-04-23 02:50:35] "POST /network-policys HTTP/1.1" 200 535 0.073253 10.0.0.23 - - [2026-04-23 02:50:35] "GET /network-policy/52006f2e-6788-43c3-ac6e-8a3e2d306e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.009817 10.0.0.23 - - [2026-04-23 02:50:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003267 10.0.0.23 - - [2026-04-23 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2026-04-23 02:50:36] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.23 - - [2026-04-23 02:50:36] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045721 10.0.0.23 - - [2026-04-23 02:50:36] "POST /network-policys HTTP/1.1" 200 535 0.082342 10.0.0.23 - - [2026-04-23 02:50:36] "GET /network-policy/4de6d8e4-724e-4e8f-b325-f3cf154ee2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007853 10.0.0.23 - - [2026-04-23 02:50:36] "POST /fqname-to-id HTTP/1.1" 404 213 0.002809 10.0.0.23 - - [2026-04-23 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.249 - - [2026-04-23 02:50:36] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.23 - - [2026-04-23 02:50:36] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044375 10.0.0.23 - - [2026-04-23 02:50:36] "POST /network-policys HTTP/1.1" 200 539 0.031855 10.0.0.23 - - [2026-04-23 02:50:36] "GET /network-policy/06cb1e16-c14a-4c10-afae-1d7d3135049c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007210 10.0.0.23 - - [2026-04-23 02:50:36] "POST /fqname-to-id HTTP/1.1" 404 212 0.003017 10.0.0.23 - - [2026-04-23 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.249 - - [2026-04-23 02:50:36] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.23 - - [2026-04-23 02:50:36] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049152 10.0.0.23 - - [2026-04-23 02:50:37] "POST /network-policys HTTP/1.1" 200 537 0.073580 10.0.0.23 - - [2026-04-23 02:50:37] "GET /network-policy/6a128420-1e49-48ec-a14a-87c95fc5f68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006295 10.0.0.23 - - [2026-04-23 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 212 0.003270 10.0.0.23 - - [2026-04-23 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.249 - - [2026-04-23 02:50:37] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001456 10.0.0.23 - - [2026-04-23 02:50:37] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044707 10.0.0.23 - - [2026-04-23 02:50:37] "POST /network-policys HTTP/1.1" 200 537 0.077505 10.0.0.23 - - [2026-04-23 02:50:37] "GET /network-policy/bac2dc9d-bb6b-4fdc-afd1-8fdad6f38b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.007908 10.0.0.23 - - [2026-04-23 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 212 0.002869 10.0.0.23 - - [2026-04-23 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.249 - - [2026-04-23 02:50:37] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.23 - - [2026-04-23 02:50:37] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042561 10.0.0.23 - - [2026-04-23 02:50:37] "POST /network-policys HTTP/1.1" 200 537 0.083085 10.0.0.23 - - [2026-04-23 02:50:38] "GET /network-policy/e7a68ef1-4561-4922-aa61-f41c8edfc857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.007026 10.0.0.23 - - [2026-04-23 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 212 0.002831 10.0.0.23 - - [2026-04-23 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.249 - - [2026-04-23 02:50:38] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.23 - - [2026-04-23 02:50:38] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040944 10.0.0.23 - - [2026-04-23 02:50:38] "POST /network-policys HTTP/1.1" 200 537 0.073294 10.0.0.23 - - [2026-04-23 02:50:38] "GET /network-policy/0aa9f1cf-9184-4aeb-93f4-caabf29c9e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.017533 10.0.0.23 - - [2026-04-23 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 214 0.003283 10.0.0.23 - - [2026-04-23 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.249 - - [2026-04-23 02:50:38] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.23 - - [2026-04-23 02:50:38] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040621 10.0.0.23 - - [2026-04-23 02:50:38] "POST /network-policys HTTP/1.1" 200 541 0.031035 10.0.0.23 - - [2026-04-23 02:50:38] "GET /network-policy/e44fed12-b35e-4d21-85a5-b069afbc892a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.017286 10.0.0.23 - - [2026-04-23 02:50:39] "POST /neutron/network HTTP/1.1" 200 1337 0.011232 10.0.0.23 - - [2026-04-23 02:50:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.050074 10.0.0.130 - - [2026-04-23 02:50:39] "POST /access-control-lists HTTP/1.1" 200 611 0.057532 10.0.0.23 - - [2026-04-23 02:50:39] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.022907 10.0.0.23 - - [2026-04-23 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.23 - - [2026-04-23 02:50:39] "GET /network-policy/905f3650-96a7-4051-8519-99b455f2ebae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004789 10.0.0.23 - - [2026-04-23 02:50:39] "POST /neutron/network HTTP/1.1" 200 1336 0.011336 10.0.0.130 - - [2026-04-23 02:50:39] "POST /ref-update HTTP/1.1" 200 156 0.017812 10.0.0.23 - - [2026-04-23 02:50:39] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.018278 10.0.0.23 - - [2026-04-23 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.23 - - [2026-04-23 02:50:39] "GET /network-policy/06cb1e16-c14a-4c10-afae-1d7d3135049c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004344 10.0.0.23 - - [2026-04-23 02:50:39] "POST /id-to-fqname HTTP/1.1" 200 235 0.001375 10.0.0.23 - - [2026-04-23 02:50:40] "POST /neutron/network HTTP/1.1" 200 1435 0.007565 10.0.0.249 - - [2026-04-23 02:50:40] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.23 - - [2026-04-23 02:50:40] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.063956 10.0.0.23 - - [2026-04-23 02:50:40] "POST /neutron/port HTTP/1.1" 200 117 0.006402 10.0.0.23 - - [2026-04-23 02:50:41] "POST /id-to-fqname HTTP/1.1" 200 235 0.001355 10.0.0.23 - - [2026-04-23 02:50:41] "POST /neutron/network HTTP/1.1" 200 1435 0.007062 10.0.0.23 - - [2026-04-23 02:50:42] "POST /neutron/port HTTP/1.1" 200 1174 0.024008 10.0.0.249 - - [2026-04-23 02:50:42] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.23 - - [2026-04-23 02:50:42] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.076962 10.0.0.23 - - [2026-04-23 02:50:42] "POST /neutron/port HTTP/1.1" 200 1238 0.033336 10.0.0.23 - - [2026-04-23 02:50:42] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016147 10.0.0.23 - - [2026-04-23 02:50:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008399 10.0.0.23 - - [2026-04-23 02:50:42] "POST /neutron/port HTTP/1.1" 200 117 0.005711 10.0.0.23 - - [2026-04-23 02:50:42] "POST /neutron/network HTTP/1.1" 200 1436 0.007577 10.0.0.23 - - [2026-04-23 02:50:43] "POST /neutron/port HTTP/1.1" 200 1173 0.023355 10.0.0.23 - - [2026-04-23 02:50:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004057 10.0.0.23 - - [2026-04-23 02:50:43] "POST /neutron/port HTTP/1.1" 200 117 0.001445 10.0.0.23 - - [2026-04-23 02:50:47] "POST /neutron/port HTTP/1.1" 200 1238 0.020658 10.0.0.23 - - [2026-04-23 02:50:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007938 10.0.0.23 - - [2026-04-23 02:50:47] "GET /virtual-machine/e8c63fcf-a762-496a-a940-d654c528f2a4 HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-04-23 02:50:48] "GET /virtual-machine/e8c63fcf-a762-496a-a940-d654c528f2a4 HTTP/1.1" 200 1307 0.029699 10.0.0.23 - - [2026-04-23 02:50:48] "GET /virtual-machine-interface/35e31551-1ab7-4deb-b134-a23305b78e01 HTTP/1.1" 200 3177 0.005683 10.0.0.23 - - [2026-04-23 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.23 - - [2026-04-23 02:50:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003076 10.0.0.23 - - [2026-04-23 02:50:48] "GET /virtual-networks?parent_id=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003029 10.0.0.23 - - [2026-04-23 02:50:48] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007192 10.0.0.23 - - [2026-04-23 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.23 - - [2026-04-23 02:50:51] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005772 10.0.0.23 - - [2026-04-23 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2026-04-23 02:50:55] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005460 10.0.0.23 - - [2026-04-23 02:50:55] "POST /neutron/port HTTP/1.1" 200 1237 0.021800 10.0.0.23 - - [2026-04-23 02:50:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.23 - - [2026-04-23 02:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.249 - - [2026-04-23 02:50:57] "DELETE /project/9bb13722234943f494e8740cf80778fe HTTP/1.1" 404 173 0.008573 10.0.0.249 - - [2026-04-23 02:50:57] "DELETE /project/673b4bf75f64430aae85b9dd10db12ca HTTP/1.1" 404 173 0.007535 10.0.0.249 - - [2026-04-23 02:50:57] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001479 10.0.0.249 - - [2026-04-23 02:50:57] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.053789 10.0.0.249 - - [2026-04-23 02:50:57] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000912 10.0.0.249 - - [2026-04-23 02:50:57] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?fields=security_groups HTTP/1.1" 200 1381 0.049778 10.0.0.249 - - [2026-04-23 02:50:57] "DELETE /security-group/88ecb5d7-6e79-4f06-b40b-9e108300c4a3 HTTP/1.1" 200 115 0.071431 10.0.0.249 - - [2026-04-23 02:50:57] "GET /projects?obj_uuids=673b4bf7-5f64-430a-ae85-b9dd10db12ca&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001528 10.0.0.249 - - [2026-04-23 02:50:57] "GET /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca?fields=application_policy_sets HTTP/1.1" 200 1420 0.063664 10.0.0.249 - - [2026-04-23 02:50:58] "DELETE /project/673b4bf7-5f64-430a-ae85-b9dd10db12ca HTTP/1.1" 200 115 0.458752 10.0.0.23 - - [2026-04-23 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2026-04-23 02:50:59] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005720 10.0.0.23 - - [2026-04-23 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2026-04-23 02:51:03] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007454 10.0.0.23 - - [2026-04-23 02:51:04] "POST /neutron/port HTTP/1.1" 200 1238 0.020292 10.0.0.23 - - [2026-04-23 02:51:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.23 - - [2026-04-23 02:51:04] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.23 - - [2026-04-23 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2026-04-23 02:51:07] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005837 10.0.0.23 - - [2026-04-23 02:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.23 - - [2026-04-23 02:51:12] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007341 10.0.0.23 - - [2026-04-23 02:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.23 - - [2026-04-23 02:51:16] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005396 10.0.0.23 - - [2026-04-23 02:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.23 - - [2026-04-23 02:51:20] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005918 10.0.0.23 - - [2026-04-23 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2026-04-23 02:51:24] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005870 10.0.0.23 - - [2026-04-23 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.23 - - [2026-04-23 02:51:26] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005631 10.0.0.23 - - [2026-04-23 02:51:26] "GET /virtual-networks?parent_id=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003155 10.0.0.23 - - [2026-04-23 02:51:26] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006156 10.0.0.23 - - [2026-04-23 02:51:26] "POST /neutron/port HTTP/1.1" 200 1238 0.020533 10.0.0.23 - - [2026-04-23 02:51:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009655 10.0.0.23 - - [2026-04-23 02:51:38] "POST /neutron/port HTTP/1.1" 200 1238 0.041732 10.0.0.23 - - [2026-04-23 02:51:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006999 10.0.0.23 - - [2026-04-23 02:51:52] "POST /neutron/port HTTP/1.1" 200 1237 0.020796 10.0.0.23 - - [2026-04-23 02:51:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007265 10.0.0.23 - - [2026-04-23 02:51:52] "GET /virtual-machine/dbbfd735-92c2-4caf-8ee1-f67d3cf2fcbc HTTP/1.1" 200 1307 0.006162 10.0.0.23 - - [2026-04-23 02:51:52] "GET /virtual-machine-interface/03d112dd-64bd-4d3a-957f-e1dbc5ef5e1f HTTP/1.1" 200 3176 0.005409 10.0.0.23 - - [2026-04-23 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2026-04-23 02:51:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003670 10.0.0.23 - - [2026-04-23 02:51:52] "GET /virtual-networks?parent_id=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003366 10.0.0.23 - - [2026-04-23 02:51:52] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007078 10.0.0.23 - - [2026-04-23 02:51:53] "POST /neutron/port HTTP/1.1" 200 1237 0.017101 10.0.0.23 - - [2026-04-23 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.23 - - [2026-04-23 02:51:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003776 10.0.0.23 - - [2026-04-23 02:51:54] "GET /virtual-networks?parent_id=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003102 10.0.0.23 - - [2026-04-23 02:51:54] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007407 10.0.0.23 - - [2026-04-23 02:51:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008290 10.0.0.23 - - [2026-04-23 02:51:55] "POST /neutron/network HTTP/1.1" 200 1436 0.032671 10.0.0.23 - - [2026-04-23 02:51:55] "POST /neutron/subnet HTTP/1.1" 200 1356 0.016829 10.0.0.23 - - [2026-04-23 02:51:56] "POST /neutron/network HTTP/1.1" 200 1426 0.011463 10.0.0.249 - - [2026-04-23 02:51:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.249 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.23 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.130 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000990 10.0.0.23 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.130 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.130 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.130 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.249 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.249 - - [2026-04-23 02:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-04-23 02:51:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2026-04-23 02:51:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-04-23 02:52:04] "POST /neutron/port HTTP/1.1" 200 1238 0.019909 10.0.0.23 - - [2026-04-23 02:52:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004154 10.0.0.23 - - [2026-04-23 02:52:04] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.23 - - [2026-04-23 02:52:04] "POST /neutron/network HTTP/1.1" 200 1425 0.012533 10.0.0.23 - - [2026-04-23 02:52:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008366 10.0.0.23 - - [2026-04-23 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2026-04-23 02:52:04] "GET /network-policy/06cb1e16-c14a-4c10-afae-1d7d3135049c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003807 10.0.0.23 - - [2026-04-23 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2026-04-23 02:52:05] "GET /network-policy/905f3650-96a7-4051-8519-99b455f2ebae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004926 10.0.0.23 - - [2026-04-23 02:52:05] "POST /neutron/network HTTP/1.1" 200 1425 0.012794 10.0.0.130 - - [2026-04-23 02:52:05] "PUT /access-control-list/a0ecc373-2b25-4cb6-b52c-299bbb7b374f HTTP/1.1" 200 273 0.017322 10.0.0.23 - - [2026-04-23 02:52:05] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.009506 10.0.0.23 - - [2026-04-23 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.23 - - [2026-04-23 02:52:05] "GET /network-policy/9486d1be-9029-4044-bc24-d8e697ddb10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004396 10.0.0.23 - - [2026-04-23 02:52:23] "POST /neutron/network HTTP/1.1" 200 1425 0.013654 10.0.0.23 - - [2026-04-23 02:52:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004998 10.0.0.23 - - [2026-04-23 02:52:23] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3487 0.008246 10.0.0.23 - - [2026-04-23 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2026-04-23 02:52:23] "GET /network-policy/e44fed12-b35e-4d21-85a5-b069afbc892a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004107 10.0.0.23 - - [2026-04-23 02:52:35] "POST /neutron/network HTTP/1.1" 200 1428 0.013388 10.0.0.130 - - [2026-04-23 02:52:35] "PUT /access-control-list/a0ecc373-2b25-4cb6-b52c-299bbb7b374f HTTP/1.1" 200 273 0.017274 10.0.0.23 - - [2026-04-23 02:52:36] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.010527 10.0.0.23 - - [2026-04-23 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.23 - - [2026-04-23 02:52:36] "GET /network-policy/52006f2e-6788-43c3-ac6e-8a3e2d306e6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004885 10.0.0.23 - - [2026-04-23 02:52:48] "POST /neutron/network HTTP/1.1" 200 1425 0.013148 10.0.0.23 - - [2026-04-23 02:52:48] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.007585 10.0.0.23 - - [2026-04-23 02:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2026-04-23 02:52:48] "GET /network-policy/4de6d8e4-724e-4e8f-b325-f3cf154ee2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004468 10.0.0.23 - - [2026-04-23 02:52:56] "POST /neutron/port HTTP/1.1" 200 1237 0.019620 10.0.0.23 - - [2026-04-23 02:52:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.23 - - [2026-04-23 02:52:56] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.23 - - [2026-04-23 02:52:58] "POST /neutron/network HTTP/1.1" 200 1425 0.012522 10.0.0.23 - - [2026-04-23 02:52:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003932 10.0.0.130 - - [2026-04-23 02:52:58] "PUT /access-control-list/a0ecc373-2b25-4cb6-b52c-299bbb7b374f HTTP/1.1" 200 273 0.063264 10.0.0.23 - - [2026-04-23 02:52:58] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.015380 10.0.0.23 - - [2026-04-23 02:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.23 - - [2026-04-23 02:52:58] "GET /network-policy/6a128420-1e49-48ec-a14a-87c95fc5f68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004299 10.0.0.23 - - [2026-04-23 02:53:04] "POST /neutron/port HTTP/1.1" 200 1238 0.019085 10.0.0.23 - - [2026-04-23 02:53:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004404 10.0.0.23 - - [2026-04-23 02:53:04] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.23 - - [2026-04-23 02:53:11] "POST /neutron/network HTTP/1.1" 200 1426 0.012730 10.0.0.23 - - [2026-04-23 02:53:11] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.007960 10.0.0.23 - - [2026-04-23 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.130 - - [2026-04-23 02:53:11] "POST /ref-update HTTP/1.1" 200 156 0.034104 10.0.0.23 - - [2026-04-23 02:53:11] "GET /network-policy/bac2dc9d-bb6b-4fdc-afd1-8fdad6f38b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004022 10.0.0.23 - - [2026-04-23 02:53:21] "POST /neutron/network HTTP/1.1" 200 1426 0.012386 10.0.0.23 - - [2026-04-23 02:53:22] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.009253 10.0.0.23 - - [2026-04-23 02:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.23 - - [2026-04-23 02:53:22] "GET /network-policy/e7a68ef1-4561-4922-aa61-f41c8edfc857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.004685 10.0.0.130 - - [2026-04-23 02:53:27] "GET /obj-perms HTTP/1.1" 200 5056 0.057637 10.0.0.249 - - [2026-04-23 02:53:27] "GET /obj-perms HTTP/1.1" 200 5056 0.062050 10.0.0.23 - - [2026-04-23 02:53:34] "POST /neutron/network HTTP/1.1" 200 1426 0.011493 10.0.0.23 - - [2026-04-23 02:53:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.002656 10.0.0.23 - - [2026-04-23 02:53:34] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.008165 10.0.0.23 - - [2026-04-23 02:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.23 - - [2026-04-23 02:53:34] "GET /network-policy/0aa9f1cf-9184-4aeb-93f4-caabf29c9e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004338 10.0.0.23 - - [2026-04-23 02:53:44] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.005756 10.0.0.23 - - [2026-04-23 02:53:44] "POST /neutron/network HTTP/1.1" 200 1426 0.011663 10.0.0.130 - - [2026-04-23 02:53:44] "DELETE /access-control-list/a0ecc373-2b25-4cb6-b52c-299bbb7b374f HTTP/1.1" 200 115 0.091653 10.0.0.23 - - [2026-04-23 02:53:44] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.025474 10.0.0.23 - - [2026-04-23 02:53:44] "GET /virtual-machine/dbbfd735-92c2-4caf-8ee1-f67d3cf2fcbc HTTP/1.1" 200 1307 0.004477 10.0.0.23 - - [2026-04-23 02:53:45] "POST /neutron/port HTTP/1.1" 200 1237 0.017097 10.0.0.23 - - [2026-04-23 02:53:46] "GET /virtual-machine/dbbfd735-92c2-4caf-8ee1-f67d3cf2fcbc HTTP/1.1" 404 171 0.003346 10.0.0.23 - - [2026-04-23 02:53:46] "GET /virtual-machine/dbbfd735-92c2-4caf-8ee1-f67d3cf2fcbc HTTP/1.1" 404 171 0.002721 10.0.0.23 - - [2026-04-23 02:53:46] "GET /virtual-machine/dbbfd735-92c2-4caf-8ee1-f67d3cf2fcbc HTTP/1.1" 404 171 0.003284 10.0.0.23 - - [2026-04-23 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-04-23 02:53:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003845 10.0.0.23 - - [2026-04-23 02:53:47] "GET /virtual-networks?parent_id=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003545 10.0.0.23 - - [2026-04-23 02:53:47] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.006912 10.0.0.23 - - [2026-04-23 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.23 - - [2026-04-23 02:53:47] "GET /routing-instance/1242289a-da6d-44f4-9194-b853754a6970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005089 10.0.0.23 - - [2026-04-23 02:53:47] "GET /route-target/07d82512-89ee-474d-84d5-5b64ed54c15c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004087 10.0.0.23 - - [2026-04-23 02:53:47] "GET /obj-perms HTTP/1.1" 200 5019 0.004173 10.0.0.130 - - [2026-04-23 02:53:53] "GET /obj-perms HTTP/1.1" 200 5019 0.004071 10.0.0.23 - - [2026-04-23 02:53:56] "GET /obj-perms HTTP/1.1" 200 5019 0.004002 10.0.0.130 - - [2026-04-23 02:54:02] "GET /obj-perms HTTP/1.1" 200 5019 0.004248 10.0.0.23 - - [2026-04-23 02:54:05] "POST /neutron/port HTTP/1.1" 200 1238 0.046342 10.0.0.23 - - [2026-04-23 02:54:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.23 - - [2026-04-23 02:54:05] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.23 - - [2026-04-23 02:54:05] "GET /obj-perms HTTP/1.1" 200 5019 0.004062 10.0.0.130 - - [2026-04-23 02:54:11] "GET /obj-perms HTTP/1.1" 200 5019 0.003906 10.0.0.23 - - [2026-04-23 02:54:15] "GET /obj-perms HTTP/1.1" 200 5019 0.003745 10.0.0.23 - - [2026-04-23 02:54:15] "GET /virtual-machine/e8c63fcf-a762-496a-a940-d654c528f2a4 HTTP/1.1" 200 1307 0.004608 10.0.0.23 - - [2026-04-23 02:54:15] "POST /neutron/port HTTP/1.1" 200 1238 0.020960 10.0.0.23 - - [2026-04-23 02:54:17] "GET /virtual-machine/e8c63fcf-a762-496a-a940-d654c528f2a4 HTTP/1.1" 404 171 0.003786 10.0.0.23 - - [2026-04-23 02:54:17] "GET /virtual-machine/e8c63fcf-a762-496a-a940-d654c528f2a4 HTTP/1.1" 404 171 0.003056 10.0.0.23 - - [2026-04-23 02:54:17] "GET /virtual-machine/e8c63fcf-a762-496a-a940-d654c528f2a4 HTTP/1.1" 404 171 0.003228 10.0.0.23 - - [2026-04-23 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2026-04-23 02:54:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005982 10.0.0.23 - - [2026-04-23 02:54:17] "GET /virtual-networks?parent_id=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002980 10.0.0.23 - - [2026-04-23 02:54:17] "GET /virtual-network/5bdee05d-9696-405c-b52c-b7daca1be1df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005983 10.0.0.23 - - [2026-04-23 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.23 - - [2026-04-23 02:54:17] "GET /routing-instance/5e395c3a-c1da-48a5-bb8f-c90967e46b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004257 10.0.0.23 - - [2026-04-23 02:54:17] "GET /route-target/4273975f-0776-474c-9645-dc2d8402743d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004161 10.0.0.23 - - [2026-04-23 02:54:17] "GET /obj-perms HTTP/1.1" 200 5019 0.005103 10.0.0.23 - - [2026-04-23 02:54:20] "GET /obj-perms HTTP/1.1" 200 5019 0.004349 10.0.0.23 - - [2026-04-23 02:54:26] "GET /obj-perms HTTP/1.1" 200 5019 0.003831 10.0.0.130 - - [2026-04-23 02:54:28] "GET /obj-perms HTTP/1.1" 200 5056 0.051748 10.0.0.23 - - [2026-04-23 02:54:30] "GET /obj-perms HTTP/1.1" 200 5019 0.010291 10.0.0.23 - - [2026-04-23 02:54:33] "GET /obj-perms HTTP/1.1" 200 5019 0.003731 10.0.0.23 - - [2026-04-23 02:54:39] "GET /obj-perms HTTP/1.1" 200 5019 0.004498 10.0.0.23 - - [2026-04-23 02:54:42] "GET /obj-perms HTTP/1.1" 200 5019 0.003326 10.0.0.23 - - [2026-04-23 02:54:45] "GET /obj-perms HTTP/1.1" 200 5019 0.003886 10.0.0.23 - - [2026-04-23 02:54:45] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.005384 10.0.0.23 - - [2026-04-23 02:54:45] "POST /neutron/network HTTP/1.1" 200 1426 0.010196 10.0.0.23 - - [2026-04-23 02:54:45] "GET /virtual-network/c1fc259a-b9da-49a9-b4f1-aadf198d5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.015604 10.0.0.130 - - [2026-04-23 02:54:45] "POST /ref-update HTTP/1.1" 200 156 0.022867 10.0.0.23 - - [2026-04-23 02:54:45] "DELETE /network-policy/e44fed12-b35e-4d21-85a5-b069afbc892a HTTP/1.1" 200 115 0.035953 10.0.0.23 - - [2026-04-23 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2026-04-23 02:54:46] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001494 10.0.0.23 - - [2026-04-23 02:54:46] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042322 10.0.0.23 - - [2026-04-23 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.007047 10.0.0.23 - - [2026-04-23 02:54:46] "DELETE /network-policy/0aa9f1cf-9184-4aeb-93f4-caabf29c9e51 HTTP/1.1" 200 115 0.040432 10.0.0.23 - - [2026-04-23 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006497 10.0.0.249 - - [2026-04-23 02:54:46] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.23 - - [2026-04-23 02:54:46] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.074049 10.0.0.23 - - [2026-04-23 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.006162 10.0.0.23 - - [2026-04-23 02:54:46] "DELETE /network-policy/e7a68ef1-4561-4922-aa61-f41c8edfc857 HTTP/1.1" 200 115 0.040308 10.0.0.23 - - [2026-04-23 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.249 - - [2026-04-23 02:54:46] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.23 - - [2026-04-23 02:54:46] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.046356 10.0.0.23 - - [2026-04-23 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.005462 10.0.0.23 - - [2026-04-23 02:54:46] "DELETE /network-policy/bac2dc9d-bb6b-4fdc-afd1-8fdad6f38b1f HTTP/1.1" 200 115 0.041858 10.0.0.23 - - [2026-04-23 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.249 - - [2026-04-23 02:54:46] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.23 - - [2026-04-23 02:54:46] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048050 10.0.0.23 - - [2026-04-23 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.005618 10.0.0.23 - - [2026-04-23 02:54:46] "DELETE /network-policy/6a128420-1e49-48ec-a14a-87c95fc5f68a HTTP/1.1" 200 115 0.039675 10.0.0.23 - - [2026-04-23 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.249 - - [2026-04-23 02:54:46] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.23 - - [2026-04-23 02:54:46] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.050282 10.0.0.23 - - [2026-04-23 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.007390 10.0.0.23 - - [2026-04-23 02:54:47] "DELETE /network-policy/06cb1e16-c14a-4c10-afae-1d7d3135049c HTTP/1.1" 200 115 0.031447 10.0.0.23 - - [2026-04-23 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.249 - - [2026-04-23 02:54:47] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.23 - - [2026-04-23 02:54:47] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.038626 10.0.0.23 - - [2026-04-23 02:54:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.004953 10.0.0.23 - - [2026-04-23 02:54:47] "DELETE /network-policy/4de6d8e4-724e-4e8f-b325-f3cf154ee2e5 HTTP/1.1" 200 115 0.033162 10.0.0.23 - - [2026-04-23 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.249 - - [2026-04-23 02:54:47] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.23 - - [2026-04-23 02:54:47] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.034843 10.0.0.23 - - [2026-04-23 02:54:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.004977 10.0.0.23 - - [2026-04-23 02:54:47] "DELETE /network-policy/52006f2e-6788-43c3-ac6e-8a3e2d306e6b HTTP/1.1" 200 115 0.036086 10.0.0.23 - - [2026-04-23 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.249 - - [2026-04-23 02:54:47] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.23 - - [2026-04-23 02:54:47] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040356 10.0.0.23 - - [2026-04-23 02:54:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.005470 10.0.0.23 - - [2026-04-23 02:54:47] "DELETE /network-policy/9486d1be-9029-4044-bc24-d8e697ddb10b HTTP/1.1" 200 115 0.035581 10.0.0.23 - - [2026-04-23 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.249 - - [2026-04-23 02:54:47] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.23 - - [2026-04-23 02:54:47] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.031125 10.0.0.23 - - [2026-04-23 02:54:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004736 10.0.0.23 - - [2026-04-23 02:54:47] "DELETE /network-policy/905f3650-96a7-4051-8519-99b455f2ebae HTTP/1.1" 200 115 0.038600 10.0.0.23 - - [2026-04-23 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.249 - - [2026-04-23 02:54:47] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.23 - - [2026-04-23 02:54:48] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.042022 10.0.0.23 - - [2026-04-23 02:54:48] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-40759802&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005378 10.0.0.23 - - [2026-04-23 02:54:48] "POST /neutron/network HTTP/1.1" 200 1336 0.011491 10.0.0.249 - - [2026-04-23 02:54:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003154 10.0.0.130 - - [2026-04-23 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005926 10.0.0.249 - - [2026-04-23 02:54:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004411 10.0.0.249 - - [2026-04-23 02:54:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003653 10.0.0.249 - - [2026-04-23 02:54:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002364 10.0.0.249 - - [2026-04-23 02:54:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002373 10.0.0.249 - - [2026-04-23 02:54:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008039 10.0.0.23 - - [2026-04-23 02:54:48] "POST /neutron/network HTTP/1.1" 200 151 0.160097 10.0.0.23 - - [2026-04-23 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.23 - - [2026-04-23 02:54:49] "DELETE /network-ipam/3b9b838f-b1e2-40c6-bfbd-7ea246e3aaf0 HTTP/1.1" 200 115 0.034590 10.0.0.23 - - [2026-04-23 02:54:49] "POST /fqname-to-id HTTP/1.1" 404 260 0.003209 10.0.0.249 - - [2026-04-23 02:54:49] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000822 10.0.0.249 - - [2026-04-23 02:54:49] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.042603 10.0.0.249 - - [2026-04-23 02:54:49] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.249 - - [2026-04-23 02:54:49] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?fields=security_groups HTTP/1.1" 200 1400 0.051382 10.0.0.249 - - [2026-04-23 02:54:49] "DELETE /security-group/880802d9-c547-4e28-bcc7-bfb5d04d93ba HTTP/1.1" 200 115 0.060935 10.0.0.249 - - [2026-04-23 02:54:49] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001335 10.0.0.249 - - [2026-04-23 02:54:49] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?fields=application_policy_sets HTTP/1.1" 200 1439 0.070129 10.0.0.130 - - [2026-04-23 02:54:49] "DELETE /access-control-list/c432adc9-ebe4-45e7-9823-10a10b8fa58b HTTP/1.1" 200 115 0.065555 10.0.0.23 - - [2026-04-23 02:54:49] "DELETE /project/9bb13722-2349-43f4-94e8-740cf80778fe HTTP/1.1" 200 115 0.415187 10.0.0.249 - - [2026-04-23 02:54:49] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000909 10.0.0.23 - - [2026-04-23 02:54:49] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?fields=projects HTTP/1.1" 200 1442 0.009503 10.0.0.249 - - [2026-04-23 02:54:50] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002581 10.0.0.249 - - [2026-04-23 02:54:50] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.249 - - [2026-04-23 02:54:50] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050092 10.0.0.249 - - [2026-04-23 02:54:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.003564 10.0.0.249 - - [2026-04-23 02:54:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.005214 10.0.0.249 - - [2026-04-23 02:54:51] "POST /security-groups HTTP/1.1" 200 603 0.078233 10.0.0.249 - - [2026-04-23 02:54:51] "POST /projects HTTP/1.1" 200 609 0.288167 10.0.0.130 - - [2026-04-23 02:54:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.005240 10.0.0.249 - - [2026-04-23 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.363489 10.0.0.23 - - [2026-04-23 02:54:51] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.517558 10.0.0.249 - - [2026-04-23 02:54:51] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.23 - - [2026-04-23 02:54:51] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?fields=virtual_networks HTTP/1.1" 200 1059 0.049922 10.0.0.249 - - [2026-04-23 02:54:51] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001410 10.0.0.23 - - [2026-04-23 02:54:51] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.037628 10.0.0.249 - - [2026-04-23 02:54:51] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.23 - - [2026-04-23 02:54:51] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?fields=security_groups HTTP/1.1" 200 1298 0.039892 10.0.0.23 - - [2026-04-23 02:54:52] "POST /fqname-to-id HTTP/1.1" 404 182 0.027869 10.0.0.249 - - [2026-04-23 02:54:52] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003218 10.0.0.249 - - [2026-04-23 02:54:52] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.249 - - [2026-04-23 02:54:52] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007786 10.0.0.249 - - [2026-04-23 02:54:52] "POST /id-to-fqname HTTP/1.1" 200 184 0.002480 10.0.0.249 - - [2026-04-23 02:54:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003598 10.0.0.249 - - [2026-04-23 02:54:52] "POST /security-groups HTTP/1.1" 200 585 0.033097 10.0.0.249 - - [2026-04-23 02:54:52] "POST /projects HTTP/1.1" 200 573 0.239042 10.0.0.130 - - [2026-04-23 02:54:52] "POST /access-control-lists HTTP/1.1" 200 592 0.027729 10.0.0.249 - - [2026-04-23 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.310592 10.0.0.23 - - [2026-04-23 02:54:52] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.436868 10.0.0.23 - - [2026-04-23 02:54:53] "GET / HTTP/1.1" 200 36215 0.001341 10.0.0.23 - - [2026-04-23 02:54:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2026-04-23 02:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.061110 10.0.0.249 - - [2026-04-23 02:54:54] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001259 10.0.0.23 - - [2026-04-23 02:54:55] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.048574 10.0.0.130 - - [2026-04-23 02:54:55] "POST /route-targets HTTP/1.1" 200 328 0.017313 10.0.0.249 - - [2026-04-23 02:54:55] "POST /useragent-kv HTTP/1.1" 200 115 0.010395 10.0.0.23 - - [2026-04-23 02:54:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.250871 10.0.0.23 - - [2026-04-23 02:54:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.003752 10.0.0.23 - - [2026-04-23 02:54:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001328 10.0.0.23 - - [2026-04-23 02:54:55] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.007763 10.0.0.23 - - [2026-04-23 02:54:55] "POST /neutron/network HTTP/1.1" 200 994 0.010676 10.0.0.23 - - [2026-04-23 02:54:55] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.010033 10.0.0.23 - - [2026-04-23 02:54:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.011811 10.0.0.23 - - [2026-04-23 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.013766 10.0.0.249 - - [2026-04-23 02:54:56] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001146 10.0.0.23 - - [2026-04-23 02:54:56] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.054001 10.0.0.130 - - [2026-04-23 02:54:56] "POST /ref-update HTTP/1.1" 200 156 0.027207 10.0.0.249 - - [2026-04-23 02:54:56] "POST /useragent-kv HTTP/1.1" 200 115 0.007671 10.0.0.23 - - [2026-04-23 02:54:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.240492 10.0.0.23 - - [2026-04-23 02:54:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001444 10.0.0.23 - - [2026-04-23 02:54:56] "GET /virtual-network/08eb80f2-9ad2-443e-aa59-b2362d8c9453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.008835 10.0.0.23 - - [2026-04-23 02:54:56] "POST /neutron/network HTTP/1.1" 200 991 0.010602 10.0.0.23 - - [2026-04-23 02:54:56] "GET /virtual-network/08eb80f2-9ad2-443e-aa59-b2362d8c9453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.007903 10.0.0.23 - - [2026-04-23 02:54:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.012670 10.0.0.23 - - [2026-04-23 02:54:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001113 10.0.0.249 - - [2026-04-23 02:54:57] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001088 10.0.0.23 - - [2026-04-23 02:54:57] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.072160 10.0.0.23 - - [2026-04-23 02:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.007186 10.0.0.23 - - [2026-04-23 02:54:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001208 10.0.0.249 - - [2026-04-23 02:54:58] "DELETE /project/34720d400f844a728e25a232b46422a2 HTTP/1.1" 404 173 0.005126 10.0.0.249 - - [2026-04-23 02:54:58] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000902 10.0.0.249 - - [2026-04-23 02:54:58] "DELETE /project/9bb13722234943f494e8740cf80778fe HTTP/1.1" 404 173 0.007010 10.0.0.249 - - [2026-04-23 02:54:58] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.043849 10.0.0.249 - - [2026-04-23 02:54:58] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.249 - - [2026-04-23 02:54:58] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?fields=security_groups HTTP/1.1" 200 1400 0.045858 10.0.0.23 - - [2026-04-23 02:54:58] "POST /neutron/network HTTP/1.1" 200 1004 0.012181 10.0.0.249 - - [2026-04-23 02:54:58] "DELETE /security-group/a81d9923-79f2-4b5f-a9fc-cc6b25bda7a0 HTTP/1.1" 200 115 0.075835 10.0.0.249 - - [2026-04-23 02:54:58] "GET /projects?obj_uuids=9bb13722-2349-43f4-94e8-740cf80778fe&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.249 - - [2026-04-23 02:54:58] "GET /project/9bb13722-2349-43f4-94e8-740cf80778fe?fields=application_policy_sets HTTP/1.1" 200 1439 0.051601 10.0.0.249 - - [2026-04-23 02:54:58] "DELETE /project/9bb13722-2349-43f4-94e8-740cf80778fe HTTP/1.1" 200 115 0.435200 10.0.0.23 - - [2026-04-23 02:54:59] "POST /neutron/port HTTP/1.1" 200 1163 0.020977 10.0.0.249 - - [2026-04-23 02:54:59] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000895 10.0.0.23 - - [2026-04-23 02:54:59] "POST /neutron/port HTTP/1.1" 200 1227 0.028042 10.0.0.23 - - [2026-04-23 02:54:59] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.084257 10.0.0.23 - - [2026-04-23 02:54:59] "POST /neutron/network HTTP/1.1" 200 994 0.048974 10.0.0.23 - - [2026-04-23 02:54:59] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.23 - - [2026-04-23 02:54:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008733 10.0.0.23 - - [2026-04-23 02:54:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001264 10.0.0.23 - - [2026-04-23 02:54:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007862 10.0.0.249 - - [2026-04-23 02:55:00] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001201 10.0.0.23 - - [2026-04-23 02:55:00] "POST /neutron/port HTTP/1.1" 200 1163 0.356978 10.0.0.23 - - [2026-04-23 02:55:00] "POST /neutron/port HTTP/1.1" 200 1217 0.132071 10.0.0.23 - - [2026-04-23 02:55:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004812 10.0.0.23 - - [2026-04-23 02:55:01] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.249 - - [2026-04-23 02:55:01] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001292 10.0.0.23 - - [2026-04-23 02:55:01] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.094916 10.0.0.23 - - [2026-04-23 02:55:01] "POST /neutron/port HTTP/1.1" 200 2300 0.030266 10.0.0.23 - - [2026-04-23 02:55:01] "POST /neutron/port HTTP/1.1" 200 1227 0.023202 10.0.0.249 - - [2026-04-23 02:55:01] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001176 10.0.0.23 - - [2026-04-23 02:55:02] "POST /neutron/port HTTP/1.1" 200 1160 0.367962 10.0.0.23 - - [2026-04-23 02:55:02] "POST /neutron/port HTTP/1.1" 200 1214 0.133616 10.0.0.23 - - [2026-04-23 02:55:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.23 - - [2026-04-23 02:55:02] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.23 - - [2026-04-23 02:55:06] "POST /neutron/port HTTP/1.1" 200 1227 0.017633 10.0.0.23 - - [2026-04-23 02:55:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004072 10.0.0.23 - - [2026-04-23 02:55:06] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.23 - - [2026-04-23 02:55:06] "POST /neutron/network HTTP/1.1" 200 994 0.014859 10.0.0.23 - - [2026-04-23 02:55:11] "POST /neutron/port HTTP/1.1" 200 1227 0.016990 10.0.0.23 - - [2026-04-23 02:55:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007766 10.0.0.23 - - [2026-04-23 02:55:11] "GET /virtual-machine/add077e0-5d72-4b65-b607-347571cc6da8 HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-04-23 02:55:12] "GET /virtual-machine/add077e0-5d72-4b65-b607-347571cc6da8 HTTP/1.1" 200 1289 0.030905 10.0.0.23 - - [2026-04-23 02:55:12] "GET /virtual-machine-interface/bb9b6fad-99cc-4ec7-9039-b8d1a644e39d HTTP/1.1" 200 3114 0.005263 10.0.0.23 - - [2026-04-23 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2026-04-23 02:55:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004225 10.0.0.23 - - [2026-04-23 02:55:12] "GET /virtual-networks?parent_id=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003592 10.0.0.23 - - [2026-04-23 02:55:12] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005976 10.0.0.23 - - [2026-04-23 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2026-04-23 02:55:15] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005555 10.0.0.23 - - [2026-04-23 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.23 - - [2026-04-23 02:55:19] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005488 10.0.0.23 - - [2026-04-23 02:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.23 - - [2026-04-23 02:55:23] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005856 10.0.0.23 - - [2026-04-23 02:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.23 - - [2026-04-23 02:55:27] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005485 10.0.0.249 - - [2026-04-23 02:55:28] "GET /obj-perms HTTP/1.1" 200 5056 0.077252 10.0.0.23 - - [2026-04-23 02:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.23 - - [2026-04-23 02:55:31] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.007917 10.0.0.23 - - [2026-04-23 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2026-04-23 02:55:35] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005362 10.0.0.23 - - [2026-04-23 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2026-04-23 02:55:39] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006612 10.0.0.23 - - [2026-04-23 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.23 - - [2026-04-23 02:55:44] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005184 10.0.0.23 - - [2026-04-23 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2026-04-23 02:55:48] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006057 10.0.0.23 - - [2026-04-23 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.23 - - [2026-04-23 02:55:52] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006748 10.0.0.23 - - [2026-04-23 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.23 - - [2026-04-23 02:55:56] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006080 10.0.0.23 - - [2026-04-23 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.23 - - [2026-04-23 02:55:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003443 10.0.0.23 - - [2026-04-23 02:55:58] "GET /virtual-networks?parent_id=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002847 10.0.0.23 - - [2026-04-23 02:55:58] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.005807 10.0.0.23 - - [2026-04-23 02:55:58] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007368 10.0.0.23 - - [2026-04-23 02:55:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004939 10.0.0.23 - - [2026-04-23 02:55:58] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.23 - - [2026-04-23 02:56:03] "POST /neutron/port HTTP/1.1" 200 1227 0.021051 10.0.0.23 - - [2026-04-23 02:56:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006279 10.0.0.23 - - [2026-04-23 02:56:07] "POST /neutron/network HTTP/1.1" 200 1001 0.006925 10.0.0.23 - - [2026-04-23 02:56:07] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014779 10.0.0.23 - - [2026-04-23 02:56:07] "POST /neutron/network HTTP/1.1" 200 991 0.009020 10.0.0.23 - - [2026-04-23 02:56:09] "POST /neutron/port HTTP/1.1" 200 1227 0.019591 10.0.0.23 - - [2026-04-23 02:56:09] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009740 10.0.0.23 - - [2026-04-23 02:56:19] "POST /neutron/port HTTP/1.1" 200 1227 0.018754 10.0.0.23 - - [2026-04-23 02:56:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007345 10.0.0.23 - - [2026-04-23 02:56:19] "GET /virtual-machine/6fb2ad20-91cf-4713-b01b-b44cae0a020b HTTP/1.1" 200 1288 0.006095 10.0.0.23 - - [2026-04-23 02:56:19] "GET /virtual-machine-interface/6cd7933c-f7b7-4920-b0b4-0936706c094c HTTP/1.1" 200 3113 0.005076 10.0.0.23 - - [2026-04-23 02:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2026-04-23 02:56:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003991 10.0.0.23 - - [2026-04-23 02:56:19] "GET /virtual-networks?parent_id=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.006380 10.0.0.23 - - [2026-04-23 02:56:19] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.007576 10.0.0.23 - - [2026-04-23 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.23 - - [2026-04-23 02:56:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003587 10.0.0.23 - - [2026-04-23 02:56:20] "GET /virtual-networks?parent_id=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003338 10.0.0.23 - - [2026-04-23 02:56:20] "GET /virtual-network/eeeec234-e25e-47ec-b43b-afe3284bf98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2622 0.006281 10.0.0.23 - - [2026-04-23 02:56:21] "POST /neutron/port HTTP/1.1" 200 1224 0.020191 10.0.0.23 - - [2026-04-23 02:56:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008569 10.0.0.23 - - [2026-04-23 02:56:21] "GET /virtual-machine/1b037a7c-ea82-42fb-8bdb-1e635324de29 HTTP/1.1" 200 1288 0.006658 10.0.0.23 - - [2026-04-23 02:56:21] "GET /virtual-machine-interface/c0be74b3-ea1e-4d89-a9db-7205a5021ae3 HTTP/1.1" 200 3114 0.005197 10.0.0.23 - - [2026-04-23 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2026-04-23 02:56:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003951 10.0.0.23 - - [2026-04-23 02:56:21] "GET /virtual-networks?parent_id=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003109 10.0.0.23 - - [2026-04-23 02:56:21] "GET /virtual-network/08eb80f2-9ad2-443e-aa59-b2362d8c9453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.006211 10.0.0.23 - - [2026-04-23 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2026-04-23 02:56:22] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003944 10.0.0.23 - - [2026-04-23 02:56:22] "GET /virtual-networks?parent_id=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003654 10.0.0.23 - - [2026-04-23 02:56:22] "GET /virtual-network/08eb80f2-9ad2-443e-aa59-b2362d8c9453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2611 0.005603 10.0.0.23 - - [2026-04-23 02:56:24] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003063 10.0.0.23 - - [2026-04-23 02:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.23 - - [2026-04-23 02:56:24] "GET /global-qos-config/0d6735c8-2dfd-4ca4-95ed-40ac25942014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004469 10.0.0.23 - - [2026-04-23 02:56:24] "POST /fqname-to-id HTTP/1.1" 404 222 0.003101 10.0.0.23 - - [2026-04-23 02:56:24] "POST /forwarding-classs HTTP/1.1" 200 578 0.031056 10.0.0.23 - - [2026-04-23 02:56:24] "POST /id-to-fqname HTTP/1.1" 200 232 0.003991 10.0.0.23 - - [2026-04-23 02:56:24] "GET /forwarding-class/14f84473-9adc-49c6-8491-131a2be6f8f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.004251 10.0.0.249 - - [2026-04-23 02:56:24] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.032730 10.0.0.23 - - [2026-04-23 02:56:24] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.078340 10.0.0.23 - - [2026-04-23 02:56:24] "POST /fqname-to-id HTTP/1.1" 404 211 0.003560 10.0.0.23 - - [2026-04-23 02:56:24] "POST /qos-configs HTTP/1.1" 200 545 0.030040 10.0.0.23 - - [2026-04-23 02:56:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.003675 10.0.0.23 - - [2026-04-23 02:56:24] "GET /qos-config/e7392496-83fa-42d6-a9e1-e0ad2f12b3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1507 0.003967 10.0.0.23 - - [2026-04-23 02:56:24] "GET /virtual-machine-interface/bb9b6fad-99cc-4ec7-9039-b8d1a644e39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.006485 10.0.0.23 - - [2026-04-23 02:56:24] "POST /ref-update HTTP/1.1" 200 156 0.015681 10.0.0.23 - - [2026-04-23 02:56:24] "POST /neutron/port HTTP/1.1" 200 1227 0.019860 10.0.0.23 - - [2026-04-23 02:56:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007460 10.0.0.23 - - [2026-04-23 02:56:25] "POST /neutron/port HTTP/1.1" 200 1227 0.016437 10.0.0.23 - - [2026-04-23 02:56:25] "POST /neutron/network HTTP/1.1" 200 994 0.008461 10.0.0.23 - - [2026-04-23 02:56:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001097 10.0.0.23 - - [2026-04-23 02:56:25] "GET /virtual-machine/add077e0-5d72-4b65-b607-347571cc6da8 HTTP/1.1" 200 1289 0.004359 10.0.0.23 - - [2026-04-23 02:56:25] "GET /virtual-machine-interface/bb9b6fad-99cc-4ec7-9039-b8d1a644e39d HTTP/1.1" 200 3362 0.004850 10.0.0.23 - - [2026-04-23 02:56:25] "GET /instance-ip/e39e9fd0-e140-4125-ab6e-4977c685e971 HTTP/1.1" 200 1632 0.006068 10.0.0.23 - - [2026-04-23 02:56:25] "GET /instance-ip/f91d0ef4-d601-4d5a-a521-d8ef2c51f3f1 HTTP/1.1" 200 1614 0.005748 10.0.0.23 - - [2026-04-23 02:56:25] "POST /neutron/port HTTP/1.1" 200 1227 0.019864 10.0.0.23 - - [2026-04-23 02:56:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007517 10.0.0.23 - - [2026-04-23 02:56:25] "POST /neutron/network HTTP/1.1" 200 968 0.016835 10.0.0.23 - - [2026-04-23 02:56:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001265 10.0.0.23 - - [2026-04-23 02:56:25] "GET /virtual-machine/6fb2ad20-91cf-4713-b01b-b44cae0a020b HTTP/1.1" 200 1288 0.003276 10.0.0.23 - - [2026-04-23 02:56:25] "GET /virtual-machine-interface/6cd7933c-f7b7-4920-b0b4-0936706c094c HTTP/1.1" 200 3113 0.005559 10.0.0.23 - - [2026-04-23 02:56:25] "GET /instance-ip/0eab6163-7032-4b9d-9401-1ce1bae65143 HTTP/1.1" 200 1613 0.005243 10.0.0.23 - - [2026-04-23 02:56:25] "GET /instance-ip/0f1647d4-e17d-4086-9fa6-762ce56ca20f HTTP/1.1" 200 1631 0.006018 10.0.0.249 - - [2026-04-23 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.249 - - [2026-04-23 02:56:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.130 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.130 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.130 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.130 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.249 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.249 - - [2026-04-23 02:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-04-23 02:56:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-04-23 02:56:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-04-23 02:57:00] "POST /neutron/port HTTP/1.1" 200 1227 0.044991 10.0.0.23 - - [2026-04-23 02:57:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004866 10.0.0.23 - - [2026-04-23 02:57:01] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2026-04-23 02:57:04] "GET /virtual-machine-interface/bb9b6fad-99cc-4ec7-9039-b8d1a644e39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2945 0.007093 10.0.0.23 - - [2026-04-23 02:57:04] "POST /ref-update HTTP/1.1" 200 156 0.020651 10.0.0.23 - - [2026-04-23 02:57:04] "DELETE /qos-config/e7392496-83fa-42d6-a9e1-e0ad2f12b3d5 HTTP/1.1" 200 115 0.035615 10.0.0.23 - - [2026-04-23 02:57:04] "POST /id-to-fqname HTTP/1.1" 200 232 0.001448 10.0.0.23 - - [2026-04-23 02:57:04] "DELETE /forwarding-class/14f84473-9adc-49c6-8491-131a2be6f8f1 HTTP/1.1" 200 115 0.028762 10.0.0.23 - - [2026-04-23 02:57:05] "POST /neutron/network HTTP/1.1" 400 204 0.014537 10.0.0.23 - - [2026-04-23 02:57:06] "POST /neutron/port HTTP/1.1" 200 1214 0.017578 10.0.0.23 - - [2026-04-23 02:57:06] "POST /neutron/port HTTP/1.1" 200 1227 0.023167 10.0.0.23 - - [2026-04-23 02:57:06] "POST /neutron/port HTTP/1.1" 200 151 0.292185 10.0.0.130 - - [2026-04-23 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2026-04-23 02:57:08] "POST /neutron/network HTTP/1.1" 200 994 0.009703 10.0.0.130 - - [2026-04-23 02:57:08] "DELETE /route-target/0197a0f9-a67e-4a52-aa27-39c804335057 HTTP/1.1" 200 115 0.031273 10.0.0.249 - - [2026-04-23 02:57:08] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002125 10.0.0.23 - - [2026-04-23 02:57:08] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.063916 10.0.0.249 - - [2026-04-23 02:57:08] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002642 10.0.0.23 - - [2026-04-23 02:57:08] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?fields=virtual_networks HTTP/1.1" 200 1022 0.092539 10.0.0.249 - - [2026-04-23 02:57:08] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001083 10.0.0.23 - - [2026-04-23 02:57:08] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.038927 10.0.0.249 - - [2026-04-23 02:57:08] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000964 10.0.0.23 - - [2026-04-23 02:57:08] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?fields=security_groups HTTP/1.1" 200 1243 0.044800 10.0.0.23 - - [2026-04-23 02:57:09] "POST /fqname-to-id HTTP/1.1" 404 181 0.045027 10.0.0.249 - - [2026-04-23 02:57:09] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004376 10.0.0.249 - - [2026-04-23 02:57:09] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.249 - - [2026-04-23 02:57:09] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039597 10.0.0.249 - - [2026-04-23 02:57:09] "POST /id-to-fqname HTTP/1.1" 200 183 0.001110 10.0.0.249 - - [2026-04-23 02:57:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.005829 10.0.0.249 - - [2026-04-23 02:57:09] "POST /security-groups HTTP/1.1" 200 584 0.029956 10.0.0.249 - - [2026-04-23 02:57:10] "POST /projects HTTP/1.1" 200 571 0.236583 10.0.0.130 - - [2026-04-23 02:57:10] "POST /fqname-to-id HTTP/1.1" 404 226 0.009557 10.0.0.249 - - [2026-04-23 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.308824 10.0.0.23 - - [2026-04-23 02:57:10] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.478618 10.0.0.23 - - [2026-04-23 02:57:11] "GET / HTTP/1.1" 200 36215 0.002149 10.0.0.23 - - [2026-04-23 02:57:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-04-23 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.056885 10.0.0.249 - - [2026-04-23 02:57:13] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000933 10.0.0.23 - - [2026-04-23 02:57:13] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.048838 10.0.0.249 - - [2026-04-23 02:57:13] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001196 10.0.0.23 - - [2026-04-23 02:57:13] "POST /neutron/network HTTP/1.1" 200 612 0.140406 10.0.0.130 - - [2026-04-23 02:57:13] "POST /ref-update HTTP/1.1" 200 156 0.027508 10.0.0.23 - - [2026-04-23 02:57:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.003639 10.0.0.23 - - [2026-04-23 02:57:13] "GET /virtual-network/c2719808-063b-465c-86cb-b4621b09f189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005583 10.0.0.23 - - [2026-04-23 02:57:13] "POST /neutron/network HTTP/1.1" 200 831 0.006350 10.0.0.23 - - [2026-04-23 02:57:13] "GET /virtual-network/c2719808-063b-465c-86cb-b4621b09f189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005082 10.0.0.23 - - [2026-04-23 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.23 - - [2026-04-23 02:57:14] "GET /virtual-network/c2719808-063b-465c-86cb-b4621b09f189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004936 10.0.0.23 - - [2026-04-23 02:57:14] "PUT /virtual-network/c2719808-063b-465c-86cb-b4621b09f189 HTTP/1.1" 200 265 0.051581 10.0.0.23 - - [2026-04-23 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2026-04-23 02:57:14] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001011 10.0.0.23 - - [2026-04-23 02:57:14] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040079 10.0.0.23 - - [2026-04-23 02:57:14] "POST /neutron/network HTTP/1.1" 200 117 0.014349 10.0.0.130 - - [2026-04-23 02:57:14] "POST /route-targets HTTP/1.1" 200 328 0.018856 10.0.0.23 - - [2026-04-23 02:57:14] "POST /neutron/network HTTP/1.1" 200 833 0.010192 10.0.0.23 - - [2026-04-23 02:57:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.23 - - [2026-04-23 02:57:14] "GET /virtual-network/537e9b61-71d0-4860-b9ba-e97ebad00dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005028 10.0.0.23 - - [2026-04-23 02:57:14] "GET /virtual-network/537e9b61-71d0-4860-b9ba-e97ebad00dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005439 10.0.0.23 - - [2026-04-23 02:57:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.016880 10.0.0.23 - - [2026-04-23 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.23 - - [2026-04-23 02:57:14] "GET /virtual-network/537e9b61-71d0-4860-b9ba-e97ebad00dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005613 10.0.0.23 - - [2026-04-23 02:57:14] "PUT /virtual-network/537e9b61-71d0-4860-b9ba-e97ebad00dc0 HTTP/1.1" 200 265 0.103467 10.0.0.23 - - [2026-04-23 02:57:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001455 10.0.0.249 - - [2026-04-23 02:57:15] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001286 10.0.0.23 - - [2026-04-23 02:57:15] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.070265 10.0.0.23 - - [2026-04-23 02:57:16] "POST /neutron/port HTTP/1.1" 200 117 0.005622 10.0.0.23 - - [2026-04-23 02:57:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001389 10.0.0.23 - - [2026-04-23 02:57:16] "POST /neutron/network HTTP/1.1" 200 843 0.007681 10.0.0.23 - - [2026-04-23 02:57:16] "POST /neutron/port HTTP/1.1" 200 1053 0.018009 10.0.0.249 - - [2026-04-23 02:57:17] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001633 10.0.0.23 - - [2026-04-23 02:57:17] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.097113 10.0.0.23 - - [2026-04-23 02:57:17] "POST /neutron/port HTTP/1.1" 200 1117 0.039344 10.0.0.23 - - [2026-04-23 02:57:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.008400 10.0.0.23 - - [2026-04-23 02:57:17] "POST /neutron/port HTTP/1.1" 200 1117 0.021989 10.0.0.23 - - [2026-04-23 02:57:17] "POST /neutron/port HTTP/1.1" 200 1117 0.018500 10.0.0.249 - - [2026-04-23 02:57:17] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001340 10.0.0.23 - - [2026-04-23 02:57:18] "POST /neutron/port HTTP/1.1" 200 1055 0.262322 10.0.0.23 - - [2026-04-23 02:57:18] "POST /neutron/port HTTP/1.1" 200 1109 0.109124 10.0.0.23 - - [2026-04-23 02:57:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.009212 10.0.0.23 - - [2026-04-23 02:57:22] "POST /neutron/port HTTP/1.1" 200 1117 0.018026 10.0.0.23 - - [2026-04-23 02:57:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010437 10.0.0.23 - - [2026-04-23 02:57:22] "GET /virtual-machine/ab089384-b45d-483e-8a48-a2a74f53a53b HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-04-23 02:57:23] "GET /virtual-machine/ab089384-b45d-483e-8a48-a2a74f53a53b HTTP/1.1" 200 1287 0.037994 10.0.0.23 - - [2026-04-23 02:57:23] "GET /virtual-machine-interface/9db93071-8807-4070-9e33-416525db4538 HTTP/1.1" 200 2935 0.007465 10.0.0.23 - - [2026-04-23 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-04-23 02:57:23] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003783 10.0.0.23 - - [2026-04-23 02:57:23] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005293 10.0.0.23 - - [2026-04-23 02:57:23] "GET /virtual-network/c2719808-063b-465c-86cb-b4621b09f189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005845 10.0.0.23 - - [2026-04-23 02:57:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.23 - - [2026-04-23 02:57:26] "GET /virtual-network/c2719808-063b-465c-86cb-b4621b09f189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005581 10.0.0.23 - - [2026-04-23 02:57:26] "POST /neutron/port HTTP/1.1" 200 1117 0.045507 10.0.0.23 - - [2026-04-23 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.23 - - [2026-04-23 02:57:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003599 10.0.0.23 - - [2026-04-23 02:57:28] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003070 10.0.0.23 - - [2026-04-23 02:57:28] "GET /virtual-network/c2719808-063b-465c-86cb-b4621b09f189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005674 10.0.0.23 - - [2026-04-23 02:57:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007468 10.0.0.23 - - [2026-04-23 02:57:30] "GET /obj-perms HTTP/1.1" 200 5056 0.054844 10.0.0.130 - - [2026-04-23 02:57:30] "GET /obj-perms HTTP/1.1" 200 5056 0.061545 10.0.0.23 - - [2026-04-23 02:57:33] "POST /neutron/port HTTP/1.1" 200 1119 0.018996 10.0.0.23 - - [2026-04-23 02:57:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009424 10.0.0.23 - - [2026-04-23 02:57:34] "GET /virtual-machine/8a683116-f426-4d48-947a-8b7f5f069c30 HTTP/1.1" 200 1287 0.006224 10.0.0.23 - - [2026-04-23 02:57:34] "GET /virtual-machine-interface/9f3aa828-0d0c-45d6-ac26-82ba37351ead HTTP/1.1" 200 2935 0.006119 10.0.0.23 - - [2026-04-23 02:57:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.23 - - [2026-04-23 02:57:34] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004843 10.0.0.23 - - [2026-04-23 02:57:34] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006211 10.0.0.23 - - [2026-04-23 02:57:34] "GET /virtual-network/537e9b61-71d0-4860-b9ba-e97ebad00dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006382 10.0.0.23 - - [2026-04-23 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2026-04-23 02:57:37] "GET /virtual-network/537e9b61-71d0-4860-b9ba-e97ebad00dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005562 10.0.0.23 - - [2026-04-23 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2026-04-23 02:57:41] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003419 10.0.0.23 - - [2026-04-23 02:57:41] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003304 10.0.0.23 - - [2026-04-23 02:57:41] "GET /virtual-network/537e9b61-71d0-4860-b9ba-e97ebad00dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006715 10.0.0.23 - - [2026-04-23 02:57:41] "POST /routing-policys HTTP/1.1" 200 536 0.028029 10.0.0.23 - - [2026-04-23 02:57:41] "GET /virtual-network/c2719808-063b-465c-86cb-b4621b09f189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006171 10.0.0.130 - - [2026-04-23 02:57:41] "POST /ref-update HTTP/1.1" 200 156 0.020649 10.0.0.23 - - [2026-04-23 02:57:41] "PUT /virtual-network/c2719808-063b-465c-86cb-b4621b09f189 HTTP/1.1" 200 265 0.055334 10.0.0.23 - - [2026-04-23 02:57:45] "POST /ref-update HTTP/1.1" 200 156 0.056536 10.0.0.23 - - [2026-04-23 02:57:45] "DELETE /routing-policy/86ab394c-cc7e-4518-8833-b199ed467987 HTTP/1.1" 200 115 0.043680 10.0.0.23 - - [2026-04-23 02:57:45] "POST /neutron/network HTTP/1.1" 200 833 0.018635 10.0.0.23 - - [2026-04-23 02:57:46] "POST /neutron/port HTTP/1.1" 200 1109 0.015834 10.0.0.23 - - [2026-04-23 02:57:46] "POST /neutron/port HTTP/1.1" 200 1107 0.024209 10.0.0.249 - - [2026-04-23 02:57:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004617 10.0.0.249 - - [2026-04-23 02:57:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005802 10.0.0.23 - - [2026-04-23 02:57:47] "POST /neutron/network HTTP/1.1" 200 151 0.144836 10.0.0.130 - - [2026-04-23 02:57:48] "DELETE /route-target/dc52ac7d-2a5f-4a5d-bdf2-5999cc630f3a HTTP/1.1" 200 115 0.030945 10.0.0.130 - - [2026-04-23 02:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008794 10.0.0.130 - - [2026-04-23 02:57:48] "DELETE /route-target/d0189743-1c1f-47e5-a05d-7856ab63f9af HTTP/1.1" 200 115 0.019418 10.0.0.23 - - [2026-04-23 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.249 - - [2026-04-23 02:57:50] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 10.0.0.23 - - [2026-04-23 02:57:50] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042013 10.0.0.23 - - [2026-04-23 02:57:50] "POST /neutron/network HTTP/1.1" 200 117 0.011834 10.0.0.23 - - [2026-04-23 02:57:51] "POST /neutron/network HTTP/1.1" 200 828 0.008254 10.0.0.23 - - [2026-04-23 02:57:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001122 10.0.0.23 - - [2026-04-23 02:57:51] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005152 10.0.0.23 - - [2026-04-23 02:57:51] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005756 10.0.0.23 - - [2026-04-23 02:57:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.009940 10.0.0.23 - - [2026-04-23 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.23 - - [2026-04-23 02:57:51] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005316 10.0.0.23 - - [2026-04-23 02:57:51] "PUT /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65 HTTP/1.1" 200 265 0.057621 10.0.0.130 - - [2026-04-23 02:57:51] "POST /route-targets HTTP/1.1" 200 324 0.025404 10.0.0.23 - - [2026-04-23 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008489 10.0.0.249 - - [2026-04-23 02:57:51] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.23 - - [2026-04-23 02:57:51] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.047024 10.0.0.130 - - [2026-04-23 02:57:51] "POST /ref-update HTTP/1.1" 200 156 0.029933 10.0.0.249 - - [2026-04-23 02:57:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007970 10.0.0.23 - - [2026-04-23 02:57:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.212354 10.0.0.23 - - [2026-04-23 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001551 10.0.0.23 - - [2026-04-23 02:57:52] "GET /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005104 10.0.0.23 - - [2026-04-23 02:57:52] "GET /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005853 10.0.0.23 - - [2026-04-23 02:57:52] "POST /neutron/network HTTP/1.1" 200 830 0.007252 10.0.0.23 - - [2026-04-23 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2026-04-23 02:57:52] "GET /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006554 10.0.0.23 - - [2026-04-23 02:57:52] "PUT /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2 HTTP/1.1" 200 265 0.071958 10.0.0.23 - - [2026-04-23 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001309 10.0.0.249 - - [2026-04-23 02:57:53] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001230 10.0.0.23 - - [2026-04-23 02:57:53] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.062901 10.0.0.23 - - [2026-04-23 02:57:53] "POST /neutron/network HTTP/1.1" 200 828 0.008165 10.0.0.23 - - [2026-04-23 02:57:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001408 10.0.0.23 - - [2026-04-23 02:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.006496 10.0.0.249 - - [2026-04-23 02:57:53] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001502 10.0.0.23 - - [2026-04-23 02:57:54] "POST /neutron/port HTTP/1.1" 200 1050 0.288006 10.0.0.23 - - [2026-04-23 02:57:54] "POST /neutron/port HTTP/1.1" 200 1104 0.094576 10.0.0.249 - - [2026-04-23 02:57:54] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001222 10.0.0.23 - - [2026-04-23 02:57:54] "POST /neutron/subnet HTTP/1.1" 200 684 0.009201 10.0.0.23 - - [2026-04-23 02:57:54] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.084310 10.0.0.23 - - [2026-04-23 02:57:54] "POST /neutron/network HTTP/1.1" 200 828 0.006608 10.0.0.23 - - [2026-04-23 02:57:54] "POST /neutron/port HTTP/1.1" 200 117 0.007048 10.0.0.23 - - [2026-04-23 02:57:54] "POST /neutron/network HTTP/1.1" 200 840 0.008022 10.0.0.23 - - [2026-04-23 02:57:55] "POST /neutron/port HTTP/1.1" 200 1052 0.018590 10.0.0.23 - - [2026-04-23 02:57:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003929 10.0.0.23 - - [2026-04-23 02:57:55] "POST /neutron/network HTTP/1.1" 200 830 0.007865 10.0.0.249 - - [2026-04-23 02:57:58] "DELETE /project/9377e60c547d42c9b3de41743fdbea57 HTTP/1.1" 404 173 0.005370 10.0.0.249 - - [2026-04-23 02:57:58] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001226 10.0.0.249 - - [2026-04-23 02:57:58] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.042269 10.0.0.249 - - [2026-04-23 02:57:58] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001439 10.0.0.249 - - [2026-04-23 02:57:59] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?fields=security_groups HTTP/1.1" 200 1345 0.048108 10.0.0.249 - - [2026-04-23 02:57:59] "DELETE /security-group/e011ba4b-c2b5-4bf8-abaf-6ce85243e51b HTTP/1.1" 200 115 0.045477 10.0.0.249 - - [2026-04-23 02:57:59] "GET /projects?obj_uuids=34720d40-0f84-4a72-8e25-a232b46422a2&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001024 10.0.0.249 - - [2026-04-23 02:57:59] "GET /project/34720d40-0f84-4a72-8e25-a232b46422a2?fields=application_policy_sets HTTP/1.1" 200 1384 0.054139 10.0.0.130 - - [2026-04-23 02:57:59] "DELETE /access-control-list/343bf231-bed8-48e6-bb7e-e27145966da8 HTTP/1.1" 200 115 0.044609 10.0.0.249 - - [2026-04-23 02:57:59] "DELETE /project/34720d40-0f84-4a72-8e25-a232b46422a2 HTTP/1.1" 200 115 0.382097 10.0.0.23 - - [2026-04-23 02:57:59] "POST /neutron/port HTTP/1.1" 200 1114 0.024310 10.0.0.23 - - [2026-04-23 02:58:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008586 10.0.0.23 - - [2026-04-23 02:58:00] "GET /virtual-machine/b67ef675-9177-4f9a-a23c-049782dee68e HTTP/1.1" 200 1288 0.007038 10.0.0.23 - - [2026-04-23 02:58:00] "GET /virtual-machine-interface/4e140781-e822-4d92-96b4-3c2d41187094 HTTP/1.1" 200 2934 0.006243 10.0.0.23 - - [2026-04-23 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.23 - - [2026-04-23 02:58:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004506 10.0.0.23 - - [2026-04-23 02:58:00] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.011440 10.0.0.23 - - [2026-04-23 02:58:00] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005777 10.0.0.23 - - [2026-04-23 02:58:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.23 - - [2026-04-23 02:58:03] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.005856 10.0.0.23 - - [2026-04-23 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.23 - - [2026-04-23 02:58:05] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004142 10.0.0.23 - - [2026-04-23 02:58:05] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003443 10.0.0.23 - - [2026-04-23 02:58:05] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006086 10.0.0.23 - - [2026-04-23 02:58:05] "POST /neutron/port HTTP/1.1" 200 1114 0.019526 10.0.0.23 - - [2026-04-23 02:58:09] "POST /neutron/port HTTP/1.1" 200 1114 0.019602 10.0.0.23 - - [2026-04-23 02:58:09] "POST /neutron/subnet HTTP/1.1" 200 684 0.012142 10.0.0.23 - - [2026-04-23 02:58:10] "POST /neutron/port HTTP/1.1" 200 1116 0.020612 10.0.0.23 - - [2026-04-23 02:58:10] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009388 10.0.0.23 - - [2026-04-23 02:58:11] "GET /virtual-machine/3f4c1581-7cfb-4963-a54b-245deeb81817 HTTP/1.1" 200 1287 0.007034 10.0.0.23 - - [2026-04-23 02:58:11] "GET /virtual-machine-interface/b9b7b1c5-ed88-4231-85f8-71488ede54b1 HTTP/1.1" 200 2934 0.005724 10.0.0.23 - - [2026-04-23 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.23 - - [2026-04-23 02:58:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003901 10.0.0.23 - - [2026-04-23 02:58:11] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003481 10.0.0.23 - - [2026-04-23 02:58:11] "GET /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007030 10.0.0.23 - - [2026-04-23 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.23 - - [2026-04-23 02:58:14] "GET /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005827 10.0.0.23 - - [2026-04-23 02:58:16] "POST /neutron/port HTTP/1.1" 200 1116 0.020694 10.0.0.23 - - [2026-04-23 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.23 - - [2026-04-23 02:58:18] "GET /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005221 10.0.0.23 - - [2026-04-23 02:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.23 - - [2026-04-23 02:58:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003613 10.0.0.23 - - [2026-04-23 02:58:20] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003399 10.0.0.23 - - [2026-04-23 02:58:20] "GET /virtual-network/fb3e502b-5f57-4d21-96ac-804a41ce70b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006353 10.0.0.23 - - [2026-04-23 02:58:20] "POST /routing-policys HTTP/1.1" 200 536 0.025984 10.0.0.23 - - [2026-04-23 02:58:20] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.010875 10.0.0.23 - - [2026-04-23 02:58:20] "PUT /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65 HTTP/1.1" 200 265 0.045689 10.0.0.23 - - [2026-04-23 02:58:25] "POST /routing-policys HTTP/1.1" 200 536 0.026847 10.0.0.23 - - [2026-04-23 02:58:25] "GET /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.011302 10.0.0.23 - - [2026-04-23 02:58:25] "PUT /virtual-network/9a27fabe-98c4-48fb-be3c-c8dfafe1fc65 HTTP/1.1" 200 265 0.064916 10.0.0.130 - - [2026-04-23 02:58:25] "POST /ref-update HTTP/1.1" 200 156 0.051882 10.0.0.23 - - [2026-04-23 02:58:25] "POST /ref-update HTTP/1.1" 200 156 0.050266 10.0.0.23 - - [2026-04-23 02:58:25] "DELETE /routing-policy/aa9f923a-0fce-4dfe-917a-dcd9459ccafd HTTP/1.1" 200 115 0.045473 10.0.0.23 - - [2026-04-23 02:58:25] "POST /ref-update HTTP/1.1" 200 156 0.056241 10.0.0.23 - - [2026-04-23 02:58:25] "DELETE /routing-policy/16b037dc-a31a-4281-b3e1-f19984d15601 HTTP/1.1" 200 115 0.035094 10.0.0.23 - - [2026-04-23 02:58:26] "POST /neutron/network HTTP/1.1" 400 204 0.014579 10.0.0.23 - - [2026-04-23 02:58:26] "POST /neutron/port HTTP/1.1" 200 1116 0.019014 10.0.0.23 - - [2026-04-23 02:58:27] "POST /neutron/port HTTP/1.1" 200 151 0.238810 10.0.0.23 - - [2026-04-23 02:58:28] "POST /neutron/network HTTP/1.1" 200 828 0.009526 10.0.0.130 - - [2026-04-23 02:58:28] "DELETE /route-target/686655c1-0f8d-4d14-bec7-462a725ecb05 HTTP/1.1" 200 115 0.040066 10.0.0.130 - - [2026-04-23 02:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.130 - - [2026-04-23 02:58:28] "DELETE /route-target/cf489a78-22d0-4a12-b52b-6ad343f44b3a HTTP/1.1" 200 115 0.031961 10.0.0.23 - - [2026-04-23 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.249 - - [2026-04-23 02:58:31] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000899 10.0.0.23 - - [2026-04-23 02:58:31] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.050624 10.0.0.249 - - [2026-04-23 02:58:31] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001081 10.0.0.23 - - [2026-04-23 02:58:31] "POST /neutron/network HTTP/1.1" 200 612 0.159411 10.0.0.23 - - [2026-04-23 02:58:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.003209 10.0.0.23 - - [2026-04-23 02:58:31] "GET /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005396 10.0.0.23 - - [2026-04-23 02:58:31] "POST /neutron/network HTTP/1.1" 200 831 0.007684 10.0.0.23 - - [2026-04-23 02:58:31] "GET /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005749 10.0.0.23 - - [2026-04-23 02:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.23 - - [2026-04-23 02:58:31] "GET /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006143 10.0.0.130 - - [2026-04-23 02:58:31] "POST /route-targets HTTP/1.1" 200 324 0.014339 10.0.0.23 - - [2026-04-23 02:58:31] "PUT /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1 HTTP/1.1" 200 265 0.067899 10.0.0.23 - - [2026-04-23 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008103 10.0.0.249 - - [2026-04-23 02:58:32] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001113 10.0.0.23 - - [2026-04-23 02:58:32] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.070455 10.0.0.23 - - [2026-04-23 02:58:32] "POST /neutron/network HTTP/1.1" 200 117 0.019042 10.0.0.130 - - [2026-04-23 02:58:32] "POST /ref-update HTTP/1.1" 200 156 0.021214 10.0.0.23 - - [2026-04-23 02:58:32] "POST /neutron/network HTTP/1.1" 200 830 0.007938 10.0.0.23 - - [2026-04-23 02:58:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001136 10.0.0.23 - - [2026-04-23 02:58:32] "GET /virtual-network/a8726183-0d98-4bd7-ba8b-5302e78f7908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004788 10.0.0.23 - - [2026-04-23 02:58:32] "GET /virtual-network/a8726183-0d98-4bd7-ba8b-5302e78f7908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006378 10.0.0.23 - - [2026-04-23 02:58:32] "POST /neutron/subnet HTTP/1.1" 200 719 0.009387 10.0.0.23 - - [2026-04-23 02:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.23 - - [2026-04-23 02:58:32] "GET /virtual-network/a8726183-0d98-4bd7-ba8b-5302e78f7908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004961 10.0.0.23 - - [2026-04-23 02:58:32] "PUT /virtual-network/a8726183-0d98-4bd7-ba8b-5302e78f7908 HTTP/1.1" 200 265 0.071637 10.0.0.23 - - [2026-04-23 02:58:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001207 10.0.0.249 - - [2026-04-23 02:58:33] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001347 10.0.0.23 - - [2026-04-23 02:58:33] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.074501 10.0.0.23 - - [2026-04-23 02:58:33] "POST /neutron/port HTTP/1.1" 200 117 0.006070 10.0.0.23 - - [2026-04-23 02:58:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001316 10.0.0.23 - - [2026-04-23 02:58:34] "POST /neutron/network HTTP/1.1" 200 840 0.007990 10.0.0.23 - - [2026-04-23 02:58:34] "POST /neutron/port HTTP/1.1" 200 1053 0.017433 10.0.0.23 - - [2026-04-23 02:58:34] "POST /neutron/port HTTP/1.1" 200 1117 0.027974 10.0.0.249 - - [2026-04-23 02:58:34] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000971 10.0.0.23 - - [2026-04-23 02:58:34] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.081411 10.0.0.23 - - [2026-04-23 02:58:34] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.23 - - [2026-04-23 02:58:35] "POST /neutron/port HTTP/1.1" 200 1117 0.026827 10.0.0.23 - - [2026-04-23 02:58:35] "POST /neutron/port HTTP/1.1" 200 1117 0.018379 10.0.0.249 - - [2026-04-23 02:58:35] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001081 10.0.0.23 - - [2026-04-23 02:58:35] "POST /neutron/port HTTP/1.1" 200 1052 0.256383 10.0.0.23 - - [2026-04-23 02:58:36] "POST /neutron/port HTTP/1.1" 200 1106 0.137117 10.0.0.23 - - [2026-04-23 02:58:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.009842 10.0.0.23 - - [2026-04-23 02:58:40] "POST /neutron/port HTTP/1.1" 200 1117 0.019350 10.0.0.23 - - [2026-04-23 02:58:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007970 10.0.0.23 - - [2026-04-23 02:58:40] "GET /virtual-machine/c61c9eaa-4cf0-431b-a13e-aee062ca0c3c HTTP/1.1" 200 1288 0.006043 10.0.0.23 - - [2026-04-23 02:58:40] "GET /virtual-machine-interface/b7b5b647-115c-43b6-b78d-155c7451551b HTTP/1.1" 200 2935 0.005294 10.0.0.23 - - [2026-04-23 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.23 - - [2026-04-23 02:58:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005426 10.0.0.23 - - [2026-04-23 02:58:40] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005867 10.0.0.23 - - [2026-04-23 02:58:40] "GET /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007045 10.0.0.23 - - [2026-04-23 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.23 - - [2026-04-23 02:58:43] "GET /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005523 10.0.0.23 - - [2026-04-23 02:58:44] "POST /neutron/port HTTP/1.1" 200 1117 0.017296 10.0.0.23 - - [2026-04-23 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2026-04-23 02:58:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003603 10.0.0.23 - - [2026-04-23 02:58:45] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004452 10.0.0.23 - - [2026-04-23 02:58:45] "GET /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006286 10.0.0.23 - - [2026-04-23 02:58:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007143 10.0.0.23 - - [2026-04-23 02:58:51] "POST /neutron/port HTTP/1.1" 200 1116 0.025025 10.0.0.23 - - [2026-04-23 02:58:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007009 10.0.0.23 - - [2026-04-23 02:58:51] "GET /virtual-machine/05bc2c24-7193-42c3-8da1-f8838ae88703 HTTP/1.1" 200 1286 0.005810 10.0.0.23 - - [2026-04-23 02:58:51] "GET /virtual-machine-interface/12224b72-30a4-483c-896e-67eeffcbd9f2 HTTP/1.1" 200 2933 0.006007 10.0.0.23 - - [2026-04-23 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2026-04-23 02:58:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003731 10.0.0.23 - - [2026-04-23 02:58:51] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003198 10.0.0.23 - - [2026-04-23 02:58:51] "GET /virtual-network/a8726183-0d98-4bd7-ba8b-5302e78f7908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006338 10.0.0.23 - - [2026-04-23 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2026-04-23 02:58:54] "GET /virtual-network/a8726183-0d98-4bd7-ba8b-5302e78f7908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005708 10.0.0.23 - - [2026-04-23 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.23 - - [2026-04-23 02:58:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003967 10.0.0.23 - - [2026-04-23 02:58:58] "GET /virtual-networks?parent_id=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003332 10.0.0.23 - - [2026-04-23 02:58:58] "GET /virtual-network/a8726183-0d98-4bd7-ba8b-5302e78f7908?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006099 10.0.0.23 - - [2026-04-23 02:58:59] "POST /interface-route-tables HTTP/1.1" 200 576 0.027503 10.0.0.23 - - [2026-04-23 02:58:59] "GET /interface-route-table/a7d9275d-a014-4adc-8279-d1fa0d48ddcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1309 0.010380 10.0.0.23 - - [2026-04-23 02:58:59] "GET /virtual-machine-interface/b7b5b647-115c-43b6-b78d-155c7451551b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.005729 10.0.0.23 - - [2026-04-23 02:58:59] "POST /ref-update HTTP/1.1" 200 156 0.014524 10.0.0.23 - - [2026-04-23 02:58:59] "POST /routing-policys HTTP/1.1" 200 536 0.029101 10.0.0.23 - - [2026-04-23 02:58:59] "GET /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006256 10.0.0.23 - - [2026-04-23 02:58:59] "PUT /virtual-network/dcca8f97-3dca-43ae-a2e1-2485e80cefb1 HTTP/1.1" 200 265 0.070194 10.0.0.23 - - [2026-04-23 02:59:02] "POST /neutron/port HTTP/1.1" 200 1116 0.023865 10.0.0.23 - - [2026-04-23 02:59:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004374 10.0.0.23 - - [2026-04-23 02:59:02] "POST /neutron/network HTTP/1.1" 200 830 0.016985 10.0.0.23 - - [2026-04-23 02:59:03] "POST /ref-update HTTP/1.1" 200 156 0.061621 10.0.0.130 - - [2026-04-23 02:59:03] "POST /ref-update HTTP/1.1" 404 171 0.068197 10.0.0.23 - - [2026-04-23 02:59:03] "DELETE /routing-policy/b2cd7c20-ecda-4a19-b7e7-880556bd76f3 HTTP/1.1" 200 115 0.048681 10.0.0.23 - - [2026-04-23 02:59:04] "POST /neutron/port HTTP/1.1" 200 1116 0.017544 10.0.0.23 - - [2026-04-23 02:59:04] "POST /neutron/port HTTP/1.1" 200 151 0.209218 10.0.0.23 - - [2026-04-23 02:59:05] "POST /neutron/network HTTP/1.1" 200 830 0.009606 10.0.0.130 - - [2026-04-23 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.249 - - [2026-04-23 02:59:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.249 - - [2026-04-23 02:59:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002815 10.0.0.23 - - [2026-04-23 02:59:06] "POST /neutron/network HTTP/1.1" 200 151 0.138606 10.0.0.130 - - [2026-04-23 02:59:06] "DELETE /route-target/62996121-2ee8-4f2a-b421-018e2cc2158e HTTP/1.1" 200 115 0.027979 10.0.0.249 - - [2026-04-23 02:59:07] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001281 10.0.0.23 - - [2026-04-23 02:59:07] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.054666 10.0.0.249 - - [2026-04-23 02:59:07] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000953 10.0.0.23 - - [2026-04-23 02:59:07] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?fields=virtual_networks HTTP/1.1" 200 1021 0.039457 10.0.0.249 - - [2026-04-23 02:59:07] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001018 10.0.0.23 - - [2026-04-23 02:59:07] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043223 10.0.0.249 - - [2026-04-23 02:59:07] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000966 10.0.0.23 - - [2026-04-23 02:59:07] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?fields=security_groups HTTP/1.1" 200 1241 0.042742 10.0.0.23 - - [2026-04-23 02:59:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.034554 10.0.0.249 - - [2026-04-23 02:59:08] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003645 10.0.0.249 - - [2026-04-23 02:59:08] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.249 - - [2026-04-23 02:59:08] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007588 10.0.0.249 - - [2026-04-23 02:59:09] "POST /id-to-fqname HTTP/1.1" 200 194 0.001193 10.0.0.249 - - [2026-04-23 02:59:09] "POST /fqname-to-id HTTP/1.1" 404 203 0.008950 10.0.0.249 - - [2026-04-23 02:59:09] "POST /security-groups HTTP/1.1" 200 595 0.077880 10.0.0.130 - - [2026-04-23 02:59:09] "POST /fqname-to-id HTTP/1.1" 404 238 0.004094 10.0.0.249 - - [2026-04-23 02:59:09] "POST /projects HTTP/1.1" 200 593 0.306312 10.0.0.249 - - [2026-04-23 02:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.378153 10.0.0.130 - - [2026-04-23 02:59:09] "POST /access-control-lists HTTP/1.1" 200 600 0.032741 10.0.0.23 - - [2026-04-23 02:59:09] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.535874 10.0.0.23 - - [2026-04-23 02:59:10] "GET / HTTP/1.1" 200 36215 0.001420 10.0.0.23 - - [2026-04-23 02:59:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-04-23 02:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.055773 10.0.0.249 - - [2026-04-23 02:59:12] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000954 10.0.0.23 - - [2026-04-23 02:59:12] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044587 10.0.0.249 - - [2026-04-23 02:59:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008498 10.0.0.23 - - [2026-04-23 02:59:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.219363 10.0.0.23 - - [2026-04-23 02:59:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001403 10.0.0.23 - - [2026-04-23 02:59:13] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006616 10.0.0.23 - - [2026-04-23 02:59:13] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009261 10.0.0.23 - - [2026-04-23 02:59:13] "POST /neutron/network HTTP/1.1" 200 834 0.006955 10.0.0.23 - - [2026-04-23 02:59:13] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005350 10.0.0.249 - - [2026-04-23 02:59:15] "GET /obj-perms HTTP/1.1" 200 5038 0.052560 10.0.0.23 - - [2026-04-23 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.23 - - [2026-04-23 02:59:15] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005223 10.0.0.130 - - [2026-04-23 02:59:15] "POST /route-targets HTTP/1.1" 200 326 0.015148 10.0.0.23 - - [2026-04-23 02:59:15] "PUT /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3 HTTP/1.1" 200 265 0.062727 10.0.0.23 - - [2026-04-23 02:59:20] "POST /id-to-fqname HTTP/1.1" 200 226 0.001362 10.0.0.249 - - [2026-04-23 02:59:21] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000929 10.0.0.23 - - [2026-04-23 02:59:21] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.072775 10.0.0.23 - - [2026-04-23 02:59:21] "POST /neutron/network HTTP/1.1" 200 834 0.007718 10.0.0.23 - - [2026-04-23 02:59:21] "POST /neutron/port HTTP/1.1" 200 117 0.011127 10.0.0.23 - - [2026-04-23 02:59:22] "POST /neutron/port HTTP/1.1" 200 1066 0.045907 10.0.0.23 - - [2026-04-23 02:59:22] "POST /neutron/port HTTP/1.1" 200 1130 0.019297 10.0.0.23 - - [2026-04-23 02:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.23 - - [2026-04-23 02:59:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007801 10.0.0.23 - - [2026-04-23 02:59:26] "POST /neutron/port HTTP/1.1" 200 1130 0.018471 10.0.0.23 - - [2026-04-23 02:59:26] "GET /virtual-machine/97e1e448-efa0-45a4-b1b5-d84048312c19 HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-04-23 02:59:27] "GET /virtual-machine/97e1e448-efa0-45a4-b1b5-d84048312c19 HTTP/1.1" 200 1299 0.030346 10.0.0.23 - - [2026-04-23 02:59:27] "GET /virtual-machine-interface/1aa3ebe1-9fe7-4842-9380-dff699525636 HTTP/1.1" 200 2974 0.005982 10.0.0.23 - - [2026-04-23 02:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2026-04-23 02:59:27] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003636 10.0.0.23 - - [2026-04-23 02:59:27] "GET /virtual-networks?parent_id=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003001 10.0.0.23 - - [2026-04-23 02:59:27] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.008591 10.0.0.23 - - [2026-04-23 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2026-04-23 02:59:30] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005771 10.0.0.23 - - [2026-04-23 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2026-04-23 02:59:34] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005757 10.0.0.23 - - [2026-04-23 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2026-04-23 02:59:38] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.008109 10.0.0.23 - - [2026-04-23 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2026-04-23 02:59:42] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007206 10.0.0.23 - - [2026-04-23 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.23 - - [2026-04-23 02:59:46] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005493 10.0.0.23 - - [2026-04-23 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2026-04-23 02:59:50] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005890 10.0.0.23 - - [2026-04-23 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2026-04-23 02:59:54] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006069 10.0.0.23 - - [2026-04-23 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2026-04-23 02:59:58] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005424 10.0.0.249 - - [2026-04-23 02:59:59] "DELETE /project/17af13ca570246bf9336f9b5cc3e2fc6 HTTP/1.1" 404 173 0.004204 10.0.0.249 - - [2026-04-23 02:59:59] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000973 10.0.0.249 - - [2026-04-23 02:59:59] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.044388 10.0.0.249 - - [2026-04-23 02:59:59] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001207 10.0.0.249 - - [2026-04-23 02:59:59] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?fields=security_groups HTTP/1.1" 200 1343 0.035051 10.0.0.249 - - [2026-04-23 02:59:59] "DELETE /security-group/c96d6af3-51e8-4e69-9483-c00296096b7a HTTP/1.1" 200 115 0.050132 10.0.0.249 - - [2026-04-23 02:59:59] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.249 - - [2026-04-23 02:59:59] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?fields=application_policy_sets HTTP/1.1" 200 1382 0.041380 10.0.0.249 - - [2026-04-23 02:59:59] "DELETE /project/9377e60c-547d-42c9-b3de-41743fdbea57 HTTP/1.1" 409 278 0.279176 10.0.0.130 - - [2026-04-23 02:59:59] "DELETE /access-control-list/4de5eacb-7937-46fe-b63d-f7c9668db93f HTTP/1.1" 200 115 0.039851 10.0.0.23 - - [2026-04-23 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2026-04-23 03:00:02] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.007383 10.0.0.23 - - [2026-04-23 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.23 - - [2026-04-23 03:00:07] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005295 10.0.0.23 - - [2026-04-23 03:00:07] "GET /virtual-networks?parent_id=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003461 10.0.0.23 - - [2026-04-23 03:00:07] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.006251 10.0.0.23 - - [2026-04-23 03:00:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007653 10.0.0.23 - - [2026-04-23 03:00:10] "POST /neutron/network HTTP/1.1" 200 844 0.007673 10.0.0.23 - - [2026-04-23 03:00:10] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.23 - - [2026-04-23 03:00:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010619 10.0.0.23 - - [2026-04-23 03:00:18] "POST /neutron/port HTTP/1.1" 200 1130 0.018691 10.0.0.23 - - [2026-04-23 03:00:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008555 10.0.0.23 - - [2026-04-23 03:00:32] "GET /obj-perms HTTP/1.1" 200 5056 0.061383 10.0.0.23 - - [2026-04-23 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.23 - - [2026-04-23 03:00:33] "GET /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.005848 10.0.0.23 - - [2026-04-23 03:00:33] "PUT /virtual-network/2c3f7b3f-5fb1-44f9-bd7f-3499208b6cf3 HTTP/1.1" 200 265 0.079629 10.0.0.130 - - [2026-04-23 03:00:33] "DELETE /route-target/312f6f51-6e86-4956-8afc-ef1fd0c71de0 HTTP/1.1" 200 115 0.033289 10.0.0.130 - - [2026-04-23 03:00:33] "GET /obj-perms HTTP/1.1" 200 5056 0.142117 10.0.0.23 - - [2026-04-23 03:00:38] "POST /neutron/network HTTP/1.1" 200 834 0.008087 10.0.0.23 - - [2026-04-23 03:00:38] "POST /neutron/port HTTP/1.1" 200 1120 0.015189 10.0.0.249 - - [2026-04-23 03:00:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003444 10.0.0.249 - - [2026-04-23 03:00:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.23 - - [2026-04-23 03:00:40] "POST /neutron/network HTTP/1.1" 200 151 0.127296 10.0.0.23 - - [2026-04-23 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.249 - - [2026-04-23 03:00:43] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000972 10.0.0.23 - - [2026-04-23 03:00:43] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040576 10.0.0.130 - - [2026-04-23 03:00:43] "POST /route-targets HTTP/1.1" 200 328 0.013237 10.0.0.249 - - [2026-04-23 03:00:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006525 10.0.0.23 - - [2026-04-23 03:00:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.204077 10.0.0.23 - - [2026-04-23 03:00:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.001588 10.0.0.23 - - [2026-04-23 03:00:43] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005042 10.0.0.23 - - [2026-04-23 03:00:43] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.012374 10.0.0.23 - - [2026-04-23 03:00:43] "POST /neutron/network HTTP/1.1" 200 831 0.008777 10.0.0.23 - - [2026-04-23 03:00:44] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005286 10.0.0.23 - - [2026-04-23 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2026-04-23 03:00:44] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006696 10.0.0.23 - - [2026-04-23 03:00:44] "PUT /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d HTTP/1.1" 200 265 0.062140 10.0.0.130 - - [2026-04-23 03:00:44] "POST /ref-update HTTP/1.1" 200 156 0.026254 10.0.0.23 - - [2026-04-23 03:00:49] "POST /id-to-fqname HTTP/1.1" 200 226 0.001272 10.0.0.249 - - [2026-04-23 03:00:50] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001466 10.0.0.23 - - [2026-04-23 03:00:50] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.072173 10.0.0.23 - - [2026-04-23 03:00:50] "POST /neutron/network HTTP/1.1" 200 831 0.034784 10.0.0.23 - - [2026-04-23 03:00:50] "POST /neutron/port HTTP/1.1" 200 117 0.007075 10.0.0.23 - - [2026-04-23 03:00:51] "POST /neutron/port HTTP/1.1" 200 1063 0.018311 10.0.0.23 - - [2026-04-23 03:00:51] "POST /neutron/port HTTP/1.1" 200 1127 0.019833 10.0.0.23 - - [2026-04-23 03:00:51] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.23 - - [2026-04-23 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.016290 10.0.0.23 - - [2026-04-23 03:01:05] "POST /neutron/port HTTP/1.1" 200 1127 0.018596 10.0.0.23 - - [2026-04-23 03:01:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004659 10.0.0.23 - - [2026-04-23 03:01:05] "POST /neutron/network HTTP/1.1" 200 831 0.006765 10.0.0.23 - - [2026-04-23 03:01:06] "POST /neutron/port HTTP/1.1" 200 1127 0.018839 10.0.0.23 - - [2026-04-23 03:01:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008301 10.0.0.23 - - [2026-04-23 03:01:06] "GET /virtual-machine/0ba5bbf1-ff50-465a-b395-04a0c533b6c4 HTTP/1.1" 200 1297 0.006182 10.0.0.23 - - [2026-04-23 03:01:06] "GET /virtual-machine-interface/2cad3f76-6f16-4f91-9658-d70ff3c8c565 HTTP/1.1" 200 2974 0.005019 10.0.0.23 - - [2026-04-23 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-04-23 03:01:06] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004132 10.0.0.23 - - [2026-04-23 03:01:06] "GET /virtual-networks?parent_id=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003197 10.0.0.23 - - [2026-04-23 03:01:06] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006782 10.0.0.23 - - [2026-04-23 03:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2026-04-23 03:01:09] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007714 10.0.0.23 - - [2026-04-23 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2026-04-23 03:01:13] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005903 10.0.0.23 - - [2026-04-23 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2026-04-23 03:01:17] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005793 10.0.0.23 - - [2026-04-23 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.23 - - [2026-04-23 03:01:21] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005841 10.0.0.23 - - [2026-04-23 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2026-04-23 03:01:25] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006399 10.0.0.23 - - [2026-04-23 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2026-04-23 03:01:30] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006267 10.0.0.249 - - [2026-04-23 03:01:33] "GET /obj-perms HTTP/1.1" 200 5056 0.053472 10.0.0.23 - - [2026-04-23 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2026-04-23 03:01:34] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006345 10.0.0.23 - - [2026-04-23 03:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-04-23 03:01:38] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005402 10.0.0.23 - - [2026-04-23 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.23 - - [2026-04-23 03:01:42] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007138 10.0.0.23 - - [2026-04-23 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.23 - - [2026-04-23 03:01:46] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006484 10.0.0.23 - - [2026-04-23 03:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2026-04-23 03:01:50] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005384 10.0.0.23 - - [2026-04-23 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2026-04-23 03:01:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004018 10.0.0.23 - - [2026-04-23 03:01:52] "GET /virtual-networks?parent_id=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002921 10.0.0.23 - - [2026-04-23 03:01:52] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006279 10.0.0.249 - - [2026-04-23 03:01:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000611 10.0.0.249 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.001878 10.0.0.130 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.130 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.130 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.130 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.249 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.249 - - [2026-04-23 03:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-04-23 03:01:57] "POST /neutron/port HTTP/1.1" 200 1127 0.021050 10.0.0.23 - - [2026-04-23 03:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-04-23 03:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-04-23 03:02:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007954 10.0.0.23 - - [2026-04-23 03:02:05] "POST /neutron/port HTTP/1.1" 200 1127 0.041000 10.0.0.23 - - [2026-04-23 03:02:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004015 10.0.0.23 - - [2026-04-23 03:02:05] "POST /neutron/network HTTP/1.1" 200 831 0.008219 10.0.0.23 - - [2026-04-23 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2026-04-23 03:02:13] "GET /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.008761 10.0.0.23 - - [2026-04-23 03:02:13] "PUT /virtual-network/ec5bf283-0464-42d5-b08d-abe3175bbc8d HTTP/1.1" 200 265 0.076035 10.0.0.130 - - [2026-04-23 03:02:13] "DELETE /route-target/359ce4ff-8ccc-41da-ad06-ae797eecfbf3 HTTP/1.1" 200 115 0.042031 10.0.0.23 - - [2026-04-23 03:02:18] "POST /neutron/network HTTP/1.1" 200 831 0.007499 10.0.0.23 - - [2026-04-23 03:02:19] "POST /neutron/port HTTP/1.1" 200 1117 0.016001 10.0.0.249 - - [2026-04-23 03:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.052149 10.0.0.249 - - [2026-04-23 03:02:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002754 10.0.0.23 - - [2026-04-23 03:02:21] "POST /neutron/network HTTP/1.1" 200 151 0.171612 10.0.0.249 - - [2026-04-23 03:02:22] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001234 10.0.0.23 - - [2026-04-23 03:02:22] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.073101 10.0.0.249 - - [2026-04-23 03:02:22] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.23 - - [2026-04-23 03:02:22] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?fields=virtual_networks HTTP/1.1" 200 1042 0.035706 10.0.0.249 - - [2026-04-23 03:02:22] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001357 10.0.0.23 - - [2026-04-23 03:02:22] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.049955 10.0.0.249 - - [2026-04-23 03:02:22] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.23 - - [2026-04-23 03:02:22] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?fields=security_groups HTTP/1.1" 200 1273 0.055047 10.0.0.23 - - [2026-04-23 03:02:23] "POST /fqname-to-id HTTP/1.1" 404 213 0.034777 10.0.0.249 - - [2026-04-23 03:02:23] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003387 10.0.0.249 - - [2026-04-23 03:02:23] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.249 - - [2026-04-23 03:02:23] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036050 10.0.0.249 - - [2026-04-23 03:02:23] "POST /id-to-fqname HTTP/1.1" 200 216 0.002808 10.0.0.249 - - [2026-04-23 03:02:23] "POST /fqname-to-id HTTP/1.1" 404 227 0.004127 10.0.0.249 - - [2026-04-23 03:02:24] "POST /security-groups HTTP/1.1" 200 616 0.074450 10.0.0.130 - - [2026-04-23 03:02:24] "POST /fqname-to-id HTTP/1.1" 404 259 0.003556 10.0.0.249 - - [2026-04-23 03:02:24] "POST /projects HTTP/1.1" 200 635 0.298612 10.0.0.249 - - [2026-04-23 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.367068 10.0.0.130 - - [2026-04-23 03:02:24] "POST /access-control-lists HTTP/1.1" 200 621 0.035125 10.0.0.23 - - [2026-04-23 03:02:24] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.534683 10.0.0.23 - - [2026-04-23 03:02:25] "GET / HTTP/1.1" 200 36215 0.002524 10.0.0.23 - - [2026-04-23 03:02:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-04-23 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 249 0.075573 10.0.0.130 - - [2026-04-23 03:02:27] "POST /fqname-to-id HTTP/1.1" 404 280 0.008139 10.0.0.130 - - [2026-04-23 03:02:27] "PUT /access-control-list/eb91be8b-f8c9-4e0b-9484-5791dd893c75 HTTP/1.1" 200 273 0.022280 10.0.0.23 - - [2026-04-23 03:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.045917 10.0.0.23 - - [2026-04-23 03:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141077 10.0.0.23 - - [2026-04-23 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.23 - - [2026-04-23 03:02:28] "GET /security-group/c5aaa401-d11b-479c-989f-bfe0e3191e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.003576 10.0.0.130 - - [2026-04-23 03:02:28] "PUT /access-control-list/eb91be8b-f8c9-4e0b-9484-5791dd893c75 HTTP/1.1" 200 273 0.019610 10.0.0.23 - - [2026-04-23 03:02:29] "POST /neutron/security_group HTTP/1.1" 200 151 0.059857 10.0.0.23 - - [2026-04-23 03:02:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.003229 10.0.0.23 - - [2026-04-23 03:02:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.003659 10.0.0.130 - - [2026-04-23 03:02:29] "POST /fqname-to-id HTTP/1.1" 404 281 0.005885 10.0.0.130 - - [2026-04-23 03:02:29] "POST /access-control-lists HTTP/1.1" 200 643 0.026665 10.0.0.23 - - [2026-04-23 03:02:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.022293 10.0.0.130 - - [2026-04-23 03:02:30] "PUT /access-control-list/e50d05f6-918b-4df7-bc78-31c402dc16c2 HTTP/1.1" 200 273 0.022455 10.0.0.23 - - [2026-04-23 03:02:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.200986 10.0.0.23 - - [2026-04-23 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.23 - - [2026-04-23 03:02:30] "GET /security-group/9163245b-4610-42c7-ac88-1a39f0feb01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.012621 10.0.0.23 - - [2026-04-23 03:02:31] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.027236 10.0.0.130 - - [2026-04-23 03:02:31] "PUT /access-control-list/e50d05f6-918b-4df7-bc78-31c402dc16c2 HTTP/1.1" 200 273 0.023144 10.0.0.23 - - [2026-04-23 03:02:31] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.215828 10.0.0.23 - - [2026-04-23 03:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.249 - - [2026-04-23 03:02:31] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000973 10.0.0.23 - - [2026-04-23 03:02:31] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.058377 10.0.0.130 - - [2026-04-23 03:02:32] "POST /route-targets HTTP/1.1" 200 328 0.016574 10.0.0.249 - - [2026-04-23 03:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007420 10.0.0.23 - - [2026-04-23 03:02:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.255623 10.0.0.23 - - [2026-04-23 03:02:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.068644 10.0.0.23 - - [2026-04-23 03:02:32] "POST /id-to-fqname HTTP/1.1" 200 290 0.001355 10.0.0.23 - - [2026-04-23 03:02:32] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007807 10.0.0.23 - - [2026-04-23 03:02:32] "POST /neutron/network HTTP/1.1" 200 1112 0.009848 10.0.0.23 - - [2026-04-23 03:02:32] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005734 10.0.0.23 - - [2026-04-23 03:02:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.012634 10.0.0.23 - - [2026-04-23 03:02:33] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005832 10.0.0.23 - - [2026-04-23 03:02:33] "GET /obj-perms HTTP/1.1" 200 5080 0.050545 10.0.0.130 - - [2026-04-23 03:02:34] "GET /obj-perms HTTP/1.1" 200 5056 0.084388 10.0.0.23 - - [2026-04-23 03:02:34] "POST /id-to-fqname HTTP/1.1" 200 290 0.001337 10.0.0.249 - - [2026-04-23 03:02:35] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001000 10.0.0.23 - - [2026-04-23 03:02:35] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.075203 10.0.0.23 - - [2026-04-23 03:02:35] "POST /neutron/network HTTP/1.1" 200 1112 0.009108 10.0.0.23 - - [2026-04-23 03:02:35] "POST /id-to-fqname HTTP/1.1" 200 290 0.001331 10.0.0.23 - - [2026-04-23 03:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.007513 10.0.0.23 - - [2026-04-23 03:02:36] "POST /neutron/network HTTP/1.1" 200 1122 0.008224 10.0.0.249 - - [2026-04-23 03:02:36] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001338 10.0.0.23 - - [2026-04-23 03:02:36] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.098246 10.0.0.23 - - [2026-04-23 03:02:36] "POST /neutron/port HTTP/1.1" 200 1191 0.047144 10.0.0.23 - - [2026-04-23 03:02:37] "POST /neutron/port HTTP/1.1" 200 1245 0.141536 10.0.0.23 - - [2026-04-23 03:02:37] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008511 10.0.0.23 - - [2026-04-23 03:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.007982 10.0.0.23 - - [2026-04-23 03:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.23 - - [2026-04-23 03:02:37] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006535 10.0.0.249 - - [2026-04-23 03:02:37] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001694 10.0.0.23 - - [2026-04-23 03:02:38] "POST /neutron/port HTTP/1.1" 200 1191 0.327116 10.0.0.23 - - [2026-04-23 03:02:38] "POST /neutron/port HTTP/1.1" 200 1245 0.135323 10.0.0.23 - - [2026-04-23 03:02:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004681 10.0.0.23 - - [2026-04-23 03:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.23 - - [2026-04-23 03:02:42] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008883 10.0.0.23 - - [2026-04-23 03:02:42] "POST /neutron/port HTTP/1.1" 200 1255 0.018395 10.0.0.23 - - [2026-04-23 03:02:42] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006928 10.0.0.23 - - [2026-04-23 03:02:42] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.031738 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.004203 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-machine-interface/b02d037f-b561-4159-b6ed-31a199fe6c34 HTTP/1.1" 200 3426 0.005247 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.004075 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-machine-interface/b02d037f-b561-4159-b6ed-31a199fe6c34 HTTP/1.1" 200 3426 0.005963 10.0.0.23 - - [2026-04-23 03:02:43] "GET /instance-ip/cbd8254b-eff9-44ab-bfbf-24e935585a3b HTTP/1.1" 200 1739 0.006358 10.0.0.23 - - [2026-04-23 03:02:43] "GET /instance-ip/f5ed1411-bf8c-4a1e-abf7-65bda25aaef2 HTTP/1.1" 200 1718 0.006228 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.004095 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-machine-interface/b02d037f-b561-4159-b6ed-31a199fe6c34 HTTP/1.1" 200 3426 0.006003 10.0.0.23 - - [2026-04-23 03:02:43] "GET /instance-ip/cbd8254b-eff9-44ab-bfbf-24e935585a3b HTTP/1.1" 200 1739 0.004164 10.0.0.23 - - [2026-04-23 03:02:43] "GET /instance-ip/f5ed1411-bf8c-4a1e-abf7-65bda25aaef2 HTTP/1.1" 200 1718 0.004433 10.0.0.23 - - [2026-04-23 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.23 - - [2026-04-23 03:02:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003684 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003074 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006256 10.0.0.23 - - [2026-04-23 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2026-04-23 03:02:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004259 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003567 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005787 10.0.0.23 - - [2026-04-23 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2026-04-23 03:02:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004122 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004353 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005508 10.0.0.23 - - [2026-04-23 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.23 - - [2026-04-23 03:02:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004405 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003221 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006972 10.0.0.23 - - [2026-04-23 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.23 - - [2026-04-23 03:02:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003994 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002906 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006974 10.0.0.23 - - [2026-04-23 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.23 - - [2026-04-23 03:02:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004435 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003765 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006236 10.0.0.23 - - [2026-04-23 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-04-23 03:02:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004255 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005536 10.0.0.23 - - [2026-04-23 03:02:43] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005216 10.0.0.23 - - [2026-04-23 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006495 10.0.0.23 - - [2026-04-23 03:02:47] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007136 10.0.0.23 - - [2026-04-23 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.23 - - [2026-04-23 03:02:51] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005404 10.0.0.23 - - [2026-04-23 03:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.23 - - [2026-04-23 03:02:55] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006924 10.0.0.23 - - [2026-04-23 03:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.23 - - [2026-04-23 03:02:59] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005687 10.0.0.249 - - [2026-04-23 03:02:59] "DELETE /project/4f02e4b9664b48f9bdc1c16aab0402be HTTP/1.1" 404 173 0.005805 10.0.0.249 - - [2026-04-23 03:02:59] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001132 10.0.0.249 - - [2026-04-23 03:02:59] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.051891 10.0.0.249 - - [2026-04-23 03:02:59] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001442 10.0.0.249 - - [2026-04-23 03:03:00] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?fields=security_groups HTTP/1.1" 200 1375 0.048715 10.0.0.249 - - [2026-04-23 03:03:00] "DELETE /security-group/d20b6dc4-86af-479c-abbe-f1f815df273a HTTP/1.1" 200 115 0.063307 10.0.0.249 - - [2026-04-23 03:03:00] "GET /projects?obj_uuids=17af13ca-5702-46bf-9336-f9b5cc3e2fc6&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001063 10.0.0.249 - - [2026-04-23 03:03:00] "GET /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6?fields=application_policy_sets HTTP/1.1" 200 1414 0.064600 10.0.0.130 - - [2026-04-23 03:03:00] "DELETE /access-control-list/57772a3f-a951-40bc-9610-0840147c9b8b HTTP/1.1" 200 115 0.050650 10.0.0.249 - - [2026-04-23 03:03:00] "DELETE /project/17af13ca-5702-46bf-9336-f9b5cc3e2fc6 HTTP/1.1" 200 115 0.448733 10.0.0.23 - - [2026-04-23 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.23 - - [2026-04-23 03:03:03] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006638 10.0.0.23 - - [2026-04-23 03:03:06] "POST /neutron/network HTTP/1.1" 200 1122 0.007713 10.0.0.23 - - [2026-04-23 03:03:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019302 10.0.0.23 - - [2026-04-23 03:03:06] "POST /neutron/network HTTP/1.1" 200 1112 0.010697 10.0.0.23 - - [2026-04-23 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.23 - - [2026-04-23 03:03:07] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006305 10.0.0.23 - - [2026-04-23 03:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.23 - - [2026-04-23 03:03:11] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005798 10.0.0.23 - - [2026-04-23 03:03:13] "POST /neutron/network HTTP/1.1" 200 1122 0.008831 10.0.0.23 - - [2026-04-23 03:03:13] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013702 10.0.0.23 - - [2026-04-23 03:03:13] "POST /neutron/network HTTP/1.1" 200 1112 0.010062 10.0.0.23 - - [2026-04-23 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2026-04-23 03:03:15] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005985 10.0.0.23 - - [2026-04-23 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2026-04-23 03:03:19] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005738 10.0.0.23 - - [2026-04-23 03:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.23 - - [2026-04-23 03:03:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004059 10.0.0.23 - - [2026-04-23 03:03:21] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003210 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006346 10.0.0.23 - - [2026-04-23 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.23 - - [2026-04-23 03:03:22] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004606 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003764 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006465 10.0.0.23 - - [2026-04-23 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.23 - - [2026-04-23 03:03:22] "GET /routing-instance/4f092797-afa6-4b14-b659-d3fb07b383bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005334 10.0.0.23 - - [2026-04-23 03:03:22] "GET /route-target/a5976807-8be3-42c4-86ab-623f1b70e596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003693 10.0.0.23 - - [2026-04-23 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.23 - - [2026-04-23 03:03:22] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004327 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004200 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005823 10.0.0.23 - - [2026-04-23 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2026-04-23 03:03:22] "GET /routing-instance/4f092797-afa6-4b14-b659-d3fb07b383bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004270 10.0.0.23 - - [2026-04-23 03:03:22] "GET /route-target/a5976807-8be3-42c4-86ab-623f1b70e596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003821 10.0.0.23 - - [2026-04-23 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.23 - - [2026-04-23 03:03:22] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005090 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003964 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006092 10.0.0.23 - - [2026-04-23 03:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.23 - - [2026-04-23 03:03:22] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004187 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003773 10.0.0.23 - - [2026-04-23 03:03:22] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007288 10.0.0.249 - - [2026-04-23 03:03:22] "GET /obj-perms HTTP/1.1" 200 5080 0.054140 10.0.0.23 - - [2026-04-23 03:03:22] "GET /obj-perms HTTP/1.1" 200 5080 0.003884 10.0.0.23 - - [2026-04-23 03:03:23] "GET /obj-perms HTTP/1.1" 200 5080 0.005796 10.0.0.23 - - [2026-04-23 03:03:23] "GET /obj-perms HTTP/1.1" 200 5080 0.003540 10.0.0.249 - - [2026-04-23 03:03:23] "GET /obj-perms HTTP/1.1" 200 5080 0.003881 10.0.0.23 - - [2026-04-23 03:03:23] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.003702 10.0.0.23 - - [2026-04-23 03:03:23] "GET /virtual-machine-interface/b02d037f-b561-4159-b6ed-31a199fe6c34 HTTP/1.1" 200 3426 0.005430 10.0.0.23 - - [2026-04-23 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.23 - - [2026-04-23 03:03:23] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004833 10.0.0.23 - - [2026-04-23 03:03:23] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003041 10.0.0.23 - - [2026-04-23 03:03:23] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007731 10.0.0.23 - - [2026-04-23 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2026-04-23 03:03:24] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004252 10.0.0.23 - - [2026-04-23 03:03:24] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003347 10.0.0.23 - - [2026-04-23 03:03:24] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006174 10.0.0.23 - - [2026-04-23 03:03:29] "POST /neutron/port HTTP/1.1" 200 1255 0.020038 10.0.0.23 - - [2026-04-23 03:03:33] "POST /neutron/security_group HTTP/1.1" 200 1457 0.035839 10.0.0.23 - - [2026-04-23 03:03:40] "POST /neutron/port HTTP/1.1" 200 1255 0.024996 10.0.0.23 - - [2026-04-23 03:03:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006977 10.0.0.23 - - [2026-04-23 03:03:45] "POST /neutron/port HTTP/1.1" 200 1255 0.018679 10.0.0.23 - - [2026-04-23 03:03:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008392 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233 HTTP/1.1" 200 1320 0.006382 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233 HTTP/1.1" 200 1320 0.004314 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-machine-interface/38a40dd6-fc12-47b5-860a-08b9ed08bbb8 HTTP/1.1" 200 3424 0.005337 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233 HTTP/1.1" 200 1320 0.004529 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-machine-interface/38a40dd6-fc12-47b5-860a-08b9ed08bbb8 HTTP/1.1" 200 3424 0.007035 10.0.0.23 - - [2026-04-23 03:03:45] "GET /instance-ip/8586ea77-2571-434d-ba6b-98eefd23343d HTTP/1.1" 200 1738 0.007905 10.0.0.23 - - [2026-04-23 03:03:45] "GET /instance-ip/91c8078e-1a20-4149-9689-a89ad95f39a3 HTTP/1.1" 200 1718 0.007072 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233 HTTP/1.1" 200 1320 0.004373 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-machine-interface/38a40dd6-fc12-47b5-860a-08b9ed08bbb8 HTTP/1.1" 200 3424 0.006570 10.0.0.23 - - [2026-04-23 03:03:45] "GET /instance-ip/8586ea77-2571-434d-ba6b-98eefd23343d HTTP/1.1" 200 1738 0.004833 10.0.0.23 - - [2026-04-23 03:03:45] "GET /instance-ip/91c8078e-1a20-4149-9689-a89ad95f39a3 HTTP/1.1" 200 1718 0.004655 10.0.0.23 - - [2026-04-23 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.23 - - [2026-04-23 03:03:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004151 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003851 10.0.0.23 - - [2026-04-23 03:03:45] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007090 10.0.0.23 - - [2026-04-23 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2026-04-23 03:03:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004331 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003633 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005965 10.0.0.23 - - [2026-04-23 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2026-04-23 03:03:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004259 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002758 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008212 10.0.0.23 - - [2026-04-23 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2026-04-23 03:03:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003954 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003712 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006144 10.0.0.23 - - [2026-04-23 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.23 - - [2026-04-23 03:03:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004322 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003397 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005711 10.0.0.23 - - [2026-04-23 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2026-04-23 03:03:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004474 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003508 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007709 10.0.0.23 - - [2026-04-23 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2026-04-23 03:03:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004872 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003491 10.0.0.23 - - [2026-04-23 03:03:46] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006447 10.0.0.23 - - [2026-04-23 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-04-23 03:03:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005482 10.0.0.23 - - [2026-04-23 03:03:47] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003639 10.0.0.23 - - [2026-04-23 03:03:47] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006272 10.0.0.23 - - [2026-04-23 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.23 - - [2026-04-23 03:03:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004121 10.0.0.23 - - [2026-04-23 03:03:47] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003300 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006057 10.0.0.23 - - [2026-04-23 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2026-04-23 03:03:48] "GET /routing-instance/4f092797-afa6-4b14-b659-d3fb07b383bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004283 10.0.0.23 - - [2026-04-23 03:03:48] "GET /route-target/a5976807-8be3-42c4-86ab-623f1b70e596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003852 10.0.0.23 - - [2026-04-23 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.23 - - [2026-04-23 03:03:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003600 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003020 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006173 10.0.0.23 - - [2026-04-23 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.23 - - [2026-04-23 03:03:48] "GET /routing-instance/4f092797-afa6-4b14-b659-d3fb07b383bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004433 10.0.0.23 - - [2026-04-23 03:03:48] "GET /route-target/a5976807-8be3-42c4-86ab-623f1b70e596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004016 10.0.0.23 - - [2026-04-23 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2026-04-23 03:03:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004470 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003695 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005684 10.0.0.23 - - [2026-04-23 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.23 - - [2026-04-23 03:03:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004551 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003423 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006335 10.0.0.23 - - [2026-04-23 03:03:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004267 10.0.0.249 - - [2026-04-23 03:03:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004371 10.0.0.23 - - [2026-04-23 03:03:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004544 10.0.0.130 - - [2026-04-23 03:03:48] "GET /obj-perms HTTP/1.1" 200 5080 0.058802 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-machine/a9b145a1-a1f2-4ab7-b51c-666989365233 HTTP/1.1" 200 1320 0.005407 10.0.0.23 - - [2026-04-23 03:03:48] "GET /virtual-machine-interface/38a40dd6-fc12-47b5-860a-08b9ed08bbb8 HTTP/1.1" 200 3424 0.006515 10.0.0.23 - - [2026-04-23 03:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.23 - - [2026-04-23 03:03:49] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004558 10.0.0.23 - - [2026-04-23 03:03:49] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004590 10.0.0.23 - - [2026-04-23 03:03:49] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006220 10.0.0.23 - - [2026-04-23 03:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2026-04-23 03:03:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004098 10.0.0.23 - - [2026-04-23 03:03:50] "GET /virtual-networks?parent_id=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003359 10.0.0.23 - - [2026-04-23 03:03:50] "GET /virtual-network/fd0639c9-ea6d-4724-a77b-9a02702658d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007278 10.0.0.23 - - [2026-04-23 03:03:51] "POST /neutron/port HTTP/1.1" 200 1255 0.018040 10.0.0.23 - - [2026-04-23 03:03:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008693 10.0.0.23 - - [2026-04-23 03:04:05] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.004598 10.0.0.23 - - [2026-04-23 03:04:05] "GET /virtual-machine-interface/b02d037f-b561-4159-b6ed-31a199fe6c34 HTTP/1.1" 200 3426 0.007027 10.0.0.23 - - [2026-04-23 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-04-23 03:04:05] "GET /security-group/9163245b-4610-42c7-ac88-1a39f0feb01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.003815 10.0.0.23 - - [2026-04-23 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2026-04-23 03:04:05] "GET /security-group/9163245b-4610-42c7-ac88-1a39f0feb01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004720 10.0.0.23 - - [2026-04-23 03:04:05] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005345 10.0.0.23 - - [2026-04-23 03:04:06] "POST /neutron/port HTTP/1.1" 200 1245 0.016063 10.0.0.23 - - [2026-04-23 03:04:06] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.008766 10.0.0.23 - - [2026-04-23 03:04:06] "GET /virtual-machine-interface/b02d037f-b561-4159-b6ed-31a199fe6c34 HTTP/1.1" 200 3370 0.011213 10.0.0.23 - - [2026-04-23 03:04:06] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008378 10.0.0.23 - - [2026-04-23 03:04:06] "POST /neutron/port HTTP/1.1" 200 1207 0.019151 10.0.0.23 - - [2026-04-23 03:04:06] "GET /virtual-machine/76e91970-5c10-4650-8995-0e792e7d479f HTTP/1.1" 200 1318 0.006204 10.0.0.23 - - [2026-04-23 03:04:06] "GET /virtual-machine-interface/b02d037f-b561-4159-b6ed-31a199fe6c34 HTTP/1.1" 200 3426 0.011869 10.0.0.23 - - [2026-04-23 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.23 - - [2026-04-23 03:04:06] "GET /security-group/9163245b-4610-42c7-ac88-1a39f0feb01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006165 10.0.0.23 - - [2026-04-23 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2026-04-23 03:04:06] "GET /security-group/9163245b-4610-42c7-ac88-1a39f0feb01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006015 10.0.0.23 - - [2026-04-23 03:04:06] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004568 10.0.0.23 - - [2026-04-23 03:04:06] "POST /fqname-to-id HTTP/1.1" 404 249 0.004048 10.0.0.23 - - [2026-04-23 03:04:06] "POST /neutron/port HTTP/1.1" 200 1217 0.038611 10.0.0.23 - - [2026-04-23 03:04:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.022930 10.0.0.23 - - [2026-04-23 03:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.23 - - [2026-04-23 03:04:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.003682 10.0.0.249 - - [2026-04-23 03:04:07] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001284 10.0.0.23 - - [2026-04-23 03:04:07] "POST /neutron/security_group HTTP/1.1" 200 153 0.067703 10.0.0.23 - - [2026-04-23 03:04:07] "POST /neutron/network HTTP/1.1" 200 1112 0.009906 10.0.0.23 - - [2026-04-23 03:04:09] "POST /neutron/network HTTP/1.1" 400 204 0.014097 10.0.0.23 - - [2026-04-23 03:04:13] "POST /neutron/network HTTP/1.1" 200 1112 0.011223 10.0.0.23 - - [2026-04-23 03:04:14] "POST /neutron/port HTTP/1.1" 200 1217 0.020449 10.0.0.23 - - [2026-04-23 03:04:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004079 10.0.0.23 - - [2026-04-23 03:04:14] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.23 - - [2026-04-23 03:04:15] "POST /neutron/network HTTP/1.1" 400 204 0.015278 10.0.0.23 - - [2026-04-23 03:04:19] "POST /neutron/network HTTP/1.1" 200 1112 0.009830 10.0.0.23 - - [2026-04-23 03:04:21] "POST /neutron/network HTTP/1.1" 400 204 0.015745 10.0.0.23 - - [2026-04-23 03:04:25] "POST /neutron/network HTTP/1.1" 200 1112 0.010428 10.0.0.23 - - [2026-04-23 03:04:27] "POST /neutron/network HTTP/1.1" 400 204 0.016660 10.0.0.23 - - [2026-04-23 03:04:32] "POST /neutron/network HTTP/1.1" 200 1112 0.016434 10.0.0.23 - - [2026-04-23 03:04:34] "POST /neutron/network HTTP/1.1" 400 204 0.014196 10.0.0.23 - - [2026-04-23 03:04:36] "GET /obj-perms HTTP/1.1" 200 5056 0.048554 10.0.0.23 - - [2026-04-23 03:04:38] "POST /neutron/network HTTP/1.1" 200 1112 0.009691 10.0.0.23 - - [2026-04-23 03:04:40] "POST /neutron/network HTTP/1.1" 400 204 0.015136 10.0.0.23 - - [2026-04-23 03:04:44] "POST /neutron/network HTTP/1.1" 200 1112 0.010040 10.0.0.23 - - [2026-04-23 03:04:46] "POST /neutron/network HTTP/1.1" 400 204 0.015138 10.0.0.23 - - [2026-04-23 03:04:50] "POST /neutron/network HTTP/1.1" 200 1112 0.009519 10.0.0.23 - - [2026-04-23 03:04:52] "POST /neutron/network HTTP/1.1" 400 204 0.013805 10.0.0.23 - - [2026-04-23 03:04:56] "POST /neutron/network HTTP/1.1" 200 1112 0.009149 10.0.0.23 - - [2026-04-23 03:04:58] "POST /neutron/network HTTP/1.1" 400 204 0.013621 10.0.0.23 - - [2026-04-23 03:05:06] "POST /neutron/network HTTP/1.1" 200 1122 0.007419 10.0.0.23 - - [2026-04-23 03:05:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014321 10.0.0.23 - - [2026-04-23 03:05:06] "POST /neutron/network HTTP/1.1" 200 1112 0.009761 10.0.0.23 - - [2026-04-23 03:05:15] "POST /neutron/network HTTP/1.1" 200 1122 0.030736 10.0.0.23 - - [2026-04-23 03:05:15] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015972 10.0.0.23 - - [2026-04-23 03:05:15] "POST /neutron/network HTTP/1.1" 200 1112 0.009964 10.0.0.130 - - [2026-04-23 03:05:36] "GET /obj-perms HTTP/1.1" 200 5056 0.047054 10.0.0.249 - - [2026-04-23 03:05:37] "GET /obj-perms HTTP/1.1" 200 5056 0.051922 10.0.0.249 - - [2026-04-23 03:05:50] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001201 10.0.0.23 - - [2026-04-23 03:05:50] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.050019 10.0.0.249 - - [2026-04-23 03:05:50] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000983 10.0.0.23 - - [2026-04-23 03:05:50] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.065429 10.0.0.249 - - [2026-04-23 03:05:52] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001098 10.0.0.23 - - [2026-04-23 03:05:52] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.037794 10.0.0.249 - - [2026-04-23 03:05:52] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001043 10.0.0.23 - - [2026-04-23 03:05:52] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.036697 10.0.0.249 - - [2026-04-23 03:05:54] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001124 10.0.0.23 - - [2026-04-23 03:05:54] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.053736 10.0.0.249 - - [2026-04-23 03:05:54] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001012 10.0.0.23 - - [2026-04-23 03:05:54] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.046094 10.0.0.249 - - [2026-04-23 03:05:56] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001727 10.0.0.23 - - [2026-04-23 03:05:56] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.038731 10.0.0.249 - - [2026-04-23 03:05:56] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001333 10.0.0.23 - - [2026-04-23 03:05:56] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.049292 10.0.0.249 - - [2026-04-23 03:05:58] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001080 10.0.0.23 - - [2026-04-23 03:05:58] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.044462 10.0.0.249 - - [2026-04-23 03:05:58] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.004096 10.0.0.23 - - [2026-04-23 03:05:58] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.047423 10.0.0.249 - - [2026-04-23 03:06:00] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001349 10.0.0.23 - - [2026-04-23 03:06:00] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.066594 10.0.0.249 - - [2026-04-23 03:06:00] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002257 10.0.0.23 - - [2026-04-23 03:06:00] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.053501 10.0.0.249 - - [2026-04-23 03:06:03] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001156 10.0.0.23 - - [2026-04-23 03:06:03] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.051741 10.0.0.249 - - [2026-04-23 03:06:03] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001057 10.0.0.23 - - [2026-04-23 03:06:03] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.040459 10.0.0.249 - - [2026-04-23 03:06:05] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001277 10.0.0.23 - - [2026-04-23 03:06:05] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.037977 10.0.0.249 - - [2026-04-23 03:06:05] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001323 10.0.0.23 - - [2026-04-23 03:06:05] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.045799 10.0.0.23 - - [2026-04-23 03:06:06] "POST /neutron/port HTTP/1.1" 200 1217 0.023400 10.0.0.23 - - [2026-04-23 03:06:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004320 10.0.0.23 - - [2026-04-23 03:06:06] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.249 - - [2026-04-23 03:06:07] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000986 10.0.0.23 - - [2026-04-23 03:06:07] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.043200 10.0.0.249 - - [2026-04-23 03:06:07] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001216 10.0.0.23 - - [2026-04-23 03:06:07] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.038439 10.0.0.249 - - [2026-04-23 03:06:09] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001104 10.0.0.23 - - [2026-04-23 03:06:09] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.045857 10.0.0.249 - - [2026-04-23 03:06:09] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001064 10.0.0.23 - - [2026-04-23 03:06:09] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.048766 10.0.0.249 - - [2026-04-23 03:06:11] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001320 10.0.0.23 - - [2026-04-23 03:06:11] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.042252 10.0.0.249 - - [2026-04-23 03:06:11] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001078 10.0.0.23 - - [2026-04-23 03:06:11] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.042956 10.0.0.249 - - [2026-04-23 03:06:13] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001050 10.0.0.23 - - [2026-04-23 03:06:13] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.051843 10.0.0.249 - - [2026-04-23 03:06:13] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001060 10.0.0.23 - - [2026-04-23 03:06:13] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.044150 10.0.0.23 - - [2026-04-23 03:06:15] "POST /neutron/port HTTP/1.1" 200 1217 0.018117 10.0.0.23 - - [2026-04-23 03:06:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.23 - - [2026-04-23 03:06:15] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.249 - - [2026-04-23 03:06:15] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000982 10.0.0.23 - - [2026-04-23 03:06:15] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.045463 10.0.0.249 - - [2026-04-23 03:06:15] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000962 10.0.0.23 - - [2026-04-23 03:06:15] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.039459 10.0.0.249 - - [2026-04-23 03:06:17] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000991 10.0.0.23 - - [2026-04-23 03:06:18] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.041510 10.0.0.249 - - [2026-04-23 03:06:18] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.23 - - [2026-04-23 03:06:18] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.037968 10.0.0.249 - - [2026-04-23 03:06:20] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001165 10.0.0.23 - - [2026-04-23 03:06:20] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.040858 10.0.0.249 - - [2026-04-23 03:06:20] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001236 10.0.0.23 - - [2026-04-23 03:06:20] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.043236 10.0.0.249 - - [2026-04-23 03:06:22] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000975 10.0.0.23 - - [2026-04-23 03:06:22] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.038244 10.0.0.249 - - [2026-04-23 03:06:22] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001032 10.0.0.23 - - [2026-04-23 03:06:22] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.042905 10.0.0.249 - - [2026-04-23 03:06:24] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001053 10.0.0.23 - - [2026-04-23 03:06:24] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.045467 10.0.0.249 - - [2026-04-23 03:06:24] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001281 10.0.0.23 - - [2026-04-23 03:06:24] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.046504 10.0.0.249 - - [2026-04-23 03:06:26] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001422 10.0.0.23 - - [2026-04-23 03:06:26] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.044307 10.0.0.249 - - [2026-04-23 03:06:26] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000967 10.0.0.23 - - [2026-04-23 03:06:26] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.036881 10.0.0.249 - - [2026-04-23 03:06:28] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001070 10.0.0.23 - - [2026-04-23 03:06:28] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.041270 10.0.0.249 - - [2026-04-23 03:06:28] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001225 10.0.0.23 - - [2026-04-23 03:06:28] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.048835 10.0.0.249 - - [2026-04-23 03:06:30] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001011 10.0.0.23 - - [2026-04-23 03:06:30] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.057283 10.0.0.249 - - [2026-04-23 03:06:30] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001242 10.0.0.23 - - [2026-04-23 03:06:30] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.047218 10.0.0.249 - - [2026-04-23 03:06:32] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000914 10.0.0.23 - - [2026-04-23 03:06:32] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.040747 10.0.0.249 - - [2026-04-23 03:06:32] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000957 10.0.0.23 - - [2026-04-23 03:06:33] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.043113 10.0.0.249 - - [2026-04-23 03:06:35] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001037 10.0.0.23 - - [2026-04-23 03:06:35] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.042032 10.0.0.249 - - [2026-04-23 03:06:35] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001060 10.0.0.23 - - [2026-04-23 03:06:35] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.044233 10.0.0.249 - - [2026-04-23 03:06:37] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001001 10.0.0.23 - - [2026-04-23 03:06:37] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.045585 10.0.0.249 - - [2026-04-23 03:06:37] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001353 10.0.0.23 - - [2026-04-23 03:06:37] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.039750 10.0.0.249 - - [2026-04-23 03:06:39] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001049 10.0.0.23 - - [2026-04-23 03:06:39] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.039243 10.0.0.249 - - [2026-04-23 03:06:39] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001501 10.0.0.23 - - [2026-04-23 03:06:39] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.035057 10.0.0.249 - - [2026-04-23 03:06:41] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001196 10.0.0.23 - - [2026-04-23 03:06:41] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.039812 10.0.0.249 - - [2026-04-23 03:06:41] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001182 10.0.0.23 - - [2026-04-23 03:06:41] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.042237 10.0.0.249 - - [2026-04-23 03:06:43] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000964 10.0.0.23 - - [2026-04-23 03:06:43] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.042257 10.0.0.249 - - [2026-04-23 03:06:43] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001634 10.0.0.23 - - [2026-04-23 03:06:43] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.053763 10.0.0.249 - - [2026-04-23 03:06:45] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002985 10.0.0.23 - - [2026-04-23 03:06:45] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.050684 10.0.0.249 - - [2026-04-23 03:06:45] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000938 10.0.0.23 - - [2026-04-23 03:06:45] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.040147 10.0.0.249 - - [2026-04-23 03:06:47] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001218 10.0.0.23 - - [2026-04-23 03:06:47] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.047002 10.0.0.249 - - [2026-04-23 03:06:47] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001027 10.0.0.23 - - [2026-04-23 03:06:47] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.045323 10.0.0.249 - - [2026-04-23 03:06:50] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000916 10.0.0.23 - - [2026-04-23 03:06:50] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.037708 10.0.0.249 - - [2026-04-23 03:06:50] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001080 10.0.0.23 - - [2026-04-23 03:06:50] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.044497 10.0.0.249 - - [2026-04-23 03:06:52] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001053 10.0.0.23 - - [2026-04-23 03:06:52] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.035560 10.0.0.249 - - [2026-04-23 03:06:52] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001213 10.0.0.23 - - [2026-04-23 03:06:52] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.081736 10.0.0.249 - - [2026-04-23 03:06:54] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001241 10.0.0.23 - - [2026-04-23 03:06:54] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.044178 10.0.0.249 - - [2026-04-23 03:06:54] "GET /projects?obj_uuids=4f02e4b9-664b-48f9-bdc1-c16aab0402be&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001012 10.0.0.23 - - [2026-04-23 03:06:54] "GET /project/4f02e4b9-664b-48f9-bdc1-c16aab0402be?fields=virtual_networks HTTP/1.1" 200 1393 0.039544 10.0.0.23 - - [2026-04-23 03:06:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.027529 10.0.0.249 - - [2026-04-23 03:06:54] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003569 10.0.0.249 - - [2026-04-23 03:06:54] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.249 - - [2026-04-23 03:06:54] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007021 10.0.0.249 - - [2026-04-23 03:06:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.005641 10.0.0.249 - - [2026-04-23 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.005387 10.0.0.249 - - [2026-04-23 03:06:55] "POST /security-groups HTTP/1.1" 200 621 0.080666 10.0.0.249 - - [2026-04-23 03:06:55] "POST /projects HTTP/1.1" 200 645 0.304982 10.0.0.130 - - [2026-04-23 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 264 0.037419 10.0.0.249 - - [2026-04-23 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.379812 10.0.0.23 - - [2026-04-23 03:06:55] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.519867 10.0.0.130 - - [2026-04-23 03:06:55] "POST /access-control-lists HTTP/1.1" 200 626 0.024998 10.0.0.23 - - [2026-04-23 03:06:56] "GET / HTTP/1.1" 200 36215 0.001889 10.0.0.249 - - [2026-04-23 03:06:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.249 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.130 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.130 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.130 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.130 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.249 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.249 - - [2026-04-23 03:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-04-23 03:06:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2026-04-23 03:06:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.23 - - [2026-04-23 03:06:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-04-23 03:06:58] "POST /fqname-to-id HTTP/1.1" 404 254 0.055048 10.0.0.23 - - [2026-04-23 03:06:58] "POST /security-groups HTTP/1.1" 200 597 0.038563 10.0.0.23 - - [2026-04-23 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.130 - - [2026-04-23 03:06:58] "POST /fqname-to-id HTTP/1.1" 404 285 0.005181 10.0.0.23 - - [2026-04-23 03:06:58] "GET /security-group/3956b5a2-ec0a-40e5-a2fd-89d40f6e8014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.019303 10.0.0.23 - - [2026-04-23 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.23 - - [2026-04-23 03:06:59] "GET /security-group/3956b5a2-ec0a-40e5-a2fd-89d40f6e8014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004575 10.0.0.23 - - [2026-04-23 03:06:59] "DELETE /security-group/3956b5a2-ec0a-40e5-a2fd-89d40f6e8014 HTTP/1.1" 200 115 0.058063 10.0.0.23 - - [2026-04-23 03:06:59] "POST /fqname-to-id HTTP/1.1" 404 254 0.011798 10.0.0.130 - - [2026-04-23 03:06:59] "DELETE /access-control-list/8f17b6e9-179f-44c7-be83-6bb99e350be8 HTTP/1.1" 200 115 0.027590 10.0.0.23 - - [2026-04-23 03:07:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.003197 10.0.0.23 - - [2026-04-23 03:07:00] "POST /security-groups HTTP/1.1" 200 597 0.037161 10.0.0.23 - - [2026-04-23 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.130 - - [2026-04-23 03:07:00] "POST /fqname-to-id HTTP/1.1" 404 285 0.010793 10.0.0.23 - - [2026-04-23 03:07:00] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006116 10.0.0.23 - - [2026-04-23 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.23 - - [2026-04-23 03:07:00] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004321 10.0.0.249 - - [2026-04-23 03:07:00] "DELETE /project/c43475b2083743bbbb6352f2d1cbb825 HTTP/1.1" 404 173 0.004600 10.0.0.23 - - [2026-04-23 03:07:00] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005070 10.0.0.23 - - [2026-04-23 03:07:00] "PUT /security-group/c788670a-3f28-4068-9fc0-b10471987083 HTTP/1.1" 200 263 0.023395 10.0.0.23 - - [2026-04-23 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.130 - - [2026-04-23 03:07:00] "PUT /access-control-list/1f20f235-6e78-4dc6-95e3-e79f6e6c3132 HTTP/1.1" 200 273 0.022739 10.0.0.249 - - [2026-04-23 03:07:00] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002517 10.0.0.23 - - [2026-04-23 03:07:00] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.060597 10.0.0.249 - - [2026-04-23 03:07:00] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001192 10.0.0.23 - - [2026-04-23 03:07:01] "POST /neutron/network HTTP/1.1" 200 735 0.175829 10.0.0.23 - - [2026-04-23 03:07:01] "POST /id-to-fqname HTTP/1.1" 200 300 0.006115 10.0.0.23 - - [2026-04-23 03:07:01] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006018 10.0.0.23 - - [2026-04-23 03:07:01] "POST /neutron/network HTTP/1.1" 200 954 0.008846 10.0.0.23 - - [2026-04-23 03:07:01] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008165 10.0.0.23 - - [2026-04-23 03:07:01] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006409 10.0.0.23 - - [2026-04-23 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 300 0.001392 10.0.0.23 - - [2026-04-23 03:07:03] "POST /neutron/port HTTP/1.1" 200 2280 0.023225 10.0.0.249 - - [2026-04-23 03:07:04] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001510 10.0.0.23 - - [2026-04-23 03:07:04] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.077320 10.0.0.23 - - [2026-04-23 03:07:04] "POST /neutron/network HTTP/1.1" 200 954 0.032345 10.0.0.23 - - [2026-04-23 03:07:04] "POST /id-to-fqname HTTP/1.1" 200 300 0.001333 10.0.0.23 - - [2026-04-23 03:07:04] "POST /neutron/port HTTP/1.1" 200 2280 0.028630 10.0.0.23 - - [2026-04-23 03:07:04] "POST /neutron/network HTTP/1.1" 200 964 0.008743 10.0.0.23 - - [2026-04-23 03:07:05] "POST /neutron/port HTTP/1.1" 200 1090 0.020883 10.0.0.23 - - [2026-04-23 03:07:05] "POST /neutron/port HTTP/1.1" 200 1155 0.019763 10.0.0.23 - - [2026-04-23 03:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.249 - - [2026-04-23 03:07:05] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001007 10.0.0.23 - - [2026-04-23 03:07:05] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.089844 10.0.0.23 - - [2026-04-23 03:07:05] "POST /neutron/port HTTP/1.1" 200 3281 0.029433 10.0.0.23 - - [2026-04-23 03:07:05] "POST /neutron/port HTTP/1.1" 200 1155 0.017975 10.0.0.249 - - [2026-04-23 03:07:06] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001230 10.0.0.23 - - [2026-04-23 03:07:06] "POST /neutron/security_group HTTP/1.1" 200 3298 0.057154 10.0.0.23 - - [2026-04-23 03:07:06] "POST /neutron/port HTTP/1.1" 200 1090 0.042131 10.0.0.23 - - [2026-04-23 03:07:06] "POST /neutron/port HTTP/1.1" 200 1155 0.022040 10.0.0.23 - - [2026-04-23 03:07:06] "POST /neutron/network HTTP/1.1" 200 1122 0.006769 10.0.0.23 - - [2026-04-23 03:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.001592 10.0.0.23 - - [2026-04-23 03:07:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017350 10.0.0.23 - - [2026-04-23 03:07:06] "POST /neutron/network HTTP/1.1" 200 1112 0.012294 10.0.0.23 - - [2026-04-23 03:07:11] "POST /neutron/port HTTP/1.1" 200 1155 0.019127 10.0.0.23 - - [2026-04-23 03:07:11] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007421 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.031192 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.004736 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine-interface/842fa43f-cd02-41b6-b874-afc671f97a97 HTTP/1.1" 200 3270 0.005083 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.003678 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine-interface/842fa43f-cd02-41b6-b874-afc671f97a97 HTTP/1.1" 200 3270 0.005578 10.0.0.23 - - [2026-04-23 03:07:11] "GET /instance-ip/c3776fb7-1857-4937-b2df-68a3fd98ab7a HTTP/1.1" 200 1734 0.006776 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.004608 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-machine-interface/842fa43f-cd02-41b6-b874-afc671f97a97 HTTP/1.1" 200 3270 0.006696 10.0.0.23 - - [2026-04-23 03:07:11] "GET /instance-ip/c3776fb7-1857-4937-b2df-68a3fd98ab7a HTTP/1.1" 200 1734 0.004702 10.0.0.23 - - [2026-04-23 03:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.23 - - [2026-04-23 03:07:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004054 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003549 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006123 10.0.0.23 - - [2026-04-23 03:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.23 - - [2026-04-23 03:07:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004894 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003171 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005905 10.0.0.23 - - [2026-04-23 03:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.23 - - [2026-04-23 03:07:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004161 10.0.0.23 - - [2026-04-23 03:07:11] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003704 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006006 10.0.0.23 - - [2026-04-23 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.23 - - [2026-04-23 03:07:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004008 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003678 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005913 10.0.0.23 - - [2026-04-23 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2026-04-23 03:07:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004747 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003504 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006488 10.0.0.23 - - [2026-04-23 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2026-04-23 03:07:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004268 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003472 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007408 10.0.0.23 - - [2026-04-23 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2026-04-23 03:07:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003989 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003959 10.0.0.23 - - [2026-04-23 03:07:12] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005942 10.0.0.23 - - [2026-04-23 03:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.23 - - [2026-04-23 03:07:15] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005555 10.0.0.23 - - [2026-04-23 03:07:16] "POST /neutron/port HTTP/1.1" 200 1217 0.019129 10.0.0.23 - - [2026-04-23 03:07:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004545 10.0.0.23 - - [2026-04-23 03:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.23 - - [2026-04-23 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2026-04-23 03:07:19] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005473 10.0.0.23 - - [2026-04-23 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2026-04-23 03:07:23] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005446 10.0.0.23 - - [2026-04-23 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.23 - - [2026-04-23 03:07:27] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007377 10.0.0.23 - - [2026-04-23 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.23 - - [2026-04-23 03:07:32] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006778 10.0.0.23 - - [2026-04-23 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-04-23 03:07:36] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005178 10.0.0.23 - - [2026-04-23 03:07:38] "GET /obj-perms HTTP/1.1" 200 5056 0.056538 10.0.0.23 - - [2026-04-23 03:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.23 - - [2026-04-23 03:07:40] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005103 10.0.0.23 - - [2026-04-23 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2026-04-23 03:07:44] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005994 10.0.0.23 - - [2026-04-23 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2026-04-23 03:07:48] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005445 10.0.0.23 - - [2026-04-23 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2026-04-23 03:07:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003657 10.0.0.23 - - [2026-04-23 03:07:50] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002946 10.0.0.23 - - [2026-04-23 03:07:50] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006010 10.0.0.23 - - [2026-04-23 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.23 - - [2026-04-23 03:07:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004158 10.0.0.23 - - [2026-04-23 03:07:50] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003838 10.0.0.23 - - [2026-04-23 03:07:50] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007645 10.0.0.23 - - [2026-04-23 03:07:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.23 - - [2026-04-23 03:07:51] "GET /routing-instance/807e96eb-bffb-427b-9951-422ea09af3c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.007001 10.0.0.23 - - [2026-04-23 03:07:51] "GET /route-target/eaba043d-5925-4231-a675-13a76914d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003865 10.0.0.23 - - [2026-04-23 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-04-23 03:07:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004263 10.0.0.23 - - [2026-04-23 03:07:51] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003051 10.0.0.23 - - [2026-04-23 03:07:51] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006036 10.0.0.23 - - [2026-04-23 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2026-04-23 03:07:51] "GET /routing-instance/807e96eb-bffb-427b-9951-422ea09af3c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004850 10.0.0.23 - - [2026-04-23 03:07:51] "GET /route-target/eaba043d-5925-4231-a675-13a76914d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006221 10.0.0.23 - - [2026-04-23 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.23 - - [2026-04-23 03:07:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004414 10.0.0.23 - - [2026-04-23 03:07:51] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003540 10.0.0.23 - - [2026-04-23 03:07:51] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006623 10.0.0.23 - - [2026-04-23 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2026-04-23 03:07:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005450 10.0.0.23 - - [2026-04-23 03:07:51] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003743 10.0.0.23 - - [2026-04-23 03:07:51] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007754 10.0.0.249 - - [2026-04-23 03:07:51] "GET /obj-perms HTTP/1.1" 200 5090 0.057227 10.0.0.23 - - [2026-04-23 03:07:51] "GET /obj-perms HTTP/1.1" 200 5090 0.054956 10.0.0.23 - - [2026-04-23 03:07:51] "GET /obj-perms HTTP/1.1" 200 5090 0.003910 10.0.0.23 - - [2026-04-23 03:07:52] "GET /obj-perms HTTP/1.1" 200 5090 0.004378 10.0.0.130 - - [2026-04-23 03:07:52] "GET /obj-perms HTTP/1.1" 200 5090 0.052368 10.0.0.249 - - [2026-04-23 03:07:52] "GET /obj-perms HTTP/1.1" 200 5090 0.004755 10.0.0.23 - - [2026-04-23 03:07:52] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.004932 10.0.0.23 - - [2026-04-23 03:07:52] "GET /virtual-machine-interface/842fa43f-cd02-41b6-b874-afc671f97a97 HTTP/1.1" 200 3270 0.005634 10.0.0.23 - - [2026-04-23 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.23 - - [2026-04-23 03:07:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003992 10.0.0.23 - - [2026-04-23 03:07:52] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004323 10.0.0.23 - - [2026-04-23 03:07:52] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006025 10.0.0.23 - - [2026-04-23 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-04-23 03:07:53] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003935 10.0.0.23 - - [2026-04-23 03:07:53] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002978 10.0.0.23 - - [2026-04-23 03:07:53] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005751 10.0.0.23 - - [2026-04-23 03:07:53] "POST /neutron/port HTTP/1.1" 200 1155 0.019549 10.0.0.23 - - [2026-04-23 03:07:58] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008769 10.0.0.23 - - [2026-04-23 03:08:03] "POST /neutron/port HTTP/1.1" 200 1155 0.017906 10.0.0.23 - - [2026-04-23 03:08:07] "POST /neutron/port HTTP/1.1" 200 1217 0.016430 10.0.0.23 - - [2026-04-23 03:08:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.23 - - [2026-04-23 03:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.23 - - [2026-04-23 03:08:09] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007473 10.0.0.23 - - [2026-04-23 03:08:14] "POST /neutron/port HTTP/1.1" 200 1155 0.019740 10.0.0.23 - - [2026-04-23 03:08:14] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007968 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 200 1325 0.006545 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 200 1325 0.004071 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-machine-interface/397e15a3-06e6-48ae-92f9-c05c45d0d4ce HTTP/1.1" 200 3270 0.006084 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 200 1325 0.004692 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-machine-interface/397e15a3-06e6-48ae-92f9-c05c45d0d4ce HTTP/1.1" 200 3270 0.006152 10.0.0.23 - - [2026-04-23 03:08:14] "GET /instance-ip/cabc459b-8c7c-4930-bf4a-0b4bc663b095 HTTP/1.1" 200 1734 0.007735 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 200 1325 0.004197 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-machine-interface/397e15a3-06e6-48ae-92f9-c05c45d0d4ce HTTP/1.1" 200 3270 0.005479 10.0.0.23 - - [2026-04-23 03:08:14] "GET /instance-ip/cabc459b-8c7c-4930-bf4a-0b4bc663b095 HTTP/1.1" 200 1734 0.004418 10.0.0.23 - - [2026-04-23 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-04-23 03:08:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003799 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003072 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007122 10.0.0.23 - - [2026-04-23 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.23 - - [2026-04-23 03:08:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003904 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003310 10.0.0.23 - - [2026-04-23 03:08:14] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005355 10.0.0.23 - - [2026-04-23 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2026-04-23 03:08:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006564 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003086 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005594 10.0.0.23 - - [2026-04-23 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2026-04-23 03:08:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003782 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003134 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006082 10.0.0.23 - - [2026-04-23 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2026-04-23 03:08:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004004 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003390 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005564 10.0.0.23 - - [2026-04-23 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.23 - - [2026-04-23 03:08:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005077 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003297 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005670 10.0.0.23 - - [2026-04-23 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.23 - - [2026-04-23 03:08:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004027 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003217 10.0.0.23 - - [2026-04-23 03:08:15] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006881 10.0.0.23 - - [2026-04-23 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2026-04-23 03:08:16] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003692 10.0.0.23 - - [2026-04-23 03:08:16] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003513 10.0.0.23 - - [2026-04-23 03:08:16] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005701 10.0.0.23 - - [2026-04-23 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.23 - - [2026-04-23 03:08:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004267 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003372 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006086 10.0.0.23 - - [2026-04-23 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.23 - - [2026-04-23 03:08:17] "GET /routing-instance/807e96eb-bffb-427b-9951-422ea09af3c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004864 10.0.0.23 - - [2026-04-23 03:08:17] "GET /route-target/eaba043d-5925-4231-a675-13a76914d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004898 10.0.0.23 - - [2026-04-23 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.23 - - [2026-04-23 03:08:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004099 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003913 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005623 10.0.0.23 - - [2026-04-23 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.23 - - [2026-04-23 03:08:17] "GET /routing-instance/807e96eb-bffb-427b-9951-422ea09af3c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004620 10.0.0.23 - - [2026-04-23 03:08:17] "GET /route-target/eaba043d-5925-4231-a675-13a76914d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004157 10.0.0.23 - - [2026-04-23 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.23 - - [2026-04-23 03:08:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004137 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003584 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006477 10.0.0.23 - - [2026-04-23 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-04-23 03:08:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005242 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004322 10.0.0.23 - - [2026-04-23 03:08:17] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006284 10.0.0.23 - - [2026-04-23 03:08:17] "GET /obj-perms HTTP/1.1" 200 5090 0.003943 10.0.0.249 - - [2026-04-23 03:08:17] "GET /obj-perms HTTP/1.1" 200 5090 0.003696 10.0.0.23 - - [2026-04-23 03:08:17] "GET /obj-perms HTTP/1.1" 200 5090 0.003545 10.0.0.130 - - [2026-04-23 03:08:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004362 10.0.0.23 - - [2026-04-23 03:08:18] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 200 1325 0.003635 10.0.0.23 - - [2026-04-23 03:08:18] "GET /virtual-machine-interface/397e15a3-06e6-48ae-92f9-c05c45d0d4ce HTTP/1.1" 200 3270 0.006741 10.0.0.23 - - [2026-04-23 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.23 - - [2026-04-23 03:08:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003562 10.0.0.23 - - [2026-04-23 03:08:18] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005085 10.0.0.23 - - [2026-04-23 03:08:18] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006128 10.0.0.23 - - [2026-04-23 03:08:18] "POST /neutron/port HTTP/1.1" 200 1155 0.021039 10.0.0.23 - - [2026-04-23 03:08:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004342 10.0.0.23 - - [2026-04-23 03:08:18] "POST /neutron/network HTTP/1.1" 200 954 0.007353 10.0.0.23 - - [2026-04-23 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.23 - - [2026-04-23 03:08:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003966 10.0.0.23 - - [2026-04-23 03:08:19] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003636 10.0.0.23 - - [2026-04-23 03:08:19] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006918 10.0.0.23 - - [2026-04-23 03:08:24] "POST /neutron/port HTTP/1.1" 200 1155 0.020731 10.0.0.23 - - [2026-04-23 03:08:26] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006456 10.0.0.23 - - [2026-04-23 03:08:34] "POST /neutron/port HTTP/1.1" 200 1155 0.018560 10.0.0.23 - - [2026-04-23 03:08:40] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.005054 10.0.0.23 - - [2026-04-23 03:08:40] "GET /virtual-machine-interface/842fa43f-cd02-41b6-b874-afc671f97a97 HTTP/1.1" 200 3270 0.005698 10.0.0.23 - - [2026-04-23 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2026-04-23 03:08:40] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004622 10.0.0.23 - - [2026-04-23 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2026-04-23 03:08:40] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004871 10.0.0.23 - - [2026-04-23 03:08:40] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007900 10.0.0.23 - - [2026-04-23 03:08:40] "POST /neutron/port HTTP/1.1" 200 1144 0.016158 10.0.0.23 - - [2026-04-23 03:08:40] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.004447 10.0.0.23 - - [2026-04-23 03:08:40] "GET /virtual-machine-interface/842fa43f-cd02-41b6-b874-afc671f97a97 HTTP/1.1" 200 3209 0.007738 10.0.0.23 - - [2026-04-23 03:08:40] "POST /neutron/port HTTP/1.1" 200 1116 0.018389 10.0.0.23 - - [2026-04-23 03:08:40] "POST /neutron/port HTTP/1.1" 200 1144 0.066225 10.0.0.23 - - [2026-04-23 03:08:40] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.003844 10.0.0.23 - - [2026-04-23 03:08:40] "GET /virtual-machine-interface/842fa43f-cd02-41b6-b874-afc671f97a97 HTTP/1.1" 200 3270 0.004987 10.0.0.23 - - [2026-04-23 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.23 - - [2026-04-23 03:08:40] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.003544 10.0.0.23 - - [2026-04-23 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.23 - - [2026-04-23 03:08:40] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004623 10.0.0.23 - - [2026-04-23 03:08:40] "DELETE /security-group/c788670a-3f28-4068-9fc0-b10471987083 HTTP/1.1" 409 338 0.008729 10.0.0.23 - - [2026-04-23 03:09:08] "POST /neutron/port HTTP/1.1" 200 1155 0.019106 10.0.0.23 - - [2026-04-23 03:09:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.009707 10.0.0.23 - - [2026-04-23 03:09:20] "POST /neutron/port HTTP/1.1" 200 1217 0.022029 10.0.0.23 - - [2026-04-23 03:09:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004453 10.0.0.23 - - [2026-04-23 03:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.23 - - [2026-04-23 03:10:09] "POST /neutron/port HTTP/1.1" 200 1217 0.020441 10.0.0.23 - - [2026-04-23 03:10:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004128 10.0.0.23 - - [2026-04-23 03:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.23 - - [2026-04-23 03:10:21] "POST /neutron/port HTTP/1.1" 200 1155 0.045754 10.0.0.23 - - [2026-04-23 03:10:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003781 10.0.0.23 - - [2026-04-23 03:10:21] "POST /neutron/network HTTP/1.1" 200 954 0.006421 10.0.0.249 - - [2026-04-23 03:10:40] "GET /obj-perms HTTP/1.1" 200 5056 0.055198 10.0.0.23 - - [2026-04-23 03:10:40] "GET /obj-perms HTTP/1.1" 200 5056 0.049776 10.0.0.23 - - [2026-04-23 03:10:41] "GET /security-group/c788670a-3f28-4068-9fc0-b10471987083?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004715 10.0.0.23 - - [2026-04-23 03:10:41] "PUT /security-group/c788670a-3f28-4068-9fc0-b10471987083 HTTP/1.1" 200 263 0.015195 10.0.0.130 - - [2026-04-23 03:10:41] "PUT /access-control-list/3ce779b2-a14e-4056-9c3c-336b75c0ae27 HTTP/1.1" 200 273 0.015561 10.0.0.23 - - [2026-04-23 03:10:44] "POST /neutron/port HTTP/1.1" 200 1144 0.016318 10.0.0.23 - - [2026-04-23 03:10:44] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 200 1325 0.008328 10.0.0.23 - - [2026-04-23 03:10:44] "POST /neutron/port HTTP/1.1" 200 1116 0.019365 10.0.0.23 - - [2026-04-23 03:10:46] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 404 171 0.003386 10.0.0.23 - - [2026-04-23 03:10:46] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 404 171 0.003107 10.0.0.23 - - [2026-04-23 03:10:46] "GET /virtual-machine/8c823016-52bd-4365-afc1-0da8550e86ed HTTP/1.1" 404 171 0.002682 10.0.0.23 - - [2026-04-23 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2026-04-23 03:10:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004297 10.0.0.23 - - [2026-04-23 03:10:46] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003531 10.0.0.23 - - [2026-04-23 03:10:46] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005795 10.0.0.23 - - [2026-04-23 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.23 - - [2026-04-23 03:10:46] "GET /routing-instance/807e96eb-bffb-427b-9951-422ea09af3c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004650 10.0.0.23 - - [2026-04-23 03:10:46] "GET /route-target/eaba043d-5925-4231-a675-13a76914d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003756 10.0.0.130 - - [2026-04-23 03:10:46] "GET /obj-perms HTTP/1.1" 200 5090 0.004359 10.0.0.23 - - [2026-04-23 03:10:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004731 10.0.0.130 - - [2026-04-23 03:10:56] "GET /obj-perms HTTP/1.1" 200 5090 0.004165 10.0.0.23 - - [2026-04-23 03:11:02] "GET /obj-perms HTTP/1.1" 200 5090 0.004261 10.0.0.130 - - [2026-04-23 03:11:05] "GET /obj-perms HTTP/1.1" 200 5090 0.003933 10.0.0.23 - - [2026-04-23 03:11:11] "GET /obj-perms HTTP/1.1" 200 5090 0.004017 10.0.0.130 - - [2026-04-23 03:11:14] "GET /obj-perms HTTP/1.1" 200 5090 0.004267 10.0.0.23 - - [2026-04-23 03:11:14] "GET /obj-perms HTTP/1.1" 200 5090 0.004564 10.0.0.23 - - [2026-04-23 03:11:14] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007515 10.0.0.23 - - [2026-04-23 03:11:14] "POST /neutron/port HTTP/1.1" 200 1144 0.013779 10.0.0.23 - - [2026-04-23 03:11:14] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 200 1324 0.004132 10.0.0.23 - - [2026-04-23 03:11:15] "POST /neutron/port HTTP/1.1" 200 1106 0.019614 10.0.0.23 - - [2026-04-23 03:11:16] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 404 171 0.003204 10.0.0.23 - - [2026-04-23 03:11:16] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 404 171 0.003325 10.0.0.23 - - [2026-04-23 03:11:17] "GET /virtual-machine/37089628-8b15-4e09-b275-dc918faa533f HTTP/1.1" 404 171 0.003010 10.0.0.23 - - [2026-04-23 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.23 - - [2026-04-23 03:11:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004368 10.0.0.23 - - [2026-04-23 03:11:17] "GET /virtual-networks?parent_id=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003697 10.0.0.23 - - [2026-04-23 03:11:17] "GET /virtual-network/707d10bf-38bc-4dd1-b682-9a35cbf2c944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006561 10.0.0.23 - - [2026-04-23 03:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.23 - - [2026-04-23 03:11:17] "GET /routing-instance/807e96eb-bffb-427b-9951-422ea09af3c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1708 0.004959 10.0.0.23 - - [2026-04-23 03:11:17] "GET /route-target/eaba043d-5925-4231-a675-13a76914d05b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004001 10.0.0.23 - - [2026-04-23 03:11:20] "GET /obj-perms HTTP/1.1" 200 5090 0.004510 10.0.0.23 - - [2026-04-23 03:11:22] "POST /neutron/port HTTP/1.1" 200 1217 0.017985 10.0.0.23 - - [2026-04-23 03:11:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003778 10.0.0.23 - - [2026-04-23 03:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.23 - - [2026-04-23 03:11:23] "GET /obj-perms HTTP/1.1" 200 5090 0.003971 10.0.0.23 - - [2026-04-23 03:11:29] "GET /obj-perms HTTP/1.1" 200 5090 0.004706 10.0.0.23 - - [2026-04-23 03:11:32] "GET /obj-perms HTTP/1.1" 200 5090 0.004112 10.0.0.23 - - [2026-04-23 03:11:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004564 10.0.0.23 - - [2026-04-23 03:11:42] "GET /obj-perms HTTP/1.1" 200 5090 0.004301 10.0.0.23 - - [2026-04-23 03:11:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004307 10.0.0.130 - - [2026-04-23 03:11:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004405 10.0.0.249 - - [2026-04-23 03:11:45] "GET /obj-perms HTTP/1.1" 200 5090 0.003835 10.0.0.130 - - [2026-04-23 03:11:45] "DELETE /route-target/eaba043d-5925-4231-a675-13a76914d05b HTTP/1.1" 200 115 0.034898 10.0.0.249 - - [2026-04-23 03:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.071154 10.0.0.249 - - [2026-04-23 03:11:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.23 - - [2026-04-23 03:11:45] "POST /neutron/network HTTP/1.1" 200 151 0.201523 10.0.0.23 - - [2026-04-23 03:11:45] "DELETE /security-group/c788670a-3f28-4068-9fc0-b10471987083 HTTP/1.1" 200 115 0.044762 10.0.0.23 - - [2026-04-23 03:11:45] "POST /fqname-to-id HTTP/1.1" 404 254 0.004146 10.0.0.249 - - [2026-04-23 03:11:47] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001074 10.0.0.23 - - [2026-04-23 03:11:47] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.071209 10.0.0.249 - - [2026-04-23 03:11:47] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002335 10.0.0.23 - - [2026-04-23 03:11:47] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?fields=virtual_networks HTTP/1.1" 200 1095 0.045341 10.0.0.249 - - [2026-04-23 03:11:47] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000925 10.0.0.23 - - [2026-04-23 03:11:47] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?fields=virtual_machine_interfaces HTTP/1.1" 200 1095 0.038249 10.0.0.249 - - [2026-04-23 03:11:47] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000984 10.0.0.23 - - [2026-04-23 03:11:47] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?fields=security_groups HTTP/1.1" 200 1352 0.044799 10.0.0.23 - - [2026-04-23 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 209 0.029573 10.0.0.249 - - [2026-04-23 03:11:48] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003702 10.0.0.249 - - [2026-04-23 03:11:48] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.249 - - [2026-04-23 03:11:48] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039860 10.0.0.249 - - [2026-04-23 03:11:48] "POST /id-to-fqname HTTP/1.1" 200 212 0.004038 10.0.0.249 - - [2026-04-23 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 222 0.009619 10.0.0.249 - - [2026-04-23 03:11:48] "POST /security-groups HTTP/1.1" 200 612 0.085248 10.0.0.130 - - [2026-04-23 03:11:49] "POST /fqname-to-id HTTP/1.1" 404 255 0.004444 10.0.0.249 - - [2026-04-23 03:11:49] "POST /projects HTTP/1.1" 200 627 0.293811 10.0.0.249 - - [2026-04-23 03:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.367157 10.0.0.130 - - [2026-04-23 03:11:49] "POST /access-control-lists HTTP/1.1" 200 617 0.031648 10.0.0.23 - - [2026-04-23 03:11:49] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.554087 10.0.0.23 - - [2026-04-23 03:11:50] "GET / HTTP/1.1" 200 36215 0.001658 10.0.0.23 - - [2026-04-23 03:11:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2026-04-23 03:11:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.051666 10.0.0.130 - - [2026-04-23 03:11:52] "POST /fqname-to-id HTTP/1.1" 404 276 0.006843 10.0.0.130 - - [2026-04-23 03:11:52] "PUT /access-control-list/0831a677-d55c-4b0b-8071-b904b7c7bde2 HTTP/1.1" 200 273 0.017110 10.0.0.23 - - [2026-04-23 03:11:52] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.043373 10.0.0.23 - - [2026-04-23 03:11:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167923 10.0.0.130 - - [2026-04-23 03:11:53] "PUT /access-control-list/0831a677-d55c-4b0b-8071-b904b7c7bde2 HTTP/1.1" 200 273 0.015493 10.0.0.23 - - [2026-04-23 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.23 - - [2026-04-23 03:11:53] "GET /security-group/8abc25bf-dfb7-4000-bd46-0dcafbd365be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005304 10.0.0.23 - - [2026-04-23 03:11:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.052478 10.0.0.23 - - [2026-04-23 03:11:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003302 10.0.0.23 - - [2026-04-23 03:11:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003151 10.0.0.130 - - [2026-04-23 03:11:54] "POST /fqname-to-id HTTP/1.1" 404 277 0.005073 10.0.0.130 - - [2026-04-23 03:11:54] "POST /access-control-lists HTTP/1.1" 200 639 0.026646 10.0.0.23 - - [2026-04-23 03:11:55] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012418 10.0.0.130 - - [2026-04-23 03:11:55] "PUT /access-control-list/9764c846-22a0-4bae-97c1-df3f42d0a4b7 HTTP/1.1" 200 273 0.083617 10.0.0.23 - - [2026-04-23 03:11:55] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.167542 10.0.0.23 - - [2026-04-23 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.23 - - [2026-04-23 03:11:55] "GET /security-group/eda5d450-3a7d-41ee-88ff-e81451f0a16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004974 10.0.0.23 - - [2026-04-23 03:11:56] "POST /neutron/security_group_rule HTTP/1.1" 200 548 0.010578 10.0.0.130 - - [2026-04-23 03:11:56] "PUT /access-control-list/9764c846-22a0-4bae-97c1-df3f42d0a4b7 HTTP/1.1" 200 273 0.019413 10.0.0.23 - - [2026-04-23 03:11:56] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.144040 10.0.0.23 - - [2026-04-23 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.249 - - [2026-04-23 03:11:56] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000948 10.0.0.23 - - [2026-04-23 03:11:56] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.147148 10.0.0.249 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.249 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.130 - - [2026-04-23 03:11:57] "POST /route-targets HTTP/1.1" 200 328 0.013694 10.0.0.249 - - [2026-04-23 03:11:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005605 10.0.0.23 - - [2026-04-23 03:11:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.172928 10.0.0.23 - - [2026-04-23 03:11:57] "POST /id-to-fqname HTTP/1.1" 200 282 0.001496 10.0.0.23 - - [2026-04-23 03:11:57] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005256 10.0.0.23 - - [2026-04-23 03:11:57] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005844 10.0.0.23 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-04-23 03:11:57] "POST /neutron/network HTTP/1.1" 200 926 0.007311 10.0.0.130 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2026-04-23 03:11:57] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006130 10.0.0.130 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.130 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.249 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.130 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.249 - - [2026-04-23 03:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.23 - - [2026-04-23 03:11:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000900 10.0.0.23 - - [2026-04-23 03:11:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2026-04-23 03:11:59] "POST /id-to-fqname HTTP/1.1" 200 282 0.001673 10.0.0.23 - - [2026-04-23 03:11:59] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007877 10.0.0.249 - - [2026-04-23 03:12:00] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001667 10.0.0.23 - - [2026-04-23 03:12:00] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.096543 10.0.0.23 - - [2026-04-23 03:12:00] "POST /neutron/port HTTP/1.1" 200 2280 0.031554 10.0.0.23 - - [2026-04-23 03:12:00] "POST /id-to-fqname HTTP/1.1" 200 282 0.001292 10.0.0.23 - - [2026-04-23 03:12:00] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007775 10.0.0.249 - - [2026-04-23 03:12:00] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001103 10.0.0.249 - - [2026-04-23 03:12:00] "DELETE /project/b733baa13c4d4d65aeb455a77af67e22 HTTP/1.1" 404 173 0.006693 10.0.0.249 - - [2026-04-23 03:12:00] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1589 0.046340 10.0.0.249 - - [2026-04-23 03:12:00] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001232 10.0.0.249 - - [2026-04-23 03:12:00] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?fields=security_groups HTTP/1.1" 200 1454 0.051226 10.0.0.249 - - [2026-04-23 03:12:01] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001042 10.0.0.249 - - [2026-04-23 03:12:01] "DELETE /security-group/631cbd75-9c0e-48ca-996c-8384f74a0a2c HTTP/1.1" 200 115 0.074360 10.0.0.249 - - [2026-04-23 03:12:01] "GET /projects?obj_uuids=c43475b2-0837-43bb-bb63-52f2d1cbb825&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001180 10.0.0.23 - - [2026-04-23 03:12:01] "POST /neutron/security_group HTTP/1.1" 200 3412 0.086935 10.0.0.130 - - [2026-04-23 03:12:01] "DELETE /access-control-list/7f7803b6-74ca-4374-adb2-684b2a7f1598 HTTP/1.1" 200 115 0.036795 10.0.0.249 - - [2026-04-23 03:12:01] "GET /project/c43475b2-0837-43bb-bb63-52f2d1cbb825?fields=application_policy_sets HTTP/1.1" 200 1493 0.102097 10.0.0.249 - - [2026-04-23 03:12:01] "DELETE /project/c43475b2-0837-43bb-bb63-52f2d1cbb825 HTTP/1.1" 409 225 0.437746 10.0.0.23 - - [2026-04-23 03:12:01] "POST /neutron/port HTTP/1.1" 200 1080 0.031416 10.0.0.249 - - [2026-04-23 03:12:01] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001941 10.0.0.23 - - [2026-04-23 03:12:01] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.113544 10.0.0.23 - - [2026-04-23 03:12:02] "POST /neutron/network HTTP/1.1" 200 926 0.009074 10.0.0.23 - - [2026-04-23 03:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.23 - - [2026-04-23 03:12:02] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007185 10.0.0.23 - - [2026-04-23 03:12:02] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007741 10.0.0.249 - - [2026-04-23 03:12:02] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001256 10.0.0.23 - - [2026-04-23 03:12:03] "POST /neutron/port HTTP/1.1" 200 1080 0.284269 10.0.0.23 - - [2026-04-23 03:12:03] "POST /neutron/port HTTP/1.1" 200 1134 0.138963 10.0.0.23 - - [2026-04-23 03:12:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.009745 10.0.0.23 - - [2026-04-23 03:12:07] "POST /neutron/port HTTP/1.1" 200 1144 0.021128 10.0.0.23 - - [2026-04-23 03:12:07] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008449 10.0.0.23 - - [2026-04-23 03:12:07] "POST /neutron/port HTTP/1.1" 200 1144 0.018687 10.0.0.23 - - [2026-04-23 03:12:07] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.030778 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.004504 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-machine-interface/553887d8-cc36-4b8c-97a0-0ee7ba392450 HTTP/1.1" 200 3198 0.005267 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.004042 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-machine-interface/553887d8-cc36-4b8c-97a0-0ee7ba392450 HTTP/1.1" 200 3198 0.007092 10.0.0.23 - - [2026-04-23 03:12:08] "GET /instance-ip/06afb4f7-695f-4395-8449-1b0c0e7b3a52 HTTP/1.1" 200 1703 0.009368 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.004169 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-machine-interface/553887d8-cc36-4b8c-97a0-0ee7ba392450 HTTP/1.1" 200 3198 0.005573 10.0.0.23 - - [2026-04-23 03:12:08] "GET /instance-ip/06afb4f7-695f-4395-8449-1b0c0e7b3a52 HTTP/1.1" 200 1703 0.004739 10.0.0.23 - - [2026-04-23 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.23 - - [2026-04-23 03:12:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003680 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003374 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006241 10.0.0.23 - - [2026-04-23 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.23 - - [2026-04-23 03:12:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004149 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003850 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005959 10.0.0.23 - - [2026-04-23 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2026-04-23 03:12:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005200 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003515 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006589 10.0.0.23 - - [2026-04-23 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.23 - - [2026-04-23 03:12:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004214 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003720 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006394 10.0.0.23 - - [2026-04-23 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.23 - - [2026-04-23 03:12:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004398 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003465 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006865 10.0.0.23 - - [2026-04-23 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2026-04-23 03:12:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004484 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003524 10.0.0.23 - - [2026-04-23 03:12:08] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005914 10.0.0.23 - - [2026-04-23 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.23 - - [2026-04-23 03:12:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004674 10.0.0.23 - - [2026-04-23 03:12:09] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003298 10.0.0.23 - - [2026-04-23 03:12:09] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005957 10.0.0.23 - - [2026-04-23 03:12:10] "POST /neutron/port HTTP/1.1" 200 1217 0.045661 10.0.0.23 - - [2026-04-23 03:12:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.23 - - [2026-04-23 03:12:10] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.23 - - [2026-04-23 03:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.23 - - [2026-04-23 03:12:12] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006804 10.0.0.23 - - [2026-04-23 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2026-04-23 03:12:16] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005615 10.0.0.23 - - [2026-04-23 03:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.23 - - [2026-04-23 03:12:20] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006295 10.0.0.23 - - [2026-04-23 03:12:24] "POST /neutron/port HTTP/1.1" 200 1217 0.023375 10.0.0.23 - - [2026-04-23 03:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.23 - - [2026-04-23 03:12:24] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.004560 10.0.0.23 - - [2026-04-23 03:12:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004001 10.0.0.23 - - [2026-04-23 03:12:24] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.23 - - [2026-04-23 03:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2026-04-23 03:12:28] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005229 10.0.0.23 - - [2026-04-23 03:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.23 - - [2026-04-23 03:12:32] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005717 10.0.0.23 - - [2026-04-23 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2026-04-23 03:12:36] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005864 10.0.0.23 - - [2026-04-23 03:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2026-04-23 03:12:40] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005895 10.0.0.23 - - [2026-04-23 03:12:42] "GET /obj-perms HTTP/1.1" 200 5056 0.054580 10.0.0.23 - - [2026-04-23 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.23 - - [2026-04-23 03:12:44] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005222 10.0.0.23 - - [2026-04-23 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2026-04-23 03:12:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004416 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003909 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.009577 10.0.0.23 - - [2026-04-23 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2026-04-23 03:12:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004279 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003204 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005922 10.0.0.23 - - [2026-04-23 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.23 - - [2026-04-23 03:12:47] "GET /routing-instance/35ee5c13-d343-4f5b-8176-5cacc97504b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004560 10.0.0.23 - - [2026-04-23 03:12:47] "GET /route-target/844d0851-1c7e-4928-80a0-68d30ea83ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004059 10.0.0.23 - - [2026-04-23 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.23 - - [2026-04-23 03:12:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004085 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003396 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005915 10.0.0.23 - - [2026-04-23 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2026-04-23 03:12:47] "GET /routing-instance/35ee5c13-d343-4f5b-8176-5cacc97504b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004867 10.0.0.23 - - [2026-04-23 03:12:47] "GET /route-target/844d0851-1c7e-4928-80a0-68d30ea83ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004117 10.0.0.23 - - [2026-04-23 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.23 - - [2026-04-23 03:12:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004089 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003052 10.0.0.23 - - [2026-04-23 03:12:47] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005919 10.0.0.23 - - [2026-04-23 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.23 - - [2026-04-23 03:12:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005401 10.0.0.23 - - [2026-04-23 03:12:48] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003974 10.0.0.23 - - [2026-04-23 03:12:48] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005685 10.0.0.249 - - [2026-04-23 03:12:48] "GET /obj-perms HTTP/1.1" 200 5072 0.049282 10.0.0.23 - - [2026-04-23 03:12:48] "GET /obj-perms HTTP/1.1" 200 5072 0.052323 10.0.0.23 - - [2026-04-23 03:12:48] "GET /obj-perms HTTP/1.1" 200 5072 0.003543 10.0.0.23 - - [2026-04-23 03:12:48] "GET /obj-perms HTTP/1.1" 200 5072 0.003649 10.0.0.130 - - [2026-04-23 03:12:48] "GET /obj-perms HTTP/1.1" 200 5072 0.081401 10.0.0.23 - - [2026-04-23 03:12:48] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.005043 10.0.0.23 - - [2026-04-23 03:12:48] "GET /virtual-machine-interface/553887d8-cc36-4b8c-97a0-0ee7ba392450 HTTP/1.1" 200 3198 0.006054 10.0.0.23 - - [2026-04-23 03:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2026-04-23 03:12:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004797 10.0.0.23 - - [2026-04-23 03:12:48] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003263 10.0.0.23 - - [2026-04-23 03:12:48] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006725 10.0.0.23 - - [2026-04-23 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2026-04-23 03:12:49] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004343 10.0.0.23 - - [2026-04-23 03:12:49] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004612 10.0.0.23 - - [2026-04-23 03:12:49] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006289 10.0.0.23 - - [2026-04-23 03:12:50] "POST /neutron/security_group HTTP/1.1" 200 1415 0.013107 10.0.0.23 - - [2026-04-23 03:12:57] "POST /neutron/port HTTP/1.1" 200 1144 0.046115 10.0.0.23 - - [2026-04-23 03:13:00] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007694 10.0.0.23 - - [2026-04-23 03:13:10] "POST /neutron/port HTTP/1.1" 200 1217 0.018905 10.0.0.23 - - [2026-04-23 03:13:10] "POST /neutron/port HTTP/1.1" 200 1144 0.017118 10.0.0.23 - - [2026-04-23 03:13:10] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007453 10.0.0.23 - - [2026-04-23 03:13:10] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.23 - - [2026-04-23 03:13:10] "POST /neutron/network HTTP/1.1" 200 1112 0.011355 10.0.0.23 - - [2026-04-23 03:13:11] "POST /neutron/port HTTP/1.1" 200 1144 0.019317 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664 HTTP/1.1" 200 1315 0.006458 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664 HTTP/1.1" 200 1315 0.003881 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-machine-interface/ddaa45be-c437-4d17-96b0-993973e2bfe5 HTTP/1.1" 200 3199 0.006659 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664 HTTP/1.1" 200 1315 0.004223 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-machine-interface/ddaa45be-c437-4d17-96b0-993973e2bfe5 HTTP/1.1" 200 3199 0.005651 10.0.0.23 - - [2026-04-23 03:13:11] "GET /instance-ip/1f916557-ae1d-43fc-b068-f8ca6789f986 HTTP/1.1" 200 1705 0.006966 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664 HTTP/1.1" 200 1315 0.005035 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-machine-interface/ddaa45be-c437-4d17-96b0-993973e2bfe5 HTTP/1.1" 200 3199 0.006222 10.0.0.23 - - [2026-04-23 03:13:11] "GET /instance-ip/1f916557-ae1d-43fc-b068-f8ca6789f986 HTTP/1.1" 200 1705 0.004221 10.0.0.23 - - [2026-04-23 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.23 - - [2026-04-23 03:13:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004084 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003095 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007175 10.0.0.23 - - [2026-04-23 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.23 - - [2026-04-23 03:13:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004009 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003983 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006976 10.0.0.23 - - [2026-04-23 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.23 - - [2026-04-23 03:13:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004529 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003215 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005564 10.0.0.23 - - [2026-04-23 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-04-23 03:13:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005299 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003765 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007839 10.0.0.23 - - [2026-04-23 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2026-04-23 03:13:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003643 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003292 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006087 10.0.0.23 - - [2026-04-23 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.23 - - [2026-04-23 03:13:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004704 10.0.0.23 - - [2026-04-23 03:13:11] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005719 10.0.0.23 - - [2026-04-23 03:13:12] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006130 10.0.0.23 - - [2026-04-23 03:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.23 - - [2026-04-23 03:13:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004589 10.0.0.23 - - [2026-04-23 03:13:12] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003400 10.0.0.23 - - [2026-04-23 03:13:12] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006834 10.0.0.23 - - [2026-04-23 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.23 - - [2026-04-23 03:13:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004456 10.0.0.23 - - [2026-04-23 03:13:13] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003730 10.0.0.23 - - [2026-04-23 03:13:13] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005941 10.0.0.23 - - [2026-04-23 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.23 - - [2026-04-23 03:13:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004266 10.0.0.23 - - [2026-04-23 03:13:13] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003472 10.0.0.23 - - [2026-04-23 03:13:13] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006641 10.0.0.23 - - [2026-04-23 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2026-04-23 03:13:13] "GET /routing-instance/35ee5c13-d343-4f5b-8176-5cacc97504b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004827 10.0.0.23 - - [2026-04-23 03:13:13] "GET /route-target/844d0851-1c7e-4928-80a0-68d30ea83ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003939 10.0.0.23 - - [2026-04-23 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2026-04-23 03:13:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004578 10.0.0.23 - - [2026-04-23 03:13:13] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005948 10.0.0.23 - - [2026-04-23 03:13:13] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006611 10.0.0.23 - - [2026-04-23 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.23 - - [2026-04-23 03:13:13] "GET /routing-instance/35ee5c13-d343-4f5b-8176-5cacc97504b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1662 0.004527 10.0.0.23 - - [2026-04-23 03:13:13] "GET /route-target/844d0851-1c7e-4928-80a0-68d30ea83ae1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004272 10.0.0.23 - - [2026-04-23 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2026-04-23 03:13:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004251 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003503 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005776 10.0.0.23 - - [2026-04-23 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.23 - - [2026-04-23 03:13:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004047 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003734 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006637 10.0.0.249 - - [2026-04-23 03:13:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004542 10.0.0.23 - - [2026-04-23 03:13:14] "GET /obj-perms HTTP/1.1" 200 5072 0.003977 10.0.0.23 - - [2026-04-23 03:13:14] "GET /obj-perms HTTP/1.1" 200 5072 0.003886 10.0.0.130 - - [2026-04-23 03:13:14] "GET /obj-perms HTTP/1.1" 200 5072 0.003981 10.0.0.249 - - [2026-04-23 03:13:14] "GET /obj-perms HTTP/1.1" 200 5072 0.003512 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-machine/1cf99e88-f1d9-4956-a1f8-d1d5976fb664 HTTP/1.1" 200 1315 0.004030 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-machine-interface/ddaa45be-c437-4d17-96b0-993973e2bfe5 HTTP/1.1" 200 3199 0.006545 10.0.0.23 - - [2026-04-23 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2026-04-23 03:13:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003844 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003374 10.0.0.23 - - [2026-04-23 03:13:14] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.005816 10.0.0.23 - - [2026-04-23 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2026-04-23 03:13:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004075 10.0.0.23 - - [2026-04-23 03:13:15] "GET /virtual-networks?parent_id=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003539 10.0.0.23 - - [2026-04-23 03:13:15] "GET /virtual-network/b1c7de93-10ce-4701-91f6-7cab94a82036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006839 10.0.0.23 - - [2026-04-23 03:13:16] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010642 10.0.0.23 - - [2026-04-23 03:13:21] "POST /neutron/port HTTP/1.1" 200 1144 0.018719 10.0.0.23 - - [2026-04-23 03:13:26] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007660 10.0.0.23 - - [2026-04-23 03:13:26] "POST /neutron/network HTTP/1.1" 200 936 0.006316 10.0.0.23 - - [2026-04-23 03:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.23 - - [2026-04-23 03:13:31] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.004342 10.0.0.23 - - [2026-04-23 03:13:31] "GET /virtual-machine-interface/553887d8-cc36-4b8c-97a0-0ee7ba392450 HTTP/1.1" 200 3198 0.009117 10.0.0.23 - - [2026-04-23 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.23 - - [2026-04-23 03:13:31] "GET /security-group/eda5d450-3a7d-41ee-88ff-e81451f0a16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004423 10.0.0.23 - - [2026-04-23 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.23 - - [2026-04-23 03:13:31] "GET /security-group/eda5d450-3a7d-41ee-88ff-e81451f0a16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.005080 10.0.0.23 - - [2026-04-23 03:13:31] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008290 10.0.0.23 - - [2026-04-23 03:13:31] "POST /neutron/port HTTP/1.1" 200 1134 0.018968 10.0.0.23 - - [2026-04-23 03:13:31] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.004818 10.0.0.23 - - [2026-04-23 03:13:31] "GET /virtual-machine-interface/553887d8-cc36-4b8c-97a0-0ee7ba392450 HTTP/1.1" 200 3146 0.008127 10.0.0.23 - - [2026-04-23 03:13:32] "POST /neutron/port HTTP/1.1" 200 1106 0.025791 10.0.0.23 - - [2026-04-23 03:13:32] "POST /neutron/port HTTP/1.1" 200 1134 0.074439 10.0.0.23 - - [2026-04-23 03:13:32] "GET /virtual-machine/5f17d7a2-65f6-4ccb-a97c-67788bf84c1e HTTP/1.1" 200 1315 0.003754 10.0.0.23 - - [2026-04-23 03:13:32] "GET /virtual-machine-interface/553887d8-cc36-4b8c-97a0-0ee7ba392450 HTTP/1.1" 200 3198 0.005173 10.0.0.23 - - [2026-04-23 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.23 - - [2026-04-23 03:13:32] "GET /security-group/eda5d450-3a7d-41ee-88ff-e81451f0a16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004256 10.0.0.23 - - [2026-04-23 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2026-04-23 03:13:32] "GET /security-group/eda5d450-3a7d-41ee-88ff-e81451f0a16f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004292 10.0.0.23 - - [2026-04-23 03:13:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.161903 10.0.0.23 - - [2026-04-23 03:13:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.003240 10.0.0.23 - - [2026-04-23 03:13:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.004206 10.0.0.23 - - [2026-04-23 03:13:33] "POST /neutron/security_group HTTP/1.1" 200 117 0.010450 10.0.0.23 - - [2026-04-23 03:13:33] "POST /neutron/network HTTP/1.1" 400 204 0.015800 10.0.0.23 - - [2026-04-23 03:13:37] "POST /neutron/network HTTP/1.1" 200 926 0.008526 10.0.0.23 - - [2026-04-23 03:13:39] "POST /neutron/network HTTP/1.1" 400 204 0.014070 10.0.0.23 - - [2026-04-23 03:13:43] "POST /neutron/network HTTP/1.1" 200 926 0.006746 10.0.0.23 - - [2026-04-23 03:13:45] "POST /neutron/network HTTP/1.1" 400 204 0.014598 10.0.0.23 - - [2026-04-23 03:13:49] "POST /neutron/network HTTP/1.1" 200 926 0.007526 10.0.0.23 - - [2026-04-23 03:13:51] "POST /neutron/network HTTP/1.1" 400 204 0.014851 10.0.0.23 - - [2026-04-23 03:13:55] "POST /neutron/network HTTP/1.1" 200 926 0.006973 10.0.0.23 - - [2026-04-23 03:13:57] "POST /neutron/network HTTP/1.1" 400 204 0.023389 10.0.0.23 - - [2026-04-23 03:14:01] "POST /neutron/network HTTP/1.1" 200 926 0.008734 10.0.0.23 - - [2026-04-23 03:14:03] "POST /neutron/network HTTP/1.1" 400 204 0.014092 10.0.0.23 - - [2026-04-23 03:14:07] "POST /neutron/network HTTP/1.1" 200 926 0.007216 10.0.0.23 - - [2026-04-23 03:14:09] "POST /neutron/network HTTP/1.1" 400 204 0.014937 10.0.0.23 - - [2026-04-23 03:14:12] "POST /neutron/port HTTP/1.1" 200 1106 0.021283 10.0.0.23 - - [2026-04-23 03:14:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004746 10.0.0.23 - - [2026-04-23 03:14:12] "POST /neutron/network HTTP/1.1" 200 926 0.007184 10.0.0.23 - - [2026-04-23 03:14:16] "POST /neutron/network HTTP/1.1" 200 926 0.007155 10.0.0.23 - - [2026-04-23 03:14:18] "POST /neutron/network HTTP/1.1" 400 204 0.013477 10.0.0.23 - - [2026-04-23 03:14:22] "POST /neutron/network HTTP/1.1" 200 926 0.007980 10.0.0.23 - - [2026-04-23 03:14:24] "POST /neutron/network HTTP/1.1" 400 204 0.018184 10.0.0.23 - - [2026-04-23 03:14:26] "POST /neutron/network HTTP/1.1" 200 1122 0.007250 10.0.0.23 - - [2026-04-23 03:14:26] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014517 10.0.0.23 - - [2026-04-23 03:14:26] "POST /neutron/network HTTP/1.1" 200 1112 0.012201 10.0.0.23 - - [2026-04-23 03:15:12] "POST /neutron/network HTTP/1.1" 200 1122 0.007202 10.0.0.23 - - [2026-04-23 03:15:12] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016556 10.0.0.23 - - [2026-04-23 03:15:12] "POST /neutron/network HTTP/1.1" 200 1112 0.009004 10.0.0.249 - - [2026-04-23 03:15:15] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001200 10.0.0.23 - - [2026-04-23 03:15:15] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.071359 10.0.0.249 - - [2026-04-23 03:15:15] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001380 10.0.0.23 - - [2026-04-23 03:15:15] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.062674 10.0.0.249 - - [2026-04-23 03:15:17] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001006 10.0.0.23 - - [2026-04-23 03:15:17] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.039915 10.0.0.249 - - [2026-04-23 03:15:17] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001600 10.0.0.23 - - [2026-04-23 03:15:17] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.045669 10.0.0.249 - - [2026-04-23 03:15:19] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000984 10.0.0.23 - - [2026-04-23 03:15:20] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.054161 10.0.0.249 - - [2026-04-23 03:15:20] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000969 10.0.0.23 - - [2026-04-23 03:15:20] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.034613 10.0.0.249 - - [2026-04-23 03:15:22] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000901 10.0.0.23 - - [2026-04-23 03:15:22] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.046299 10.0.0.249 - - [2026-04-23 03:15:22] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001124 10.0.0.23 - - [2026-04-23 03:15:22] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.046736 10.0.0.249 - - [2026-04-23 03:15:24] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000993 10.0.0.23 - - [2026-04-23 03:15:24] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.038795 10.0.0.249 - - [2026-04-23 03:15:24] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000972 10.0.0.23 - - [2026-04-23 03:15:24] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.040985 10.0.0.249 - - [2026-04-23 03:15:26] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001069 10.0.0.23 - - [2026-04-23 03:15:26] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.037816 10.0.0.249 - - [2026-04-23 03:15:26] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001871 10.0.0.23 - - [2026-04-23 03:15:26] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.058943 10.0.0.23 - - [2026-04-23 03:15:26] "POST /neutron/port HTTP/1.1" 200 1106 0.049675 10.0.0.23 - - [2026-04-23 03:15:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.008622 10.0.0.249 - - [2026-04-23 03:15:28] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001421 10.0.0.23 - - [2026-04-23 03:15:28] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.044771 10.0.0.249 - - [2026-04-23 03:15:28] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001171 10.0.0.23 - - [2026-04-23 03:15:28] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.043672 10.0.0.249 - - [2026-04-23 03:15:30] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000885 10.0.0.23 - - [2026-04-23 03:15:30] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.063686 10.0.0.249 - - [2026-04-23 03:15:30] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001879 10.0.0.23 - - [2026-04-23 03:15:30] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.058556 10.0.0.249 - - [2026-04-23 03:15:32] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000984 10.0.0.23 - - [2026-04-23 03:15:32] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.047018 10.0.0.249 - - [2026-04-23 03:15:32] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932 10.0.0.23 - - [2026-04-23 03:15:32] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.046115 10.0.0.249 - - [2026-04-23 03:15:34] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001167 10.0.0.23 - - [2026-04-23 03:15:35] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.035985 10.0.0.249 - - [2026-04-23 03:15:35] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001402 10.0.0.23 - - [2026-04-23 03:15:35] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.045582 10.0.0.249 - - [2026-04-23 03:15:37] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001002 10.0.0.23 - - [2026-04-23 03:15:37] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.041891 10.0.0.249 - - [2026-04-23 03:15:37] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001059 10.0.0.23 - - [2026-04-23 03:15:37] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.038053 10.0.0.249 - - [2026-04-23 03:15:39] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001330 10.0.0.23 - - [2026-04-23 03:15:39] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.040837 10.0.0.249 - - [2026-04-23 03:15:39] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001620 10.0.0.23 - - [2026-04-23 03:15:39] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.040164 10.0.0.249 - - [2026-04-23 03:15:41] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001327 10.0.0.23 - - [2026-04-23 03:15:41] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.048640 10.0.0.249 - - [2026-04-23 03:15:41] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001025 10.0.0.23 - - [2026-04-23 03:15:41] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.045462 10.0.0.249 - - [2026-04-23 03:15:43] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001536 10.0.0.23 - - [2026-04-23 03:15:43] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.043308 10.0.0.249 - - [2026-04-23 03:15:43] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001111 10.0.0.23 - - [2026-04-23 03:15:43] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.046991 10.0.0.23 - - [2026-04-23 03:15:44] "GET /obj-perms HTTP/1.1" 200 5056 0.069205 10.0.0.249 - - [2026-04-23 03:15:45] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001288 10.0.0.23 - - [2026-04-23 03:15:45] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.044956 10.0.0.249 - - [2026-04-23 03:15:45] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000913 10.0.0.23 - - [2026-04-23 03:15:45] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.040084 10.0.0.249 - - [2026-04-23 03:15:47] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001471 10.0.0.23 - - [2026-04-23 03:15:47] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.046498 10.0.0.249 - - [2026-04-23 03:15:47] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000960 10.0.0.23 - - [2026-04-23 03:15:47] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.036367 10.0.0.249 - - [2026-04-23 03:15:49] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001230 10.0.0.23 - - [2026-04-23 03:15:49] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.042005 10.0.0.249 - - [2026-04-23 03:15:49] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001273 10.0.0.23 - - [2026-04-23 03:15:49] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.038574 10.0.0.249 - - [2026-04-23 03:15:52] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001070 10.0.0.23 - - [2026-04-23 03:15:52] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.048208 10.0.0.249 - - [2026-04-23 03:15:52] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000957 10.0.0.23 - - [2026-04-23 03:15:52] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.044039 10.0.0.249 - - [2026-04-23 03:15:54] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001101 10.0.0.23 - - [2026-04-23 03:15:54] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.051764 10.0.0.249 - - [2026-04-23 03:15:54] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000988 10.0.0.23 - - [2026-04-23 03:15:54] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.053907 10.0.0.249 - - [2026-04-23 03:15:56] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001496 10.0.0.23 - - [2026-04-23 03:15:56] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.052311 10.0.0.249 - - [2026-04-23 03:15:56] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001070 10.0.0.23 - - [2026-04-23 03:15:56] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.050144 10.0.0.249 - - [2026-04-23 03:15:58] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001277 10.0.0.23 - - [2026-04-23 03:15:58] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.060640 10.0.0.249 - - [2026-04-23 03:15:58] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000955 10.0.0.23 - - [2026-04-23 03:15:58] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.046880 10.0.0.249 - - [2026-04-23 03:16:00] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001207 10.0.0.23 - - [2026-04-23 03:16:00] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.048687 10.0.0.249 - - [2026-04-23 03:16:00] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001161 10.0.0.23 - - [2026-04-23 03:16:00] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.060386 10.0.0.249 - - [2026-04-23 03:16:02] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001320 10.0.0.23 - - [2026-04-23 03:16:02] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.054146 10.0.0.249 - - [2026-04-23 03:16:02] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001415 10.0.0.23 - - [2026-04-23 03:16:02] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.048909 10.0.0.249 - - [2026-04-23 03:16:04] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001015 10.0.0.23 - - [2026-04-23 03:16:05] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.045906 10.0.0.249 - - [2026-04-23 03:16:05] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001055 10.0.0.23 - - [2026-04-23 03:16:05] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.036615 10.0.0.249 - - [2026-04-23 03:16:07] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001885 10.0.0.23 - - [2026-04-23 03:16:07] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.053519 10.0.0.249 - - [2026-04-23 03:16:07] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001087 10.0.0.23 - - [2026-04-23 03:16:07] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.047565 10.0.0.249 - - [2026-04-23 03:16:09] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001365 10.0.0.23 - - [2026-04-23 03:16:09] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.043338 10.0.0.249 - - [2026-04-23 03:16:09] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000994 10.0.0.23 - - [2026-04-23 03:16:09] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.042185 10.0.0.249 - - [2026-04-23 03:16:11] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000975 10.0.0.23 - - [2026-04-23 03:16:11] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.050568 10.0.0.249 - - [2026-04-23 03:16:11] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001058 10.0.0.23 - - [2026-04-23 03:16:11] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.046144 10.0.0.249 - - [2026-04-23 03:16:13] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001456 10.0.0.23 - - [2026-04-23 03:16:13] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.048917 10.0.0.249 - - [2026-04-23 03:16:13] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000964 10.0.0.23 - - [2026-04-23 03:16:13] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.045980 10.0.0.23 - - [2026-04-23 03:16:13] "POST /neutron/port HTTP/1.1" 200 1106 0.018027 10.0.0.23 - - [2026-04-23 03:16:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004443 10.0.0.23 - - [2026-04-23 03:16:13] "POST /neutron/network HTTP/1.1" 200 926 0.020215 10.0.0.249 - - [2026-04-23 03:16:15] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001112 10.0.0.23 - - [2026-04-23 03:16:15] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.040286 10.0.0.249 - - [2026-04-23 03:16:15] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000933 10.0.0.23 - - [2026-04-23 03:16:15] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.036818 10.0.0.249 - - [2026-04-23 03:16:17] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001862 10.0.0.23 - - [2026-04-23 03:16:17] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.050122 10.0.0.249 - - [2026-04-23 03:16:17] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001559 10.0.0.23 - - [2026-04-23 03:16:17] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.051266 10.0.0.249 - - [2026-04-23 03:16:19] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000999 10.0.0.23 - - [2026-04-23 03:16:20] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.063821 10.0.0.249 - - [2026-04-23 03:16:20] "GET /projects?obj_uuids=b733baa1-3c4d-4d65-aeb4-55a77af67e22&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001003 10.0.0.23 - - [2026-04-23 03:16:20] "GET /project/b733baa1-3c4d-4d65-aeb4-55a77af67e22?fields=virtual_networks HTTP/1.1" 200 1378 0.047560 10.0.0.23 - - [2026-04-23 03:16:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.025560 10.0.0.249 - - [2026-04-23 03:16:20] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003801 10.0.0.249 - - [2026-04-23 03:16:20] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.249 - - [2026-04-23 03:16:20] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007427 10.0.0.249 - - [2026-04-23 03:16:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.004666 10.0.0.249 - - [2026-04-23 03:16:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.007331 10.0.0.249 - - [2026-04-23 03:16:20] "POST /security-groups HTTP/1.1" 200 589 0.085245 10.0.0.130 - - [2026-04-23 03:16:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.003791 10.0.0.249 - - [2026-04-23 03:16:20] "POST /projects HTTP/1.1" 200 581 0.306959 10.0.0.249 - - [2026-04-23 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.378780 10.0.0.130 - - [2026-04-23 03:16:20] "POST /access-control-lists HTTP/1.1" 200 594 0.029358 10.0.0.23 - - [2026-04-23 03:16:20] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.520558 10.0.0.23 - - [2026-04-23 03:16:22] "GET / HTTP/1.1" 200 36215 0.001531 10.0.0.23 - - [2026-04-23 03:16:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-04-23 03:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.054306 10.0.0.249 - - [2026-04-23 03:16:24] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001901 10.0.0.23 - - [2026-04-23 03:16:24] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.054446 10.0.0.249 - - [2026-04-23 03:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008714 10.0.0.23 - - [2026-04-23 03:16:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.279677 10.0.0.23 - - [2026-04-23 03:16:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001545 10.0.0.23 - - [2026-04-23 03:16:24] "GET /virtual-network/cc834c6b-c205-4e16-891b-1ba217294208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007149 10.0.0.23 - - [2026-04-23 03:16:24] "GET /virtual-network/cc834c6b-c205-4e16-891b-1ba217294208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006555 10.0.0.23 - - [2026-04-23 03:16:24] "POST /neutron/network HTTP/1.1" 200 834 0.007332 10.0.0.23 - - [2026-04-23 03:16:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001400 10.0.0.23 - - [2026-04-23 03:16:25] "POST /neutron/network HTTP/1.1" 200 844 0.007247 10.0.0.249 - - [2026-04-23 03:16:25] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.23 - - [2026-04-23 03:16:26] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.073172 10.0.0.23 - - [2026-04-23 03:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.011309 10.0.0.249 - - [2026-04-23 03:16:26] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.23 - - [2026-04-23 03:16:26] "POST /neutron/port HTTP/1.1" 200 1058 0.299718 10.0.0.23 - - [2026-04-23 03:16:27] "POST /neutron/port HTTP/1.1" 200 1112 0.122253 10.0.0.23 - - [2026-04-23 03:16:27] "POST /neutron/subnet HTTP/1.1" 200 699 0.011927 10.0.0.23 - - [2026-04-23 03:16:28] "POST /neutron/port HTTP/1.1" 200 1217 0.019857 10.0.0.23 - - [2026-04-23 03:16:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004643 10.0.0.23 - - [2026-04-23 03:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.23 - - [2026-04-23 03:16:31] "POST /neutron/port HTTP/1.1" 200 1122 0.019119 10.0.0.23 - - [2026-04-23 03:16:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015632 10.0.0.23 - - [2026-04-23 03:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.249 - - [2026-04-23 03:16:31] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.23 - - [2026-04-23 03:16:31] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.061649 10.0.0.130 - - [2026-04-23 03:16:31] "POST /route-targets HTTP/1.1" 200 328 0.025389 10.0.0.249 - - [2026-04-23 03:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010844 10.0.0.23 - - [2026-04-23 03:16:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.223163 10.0.0.23 - - [2026-04-23 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001281 10.0.0.23 - - [2026-04-23 03:16:32] "GET /virtual-network/6ebc52c1-56ef-44d6-98c0-5623c1c356c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005510 10.0.0.23 - - [2026-04-23 03:16:32] "GET /virtual-network/6ebc52c1-56ef-44d6-98c0-5623c1c356c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005620 10.0.0.23 - - [2026-04-23 03:16:32] "POST /neutron/network HTTP/1.1" 200 831 0.016779 10.0.0.23 - - [2026-04-23 03:16:32] "GET /virtual-network/6ebc52c1-56ef-44d6-98c0-5623c1c356c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006681 10.0.0.130 - - [2026-04-23 03:16:33] "GET /obj-perms HTTP/1.1" 200 5026 0.059982 10.0.0.249 - - [2026-04-23 03:16:34] "GET /obj-perms HTTP/1.1" 200 5026 0.052036 10.0.0.23 - - [2026-04-23 03:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.249 - - [2026-04-23 03:16:34] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.23 - - [2026-04-23 03:16:34] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051732 10.0.0.249 - - [2026-04-23 03:16:34] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.23 - - [2026-04-23 03:16:34] "POST /neutron/network HTTP/1.1" 200 613 0.127957 10.0.0.130 - - [2026-04-23 03:16:34] "POST /ref-update HTTP/1.1" 200 156 0.039396 10.0.0.23 - - [2026-04-23 03:16:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.003113 10.0.0.23 - - [2026-04-23 03:16:34] "GET /virtual-network/41d9a6bd-ecb9-4ef7-86db-3166ce017194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006720 10.0.0.23 - - [2026-04-23 03:16:34] "POST /neutron/network HTTP/1.1" 200 829 0.008874 10.0.0.23 - - [2026-04-23 03:16:34] "GET /virtual-network/41d9a6bd-ecb9-4ef7-86db-3166ce017194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005724 10.0.0.23 - - [2026-04-23 03:16:34] "GET /virtual-network/41d9a6bd-ecb9-4ef7-86db-3166ce017194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007109 10.0.0.23 - - [2026-04-23 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.249 - - [2026-04-23 03:16:35] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001130 10.0.0.23 - - [2026-04-23 03:16:35] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049278 10.0.0.23 - - [2026-04-23 03:16:35] "POST /neutron/network HTTP/1.1" 200 117 0.016536 10.0.0.23 - - [2026-04-23 03:16:35] "POST /neutron/network HTTP/1.1" 200 832 0.010150 10.0.0.23 - - [2026-04-23 03:16:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001224 10.0.0.23 - - [2026-04-23 03:16:35] "GET /virtual-network/65623909-f97d-4c8d-b789-e38548b9b463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006914 10.0.0.23 - - [2026-04-23 03:16:36] "GET /virtual-network/65623909-f97d-4c8d-b789-e38548b9b463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006364 10.0.0.23 - - [2026-04-23 03:16:36] "POST /neutron/subnet HTTP/1.1" 200 714 0.010682 10.0.0.23 - - [2026-04-23 03:16:36] "GET /virtual-network/65623909-f97d-4c8d-b789-e38548b9b463?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005906 10.0.0.23 - - [2026-04-23 03:16:36] "GET /obj-perms HTTP/1.1" 200 5026 0.055550 10.0.0.23 - - [2026-04-23 03:16:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001597 10.0.0.23 - - [2026-04-23 03:16:36] "POST /neutron/network HTTP/1.1" 200 839 0.009902 10.0.0.249 - - [2026-04-23 03:16:37] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.23 - - [2026-04-23 03:16:37] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.072271 10.0.0.23 - - [2026-04-23 03:16:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008777 10.0.0.23 - - [2026-04-23 03:16:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001556 10.0.0.23 - - [2026-04-23 03:16:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008463 10.0.0.249 - - [2026-04-23 03:16:38] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001590 10.0.0.23 - - [2026-04-23 03:16:38] "POST /neutron/port HTTP/1.1" 200 1055 0.316917 10.0.0.23 - - [2026-04-23 03:16:38] "POST /neutron/port HTTP/1.1" 200 1109 0.119164 10.0.0.249 - - [2026-04-23 03:16:39] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.23 - - [2026-04-23 03:16:39] "POST /neutron/subnet HTTP/1.1" 200 684 0.009816 10.0.0.23 - - [2026-04-23 03:16:39] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.088064 10.0.0.23 - - [2026-04-23 03:16:39] "POST /neutron/network HTTP/1.1" 200 832 0.045047 10.0.0.23 - - [2026-04-23 03:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.007506 10.0.0.23 - - [2026-04-23 03:16:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.003289 10.0.0.23 - - [2026-04-23 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.249 - - [2026-04-23 03:16:39] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.23 - - [2026-04-23 03:16:39] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007212 10.0.0.23 - - [2026-04-23 03:16:39] "POST /service-templates HTTP/1.1" 200 545 0.044357 10.0.0.23 - - [2026-04-23 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.23 - - [2026-04-23 03:16:39] "GET /service-template/13ab4ce7-78c2-46cb-9068-670ad9197a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.008137 10.0.0.23 - - [2026-04-23 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006749 10.0.0.23 - - [2026-04-23 03:16:39] "GET /service-template/13ab4ce7-78c2-46cb-9068-670ad9197a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.003998 10.0.0.23 - - [2026-04-23 03:16:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001248 10.0.0.23 - - [2026-04-23 03:16:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001467 10.0.0.23 - - [2026-04-23 03:16:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001217 10.0.0.23 - - [2026-04-23 03:16:40] "POST /neutron/port HTTP/1.1" 200 6952 0.111986 10.0.0.23 - - [2026-04-23 03:16:40] "POST /neutron/port HTTP/1.1" 200 1056 0.016113 10.0.0.23 - - [2026-04-23 03:16:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004801 10.0.0.23 - - [2026-04-23 03:16:40] "POST /neutron/network HTTP/1.1" 200 832 0.008028 10.0.0.23 - - [2026-04-23 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.23 - - [2026-04-23 03:16:40] "DELETE /service-template/13ab4ce7-78c2-46cb-9068-670ad9197a59 HTTP/1.1" 200 115 0.037591 10.0.0.23 - - [2026-04-23 03:16:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.003608 10.0.0.23 - - [2026-04-23 03:16:42] "POST /neutron/port HTTP/1.1" 200 1120 0.020561 10.0.0.23 - - [2026-04-23 03:16:42] "POST /neutron/network HTTP/1.1" 200 832 0.007892 10.0.0.130 - - [2026-04-23 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-04-23 03:16:43] "POST /neutron/network HTTP/1.1" 400 204 0.015059 10.0.0.249 - - [2026-04-23 03:16:45] "GET /obj-perms HTTP/1.1" 200 5056 0.048921 10.0.0.23 - - [2026-04-23 03:16:45] "POST /neutron/network HTTP/1.1" 400 204 0.014220 10.0.0.23 - - [2026-04-23 03:16:49] "POST /neutron/network HTTP/1.1" 200 829 0.007164 10.0.0.23 - - [2026-04-23 03:16:50] "POST /neutron/port HTTP/1.1" 200 1109 0.014661 10.0.0.23 - - [2026-04-23 03:16:51] "POST /neutron/network HTTP/1.1" 200 829 0.008502 10.0.0.130 - - [2026-04-23 03:16:51] "DELETE /route-target/12126df1-c164-4c06-a16b-342b855be545 HTTP/1.1" 200 115 0.030236 10.0.0.249 - - [2026-04-23 03:16:52] "POST /useragent-kv HTTP/1.1" 200 115 0.039412 10.0.0.249 - - [2026-04-23 03:16:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.23 - - [2026-04-23 03:16:52] "POST /neutron/network HTTP/1.1" 200 151 0.151591 10.0.0.23 - - [2026-04-23 03:16:52] "POST /neutron/port HTTP/1.1" 200 1122 0.019190 10.0.0.23 - - [2026-04-23 03:16:54] "POST /neutron/network HTTP/1.1" 200 834 0.008751 10.0.0.130 - - [2026-04-23 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.249 - - [2026-04-23 03:16:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.249 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-04-23 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.249 - - [2026-04-23 03:16:57] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.23 - - [2026-04-23 03:16:57] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042752 10.0.0.249 - - [2026-04-23 03:16:57] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.23 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000906 10.0.0.23 - - [2026-04-23 03:16:57] "POST /neutron/network HTTP/1.1" 200 613 0.142856 10.0.0.130 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.23 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.130 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.130 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-04-23 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.004251 10.0.0.249 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000316 10.0.0.23 - - [2026-04-23 03:16:57] "GET /virtual-network/7d46aa48-d633-4c3e-b941-a7afa6f7f400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006390 10.0.0.23 - - [2026-04-23 03:16:57] "POST /neutron/network HTTP/1.1" 200 834 0.008018 10.0.0.23 - - [2026-04-23 03:16:57] "GET /virtual-network/7d46aa48-d633-4c3e-b941-a7afa6f7f400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006055 10.0.0.130 - - [2026-04-23 03:16:57] "POST /ref-update HTTP/1.1" 200 156 0.190971 10.0.0.130 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.249 - - [2026-04-23 03:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-04-23 03:16:58] "GET /virtual-network/7d46aa48-d633-4c3e-b941-a7afa6f7f400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006328 10.0.0.23 - - [2026-04-23 03:16:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.130 - - [2026-04-23 03:16:58] "GET /obj-perms HTTP/1.1" 200 5026 0.004835 10.0.0.23 - - [2026-04-23 03:16:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2026-04-23 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.249 - - [2026-04-23 03:16:58] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001246 10.0.0.23 - - [2026-04-23 03:16:58] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039068 10.0.0.23 - - [2026-04-23 03:16:58] "POST /neutron/network HTTP/1.1" 200 117 0.016942 10.0.0.23 - - [2026-04-23 03:16:58] "POST /neutron/network HTTP/1.1" 200 831 0.009887 10.0.0.23 - - [2026-04-23 03:16:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001521 10.0.0.23 - - [2026-04-23 03:16:59] "GET /virtual-network/249b8a9e-1be6-4d31-9751-19ead80cef57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006995 10.0.0.23 - - [2026-04-23 03:16:59] "GET /virtual-network/249b8a9e-1be6-4d31-9751-19ead80cef57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007124 10.0.0.23 - - [2026-04-23 03:16:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.011089 10.0.0.23 - - [2026-04-23 03:16:59] "GET /virtual-network/249b8a9e-1be6-4d31-9751-19ead80cef57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005907 10.0.0.23 - - [2026-04-23 03:16:59] "GET /obj-perms HTTP/1.1" 200 5026 0.003762 10.0.0.23 - - [2026-04-23 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.249 - - [2026-04-23 03:16:59] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.23 - - [2026-04-23 03:16:59] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047412 10.0.0.130 - - [2026-04-23 03:16:59] "POST /route-targets HTTP/1.1" 200 328 0.014669 10.0.0.249 - - [2026-04-23 03:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006962 10.0.0.23 - - [2026-04-23 03:17:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.237145 10.0.0.23 - - [2026-04-23 03:17:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001370 10.0.0.23 - - [2026-04-23 03:17:00] "GET /virtual-network/fc00ba8b-89a8-4a3a-86bd-0552bdc83c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006154 10.0.0.23 - - [2026-04-23 03:17:00] "GET /virtual-network/fc00ba8b-89a8-4a3a-86bd-0552bdc83c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008888 10.0.0.23 - - [2026-04-23 03:17:00] "POST /neutron/network HTTP/1.1" 200 835 0.007049 10.0.0.23 - - [2026-04-23 03:17:00] "GET /virtual-network/fc00ba8b-89a8-4a3a-86bd-0552bdc83c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007819 10.0.0.249 - - [2026-04-23 03:17:00] "GET /obj-perms HTTP/1.1" 200 5026 0.004755 10.0.0.23 - - [2026-04-23 03:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.249 - - [2026-04-23 03:17:00] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.23 - - [2026-04-23 03:17:00] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.046332 10.0.0.249 - - [2026-04-23 03:17:00] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.23 - - [2026-04-23 03:17:01] "POST /neutron/network HTTP/1.1" 200 625 0.156478 10.0.0.130 - - [2026-04-23 03:17:01] "POST /ref-update HTTP/1.1" 200 156 0.027617 10.0.0.23 - - [2026-04-23 03:17:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.004567 10.0.0.23 - - [2026-04-23 03:17:01] "GET /virtual-network/f1712d03-ef34-4e9b-bb6c-2c212dea20ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006167 10.0.0.23 - - [2026-04-23 03:17:01] "POST /neutron/network HTTP/1.1" 200 846 0.007781 10.0.0.23 - - [2026-04-23 03:17:01] "GET /virtual-network/f1712d03-ef34-4e9b-bb6c-2c212dea20ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006938 10.0.0.249 - - [2026-04-23 03:17:01] "DELETE /project/fcf8f99328ca47cb9884783045951281 HTTP/1.1" 404 173 0.048196 10.0.0.23 - - [2026-04-23 03:17:01] "GET /virtual-network/f1712d03-ef34-4e9b-bb6c-2c212dea20ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006521 10.0.0.130 - - [2026-04-23 03:17:01] "GET /obj-perms HTTP/1.1" 200 5026 0.004638 10.0.0.23 - - [2026-04-23 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.249 - - [2026-04-23 03:17:02] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.23 - - [2026-04-23 03:17:02] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045283 10.0.0.23 - - [2026-04-23 03:17:02] "POST /neutron/network HTTP/1.1" 200 117 0.019315 10.0.0.23 - - [2026-04-23 03:17:02] "POST /neutron/network HTTP/1.1" 200 845 0.011391 10.0.0.23 - - [2026-04-23 03:17:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.002521 10.0.0.23 - - [2026-04-23 03:17:02] "GET /virtual-network/bfd58f24-847a-4f46-9a8c-df3902321095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010261 10.0.0.23 - - [2026-04-23 03:17:02] "GET /virtual-network/bfd58f24-847a-4f46-9a8c-df3902321095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006103 10.0.0.23 - - [2026-04-23 03:17:02] "POST /neutron/subnet HTTP/1.1" 200 719 0.011811 10.0.0.23 - - [2026-04-23 03:17:02] "GET /virtual-network/bfd58f24-847a-4f46-9a8c-df3902321095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005908 10.0.0.23 - - [2026-04-23 03:17:03] "GET /obj-perms HTTP/1.1" 200 5026 0.003793 10.0.0.23 - - [2026-04-23 03:17:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001668 10.0.0.249 - - [2026-04-23 03:17:04] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.23 - - [2026-04-23 03:17:04] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.072499 10.0.0.23 - - [2026-04-23 03:17:04] "POST /neutron/network HTTP/1.1" 200 831 0.007568 10.0.0.23 - - [2026-04-23 03:17:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001611 10.0.0.23 - - [2026-04-23 03:17:04] "POST /neutron/port HTTP/1.1" 200 4186 0.040782 10.0.0.249 - - [2026-04-23 03:17:04] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.23 - - [2026-04-23 03:17:05] "POST /neutron/port HTTP/1.1" 200 1057 0.348012 10.0.0.23 - - [2026-04-23 03:17:05] "POST /neutron/port HTTP/1.1" 200 1111 0.122979 10.0.0.249 - - [2026-04-23 03:17:05] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.23 - - [2026-04-23 03:17:05] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.104648 10.0.0.23 - - [2026-04-23 03:17:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004199 10.0.0.23 - - [2026-04-23 03:17:05] "POST /neutron/network HTTP/1.1" 200 831 0.008686 10.0.0.23 - - [2026-04-23 03:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.006766 10.0.0.23 - - [2026-04-23 03:17:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.003885 10.0.0.23 - - [2026-04-23 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.249 - - [2026-04-23 03:17:05] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.23 - - [2026-04-23 03:17:05] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008764 10.0.0.23 - - [2026-04-23 03:17:06] "POST /service-templates HTTP/1.1" 200 545 0.029272 10.0.0.23 - - [2026-04-23 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2026-04-23 03:17:06] "GET /service-template/acbbb45a-ff0a-4fe4-becc-f5a40f5505ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006881 10.0.0.23 - - [2026-04-23 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.23 - - [2026-04-23 03:17:06] "GET /service-template/acbbb45a-ff0a-4fe4-becc-f5a40f5505ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005015 10.0.0.23 - - [2026-04-23 03:17:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001158 10.0.0.23 - - [2026-04-23 03:17:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001329 10.0.0.23 - - [2026-04-23 03:17:06] "POST /id-to-fqname HTTP/1.1" 200 230 0.001375 10.0.0.23 - - [2026-04-23 03:17:06] "POST /neutron/port HTTP/1.1" 200 5985 0.110901 10.0.0.23 - - [2026-04-23 03:17:06] "POST /neutron/port HTTP/1.1" 200 1059 0.020567 10.0.0.23 - - [2026-04-23 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2026-04-23 03:17:06] "DELETE /service-template/acbbb45a-ff0a-4fe4-becc-f5a40f5505ab HTTP/1.1" 200 115 0.050365 10.0.0.23 - - [2026-04-23 03:17:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.009058 10.0.0.23 - - [2026-04-23 03:17:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004021 10.0.0.23 - - [2026-04-23 03:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.130 - - [2026-04-23 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008045 10.0.0.23 - - [2026-04-23 03:17:07] "POST /neutron/port HTTP/1.1" 200 1121 0.023977 10.0.0.23 - - [2026-04-23 03:17:07] "POST /neutron/port HTTP/1.1" 200 1111 0.014818 10.0.0.130 - - [2026-04-23 03:17:07] "DELETE /route-target/311b880b-6ad0-489a-ae45-367ab5d589c6 HTTP/1.1" 200 115 0.031766 10.0.0.23 - - [2026-04-23 03:17:07] "POST /neutron/network HTTP/1.1" 400 204 0.022354 10.0.0.23 - - [2026-04-23 03:17:11] "POST /neutron/network HTTP/1.1" 200 835 0.007661 10.0.0.23 - - [2026-04-23 03:17:13] "POST /neutron/network HTTP/1.1" 400 204 0.015045 10.0.0.23 - - [2026-04-23 03:17:15] "POST /neutron/network HTTP/1.1" 200 1122 0.030679 10.0.0.23 - - [2026-04-23 03:17:15] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014155 10.0.0.23 - - [2026-04-23 03:17:16] "POST /neutron/port HTTP/1.1" 200 117 0.001144 10.0.0.23 - - [2026-04-23 03:17:18] "POST /neutron/network HTTP/1.1" 200 835 0.007542 10.0.0.23 - - [2026-04-23 03:17:18] "POST /neutron/port HTTP/1.1" 200 1113 0.017856 10.0.0.23 - - [2026-04-23 03:17:18] "POST /neutron/network HTTP/1.1" 200 2189 0.009840 10.0.0.23 - - [2026-04-23 03:17:20] "POST /neutron/network HTTP/1.1" 200 835 0.010119 10.0.0.130 - - [2026-04-23 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006776 10.0.0.249 - - [2026-04-23 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002851 10.0.0.249 - - [2026-04-23 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002786 10.0.0.23 - - [2026-04-23 03:17:20] "POST /neutron/network HTTP/1.1" 200 151 0.138049 10.0.0.130 - - [2026-04-23 03:17:20] "DELETE /route-target/cb6c728f-008b-4513-8c8b-8eac5f6e89e8 HTTP/1.1" 200 115 0.025100 10.0.0.249 - - [2026-04-23 03:17:22] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.23 - - [2026-04-23 03:17:22] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.072136 10.0.0.249 - - [2026-04-23 03:17:22] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001920 10.0.0.23 - - [2026-04-23 03:17:22] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?fields=virtual_networks HTTP/1.1" 200 1031 0.050370 10.0.0.249 - - [2026-04-23 03:17:22] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.23 - - [2026-04-23 03:17:22] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.058725 10.0.0.249 - - [2026-04-23 03:17:22] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.23 - - [2026-04-23 03:17:22] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?fields=security_groups HTTP/1.1" 200 1256 0.045913 10.0.0.23 - - [2026-04-23 03:17:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.026457 10.0.0.249 - - [2026-04-23 03:17:23] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003211 10.0.0.249 - - [2026-04-23 03:17:23] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.249 - - [2026-04-23 03:17:23] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007208 10.0.0.249 - - [2026-04-23 03:17:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.001041 10.0.0.249 - - [2026-04-23 03:17:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.003224 10.0.0.249 - - [2026-04-23 03:17:23] "POST /security-groups HTTP/1.1" 200 589 0.079183 10.0.0.249 - - [2026-04-23 03:17:24] "POST /projects HTTP/1.1" 200 581 0.269299 10.0.0.130 - - [2026-04-23 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.005513 10.0.0.249 - - [2026-04-23 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.344742 10.0.0.23 - - [2026-04-23 03:17:24] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.505975 10.0.0.23 - - [2026-04-23 03:17:25] "GET / HTTP/1.1" 200 36215 0.001906 10.0.0.23 - - [2026-04-23 03:17:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-04-23 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.058213 10.0.0.249 - - [2026-04-23 03:17:27] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.23 - - [2026-04-23 03:17:27] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051620 10.0.0.23 - - [2026-04-23 03:17:27] "POST /neutron/network HTTP/1.1" 200 117 0.041051 10.0.0.130 - - [2026-04-23 03:17:27] "POST /ref-update HTTP/1.1" 200 156 0.024336 10.0.0.23 - - [2026-04-23 03:17:27] "POST /neutron/network HTTP/1.1" 200 831 0.008844 10.0.0.23 - - [2026-04-23 03:17:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001229 10.0.0.23 - - [2026-04-23 03:17:27] "GET /virtual-network/e30df20e-a9d1-4cee-acbe-fb480a8d5573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005709 10.0.0.23 - - [2026-04-23 03:17:28] "GET /virtual-network/e30df20e-a9d1-4cee-acbe-fb480a8d5573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006167 10.0.0.23 - - [2026-04-23 03:17:28] "POST /neutron/subnet HTTP/1.1" 200 719 0.011551 10.0.0.23 - - [2026-04-23 03:17:28] "GET /virtual-network/e30df20e-a9d1-4cee-acbe-fb480a8d5573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006128 10.0.0.23 - - [2026-04-23 03:17:29] "POST /neutron/network HTTP/1.1" 200 936 0.007546 10.0.0.23 - - [2026-04-23 03:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.249 - - [2026-04-23 03:17:29] "GET /obj-perms HTTP/1.1" 200 5026 0.058744 10.0.0.23 - - [2026-04-23 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.249 - - [2026-04-23 03:17:29] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001368 10.0.0.23 - - [2026-04-23 03:17:29] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045828 10.0.0.249 - - [2026-04-23 03:17:30] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.23 - - [2026-04-23 03:17:30] "POST /neutron/network HTTP/1.1" 200 617 0.125396 10.0.0.23 - - [2026-04-23 03:17:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.003522 10.0.0.23 - - [2026-04-23 03:17:30] "GET /virtual-network/563c94a5-e57c-4133-86cc-cfeff6dbcd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005293 10.0.0.23 - - [2026-04-23 03:17:30] "POST /neutron/network HTTP/1.1" 200 837 0.006799 10.0.0.23 - - [2026-04-23 03:17:30] "GET /virtual-network/563c94a5-e57c-4133-86cc-cfeff6dbcd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005488 10.0.0.23 - - [2026-04-23 03:17:30] "GET /virtual-network/563c94a5-e57c-4133-86cc-cfeff6dbcd38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006181 10.0.0.130 - - [2026-04-23 03:17:31] "GET /obj-perms HTTP/1.1" 200 5026 0.065809 10.0.0.23 - - [2026-04-23 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.017245 10.0.0.249 - - [2026-04-23 03:17:31] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.23 - - [2026-04-23 03:17:31] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056261 10.0.0.23 - - [2026-04-23 03:17:31] "POST /neutron/network HTTP/1.1" 200 117 0.047966 10.0.0.130 - - [2026-04-23 03:17:31] "POST /route-targets HTTP/1.1" 200 328 0.015284 10.0.0.23 - - [2026-04-23 03:17:31] "POST /neutron/network HTTP/1.1" 200 839 0.009995 10.0.0.23 - - [2026-04-23 03:17:31] "POST /id-to-fqname HTTP/1.1" 200 226 0.001248 10.0.0.23 - - [2026-04-23 03:17:31] "GET /virtual-network/738548e0-1352-43f7-851b-8a686ef1cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006073 10.0.0.23 - - [2026-04-23 03:17:32] "GET /virtual-network/738548e0-1352-43f7-851b-8a686ef1cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006923 10.0.0.23 - - [2026-04-23 03:17:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.011254 10.0.0.23 - - [2026-04-23 03:17:32] "GET /virtual-network/738548e0-1352-43f7-851b-8a686ef1cb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006000 10.0.0.23 - - [2026-04-23 03:17:32] "GET /obj-perms HTTP/1.1" 200 5026 0.057766 10.0.0.23 - - [2026-04-23 03:17:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001251 10.0.0.249 - - [2026-04-23 03:17:33] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.23 - - [2026-04-23 03:17:33] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.069274 10.0.0.23 - - [2026-04-23 03:17:33] "POST /neutron/network HTTP/1.1" 200 837 0.006889 10.0.0.23 - - [2026-04-23 03:17:34] "POST /id-to-fqname HTTP/1.1" 200 226 0.001359 10.0.0.23 - - [2026-04-23 03:17:34] "POST /neutron/port HTTP/1.1" 200 4186 0.039031 10.0.0.249 - - [2026-04-23 03:17:34] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.23 - - [2026-04-23 03:17:34] "POST /neutron/port HTTP/1.1" 200 1059 0.305971 10.0.0.23 - - [2026-04-23 03:17:34] "POST /neutron/port HTTP/1.1" 200 1113 0.104948 10.0.0.23 - - [2026-04-23 03:17:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.009557 10.0.0.249 - - [2026-04-23 03:17:35] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001257 10.0.0.23 - - [2026-04-23 03:17:35] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.070539 10.0.0.23 - - [2026-04-23 03:17:35] "POST /neutron/network HTTP/1.1" 200 839 0.006707 10.0.0.23 - - [2026-04-23 03:17:35] "POST /neutron/port HTTP/1.1" 200 117 0.007772 10.0.0.23 - - [2026-04-23 03:17:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003670 10.0.0.23 - - [2026-04-23 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.249 - - [2026-04-23 03:17:35] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.23 - - [2026-04-23 03:17:35] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007762 10.0.0.23 - - [2026-04-23 03:17:35] "POST /service-templates HTTP/1.1" 200 545 0.034365 10.0.0.23 - - [2026-04-23 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-04-23 03:17:35] "GET /service-template/bea47f50-cf56-4799-b07f-58c8c014ca5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006421 10.0.0.23 - - [2026-04-23 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.23 - - [2026-04-23 03:17:35] "GET /service-template/bea47f50-cf56-4799-b07f-58c8c014ca5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.003876 10.0.0.23 - - [2026-04-23 03:17:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001421 10.0.0.23 - - [2026-04-23 03:17:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001091 10.0.0.23 - - [2026-04-23 03:17:35] "POST /id-to-fqname HTTP/1.1" 200 226 0.001479 10.0.0.23 - - [2026-04-23 03:17:36] "POST /neutron/port HTTP/1.1" 200 1059 0.037585 10.0.0.23 - - [2026-04-23 03:17:36] "POST /neutron/port HTTP/1.1" 200 1113 0.111072 10.0.0.23 - - [2026-04-23 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2026-04-23 03:17:36] "DELETE /service-template/bea47f50-cf56-4799-b07f-58c8c014ca5a HTTP/1.1" 200 115 0.033322 10.0.0.23 - - [2026-04-23 03:17:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003779 10.0.0.23 - - [2026-04-23 03:17:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004061 10.0.0.23 - - [2026-04-23 03:17:36] "POST /neutron/network HTTP/1.1" 200 839 0.008604 10.0.0.23 - - [2026-04-23 03:17:37] "POST /neutron/port HTTP/1.1" 200 1123 0.021966 10.0.0.23 - - [2026-04-23 03:17:38] "POST /neutron/network HTTP/1.1" 200 839 0.007289 10.0.0.23 - - [2026-04-23 03:17:40] "POST /neutron/network HTTP/1.1" 400 204 0.018484 10.0.0.23 - - [2026-04-23 03:17:44] "POST /neutron/network HTTP/1.1" 200 839 0.007330 10.0.0.249 - - [2026-04-23 03:17:46] "GET /obj-perms HTTP/1.1" 200 5056 0.074409 10.0.0.23 - - [2026-04-23 03:17:46] "POST /neutron/network HTTP/1.1" 400 204 0.017359 10.0.0.23 - - [2026-04-23 03:17:48] "POST /neutron/port HTTP/1.1" 200 151 0.175887 10.0.0.23 - - [2026-04-23 03:17:49] "POST /neutron/port HTTP/1.1" 200 117 0.008913 10.0.0.130 - - [2026-04-23 03:17:49] "DELETE /route-target/dd3340a0-2eec-4968-90c6-0484a9a7e277 HTTP/1.1" 200 115 0.034184 10.0.0.23 - - [2026-04-23 03:17:49] "POST /neutron/network HTTP/1.1" 200 837 0.009220 10.0.0.23 - - [2026-04-23 03:17:49] "POST /neutron/network HTTP/1.1" 200 831 0.011495 10.0.0.130 - - [2026-04-23 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.23 - - [2026-04-23 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.249 - - [2026-04-23 03:17:52] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000958 10.0.0.23 - - [2026-04-23 03:17:52] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.051391 10.0.0.249 - - [2026-04-23 03:17:52] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.23 - - [2026-04-23 03:17:52] "POST /neutron/network HTTP/1.1" 200 613 0.142675 10.0.0.130 - - [2026-04-23 03:17:53] "POST /ref-update HTTP/1.1" 200 156 0.032583 10.0.0.23 - - [2026-04-23 03:17:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.004373 10.0.0.23 - - [2026-04-23 03:17:53] "GET /virtual-network/d56bef40-e59f-483b-b5e6-369a1358ccdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005601 10.0.0.23 - - [2026-04-23 03:17:53] "POST /neutron/network HTTP/1.1" 200 834 0.007282 10.0.0.23 - - [2026-04-23 03:17:53] "GET /virtual-network/d56bef40-e59f-483b-b5e6-369a1358ccdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005692 10.0.0.23 - - [2026-04-23 03:17:53] "GET /virtual-network/d56bef40-e59f-483b-b5e6-369a1358ccdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006887 10.0.0.130 - - [2026-04-23 03:17:53] "GET /obj-perms HTTP/1.1" 200 5026 0.005108 10.0.0.23 - - [2026-04-23 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.249 - - [2026-04-23 03:17:53] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.23 - - [2026-04-23 03:17:53] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044542 10.0.0.23 - - [2026-04-23 03:17:53] "POST /neutron/network HTTP/1.1" 200 117 0.016534 10.0.0.23 - - [2026-04-23 03:17:54] "POST /neutron/network HTTP/1.1" 200 830 0.009676 10.0.0.23 - - [2026-04-23 03:17:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001274 10.0.0.23 - - [2026-04-23 03:17:54] "GET /virtual-network/28cba711-8d3e-40bf-8a98-864689a7fdce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006423 10.0.0.23 - - [2026-04-23 03:17:54] "GET /virtual-network/28cba711-8d3e-40bf-8a98-864689a7fdce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007877 10.0.0.23 - - [2026-04-23 03:17:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.014463 10.0.0.23 - - [2026-04-23 03:17:54] "GET /virtual-network/28cba711-8d3e-40bf-8a98-864689a7fdce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005984 10.0.0.23 - - [2026-04-23 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.249 - - [2026-04-23 03:17:54] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001357 10.0.0.23 - - [2026-04-23 03:17:55] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048428 10.0.0.130 - - [2026-04-23 03:17:55] "POST /route-targets HTTP/1.1" 200 328 0.015730 10.0.0.249 - - [2026-04-23 03:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 10.0.0.23 - - [2026-04-23 03:17:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.177832 10.0.0.23 - - [2026-04-23 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001505 10.0.0.23 - - [2026-04-23 03:17:55] "GET /virtual-network/e3147aed-c569-43cd-be06-a5f8e9c45cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005519 10.0.0.23 - - [2026-04-23 03:17:55] "GET /virtual-network/e3147aed-c569-43cd-be06-a5f8e9c45cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005425 10.0.0.23 - - [2026-04-23 03:17:55] "POST /neutron/network HTTP/1.1" 200 833 0.007040 10.0.0.23 - - [2026-04-23 03:17:55] "GET /virtual-network/e3147aed-c569-43cd-be06-a5f8e9c45cba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006001 10.0.0.23 - - [2026-04-23 03:17:55] "GET /obj-perms HTTP/1.1" 200 5026 0.004439 10.0.0.249 - - [2026-04-23 03:17:55] "GET /obj-perms HTTP/1.1" 200 5026 0.004117 10.0.0.23 - - [2026-04-23 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001308 10.0.0.23 - - [2026-04-23 03:17:56] "POST /neutron/network HTTP/1.1" 200 840 0.008033 10.0.0.249 - - [2026-04-23 03:17:56] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.23 - - [2026-04-23 03:17:56] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.082003 10.0.0.23 - - [2026-04-23 03:17:57] "POST /neutron/port HTTP/1.1" 200 117 0.008500 10.0.0.23 - - [2026-04-23 03:17:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001938 10.0.0.23 - - [2026-04-23 03:17:57] "POST /neutron/network HTTP/1.1" 200 840 0.008353 10.0.0.23 - - [2026-04-23 03:17:58] "POST /neutron/port HTTP/1.1" 200 1056 0.021929 10.0.0.23 - - [2026-04-23 03:17:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004279 10.0.0.249 - - [2026-04-23 03:17:58] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001533 10.0.0.23 - - [2026-04-23 03:17:58] "POST /neutron/network HTTP/1.1" 200 830 0.012789 10.0.0.23 - - [2026-04-23 03:17:58] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.106136 10.0.0.23 - - [2026-04-23 03:17:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007829 10.0.0.23 - - [2026-04-23 03:17:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003685 10.0.0.23 - - [2026-04-23 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.249 - - [2026-04-23 03:17:58] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.23 - - [2026-04-23 03:17:58] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009181 10.0.0.23 - - [2026-04-23 03:17:58] "POST /service-templates HTTP/1.1" 200 545 0.034395 10.0.0.23 - - [2026-04-23 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.23 - - [2026-04-23 03:17:59] "GET /service-template/8108f324-ccf4-4694-a74c-a8e27ecf7d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.012748 10.0.0.23 - - [2026-04-23 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2026-04-23 03:17:59] "GET /service-template/8108f324-ccf4-4694-a74c-a8e27ecf7d3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.007571 10.0.0.23 - - [2026-04-23 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001300 10.0.0.249 - - [2026-04-23 03:17:59] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001517 10.0.0.23 - - [2026-04-23 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001208 10.0.0.23 - - [2026-04-23 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001102 10.0.0.23 - - [2026-04-23 03:17:59] "POST /neutron/port HTTP/1.1" 200 1057 0.297076 10.0.0.23 - - [2026-04-23 03:17:59] "POST /neutron/port HTTP/1.1" 200 1057 0.022003 10.0.0.23 - - [2026-04-23 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.23 - - [2026-04-23 03:17:59] "DELETE /service-template/8108f324-ccf4-4694-a74c-a8e27ecf7d3b HTTP/1.1" 200 115 0.049961 10.0.0.23 - - [2026-04-23 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.004411 10.0.0.23 - - [2026-04-23 03:17:59] "POST /neutron/port HTTP/1.1" 200 1121 0.020294 10.0.0.23 - - [2026-04-23 03:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.23 - - [2026-04-23 03:17:59] "POST /neutron/network HTTP/1.1" 400 204 0.015171 10.0.0.23 - - [2026-04-23 03:18:01] "POST /neutron/port HTTP/1.1" 200 151 0.195381 10.0.0.249 - - [2026-04-23 03:18:01] "DELETE /project/8798d93a7e3d4a96a8214ca1bb0da995 HTTP/1.1" 404 173 0.007651 10.0.0.23 - - [2026-04-23 03:18:01] "POST /neutron/network HTTP/1.1" 200 117 0.023418 10.0.0.249 - - [2026-04-23 03:18:01] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.249 - - [2026-04-23 03:18:01] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.060946 10.0.0.249 - - [2026-04-23 03:18:01] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.249 - - [2026-04-23 03:18:01] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?fields=security_groups HTTP/1.1" 200 1358 0.064937 10.0.0.249 - - [2026-04-23 03:18:01] "DELETE /security-group/b9ad2364-1825-4964-ada7-125f60ce2974 HTTP/1.1" 200 115 0.087361 10.0.0.249 - - [2026-04-23 03:18:02] "GET /projects?obj_uuids=fcf8f993-28ca-47cb-9884-783045951281&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001966 10.0.0.23 - - [2026-04-23 03:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.011457 10.0.0.249 - - [2026-04-23 03:18:02] "GET /project/fcf8f993-28ca-47cb-9884-783045951281?fields=application_policy_sets HTTP/1.1" 200 1397 0.106952 10.0.0.130 - - [2026-04-23 03:18:02] "DELETE /access-control-list/1b606579-79c1-43df-8050-d5230041b1a9 HTTP/1.1" 200 115 0.078560 10.0.0.249 - - [2026-04-23 03:18:02] "DELETE /project/fcf8f993-28ca-47cb-9884-783045951281 HTTP/1.1" 200 115 0.581056 10.0.0.23 - - [2026-04-23 03:18:04] "POST /neutron/network HTTP/1.1" 200 830 0.007785 10.0.0.23 - - [2026-04-23 03:18:06] "POST /neutron/network HTTP/1.1" 400 204 0.017316 10.0.0.23 - - [2026-04-23 03:18:09] "POST /neutron/port HTTP/1.1" 200 1120 0.024671 10.0.0.23 - - [2026-04-23 03:18:10] "POST /neutron/network HTTP/1.1" 200 830 0.007408 10.0.0.130 - - [2026-04-23 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2026-04-23 03:18:10] "POST /neutron/network HTTP/1.1" 200 834 0.007702 10.0.0.130 - - [2026-04-23 03:18:11] "DELETE /route-target/c155bbe9-d485-4ffd-8610-9824774bdb80 HTTP/1.1" 200 115 0.029536 10.0.0.249 - - [2026-04-23 03:18:12] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.23 - - [2026-04-23 03:18:12] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054528 10.0.0.249 - - [2026-04-23 03:18:12] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.23 - - [2026-04-23 03:18:12] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?fields=virtual_networks HTTP/1.1" 200 1030 0.055870 10.0.0.249 - - [2026-04-23 03:18:12] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.23 - - [2026-04-23 03:18:12] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.059824 10.0.0.249 - - [2026-04-23 03:18:12] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001684 10.0.0.23 - - [2026-04-23 03:18:12] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?fields=security_groups HTTP/1.1" 200 1255 0.051265 10.0.0.23 - - [2026-04-23 03:18:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.028954 10.0.0.249 - - [2026-04-23 03:18:13] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005258 10.0.0.249 - - [2026-04-23 03:18:13] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.249 - - [2026-04-23 03:18:13] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008190 10.0.0.249 - - [2026-04-23 03:18:13] "POST /id-to-fqname HTTP/1.1" 200 186 0.006367 10.0.0.249 - - [2026-04-23 03:18:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.008803 10.0.0.249 - - [2026-04-23 03:18:14] "POST /security-groups HTTP/1.1" 200 587 0.084567 10.0.0.249 - - [2026-04-23 03:18:14] "POST /projects HTTP/1.1" 200 577 0.312347 10.0.0.130 - - [2026-04-23 03:18:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.010780 10.0.0.249 - - [2026-04-23 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.386415 10.0.0.23 - - [2026-04-23 03:18:14] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.517238 10.0.0.23 - - [2026-04-23 03:18:15] "GET / HTTP/1.1" 200 36215 0.001443 10.0.0.23 - - [2026-04-23 03:18:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.23 - - [2026-04-23 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.058047 10.0.0.249 - - [2026-04-23 03:18:17] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001068 10.0.0.23 - - [2026-04-23 03:18:17] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.045529 10.0.0.249 - - [2026-04-23 03:18:17] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001106 10.0.0.23 - - [2026-04-23 03:18:17] "POST /neutron/network HTTP/1.1" 200 611 0.174128 10.0.0.130 - - [2026-04-23 03:18:17] "POST /ref-update HTTP/1.1" 200 156 0.029647 10.0.0.23 - - [2026-04-23 03:18:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.009551 10.0.0.249 - - [2026-04-23 03:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009270 10.0.0.23 - - [2026-04-23 03:18:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.246589 10.0.0.23 - - [2026-04-23 03:18:18] "POST /neutron/network HTTP/1.1" 200 828 0.006735 10.0.0.23 - - [2026-04-23 03:18:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001345 10.0.0.23 - - [2026-04-23 03:18:18] "GET /virtual-network/ae8c125b-fc69-46e9-b575-d56b23faa202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005336 10.0.0.23 - - [2026-04-23 03:18:18] "GET /virtual-network/ae8c125b-fc69-46e9-b575-d56b23faa202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006632 10.0.0.23 - - [2026-04-23 03:18:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.009495 10.0.0.23 - - [2026-04-23 03:18:18] "GET /virtual-network/ae8c125b-fc69-46e9-b575-d56b23faa202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006411 10.0.0.130 - - [2026-04-23 03:18:19] "GET /obj-perms HTTP/1.1" 200 5022 0.057450 10.0.0.23 - - [2026-04-23 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2026-04-23 03:18:20] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.23 - - [2026-04-23 03:18:20] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.041323 10.0.0.249 - - [2026-04-23 03:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.021030 10.0.0.23 - - [2026-04-23 03:18:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.200691 10.0.0.23 - - [2026-04-23 03:18:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001616 10.0.0.23 - - [2026-04-23 03:18:20] "GET /virtual-network/91f06b34-d7cf-4caa-a5e6-f845b830e2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011313 10.0.0.23 - - [2026-04-23 03:18:20] "GET /virtual-network/91f06b34-d7cf-4caa-a5e6-f845b830e2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005753 10.0.0.23 - - [2026-04-23 03:18:20] "POST /neutron/network HTTP/1.1" 200 832 0.006770 10.0.0.23 - - [2026-04-23 03:18:20] "GET /virtual-network/91f06b34-d7cf-4caa-a5e6-f845b830e2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006659 10.0.0.23 - - [2026-04-23 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.249 - - [2026-04-23 03:18:21] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001135 10.0.0.23 - - [2026-04-23 03:18:21] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.044562 10.0.0.249 - - [2026-04-23 03:18:21] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001215 10.0.0.23 - - [2026-04-23 03:18:21] "POST /neutron/network HTTP/1.1" 200 613 0.128463 10.0.0.130 - - [2026-04-23 03:18:21] "POST /route-targets HTTP/1.1" 200 328 0.016243 10.0.0.23 - - [2026-04-23 03:18:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.005705 10.0.0.23 - - [2026-04-23 03:18:21] "GET /virtual-network/cf157644-c76d-45c1-9f11-fd7688fe935d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006149 10.0.0.23 - - [2026-04-23 03:18:21] "POST /neutron/network HTTP/1.1" 200 832 0.007952 10.0.0.23 - - [2026-04-23 03:18:21] "GET /virtual-network/cf157644-c76d-45c1-9f11-fd7688fe935d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005796 10.0.0.23 - - [2026-04-23 03:18:22] "GET /virtual-network/cf157644-c76d-45c1-9f11-fd7688fe935d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006085 10.0.0.23 - - [2026-04-23 03:18:22] "GET /obj-perms HTTP/1.1" 200 5022 0.054828 10.0.0.249 - - [2026-04-23 03:18:22] "GET /obj-perms HTTP/1.1" 200 5022 0.053667 10.0.0.23 - - [2026-04-23 03:18:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001585 10.0.0.23 - - [2026-04-23 03:18:22] "POST /neutron/port HTTP/1.1" 200 4186 0.034271 10.0.0.249 - - [2026-04-23 03:18:23] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.23 - - [2026-04-23 03:18:23] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.077673 10.0.0.23 - - [2026-04-23 03:18:23] "POST /neutron/port HTTP/1.1" 200 4186 0.038508 10.0.0.23 - - [2026-04-23 03:18:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001304 10.0.0.23 - - [2026-04-23 03:18:23] "POST /neutron/network HTTP/1.1" 200 842 0.006633 10.0.0.23 - - [2026-04-23 03:18:24] "POST /neutron/port HTTP/1.1" 200 1058 0.022612 10.0.0.23 - - [2026-04-23 03:18:24] "POST /neutron/port HTTP/1.1" 200 1122 0.035316 10.0.0.23 - - [2026-04-23 03:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.249 - - [2026-04-23 03:18:24] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001525 10.0.0.23 - - [2026-04-23 03:18:24] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.082190 10.0.0.23 - - [2026-04-23 03:18:25] "POST /neutron/port HTTP/1.1" 200 5155 0.049359 10.0.0.23 - - [2026-04-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004345 10.0.0.23 - - [2026-04-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2026-04-23 03:18:25] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.23 - - [2026-04-23 03:18:25] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008089 10.0.0.23 - - [2026-04-23 03:18:25] "POST /service-templates HTTP/1.1" 200 545 0.026915 10.0.0.23 - - [2026-04-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.23 - - [2026-04-23 03:18:25] "GET /service-template/06bb6d6e-bf1c-4f40-9a3c-e18a4f1c2319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007264 10.0.0.23 - - [2026-04-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.23 - - [2026-04-23 03:18:25] "GET /service-template/06bb6d6e-bf1c-4f40-9a3c-e18a4f1c2319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004715 10.0.0.23 - - [2026-04-23 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001476 10.0.0.23 - - [2026-04-23 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001453 10.0.0.23 - - [2026-04-23 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001298 10.0.0.23 - - [2026-04-23 03:18:25] "POST /neutron/network HTTP/1.1" 200 842 0.007398 10.0.0.23 - - [2026-04-23 03:18:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.015752 10.0.0.23 - - [2026-04-23 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.23 - - [2026-04-23 03:18:26] "DELETE /service-template/06bb6d6e-bf1c-4f40-9a3c-e18a4f1c2319 HTTP/1.1" 200 115 0.046342 10.0.0.23 - - [2026-04-23 03:18:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003457 10.0.0.23 - - [2026-04-23 03:18:26] "POST /neutron/port HTTP/1.1" 200 1110 0.106171 10.0.0.23 - - [2026-04-23 03:18:26] "POST /neutron/network HTTP/1.1" 200 832 0.006954 10.0.0.23 - - [2026-04-23 03:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.23 - - [2026-04-23 03:18:26] "POST /neutron/port HTTP/1.1" 200 1112 0.016652 10.0.0.23 - - [2026-04-23 03:18:28] "POST /neutron/network HTTP/1.1" 400 204 0.015055 10.0.0.23 - - [2026-04-23 03:18:32] "POST /neutron/network HTTP/1.1" 200 832 0.008439 10.0.0.23 - - [2026-04-23 03:18:34] "POST /neutron/network HTTP/1.1" 400 204 0.014712 10.0.0.23 - - [2026-04-23 03:18:37] "POST /neutron/port HTTP/1.1" 200 1120 0.018744 10.0.0.23 - - [2026-04-23 03:18:38] "POST /neutron/port HTTP/1.1" 200 117 0.007512 10.0.0.23 - - [2026-04-23 03:18:38] "POST /neutron/network HTTP/1.1" 200 832 0.010608 10.0.0.130 - - [2026-04-23 03:18:38] "DELETE /route-target/7b2bc130-46e0-4edb-8057-8c24af7a38a4 HTTP/1.1" 200 115 0.025970 10.0.0.23 - - [2026-04-23 03:18:38] "POST /neutron/network HTTP/1.1" 200 832 0.007748 10.0.0.249 - - [2026-04-23 03:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004001 10.0.0.130 - - [2026-04-23 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.249 - - [2026-04-23 03:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003393 10.0.0.23 - - [2026-04-23 03:18:39] "POST /neutron/network HTTP/1.1" 200 151 0.121828 10.0.0.23 - - [2026-04-23 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.249 - - [2026-04-23 03:18:42] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001124 10.0.0.23 - - [2026-04-23 03:18:42] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.066842 10.0.0.130 - - [2026-04-23 03:18:42] "POST /ref-update HTTP/1.1" 200 156 0.031431 10.0.0.249 - - [2026-04-23 03:18:42] "POST /useragent-kv HTTP/1.1" 200 115 0.010481 10.0.0.23 - - [2026-04-23 03:18:42] "POST /neutron/subnet HTTP/1.1" 200 710 0.213117 10.0.0.23 - - [2026-04-23 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001274 10.0.0.23 - - [2026-04-23 03:18:42] "GET /virtual-network/0039638a-88bb-44d7-9893-76b5bdeb1a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006429 10.0.0.23 - - [2026-04-23 03:18:42] "GET /virtual-network/0039638a-88bb-44d7-9893-76b5bdeb1a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006042 10.0.0.23 - - [2026-04-23 03:18:42] "POST /neutron/network HTTP/1.1" 200 827 0.006803 10.0.0.23 - - [2026-04-23 03:18:43] "GET /virtual-network/0039638a-88bb-44d7-9893-76b5bdeb1a5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005880 10.0.0.130 - - [2026-04-23 03:18:43] "GET /obj-perms HTTP/1.1" 200 5022 0.004228 10.0.0.23 - - [2026-04-23 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.249 - - [2026-04-23 03:18:43] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001126 10.0.0.23 - - [2026-04-23 03:18:43] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.041171 10.0.0.249 - - [2026-04-23 03:18:43] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001032 10.0.0.23 - - [2026-04-23 03:18:43] "POST /neutron/network HTTP/1.1" 200 611 0.130179 10.0.0.23 - - [2026-04-23 03:18:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.003299 10.0.0.23 - - [2026-04-23 03:18:43] "GET /virtual-network/7ad3de79-0abf-43ec-b6e4-25cc457c407c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007041 10.0.0.23 - - [2026-04-23 03:18:43] "POST /neutron/network HTTP/1.1" 200 829 0.008204 10.0.0.23 - - [2026-04-23 03:18:44] "GET /virtual-network/7ad3de79-0abf-43ec-b6e4-25cc457c407c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005649 10.0.0.23 - - [2026-04-23 03:18:44] "GET /virtual-network/7ad3de79-0abf-43ec-b6e4-25cc457c407c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005407 10.0.0.23 - - [2026-04-23 03:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.249 - - [2026-04-23 03:18:44] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001348 10.0.0.23 - - [2026-04-23 03:18:44] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.051044 10.0.0.23 - - [2026-04-23 03:18:44] "POST /neutron/network HTTP/1.1" 200 117 0.016240 10.0.0.130 - - [2026-04-23 03:18:44] "POST /route-targets HTTP/1.1" 200 328 0.014395 10.0.0.23 - - [2026-04-23 03:18:45] "POST /neutron/network HTTP/1.1" 200 829 0.016581 10.0.0.23 - - [2026-04-23 03:18:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001695 10.0.0.23 - - [2026-04-23 03:18:45] "GET /virtual-network/f0202fa5-124e-4026-9a9e-52bd5566db44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009579 10.0.0.23 - - [2026-04-23 03:18:45] "GET /virtual-network/f0202fa5-124e-4026-9a9e-52bd5566db44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005772 10.0.0.23 - - [2026-04-23 03:18:45] "POST /neutron/subnet HTTP/1.1" 200 710 0.010294 10.0.0.23 - - [2026-04-23 03:18:45] "GET /virtual-network/f0202fa5-124e-4026-9a9e-52bd5566db44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006909 10.0.0.23 - - [2026-04-23 03:18:45] "GET /obj-perms HTTP/1.1" 200 5022 0.004236 10.0.0.249 - - [2026-04-23 03:18:45] "GET /obj-perms HTTP/1.1" 200 5022 0.004005 10.0.0.23 - - [2026-04-23 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2026-04-23 03:18:45] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.23 - - [2026-04-23 03:18:45] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.044808 10.0.0.130 - - [2026-04-23 03:18:45] "POST /ref-update HTTP/1.1" 200 156 0.022244 10.0.0.249 - - [2026-04-23 03:18:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008808 10.0.0.23 - - [2026-04-23 03:18:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.239006 10.0.0.23 - - [2026-04-23 03:18:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001246 10.0.0.23 - - [2026-04-23 03:18:46] "GET /virtual-network/3ef897bb-bd3e-434d-9f6b-81898b3f86cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007300 10.0.0.23 - - [2026-04-23 03:18:46] "GET /virtual-network/3ef897bb-bd3e-434d-9f6b-81898b3f86cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005662 10.0.0.23 - - [2026-04-23 03:18:46] "POST /neutron/network HTTP/1.1" 200 842 0.007725 10.0.0.23 - - [2026-04-23 03:18:46] "GET /virtual-network/3ef897bb-bd3e-434d-9f6b-81898b3f86cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006367 10.0.0.130 - - [2026-04-23 03:18:46] "GET /obj-perms HTTP/1.1" 200 5022 0.004099 10.0.0.23 - - [2026-04-23 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.249 - - [2026-04-23 03:18:46] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001044 10.0.0.23 - - [2026-04-23 03:18:46] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.058651 10.0.0.249 - - [2026-04-23 03:18:46] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000981 10.0.0.23 - - [2026-04-23 03:18:47] "POST /neutron/network HTTP/1.1" 200 625 0.135538 10.0.0.23 - - [2026-04-23 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.003317 10.0.0.23 - - [2026-04-23 03:18:47] "GET /virtual-network/4f1b58e5-0fce-4854-ab73-f00d1ddc1408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006769 10.0.0.23 - - [2026-04-23 03:18:47] "POST /neutron/network HTTP/1.1" 200 843 0.008285 10.0.0.23 - - [2026-04-23 03:18:47] "GET /virtual-network/4f1b58e5-0fce-4854-ab73-f00d1ddc1408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006591 10.0.0.23 - - [2026-04-23 03:18:47] "GET /virtual-network/4f1b58e5-0fce-4854-ab73-f00d1ddc1408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005363 10.0.0.23 - - [2026-04-23 03:18:47] "GET /obj-perms HTTP/1.1" 200 5022 0.008899 10.0.0.23 - - [2026-04-23 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001799 10.0.0.23 - - [2026-04-23 03:18:48] "POST /neutron/port HTTP/1.1" 200 4186 0.035495 10.0.0.249 - - [2026-04-23 03:18:48] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001472 10.0.0.23 - - [2026-04-23 03:18:48] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.074479 10.0.0.23 - - [2026-04-23 03:18:49] "POST /neutron/port HTTP/1.1" 200 4186 0.045584 10.0.0.23 - - [2026-04-23 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001537 10.0.0.23 - - [2026-04-23 03:18:49] "POST /neutron/network HTTP/1.1" 200 839 0.007331 10.0.0.23 - - [2026-04-23 03:18:49] "POST /neutron/port HTTP/1.1" 200 1055 0.020013 10.0.0.23 - - [2026-04-23 03:18:49] "POST /neutron/port HTTP/1.1" 200 1119 0.023667 10.0.0.23 - - [2026-04-23 03:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.249 - - [2026-04-23 03:18:50] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.23 - - [2026-04-23 03:18:50] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.080118 10.0.0.23 - - [2026-04-23 03:18:50] "POST /neutron/port HTTP/1.1" 200 5152 0.049488 10.0.0.23 - - [2026-04-23 03:18:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003829 10.0.0.23 - - [2026-04-23 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.249 - - [2026-04-23 03:18:50] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.23 - - [2026-04-23 03:18:50] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007875 10.0.0.23 - - [2026-04-23 03:18:50] "POST /service-templates HTTP/1.1" 200 545 0.070774 10.0.0.23 - - [2026-04-23 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.23 - - [2026-04-23 03:18:50] "GET /service-template/5862851e-a8a2-4a7d-953a-94fa9d2cbcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.008343 10.0.0.23 - - [2026-04-23 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.23 - - [2026-04-23 03:18:50] "POST /neutron/network HTTP/1.1" 200 839 0.006317 10.0.0.23 - - [2026-04-23 03:18:50] "GET /service-template/5862851e-a8a2-4a7d-953a-94fa9d2cbcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003884 10.0.0.23 - - [2026-04-23 03:18:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.002518 10.0.0.23 - - [2026-04-23 03:18:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001736 10.0.0.23 - - [2026-04-23 03:18:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001632 10.0.0.23 - - [2026-04-23 03:18:51] "POST /neutron/port HTTP/1.1" 200 1053 0.025024 10.0.0.23 - - [2026-04-23 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.23 - - [2026-04-23 03:18:51] "DELETE /service-template/5862851e-a8a2-4a7d-953a-94fa9d2cbcc9 HTTP/1.1" 200 115 0.055565 10.0.0.23 - - [2026-04-23 03:18:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.011504 10.0.0.23 - - [2026-04-23 03:18:51] "POST /neutron/port HTTP/1.1" 200 1107 0.133093 10.0.0.23 - - [2026-04-23 03:18:51] "POST /neutron/subnet HTTP/1.1" 200 684 0.010962 10.0.0.23 - - [2026-04-23 03:18:51] "POST /neutron/network HTTP/1.1" 200 843 0.007041 10.0.0.130 - - [2026-04-23 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.249 - - [2026-04-23 03:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006240 10.0.0.249 - - [2026-04-23 03:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003839 10.0.0.23 - - [2026-04-23 03:18:52] "POST /neutron/network HTTP/1.1" 200 151 0.135172 10.0.0.130 - - [2026-04-23 03:18:52] "DELETE /route-target/d143295d-9784-4f61-a40b-bc7a4fdd539b HTTP/1.1" 200 115 0.032547 10.0.0.23 - - [2026-04-23 03:18:52] "POST /neutron/port HTTP/1.1" 200 1117 0.017377 10.0.0.23 - - [2026-04-23 03:18:53] "POST /neutron/port HTTP/1.1" 200 117 0.007895 10.0.0.23 - - [2026-04-23 03:18:53] "POST /neutron/port HTTP/1.1" 200 117 0.006567 10.0.0.23 - - [2026-04-23 03:18:54] "POST /neutron/network HTTP/1.1" 200 829 0.008120 10.0.0.23 - - [2026-04-23 03:18:56] "POST /neutron/network HTTP/1.1" 400 204 0.014769 10.0.0.23 - - [2026-04-23 03:19:00] "POST /neutron/network HTTP/1.1" 200 829 0.008836 10.0.0.23 - - [2026-04-23 03:19:01] "POST /neutron/port HTTP/1.1" 200 1109 0.015679 10.0.0.249 - - [2026-04-23 03:19:02] "DELETE /project/7d34c2b771a3403f97096a3c01d8dd03 HTTP/1.1" 404 173 0.006124 10.0.0.249 - - [2026-04-23 03:19:02] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.249 - - [2026-04-23 03:19:02] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.045659 10.0.0.249 - - [2026-04-23 03:19:02] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001451 10.0.0.249 - - [2026-04-23 03:19:02] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?fields=security_groups HTTP/1.1" 200 1357 0.051951 10.0.0.249 - - [2026-04-23 03:19:02] "DELETE /security-group/0658077e-6606-41c2-8590-dd0daa2435d8 HTTP/1.1" 200 115 0.084359 10.0.0.249 - - [2026-04-23 03:19:02] "GET /projects?obj_uuids=8798d93a-7e3d-4a96-a821-4ca1bb0da995&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.130 - - [2026-04-23 03:19:02] "DELETE /access-control-list/48e12174-1f8d-49a4-9f18-ef851df55c1a HTTP/1.1" 200 115 0.051004 10.0.0.249 - - [2026-04-23 03:19:02] "GET /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995?fields=application_policy_sets HTTP/1.1" 200 1396 0.067580 10.0.0.249 - - [2026-04-23 03:19:02] "DELETE /project/8798d93a-7e3d-4a96-a821-4ca1bb0da995 HTTP/1.1" 200 115 0.522317 10.0.0.23 - - [2026-04-23 03:19:02] "POST /neutron/network HTTP/1.1" 200 829 0.015502 10.0.0.130 - - [2026-04-23 03:19:03] "DELETE /route-target/ea18e439-bbc5-4d98-a8a6-1a4b89edc40d HTTP/1.1" 200 115 0.043229 10.0.0.249 - - [2026-04-23 03:19:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007053 10.0.0.249 - - [2026-04-23 03:19:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003348 10.0.0.23 - - [2026-04-23 03:19:03] "POST /neutron/network HTTP/1.1" 200 151 0.132696 10.0.0.249 - - [2026-04-23 03:19:04] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000947 10.0.0.23 - - [2026-04-23 03:19:04] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.038939 10.0.0.249 - - [2026-04-23 03:19:05] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000994 10.0.0.23 - - [2026-04-23 03:19:05] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?fields=virtual_networks HTTP/1.1" 200 1026 0.044091 10.0.0.249 - - [2026-04-23 03:19:05] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001048 10.0.0.23 - - [2026-04-23 03:19:05] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.050472 10.0.0.249 - - [2026-04-23 03:19:05] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001293 10.0.0.23 - - [2026-04-23 03:19:05] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?fields=security_groups HTTP/1.1" 200 1249 0.047220 10.0.0.23 - - [2026-04-23 03:19:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.030200 10.0.0.249 - - [2026-04-23 03:19:06] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003127 10.0.0.249 - - [2026-04-23 03:19:06] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.249 - - [2026-04-23 03:19:06] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008321 10.0.0.249 - - [2026-04-23 03:19:06] "POST /id-to-fqname HTTP/1.1" 200 192 0.001389 10.0.0.249 - - [2026-04-23 03:19:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.004516 10.0.0.249 - - [2026-04-23 03:19:06] "POST /security-groups HTTP/1.1" 200 593 0.081733 10.0.0.130 - - [2026-04-23 03:19:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.004153 10.0.0.249 - - [2026-04-23 03:19:06] "POST /projects HTTP/1.1" 200 589 0.286954 10.0.0.249 - - [2026-04-23 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.358081 10.0.0.130 - - [2026-04-23 03:19:06] "POST /access-control-lists HTTP/1.1" 200 598 0.027060 10.0.0.23 - - [2026-04-23 03:19:06] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.499973 10.0.0.23 - - [2026-04-23 03:19:07] "GET / HTTP/1.1" 200 36215 0.001412 10.0.0.23 - - [2026-04-23 03:19:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-04-23 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.056281 10.0.0.249 - - [2026-04-23 03:19:09] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000956 10.0.0.23 - - [2026-04-23 03:19:09] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.037925 10.0.0.249 - - [2026-04-23 03:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006723 10.0.0.23 - - [2026-04-23 03:19:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.276263 10.0.0.23 - - [2026-04-23 03:19:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001478 10.0.0.23 - - [2026-04-23 03:19:10] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011793 10.0.0.23 - - [2026-04-23 03:19:10] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005914 10.0.0.23 - - [2026-04-23 03:19:10] "POST /neutron/network HTTP/1.1" 200 829 0.008027 10.0.0.23 - - [2026-04-23 03:19:11] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005384 10.0.0.130 - - [2026-04-23 03:19:11] "GET /obj-perms HTTP/1.1" 200 5034 0.060390 10.0.0.249 - - [2026-04-23 03:19:12] "GET /obj-perms HTTP/1.1" 200 5034 0.052677 10.0.0.23 - - [2026-04-23 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.249 - - [2026-04-23 03:19:12] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001358 10.0.0.23 - - [2026-04-23 03:19:12] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045830 10.0.0.249 - - [2026-04-23 03:19:12] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.23 - - [2026-04-23 03:19:12] "POST /neutron/network HTTP/1.1" 200 613 0.127135 10.0.0.130 - - [2026-04-23 03:19:12] "POST /route-targets HTTP/1.1" 200 328 0.016496 10.0.0.23 - - [2026-04-23 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.003369 10.0.0.23 - - [2026-04-23 03:19:12] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005180 10.0.0.23 - - [2026-04-23 03:19:12] "POST /neutron/network HTTP/1.1" 200 833 0.006902 10.0.0.23 - - [2026-04-23 03:19:12] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005579 10.0.0.23 - - [2026-04-23 03:19:13] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006282 10.0.0.23 - - [2026-04-23 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.249 - - [2026-04-23 03:19:13] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.23 - - [2026-04-23 03:19:13] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047978 10.0.0.23 - - [2026-04-23 03:19:13] "POST /neutron/network HTTP/1.1" 200 117 0.019033 10.0.0.130 - - [2026-04-23 03:19:14] "POST /ref-update HTTP/1.1" 200 156 0.031047 10.0.0.23 - - [2026-04-23 03:19:14] "POST /neutron/network HTTP/1.1" 200 837 0.008818 10.0.0.23 - - [2026-04-23 03:19:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001257 10.0.0.23 - - [2026-04-23 03:19:14] "GET /virtual-network/d06332e4-bdbf-4aaa-98b3-b3f14f776f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005411 10.0.0.23 - - [2026-04-23 03:19:14] "GET /virtual-network/d06332e4-bdbf-4aaa-98b3-b3f14f776f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006002 10.0.0.23 - - [2026-04-23 03:19:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.010055 10.0.0.23 - - [2026-04-23 03:19:14] "GET /virtual-network/d06332e4-bdbf-4aaa-98b3-b3f14f776f55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005718 10.0.0.23 - - [2026-04-23 03:19:14] "GET /obj-perms HTTP/1.1" 200 5034 0.047671 10.0.0.23 - - [2026-04-23 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.249 - - [2026-04-23 03:19:14] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.23 - - [2026-04-23 03:19:14] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.042070 10.0.0.249 - - [2026-04-23 03:19:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008255 10.0.0.23 - - [2026-04-23 03:19:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.189608 10.0.0.23 - - [2026-04-23 03:19:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001173 10.0.0.23 - - [2026-04-23 03:19:15] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006474 10.0.0.23 - - [2026-04-23 03:19:15] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007349 10.0.0.23 - - [2026-04-23 03:19:15] "POST /neutron/network HTTP/1.1" 200 850 0.007606 10.0.0.23 - - [2026-04-23 03:19:15] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005925 10.0.0.130 - - [2026-04-23 03:19:15] "GET /obj-perms HTTP/1.1" 200 5034 0.003389 10.0.0.249 - - [2026-04-23 03:19:15] "GET /obj-perms HTTP/1.1" 200 5034 0.003908 10.0.0.23 - - [2026-04-23 03:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.249 - - [2026-04-23 03:19:15] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.23 - - [2026-04-23 03:19:15] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040455 10.0.0.249 - - [2026-04-23 03:19:16] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.23 - - [2026-04-23 03:19:16] "POST /neutron/network HTTP/1.1" 200 631 0.118082 10.0.0.130 - - [2026-04-23 03:19:16] "POST /route-targets HTTP/1.1" 200 328 0.013547 10.0.0.23 - - [2026-04-23 03:19:16] "POST /id-to-fqname HTTP/1.1" 200 234 0.004627 10.0.0.23 - - [2026-04-23 03:19:16] "GET /virtual-network/846f21d7-1a03-4cea-b9e7-c8dab11d4186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008764 10.0.0.23 - - [2026-04-23 03:19:16] "POST /neutron/network HTTP/1.1" 200 851 0.009499 10.0.0.23 - - [2026-04-23 03:19:16] "GET /virtual-network/846f21d7-1a03-4cea-b9e7-c8dab11d4186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005612 10.0.0.23 - - [2026-04-23 03:19:16] "GET /virtual-network/846f21d7-1a03-4cea-b9e7-c8dab11d4186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005853 10.0.0.23 - - [2026-04-23 03:19:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001181 10.0.0.23 - - [2026-04-23 03:19:17] "POST /neutron/port HTTP/1.1" 200 4186 0.030709 10.0.0.23 - - [2026-04-23 03:19:17] "POST /neutron/port HTTP/1.1" 200 1217 0.018873 10.0.0.23 - - [2026-04-23 03:19:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004951 10.0.0.23 - - [2026-04-23 03:19:17] "POST /neutron/port HTTP/1.1" 200 117 0.001590 10.0.0.249 - - [2026-04-23 03:19:18] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.23 - - [2026-04-23 03:19:18] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.069407 10.0.0.23 - - [2026-04-23 03:19:18] "POST /neutron/port HTTP/1.1" 200 4186 0.034311 10.0.0.23 - - [2026-04-23 03:19:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001425 10.0.0.23 - - [2026-04-23 03:19:18] "POST /neutron/network HTTP/1.1" 200 843 0.009724 10.0.0.23 - - [2026-04-23 03:19:19] "POST /neutron/port HTTP/1.1" 200 1061 0.038682 10.0.0.23 - - [2026-04-23 03:19:19] "POST /neutron/port HTTP/1.1" 200 1125 0.020803 10.0.0.23 - - [2026-04-23 03:19:19] "POST /neutron/port HTTP/1.1" 200 117 0.001239 10.0.0.249 - - [2026-04-23 03:19:19] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001505 10.0.0.23 - - [2026-04-23 03:19:19] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.078512 10.0.0.23 - - [2026-04-23 03:19:19] "POST /neutron/port HTTP/1.1" 200 5158 0.040190 10.0.0.23 - - [2026-04-23 03:19:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003726 10.0.0.23 - - [2026-04-23 03:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.249 - - [2026-04-23 03:19:19] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001204 10.0.0.23 - - [2026-04-23 03:19:19] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007884 10.0.0.23 - - [2026-04-23 03:19:20] "POST /service-templates HTTP/1.1" 200 545 0.031607 10.0.0.23 - - [2026-04-23 03:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.23 - - [2026-04-23 03:19:20] "GET /service-template/406171a7-4f44-4cb5-bd0a-412104e8da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.007577 10.0.0.23 - - [2026-04-23 03:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.23 - - [2026-04-23 03:19:20] "GET /service-template/406171a7-4f44-4cb5-bd0a-412104e8da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004710 10.0.0.23 - - [2026-04-23 03:19:20] "POST /neutron/network HTTP/1.1" 200 843 0.007294 10.0.0.23 - - [2026-04-23 03:19:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001227 10.0.0.23 - - [2026-04-23 03:19:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006948 10.0.0.23 - - [2026-04-23 03:19:20] "POST /neutron/port HTTP/1.1" 200 1063 0.020645 10.0.0.23 - - [2026-04-23 03:19:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005945 10.0.0.23 - - [2026-04-23 03:19:20] "POST /neutron/network HTTP/1.1" 200 833 0.006680 10.0.0.249 - - [2026-04-23 03:19:21] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.23 - - [2026-04-23 03:19:21] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.083173 10.0.0.23 - - [2026-04-23 03:19:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007711 10.0.0.23 - - [2026-04-23 03:19:21] "GET /virtual-machine/1755318b-ba23-48b0-bb48-64a8a6fdde25 HTTP/1.1" 401 292 0.000392 10.0.0.249 - - [2026-04-23 03:19:22] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001155 10.0.0.23 - - [2026-04-23 03:19:22] "GET /virtual-machine/1755318b-ba23-48b0-bb48-64a8a6fdde25 HTTP/1.1" 200 993 0.070498 10.0.0.23 - - [2026-04-23 03:19:22] "POST /neutron/port HTTP/1.1" 200 1064 0.283042 10.0.0.23 - - [2026-04-23 03:19:22] "POST /neutron/port HTTP/1.1" 200 1118 0.106198 10.0.0.23 - - [2026-04-23 03:19:22] "POST /neutron/subnet HTTP/1.1" 200 708 0.009947 10.0.0.23 - - [2026-04-23 03:19:24] "GET /virtual-machine/1755318b-ba23-48b0-bb48-64a8a6fdde25 HTTP/1.1" 200 1296 0.006839 10.0.0.23 - - [2026-04-23 03:19:24] "GET /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0 HTTP/1.1" 200 2991 0.006345 10.0.0.23 - - [2026-04-23 03:19:24] "GET /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.006124 10.0.0.23 - - [2026-04-23 03:19:24] "PUT /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0 HTTP/1.1" 200 285 0.019435 10.0.0.23 - - [2026-04-23 03:19:24] "POST /neutron/port HTTP/1.1" 200 1128 0.024252 10.0.0.23 - - [2026-04-23 03:19:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007255 10.0.0.23 - - [2026-04-23 03:19:29] "POST /neutron/port HTTP/1.1" 200 1128 0.016930 10.0.0.23 - - [2026-04-23 03:19:29] "GET /virtual-machine/1755318b-ba23-48b0-bb48-64a8a6fdde25 HTTP/1.1" 200 1296 0.003706 10.0.0.23 - - [2026-04-23 03:19:29] "GET /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0 HTTP/1.1" 200 3041 0.011278 10.0.0.23 - - [2026-04-23 03:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-04-23 03:19:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003296 10.0.0.23 - - [2026-04-23 03:19:29] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003303 10.0.0.23 - - [2026-04-23 03:19:29] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007045 10.0.0.23 - - [2026-04-23 03:19:32] "POST /neutron/port HTTP/1.1" 200 1217 0.019685 10.0.0.23 - - [2026-04-23 03:19:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006730 10.0.0.23 - - [2026-04-23 03:19:32] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.23 - - [2026-04-23 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2026-04-23 03:19:32] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006166 10.0.0.23 - - [2026-04-23 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-04-23 03:19:36] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006849 10.0.0.23 - - [2026-04-23 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.23 - - [2026-04-23 03:19:40] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006649 10.0.0.23 - - [2026-04-23 03:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2026-04-23 03:19:45] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007048 10.0.0.23 - - [2026-04-23 03:19:47] "GET /obj-perms HTTP/1.1" 200 5056 0.046746 10.0.0.23 - - [2026-04-23 03:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006551 10.0.0.23 - - [2026-04-23 03:19:49] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006485 10.0.0.23 - - [2026-04-23 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2026-04-23 03:19:53] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005652 10.0.0.23 - - [2026-04-23 03:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.23 - - [2026-04-23 03:19:57] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005652 10.0.0.23 - - [2026-04-23 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.23 - - [2026-04-23 03:20:01] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006868 10.0.0.249 - - [2026-04-23 03:20:02] "DELETE /project/e684a755f41c4a0f8bc9c3199e952f45 HTTP/1.1" 404 173 0.004459 10.0.0.249 - - [2026-04-23 03:20:02] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.249 - - [2026-04-23 03:20:03] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.041469 10.0.0.249 - - [2026-04-23 03:20:03] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001163 10.0.0.249 - - [2026-04-23 03:20:03] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?fields=security_groups HTTP/1.1" 200 1351 0.058120 10.0.0.249 - - [2026-04-23 03:20:03] "DELETE /security-group/014e71a7-9516-4457-9df3-3e02bc340e39 HTTP/1.1" 200 115 0.134581 10.0.0.249 - - [2026-04-23 03:20:03] "GET /projects?obj_uuids=7d34c2b7-71a3-403f-9709-6a3c01d8dd03&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001087 10.0.0.130 - - [2026-04-23 03:20:03] "DELETE /access-control-list/b6b67c8b-3398-4bcd-af12-76a964725340 HTTP/1.1" 200 115 0.060017 10.0.0.249 - - [2026-04-23 03:20:03] "GET /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03?fields=application_policy_sets HTTP/1.1" 200 1390 0.085458 10.0.0.249 - - [2026-04-23 03:20:03] "DELETE /project/7d34c2b7-71a3-403f-9709-6a3c01d8dd03 HTTP/1.1" 200 115 0.522548 10.0.0.23 - - [2026-04-23 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.23 - - [2026-04-23 03:20:05] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005850 10.0.0.23 - - [2026-04-23 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.23 - - [2026-04-23 03:20:09] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005577 10.0.0.23 - - [2026-04-23 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.23 - - [2026-04-23 03:20:13] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005329 10.0.0.23 - - [2026-04-23 03:20:17] "POST /neutron/port HTTP/1.1" 200 1106 0.020780 10.0.0.23 - - [2026-04-23 03:20:17] "POST /neutron/subnet HTTP/1.1" 200 694 0.009955 10.0.0.23 - - [2026-04-23 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2026-04-23 03:20:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003921 10.0.0.23 - - [2026-04-23 03:20:17] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003736 10.0.0.23 - - [2026-04-23 03:20:17] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006841 10.0.0.23 - - [2026-04-23 03:20:18] "POST /neutron/port HTTP/1.1" 200 1128 0.021981 10.0.0.23 - - [2026-04-23 03:20:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009551 10.0.0.23 - - [2026-04-23 03:20:28] "POST /neutron/port HTTP/1.1" 200 1128 0.018919 10.0.0.23 - - [2026-04-23 03:20:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.035460 10.0.0.23 - - [2026-04-23 03:20:34] "POST /neutron/port HTTP/1.1" 200 1106 0.045770 10.0.0.23 - - [2026-04-23 03:20:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004765 10.0.0.23 - - [2026-04-23 03:20:34] "POST /neutron/network HTTP/1.1" 200 926 0.007042 10.0.0.23 - - [2026-04-23 03:20:38] "POST /neutron/port HTTP/1.1" 200 1128 0.018298 10.0.0.23 - - [2026-04-23 03:20:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003012 10.0.0.23 - - [2026-04-23 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2026-04-23 03:20:43] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001787 10.0.0.23 - - [2026-04-23 03:20:44] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062172 10.0.0.23 - - [2026-04-23 03:20:44] "POST /service-instances HTTP/1.1" 200 549 0.036748 10.0.0.23 - - [2026-04-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.23 - - [2026-04-23 03:20:44] "GET /service-instance/ebee2067-0999-4bdc-95c8-66b5208be1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008417 10.0.0.23 - - [2026-04-23 03:20:44] "POST /port-tuples HTTP/1.1" 200 592 0.042182 10.0.0.23 - - [2026-04-23 03:20:44] "GET /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.006181 10.0.0.23 - - [2026-04-23 03:20:44] "PUT /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0 HTTP/1.1" 200 285 0.016873 10.0.0.23 - - [2026-04-23 03:20:44] "POST /ref-update HTTP/1.1" 200 156 0.019672 10.0.0.23 - - [2026-04-23 03:20:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008212 10.0.0.130 - - [2026-04-23 03:20:44] "POST /ref-update HTTP/1.1" 200 156 0.029668 10.0.0.130 - - [2026-04-23 03:20:44] "POST /ref-update HTTP/1.1" 200 156 0.023951 10.0.0.23 - - [2026-04-23 03:20:44] "POST /neutron/port HTTP/1.1" 200 1125 0.025920 10.0.0.23 - - [2026-04-23 03:20:44] "GET /virtual-machine/a4e0736a-8ad1-46cd-88b7-40b4c3fd2f19 HTTP/1.1" 200 1296 0.005864 10.0.0.23 - - [2026-04-23 03:20:44] "GET /virtual-machine-interface/c884ceea-1d79-4361-8fff-cfffa20337ee HTTP/1.1" 200 2965 0.005454 10.0.0.23 - - [2026-04-23 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.23 - - [2026-04-23 03:20:44] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004203 10.0.0.23 - - [2026-04-23 03:20:44] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003652 10.0.0.23 - - [2026-04-23 03:20:44] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005965 10.0.0.23 - - [2026-04-23 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.23 - - [2026-04-23 03:20:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004102 10.0.0.23 - - [2026-04-23 03:20:45] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003182 10.0.0.23 - - [2026-04-23 03:20:46] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007800 10.0.0.23 - - [2026-04-23 03:20:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007413 10.0.0.23 - - [2026-04-23 03:20:46] "POST /neutron/port HTTP/1.1" 200 1127 0.023260 10.0.0.23 - - [2026-04-23 03:20:46] "GET /virtual-machine/11642903-446b-421c-a5df-8e0b163e49df HTTP/1.1" 200 1296 0.006186 10.0.0.23 - - [2026-04-23 03:20:46] "GET /virtual-machine-interface/3c7db18c-9011-430f-8839-7f81e5034767 HTTP/1.1" 200 2966 0.005869 10.0.0.23 - - [2026-04-23 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2026-04-23 03:20:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003546 10.0.0.23 - - [2026-04-23 03:20:46] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003153 10.0.0.23 - - [2026-04-23 03:20:46] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006224 10.0.0.23 - - [2026-04-23 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.23 - - [2026-04-23 03:20:47] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004544 10.0.0.23 - - [2026-04-23 03:20:47] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003588 10.0.0.23 - - [2026-04-23 03:20:47] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006158 10.0.0.23 - - [2026-04-23 03:20:47] "POST /fqname-to-id HTTP/1.1" 404 215 0.003872 10.0.0.23 - - [2026-04-23 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.249 - - [2026-04-23 03:20:47] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.23 - - [2026-04-23 03:20:47] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051106 10.0.0.23 - - [2026-04-23 03:20:48] "POST /network-policys HTTP/1.1" 200 553 0.030709 10.0.0.23 - - [2026-04-23 03:20:48] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006536 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.23 - - [2026-04-23 03:20:48] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007125 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.23 - - [2026-04-23 03:20:48] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005489 10.0.0.23 - - [2026-04-23 03:20:48] "POST /ref-update HTTP/1.1" 200 156 0.071901 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.130 - - [2026-04-23 03:20:48] "POST /ref-update HTTP/1.1" 200 156 0.024150 10.0.0.23 - - [2026-04-23 03:20:48] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005792 10.0.0.23 - - [2026-04-23 03:20:48] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010334 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.23 - - [2026-04-23 03:20:48] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004360 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.23 - - [2026-04-23 03:20:48] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007344 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.23 - - [2026-04-23 03:20:48] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004583 10.0.0.23 - - [2026-04-23 03:20:48] "POST /ref-update HTTP/1.1" 200 156 0.059410 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.249 - - [2026-04-23 03:20:48] "GET /obj-perms HTTP/1.1" 200 5056 0.063295 10.0.0.23 - - [2026-04-23 03:20:48] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.003800 10.0.0.130 - - [2026-04-23 03:20:48] "POST /ref-update HTTP/1.1" 200 156 0.032387 10.0.0.23 - - [2026-04-23 03:20:48] "POST /neutron/network HTTP/1.1" 200 925 0.015730 10.0.0.23 - - [2026-04-23 03:20:48] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.010283 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006092 10.0.0.23 - - [2026-04-23 03:20:48] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005421 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.23 - - [2026-04-23 03:20:48] "GET /service-template/406171a7-4f44-4cb5-bd0a-412104e8da38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.005139 10.0.0.23 - - [2026-04-23 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.249 - - [2026-04-23 03:20:48] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.23 - - [2026-04-23 03:20:49] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041008 10.0.0.23 - - [2026-04-23 03:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2026-04-23 03:20:49] "GET /service-instance/ebee2067-0999-4bdc-95c8-66b5208be1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007271 10.0.0.23 - - [2026-04-23 03:20:49] "POST /neutron/port HTTP/1.1" 200 1386 0.029751 10.0.0.23 - - [2026-04-23 03:20:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007921 10.0.0.23 - - [2026-04-23 03:20:49] "POST /neutron/network HTTP/1.1" 200 824 0.018773 10.0.0.23 - - [2026-04-23 03:20:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001321 10.0.0.23 - - [2026-04-23 03:20:49] "GET /virtual-machine/1755318b-ba23-48b0-bb48-64a8a6fdde25 HTTP/1.1" 200 1296 0.003738 10.0.0.23 - - [2026-04-23 03:20:49] "GET /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0 HTTP/1.1" 200 3900 0.005458 10.0.0.23 - - [2026-04-23 03:20:49] "GET /instance-ip/7c7b6475-e060-4243-a784-6d824dbed774 HTTP/1.1" 200 1968 0.004506 10.0.0.23 - - [2026-04-23 03:20:49] "GET /instance-ip/7ca01b56-6439-4f9c-b58f-4111dbec3153 HTTP/1.1" 200 1640 0.006289 10.0.0.23 - - [2026-04-23 03:20:49] "GET /instance-ip/7ecc5ee7-ebfd-49ab-be24-1431fd1eb799 HTTP/1.1" 200 1966 0.004202 10.0.0.23 - - [2026-04-23 03:20:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007989 10.0.0.23 - - [2026-04-23 03:20:50] "GET /virtual-machine/1755318b-ba23-48b0-bb48-64a8a6fdde25 HTTP/1.1" 200 1296 0.004664 10.0.0.23 - - [2026-04-23 03:20:50] "GET /virtual-machine-interface/530a96ee-9986-4bcf-b150-b3535ce1d8a0 HTTP/1.1" 200 3900 0.006498 10.0.0.23 - - [2026-04-23 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.23 - - [2026-04-23 03:20:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004097 10.0.0.23 - - [2026-04-23 03:20:50] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004089 10.0.0.23 - - [2026-04-23 03:20:50] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006045 10.0.0.23 - - [2026-04-23 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.23 - - [2026-04-23 03:20:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004360 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003932 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006408 10.0.0.23 - - [2026-04-23 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007162 10.0.0.23 - - [2026-04-23 03:20:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004352 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003446 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006210 10.0.0.23 - - [2026-04-23 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.23 - - [2026-04-23 03:20:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004018 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003555 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006067 10.0.0.23 - - [2026-04-23 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.23 - - [2026-04-23 03:20:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004486 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-networks?parent_id=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003319 10.0.0.23 - - [2026-04-23 03:20:51] "GET /virtual-network/1c9504e0-4041-4f5b-ae78-66e1da8442f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006017 10.0.0.23 - - [2026-04-23 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2026-04-23 03:20:52] "GET /routing-instance/e0341666-5b62-41e2-8ceb-c03d0f2d1bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.004429 10.0.0.23 - - [2026-04-23 03:20:52] "GET /routing-instance/e0341666-5b62-41e2-8ceb-c03d0f2d1bbc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.006181 10.0.0.23 - - [2026-04-23 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2026-04-23 03:20:52] "GET /routing-instance/8e0571b1-b6b7-4f7f-8278-3137cf2239cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004911 10.0.0.23 - - [2026-04-23 03:20:52] "GET /routing-instance/8e0571b1-b6b7-4f7f-8278-3137cf2239cc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.007355 10.0.0.23 - - [2026-04-23 03:21:19] "POST /neutron/port HTTP/1.1" 200 1217 0.026571 10.0.0.23 - - [2026-04-23 03:21:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771 10.0.0.23 - - [2026-04-23 03:21:19] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.23 - - [2026-04-23 03:21:34] "POST /neutron/port HTTP/1.1" 200 1125 0.021401 10.0.0.23 - - [2026-04-23 03:21:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004259 10.0.0.23 - - [2026-04-23 03:21:34] "POST /neutron/network HTTP/1.1" 200 921 0.007650 10.0.0.130 - - [2026-04-23 03:21:49] "GET /obj-perms HTTP/1.1" 200 5056 0.064039 10.0.0.23 - - [2026-04-23 03:21:50] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005299 10.0.0.23 - - [2026-04-23 03:21:50] "PUT /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340 HTTP/1.1" 200 263 0.017063 10.0.0.23 - - [2026-04-23 03:21:50] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004736 10.0.0.130 - - [2026-04-23 03:21:50] "PUT /access-control-list/975fd982-afd5-46f5-8fea-0b9280aff605 HTTP/1.1" 200 273 0.017854 10.0.0.249 - - [2026-04-23 03:21:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.249 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.130 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.23 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.130 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.130 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.130 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.249 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.249 - - [2026-04-23 03:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-04-23 03:21:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-04-23 03:21:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.23 - - [2026-04-23 03:22:13] "POST /neutron/port HTTP/1.1" 200 1386 0.028851 10.0.0.23 - - [2026-04-23 03:22:18] "POST /ref-update HTTP/1.1" 200 156 0.055529 10.0.0.23 - - [2026-04-23 03:22:18] "GET /virtual-network/4148a1e3-40dd-487d-ad53-67542c30c665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009943 10.0.0.23 - - [2026-04-23 03:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.23 - - [2026-04-23 03:22:18] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007709 10.0.0.130 - - [2026-04-23 03:22:18] "POST /ref-update HTTP/1.1" 200 156 0.055781 10.0.0.23 - - [2026-04-23 03:22:19] "POST /ref-update HTTP/1.1" 200 156 0.081161 10.0.0.23 - - [2026-04-23 03:22:19] "POST /neutron/network HTTP/1.1" 200 829 0.014570 10.0.0.23 - - [2026-04-23 03:22:19] "GET /virtual-network/b3c0249e-ff62-4996-9e3a-b51377704bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011597 10.0.0.130 - - [2026-04-23 03:22:19] "POST /ref-update HTTP/1.1" 200 156 0.035285 10.0.0.23 - - [2026-04-23 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010110 10.0.0.23 - - [2026-04-23 03:22:19] "GET /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.008745 10.0.0.23 - - [2026-04-23 03:22:19] "DELETE /network-policy/74aca6a3-fbf5-4644-8a90-460ad21fb340 HTTP/1.1" 200 115 0.068151 10.0.0.23 - - [2026-04-23 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2026-04-23 03:22:19] "DELETE /service-instance/ebee2067-0999-4bdc-95c8-66b5208be1b8 HTTP/1.1" 200 115 0.056538 10.0.0.130 - - [2026-04-23 03:22:19] "POST /ref-update HTTP/1.1" 200 156 0.021288 10.0.0.23 - - [2026-04-23 03:22:19] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003682 10.0.0.23 - - [2026-04-23 03:22:19] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003083 10.0.0.130 - - [2026-04-23 03:22:19] "DELETE /instance-ip/7c7b6475-e060-4243-a784-6d824dbed774 HTTP/1.1" 200 115 0.038498 10.0.0.23 - - [2026-04-23 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.23 - - [2026-04-23 03:22:19] "DELETE /service-template/406171a7-4f44-4cb5-bd0a-412104e8da38 HTTP/1.1" 200 115 0.031264 10.0.0.23 - - [2026-04-23 03:22:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003931 10.0.0.130 - - [2026-04-23 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.23 - - [2026-04-23 03:22:20] "POST /neutron/port HTTP/1.1" 200 1128 0.028186 10.0.0.23 - - [2026-04-23 03:22:20] "POST /neutron/port HTTP/1.1" 200 1118 0.017009 10.0.0.23 - - [2026-04-23 03:22:20] "POST /neutron/port HTTP/1.1" 200 1125 0.025415 10.0.0.23 - - [2026-04-23 03:22:20] "POST /neutron/port HTTP/1.1" 200 151 0.211782 10.0.0.23 - - [2026-04-23 03:22:20] "POST /neutron/port HTTP/1.1" 200 1106 0.061711 10.0.0.23 - - [2026-04-23 03:22:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.010179 10.0.0.23 - - [2026-04-23 03:22:22] "POST /neutron/network HTTP/1.1" 200 850 0.007912 10.0.0.130 - - [2026-04-23 03:22:22] "DELETE /route-target/0eb5cd9f-8737-46bb-af07-a04e8c44b688 HTTP/1.1" 200 115 0.023429 10.0.0.249 - - [2026-04-23 03:22:22] "POST /useragent-kv HTTP/1.1" 200 115 0.056550 10.0.0.249 - - [2026-04-23 03:22:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.23 - - [2026-04-23 03:22:22] "POST /neutron/network HTTP/1.1" 200 151 0.165108 10.0.0.130 - - [2026-04-23 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007389 10.0.0.23 - - [2026-04-23 03:22:23] "POST /neutron/network HTTP/1.1" 200 829 0.006979 10.0.0.130 - - [2026-04-23 03:22:23] "DELETE /route-target/30c35447-f53d-4cc7-b249-f7786c796f2f HTTP/1.1" 200 115 0.027569 10.0.0.249 - - [2026-04-23 03:22:25] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001181 10.0.0.23 - - [2026-04-23 03:22:25] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.063866 10.0.0.249 - - [2026-04-23 03:22:25] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.23 - - [2026-04-23 03:22:25] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?fields=virtual_networks HTTP/1.1" 200 1039 0.049500 10.0.0.249 - - [2026-04-23 03:22:25] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001483 10.0.0.23 - - [2026-04-23 03:22:25] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.046042 10.0.0.249 - - [2026-04-23 03:22:25] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.23 - - [2026-04-23 03:22:25] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?fields=security_groups HTTP/1.1" 200 1268 0.041518 10.0.0.23 - - [2026-04-23 03:22:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.038237 10.0.0.249 - - [2026-04-23 03:22:26] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004123 10.0.0.249 - - [2026-04-23 03:22:26] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.249 - - [2026-04-23 03:22:26] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036681 10.0.0.249 - - [2026-04-23 03:22:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.006751 10.0.0.249 - - [2026-04-23 03:22:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.006312 10.0.0.249 - - [2026-04-23 03:22:26] "POST /security-groups HTTP/1.1" 200 592 0.075036 10.0.0.249 - - [2026-04-23 03:22:26] "POST /projects HTTP/1.1" 200 587 0.299659 10.0.0.130 - - [2026-04-23 03:22:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.011634 10.0.0.249 - - [2026-04-23 03:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.371446 10.0.0.23 - - [2026-04-23 03:22:26] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.558311 10.0.0.23 - - [2026-04-23 03:22:28] "GET / HTTP/1.1" 200 36215 0.001444 10.0.0.23 - - [2026-04-23 03:22:30] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000491 10.0.0.249 - - [2026-04-23 03:22:30] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.23 - - [2026-04-23 03:22:30] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.080095 10.0.0.23 - - [2026-04-23 03:22:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.005444 10.0.0.23 - - [2026-04-23 03:22:30] "POST /virtual-DNSs HTTP/1.1" 200 509 0.058518 10.0.0.23 - - [2026-04-23 03:22:30] "GET /virtual-DNS/784d8388-169c-4499-a74b-0b6aa9b20b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006788 10.0.0.23 - - [2026-04-23 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.23 - - [2026-04-23 03:22:30] "GET /virtual-DNS/784d8388-169c-4499-a74b-0b6aa9b20b13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004326 10.0.0.23 - - [2026-04-23 03:22:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003458 10.0.0.23 - - [2026-04-23 03:22:31] "POST /network-ipams HTTP/1.1" 200 516 0.036915 10.0.0.23 - - [2026-04-23 03:22:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.004822 10.0.0.23 - - [2026-04-23 03:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.23 - - [2026-04-23 03:22:31] "GET /network-ipam/75c469c6-f2e8-4047-b1b9-5feb05998b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.009059 10.0.0.23 - - [2026-04-23 03:22:31] "PUT /network-ipam/75c469c6-f2e8-4047-b1b9-5feb05998b91 HTTP/1.1" 200 259 0.020611 10.0.0.23 - - [2026-04-23 03:22:31] "POST /ref-update HTTP/1.1" 200 156 0.020411 10.0.0.23 - - [2026-04-23 03:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006296 10.0.0.249 - - [2026-04-23 03:22:31] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001744 10.0.0.23 - - [2026-04-23 03:22:31] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065879 10.0.0.249 - - [2026-04-23 03:22:31] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.23 - - [2026-04-23 03:22:32] "POST /neutron/network HTTP/1.1" 200 618 0.164043 10.0.0.130 - - [2026-04-23 03:22:32] "POST /ref-update HTTP/1.1" 200 156 0.033361 10.0.0.23 - - [2026-04-23 03:22:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.003948 10.0.0.23 - - [2026-04-23 03:22:32] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006276 10.0.0.23 - - [2026-04-23 03:22:32] "POST /neutron/network HTTP/1.1" 200 833 0.007635 10.0.0.23 - - [2026-04-23 03:22:32] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006472 10.0.0.23 - - [2026-04-23 03:22:32] "POST /neutron/network HTTP/1.1" 200 807 0.017801 10.0.0.23 - - [2026-04-23 03:22:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001406 10.0.0.23 - - [2026-04-23 03:22:32] "POST /neutron/network HTTP/1.1" 200 843 0.008373 10.0.0.249 - - [2026-04-23 03:22:33] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.23 - - [2026-04-23 03:22:33] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.072006 10.0.0.23 - - [2026-04-23 03:22:33] "POST /neutron/port HTTP/1.1" 200 117 0.007333 10.0.0.249 - - [2026-04-23 03:22:34] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001583 10.0.0.23 - - [2026-04-23 03:22:34] "POST /neutron/port HTTP/1.1" 200 1058 0.326574 10.0.0.23 - - [2026-04-23 03:22:34] "POST /neutron/port HTTP/1.1" 200 1112 0.098292 10.0.0.23 - - [2026-04-23 03:22:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.009872 10.0.0.23 - - [2026-04-23 03:22:39] "POST /neutron/port HTTP/1.1" 200 1122 0.021181 10.0.0.23 - - [2026-04-23 03:22:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008881 10.0.0.23 - - [2026-04-23 03:22:39] "GET /virtual-machine/de386d5f-d6be-4025-b750-e8f122eb2bd3 HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-23 03:22:39] "GET /virtual-machine/de386d5f-d6be-4025-b750-e8f122eb2bd3 HTTP/1.1" 200 1296 0.037919 10.0.0.23 - - [2026-04-23 03:22:39] "GET /virtual-machine-interface/71c682a8-8d7a-4aeb-82e6-186e2a0ad10f HTTP/1.1" 200 2970 0.006547 10.0.0.23 - - [2026-04-23 03:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006864 10.0.0.23 - - [2026-04-23 03:22:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004324 10.0.0.23 - - [2026-04-23 03:22:39] "GET /virtual-networks?parent_id=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003218 10.0.0.23 - - [2026-04-23 03:22:39] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007107 10.0.0.23 - - [2026-04-23 03:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009381 10.0.0.23 - - [2026-04-23 03:22:42] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005664 10.0.0.23 - - [2026-04-23 03:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005362 10.0.0.23 - - [2026-04-23 03:22:46] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006079 10.0.0.23 - - [2026-04-23 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.23 - - [2026-04-23 03:22:50] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005983 10.0.0.23 - - [2026-04-23 03:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2026-04-23 03:22:55] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005660 10.0.0.23 - - [2026-04-23 03:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.23 - - [2026-04-23 03:22:59] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005211 10.0.0.23 - - [2026-04-23 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2026-04-23 03:23:03] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006006 10.0.0.249 - - [2026-04-23 03:23:04] "DELETE /project/38a0bb3a7a494aa19f2e2769ea476881 HTTP/1.1" 404 173 0.005920 10.0.0.249 - - [2026-04-23 03:23:04] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000835 10.0.0.249 - - [2026-04-23 03:23:04] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.048450 10.0.0.249 - - [2026-04-23 03:23:04] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000888 10.0.0.249 - - [2026-04-23 03:23:04] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?fields=security_groups HTTP/1.1" 200 1370 0.073672 10.0.0.249 - - [2026-04-23 03:23:04] "DELETE /security-group/580f4b75-5094-4ea4-99e8-dbd3d3ec5512 HTTP/1.1" 200 115 0.102087 10.0.0.249 - - [2026-04-23 03:23:04] "GET /projects?obj_uuids=e684a755-f41c-4a0f-8bc9-c3199e952f45&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001489 10.0.0.249 - - [2026-04-23 03:23:04] "GET /project/e684a755-f41c-4a0f-8bc9-c3199e952f45?fields=application_policy_sets HTTP/1.1" 200 1409 0.046299 10.0.0.249 - - [2026-04-23 03:23:04] "DELETE /project/e684a755-f41c-4a0f-8bc9-c3199e952f45 HTTP/1.1" 200 115 0.548954 10.0.0.23 - - [2026-04-23 03:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2026-04-23 03:23:07] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005344 10.0.0.23 - - [2026-04-23 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.020024 10.0.0.23 - - [2026-04-23 03:23:11] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008573 10.0.0.23 - - [2026-04-23 03:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.23 - - [2026-04-23 03:23:15] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005306 10.0.0.23 - - [2026-04-23 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.23 - - [2026-04-23 03:23:19] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007115 10.0.0.23 - - [2026-04-23 03:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.23 - - [2026-04-23 03:23:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004539 10.0.0.23 - - [2026-04-23 03:23:21] "GET /virtual-networks?parent_id=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003581 10.0.0.23 - - [2026-04-23 03:23:21] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005245 10.0.0.23 - - [2026-04-23 03:23:21] "POST /neutron/port HTTP/1.1" 200 1122 0.019134 10.0.0.23 - - [2026-04-23 03:23:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009565 10.0.0.23 - - [2026-04-23 03:23:33] "POST /neutron/port HTTP/1.1" 200 1122 0.019770 10.0.0.23 - - [2026-04-23 03:23:37] "POST /neutron/port HTTP/1.1" 200 1122 0.028374 10.0.0.23 - - [2026-04-23 03:23:37] "POST /neutron/network HTTP/1.1" 200 1122 0.007623 10.0.0.23 - - [2026-04-23 03:23:37] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012933 10.0.0.23 - - [2026-04-23 03:23:37] "POST /neutron/network HTTP/1.1" 200 1112 0.009094 10.0.0.23 - - [2026-04-23 03:24:14] "POST /neutron/network HTTP/1.1" 200 807 0.016963 10.0.0.23 - - [2026-04-23 03:24:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001248 10.0.0.23 - - [2026-04-23 03:24:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008436 10.0.0.249 - - [2026-04-23 03:24:15] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.23 - - [2026-04-23 03:24:15] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068808 10.0.0.23 - - [2026-04-23 03:24:16] "POST /neutron/port HTTP/1.1" 200 5155 0.048819 10.0.0.23 - - [2026-04-23 03:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.006742 10.0.0.23 - - [2026-04-23 03:24:16] "POST /neutron/port HTTP/1.1" 200 1058 0.017809 10.0.0.23 - - [2026-04-23 03:24:17] "POST /neutron/port HTTP/1.1" 200 1122 0.020287 10.0.0.23 - - [2026-04-23 03:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.001098 10.0.0.23 - - [2026-04-23 03:24:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008199 10.0.0.23 - - [2026-04-23 03:24:23] "POST /neutron/network HTTP/1.1" 200 1122 0.009645 10.0.0.23 - - [2026-04-23 03:24:23] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013608 10.0.0.23 - - [2026-04-23 03:24:23] "POST /neutron/network HTTP/1.1" 200 1112 0.009233 10.0.0.23 - - [2026-04-23 03:24:31] "POST /neutron/port HTTP/1.1" 200 1122 0.022687 10.0.0.23 - - [2026-04-23 03:24:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008067 10.0.0.23 - - [2026-04-23 03:24:31] "GET /virtual-machine/1421edbc-783f-4242-a41c-07184bc09648 HTTP/1.1" 200 1295 0.006327 10.0.0.23 - - [2026-04-23 03:24:31] "GET /virtual-machine-interface/73475c48-3a9a-40dc-80ba-c1424e0c31eb HTTP/1.1" 200 2970 0.006342 10.0.0.23 - - [2026-04-23 03:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.23 - - [2026-04-23 03:24:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003676 10.0.0.23 - - [2026-04-23 03:24:31] "GET /virtual-networks?parent_id=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003892 10.0.0.23 - - [2026-04-23 03:24:31] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006253 10.0.0.23 - - [2026-04-23 03:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2026-04-23 03:24:34] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006100 10.0.0.23 - - [2026-04-23 03:24:38] "POST /neutron/port HTTP/1.1" 200 1106 0.019164 10.0.0.23 - - [2026-04-23 03:24:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.23 - - [2026-04-23 03:24:38] "POST /neutron/network HTTP/1.1" 200 926 0.007538 10.0.0.23 - - [2026-04-23 03:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.23 - - [2026-04-23 03:24:39] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005762 10.0.0.23 - - [2026-04-23 03:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2026-04-23 03:24:43] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006449 10.0.0.23 - - [2026-04-23 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2026-04-23 03:24:47] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005945 10.0.0.23 - - [2026-04-23 03:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.23 - - [2026-04-23 03:24:51] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005885 10.0.0.23 - - [2026-04-23 03:24:51] "GET /obj-perms HTTP/1.1" 200 5056 0.059017 10.0.0.23 - - [2026-04-23 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2026-04-23 03:24:55] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007234 10.0.0.23 - - [2026-04-23 03:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2026-04-23 03:24:59] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005837 10.0.0.23 - - [2026-04-23 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.23 - - [2026-04-23 03:25:03] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006475 10.0.0.23 - - [2026-04-23 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.23 - - [2026-04-23 03:25:07] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005762 10.0.0.23 - - [2026-04-23 03:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-04-23 03:25:11] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005769 10.0.0.23 - - [2026-04-23 03:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.23 - - [2026-04-23 03:25:15] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006045 10.0.0.23 - - [2026-04-23 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2026-04-23 03:25:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004430 10.0.0.23 - - [2026-04-23 03:25:18] "GET /virtual-networks?parent_id=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003411 10.0.0.23 - - [2026-04-23 03:25:18] "GET /virtual-network/ddfb7d23-2485-4700-a446-a151b369b530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005650 10.0.0.23 - - [2026-04-23 03:25:23] "POST /neutron/port HTTP/1.1" 200 1122 0.028107 10.0.0.23 - - [2026-04-23 03:25:23] "POST /neutron/port HTTP/1.1" 200 1106 0.019980 10.0.0.23 - - [2026-04-23 03:25:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.009516 10.0.0.23 - - [2026-04-23 03:25:27] "POST /neutron/port HTTP/1.1" 200 1122 0.020706 10.0.0.23 - - [2026-04-23 03:25:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007764 10.0.0.23 - - [2026-04-23 03:25:40] "POST /neutron/port HTTP/1.1" 200 1122 0.047878 10.0.0.23 - - [2026-04-23 03:25:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.23 - - [2026-04-23 03:25:40] "POST /neutron/network HTTP/1.1" 200 833 0.007868 10.0.0.249 - - [2026-04-23 03:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.049618 10.0.0.23 - - [2026-04-23 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-04-23 03:26:11] "DELETE /virtual-DNS/784d8388-169c-4499-a74b-0b6aa9b20b13 HTTP/1.1" 409 236 0.009363 10.0.0.23 - - [2026-04-23 03:26:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.003805 10.0.0.23 - - [2026-04-23 03:26:12] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.029132 10.0.0.23 - - [2026-04-23 03:26:12] "GET /virtual-DNS-record/8987c2f8-6e9c-426c-88ef-109ede6066cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.007990 10.0.0.23 - - [2026-04-23 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.23 - - [2026-04-23 03:26:12] "GET /virtual-DNS-record/8987c2f8-6e9c-426c-88ef-109ede6066cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004009 10.0.0.23 - - [2026-04-23 03:26:19] "DELETE /virtual-DNS-record/8987c2f8-6e9c-426c-88ef-109ede6066cf HTTP/1.1" 200 115 0.035197 10.0.0.23 - - [2026-04-23 03:26:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.006818 10.0.0.23 - - [2026-04-23 03:26:19] "POST /neutron/port HTTP/1.1" 200 1122 0.019841 10.0.0.23 - - [2026-04-23 03:26:20] "POST /neutron/port HTTP/1.1" 200 1122 0.020222 10.0.0.23 - - [2026-04-23 03:26:21] "POST /neutron/network HTTP/1.1" 200 833 0.007787 10.0.0.130 - - [2026-04-23 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2026-04-23 03:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.23 - - [2026-04-23 03:26:21] "DELETE /network-ipam/75c469c6-f2e8-4047-b1b9-5feb05998b91 HTTP/1.1" 200 115 0.072973 10.0.0.23 - - [2026-04-23 03:26:21] "DELETE /virtual-DNS/784d8388-169c-4499-a74b-0b6aa9b20b13 HTTP/1.1" 200 115 0.040892 10.0.0.23 - - [2026-04-23 03:26:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.003639 10.0.0.249 - - [2026-04-23 03:26:23] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.23 - - [2026-04-23 03:26:23] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040576 10.0.0.249 - - [2026-04-23 03:26:23] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.23 - - [2026-04-23 03:26:23] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?fields=virtual_networks HTTP/1.1" 200 1036 0.049053 10.0.0.249 - - [2026-04-23 03:26:23] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001435 10.0.0.23 - - [2026-04-23 03:26:23] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.052383 10.0.0.249 - - [2026-04-23 03:26:23] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.23 - - [2026-04-23 03:26:23] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?fields=security_groups HTTP/1.1" 200 1264 0.052336 10.0.0.23 - - [2026-04-23 03:26:23] "POST /neutron/port HTTP/1.1" 200 1217 0.021420 10.0.0.23 - - [2026-04-23 03:26:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003894 10.0.0.23 - - [2026-04-23 03:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.23 - - [2026-04-23 03:26:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.028598 10.0.0.249 - - [2026-04-23 03:26:24] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002961 10.0.0.249 - - [2026-04-23 03:26:24] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000964 10.0.0.249 - - [2026-04-23 03:26:24] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007580 10.0.0.249 - - [2026-04-23 03:26:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.003517 10.0.0.249 - - [2026-04-23 03:26:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.007624 10.0.0.249 - - [2026-04-23 03:26:24] "POST /security-groups HTTP/1.1" 200 592 0.032893 10.0.0.249 - - [2026-04-23 03:26:24] "POST /projects HTTP/1.1" 200 587 0.257573 10.0.0.130 - - [2026-04-23 03:26:24] "POST /access-control-lists HTTP/1.1" 200 599 0.033298 10.0.0.249 - - [2026-04-23 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.334999 10.0.0.23 - - [2026-04-23 03:26:24] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.472683 10.0.0.23 - - [2026-04-23 03:26:26] "GET / HTTP/1.1" 200 36215 0.002645 10.0.0.23 - - [2026-04-23 03:26:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2026-04-23 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.052709 10.0.0.249 - - [2026-04-23 03:26:28] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000869 10.0.0.23 - - [2026-04-23 03:26:28] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041799 10.0.0.249 - - [2026-04-23 03:26:28] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.23 - - [2026-04-23 03:26:28] "POST /neutron/network HTTP/1.1" 200 608 0.140631 10.0.0.130 - - [2026-04-23 03:26:28] "POST /route-targets HTTP/1.1" 200 328 0.014169 10.0.0.23 - - [2026-04-23 03:26:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.003262 10.0.0.23 - - [2026-04-23 03:26:28] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005679 10.0.0.23 - - [2026-04-23 03:26:28] "POST /neutron/network HTTP/1.1" 200 827 0.006017 10.0.0.23 - - [2026-04-23 03:26:28] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005311 10.0.0.23 - - [2026-04-23 03:26:29] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005802 10.0.0.130 - - [2026-04-23 03:26:30] "GET /obj-perms HTTP/1.1" 200 5032 0.070961 10.0.0.23 - - [2026-04-23 03:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.249 - - [2026-04-23 03:26:30] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.23 - - [2026-04-23 03:26:30] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054670 10.0.0.23 - - [2026-04-23 03:26:30] "POST /neutron/network HTTP/1.1" 200 117 0.023117 10.0.0.130 - - [2026-04-23 03:26:31] "POST /ref-update HTTP/1.1" 200 156 0.035210 10.0.0.23 - - [2026-04-23 03:26:31] "POST /neutron/network HTTP/1.1" 200 826 0.011220 10.0.0.23 - - [2026-04-23 03:26:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001107 10.0.0.23 - - [2026-04-23 03:26:31] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006001 10.0.0.23 - - [2026-04-23 03:26:31] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007235 10.0.0.23 - - [2026-04-23 03:26:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.014548 10.0.0.23 - - [2026-04-23 03:26:31] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007701 10.0.0.23 - - [2026-04-23 03:26:32] "GET /obj-perms HTTP/1.1" 200 5032 0.082535 10.0.0.23 - - [2026-04-23 03:26:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393 10.0.0.23 - - [2026-04-23 03:26:40] "POST /neutron/port HTTP/1.1" 200 1217 0.019395 10.0.0.23 - - [2026-04-23 03:26:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003898 10.0.0.23 - - [2026-04-23 03:26:40] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.249 - - [2026-04-23 03:26:47] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.23 - - [2026-04-23 03:26:47] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070320 10.0.0.23 - - [2026-04-23 03:26:47] "POST /neutron/network HTTP/1.1" 200 826 0.034925 10.0.0.23 - - [2026-04-23 03:26:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001814 10.0.0.23 - - [2026-04-23 03:26:47] "POST /neutron/port HTTP/1.1" 200 4186 0.038021 10.0.0.249 - - [2026-04-23 03:26:48] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001348 10.0.0.23 - - [2026-04-23 03:26:48] "POST /neutron/port HTTP/1.1" 200 1060 0.382432 10.0.0.23 - - [2026-04-23 03:26:48] "POST /neutron/port HTTP/1.1" 200 1114 0.171880 10.0.0.249 - - [2026-04-23 03:26:48] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.23 - - [2026-04-23 03:26:49] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.106210 10.0.0.23 - - [2026-04-23 03:26:49] "POST /neutron/network HTTP/1.1" 200 827 0.015589 10.0.0.23 - - [2026-04-23 03:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.023103 10.0.0.23 - - [2026-04-23 03:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.008433 10.0.0.23 - - [2026-04-23 03:26:49] "POST /neutron/network HTTP/1.1" 200 837 0.014565 10.0.0.23 - - [2026-04-23 03:26:50] "POST /neutron/port HTTP/1.1" 200 1061 0.053838 10.0.0.23 - - [2026-04-23 03:26:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.017223 10.0.0.23 - - [2026-04-23 03:26:51] "POST /neutron/network HTTP/1.1" 200 827 0.007782 10.0.0.249 - - [2026-04-23 03:26:53] "GET /obj-perms HTTP/1.1" 200 5056 0.072329 10.0.0.249 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.249 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.23 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.130 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.23 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.130 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.130 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.130 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.249 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.249 - - [2026-04-23 03:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2026-04-23 03:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-04-23 03:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000678 10.0.0.23 - - [2026-04-23 03:26:59] "POST /neutron/port HTTP/1.1" 200 1124 0.043123 10.0.0.249 - - [2026-04-23 03:27:04] "DELETE /project/a71944f42d1844708ff1419984d3a7d9 HTTP/1.1" 404 173 0.003960 10.0.0.249 - - [2026-04-23 03:27:04] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000842 10.0.0.249 - - [2026-04-23 03:27:04] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.034945 10.0.0.249 - - [2026-04-23 03:27:04] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001082 10.0.0.249 - - [2026-04-23 03:27:04] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?fields=security_groups HTTP/1.1" 200 1366 0.035180 10.0.0.23 - - [2026-04-23 03:27:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016701 10.0.0.249 - - [2026-04-23 03:27:04] "DELETE /security-group/7f3cbfd2-98ab-4505-a6e7-e1d91d0bfc12 HTTP/1.1" 200 115 0.050554 10.0.0.249 - - [2026-04-23 03:27:04] "GET /projects?obj_uuids=38a0bb3a-7a49-4aa1-9f2e-2769ea476881&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000905 10.0.0.249 - - [2026-04-23 03:27:05] "GET /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881?fields=application_policy_sets HTTP/1.1" 200 1405 0.063860 10.0.0.249 - - [2026-04-23 03:27:05] "DELETE /project/38a0bb3a-7a49-4aa1-9f2e-2769ea476881 HTTP/1.1" 200 115 0.409764 10.0.0.23 - - [2026-04-23 03:27:15] "POST /neutron/port HTTP/1.1" 200 1124 0.018682 10.0.0.23 - - [2026-04-23 03:27:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009158 10.0.0.23 - - [2026-04-23 03:27:23] "POST /neutron/network HTTP/1.1" 200 936 0.033753 10.0.0.23 - - [2026-04-23 03:27:24] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.23 - - [2026-04-23 03:27:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008065 10.0.0.23 - - [2026-04-23 03:27:30] "POST /neutron/port HTTP/1.1" 200 1124 0.023295 10.0.0.23 - - [2026-04-23 03:27:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007671 10.0.0.23 - - [2026-04-23 03:27:30] "GET /virtual-machine/c4e6f24a-4022-4fa4-a572-3226f10a15b2 HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2026-04-23 03:27:30] "GET /virtual-machine/c4e6f24a-4022-4fa4-a572-3226f10a15b2 HTTP/1.1" 200 1296 0.039260 10.0.0.23 - - [2026-04-23 03:27:30] "GET /virtual-machine-interface/37e52015-77c1-4634-8428-a00875262268 HTTP/1.1" 200 2955 0.006522 10.0.0.23 - - [2026-04-23 03:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.23 - - [2026-04-23 03:27:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003836 10.0.0.23 - - [2026-04-23 03:27:30] "GET /virtual-networks?parent_id=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004264 10.0.0.23 - - [2026-04-23 03:27:31] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006009 10.0.0.23 - - [2026-04-23 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.23 - - [2026-04-23 03:27:34] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005408 10.0.0.23 - - [2026-04-23 03:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.23 - - [2026-04-23 03:27:38] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005605 10.0.0.23 - - [2026-04-23 03:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.23 - - [2026-04-23 03:27:42] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005886 10.0.0.23 - - [2026-04-23 03:27:42] "POST /neutron/network HTTP/1.1" 200 936 0.007440 10.0.0.23 - - [2026-04-23 03:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.23 - - [2026-04-23 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.23 - - [2026-04-23 03:27:46] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005800 10.0.0.23 - - [2026-04-23 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.23 - - [2026-04-23 03:27:50] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006430 10.0.0.130 - - [2026-04-23 03:27:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054913 10.0.0.23 - - [2026-04-23 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2026-04-23 03:27:54] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008455 10.0.0.23 - - [2026-04-23 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.23 - - [2026-04-23 03:27:58] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006753 10.0.0.23 - - [2026-04-23 03:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.23 - - [2026-04-23 03:28:02] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005574 10.0.0.23 - - [2026-04-23 03:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.23 - - [2026-04-23 03:28:06] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005532 10.0.0.23 - - [2026-04-23 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.23 - - [2026-04-23 03:28:10] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006578 10.0.0.23 - - [2026-04-23 03:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2026-04-23 03:28:15] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005823 10.0.0.23 - - [2026-04-23 03:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.23 - - [2026-04-23 03:28:19] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005533 10.0.0.23 - - [2026-04-23 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.23 - - [2026-04-23 03:28:23] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005570 10.0.0.23 - - [2026-04-23 03:28:23] "POST /neutron/port HTTP/1.1" 200 1217 0.023907 10.0.0.23 - - [2026-04-23 03:28:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003657 10.0.0.23 - - [2026-04-23 03:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.23 - - [2026-04-23 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2026-04-23 03:28:27] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005444 10.0.0.23 - - [2026-04-23 03:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2026-04-23 03:28:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004162 10.0.0.23 - - [2026-04-23 03:28:29] "GET /virtual-networks?parent_id=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006507 10.0.0.23 - - [2026-04-23 03:28:29] "GET /virtual-network/4f77a9d6-81ad-4f57-99d4-29f31ce0a5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006447 10.0.0.23 - - [2026-04-23 03:28:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013808 10.0.0.23 - - [2026-04-23 03:28:39] "POST /neutron/port HTTP/1.1" 200 1124 0.018528 10.0.0.23 - - [2026-04-23 03:28:43] "POST /neutron/port HTTP/1.1" 200 1217 0.024075 10.0.0.23 - - [2026-04-23 03:28:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007123 10.0.0.23 - - [2026-04-23 03:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.23 - - [2026-04-23 03:28:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009966 10.0.0.23 - - [2026-04-23 03:28:51] "POST /neutron/port HTTP/1.1" 200 1124 0.048439 10.0.0.23 - - [2026-04-23 03:28:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007624 10.0.0.23 - - [2026-04-23 03:29:00] "POST /neutron/port HTTP/1.1" 200 1124 0.021500 10.0.0.23 - - [2026-04-23 03:29:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008378 10.0.0.23 - - [2026-04-23 03:29:16] "POST /neutron/port HTTP/1.1" 200 1124 0.020350 10.0.0.23 - - [2026-04-23 03:29:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007548 10.0.0.23 - - [2026-04-23 03:29:23] "POST /neutron/network HTTP/1.1" 200 936 0.007242 10.0.0.23 - - [2026-04-23 03:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.23 - - [2026-04-23 03:29:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007320 10.0.0.23 - - [2026-04-23 03:29:36] "POST /neutron/port HTTP/1.1" 200 1125 0.023063 10.0.0.23 - - [2026-04-23 03:29:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008650 10.0.0.23 - - [2026-04-23 03:29:37] "GET /virtual-machine/3a186fca-dae9-45d5-8c97-8d02beedf8e9 HTTP/1.1" 200 1295 0.006742 10.0.0.23 - - [2026-04-23 03:29:37] "GET /virtual-machine-interface/9c7dc189-dc70-477b-b200-b162730d4f45 HTTP/1.1" 200 2957 0.005968 10.0.0.23 - - [2026-04-23 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2026-04-23 03:29:37] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004079 10.0.0.23 - - [2026-04-23 03:29:37] "GET /virtual-networks?parent_id=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002906 10.0.0.23 - - [2026-04-23 03:29:37] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005835 10.0.0.23 - - [2026-04-23 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.23 - - [2026-04-23 03:29:38] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004118 10.0.0.23 - - [2026-04-23 03:29:38] "GET /virtual-networks?parent_id=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003252 10.0.0.23 - - [2026-04-23 03:29:38] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006502 10.0.0.23 - - [2026-04-23 03:29:38] "POST /neutron/port HTTP/1.1" 200 1125 0.019194 10.0.0.23 - - [2026-04-23 03:29:43] "POST /neutron/port HTTP/1.1" 200 1106 0.024473 10.0.0.23 - - [2026-04-23 03:29:43] "POST /neutron/port HTTP/1.1" 200 1125 0.021698 10.0.0.23 - - [2026-04-23 03:29:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007513 10.0.0.23 - - [2026-04-23 03:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.249 - - [2026-04-23 03:29:48] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.038144 10.0.0.23 - - [2026-04-23 03:29:48] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.077166 10.0.0.23 - - [2026-04-23 03:29:48] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008579 10.0.0.23 - - [2026-04-23 03:29:48] "GET /floating-ip-pools?parent_id=cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003261 10.0.0.23 - - [2026-04-23 03:29:48] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006280 10.0.0.23 - - [2026-04-23 03:29:48] "POST /floating-ip-pools HTTP/1.1" 200 600 0.034484 10.0.0.23 - - [2026-04-23 03:29:49] "POST /ref-update HTTP/1.1" 200 156 0.014422 10.0.0.23 - - [2026-04-23 03:29:49] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005858 10.0.0.23 - - [2026-04-23 03:29:49] "GET /virtual-network/cf8e4c6f-0471-4ba6-b4f8-dc0af3b691f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006603 10.0.0.23 - - [2026-04-23 03:29:49] "POST /neutron/port HTTP/1.1" 200 1124 0.017363 10.0.0.23 - - [2026-04-23 03:29:49] "POST /neutron/floatingip HTTP/1.1" 200 576 0.019098 10.0.0.23 - - [2026-04-23 03:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.23 - - [2026-04-23 03:29:49] "GET /routing-instance/c342b5b4-e1eb-40e9-8689-5dc1440dd517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006308 10.0.0.23 - - [2026-04-23 03:29:49] "GET /route-target/74aca6bb-edd1-448b-a153-233a4edb8bd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004419 10.0.0.23 - - [2026-04-23 03:30:15] "POST /neutron/floatingip HTTP/1.1" 200 530 0.008518 10.0.0.23 - - [2026-04-23 03:30:15] "GET /floating-ip-pool/eb129062-26fd-462b-9f04-1bc5e2c2911b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1187 0.003903 10.0.0.23 - - [2026-04-23 03:30:15] "POST /ref-update HTTP/1.1" 200 156 0.013892 10.0.0.23 - - [2026-04-23 03:30:15] "DELETE /floating-ip-pool/eb129062-26fd-462b-9f04-1bc5e2c2911b HTTP/1.1" 200 115 0.032832 10.0.0.23 - - [2026-04-23 03:30:15] "POST /neutron/network HTTP/1.1" 400 204 0.013949 10.0.0.23 - - [2026-04-23 03:30:16] "POST /neutron/port HTTP/1.1" 200 151 0.235476 10.0.0.23 - - [2026-04-23 03:30:16] "POST /neutron/port HTTP/1.1" 200 151 0.264756 10.0.0.130 - - [2026-04-23 03:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.047080 10.0.0.23 - - [2026-04-23 03:30:17] "POST /neutron/network HTTP/1.1" 200 827 0.007314 10.0.0.130 - - [2026-04-23 03:30:17] "DELETE /route-target/74aca6bb-edd1-448b-a153-233a4edb8bd3 HTTP/1.1" 200 115 0.023864 10.0.0.249 - - [2026-04-23 03:30:19] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000961 10.0.0.23 - - [2026-04-23 03:30:19] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.065036 10.0.0.249 - - [2026-04-23 03:30:19] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.23 - - [2026-04-23 03:30:19] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?fields=virtual_networks HTTP/1.1" 200 1037 0.050582 10.0.0.249 - - [2026-04-23 03:30:19] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.23 - - [2026-04-23 03:30:19] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.043430 10.0.0.249 - - [2026-04-23 03:30:19] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001460 10.0.0.23 - - [2026-04-23 03:30:19] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?fields=security_groups HTTP/1.1" 200 1265 0.041799 10.0.0.23 - - [2026-04-23 03:30:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.028625 10.0.0.249 - - [2026-04-23 03:30:20] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003210 10.0.0.249 - - [2026-04-23 03:30:20] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001542 10.0.0.249 - - [2026-04-23 03:30:20] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041731 10.0.0.249 - - [2026-04-23 03:30:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.002728 10.0.0.249 - - [2026-04-23 03:30:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.006946 10.0.0.249 - - [2026-04-23 03:30:20] "POST /security-groups HTTP/1.1" 200 591 0.030670 10.0.0.249 - - [2026-04-23 03:30:21] "POST /projects HTTP/1.1" 200 585 0.234800 10.0.0.130 - - [2026-04-23 03:30:21] "POST /fqname-to-id HTTP/1.1" 404 233 0.011689 10.0.0.249 - - [2026-04-23 03:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.307051 10.0.0.23 - - [2026-04-23 03:30:21] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.482431 10.0.0.23 - - [2026-04-23 03:30:22] "GET / HTTP/1.1" 200 36215 0.001520 10.0.0.23 - - [2026-04-23 03:30:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2026-04-23 03:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.058504 10.0.0.249 - - [2026-04-23 03:30:24] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.23 - - [2026-04-23 03:30:24] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048844 10.0.0.249 - - [2026-04-23 03:30:24] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.23 - - [2026-04-23 03:30:24] "POST /neutron/network HTTP/1.1" 200 625 0.140647 10.0.0.130 - - [2026-04-23 03:30:24] "POST /ref-update HTTP/1.1" 200 156 0.030124 10.0.0.23 - - [2026-04-23 03:30:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.003551 10.0.0.23 - - [2026-04-23 03:30:25] "GET /virtual-network/9e143ffa-ad81-4580-8cbd-f4d9f354b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006827 10.0.0.23 - - [2026-04-23 03:30:25] "POST /neutron/network HTTP/1.1" 200 839 0.006872 10.0.0.23 - - [2026-04-23 03:30:25] "GET /virtual-network/9e143ffa-ad81-4580-8cbd-f4d9f354b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006124 10.0.0.23 - - [2026-04-23 03:30:25] "POST /neutron/network HTTP/1.1" 200 839 0.009144 10.0.0.23 - - [2026-04-23 03:30:25] "POST /id-to-fqname HTTP/1.1" 200 230 0.001136 10.0.0.249 - - [2026-04-23 03:30:26] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.23 - - [2026-04-23 03:30:26] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075904 10.0.0.23 - - [2026-04-23 03:30:26] "POST /neutron/network HTTP/1.1" 200 839 0.008813 10.0.0.23 - - [2026-04-23 03:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-04-23 03:30:26] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004332 10.0.0.23 - - [2026-04-23 03:30:26] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.018505 10.0.0.23 - - [2026-04-23 03:30:26] "POST /neutron/port HTTP/1.1" 200 117 0.006570 10.0.0.23 - - [2026-04-23 03:30:27] "POST /neutron/port HTTP/1.1" 200 1055 0.019361 10.0.0.23 - - [2026-04-23 03:30:27] "POST /neutron/port HTTP/1.1" 200 1119 0.018707 10.0.0.23 - - [2026-04-23 03:30:27] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.23 - - [2026-04-23 03:30:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007464 10.0.0.23 - - [2026-04-23 03:30:32] "POST /neutron/port HTTP/1.1" 200 1119 0.022686 10.0.0.23 - - [2026-04-23 03:30:32] "GET /virtual-machine/64aeaeba-9ebc-4928-b94e-b2ccb0d87e57 HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-04-23 03:30:32] "GET /virtual-machine/64aeaeba-9ebc-4928-b94e-b2ccb0d87e57 HTTP/1.1" 200 1294 0.037952 10.0.0.23 - - [2026-04-23 03:30:32] "GET /virtual-machine-interface/9074675b-5353-41ba-9998-5f5414d67ff4 HTTP/1.1" 200 2979 0.005475 10.0.0.23 - - [2026-04-23 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.23 - - [2026-04-23 03:30:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004901 10.0.0.23 - - [2026-04-23 03:30:32] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003375 10.0.0.23 - - [2026-04-23 03:30:32] "GET /virtual-network/9e143ffa-ad81-4580-8cbd-f4d9f354b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006176 10.0.0.23 - - [2026-04-23 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-04-23 03:30:35] "GET /virtual-network/9e143ffa-ad81-4580-8cbd-f4d9f354b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006342 10.0.0.23 - - [2026-04-23 03:30:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007734 10.0.0.23 - - [2026-04-23 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.23 - - [2026-04-23 03:30:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004528 10.0.0.23 - - [2026-04-23 03:30:40] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003047 10.0.0.23 - - [2026-04-23 03:30:40] "GET /virtual-network/9e143ffa-ad81-4580-8cbd-f4d9f354b898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006717 10.0.0.23 - - [2026-04-23 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.23 - - [2026-04-23 03:30:41] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004220 10.0.0.23 - - [2026-04-23 03:30:41] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.013534 10.0.0.23 - - [2026-04-23 03:30:41] "POST /neutron/port HTTP/1.1" 200 1119 0.023829 10.0.0.23 - - [2026-04-23 03:30:43] "POST /neutron/network HTTP/1.1" 200 839 0.007660 10.0.0.23 - - [2026-04-23 03:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.249 - - [2026-04-23 03:30:46] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.23 - - [2026-04-23 03:30:46] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046688 10.0.0.249 - - [2026-04-23 03:30:46] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.23 - - [2026-04-23 03:30:46] "POST /neutron/network HTTP/1.1" 200 605 0.130296 10.0.0.130 - - [2026-04-23 03:30:46] "POST /route-targets HTTP/1.1" 200 328 0.017608 10.0.0.23 - - [2026-04-23 03:30:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.003467 10.0.0.23 - - [2026-04-23 03:30:46] "GET /virtual-network/70e9f3b6-f175-4398-bffa-7c6cc66c1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006037 10.0.0.23 - - [2026-04-23 03:30:46] "POST /neutron/network HTTP/1.1" 200 822 0.006358 10.0.0.23 - - [2026-04-23 03:30:46] "GET /virtual-network/70e9f3b6-f175-4398-bffa-7c6cc66c1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004867 10.0.0.23 - - [2026-04-23 03:30:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001299 10.0.0.23 - - [2026-04-23 03:30:47] "POST /neutron/port HTTP/1.1" 200 4186 0.031801 10.0.0.249 - - [2026-04-23 03:30:47] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.23 - - [2026-04-23 03:30:47] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.058480 10.0.0.23 - - [2026-04-23 03:30:48] "POST /neutron/port HTTP/1.1" 200 4186 0.034693 10.0.0.23 - - [2026-04-23 03:30:48] "POST /neutron/network HTTP/1.1" 200 832 0.006897 10.0.0.23 - - [2026-04-23 03:30:49] "POST /neutron/port HTTP/1.1" 200 1058 0.022503 10.0.0.23 - - [2026-04-23 03:30:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004124 10.0.0.23 - - [2026-04-23 03:30:49] "POST /neutron/network HTTP/1.1" 200 822 0.006738 10.0.0.23 - - [2026-04-23 03:30:55] "GET /obj-perms HTTP/1.1" 200 5056 0.052921 10.0.0.23 - - [2026-04-23 03:30:58] "POST /neutron/port HTTP/1.1" 200 1122 0.020704 10.0.0.23 - - [2026-04-23 03:31:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008215 10.0.0.23 - - [2026-04-23 03:31:03] "POST /neutron/port HTTP/1.1" 200 1122 0.021580 10.0.0.23 - - [2026-04-23 03:31:03] "GET /virtual-machine/d820036c-c6b0-4830-893c-c3ee06cfc71a HTTP/1.1" 200 1294 0.006441 10.0.0.23 - - [2026-04-23 03:31:03] "GET /virtual-machine-interface/11cfc028-ac6c-4d5f-ae16-52750ed97d09 HTTP/1.1" 200 2948 0.005866 10.0.0.23 - - [2026-04-23 03:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.23 - - [2026-04-23 03:31:03] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004899 10.0.0.23 - - [2026-04-23 03:31:03] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003224 10.0.0.23 - - [2026-04-23 03:31:03] "GET /virtual-network/70e9f3b6-f175-4398-bffa-7c6cc66c1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006402 10.0.0.249 - - [2026-04-23 03:31:05] "DELETE /project/2579263faee84ca599440d545a427e15 HTTP/1.1" 404 173 0.004863 10.0.0.249 - - [2026-04-23 03:31:05] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.249 - - [2026-04-23 03:31:05] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.046461 10.0.0.249 - - [2026-04-23 03:31:05] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.249 - - [2026-04-23 03:31:05] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?fields=security_groups HTTP/1.1" 200 1367 0.064523 10.0.0.249 - - [2026-04-23 03:31:05] "DELETE /security-group/ce9ff4c6-0870-484c-9ac3-42377722f7ed HTTP/1.1" 200 115 0.189278 10.0.0.249 - - [2026-04-23 03:31:05] "GET /projects?obj_uuids=a71944f4-2d18-4470-8ff1-419984d3a7d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001882 10.0.0.130 - - [2026-04-23 03:31:05] "DELETE /access-control-list/9936f735-02da-47ec-84f8-24c82ce6a893 HTTP/1.1" 200 115 0.108208 10.0.0.249 - - [2026-04-23 03:31:06] "GET /project/a71944f4-2d18-4470-8ff1-419984d3a7d9?fields=application_policy_sets HTTP/1.1" 200 1105 0.118228 10.0.0.249 - - [2026-04-23 03:31:06] "DELETE /project/a71944f4-2d18-4470-8ff1-419984d3a7d9 HTTP/1.1" 404 171 0.530631 10.0.0.23 - - [2026-04-23 03:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2026-04-23 03:31:06] "GET /virtual-network/70e9f3b6-f175-4398-bffa-7c6cc66c1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006064 10.0.0.23 - - [2026-04-23 03:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.23 - - [2026-04-23 03:31:11] "GET /virtual-network/70e9f3b6-f175-4398-bffa-7c6cc66c1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005604 10.0.0.23 - - [2026-04-23 03:31:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007206 10.0.0.23 - - [2026-04-23 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.23 - - [2026-04-23 03:31:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004283 10.0.0.23 - - [2026-04-23 03:31:15] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003425 10.0.0.23 - - [2026-04-23 03:31:15] "GET /virtual-network/70e9f3b6-f175-4398-bffa-7c6cc66c1605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005861 10.0.0.23 - - [2026-04-23 03:31:17] "POST /neutron/port HTTP/1.1" 200 1122 0.020180 10.0.0.23 - - [2026-04-23 03:31:18] "POST /neutron/network HTTP/1.1" 200 822 0.007138 10.0.0.23 - - [2026-04-23 03:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004047 10.0.0.23 - - [2026-04-23 03:31:21] "POST /network-ipams HTTP/1.1" 200 543 0.031929 10.0.0.23 - - [2026-04-23 03:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003547 10.0.0.23 - - [2026-04-23 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.23 - - [2026-04-23 03:31:21] "GET /network-ipam/531185fe-b4cc-49f9-b165-69b0463ed482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006580 10.0.0.23 - - [2026-04-23 03:31:21] "PUT /network-ipam/531185fe-b4cc-49f9-b165-69b0463ed482 HTTP/1.1" 200 259 0.021181 10.0.0.23 - - [2026-04-23 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.249 - - [2026-04-23 03:31:21] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.23 - - [2026-04-23 03:31:21] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052192 10.0.0.249 - - [2026-04-23 03:31:21] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.23 - - [2026-04-23 03:31:22] "POST /neutron/network HTTP/1.1" 200 605 0.121158 10.0.0.130 - - [2026-04-23 03:31:22] "POST /route-targets HTTP/1.1" 200 328 0.014177 10.0.0.23 - - [2026-04-23 03:31:22] "POST /neutron/network HTTP/1.1" 200 994 0.012872 10.0.0.23 - - [2026-04-23 03:31:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001645 10.0.0.23 - - [2026-04-23 03:31:22] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006040 10.0.0.23 - - [2026-04-23 03:31:22] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005772 10.0.0.23 - - [2026-04-23 03:31:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.009843 10.0.0.23 - - [2026-04-23 03:31:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.008875 10.0.0.249 - - [2026-04-23 03:31:23] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001313 10.0.0.23 - - [2026-04-23 03:31:23] "POST /neutron/port HTTP/1.1" 200 1017 0.235626 10.0.0.23 - - [2026-04-23 03:31:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001349 10.0.0.23 - - [2026-04-23 03:31:23] "POST /neutron/port HTTP/1.1" 200 1017 0.011445 10.0.0.23 - - [2026-04-23 03:31:23] "POST /neutron/port HTTP/1.1" 200 1017 0.012772 10.0.0.23 - - [2026-04-23 03:31:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001284 10.0.0.23 - - [2026-04-23 03:31:24] "POST /neutron/port HTTP/1.1" 200 4186 0.038507 10.0.0.23 - - [2026-04-23 03:31:24] "POST /neutron/network HTTP/1.1" 200 994 0.010650 10.0.0.23 - - [2026-04-23 03:31:24] "POST /neutron/port HTTP/1.1" 200 1017 0.013284 10.0.0.23 - - [2026-04-23 03:31:24] "POST /neutron/port HTTP/1.1" 200 1017 0.035932 10.0.0.23 - - [2026-04-23 03:31:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001419 10.0.0.23 - - [2026-04-23 03:31:24] "POST /neutron/port HTTP/1.1" 200 1109 0.165576 10.0.0.23 - - [2026-04-23 03:31:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008077 10.0.0.23 - - [2026-04-23 03:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.23 - - [2026-04-23 03:31:25] "POST /neutron/port HTTP/1.1" 200 1017 0.012100 10.0.0.23 - - [2026-04-23 03:31:25] "POST /neutron/port HTTP/1.1" 200 1017 0.012446 10.0.0.23 - - [2026-04-23 03:31:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003812 10.0.0.23 - - [2026-04-23 03:31:25] "POST /neutron/network HTTP/1.1" 200 994 0.010172 10.0.0.249 - - [2026-04-23 03:31:25] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.23 - - [2026-04-23 03:31:25] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082631 10.0.0.23 - - [2026-04-23 03:31:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008028 10.0.0.23 - - [2026-04-23 03:31:26] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007002 10.0.0.249 - - [2026-04-23 03:31:26] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.23 - - [2026-04-23 03:31:26] "POST /neutron/port HTTP/1.1" 200 1055 0.351046 10.0.0.23 - - [2026-04-23 03:31:26] "POST /neutron/port HTTP/1.1" 200 1055 0.016859 10.0.0.23 - - [2026-04-23 03:31:26] "POST /neutron/subnet HTTP/1.1" 200 1380 0.032084 10.0.0.23 - - [2026-04-23 03:31:26] "POST /neutron/port HTTP/1.1" 200 1109 0.112100 10.0.0.23 - - [2026-04-23 03:31:27] "POST /neutron/port HTTP/1.1" 200 1119 0.017425 10.0.0.23 - - [2026-04-23 03:31:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.012304 10.0.0.130 - - [2026-04-23 03:31:27] "GET /obj-perms HTTP/1.1" 200 5030 0.051170 10.0.0.249 - - [2026-04-23 03:31:27] "GET /obj-perms HTTP/1.1" 200 5030 0.057296 10.0.0.23 - - [2026-04-23 03:31:27] "POST /neutron/port HTTP/1.1" 200 1119 0.020901 10.0.0.23 - - [2026-04-23 03:31:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007815 10.0.0.23 - - [2026-04-23 03:31:28] "GET /virtual-machine/08ffa6f1-f709-4320-aaba-05772879c017 HTTP/1.1" 200 1289 0.006536 10.0.0.23 - - [2026-04-23 03:31:28] "GET /virtual-machine-interface/75214731-5390-4da8-b0e6-d650205fbd92 HTTP/1.1" 200 2948 0.005390 10.0.0.23 - - [2026-04-23 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-04-23 03:31:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003774 10.0.0.23 - - [2026-04-23 03:31:28] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003486 10.0.0.23 - - [2026-04-23 03:31:28] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006932 10.0.0.23 - - [2026-04-23 03:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007996 10.0.0.23 - - [2026-04-23 03:31:31] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006327 10.0.0.23 - - [2026-04-23 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2026-04-23 03:31:35] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005616 10.0.0.23 - - [2026-04-23 03:31:37] "POST /neutron/port HTTP/1.1" 200 1119 0.020700 10.0.0.23 - - [2026-04-23 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.23 - - [2026-04-23 03:31:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004095 10.0.0.23 - - [2026-04-23 03:31:39] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003879 10.0.0.23 - - [2026-04-23 03:31:39] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006948 10.0.0.23 - - [2026-04-23 03:31:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007155 10.0.0.23 - - [2026-04-23 03:31:40] "POST /neutron/port HTTP/1.1" 200 1119 0.021474 10.0.0.23 - - [2026-04-23 03:31:40] "GET /virtual-machine/397026c9-6a95-41ae-926a-64565f4cab29 HTTP/1.1" 200 1290 0.006263 10.0.0.23 - - [2026-04-23 03:31:40] "GET /virtual-machine-interface/616ff831-9302-4ffd-a068-10edd1667118 HTTP/1.1" 200 2948 0.006814 10.0.0.23 - - [2026-04-23 03:31:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006826 10.0.0.23 - - [2026-04-23 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.23 - - [2026-04-23 03:31:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003648 10.0.0.23 - - [2026-04-23 03:31:40] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002906 10.0.0.23 - - [2026-04-23 03:31:40] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007714 10.0.0.23 - - [2026-04-23 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.23 - - [2026-04-23 03:31:43] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006310 10.0.0.23 - - [2026-04-23 03:31:46] "POST /neutron/network HTTP/1.1" 200 1122 0.008398 10.0.0.23 - - [2026-04-23 03:31:46] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016101 10.0.0.23 - - [2026-04-23 03:31:46] "POST /neutron/network HTTP/1.1" 200 1112 0.009431 10.0.0.23 - - [2026-04-23 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2026-04-23 03:31:47] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007326 10.0.0.23 - - [2026-04-23 03:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.23 - - [2026-04-23 03:31:49] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004114 10.0.0.23 - - [2026-04-23 03:31:49] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003806 10.0.0.23 - - [2026-04-23 03:31:49] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006203 10.0.0.23 - - [2026-04-23 03:31:49] "POST /neutron/port HTTP/1.1" 200 1119 0.021125 10.0.0.23 - - [2026-04-23 03:31:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007866 10.0.0.23 - - [2026-04-23 03:31:49] "GET /virtual-machine/13213ac4-35e4-44e8-afe8-24dbe5ccc6e9 HTTP/1.1" 200 1294 0.006333 10.0.0.23 - - [2026-04-23 03:31:50] "GET /virtual-machine-interface/05b04c76-235c-4653-bdf8-03f5062ae15f HTTP/1.1" 200 2947 0.005890 10.0.0.23 - - [2026-04-23 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2026-04-23 03:31:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003970 10.0.0.23 - - [2026-04-23 03:31:50] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002893 10.0.0.23 - - [2026-04-23 03:31:50] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006411 10.0.0.23 - - [2026-04-23 03:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.23 - - [2026-04-23 03:31:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003881 10.0.0.23 - - [2026-04-23 03:31:51] "GET /virtual-networks?parent_id=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003737 10.0.0.23 - - [2026-04-23 03:31:51] "GET /virtual-network/3d233d10-9a75-4c18-b873-667116e3a53b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005778 10.0.0.249 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.249 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.130 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.130 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.130 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.130 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.249 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.249 - - [2026-04-23 03:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-04-23 03:31:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000891 10.0.0.23 - - [2026-04-23 03:31:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-04-23 03:32:07] "POST /neutron/port HTTP/1.1" 200 1109 0.016729 10.0.0.23 - - [2026-04-23 03:32:07] "POST /neutron/port HTTP/1.1" 200 1109 0.017177 10.0.0.23 - - [2026-04-23 03:32:07] "POST /neutron/port HTTP/1.1" 200 1119 0.029279 10.0.0.23 - - [2026-04-23 03:32:08] "POST /neutron/network HTTP/1.1" 200 994 0.013863 10.0.0.249 - - [2026-04-23 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003569 10.0.0.249 - - [2026-04-23 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003487 10.0.0.249 - - [2026-04-23 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.249 - - [2026-04-23 03:32:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002554 10.0.0.23 - - [2026-04-23 03:32:10] "POST /neutron/network HTTP/1.1" 200 151 0.137687 10.0.0.130 - - [2026-04-23 03:32:10] "DELETE /route-target/456231a0-1f53-4729-ab29-12c1a9921d78 HTTP/1.1" 200 115 0.024523 10.0.0.23 - - [2026-04-23 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2026-04-23 03:32:10] "DELETE /network-ipam/531185fe-b4cc-49f9-b165-69b0463ed482 HTTP/1.1" 200 115 0.059063 10.0.0.23 - - [2026-04-23 03:32:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.005438 10.0.0.249 - - [2026-04-23 03:32:11] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.23 - - [2026-04-23 03:32:11] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042874 10.0.0.249 - - [2026-04-23 03:32:11] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.23 - - [2026-04-23 03:32:11] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?fields=virtual_networks HTTP/1.1" 200 1034 0.042520 10.0.0.249 - - [2026-04-23 03:32:12] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.23 - - [2026-04-23 03:32:12] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.047637 10.0.0.249 - - [2026-04-23 03:32:12] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001306 10.0.0.23 - - [2026-04-23 03:32:12] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?fields=security_groups HTTP/1.1" 200 1261 0.047847 10.0.0.23 - - [2026-04-23 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.031423 10.0.0.249 - - [2026-04-23 03:32:13] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.249 - - [2026-04-23 03:32:13] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.249 - - [2026-04-23 03:32:13] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006860 10.0.0.23 - - [2026-04-23 03:32:13] "POST /neutron/port HTTP/1.1" 200 117 0.011781 10.0.0.249 - - [2026-04-23 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 198 0.004218 10.0.0.249 - - [2026-04-23 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.005047 10.0.0.249 - - [2026-04-23 03:32:13] "POST /security-groups HTTP/1.1" 200 599 0.033142 10.0.0.249 - - [2026-04-23 03:32:13] "POST /projects HTTP/1.1" 200 601 0.236719 10.0.0.130 - - [2026-04-23 03:32:13] "POST /fqname-to-id HTTP/1.1" 404 241 0.007431 10.0.0.249 - - [2026-04-23 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.312875 10.0.0.23 - - [2026-04-23 03:32:13] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.448205 10.0.0.23 - - [2026-04-23 03:32:14] "GET / HTTP/1.1" 200 36215 0.003298 10.0.0.23 - - [2026-04-23 03:32:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.23 - - [2026-04-23 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.058065 10.0.0.249 - - [2026-04-23 03:32:16] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.23 - - [2026-04-23 03:32:16] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038167 10.0.0.249 - - [2026-04-23 03:32:16] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.23 - - [2026-04-23 03:32:17] "POST /neutron/network HTTP/1.1" 200 613 0.140057 10.0.0.130 - - [2026-04-23 03:32:17] "POST /ref-update HTTP/1.1" 200 156 0.021021 10.0.0.23 - - [2026-04-23 03:32:17] "POST /neutron/network HTTP/1.1" 200 1006 0.010707 10.0.0.23 - - [2026-04-23 03:32:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001184 10.0.0.23 - - [2026-04-23 03:32:17] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004924 10.0.0.23 - - [2026-04-23 03:32:17] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005967 10.0.0.23 - - [2026-04-23 03:32:17] "POST /neutron/subnet HTTP/1.1" 200 823 0.009165 10.0.0.23 - - [2026-04-23 03:32:18] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007231 10.0.0.23 - - [2026-04-23 03:32:18] "GET /obj-perms HTTP/1.1" 200 5046 0.050761 10.0.0.23 - - [2026-04-23 03:32:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001610 10.0.0.23 - - [2026-04-23 03:32:19] "POST /neutron/network HTTP/1.1" 200 1016 0.007518 10.0.0.249 - - [2026-04-23 03:32:20] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.23 - - [2026-04-23 03:32:20] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057707 10.0.0.23 - - [2026-04-23 03:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.006506 10.0.0.23 - - [2026-04-23 03:32:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001460 10.0.0.23 - - [2026-04-23 03:32:21] "POST /neutron/network HTTP/1.1" 200 1016 0.006650 10.0.0.23 - - [2026-04-23 03:32:21] "POST /neutron/port HTTP/1.1" 200 1175 0.023955 10.0.0.23 - - [2026-04-23 03:32:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013471 10.0.0.23 - - [2026-04-23 03:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.249 - - [2026-04-23 03:32:22] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.23 - - [2026-04-23 03:32:22] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082330 10.0.0.23 - - [2026-04-23 03:32:22] "POST /neutron/network HTTP/1.1" 200 1006 0.044835 10.0.0.23 - - [2026-04-23 03:32:22] "POST /neutron/port HTTP/1.1" 200 117 0.006465 10.0.0.23 - - [2026-04-23 03:32:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001532 10.0.0.23 - - [2026-04-23 03:32:22] "POST /neutron/network HTTP/1.1" 200 1016 0.007056 10.0.0.23 - - [2026-04-23 03:32:23] "POST /neutron/port HTTP/1.1" 200 1175 0.060289 10.0.0.23 - - [2026-04-23 03:32:23] "POST /neutron/port HTTP/1.1" 200 1239 0.021645 10.0.0.249 - - [2026-04-23 03:32:23] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.23 - - [2026-04-23 03:32:23] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017039 10.0.0.23 - - [2026-04-23 03:32:23] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076459 10.0.0.23 - - [2026-04-23 03:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.23 - - [2026-04-23 03:32:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007911 10.0.0.23 - - [2026-04-23 03:32:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001221 10.0.0.23 - - [2026-04-23 03:32:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007201 10.0.0.249 - - [2026-04-23 03:32:24] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.23 - - [2026-04-23 03:32:24] "POST /neutron/port HTTP/1.1" 200 1175 0.335567 10.0.0.23 - - [2026-04-23 03:32:24] "POST /neutron/port HTTP/1.1" 200 1229 0.141122 10.0.0.23 - - [2026-04-23 03:32:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004101 10.0.0.249 - - [2026-04-23 03:32:25] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.23 - - [2026-04-23 03:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.000959 10.0.0.23 - - [2026-04-23 03:32:25] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070598 10.0.0.23 - - [2026-04-23 03:32:25] "POST /neutron/port HTTP/1.1" 200 7441 0.053351 10.0.0.23 - - [2026-04-23 03:32:25] "POST /neutron/port HTTP/1.1" 200 1239 0.022145 10.0.0.249 - - [2026-04-23 03:32:25] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.23 - - [2026-04-23 03:32:26] "POST /neutron/port HTTP/1.1" 200 1175 0.307280 10.0.0.23 - - [2026-04-23 03:32:26] "POST /neutron/port HTTP/1.1" 200 1229 0.113703 10.0.0.23 - - [2026-04-23 03:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005252 10.0.0.23 - - [2026-04-23 03:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.23 - - [2026-04-23 03:32:28] "POST /neutron/port HTTP/1.1" 200 1106 0.022656 10.0.0.23 - - [2026-04-23 03:32:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.009341 10.0.0.23 - - [2026-04-23 03:32:30] "POST /neutron/port HTTP/1.1" 200 1239 0.020029 10.0.0.23 - - [2026-04-23 03:32:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006750 10.0.0.23 - - [2026-04-23 03:32:45] "POST /neutron/port HTTP/1.1" 200 1239 0.017610 10.0.0.23 - - [2026-04-23 03:32:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006947 10.0.0.23 - - [2026-04-23 03:32:45] "GET /virtual-machine/6bceb4f4-4156-4477-b484-b7d9e2e11e26 HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-04-23 03:32:46] "GET /virtual-machine/6bceb4f4-4156-4477-b484-b7d9e2e11e26 HTTP/1.1" 200 1302 0.035450 10.0.0.23 - - [2026-04-23 03:32:46] "GET /virtual-machine-interface/ffadf485-7786-4fec-a6e6-5a653962de9f HTTP/1.1" 200 3184 0.006802 10.0.0.23 - - [2026-04-23 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.23 - - [2026-04-23 03:32:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004180 10.0.0.23 - - [2026-04-23 03:32:46] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003466 10.0.0.23 - - [2026-04-23 03:32:46] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006271 10.0.0.23 - - [2026-04-23 03:32:47] "POST /neutron/port HTTP/1.1" 200 1106 0.020806 10.0.0.23 - - [2026-04-23 03:32:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003954 10.0.0.23 - - [2026-04-23 03:32:47] "POST /neutron/network HTTP/1.1" 200 926 0.007261 10.0.0.23 - - [2026-04-23 03:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2026-04-23 03:32:49] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005625 10.0.0.23 - - [2026-04-23 03:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.23 - - [2026-04-23 03:32:53] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005598 10.0.0.23 - - [2026-04-23 03:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.23 - - [2026-04-23 03:32:57] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005570 10.0.0.249 - - [2026-04-23 03:32:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055910 10.0.0.23 - - [2026-04-23 03:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.23 - - [2026-04-23 03:33:01] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007440 10.0.0.23 - - [2026-04-23 03:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2026-04-23 03:33:05] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005468 10.0.0.249 - - [2026-04-23 03:33:06] "DELETE /project/758f9e7c5a1447dcbce42030b8b20601 HTTP/1.1" 404 173 0.007151 10.0.0.249 - - [2026-04-23 03:33:06] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000839 10.0.0.249 - - [2026-04-23 03:33:06] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.068994 10.0.0.249 - - [2026-04-23 03:33:06] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000961 10.0.0.249 - - [2026-04-23 03:33:06] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?fields=security_groups HTTP/1.1" 200 1363 0.063362 10.0.0.249 - - [2026-04-23 03:33:06] "DELETE /security-group/fa5dcf3b-41a9-4ecb-95dd-5a9c91d1996d HTTP/1.1" 404 177 0.009598 10.0.0.249 - - [2026-04-23 03:33:06] "GET /projects?obj_uuids=2579263f-aee8-4ca5-9944-0d545a427e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.249 - - [2026-04-23 03:33:06] "GET /project/2579263f-aee8-4ca5-9944-0d545a427e15?fields=application_policy_sets HTTP/1.1" 200 1402 0.032805 10.0.0.249 - - [2026-04-23 03:33:06] "DELETE /project/2579263f-aee8-4ca5-9944-0d545a427e15 HTTP/1.1" 200 115 0.468940 10.0.0.23 - - [2026-04-23 03:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.23 - - [2026-04-23 03:33:10] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007420 10.0.0.23 - - [2026-04-23 03:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.23 - - [2026-04-23 03:33:14] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005949 10.0.0.23 - - [2026-04-23 03:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.23 - - [2026-04-23 03:33:18] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006905 10.0.0.23 - - [2026-04-23 03:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.23 - - [2026-04-23 03:33:22] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005521 10.0.0.23 - - [2026-04-23 03:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.23 - - [2026-04-23 03:33:26] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010893 10.0.0.23 - - [2026-04-23 03:33:28] "POST /neutron/network HTTP/1.1" 200 1122 0.007280 10.0.0.23 - - [2026-04-23 03:33:28] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012427 10.0.0.23 - - [2026-04-23 03:33:28] "POST /neutron/network HTTP/1.1" 200 1112 0.009615 10.0.0.23 - - [2026-04-23 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2026-04-23 03:33:30] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008740 10.0.0.23 - - [2026-04-23 03:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.23 - - [2026-04-23 03:33:34] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006178 10.0.0.23 - - [2026-04-23 03:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.23 - - [2026-04-23 03:33:38] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006916 10.0.0.23 - - [2026-04-23 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.014301 10.0.0.23 - - [2026-04-23 03:33:42] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006289 10.0.0.23 - - [2026-04-23 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-04-23 03:33:46] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005648 10.0.0.23 - - [2026-04-23 03:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2026-04-23 03:33:51] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006078 10.0.0.23 - - [2026-04-23 03:33:51] "POST /neutron/port HTTP/1.1" 200 1239 0.050812 10.0.0.23 - - [2026-04-23 03:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.23 - - [2026-04-23 03:33:55] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006990 10.0.0.130 - - [2026-04-23 03:33:58] "GET /obj-perms HTTP/1.1" 200 5056 0.058964 10.0.0.23 - - [2026-04-23 03:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.23 - - [2026-04-23 03:33:59] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006002 10.0.0.23 - - [2026-04-23 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.23 - - [2026-04-23 03:34:03] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005744 10.0.0.23 - - [2026-04-23 03:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.23 - - [2026-04-23 03:34:07] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010214 10.0.0.23 - - [2026-04-23 03:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-04-23 03:34:11] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006760 10.0.0.23 - - [2026-04-23 03:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2026-04-23 03:34:15] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006846 10.0.0.23 - - [2026-04-23 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-04-23 03:34:19] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005282 10.0.0.23 - - [2026-04-23 03:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2026-04-23 03:34:23] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006213 10.0.0.23 - - [2026-04-23 03:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.23 - - [2026-04-23 03:34:27] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004207 10.0.0.23 - - [2026-04-23 03:34:27] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003488 10.0.0.23 - - [2026-04-23 03:34:28] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006955 10.0.0.23 - - [2026-04-23 03:34:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008408 10.0.0.23 - - [2026-04-23 03:34:28] "POST /neutron/network HTTP/1.1" 200 936 0.007208 10.0.0.23 - - [2026-04-23 03:34:28] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.23 - - [2026-04-23 03:34:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007540 10.0.0.23 - - [2026-04-23 03:34:43] "POST /neutron/port HTTP/1.1" 200 1239 0.019290 10.0.0.23 - - [2026-04-23 03:34:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008592 10.0.0.23 - - [2026-04-23 03:34:50] "POST /neutron/network HTTP/1.1" 200 1122 0.007758 10.0.0.23 - - [2026-04-23 03:34:50] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017325 10.0.0.23 - - [2026-04-23 03:34:50] "POST /neutron/network HTTP/1.1" 200 1112 0.009118 10.0.0.23 - - [2026-04-23 03:34:56] "POST /neutron/port HTTP/1.1" 200 1239 0.019034 10.0.0.23 - - [2026-04-23 03:34:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008394 10.0.0.23 - - [2026-04-23 03:35:09] "POST /neutron/port HTTP/1.1" 200 1239 0.019236 10.0.0.23 - - [2026-04-23 03:35:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006482 10.0.0.23 - - [2026-04-23 03:35:19] "POST /neutron/port HTTP/1.1" 200 1239 0.018800 10.0.0.23 - - [2026-04-23 03:35:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008492 10.0.0.23 - - [2026-04-23 03:35:20] "GET /virtual-machine/83822db4-32fc-4f92-87af-5832c45c3c64 HTTP/1.1" 200 1301 0.006488 10.0.0.23 - - [2026-04-23 03:35:20] "GET /virtual-machine-interface/a839a30c-98af-491c-9022-f5ea42878d53 HTTP/1.1" 200 3184 0.006294 10.0.0.23 - - [2026-04-23 03:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.23 - - [2026-04-23 03:35:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004014 10.0.0.23 - - [2026-04-23 03:35:20] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003162 10.0.0.23 - - [2026-04-23 03:35:20] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007181 10.0.0.23 - - [2026-04-23 03:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.23 - - [2026-04-23 03:35:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003798 10.0.0.23 - - [2026-04-23 03:35:21] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002865 10.0.0.23 - - [2026-04-23 03:35:21] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006101 10.0.0.23 - - [2026-04-23 03:35:21] "POST /neutron/port HTTP/1.1" 200 1239 0.018815 10.0.0.23 - - [2026-04-23 03:35:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007123 10.0.0.23 - - [2026-04-23 03:35:28] "POST /neutron/network HTTP/1.1" 200 1016 0.008771 10.0.0.23 - - [2026-04-23 03:35:28] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015649 10.0.0.23 - - [2026-04-23 03:35:28] "POST /neutron/network HTTP/1.1" 200 1006 0.009667 10.0.0.23 - - [2026-04-23 03:35:32] "POST /neutron/port HTTP/1.1" 200 1239 0.023442 10.0.0.23 - - [2026-04-23 03:35:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007470 10.0.0.23 - - [2026-04-23 03:35:32] "GET /virtual-machine/0e7c3c46-8ae7-47c5-be67-6d0a4125bbd7 HTTP/1.1" 200 1302 0.005596 10.0.0.23 - - [2026-04-23 03:35:32] "GET /virtual-machine-interface/38e1b7e4-aeb6-4ed5-ab52-c169bea589dd HTTP/1.1" 200 3183 0.005258 10.0.0.23 - - [2026-04-23 03:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2026-04-23 03:35:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003906 10.0.0.23 - - [2026-04-23 03:35:32] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003473 10.0.0.23 - - [2026-04-23 03:35:32] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006008 10.0.0.23 - - [2026-04-23 03:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2026-04-23 03:35:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003934 10.0.0.23 - - [2026-04-23 03:35:33] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003811 10.0.0.23 - - [2026-04-23 03:35:33] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005789 10.0.0.23 - - [2026-04-23 03:35:50] "POST /neutron/network HTTP/1.1" 200 936 0.010155 10.0.0.23 - - [2026-04-23 03:35:50] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.249 - - [2026-04-23 03:35:50] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.039426 10.0.0.23 - - [2026-04-23 03:35:50] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.098968 10.0.0.23 - - [2026-04-23 03:35:50] "POST /fqname-to-id HTTP/1.1" 404 226 0.003165 10.0.0.23 - - [2026-04-23 03:35:50] "POST /interface-route-tables HTTP/1.1" 200 577 0.030226 10.0.0.23 - - [2026-04-23 03:35:50] "GET /interface-route-table/d83291b0-5bc3-4357-8d05-cc82b87e5040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006679 10.0.0.23 - - [2026-04-23 03:35:50] "GET /virtual-machine-interface/ffadf485-7786-4fec-a6e6-5a653962de9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006751 10.0.0.23 - - [2026-04-23 03:35:50] "POST /ref-update HTTP/1.1" 200 156 0.015522 10.0.0.249 - - [2026-04-23 03:36:01] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.23 - - [2026-04-23 03:36:01] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040827 10.0.0.23 - - [2026-04-23 03:36:01] "POST /fqname-to-id HTTP/1.1" 404 226 0.005186 10.0.0.23 - - [2026-04-23 03:36:01] "POST /interface-route-tables HTTP/1.1" 200 577 0.029077 10.0.0.23 - - [2026-04-23 03:36:01] "GET /interface-route-table/b2fbc636-2766-4f4b-b8dc-5030d112539f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.007064 10.0.0.23 - - [2026-04-23 03:36:01] "GET /virtual-machine-interface/a839a30c-98af-491c-9022-f5ea42878d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006491 10.0.0.23 - - [2026-04-23 03:36:01] "POST /ref-update HTTP/1.1" 200 156 0.016171 10.0.0.23 - - [2026-04-23 03:36:05] "GET /virtual-machine-interface/38e1b7e4-aeb6-4ed5-ab52-c169bea589dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.008632 10.0.0.23 - - [2026-04-23 03:36:05] "PUT /virtual-machine-interface/38e1b7e4-aeb6-4ed5-ab52-c169bea589dd HTTP/1.1" 200 285 0.015715 10.0.0.23 - - [2026-04-23 03:36:05] "GET /virtual-machine-interface/ffadf485-7786-4fec-a6e6-5a653962de9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.007541 10.0.0.23 - - [2026-04-23 03:36:05] "PUT /virtual-machine-interface/ffadf485-7786-4fec-a6e6-5a653962de9f HTTP/1.1" 200 285 0.016879 10.0.0.23 - - [2026-04-23 03:36:05] "GET /virtual-machine-interface/a839a30c-98af-491c-9022-f5ea42878d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.008900 10.0.0.23 - - [2026-04-23 03:36:05] "PUT /virtual-machine-interface/a839a30c-98af-491c-9022-f5ea42878d53 HTTP/1.1" 200 285 0.014739 10.0.0.23 - - [2026-04-23 03:36:30] "POST /neutron/port HTTP/1.1" 200 1239 0.021633 10.0.0.23 - - [2026-04-23 03:36:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007490 10.0.0.23 - - [2026-04-23 03:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.23 - - [2026-04-23 03:36:51] "POST /neutron/port HTTP/1.1" 200 1239 0.044707 10.0.0.23 - - [2026-04-23 03:36:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.23 - - [2026-04-23 03:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.249 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000591 10.0.0.249 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.23 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.130 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.130 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.130 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.130 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.249 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.249 - - [2026-04-23 03:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.23 - - [2026-04-23 03:36:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-04-23 03:36:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-04-23 03:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.056729 10.0.0.23 - - [2026-04-23 03:37:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007974 10.0.0.23 - - [2026-04-23 03:37:15] "POST /neutron/port HTTP/1.1" 200 1239 0.018026 10.0.0.23 - - [2026-04-23 03:37:15] "GET /virtual-machine/1fdb6b47-236a-4457-a1a9-73c4a013cb73 HTTP/1.1" 200 1302 0.007887 10.0.0.23 - - [2026-04-23 03:37:15] "GET /virtual-machine-interface/cec2e879-157c-4408-aa50-ea2235ef4c37 HTTP/1.1" 200 3184 0.005684 10.0.0.23 - - [2026-04-23 03:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.23 - - [2026-04-23 03:37:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003387 10.0.0.23 - - [2026-04-23 03:37:15] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003015 10.0.0.23 - - [2026-04-23 03:37:15] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005992 10.0.0.23 - - [2026-04-23 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.029815 10.0.0.23 - - [2026-04-23 03:37:16] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004535 10.0.0.23 - - [2026-04-23 03:37:16] "GET /virtual-networks?parent_id=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003605 10.0.0.23 - - [2026-04-23 03:37:16] "GET /virtual-network/bd2f65ed-1703-4e4f-8427-75c649abd28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006667 10.0.0.23 - - [2026-04-23 03:37:16] "GET /virtual-machine-interface/cec2e879-157c-4408-aa50-ea2235ef4c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006159 10.0.0.23 - - [2026-04-23 03:37:17] "PUT /virtual-machine-interface/cec2e879-157c-4408-aa50-ea2235ef4c37 HTTP/1.1" 200 285 0.016822 10.0.0.23 - - [2026-04-23 03:37:32] "POST /neutron/port HTTP/1.1" 200 1217 0.051331 10.0.0.23 - - [2026-04-23 03:37:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006363 10.0.0.23 - - [2026-04-23 03:37:33] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.23 - - [2026-04-23 03:37:52] "POST /neutron/port HTTP/1.1" 200 1239 0.018965 10.0.0.23 - - [2026-04-23 03:37:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004893 10.0.0.23 - - [2026-04-23 03:37:52] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.249 - - [2026-04-23 03:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.053474 10.0.0.249 - - [2026-04-23 03:38:05] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.23 - - [2026-04-23 03:38:05] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045532 10.0.0.23 - - [2026-04-23 03:38:05] "POST /fqname-to-id HTTP/1.1" 404 226 0.003258 10.0.0.23 - - [2026-04-23 03:38:05] "POST /interface-route-tables HTTP/1.1" 200 577 0.034211 10.0.0.23 - - [2026-04-23 03:38:05] "GET /interface-route-table/59c6ca2b-623b-4a71-9ec4-873858d8e188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007113 10.0.0.23 - - [2026-04-23 03:38:05] "GET /virtual-machine-interface/cec2e879-157c-4408-aa50-ea2235ef4c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.006309 10.0.0.23 - - [2026-04-23 03:38:05] "POST /ref-update HTTP/1.1" 200 156 0.016558 10.0.0.23 - - [2026-04-23 03:38:07] "GET /virtual-machine-interface/ffadf485-7786-4fec-a6e6-5a653962de9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.006660 10.0.0.23 - - [2026-04-23 03:38:07] "POST /ref-update HTTP/1.1" 200 156 0.016583 10.0.0.23 - - [2026-04-23 03:38:07] "DELETE /interface-route-table/d83291b0-5bc3-4357-8d05-cc82b87e5040 HTTP/1.1" 200 115 0.034626 10.0.0.23 - - [2026-04-23 03:38:08] "POST /neutron/port HTTP/1.1" 200 1229 0.046931 10.0.0.23 - - [2026-04-23 03:38:30] "GET /virtual-machine-interface/cec2e879-157c-4408-aa50-ea2235ef4c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.007897 10.0.0.23 - - [2026-04-23 03:38:30] "POST /ref-update HTTP/1.1" 200 156 0.023661 10.0.0.23 - - [2026-04-23 03:38:30] "DELETE /interface-route-table/59c6ca2b-623b-4a71-9ec4-873858d8e188 HTTP/1.1" 200 115 0.073235 10.0.0.23 - - [2026-04-23 03:38:30] "GET /virtual-machine-interface/a839a30c-98af-491c-9022-f5ea42878d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.008584 10.0.0.23 - - [2026-04-23 03:38:30] "POST /ref-update HTTP/1.1" 200 156 0.018439 10.0.0.23 - - [2026-04-23 03:38:30] "DELETE /interface-route-table/b2fbc636-2766-4f4b-b8dc-5030d112539f HTTP/1.1" 200 115 0.044614 10.0.0.23 - - [2026-04-23 03:38:30] "POST /neutron/network HTTP/1.1" 400 204 0.025751 10.0.0.23 - - [2026-04-23 03:38:31] "POST /neutron/port HTTP/1.1" 200 151 0.379128 10.0.0.23 - - [2026-04-23 03:38:31] "POST /neutron/port HTTP/1.1" 200 151 0.426790 10.0.0.23 - - [2026-04-23 03:38:31] "POST /neutron/port HTTP/1.1" 200 151 0.376088 10.0.0.130 - - [2026-04-23 03:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.050968 10.0.0.23 - - [2026-04-23 03:38:34] "POST /neutron/port HTTP/1.1" 200 1106 0.020231 10.0.0.23 - - [2026-04-23 03:38:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004893 10.0.0.249 - - [2026-04-23 03:38:34] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.23 - - [2026-04-23 03:38:34] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.103774 10.0.0.249 - - [2026-04-23 03:38:34] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.23 - - [2026-04-23 03:38:34] "POST /neutron/network HTTP/1.1" 200 926 0.019861 10.0.0.23 - - [2026-04-23 03:38:34] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?fields=virtual_networks HTTP/1.1" 200 1050 0.066172 10.0.0.249 - - [2026-04-23 03:38:34] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.23 - - [2026-04-23 03:38:35] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.043652 10.0.0.249 - - [2026-04-23 03:38:35] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.23 - - [2026-04-23 03:38:35] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?fields=security_groups HTTP/1.1" 200 1285 0.040978 10.0.0.23 - - [2026-04-23 03:38:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.028104 10.0.0.249 - - [2026-04-23 03:38:36] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003455 10.0.0.249 - - [2026-04-23 03:38:36] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.249 - - [2026-04-23 03:38:36] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037823 10.0.0.249 - - [2026-04-23 03:38:36] "POST /id-to-fqname HTTP/1.1" 200 185 0.001096 10.0.0.249 - - [2026-04-23 03:38:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.008880 10.0.0.249 - - [2026-04-23 03:38:36] "POST /security-groups HTTP/1.1" 200 586 0.075216 10.0.0.249 - - [2026-04-23 03:38:36] "POST /projects HTTP/1.1" 200 575 0.289419 10.0.0.130 - - [2026-04-23 03:38:36] "POST /access-control-lists HTTP/1.1" 200 593 0.026699 10.0.0.249 - - [2026-04-23 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.368346 10.0.0.23 - - [2026-04-23 03:38:36] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.540932 10.0.0.23 - - [2026-04-23 03:38:37] "GET / HTTP/1.1" 200 36215 0.002208 10.0.0.249 - - [2026-04-23 03:38:40] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.23 - - [2026-04-23 03:38:40] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040666 10.0.0.249 - - [2026-04-23 03:38:40] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001206 10.0.0.23 - - [2026-04-23 03:38:40] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?fields=virtual_networks HTTP/1.1" 200 1025 0.045492 10.0.0.249 - - [2026-04-23 03:38:40] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001495 10.0.0.23 - - [2026-04-23 03:38:40] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.043981 10.0.0.249 - - [2026-04-23 03:38:41] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000927 10.0.0.23 - - [2026-04-23 03:38:41] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?fields=security_groups HTTP/1.1" 200 1247 0.040907 10.0.0.23 - - [2026-04-23 03:38:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.042300 10.0.0.249 - - [2026-04-23 03:38:42] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004393 10.0.0.249 - - [2026-04-23 03:38:42] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.249 - - [2026-04-23 03:38:42] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007533 10.0.0.249 - - [2026-04-23 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 195 0.002949 10.0.0.249 - - [2026-04-23 03:38:42] "POST /fqname-to-id HTTP/1.1" 404 204 0.009978 10.0.0.249 - - [2026-04-23 03:38:42] "POST /security-groups HTTP/1.1" 200 596 0.037824 10.0.0.130 - - [2026-04-23 03:38:42] "POST /fqname-to-id HTTP/1.1" 404 239 0.003958 10.0.0.249 - - [2026-04-23 03:38:42] "POST /projects HTTP/1.1" 200 595 0.259594 10.0.0.249 - - [2026-04-23 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.295717 10.0.0.130 - - [2026-04-23 03:38:42] "POST /access-control-lists HTTP/1.1" 200 601 0.029076 10.0.0.23 - - [2026-04-23 03:38:42] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.464888 10.0.0.23 - - [2026-04-23 03:38:43] "GET / HTTP/1.1" 200 36215 0.002214 10.0.0.249 - - [2026-04-23 03:38:46] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001081 10.0.0.23 - - [2026-04-23 03:38:46] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041339 10.0.0.249 - - [2026-04-23 03:38:46] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000962 10.0.0.23 - - [2026-04-23 03:38:46] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?fields=virtual_networks HTTP/1.1" 200 1044 0.037711 10.0.0.249 - - [2026-04-23 03:38:46] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001351 10.0.0.23 - - [2026-04-23 03:38:46] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.037770 10.0.0.249 - - [2026-04-23 03:38:46] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001200 10.0.0.23 - - [2026-04-23 03:38:46] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?fields=security_groups HTTP/1.1" 200 1276 0.047465 10.0.0.23 - - [2026-04-23 03:38:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.035759 10.0.0.249 - - [2026-04-23 03:38:47] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004084 10.0.0.249 - - [2026-04-23 03:38:47] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.249 - - [2026-04-23 03:38:47] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009519 10.0.0.249 - - [2026-04-23 03:38:48] "POST /id-to-fqname HTTP/1.1" 200 201 0.006213 10.0.0.249 - - [2026-04-23 03:38:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.004421 10.0.0.249 - - [2026-04-23 03:38:48] "POST /security-groups HTTP/1.1" 200 602 0.082859 10.0.0.249 - - [2026-04-23 03:38:48] "POST /projects HTTP/1.1" 200 607 0.307887 10.0.0.249 - - [2026-04-23 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.337003 10.0.0.130 - - [2026-04-23 03:38:48] "POST /fqname-to-id HTTP/1.1" 404 244 0.008392 10.0.0.23 - - [2026-04-23 03:38:48] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.523485 10.0.0.23 - - [2026-04-23 03:38:49] "GET / HTTP/1.1" 200 36215 0.002310 10.0.0.249 - - [2026-04-23 03:38:52] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000968 10.0.0.23 - - [2026-04-23 03:38:52] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047508 10.0.0.249 - - [2026-04-23 03:38:52] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000916 10.0.0.23 - - [2026-04-23 03:38:52] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?fields=virtual_networks HTTP/1.1" 200 1057 0.050073 10.0.0.249 - - [2026-04-23 03:38:52] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001262 10.0.0.23 - - [2026-04-23 03:38:52] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.050723 10.0.0.249 - - [2026-04-23 03:38:52] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001160 10.0.0.23 - - [2026-04-23 03:38:52] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?fields=security_groups HTTP/1.1" 200 1295 0.058702 10.0.0.23 - - [2026-04-23 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.027290 10.0.0.249 - - [2026-04-23 03:38:53] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003650 10.0.0.249 - - [2026-04-23 03:38:53] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.249 - - [2026-04-23 03:38:53] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007064 10.0.0.249 - - [2026-04-23 03:38:53] "POST /id-to-fqname HTTP/1.1" 200 187 0.001373 10.0.0.249 - - [2026-04-23 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.006655 10.0.0.249 - - [2026-04-23 03:38:54] "POST /security-groups HTTP/1.1" 200 588 0.073845 10.0.0.249 - - [2026-04-23 03:38:54] "POST /projects HTTP/1.1" 200 579 0.272340 10.0.0.130 - - [2026-04-23 03:38:54] "POST /access-control-lists HTTP/1.1" 200 595 0.028033 10.0.0.249 - - [2026-04-23 03:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.343450 10.0.0.23 - - [2026-04-23 03:38:54] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.483853 10.0.0.23 - - [2026-04-23 03:38:54] "POST /neutron/network HTTP/1.1" 200 1122 0.007141 10.0.0.23 - - [2026-04-23 03:38:54] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017243 10.0.0.23 - - [2026-04-23 03:38:54] "POST /neutron/network HTTP/1.1" 200 1112 0.012109 10.0.0.23 - - [2026-04-23 03:38:55] "GET / HTTP/1.1" 200 36215 0.001606 10.0.0.249 - - [2026-04-23 03:38:58] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001065 10.0.0.23 - - [2026-04-23 03:38:58] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.057559 10.0.0.249 - - [2026-04-23 03:38:58] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001727 10.0.0.23 - - [2026-04-23 03:38:58] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?fields=virtual_networks HTTP/1.1" 200 1027 0.056522 10.0.0.249 - - [2026-04-23 03:38:58] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001064 10.0.0.23 - - [2026-04-23 03:38:58] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.048355 10.0.0.249 - - [2026-04-23 03:38:58] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001054 10.0.0.23 - - [2026-04-23 03:38:58] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?fields=security_groups HTTP/1.1" 200 1251 0.057534 10.0.0.23 - - [2026-04-23 03:38:59] "POST /fqname-to-id HTTP/1.1" 404 182 0.026599 10.0.0.249 - - [2026-04-23 03:38:59] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003043 10.0.0.249 - - [2026-04-23 03:38:59] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.249 - - [2026-04-23 03:38:59] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006625 10.0.0.249 - - [2026-04-23 03:38:59] "POST /id-to-fqname HTTP/1.1" 200 184 0.002883 10.0.0.249 - - [2026-04-23 03:38:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.007151 10.0.0.249 - - [2026-04-23 03:38:59] "POST /security-groups HTTP/1.1" 200 585 0.031717 10.0.0.130 - - [2026-04-23 03:38:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.005426 10.0.0.249 - - [2026-04-23 03:38:59] "POST /projects HTTP/1.1" 200 573 0.263520 10.0.0.249 - - [2026-04-23 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.334176 10.0.0.130 - - [2026-04-23 03:39:00] "POST /access-control-lists HTTP/1.1" 200 590 0.033836 10.0.0.23 - - [2026-04-23 03:39:00] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.467586 10.0.0.23 - - [2026-04-23 03:39:01] "GET / HTTP/1.1" 200 36215 0.002342 10.0.0.130 - - [2026-04-23 03:39:02] "GET /obj-perms HTTP/1.1" 200 5056 0.055281 10.0.0.249 - - [2026-04-23 03:39:04] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001058 10.0.0.23 - - [2026-04-23 03:39:04] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.044467 10.0.0.249 - - [2026-04-23 03:39:04] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001433 10.0.0.23 - - [2026-04-23 03:39:04] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?fields=virtual_networks HTTP/1.1" 200 1022 0.042209 10.0.0.249 - - [2026-04-23 03:39:04] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000933 10.0.0.23 - - [2026-04-23 03:39:04] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041230 10.0.0.249 - - [2026-04-23 03:39:04] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001160 10.0.0.23 - - [2026-04-23 03:39:04] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?fields=security_groups HTTP/1.1" 200 1243 0.043122 10.0.0.23 - - [2026-04-23 03:39:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.029821 10.0.0.249 - - [2026-04-23 03:39:05] "GET /projects?obj_uuids=ad4d11c0-31c6-4fef-8a2f-d85037a42f75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003236 10.0.0.249 - - [2026-04-23 03:39:05] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.249 - - [2026-04-23 03:39:05] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006829 10.0.0.249 - - [2026-04-23 03:39:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.001157 10.0.0.249 - - [2026-04-23 03:39:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.009302 10.0.0.249 - - [2026-04-23 03:39:05] "POST /security-groups HTTP/1.1" 200 589 0.075357 10.0.0.249 - - [2026-04-23 03:39:05] "POST /projects HTTP/1.1" 200 581 0.287709 10.0.0.130 - - [2026-04-23 03:39:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.009245 10.0.0.249 - - [2026-04-23 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.365845 10.0.0.23 - - [2026-04-23 03:39:05] "GET /project/ad4d11c0-31c6-4fef-8a2f-d85037a42f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.501134 10.0.0.23 - - [2026-04-23 03:39:07] "GET / HTTP/1.1" 200 36215 0.002652 10.0.0.249 - - [2026-04-23 03:39:07] "DELETE /project/9ec5642f567e42cda4411ff1743de486 HTTP/1.1" 404 173 0.022340 10.0.0.249 - - [2026-04-23 03:39:07] "DELETE /project/fd97efa484f64ff69c3c5d1a943d2c39 HTTP/1.1" 404 173 0.019473 10.0.0.249 - - [2026-04-23 03:39:07] "DELETE /project/ad4d11c031c64fef8a2fd85037a42f75 HTTP/1.1" 404 173 0.028919 10.0.0.249 - - [2026-04-23 03:39:07] "DELETE /project/0d5339b689bd4c549da9b3361d3b5465 HTTP/1.1" 404 173 0.013619 10.0.0.249 - - [2026-04-23 03:39:07] "DELETE /project/11b55789ae694fcdb300d99b49bdaf00 HTTP/1.1" 404 173 0.015382 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001028 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001009 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000783 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000839 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000739 10.0.0.249 - - [2026-04-23 03:39:07] "DELETE /project/4a01f1d583614751b6ecd92d821f7504 HTTP/1.1" 404 173 0.017553 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001631 10.0.0.249 - - [2026-04-23 03:39:07] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.131521 10.0.0.249 - - [2026-04-23 03:39:07] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.157315 10.0.0.249 - - [2026-04-23 03:39:07] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.172629 10.0.0.249 - - [2026-04-23 03:39:07] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.174417 10.0.0.249 - - [2026-04-23 03:39:07] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.182022 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004562 10.0.0.249 - - [2026-04-23 03:39:07] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.008275 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001567 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002384 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000938 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.267016 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?fields=security_groups HTTP/1.1" 200 1353 0.173231 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?fields=security_groups HTTP/1.1" 200 1118 0.175636 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001744 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?fields=security_groups HTTP/1.1" 200 1378 0.190531 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?fields=security_groups HTTP/1.1" 200 1349 0.223756 10.0.0.130 - - [2026-04-23 03:39:08] "DELETE /access-control-list/6738d72f-1d05-4355-99c6-d269cdb0d07a HTTP/1.1" 200 115 0.274935 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=758f9e7c-5a14-47dc-bce4-2030b8b20601&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/758f9e7c-5a14-47dc-bce4-2030b8b20601?fields=application_policy_sets HTTP/1.1" 404 195 0.052478 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?fields=security_groups HTTP/1.1" 200 1345 0.314129 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /project/758f9e7c-5a14-47dc-bce4-2030b8b20601 HTTP/1.1" 404 171 0.572306 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?fields=security_groups HTTP/1.1" 200 1397 0.260500 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /security-group/fec39dda-a53f-4724-a125-52329a71b747 HTTP/1.1" 200 115 0.267167 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=0d5339b6-89bd-4c54-9da9-b3361d3b5465&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001390 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /security-group/053ab0f9-3fa2-488f-892e-8a77723dc86f HTTP/1.1" 200 115 0.269779 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=9ec5642f-567e-42cd-a441-1ff1743de486&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /security-group/64945bcb-135f-4aa0-88ec-a4b6a0b89a9b HTTP/1.1" 200 115 0.268052 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=4a01f1d5-8361-4751-b6ec-d92d821f7504&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002401 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /security-group/01194488-f806-4ee5-a210-5d0a2de6b710 HTTP/1.1" 200 115 0.184059 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=11b55789-ae69-4fcd-b300-d99b49bdaf00&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001694 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465?fields=application_policy_sets HTTP/1.1" 200 1392 0.128707 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /security-group/01eef1c5-1e39-4d41-90d1-2a17d58fd0f1 HTTP/1.1" 200 115 0.200331 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/4a01f1d5-8361-4751-b6ec-d92d821f7504?fields=application_policy_sets HTTP/1.1" 200 1417 0.141391 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/9ec5642f-567e-42cd-a441-1ff1743de486?fields=application_policy_sets HTTP/1.1" 200 1388 0.190890 10.0.0.249 - - [2026-04-23 03:39:08] "GET /projects?obj_uuids=fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001330 10.0.0.130 - - [2026-04-23 03:39:08] "DELETE /access-control-list/8e5dd350-eff9-4e74-b2ea-5d47904ca5d7 HTTP/1.1" 200 115 0.096780 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/11b55789-ae69-4fcd-b300-d99b49bdaf00?fields=application_policy_sets HTTP/1.1" 200 1384 0.167491 10.0.0.249 - - [2026-04-23 03:39:08] "GET /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39?fields=application_policy_sets HTTP/1.1" 200 1436 0.159355 10.0.0.130 - - [2026-04-23 03:39:08] "DELETE /access-control-list/815094ff-1be6-42f4-9639-01849e4e59fb HTTP/1.1" 200 115 0.104476 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /project/0d5339b6-89bd-4c54-9da9-b3361d3b5465 HTTP/1.1" 200 115 1.221589 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /project/4a01f1d5-8361-4751-b6ec-d92d821f7504 HTTP/1.1" 200 115 1.256021 10.0.0.249 - - [2026-04-23 03:39:08] "DELETE /project/9ec5642f-567e-42cd-a441-1ff1743de486 HTTP/1.1" 200 115 1.268954 10.0.0.249 - - [2026-04-23 03:39:09] "DELETE /project/11b55789-ae69-4fcd-b300-d99b49bdaf00 HTTP/1.1" 200 115 1.301575 10.0.0.249 - - [2026-04-23 03:39:09] "DELETE /project/fd97efa4-84f6-4ff6-9c3c-5d1a943d2c39 HTTP/1.1" 200 115 1.333589 10.0.0.130 - - [2026-04-23 03:39:09] "DELETE /access-control-list/c6541d7c-a9d1-4394-a5d3-7a0fab0d3638 HTTP/1.1" 200 115 0.038465 10.0.0.249 - - [2026-04-23 03:39:10] "GET /projects?obj_uuids=ad4d11c0-31c6-4fef-8a2f-d85037a42f75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001142 10.0.0.23 - - [2026-04-23 03:39:10] "GET /project/ad4d11c0-31c6-4fef-8a2f-d85037a42f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040640 10.0.0.249 - - [2026-04-23 03:39:10] "GET /projects?obj_uuids=ad4d11c0-31c6-4fef-8a2f-d85037a42f75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.23 - - [2026-04-23 03:39:10] "GET /project/ad4d11c0-31c6-4fef-8a2f-d85037a42f75?fields=virtual_networks HTTP/1.1" 200 1030 0.056045 10.0.0.249 - - [2026-04-23 03:39:10] "GET /projects?obj_uuids=ad4d11c0-31c6-4fef-8a2f-d85037a42f75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.23 - - [2026-04-23 03:39:10] "GET /project/ad4d11c0-31c6-4fef-8a2f-d85037a42f75?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.050811 10.0.0.249 - - [2026-04-23 03:39:10] "GET /projects?obj_uuids=ad4d11c0-31c6-4fef-8a2f-d85037a42f75&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.23 - - [2026-04-23 03:39:10] "GET /project/ad4d11c0-31c6-4fef-8a2f-d85037a42f75?fields=security_groups HTTP/1.1" 200 1255 0.046534 10.0.0.23 - - [2026-04-23 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.036762 10.0.0.249 - - [2026-04-23 03:39:11] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002893 10.0.0.249 - - [2026-04-23 03:39:11] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.249 - - [2026-04-23 03:39:11] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007716 10.0.0.249 - - [2026-04-23 03:39:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.005257 10.0.0.249 - - [2026-04-23 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.005616 10.0.0.249 - - [2026-04-23 03:39:11] "POST /security-groups HTTP/1.1" 200 589 0.077734 10.0.0.249 - - [2026-04-23 03:39:11] "POST /projects HTTP/1.1" 200 581 0.284323 10.0.0.130 - - [2026-04-23 03:39:11] "POST /access-control-lists HTTP/1.1" 200 596 0.028388 10.0.0.249 - - [2026-04-23 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.359458 10.0.0.23 - - [2026-04-23 03:39:12] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.492864 10.0.0.23 - - [2026-04-23 03:39:13] "GET / HTTP/1.1" 200 36215 0.001915 10.0.0.23 - - [2026-04-23 03:39:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-04-23 03:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.057968 10.0.0.249 - - [2026-04-23 03:39:15] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.23 - - [2026-04-23 03:39:15] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.035398 10.0.0.130 - - [2026-04-23 03:39:15] "POST /route-targets HTTP/1.1" 200 328 0.013869 10.0.0.249 - - [2026-04-23 03:39:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008333 10.0.0.23 - - [2026-04-23 03:39:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.247475 10.0.0.23 - - [2026-04-23 03:39:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001256 10.0.0.23 - - [2026-04-23 03:39:16] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005624 10.0.0.23 - - [2026-04-23 03:39:16] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005797 10.0.0.23 - - [2026-04-23 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2026-04-23 03:39:16] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006062 10.0.0.23 - - [2026-04-23 03:39:16] "PUT /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa HTTP/1.1" 200 265 0.082011 10.0.0.130 - - [2026-04-23 03:39:16] "POST /ref-update HTTP/1.1" 200 156 0.036807 10.0.0.23 - - [2026-04-23 03:39:16] "POST /neutron/network HTTP/1.1" 200 821 0.009371 10.0.0.23 - - [2026-04-23 03:39:16] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005607 10.0.0.23 - - [2026-04-23 03:39:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.010558 10.0.0.23 - - [2026-04-23 03:39:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001145 10.0.0.249 - - [2026-04-23 03:39:19] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.23 - - [2026-04-23 03:39:19] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.076499 10.0.0.23 - - [2026-04-23 03:39:19] "POST /neutron/network HTTP/1.1" 200 821 0.035498 10.0.0.23 - - [2026-04-23 03:39:19] "POST /neutron/port HTTP/1.1" 200 117 0.008408 10.0.0.23 - - [2026-04-23 03:39:20] "POST /neutron/port HTTP/1.1" 200 1057 0.018249 10.0.0.23 - - [2026-04-23 03:39:20] "POST /neutron/port HTTP/1.1" 200 1121 0.022404 10.0.0.23 - - [2026-04-23 03:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.23 - - [2026-04-23 03:39:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007993 10.0.0.23 - - [2026-04-23 03:39:24] "POST /neutron/port HTTP/1.1" 200 1121 0.017967 10.0.0.23 - - [2026-04-23 03:39:24] "GET /virtual-machine/165d25a7-fdaf-4d43-ac72-c1c00f0d8387 HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-04-23 03:39:25] "GET /virtual-machine/165d25a7-fdaf-4d43-ac72-c1c00f0d8387 HTTP/1.1" 200 1292 0.041434 10.0.0.23 - - [2026-04-23 03:39:25] "GET /virtual-machine-interface/5428356e-f355-402a-b7c3-fe2b03649890 HTTP/1.1" 200 2938 0.005342 10.0.0.23 - - [2026-04-23 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.23 - - [2026-04-23 03:39:25] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003700 10.0.0.23 - - [2026-04-23 03:39:25] "GET /virtual-networks?parent_id=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002810 10.0.0.23 - - [2026-04-23 03:39:25] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008299 10.0.0.23 - - [2026-04-23 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.23 - - [2026-04-23 03:39:28] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005697 10.0.0.23 - - [2026-04-23 03:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.23 - - [2026-04-23 03:39:32] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005695 10.0.0.23 - - [2026-04-23 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2026-04-23 03:39:36] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005593 10.0.0.23 - - [2026-04-23 03:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.23 - - [2026-04-23 03:39:40] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007383 10.0.0.23 - - [2026-04-23 03:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2026-04-23 03:39:44] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005589 10.0.0.23 - - [2026-04-23 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2026-04-23 03:39:48] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005462 10.0.0.23 - - [2026-04-23 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2026-04-23 03:39:53] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005475 10.0.0.23 - - [2026-04-23 03:39:56] "POST /neutron/port HTTP/1.1" 200 1106 0.017957 10.0.0.23 - - [2026-04-23 03:39:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.010157 10.0.0.23 - - [2026-04-23 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.23 - - [2026-04-23 03:39:57] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006840 10.0.0.23 - - [2026-04-23 03:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.23 - - [2026-04-23 03:40:01] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007076 10.0.0.23 - - [2026-04-23 03:40:02] "GET /obj-perms HTTP/1.1" 200 5056 0.054458 10.0.0.23 - - [2026-04-23 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2026-04-23 03:40:05] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006453 10.0.0.23 - - [2026-04-23 03:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2026-04-23 03:40:07] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004222 10.0.0.23 - - [2026-04-23 03:40:07] "GET /virtual-networks?parent_id=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003377 10.0.0.23 - - [2026-04-23 03:40:07] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006399 10.0.0.23 - - [2026-04-23 03:40:07] "POST /neutron/port HTTP/1.1" 200 1121 0.019350 10.0.0.249 - - [2026-04-23 03:40:09] "DELETE /project/621b493636a9442db374a73ebb48bf2c HTTP/1.1" 404 173 0.003294 10.0.0.249 - - [2026-04-23 03:40:09] "DELETE /project/ad4d11c0-31c6-4fef-8a2f-d85037a42f75 HTTP/1.1" 404 177 0.005848 10.0.0.23 - - [2026-04-23 03:40:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008510 10.0.0.23 - - [2026-04-23 03:40:18] "POST /neutron/port HTTP/1.1" 200 1121 0.062003 10.0.0.23 - - [2026-04-23 03:40:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007792 10.0.0.23 - - [2026-04-23 03:40:33] "POST /neutron/port HTTP/1.1" 200 1121 0.019890 10.0.0.23 - - [2026-04-23 03:40:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008396 10.0.0.23 - - [2026-04-23 03:40:33] "POST /neutron/port HTTP/1.1" 200 1121 0.018159 10.0.0.23 - - [2026-04-23 03:40:33] "POST /neutron/network HTTP/1.1" 200 821 0.007712 10.0.0.23 - - [2026-04-23 03:40:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001361 10.0.0.23 - - [2026-04-23 03:40:33] "GET /virtual-machine/165d25a7-fdaf-4d43-ac72-c1c00f0d8387 HTTP/1.1" 200 1292 0.004342 10.0.0.23 - - [2026-04-23 03:40:33] "GET /virtual-machine-interface/5428356e-f355-402a-b7c3-fe2b03649890 HTTP/1.1" 200 2938 0.005702 10.0.0.23 - - [2026-04-23 03:40:33] "GET /instance-ip/c237f617-ec75-4b10-a0a4-aa4874ab5dd4 HTTP/1.1" 200 1619 0.005931 10.0.0.23 - - [2026-04-23 03:40:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.003489 10.0.0.23 - - [2026-04-23 03:40:33] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005064 10.0.0.249 - - [2026-04-23 03:40:33] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000835 10.0.0.23 - - [2026-04-23 03:40:33] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048141 10.0.0.23 - - [2026-04-23 03:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.23 - - [2026-04-23 03:40:34] "GET /security-group/99f0d4c4-7ed9-4aed-a7a7-bf19bfb55b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3751 0.004737 10.0.0.23 - - [2026-04-23 03:40:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.107062 10.0.0.23 - - [2026-04-23 03:40:34] "POST /instance-ips HTTP/1.1" 200 358 0.038300 10.0.0.23 - - [2026-04-23 03:40:34] "GET /instance-ip/60eed3fd-7b8e-4b76-b826-df155abce94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.007007 10.0.0.23 - - [2026-04-23 03:40:34] "GET /virtual-machine-interface/f75b3459-f087-4156-8686-bfbfd176ed62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.006664 10.0.0.23 - - [2026-04-23 03:40:34] "GET /virtual-machine-interface/f75b3459-f087-4156-8686-bfbfd176ed62?fields=instance_ip_back_refs HTTP/1.1" 200 1326 0.008463 10.0.0.23 - - [2026-04-23 03:40:34] "GET /instance-ip/60eed3fd-7b8e-4b76-b826-df155abce94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.005080 10.0.0.23 - - [2026-04-23 03:40:34] "POST /id-to-fqname HTTP/1.1" 200 218 0.001253 10.0.0.23 - - [2026-04-23 03:40:34] "POST /neutron/port HTTP/1.1" 200 965 0.012715 10.0.0.23 - - [2026-04-23 03:40:34] "POST /neutron/port HTTP/1.1" 200 965 0.014887 10.0.0.23 - - [2026-04-23 03:40:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007686 10.0.0.23 - - [2026-04-23 03:40:35] "POST /neutron/port HTTP/1.1" 200 965 0.013155 10.0.0.23 - - [2026-04-23 03:40:35] "POST /neutron/port HTTP/1.1" 200 965 0.014350 10.0.0.23 - - [2026-04-23 03:40:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004410 10.0.0.23 - - [2026-04-23 03:40:36] "POST /neutron/network HTTP/1.1" 200 821 0.006977 10.0.0.23 - - [2026-04-23 03:40:38] "POST /neutron/network HTTP/1.1" 200 1122 0.007557 10.0.0.23 - - [2026-04-23 03:40:38] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016902 10.0.0.23 - - [2026-04-23 03:40:38] "POST /neutron/network HTTP/1.1" 200 1112 0.010849 10.0.0.23 - - [2026-04-23 03:40:40] "POST /neutron/port HTTP/1.1" 200 1067 0.025428 10.0.0.23 - - [2026-04-23 03:40:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009235 10.0.0.23 - - [2026-04-23 03:40:40] "GET /virtual-machine/d20dc927-75e6-4d5a-aa00-a3ccf86a53ae HTTP/1.1" 200 1271 0.006209 10.0.0.23 - - [2026-04-23 03:40:40] "GET /virtual-machine-interface/f75b3459-f087-4156-8686-bfbfd176ed62 HTTP/1.1" 200 2988 0.005907 10.0.0.23 - - [2026-04-23 03:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.23 - - [2026-04-23 03:40:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003872 10.0.0.23 - - [2026-04-23 03:40:40] "GET /virtual-networks?parent_id=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003397 10.0.0.23 - - [2026-04-23 03:40:40] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005909 10.0.0.23 - - [2026-04-23 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.23 - - [2026-04-23 03:40:43] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005889 10.0.0.23 - - [2026-04-23 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2026-04-23 03:40:47] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006111 10.0.0.23 - - [2026-04-23 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2026-04-23 03:40:51] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006105 10.0.0.23 - - [2026-04-23 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2026-04-23 03:40:56] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005764 10.0.0.23 - - [2026-04-23 03:40:58] "POST /neutron/network HTTP/1.1" 200 1122 0.008142 10.0.0.23 - - [2026-04-23 03:40:58] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014387 10.0.0.23 - - [2026-04-23 03:40:58] "POST /neutron/network HTTP/1.1" 200 1112 0.012455 10.0.0.23 - - [2026-04-23 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2026-04-23 03:41:00] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007031 10.0.0.249 - - [2026-04-23 03:41:03] "GET /obj-perms HTTP/1.1" 200 5056 0.059066 10.0.0.23 - - [2026-04-23 03:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.23 - - [2026-04-23 03:41:04] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005600 10.0.0.23 - - [2026-04-23 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.23 - - [2026-04-23 03:41:08] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005560 10.0.0.23 - - [2026-04-23 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.23 - - [2026-04-23 03:41:12] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005123 10.0.0.23 - - [2026-04-23 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.23 - - [2026-04-23 03:41:16] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005861 10.0.0.23 - - [2026-04-23 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2026-04-23 03:41:20] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005845 10.0.0.23 - - [2026-04-23 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.23 - - [2026-04-23 03:41:24] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005527 10.0.0.23 - - [2026-04-23 03:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.23 - - [2026-04-23 03:41:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004773 10.0.0.23 - - [2026-04-23 03:41:28] "GET /virtual-networks?parent_id=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003410 10.0.0.23 - - [2026-04-23 03:41:28] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009651 10.0.0.23 - - [2026-04-23 03:41:34] "POST /neutron/port HTTP/1.1" 200 1067 0.018844 10.0.0.23 - - [2026-04-23 03:41:38] "POST /neutron/port HTTP/1.1" 200 1106 0.017087 10.0.0.23 - - [2026-04-23 03:41:38] "POST /neutron/subnet HTTP/1.1" 200 694 0.009069 10.0.0.23 - - [2026-04-23 03:41:39] "POST /neutron/port HTTP/1.1" 200 1067 0.019749 10.0.0.23 - - [2026-04-23 03:41:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007791 10.0.0.23 - - [2026-04-23 03:41:49] "POST /neutron/port HTTP/1.1" 200 1067 0.020777 10.0.0.23 - - [2026-04-23 03:41:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001343 10.0.0.23 - - [2026-04-23 03:41:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008660 10.0.0.249 - - [2026-04-23 03:41:55] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.025766 10.0.0.23 - - [2026-04-23 03:41:55] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.103590 10.0.0.23 - - [2026-04-23 03:41:55] "POST /neutron/port HTTP/1.1" 200 6068 0.047526 10.0.0.23 - - [2026-04-23 03:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.008816 10.0.0.23 - - [2026-04-23 03:41:56] "POST /neutron/port HTTP/1.1" 200 1057 0.022599 10.0.0.249 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-04-23 03:41:57] "POST /neutron/port HTTP/1.1" 200 1121 0.029637 10.0.0.249 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-04-23 03:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.23 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.130 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.23 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.130 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.130 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.130 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.249 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.249 - - [2026-04-23 03:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-04-23 03:41:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-04-23 03:41:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2026-04-23 03:41:59] "POST /neutron/port HTTP/1.1" 200 1106 0.045765 10.0.0.23 - - [2026-04-23 03:41:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.010636 10.0.0.23 - - [2026-04-23 03:42:01] "POST /neutron/port HTTP/1.1" 200 1121 0.023862 10.0.0.130 - - [2026-04-23 03:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.059680 10.0.0.23 - - [2026-04-23 03:42:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008524 10.0.0.23 - - [2026-04-23 03:42:11] "POST /neutron/port HTTP/1.1" 200 1121 0.018112 10.0.0.23 - - [2026-04-23 03:42:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007967 10.0.0.23 - - [2026-04-23 03:42:11] "GET /virtual-machine/a86ffc50-e1c8-4601-a8b6-eac435a6719e HTTP/1.1" 200 1293 0.007077 10.0.0.23 - - [2026-04-23 03:42:11] "GET /virtual-machine-interface/1de5445d-ad62-4979-ba45-0f31af5e61ed HTTP/1.1" 200 2938 0.006319 10.0.0.23 - - [2026-04-23 03:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.23 - - [2026-04-23 03:42:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004635 10.0.0.23 - - [2026-04-23 03:42:11] "GET /virtual-networks?parent_id=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003888 10.0.0.23 - - [2026-04-23 03:42:11] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005625 10.0.0.23 - - [2026-04-23 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2026-04-23 03:42:14] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005598 10.0.0.23 - - [2026-04-23 03:42:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2026-04-23 03:42:18] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004981 10.0.0.23 - - [2026-04-23 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.23 - - [2026-04-23 03:42:23] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006414 10.0.0.23 - - [2026-04-23 03:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2026-04-23 03:42:27] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007191 10.0.0.23 - - [2026-04-23 03:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005581 10.0.0.23 - - [2026-04-23 03:42:31] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005701 10.0.0.23 - - [2026-04-23 03:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.23 - - [2026-04-23 03:42:35] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006813 10.0.0.23 - - [2026-04-23 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.23 - - [2026-04-23 03:42:39] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005655 10.0.0.23 - - [2026-04-23 03:42:40] "POST /neutron/network HTTP/1.1" 200 1122 0.033658 10.0.0.23 - - [2026-04-23 03:42:40] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016760 10.0.0.23 - - [2026-04-23 03:42:41] "POST /neutron/network HTTP/1.1" 200 1112 0.012219 10.0.0.23 - - [2026-04-23 03:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.23 - - [2026-04-23 03:42:43] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005346 10.0.0.23 - - [2026-04-23 03:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.23 - - [2026-04-23 03:42:47] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005876 10.0.0.23 - - [2026-04-23 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.23 - - [2026-04-23 03:42:51] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005691 10.0.0.23 - - [2026-04-23 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.23 - - [2026-04-23 03:42:55] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005624 10.0.0.23 - - [2026-04-23 03:42:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2026-04-23 03:42:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003693 10.0.0.23 - - [2026-04-23 03:42:57] "GET /virtual-networks?parent_id=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003198 10.0.0.23 - - [2026-04-23 03:42:57] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006323 10.0.0.23 - - [2026-04-23 03:42:59] "POST /neutron/port HTTP/1.1" 200 1121 0.026376 10.0.0.23 - - [2026-04-23 03:42:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004904 10.0.0.23 - - [2026-04-23 03:42:59] "POST /neutron/network HTTP/1.1" 200 821 0.008117 10.0.0.23 - - [2026-04-23 03:43:08] "POST /neutron/port HTTP/1.1" 200 1121 0.019357 10.0.0.23 - - [2026-04-23 03:43:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008376 10.0.0.23 - - [2026-04-23 03:43:18] "POST /neutron/port HTTP/1.1" 200 1121 0.016603 10.0.0.23 - - [2026-04-23 03:43:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008311 10.0.0.23 - - [2026-04-23 03:43:19] "POST /neutron/port HTTP/1.1" 200 1121 0.018985 10.0.0.23 - - [2026-04-23 03:43:19] "POST /neutron/network HTTP/1.1" 200 821 0.009087 10.0.0.23 - - [2026-04-23 03:43:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001336 10.0.0.23 - - [2026-04-23 03:43:19] "GET /virtual-machine/a86ffc50-e1c8-4601-a8b6-eac435a6719e HTTP/1.1" 200 1293 0.004962 10.0.0.23 - - [2026-04-23 03:43:19] "GET /virtual-machine-interface/1de5445d-ad62-4979-ba45-0f31af5e61ed HTTP/1.1" 200 2938 0.005487 10.0.0.23 - - [2026-04-23 03:43:19] "GET /instance-ip/eb0c652a-f4ba-4369-b6b9-4fdecad39d44 HTTP/1.1" 200 1619 0.006565 10.0.0.23 - - [2026-04-23 03:43:19] "GET /virtual-machine-interface/1de5445d-ad62-4979-ba45-0f31af5e61ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2716 0.005572 10.0.0.23 - - [2026-04-23 03:43:19] "PUT /virtual-machine-interface/1de5445d-ad62-4979-ba45-0f31af5e61ed HTTP/1.1" 200 285 0.016221 10.0.0.23 - - [2026-04-23 03:43:42] "POST /neutron/network HTTP/1.1" 200 936 0.006328 10.0.0.23 - - [2026-04-23 03:43:42] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.23 - - [2026-04-23 03:43:59] "POST /neutron/port HTTP/1.1" 200 1067 0.018261 10.0.0.23 - - [2026-04-23 03:43:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.010078 10.0.0.23 - - [2026-04-23 03:44:06] "GET /obj-perms HTTP/1.1" 200 5056 0.048205 10.0.0.23 - - [2026-04-23 03:44:43] "POST /neutron/port HTTP/1.1" 200 1121 0.019076 10.0.0.23 - - [2026-04-23 03:44:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.23 - - [2026-04-23 03:44:43] "POST /neutron/network HTTP/1.1" 200 821 0.007272 10.0.0.23 - - [2026-04-23 03:44:57] "DELETE /instance-ip/60eed3fd-7b8e-4b76-b826-df155abce94b HTTP/1.1" 200 115 0.085325 10.0.0.23 - - [2026-04-23 03:44:57] "DELETE /virtual-machine-interface/f75b3459-f087-4156-8686-bfbfd176ed62 HTTP/1.1" 200 115 0.105783 10.0.0.23 - - [2026-04-23 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-04-23 03:44:57] "GET /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005247 10.0.0.23 - - [2026-04-23 03:44:58] "PUT /virtual-network/e52b15fa-d7fa-4612-bffe-eb6495ae47fa HTTP/1.1" 200 265 0.072185 10.0.0.23 - - [2026-04-23 03:44:58] "POST /neutron/network HTTP/1.1" 400 204 0.075209 10.0.0.130 - - [2026-04-23 03:44:58] "POST /ref-update HTTP/1.1" 200 156 0.137581 10.0.0.23 - - [2026-04-23 03:44:58] "POST /neutron/port HTTP/1.1" 200 1121 0.039819 10.0.0.23 - - [2026-04-23 03:45:00] "POST /neutron/network HTTP/1.1" 200 821 0.007171 10.0.0.130 - - [2026-04-23 03:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007699 10.0.0.23 - - [2026-04-23 03:45:01] "POST /neutron/port HTTP/1.1" 200 1217 0.023106 10.0.0.23 - - [2026-04-23 03:45:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.23 - - [2026-04-23 03:45:01] "POST /neutron/port HTTP/1.1" 200 117 0.001678 10.0.0.249 - - [2026-04-23 03:45:01] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001380 10.0.0.23 - - [2026-04-23 03:45:02] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.066714 10.0.0.249 - - [2026-04-23 03:45:02] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001584 10.0.0.23 - - [2026-04-23 03:45:02] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?fields=virtual_networks HTTP/1.1" 200 1030 0.042246 10.0.0.249 - - [2026-04-23 03:45:02] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.23 - - [2026-04-23 03:45:02] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.046970 10.0.0.249 - - [2026-04-23 03:45:02] "GET /projects?obj_uuids=621b4936-36a9-442d-b374-a73ebb48bf2c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.23 - - [2026-04-23 03:45:02] "GET /project/621b4936-36a9-442d-b374-a73ebb48bf2c?fields=security_groups HTTP/1.1" 200 1255 0.041899 10.0.0.23 - - [2026-04-23 03:45:03] "POST /neutron/port HTTP/1.1" 400 205 0.004297 10.0.0.23 - - [2026-04-23 03:45:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.032229 10.0.0.249 - - [2026-04-23 03:45:03] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003552 10.0.0.249 - - [2026-04-23 03:45:03] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.249 - - [2026-04-23 03:45:03] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045548 10.0.0.249 - - [2026-04-23 03:45:03] "POST /id-to-fqname HTTP/1.1" 200 187 0.008436 10.0.0.249 - - [2026-04-23 03:45:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.005261 10.0.0.249 - - [2026-04-23 03:45:03] "POST /security-groups HTTP/1.1" 200 588 0.036607 10.0.0.249 - - [2026-04-23 03:45:03] "POST /projects HTTP/1.1" 200 579 0.269304 10.0.0.130 - - [2026-04-23 03:45:03] "POST /access-control-lists HTTP/1.1" 200 595 0.040521 10.0.0.249 - - [2026-04-23 03:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.348004 10.0.0.23 - - [2026-04-23 03:45:03] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.545819 10.0.0.23 - - [2026-04-23 03:45:04] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.23 - - [2026-04-23 03:45:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.23 - - [2026-04-23 03:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.044993 10.0.0.249 - - [2026-04-23 03:45:06] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000976 10.0.0.23 - - [2026-04-23 03:45:07] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051561 10.0.0.249 - - [2026-04-23 03:45:07] "GET /obj-perms HTTP/1.1" 200 5056 0.097319 10.0.0.130 - - [2026-04-23 03:45:07] "POST /route-targets HTTP/1.1" 200 328 0.014483 10.0.0.249 - - [2026-04-23 03:45:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003899 10.0.0.23 - - [2026-04-23 03:45:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.285247 10.0.0.23 - - [2026-04-23 03:45:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001242 10.0.0.23 - - [2026-04-23 03:45:07] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005614 10.0.0.23 - - [2026-04-23 03:45:07] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006489 10.0.0.23 - - [2026-04-23 03:45:07] "POST /neutron/network HTTP/1.1" 200 829 0.007592 10.0.0.23 - - [2026-04-23 03:45:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003891 10.0.0.23 - - [2026-04-23 03:45:07] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006060 10.0.0.23 - - [2026-04-23 03:45:08] "GET /virtual-machine-interface/de15f564-cde0-4d55-ae8a-1ec66f06da2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.009026 10.0.0.23 - - [2026-04-23 03:45:08] "GET /virtual-machine-interface/de15f564-cde0-4d55-ae8a-1ec66f06da2c?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.010948 10.0.0.23 - - [2026-04-23 03:45:08] "GET /instance-ip/9146ba8d-ece1-4afb-8618-fc95bed38851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1603 0.005419 10.0.0.23 - - [2026-04-23 03:45:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001464 10.0.0.23 - - [2026-04-23 03:45:08] "POST /neutron/port HTTP/1.1" 200 4186 0.037177 10.0.0.130 - - [2026-04-23 03:45:09] "DELETE /access-control-list/01fceebd-92d9-4ea2-aa48-28f63ed6d30d HTTP/1.1" 200 115 0.046433 10.0.0.249 - - [2026-04-23 03:45:09] "DELETE /project/621b4936-36a9-442d-b374-a73ebb48bf2c HTTP/1.1" 404 177 0.004242 10.0.0.249 - - [2026-04-23 03:45:09] "DELETE /project/ac1437f32d2d4964b082e95385be6db2 HTTP/1.1" 404 173 0.003902 10.0.0.249 - - [2026-04-23 03:45:09] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001557 10.0.0.23 - - [2026-04-23 03:45:09] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070870 10.0.0.23 - - [2026-04-23 03:45:09] "POST /neutron/port HTTP/1.1" 200 4186 0.042358 10.0.0.23 - - [2026-04-23 03:45:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001611 10.0.0.23 - - [2026-04-23 03:45:10] "POST /neutron/port HTTP/1.1" 200 983 0.013875 10.0.0.23 - - [2026-04-23 03:45:10] "POST /neutron/port HTTP/1.1" 200 983 0.012563 10.0.0.249 - - [2026-04-23 03:45:10] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001281 10.0.0.249 - - [2026-04-23 03:45:10] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002058 10.0.0.23 - - [2026-04-23 03:45:10] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.111050 10.0.0.23 - - [2026-04-23 03:45:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.009590 10.0.0.23 - - [2026-04-23 03:45:10] "POST /neutron/port HTTP/1.1" 200 1057 0.357532 10.0.0.23 - - [2026-04-23 03:45:10] "POST /interface-route-tables HTTP/1.1" 200 558 0.033216 10.0.0.23 - - [2026-04-23 03:45:10] "POST /neutron/port HTTP/1.1" 200 1057 0.014355 10.0.0.23 - - [2026-04-23 03:45:10] "GET /interface-route-table/f0ee7cca-41d5-41c0-b649-144fc8f8f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.005905 10.0.0.23 - - [2026-04-23 03:45:11] "POST /neutron/port HTTP/1.1" 200 1121 0.021022 10.0.0.23 - - [2026-04-23 03:45:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.011231 10.0.0.23 - - [2026-04-23 03:45:11] "POST /neutron/port HTTP/1.1" 200 983 0.011676 10.0.0.23 - - [2026-04-23 03:45:11] "POST /neutron/port HTTP/1.1" 200 1075 0.139585 10.0.0.23 - - [2026-04-23 03:45:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.010835 10.0.0.23 - - [2026-04-23 03:45:11] "GET /virtual-machine-interface/de15f564-cde0-4d55-ae8a-1ec66f06da2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2670 0.007492 10.0.0.23 - - [2026-04-23 03:45:11] "POST /ref-update HTTP/1.1" 200 156 0.018458 10.0.0.23 - - [2026-04-23 03:45:12] "POST /neutron/port HTTP/1.1" 200 1121 0.024246 10.0.0.23 - - [2026-04-23 03:45:17] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008036 10.0.0.23 - - [2026-04-23 03:45:17] "POST /neutron/port HTTP/1.1" 200 1121 0.019774 10.0.0.23 - - [2026-04-23 03:45:17] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008660 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 200 1291 0.032900 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 200 1291 0.003973 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine-interface/59aa5463-d3d3-440c-91cf-7f5c2aff946e HTTP/1.1" 200 2945 0.005473 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 200 1291 0.003855 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine-interface/59aa5463-d3d3-440c-91cf-7f5c2aff946e HTTP/1.1" 200 2945 0.005158 10.0.0.23 - - [2026-04-23 03:45:17] "GET /instance-ip/64185e04-b4e5-4748-92f0-52f2d0140069 HTTP/1.1" 200 1621 0.005914 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 200 1291 0.004492 10.0.0.23 - - [2026-04-23 03:45:17] "GET /virtual-machine-interface/59aa5463-d3d3-440c-91cf-7f5c2aff946e HTTP/1.1" 200 2945 0.005589 10.0.0.23 - - [2026-04-23 03:45:17] "GET /instance-ip/64185e04-b4e5-4748-92f0-52f2d0140069 HTTP/1.1" 200 1621 0.004978 10.0.0.23 - - [2026-04-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.23 - - [2026-04-23 03:45:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003859 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002961 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005685 10.0.0.23 - - [2026-04-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.23 - - [2026-04-23 03:45:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.018599 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003695 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006043 10.0.0.23 - - [2026-04-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.23 - - [2026-04-23 03:45:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003873 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003277 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006945 10.0.0.23 - - [2026-04-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2026-04-23 03:45:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004568 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003125 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006800 10.0.0.23 - - [2026-04-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.23 - - [2026-04-23 03:45:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004308 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003335 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006186 10.0.0.23 - - [2026-04-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-04-23 03:45:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004769 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004497 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007602 10.0.0.23 - - [2026-04-23 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009081 10.0.0.23 - - [2026-04-23 03:45:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004252 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003246 10.0.0.23 - - [2026-04-23 03:45:18] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005745 10.0.0.23 - - [2026-04-23 03:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2026-04-23 03:45:22] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005476 10.0.0.23 - - [2026-04-23 03:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2026-04-23 03:45:24] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004282 10.0.0.23 - - [2026-04-23 03:45:24] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003218 10.0.0.23 - - [2026-04-23 03:45:24] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006592 10.0.0.23 - - [2026-04-23 03:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.23 - - [2026-04-23 03:45:24] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003782 10.0.0.23 - - [2026-04-23 03:45:24] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004057 10.0.0.23 - - [2026-04-23 03:45:24] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007029 10.0.0.23 - - [2026-04-23 03:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.23 - - [2026-04-23 03:45:24] "GET /routing-instance/f25a3648-6a72-447e-a2e2-27516df24ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004491 10.0.0.23 - - [2026-04-23 03:45:24] "GET /route-target/271763f3-a042-4d9b-944d-7dbd059b46eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004305 10.0.0.23 - - [2026-04-23 03:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-04-23 03:45:24] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003917 10.0.0.23 - - [2026-04-23 03:45:24] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003899 10.0.0.23 - - [2026-04-23 03:45:24] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006419 10.0.0.23 - - [2026-04-23 03:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.23 - - [2026-04-23 03:45:24] "GET /routing-instance/f25a3648-6a72-447e-a2e2-27516df24ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004279 10.0.0.23 - - [2026-04-23 03:45:25] "GET /route-target/271763f3-a042-4d9b-944d-7dbd059b46eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004409 10.0.0.23 - - [2026-04-23 03:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.23 - - [2026-04-23 03:45:25] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004110 10.0.0.23 - - [2026-04-23 03:45:25] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003055 10.0.0.23 - - [2026-04-23 03:45:25] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006148 10.0.0.23 - - [2026-04-23 03:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.23 - - [2026-04-23 03:45:25] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005134 10.0.0.23 - - [2026-04-23 03:45:25] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004176 10.0.0.23 - - [2026-04-23 03:45:25] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008810 10.0.0.23 - - [2026-04-23 03:45:26] "GET /obj-perms HTTP/1.1" 200 5024 0.075951 10.0.0.249 - - [2026-04-23 03:45:26] "GET /obj-perms HTTP/1.1" 200 5024 0.061879 10.0.0.23 - - [2026-04-23 03:45:26] "GET /obj-perms HTTP/1.1" 200 5024 0.004404 10.0.0.23 - - [2026-04-23 03:45:26] "GET /obj-perms HTTP/1.1" 200 5024 0.003903 10.0.0.130 - - [2026-04-23 03:45:26] "GET /obj-perms HTTP/1.1" 200 5024 0.047904 10.0.0.23 - - [2026-04-23 03:45:27] "POST /neutron/port HTTP/1.1" 200 1085 0.025185 10.0.0.23 - - [2026-04-23 03:45:27] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007577 10.0.0.23 - - [2026-04-23 03:45:27] "GET /virtual-machine/4073fc8e-f210-40f2-9e28-08a1bb431bbe HTTP/1.1" 200 1269 0.008684 10.0.0.23 - - [2026-04-23 03:45:27] "GET /virtual-machine-interface/de15f564-cde0-4d55-ae8a-1ec66f06da2c HTTP/1.1" 200 3159 0.005514 10.0.0.23 - - [2026-04-23 03:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.23 - - [2026-04-23 03:45:27] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004449 10.0.0.23 - - [2026-04-23 03:45:27] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003968 10.0.0.23 - - [2026-04-23 03:45:27] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006679 10.0.0.23 - - [2026-04-23 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.23 - - [2026-04-23 03:45:30] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005939 10.0.0.23 - - [2026-04-23 03:45:34] "POST /neutron/port HTTP/1.1" 200 1085 0.043681 10.0.0.23 - - [2026-04-23 03:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.23 - - [2026-04-23 03:45:34] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008239 10.0.0.23 - - [2026-04-23 03:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2026-04-23 03:45:36] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004597 10.0.0.23 - - [2026-04-23 03:45:36] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003802 10.0.0.23 - - [2026-04-23 03:45:36] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005992 10.0.0.23 - - [2026-04-23 03:45:37] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007136 10.0.0.23 - - [2026-04-23 03:45:37] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 200 1291 0.005109 10.0.0.23 - - [2026-04-23 03:45:38] "POST /neutron/port HTTP/1.1" 200 1111 0.014491 10.0.0.23 - - [2026-04-23 03:45:39] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 404 171 0.003632 10.0.0.23 - - [2026-04-23 03:45:39] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 404 171 0.003182 10.0.0.23 - - [2026-04-23 03:45:39] "GET /virtual-machine/76e364c1-7c77-4854-a590-1dfd2ef1f21f HTTP/1.1" 404 171 0.003618 10.0.0.23 - - [2026-04-23 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008054 10.0.0.23 - - [2026-04-23 03:45:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003599 10.0.0.23 - - [2026-04-23 03:45:40] "GET /virtual-networks?parent_id=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004061 10.0.0.23 - - [2026-04-23 03:45:40] "GET /virtual-network/dc27635d-77b6-4ae5-bdf5-9751297e811f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006637 10.0.0.23 - - [2026-04-23 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2026-04-23 03:45:40] "GET /routing-instance/f25a3648-6a72-447e-a2e2-27516df24ed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004733 10.0.0.23 - - [2026-04-23 03:45:40] "GET /route-target/271763f3-a042-4d9b-944d-7dbd059b46eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005285 10.0.0.23 - - [2026-04-23 03:45:40] "GET /obj-perms HTTP/1.1" 200 5024 0.003694 10.0.0.23 - - [2026-04-23 03:45:44] "POST /neutron/port HTTP/1.1" 200 1217 0.019308 10.0.0.23 - - [2026-04-23 03:45:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004043 10.0.0.23 - - [2026-04-23 03:45:44] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.23 - - [2026-04-23 03:45:46] "GET /obj-perms HTTP/1.1" 200 5024 0.004283 10.0.0.23 - - [2026-04-23 03:45:46] "GET /obj-perms HTTP/1.1" 200 5024 0.003970 10.0.0.249 - - [2026-04-23 03:45:46] "GET /obj-perms HTTP/1.1" 200 5024 0.003971 10.0.0.23 - - [2026-04-23 03:45:46] "GET /interface-route-table/f0ee7cca-41d5-41c0-b649-144fc8f8f0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1277 0.004447 10.0.0.23 - - [2026-04-23 03:45:46] "GET /virtual-machine-interface/de15f564-cde0-4d55-ae8a-1ec66f06da2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.005730 10.0.0.23 - - [2026-04-23 03:45:46] "POST /ref-update HTTP/1.1" 200 156 0.016565 10.0.0.23 - - [2026-04-23 03:45:46] "DELETE /interface-route-table/f0ee7cca-41d5-41c0-b649-144fc8f8f0e3 HTTP/1.1" 200 115 0.031879 10.0.0.23 - - [2026-04-23 03:45:47] "POST /neutron/port HTTP/1.1" 200 151 0.169680 10.0.0.249 - - [2026-04-23 03:45:48] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002111 10.0.0.23 - - [2026-04-23 03:45:48] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040801 10.0.0.249 - - [2026-04-23 03:45:48] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001343 10.0.0.23 - - [2026-04-23 03:45:48] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?fields=virtual_networks HTTP/1.1" 200 1029 0.049100 10.0.0.249 - - [2026-04-23 03:45:49] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001373 10.0.0.23 - - [2026-04-23 03:45:49] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.052398 10.0.0.249 - - [2026-04-23 03:45:49] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001118 10.0.0.23 - - [2026-04-23 03:45:49] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?fields=security_groups HTTP/1.1" 200 1253 0.064272 10.0.0.23 - - [2026-04-23 03:45:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.030565 10.0.0.249 - - [2026-04-23 03:45:50] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003570 10.0.0.249 - - [2026-04-23 03:45:50] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.249 - - [2026-04-23 03:45:50] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007016 10.0.0.249 - - [2026-04-23 03:45:50] "POST /id-to-fqname HTTP/1.1" 200 194 0.001326 10.0.0.249 - - [2026-04-23 03:45:50] "POST /fqname-to-id HTTP/1.1" 404 203 0.011980 10.0.0.249 - - [2026-04-23 03:45:50] "POST /security-groups HTTP/1.1" 200 595 0.078017 10.0.0.130 - - [2026-04-23 03:45:50] "POST /fqname-to-id HTTP/1.1" 404 238 0.003205 10.0.0.249 - - [2026-04-23 03:45:50] "POST /projects HTTP/1.1" 200 593 0.301566 10.0.0.249 - - [2026-04-23 03:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.375790 10.0.0.130 - - [2026-04-23 03:45:50] "POST /access-control-lists HTTP/1.1" 200 600 0.027096 10.0.0.23 - - [2026-04-23 03:45:50] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.537766 10.0.0.23 - - [2026-04-23 03:45:51] "GET / HTTP/1.1" 200 36215 0.002526 10.0.0.23 - - [2026-04-23 03:45:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-04-23 03:45:52] "POST /neutron/port HTTP/1.1" 200 117 0.007760 10.0.0.23 - - [2026-04-23 03:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.074107 10.0.0.249 - - [2026-04-23 03:45:52] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000873 10.0.0.23 - - [2026-04-23 03:45:52] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038424 10.0.0.249 - - [2026-04-23 03:45:52] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001323 10.0.0.23 - - [2026-04-23 03:45:52] "POST /neutron/network HTTP/1.1" 200 609 0.139651 10.0.0.23 - - [2026-04-23 03:45:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.003331 10.0.0.23 - - [2026-04-23 03:45:53] "GET /virtual-network/2e184983-9bfb-41e4-8d56-02d2b4b840d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005928 10.0.0.23 - - [2026-04-23 03:45:53] "POST /neutron/network HTTP/1.1" 200 827 0.008847 10.0.0.23 - - [2026-04-23 03:45:53] "GET /virtual-network/2e184983-9bfb-41e4-8d56-02d2b4b840d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007864 10.0.0.23 - - [2026-04-23 03:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.249 - - [2026-04-23 03:45:53] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000916 10.0.0.23 - - [2026-04-23 03:45:53] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.048747 10.0.0.23 - - [2026-04-23 03:45:53] "POST /neutron/network HTTP/1.1" 200 117 0.019804 10.0.0.130 - - [2026-04-23 03:45:53] "POST /route-targets HTTP/1.1" 200 328 0.016303 10.0.0.23 - - [2026-04-23 03:45:53] "POST /neutron/network HTTP/1.1" 200 827 0.009529 10.0.0.23 - - [2026-04-23 03:45:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001565 10.0.0.23 - - [2026-04-23 03:45:53] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008021 10.0.0.23 - - [2026-04-23 03:45:53] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005367 10.0.0.23 - - [2026-04-23 03:45:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.009982 10.0.0.23 - - [2026-04-23 03:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.249 - - [2026-04-23 03:45:53] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001088 10.0.0.23 - - [2026-04-23 03:45:53] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.077396 10.0.0.130 - - [2026-04-23 03:45:54] "POST /ref-update HTTP/1.1" 200 156 0.026713 10.0.0.249 - - [2026-04-23 03:45:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005852 10.0.0.23 - - [2026-04-23 03:45:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.198848 10.0.0.23 - - [2026-04-23 03:45:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001341 10.0.0.23 - - [2026-04-23 03:45:54] "GET /virtual-network/bbaea128-5abd-4d56-b37b-eb9bc9a3a06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008451 10.0.0.23 - - [2026-04-23 03:45:54] "GET /virtual-network/bbaea128-5abd-4d56-b37b-eb9bc9a3a06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006045 10.0.0.23 - - [2026-04-23 03:45:54] "POST /neutron/network HTTP/1.1" 200 830 0.007990 10.0.0.23 - - [2026-04-23 03:45:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003208 10.0.0.23 - - [2026-04-23 03:45:54] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005491 10.0.0.23 - - [2026-04-23 03:45:54] "GET /virtual-machine-interface/8cb6916a-d815-4d6e-82a3-9c45f35f5d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.008523 10.0.0.23 - - [2026-04-23 03:45:54] "GET /virtual-machine-interface/8cb6916a-d815-4d6e-82a3-9c45f35f5d70?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009583 10.0.0.23 - - [2026-04-23 03:45:54] "GET /instance-ip/d2aa7c21-c033-44d9-b0de-fd905b3342a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004659 10.0.0.23 - - [2026-04-23 03:45:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003428 10.0.0.23 - - [2026-04-23 03:45:54] "GET /virtual-network/2e184983-9bfb-41e4-8d56-02d2b4b840d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007078 10.0.0.249 - - [2026-04-23 03:45:54] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000921 10.0.0.23 - - [2026-04-23 03:45:54] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.043382 10.0.0.23 - - [2026-04-23 03:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2026-04-23 03:45:55] "GET /security-group/42a8aab8-0ffd-4919-bbfc-619c669b9cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004676 10.0.0.23 - - [2026-04-23 03:45:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.108488 10.0.0.23 - - [2026-04-23 03:45:55] "POST /instance-ips HTTP/1.1" 200 358 0.055805 10.0.0.23 - - [2026-04-23 03:45:55] "GET /virtual-machine-interface/cd1e8186-93ea-428c-9f10-5fc94a53aede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.007146 10.0.0.23 - - [2026-04-23 03:45:55] "GET /virtual-machine-interface/cd1e8186-93ea-428c-9f10-5fc94a53aede?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.009135 10.0.0.23 - - [2026-04-23 03:45:55] "GET /instance-ip/e7573093-c0a8-4a17-9f05-097702c3f928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.004790 10.0.0.23 - - [2026-04-23 03:45:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.003856 10.0.0.23 - - [2026-04-23 03:45:55] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006198 10.0.0.249 - - [2026-04-23 03:45:55] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001203 10.0.0.23 - - [2026-04-23 03:45:55] "POST /neutron/port HTTP/1.1" 200 989 0.235015 10.0.0.23 - - [2026-04-23 03:45:55] "GET /virtual-machine-interface/374b18dd-62f0-4d83-83ff-21b6a8d96984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2377 0.005599 10.0.0.23 - - [2026-04-23 03:45:55] "GET /virtual-machine-interface/374b18dd-62f0-4d83-83ff-21b6a8d96984?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.006999 10.0.0.23 - - [2026-04-23 03:45:55] "GET /instance-ip/d4f4a5bc-6555-4b27-93ad-a130f88a23a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004535 10.0.0.23 - - [2026-04-23 03:45:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.002880 10.0.0.23 - - [2026-04-23 03:45:55] "GET /virtual-network/2e184983-9bfb-41e4-8d56-02d2b4b840d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006584 10.0.0.249 - - [2026-04-23 03:45:55] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001279 10.0.0.23 - - [2026-04-23 03:45:55] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.038740 10.0.0.23 - - [2026-04-23 03:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2026-04-23 03:45:56] "GET /security-group/42a8aab8-0ffd-4919-bbfc-619c669b9cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004737 10.0.0.23 - - [2026-04-23 03:45:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.097263 10.0.0.23 - - [2026-04-23 03:45:56] "POST /instance-ips HTTP/1.1" 200 358 0.037320 10.0.0.23 - - [2026-04-23 03:45:56] "GET /virtual-machine-interface/ef8cfbd5-8ee8-4ad3-ab45-977a51253dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.008698 10.0.0.23 - - [2026-04-23 03:45:56] "GET /virtual-machine-interface/ef8cfbd5-8ee8-4ad3-ab45-977a51253dc1?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.011886 10.0.0.23 - - [2026-04-23 03:45:56] "GET /instance-ip/000c7186-3ad4-4d3f-9325-6ba6f74fc949?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005891 10.0.0.23 - - [2026-04-23 03:45:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.003599 10.0.0.23 - - [2026-04-23 03:45:56] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007233 10.0.0.23 - - [2026-04-23 03:45:56] "GET /virtual-machine-interface/e93719f2-eb38-41aa-b4d9-9ec70335cb90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.008412 10.0.0.23 - - [2026-04-23 03:45:56] "GET /virtual-machine-interface/e93719f2-eb38-41aa-b4d9-9ec70335cb90?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.012260 10.0.0.23 - - [2026-04-23 03:45:56] "GET /instance-ip/e3c8d547-990d-4aca-8939-6acd182c8d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005329 10.0.0.23 - - [2026-04-23 03:45:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.003838 10.0.0.23 - - [2026-04-23 03:45:56] "GET /virtual-network/bbaea128-5abd-4d56-b37b-eb9bc9a3a06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005854 10.0.0.249 - - [2026-04-23 03:45:56] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001357 10.0.0.23 - - [2026-04-23 03:45:56] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.051384 10.0.0.23 - - [2026-04-23 03:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2026-04-23 03:45:57] "GET /security-group/42a8aab8-0ffd-4919-bbfc-619c669b9cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.007455 10.0.0.23 - - [2026-04-23 03:45:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.103274 10.0.0.23 - - [2026-04-23 03:45:57] "POST /instance-ips HTTP/1.1" 200 358 0.052213 10.0.0.23 - - [2026-04-23 03:45:57] "GET /virtual-machine-interface/de03255a-6286-49bb-bae1-09488b62bd59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.006395 10.0.0.23 - - [2026-04-23 03:45:57] "GET /virtual-machine-interface/de03255a-6286-49bb-bae1-09488b62bd59?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.008950 10.0.0.23 - - [2026-04-23 03:45:57] "GET /instance-ip/359ddf90-7b7d-4b95-a3c8-01b47342c63d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.005500 10.0.0.23 - - [2026-04-23 03:45:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001268 10.0.0.23 - - [2026-04-23 03:45:58] "POST /neutron/port HTTP/1.1" 200 989 0.013185 10.0.0.23 - - [2026-04-23 03:45:59] "POST /neutron/port HTTP/1.1" 200 989 0.015570 10.0.0.23 - - [2026-04-23 03:45:59] "POST /neutron/port HTTP/1.1" 200 117 0.006397 10.0.0.23 - - [2026-04-23 03:45:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001221 10.0.0.23 - - [2026-04-23 03:45:59] "POST /neutron/port HTTP/1.1" 200 989 0.015102 10.0.0.23 - - [2026-04-23 03:46:00] "POST /neutron/port HTTP/1.1" 200 989 0.013684 10.0.0.23 - - [2026-04-23 03:46:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.23 - - [2026-04-23 03:46:00] "POST /neutron/network HTTP/1.1" 200 827 0.006603 10.0.0.249 - - [2026-04-23 03:46:00] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001097 10.0.0.23 - - [2026-04-23 03:46:00] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.084654 10.0.0.23 - - [2026-04-23 03:46:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008025 10.0.0.23 - - [2026-04-23 03:46:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001320 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010098 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/network HTTP/1.1" 200 840 0.007060 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/port HTTP/1.1" 200 989 0.012893 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/port HTTP/1.1" 200 1106 0.028916 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/port HTTP/1.1" 200 1066 0.023174 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004188 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/port HTTP/1.1" 200 117 0.016857 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/network HTTP/1.1" 200 926 0.010385 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/router HTTP/1.1" 200 598 0.017702 10.0.0.23 - - [2026-04-23 03:46:01] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.23 - - [2026-04-23 03:46:02] "POST /neutron/network HTTP/1.1" 200 837 0.015644 10.0.0.130 - - [2026-04-23 03:46:02] "POST /ref-update HTTP/1.1" 200 156 0.028910 10.0.0.23 - - [2026-04-23 03:46:02] "POST /neutron/port HTTP/1.1" 200 989 0.015754 10.0.0.23 - - [2026-04-23 03:46:02] "POST /neutron/port HTTP/1.1" 200 1091 0.021050 10.0.0.23 - - [2026-04-23 03:46:02] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.23 - - [2026-04-23 03:46:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007780 10.0.0.23 - - [2026-04-23 03:46:03] "POST /neutron/port HTTP/1.1" 200 1091 0.023235 10.0.0.23 - - [2026-04-23 03:46:03] "GET /virtual-machine/2c51d062-f35d-4d93-89a5-5abf741a7464 HTTP/1.1" 401 292 0.000589 10.0.0.23 - - [2026-04-23 03:46:03] "GET /virtual-machine/2c51d062-f35d-4d93-89a5-5abf741a7464 HTTP/1.1" 200 1275 0.031028 10.0.0.23 - - [2026-04-23 03:46:03] "GET /virtual-machine-interface/8cb6916a-d815-4d6e-82a3-9c45f35f5d70 HTTP/1.1" 200 3195 0.005913 10.0.0.23 - - [2026-04-23 03:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.23 - - [2026-04-23 03:46:03] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003653 10.0.0.23 - - [2026-04-23 03:46:03] "GET /virtual-networks?parent_id=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003677 10.0.0.23 - - [2026-04-23 03:46:03] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007117 10.0.0.23 - - [2026-04-23 03:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.23 - - [2026-04-23 03:46:06] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006266 10.0.0.130 - - [2026-04-23 03:46:08] "GET /obj-perms HTTP/1.1" 200 5056 0.052097 10.0.0.249 - - [2026-04-23 03:46:09] "DELETE /project/83b55e0e2dc8430189f03cfbdf3036f5 HTTP/1.1" 404 173 0.012683 10.0.0.249 - - [2026-04-23 03:46:09] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001504 10.0.0.249 - - [2026-04-23 03:46:09] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.084900 10.0.0.249 - - [2026-04-23 03:46:09] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001749 10.0.0.249 - - [2026-04-23 03:46:09] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?fields=security_groups HTTP/1.1" 200 1097 0.134505 10.0.0.130 - - [2026-04-23 03:46:09] "DELETE /access-control-list/14a4916c-62e9-439e-b18b-e0049231b92e HTTP/1.1" 200 115 0.131172 10.0.0.249 - - [2026-04-23 03:46:09] "GET /projects?obj_uuids=ac1437f3-2d2d-4964-b082-e95385be6db2&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001057 10.0.0.249 - - [2026-04-23 03:46:09] "GET /project/ac1437f3-2d2d-4964-b082-e95385be6db2?fields=application_policy_sets HTTP/1.1" 400 207 0.076314 10.0.0.249 - - [2026-04-23 03:46:10] "DELETE /project/ac1437f3-2d2d-4964-b082-e95385be6db2 HTTP/1.1" 404 171 0.423916 10.0.0.23 - - [2026-04-23 03:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.23 - - [2026-04-23 03:46:10] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005703 10.0.0.23 - - [2026-04-23 03:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.23 - - [2026-04-23 03:46:14] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005723 10.0.0.23 - - [2026-04-23 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-04-23 03:46:18] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005711 10.0.0.23 - - [2026-04-23 03:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.23 - - [2026-04-23 03:46:23] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005335 10.0.0.23 - - [2026-04-23 03:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006289 10.0.0.23 - - [2026-04-23 03:46:27] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005813 10.0.0.23 - - [2026-04-23 03:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2026-04-23 03:46:31] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006192 10.0.0.23 - - [2026-04-23 03:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-04-23 03:46:35] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006928 10.0.0.23 - - [2026-04-23 03:46:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2026-04-23 03:46:39] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006204 10.0.0.23 - - [2026-04-23 03:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.23 - - [2026-04-23 03:46:43] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005790 10.0.0.23 - - [2026-04-23 03:46:46] "POST /neutron/port HTTP/1.1" 200 1106 0.017232 10.0.0.23 - - [2026-04-23 03:46:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.008836 10.0.0.23 - - [2026-04-23 03:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-04-23 03:46:47] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006847 10.0.0.23 - - [2026-04-23 03:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.23 - - [2026-04-23 03:46:51] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005797 10.0.0.23 - - [2026-04-23 03:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.23 - - [2026-04-23 03:46:55] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006824 10.0.0.249 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.249 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.130 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.130 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.130 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.130 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.249 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.249 - - [2026-04-23 03:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-04-23 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-04-23 03:46:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004249 10.0.0.23 - - [2026-04-23 03:46:57] "GET /virtual-networks?parent_id=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004715 10.0.0.23 - - [2026-04-23 03:46:57] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007333 10.0.0.23 - - [2026-04-23 03:46:58] "POST /neutron/port HTTP/1.1" 200 1091 0.024551 10.0.0.23 - - [2026-04-23 03:46:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2026-04-23 03:46:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2026-04-23 03:47:01] "POST /neutron/port HTTP/1.1" 200 1217 0.048855 10.0.0.23 - - [2026-04-23 03:47:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.23 - - [2026-04-23 03:47:01] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.23 - - [2026-04-23 03:47:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008091 10.0.0.23 - - [2026-04-23 03:47:10] "POST /neutron/port HTTP/1.1" 200 1091 0.018376 10.0.0.23 - - [2026-04-23 03:47:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007024 10.0.0.23 - - [2026-04-23 03:47:18] "POST /neutron/port HTTP/1.1" 200 1091 0.018653 10.0.0.23 - - [2026-04-23 03:47:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010056 10.0.0.23 - - [2026-04-23 03:47:24] "POST /neutron/port HTTP/1.1" 200 1130 0.026927 10.0.0.23 - - [2026-04-23 03:47:24] "GET /virtual-machine/7e0954cb-4d1d-4774-a372-e9303eb07f7c HTTP/1.1" 200 1298 0.006756 10.0.0.23 - - [2026-04-23 03:47:24] "GET /virtual-machine-interface/c244adad-44c9-4632-87d1-a39264958721 HTTP/1.1" 200 2968 0.005884 10.0.0.23 - - [2026-04-23 03:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2026-04-23 03:47:24] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003947 10.0.0.23 - - [2026-04-23 03:47:24] "GET /virtual-networks?parent_id=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004216 10.0.0.23 - - [2026-04-23 03:47:24] "GET /virtual-network/bbaea128-5abd-4d56-b37b-eb9bc9a3a06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006261 10.0.0.23 - - [2026-04-23 03:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2026-04-23 03:47:25] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003977 10.0.0.23 - - [2026-04-23 03:47:25] "GET /virtual-networks?parent_id=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003390 10.0.0.23 - - [2026-04-23 03:47:25] "GET /virtual-network/bbaea128-5abd-4d56-b37b-eb9bc9a3a06d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005721 10.0.0.23 - - [2026-04-23 03:47:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006996 10.0.0.23 - - [2026-04-23 03:47:30] "POST /neutron/port HTTP/1.1" 200 1130 0.024126 10.0.0.23 - - [2026-04-23 03:47:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007587 10.0.0.23 - - [2026-04-23 03:47:41] "POST /neutron/port HTTP/1.1" 200 1091 0.018674 10.0.0.23 - - [2026-04-23 03:47:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007823 10.0.0.23 - - [2026-04-23 03:47:41] "GET /virtual-machine/093feb87-42d0-4e8b-9e8f-b8d923de8be4 HTTP/1.1" 200 1275 0.006602 10.0.0.23 - - [2026-04-23 03:47:41] "GET /virtual-machine-interface/e93719f2-eb38-41aa-b4d9-9ec70335cb90 HTTP/1.1" 200 3196 0.006163 10.0.0.23 - - [2026-04-23 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2026-04-23 03:47:41] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004713 10.0.0.23 - - [2026-04-23 03:47:41] "GET /virtual-networks?parent_id=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.005110 10.0.0.23 - - [2026-04-23 03:47:41] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006658 10.0.0.23 - - [2026-04-23 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.23 - - [2026-04-23 03:47:42] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006212 10.0.0.23 - - [2026-04-23 03:47:42] "GET /virtual-networks?parent_id=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004163 10.0.0.23 - - [2026-04-23 03:47:42] "GET /virtual-network/d0ffabf9-7ff5-4ed3-ab55-6af38d8c52d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006377 10.0.0.23 - - [2026-04-23 03:48:03] "POST /neutron/network HTTP/1.1" 200 936 0.011071 10.0.0.23 - - [2026-04-23 03:48:03] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.23 - - [2026-04-23 03:48:47] "POST /neutron/port HTTP/1.1" 200 1217 0.054818 10.0.0.23 - - [2026-04-23 03:48:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004951 10.0.0.23 - - [2026-04-23 03:48:48] "POST /neutron/port HTTP/1.1" 200 117 0.001905 10.0.0.23 - - [2026-04-23 03:49:03] "POST /neutron/port HTTP/1.1" 200 1091 0.022272 10.0.0.23 - - [2026-04-23 03:49:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.011641 10.0.0.23 - - [2026-04-23 03:49:09] "GET /obj-perms HTTP/1.1" 200 5056 0.053450 10.0.0.23 - - [2026-04-23 03:49:41] "POST /neutron/router HTTP/1.1" 200 598 0.010421 10.0.0.23 - - [2026-04-23 03:49:42] "POST /neutron/router HTTP/1.1" 200 344 0.154407 10.0.0.130 - - [2026-04-23 03:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005736 10.0.0.23 - - [2026-04-23 03:49:43] "POST /neutron/port HTTP/1.1" 200 1130 0.022700 10.0.0.23 - - [2026-04-23 03:49:44] "DELETE /instance-ip/359ddf90-7b7d-4b95-a3c8-01b47342c63d HTTP/1.1" 200 115 0.052782 10.0.0.23 - - [2026-04-23 03:49:44] "DELETE /virtual-machine-interface/de03255a-6286-49bb-bae1-09488b62bd59 HTTP/1.1" 200 115 0.084964 10.0.0.23 - - [2026-04-23 03:49:44] "POST /neutron/port HTTP/1.1" 200 1081 0.017969 10.0.0.23 - - [2026-04-23 03:49:44] "DELETE /instance-ip/000c7186-3ad4-4d3f-9325-6ba6f74fc949 HTTP/1.1" 200 115 0.059295 10.0.0.23 - - [2026-04-23 03:49:44] "DELETE /virtual-machine-interface/ef8cfbd5-8ee8-4ad3-ab45-977a51253dc1 HTTP/1.1" 200 115 0.067044 10.0.0.23 - - [2026-04-23 03:49:44] "POST /neutron/port HTTP/1.1" 200 151 0.125226 10.0.0.23 - - [2026-04-23 03:49:44] "DELETE /instance-ip/e7573093-c0a8-4a17-9f05-097702c3f928 HTTP/1.1" 200 115 0.054235 10.0.0.23 - - [2026-04-23 03:49:44] "DELETE /virtual-machine-interface/cd1e8186-93ea-428c-9f10-5fc94a53aede HTTP/1.1" 200 115 0.067324 10.0.0.23 - - [2026-04-23 03:49:45] "POST /neutron/network HTTP/1.1" 200 830 0.007842 10.0.0.130 - - [2026-04-23 03:49:45] "DELETE /route-target/1236cf5b-9de9-48e1-8b22-2b3233c4e990 HTTP/1.1" 200 115 0.031766 10.0.0.249 - - [2026-04-23 03:49:45] "POST /useragent-kv HTTP/1.1" 200 115 0.043852 10.0.0.249 - - [2026-04-23 03:49:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003143 10.0.0.23 - - [2026-04-23 03:49:45] "POST /neutron/network HTTP/1.1" 200 151 0.171418 10.0.0.130 - - [2026-04-23 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.249 - - [2026-04-23 03:49:45] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001778 10.0.0.23 - - [2026-04-23 03:49:45] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.043992 10.0.0.249 - - [2026-04-23 03:49:45] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002601 10.0.0.23 - - [2026-04-23 03:49:45] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?fields=virtual_networks HTTP/1.1" 200 1041 0.047923 10.0.0.249 - - [2026-04-23 03:49:45] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001154 10.0.0.23 - - [2026-04-23 03:49:45] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.038441 10.0.0.249 - - [2026-04-23 03:49:45] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000990 10.0.0.23 - - [2026-04-23 03:49:45] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?fields=security_groups HTTP/1.1" 200 1272 0.044944 10.0.0.23 - - [2026-04-23 03:49:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.037720 10.0.0.249 - - [2026-04-23 03:49:46] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003632 10.0.0.249 - - [2026-04-23 03:49:46] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.249 - - [2026-04-23 03:49:46] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007639 10.0.0.249 - - [2026-04-23 03:49:47] "POST /id-to-fqname HTTP/1.1" 200 189 0.001374 10.0.0.249 - - [2026-04-23 03:49:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003597 10.0.0.249 - - [2026-04-23 03:49:47] "POST /security-groups HTTP/1.1" 200 590 0.030099 10.0.0.249 - - [2026-04-23 03:49:47] "POST /projects HTTP/1.1" 200 583 0.243125 10.0.0.130 - - [2026-04-23 03:49:47] "POST /access-control-lists HTTP/1.1" 200 597 0.027745 10.0.0.249 - - [2026-04-23 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.324550 10.0.0.23 - - [2026-04-23 03:49:47] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.465309 10.0.0.23 - - [2026-04-23 03:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.006932 10.0.0.23 - - [2026-04-23 03:49:48] "GET / HTTP/1.1" 200 36215 0.002126 10.0.0.23 - - [2026-04-23 03:49:48] "POST /neutron/port HTTP/1.1" 400 205 0.004179 10.0.0.23 - - [2026-04-23 03:49:49] "POST /neutron/network HTTP/1.1" 200 936 0.007370 10.0.0.23 - - [2026-04-23 03:49:49] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.23 - - [2026-04-23 03:49:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000608 10.0.0.23 - - [2026-04-23 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.052759 10.0.0.249 - - [2026-04-23 03:49:50] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002428 10.0.0.23 - - [2026-04-23 03:49:50] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042758 10.0.0.249 - - [2026-04-23 03:49:50] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001390 10.0.0.23 - - [2026-04-23 03:49:50] "POST /neutron/network HTTP/1.1" 200 604 0.163921 10.0.0.130 - - [2026-04-23 03:49:50] "POST /route-targets HTTP/1.1" 200 328 0.017441 10.0.0.23 - - [2026-04-23 03:49:51] "POST /id-to-fqname HTTP/1.1" 200 219 0.003136 10.0.0.23 - - [2026-04-23 03:49:51] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005876 10.0.0.23 - - [2026-04-23 03:49:51] "POST /neutron/network HTTP/1.1" 200 824 0.008534 10.0.0.23 - - [2026-04-23 03:49:51] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006171 10.0.0.23 - - [2026-04-23 03:49:51] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006119 10.0.0.130 - - [2026-04-23 03:49:52] "GET /obj-perms HTTP/1.1" 200 5028 0.058949 10.0.0.249 - - [2026-04-23 03:49:53] "GET /obj-perms HTTP/1.1" 200 5028 0.050472 10.0.0.23 - - [2026-04-23 03:49:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001389 10.0.0.23 - - [2026-04-23 03:49:53] "POST /neutron/port HTTP/1.1" 200 4186 0.037156 10.0.0.249 - - [2026-04-23 03:49:54] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001165 10.0.0.23 - - [2026-04-23 03:49:54] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063470 10.0.0.23 - - [2026-04-23 03:49:54] "POST /neutron/port HTTP/1.1" 200 4186 0.034390 10.0.0.23 - - [2026-04-23 03:49:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001759 10.0.0.23 - - [2026-04-23 03:49:54] "POST /neutron/network HTTP/1.1" 200 834 0.007199 10.0.0.23 - - [2026-04-23 03:49:55] "POST /neutron/port HTTP/1.1" 200 1060 0.016711 10.0.0.23 - - [2026-04-23 03:49:55] "POST /neutron/port HTTP/1.1" 200 1124 0.020774 10.0.0.23 - - [2026-04-23 03:49:55] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.249 - - [2026-04-23 03:49:55] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001193 10.0.0.23 - - [2026-04-23 03:49:55] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.079990 10.0.0.23 - - [2026-04-23 03:49:55] "POST /neutron/port HTTP/1.1" 200 5157 0.044102 10.0.0.23 - - [2026-04-23 03:49:55] "POST /neutron/port HTTP/1.1" 200 1124 0.018508 10.0.0.249 - - [2026-04-23 03:49:56] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001248 10.0.0.23 - - [2026-04-23 03:49:56] "POST /neutron/port HTTP/1.1" 200 1060 0.358804 10.0.0.23 - - [2026-04-23 03:49:56] "POST /neutron/port HTTP/1.1" 200 1114 0.111804 10.0.0.23 - - [2026-04-23 03:49:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.010466 10.0.0.23 - - [2026-04-23 03:50:00] "POST /neutron/port HTTP/1.1" 200 1124 0.027171 10.0.0.23 - - [2026-04-23 03:50:01] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009681 10.0.0.23 - - [2026-04-23 03:50:01] "GET /virtual-machine/0a271c26-feaf-453c-9a93-1c0644379819 HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-04-23 03:50:01] "GET /virtual-machine/0a271c26-feaf-453c-9a93-1c0644379819 HTTP/1.1" 200 1292 0.045016 10.0.0.23 - - [2026-04-23 03:50:01] "GET /virtual-machine-interface/8c4f3023-2e54-4bce-af53-5c8629dfbb08 HTTP/1.1" 200 2944 0.007109 10.0.0.23 - - [2026-04-23 03:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2026-04-23 03:50:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003962 10.0.0.23 - - [2026-04-23 03:50:01] "GET /virtual-networks?parent_id=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003611 10.0.0.23 - - [2026-04-23 03:50:01] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007121 10.0.0.23 - - [2026-04-23 03:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.23 - - [2026-04-23 03:50:04] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006430 10.0.0.23 - - [2026-04-23 03:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.23 - - [2026-04-23 03:50:08] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007733 10.0.0.249 - - [2026-04-23 03:50:10] "DELETE /project/1df60f594e654aa6a5340988dcb6fdfa HTTP/1.1" 404 173 0.104948 10.0.0.249 - - [2026-04-23 03:50:10] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000918 10.0.0.249 - - [2026-04-23 03:50:11] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.062093 10.0.0.249 - - [2026-04-23 03:50:11] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001029 10.0.0.249 - - [2026-04-23 03:50:11] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?fields=security_groups HTTP/1.1" 200 1374 0.063921 10.0.0.249 - - [2026-04-23 03:50:11] "DELETE /security-group/42a8aab8-0ffd-4919-bbfc-619c669b9cb1 HTTP/1.1" 404 171 0.018176 10.0.0.249 - - [2026-04-23 03:50:11] "GET /projects?obj_uuids=83b55e0e-2dc8-4301-89f0-3cfbdf3036f5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002196 10.0.0.249 - - [2026-04-23 03:50:11] "GET /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5?fields=application_policy_sets HTTP/1.1" 200 1413 0.066848 10.0.0.249 - - [2026-04-23 03:50:11] "DELETE /project/83b55e0e-2dc8-4301-89f0-3cfbdf3036f5 HTTP/1.1" 200 115 0.606873 10.0.0.130 - - [2026-04-23 03:50:11] "DELETE /access-control-list/ab1cde8f-5770-4d6e-8e74-120f67bdaa79 HTTP/1.1" 200 115 0.079739 10.0.0.23 - - [2026-04-23 03:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2026-04-23 03:50:12] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006210 10.0.0.23 - - [2026-04-23 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2026-04-23 03:50:17] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005389 10.0.0.23 - - [2026-04-23 03:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2026-04-23 03:50:21] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005624 10.0.0.23 - - [2026-04-23 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2026-04-23 03:50:25] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005331 10.0.0.23 - - [2026-04-23 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.23 - - [2026-04-23 03:50:29] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005556 10.0.0.23 - - [2026-04-23 03:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.23 - - [2026-04-23 03:50:33] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005746 10.0.0.23 - - [2026-04-23 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2026-04-23 03:50:37] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005685 10.0.0.23 - - [2026-04-23 03:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2026-04-23 03:50:41] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005431 10.0.0.23 - - [2026-04-23 03:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.23 - - [2026-04-23 03:50:45] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005849 10.0.0.23 - - [2026-04-23 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.23 - - [2026-04-23 03:50:49] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009784 10.0.0.23 - - [2026-04-23 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.23 - - [2026-04-23 03:50:53] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006444 10.0.0.23 - - [2026-04-23 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2026-04-23 03:50:58] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006075 10.0.0.23 - - [2026-04-23 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.23 - - [2026-04-23 03:51:02] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005711 10.0.0.23 - - [2026-04-23 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.23 - - [2026-04-23 03:51:06] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003694 10.0.0.23 - - [2026-04-23 03:51:06] "GET /virtual-networks?parent_id=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003486 10.0.0.23 - - [2026-04-23 03:51:06] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006989 10.0.0.23 - - [2026-04-23 03:51:06] "POST /neutron/port HTTP/1.1" 200 1217 0.024359 10.0.0.23 - - [2026-04-23 03:51:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010039 10.0.0.23 - - [2026-04-23 03:51:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003869 10.0.0.23 - - [2026-04-23 03:51:06] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.23 - - [2026-04-23 03:51:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008057 10.0.0.23 - - [2026-04-23 03:51:18] "POST /neutron/port HTTP/1.1" 200 1124 0.043815 10.0.0.23 - - [2026-04-23 03:51:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007548 10.0.0.23 - - [2026-04-23 03:51:31] "POST /neutron/port HTTP/1.1" 200 1124 0.025598 10.0.0.23 - - [2026-04-23 03:51:32] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011417 10.0.0.23 - - [2026-04-23 03:51:32] "POST /neutron/port HTTP/1.1" 200 1124 0.017602 10.0.0.23 - - [2026-04-23 03:51:32] "GET /virtual-machine/91e3c1b6-9a8a-44c2-933e-c274969bd632 HTTP/1.1" 200 1294 0.014093 10.0.0.23 - - [2026-04-23 03:51:32] "GET /virtual-machine-interface/00ec89fd-af5f-4ec8-8301-2b8b0145a691 HTTP/1.1" 200 2940 0.005743 10.0.0.23 - - [2026-04-23 03:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.23 - - [2026-04-23 03:51:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003181 10.0.0.23 - - [2026-04-23 03:51:32] "GET /virtual-networks?parent_id=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003016 10.0.0.23 - - [2026-04-23 03:51:32] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007236 10.0.0.23 - - [2026-04-23 03:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-04-23 03:51:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004523 10.0.0.23 - - [2026-04-23 03:51:33] "GET /virtual-networks?parent_id=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003746 10.0.0.23 - - [2026-04-23 03:51:33] "GET /virtual-network/8228a331-cf6f-44a8-80b4-e3dd0505a6f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005378 10.0.0.23 - - [2026-04-23 03:51:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007839 10.0.0.23 - - [2026-04-23 03:51:51] "POST /neutron/port HTTP/1.1" 200 1217 0.017052 10.0.0.23 - - [2026-04-23 03:51:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003987 10.0.0.23 - - [2026-04-23 03:51:52] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.249 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.249 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.23 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.130 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.130 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000885 10.0.0.130 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.130 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.249 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.249 - - [2026-04-23 03:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-04-23 03:51:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-04-23 03:51:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-04-23 03:52:06] "POST /neutron/port HTTP/1.1" 200 1106 0.054405 10.0.0.23 - - [2026-04-23 03:52:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004815 10.0.0.23 - - [2026-04-23 03:52:06] "POST /neutron/network HTTP/1.1" 200 926 0.007337 10.0.0.23 - - [2026-04-23 03:52:12] "GET /obj-perms HTTP/1.1" 200 5056 0.052511 10.0.0.23 - - [2026-04-23 03:52:52] "POST /neutron/network HTTP/1.1" 200 936 0.009746 10.0.0.23 - - [2026-04-23 03:52:52] "POST /neutron/port HTTP/1.1" 200 117 0.002051 10.0.0.23 - - [2026-04-23 03:53:06] "POST /neutron/port HTTP/1.1" 200 1124 0.017556 10.0.0.23 - - [2026-04-23 03:53:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011996 10.0.0.249 - - [2026-04-23 03:53:13] "GET /obj-perms HTTP/1.1" 200 5056 0.051715 10.0.0.23 - - [2026-04-23 03:53:50] "POST /neutron/network HTTP/1.1" 200 824 0.007134 10.0.0.23 - - [2026-04-23 03:53:50] "POST /neutron/port HTTP/1.1" 200 1114 0.015592 10.0.0.23 - - [2026-04-23 03:53:50] "POST /neutron/port HTTP/1.1" 200 1114 0.030721 10.0.0.249 - - [2026-04-23 03:53:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002799 10.0.0.249 - - [2026-04-23 03:53:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002317 10.0.0.23 - - [2026-04-23 03:53:52] "POST /neutron/network HTTP/1.1" 200 151 0.119897 10.0.0.23 - - [2026-04-23 03:53:52] "POST /neutron/network HTTP/1.1" 200 1122 0.047119 10.0.0.23 - - [2026-04-23 03:53:53] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016229 10.0.0.23 - - [2026-04-23 03:53:53] "POST /neutron/network HTTP/1.1" 200 1112 0.012258 10.0.0.249 - - [2026-04-23 03:53:54] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001201 10.0.0.23 - - [2026-04-23 03:53:54] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.082026 10.0.0.249 - - [2026-04-23 03:53:54] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001031 10.0.0.23 - - [2026-04-23 03:53:54] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?fields=virtual_networks HTTP/1.1" 200 1032 0.043655 10.0.0.249 - - [2026-04-23 03:53:54] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000998 10.0.0.23 - - [2026-04-23 03:53:54] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039292 10.0.0.249 - - [2026-04-23 03:53:54] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000919 10.0.0.23 - - [2026-04-23 03:53:54] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?fields=security_groups HTTP/1.1" 200 1258 0.041615 10.0.0.23 - - [2026-04-23 03:53:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.031717 10.0.0.249 - - [2026-04-23 03:53:55] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002798 10.0.0.249 - - [2026-04-23 03:53:55] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.249 - - [2026-04-23 03:53:55] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007912 10.0.0.249 - - [2026-04-23 03:53:55] "POST /id-to-fqname HTTP/1.1" 200 189 0.007318 10.0.0.249 - - [2026-04-23 03:53:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.006862 10.0.0.249 - - [2026-04-23 03:53:55] "POST /security-groups HTTP/1.1" 200 590 0.087923 10.0.0.130 - - [2026-04-23 03:53:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.003401 10.0.0.249 - - [2026-04-23 03:53:55] "POST /projects HTTP/1.1" 200 583 0.300086 10.0.0.249 - - [2026-04-23 03:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.372826 10.0.0.130 - - [2026-04-23 03:53:55] "POST /access-control-lists HTTP/1.1" 200 595 0.031717 10.0.0.23 - - [2026-04-23 03:53:55] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.519702 10.0.0.23 - - [2026-04-23 03:53:56] "GET / HTTP/1.1" 200 36215 0.001823 10.0.0.23 - - [2026-04-23 03:53:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.001070 10.0.0.23 - - [2026-04-23 03:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.081161 10.0.0.249 - - [2026-04-23 03:53:59] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001675 10.0.0.23 - - [2026-04-23 03:53:59] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070985 10.0.0.249 - - [2026-04-23 03:53:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008112 10.0.0.23 - - [2026-04-23 03:53:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.264915 10.0.0.23 - - [2026-04-23 03:53:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.001221 10.0.0.23 - - [2026-04-23 03:53:59] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005937 10.0.0.23 - - [2026-04-23 03:53:59] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006287 10.0.0.23 - - [2026-04-23 03:53:59] "POST /neutron/network HTTP/1.1" 200 824 0.008032 10.0.0.23 - - [2026-04-23 03:54:00] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008549 10.0.0.130 - - [2026-04-23 03:54:01] "GET /obj-perms HTTP/1.1" 200 5028 0.064653 10.0.0.23 - - [2026-04-23 03:54:01] "POST /id-to-fqname HTTP/1.1" 200 219 0.001876 10.0.0.23 - - [2026-04-23 03:54:02] "POST /neutron/network HTTP/1.1" 200 834 0.007021 10.0.0.249 - - [2026-04-23 03:54:02] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001788 10.0.0.23 - - [2026-04-23 03:54:02] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.082295 10.0.0.23 - - [2026-04-23 03:54:03] "POST /neutron/port HTTP/1.1" 200 117 0.007546 10.0.0.23 - - [2026-04-23 03:54:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001629 10.0.0.23 - - [2026-04-23 03:54:03] "POST /neutron/network HTTP/1.1" 200 834 0.006881 10.0.0.23 - - [2026-04-23 03:54:04] "POST /neutron/port HTTP/1.1" 200 1060 0.026874 10.0.0.249 - - [2026-04-23 03:54:04] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001301 10.0.0.23 - - [2026-04-23 03:54:04] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.074342 10.0.0.23 - - [2026-04-23 03:54:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009657 10.0.0.23 - - [2026-04-23 03:54:04] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.23 - - [2026-04-23 03:54:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012681 10.0.0.23 - - [2026-04-23 03:54:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008608 10.0.0.23 - - [2026-04-23 03:54:05] "POST /neutron/port HTTP/1.1" 200 1060 0.036201 10.0.0.23 - - [2026-04-23 03:54:05] "POST /neutron/port HTTP/1.1" 200 1124 0.022759 10.0.0.23 - - [2026-04-23 03:54:05] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.23 - - [2026-04-23 03:54:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010220 10.0.0.23 - - [2026-04-23 03:54:09] "POST /neutron/port HTTP/1.1" 200 1124 0.018747 10.0.0.23 - - [2026-04-23 03:54:10] "GET /virtual-machine/dc7194c7-9e68-40c3-ae23-968f0a066a6f HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2026-04-23 03:54:10] "GET /virtual-machine/dc7194c7-9e68-40c3-ae23-968f0a066a6f HTTP/1.1" 200 1294 0.031941 10.0.0.23 - - [2026-04-23 03:54:10] "GET /virtual-machine-interface/3f90753c-9a6e-4e10-93ef-f947c8dc0398 HTTP/1.1" 200 2943 0.005141 10.0.0.23 - - [2026-04-23 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.23 - - [2026-04-23 03:54:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004275 10.0.0.23 - - [2026-04-23 03:54:10] "GET /virtual-networks?parent_id=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002612 10.0.0.23 - - [2026-04-23 03:54:10] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006099 10.0.0.249 - - [2026-04-23 03:54:12] "DELETE /project/7b05e0b961b141b5bf2e85465eec02b6 HTTP/1.1" 404 173 0.009583 10.0.0.249 - - [2026-04-23 03:54:12] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000870 10.0.0.249 - - [2026-04-23 03:54:12] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.049593 10.0.0.249 - - [2026-04-23 03:54:12] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002242 10.0.0.249 - - [2026-04-23 03:54:12] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?fields=security_groups HTTP/1.1" 200 1360 0.073050 10.0.0.249 - - [2026-04-23 03:54:12] "DELETE /security-group/6481004b-5404-4257-90f9-138cca9d46ce HTTP/1.1" 404 177 0.004475 10.0.0.130 - - [2026-04-23 03:54:12] "DELETE /access-control-list/5226c50e-0d8f-426c-af52-86cfc564f61b HTTP/1.1" 200 115 0.053819 10.0.0.249 - - [2026-04-23 03:54:12] "GET /projects?obj_uuids=1df60f59-4e65-4aa6-a534-0988dcb6fdfa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001576 10.0.0.249 - - [2026-04-23 03:54:12] "GET /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa?fields=application_policy_sets HTTP/1.1" 200 1399 0.062526 10.0.0.249 - - [2026-04-23 03:54:12] "DELETE /project/1df60f59-4e65-4aa6-a534-0988dcb6fdfa HTTP/1.1" 200 115 0.501585 10.0.0.23 - - [2026-04-23 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.23 - - [2026-04-23 03:54:13] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005687 10.0.0.23 - - [2026-04-23 03:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.23 - - [2026-04-23 03:54:17] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006614 10.0.0.23 - - [2026-04-23 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.23 - - [2026-04-23 03:54:21] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005835 10.0.0.23 - - [2026-04-23 03:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2026-04-23 03:54:25] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006432 10.0.0.23 - - [2026-04-23 03:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.23 - - [2026-04-23 03:54:29] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006025 10.0.0.23 - - [2026-04-23 03:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2026-04-23 03:54:34] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005322 10.0.0.23 - - [2026-04-23 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.23 - - [2026-04-23 03:54:38] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006233 10.0.0.23 - - [2026-04-23 03:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.23 - - [2026-04-23 03:54:42] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005795 10.0.0.23 - - [2026-04-23 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.23 - - [2026-04-23 03:54:46] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005899 10.0.0.23 - - [2026-04-23 03:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2026-04-23 03:54:50] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005985 10.0.0.23 - - [2026-04-23 03:54:52] "POST /neutron/port HTTP/1.1" 200 1106 0.018925 10.0.0.23 - - [2026-04-23 03:54:52] "POST /neutron/subnet HTTP/1.1" 200 694 0.009841 10.0.0.23 - - [2026-04-23 03:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2026-04-23 03:54:54] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006892 10.0.0.23 - - [2026-04-23 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2026-04-23 03:54:58] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005356 10.0.0.23 - - [2026-04-23 03:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.23 - - [2026-04-23 03:55:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004430 10.0.0.23 - - [2026-04-23 03:55:00] "GET /virtual-networks?parent_id=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003489 10.0.0.23 - - [2026-04-23 03:55:00] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006524 10.0.0.23 - - [2026-04-23 03:55:00] "POST /neutron/port HTTP/1.1" 200 1124 0.020046 10.0.0.23 - - [2026-04-23 03:55:06] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007579 10.0.0.23 - - [2026-04-23 03:55:09] "POST /neutron/network HTTP/1.1" 200 1122 0.008626 10.0.0.23 - - [2026-04-23 03:55:09] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013916 10.0.0.23 - - [2026-04-23 03:55:09] "POST /neutron/network HTTP/1.1" 200 1112 0.008910 10.0.0.23 - - [2026-04-23 03:55:14] "GET /obj-perms HTTP/1.1" 200 5056 0.054729 10.0.0.23 - - [2026-04-23 03:55:15] "POST /neutron/port HTTP/1.1" 200 1124 0.018205 10.0.0.23 - - [2026-04-23 03:55:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007505 10.0.0.23 - - [2026-04-23 03:55:21] "POST /neutron/port HTTP/1.1" 200 1124 0.018927 10.0.0.23 - - [2026-04-23 03:55:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007298 10.0.0.23 - - [2026-04-23 03:55:27] "POST /neutron/port HTTP/1.1" 200 1124 0.021373 10.0.0.23 - - [2026-04-23 03:55:27] "GET /virtual-machine/28b450db-a73f-49a8-9d05-98662e16b416 HTTP/1.1" 200 1293 0.005759 10.0.0.23 - - [2026-04-23 03:55:27] "GET /virtual-machine-interface/fddf8ec7-d3bd-4439-a6ea-0ee8e4d64c7d HTTP/1.1" 200 2944 0.005105 10.0.0.23 - - [2026-04-23 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.23 - - [2026-04-23 03:55:27] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003505 10.0.0.23 - - [2026-04-23 03:55:27] "GET /virtual-networks?parent_id=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002821 10.0.0.23 - - [2026-04-23 03:55:27] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006265 10.0.0.23 - - [2026-04-23 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-04-23 03:55:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003781 10.0.0.23 - - [2026-04-23 03:55:28] "GET /virtual-networks?parent_id=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003660 10.0.0.23 - - [2026-04-23 03:55:28] "GET /virtual-network/4a174bd1-1019-4f2d-8d7b-ed78b91dbd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005871 10.0.0.23 - - [2026-04-23 03:55:52] "POST /neutron/port HTTP/1.1" 200 1217 0.018007 10.0.0.23 - - [2026-04-23 03:55:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003817 10.0.0.23 - - [2026-04-23 03:55:52] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.23 - - [2026-04-23 03:55:59] "POST /neutron/network HTTP/1.1" 400 204 0.017119 10.0.0.23 - - [2026-04-23 03:56:00] "POST /neutron/port HTTP/1.1" 200 151 0.204953 10.0.0.23 - - [2026-04-23 03:56:00] "POST /neutron/port HTTP/1.1" 200 151 0.236943 10.0.0.130 - - [2026-04-23 03:56:02] "DELETE /route-target/800ebff9-1d5e-4332-9b49-6afba14963c9 HTTP/1.1" 200 115 0.049259 10.0.0.249 - - [2026-04-23 03:56:03] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.030957 10.0.0.23 - - [2026-04-23 03:56:03] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.075100 10.0.0.249 - - [2026-04-23 03:56:03] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001128 10.0.0.23 - - [2026-04-23 03:56:03] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?fields=virtual_networks HTTP/1.1" 200 1032 0.046933 10.0.0.249 - - [2026-04-23 03:56:03] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000961 10.0.0.23 - - [2026-04-23 03:56:03] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045963 10.0.0.249 - - [2026-04-23 03:56:03] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001483 10.0.0.23 - - [2026-04-23 03:56:03] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?fields=security_groups HTTP/1.1" 200 1258 0.037634 10.0.0.23 - - [2026-04-23 03:56:11] "POST /neutron/port HTTP/1.1" 200 1106 0.027775 10.0.0.23 - - [2026-04-23 03:56:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004383 10.0.0.23 - - [2026-04-23 03:56:11] "POST /neutron/network HTTP/1.1" 200 926 0.007417 10.0.0.249 - - [2026-04-23 03:56:12] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001152 10.0.0.249 - - [2026-04-23 03:56:12] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.054771 10.0.0.249 - - [2026-04-23 03:56:12] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001235 10.0.0.249 - - [2026-04-23 03:56:12] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?fields=security_groups HTTP/1.1" 200 1360 0.063360 10.0.0.249 - - [2026-04-23 03:56:13] "DELETE /security-group/12dd7a0b-6be3-4260-b533-ecde4f598903 HTTP/1.1" 200 115 0.093774 10.0.0.249 - - [2026-04-23 03:56:13] "GET /projects?obj_uuids=7b05e0b9-61b1-41b5-bf2e-85465eec02b6&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001780 10.0.0.249 - - [2026-04-23 03:56:13] "GET /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6?fields=application_policy_sets HTTP/1.1" 200 1399 0.068404 10.0.0.249 - - [2026-04-23 03:56:13] "DELETE /project/7b05e0b9-61b1-41b5-bf2e-85465eec02b6 HTTP/1.1" 200 115 0.678196 10.0.0.249 - - [2026-04-23 03:56:15] "GET /obj-perms HTTP/1.1" 200 5056 0.052184 10.0.0.23 - - [2026-04-23 03:56:19] "GET / HTTP/1.1" 200 36215 0.002287 10.0.0.23 - - [2026-04-23 03:56:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-04-23 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.048859 10.0.0.249 - - [2026-04-23 03:56:21] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003070 10.0.0.249 - - [2026-04-23 03:56:21] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.249 - - [2026-04-23 03:56:21] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007577 10.0.0.249 - - [2026-04-23 03:56:21] "POST /id-to-fqname HTTP/1.1" 200 203 0.004972 10.0.0.249 - - [2026-04-23 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 212 0.004266 10.0.0.249 - - [2026-04-23 03:56:21] "POST /security-groups HTTP/1.1" 200 604 0.077920 10.0.0.130 - - [2026-04-23 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 247 0.003971 10.0.0.249 - - [2026-04-23 03:56:21] "POST /projects HTTP/1.1" 200 611 0.311456 10.0.0.249 - - [2026-04-23 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.349313 10.0.0.130 - - [2026-04-23 03:56:21] "POST /access-control-lists HTTP/1.1" 200 609 0.031334 10.0.0.23 - - [2026-04-23 03:56:21] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.517213 10.0.0.23 - - [2026-04-23 03:56:22] "GET / HTTP/1.1" 200 36215 0.002400 10.0.0.23 - - [2026-04-23 03:56:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2026-04-23 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.058389 10.0.0.249 - - [2026-04-23 03:56:23] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001352 10.0.0.23 - - [2026-04-23 03:56:23] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.046019 10.0.0.249 - - [2026-04-23 03:56:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.23 - - [2026-04-23 03:56:24] "POST /neutron/subnet HTTP/1.1" 200 730 0.266009 10.0.0.23 - - [2026-04-23 03:56:24] "POST /id-to-fqname HTTP/1.1" 200 234 0.001210 10.0.0.23 - - [2026-04-23 03:56:24] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005002 10.0.0.23 - - [2026-04-23 03:56:24] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006226 10.0.0.23 - - [2026-04-23 03:56:24] "POST /neutron/network HTTP/1.1" 200 840 0.006818 10.0.0.23 - - [2026-04-23 03:56:24] "POST /id-to-fqname HTTP/1.1" 200 234 0.001602 10.0.0.23 - - [2026-04-23 03:56:24] "POST /neutron/network HTTP/1.1" 200 850 0.007228 10.0.0.249 - - [2026-04-23 03:56:25] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001102 10.0.0.23 - - [2026-04-23 03:56:25] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.071017 10.0.0.23 - - [2026-04-23 03:56:25] "POST /neutron/port HTTP/1.1" 200 117 0.009357 10.0.0.23 - - [2026-04-23 03:56:25] "POST /id-to-fqname HTTP/1.1" 200 234 0.001255 10.0.0.23 - - [2026-04-23 03:56:25] "POST /neutron/network HTTP/1.1" 200 850 0.007184 10.0.0.23 - - [2026-04-23 03:56:26] "POST /neutron/port HTTP/1.1" 200 1074 0.024339 10.0.0.23 - - [2026-04-23 03:56:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004610 10.0.0.23 - - [2026-04-23 03:56:26] "POST /neutron/network HTTP/1.1" 200 840 0.008016 10.0.0.249 - - [2026-04-23 03:56:26] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001245 10.0.0.23 - - [2026-04-23 03:56:26] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.081616 10.0.0.23 - - [2026-04-23 03:56:27] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010112 10.0.0.249 - - [2026-04-23 03:56:27] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001447 10.0.0.23 - - [2026-04-23 03:56:27] "POST /neutron/port HTTP/1.1" 200 1074 0.342065 10.0.0.23 - - [2026-04-23 03:56:27] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005166 10.0.0.23 - - [2026-04-23 03:56:27] "POST /neutron/port HTTP/1.1" 200 1128 0.118032 10.0.0.23 - - [2026-04-23 03:56:28] "POST /neutron/subnet HTTP/1.1" 200 704 0.008860 10.0.0.130 - - [2026-04-23 03:56:28] "GET /obj-perms HTTP/1.1" 200 5056 0.059150 10.0.0.23 - - [2026-04-23 03:56:29] "POST /neutron/port HTTP/1.1" 200 1138 0.019706 10.0.0.23 - - [2026-04-23 03:56:29] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007990 10.0.0.23 - - [2026-04-23 03:56:29] "GET /virtual-machine/8d78fde4-6b76-408b-83e5-1f0ecd24b2b6 HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-04-23 03:56:29] "GET /virtual-machine/8d78fde4-6b76-408b-83e5-1f0ecd24b2b6 HTTP/1.1" 200 1307 0.032674 10.0.0.23 - - [2026-04-23 03:56:29] "GET /virtual-machine-interface/5e17a7ab-d5fa-4020-ada3-2758b605cacb HTTP/1.1" 200 3016 0.005859 10.0.0.23 - - [2026-04-23 03:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.23 - - [2026-04-23 03:56:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003915 10.0.0.23 - - [2026-04-23 03:56:29] "GET /virtual-networks?parent_id=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003304 10.0.0.23 - - [2026-04-23 03:56:30] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005899 10.0.0.23 - - [2026-04-23 03:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2026-04-23 03:56:33] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006372 10.0.0.23 - - [2026-04-23 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2026-04-23 03:56:37] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005427 10.0.0.23 - - [2026-04-23 03:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.23 - - [2026-04-23 03:56:41] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005799 10.0.0.23 - - [2026-04-23 03:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.23 - - [2026-04-23 03:56:45] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005502 10.0.0.23 - - [2026-04-23 03:56:49] "POST /neutron/port HTTP/1.1" 200 1138 0.050314 10.0.0.23 - - [2026-04-23 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2026-04-23 03:56:49] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006332 10.0.0.23 - - [2026-04-23 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2026-04-23 03:56:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003659 10.0.0.23 - - [2026-04-23 03:56:51] "GET /virtual-networks?parent_id=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003123 10.0.0.23 - - [2026-04-23 03:56:51] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007342 10.0.0.23 - - [2026-04-23 03:56:51] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009683 10.0.0.23 - - [2026-04-23 03:56:54] "POST /neutron/port HTTP/1.1" 200 1106 0.023082 10.0.0.23 - - [2026-04-23 03:56:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003717 10.0.0.23 - - [2026-04-23 03:56:54] "POST /neutron/network HTTP/1.1" 200 926 0.008108 10.0.0.249 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.249 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.130 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.130 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.130 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.130 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.249 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.079439 10.0.0.249 - - [2026-04-23 03:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.23 - - [2026-04-23 03:56:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2026-04-23 03:56:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-04-23 03:57:01] "POST /neutron/port HTTP/1.1" 200 1138 0.020804 10.0.0.23 - - [2026-04-23 03:57:01] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008572 10.0.0.23 - - [2026-04-23 03:57:02] "GET /virtual-machine/919d0cd0-e46f-4e04-9b8d-2afa05689477 HTTP/1.1" 200 1308 0.007054 10.0.0.23 - - [2026-04-23 03:57:02] "GET /virtual-machine-interface/3274bfe1-5764-4b81-b0c7-3ef0bc8952ba HTTP/1.1" 200 3016 0.006181 10.0.0.23 - - [2026-04-23 03:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2026-04-23 03:57:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004155 10.0.0.23 - - [2026-04-23 03:57:02] "GET /virtual-networks?parent_id=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003873 10.0.0.23 - - [2026-04-23 03:57:02] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006277 10.0.0.23 - - [2026-04-23 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2026-04-23 03:57:03] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004250 10.0.0.23 - - [2026-04-23 03:57:03] "GET /virtual-networks?parent_id=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003393 10.0.0.23 - - [2026-04-23 03:57:03] "GET /virtual-network/ef7e7d1a-e7aa-46a8-819b-cfc8564e0404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006100 10.0.0.23 - - [2026-04-23 03:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.23 - - [2026-04-23 03:57:04] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004652 10.0.0.23 - - [2026-04-23 03:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.23 - - [2026-04-23 03:57:04] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004723 10.0.0.23 - - [2026-04-23 03:57:04] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.013135 10.0.0.249 - - [2026-04-23 03:57:13] "DELETE /project/eace5d5722f34e3ea7d93e3d4e06583a HTTP/1.1" 404 173 0.004738 10.0.0.23 - - [2026-04-23 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2026-04-23 03:57:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004576 10.0.0.23 - - [2026-04-23 03:57:15] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.015163 10.0.0.23 - - [2026-04-23 03:57:55] "POST /neutron/port HTTP/1.1" 200 1217 0.021834 10.0.0.23 - - [2026-04-23 03:57:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.23 - - [2026-04-23 03:57:55] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.23 - - [2026-04-23 03:58:05] "POST /neutron/network HTTP/1.1" 200 840 0.007423 10.0.0.23 - - [2026-04-23 03:58:05] "POST /neutron/port HTTP/1.1" 200 1128 0.016001 10.0.0.23 - - [2026-04-23 03:58:05] "POST /neutron/port HTTP/1.1" 200 1128 0.015193 10.0.0.249 - - [2026-04-23 03:58:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.249 - - [2026-04-23 03:58:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003026 10.0.0.130 - - [2026-04-23 03:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.23 - - [2026-04-23 03:58:07] "POST /neutron/network HTTP/1.1" 200 151 0.128146 10.0.0.249 - - [2026-04-23 03:58:07] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000977 10.0.0.23 - - [2026-04-23 03:58:07] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1419 0.046536 10.0.0.249 - - [2026-04-23 03:58:07] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001444 10.0.0.23 - - [2026-04-23 03:58:07] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?fields=virtual_networks HTTP/1.1" 200 1061 0.053682 10.0.0.249 - - [2026-04-23 03:58:07] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001289 10.0.0.23 - - [2026-04-23 03:58:07] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.045998 10.0.0.249 - - [2026-04-23 03:58:07] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001365 10.0.0.23 - - [2026-04-23 03:58:07] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?fields=security_groups HTTP/1.1" 200 1301 0.047703 10.0.0.23 - - [2026-04-23 03:58:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.026855 10.0.0.249 - - [2026-04-23 03:58:08] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003448 10.0.0.249 - - [2026-04-23 03:58:08] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.249 - - [2026-04-23 03:58:08] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007575 10.0.0.249 - - [2026-04-23 03:58:09] "POST /id-to-fqname HTTP/1.1" 200 209 0.002713 10.0.0.249 - - [2026-04-23 03:58:09] "POST /fqname-to-id HTTP/1.1" 404 217 0.013751 10.0.0.249 - - [2026-04-23 03:58:09] "POST /security-groups HTTP/1.1" 200 609 0.040470 10.0.0.249 - - [2026-04-23 03:58:09] "POST /projects HTTP/1.1" 200 621 0.283722 10.0.0.249 - - [2026-04-23 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.321284 10.0.0.130 - - [2026-04-23 03:58:09] "POST /access-control-lists HTTP/1.1" 200 616 0.034420 10.0.0.23 - - [2026-04-23 03:58:09] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.464395 10.0.0.23 - - [2026-04-23 03:58:10] "GET / HTTP/1.1" 200 36215 0.002956 10.0.0.23 - - [2026-04-23 03:58:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-04-23 03:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.057828 10.0.0.249 - - [2026-04-23 03:58:11] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001347 10.0.0.23 - - [2026-04-23 03:58:11] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.048890 10.0.0.130 - - [2026-04-23 03:58:11] "POST /route-targets HTTP/1.1" 200 328 0.018971 10.0.0.249 - - [2026-04-23 03:58:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007897 10.0.0.23 - - [2026-04-23 03:58:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.286395 10.0.0.23 - - [2026-04-23 03:58:11] "POST /id-to-fqname HTTP/1.1" 200 239 0.001315 10.0.0.23 - - [2026-04-23 03:58:11] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005359 10.0.0.23 - - [2026-04-23 03:58:11] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006129 10.0.0.23 - - [2026-04-23 03:58:12] "POST /neutron/network HTTP/1.1" 200 844 0.007408 10.0.0.23 - - [2026-04-23 03:58:12] "POST /id-to-fqname HTTP/1.1" 200 239 0.001342 10.0.0.23 - - [2026-04-23 03:58:12] "POST /neutron/network HTTP/1.1" 200 854 0.007492 10.0.0.249 - - [2026-04-23 03:58:13] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001242 10.0.0.23 - - [2026-04-23 03:58:13] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.070185 10.0.0.23 - - [2026-04-23 03:58:13] "POST /neutron/port HTTP/1.1" 200 117 0.005878 10.0.0.23 - - [2026-04-23 03:58:13] "POST /id-to-fqname HTTP/1.1" 200 239 0.001731 10.0.0.23 - - [2026-04-23 03:58:13] "POST /neutron/network HTTP/1.1" 200 854 0.009546 10.0.0.249 - - [2026-04-23 03:58:13] "DELETE /project/3a35b01e713540f9a73d3bb93aa18972 HTTP/1.1" 404 173 0.005061 10.0.0.249 - - [2026-04-23 03:58:13] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001095 10.0.0.249 - - [2026-04-23 03:58:13] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.054956 10.0.0.249 - - [2026-04-23 03:58:13] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001630 10.0.0.249 - - [2026-04-23 03:58:13] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?fields=security_groups HTTP/1.1" 200 1403 0.061438 10.0.0.249 - - [2026-04-23 03:58:14] "DELETE /security-group/e5c5e18a-12aa-46a2-870a-ddaf32aa590c HTTP/1.1" 200 115 0.072423 10.0.0.249 - - [2026-04-23 03:58:14] "GET /projects?obj_uuids=eace5d57-22f3-4e3e-a7d9-3e3d4e06583a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001275 10.0.0.249 - - [2026-04-23 03:58:14] "GET /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a?fields=application_policy_sets HTTP/1.1" 200 1442 0.047521 10.0.0.130 - - [2026-04-23 03:58:14] "DELETE /access-control-list/45d19cc1-c8ed-4b00-a9b5-03d3435a6ddd HTTP/1.1" 200 115 0.070379 10.0.0.249 - - [2026-04-23 03:58:14] "DELETE /project/eace5d57-22f3-4e3e-a7d9-3e3d4e06583a HTTP/1.1" 409 225 0.395271 10.0.0.23 - - [2026-04-23 03:58:14] "POST /neutron/port HTTP/1.1" 200 1078 0.129298 10.0.0.249 - - [2026-04-23 03:58:14] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001213 10.0.0.23 - - [2026-04-23 03:58:14] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.107304 10.0.0.23 - - [2026-04-23 03:58:14] "POST /neutron/port HTTP/1.1" 200 1132 0.122981 10.0.0.23 - - [2026-04-23 03:58:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004283 10.0.0.23 - - [2026-04-23 03:58:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005650 10.0.0.23 - - [2026-04-23 03:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.23 - - [2026-04-23 03:58:15] "POST /neutron/network HTTP/1.1" 200 844 0.009605 10.0.0.23 - - [2026-04-23 03:58:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009293 10.0.0.249 - - [2026-04-23 03:58:15] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001527 10.0.0.23 - - [2026-04-23 03:58:15] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.013597 10.0.0.23 - - [2026-04-23 03:58:15] "POST /neutron/port HTTP/1.1" 200 1078 0.358162 10.0.0.23 - - [2026-04-23 03:58:16] "POST /neutron/port HTTP/1.1" 200 1132 0.145255 10.0.0.23 - - [2026-04-23 03:58:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.015708 10.0.0.23 - - [2026-04-23 03:58:16] "GET /obj-perms HTTP/1.1" 200 5066 0.063265 10.0.0.249 - - [2026-04-23 03:58:17] "GET /obj-perms HTTP/1.1" 200 5066 0.089681 10.0.0.23 - - [2026-04-23 03:58:17] "POST /neutron/port HTTP/1.1" 200 1142 0.020679 10.0.0.23 - - [2026-04-23 03:58:17] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007594 10.0.0.23 - - [2026-04-23 03:58:17] "GET /virtual-machine/3916965f-fb2b-4b9d-b708-0f6fd645c9ad HTTP/1.1" 401 292 0.000371 10.0.0.130 - - [2026-04-23 03:58:17] "GET /obj-perms HTTP/1.1" 200 5056 0.057135 10.0.0.23 - - [2026-04-23 03:58:18] "GET /virtual-machine/3916965f-fb2b-4b9d-b708-0f6fd645c9ad HTTP/1.1" 200 1312 0.034505 10.0.0.23 - - [2026-04-23 03:58:18] "GET /virtual-machine-interface/a6588efb-c597-48ed-80d2-2b523e6d6a33 HTTP/1.1" 200 3041 0.005760 10.0.0.23 - - [2026-04-23 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2026-04-23 03:58:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004626 10.0.0.23 - - [2026-04-23 03:58:18] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005604 10.0.0.23 - - [2026-04-23 03:58:18] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008155 10.0.0.23 - - [2026-04-23 03:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.23 - - [2026-04-23 03:58:21] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005925 10.0.0.23 - - [2026-04-23 03:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2026-04-23 03:58:25] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006890 10.0.0.23 - - [2026-04-23 03:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.23 - - [2026-04-23 03:58:29] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005671 10.0.0.23 - - [2026-04-23 03:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.23 - - [2026-04-23 03:58:33] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006245 10.0.0.23 - - [2026-04-23 03:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.23 - - [2026-04-23 03:58:37] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005429 10.0.0.23 - - [2026-04-23 03:58:39] "POST /neutron/port HTTP/1.1" 200 1142 0.020184 10.0.0.23 - - [2026-04-23 03:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.23 - - [2026-04-23 03:58:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004277 10.0.0.23 - - [2026-04-23 03:58:39] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002988 10.0.0.23 - - [2026-04-23 03:58:39] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007614 10.0.0.23 - - [2026-04-23 03:58:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009345 10.0.0.23 - - [2026-04-23 03:58:45] "POST /neutron/port HTTP/1.1" 200 1142 0.017192 10.0.0.23 - - [2026-04-23 03:58:50] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008181 10.0.0.23 - - [2026-04-23 03:58:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007059 10.0.0.23 - - [2026-04-23 03:58:55] "POST /neutron/port HTTP/1.1" 200 1106 0.048842 10.0.0.23 - - [2026-04-23 03:58:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007417 10.0.0.23 - - [2026-04-23 03:58:55] "GET /virtual-machine/66df0296-822b-4462-a4c8-a6b7e80c9dac HTTP/1.1" 200 1312 0.006238 10.0.0.23 - - [2026-04-23 03:58:55] "GET /virtual-machine-interface/edc883b8-f714-442b-b735-09fcd09dbffb HTTP/1.1" 200 3042 0.005645 10.0.0.23 - - [2026-04-23 03:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.23 - - [2026-04-23 03:58:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004256 10.0.0.23 - - [2026-04-23 03:58:56] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003378 10.0.0.23 - - [2026-04-23 03:58:56] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.23 - - [2026-04-23 03:58:56] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005627 10.0.0.23 - - [2026-04-23 03:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2026-04-23 03:58:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005136 10.0.0.23 - - [2026-04-23 03:58:57] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003284 10.0.0.23 - - [2026-04-23 03:58:57] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007590 10.0.0.23 - - [2026-04-23 03:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.249 - - [2026-04-23 03:58:57] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000949 10.0.0.23 - - [2026-04-23 03:58:57] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.070232 10.0.0.249 - - [2026-04-23 03:58:57] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001407 10.0.0.23 - - [2026-04-23 03:58:57] "POST /neutron/network HTTP/1.1" 200 625 0.174430 10.0.0.23 - - [2026-04-23 03:58:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.003528 10.0.0.23 - - [2026-04-23 03:58:58] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006573 10.0.0.23 - - [2026-04-23 03:58:58] "POST /neutron/network HTTP/1.1" 200 843 0.008783 10.0.0.23 - - [2026-04-23 03:58:58] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.014559 10.0.0.23 - - [2026-04-23 03:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2026-04-23 03:58:58] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001838 10.0.0.23 - - [2026-04-23 03:58:58] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.060927 10.0.0.23 - - [2026-04-23 03:58:58] "POST /neutron/network HTTP/1.1" 200 117 0.016166 10.0.0.130 - - [2026-04-23 03:58:58] "POST /route-targets HTTP/1.1" 200 328 0.015516 10.0.0.23 - - [2026-04-23 03:58:58] "POST /neutron/network HTTP/1.1" 200 848 0.011135 10.0.0.23 - - [2026-04-23 03:58:58] "POST /id-to-fqname HTTP/1.1" 200 242 0.001221 10.0.0.23 - - [2026-04-23 03:58:58] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005824 10.0.0.23 - - [2026-04-23 03:58:58] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.009027 10.0.0.23 - - [2026-04-23 03:58:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.009530 10.0.0.23 - - [2026-04-23 03:58:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001707 10.0.0.23 - - [2026-04-23 03:58:59] "POST /neutron/network HTTP/1.1" 200 853 0.007215 10.0.0.249 - - [2026-04-23 03:58:59] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000971 10.0.0.23 - - [2026-04-23 03:58:59] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.077491 10.0.0.23 - - [2026-04-23 03:59:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014368 10.0.0.23 - - [2026-04-23 03:59:00] "POST /id-to-fqname HTTP/1.1" 200 242 0.002209 10.0.0.23 - - [2026-04-23 03:59:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009925 10.0.0.249 - - [2026-04-23 03:59:00] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002595 10.0.0.23 - - [2026-04-23 03:59:01] "POST /neutron/port HTTP/1.1" 200 1077 0.388536 10.0.0.23 - - [2026-04-23 03:59:01] "POST /neutron/port HTTP/1.1" 200 1131 0.141344 10.0.0.23 - - [2026-04-23 03:59:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.011483 10.0.0.249 - - [2026-04-23 03:59:01] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001315 10.0.0.23 - - [2026-04-23 03:59:01] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.092712 10.0.0.23 - - [2026-04-23 03:59:01] "POST /neutron/network HTTP/1.1" 200 848 0.041148 10.0.0.23 - - [2026-04-23 03:59:01] "POST /neutron/port HTTP/1.1" 200 117 0.007387 10.0.0.23 - - [2026-04-23 03:59:01] "POST /id-to-fqname HTTP/1.1" 200 239 0.001363 10.0.0.23 - - [2026-04-23 03:59:01] "POST /id-to-fqname HTTP/1.1" 200 239 0.001147 10.0.0.23 - - [2026-04-23 03:59:02] "POST /neutron/network HTTP/1.1" 200 858 0.008749 10.0.0.23 - - [2026-04-23 03:59:02] "POST /neutron/port HTTP/1.1" 200 1076 0.019330 10.0.0.23 - - [2026-04-23 03:59:02] "POST /neutron/port HTTP/1.1" 200 1140 0.024467 10.0.0.23 - - [2026-04-23 03:59:02] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.249 - - [2026-04-23 03:59:03] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001140 10.0.0.23 - - [2026-04-23 03:59:03] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.081936 10.0.0.23 - - [2026-04-23 03:59:03] "POST /neutron/network HTTP/1.1" 200 843 0.008432 10.0.0.23 - - [2026-04-23 03:59:03] "POST /neutron/port HTTP/1.1" 200 117 0.006818 10.0.0.23 - - [2026-04-23 03:59:03] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007453 10.0.0.249 - - [2026-04-23 03:59:04] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001426 10.0.0.23 - - [2026-04-23 03:59:04] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005539 10.0.0.23 - - [2026-04-23 03:59:04] "POST /neutron/port HTTP/1.1" 200 1077 0.309373 10.0.0.23 - - [2026-04-23 03:59:04] "GET /obj-perms HTTP/1.1" 200 5066 0.016612 10.0.0.23 - - [2026-04-23 03:59:04] "POST /neutron/port HTTP/1.1" 200 1132 0.155400 10.0.0.23 - - [2026-04-23 03:59:05] "POST /neutron/port HTTP/1.1" 200 1131 0.136986 10.0.0.23 - - [2026-04-23 03:59:05] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006834 10.0.0.23 - - [2026-04-23 03:59:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.010812 10.0.0.23 - - [2026-04-23 03:59:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004999 10.0.0.23 - - [2026-04-23 03:59:05] "POST /neutron/network HTTP/1.1" 200 843 0.008752 10.0.0.130 - - [2026-04-23 03:59:05] "GET /obj-perms HTTP/1.1" 200 5066 0.076879 10.0.0.249 - - [2026-04-23 03:59:05] "GET /obj-perms HTTP/1.1" 200 5066 0.004470 10.0.0.23 - - [2026-04-23 03:59:10] "POST /neutron/port HTTP/1.1" 200 1140 0.022467 10.0.0.23 - - [2026-04-23 03:59:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008777 10.0.0.23 - - [2026-04-23 03:59:16] "POST /neutron/network HTTP/1.1" 200 936 0.008162 10.0.0.23 - - [2026-04-23 03:59:16] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.23 - - [2026-04-23 03:59:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008736 10.0.0.23 - - [2026-04-23 03:59:25] "POST /neutron/port HTTP/1.1" 200 1140 0.019181 10.0.0.23 - - [2026-04-23 03:59:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010155 10.0.0.23 - - [2026-04-23 03:59:31] "POST /neutron/port HTTP/1.1" 200 1140 0.020663 10.0.0.23 - - [2026-04-23 03:59:31] "GET /virtual-machine/99b42228-8d8b-46fe-a482-7e2290ec9763 HTTP/1.1" 200 1313 0.009242 10.0.0.23 - - [2026-04-23 03:59:31] "GET /virtual-machine-interface/6e35e712-d30a-4daf-958b-389678361493 HTTP/1.1" 200 3050 0.007250 10.0.0.23 - - [2026-04-23 03:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.23 - - [2026-04-23 03:59:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006877 10.0.0.23 - - [2026-04-23 03:59:31] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003420 10.0.0.23 - - [2026-04-23 03:59:31] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006215 10.0.0.23 - - [2026-04-23 03:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2026-04-23 03:59:34] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006046 10.0.0.23 - - [2026-04-23 03:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.23 - - [2026-04-23 03:59:38] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006487 10.0.0.23 - - [2026-04-23 03:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2026-04-23 03:59:42] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005390 10.0.0.23 - - [2026-04-23 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-04-23 03:59:46] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005281 10.0.0.23 - - [2026-04-23 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-04-23 03:59:50] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005947 10.0.0.23 - - [2026-04-23 03:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.23 - - [2026-04-23 03:59:55] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006106 10.0.0.23 - - [2026-04-23 03:59:55] "POST /neutron/port HTTP/1.1" 200 1217 0.019853 10.0.0.23 - - [2026-04-23 03:59:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006478 10.0.0.23 - - [2026-04-23 03:59:55] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.23 - - [2026-04-23 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.23 - - [2026-04-23 03:59:59] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007898 10.0.0.23 - - [2026-04-23 04:00:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010314 10.0.0.23 - - [2026-04-23 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.23 - - [2026-04-23 04:00:03] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006816 10.0.0.23 - - [2026-04-23 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2026-04-23 04:00:07] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008097 10.0.0.23 - - [2026-04-23 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.23 - - [2026-04-23 04:00:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005060 10.0.0.23 - - [2026-04-23 04:00:09] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003525 10.0.0.23 - - [2026-04-23 04:00:09] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006831 10.0.0.23 - - [2026-04-23 04:00:09] "POST /neutron/port HTTP/1.1" 200 1140 0.026381 10.0.0.23 - - [2026-04-23 04:00:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007909 10.0.0.23 - - [2026-04-23 04:00:18] "POST /neutron/network HTTP/1.1" 200 1122 0.008049 10.0.0.23 - - [2026-04-23 04:00:18] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017272 10.0.0.23 - - [2026-04-23 04:00:18] "POST /neutron/network HTTP/1.1" 200 1112 0.012383 10.0.0.23 - - [2026-04-23 04:00:25] "POST /neutron/port HTTP/1.1" 200 1141 0.019677 10.0.0.23 - - [2026-04-23 04:00:25] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009881 10.0.0.23 - - [2026-04-23 04:00:25] "GET /virtual-machine/4b55f057-acac-4ca5-bb90-567e712c80ef HTTP/1.1" 200 1312 0.008345 10.0.0.23 - - [2026-04-23 04:00:25] "GET /virtual-machine-interface/8c0d9196-4d71-45a3-8d1a-94373a07bdeb HTTP/1.1" 200 3042 0.006583 10.0.0.23 - - [2026-04-23 04:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.23 - - [2026-04-23 04:00:25] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004348 10.0.0.23 - - [2026-04-23 04:00:25] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003460 10.0.0.23 - - [2026-04-23 04:00:25] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006520 10.0.0.23 - - [2026-04-23 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2026-04-23 04:00:26] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006177 10.0.0.23 - - [2026-04-23 04:00:26] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003616 10.0.0.23 - - [2026-04-23 04:00:26] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007314 10.0.0.23 - - [2026-04-23 04:00:26] "POST /neutron/port HTTP/1.1" 200 2131 0.023146 10.0.0.23 - - [2026-04-23 04:00:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008535 10.0.0.23 - - [2026-04-23 04:00:27] "POST /neutron/port HTTP/1.1" 200 2131 0.040070 10.0.0.23 - - [2026-04-23 04:00:27] "GET /virtual-machine/4a425446-f8ff-44b3-95e5-bd103a29274e HTTP/1.1" 200 1589 0.008208 10.0.0.23 - - [2026-04-23 04:00:27] "GET /virtual-machine-interface/28f1edb2-c297-49b1-b924-2b8e61b8b2be HTTP/1.1" 200 3041 0.006196 10.0.0.23 - - [2026-04-23 04:00:27] "GET /virtual-machine-interface/8eedcb53-e22b-4cf3-9744-c5eb1a185435 HTTP/1.1" 200 3042 0.006328 10.0.0.23 - - [2026-04-23 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.23 - - [2026-04-23 04:00:27] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003586 10.0.0.23 - - [2026-04-23 04:00:27] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003833 10.0.0.23 - - [2026-04-23 04:00:27] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007846 10.0.0.23 - - [2026-04-23 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.23 - - [2026-04-23 04:00:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004633 10.0.0.23 - - [2026-04-23 04:00:28] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003224 10.0.0.23 - - [2026-04-23 04:00:28] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005896 10.0.0.23 - - [2026-04-23 04:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2026-04-23 04:00:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004647 10.0.0.23 - - [2026-04-23 04:00:28] "GET /virtual-networks?parent_id=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003811 10.0.0.23 - - [2026-04-23 04:00:28] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007149 10.0.0.23 - - [2026-04-23 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.23 - - [2026-04-23 04:00:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004159 10.0.0.23 - - [2026-04-23 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.23 - - [2026-04-23 04:00:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005113 10.0.0.23 - - [2026-04-23 04:00:30] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.016005 10.0.0.23 - - [2026-04-23 04:00:30] "POST /fqname-to-id HTTP/1.1" 404 217 0.003719 10.0.0.23 - - [2026-04-23 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.249 - - [2026-04-23 04:00:30] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001419 10.0.0.23 - - [2026-04-23 04:00:30] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.042722 10.0.0.23 - - [2026-04-23 04:00:30] "POST /network-policys HTTP/1.1" 200 541 0.057399 10.0.0.23 - - [2026-04-23 04:00:30] "GET /network-policy/a7ad692f-2b4a-4389-9428-fa520c958a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.007790 10.0.0.23 - - [2026-04-23 04:00:30] "POST /neutron/network HTTP/1.1" 200 938 0.105697 10.0.0.23 - - [2026-04-23 04:00:30] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.008649 10.0.0.23 - - [2026-04-23 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006110 10.0.0.23 - - [2026-04-23 04:00:30] "GET /network-policy/a7ad692f-2b4a-4389-9428-fa520c958a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.005755 10.0.0.23 - - [2026-04-23 04:00:31] "POST /neutron/network HTTP/1.1" 200 937 0.096492 10.0.0.23 - - [2026-04-23 04:00:31] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005860 10.0.0.23 - - [2026-04-23 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007810 10.0.0.23 - - [2026-04-23 04:00:31] "GET /network-policy/a7ad692f-2b4a-4389-9428-fa520c958a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1995 0.005213 10.0.0.130 - - [2026-04-23 04:00:31] "POST /access-control-lists HTTP/1.1" 200 611 0.107366 10.0.0.23 - - [2026-04-23 04:00:31] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006399 10.0.0.130 - - [2026-04-23 04:00:31] "POST /ref-update HTTP/1.1" 200 156 0.036721 10.0.0.23 - - [2026-04-23 04:00:31] "GET /obj-perms HTTP/1.1" 200 5066 0.006184 10.0.0.249 - - [2026-04-23 04:00:31] "GET /obj-perms HTTP/1.1" 200 5066 0.004115 10.0.0.23 - - [2026-04-23 04:00:32] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006188 10.0.0.130 - - [2026-04-23 04:00:32] "GET /obj-perms HTTP/1.1" 200 5066 0.004298 10.0.0.23 - - [2026-04-23 04:00:32] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.008619 10.0.0.23 - - [2026-04-23 04:00:32] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006545 10.0.0.23 - - [2026-04-23 04:00:33] "GET /obj-perms HTTP/1.1" 200 5066 0.003957 10.0.0.249 - - [2026-04-23 04:00:33] "GET /obj-perms HTTP/1.1" 200 5066 0.004287 10.0.0.23 - - [2026-04-23 04:00:33] "GET /virtual-network/e93cab9e-ca65-4677-ba05-096870856901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007073 10.0.0.130 - - [2026-04-23 04:00:33] "GET /obj-perms HTTP/1.1" 200 5066 0.006194 10.0.0.23 - - [2026-04-23 04:00:48] "GET /obj-perms HTTP/1.1" 200 5066 0.005005 10.0.0.23 - - [2026-04-23 04:00:55] "POST /neutron/port HTTP/1.1" 200 1106 0.020390 10.0.0.23 - - [2026-04-23 04:00:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.010508 10.0.0.23 - - [2026-04-23 04:01:18] "POST /neutron/port HTTP/1.1" 200 1106 0.018506 10.0.0.23 - - [2026-04-23 04:01:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004429 10.0.0.23 - - [2026-04-23 04:01:18] "POST /neutron/network HTTP/1.1" 200 926 0.007857 10.0.0.23 - - [2026-04-23 04:01:56] "POST /neutron/network HTTP/1.1" 200 947 0.007902 10.0.0.23 - - [2026-04-23 04:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.249 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.249 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.130 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.130 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.130 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.130 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.249 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.249 - - [2026-04-23 04:01:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000595 10.0.0.23 - - [2026-04-23 04:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-04-23 04:01:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-23 04:02:19] "POST /neutron/port HTTP/1.1" 200 1142 0.019987 10.0.0.23 - - [2026-04-23 04:02:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.010241 10.0.0.23 - - [2026-04-23 04:02:20] "GET /obj-perms HTTP/1.1" 200 5056 0.050517 10.0.0.23 - - [2026-04-23 04:02:56] "POST /neutron/port HTTP/1.1" 200 1140 0.019138 10.0.0.23 - - [2026-04-23 04:02:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004773 10.0.0.23 - - [2026-04-23 04:02:56] "POST /neutron/network HTTP/1.1" 200 848 0.008221 10.0.0.249 - - [2026-04-23 04:03:21] "GET /obj-perms HTTP/1.1" 200 5056 0.081921 10.0.0.23 - - [2026-04-23 04:03:21] "POST /neutron/network HTTP/1.1" 200 948 0.032546 10.0.0.23 - - [2026-04-23 04:03:21] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.23 - - [2026-04-23 04:03:57] "POST /neutron/port HTTP/1.1" 200 1217 0.043097 10.0.0.23 - - [2026-04-23 04:03:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005268 10.0.0.23 - - [2026-04-23 04:03:58] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.23 - - [2026-04-23 04:04:11] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.032655 10.0.0.23 - - [2026-04-23 04:04:11] "POST /neutron/network HTTP/1.1" 200 843 0.114178 10.0.0.23 - - [2026-04-23 04:04:11] "GET /virtual-network/e4db8dea-a00f-4d35-9d21-97df7918c3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008104 10.0.0.23 - - [2026-04-23 04:04:11] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005892 10.0.0.23 - - [2026-04-23 04:04:11] "POST /neutron/network HTTP/1.1" 200 844 0.102139 10.0.0.23 - - [2026-04-23 04:04:11] "GET /virtual-network/72dc3967-0546-4515-b284-76f04a4900d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006275 10.0.0.23 - - [2026-04-23 04:04:11] "DELETE /network-policy/a7ad692f-2b4a-4389-9428-fa520c958a08 HTTP/1.1" 200 115 0.034091 10.0.0.23 - - [2026-04-23 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.23 - - [2026-04-23 04:04:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004506 10.0.0.23 - - [2026-04-23 04:04:11] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.013737 10.0.0.130 - - [2026-04-23 04:04:11] "POST /ref-update HTTP/1.1" 200 156 0.076913 10.0.0.130 - - [2026-04-23 04:04:12] "POST /ref-update HTTP/1.1" 200 156 0.031874 10.0.0.23 - - [2026-04-23 04:04:13] "POST /neutron/network HTTP/1.1" 400 204 0.016467 10.0.0.23 - - [2026-04-23 04:04:13] "POST /neutron/port HTTP/1.1" 200 1131 0.033834 10.0.0.23 - - [2026-04-23 04:04:14] "POST /neutron/port HTTP/1.1" 200 151 0.251094 10.0.0.23 - - [2026-04-23 04:04:14] "POST /neutron/port HTTP/1.1" 200 151 0.284985 10.0.0.23 - - [2026-04-23 04:04:15] "POST /neutron/network HTTP/1.1" 200 848 0.008565 10.0.0.130 - - [2026-04-23 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.013354 10.0.0.249 - - [2026-04-23 04:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.041898 10.0.0.249 - - [2026-04-23 04:04:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008895 10.0.0.23 - - [2026-04-23 04:04:15] "POST /neutron/network HTTP/1.1" 200 151 0.205970 10.0.0.23 - - [2026-04-23 04:04:16] "POST /neutron/port HTTP/1.1" 200 1142 0.019828 10.0.0.23 - - [2026-04-23 04:04:17] "POST /neutron/port HTTP/1.1" 200 151 0.226078 10.0.0.23 - - [2026-04-23 04:04:18] "POST /neutron/network HTTP/1.1" 200 844 0.008712 10.0.0.130 - - [2026-04-23 04:04:18] "DELETE /route-target/60de47c8-c473-4b87-abcd-f8c491e231a5 HTTP/1.1" 200 115 0.023239 10.0.0.249 - - [2026-04-23 04:04:18] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001121 10.0.0.23 - - [2026-04-23 04:04:18] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.073708 10.0.0.249 - - [2026-04-23 04:04:18] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001239 10.0.0.23 - - [2026-04-23 04:04:18] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?fields=virtual_networks HTTP/1.1" 200 1070 0.047887 10.0.0.249 - - [2026-04-23 04:04:18] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001198 10.0.0.23 - - [2026-04-23 04:04:18] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.048005 10.0.0.249 - - [2026-04-23 04:04:18] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000974 10.0.0.23 - - [2026-04-23 04:04:19] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?fields=security_groups HTTP/1.1" 200 1315 0.039986 10.0.0.23 - - [2026-04-23 04:04:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.030824 10.0.0.249 - - [2026-04-23 04:04:19] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003691 10.0.0.249 - - [2026-04-23 04:04:20] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.249 - - [2026-04-23 04:04:20] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038697 10.0.0.249 - - [2026-04-23 04:04:20] "POST /id-to-fqname HTTP/1.1" 200 185 0.006091 10.0.0.249 - - [2026-04-23 04:04:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.008787 10.0.0.249 - - [2026-04-23 04:04:20] "POST /security-groups HTTP/1.1" 200 586 0.086045 10.0.0.249 - - [2026-04-23 04:04:20] "POST /projects HTTP/1.1" 200 575 0.313268 10.0.0.130 - - [2026-04-23 04:04:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.005934 10.0.0.249 - - [2026-04-23 04:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.384635 10.0.0.23 - - [2026-04-23 04:04:20] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.567214 10.0.0.23 - - [2026-04-23 04:04:21] "GET / HTTP/1.1" 200 36215 0.001782 10.0.0.23 - - [2026-04-23 04:04:22] "GET /obj-perms HTTP/1.1" 200 5056 0.129166 10.0.0.249 - - [2026-04-23 04:04:22] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001160 10.0.0.23 - - [2026-04-23 04:04:22] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.042151 10.0.0.130 - - [2026-04-23 04:04:22] "GET /obj-perms HTTP/1.1" 200 5056 0.071220 10.0.0.23 - - [2026-04-23 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2026-04-23 04:04:23] "GET /security-group/d7fca97e-e21b-4581-9be6-af455c5bd898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.005758 10.0.0.23 - - [2026-04-23 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.249 - - [2026-04-23 04:04:23] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000992 10.0.0.23 - - [2026-04-23 04:04:23] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.042560 10.0.0.23 - - [2026-04-23 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.23 - - [2026-04-23 04:04:23] "GET /security-group/d7fca97e-e21b-4581-9be6-af455c5bd898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3711 0.004251 10.0.0.23 - - [2026-04-23 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010774 10.0.0.23 - - [2026-04-23 04:04:23] "PUT /security-group/d7fca97e-e21b-4581-9be6-af455c5bd898 HTTP/1.1" 200 263 0.018180 10.0.0.130 - - [2026-04-23 04:04:23] "PUT /access-control-list/0581184c-973d-419a-a8b8-992ff2302449 HTTP/1.1" 200 273 0.035775 10.0.0.249 - - [2026-04-23 04:04:26] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.23 - - [2026-04-23 04:04:26] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.048636 10.0.0.249 - - [2026-04-23 04:04:26] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 10.0.0.23 - - [2026-04-23 04:04:26] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?fields=virtual_networks HTTP/1.1" 200 1025 0.052800 10.0.0.249 - - [2026-04-23 04:04:26] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.23 - - [2026-04-23 04:04:26] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.047120 10.0.0.249 - - [2026-04-23 04:04:26] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001404 10.0.0.23 - - [2026-04-23 04:04:26] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?fields=security_groups HTTP/1.1" 200 1247 0.045925 10.0.0.23 - - [2026-04-23 04:04:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.030401 10.0.0.249 - - [2026-04-23 04:04:27] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004084 10.0.0.249 - - [2026-04-23 04:04:27] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001631 10.0.0.249 - - [2026-04-23 04:04:27] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008574 10.0.0.249 - - [2026-04-23 04:04:27] "POST /id-to-fqname HTTP/1.1" 200 194 0.002604 10.0.0.249 - - [2026-04-23 04:04:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.005136 10.0.0.249 - - [2026-04-23 04:04:27] "POST /security-groups HTTP/1.1" 200 595 0.077334 10.0.0.249 - - [2026-04-23 04:04:27] "POST /projects HTTP/1.1" 200 593 0.296659 10.0.0.130 - - [2026-04-23 04:04:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.004186 10.0.0.249 - - [2026-04-23 04:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.367440 10.0.0.23 - - [2026-04-23 04:04:28] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.508920 10.0.0.23 - - [2026-04-23 04:04:29] "GET / HTTP/1.1" 200 36215 0.001683 10.0.0.23 - - [2026-04-23 04:04:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2026-04-23 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.088387 10.0.0.249 - - [2026-04-23 04:04:31] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001149 10.0.0.23 - - [2026-04-23 04:04:31] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.042777 10.0.0.249 - - [2026-04-23 04:04:31] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001300 10.0.0.23 - - [2026-04-23 04:04:31] "POST /neutron/network HTTP/1.1" 200 623 0.212007 10.0.0.130 - - [2026-04-23 04:04:31] "POST /ref-update HTTP/1.1" 200 156 0.044366 10.0.0.23 - - [2026-04-23 04:04:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.003898 10.0.0.23 - - [2026-04-23 04:04:32] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007954 10.0.0.23 - - [2026-04-23 04:04:32] "POST /neutron/network HTTP/1.1" 200 842 0.009642 10.0.0.23 - - [2026-04-23 04:04:32] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006960 10.0.0.23 - - [2026-04-23 04:04:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001155 10.0.0.23 - - [2026-04-23 04:04:32] "POST /neutron/port HTTP/1.1" 200 4186 0.048665 10.0.0.249 - - [2026-04-23 04:04:33] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001316 10.0.0.23 - - [2026-04-23 04:04:33] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.118329 10.0.0.23 - - [2026-04-23 04:04:33] "POST /neutron/port HTTP/1.1" 200 4186 0.057700 10.0.0.23 - - [2026-04-23 04:04:33] "POST /id-to-fqname HTTP/1.1" 200 231 0.001334 10.0.0.23 - - [2026-04-23 04:04:34] "POST /neutron/network HTTP/1.1" 200 852 0.008386 10.0.0.23 - - [2026-04-23 04:04:34] "POST /neutron/port HTTP/1.1" 200 1064 0.020984 10.0.0.23 - - [2026-04-23 04:04:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004607 10.0.0.23 - - [2026-04-23 04:04:35] "POST /neutron/network HTTP/1.1" 200 842 0.013100 10.0.0.23 - - [2026-04-23 04:04:54] "POST /neutron/network HTTP/1.1" 200 852 0.007053 10.0.0.249 - - [2026-04-23 04:04:55] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.23 - - [2026-04-23 04:04:55] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.077023 10.0.0.23 - - [2026-04-23 04:04:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007614 10.0.0.23 - - [2026-04-23 04:04:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009440 10.0.0.23 - - [2026-04-23 04:04:55] "POST /neutron/port HTTP/1.1" 200 1128 0.022429 10.0.0.23 - - [2026-04-23 04:04:55] "GET /virtual-machine/59fe9c23-2317-4bd5-83bc-2012d8c67552 HTTP/1.1" 401 292 0.000442 10.0.0.249 - - [2026-04-23 04:04:56] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001003 10.0.0.23 - - [2026-04-23 04:04:56] "GET /virtual-machine/59fe9c23-2317-4bd5-83bc-2012d8c67552 HTTP/1.1" 200 1297 0.048455 10.0.0.23 - - [2026-04-23 04:04:56] "POST /neutron/port HTTP/1.1" 200 1064 0.400012 10.0.0.23 - - [2026-04-23 04:04:56] "GET /virtual-machine-interface/5362ce75-3d8b-41dc-aaf5-fe648c5b1157 HTTP/1.1" 200 2989 0.010862 10.0.0.23 - - [2026-04-23 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2026-04-23 04:04:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003887 10.0.0.23 - - [2026-04-23 04:04:56] "GET /virtual-networks?parent_id=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.013331 10.0.0.23 - - [2026-04-23 04:04:56] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008797 10.0.0.23 - - [2026-04-23 04:04:56] "POST /neutron/port HTTP/1.1" 200 1118 0.190941 10.0.0.23 - - [2026-04-23 04:04:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.015596 10.0.0.23 - - [2026-04-23 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.23 - - [2026-04-23 04:04:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004876 10.0.0.23 - - [2026-04-23 04:04:57] "GET /virtual-networks?parent_id=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.012117 10.0.0.23 - - [2026-04-23 04:04:57] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.011086 10.0.0.23 - - [2026-04-23 04:04:57] "POST /neutron/port HTTP/1.1" 200 1128 0.033468 10.0.0.23 - - [2026-04-23 04:04:59] "POST /neutron/port HTTP/1.1" 200 1106 0.045230 10.0.0.23 - - [2026-04-23 04:04:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.020407 10.0.0.23 - - [2026-04-23 04:05:03] "POST /neutron/port HTTP/1.1" 200 1128 0.039463 10.0.0.23 - - [2026-04-23 04:05:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007906 10.0.0.249 - - [2026-04-23 04:05:14] "DELETE /project/946f4fa8de5d444896cee7e2d29b4a9a HTTP/1.1" 404 173 0.007913 10.0.0.249 - - [2026-04-23 04:05:14] "DELETE /project/955ff3f4e0a04c1cb4566ee7f4677658 HTTP/1.1" 404 173 0.009387 10.0.0.249 - - [2026-04-23 04:05:14] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000940 10.0.0.249 - - [2026-04-23 04:05:14] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000829 10.0.0.249 - - [2026-04-23 04:05:14] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1540 0.050225 10.0.0.249 - - [2026-04-23 04:05:14] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.086781 10.0.0.249 - - [2026-04-23 04:05:14] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001764 10.0.0.249 - - [2026-04-23 04:05:14] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.249 - - [2026-04-23 04:05:14] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?fields=security_groups HTTP/1.1" 200 1417 0.087173 10.0.0.249 - - [2026-04-23 04:05:14] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?fields=security_groups HTTP/1.1" 200 1349 0.098178 10.0.0.249 - - [2026-04-23 04:05:14] "DELETE /security-group/32ec5ce5-c456-45f7-8720-d2e8b8aa825a HTTP/1.1" 200 115 0.057784 10.0.0.249 - - [2026-04-23 04:05:14] "GET /projects?obj_uuids=3a35b01e-7135-40f9-a73d-3bb93aa18972&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001222 10.0.0.249 - - [2026-04-23 04:05:14] "GET /project/3a35b01e-7135-40f9-a73d-3bb93aa18972?fields=application_policy_sets HTTP/1.1" 200 1456 0.071170 10.0.0.249 - - [2026-04-23 04:05:14] "DELETE /security-group/61df70cd-a152-4667-aecd-16738259a1f8 HTTP/1.1" 200 115 0.106232 10.0.0.249 - - [2026-04-23 04:05:14] "GET /projects?obj_uuids=946f4fa8-de5d-4448-96ce-e7e2d29b4a9a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001835 10.0.0.249 - - [2026-04-23 04:05:15] "GET /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a?fields=application_policy_sets HTTP/1.1" 200 1388 0.081413 10.0.0.130 - - [2026-04-23 04:05:15] "DELETE /access-control-list/bf1dde6a-c208-4e29-a74b-aa13f7348106 HTTP/1.1" 200 115 0.100553 10.0.0.249 - - [2026-04-23 04:05:15] "DELETE /project/3a35b01e-7135-40f9-a73d-3bb93aa18972 HTTP/1.1" 409 225 0.495234 10.0.0.249 - - [2026-04-23 04:05:15] "DELETE /project/946f4fa8-de5d-4448-96ce-e7e2d29b4a9a HTTP/1.1" 200 115 0.640870 10.0.0.23 - - [2026-04-23 04:05:18] "POST /neutron/port HTTP/1.1" 200 1128 0.020580 10.0.0.23 - - [2026-04-23 04:05:23] "POST /neutron/port HTTP/1.1" 200 1217 0.036012 10.0.0.23 - - [2026-04-23 04:05:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004092 10.0.0.23 - - [2026-04-23 04:05:23] "POST /neutron/port HTTP/1.1" 200 117 0.001437 10.0.0.23 - - [2026-04-23 04:05:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010373 10.0.0.23 - - [2026-04-23 04:05:33] "POST /neutron/port HTTP/1.1" 200 1128 0.017825 10.0.0.23 - - [2026-04-23 04:05:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008536 10.0.0.23 - - [2026-04-23 04:05:49] "POST /neutron/port HTTP/1.1" 200 1128 0.022084 10.0.0.23 - - [2026-04-23 04:05:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008683 10.0.0.23 - - [2026-04-23 04:05:49] "GET /virtual-machine/9d5e1bc8-c462-4789-9b81-dddb4e326450 HTTP/1.1" 200 1299 0.006576 10.0.0.23 - - [2026-04-23 04:05:49] "GET /virtual-machine-interface/7eb12e23-59b0-4893-8a59-e14213893974 HTTP/1.1" 200 2988 0.006416 10.0.0.23 - - [2026-04-23 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2026-04-23 04:05:49] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004225 10.0.0.23 - - [2026-04-23 04:05:49] "GET /virtual-networks?parent_id=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.006138 10.0.0.23 - - [2026-04-23 04:05:49] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008436 10.0.0.23 - - [2026-04-23 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.23 - - [2026-04-23 04:05:52] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007532 10.0.0.23 - - [2026-04-23 04:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2026-04-23 04:05:56] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008938 10.0.0.23 - - [2026-04-23 04:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.23 - - [2026-04-23 04:06:00] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007867 10.0.0.23 - - [2026-04-23 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.23 - - [2026-04-23 04:06:04] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006849 10.0.0.23 - - [2026-04-23 04:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2026-04-23 04:06:09] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005555 10.0.0.23 - - [2026-04-23 04:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.23 - - [2026-04-23 04:06:13] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006090 10.0.0.23 - - [2026-04-23 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2026-04-23 04:06:17] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006206 10.0.0.23 - - [2026-04-23 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005591 10.0.0.23 - - [2026-04-23 04:06:21] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006615 10.0.0.23 - - [2026-04-23 04:06:24] "POST /neutron/port HTTP/1.1" 200 1106 0.019546 10.0.0.23 - - [2026-04-23 04:06:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004731 10.0.0.23 - - [2026-04-23 04:06:24] "POST /neutron/network HTTP/1.1" 200 926 0.007239 10.0.0.23 - - [2026-04-23 04:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2026-04-23 04:06:25] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005481 10.0.0.23 - - [2026-04-23 04:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.23 - - [2026-04-23 04:06:29] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007822 10.0.0.23 - - [2026-04-23 04:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.23 - - [2026-04-23 04:06:33] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007739 10.0.0.23 - - [2026-04-23 04:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005667 10.0.0.23 - - [2026-04-23 04:06:37] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006103 10.0.0.23 - - [2026-04-23 04:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-04-23 04:06:41] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005614 10.0.0.23 - - [2026-04-23 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.23 - - [2026-04-23 04:06:45] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010242 10.0.0.23 - - [2026-04-23 04:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.23 - - [2026-04-23 04:06:49] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006931 10.0.0.23 - - [2026-04-23 04:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2026-04-23 04:06:54] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012150 10.0.0.249 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.249 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.130 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.23 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.130 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.130 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.130 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.249 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.249 - - [2026-04-23 04:06:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-04-23 04:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.23 - - [2026-04-23 04:06:58] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007177 10.0.0.23 - - [2026-04-23 04:06:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000814 10.0.0.23 - - [2026-04-23 04:06:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-04-23 04:07:00] "POST /neutron/network HTTP/1.1" 200 1122 0.008299 10.0.0.23 - - [2026-04-23 04:07:00] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017567 10.0.0.23 - - [2026-04-23 04:07:01] "POST /neutron/network HTTP/1.1" 200 1112 0.011872 10.0.0.23 - - [2026-04-23 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.23 - - [2026-04-23 04:07:02] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007181 10.0.0.23 - - [2026-04-23 04:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-04-23 04:07:06] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006057 10.0.0.23 - - [2026-04-23 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.23 - - [2026-04-23 04:07:10] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007696 10.0.0.23 - - [2026-04-23 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.23 - - [2026-04-23 04:07:14] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006674 10.0.0.23 - - [2026-04-23 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-04-23 04:07:16] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003732 10.0.0.23 - - [2026-04-23 04:07:16] "GET /virtual-networks?parent_id=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003552 10.0.0.23 - - [2026-04-23 04:07:16] "GET /virtual-network/eefd27ea-dfc5-42b6-baba-2c29f58e3b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006779 10.0.0.23 - - [2026-04-23 04:07:16] "POST /neutron/port HTTP/1.1" 200 1128 0.017450 10.0.0.23 - - [2026-04-23 04:07:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008892 10.0.0.23 - - [2026-04-23 04:07:24] "POST /neutron/network HTTP/1.1" 200 852 0.007463 10.0.0.23 - - [2026-04-23 04:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.23 - - [2026-04-23 04:07:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008191 10.0.0.23 - - [2026-04-23 04:07:37] "POST /neutron/port HTTP/1.1" 200 1128 0.020228 10.0.0.23 - - [2026-04-23 04:07:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008732 10.0.0.23 - - [2026-04-23 04:07:52] "POST /neutron/port HTTP/1.1" 200 1128 0.023333 10.0.0.23 - - [2026-04-23 04:07:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008537 10.0.0.23 - - [2026-04-23 04:08:02] "POST /neutron/network HTTP/1.1" 200 936 0.009619 10.0.0.23 - - [2026-04-23 04:08:02] "POST /neutron/port HTTP/1.1" 200 117 0.001727 10.0.0.23 - - [2026-04-23 04:08:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008868 10.0.0.23 - - [2026-04-23 04:08:08] "POST /fqname-to-id HTTP/1.1" 404 240 0.004097 10.0.0.23 - - [2026-04-23 04:08:08] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.046212 10.0.0.23 - - [2026-04-23 04:08:09] "GET /bgp-as-a-service/f027f288-5f3c-410a-a57d-3e759d494c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1625 0.008630 10.0.0.23 - - [2026-04-23 04:08:09] "GET /virtual-machine-interface/7eb12e23-59b0-4893-8a59-e14213893974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.007710 10.0.0.23 - - [2026-04-23 04:08:09] "POST /ref-update HTTP/1.1" 200 156 0.014757 10.0.0.23 - - [2026-04-23 04:08:09] "POST /neutron/network HTTP/1.1" 200 842 0.007120 10.0.0.130 - - [2026-04-23 04:08:09] "POST /bgp-routers HTTP/1.1" 200 661 0.076455 10.0.0.130 - - [2026-04-23 04:08:09] "PUT /bgp-router/33d76e33-6d86-483d-b930-7c1b5f2c48c6 HTTP/1.1" 200 255 0.033145 10.0.0.249 - - [2026-04-23 04:08:25] "GET /obj-perms HTTP/1.1" 200 5056 0.074442 10.0.0.23 - - [2026-04-23 04:08:25] "GET /obj-perms HTTP/1.1" 200 5056 0.055977 10.0.0.23 - - [2026-04-23 04:08:26] "POST /neutron/port HTTP/1.1" 200 1217 0.050400 10.0.0.23 - - [2026-04-23 04:08:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004090 10.0.0.23 - - [2026-04-23 04:08:26] "POST /neutron/port HTTP/1.1" 200 117 0.001511 10.0.0.23 - - [2026-04-23 04:08:41] "GET /bgp-as-a-service/f027f288-5f3c-410a-a57d-3e759d494c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006411 10.0.0.23 - - [2026-04-23 04:08:41] "GET /virtual-machine-interface/7eb12e23-59b0-4893-8a59-e14213893974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.009129 10.0.0.23 - - [2026-04-23 04:08:41] "POST /ref-update HTTP/1.1" 200 156 0.015084 10.0.0.23 - - [2026-04-23 04:08:41] "DELETE /bgp-as-a-service/f027f288-5f3c-410a-a57d-3e759d494c01 HTTP/1.1" 200 115 0.073083 10.0.0.130 - - [2026-04-23 04:08:41] "DELETE /bgp-router/33d76e33-6d86-483d-b930-7c1b5f2c48c6 HTTP/1.1" 200 115 0.091099 10.0.0.23 - - [2026-04-23 04:08:42] "POST /neutron/network HTTP/1.1" 400 204 0.016204 10.0.0.23 - - [2026-04-23 04:08:42] "POST /neutron/port HTTP/1.1" 200 1128 0.020252 10.0.0.23 - - [2026-04-23 04:08:42] "POST /neutron/port HTTP/1.1" 200 151 0.229301 10.0.0.249 - - [2026-04-23 04:08:45] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001069 10.0.0.23 - - [2026-04-23 04:08:45] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.045979 10.0.0.249 - - [2026-04-23 04:08:45] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000981 10.0.0.23 - - [2026-04-23 04:08:45] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?fields=virtual_networks HTTP/1.1" 200 1043 0.045856 10.0.0.249 - - [2026-04-23 04:08:45] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001459 10.0.0.23 - - [2026-04-23 04:08:45] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.054598 10.0.0.249 - - [2026-04-23 04:08:45] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001077 10.0.0.23 - - [2026-04-23 04:08:45] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?fields=security_groups HTTP/1.1" 200 1274 0.052739 10.0.0.23 - - [2026-04-23 04:08:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.027117 10.0.0.249 - - [2026-04-23 04:08:46] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003583 10.0.0.249 - - [2026-04-23 04:08:46] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.249 - - [2026-04-23 04:08:46] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010046 10.0.0.249 - - [2026-04-23 04:08:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.007168 10.0.0.249 - - [2026-04-23 04:08:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.009869 10.0.0.249 - - [2026-04-23 04:08:47] "POST /security-groups HTTP/1.1" 200 592 0.087731 10.0.0.130 - - [2026-04-23 04:08:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.003457 10.0.0.249 - - [2026-04-23 04:08:47] "POST /projects HTTP/1.1" 200 587 0.301196 10.0.0.249 - - [2026-04-23 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.374413 10.0.0.130 - - [2026-04-23 04:08:47] "POST /access-control-lists HTTP/1.1" 200 597 0.035140 10.0.0.23 - - [2026-04-23 04:08:47] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.530629 10.0.0.23 - - [2026-04-23 04:08:48] "GET / HTTP/1.1" 200 36215 0.002435 10.0.0.23 - - [2026-04-23 04:08:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-04-23 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.060259 10.0.0.249 - - [2026-04-23 04:08:50] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.23 - - [2026-04-23 04:08:50] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.053249 10.0.0.23 - - [2026-04-23 04:08:50] "POST /neutron/network HTTP/1.1" 200 117 0.041544 10.0.0.23 - - [2026-04-23 04:08:51] "POST /neutron/network HTTP/1.1" 200 833 0.008693 10.0.0.23 - - [2026-04-23 04:08:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001239 10.0.0.23 - - [2026-04-23 04:08:51] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005600 10.0.0.23 - - [2026-04-23 04:08:51] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006618 10.0.0.23 - - [2026-04-23 04:08:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.011200 10.0.0.23 - - [2026-04-23 04:08:51] "POST /id-to-fqname HTTP/1.1" 200 225 0.001246 10.0.0.249 - - [2026-04-23 04:08:52] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.23 - - [2026-04-23 04:08:52] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.072027 10.0.0.23 - - [2026-04-23 04:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.032471 10.0.0.23 - - [2026-04-23 04:08:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001638 10.0.0.23 - - [2026-04-23 04:08:52] "POST /neutron/port HTTP/1.1" 200 4186 0.039783 10.0.0.249 - - [2026-04-23 04:08:52] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001027 10.0.0.23 - - [2026-04-23 04:08:53] "POST /neutron/port HTTP/1.1" 200 1061 0.419554 10.0.0.23 - - [2026-04-23 04:08:53] "POST /neutron/port HTTP/1.1" 200 1115 0.173714 10.0.0.249 - - [2026-04-23 04:08:53] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001622 10.0.0.23 - - [2026-04-23 04:08:53] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.102834 10.0.0.23 - - [2026-04-23 04:08:53] "POST /neutron/network HTTP/1.1" 200 833 0.010981 10.0.0.23 - - [2026-04-23 04:08:53] "POST /neutron/network HTTP/1.1" 200 833 0.008472 10.0.0.23 - - [2026-04-23 04:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.011297 10.0.0.23 - - [2026-04-23 04:08:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001288 10.0.0.23 - - [2026-04-23 04:08:54] "POST /neutron/network HTTP/1.1" 200 843 0.013912 10.0.0.23 - - [2026-04-23 04:08:54] "POST /neutron/port HTTP/1.1" 200 1061 0.032725 10.0.0.249 - - [2026-04-23 04:08:55] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.23 - - [2026-04-23 04:08:55] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.118751 10.0.0.23 - - [2026-04-23 04:08:55] "POST /neutron/port HTTP/1.1" 200 1125 0.064209 10.0.0.23 - - [2026-04-23 04:08:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.015794 10.0.0.23 - - [2026-04-23 04:08:55] "POST /neutron/port HTTP/1.1" 200 6130 0.143003 10.0.0.23 - - [2026-04-23 04:08:55] "POST /neutron/port HTTP/1.1" 200 1125 0.030298 10.0.0.249 - - [2026-04-23 04:08:56] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001462 10.0.0.23 - - [2026-04-23 04:08:56] "POST /neutron/port HTTP/1.1" 200 1061 0.506286 10.0.0.23 - - [2026-04-23 04:08:56] "POST /neutron/port HTTP/1.1" 200 1115 0.206134 10.0.0.23 - - [2026-04-23 04:08:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.017535 10.0.0.23 - - [2026-04-23 04:09:01] "POST /neutron/port HTTP/1.1" 200 1125 0.042609 10.0.0.23 - - [2026-04-23 04:09:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009019 10.0.0.249 - - [2026-04-23 04:09:15] "DELETE /project/0db53dc5468e4bf09da5e4c4e85d7a86 HTTP/1.1" 404 173 0.005294 10.0.0.249 - - [2026-04-23 04:09:15] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000969 10.0.0.249 - - [2026-04-23 04:09:15] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.101446 10.0.0.249 - - [2026-04-23 04:09:15] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001025 10.0.0.130 - - [2026-04-23 04:09:15] "DELETE /access-control-list/2560e991-e529-4369-a8f9-ebe8b057ba6c HTTP/1.1" 200 115 0.137457 10.0.0.249 - - [2026-04-23 04:09:15] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?fields=security_groups HTTP/1.1" 200 1111 0.091314 10.0.0.249 - - [2026-04-23 04:09:15] "GET /projects?obj_uuids=955ff3f4-e0a0-4c1c-b456-6ee7f4677658&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001693 10.0.0.249 - - [2026-04-23 04:09:15] "GET /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658?fields=application_policy_sets HTTP/1.1" 404 171 0.020253 10.0.0.249 - - [2026-04-23 04:09:15] "DELETE /project/955ff3f4-e0a0-4c1c-b456-6ee7f4677658 HTTP/1.1" 404 171 0.329597 10.0.0.23 - - [2026-04-23 04:09:16] "POST /neutron/port HTTP/1.1" 200 1125 0.021225 10.0.0.23 - - [2026-04-23 04:09:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008818 10.0.0.130 - - [2026-04-23 04:09:26] "GET /obj-perms HTTP/1.1" 200 5056 0.052369 10.0.0.23 - - [2026-04-23 04:09:26] "POST /neutron/port HTTP/1.1" 200 1125 0.030107 10.0.0.23 - - [2026-04-23 04:09:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007951 10.0.0.23 - - [2026-04-23 04:09:26] "POST /neutron/network HTTP/1.1" 200 926 0.008648 10.0.0.23 - - [2026-04-23 04:09:36] "POST /neutron/port HTTP/1.1" 200 1125 0.025154 10.0.0.23 - - [2026-04-23 04:09:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008820 10.0.0.23 - - [2026-04-23 04:09:36] "GET /virtual-machine/6a050a9f-893b-4c1a-846e-e7b22299ca37 HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-04-23 04:09:37] "GET /virtual-machine/6a050a9f-893b-4c1a-846e-e7b22299ca37 HTTP/1.1" 200 1294 0.032147 10.0.0.23 - - [2026-04-23 04:09:37] "GET /virtual-machine-interface/881b2968-497a-4512-b83c-f38368d50a08 HTTP/1.1" 200 2965 0.005280 10.0.0.23 - - [2026-04-23 04:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.23 - - [2026-04-23 04:09:37] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004113 10.0.0.23 - - [2026-04-23 04:09:37] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004133 10.0.0.23 - - [2026-04-23 04:09:37] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007630 10.0.0.23 - - [2026-04-23 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.23 - - [2026-04-23 04:09:40] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006181 10.0.0.23 - - [2026-04-23 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006715 10.0.0.23 - - [2026-04-23 04:09:44] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008120 10.0.0.23 - - [2026-04-23 04:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-04-23 04:09:48] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005897 10.0.0.23 - - [2026-04-23 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.23 - - [2026-04-23 04:09:52] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005944 10.0.0.23 - - [2026-04-23 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.23 - - [2026-04-23 04:09:57] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006583 10.0.0.23 - - [2026-04-23 04:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.23 - - [2026-04-23 04:10:01] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007529 10.0.0.23 - - [2026-04-23 04:10:04] "POST /neutron/port HTTP/1.1" 200 1217 0.046986 10.0.0.23 - - [2026-04-23 04:10:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004379 10.0.0.23 - - [2026-04-23 04:10:04] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.23 - - [2026-04-23 04:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.23 - - [2026-04-23 04:10:05] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005923 10.0.0.23 - - [2026-04-23 04:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2026-04-23 04:10:09] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005805 10.0.0.23 - - [2026-04-23 04:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.23 - - [2026-04-23 04:10:13] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005723 10.0.0.23 - - [2026-04-23 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.23 - - [2026-04-23 04:10:17] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006378 10.0.0.23 - - [2026-04-23 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005855 10.0.0.23 - - [2026-04-23 04:10:21] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008649 10.0.0.23 - - [2026-04-23 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2026-04-23 04:10:25] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009368 10.0.0.23 - - [2026-04-23 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005399 10.0.0.23 - - [2026-04-23 04:10:29] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005634 10.0.0.23 - - [2026-04-23 04:10:33] "POST /neutron/port HTTP/1.1" 200 1125 0.056056 10.0.0.23 - - [2026-04-23 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.23 - - [2026-04-23 04:10:33] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007492 10.0.0.23 - - [2026-04-23 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.23 - - [2026-04-23 04:10:37] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008087 10.0.0.23 - - [2026-04-23 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.23 - - [2026-04-23 04:10:42] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006567 10.0.0.23 - - [2026-04-23 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008396 10.0.0.23 - - [2026-04-23 04:10:46] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007823 10.0.0.23 - - [2026-04-23 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.23 - - [2026-04-23 04:10:50] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005883 10.0.0.23 - - [2026-04-23 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.23 - - [2026-04-23 04:10:54] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006856 10.0.0.23 - - [2026-04-23 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.23 - - [2026-04-23 04:10:58] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007480 10.0.0.23 - - [2026-04-23 04:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006593 10.0.0.23 - - [2026-04-23 04:11:02] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006098 10.0.0.23 - - [2026-04-23 04:11:04] "POST /neutron/port HTTP/1.1" 200 1106 0.021710 10.0.0.23 - - [2026-04-23 04:11:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.012435 10.0.0.23 - - [2026-04-23 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.23 - - [2026-04-23 04:11:06] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006330 10.0.0.23 - - [2026-04-23 04:11:08] "POST /neutron/port HTTP/1.1" 200 1125 0.020196 10.0.0.23 - - [2026-04-23 04:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2026-04-23 04:11:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006753 10.0.0.23 - - [2026-04-23 04:11:10] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004312 10.0.0.23 - - [2026-04-23 04:11:10] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010541 10.0.0.23 - - [2026-04-23 04:11:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008376 10.0.0.23 - - [2026-04-23 04:11:16] "POST /neutron/port HTTP/1.1" 200 1125 0.022330 10.0.0.23 - - [2026-04-23 04:11:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008890 10.0.0.23 - - [2026-04-23 04:11:28] "POST /neutron/port HTTP/1.1" 200 1217 0.024688 10.0.0.23 - - [2026-04-23 04:11:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004589 10.0.0.23 - - [2026-04-23 04:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.23 - - [2026-04-23 04:11:31] "POST /neutron/port HTTP/1.1" 200 1125 0.020718 10.0.0.23 - - [2026-04-23 04:11:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008563 10.0.0.23 - - [2026-04-23 04:11:47] "POST /neutron/port HTTP/1.1" 200 1125 0.021476 10.0.0.23 - - [2026-04-23 04:11:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008442 10.0.0.249 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.249 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000708 10.0.0.23 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.130 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.130 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.130 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.130 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000919 10.0.0.249 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.249 - - [2026-04-23 04:11:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2026-04-23 04:11:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.23 - - [2026-04-23 04:11:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-04-23 04:12:02] "POST /neutron/port HTTP/1.1" 200 1125 0.022390 10.0.0.23 - - [2026-04-23 04:12:04] "POST /neutron/port HTTP/1.1" 200 1125 0.020649 10.0.0.23 - - [2026-04-23 04:12:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.011859 10.0.0.23 - - [2026-04-23 04:12:07] "POST /neutron/port HTTP/1.1" 200 1125 0.020162 10.0.0.23 - - [2026-04-23 04:12:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008451 10.0.0.23 - - [2026-04-23 04:12:08] "GET /virtual-machine/7590779a-6203-44c3-a98c-44b13efc9810 HTTP/1.1" 200 1295 0.008239 10.0.0.23 - - [2026-04-23 04:12:08] "GET /virtual-machine-interface/7ad5ac8e-1206-4aac-bb5b-58c1307309c1 HTTP/1.1" 200 2965 0.006310 10.0.0.23 - - [2026-04-23 04:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2026-04-23 04:12:08] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006279 10.0.0.23 - - [2026-04-23 04:12:08] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004194 10.0.0.23 - - [2026-04-23 04:12:08] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006178 10.0.0.23 - - [2026-04-23 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2026-04-23 04:12:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005311 10.0.0.23 - - [2026-04-23 04:12:09] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004554 10.0.0.23 - - [2026-04-23 04:12:09] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006007 10.0.0.23 - - [2026-04-23 04:12:09] "POST /neutron/port HTTP/1.1" 200 1125 0.021423 10.0.0.23 - - [2026-04-23 04:12:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009949 10.0.0.23 - - [2026-04-23 04:12:09] "GET /virtual-machine/81a66e13-efe8-4645-b0e9-0dc634e96be1 HTTP/1.1" 200 1295 0.007577 10.0.0.23 - - [2026-04-23 04:12:09] "GET /virtual-machine-interface/0258afca-7f09-438f-8c17-2ff84e37b301 HTTP/1.1" 200 2964 0.005287 10.0.0.23 - - [2026-04-23 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.23 - - [2026-04-23 04:12:09] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004087 10.0.0.23 - - [2026-04-23 04:12:09] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003013 10.0.0.23 - - [2026-04-23 04:12:09] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005851 10.0.0.23 - - [2026-04-23 04:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.23 - - [2026-04-23 04:12:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004411 10.0.0.23 - - [2026-04-23 04:12:10] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003736 10.0.0.23 - - [2026-04-23 04:12:11] "GET /virtual-network/0040e613-d473-4853-9ddd-141e281d1810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006396 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003465 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.23 - - [2026-04-23 04:12:11] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.009386 10.0.0.23 - - [2026-04-23 04:12:11] "POST /control-node-zones HTTP/1.1" 200 571 0.032613 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-04-23 04:12:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.006185 10.0.0.23 - - [2026-04-23 04:12:11] "GET /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007356 10.0.0.23 - - [2026-04-23 04:12:11] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.023597 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003482 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.23 - - [2026-04-23 04:12:11] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006791 10.0.0.23 - - [2026-04-23 04:12:11] "POST /control-node-zones HTTP/1.1" 200 571 0.029256 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2026-04-23 04:12:11] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.006061 10.0.0.23 - - [2026-04-23 04:12:11] "GET /control-node-zone/a003d607-1468-4454-a8b5-21e17533cb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.007008 10.0.0.23 - - [2026-04-23 04:12:11] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.034802 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.004028 10.0.0.23 - - [2026-04-23 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-04-23 04:12:12] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.010278 10.0.0.23 - - [2026-04-23 04:12:12] "POST /control-node-zones HTTP/1.1" 200 571 0.040700 10.0.0.23 - - [2026-04-23 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-04-23 04:12:12] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005301 10.0.0.23 - - [2026-04-23 04:12:12] "GET /control-node-zone/32d70544-bc6e-431d-8923-56cf0f3db60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006479 10.0.0.23 - - [2026-04-23 04:12:12] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.026407 10.0.0.23 - - [2026-04-23 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2026-04-23 04:12:12] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006527 10.0.0.23 - - [2026-04-23 04:12:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003149 10.0.0.23 - - [2026-04-23 04:12:12] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.033991 10.0.0.23 - - [2026-04-23 04:12:12] "POST /neutron/network HTTP/1.1" 200 833 0.007807 10.0.0.23 - - [2026-04-23 04:12:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009230 10.0.0.23 - - [2026-04-23 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.23 - - [2026-04-23 04:12:12] "GET /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006009 10.0.0.23 - - [2026-04-23 04:12:12] "GET /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004162 10.0.0.23 - - [2026-04-23 04:12:13] "POST /ref-update HTTP/1.1" 200 156 0.017267 10.0.0.249 - - [2026-04-23 04:12:28] "GET /obj-perms HTTP/1.1" 200 5056 0.065160 10.0.0.23 - - [2026-04-23 04:12:29] "POST /neutron/network HTTP/1.1" 200 936 0.007760 10.0.0.23 - - [2026-04-23 04:12:29] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.23 - - [2026-04-23 04:12:41] "GET /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007968 10.0.0.23 - - [2026-04-23 04:12:41] "GET /virtual-machine-interface/881b2968-497a-4512-b83c-f38368d50a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006169 10.0.0.23 - - [2026-04-23 04:12:41] "POST /ref-update HTTP/1.1" 200 156 0.014626 10.0.0.130 - - [2026-04-23 04:12:41] "POST /bgp-routers HTTP/1.1" 200 642 0.060162 10.0.0.130 - - [2026-04-23 04:12:41] "PUT /bgp-router/2a8aec4e-fd72-4c8a-a976-93a5277eb03d HTTP/1.1" 200 255 0.038274 10.0.0.23 - - [2026-04-23 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007079 10.0.0.23 - - [2026-04-23 04:12:42] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007331 10.0.0.23 - - [2026-04-23 04:12:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.003366 10.0.0.23 - - [2026-04-23 04:12:42] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.034429 10.0.0.23 - - [2026-04-23 04:12:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.009594 10.0.0.23 - - [2026-04-23 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.23 - - [2026-04-23 04:12:42] "GET /bgp-as-a-service/900c33ca-d9b9-4fd8-9c40-43b59be14063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.006158 10.0.0.23 - - [2026-04-23 04:12:42] "GET /control-node-zone/a003d607-1468-4454-a8b5-21e17533cb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004512 10.0.0.23 - - [2026-04-23 04:12:42] "POST /ref-update HTTP/1.1" 200 156 0.017221 10.0.0.23 - - [2026-04-23 04:12:51] "GET /bgp-as-a-service/900c33ca-d9b9-4fd8-9c40-43b59be14063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.008879 10.0.0.23 - - [2026-04-23 04:12:51] "GET /virtual-machine-interface/7ad5ac8e-1206-4aac-bb5b-58c1307309c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006643 10.0.0.23 - - [2026-04-23 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.016300 10.0.0.130 - - [2026-04-23 04:12:51] "POST /ref-update HTTP/1.1" 200 156 0.019837 10.0.0.23 - - [2026-04-23 04:13:04] "POST /neutron/port HTTP/1.1" 200 1217 0.019552 10.0.0.23 - - [2026-04-23 04:13:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004249 10.0.0.23 - - [2026-04-23 04:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.23 - - [2026-04-23 04:13:18] "GET /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004380 10.0.0.23 - - [2026-04-23 04:13:18] "POST /ref-update HTTP/1.1" 200 156 0.021491 10.0.0.23 - - [2026-04-23 04:13:18] "GET /control-node-zone/a003d607-1468-4454-a8b5-21e17533cb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004431 10.0.0.23 - - [2026-04-23 04:13:18] "POST /ref-update HTTP/1.1" 200 156 0.023617 10.0.0.23 - - [2026-04-23 04:13:18] "GET /control-node-zone/32d70544-bc6e-431d-8923-56cf0f3db60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005452 10.0.0.23 - - [2026-04-23 04:13:18] "POST /ref-update HTTP/1.1" 200 156 0.021903 10.0.0.23 - - [2026-04-23 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-04-23 04:13:18] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005763 10.0.0.23 - - [2026-04-23 04:13:18] "GET /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005073 10.0.0.23 - - [2026-04-23 04:13:18] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.022000 10.0.0.23 - - [2026-04-23 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.23 - - [2026-04-23 04:13:18] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005793 10.0.0.23 - - [2026-04-23 04:13:18] "GET /control-node-zone/a003d607-1468-4454-a8b5-21e17533cb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004302 10.0.0.23 - - [2026-04-23 04:13:18] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.024279 10.0.0.23 - - [2026-04-23 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.23 - - [2026-04-23 04:13:18] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.007166 10.0.0.23 - - [2026-04-23 04:13:18] "GET /control-node-zone/32d70544-bc6e-431d-8923-56cf0f3db60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004432 10.0.0.23 - - [2026-04-23 04:13:18] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.023393 10.0.0.23 - - [2026-04-23 04:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.059525 10.0.0.130 - - [2026-04-23 04:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.049589 10.0.0.23 - - [2026-04-23 04:13:31] "POST /neutron/port HTTP/1.1" 200 1125 0.071003 10.0.0.23 - - [2026-04-23 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.23 - - [2026-04-23 04:13:31] "GET /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.007100 10.0.0.23 - - [2026-04-23 04:13:31] "GET /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006181 10.0.0.23 - - [2026-04-23 04:13:31] "POST /ref-update HTTP/1.1" 200 156 0.026510 10.0.0.23 - - [2026-04-23 04:13:31] "GET /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004807 10.0.0.23 - - [2026-04-23 04:13:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005209 10.0.0.23 - - [2026-04-23 04:13:31] "POST /ref-update HTTP/1.1" 200 156 0.025877 10.0.0.23 - - [2026-04-23 04:13:31] "POST /neutron/network HTTP/1.1" 200 833 0.013772 10.0.0.23 - - [2026-04-23 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2026-04-23 04:13:31] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.008597 10.0.0.23 - - [2026-04-23 04:13:31] "POST /neutron/network HTTP/1.1" 200 833 0.008621 10.0.0.23 - - [2026-04-23 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.23 - - [2026-04-23 04:13:31] "GET /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007574 10.0.0.23 - - [2026-04-23 04:13:31] "GET /control-node-zone/32d70544-bc6e-431d-8923-56cf0f3db60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004085 10.0.0.23 - - [2026-04-23 04:13:32] "POST /ref-update HTTP/1.1" 200 156 0.032327 10.0.0.23 - - [2026-04-23 04:13:35] "GET /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.007034 10.0.0.23 - - [2026-04-23 04:13:35] "GET /virtual-machine-interface/881b2968-497a-4512-b83c-f38368d50a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.006020 10.0.0.23 - - [2026-04-23 04:13:49] "GET /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2450 0.005311 10.0.0.23 - - [2026-04-23 04:13:49] "GET /virtual-machine-interface/881b2968-497a-4512-b83c-f38368d50a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.007101 10.0.0.23 - - [2026-04-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.021205 10.0.0.23 - - [2026-04-23 04:13:49] "GET /bgp-as-a-service/900c33ca-d9b9-4fd8-9c40-43b59be14063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2453 0.007630 10.0.0.23 - - [2026-04-23 04:13:49] "GET /virtual-machine-interface/7ad5ac8e-1206-4aac-bb5b-58c1307309c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.008182 10.0.0.130 - - [2026-04-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.027662 10.0.0.23 - - [2026-04-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.033314 10.0.0.130 - - [2026-04-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.029113 10.0.0.23 - - [2026-04-23 04:13:49] "DELETE /bgp-as-a-service/900c33ca-d9b9-4fd8-9c40-43b59be14063 HTTP/1.1" 200 115 0.062251 10.0.0.23 - - [2026-04-23 04:13:49] "GET /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006975 10.0.0.23 - - [2026-04-23 04:13:49] "GET /virtual-machine-interface/881b2968-497a-4512-b83c-f38368d50a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.016289 10.0.0.23 - - [2026-04-23 04:13:49] "DELETE /bgp-as-a-service/76a479f9-5103-4050-9a19-135656ab173a HTTP/1.1" 200 115 0.074085 10.0.0.23 - - [2026-04-23 04:13:49] "GET /control-node-zone/32d70544-bc6e-431d-8923-56cf0f3db60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005842 10.0.0.23 - - [2026-04-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.025523 10.0.0.23 - - [2026-04-23 04:13:49] "DELETE /control-node-zone/32d70544-bc6e-431d-8923-56cf0f3db60b HTTP/1.1" 200 115 0.027459 10.0.0.23 - - [2026-04-23 04:13:49] "GET /control-node-zone/a003d607-1468-4454-a8b5-21e17533cb47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004346 10.0.0.23 - - [2026-04-23 04:13:49] "POST /ref-update HTTP/1.1" 200 156 0.021126 10.0.0.23 - - [2026-04-23 04:13:49] "DELETE /control-node-zone/a003d607-1468-4454-a8b5-21e17533cb47 HTTP/1.1" 200 115 0.036393 10.0.0.23 - - [2026-04-23 04:13:49] "GET /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.012413 10.0.0.23 - - [2026-04-23 04:13:49] "DELETE /control-node-zone/d4792f42-4004-42f9-8514-de17534e09a6 HTTP/1.1" 200 115 0.038543 10.0.0.23 - - [2026-04-23 04:13:50] "POST /neutron/network HTTP/1.1" 400 204 0.045463 10.0.0.23 - - [2026-04-23 04:13:50] "POST /neutron/port HTTP/1.1" 200 1115 0.015964 10.0.0.23 - - [2026-04-23 04:13:50] "POST /neutron/port HTTP/1.1" 200 151 0.226328 10.0.0.23 - - [2026-04-23 04:13:51] "POST /neutron/port HTTP/1.1" 200 151 0.226580 10.0.0.130 - - [2026-04-23 04:13:52] "DELETE /route-target/81b53be1-a95c-43b7-bb91-a7cb2b9e4f12 HTTP/1.1" 200 115 0.028821 10.0.0.23 - - [2026-04-23 04:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031282 10.0.0.249 - - [2026-04-23 04:13:55] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.23 - - [2026-04-23 04:13:55] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045276 10.0.0.23 - - [2026-04-23 04:13:55] "POST /neutron/network HTTP/1.1" 200 117 0.014653 10.0.0.23 - - [2026-04-23 04:13:55] "POST /neutron/network HTTP/1.1" 200 833 0.008262 10.0.0.23 - - [2026-04-23 04:13:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001084 10.0.0.23 - - [2026-04-23 04:13:55] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006164 10.0.0.23 - - [2026-04-23 04:13:55] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005816 10.0.0.23 - - [2026-04-23 04:13:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.009335 10.0.0.23 - - [2026-04-23 04:13:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001121 10.0.0.249 - - [2026-04-23 04:13:56] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001182 10.0.0.23 - - [2026-04-23 04:13:56] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.073791 10.0.0.23 - - [2026-04-23 04:13:57] "POST /neutron/network HTTP/1.1" 200 833 0.035196 10.0.0.23 - - [2026-04-23 04:13:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.001401 10.0.0.23 - - [2026-04-23 04:13:57] "POST /neutron/port HTTP/1.1" 200 4186 0.054301 10.0.0.249 - - [2026-04-23 04:13:57] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001625 10.0.0.23 - - [2026-04-23 04:13:58] "POST /neutron/port HTTP/1.1" 200 1061 0.386729 10.0.0.23 - - [2026-04-23 04:13:58] "POST /neutron/port HTTP/1.1" 200 1115 0.159151 10.0.0.249 - - [2026-04-23 04:13:58] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.23 - - [2026-04-23 04:13:58] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.083686 10.0.0.23 - - [2026-04-23 04:13:58] "POST /neutron/network HTTP/1.1" 200 833 0.007828 10.0.0.23 - - [2026-04-23 04:13:58] "POST /neutron/network HTTP/1.1" 200 833 0.009587 10.0.0.23 - - [2026-04-23 04:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.006641 10.0.0.23 - - [2026-04-23 04:13:58] "POST /id-to-fqname HTTP/1.1" 200 225 0.001407 10.0.0.23 - - [2026-04-23 04:13:59] "POST /neutron/network HTTP/1.1" 200 843 0.007318 10.0.0.23 - - [2026-04-23 04:13:59] "POST /neutron/port HTTP/1.1" 200 1061 0.019204 10.0.0.23 - - [2026-04-23 04:13:59] "POST /neutron/port HTTP/1.1" 200 1125 0.021485 10.0.0.23 - - [2026-04-23 04:13:59] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.249 - - [2026-04-23 04:14:00] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001113 10.0.0.23 - - [2026-04-23 04:14:00] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.068475 10.0.0.23 - - [2026-04-23 04:14:00] "POST /neutron/port HTTP/1.1" 200 6130 0.045328 10.0.0.23 - - [2026-04-23 04:14:00] "POST /neutron/port HTTP/1.1" 200 1125 0.024664 10.0.0.249 - - [2026-04-23 04:14:00] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001520 10.0.0.23 - - [2026-04-23 04:14:01] "POST /neutron/port HTTP/1.1" 200 1061 0.319739 10.0.0.23 - - [2026-04-23 04:14:01] "POST /neutron/port HTTP/1.1" 200 1115 0.111796 10.0.0.23 - - [2026-04-23 04:14:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.010738 10.0.0.23 - - [2026-04-23 04:14:05] "POST /neutron/port HTTP/1.1" 200 1125 0.020091 10.0.0.23 - - [2026-04-23 04:14:05] "POST /neutron/port HTTP/1.1" 200 1106 0.018769 10.0.0.23 - - [2026-04-23 04:14:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.009345 10.0.0.23 - - [2026-04-23 04:14:10] "POST /neutron/port HTTP/1.1" 200 1125 0.018907 10.0.0.23 - - [2026-04-23 04:14:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010631 10.0.0.23 - - [2026-04-23 04:14:20] "POST /neutron/port HTTP/1.1" 200 1125 0.019151 10.0.0.23 - - [2026-04-23 04:14:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007959 10.0.0.23 - - [2026-04-23 04:14:21] "GET /virtual-machine/fbab479f-21af-4e26-9b59-20ad1e62311e HTTP/1.1" 200 1296 0.006344 10.0.0.23 - - [2026-04-23 04:14:21] "GET /virtual-machine-interface/ec5c8923-67ab-4040-bc80-38c4188dc94c HTTP/1.1" 200 2966 0.005487 10.0.0.23 - - [2026-04-23 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.23 - - [2026-04-23 04:14:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003771 10.0.0.23 - - [2026-04-23 04:14:21] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003128 10.0.0.23 - - [2026-04-23 04:14:21] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005823 10.0.0.23 - - [2026-04-23 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.23 - - [2026-04-23 04:14:24] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005741 10.0.0.23 - - [2026-04-23 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007372 10.0.0.23 - - [2026-04-23 04:14:28] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006166 10.0.0.23 - - [2026-04-23 04:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005320 10.0.0.23 - - [2026-04-23 04:14:32] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.014499 10.0.0.23 - - [2026-04-23 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2026-04-23 04:14:36] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007771 10.0.0.23 - - [2026-04-23 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.23 - - [2026-04-23 04:14:40] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005464 10.0.0.23 - - [2026-04-23 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-04-23 04:14:44] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005604 10.0.0.23 - - [2026-04-23 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2026-04-23 04:14:48] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006626 10.0.0.23 - - [2026-04-23 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2026-04-23 04:14:53] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005643 10.0.0.23 - - [2026-04-23 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2026-04-23 04:14:57] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005676 10.0.0.23 - - [2026-04-23 04:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.23 - - [2026-04-23 04:15:01] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006298 10.0.0.23 - - [2026-04-23 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2026-04-23 04:15:05] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005574 10.0.0.23 - - [2026-04-23 04:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.23 - - [2026-04-23 04:15:09] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008464 10.0.0.23 - - [2026-04-23 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.23 - - [2026-04-23 04:15:13] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007202 10.0.0.23 - - [2026-04-23 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2026-04-23 04:15:17] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006855 10.0.0.23 - - [2026-04-23 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.23 - - [2026-04-23 04:15:21] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006788 10.0.0.23 - - [2026-04-23 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.23 - - [2026-04-23 04:15:25] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006454 10.0.0.23 - - [2026-04-23 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2026-04-23 04:15:29] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007267 10.0.0.23 - - [2026-04-23 04:15:33] "POST /neutron/port HTTP/1.1" 200 1217 0.023540 10.0.0.23 - - [2026-04-23 04:15:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004100 10.0.0.23 - - [2026-04-23 04:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.23 - - [2026-04-23 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-04-23 04:15:34] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006321 10.0.0.23 - - [2026-04-23 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.23 - - [2026-04-23 04:15:38] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007067 10.0.0.23 - - [2026-04-23 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.23 - - [2026-04-23 04:15:42] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005525 10.0.0.23 - - [2026-04-23 04:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.23 - - [2026-04-23 04:15:46] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005621 10.0.0.23 - - [2026-04-23 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.23 - - [2026-04-23 04:15:50] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005905 10.0.0.23 - - [2026-04-23 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.23 - - [2026-04-23 04:15:54] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006477 10.0.0.23 - - [2026-04-23 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.23 - - [2026-04-23 04:15:58] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007471 10.0.0.23 - - [2026-04-23 04:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.23 - - [2026-04-23 04:16:02] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007783 10.0.0.23 - - [2026-04-23 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.23 - - [2026-04-23 04:16:06] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006230 10.0.0.23 - - [2026-04-23 04:16:08] "POST /neutron/port HTTP/1.1" 200 1217 0.046512 10.0.0.23 - - [2026-04-23 04:16:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004154 10.0.0.23 - - [2026-04-23 04:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.23 - - [2026-04-23 04:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2026-04-23 04:16:10] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006086 10.0.0.23 - - [2026-04-23 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2026-04-23 04:16:14] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005710 10.0.0.23 - - [2026-04-23 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.23 - - [2026-04-23 04:16:19] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006379 10.0.0.23 - - [2026-04-23 04:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.23 - - [2026-04-23 04:16:23] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006184 10.0.0.23 - - [2026-04-23 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-04-23 04:16:27] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005824 10.0.0.23 - - [2026-04-23 04:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-04-23 04:16:31] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005654 10.0.0.23 - - [2026-04-23 04:16:35] "POST /neutron/port HTTP/1.1" 200 1106 0.019018 10.0.0.23 - - [2026-04-23 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.23 - - [2026-04-23 04:16:35] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004949 10.0.0.23 - - [2026-04-23 04:16:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.23 - - [2026-04-23 04:16:35] "POST /neutron/network HTTP/1.1" 200 926 0.006857 10.0.0.23 - - [2026-04-23 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.23 - - [2026-04-23 04:16:39] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006476 10.0.0.23 - - [2026-04-23 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2026-04-23 04:16:43] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005783 10.0.0.23 - - [2026-04-23 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006377 10.0.0.23 - - [2026-04-23 04:16:47] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006094 10.0.0.23 - - [2026-04-23 04:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.23 - - [2026-04-23 04:16:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004225 10.0.0.23 - - [2026-04-23 04:16:51] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003638 10.0.0.23 - - [2026-04-23 04:16:51] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007826 10.0.0.23 - - [2026-04-23 04:16:52] "POST /neutron/port HTTP/1.1" 200 1125 0.020943 10.0.0.249 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.249 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-04-23 04:16:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008530 10.0.0.23 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.130 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.130 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.130 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.130 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.249 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.249 - - [2026-04-23 04:16:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.23 - - [2026-04-23 04:16:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2026-04-23 04:16:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-04-23 04:17:03] "POST /neutron/port HTTP/1.1" 200 1125 0.048917 10.0.0.23 - - [2026-04-23 04:17:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008726 10.0.0.23 - - [2026-04-23 04:17:09] "POST /neutron/network HTTP/1.1" 200 936 0.007305 10.0.0.23 - - [2026-04-23 04:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.23 - - [2026-04-23 04:17:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009356 10.0.0.23 - - [2026-04-23 04:17:23] "POST /neutron/port HTTP/1.1" 200 1125 0.019532 10.0.0.23 - - [2026-04-23 04:17:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008832 10.0.0.249 - - [2026-04-23 04:17:32] "GET /obj-perms HTTP/1.1" 200 5056 0.058211 10.0.0.23 - - [2026-04-23 04:17:32] "GET /obj-perms HTTP/1.1" 200 5056 0.062588 10.0.0.23 - - [2026-04-23 04:17:36] "POST /neutron/port HTTP/1.1" 200 1125 0.022713 10.0.0.23 - - [2026-04-23 04:17:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005037 10.0.0.23 - - [2026-04-23 04:17:36] "POST /neutron/network HTTP/1.1" 200 833 0.009416 10.0.0.23 - - [2026-04-23 04:17:43] "POST /neutron/port HTTP/1.1" 200 1125 0.020522 10.0.0.23 - - [2026-04-23 04:17:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007947 10.0.0.23 - - [2026-04-23 04:17:59] "POST /neutron/port HTTP/1.1" 200 1125 0.026643 10.0.0.23 - - [2026-04-23 04:17:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007994 10.0.0.23 - - [2026-04-23 04:17:59] "GET /virtual-machine/b32fc700-5645-4e42-a0b4-2873438c1fc4 HTTP/1.1" 200 1296 0.043940 10.0.0.23 - - [2026-04-23 04:17:59] "GET /virtual-machine-interface/d716d1c6-7ab8-4b42-a5ec-de84ce57d8a6 HTTP/1.1" 200 2966 0.007483 10.0.0.23 - - [2026-04-23 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.23 - - [2026-04-23 04:17:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004404 10.0.0.23 - - [2026-04-23 04:17:59] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003031 10.0.0.23 - - [2026-04-23 04:17:59] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005860 10.0.0.23 - - [2026-04-23 04:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2026-04-23 04:18:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005884 10.0.0.23 - - [2026-04-23 04:18:00] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003455 10.0.0.23 - - [2026-04-23 04:18:00] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007382 10.0.0.23 - - [2026-04-23 04:18:01] "POST /neutron/port HTTP/1.1" 200 1125 0.021673 10.0.0.23 - - [2026-04-23 04:18:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010273 10.0.0.23 - - [2026-04-23 04:18:01] "GET /virtual-machine/478b2ed0-4df9-4bd2-ac40-7a355558f304 HTTP/1.1" 200 1295 0.007699 10.0.0.23 - - [2026-04-23 04:18:01] "GET /virtual-machine-interface/ffc6f918-a141-42b8-a9d4-45e68863ce99 HTTP/1.1" 200 2966 0.007875 10.0.0.23 - - [2026-04-23 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.23 - - [2026-04-23 04:18:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004807 10.0.0.23 - - [2026-04-23 04:18:01] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003677 10.0.0.23 - - [2026-04-23 04:18:01] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006947 10.0.0.23 - - [2026-04-23 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.23 - - [2026-04-23 04:18:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005898 10.0.0.23 - - [2026-04-23 04:18:02] "GET /virtual-networks?parent_id=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004276 10.0.0.23 - - [2026-04-23 04:18:02] "GET /virtual-network/8f0b540d-d293-4130-ab48-e6d392baaeeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006922 10.0.0.23 - - [2026-04-23 04:18:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021179 10.0.0.23 - - [2026-04-23 04:18:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009783 10.0.0.23 - - [2026-04-23 04:18:11] "POST /neutron/network HTTP/1.1" 200 843 0.009186 10.0.0.23 - - [2026-04-23 04:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003727 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.23 - - [2026-04-23 04:18:13] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006717 10.0.0.23 - - [2026-04-23 04:18:13] "POST /control-node-zones HTTP/1.1" 200 571 0.029138 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.23 - - [2026-04-23 04:18:13] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005203 10.0.0.23 - - [2026-04-23 04:18:13] "GET /control-node-zone/50b92abd-5280-421b-bf0a-65702dcc4088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006865 10.0.0.23 - - [2026-04-23 04:18:13] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.022857 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003413 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-04-23 04:18:13] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006931 10.0.0.23 - - [2026-04-23 04:18:13] "POST /control-node-zones HTTP/1.1" 200 571 0.028497 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.23 - - [2026-04-23 04:18:13] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005564 10.0.0.23 - - [2026-04-23 04:18:13] "GET /control-node-zone/8b05ffda-eb56-48bb-88d6-cb65ea4962c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008692 10.0.0.23 - - [2026-04-23 04:18:13] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.022739 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.005260 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.23 - - [2026-04-23 04:18:13] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006474 10.0.0.23 - - [2026-04-23 04:18:13] "POST /control-node-zones HTTP/1.1" 200 571 0.027123 10.0.0.23 - - [2026-04-23 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.23 - - [2026-04-23 04:18:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005314 10.0.0.23 - - [2026-04-23 04:18:13] "GET /control-node-zone/b87fbc17-e049-4d86-bad8-7f166a29a9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.008194 10.0.0.23 - - [2026-04-23 04:18:14] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.024927 10.0.0.23 - - [2026-04-23 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.23 - - [2026-04-23 04:18:14] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007921 10.0.0.23 - - [2026-04-23 04:18:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.003531 10.0.0.23 - - [2026-04-23 04:18:14] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.032598 10.0.0.23 - - [2026-04-23 04:18:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.011219 10.0.0.23 - - [2026-04-23 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.23 - - [2026-04-23 04:18:14] "GET /bgp-as-a-service/7370580f-87d5-4404-bed8-92b15f6a8664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006354 10.0.0.23 - - [2026-04-23 04:18:14] "GET /control-node-zone/50b92abd-5280-421b-bf0a-65702dcc4088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008921 10.0.0.23 - - [2026-04-23 04:18:14] "POST /ref-update HTTP/1.1" 200 156 0.020811 10.0.0.23 - - [2026-04-23 04:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.23 - - [2026-04-23 04:18:14] "GET /bgp-as-a-service/7370580f-87d5-4404-bed8-92b15f6a8664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.007464 10.0.0.23 - - [2026-04-23 04:18:14] "GET /control-node-zone/8b05ffda-eb56-48bb-88d6-cb65ea4962c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004729 10.0.0.23 - - [2026-04-23 04:18:14] "POST /ref-update HTTP/1.1" 200 156 0.017354 10.0.0.23 - - [2026-04-23 04:18:31] "GET /bgp-as-a-service/7370580f-87d5-4404-bed8-92b15f6a8664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007415 10.0.0.23 - - [2026-04-23 04:18:31] "GET /virtual-machine-interface/ec5c8923-67ab-4040-bc80-38c4188dc94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.009414 10.0.0.23 - - [2026-04-23 04:18:31] "POST /ref-update HTTP/1.1" 200 156 0.021561 10.0.0.130 - - [2026-04-23 04:18:31] "POST /bgp-routers HTTP/1.1" 200 596 0.083908 10.0.0.130 - - [2026-04-23 04:18:31] "POST /ref-update HTTP/1.1" 200 156 0.015959 10.0.0.23 - - [2026-04-23 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.23 - - [2026-04-23 04:18:32] "GET /global-system-config/318f90a9-e560-4199-b3c7-adf6316dd678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006807 10.0.0.23 - - [2026-04-23 04:18:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.007268 10.0.0.23 - - [2026-04-23 04:18:32] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.036050 10.0.0.23 - - [2026-04-23 04:18:32] "POST /neutron/network HTTP/1.1" 200 833 0.010305 10.0.0.23 - - [2026-04-23 04:18:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.010087 10.0.0.23 - - [2026-04-23 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.23 - - [2026-04-23 04:18:32] "GET /bgp-as-a-service/06c64a2b-83f2-4cbb-8640-009d06b42b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006201 10.0.0.23 - - [2026-04-23 04:18:32] "GET /control-node-zone/50b92abd-5280-421b-bf0a-65702dcc4088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004003 10.0.0.23 - - [2026-04-23 04:18:32] "POST /ref-update HTTP/1.1" 200 156 0.022959 10.0.0.23 - - [2026-04-23 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.23 - - [2026-04-23 04:18:32] "GET /bgp-as-a-service/06c64a2b-83f2-4cbb-8640-009d06b42b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.014173 10.0.0.23 - - [2026-04-23 04:18:32] "GET /control-node-zone/8b05ffda-eb56-48bb-88d6-cb65ea4962c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004821 10.0.0.23 - - [2026-04-23 04:18:32] "POST /ref-update HTTP/1.1" 200 156 0.024950 10.0.0.130 - - [2026-04-23 04:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.065508 10.0.0.23 - - [2026-04-23 04:18:38] "POST /neutron/network HTTP/1.1" 200 1122 0.032327 10.0.0.23 - - [2026-04-23 04:18:38] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020242 10.0.0.23 - - [2026-04-23 04:18:38] "POST /neutron/network HTTP/1.1" 200 1112 0.010927 10.0.0.23 - - [2026-04-23 04:18:49] "GET /bgp-as-a-service/06c64a2b-83f2-4cbb-8640-009d06b42b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007119 10.0.0.23 - - [2026-04-23 04:18:49] "GET /virtual-machine-interface/d716d1c6-7ab8-4b42-a5ec-de84ce57d8a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006160 10.0.0.23 - - [2026-04-23 04:18:49] "POST /ref-update HTTP/1.1" 200 156 0.015104 10.0.0.130 - - [2026-04-23 04:18:49] "POST /ref-update HTTP/1.1" 200 156 0.029666 10.0.0.23 - - [2026-04-23 04:19:13] "POST /neutron/network HTTP/1.1" 200 843 0.007041 10.0.0.23 - - [2026-04-23 04:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.23 - - [2026-04-23 04:19:17] "GET /bgp-as-a-service/06c64a2b-83f2-4cbb-8640-009d06b42b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.081716 10.0.0.23 - - [2026-04-23 04:19:17] "GET /virtual-machine-interface/d716d1c6-7ab8-4b42-a5ec-de84ce57d8a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.009386 10.0.0.23 - - [2026-04-23 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.016987 10.0.0.23 - - [2026-04-23 04:19:17] "DELETE /bgp-as-a-service/06c64a2b-83f2-4cbb-8640-009d06b42b2f HTTP/1.1" 200 115 0.049634 10.0.0.23 - - [2026-04-23 04:19:17] "GET /bgp-as-a-service/7370580f-87d5-4404-bed8-92b15f6a8664?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2713 0.007347 10.0.0.23 - - [2026-04-23 04:19:17] "GET /virtual-machine-interface/ec5c8923-67ab-4040-bc80-38c4188dc94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.008609 10.0.0.23 - - [2026-04-23 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.018641 10.0.0.23 - - [2026-04-23 04:19:17] "DELETE /bgp-as-a-service/7370580f-87d5-4404-bed8-92b15f6a8664 HTTP/1.1" 200 115 0.054123 10.0.0.23 - - [2026-04-23 04:19:17] "GET /control-node-zone/b87fbc17-e049-4d86-bad8-7f166a29a9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005310 10.0.0.23 - - [2026-04-23 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.023554 10.0.0.23 - - [2026-04-23 04:19:17] "DELETE /control-node-zone/b87fbc17-e049-4d86-bad8-7f166a29a9bc HTTP/1.1" 200 115 0.036229 10.0.0.23 - - [2026-04-23 04:19:17] "GET /control-node-zone/8b05ffda-eb56-48bb-88d6-cb65ea4962c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004292 10.0.0.23 - - [2026-04-23 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.023585 10.0.0.130 - - [2026-04-23 04:19:17] "POST /ref-update HTTP/1.1" 404 171 0.003757 10.0.0.23 - - [2026-04-23 04:19:17] "DELETE /control-node-zone/8b05ffda-eb56-48bb-88d6-cb65ea4962c3 HTTP/1.1" 200 115 0.040382 10.0.0.23 - - [2026-04-23 04:19:17] "GET /control-node-zone/50b92abd-5280-421b-bf0a-65702dcc4088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004754 10.0.0.130 - - [2026-04-23 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.027344 10.0.0.23 - - [2026-04-23 04:19:17] "POST /ref-update HTTP/1.1" 200 156 0.035388 10.0.0.23 - - [2026-04-23 04:19:18] "DELETE /control-node-zone/50b92abd-5280-421b-bf0a-65702dcc4088 HTTP/1.1" 200 115 0.056920 10.0.0.23 - - [2026-04-23 04:19:18] "POST /neutron/network HTTP/1.1" 400 204 0.042122 10.0.0.23 - - [2026-04-23 04:19:19] "POST /neutron/port HTTP/1.1" 200 1125 0.038420 10.0.0.23 - - [2026-04-23 04:19:19] "POST /neutron/port HTTP/1.1" 200 151 0.207846 10.0.0.23 - - [2026-04-23 04:19:19] "POST /neutron/port HTTP/1.1" 200 151 0.283590 10.0.0.130 - - [2026-04-23 04:19:20] "DELETE /route-target/715c6149-d2b4-461e-ba74-0ed79cee431f HTTP/1.1" 200 115 0.029980 10.0.0.249 - - [2026-04-23 04:19:22] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.028620 10.0.0.23 - - [2026-04-23 04:19:22] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.100668 10.0.0.249 - - [2026-04-23 04:19:22] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.23 - - [2026-04-23 04:19:22] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?fields=virtual_networks HTTP/1.1" 200 1035 0.062790 10.0.0.249 - - [2026-04-23 04:19:22] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.23 - - [2026-04-23 04:19:22] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.055364 10.0.0.249 - - [2026-04-23 04:19:22] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.23 - - [2026-04-23 04:19:22] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?fields=security_groups HTTP/1.1" 200 1263 0.047298 10.0.0.23 - - [2026-04-23 04:19:23] "POST /fqname-to-id HTTP/1.1" 404 181 0.036516 10.0.0.249 - - [2026-04-23 04:19:23] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003685 10.0.0.249 - - [2026-04-23 04:19:23] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.249 - - [2026-04-23 04:19:23] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037811 10.0.0.249 - - [2026-04-23 04:19:23] "POST /id-to-fqname HTTP/1.1" 200 183 0.002342 10.0.0.249 - - [2026-04-23 04:19:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.008897 10.0.0.249 - - [2026-04-23 04:19:23] "POST /security-groups HTTP/1.1" 200 584 0.080546 10.0.0.249 - - [2026-04-23 04:19:23] "POST /projects HTTP/1.1" 200 571 0.307796 10.0.0.130 - - [2026-04-23 04:19:23] "POST /fqname-to-id HTTP/1.1" 404 226 0.011029 10.0.0.249 - - [2026-04-23 04:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.387574 10.0.0.23 - - [2026-04-23 04:19:23] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.592230 10.0.0.23 - - [2026-04-23 04:19:24] "GET / HTTP/1.1" 200 36215 0.001889 10.0.0.249 - - [2026-04-23 04:19:27] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.23 - - [2026-04-23 04:19:27] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.041720 10.0.0.249 - - [2026-04-23 04:19:27] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001050 10.0.0.23 - - [2026-04-23 04:19:28] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?fields=virtual_networks HTTP/1.1" 200 1020 0.061880 10.0.0.249 - - [2026-04-23 04:19:28] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001431 10.0.0.23 - - [2026-04-23 04:19:28] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.043118 10.0.0.249 - - [2026-04-23 04:19:28] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001040 10.0.0.23 - - [2026-04-23 04:19:28] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?fields=security_groups HTTP/1.1" 200 1240 0.043631 10.0.0.23 - - [2026-04-23 04:19:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.033186 10.0.0.249 - - [2026-04-23 04:19:29] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003580 10.0.0.249 - - [2026-04-23 04:19:29] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001950 10.0.0.249 - - [2026-04-23 04:19:29] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013679 10.0.0.249 - - [2026-04-23 04:19:29] "POST /id-to-fqname HTTP/1.1" 200 191 0.006070 10.0.0.249 - - [2026-04-23 04:19:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.005509 10.0.0.249 - - [2026-04-23 04:19:29] "POST /security-groups HTTP/1.1" 200 592 0.078261 10.0.0.249 - - [2026-04-23 04:19:29] "POST /projects HTTP/1.1" 200 587 0.309589 10.0.0.130 - - [2026-04-23 04:19:29] "POST /access-control-lists HTTP/1.1" 200 599 0.036236 10.0.0.249 - - [2026-04-23 04:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.380521 10.0.0.23 - - [2026-04-23 04:19:29] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.542319 10.0.0.23 - - [2026-04-23 04:19:30] "GET / HTTP/1.1" 200 36215 0.001630 10.0.0.249 - - [2026-04-23 04:19:33] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001171 10.0.0.23 - - [2026-04-23 04:19:33] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065343 10.0.0.249 - - [2026-04-23 04:19:33] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.23 - - [2026-04-23 04:19:33] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?fields=virtual_networks HTTP/1.1" 200 1036 0.050164 10.0.0.249 - - [2026-04-23 04:19:34] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.23 - - [2026-04-23 04:19:34] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.046483 10.0.0.249 - - [2026-04-23 04:19:34] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.23 - - [2026-04-23 04:19:34] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?fields=security_groups HTTP/1.1" 200 1264 0.056706 10.0.0.23 - - [2026-04-23 04:19:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.035364 10.0.0.249 - - [2026-04-23 04:19:35] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004397 10.0.0.249 - - [2026-04-23 04:19:35] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.249 - - [2026-04-23 04:19:35] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007225 10.0.0.249 - - [2026-04-23 04:19:35] "POST /id-to-fqname HTTP/1.1" 200 197 0.001892 10.0.0.249 - - [2026-04-23 04:19:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.007827 10.0.0.249 - - [2026-04-23 04:19:35] "POST /security-groups HTTP/1.1" 200 598 0.075290 10.0.0.130 - - [2026-04-23 04:19:35] "POST /fqname-to-id HTTP/1.1" 404 241 0.004431 10.0.0.249 - - [2026-04-23 04:19:35] "POST /projects HTTP/1.1" 200 599 0.288184 10.0.0.249 - - [2026-04-23 04:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.359990 10.0.0.130 - - [2026-04-23 04:19:35] "POST /access-control-lists HTTP/1.1" 200 603 0.032082 10.0.0.23 - - [2026-04-23 04:19:35] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.519144 10.0.0.23 - - [2026-04-23 04:19:36] "GET / HTTP/1.1" 200 36215 0.001577 10.0.0.23 - - [2026-04-23 04:19:38] "POST /neutron/port HTTP/1.1" 200 1106 0.020909 10.0.0.23 - - [2026-04-23 04:19:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.23 - - [2026-04-23 04:19:38] "POST /neutron/network HTTP/1.1" 200 926 0.007869 10.0.0.23 - - [2026-04-23 04:19:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2026-04-23 04:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.057543 10.0.0.23 - - [2026-04-23 04:19:38] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004037 10.0.0.23 - - [2026-04-23 04:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2026-04-23 04:19:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004469 10.0.0.23 - - [2026-04-23 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2026-04-23 04:19:39] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.013281 10.0.0.23 - - [2026-04-23 04:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.249 - - [2026-04-23 04:19:39] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001354 10.0.0.23 - - [2026-04-23 04:19:39] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045078 10.0.0.249 - - [2026-04-23 04:19:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006876 10.0.0.23 - - [2026-04-23 04:19:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.324257 10.0.0.23 - - [2026-04-23 04:19:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001395 10.0.0.23 - - [2026-04-23 04:19:39] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007948 10.0.0.23 - - [2026-04-23 04:19:39] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008301 10.0.0.23 - - [2026-04-23 04:19:39] "POST /neutron/network HTTP/1.1" 200 808 0.009317 10.0.0.23 - - [2026-04-23 04:19:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001345 10.0.0.23 - - [2026-04-23 04:19:40] "POST /neutron/network HTTP/1.1" 200 818 0.007048 10.0.0.249 - - [2026-04-23 04:19:40] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001054 10.0.0.23 - - [2026-04-23 04:19:40] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074445 10.0.0.23 - - [2026-04-23 04:19:41] "POST /neutron/port HTTP/1.1" 200 117 0.009976 10.0.0.23 - - [2026-04-23 04:19:41] "POST /id-to-fqname HTTP/1.1" 200 218 0.001467 10.0.0.23 - - [2026-04-23 04:19:41] "POST /neutron/network HTTP/1.1" 200 818 0.007883 10.0.0.23 - - [2026-04-23 04:19:42] "POST /neutron/port HTTP/1.1" 200 1062 0.020494 10.0.0.249 - - [2026-04-23 04:19:42] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001134 10.0.0.23 - - [2026-04-23 04:19:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012771 10.0.0.23 - - [2026-04-23 04:19:42] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076268 10.0.0.23 - - [2026-04-23 04:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.23 - - [2026-04-23 04:19:42] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011738 10.0.0.249 - - [2026-04-23 04:19:43] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001006 10.0.0.23 - - [2026-04-23 04:19:43] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010373 10.0.0.23 - - [2026-04-23 04:19:43] "POST /neutron/port HTTP/1.1" 200 1062 0.347810 10.0.0.23 - - [2026-04-23 04:19:43] "POST /neutron/port HTTP/1.1" 200 1116 0.127456 10.0.0.23 - - [2026-04-23 04:19:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.011001 10.0.0.23 - - [2026-04-23 04:19:45] "POST /neutron/port HTTP/1.1" 200 1126 0.022784 10.0.0.23 - - [2026-04-23 04:19:45] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008924 10.0.0.23 - - [2026-04-23 04:19:45] "POST /neutron/port HTTP/1.1" 200 1126 0.024860 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.040703 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.005435 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine-interface/8bfcfd8b-096b-485c-b786-f794f51cc1cd HTTP/1.1" 200 2957 0.006768 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.005321 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine-interface/8bfcfd8b-096b-485c-b786-f794f51cc1cd HTTP/1.1" 200 2957 0.008066 10.0.0.23 - - [2026-04-23 04:19:45] "GET /instance-ip/ea360fb2-6afd-4cb6-918b-4822be6b3b17 HTTP/1.1" 200 1624 0.007809 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.007858 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-machine-interface/8bfcfd8b-096b-485c-b786-f794f51cc1cd HTTP/1.1" 200 2957 0.005723 10.0.0.23 - - [2026-04-23 04:19:45] "GET /instance-ip/ea360fb2-6afd-4cb6-918b-4822be6b3b17 HTTP/1.1" 200 1624 0.004195 10.0.0.23 - - [2026-04-23 04:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.23 - - [2026-04-23 04:19:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.013119 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004583 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005600 10.0.0.23 - - [2026-04-23 04:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.23 - - [2026-04-23 04:19:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004116 10.0.0.23 - - [2026-04-23 04:19:45] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003257 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006632 10.0.0.23 - - [2026-04-23 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2026-04-23 04:19:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004390 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003478 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008189 10.0.0.23 - - [2026-04-23 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-04-23 04:19:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005256 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004036 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007451 10.0.0.23 - - [2026-04-23 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2026-04-23 04:19:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005138 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004094 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006942 10.0.0.23 - - [2026-04-23 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.23 - - [2026-04-23 04:19:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004851 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003527 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007565 10.0.0.23 - - [2026-04-23 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.23 - - [2026-04-23 04:19:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004417 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003368 10.0.0.23 - - [2026-04-23 04:19:46] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006276 10.0.0.23 - - [2026-04-23 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.23 - - [2026-04-23 04:19:49] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007076 10.0.0.23 - - [2026-04-23 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.23 - - [2026-04-23 04:19:53] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006258 10.0.0.23 - - [2026-04-23 04:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-04-23 04:19:58] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006302 10.0.0.23 - - [2026-04-23 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2026-04-23 04:20:02] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007430 10.0.0.23 - - [2026-04-23 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-04-23 04:20:06] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005653 10.0.0.23 - - [2026-04-23 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.23 - - [2026-04-23 04:20:10] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005678 10.0.0.23 - - [2026-04-23 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.23 - - [2026-04-23 04:20:14] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006813 10.0.0.23 - - [2026-04-23 04:20:14] "POST /neutron/port HTTP/1.1" 200 1217 0.029497 10.0.0.23 - - [2026-04-23 04:20:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.23 - - [2026-04-23 04:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.001450 10.0.0.249 - - [2026-04-23 04:20:16] "DELETE /project/86dab91695ef41db8ad7d7a57f72e2c0 HTTP/1.1" 404 173 0.014732 10.0.0.249 - - [2026-04-23 04:20:16] "DELETE /project/9210878c559d4d22b7d08fb483f221ef HTTP/1.1" 404 173 0.019753 10.0.0.249 - - [2026-04-23 04:20:16] "DELETE /project/6eb87bf5d2b6465cb7d11768f8b1dff7 HTTP/1.1" 404 173 0.024379 10.0.0.249 - - [2026-04-23 04:20:16] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000886 10.0.0.249 - - [2026-04-23 04:20:16] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000765 10.0.0.249 - - [2026-04-23 04:20:16] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000878 10.0.0.249 - - [2026-04-23 04:20:16] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.069318 10.0.0.249 - - [2026-04-23 04:20:16] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.084029 10.0.0.249 - - [2026-04-23 04:20:16] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002352 10.0.0.249 - - [2026-04-23 04:20:16] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.110221 10.0.0.249 - - [2026-04-23 04:20:16] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001318 10.0.0.249 - - [2026-04-23 04:20:16] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002186 10.0.0.249 - - [2026-04-23 04:20:17] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?fields=security_groups HTTP/1.1" 200 1365 0.124591 10.0.0.249 - - [2026-04-23 04:20:17] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?fields=security_groups HTTP/1.1" 200 1342 0.150319 10.0.0.249 - - [2026-04-23 04:20:17] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?fields=security_groups HTTP/1.1" 200 1366 0.198846 10.0.0.249 - - [2026-04-23 04:20:17] "DELETE /security-group/3dd3a90d-bbaf-427a-9f59-aced685b7d58 HTTP/1.1" 404 197 0.061007 10.0.0.249 - - [2026-04-23 04:20:17] "GET /projects?obj_uuids=0db53dc5-468e-4bf0-9da5-e4c4e85d7a86&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001422 10.0.0.130 - - [2026-04-23 04:20:17] "DELETE /access-control-list/c55c8ad2-cae7-43ba-bde2-a7bbbf198907 HTTP/1.1" 200 115 0.079075 10.0.0.249 - - [2026-04-23 04:20:17] "DELETE /security-group/6e1d247a-bb3f-4334-b57f-711c37c36199 HTTP/1.1" 200 115 0.135691 10.0.0.249 - - [2026-04-23 04:20:17] "GET /projects?obj_uuids=6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002043 10.0.0.249 - - [2026-04-23 04:20:17] "GET /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86?fields=application_policy_sets HTTP/1.1" 200 1404 0.100219 10.0.0.249 - - [2026-04-23 04:20:17] "DELETE /security-group/a04a9723-b979-4af7-9805-993d47e043a9 HTTP/1.1" 200 115 0.152899 10.0.0.249 - - [2026-04-23 04:20:17] "GET /projects?obj_uuids=86dab916-95ef-41db-8ad7-d7a57f72e2c0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.249 - - [2026-04-23 04:20:17] "GET /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7?fields=application_policy_sets HTTP/1.1" 200 1381 0.161989 10.0.0.249 - - [2026-04-23 04:20:17] "GET /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0?fields=application_policy_sets HTTP/1.1" 200 1405 0.128403 10.0.0.249 - - [2026-04-23 04:20:17] "DELETE /project/0db53dc5-468e-4bf0-9da5-e4c4e85d7a86 HTTP/1.1" 404 190 0.680922 10.0.0.130 - - [2026-04-23 04:20:17] "DELETE /access-control-list/550ec8ec-e354-4c17-be70-994a36e35722 HTTP/1.1" 200 115 0.070782 10.0.0.249 - - [2026-04-23 04:20:17] "DELETE /project/6eb87bf5-d2b6-465c-b7d1-1768f8b1dff7 HTTP/1.1" 200 115 0.913069 10.0.0.249 - - [2026-04-23 04:20:17] "DELETE /project/86dab916-95ef-41db-8ad7-d7a57f72e2c0 HTTP/1.1" 200 115 0.903704 10.0.0.23 - - [2026-04-23 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.23 - - [2026-04-23 04:20:18] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006070 10.0.0.23 - - [2026-04-23 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2026-04-23 04:20:22] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006149 10.0.0.23 - - [2026-04-23 04:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.23 - - [2026-04-23 04:20:26] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007279 10.0.0.23 - - [2026-04-23 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.23 - - [2026-04-23 04:20:28] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003898 10.0.0.23 - - [2026-04-23 04:20:28] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003889 10.0.0.23 - - [2026-04-23 04:20:28] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006884 10.0.0.23 - - [2026-04-23 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2026-04-23 04:20:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004668 10.0.0.23 - - [2026-04-23 04:20:29] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003572 10.0.0.23 - - [2026-04-23 04:20:29] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005901 10.0.0.23 - - [2026-04-23 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-04-23 04:20:29] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005325 10.0.0.23 - - [2026-04-23 04:20:29] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004379 10.0.0.23 - - [2026-04-23 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.23 - - [2026-04-23 04:20:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004483 10.0.0.23 - - [2026-04-23 04:20:29] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003210 10.0.0.23 - - [2026-04-23 04:20:29] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006400 10.0.0.23 - - [2026-04-23 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2026-04-23 04:20:29] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005164 10.0.0.23 - - [2026-04-23 04:20:29] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005867 10.0.0.23 - - [2026-04-23 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2026-04-23 04:20:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004103 10.0.0.23 - - [2026-04-23 04:20:29] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007130 10.0.0.23 - - [2026-04-23 04:20:29] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007207 10.0.0.23 - - [2026-04-23 04:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.23 - - [2026-04-23 04:20:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005526 10.0.0.23 - - [2026-04-23 04:20:29] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004266 10.0.0.23 - - [2026-04-23 04:20:30] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005741 10.0.0.249 - - [2026-04-23 04:20:30] "GET /obj-perms HTTP/1.1" 200 5044 0.090274 10.0.0.23 - - [2026-04-23 04:20:30] "GET /obj-perms HTTP/1.1" 200 5044 0.058535 10.0.0.23 - - [2026-04-23 04:20:30] "GET /obj-perms HTTP/1.1" 200 5044 0.004471 10.0.0.23 - - [2026-04-23 04:20:30] "GET /obj-perms HTTP/1.1" 200 5044 0.007412 10.0.0.130 - - [2026-04-23 04:20:30] "GET /obj-perms HTTP/1.1" 200 5044 0.071039 10.0.0.249 - - [2026-04-23 04:20:30] "GET /obj-perms HTTP/1.1" 200 5044 0.006515 10.0.0.23 - - [2026-04-23 04:20:30] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010486 10.0.0.23 - - [2026-04-23 04:20:30] "POST /neutron/port HTTP/1.1" 200 1126 0.020588 10.0.0.23 - - [2026-04-23 04:20:31] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011073 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.007287 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004674 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.006062 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004271 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.005977 10.0.0.23 - - [2026-04-23 04:20:31] "GET /instance-ip/6e440981-73d5-468b-bb75-23f1a6fe9796 HTTP/1.1" 200 1623 0.013291 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004297 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.007370 10.0.0.23 - - [2026-04-23 04:20:31] "GET /instance-ip/6e440981-73d5-468b-bb75-23f1a6fe9796 HTTP/1.1" 200 1623 0.006317 10.0.0.23 - - [2026-04-23 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009602 10.0.0.23 - - [2026-04-23 04:20:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006963 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007910 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.010029 10.0.0.23 - - [2026-04-23 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.23 - - [2026-04-23 04:20:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004073 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003303 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006474 10.0.0.23 - - [2026-04-23 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.23 - - [2026-04-23 04:20:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005102 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005585 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007924 10.0.0.23 - - [2026-04-23 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.23 - - [2026-04-23 04:20:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004088 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003965 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007006 10.0.0.23 - - [2026-04-23 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2026-04-23 04:20:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004028 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003307 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006429 10.0.0.23 - - [2026-04-23 04:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2026-04-23 04:20:31] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004860 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003708 10.0.0.23 - - [2026-04-23 04:20:31] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006462 10.0.0.23 - - [2026-04-23 04:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2026-04-23 04:20:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004033 10.0.0.23 - - [2026-04-23 04:20:32] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004456 10.0.0.23 - - [2026-04-23 04:20:32] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006752 10.0.0.23 - - [2026-04-23 04:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.23 - - [2026-04-23 04:20:35] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007021 10.0.0.23 - - [2026-04-23 04:20:35] "GET /obj-perms HTTP/1.1" 200 5056 0.053615 10.0.0.23 - - [2026-04-23 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.23 - - [2026-04-23 04:20:39] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007975 10.0.0.23 - - [2026-04-23 04:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-04-23 04:20:43] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006135 10.0.0.23 - - [2026-04-23 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.23 - - [2026-04-23 04:20:47] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006473 10.0.0.23 - - [2026-04-23 04:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.23 - - [2026-04-23 04:20:51] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005729 10.0.0.23 - - [2026-04-23 04:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2026-04-23 04:20:53] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003944 10.0.0.23 - - [2026-04-23 04:20:53] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003707 10.0.0.23 - - [2026-04-23 04:20:53] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007137 10.0.0.23 - - [2026-04-23 04:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.23 - - [2026-04-23 04:20:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004710 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004138 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008244 10.0.0.23 - - [2026-04-23 04:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.23 - - [2026-04-23 04:20:54] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004893 10.0.0.23 - - [2026-04-23 04:20:54] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004202 10.0.0.23 - - [2026-04-23 04:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.23 - - [2026-04-23 04:20:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005399 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005263 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007315 10.0.0.23 - - [2026-04-23 04:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.23 - - [2026-04-23 04:20:54] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005633 10.0.0.23 - - [2026-04-23 04:20:54] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005425 10.0.0.23 - - [2026-04-23 04:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.23 - - [2026-04-23 04:20:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004097 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003576 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006508 10.0.0.23 - - [2026-04-23 04:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.23 - - [2026-04-23 04:20:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004825 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004097 10.0.0.23 - - [2026-04-23 04:20:54] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006243 10.0.0.249 - - [2026-04-23 04:20:54] "GET /obj-perms HTTP/1.1" 200 5044 0.004150 10.0.0.23 - - [2026-04-23 04:20:54] "GET /obj-perms HTTP/1.1" 200 5044 0.004035 10.0.0.23 - - [2026-04-23 04:20:55] "GET /obj-perms HTTP/1.1" 200 5044 0.004086 10.0.0.130 - - [2026-04-23 04:20:55] "GET /obj-perms HTTP/1.1" 200 5044 0.004929 10.0.0.23 - - [2026-04-23 04:20:55] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.005257 10.0.0.23 - - [2026-04-23 04:20:55] "GET /virtual-machine-interface/8bfcfd8b-096b-485c-b786-f794f51cc1cd HTTP/1.1" 200 2957 0.006310 10.0.0.23 - - [2026-04-23 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2026-04-23 04:20:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005104 10.0.0.23 - - [2026-04-23 04:20:55] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004032 10.0.0.23 - - [2026-04-23 04:20:55] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006613 10.0.0.23 - - [2026-04-23 04:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.23 - - [2026-04-23 04:20:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004191 10.0.0.23 - - [2026-04-23 04:20:56] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005188 10.0.0.23 - - [2026-04-23 04:20:56] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006825 10.0.0.23 - - [2026-04-23 04:20:56] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004077 10.0.0.23 - - [2026-04-23 04:20:56] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.006218 10.0.0.23 - - [2026-04-23 04:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.23 - - [2026-04-23 04:20:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007051 10.0.0.23 - - [2026-04-23 04:20:56] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004329 10.0.0.23 - - [2026-04-23 04:20:56] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006930 10.0.0.23 - - [2026-04-23 04:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2026-04-23 04:20:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004231 10.0.0.23 - - [2026-04-23 04:20:57] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004489 10.0.0.23 - - [2026-04-23 04:20:57] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007176 10.0.0.23 - - [2026-04-23 04:20:58] "POST /neutron/port HTTP/1.1" 200 1126 0.021194 10.0.0.23 - - [2026-04-23 04:21:03] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008485 10.0.0.23 - - [2026-04-23 04:21:08] "POST /neutron/port HTTP/1.1" 200 1126 0.018765 10.0.0.23 - - [2026-04-23 04:21:13] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008034 10.0.0.23 - - [2026-04-23 04:21:15] "POST /neutron/network HTTP/1.1" 200 936 0.038424 10.0.0.23 - - [2026-04-23 04:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.249 - - [2026-04-23 04:21:36] "GET /obj-perms HTTP/1.1" 200 5056 0.060062 10.0.0.23 - - [2026-04-23 04:21:42] "POST /neutron/port HTTP/1.1" 200 1217 0.022013 10.0.0.23 - - [2026-04-23 04:21:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004345 10.0.0.23 - - [2026-04-23 04:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.001762 10.0.0.249 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000641 10.0.0.249 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.23 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.130 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.001045 10.0.0.130 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.130 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.130 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.249 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000650 10.0.0.249 - - [2026-04-23 04:21:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2026-04-23 04:21:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2026-04-23 04:21:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2026-04-23 04:22:17] "POST /neutron/port HTTP/1.1" 200 1126 0.023887 10.0.0.23 - - [2026-04-23 04:22:17] "POST /neutron/subnet HTTP/1.1" 200 675 0.009523 10.0.0.23 - - [2026-04-23 04:22:43] "POST /neutron/port HTTP/1.1" 200 1106 0.022815 10.0.0.23 - - [2026-04-23 04:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.23 - - [2026-04-23 04:22:43] "POST /neutron/network HTTP/1.1" 200 926 0.008088 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.005538 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-machine-interface/8bfcfd8b-096b-485c-b786-f794f51cc1cd HTTP/1.1" 200 2957 0.006680 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.005075 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-machine-interface/8bfcfd8b-096b-485c-b786-f794f51cc1cd HTTP/1.1" 200 2957 0.006260 10.0.0.23 - - [2026-04-23 04:23:12] "GET /instance-ip/ea360fb2-6afd-4cb6-918b-4822be6b3b17 HTTP/1.1" 200 1624 0.004782 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.004690 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-machine-interface/8bfcfd8b-096b-485c-b786-f794f51cc1cd HTTP/1.1" 200 2957 0.005890 10.0.0.23 - - [2026-04-23 04:23:12] "GET /instance-ip/ea360fb2-6afd-4cb6-918b-4822be6b3b17 HTTP/1.1" 200 1624 0.004668 10.0.0.23 - - [2026-04-23 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2026-04-23 04:23:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004121 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003283 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007129 10.0.0.23 - - [2026-04-23 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-04-23 04:23:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004662 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003592 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.012437 10.0.0.23 - - [2026-04-23 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2026-04-23 04:23:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004477 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002968 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007031 10.0.0.23 - - [2026-04-23 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007453 10.0.0.23 - - [2026-04-23 04:23:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005482 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004690 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007790 10.0.0.23 - - [2026-04-23 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.23 - - [2026-04-23 04:23:12] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004468 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003490 10.0.0.23 - - [2026-04-23 04:23:12] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007146 10.0.0.23 - - [2026-04-23 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2026-04-23 04:23:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004721 10.0.0.23 - - [2026-04-23 04:23:13] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003379 10.0.0.23 - - [2026-04-23 04:23:13] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.014897 10.0.0.23 - - [2026-04-23 04:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2026-04-23 04:23:13] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005413 10.0.0.23 - - [2026-04-23 04:23:13] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003927 10.0.0.23 - - [2026-04-23 04:23:13] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006969 10.0.0.23 - - [2026-04-23 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.23 - - [2026-04-23 04:23:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004205 10.0.0.23 - - [2026-04-23 04:23:14] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005126 10.0.0.23 - - [2026-04-23 04:23:14] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005631 10.0.0.23 - - [2026-04-23 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.23 - - [2026-04-23 04:23:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007582 10.0.0.23 - - [2026-04-23 04:23:14] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005788 10.0.0.23 - - [2026-04-23 04:23:14] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006910 10.0.0.23 - - [2026-04-23 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2026-04-23 04:23:14] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004944 10.0.0.23 - - [2026-04-23 04:23:14] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005465 10.0.0.23 - - [2026-04-23 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.23 - - [2026-04-23 04:23:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004409 10.0.0.23 - - [2026-04-23 04:23:14] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003737 10.0.0.23 - - [2026-04-23 04:23:15] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007332 10.0.0.23 - - [2026-04-23 04:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-04-23 04:23:15] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005131 10.0.0.23 - - [2026-04-23 04:23:15] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005107 10.0.0.23 - - [2026-04-23 04:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.23 - - [2026-04-23 04:23:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004819 10.0.0.23 - - [2026-04-23 04:23:15] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004574 10.0.0.23 - - [2026-04-23 04:23:15] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008244 10.0.0.23 - - [2026-04-23 04:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-04-23 04:23:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004665 10.0.0.23 - - [2026-04-23 04:23:15] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003133 10.0.0.23 - - [2026-04-23 04:23:15] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007315 10.0.0.249 - - [2026-04-23 04:23:19] "GET /obj-perms HTTP/1.1" 200 5044 0.004642 10.0.0.23 - - [2026-04-23 04:23:19] "POST /neutron/port HTTP/1.1" 200 1217 0.021023 10.0.0.23 - - [2026-04-23 04:23:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004835 10.0.0.23 - - [2026-04-23 04:23:19] "POST /neutron/port HTTP/1.1" 200 117 0.001428 10.0.0.249 - - [2026-04-23 04:23:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004909 10.0.0.23 - - [2026-04-23 04:23:29] "GET /obj-perms HTTP/1.1" 200 5044 0.005073 10.0.0.249 - - [2026-04-23 04:23:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004480 10.0.0.23 - - [2026-04-23 04:23:29] "GET /obj-perms HTTP/1.1" 200 5044 0.005552 10.0.0.23 - - [2026-04-23 04:23:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004494 10.0.0.130 - - [2026-04-23 04:23:29] "GET /obj-perms HTTP/1.1" 200 5044 0.004567 10.0.0.23 - - [2026-04-23 04:23:30] "POST /neutron/port HTTP/1.1" 200 1126 0.024202 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004968 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.008723 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004277 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.006779 10.0.0.23 - - [2026-04-23 04:23:30] "GET /instance-ip/6e440981-73d5-468b-bb75-23f1a6fe9796 HTTP/1.1" 200 1623 0.005159 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004072 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.006676 10.0.0.23 - - [2026-04-23 04:23:30] "GET /instance-ip/6e440981-73d5-468b-bb75-23f1a6fe9796 HTTP/1.1" 200 1623 0.005456 10.0.0.23 - - [2026-04-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.23 - - [2026-04-23 04:23:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005561 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004479 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006381 10.0.0.23 - - [2026-04-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2026-04-23 04:23:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004314 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003462 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006852 10.0.0.23 - - [2026-04-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.23 - - [2026-04-23 04:23:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004299 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003461 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008465 10.0.0.23 - - [2026-04-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.23 - - [2026-04-23 04:23:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005341 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004350 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007402 10.0.0.23 - - [2026-04-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-04-23 04:23:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005754 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003788 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006290 10.0.0.23 - - [2026-04-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2026-04-23 04:23:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004619 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006245 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006683 10.0.0.23 - - [2026-04-23 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2026-04-23 04:23:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004931 10.0.0.23 - - [2026-04-23 04:23:30] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004718 10.0.0.23 - - [2026-04-23 04:23:31] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008117 10.0.0.23 - - [2026-04-23 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2026-04-23 04:23:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006463 10.0.0.23 - - [2026-04-23 04:23:32] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003505 10.0.0.23 - - [2026-04-23 04:23:32] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008176 10.0.0.23 - - [2026-04-23 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006061 10.0.0.23 - - [2026-04-23 04:23:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004674 10.0.0.23 - - [2026-04-23 04:23:32] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003688 10.0.0.23 - - [2026-04-23 04:23:32] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008512 10.0.0.23 - - [2026-04-23 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006493 10.0.0.23 - - [2026-04-23 04:23:32] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006048 10.0.0.23 - - [2026-04-23 04:23:32] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004909 10.0.0.23 - - [2026-04-23 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.23 - - [2026-04-23 04:23:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004536 10.0.0.23 - - [2026-04-23 04:23:32] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007146 10.0.0.23 - - [2026-04-23 04:23:32] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006289 10.0.0.23 - - [2026-04-23 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006514 10.0.0.23 - - [2026-04-23 04:23:32] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005373 10.0.0.23 - - [2026-04-23 04:23:32] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004270 10.0.0.23 - - [2026-04-23 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-04-23 04:23:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011080 10.0.0.23 - - [2026-04-23 04:23:33] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005513 10.0.0.23 - - [2026-04-23 04:23:33] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009774 10.0.0.23 - - [2026-04-23 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2026-04-23 04:23:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006769 10.0.0.23 - - [2026-04-23 04:23:33] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004002 10.0.0.23 - - [2026-04-23 04:23:33] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008304 10.0.0.249 - - [2026-04-23 04:23:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004102 10.0.0.23 - - [2026-04-23 04:23:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004251 10.0.0.23 - - [2026-04-23 04:23:33] "GET /obj-perms HTTP/1.1" 200 5044 0.006736 10.0.0.23 - - [2026-04-23 04:23:33] "GET /obj-perms HTTP/1.1" 200 5044 0.003923 10.0.0.130 - - [2026-04-23 04:23:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004359 10.0.0.249 - - [2026-04-23 04:23:33] "GET /obj-perms HTTP/1.1" 200 5044 0.003907 10.0.0.23 - - [2026-04-23 04:23:44] "POST /neutron/port HTTP/1.1" 200 1126 0.060034 10.0.0.23 - - [2026-04-23 04:23:44] "POST /neutron/subnet HTTP/1.1" 200 675 0.010945 10.0.0.23 - - [2026-04-23 04:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.23 - - [2026-04-23 04:23:53] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004872 10.0.0.23 - - [2026-04-23 04:23:53] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002992 10.0.0.23 - - [2026-04-23 04:23:53] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006523 10.0.0.23 - - [2026-04-23 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2026-04-23 04:23:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004985 10.0.0.23 - - [2026-04-23 04:23:55] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004034 10.0.0.23 - - [2026-04-23 04:23:55] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006724 10.0.0.23 - - [2026-04-23 04:24:10] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004366 10.0.0.23 - - [2026-04-23 04:24:10] "GET /virtual-machine-interface/d3d028a0-a603-4b8f-8c67-19c3ce2ee361 HTTP/1.1" 200 2957 0.006867 10.0.0.23 - - [2026-04-23 04:24:10] "GET /instance-ip/6e440981-73d5-468b-bb75-23f1a6fe9796 HTTP/1.1" 200 1623 0.004587 10.0.0.23 - - [2026-04-23 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2026-04-23 04:24:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004064 10.0.0.23 - - [2026-04-23 04:24:10] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003402 10.0.0.23 - - [2026-04-23 04:24:11] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006197 10.0.0.23 - - [2026-04-23 04:24:14] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 200 1302 0.004631 10.0.0.23 - - [2026-04-23 04:24:15] "POST /neutron/port HTTP/1.1" 200 1126 0.026567 10.0.0.23 - - [2026-04-23 04:24:16] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.004311 10.0.0.23 - - [2026-04-23 04:24:16] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003925 10.0.0.23 - - [2026-04-23 04:24:16] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.004833 10.0.0.23 - - [2026-04-23 04:24:17] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.004002 10.0.0.23 - - [2026-04-23 04:24:18] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003650 10.0.0.23 - - [2026-04-23 04:24:19] "POST /neutron/port HTTP/1.1" 200 1106 0.020466 10.0.0.23 - - [2026-04-23 04:24:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004749 10.0.0.23 - - [2026-04-23 04:24:19] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.004819 10.0.0.23 - - [2026-04-23 04:24:19] "POST /neutron/network HTTP/1.1" 200 926 0.008290 10.0.0.23 - - [2026-04-23 04:24:20] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003786 10.0.0.23 - - [2026-04-23 04:24:21] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003370 10.0.0.23 - - [2026-04-23 04:24:22] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003226 10.0.0.23 - - [2026-04-23 04:24:22] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.002943 10.0.0.23 - - [2026-04-23 04:24:23] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003789 10.0.0.23 - - [2026-04-23 04:24:24] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003909 10.0.0.23 - - [2026-04-23 04:24:25] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003453 10.0.0.23 - - [2026-04-23 04:24:26] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003758 10.0.0.23 - - [2026-04-23 04:24:27] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.004895 10.0.0.23 - - [2026-04-23 04:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-04-23 04:24:27] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004747 10.0.0.23 - - [2026-04-23 04:24:27] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003880 10.0.0.23 - - [2026-04-23 04:24:28] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008791 10.0.0.23 - - [2026-04-23 04:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-04-23 04:24:28] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004413 10.0.0.23 - - [2026-04-23 04:24:28] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004532 10.0.0.23 - - [2026-04-23 04:24:28] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003829 10.0.0.23 - - [2026-04-23 04:24:29] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003380 10.0.0.23 - - [2026-04-23 04:24:30] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003162 10.0.0.23 - - [2026-04-23 04:24:31] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.004351 10.0.0.23 - - [2026-04-23 04:24:32] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003163 10.0.0.23 - - [2026-04-23 04:24:33] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003505 10.0.0.23 - - [2026-04-23 04:24:33] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003583 10.0.0.23 - - [2026-04-23 04:24:34] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003712 10.0.0.23 - - [2026-04-23 04:24:35] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003157 10.0.0.23 - - [2026-04-23 04:24:36] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.004334 10.0.0.23 - - [2026-04-23 04:24:37] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003844 10.0.0.23 - - [2026-04-23 04:24:38] "GET /virtual-machine/a13a7099-173b-43e5-b45a-b6afcb769bce HTTP/1.1" 404 171 0.003797 10.0.0.23 - - [2026-04-23 04:24:38] "GET /obj-perms HTTP/1.1" 200 5044 0.004401 10.0.0.130 - - [2026-04-23 04:24:38] "GET /obj-perms HTTP/1.1" 200 5044 0.003753 10.0.0.249 - - [2026-04-23 04:24:38] "GET /obj-perms HTTP/1.1" 200 5044 0.004676 10.0.0.23 - - [2026-04-23 04:24:38] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 200 1302 0.005051 10.0.0.23 - - [2026-04-23 04:24:39] "POST /neutron/port HTTP/1.1" 200 151 0.228845 10.0.0.23 - - [2026-04-23 04:24:40] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003552 10.0.0.23 - - [2026-04-23 04:24:40] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003709 10.0.0.23 - - [2026-04-23 04:24:40] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003487 10.0.0.23 - - [2026-04-23 04:24:40] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003407 10.0.0.23 - - [2026-04-23 04:24:41] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003753 10.0.0.23 - - [2026-04-23 04:24:42] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003992 10.0.0.23 - - [2026-04-23 04:24:43] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003590 10.0.0.23 - - [2026-04-23 04:24:44] "POST /neutron/network HTTP/1.1" 200 1122 0.007758 10.0.0.23 - - [2026-04-23 04:24:44] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017249 10.0.0.23 - - [2026-04-23 04:24:44] "POST /neutron/network HTTP/1.1" 200 1112 0.009598 10.0.0.23 - - [2026-04-23 04:24:44] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.004079 10.0.0.23 - - [2026-04-23 04:24:45] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.028706 10.0.0.23 - - [2026-04-23 04:24:45] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.004210 10.0.0.23 - - [2026-04-23 04:24:46] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.004503 10.0.0.23 - - [2026-04-23 04:24:47] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.004240 10.0.0.23 - - [2026-04-23 04:24:48] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003938 10.0.0.23 - - [2026-04-23 04:24:49] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.004315 10.0.0.23 - - [2026-04-23 04:24:50] "GET /virtual-machine/e91a228b-ba76-4488-9722-17c7c2348b66 HTTP/1.1" 404 171 0.003571 10.0.0.23 - - [2026-04-23 04:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.031933 10.0.0.23 - - [2026-04-23 04:24:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003920 10.0.0.23 - - [2026-04-23 04:24:50] "GET /virtual-networks?parent_id=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003266 10.0.0.23 - - [2026-04-23 04:24:51] "GET /virtual-network/15cd22a8-ae24-4f1a-a212-2d331e67015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006774 10.0.0.23 - - [2026-04-23 04:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.23 - - [2026-04-23 04:24:51] "GET /routing-instance/41515cee-3284-44f1-9440-96fc927e1d5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005536 10.0.0.23 - - [2026-04-23 04:24:51] "GET /route-target/9e8ff175-62b4-4569-a080-3b6bf77b400d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004518 10.0.0.23 - - [2026-04-23 04:24:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004133 10.0.0.23 - - [2026-04-23 04:24:57] "GET /obj-perms HTTP/1.1" 200 5044 0.004092 10.0.0.23 - - [2026-04-23 04:25:00] "GET /obj-perms HTTP/1.1" 200 5044 0.003968 10.0.0.130 - - [2026-04-23 04:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.061676 10.0.0.23 - - [2026-04-23 04:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.23 - - [2026-04-23 04:25:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005736 10.0.0.23 - - [2026-04-23 04:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.23 - - [2026-04-23 04:25:01] "PUT /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616 HTTP/1.1" 200 277 0.016145 10.0.0.249 - - [2026-04-23 04:25:03] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.026968 10.0.0.23 - - [2026-04-23 04:25:03] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.123961 10.0.0.249 - - [2026-04-23 04:25:03] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001326 10.0.0.23 - - [2026-04-23 04:25:03] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?fields=virtual_networks HTTP/1.1" 200 1049 0.064680 10.0.0.249 - - [2026-04-23 04:25:03] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001090 10.0.0.23 - - [2026-04-23 04:25:03] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.044793 10.0.0.249 - - [2026-04-23 04:25:03] "GET /projects?obj_uuids=9210878c-559d-4d22-b7d0-8fb483f221ef&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002442 10.0.0.23 - - [2026-04-23 04:25:03] "GET /project/9210878c-559d-4d22-b7d0-8fb483f221ef?fields=security_groups HTTP/1.1" 200 1283 0.041086 10.0.0.23 - - [2026-04-23 04:25:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.028603 10.0.0.249 - - [2026-04-23 04:25:04] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003569 10.0.0.249 - - [2026-04-23 04:25:04] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002184 10.0.0.249 - - [2026-04-23 04:25:04] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038824 10.0.0.249 - - [2026-04-23 04:25:05] "POST /id-to-fqname HTTP/1.1" 200 196 0.002346 10.0.0.249 - - [2026-04-23 04:25:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.007393 10.0.0.249 - - [2026-04-23 04:25:05] "POST /security-groups HTTP/1.1" 200 597 0.037749 10.0.0.249 - - [2026-04-23 04:25:05] "POST /projects HTTP/1.1" 200 597 0.244281 10.0.0.249 - - [2026-04-23 04:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.316193 10.0.0.130 - - [2026-04-23 04:25:05] "POST /access-control-lists HTTP/1.1" 200 604 0.032281 10.0.0.23 - - [2026-04-23 04:25:05] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.512513 10.0.0.23 - - [2026-04-23 04:25:06] "GET / HTTP/1.1" 200 36215 0.002666 10.0.0.249 - - [2026-04-23 04:25:09] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000981 10.0.0.23 - - [2026-04-23 04:25:09] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.039169 10.0.0.249 - - [2026-04-23 04:25:09] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001005 10.0.0.23 - - [2026-04-23 04:25:09] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?fields=virtual_networks HTTP/1.1" 200 1047 0.055160 10.0.0.249 - - [2026-04-23 04:25:09] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078 10.0.0.23 - - [2026-04-23 04:25:09] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.051841 10.0.0.249 - - [2026-04-23 04:25:09] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001098 10.0.0.23 - - [2026-04-23 04:25:09] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?fields=security_groups HTTP/1.1" 200 1280 0.037974 10.0.0.23 - - [2026-04-23 04:25:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.030514 10.0.0.249 - - [2026-04-23 04:25:10] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003504 10.0.0.249 - - [2026-04-23 04:25:10] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.249 - - [2026-04-23 04:25:10] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007958 10.0.0.249 - - [2026-04-23 04:25:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.003518 10.0.0.249 - - [2026-04-23 04:25:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.003621 10.0.0.249 - - [2026-04-23 04:25:11] "POST /security-groups HTTP/1.1" 200 591 0.037421 10.0.0.130 - - [2026-04-23 04:25:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.004877 10.0.0.249 - - [2026-04-23 04:25:11] "POST /projects HTTP/1.1" 200 585 0.257034 10.0.0.249 - - [2026-04-23 04:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.329167 10.0.0.130 - - [2026-04-23 04:25:11] "POST /access-control-lists HTTP/1.1" 200 596 0.033262 10.0.0.23 - - [2026-04-23 04:25:11] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.484139 10.0.0.23 - - [2026-04-23 04:25:12] "GET / HTTP/1.1" 200 36215 0.002090 10.0.0.249 - - [2026-04-23 04:25:15] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.23 - - [2026-04-23 04:25:15] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060046 10.0.0.249 - - [2026-04-23 04:25:15] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001496 10.0.0.23 - - [2026-04-23 04:25:15] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?fields=virtual_networks HTTP/1.1" 200 1035 0.047814 10.0.0.249 - - [2026-04-23 04:25:15] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.23 - - [2026-04-23 04:25:15] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.052664 10.0.0.249 - - [2026-04-23 04:25:15] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001242 10.0.0.23 - - [2026-04-23 04:25:15] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?fields=security_groups HTTP/1.1" 200 1262 0.047751 10.0.0.23 - - [2026-04-23 04:25:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.028086 10.0.0.249 - - [2026-04-23 04:25:16] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003347 10.0.0.249 - - [2026-04-23 04:25:16] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.249 - - [2026-04-23 04:25:16] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008010 10.0.0.249 - - [2026-04-23 04:25:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.003633 10.0.0.249 - - [2026-04-23 04:25:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.006676 10.0.0.249 - - [2026-04-23 04:25:16] "POST /security-groups HTTP/1.1" 200 599 0.091350 10.0.0.249 - - [2026-04-23 04:25:16] "POST /projects HTTP/1.1" 200 601 0.296758 10.0.0.130 - - [2026-04-23 04:25:17] "POST /fqname-to-id HTTP/1.1" 404 241 0.010230 10.0.0.249 - - [2026-04-23 04:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.374806 10.0.0.23 - - [2026-04-23 04:25:17] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.525774 10.0.0.130 - - [2026-04-23 04:25:18] "DELETE /access-control-list/3c30cc2a-7887-4516-81cf-fd603e40a276 HTTP/1.1" 200 115 0.054593 10.0.0.23 - - [2026-04-23 04:25:18] "GET / HTTP/1.1" 200 36215 0.001829 10.0.0.249 - - [2026-04-23 04:25:18] "DELETE /project/a31f2c45b8394d5e91c20b369b893644 HTTP/1.1" 404 173 0.014567 10.0.0.249 - - [2026-04-23 04:25:18] "DELETE /project/abcc5c70189a43a6b209550751de8b2d HTTP/1.1" 404 173 0.016293 10.0.0.249 - - [2026-04-23 04:25:18] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000976 10.0.0.249 - - [2026-04-23 04:25:18] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000820 10.0.0.249 - - [2026-04-23 04:25:18] "DELETE /project/9210878c-559d-4d22-b7d0-8fb483f221ef HTTP/1.1" 404 177 0.012629 10.0.0.249 - - [2026-04-23 04:25:18] "DELETE /project/edbaf3e4b24243a8b502fe452a92b5a5 HTTP/1.1" 404 173 0.021444 10.0.0.249 - - [2026-04-23 04:25:18] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.068748 10.0.0.249 - - [2026-04-23 04:25:18] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.088746 10.0.0.249 - - [2026-04-23 04:25:18] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344 10.0.0.249 - - [2026-04-23 04:25:18] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001511 10.0.0.249 - - [2026-04-23 04:25:18] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?fields=security_groups HTTP/1.1" 200 1364 0.082956 10.0.0.249 - - [2026-04-23 04:25:18] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?fields=security_groups HTTP/1.1" 200 1382 0.108829 10.0.0.249 - - [2026-04-23 04:25:18] "DELETE /security-group/03374b1b-0fc8-4534-8ec7-20f2f54172f2 HTTP/1.1" 200 115 0.066566 10.0.0.249 - - [2026-04-23 04:25:18] "GET /projects?obj_uuids=abcc5c70-189a-43a6-b209-550751de8b2d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001855 10.0.0.249 - - [2026-04-23 04:25:19] "DELETE /security-group/91bb475c-3d77-4738-8c3a-6983f2e1078a HTTP/1.1" 200 115 0.114341 10.0.0.249 - - [2026-04-23 04:25:19] "GET /projects?obj_uuids=edbaf3e4-b242-43a8-b502-fe452a92b5a5&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001545 10.0.0.249 - - [2026-04-23 04:25:19] "GET /project/abcc5c70-189a-43a6-b209-550751de8b2d?fields=application_policy_sets HTTP/1.1" 200 1403 0.112174 10.0.0.130 - - [2026-04-23 04:25:19] "DELETE /access-control-list/20b7488b-ecce-44d6-b7f7-bdfec8c04530 HTTP/1.1" 200 115 0.068753 10.0.0.249 - - [2026-04-23 04:25:19] "GET /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5?fields=application_policy_sets HTTP/1.1" 200 1421 0.075937 10.0.0.23 - - [2026-04-23 04:25:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000555 10.0.0.249 - - [2026-04-23 04:25:19] "DELETE /project/abcc5c70-189a-43a6-b209-550751de8b2d HTTP/1.1" 200 115 0.667007 10.0.0.249 - - [2026-04-23 04:25:19] "DELETE /project/edbaf3e4-b242-43a8-b502-fe452a92b5a5 HTTP/1.1" 200 115 0.702049 10.0.0.23 - - [2026-04-23 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.039887 10.0.0.249 - - [2026-04-23 04:25:19] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.23 - - [2026-04-23 04:25:19] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048427 10.0.0.23 - - [2026-04-23 04:25:19] "POST /neutron/network HTTP/1.1" 200 117 0.044870 10.0.0.130 - - [2026-04-23 04:25:20] "POST /ref-update HTTP/1.1" 200 156 0.027428 10.0.0.23 - - [2026-04-23 04:25:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.047379 10.0.0.249 - - [2026-04-23 04:25:20] "POST /useragent-kv HTTP/1.1" 200 115 0.010255 10.0.0.23 - - [2026-04-23 04:25:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.205682 10.0.0.23 - - [2026-04-23 04:25:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001448 10.0.0.23 - - [2026-04-23 04:25:20] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006728 10.0.0.23 - - [2026-04-23 04:25:20] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006075 10.0.0.23 - - [2026-04-23 04:25:20] "POST /neutron/network HTTP/1.1" 200 973 0.010561 10.0.0.23 - - [2026-04-23 04:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.249 - - [2026-04-23 04:25:20] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.23 - - [2026-04-23 04:25:20] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045189 10.0.0.23 - - [2026-04-23 04:25:20] "POST /neutron/network HTTP/1.1" 200 117 0.020099 10.0.0.23 - - [2026-04-23 04:25:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.005630 10.0.0.249 - - [2026-04-23 04:25:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007260 10.0.0.23 - - [2026-04-23 04:25:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.217874 10.0.0.23 - - [2026-04-23 04:25:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001192 10.0.0.23 - - [2026-04-23 04:25:21] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.006268 10.0.0.23 - - [2026-04-23 04:25:21] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.007210 10.0.0.23 - - [2026-04-23 04:25:21] "POST /neutron/network HTTP/1.1" 200 977 0.011148 10.0.0.23 - - [2026-04-23 04:25:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001423 10.0.0.23 - - [2026-04-23 04:25:21] "POST /neutron/port HTTP/1.1" 200 4186 0.038295 10.0.0.249 - - [2026-04-23 04:25:22] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.23 - - [2026-04-23 04:25:22] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.073114 10.0.0.23 - - [2026-04-23 04:25:22] "POST /neutron/port HTTP/1.1" 200 4186 0.044121 10.0.0.23 - - [2026-04-23 04:25:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001300 10.0.0.23 - - [2026-04-23 04:25:23] "POST /neutron/network HTTP/1.1" 200 987 0.008066 10.0.0.23 - - [2026-04-23 04:25:23] "POST /neutron/port HTTP/1.1" 200 1151 0.026486 10.0.0.249 - - [2026-04-23 04:25:23] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.23 - - [2026-04-23 04:25:23] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.109135 10.0.0.23 - - [2026-04-23 04:25:24] "POST /neutron/network HTTP/1.1" 200 977 0.042754 10.0.0.23 - - [2026-04-23 04:25:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006059 10.0.0.23 - - [2026-04-23 04:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.23 - - [2026-04-23 04:25:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007884 10.0.0.23 - - [2026-04-23 04:25:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013216 10.0.0.23 - - [2026-04-23 04:25:25] "POST /neutron/port HTTP/1.1" 200 1155 0.027535 10.0.0.23 - - [2026-04-23 04:25:25] "POST /neutron/port HTTP/1.1" 200 1219 0.021349 10.0.0.23 - - [2026-04-23 04:25:25] "POST /neutron/subnet HTTP/1.1" 200 1282 0.017175 10.0.0.23 - - [2026-04-23 04:25:25] "POST /neutron/network HTTP/1.1" 200 977 0.010377 10.0.0.23 - - [2026-04-23 04:25:29] "POST /neutron/port HTTP/1.1" 200 1215 0.022037 10.0.0.23 - - [2026-04-23 04:25:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007903 10.0.0.23 - - [2026-04-23 04:25:29] "GET /virtual-machine/5d266921-aa06-4fb8-b9a2-c065b0ebb8a1 HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-04-23 04:25:30] "GET /virtual-machine/5d266921-aa06-4fb8-b9a2-c065b0ebb8a1 HTTP/1.1" 200 1302 0.036345 10.0.0.23 - - [2026-04-23 04:25:30] "GET /virtual-machine-interface/70d04572-612b-4e5b-889b-7abd02bf3222 HTTP/1.1" 200 3164 0.006541 10.0.0.23 - - [2026-04-23 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2026-04-23 04:25:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005389 10.0.0.23 - - [2026-04-23 04:25:30] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004158 10.0.0.23 - - [2026-04-23 04:25:30] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006730 10.0.0.23 - - [2026-04-23 04:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2026-04-23 04:25:33] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006649 10.0.0.23 - - [2026-04-23 04:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.23 - - [2026-04-23 04:25:35] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004376 10.0.0.23 - - [2026-04-23 04:25:35] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003762 10.0.0.23 - - [2026-04-23 04:25:35] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007738 10.0.0.23 - - [2026-04-23 04:25:35] "POST /neutron/port HTTP/1.1" 200 1219 0.021626 10.0.0.23 - - [2026-04-23 04:25:38] "GET /obj-perms HTTP/1.1" 200 5056 0.056426 10.0.0.23 - - [2026-04-23 04:25:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007877 10.0.0.23 - - [2026-04-23 04:25:40] "POST /neutron/port HTTP/1.1" 200 1219 0.022154 10.0.0.23 - - [2026-04-23 04:25:41] "GET /virtual-machine/8e6bdfa3-2c26-45d2-8ef2-37871669fc7f HTTP/1.1" 200 1303 0.007045 10.0.0.23 - - [2026-04-23 04:25:41] "GET /virtual-machine-interface/e97fbe84-1583-49d3-b327-6e6ca44a4ff1 HTTP/1.1" 200 3166 0.006067 10.0.0.23 - - [2026-04-23 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2026-04-23 04:25:41] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004276 10.0.0.23 - - [2026-04-23 04:25:41] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003795 10.0.0.23 - - [2026-04-23 04:25:41] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.007105 10.0.0.23 - - [2026-04-23 04:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2026-04-23 04:25:44] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.009393 10.0.0.23 - - [2026-04-23 04:25:45] "POST /neutron/port HTTP/1.1" 200 1106 0.022945 10.0.0.23 - - [2026-04-23 04:25:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.010551 10.0.0.23 - - [2026-04-23 04:25:48] "POST /neutron/port HTTP/1.1" 200 1219 0.057143 10.0.0.23 - - [2026-04-23 04:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.23 - - [2026-04-23 04:25:48] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.006427 10.0.0.23 - - [2026-04-23 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-04-23 04:25:50] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004486 10.0.0.23 - - [2026-04-23 04:25:50] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003360 10.0.0.23 - - [2026-04-23 04:25:50] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.008222 10.0.0.23 - - [2026-04-23 04:25:50] "POST /fqname-to-id HTTP/1.1" 404 209 0.004289 10.0.0.23 - - [2026-04-23 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.249 - - [2026-04-23 04:25:50] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000999 10.0.0.23 - - [2026-04-23 04:25:50] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.062577 10.0.0.23 - - [2026-04-23 04:25:50] "POST /network-policys HTTP/1.1" 200 535 0.034060 10.0.0.23 - - [2026-04-23 04:25:50] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008459 10.0.0.23 - - [2026-04-23 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.23 - - [2026-04-23 04:25:50] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007350 10.0.0.23 - - [2026-04-23 04:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-04-23 04:25:50] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005187 10.0.0.130 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 404 230 0.006266 10.0.0.23 - - [2026-04-23 04:25:51] "POST /ref-update HTTP/1.1" 200 156 0.069522 10.0.0.23 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010685 10.0.0.23 - - [2026-04-23 04:25:51] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004643 10.0.0.23 - - [2026-04-23 04:25:51] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.009104 10.0.0.23 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.23 - - [2026-04-23 04:25:51] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005080 10.0.0.23 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-04-23 04:25:51] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.007849 10.0.0.23 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.23 - - [2026-04-23 04:25:51] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006922 10.0.0.23 - - [2026-04-23 04:25:51] "POST /ref-update HTTP/1.1" 200 156 0.061012 10.0.0.130 - - [2026-04-23 04:25:51] "POST /access-control-lists HTTP/1.1" 200 580 0.046044 10.0.0.23 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005481 10.0.0.23 - - [2026-04-23 04:25:51] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004110 10.0.0.23 - - [2026-04-23 04:25:51] "POST /neutron/network HTTP/1.1" 200 1063 0.012250 10.0.0.23 - - [2026-04-23 04:25:51] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007041 10.0.0.23 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.23 - - [2026-04-23 04:25:51] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004406 10.0.0.23 - - [2026-04-23 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.249 - - [2026-04-23 04:25:51] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.23 - - [2026-04-23 04:25:51] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.054520 10.0.0.130 - - [2026-04-23 04:25:52] "POST /ref-update HTTP/1.1" 200 156 0.027735 10.0.0.249 - - [2026-04-23 04:25:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007530 10.0.0.23 - - [2026-04-23 04:25:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.256514 10.0.0.23 - - [2026-04-23 04:25:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001256 10.0.0.23 - - [2026-04-23 04:25:52] "GET /virtual-network/ad634fed-0a70-4589-948e-5b4f5def9d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005635 10.0.0.23 - - [2026-04-23 04:25:52] "GET /virtual-network/ad634fed-0a70-4589-948e-5b4f5def9d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.006835 10.0.0.23 - - [2026-04-23 04:25:52] "POST /neutron/network HTTP/1.1" 200 799 0.007729 10.0.0.23 - - [2026-04-23 04:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.249 - - [2026-04-23 04:25:52] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.23 - - [2026-04-23 04:25:52] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060518 10.0.0.249 - - [2026-04-23 04:25:52] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.23 - - [2026-04-23 04:25:52] "POST /neutron/network HTTP/1.1" 200 585 0.144763 10.0.0.23 - - [2026-04-23 04:25:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.003591 10.0.0.23 - - [2026-04-23 04:25:52] "GET /virtual-network/20194e80-46a5-4bd6-825e-ef2ec9b5223a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007326 10.0.0.23 - - [2026-04-23 04:25:52] "POST /neutron/network HTTP/1.1" 200 799 0.008391 10.0.0.23 - - [2026-04-23 04:25:52] "GET /virtual-network/20194e80-46a5-4bd6-825e-ef2ec9b5223a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006500 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.003456 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.249 - - [2026-04-23 04:25:53] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.23 - - [2026-04-23 04:25:53] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045402 10.0.0.23 - - [2026-04-23 04:25:53] "POST /network-policys HTTP/1.1" 200 589 0.032529 10.0.0.23 - - [2026-04-23 04:25:53] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007389 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.23 - - [2026-04-23 04:25:53] "GET /virtual-network/ad634fed-0a70-4589-948e-5b4f5def9d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005974 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2026-04-23 04:25:53] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005760 10.0.0.130 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.008696 10.0.0.23 - - [2026-04-23 04:25:53] "POST /ref-update HTTP/1.1" 200 156 0.058642 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.23 - - [2026-04-23 04:25:53] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008225 10.0.0.23 - - [2026-04-23 04:25:53] "POST /neutron/network HTTP/1.1" 200 912 0.009926 10.0.0.23 - - [2026-04-23 04:25:53] "GET /virtual-network/ad634fed-0a70-4589-948e-5b4f5def9d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.006994 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.23 - - [2026-04-23 04:25:53] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005456 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.23 - - [2026-04-23 04:25:53] "GET /virtual-network/20194e80-46a5-4bd6-825e-ef2ec9b5223a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.010706 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.23 - - [2026-04-23 04:25:53] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004876 10.0.0.23 - - [2026-04-23 04:25:53] "POST /ref-update HTTP/1.1" 200 156 0.067069 10.0.0.23 - - [2026-04-23 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.130 - - [2026-04-23 04:25:53] "POST /access-control-lists HTTP/1.1" 200 556 0.114134 10.0.0.23 - - [2026-04-23 04:25:53] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008025 10.0.0.23 - - [2026-04-23 04:25:54] "GET /virtual-network/20194e80-46a5-4bd6-825e-ef2ec9b5223a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.019633 10.0.0.23 - - [2026-04-23 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.23 - - [2026-04-23 04:25:54] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004212 10.0.0.23 - - [2026-04-23 04:25:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001218 10.0.0.23 - - [2026-04-23 04:25:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009001 10.0.0.249 - - [2026-04-23 04:25:55] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.23 - - [2026-04-23 04:25:55] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.087522 10.0.0.23 - - [2026-04-23 04:25:55] "POST /neutron/port HTTP/1.1" 200 6312 0.050687 10.0.0.23 - - [2026-04-23 04:25:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001346 10.0.0.23 - - [2026-04-23 04:25:55] "POST /neutron/port HTTP/1.1" 200 6312 0.048450 10.0.0.23 - - [2026-04-23 04:25:55] "POST /neutron/network HTTP/1.1" 200 922 0.007205 10.0.0.23 - - [2026-04-23 04:25:56] "POST /neutron/port HTTP/1.1" 200 1063 0.021860 10.0.0.23 - - [2026-04-23 04:25:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004375 10.0.0.23 - - [2026-04-23 04:25:56] "POST /neutron/network HTTP/1.1" 200 912 0.010730 10.0.0.249 - - [2026-04-23 04:25:56] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001228 10.0.0.23 - - [2026-04-23 04:25:56] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.073306 10.0.0.23 - - [2026-04-23 04:25:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011820 10.0.0.23 - - [2026-04-23 04:25:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003400 10.0.0.23 - - [2026-04-23 04:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2026-04-23 04:25:57] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005777 10.0.0.249 - - [2026-04-23 04:25:57] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.23 - - [2026-04-23 04:25:57] "POST /neutron/port HTTP/1.1" 200 1063 0.386285 10.0.0.23 - - [2026-04-23 04:25:57] "POST /neutron/port HTTP/1.1" 200 1117 0.123657 10.0.0.23 - - [2026-04-23 04:25:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.010419 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003352 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004551 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005921 10.0.0.23 - - [2026-04-23 04:25:58] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.030131 10.0.0.23 - - [2026-04-23 04:25:58] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.036017 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.010754 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.012363 10.0.0.23 - - [2026-04-23 04:25:58] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.042651 10.0.0.23 - - [2026-04-23 04:25:58] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.056051 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.007762 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.004159 10.0.0.23 - - [2026-04-23 04:25:58] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.046557 10.0.0.23 - - [2026-04-23 04:25:58] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.036406 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.009463 10.0.0.23 - - [2026-04-23 04:25:58] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.008097 10.0.0.23 - - [2026-04-23 04:25:58] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.026290 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003664 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004824 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004380 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.029447 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.058397 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.007329 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.004750 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.035606 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.035332 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006890 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006459 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.048479 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.030265 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005547 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.009474 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.028798 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003689 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005217 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004877 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.027479 10.0.0.23 - - [2026-04-23 04:25:59] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.042874 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005492 10.0.0.23 - - [2026-04-23 04:25:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005886 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.031165 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.037312 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005357 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005028 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.042463 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.043335 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.016486 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.015095 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.034528 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.009293 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005385 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.006192 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.044747 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.054956 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.006679 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.005222 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.047686 10.0.0.23 - - [2026-04-23 04:26:00] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.050409 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.013167 10.0.0.23 - - [2026-04-23 04:26:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.010639 10.0.0.23 - - [2026-04-23 04:26:01] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.055034 10.0.0.23 - - [2026-04-23 04:26:01] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.054138 10.0.0.23 - - [2026-04-23 04:26:06] "POST /neutron/port HTTP/1.1" 200 1127 0.022260 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004068 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005623 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004916 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.034831 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.044183 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.007363 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.005259 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.035831 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.045857 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.007677 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.009635 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.034922 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.042651 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.007300 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.007681 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.026613 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003643 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005344 10.0.0.23 - - [2026-04-23 04:26:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005202 10.0.0.23 - - [2026-04-23 04:26:11] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.035806 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.114950 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.008923 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005644 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.034976 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.047131 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005601 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005167 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.034186 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.035373 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.008851 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005999 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.028938 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003414 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005618 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005403 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.028519 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.039875 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.007646 10.0.0.23 - - [2026-04-23 04:26:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005246 10.0.0.23 - - [2026-04-23 04:26:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.040335 10.0.0.23 - - [2026-04-23 04:26:13] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.038055 10.0.0.23 - - [2026-04-23 04:26:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.008327 10.0.0.23 - - [2026-04-23 04:26:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.008897 10.0.0.23 - - [2026-04-23 04:26:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.033529 10.0.0.23 - - [2026-04-23 04:26:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.047637 10.0.0.23 - - [2026-04-23 04:26:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005849 10.0.0.23 - - [2026-04-23 04:26:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006101 10.0.0.23 - - [2026-04-23 04:26:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.020651 10.0.0.23 - - [2026-04-23 04:26:13] "POST /ref-update HTTP/1.1" 200 156 0.067411 10.0.0.23 - - [2026-04-23 04:26:13] "GET /virtual-network/20194e80-46a5-4bd6-825e-ef2ec9b5223a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.013682 10.0.0.23 - - [2026-04-23 04:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.130 - - [2026-04-23 04:26:13] "POST /ref-update HTTP/1.1" 200 156 0.034758 10.0.0.23 - - [2026-04-23 04:26:13] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005430 10.0.0.23 - - [2026-04-23 04:26:13] "POST /ref-update HTTP/1.1" 200 156 0.058656 10.0.0.23 - - [2026-04-23 04:26:13] "POST /neutron/network HTTP/1.1" 200 799 0.013477 10.0.0.23 - - [2026-04-23 04:26:13] "GET /virtual-network/ad634fed-0a70-4589-948e-5b4f5def9d79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.009255 10.0.0.23 - - [2026-04-23 04:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010317 10.0.0.23 - - [2026-04-23 04:26:13] "GET /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005083 10.0.0.23 - - [2026-04-23 04:26:13] "DELETE /network-policy/4636fa5b-e9d0-4799-909c-5a7482f709d3 HTTP/1.1" 200 115 0.032479 10.0.0.23 - - [2026-04-23 04:26:14] "POST /neutron/port HTTP/1.1" 200 1127 0.019804 10.0.0.23 - - [2026-04-23 04:26:14] "POST /neutron/port HTTP/1.1" 200 1127 0.026113 10.0.0.23 - - [2026-04-23 04:26:15] "POST /neutron/network HTTP/1.1" 200 799 0.006610 10.0.0.130 - - [2026-04-23 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.249 - - [2026-04-23 04:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003671 10.0.0.249 - - [2026-04-23 04:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004148 10.0.0.23 - - [2026-04-23 04:26:16] "POST /neutron/network HTTP/1.1" 200 151 0.157678 10.0.0.130 - - [2026-04-23 04:26:16] "DELETE /route-target/db212deb-ae58-4c2e-b29b-61a453b9b005 HTTP/1.1" 200 115 0.046289 10.0.0.23 - - [2026-04-23 04:26:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.017313 10.0.0.23 - - [2026-04-23 04:26:16] "POST /ref-update HTTP/1.1" 200 156 0.087875 10.0.0.23 - - [2026-04-23 04:26:16] "GET /virtual-network/91e4f388-5a35-4740-a492-a1963e4f0512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2569 0.020309 10.0.0.23 - - [2026-04-23 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.23 - - [2026-04-23 04:26:16] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006206 10.0.0.23 - - [2026-04-23 04:26:16] "POST /ref-update HTTP/1.1" 200 156 0.086357 10.0.0.130 - - [2026-04-23 04:26:16] "DELETE /access-control-list/07777625-9d9e-4bec-95ea-a4543d5436c2 HTTP/1.1" 200 115 0.072758 10.0.0.23 - - [2026-04-23 04:26:16] "GET /virtual-network/6a31a98b-9334-4047-942e-4325d6cc8c30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.019598 10.0.0.23 - - [2026-04-23 04:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005704 10.0.0.23 - - [2026-04-23 04:26:16] "GET /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004439 10.0.0.23 - - [2026-04-23 04:26:16] "DELETE /network-policy/9f57a69e-8297-4c03-88e7-c974ae81d081 HTTP/1.1" 200 115 0.038363 10.0.0.23 - - [2026-04-23 04:26:17] "POST /neutron/network HTTP/1.1" 200 977 0.010475 10.0.0.23 - - [2026-04-23 04:26:17] "POST /neutron/port HTTP/1.1" 200 1215 0.024538 10.0.0.23 - - [2026-04-23 04:26:17] "POST /neutron/port HTTP/1.1" 200 1205 0.022968 10.0.0.249 - - [2026-04-23 04:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003166 10.0.0.249 - - [2026-04-23 04:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.249 - - [2026-04-23 04:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003784 10.0.0.249 - - [2026-04-23 04:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002999 10.0.0.23 - - [2026-04-23 04:26:19] "POST /neutron/network HTTP/1.1" 200 151 0.154996 10.0.0.130 - - [2026-04-23 04:26:19] "DELETE /route-target/1d79168d-cf94-41d7-a828-3dfb5f1276b6 HTTP/1.1" 200 115 0.024826 10.0.0.23 - - [2026-04-23 04:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.249 - - [2026-04-23 04:26:20] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.23 - - [2026-04-23 04:26:20] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.040229 10.0.0.23 - - [2026-04-23 04:26:20] "POST /neutron/network HTTP/1.1" 200 117 0.014159 10.0.0.130 - - [2026-04-23 04:26:21] "POST /route-targets HTTP/1.1" 200 328 0.014886 10.0.0.23 - - [2026-04-23 04:26:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.005558 10.0.0.249 - - [2026-04-23 04:26:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008001 10.0.0.23 - - [2026-04-23 04:26:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.246141 10.0.0.23 - - [2026-04-23 04:26:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001673 10.0.0.23 - - [2026-04-23 04:26:21] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007121 10.0.0.23 - - [2026-04-23 04:26:21] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007980 10.0.0.23 - - [2026-04-23 04:26:21] "POST /neutron/network HTTP/1.1" 200 976 0.010600 10.0.0.23 - - [2026-04-23 04:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.249 - - [2026-04-23 04:26:21] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.23 - - [2026-04-23 04:26:21] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044259 10.0.0.23 - - [2026-04-23 04:26:21] "POST /neutron/network HTTP/1.1" 200 117 0.015158 10.0.0.130 - - [2026-04-23 04:26:22] "POST /ref-update HTTP/1.1" 200 156 0.025802 10.0.0.249 - - [2026-04-23 04:26:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009838 10.0.0.23 - - [2026-04-23 04:26:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.226750 10.0.0.23 - - [2026-04-23 04:26:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001235 10.0.0.23 - - [2026-04-23 04:26:22] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006548 10.0.0.23 - - [2026-04-23 04:26:22] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008185 10.0.0.23 - - [2026-04-23 04:26:22] "POST /neutron/network HTTP/1.1" 200 975 0.012272 10.0.0.23 - - [2026-04-23 04:26:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.013722 10.0.0.23 - - [2026-04-23 04:26:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001521 10.0.0.23 - - [2026-04-23 04:26:22] "POST /neutron/network HTTP/1.1" 200 1122 0.045700 10.0.0.23 - - [2026-04-23 04:26:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003738 10.0.0.23 - - [2026-04-23 04:26:23] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.249 - - [2026-04-23 04:26:23] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.23 - - [2026-04-23 04:26:23] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.074240 10.0.0.23 - - [2026-04-23 04:26:23] "POST /neutron/port HTTP/1.1" 200 4186 0.049910 10.0.0.23 - - [2026-04-23 04:26:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001820 10.0.0.23 - - [2026-04-23 04:26:24] "POST /neutron/network HTTP/1.1" 200 985 0.008161 10.0.0.23 - - [2026-04-23 04:26:24] "POST /neutron/port HTTP/1.1" 200 1154 0.031972 10.0.0.23 - - [2026-04-23 04:26:24] "POST /neutron/port HTTP/1.1" 200 1218 0.020435 10.0.0.249 - - [2026-04-23 04:26:25] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.23 - - [2026-04-23 04:26:25] "POST /neutron/subnet HTTP/1.1" 200 1277 0.017276 10.0.0.23 - - [2026-04-23 04:26:25] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.087726 10.0.0.23 - - [2026-04-23 04:26:25] "POST /neutron/network HTTP/1.1" 200 975 0.011668 10.0.0.23 - - [2026-04-23 04:26:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009774 10.0.0.23 - - [2026-04-23 04:26:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009930 10.0.0.23 - - [2026-04-23 04:26:26] "POST /neutron/port HTTP/1.1" 200 1153 0.026749 10.0.0.23 - - [2026-04-23 04:26:26] "POST /neutron/port HTTP/1.1" 200 1217 0.023821 10.0.0.23 - - [2026-04-23 04:26:26] "POST /neutron/subnet HTTP/1.1" 200 1272 0.015482 10.0.0.23 - - [2026-04-23 04:26:26] "POST /neutron/network HTTP/1.1" 200 975 0.011184 10.0.0.23 - - [2026-04-23 04:26:30] "POST /neutron/port HTTP/1.1" 200 1218 0.019531 10.0.0.23 - - [2026-04-23 04:26:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007776 10.0.0.23 - - [2026-04-23 04:26:30] "GET /virtual-machine/1c53373d-22c1-4c13-afb9-d19c96c787b8 HTTP/1.1" 200 1302 0.007416 10.0.0.23 - - [2026-04-23 04:26:30] "GET /virtual-machine-interface/02c7f4ff-ef3b-4e46-9f83-525faf0fae4b HTTP/1.1" 200 3164 0.005759 10.0.0.23 - - [2026-04-23 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.23 - - [2026-04-23 04:26:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004327 10.0.0.23 - - [2026-04-23 04:26:30] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003587 10.0.0.23 - - [2026-04-23 04:26:30] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007108 10.0.0.23 - - [2026-04-23 04:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008597 10.0.0.23 - - [2026-04-23 04:26:33] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007368 10.0.0.23 - - [2026-04-23 04:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.23 - - [2026-04-23 04:26:36] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005151 10.0.0.23 - - [2026-04-23 04:26:36] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003574 10.0.0.23 - - [2026-04-23 04:26:36] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006832 10.0.0.23 - - [2026-04-23 04:26:36] "POST /neutron/port HTTP/1.1" 200 1218 0.020860 10.0.0.23 - - [2026-04-23 04:26:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013636 10.0.0.23 - - [2026-04-23 04:26:41] "POST /neutron/port HTTP/1.1" 200 1217 0.022664 10.0.0.23 - - [2026-04-23 04:26:41] "GET /virtual-machine/0d10027e-fb9c-4567-b77d-e26e54bac1bb HTTP/1.1" 200 1301 0.006913 10.0.0.23 - - [2026-04-23 04:26:41] "GET /virtual-machine-interface/fa8fc132-514a-4d5c-927c-a7888652974c HTTP/1.1" 200 3166 0.006624 10.0.0.23 - - [2026-04-23 04:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-04-23 04:26:41] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004219 10.0.0.23 - - [2026-04-23 04:26:41] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004201 10.0.0.23 - - [2026-04-23 04:26:41] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008480 10.0.0.23 - - [2026-04-23 04:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.23 - - [2026-04-23 04:26:44] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005822 10.0.0.23 - - [2026-04-23 04:26:47] "POST /neutron/port HTTP/1.1" 200 1217 0.020066 10.0.0.23 - - [2026-04-23 04:26:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004921 10.0.0.23 - - [2026-04-23 04:26:47] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.23 - - [2026-04-23 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.23 - - [2026-04-23 04:26:49] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007363 10.0.0.23 - - [2026-04-23 04:26:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007700 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-04-23 04:26:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004488 10.0.0.23 - - [2026-04-23 04:26:51] "GET /virtual-networks?parent_id=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003704 10.0.0.23 - - [2026-04-23 04:26:51] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006600 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 404 209 0.003337 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.249 - - [2026-04-23 04:26:51] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.23 - - [2026-04-23 04:26:51] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051661 10.0.0.23 - - [2026-04-23 04:26:51] "POST /network-policys HTTP/1.1" 200 535 0.031610 10.0.0.23 - - [2026-04-23 04:26:51] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006685 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.23 - - [2026-04-23 04:26:51] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007815 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2026-04-23 04:26:51] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005085 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.003447 10.0.0.23 - - [2026-04-23 04:26:51] "POST /ref-update HTTP/1.1" 200 156 0.066506 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2026-04-23 04:26:51] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004265 10.0.0.23 - - [2026-04-23 04:26:51] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.011237 10.0.0.23 - - [2026-04-23 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005499 10.0.0.23 - - [2026-04-23 04:26:51] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005168 10.0.0.23 - - [2026-04-23 04:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.23 - - [2026-04-23 04:26:52] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006563 10.0.0.23 - - [2026-04-23 04:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.23 - - [2026-04-23 04:26:52] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004832 10.0.0.130 - - [2026-04-23 04:26:52] "POST /fqname-to-id HTTP/1.1" 404 230 0.005138 10.0.0.23 - - [2026-04-23 04:26:52] "POST /ref-update HTTP/1.1" 200 156 0.056026 10.0.0.23 - - [2026-04-23 04:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761 10.0.0.23 - - [2026-04-23 04:26:52] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006952 10.0.0.23 - - [2026-04-23 04:26:52] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.010890 10.0.0.23 - - [2026-04-23 04:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.23 - - [2026-04-23 04:26:52] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004779 10.0.0.23 - - [2026-04-23 04:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2026-04-23 04:26:52] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001586 10.0.0.23 - - [2026-04-23 04:26:52] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046644 10.0.0.23 - - [2026-04-23 04:26:52] "POST /neutron/network HTTP/1.1" 200 117 0.016874 10.0.0.130 - - [2026-04-23 04:26:52] "POST /route-targets HTTP/1.1" 200 328 0.023782 10.0.0.23 - - [2026-04-23 04:26:52] "POST /neutron/network HTTP/1.1" 200 799 0.009627 10.0.0.23 - - [2026-04-23 04:26:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001164 10.0.0.23 - - [2026-04-23 04:26:52] "GET /virtual-network/2684e56c-5868-4031-9268-96248d8cc57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005099 10.0.0.23 - - [2026-04-23 04:26:53] "GET /virtual-network/2684e56c-5868-4031-9268-96248d8cc57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007804 10.0.0.23 - - [2026-04-23 04:26:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.009177 10.0.0.23 - - [2026-04-23 04:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.249 - - [2026-04-23 04:26:53] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.23 - - [2026-04-23 04:26:53] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.043290 10.0.0.130 - - [2026-04-23 04:26:53] "POST /ref-update HTTP/1.1" 200 156 0.027813 10.0.0.249 - - [2026-04-23 04:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008129 10.0.0.23 - - [2026-04-23 04:26:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.180157 10.0.0.23 - - [2026-04-23 04:26:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001574 10.0.0.23 - - [2026-04-23 04:26:53] "GET /virtual-network/0c26081e-dd2b-4312-a69d-4f67f79019de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005889 10.0.0.23 - - [2026-04-23 04:26:53] "GET /virtual-network/0c26081e-dd2b-4312-a69d-4f67f79019de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.005653 10.0.0.23 - - [2026-04-23 04:26:53] "POST /neutron/network HTTP/1.1" 200 799 0.006685 10.0.0.23 - - [2026-04-23 04:26:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.003381 10.0.0.23 - - [2026-04-23 04:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.249 - - [2026-04-23 04:26:53] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.23 - - [2026-04-23 04:26:53] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052224 10.0.0.23 - - [2026-04-23 04:26:53] "POST /network-policys HTTP/1.1" 200 589 0.033785 10.0.0.23 - - [2026-04-23 04:26:53] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006260 10.0.0.23 - - [2026-04-23 04:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.23 - - [2026-04-23 04:26:53] "GET /virtual-network/2684e56c-5868-4031-9268-96248d8cc57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005881 10.0.0.23 - - [2026-04-23 04:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.23 - - [2026-04-23 04:26:54] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005416 10.0.0.23 - - [2026-04-23 04:26:54] "POST /ref-update HTTP/1.1" 200 156 0.052187 10.0.0.23 - - [2026-04-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008965 10.0.0.23 - - [2026-04-23 04:26:54] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004221 10.0.0.23 - - [2026-04-23 04:26:54] "GET /virtual-network/2684e56c-5868-4031-9268-96248d8cc57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.009953 10.0.0.23 - - [2026-04-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.23 - - [2026-04-23 04:26:54] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004431 10.0.0.23 - - [2026-04-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.23 - - [2026-04-23 04:26:54] "GET /virtual-network/0c26081e-dd2b-4312-a69d-4f67f79019de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008038 10.0.0.23 - - [2026-04-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-04-23 04:26:54] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005739 10.0.0.130 - - [2026-04-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.009500 10.0.0.23 - - [2026-04-23 04:26:54] "POST /ref-update HTTP/1.1" 200 156 0.063890 10.0.0.23 - - [2026-04-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.23 - - [2026-04-23 04:26:54] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003987 10.0.0.23 - - [2026-04-23 04:26:54] "POST /neutron/network HTTP/1.1" 200 912 0.026634 10.0.0.23 - - [2026-04-23 04:26:54] "GET /virtual-network/0c26081e-dd2b-4312-a69d-4f67f79019de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.007655 10.0.0.23 - - [2026-04-23 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.23 - - [2026-04-23 04:26:54] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005335 10.0.0.23 - - [2026-04-23 04:26:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001675 10.0.0.23 - - [2026-04-23 04:26:54] "POST /neutron/network HTTP/1.1" 200 922 0.009780 10.0.0.249 - - [2026-04-23 04:26:55] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.23 - - [2026-04-23 04:26:55] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.082083 10.0.0.23 - - [2026-04-23 04:26:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008785 10.0.0.23 - - [2026-04-23 04:26:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001829 10.0.0.23 - - [2026-04-23 04:26:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008931 10.0.0.23 - - [2026-04-23 04:26:56] "POST /neutron/network HTTP/1.1" 200 922 0.009130 10.0.0.23 - - [2026-04-23 04:26:56] "POST /neutron/port HTTP/1.1" 200 1117 0.163370 10.0.0.23 - - [2026-04-23 04:26:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.011681 10.0.0.249 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.249 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.249 - - [2026-04-23 04:26:57] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.23 - - [2026-04-23 04:26:57] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.117039 10.0.0.23 - - [2026-04-23 04:26:57] "POST /neutron/network HTTP/1.1" 200 912 0.010007 10.0.0.23 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.130 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.130 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.130 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.249 - - [2026-04-23 04:26:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-04-23 04:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.006868 10.0.0.23 - - [2026-04-23 04:26:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003756 10.0.0.23 - - [2026-04-23 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.130 - - [2026-04-23 04:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-04-23 04:26:58] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.006246 10.0.0.249 - - [2026-04-23 04:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-04-23 04:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-04-23 04:26:58] "GET /global-system-configs HTTP/1.1" 401 292 0.001888 10.0.0.23 - - [2026-04-23 04:26:58] "POST /neutron/port HTTP/1.1" 200 1063 0.020077 10.0.0.23 - - [2026-04-23 04:26:59] "POST /neutron/port HTTP/1.1" 200 1127 0.022882 10.0.0.23 - - [2026-04-23 04:26:59] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004014 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004608 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004613 10.0.0.23 - - [2026-04-23 04:26:59] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.031761 10.0.0.23 - - [2026-04-23 04:26:59] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.059402 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.013066 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.011094 10.0.0.23 - - [2026-04-23 04:26:59] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.050635 10.0.0.23 - - [2026-04-23 04:26:59] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.047626 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.018543 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.016736 10.0.0.23 - - [2026-04-23 04:26:59] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.038943 10.0.0.23 - - [2026-04-23 04:26:59] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.049887 10.0.0.23 - - [2026-04-23 04:26:59] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.009453 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.006078 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.025532 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005761 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005799 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005352 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.034809 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.047220 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.008876 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005773 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.038789 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.043716 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006377 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006284 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.050919 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.043361 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.009583 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.011167 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.030176 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004262 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.006473 10.0.0.23 - - [2026-04-23 04:27:00] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005748 10.0.0.23 - - [2026-04-23 04:27:00] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.035548 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.048851 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.009744 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005842 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.035380 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.054400 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005316 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006833 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.039639 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.045151 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.009838 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006476 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.024388 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.006469 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.006688 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.020440 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.010517 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.006730 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.025749 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.005716 10.0.0.23 - - [2026-04-23 04:27:01] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2855 0.006469 10.0.0.23 - - [2026-04-23 04:27:01] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.025143 10.0.0.23 - - [2026-04-23 04:27:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009346 10.0.0.23 - - [2026-04-23 04:27:11] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003838 10.0.0.23 - - [2026-04-23 04:27:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2916 0.006267 10.0.0.23 - - [2026-04-23 04:27:11] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2916 0.005017 10.0.0.23 - - [2026-04-23 04:27:11] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.041830 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.044862 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.006884 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.005230 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.035862 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.048038 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.015233 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.005964 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.037803 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.037867 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2916 0.004753 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2916 0.005021 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.029012 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005160 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004987 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005342 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.030827 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.038632 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.007824 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.008309 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.049050 10.0.0.23 - - [2026-04-23 04:27:12] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.041506 10.0.0.23 - - [2026-04-23 04:27:12] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.009431 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.012589 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.061518 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.036723 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.015452 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2917 0.007230 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.018703 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003515 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.005884 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2853 0.004601 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.028430 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/d2dbeaec-069a-41d4-99a1-6ab571145e82 HTTP/1.1" 200 255 0.034480 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.005549 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/44355110-5277-48be-8fa7-1c6262313772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2854 0.004315 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.035249 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/44355110-5277-48be-8fa7-1c6262313772 HTTP/1.1" 200 255 0.033628 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.005897 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.005235 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.046698 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.029917 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.006308 10.0.0.23 - - [2026-04-23 04:27:13] "GET /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2918 0.006520 10.0.0.23 - - [2026-04-23 04:27:13] "PUT /bgp-router/ef67ce5a-66f0-4ce2-9b07-93ed2df8f52d HTTP/1.1" 200 255 0.026097 10.0.0.23 - - [2026-04-23 04:27:14] "POST /ref-update HTTP/1.1" 200 156 0.053548 10.0.0.23 - - [2026-04-23 04:27:14] "GET /virtual-network/0c26081e-dd2b-4312-a69d-4f67f79019de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.013659 10.0.0.23 - - [2026-04-23 04:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014797 10.0.0.130 - - [2026-04-23 04:27:14] "DELETE /access-control-list/930dacf4-d37b-4f9f-a457-b4a3ec57773c HTTP/1.1" 200 115 0.079416 10.0.0.23 - - [2026-04-23 04:27:14] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006786 10.0.0.23 - - [2026-04-23 04:27:14] "POST /ref-update HTTP/1.1" 200 156 0.081180 10.0.0.130 - - [2026-04-23 04:27:14] "POST /ref-update HTTP/1.1" 200 156 0.031425 10.0.0.23 - - [2026-04-23 04:27:14] "GET /virtual-network/2684e56c-5868-4031-9268-96248d8cc57f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.009838 10.0.0.23 - - [2026-04-23 04:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.23 - - [2026-04-23 04:27:14] "GET /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004362 10.0.0.23 - - [2026-04-23 04:27:14] "DELETE /network-policy/8aae902d-0869-4bdc-9e06-6a7a04a6d271 HTTP/1.1" 200 115 0.037737 10.0.0.23 - - [2026-04-23 04:27:14] "POST /neutron/network HTTP/1.1" 200 799 0.011501 10.0.0.23 - - [2026-04-23 04:27:14] "POST /neutron/port HTTP/1.1" 200 1127 0.019339 10.0.0.23 - - [2026-04-23 04:27:14] "POST /neutron/port HTTP/1.1" 200 151 0.248549 10.0.0.249 - - [2026-04-23 04:27:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008127 10.0.0.249 - - [2026-04-23 04:27:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002562 10.0.0.23 - - [2026-04-23 04:27:16] "POST /neutron/network HTTP/1.1" 200 151 0.137009 10.0.0.130 - - [2026-04-23 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.23 - - [2026-04-23 04:27:17] "POST /ref-update HTTP/1.1" 200 156 0.083280 10.0.0.23 - - [2026-04-23 04:27:17] "POST /neutron/network HTTP/1.1" 200 975 0.036393 10.0.0.23 - - [2026-04-23 04:27:17] "GET /virtual-network/cd6f4f32-1f87-4cc0-873f-2de0ea2fa092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.013921 10.0.0.130 - - [2026-04-23 04:27:17] "POST /ref-update HTTP/1.1" 200 156 0.041846 10.0.0.23 - - [2026-04-23 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009773 10.0.0.23 - - [2026-04-23 04:27:17] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004884 10.0.0.23 - - [2026-04-23 04:27:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.007228 10.0.0.23 - - [2026-04-23 04:27:17] "POST /ref-update HTTP/1.1" 200 156 0.060831 10.0.0.23 - - [2026-04-23 04:27:17] "GET /virtual-network/39b0b03b-8df9-4664-bbdd-4d5e384ca88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007911 10.0.0.23 - - [2026-04-23 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.23 - - [2026-04-23 04:27:17] "GET /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005089 10.0.0.23 - - [2026-04-23 04:27:17] "DELETE /network-policy/7d355094-12b6-4c2a-9468-d9a85fefb22b HTTP/1.1" 200 115 0.043017 10.0.0.23 - - [2026-04-23 04:27:17] "POST /neutron/network HTTP/1.1" 400 204 0.014207 10.0.0.23 - - [2026-04-23 04:27:18] "POST /neutron/port HTTP/1.1" 200 1218 0.034852 10.0.0.23 - - [2026-04-23 04:27:18] "POST /neutron/port HTTP/1.1" 200 151 0.307425 10.0.0.130 - - [2026-04-23 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.23 - - [2026-04-23 04:27:19] "POST /neutron/network HTTP/1.1" 200 976 0.024095 10.0.0.130 - - [2026-04-23 04:27:20] "DELETE /route-target/4a001540-f992-46fa-bbaa-93c9a2095660 HTTP/1.1" 200 115 0.023682 10.0.0.249 - - [2026-04-23 04:27:21] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.23 - - [2026-04-23 04:27:21] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047523 10.0.0.249 - - [2026-04-23 04:27:21] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.23 - - [2026-04-23 04:27:21] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?fields=virtual_networks HTTP/1.1" 200 1051 0.053672 10.0.0.249 - - [2026-04-23 04:27:21] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.23 - - [2026-04-23 04:27:21] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.046345 10.0.0.249 - - [2026-04-23 04:27:21] "GET /projects?obj_uuids=a31f2c45-b839-4d5e-91c2-0b369b893644&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.23 - - [2026-04-23 04:27:21] "GET /project/a31f2c45-b839-4d5e-91c2-0b369b893644?fields=security_groups HTTP/1.1" 200 1286 0.046797 10.0.0.23 - - [2026-04-23 04:27:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.030940 10.0.0.249 - - [2026-04-23 04:27:22] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003119 10.0.0.249 - - [2026-04-23 04:27:22] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.249 - - [2026-04-23 04:27:22] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007570 10.0.0.249 - - [2026-04-23 04:27:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.003871 10.0.0.249 - - [2026-04-23 04:27:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.006712 10.0.0.249 - - [2026-04-23 04:27:22] "POST /security-groups HTTP/1.1" 200 586 0.080861 10.0.0.249 - - [2026-04-23 04:27:22] "POST /projects HTTP/1.1" 200 575 0.294551 10.0.0.130 - - [2026-04-23 04:27:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.015379 10.0.0.249 - - [2026-04-23 04:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.371576 10.0.0.23 - - [2026-04-23 04:27:23] "GET /project/a335b859-5912-40c2-9873-6d134361a514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.516989 10.0.0.23 - - [2026-04-23 04:27:23] "POST /neutron/port HTTP/1.1" 200 1106 0.038933 10.0.0.23 - - [2026-04-23 04:27:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.009595 10.0.0.23 - - [2026-04-23 04:27:24] "GET / HTTP/1.1" 200 36215 0.002203 10.0.0.23 - - [2026-04-23 04:27:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000745 10.0.0.23 - - [2026-04-23 04:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.033510 10.0.0.23 - - [2026-04-23 04:27:26] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.006594 10.0.0.23 - - [2026-04-23 04:27:26] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003980 10.0.0.23 - - [2026-04-23 04:27:26] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005490 10.0.0.23 - - [2026-04-23 04:27:26] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.014730 10.0.0.23 - - [2026-04-23 04:27:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.027298 10.0.0.249 - - [2026-04-23 04:27:29] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003368 10.0.0.249 - - [2026-04-23 04:27:29] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.249 - - [2026-04-23 04:27:29] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007772 10.0.0.249 - - [2026-04-23 04:27:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.002749 10.0.0.249 - - [2026-04-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.005750 10.0.0.249 - - [2026-04-23 04:27:29] "POST /security-groups HTTP/1.1" 200 586 0.081945 10.0.0.249 - - [2026-04-23 04:27:29] "POST /projects HTTP/1.1" 200 575 0.295678 10.0.0.249 - - [2026-04-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.333298 10.0.0.130 - - [2026-04-23 04:27:29] "POST /access-control-lists HTTP/1.1" 200 593 0.032083 10.0.0.23 - - [2026-04-23 04:27:29] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.496919 10.0.0.23 - - [2026-04-23 04:27:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.036771 10.0.0.249 - - [2026-04-23 04:27:29] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004095 10.0.0.249 - - [2026-04-23 04:27:30] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.249 - - [2026-04-23 04:27:30] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008576 10.0.0.249 - - [2026-04-23 04:27:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.006525 10.0.0.249 - - [2026-04-23 04:27:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.005948 10.0.0.249 - - [2026-04-23 04:27:30] "POST /security-groups HTTP/1.1" 200 586 0.093625 10.0.0.130 - - [2026-04-23 04:27:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.005300 10.0.0.249 - - [2026-04-23 04:27:30] "POST /projects HTTP/1.1" 200 575 0.324571 10.0.0.249 - - [2026-04-23 04:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.363596 10.0.0.23 - - [2026-04-23 04:27:30] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.523592 10.0.0.130 - - [2026-04-23 04:27:30] "POST /access-control-lists HTTP/1.1" 200 591 0.052775 10.0.0.23 - - [2026-04-23 04:27:31] "GET / HTTP/1.1" 200 36215 0.003448 10.0.0.23 - - [2026-04-23 04:27:32] "GET / HTTP/1.1" 200 36215 0.001768 10.0.0.23 - - [2026-04-23 04:27:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.011817 10.0.0.23 - - [2026-04-23 04:27:32] "POST /api-access-lists HTTP/1.1" 200 523 0.029027 10.0.0.23 - - [2026-04-23 04:27:32] "GET /api-access-list/ec32c434-a20f-4b16-ba19-aeddda7b110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1268 0.008020 10.0.0.23 - - [2026-04-23 04:27:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2026-04-23 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.207946 10.0.0.249 - - [2026-04-23 04:27:33] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001119 10.0.0.23 - - [2026-04-23 04:27:33] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.099282 10.0.0.23 - - [2026-04-23 04:27:33] "GET /virtual-networks?parent_id=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032843 10.0.0.23 - - [2026-04-23 04:27:33] "POST /virtual-networks HTTP/1.1" 200 570 0.124682 10.0.0.23 - - [2026-04-23 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.040475 10.0.0.23 - - [2026-04-23 04:27:34] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.024593 10.0.0.249 - - [2026-04-23 04:27:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006637 10.0.0.23 - - [2026-04-23 04:27:34] "POST /ref-update HTTP/1.1" 200 156 0.123653 10.0.0.23 - - [2026-04-23 04:27:34] "POST /neutron/network HTTP/1.1" 200 832 0.068663 10.0.0.23 - - [2026-04-23 04:27:34] "GET /virtual-network/25a861ed-da57-4f4f-ae38-1f93baed56fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.023259 10.0.0.23 - - [2026-04-23 04:27:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.053335 10.0.0.23 - - [2026-04-23 04:27:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2026-04-23 04:27:36] "GET /obj-perms HTTP/1.1" 200 4915 0.081788 10.0.0.23 - - [2026-04-23 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.029212 10.0.0.23 - - [2026-04-23 04:27:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.070149 10.0.0.23 - - [2026-04-23 04:27:37] "POST /id-to-fqname HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-04-23 04:27:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.043756 10.0.0.249 - - [2026-04-23 04:27:38] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001377 10.0.0.23 - - [2026-04-23 04:27:38] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.081206 10.0.0.23 - - [2026-04-23 04:27:38] "POST /neutron/network HTTP/1.1" 200 832 0.007929 10.0.0.23 - - [2026-04-23 04:27:39] "POST /neutron/port HTTP/1.1" 200 117 0.036191 10.0.0.249 - - [2026-04-23 04:27:39] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001603 10.0.0.23 - - [2026-04-23 04:27:40] "POST /neutron/port HTTP/1.1" 200 1055 0.680043 10.0.0.130 - - [2026-04-23 04:27:40] "GET /obj-perms HTTP/1.1" 200 5056 0.062628 10.0.0.23 - - [2026-04-23 04:27:40] "POST /neutron/port HTTP/1.1" 200 1109 0.139148 10.0.0.23 - - [2026-04-23 04:27:40] "POST /neutron/subnet HTTP/1.1" 200 649 0.009986 10.0.0.249 - - [2026-04-23 04:27:40] "GET /obj-perms HTTP/1.1" 200 5056 0.059778 10.0.0.23 - - [2026-04-23 04:27:44] "POST /neutron/port HTTP/1.1" 200 1119 0.028460 10.0.0.23 - - [2026-04-23 04:27:44] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008983 10.0.0.23 - - [2026-04-23 04:27:44] "POST /neutron/port HTTP/1.1" 200 1119 0.021872 10.0.0.23 - - [2026-04-23 04:27:44] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-04-23 04:27:44] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 200 1290 0.053144 10.0.0.23 - - [2026-04-23 04:27:45] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 200 1290 0.023458 10.0.0.23 - - [2026-04-23 04:27:45] "GET /virtual-machine-interface/e6a78336-90cd-4490-844d-64057afb6233 HTTP/1.1" 200 2536 0.031230 10.0.0.23 - - [2026-04-23 04:27:45] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 200 1290 0.020472 10.0.0.23 - - [2026-04-23 04:27:45] "GET /virtual-machine-interface/e6a78336-90cd-4490-844d-64057afb6233 HTTP/1.1" 200 2536 0.025100 10.0.0.23 - - [2026-04-23 04:27:45] "GET /instance-ip/44c146fb-654a-4edc-80a1-15ecf1d78925 HTTP/1.1" 200 1627 0.025664 10.0.0.23 - - [2026-04-23 04:27:45] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 200 1290 0.019645 10.0.0.23 - - [2026-04-23 04:27:45] "GET /virtual-machine-interface/e6a78336-90cd-4490-844d-64057afb6233 HTTP/1.1" 200 2536 0.025812 10.0.0.23 - - [2026-04-23 04:27:45] "GET /instance-ip/44c146fb-654a-4edc-80a1-15ecf1d78925 HTTP/1.1" 200 1627 0.022772 10.0.0.23 - - [2026-04-23 04:27:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.018288 10.0.0.23 - - [2026-04-23 04:27:45] "GET / HTTP/1.1" 200 36215 0.002125 10.0.0.23 - - [2026-04-23 04:27:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2026-04-23 04:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.028613 10.0.0.23 - - [2026-04-23 04:27:45] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004239 10.0.0.23 - - [2026-04-23 04:27:45] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017986 10.0.0.23 - - [2026-04-23 04:27:45] "POST /fqname-to-id HTTP/1.1" 403 339 0.017251 10.0.0.23 - - [2026-04-23 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.23 - - [2026-04-23 04:27:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004120 10.0.0.23 - - [2026-04-23 04:27:46] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025781 10.0.0.23 - - [2026-04-23 04:27:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.017326 10.0.0.23 - - [2026-04-23 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.23 - - [2026-04-23 04:27:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004143 10.0.0.23 - - [2026-04-23 04:27:46] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017908 10.0.0.23 - - [2026-04-23 04:27:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.017399 10.0.0.23 - - [2026-04-23 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.23 - - [2026-04-23 04:27:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004469 10.0.0.23 - - [2026-04-23 04:27:46] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018444 10.0.0.23 - - [2026-04-23 04:27:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.017166 10.0.0.23 - - [2026-04-23 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2026-04-23 04:27:46] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004319 10.0.0.23 - - [2026-04-23 04:27:46] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016419 10.0.0.23 - - [2026-04-23 04:27:47] "POST /neutron/port HTTP/1.1" 200 1106 0.019882 10.0.0.23 - - [2026-04-23 04:27:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.012165 10.0.0.23 - - [2026-04-23 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.019130 10.0.0.23 - - [2026-04-23 04:27:49] "GET /virtual-network/25a861ed-da57-4f4f-ae38-1f93baed56fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.021907 10.0.0.23 - - [2026-04-23 04:27:50] "POST /neutron/port HTTP/1.1" 200 1119 0.022250 10.0.0.23 - - [2026-04-23 04:27:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.021642 10.0.0.23 - - [2026-04-23 04:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.23 - - [2026-04-23 04:27:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004255 10.0.0.23 - - [2026-04-23 04:27:51] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018605 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.019486 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2026-04-23 04:27:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004515 10.0.0.23 - - [2026-04-23 04:27:52] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018439 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 403 361 0.018512 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2026-04-23 04:27:52] "GET /routing-instance/240c20ce-60cf-49f1-abf1-c19ca3bbfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004835 10.0.0.23 - - [2026-04-23 04:27:52] "GET /route-target/74000c02-bd63-4eca-9bc5-be3e9e79f02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018077 10.0.0.23 - - [2026-04-23 04:27:52] "GET /route-target/74000c02-bd63-4eca-9bc5-be3e9e79f02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003730 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.018649 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2026-04-23 04:27:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004505 10.0.0.23 - - [2026-04-23 04:27:52] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017368 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 403 361 0.018760 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2026-04-23 04:27:52] "GET /routing-instance/240c20ce-60cf-49f1-abf1-c19ca3bbfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005546 10.0.0.23 - - [2026-04-23 04:27:52] "GET /route-target/74000c02-bd63-4eca-9bc5-be3e9e79f02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.020917 10.0.0.23 - - [2026-04-23 04:27:52] "GET /route-target/74000c02-bd63-4eca-9bc5-be3e9e79f02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003709 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.015902 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.23 - - [2026-04-23 04:27:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004691 10.0.0.23 - - [2026-04-23 04:27:52] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016309 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.019069 10.0.0.23 - - [2026-04-23 04:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.23 - - [2026-04-23 04:27:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003933 10.0.0.23 - - [2026-04-23 04:27:52] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019394 10.0.0.249 - - [2026-04-23 04:27:55] "GET /obj-perms HTTP/1.1" 200 4915 0.071068 10.0.0.249 - - [2026-04-23 04:27:57] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.019976 10.0.0.23 - - [2026-04-23 04:27:59] "GET /virtual-machine-interface/e6a78336-90cd-4490-844d-64057afb6233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.024404 10.0.0.23 - - [2026-04-23 04:27:59] "GET /virtual-machine-interface/e6a78336-90cd-4490-844d-64057afb6233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.026981 10.0.0.249 - - [2026-04-23 04:27:59] "GET /obj-perms HTTP/1.1" 200 4915 0.016467 10.0.0.23 - - [2026-04-23 04:27:59] "GET /virtual-machine-interface/e6a78336-90cd-4490-844d-64057afb6233?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.039113 10.0.0.23 - - [2026-04-23 04:27:59] "GET /virtual-network/25a861ed-da57-4f4f-ae38-1f93baed56fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1983 0.025601 10.0.0.249 - - [2026-04-23 04:28:00] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.019593 10.0.0.23 - - [2026-04-23 04:28:00] "GET /obj-perms HTTP/1.1" 200 4915 0.084600 10.0.0.23 - - [2026-04-23 04:28:01] "GET /obj-perms HTTP/1.1" 200 5020 0.066902 10.0.0.23 - - [2026-04-23 04:28:01] "GET /obj-perms HTTP/1.1" 200 4915 0.080553 10.0.0.23 - - [2026-04-23 04:28:01] "GET /obj-perms HTTP/1.1" 200 5020 0.004225 10.0.0.23 - - [2026-04-23 04:28:02] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 200 1290 0.024787 10.0.0.23 - - [2026-04-23 04:28:02] "POST /neutron/port HTTP/1.1" 200 1109 0.019412 10.0.0.23 - - [2026-04-23 04:28:04] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 404 171 0.017673 10.0.0.23 - - [2026-04-23 04:28:04] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 404 171 0.028541 10.0.0.23 - - [2026-04-23 04:28:04] "GET /virtual-machine/f4bda8c7-0b0f-423d-b332-391af6f6bfbc HTTP/1.1" 404 171 0.020149 10.0.0.23 - - [2026-04-23 04:28:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.019606 10.0.0.23 - - [2026-04-23 04:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2026-04-23 04:28:04] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004379 10.0.0.23 - - [2026-04-23 04:28:04] "GET /virtual-networks?parent_id=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017813 10.0.0.23 - - [2026-04-23 04:28:04] "POST /fqname-to-id HTTP/1.1" 403 361 0.020135 10.0.0.23 - - [2026-04-23 04:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2026-04-23 04:28:04] "GET /routing-instance/240c20ce-60cf-49f1-abf1-c19ca3bbfcd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005521 10.0.0.23 - - [2026-04-23 04:28:04] "GET /route-target/74000c02-bd63-4eca-9bc5-be3e9e79f02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019950 10.0.0.23 - - [2026-04-23 04:28:04] "GET /route-target/74000c02-bd63-4eca-9bc5-be3e9e79f02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004829 10.0.0.23 - - [2026-04-23 04:28:05] "GET /obj-perms HTTP/1.1" 200 4915 0.018464 10.0.0.23 - - [2026-04-23 04:28:05] "GET /obj-perms HTTP/1.1" 200 4915 0.074019 10.0.0.23 - - [2026-04-23 04:28:08] "GET /obj-perms HTTP/1.1" 200 5020 0.004211 10.0.0.23 - - [2026-04-23 04:28:11] "GET /obj-perms HTTP/1.1" 200 5020 0.004697 10.0.0.23 - - [2026-04-23 04:28:17] "GET /obj-perms HTTP/1.1" 200 5020 0.004609 10.0.0.130 - - [2026-04-23 04:28:18] "DELETE /access-control-list/0fe656f3-125a-4c1b-bcb3-dd14cd427fb7 HTTP/1.1" 200 115 0.052118 10.0.0.249 - - [2026-04-23 04:28:19] "DELETE /project/d48e734f11aa42c39df09e9782bcb8de HTTP/1.1" 404 173 0.004100 10.0.0.249 - - [2026-04-23 04:28:19] "DELETE /project/da8f55f037cd4b8389b4e893a5cd5482 HTTP/1.1" 404 173 0.006273 10.0.0.249 - - [2026-04-23 04:28:19] "DELETE /project/a31f2c45-b839-4d5e-91c2-0b369b893644 HTTP/1.1" 404 177 0.008101 10.0.0.249 - - [2026-04-23 04:28:19] "DELETE /project/a335b859591240c298736d134361a514 HTTP/1.1" 404 173 0.005078 10.0.0.23 - - [2026-04-23 04:28:21] "GET /obj-perms HTTP/1.1" 200 5020 0.004264 10.0.0.23 - - [2026-04-23 04:28:24] "POST /neutron/port HTTP/1.1" 200 1217 0.023109 10.0.0.23 - - [2026-04-23 04:28:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.23 - - [2026-04-23 04:28:24] "POST /neutron/port HTTP/1.1" 200 117 0.001450 10.0.0.23 - - [2026-04-23 04:28:27] "GET /obj-perms HTTP/1.1" 200 5020 0.004480 10.0.0.23 - - [2026-04-23 04:28:30] "GET /obj-perms HTTP/1.1" 200 5020 0.004592 10.0.0.130 - - [2026-04-23 04:28:30] "GET /obj-perms HTTP/1.1" 200 5020 0.059472 10.0.0.249 - - [2026-04-23 04:28:31] "GET /obj-perms HTTP/1.1" 200 5020 0.054654 10.0.0.249 - - [2026-04-23 04:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006638 10.0.0.249 - - [2026-04-23 04:28:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006273 10.0.0.23 - - [2026-04-23 04:28:31] "DELETE /virtual-network/25a861ed-da57-4f4f-ae38-1f93baed56fb HTTP/1.1" 200 115 0.165999 10.0.0.130 - - [2026-04-23 04:28:31] "DELETE /route-target/74000c02-bd63-4eca-9bc5-be3e9e79f02a HTTP/1.1" 200 115 0.045732 10.0.0.23 - - [2026-04-23 04:28:31] "DELETE /api-access-list/ec32c434-a20f-4b16-ba19-aeddda7b110a HTTP/1.1" 200 115 0.088166 10.0.0.249 - - [2026-04-23 04:28:31] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001296 10.0.0.23 - - [2026-04-23 04:28:31] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.052555 10.0.0.249 - - [2026-04-23 04:28:31] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002222 10.0.0.23 - - [2026-04-23 04:28:31] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?fields=virtual_networks HTTP/1.1" 200 1024 0.064809 10.0.0.249 - - [2026-04-23 04:28:31] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001336 10.0.0.23 - - [2026-04-23 04:28:31] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.052536 10.0.0.249 - - [2026-04-23 04:28:31] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.23 - - [2026-04-23 04:28:31] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?fields=security_groups HTTP/1.1" 200 1246 0.067264 10.0.0.249 - - [2026-04-23 04:28:32] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.23 - - [2026-04-23 04:28:32] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.085509 10.0.0.249 - - [2026-04-23 04:28:32] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002362 10.0.0.23 - - [2026-04-23 04:28:32] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?fields=virtual_networks HTTP/1.1" 200 1025 0.101537 10.0.0.249 - - [2026-04-23 04:28:32] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002077 10.0.0.23 - - [2026-04-23 04:28:32] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.074030 10.0.0.249 - - [2026-04-23 04:28:32] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.23 - - [2026-04-23 04:28:32] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?fields=security_groups HTTP/1.1" 200 1247 0.068895 10.0.0.23 - - [2026-04-23 04:28:35] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004307 10.0.0.23 - - [2026-04-23 04:28:35] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.013373 10.0.0.249 - - [2026-04-23 04:28:35] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002470 10.0.0.23 - - [2026-04-23 04:28:35] "GET /project/a335b859-5912-40c2-9873-6d134361a514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.049311 10.0.0.249 - - [2026-04-23 04:28:35] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001552 10.0.0.23 - - [2026-04-23 04:28:35] "GET /project/a335b859-5912-40c2-9873-6d134361a514?fields=virtual_networks HTTP/1.1" 200 1025 0.069146 10.0.0.249 - - [2026-04-23 04:28:35] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.23 - - [2026-04-23 04:28:35] "GET /project/a335b859-5912-40c2-9873-6d134361a514?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.046427 10.0.0.249 - - [2026-04-23 04:28:35] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001274 10.0.0.23 - - [2026-04-23 04:28:35] "GET /project/a335b859-5912-40c2-9873-6d134361a514?fields=security_groups HTTP/1.1" 200 1247 0.043482 10.0.0.23 - - [2026-04-23 04:28:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.025969 10.0.0.249 - - [2026-04-23 04:28:36] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005111 10.0.0.249 - - [2026-04-23 04:28:36] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.249 - - [2026-04-23 04:28:36] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007537 10.0.0.249 - - [2026-04-23 04:28:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.003494 10.0.0.249 - - [2026-04-23 04:28:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.006622 10.0.0.249 - - [2026-04-23 04:28:37] "POST /security-groups HTTP/1.1" 200 591 0.085782 10.0.0.249 - - [2026-04-23 04:28:37] "POST /projects HTTP/1.1" 200 585 0.334911 10.0.0.130 - - [2026-04-23 04:28:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.010546 10.0.0.249 - - [2026-04-23 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.409643 10.0.0.23 - - [2026-04-23 04:28:37] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.561065 10.0.0.23 - - [2026-04-23 04:28:38] "GET / HTTP/1.1" 200 36215 0.005033 10.0.0.23 - - [2026-04-23 04:28:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-04-23 04:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.328163 10.0.0.23 - - [2026-04-23 04:28:41] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004813 10.0.0.23 - - [2026-04-23 04:28:41] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005021 10.0.0.23 - - [2026-04-23 04:28:41] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005024 10.0.0.23 - - [2026-04-23 04:28:41] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.016911 10.0.0.23 - - [2026-04-23 04:28:41] "GET /obj-perms HTTP/1.1" 200 5056 0.102340 10.0.0.23 - - [2026-04-23 04:28:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.027026 10.0.0.249 - - [2026-04-23 04:28:42] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003930 10.0.0.249 - - [2026-04-23 04:28:42] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.249 - - [2026-04-23 04:28:42] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008281 10.0.0.249 - - [2026-04-23 04:28:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.002475 10.0.0.249 - - [2026-04-23 04:28:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.019361 10.0.0.249 - - [2026-04-23 04:28:43] "POST /security-groups HTTP/1.1" 200 591 0.085037 10.0.0.249 - - [2026-04-23 04:28:43] "POST /projects HTTP/1.1" 200 585 0.320184 10.0.0.249 - - [2026-04-23 04:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.352437 10.0.0.130 - - [2026-04-23 04:28:43] "POST /access-control-lists HTTP/1.1" 200 598 0.032326 10.0.0.23 - - [2026-04-23 04:28:43] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.525721 10.0.0.23 - - [2026-04-23 04:28:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.025638 10.0.0.249 - - [2026-04-23 04:28:43] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003534 10.0.0.249 - - [2026-04-23 04:28:43] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.249 - - [2026-04-23 04:28:43] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007156 10.0.0.249 - - [2026-04-23 04:28:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.001258 10.0.0.249 - - [2026-04-23 04:28:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.006344 10.0.0.249 - - [2026-04-23 04:28:44] "POST /security-groups HTTP/1.1" 200 591 0.079759 10.0.0.130 - - [2026-04-23 04:28:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.004573 10.0.0.249 - - [2026-04-23 04:28:44] "POST /projects HTTP/1.1" 200 585 0.285695 10.0.0.249 - - [2026-04-23 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.370265 10.0.0.130 - - [2026-04-23 04:28:44] "POST /access-control-lists HTTP/1.1" 200 596 0.039914 10.0.0.23 - - [2026-04-23 04:28:44] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.512466 10.0.0.23 - - [2026-04-23 04:28:44] "GET / HTTP/1.1" 200 36215 0.002137 10.0.0.23 - - [2026-04-23 04:28:45] "GET / HTTP/1.1" 200 36215 0.001541 10.0.0.23 - - [2026-04-23 04:28:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.003767 10.0.0.23 - - [2026-04-23 04:28:46] "POST /api-access-lists HTTP/1.1" 200 523 0.025113 10.0.0.23 - - [2026-04-23 04:28:46] "GET /api-access-list/13b96657-614a-462d-a834-3ad43b0b0d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.007586 10.0.0.23 - - [2026-04-23 04:28:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-04-23 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.051146 10.0.0.249 - - [2026-04-23 04:28:47] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.23 - - [2026-04-23 04:28:47] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070780 10.0.0.23 - - [2026-04-23 04:28:47] "GET /virtual-networks?parent_id=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019344 10.0.0.23 - - [2026-04-23 04:28:47] "POST /virtual-networks HTTP/1.1" 200 585 0.111442 10.0.0.23 - - [2026-04-23 04:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.045128 10.0.0.23 - - [2026-04-23 04:28:47] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.018742 10.0.0.249 - - [2026-04-23 04:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008940 10.0.0.23 - - [2026-04-23 04:28:47] "POST /ref-update HTTP/1.1" 200 156 0.115172 10.0.0.23 - - [2026-04-23 04:28:47] "POST /neutron/network HTTP/1.1" 200 846 0.063283 10.0.0.23 - - [2026-04-23 04:28:47] "GET /virtual-network/581a2747-33c4-473d-a025-d81a1417415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.023846 10.0.0.23 - - [2026-04-23 04:28:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-04-23 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.051955 10.0.0.249 - - [2026-04-23 04:28:48] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.23 - - [2026-04-23 04:28:48] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061709 10.0.0.23 - - [2026-04-23 04:28:48] "GET /virtual-networks?parent_id=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020079 10.0.0.23 - - [2026-04-23 04:28:48] "POST /virtual-networks HTTP/1.1" 200 585 0.093355 10.0.0.130 - - [2026-04-23 04:28:48] "POST /route-targets HTTP/1.1" 200 328 0.014834 10.0.0.23 - - [2026-04-23 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.024563 10.0.0.23 - - [2026-04-23 04:28:48] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.018866 10.0.0.249 - - [2026-04-23 04:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008051 10.0.0.23 - - [2026-04-23 04:28:48] "POST /ref-update HTTP/1.1" 200 156 0.107639 10.0.0.23 - - [2026-04-23 04:28:49] "POST /neutron/network HTTP/1.1" 200 845 0.057896 10.0.0.23 - - [2026-04-23 04:28:49] "GET /virtual-network/fca63570-0517-43de-8222-3338c374ebf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.028153 10.0.0.23 - - [2026-04-23 04:28:49] "POST /neutron/subnet HTTP/1.1" 200 664 0.082691 10.0.0.23 - - [2026-04-23 04:28:50] "GET /virtual-network/581a2747-33c4-473d-a025-d81a1417415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.055061 10.0.0.23 - - [2026-04-23 04:28:51] "GET /virtual-network/581a2747-33c4-473d-a025-d81a1417415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.042431 10.0.0.130 - - [2026-04-23 04:28:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.249 - - [2026-04-23 04:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026824 10.0.0.23 - - [2026-04-23 04:28:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.040990 10.0.0.23 - - [2026-04-23 04:28:53] "GET /obj-perms HTTP/1.1" 200 5030 0.060494 10.0.0.23 - - [2026-04-23 04:28:53] "PUT /virtual-network/581a2747-33c4-473d-a025-d81a1417415b HTTP/1.1" 200 265 0.056308 10.0.0.23 - - [2026-04-23 04:28:53] "GET /virtual-network/581a2747-33c4-473d-a025-d81a1417415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.015037 10.0.0.23 - - [2026-04-23 04:28:53] "GET /virtual-network/581a2747-33c4-473d-a025-d81a1417415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.059189 10.0.0.130 - - [2026-04-23 04:28:54] "GET /obj-perms HTTP/1.1" 403 257 0.050159 10.0.0.249 - - [2026-04-23 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.23 - - [2026-04-23 04:28:54] "GET /virtual-network/581a2747-33c4-473d-a025-d81a1417415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.027941 10.0.0.23 - - [2026-04-23 04:28:54] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.040726 10.0.0.23 - - [2026-04-23 04:28:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004262 10.0.0.23 - - [2026-04-23 04:28:54] "PUT /virtual-network/581a2747-33c4-473d-a025-d81a1417415b HTTP/1.1" 200 265 0.052335 10.0.0.249 - - [2026-04-23 04:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.249 - - [2026-04-23 04:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006191 10.0.0.23 - - [2026-04-23 04:28:54] "DELETE /virtual-network/fca63570-0517-43de-8222-3338c374ebf7 HTTP/1.1" 200 115 0.134903 10.0.0.130 - - [2026-04-23 04:28:55] "DELETE /route-target/3a9db862-776c-4867-8547-1bdf94eb4ec8 HTTP/1.1" 200 115 0.030568 10.0.0.249 - - [2026-04-23 04:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004069 10.0.0.249 - - [2026-04-23 04:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003622 10.0.0.23 - - [2026-04-23 04:28:55] "DELETE /virtual-network/581a2747-33c4-473d-a025-d81a1417415b HTTP/1.1" 200 115 0.157625 10.0.0.23 - - [2026-04-23 04:28:55] "DELETE /api-access-list/13b96657-614a-462d-a834-3ad43b0b0d06 HTTP/1.1" 200 115 0.041235 10.0.0.249 - - [2026-04-23 04:28:55] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.23 - - [2026-04-23 04:28:55] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052509 10.0.0.249 - - [2026-04-23 04:28:55] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.23 - - [2026-04-23 04:28:55] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?fields=virtual_networks HTTP/1.1" 200 1035 0.044697 10.0.0.249 - - [2026-04-23 04:28:55] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001627 10.0.0.23 - - [2026-04-23 04:28:55] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.056034 10.0.0.249 - - [2026-04-23 04:28:55] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.23 - - [2026-04-23 04:28:55] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?fields=security_groups HTTP/1.1" 200 1262 0.044605 10.0.0.249 - - [2026-04-23 04:28:56] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.23 - - [2026-04-23 04:28:56] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048585 10.0.0.249 - - [2026-04-23 04:28:56] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.23 - - [2026-04-23 04:28:56] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?fields=virtual_networks HTTP/1.1" 200 1034 0.052998 10.0.0.249 - - [2026-04-23 04:28:56] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.23 - - [2026-04-23 04:28:56] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.054538 10.0.0.249 - - [2026-04-23 04:28:56] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001376 10.0.0.23 - - [2026-04-23 04:28:56] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?fields=security_groups HTTP/1.1" 200 1261 0.062677 10.0.0.23 - - [2026-04-23 04:29:00] "GET / HTTP/1.1" 200 36215 0.001707 10.0.0.23 - - [2026-04-23 04:29:01] "GET / HTTP/1.1" 200 36215 0.001703 10.0.0.23 - - [2026-04-23 04:29:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2026-04-23 04:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.086687 10.0.0.249 - - [2026-04-23 04:29:01] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.23 - - [2026-04-23 04:29:02] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.081254 10.0.0.23 - - [2026-04-23 04:29:02] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014946 10.0.0.23 - - [2026-04-23 04:29:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.017359 10.0.0.23 - - [2026-04-23 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.023776 10.0.0.249 - - [2026-04-23 04:29:02] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.23 - - [2026-04-23 04:29:02] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022078 10.0.0.23 - - [2026-04-23 04:29:02] "POST /service-templates HTTP/1.1" 403 264 0.014739 10.0.0.23 - - [2026-04-23 04:29:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.004992 10.0.0.23 - - [2026-04-23 04:29:02] "POST /api-access-lists HTTP/1.1" 200 557 0.033215 10.0.0.23 - - [2026-04-23 04:29:02] "GET /api-access-list/a6e8a163-e6f5-4f63-9054-4a6cfaf7f5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.006316 10.0.0.23 - - [2026-04-23 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.027523 10.0.0.249 - - [2026-04-23 04:29:02] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.23 - - [2026-04-23 04:29:02] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065206 10.0.0.23 - - [2026-04-23 04:29:02] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023523 10.0.0.23 - - [2026-04-23 04:29:02] "POST /virtual-networks HTTP/1.1" 200 585 0.125582 10.0.0.130 - - [2026-04-23 04:29:02] "POST /route-targets HTTP/1.1" 200 328 0.015876 10.0.0.23 - - [2026-04-23 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.040459 10.0.0.23 - - [2026-04-23 04:29:03] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.019012 10.0.0.249 - - [2026-04-23 04:29:03] "POST /useragent-kv HTTP/1.1" 200 115 0.011554 10.0.0.23 - - [2026-04-23 04:29:03] "POST /ref-update HTTP/1.1" 200 156 0.104664 10.0.0.23 - - [2026-04-23 04:29:03] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.027914 10.0.0.23 - - [2026-04-23 04:29:03] "POST /neutron/network HTTP/1.1" 200 847 0.063786 10.0.0.23 - - [2026-04-23 04:29:03] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006125 10.0.0.23 - - [2026-04-23 04:29:03] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004581 10.0.0.23 - - [2026-04-23 04:29:03] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007098 10.0.0.130 - - [2026-04-23 04:29:04] "GET /obj-perms HTTP/1.1" 200 5030 0.085798 10.0.0.23 - - [2026-04-23 04:29:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.018441 10.0.0.23 - - [2026-04-23 04:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.017637 10.0.0.249 - - [2026-04-23 04:29:05] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.23 - - [2026-04-23 04:29:05] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024373 10.0.0.23 - - [2026-04-23 04:29:05] "POST /service-templates HTTP/1.1" 403 264 0.015920 10.0.0.23 - - [2026-04-23 04:29:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.004901 10.0.0.23 - - [2026-04-23 04:29:05] "POST /api-access-lists HTTP/1.1" 200 523 0.029864 10.0.0.23 - - [2026-04-23 04:29:05] "GET /api-access-list/58c74b4b-b958-4222-8b6e-c1dfabd7e8c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.006666 10.0.0.23 - - [2026-04-23 04:29:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.021043 10.0.0.23 - - [2026-04-23 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.018639 10.0.0.249 - - [2026-04-23 04:29:05] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.23 - - [2026-04-23 04:29:05] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.027391 10.0.0.23 - - [2026-04-23 04:29:05] "POST /service-templates HTTP/1.1" 200 553 0.045495 10.0.0.23 - - [2026-04-23 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.023615 10.0.0.23 - - [2026-04-23 04:29:05] "GET /service-template/31c01075-a212-4def-a81b-111373b88adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.021899 10.0.0.23 - - [2026-04-23 04:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.021032 10.0.0.23 - - [2026-04-23 04:29:05] "GET /service-template/31c01075-a212-4def-a81b-111373b88adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.019463 10.0.0.23 - - [2026-04-23 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.130 - - [2026-04-23 04:29:07] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.041411 10.0.0.249 - - [2026-04-23 04:29:07] "GET /obj-perms HTTP/1.1" 403 257 0.071803 10.0.0.23 - - [2026-04-23 04:29:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.055880 10.0.0.23 - - [2026-04-23 04:29:07] "GET /api-access-list/a6e8a163-e6f5-4f63-9054-4a6cfaf7f5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.004197 10.0.0.23 - - [2026-04-23 04:29:07] "PUT /api-access-list/a6e8a163-e6f5-4f63-9054-4a6cfaf7f5fc HTTP/1.1" 200 265 0.015534 10.0.0.23 - - [2026-04-23 04:29:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2026-04-23 04:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.049205 10.0.0.249 - - [2026-04-23 04:29:08] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.23 - - [2026-04-23 04:29:08] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070698 10.0.0.23 - - [2026-04-23 04:29:08] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.026033 10.0.0.23 - - [2026-04-23 04:29:08] "POST /virtual-networks HTTP/1.1" 403 263 0.017780 10.0.0.23 - - [2026-04-23 04:29:08] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.023056 10.0.0.23 - - [2026-04-23 04:29:09] "GET /api-access-list/58c74b4b-b958-4222-8b6e-c1dfabd7e8c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004719 10.0.0.23 - - [2026-04-23 04:29:09] "PUT /api-access-list/58c74b4b-b958-4222-8b6e-c1dfabd7e8c1 HTTP/1.1" 200 265 0.014315 10.0.0.23 - - [2026-04-23 04:29:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.019499 10.0.0.23 - - [2026-04-23 04:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.020391 10.0.0.249 - - [2026-04-23 04:29:09] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.23 - - [2026-04-23 04:29:09] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.026090 10.0.0.23 - - [2026-04-23 04:29:09] "POST /service-templates HTTP/1.1" 403 264 0.017576 10.0.0.23 - - [2026-04-23 04:29:09] "GET /api-access-list/a6e8a163-e6f5-4f63-9054-4a6cfaf7f5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.004354 10.0.0.23 - - [2026-04-23 04:29:09] "PUT /api-access-list/a6e8a163-e6f5-4f63-9054-4a6cfaf7f5fc HTTP/1.1" 200 265 0.012992 10.0.0.23 - - [2026-04-23 04:29:09] "GET /api-access-list/58c74b4b-b958-4222-8b6e-c1dfabd7e8c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.003853 10.0.0.23 - - [2026-04-23 04:29:09] "PUT /api-access-list/58c74b4b-b958-4222-8b6e-c1dfabd7e8c1 HTTP/1.1" 200 265 0.014611 10.0.0.23 - - [2026-04-23 04:29:10] "GET /obj-perms HTTP/1.1" 403 257 0.016509 10.0.0.23 - - [2026-04-23 04:29:10] "GET /obj-perms HTTP/1.1" 403 257 0.044214 10.0.0.130 - - [2026-04-23 04:29:10] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015738 10.0.0.130 - - [2026-04-23 04:29:11] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.041213 10.0.0.249 - - [2026-04-23 04:29:11] "GET /obj-perms HTTP/1.1" 403 257 0.016839 10.0.0.249 - - [2026-04-23 04:29:11] "GET /obj-perms HTTP/1.1" 403 257 0.043606 10.0.0.23 - - [2026-04-23 04:29:11] "GET /obj-perms HTTP/1.1" 403 257 0.016203 10.0.0.23 - - [2026-04-23 04:29:11] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004680 10.0.0.23 - - [2026-04-23 04:29:11] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.013262 10.0.0.23 - - [2026-04-23 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.23 - - [2026-04-23 04:29:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.044467 10.0.0.23 - - [2026-04-23 04:29:12] "DELETE /api-access-list/a6e8a163-e6f5-4f63-9054-4a6cfaf7f5fc HTTP/1.1" 200 115 0.036721 10.0.0.23 - - [2026-04-23 04:29:12] "DELETE /api-access-list/58c74b4b-b958-4222-8b6e-c1dfabd7e8c1 HTTP/1.1" 200 115 0.029671 10.0.0.23 - - [2026-04-23 04:29:13] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044206 10.0.0.130 - - [2026-04-23 04:29:13] "GET /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.040019 10.0.0.249 - - [2026-04-23 04:29:13] "GET /obj-perms HTTP/1.1" 403 257 0.034309 10.0.0.23 - - [2026-04-23 04:29:14] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.004588 10.0.0.23 - - [2026-04-23 04:29:14] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.014223 10.0.0.23 - - [2026-04-23 04:29:14] "GET /obj-perms HTTP/1.1" 403 257 0.012839 10.0.0.23 - - [2026-04-23 04:29:14] "GET /obj-perms HTTP/1.1" 403 257 0.011627 10.0.0.23 - - [2026-04-23 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015650 10.0.0.23 - - [2026-04-23 04:29:14] "DELETE /service-template/31c01075-a212-4def-a81b-111373b88adb HTTP/1.1" 200 115 0.051365 10.0.0.23 - - [2026-04-23 04:29:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.032944 10.0.0.249 - - [2026-04-23 04:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005421 10.0.0.249 - - [2026-04-23 04:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004327 10.0.0.23 - - [2026-04-23 04:29:14] "DELETE /virtual-network/da6e936d-307c-43d0-87a6-c8ed4260532b HTTP/1.1" 200 115 0.112908 10.0.0.130 - - [2026-04-23 04:29:14] "DELETE /route-target/72a217da-d0c5-4d73-b416-95cf358462fc HTTP/1.1" 200 115 0.024887 10.0.0.23 - - [2026-04-23 04:29:14] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004829 10.0.0.23 - - [2026-04-23 04:29:14] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.028126 10.0.0.23 - - [2026-04-23 04:29:14] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.004775 10.0.0.23 - - [2026-04-23 04:29:14] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.014135 10.0.0.23 - - [2026-04-23 04:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.249 - - [2026-04-23 04:29:17] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001610 10.0.0.23 - - [2026-04-23 04:29:17] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040343 10.0.0.23 - - [2026-04-23 04:29:17] "POST /neutron/network HTTP/1.1" 200 117 0.110884 10.0.0.23 - - [2026-04-23 04:29:18] "POST /neutron/network HTTP/1.1" 200 863 0.010585 10.0.0.23 - - [2026-04-23 04:29:18] "POST /id-to-fqname HTTP/1.1" 200 240 0.001191 10.0.0.23 - - [2026-04-23 04:29:18] "GET /virtual-network/425214bd-ca60-4f37-8515-ce14864462ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006125 10.0.0.23 - - [2026-04-23 04:29:18] "GET /virtual-network/425214bd-ca60-4f37-8515-ce14864462ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006289 10.0.0.23 - - [2026-04-23 04:29:18] "POST /neutron/subnet HTTP/1.1" 200 728 0.010784 10.0.0.23 - - [2026-04-23 04:29:18] "GET /virtual-network/425214bd-ca60-4f37-8515-ce14864462ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.005807 10.0.0.23 - - [2026-04-23 04:29:18] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004762 10.0.0.23 - - [2026-04-23 04:29:18] "GET /virtual-network/425214bd-ca60-4f37-8515-ce14864462ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007440 10.0.0.249 - - [2026-04-23 04:29:19] "GET /obj-perms HTTP/1.1" 200 5030 0.062034 10.0.0.23 - - [2026-04-23 04:29:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003628 10.0.0.23 - - [2026-04-23 04:29:19] "POST /api-access-lists HTTP/1.1" 200 557 0.031363 10.0.0.23 - - [2026-04-23 04:29:19] "GET /api-access-list/8e6ae30e-251d-4e0e-aefc-d3768cb84475?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007497 10.0.0.23 - - [2026-04-23 04:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.024005 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.23 - - [2026-04-23 04:29:19] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085991 10.0.0.249 - - [2026-04-23 04:29:19] "DELETE /project/91937d1631814efaaa6af5195b1b0a7a HTTP/1.1" 404 173 0.042410 10.0.0.249 - - [2026-04-23 04:29:19] "DELETE /project/d293c453cc1e46068e2b1c269823ff24 HTTP/1.1" 404 173 0.048805 10.0.0.249 - - [2026-04-23 04:29:19] "DELETE /project/4cfbff74f3eb4f57a924bcc898c90e48 HTTP/1.1" 404 173 0.048424 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002855 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001459 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002432 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002686 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.249 - - [2026-04-23 04:29:19] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.168203 10.0.0.249 - - [2026-04-23 04:29:19] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.174352 10.0.0.249 - - [2026-04-23 04:29:19] "GET /project/a335b859-5912-40c2-9873-6d134361a514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.181630 10.0.0.249 - - [2026-04-23 04:29:19] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.206655 10.0.0.249 - - [2026-04-23 04:29:19] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.234219 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001605 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.008574 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004110 10.0.0.249 - - [2026-04-23 04:29:19] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011577 10.0.0.249 - - [2026-04-23 04:29:20] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.007310 10.0.0.130 - - [2026-04-23 04:29:20] "DELETE /access-control-list/4aedac7a-2182-4cda-9900-6129618ce20f HTTP/1.1" 200 115 0.284173 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?fields=security_groups HTTP/1.1" 404 171 0.191340 10.0.0.249 - - [2026-04-23 04:29:20] "GET /projects?obj_uuids=da8f55f0-37cd-4b83-89b4-e893a5cd5482&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001298 10.0.0.249 - - [2026-04-23 04:29:20] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002406 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/a335b859-5912-40c2-9873-6d134361a514?fields=security_groups HTTP/1.1" 200 1093 0.264838 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?fields=security_groups HTTP/1.1" 200 1364 0.261303 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482?fields=application_policy_sets HTTP/1.1" 404 203 0.100136 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?fields=security_groups HTTP/1.1" 200 1363 0.332089 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?fields=security_groups HTTP/1.1" 200 1093 0.281668 10.0.0.249 - - [2026-04-23 04:29:20] "GET /projects?obj_uuids=a335b859-5912-40c2-9873-6d134361a514&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.249 - - [2026-04-23 04:29:20] "DELETE /project/da8f55f0-37cd-4b83-89b4-e893a5cd5482 HTTP/1.1" 404 171 0.612385 10.0.0.249 - - [2026-04-23 04:29:20] "GET /projects?obj_uuids=d48e734f-11aa-42c3-9df0-9e9782bcb8de&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de?fields=application_policy_sets HTTP/1.1" 200 1388 0.118193 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/a335b859-5912-40c2-9873-6d134361a514?fields=application_policy_sets HTTP/1.1" 200 1093 0.206312 10.0.0.249 - - [2026-04-23 04:29:20] "DELETE /project/a335b859-5912-40c2-9873-6d134361a514 HTTP/1.1" 404 171 0.849886 10.0.0.130 - - [2026-04-23 04:29:20] "DELETE /access-control-list/33fb4188-16ec-41d4-9d66-16031064b978 HTTP/1.1" 200 115 0.204926 10.0.0.249 - - [2026-04-23 04:29:20] "DELETE /security-group/1b7daf0c-0de6-4d48-a8a6-de69e7400d20 HTTP/1.1" 200 115 0.242636 10.0.0.249 - - [2026-04-23 04:29:20] "GET /projects?obj_uuids=4cfbff74-f3eb-4f57-a924-bcc898c90e48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.249 - - [2026-04-23 04:29:20] "DELETE /security-group/d39fdef2-e09c-45ce-a128-614f5f3311a1 HTTP/1.1" 200 115 0.288036 10.0.0.249 - - [2026-04-23 04:29:20] "GET /projects?obj_uuids=91937d16-3181-4efa-aa6a-f5195b1b0a7a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48?fields=application_policy_sets HTTP/1.1" 200 1402 0.126370 10.0.0.249 - - [2026-04-23 04:29:20] "GET /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a?fields=application_policy_sets HTTP/1.1" 200 1403 0.150054 10.0.0.130 - - [2026-04-23 04:29:20] "DELETE /access-control-list/736acccc-d440-4193-a441-325518d6afba HTTP/1.1" 200 115 0.133623 10.0.0.23 - - [2026-04-23 04:29:20] "POST /neutron/network HTTP/1.1" 200 645 0.786044 10.0.0.249 - - [2026-04-23 04:29:20] "DELETE /project/d48e734f-11aa-42c3-9df0-9e9782bcb8de HTTP/1.1" 200 115 1.186644 10.0.0.130 - - [2026-04-23 04:29:21] "DELETE /access-control-list/c2996832-1988-4a9b-8d70-2bb86e34d354 HTTP/1.1" 200 115 0.132574 10.0.0.249 - - [2026-04-23 04:29:21] "DELETE /project/4cfbff74-f3eb-4f57-a924-bcc898c90e48 HTTP/1.1" 200 115 1.430762 10.0.0.249 - - [2026-04-23 04:29:21] "DELETE /project/91937d16-3181-4efa-aa6a-f5195b1b0a7a HTTP/1.1" 200 115 1.432313 10.0.0.249 - - [2026-04-23 04:29:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007150 10.0.0.23 - - [2026-04-23 04:29:21] "POST /neutron/subnet HTTP/1.1" 200 730 0.408469 10.0.0.23 - - [2026-04-23 04:29:21] "POST /id-to-fqname HTTP/1.1" 200 240 0.022684 10.0.0.23 - - [2026-04-23 04:29:21] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.029185 10.0.0.23 - - [2026-04-23 04:29:21] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.021020 10.0.0.23 - - [2026-04-23 04:29:21] "POST /neutron/network HTTP/1.1" 200 865 0.034883 10.0.0.23 - - [2026-04-23 04:29:21] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006541 10.0.0.23 - - [2026-04-23 04:29:21] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004685 10.0.0.23 - - [2026-04-23 04:29:22] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005897 10.0.0.23 - - [2026-04-23 04:29:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004950 10.0.0.23 - - [2026-04-23 04:29:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.017445 10.0.0.249 - - [2026-04-23 04:29:22] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.130 - - [2026-04-23 04:29:22] "POST /fqname-to-id HTTP/1.1" 404 264 0.007006 10.0.0.130 - - [2026-04-23 04:29:22] "POST /access-control-lists HTTP/1.1" 200 626 0.032180 10.0.0.23 - - [2026-04-23 04:29:22] "POST /neutron/security_group HTTP/1.1" 200 1426 0.499086 10.0.0.23 - - [2026-04-23 04:29:23] "POST /neutron/security_group HTTP/1.1" 200 1426 0.021110 10.0.0.130 - - [2026-04-23 04:29:23] "PUT /access-control-list/140d50f8-92db-482d-b8a8-d27a243081d7 HTTP/1.1" 200 273 0.015658 10.0.0.249 - - [2026-04-23 04:29:23] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001535 10.0.0.23 - - [2026-04-23 04:29:23] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.106452 10.0.0.23 - - [2026-04-23 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.027211 10.0.0.23 - - [2026-04-23 04:29:23] "GET /security-group/386d7394-3e8d-4be3-b705-b81acdcb587c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.021975 10.0.0.23 - - [2026-04-23 04:29:24] "POST /id-to-fqname HTTP/1.1" 200 240 0.022600 10.0.0.23 - - [2026-04-23 04:29:25] "POST /neutron/port HTTP/1.1" 200 4186 0.065449 10.0.0.249 - - [2026-04-23 04:29:26] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001510 10.0.0.23 - - [2026-04-23 04:29:26] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082165 10.0.0.23 - - [2026-04-23 04:29:26] "POST /neutron/port HTTP/1.1" 200 4186 0.049094 10.0.0.23 - - [2026-04-23 04:29:26] "POST /neutron/port HTTP/1.1" 200 1106 0.022103 10.0.0.23 - - [2026-04-23 04:29:26] "POST /neutron/network HTTP/1.1" 200 936 0.007430 10.0.0.23 - - [2026-04-23 04:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.249 - - [2026-04-23 04:29:26] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001731 10.0.0.23 - - [2026-04-23 04:29:27] "POST /neutron/port HTTP/1.1" 200 1061 0.526825 10.0.0.23 - - [2026-04-23 04:29:27] "POST /neutron/port HTTP/1.1" 200 1115 0.149263 10.0.0.23 - - [2026-04-23 04:29:27] "POST /neutron/subnet HTTP/1.1" 200 704 0.011900 10.0.0.23 - - [2026-04-23 04:29:31] "POST /neutron/port HTTP/1.1" 200 1125 0.042789 10.0.0.23 - - [2026-04-23 04:29:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009669 10.0.0.23 - - [2026-04-23 04:29:31] "POST /neutron/port HTTP/1.1" 200 1125 0.030516 10.0.0.23 - - [2026-04-23 04:29:31] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-04-23 04:29:32] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 200 1295 0.056956 10.0.0.23 - - [2026-04-23 04:29:32] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 200 1295 0.034700 10.0.0.23 - - [2026-04-23 04:29:32] "GET /virtual-machine-interface/e2471608-92f6-422e-a390-f243cda90188 HTTP/1.1" 200 3031 0.052943 10.0.0.23 - - [2026-04-23 04:29:32] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 200 1295 0.027563 10.0.0.23 - - [2026-04-23 04:29:32] "GET /virtual-machine-interface/e2471608-92f6-422e-a390-f243cda90188 HTTP/1.1" 200 3031 0.024911 10.0.0.23 - - [2026-04-23 04:29:32] "GET /instance-ip/1671b721-0c06-470c-9e0b-215f5c5543e3 HTTP/1.1" 200 1644 0.034268 10.0.0.23 - - [2026-04-23 04:29:32] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 200 1295 0.023228 10.0.0.23 - - [2026-04-23 04:29:32] "GET /virtual-machine-interface/e2471608-92f6-422e-a390-f243cda90188 HTTP/1.1" 200 3031 0.027216 10.0.0.23 - - [2026-04-23 04:29:32] "GET /instance-ip/1671b721-0c06-470c-9e0b-215f5c5543e3 HTTP/1.1" 200 1644 0.021965 10.0.0.23 - - [2026-04-23 04:29:32] "POST /fqname-to-id HTTP/1.1" 403 354 0.022840 10.0.0.23 - - [2026-04-23 04:29:32] "GET / HTTP/1.1" 200 36215 0.001825 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.028979 10.0.0.23 - - [2026-04-23 04:29:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004308 10.0.0.23 - - [2026-04-23 04:29:33] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.024169 10.0.0.23 - - [2026-04-23 04:29:33] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.021267 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.016636 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2026-04-23 04:29:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004761 10.0.0.23 - - [2026-04-23 04:29:33] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.038020 10.0.0.23 - - [2026-04-23 04:29:33] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.025347 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.017869 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.23 - - [2026-04-23 04:29:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004583 10.0.0.23 - - [2026-04-23 04:29:33] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026716 10.0.0.23 - - [2026-04-23 04:29:33] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.025671 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.026216 10.0.0.23 - - [2026-04-23 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.23 - - [2026-04-23 04:29:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005452 10.0.0.23 - - [2026-04-23 04:29:34] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.027597 10.0.0.23 - - [2026-04-23 04:29:34] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.030969 10.0.0.23 - - [2026-04-23 04:29:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.019732 10.0.0.23 - - [2026-04-23 04:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2026-04-23 04:29:34] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004135 10.0.0.23 - - [2026-04-23 04:29:34] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025939 10.0.0.23 - - [2026-04-23 04:29:34] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.024108 10.0.0.23 - - [2026-04-23 04:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.019520 10.0.0.23 - - [2026-04-23 04:29:37] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.022703 10.0.0.23 - - [2026-04-23 04:29:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007919 10.0.0.23 - - [2026-04-23 04:29:39] "POST /fqname-to-id HTTP/1.1" 403 354 0.018596 10.0.0.23 - - [2026-04-23 04:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.23 - - [2026-04-23 04:29:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004834 10.0.0.23 - - [2026-04-23 04:29:39] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025045 10.0.0.23 - - [2026-04-23 04:29:39] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.023280 10.0.0.23 - - [2026-04-23 04:29:39] "POST /fqname-to-id HTTP/1.1" 403 354 0.024223 10.0.0.23 - - [2026-04-23 04:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.23 - - [2026-04-23 04:29:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004333 10.0.0.23 - - [2026-04-23 04:29:39] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.027554 10.0.0.23 - - [2026-04-23 04:29:39] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.025213 10.0.0.23 - - [2026-04-23 04:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.017131 10.0.0.23 - - [2026-04-23 04:29:39] "GET /routing-instance/a4806c15-2525-40dd-920c-2a757c4e3940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023594 10.0.0.23 - - [2026-04-23 04:29:40] "POST /fqname-to-id HTTP/1.1" 403 354 0.020252 10.0.0.23 - - [2026-04-23 04:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011218 10.0.0.23 - - [2026-04-23 04:29:40] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005091 10.0.0.23 - - [2026-04-23 04:29:40] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.024860 10.0.0.23 - - [2026-04-23 04:29:40] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.023477 10.0.0.23 - - [2026-04-23 04:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.018512 10.0.0.23 - - [2026-04-23 04:29:40] "GET /routing-instance/a4806c15-2525-40dd-920c-2a757c4e3940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020159 10.0.0.249 - - [2026-04-23 04:29:40] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.023627 10.0.0.249 - - [2026-04-23 04:29:42] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.020753 10.0.0.249 - - [2026-04-23 04:29:46] "GET /obj-perms HTTP/1.1" 403 257 0.015105 10.0.0.249 - - [2026-04-23 04:29:48] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.021241 10.0.0.23 - - [2026-04-23 04:29:50] "POST /neutron/network HTTP/1.1" 200 1122 0.007795 10.0.0.23 - - [2026-04-23 04:29:50] "POST /neutron/subnet HTTP/1.1" 200 1380 0.018851 10.0.0.23 - - [2026-04-23 04:29:50] "POST /neutron/network HTTP/1.1" 200 1112 0.012587 10.0.0.249 - - [2026-04-23 04:29:52] "GET /obj-perms HTTP/1.1" 403 257 0.013992 10.0.0.249 - - [2026-04-23 04:29:54] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.023179 10.0.0.249 - - [2026-04-23 04:29:58] "GET /obj-perms HTTP/1.1" 403 257 0.013785 10.0.0.23 - - [2026-04-23 04:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.23 - - [2026-04-23 04:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.249 - - [2026-04-23 04:29:59] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.021969 10.0.0.23 - - [2026-04-23 04:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2026-04-23 04:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.23 - - [2026-04-23 04:29:59] "GET /obj-perms HTTP/1.1" 403 257 0.014243 10.0.0.23 - - [2026-04-23 04:29:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004306 10.0.0.23 - - [2026-04-23 04:29:59] "GET /obj-perms HTTP/1.1" 403 257 0.046917 10.0.0.23 - - [2026-04-23 04:30:00] "GET /obj-perms HTTP/1.1" 200 5030 0.005162 10.0.0.23 - - [2026-04-23 04:30:00] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.071007 10.0.0.130 - - [2026-04-23 04:30:00] "GET /obj-perms HTTP/1.1" 403 257 0.018205 10.0.0.249 - - [2026-04-23 04:30:00] "GET /obj-perms HTTP/1.1" 403 257 0.016509 10.0.0.23 - - [2026-04-23 04:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.021465 10.0.0.249 - - [2026-04-23 04:30:00] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.23 - - [2026-04-23 04:30:00] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.094866 10.0.0.23 - - [2026-04-23 04:30:00] "GET /virtual-network/425214bd-ca60-4f37-8515-ce14864462ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.030191 10.0.0.23 - - [2026-04-23 04:30:00] "GET /floating-ip-pools?parent_id=425214bd-ca60-4f37-8515-ce14864462ba&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.026423 10.0.0.23 - - [2026-04-23 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024403 10.0.0.23 - - [2026-04-23 04:30:01] "GET /floating-ip-pool/a71c3f14-af29-4dea-a69e-adcf3c6ee0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.025640 10.0.0.249 - - [2026-04-23 04:30:01] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001903 10.0.0.23 - - [2026-04-23 04:30:01] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.087801 10.0.0.23 - - [2026-04-23 04:30:01] "POST /floating-ips HTTP/1.1" 200 618 0.108298 10.0.0.23 - - [2026-04-23 04:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.029206 10.0.0.23 - - [2026-04-23 04:30:01] "GET /floating-ip/1e9d5eb7-d328-4610-b456-c1fb0ffdd044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.024905 10.0.0.23 - - [2026-04-23 04:30:01] "GET /floating-ip/1e9d5eb7-d328-4610-b456-c1fb0ffdd044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.024535 10.0.0.23 - - [2026-04-23 04:30:01] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.024868 10.0.0.23 - - [2026-04-23 04:30:01] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1206 0.027559 10.0.0.23 - - [2026-04-23 04:30:01] "GET /virtual-machine-interface/e2471608-92f6-422e-a390-f243cda90188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.029957 10.0.0.23 - - [2026-04-23 04:30:01] "POST /ref-update HTTP/1.1" 200 156 0.052718 10.0.0.23 - - [2026-04-23 04:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.021994 10.0.0.23 - - [2026-04-23 04:30:02] "GET /routing-instance/6b7daa90-f1f0-45a4-b892-18832dc81f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025500 10.0.0.23 - - [2026-04-23 04:30:02] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.026818 10.0.0.23 - - [2026-04-23 04:30:02] "POST /neutron/port HTTP/1.1" 200 1125 0.111624 10.0.0.23 - - [2026-04-23 04:30:03] "POST /neutron/port HTTP/1.1" 200 1156 0.303831 10.0.0.23 - - [2026-04-23 04:30:03] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 200 1295 0.025896 10.0.0.23 - - [2026-04-23 04:30:03] "GET /virtual-machine-interface/e2471608-92f6-422e-a390-f243cda90188 HTTP/1.1" 200 3595 0.032807 10.0.0.23 - - [2026-04-23 04:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.019536 10.0.0.23 - - [2026-04-23 04:30:03] "GET /security-group/386d7394-3e8d-4be3-b705-b81acdcb587c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.017702 10.0.0.23 - - [2026-04-23 04:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.021496 10.0.0.23 - - [2026-04-23 04:30:03] "GET /security-group/386d7394-3e8d-4be3-b705-b81acdcb587c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.019766 10.0.0.23 - - [2026-04-23 04:30:03] "DELETE /floating-ip/1e9d5eb7-d328-4610-b456-c1fb0ffdd044 HTTP/1.1" 200 115 0.077449 10.0.0.23 - - [2026-04-23 04:30:03] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 200 1295 0.028646 10.0.0.23 - - [2026-04-23 04:30:04] "POST /neutron/port HTTP/1.1" 200 1156 0.025486 10.0.0.23 - - [2026-04-23 04:30:05] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 404 171 0.020029 10.0.0.23 - - [2026-04-23 04:30:05] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 404 171 0.016743 10.0.0.23 - - [2026-04-23 04:30:05] "GET /virtual-machine/ed88b9ac-838e-4c4e-b9ae-b382620ebe59 HTTP/1.1" 404 171 0.016923 10.0.0.23 - - [2026-04-23 04:30:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.020074 10.0.0.23 - - [2026-04-23 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.23 - - [2026-04-23 04:30:06] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004735 10.0.0.23 - - [2026-04-23 04:30:06] "GET /virtual-networks?parent_id=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025713 10.0.0.23 - - [2026-04-23 04:30:06] "GET /virtual-network/89037cb5-14c2-46aa-b4ef-87dc144713de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.024152 10.0.0.23 - - [2026-04-23 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.021784 10.0.0.23 - - [2026-04-23 04:30:06] "GET /routing-instance/a4806c15-2525-40dd-920c-2a757c4e3940?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026276 10.0.0.23 - - [2026-04-23 04:30:06] "GET /obj-perms HTTP/1.1" 403 257 0.016245 10.0.0.23 - - [2026-04-23 04:30:06] "GET /obj-perms HTTP/1.1" 403 257 0.038869 10.0.0.23 - - [2026-04-23 04:30:09] "GET /obj-perms HTTP/1.1" 200 5030 0.004666 10.0.0.23 - - [2026-04-23 04:30:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004389 10.0.0.23 - - [2026-04-23 04:30:19] "GET /obj-perms HTTP/1.1" 200 5030 0.005123 10.0.0.23 - - [2026-04-23 04:30:22] "GET /obj-perms HTTP/1.1" 200 5030 0.005129 10.0.0.23 - - [2026-04-23 04:30:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004512 10.0.0.23 - - [2026-04-23 04:30:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004157 10.0.0.23 - - [2026-04-23 04:30:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.098363 10.0.0.23 - - [2026-04-23 04:30:28] "POST /fqname-to-id HTTP/1.1" 404 232 0.019862 10.0.0.130 - - [2026-04-23 04:30:28] "DELETE /access-control-list/140d50f8-92db-482d-b8a8-d27a243081d7 HTTP/1.1" 200 115 0.083858 10.0.0.23 - - [2026-04-23 04:30:28] "POST /neutron/network HTTP/1.1" 200 1122 0.007762 10.0.0.23 - - [2026-04-23 04:30:28] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015437 10.0.0.23 - - [2026-04-23 04:30:28] "POST /neutron/network HTTP/1.1" 200 1112 0.009562 10.0.0.23 - - [2026-04-23 04:30:29] "DELETE /api-access-list/8e6ae30e-251d-4e0e-aefc-d3768cb84475 HTTP/1.1" 200 115 0.053184 10.0.0.23 - - [2026-04-23 04:30:29] "POST /neutron/network HTTP/1.1" 200 863 0.007611 10.0.0.130 - - [2026-04-23 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2026-04-23 04:30:31] "GET /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004408 10.0.0.23 - - [2026-04-23 04:30:31] "PUT /api-access-list/9299173e-67f7-4fb8-a0e7-b583983899f8 HTTP/1.1" 200 265 0.015584 10.0.0.249 - - [2026-04-23 04:30:31] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.031308 10.0.0.23 - - [2026-04-23 04:30:32] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.153325 10.0.0.249 - - [2026-04-23 04:30:32] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002149 10.0.0.23 - - [2026-04-23 04:30:32] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?fields=virtual_networks HTTP/1.1" 200 1035 0.065817 10.0.0.249 - - [2026-04-23 04:30:32] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.23 - - [2026-04-23 04:30:32] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.050459 10.0.0.249 - - [2026-04-23 04:30:32] "GET /projects?obj_uuids=d293c453-cc1e-4606-8e2b-1c269823ff24&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.23 - - [2026-04-23 04:30:32] "GET /project/d293c453-cc1e-4606-8e2b-1c269823ff24?fields=security_groups HTTP/1.1" 200 1262 0.047928 10.0.0.249 - - [2026-04-23 04:30:32] "GET /projects?obj_uuids=d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001133 10.0.0.23 - - [2026-04-23 04:30:32] "GET /project/d5a2fcc6-b0b7-4410-89e6-c5e1af2a1d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.057874 [Introspect:8084]10.0.0.23 - - [2026-04-23 04:30:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3163 0.001339 10.0.0.23 - - [2026-04-23 04:30:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.031891 10.0.0.249 - - [2026-04-23 04:30:36] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004631 10.0.0.249 - - [2026-04-23 04:30:36] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.249 - - [2026-04-23 04:30:36] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037675 10.0.0.249 - - [2026-04-23 04:30:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.001300 10.0.0.249 - - [2026-04-23 04:30:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.005536 10.0.0.249 - - [2026-04-23 04:30:37] "POST /security-groups HTTP/1.1" 200 592 0.085116 10.0.0.249 - - [2026-04-23 04:30:37] "POST /projects HTTP/1.1" 200 587 0.316990 10.0.0.130 - - [2026-04-23 04:30:37] "POST /access-control-lists HTTP/1.1" 200 599 0.030288 10.0.0.249 - - [2026-04-23 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.389645 10.0.0.23 - - [2026-04-23 04:30:37] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.578141 10.0.0.23 - - [2026-04-23 04:30:38] "GET / HTTP/1.1" 200 36215 0.001977 10.0.0.23 - - [2026-04-23 04:30:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-04-23 04:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.053707 10.0.0.249 - - [2026-04-23 04:30:40] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.23 - - [2026-04-23 04:30:40] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051305 10.0.0.249 - - [2026-04-23 04:30:40] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.23 - - [2026-04-23 04:30:40] "POST /neutron/network HTTP/1.1" 200 608 0.186067 10.0.0.130 - - [2026-04-23 04:30:41] "POST /route-targets HTTP/1.1" 200 328 0.018096 10.0.0.23 - - [2026-04-23 04:30:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.004249 10.0.0.23 - - [2026-04-23 04:30:41] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007701 10.0.0.23 - - [2026-04-23 04:30:41] "POST /neutron/network HTTP/1.1" 200 825 0.008568 10.0.0.23 - - [2026-04-23 04:30:41] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006342 10.0.0.23 - - [2026-04-23 04:30:41] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006289 10.0.0.130 - - [2026-04-23 04:30:42] "GET /obj-perms HTTP/1.1" 200 5056 0.106529 10.0.0.249 - - [2026-04-23 04:30:43] "GET /obj-perms HTTP/1.1" 200 5056 0.097671 10.0.0.23 - - [2026-04-23 04:30:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.002234 10.0.0.23 - - [2026-04-23 04:30:44] "POST /neutron/port HTTP/1.1" 200 4186 0.036475 10.0.0.249 - - [2026-04-23 04:30:44] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.23 - - [2026-04-23 04:30:44] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082155 10.0.0.23 - - [2026-04-23 04:30:45] "POST /neutron/port HTTP/1.1" 200 4186 0.060081 10.0.0.23 - - [2026-04-23 04:30:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001517 10.0.0.23 - - [2026-04-23 04:30:45] "POST /neutron/network HTTP/1.1" 200 835 0.008620 10.0.0.23 - - [2026-04-23 04:30:46] "POST /neutron/port HTTP/1.1" 200 1059 0.019719 10.0.0.23 - - [2026-04-23 04:30:46] "POST /neutron/port HTTP/1.1" 200 1123 0.027128 10.0.0.249 - - [2026-04-23 04:30:46] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.23 - - [2026-04-23 04:30:46] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.23 - - [2026-04-23 04:30:46] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.090003 10.0.0.23 - - [2026-04-23 04:30:46] "POST /neutron/port HTTP/1.1" 200 5156 0.057713 10.0.0.23 - - [2026-04-23 04:30:46] "POST /neutron/port HTTP/1.1" 200 1123 0.021811 10.0.0.249 - - [2026-04-23 04:30:47] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001409 10.0.0.23 - - [2026-04-23 04:30:47] "POST /neutron/port HTTP/1.1" 200 1059 0.295066 10.0.0.23 - - [2026-04-23 04:30:47] "POST /neutron/port HTTP/1.1" 200 1113 0.125334 10.0.0.23 - - [2026-04-23 04:30:47] "POST /neutron/subnet HTTP/1.1" 200 690 0.010605 10.0.0.23 - - [2026-04-23 04:30:51] "POST /neutron/port HTTP/1.1" 200 1106 0.023465 10.0.0.23 - - [2026-04-23 04:30:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005371 10.0.0.23 - - [2026-04-23 04:30:51] "POST /neutron/network HTTP/1.1" 200 926 0.008140 10.0.0.23 - - [2026-04-23 04:30:51] "POST /neutron/port HTTP/1.1" 200 1123 0.021134 10.0.0.23 - - [2026-04-23 04:30:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008983 10.0.0.23 - - [2026-04-23 04:30:52] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2026-04-23 04:30:52] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 200 1296 0.039626 10.0.0.23 - - [2026-04-23 04:30:52] "GET /virtual-machine-interface/f06df896-cca8-48a3-bbe2-655297c54517 HTTP/1.1" 200 2957 0.006448 10.0.0.23 - - [2026-04-23 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2026-04-23 04:30:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004704 10.0.0.23 - - [2026-04-23 04:30:52] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004043 10.0.0.23 - - [2026-04-23 04:30:52] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006886 10.0.0.23 - - [2026-04-23 04:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.23 - - [2026-04-23 04:30:55] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005813 10.0.0.23 - - [2026-04-23 04:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.23 - - [2026-04-23 04:30:59] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007189 10.0.0.23 - - [2026-04-23 04:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.23 - - [2026-04-23 04:31:03] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008338 10.0.0.23 - - [2026-04-23 04:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.23 - - [2026-04-23 04:31:07] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007104 10.0.0.23 - - [2026-04-23 04:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.23 - - [2026-04-23 04:31:12] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006407 10.0.0.23 - - [2026-04-23 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009652 10.0.0.23 - - [2026-04-23 04:31:16] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006600 10.0.0.23 - - [2026-04-23 04:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006213 10.0.0.23 - - [2026-04-23 04:31:20] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006508 10.0.0.130 - - [2026-04-23 04:31:20] "DELETE /access-control-list/c32244a7-2380-4500-b15a-1769904bbaa7 HTTP/1.1" 200 115 0.073043 10.0.0.249 - - [2026-04-23 04:31:21] "DELETE /project/d293c453-cc1e-4606-8e2b-1c269823ff24 HTTP/1.1" 404 177 0.003214 10.0.0.249 - - [2026-04-23 04:31:21] "DELETE /project/55c397ddc8144aaf991b134866a1672c HTTP/1.1" 404 173 0.005540 10.0.0.23 - - [2026-04-23 04:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2026-04-23 04:31:24] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009131 10.0.0.23 - - [2026-04-23 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2026-04-23 04:31:28] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006959 10.0.0.23 - - [2026-04-23 04:31:30] "POST /neutron/network HTTP/1.1" 200 936 0.032124 10.0.0.23 - - [2026-04-23 04:31:30] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.23 - - [2026-04-23 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.23 - - [2026-04-23 04:31:32] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004046 10.0.0.23 - - [2026-04-23 04:31:32] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004004 10.0.0.23 - - [2026-04-23 04:31:32] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005680 10.0.0.23 - - [2026-04-23 04:31:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008286 10.0.0.23 - - [2026-04-23 04:31:43] "POST /neutron/port HTTP/1.1" 200 1123 0.021840 10.0.0.23 - - [2026-04-23 04:31:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.036177 10.0.0.23 - - [2026-04-23 04:31:53] "POST /neutron/port HTTP/1.1" 200 1123 0.017434 10.0.0.249 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.249 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.130 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000722 10.0.0.23 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.130 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.130 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.130 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.249 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.249 - - [2026-04-23 04:31:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-04-23 04:31:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000991 10.0.0.23 - - [2026-04-23 04:31:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2026-04-23 04:31:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010629 10.0.0.23 - - [2026-04-23 04:31:58] "POST /neutron/port HTTP/1.1" 200 1123 0.019180 10.0.0.23 - - [2026-04-23 04:31:58] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 200 1295 0.006098 10.0.0.23 - - [2026-04-23 04:31:58] "GET /virtual-machine-interface/09c5c26e-8bf8-403a-825d-2c98f288a97b HTTP/1.1" 200 2954 0.005490 10.0.0.23 - - [2026-04-23 04:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2026-04-23 04:31:58] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003864 10.0.0.23 - - [2026-04-23 04:31:58] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004266 10.0.0.23 - - [2026-04-23 04:31:58] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006019 10.0.0.23 - - [2026-04-23 04:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.23 - - [2026-04-23 04:32:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004556 10.0.0.23 - - [2026-04-23 04:32:00] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003963 10.0.0.23 - - [2026-04-23 04:32:00] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010303 10.0.0.23 - - [2026-04-23 04:32:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012108 10.0.0.23 - - [2026-04-23 04:32:10] "POST /neutron/port HTTP/1.1" 200 1123 0.022152 10.0.0.23 - - [2026-04-23 04:32:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008274 10.0.0.23 - - [2026-04-23 04:32:20] "POST /neutron/port HTTP/1.1" 200 1123 0.022882 10.0.0.23 - - [2026-04-23 04:32:31] "POST /neutron/port HTTP/1.1" 200 1217 0.025296 10.0.0.23 - - [2026-04-23 04:32:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004336 10.0.0.23 - - [2026-04-23 04:32:31] "POST /neutron/port HTTP/1.1" 200 117 0.001886 10.0.0.23 - - [2026-04-23 04:32:44] "GET /obj-perms HTTP/1.1" 200 5056 0.054267 10.0.0.23 - - [2026-04-23 04:32:52] "POST /neutron/port HTTP/1.1" 200 1217 0.023747 10.0.0.23 - - [2026-04-23 04:32:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005563 10.0.0.23 - - [2026-04-23 04:32:52] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.23 - - [2026-04-23 04:33:32] "POST /neutron/port HTTP/1.1" 200 1106 0.031017 10.0.0.23 - - [2026-04-23 04:33:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.009649 10.0.0.130 - - [2026-04-23 04:33:45] "GET /obj-perms HTTP/1.1" 200 5056 0.057904 10.0.0.249 - - [2026-04-23 04:33:45] "GET /obj-perms HTTP/1.1" 200 5056 0.054852 10.0.0.23 - - [2026-04-23 04:33:53] "POST /neutron/port HTTP/1.1" 200 1106 0.025452 10.0.0.23 - - [2026-04-23 04:33:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.23 - - [2026-04-23 04:33:53] "POST /neutron/network HTTP/1.1" 200 926 0.007956 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 200 1296 0.004797 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-machine-interface/f06df896-cca8-48a3-bbe2-655297c54517 HTTP/1.1" 200 2957 0.005897 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 200 1296 0.004671 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-machine-interface/f06df896-cca8-48a3-bbe2-655297c54517 HTTP/1.1" 200 2957 0.007788 10.0.0.23 - - [2026-04-23 04:34:16] "GET /instance-ip/1fb0d59f-9464-4386-ac6d-4eb2457c995f HTTP/1.1" 200 1624 0.007773 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 200 1296 0.004919 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-machine-interface/f06df896-cca8-48a3-bbe2-655297c54517 HTTP/1.1" 200 2957 0.006528 10.0.0.23 - - [2026-04-23 04:34:16] "GET /instance-ip/1fb0d59f-9464-4386-ac6d-4eb2457c995f HTTP/1.1" 200 1624 0.005104 10.0.0.23 - - [2026-04-23 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.23 - - [2026-04-23 04:34:16] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003752 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004114 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006132 10.0.0.23 - - [2026-04-23 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.23 - - [2026-04-23 04:34:16] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004178 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003803 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007433 10.0.0.23 - - [2026-04-23 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.23 - - [2026-04-23 04:34:16] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005338 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003839 10.0.0.23 - - [2026-04-23 04:34:16] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006582 10.0.0.23 - - [2026-04-23 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2026-04-23 04:34:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004335 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003448 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007300 10.0.0.23 - - [2026-04-23 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2026-04-23 04:34:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004693 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004848 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006181 10.0.0.23 - - [2026-04-23 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.23 - - [2026-04-23 04:34:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004789 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003333 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007311 10.0.0.23 - - [2026-04-23 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005065 10.0.0.23 - - [2026-04-23 04:34:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004744 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004260 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006224 10.0.0.23 - - [2026-04-23 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2026-04-23 04:34:17] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004056 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003531 10.0.0.23 - - [2026-04-23 04:34:17] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006590 10.0.0.23 - - [2026-04-23 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.23 - - [2026-04-23 04:34:17] "GET /routing-instance/41fc50c3-0b84-4ed2-99cc-f5907ac6b7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.007524 10.0.0.23 - - [2026-04-23 04:34:17] "GET /route-target/39aec2e6-f0c6-468b-9648-1df430306c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004606 10.0.0.23 - - [2026-04-23 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.23 - - [2026-04-23 04:34:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004430 10.0.0.23 - - [2026-04-23 04:34:18] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003943 10.0.0.23 - - [2026-04-23 04:34:18] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006703 10.0.0.23 - - [2026-04-23 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.23 - - [2026-04-23 04:34:18] "GET /routing-instance/41fc50c3-0b84-4ed2-99cc-f5907ac6b7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004767 10.0.0.23 - - [2026-04-23 04:34:18] "GET /route-target/39aec2e6-f0c6-468b-9648-1df430306c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004356 10.0.0.23 - - [2026-04-23 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2026-04-23 04:34:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004361 10.0.0.23 - - [2026-04-23 04:34:18] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004365 10.0.0.23 - - [2026-04-23 04:34:18] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005890 10.0.0.23 - - [2026-04-23 04:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.23 - - [2026-04-23 04:34:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005243 10.0.0.23 - - [2026-04-23 04:34:18] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003235 10.0.0.23 - - [2026-04-23 04:34:18] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006985 10.0.0.23 - - [2026-04-23 04:34:18] "GET /obj-perms HTTP/1.1" 200 5032 0.080222 10.0.0.249 - - [2026-04-23 04:34:18] "GET /obj-perms HTTP/1.1" 200 5032 0.051287 10.0.0.23 - - [2026-04-23 04:34:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004089 10.0.0.23 - - [2026-04-23 04:34:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004091 10.0.0.23 - - [2026-04-23 04:34:19] "POST /neutron/port HTTP/1.1" 200 1123 0.021592 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 200 1295 0.004419 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-machine-interface/09c5c26e-8bf8-403a-825d-2c98f288a97b HTTP/1.1" 200 2954 0.006377 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 200 1295 0.004067 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-machine-interface/09c5c26e-8bf8-403a-825d-2c98f288a97b HTTP/1.1" 200 2954 0.005649 10.0.0.23 - - [2026-04-23 04:34:19] "GET /instance-ip/2ac2b080-86d5-4547-996f-375168dd9f9f HTTP/1.1" 200 1624 0.007766 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 200 1295 0.004265 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-machine-interface/09c5c26e-8bf8-403a-825d-2c98f288a97b HTTP/1.1" 200 2954 0.007182 10.0.0.23 - - [2026-04-23 04:34:19] "GET /instance-ip/2ac2b080-86d5-4547-996f-375168dd9f9f HTTP/1.1" 200 1624 0.005533 10.0.0.23 - - [2026-04-23 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2026-04-23 04:34:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004514 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003131 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006561 10.0.0.23 - - [2026-04-23 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2026-04-23 04:34:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006659 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003678 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006451 10.0.0.23 - - [2026-04-23 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2026-04-23 04:34:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004278 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003709 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006955 10.0.0.23 - - [2026-04-23 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.23 - - [2026-04-23 04:34:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004316 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003476 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007622 10.0.0.23 - - [2026-04-23 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2026-04-23 04:34:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004986 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003920 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006216 10.0.0.23 - - [2026-04-23 04:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.23 - - [2026-04-23 04:34:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004606 10.0.0.23 - - [2026-04-23 04:34:19] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003502 10.0.0.23 - - [2026-04-23 04:34:20] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006063 10.0.0.23 - - [2026-04-23 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.23 - - [2026-04-23 04:34:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005371 10.0.0.23 - - [2026-04-23 04:34:20] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003924 10.0.0.23 - - [2026-04-23 04:34:20] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006870 10.0.0.23 - - [2026-04-23 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2026-04-23 04:34:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003863 10.0.0.23 - - [2026-04-23 04:34:20] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003644 10.0.0.23 - - [2026-04-23 04:34:20] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006505 10.0.0.23 - - [2026-04-23 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.23 - - [2026-04-23 04:34:20] "GET /routing-instance/41fc50c3-0b84-4ed2-99cc-f5907ac6b7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005609 10.0.0.23 - - [2026-04-23 04:34:20] "GET /route-target/39aec2e6-f0c6-468b-9648-1df430306c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004634 10.0.0.23 - - [2026-04-23 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2026-04-23 04:34:20] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004522 10.0.0.23 - - [2026-04-23 04:34:20] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003382 10.0.0.23 - - [2026-04-23 04:34:20] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005943 10.0.0.23 - - [2026-04-23 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2026-04-23 04:34:20] "GET /routing-instance/41fc50c3-0b84-4ed2-99cc-f5907ac6b7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004686 10.0.0.23 - - [2026-04-23 04:34:20] "GET /route-target/39aec2e6-f0c6-468b-9648-1df430306c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004058 10.0.0.23 - - [2026-04-23 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.23 - - [2026-04-23 04:34:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004582 10.0.0.23 - - [2026-04-23 04:34:21] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003813 10.0.0.23 - - [2026-04-23 04:34:21] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006705 10.0.0.23 - - [2026-04-23 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.23 - - [2026-04-23 04:34:21] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004411 10.0.0.23 - - [2026-04-23 04:34:21] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003222 10.0.0.23 - - [2026-04-23 04:34:21] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007625 10.0.0.249 - - [2026-04-23 04:34:21] "GET /obj-perms HTTP/1.1" 200 5032 0.003968 10.0.0.23 - - [2026-04-23 04:34:21] "GET /obj-perms HTTP/1.1" 200 5032 0.005389 10.0.0.23 - - [2026-04-23 04:34:21] "GET /obj-perms HTTP/1.1" 200 5032 0.004721 10.0.0.130 - - [2026-04-23 04:34:21] "GET /obj-perms HTTP/1.1" 200 5032 0.060922 10.0.0.23 - - [2026-04-23 04:34:26] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 200 1295 0.005185 10.0.0.23 - - [2026-04-23 04:34:27] "POST /neutron/port HTTP/1.1" 200 1113 0.015872 10.0.0.23 - - [2026-04-23 04:34:28] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 404 171 0.003949 10.0.0.23 - - [2026-04-23 04:34:28] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 404 171 0.003324 10.0.0.23 - - [2026-04-23 04:34:28] "GET /virtual-machine/f34220f8-a206-41cd-8a10-d3d07dbf68c9 HTTP/1.1" 404 171 0.003204 10.0.0.23 - - [2026-04-23 04:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2026-04-23 04:34:29] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004185 10.0.0.23 - - [2026-04-23 04:34:29] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003557 10.0.0.23 - - [2026-04-23 04:34:29] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006552 10.0.0.23 - - [2026-04-23 04:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-04-23 04:34:29] "GET /routing-instance/41fc50c3-0b84-4ed2-99cc-f5907ac6b7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004913 10.0.0.23 - - [2026-04-23 04:34:29] "GET /route-target/39aec2e6-f0c6-468b-9648-1df430306c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004396 10.0.0.23 - - [2026-04-23 04:34:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004176 10.0.0.130 - - [2026-04-23 04:34:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004781 10.0.0.23 - - [2026-04-23 04:34:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004363 10.0.0.130 - - [2026-04-23 04:34:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004148 10.0.0.23 - - [2026-04-23 04:34:47] "GET /obj-perms HTTP/1.1" 200 5032 0.006600 10.0.0.130 - - [2026-04-23 04:34:47] "GET /obj-perms HTTP/1.1" 200 5032 0.003675 10.0.0.23 - - [2026-04-23 04:34:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004363 10.0.0.249 - - [2026-04-23 04:34:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004789 10.0.0.23 - - [2026-04-23 04:34:51] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 200 1296 0.004179 10.0.0.23 - - [2026-04-23 04:34:51] "POST /neutron/port HTTP/1.1" 200 1113 0.016437 10.0.0.23 - - [2026-04-23 04:34:53] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 404 171 0.003865 10.0.0.23 - - [2026-04-23 04:34:53] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 404 171 0.003293 10.0.0.23 - - [2026-04-23 04:34:53] "GET /virtual-machine/fb166ebc-6734-4daf-8d1c-671ab61dd3dd HTTP/1.1" 404 171 0.003383 10.0.0.23 - - [2026-04-23 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.23 - - [2026-04-23 04:34:53] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006032 10.0.0.23 - - [2026-04-23 04:34:53] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004340 10.0.0.23 - - [2026-04-23 04:34:53] "GET /virtual-network/9826f51b-b3cf-4972-92cd-337d850ad81e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006303 10.0.0.23 - - [2026-04-23 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.23 - - [2026-04-23 04:34:53] "GET /routing-instance/41fc50c3-0b84-4ed2-99cc-f5907ac6b7ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005892 10.0.0.23 - - [2026-04-23 04:34:53] "GET /route-target/39aec2e6-f0c6-468b-9648-1df430306c51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004392 10.0.0.23 - - [2026-04-23 04:34:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004579 10.0.0.23 - - [2026-04-23 04:34:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004701 10.0.0.130 - - [2026-04-23 04:34:59] "GET /obj-perms HTTP/1.1" 200 5032 0.004113 10.0.0.249 - - [2026-04-23 04:35:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004761 10.0.0.249 - - [2026-04-23 04:35:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.23 - - [2026-04-23 04:35:00] "POST /neutron/network HTTP/1.1" 200 151 0.146705 10.0.0.23 - - [2026-04-23 04:35:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.003827 10.0.0.23 - - [2026-04-23 04:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.249 - - [2026-04-23 04:35:02] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.23 - - [2026-04-23 04:35:02] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047935 10.0.0.23 - - [2026-04-23 04:35:03] "POST /network-policys HTTP/1.1" 200 524 0.032853 10.0.0.23 - - [2026-04-23 04:35:03] "GET /network-policy/ba4e1312-e6d3-4729-8c50-5cd870272c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007376 10.0.0.23 - - [2026-04-23 04:35:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.003902 10.0.0.23 - - [2026-04-23 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.249 - - [2026-04-23 04:35:03] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001790 10.0.0.23 - - [2026-04-23 04:35:03] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046123 10.0.0.23 - - [2026-04-23 04:35:03] "POST /network-policys HTTP/1.1" 200 524 0.035662 10.0.0.23 - - [2026-04-23 04:35:03] "GET /network-policy/9bd52946-7b27-4483-9c8c-7fd276e0876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007195 10.0.0.23 - - [2026-04-23 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.249 - - [2026-04-23 04:35:03] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.23 - - [2026-04-23 04:35:03] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.063840 10.0.0.23 - - [2026-04-23 04:35:03] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004670 10.0.0.23 - - [2026-04-23 04:35:03] "POST /virtual-networks HTTP/1.1" 200 548 0.094423 10.0.0.130 - - [2026-04-23 04:35:03] "POST /route-targets HTTP/1.1" 200 328 0.016314 10.0.0.23 - - [2026-04-23 04:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.23 - - [2026-04-23 04:35:03] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004368 10.0.0.249 - - [2026-04-23 04:35:03] "POST /useragent-kv HTTP/1.1" 200 115 0.011839 10.0.0.23 - - [2026-04-23 04:35:03] "POST /ref-update HTTP/1.1" 200 156 0.091766 10.0.0.23 - - [2026-04-23 04:35:04] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006477 10.0.0.23 - - [2026-04-23 04:35:04] "POST /neutron/network HTTP/1.1" 200 809 0.008568 10.0.0.23 - - [2026-04-23 04:35:04] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005785 10.0.0.23 - - [2026-04-23 04:35:04] "GET /obj-perms HTTP/1.1" 200 5032 0.003581 10.0.0.23 - - [2026-04-23 04:35:04] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.007252 10.0.0.23 - - [2026-04-23 04:35:04] "PUT /virtual-network/db6280af-7c97-480d-a176-3a827891ee19 HTTP/1.1" 200 265 0.050370 10.0.0.23 - - [2026-04-23 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2026-04-23 04:35:04] "GET /network-policy/ba4e1312-e6d3-4729-8c50-5cd870272c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004947 10.0.0.23 - - [2026-04-23 04:35:04] "POST /ref-update HTTP/1.1" 200 156 0.069464 10.0.0.23 - - [2026-04-23 04:35:04] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006414 10.0.0.130 - - [2026-04-23 04:35:04] "POST /access-control-lists HTTP/1.1" 200 594 0.091643 10.0.0.23 - - [2026-04-23 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.23 - - [2026-04-23 04:35:04] "GET /network-policy/ba4e1312-e6d3-4729-8c50-5cd870272c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004791 10.0.0.23 - - [2026-04-23 04:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.249 - - [2026-04-23 04:35:04] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.23 - - [2026-04-23 04:35:05] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050549 10.0.0.23 - - [2026-04-23 04:35:05] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003827 10.0.0.23 - - [2026-04-23 04:35:05] "POST /virtual-networks HTTP/1.1" 200 548 0.083618 10.0.0.23 - - [2026-04-23 04:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.23 - - [2026-04-23 04:35:05] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004973 10.0.0.249 - - [2026-04-23 04:35:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005913 10.0.0.23 - - [2026-04-23 04:35:05] "POST /ref-update HTTP/1.1" 200 156 0.073979 10.0.0.23 - - [2026-04-23 04:35:05] "POST /neutron/network HTTP/1.1" 200 809 0.008340 10.0.0.23 - - [2026-04-23 04:35:05] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006951 10.0.0.23 - - [2026-04-23 04:35:05] "POST /neutron/subnet HTTP/1.1" 200 672 0.012609 10.0.0.23 - - [2026-04-23 04:35:05] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006358 10.0.0.249 - - [2026-04-23 04:35:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003944 10.0.0.23 - - [2026-04-23 04:35:06] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005886 10.0.0.23 - - [2026-04-23 04:35:06] "PUT /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8 HTTP/1.1" 200 265 0.049235 10.0.0.23 - - [2026-04-23 04:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2026-04-23 04:35:06] "GET /network-policy/9bd52946-7b27-4483-9c8c-7fd276e0876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004016 10.0.0.130 - - [2026-04-23 04:35:06] "POST /fqname-to-id HTTP/1.1" 404 237 0.006549 10.0.0.23 - - [2026-04-23 04:35:06] "POST /ref-update HTTP/1.1" 200 156 0.046985 10.0.0.23 - - [2026-04-23 04:35:06] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005879 10.0.0.23 - - [2026-04-23 04:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006088 10.0.0.23 - - [2026-04-23 04:35:06] "GET /network-policy/9bd52946-7b27-4483-9c8c-7fd276e0876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004347 10.0.0.23 - - [2026-04-23 04:35:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001524 10.0.0.23 - - [2026-04-23 04:35:06] "POST /neutron/network HTTP/1.1" 200 896 0.007899 10.0.0.249 - - [2026-04-23 04:35:07] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001597 10.0.0.23 - - [2026-04-23 04:35:07] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.078846 10.0.0.23 - - [2026-04-23 04:35:07] "POST /neutron/port HTTP/1.1" 200 117 0.006727 10.0.0.23 - - [2026-04-23 04:35:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001331 10.0.0.23 - - [2026-04-23 04:35:08] "POST /neutron/network HTTP/1.1" 200 896 0.007063 10.0.0.23 - - [2026-04-23 04:35:08] "POST /neutron/port HTTP/1.1" 200 1061 0.051160 10.0.0.23 - - [2026-04-23 04:35:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.249 - - [2026-04-23 04:35:08] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001690 10.0.0.23 - - [2026-04-23 04:35:09] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.084541 10.0.0.23 - - [2026-04-23 04:35:09] "POST /neutron/network HTTP/1.1" 200 886 0.007530 10.0.0.23 - - [2026-04-23 04:35:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010012 10.0.0.23 - - [2026-04-23 04:35:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008309 10.0.0.23 - - [2026-04-23 04:35:09] "POST /neutron/port HTTP/1.1" 200 1061 0.026247 10.0.0.23 - - [2026-04-23 04:35:10] "POST /neutron/port HTTP/1.1" 200 1125 0.023613 10.0.0.23 - - [2026-04-23 04:35:10] "POST /neutron/port HTTP/1.1" 200 117 0.001828 10.0.0.23 - - [2026-04-23 04:35:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008548 10.0.0.23 - - [2026-04-23 04:35:14] "POST /neutron/port HTTP/1.1" 200 1125 0.022313 10.0.0.23 - - [2026-04-23 04:35:14] "GET /virtual-machine/471b6902-3e94-402e-8b63-c09e64fa292d HTTP/1.1" 200 1295 0.007236 10.0.0.23 - - [2026-04-23 04:35:14] "GET /virtual-machine-interface/aae62602-8482-4337-bad6-0aa5dc52a919 HTTP/1.1" 200 2957 0.005659 10.0.0.23 - - [2026-04-23 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.23 - - [2026-04-23 04:35:14] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006056 10.0.0.23 - - [2026-04-23 04:35:14] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003358 10.0.0.23 - - [2026-04-23 04:35:14] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006166 10.0.0.23 - - [2026-04-23 04:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.23 - - [2026-04-23 04:35:17] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005728 10.0.0.23 - - [2026-04-23 04:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.23 - - [2026-04-23 04:35:22] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006799 10.0.0.23 - - [2026-04-23 04:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2026-04-23 04:35:26] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005798 10.0.0.23 - - [2026-04-23 04:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.23 - - [2026-04-23 04:35:30] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006185 10.0.0.23 - - [2026-04-23 04:35:33] "POST /neutron/port HTTP/1.1" 200 1217 0.020021 10.0.0.23 - - [2026-04-23 04:35:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003805 10.0.0.23 - - [2026-04-23 04:35:33] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.23 - - [2026-04-23 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.23 - - [2026-04-23 04:35:34] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007071 10.0.0.23 - - [2026-04-23 04:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.23 - - [2026-04-23 04:35:38] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006193 10.0.0.23 - - [2026-04-23 04:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.042348 10.0.0.23 - - [2026-04-23 04:35:42] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007947 10.0.0.23 - - [2026-04-23 04:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.23 - - [2026-04-23 04:35:46] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006778 10.0.0.23 - - [2026-04-23 04:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2026-04-23 04:35:50] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005761 10.0.0.23 - - [2026-04-23 04:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2026-04-23 04:35:54] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005962 10.0.0.23 - - [2026-04-23 04:35:56] "POST /neutron/port HTTP/1.1" 200 1217 0.019974 10.0.0.23 - - [2026-04-23 04:35:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004213 10.0.0.23 - - [2026-04-23 04:35:56] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.23 - - [2026-04-23 04:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.23 - - [2026-04-23 04:35:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004848 10.0.0.23 - - [2026-04-23 04:35:56] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003548 10.0.0.23 - - [2026-04-23 04:35:56] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006572 10.0.0.23 - - [2026-04-23 04:35:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.036524 10.0.0.23 - - [2026-04-23 04:36:07] "POST /neutron/port HTTP/1.1" 200 1125 0.019583 10.0.0.23 - - [2026-04-23 04:36:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008718 10.0.0.23 - - [2026-04-23 04:36:17] "POST /neutron/port HTTP/1.1" 200 1125 0.020457 10.0.0.23 - - [2026-04-23 04:36:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008725 10.0.0.23 - - [2026-04-23 04:36:18] "GET /virtual-machine/9ed70c53-c27e-4155-95e8-16e5f4c1aeab HTTP/1.1" 200 1296 0.034524 10.0.0.23 - - [2026-04-23 04:36:18] "GET /virtual-machine-interface/753034ee-36e9-41f9-be0c-f14c31455e20 HTTP/1.1" 200 2956 0.005568 10.0.0.23 - - [2026-04-23 04:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.23 - - [2026-04-23 04:36:18] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003893 10.0.0.23 - - [2026-04-23 04:36:18] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002864 10.0.0.23 - - [2026-04-23 04:36:18] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006850 10.0.0.23 - - [2026-04-23 04:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.23 - - [2026-04-23 04:36:19] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003700 10.0.0.23 - - [2026-04-23 04:36:19] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003902 10.0.0.23 - - [2026-04-23 04:36:19] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006461 10.0.0.23 - - [2026-04-23 04:36:19] "POST /neutron/port HTTP/1.1" 200 1125 0.021173 10.0.0.23 - - [2026-04-23 04:36:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008884 10.0.0.23 - - [2026-04-23 04:36:29] "POST /neutron/port HTTP/1.1" 200 1125 0.021271 10.0.0.23 - - [2026-04-23 04:36:34] "POST /neutron/port HTTP/1.1" 200 1106 0.044791 10.0.0.23 - - [2026-04-23 04:36:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.011662 10.0.0.23 - - [2026-04-23 04:36:35] "POST /neutron/port HTTP/1.1" 200 1125 0.024753 10.0.0.130 - - [2026-04-23 04:36:47] "GET /obj-perms HTTP/1.1" 200 5056 0.056797 10.0.0.249 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.249 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.130 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.23 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.130 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.130 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.130 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.249 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.249 - - [2026-04-23 04:36:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2026-04-23 04:36:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-04-23 04:36:58] "POST /neutron/port HTTP/1.1" 200 1106 0.024655 10.0.0.23 - - [2026-04-23 04:36:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.23 - - [2026-04-23 04:36:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.009780 10.0.0.23 - - [2026-04-23 04:37:35] "POST /neutron/port HTTP/1.1" 200 1125 0.023921 10.0.0.23 - - [2026-04-23 04:37:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004563 10.0.0.23 - - [2026-04-23 04:37:35] "POST /neutron/network HTTP/1.1" 200 886 0.007076 10.0.0.23 - - [2026-04-23 04:37:48] "GET /obj-perms HTTP/1.1" 200 5056 0.055936 10.0.0.130 - - [2026-04-23 04:37:48] "GET /virtual-router/3306b466-c043-450a-8e0c-9a5325b84cd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.030320 10.0.0.23 - - [2026-04-23 04:38:00] "POST /neutron/network HTTP/1.1" 200 896 0.008287 10.0.0.23 - - [2026-04-23 04:38:00] "POST /neutron/port HTTP/1.1" 200 117 0.001358 ++ 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 23 04:38:34 AM UTC 2026 ===================' INFO: =================== Thu Apr 23 04:38:34 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 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ 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.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.130:8081 10.0.0.249:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.130:8081 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.130:9042 10.0.0.249:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.130:8086 10.0.0.249:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.130:8086 10.0.0.249: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.23,10.0.0.130,10.0.0.249 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.130:8082 10.0.0.249:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.130:8082 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.130:9161 10.0.0.249:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.130:9161 10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.130:9041 10.0.0.249: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.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.130:2181,10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.130:2181,10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.130:2181 10.0.0.249:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+=10.0.0.130:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.130:5673,10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.130:5673,10.0.0.249: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.130:6379 10.0.0.249:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.130:6379 10.0.0.249: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.23,10.0.0.130,10.0.0.249 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.130 +++ local server_address=10.0.0.130 +++ extended_server_list+='10.0.0.130:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.130:9092 10.0.0.249:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.130:9092 10.0.0.249: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.23 ++ 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.23,10.0.0.130,10.0.0.249 ++ 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.23,10.0.0.130,10.0.0.249 ++ 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.23,10.0.0.130,10.0.0.249 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.130,10.0.0.249 +++ local servers=10.0.0.23,10.0.0.130,10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort +++ local local_ips=,10.0.0.249,10.20.0.129,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.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.130'\''))' +++ local server_ip=10.0.0.130 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.130 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.130, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 3 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.130:9041 10.0.0.249:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.249: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__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/23/2026 04:38:43.183 7f8b9845a380 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/23/2026 04:38:43.348 7f8b9845a380 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/23/2026 04:38:43.362 7f8b9845a380 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/23/2026 04:38:43.363 7f8b9845a380 [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.249:8082/ Hit Ctrl-C to quit. 10.0.0.249 - - [2026-04-23 04:38:43] "GET / HTTP/1.1" 503 181 0.000237 10.0.0.249 - - [2026-04-23 04:38:43] "GET / HTTP/1.1" 503 181 0.000213 [Introspect:8084]10.0.0.23 - - [2026-04-23 04:38:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3225 0.002278 10.0.0.249 - - [2026-04-23 04:38:45] "GET / HTTP/1.1" 200 45871 0.001498 10.0.0.249 - - [2026-04-23 04:38:45] "GET / HTTP/1.1" 200 45871 0.000984 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2026-04-23 04:38:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.249 - - [2026-04-23 04:38:45] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000220 10.0.0.249 - - [2026-04-23 04:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.709511 10.0.0.249 - - [2026-04-23 04:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.249 - - [2026-04-23 04:38:46] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.398207 10.0.0.249 - - [2026-04-23 04:38:46] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.004765 /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.249 - - [2026-04-23 04:38:46] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001249 10.0.0.249 - - [2026-04-23 04:38:46] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.051694 10.0.0.249 - - [2026-04-23 04:38:46] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001003 10.0.0.249 - - [2026-04-23 04:38:46] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?fields=security_groups HTTP/1.1" 200 1089 0.045386 10.0.0.249 - - [2026-04-23 04:38:46] "GET /projects?obj_uuids=9377e60c-547d-42c9-b3de-41743fdbea57&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001406 10.0.0.249 - - [2026-04-23 04:38:46] "GET /project/9377e60c-547d-42c9-b3de-41743fdbea57?fields=application_policy_sets HTTP/1.1" 200 1382 0.044838 10.0.0.249 - - [2026-04-23 04:38:46] "DELETE /project/9377e60c-547d-42c9-b3de-41743fdbea57 HTTP/1.1" 409 278 0.241367 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.249 - - [2026-04-23 04:38:49] "GET /obj-perms HTTP/1.1" 200 5056 0.371088 [Introspect:8084]10.0.0.23 - - [2026-04-23 04:38:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3162 0.001630 [Introspect:8084]10.0.0.23 - - [2026-04-23 04:38:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3162 0.001012 10.0.0.23 - - [2026-04-23 04:38:51] "GET /obj-perms HTTP/1.1" 200 5032 0.072402 10.0.0.23 - - [2026-04-23 04:38:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004210 10.0.0.23 - - [2026-04-23 04:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.034374 10.0.0.249 - - [2026-04-23 04:38:51] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000888 10.0.0.23 - - [2026-04-23 04:38:51] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049874 10.0.0.23 - - [2026-04-23 04:38:51] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003643 10.0.0.23 - - [2026-04-23 04:38:51] "POST /virtual-networks HTTP/1.1" 200 548 0.078531 10.0.0.23 - - [2026-04-23 04:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-04-23 04:38:51] "GET /network-ipam/324947e5-0190-4ad1-b75e-6e727f40295e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004646 10.0.0.249 - - [2026-04-23 04:38:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005836 10.0.0.23 - - [2026-04-23 04:38:51] "POST /ref-update HTTP/1.1" 200 156 0.084991 10.0.0.23 - - [2026-04-23 04:38:51] "POST /neutron/network HTTP/1.1" 200 809 0.039256 10.0.0.23 - - [2026-04-23 04:38:52] "GET /virtual-network/ccc387fb-35ab-4fc5-ab52-d71c9b5e3ed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005619 10.0.0.23 - - [2026-04-23 04:38:52] "POST /neutron/subnet HTTP/1.1" 200 672 0.010560 10.0.0.130 - - [2026-04-23 04:38:52] "POST /route-targets HTTP/1.1" 200 328 0.041437 10.0.0.23 - - [2026-04-23 04:38:52] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007105 10.0.0.23 - - [2026-04-23 04:38:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003841 10.0.0.23 - - [2026-04-23 04:38:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001225 10.0.0.23 - - [2026-04-23 04:38:52] "POST /neutron/network HTTP/1.1" 200 896 0.006503 10.0.0.249 - - [2026-04-23 04:38:53] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001404 10.0.0.23 - - [2026-04-23 04:38:53] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.071697 10.0.0.23 - - [2026-04-23 04:38:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.019933 10.0.0.23 - - [2026-04-23 04:38:54] "POST /neutron/network HTTP/1.1" 200 896 0.007050 10.0.0.23 - - [2026-04-23 04:38:54] "POST /neutron/port HTTP/1.1" 200 1061 0.052732 10.0.0.23 - - [2026-04-23 04:38:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004465 10.0.0.23 - - [2026-04-23 04:38:55] "POST /neutron/network HTTP/1.1" 200 886 0.020876 10.0.0.23 - - [2026-04-23 04:38:59] "POST /neutron/port HTTP/1.1" 200 1125 0.022784 10.0.0.23 - - [2026-04-23 04:38:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008650 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 200 1295 0.043585 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 200 1295 0.003816 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-machine-interface/b4afdac3-8500-41c1-9592-f9fa44fb7e77 HTTP/1.1" 200 2957 0.005791 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 200 1295 0.004692 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-machine-interface/b4afdac3-8500-41c1-9592-f9fa44fb7e77 HTTP/1.1" 200 2957 0.005095 10.0.0.23 - - [2026-04-23 04:38:59] "GET /instance-ip/ae9a575c-6d2a-450a-8017-e6864310e303 HTTP/1.1" 200 1626 0.006922 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 200 1295 0.003879 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-machine-interface/b4afdac3-8500-41c1-9592-f9fa44fb7e77 HTTP/1.1" 200 2957 0.005620 10.0.0.23 - - [2026-04-23 04:38:59] "GET /instance-ip/ae9a575c-6d2a-450a-8017-e6864310e303 HTTP/1.1" 200 1626 0.004304 10.0.0.23 - - [2026-04-23 04:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.23 - - [2026-04-23 04:38:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004563 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004015 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006308 10.0.0.23 - - [2026-04-23 04:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.23 - - [2026-04-23 04:38:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004440 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003073 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006053 10.0.0.23 - - [2026-04-23 04:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.23 - - [2026-04-23 04:38:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004598 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003751 10.0.0.23 - - [2026-04-23 04:38:59] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.009412 10.0.0.23 - - [2026-04-23 04:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2026-04-23 04:39:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005155 10.0.0.23 - - [2026-04-23 04:39:00] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003813 10.0.0.23 - - [2026-04-23 04:39:00] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006062 10.0.0.23 - - [2026-04-23 04:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2026-04-23 04:39:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004841 10.0.0.23 - - [2026-04-23 04:39:00] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003514 10.0.0.23 - - [2026-04-23 04:39:00] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006818 10.0.0.23 - - [2026-04-23 04:39:01] "POST /neutron/port HTTP/1.1" 200 1217 0.022269 10.0.0.23 - - [2026-04-23 04:39:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.23 - - [2026-04-23 04:39:01] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.23 - - [2026-04-23 04:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.23 - - [2026-04-23 04:39:03] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005371 10.0.0.23 - - [2026-04-23 04:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.23 - - [2026-04-23 04:39:07] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006142 10.0.0.23 - - [2026-04-23 04:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2026-04-23 04:39:11] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006844 10.0.0.23 - - [2026-04-23 04:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2026-04-23 04:39:15] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006822 10.0.0.23 - - [2026-04-23 04:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.23 - - [2026-04-23 04:39:19] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006474 10.0.0.23 - - [2026-04-23 04:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.23 - - [2026-04-23 04:39:23] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005619 10.0.0.23 - - [2026-04-23 04:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.23 - - [2026-04-23 04:39:27] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005810 10.0.0.23 - - [2026-04-23 04:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.23 - - [2026-04-23 04:39:32] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006126 10.0.0.23 - - [2026-04-23 04:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.23 - - [2026-04-23 04:39:36] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007484 10.0.0.23 - - [2026-04-23 04:39:39] "POST /neutron/port HTTP/1.1" 200 1106 0.048902 10.0.0.23 - - [2026-04-23 04:39:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004175 10.0.0.23 - - [2026-04-23 04:39:39] "POST /neutron/network HTTP/1.1" 200 926 0.008008 10.0.0.23 - - [2026-04-23 04:39:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-04-23 04:39:40] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006963 10.0.0.23 - - [2026-04-23 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2026-04-23 04:39:42] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004403 10.0.0.23 - - [2026-04-23 04:39:42] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003790 10.0.0.23 - - [2026-04-23 04:39:42] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007402 10.0.0.23 - - [2026-04-23 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2026-04-23 04:39:42] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004812 10.0.0.23 - - [2026-04-23 04:39:42] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003086 10.0.0.23 - - [2026-04-23 04:39:42] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005659 10.0.0.23 - - [2026-04-23 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2026-04-23 04:39:42] "GET /routing-instance/c4cc8c8d-d86e-49be-9dbe-ecd581c3b511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005542 10.0.0.23 - - [2026-04-23 04:39:42] "GET /route-target/59f842cc-42e4-4121-b642-6a215303fe5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004896 10.0.0.23 - - [2026-04-23 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.23 - - [2026-04-23 04:39:42] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004581 10.0.0.23 - - [2026-04-23 04:39:42] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002827 10.0.0.23 - - [2026-04-23 04:39:42] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005719 10.0.0.23 - - [2026-04-23 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.23 - - [2026-04-23 04:39:42] "GET /routing-instance/c4cc8c8d-d86e-49be-9dbe-ecd581c3b511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005295 10.0.0.23 - - [2026-04-23 04:39:42] "GET /route-target/59f842cc-42e4-4121-b642-6a215303fe5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004276 10.0.0.23 - - [2026-04-23 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2026-04-23 04:39:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004010 10.0.0.23 - - [2026-04-23 04:39:43] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003058 10.0.0.23 - - [2026-04-23 04:39:43] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006700 10.0.0.23 - - [2026-04-23 04:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2026-04-23 04:39:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004384 10.0.0.23 - - [2026-04-23 04:39:43] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003162 10.0.0.23 - - [2026-04-23 04:39:43] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006305 10.0.0.23 - - [2026-04-23 04:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2026-04-23 04:39:43] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004704 10.0.0.23 - - [2026-04-23 04:39:43] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003277 10.0.0.23 - - [2026-04-23 04:39:43] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006061 10.0.0.249 - - [2026-04-23 04:39:43] "GET /obj-perms HTTP/1.1" 200 5032 0.062865 10.0.0.23 - - [2026-04-23 04:39:43] "GET /obj-perms HTTP/1.1" 200 5032 0.006704 10.0.0.23 - - [2026-04-23 04:39:43] "GET /obj-perms HTTP/1.1" 200 5032 0.003567 10.0.0.23 - - [2026-04-23 04:39:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004150 10.0.0.130 - - [2026-04-23 04:39:43] "GET /obj-perms HTTP/1.1" 200 5032 0.062609 10.0.0.23 - - [2026-04-23 04:39:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001093 10.0.0.23 - - [2026-04-23 04:39:44] "POST /neutron/network HTTP/1.1" 200 896 0.007817 10.0.0.249 - - [2026-04-23 04:39:44] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001612 10.0.0.23 - - [2026-04-23 04:39:44] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.106404 10.0.0.23 - - [2026-04-23 04:39:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008688 10.0.0.23 - - [2026-04-23 04:39:45] "POST /neutron/network HTTP/1.1" 200 896 0.006876 10.0.0.23 - - [2026-04-23 04:39:45] "POST /neutron/port HTTP/1.1" 200 1061 0.023022 10.0.0.23 - - [2026-04-23 04:39:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004087 10.0.0.23 - - [2026-04-23 04:39:46] "POST /neutron/network HTTP/1.1" 200 886 0.007439 10.0.0.249 - - [2026-04-23 04:39:50] "GET /obj-perms HTTP/1.1" 200 5056 0.047252 10.0.0.23 - - [2026-04-23 04:39:52] "POST /neutron/port HTTP/1.1" 200 1125 0.046449 10.0.0.23 - - [2026-04-23 04:39:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009474 10.0.0.23 - - [2026-04-23 04:40:00] "POST /neutron/port HTTP/1.1" 200 1125 0.028499 10.0.0.23 - - [2026-04-23 04:40:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011419 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 200 1296 0.007651 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 200 1296 0.005200 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-machine-interface/17ad1e84-6a2b-4714-8611-bac2b3957396 HTTP/1.1" 200 2955 0.006105 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 200 1296 0.005300 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-machine-interface/17ad1e84-6a2b-4714-8611-bac2b3957396 HTTP/1.1" 200 2955 0.008414 10.0.0.23 - - [2026-04-23 04:40:00] "GET /instance-ip/a0806021-ac45-4c44-9a7c-52c4b7c34fcd HTTP/1.1" 200 1627 0.008488 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 200 1296 0.004724 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-machine-interface/17ad1e84-6a2b-4714-8611-bac2b3957396 HTTP/1.1" 200 2955 0.006100 10.0.0.23 - - [2026-04-23 04:40:00] "GET /instance-ip/a0806021-ac45-4c44-9a7c-52c4b7c34fcd HTTP/1.1" 200 1627 0.004742 10.0.0.23 - - [2026-04-23 04:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005487 10.0.0.23 - - [2026-04-23 04:40:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004161 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004660 10.0.0.23 - - [2026-04-23 04:40:00] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007558 10.0.0.23 - - [2026-04-23 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2026-04-23 04:40:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004638 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004268 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006027 10.0.0.23 - - [2026-04-23 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2026-04-23 04:40:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004998 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004007 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007214 10.0.0.23 - - [2026-04-23 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006634 10.0.0.23 - - [2026-04-23 04:40:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004152 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004346 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008909 10.0.0.23 - - [2026-04-23 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-04-23 04:40:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004391 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004959 10.0.0.23 - - [2026-04-23 04:40:01] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005960 10.0.0.23 - - [2026-04-23 04:40:02] "POST /neutron/port HTTP/1.1" 200 1106 0.022331 10.0.0.23 - - [2026-04-23 04:40:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005335 10.0.0.23 - - [2026-04-23 04:40:02] "POST /neutron/network HTTP/1.1" 200 926 0.007635 10.0.0.23 - - [2026-04-23 04:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.23 - - [2026-04-23 04:40:04] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006084 10.0.0.23 - - [2026-04-23 04:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.23 - - [2026-04-23 04:40:08] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005829 10.0.0.23 - - [2026-04-23 04:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2026-04-23 04:40:12] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006191 10.0.0.23 - - [2026-04-23 04:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2026-04-23 04:40:16] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006278 10.0.0.23 - - [2026-04-23 04:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.23 - - [2026-04-23 04:40:21] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005885 10.0.0.23 - - [2026-04-23 04:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.23 - - [2026-04-23 04:40:25] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005659 10.0.0.23 - - [2026-04-23 04:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-04-23 04:40:29] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005872 10.0.0.23 - - [2026-04-23 04:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2026-04-23 04:40:33] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006052 10.0.0.23 - - [2026-04-23 04:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.23 - - [2026-04-23 04:40:37] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005390 10.0.0.23 - - [2026-04-23 04:40:40] "POST /neutron/network HTTP/1.1" 200 896 0.064110 10.0.0.23 - - [2026-04-23 04:40:40] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.23 - - [2026-04-23 04:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005313 10.0.0.23 - - [2026-04-23 04:40:41] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008995 10.0.0.23 - - [2026-04-23 04:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2026-04-23 04:40:45] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006469 10.0.0.23 - - [2026-04-23 04:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.23 - - [2026-04-23 04:40:49] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005672 10.0.0.23 - - [2026-04-23 04:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.23 - - [2026-04-23 04:40:51] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004251 10.0.0.23 - - [2026-04-23 04:40:51] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003687 10.0.0.23 - - [2026-04-23 04:40:51] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008042 10.0.0.23 - - [2026-04-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.23 - - [2026-04-23 04:40:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004278 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003896 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006784 10.0.0.23 - - [2026-04-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.23 - - [2026-04-23 04:40:52] "GET /routing-instance/f796fd6c-b011-4b9a-bc1f-c76abcb9ee59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005937 10.0.0.23 - - [2026-04-23 04:40:52] "GET /route-target/97bbc6e3-3a3e-40d1-b1d8-1ff4e71d00d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005743 10.0.0.23 - - [2026-04-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.23 - - [2026-04-23 04:40:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003765 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003599 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005962 10.0.0.23 - - [2026-04-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.23 - - [2026-04-23 04:40:52] "GET /routing-instance/f796fd6c-b011-4b9a-bc1f-c76abcb9ee59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004927 10.0.0.23 - - [2026-04-23 04:40:52] "GET /route-target/97bbc6e3-3a3e-40d1-b1d8-1ff4e71d00d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003959 10.0.0.23 - - [2026-04-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.23 - - [2026-04-23 04:40:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005617 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003836 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005996 10.0.0.23 - - [2026-04-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.23 - - [2026-04-23 04:40:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004569 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003405 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007116 10.0.0.23 - - [2026-04-23 04:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.23 - - [2026-04-23 04:40:52] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004727 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003783 10.0.0.23 - - [2026-04-23 04:40:52] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006373 10.0.0.23 - - [2026-04-23 04:40:52] "GET /obj-perms HTTP/1.1" 200 5032 0.005163 10.0.0.249 - - [2026-04-23 04:40:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004446 10.0.0.23 - - [2026-04-23 04:40:52] "GET /obj-perms HTTP/1.1" 200 5032 0.003690 10.0.0.130 - - [2026-04-23 04:40:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004231 10.0.0.23 - - [2026-04-23 04:40:53] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 200 1295 0.004544 10.0.0.23 - - [2026-04-23 04:40:53] "GET /virtual-machine-interface/b4afdac3-8500-41c1-9592-f9fa44fb7e77 HTTP/1.1" 200 2957 0.005715 10.0.0.23 - - [2026-04-23 04:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.23 - - [2026-04-23 04:40:53] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006939 10.0.0.23 - - [2026-04-23 04:40:53] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003472 10.0.0.23 - - [2026-04-23 04:40:53] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006634 10.0.0.23 - - [2026-04-23 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2026-04-23 04:40:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005959 10.0.0.23 - - [2026-04-23 04:40:54] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004022 10.0.0.23 - - [2026-04-23 04:40:54] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006302 10.0.0.23 - - [2026-04-23 04:40:54] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 200 1296 0.004226 10.0.0.23 - - [2026-04-23 04:40:54] "GET /virtual-machine-interface/17ad1e84-6a2b-4714-8611-bac2b3957396 HTTP/1.1" 200 2955 0.005633 10.0.0.23 - - [2026-04-23 04:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.23 - - [2026-04-23 04:40:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004050 10.0.0.23 - - [2026-04-23 04:40:54] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003966 10.0.0.23 - - [2026-04-23 04:40:54] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006109 10.0.0.23 - - [2026-04-23 04:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2026-04-23 04:40:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005255 10.0.0.23 - - [2026-04-23 04:40:55] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004248 10.0.0.23 - - [2026-04-23 04:40:55] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008762 10.0.0.23 - - [2026-04-23 04:40:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008631 10.0.0.23 - - [2026-04-23 04:41:04] "POST /neutron/port HTTP/1.1" 200 1125 0.022432 10.0.0.23 - - [2026-04-23 04:41:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004611 10.0.0.23 - - [2026-04-23 04:41:04] "POST /neutron/network HTTP/1.1" 200 886 0.009073 10.0.0.23 - - [2026-04-23 04:41:06] "POST /neutron/port HTTP/1.1" 200 1125 0.018938 10.0.0.23 - - [2026-04-23 04:41:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007978 10.0.0.23 - - [2026-04-23 04:41:40] "POST /neutron/port HTTP/1.1" 200 1217 0.021302 10.0.0.23 - - [2026-04-23 04:41:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.23 - - [2026-04-23 04:41:40] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.23 - - [2026-04-23 04:41:52] "GET /obj-perms HTTP/1.1" 200 5056 0.064916 10.0.0.249 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.249 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.130 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.130 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.130 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000956 10.0.0.130 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.249 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.249 - - [2026-04-23 04:41:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2026-04-23 04:41:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-04-23 04:41:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-04-23 04:42:04] "POST /neutron/port HTTP/1.1" 200 1125 0.021397 10.0.0.23 - - [2026-04-23 04:42:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004265 10.0.0.23 - - [2026-04-23 04:42:04] "POST /neutron/network HTTP/1.1" 200 886 0.008918 10.0.0.23 - - [2026-04-23 04:42:08] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 200 1296 0.005403 10.0.0.23 - - [2026-04-23 04:42:09] "POST /neutron/port HTTP/1.1" 200 151 0.199698 10.0.0.23 - - [2026-04-23 04:42:10] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 404 171 0.003942 10.0.0.23 - - [2026-04-23 04:42:10] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 404 171 0.003262 10.0.0.23 - - [2026-04-23 04:42:10] "GET /virtual-machine/9b6273ab-4ec6-4d75-b1ac-0d4ae0f2e047 HTTP/1.1" 404 171 0.003634 10.0.0.23 - - [2026-04-23 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.23 - - [2026-04-23 04:42:11] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006506 10.0.0.23 - - [2026-04-23 04:42:11] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003728 10.0.0.23 - - [2026-04-23 04:42:11] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007183 10.0.0.23 - - [2026-04-23 04:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.23 - - [2026-04-23 04:42:11] "GET /routing-instance/f796fd6c-b011-4b9a-bc1f-c76abcb9ee59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005237 10.0.0.23 - - [2026-04-23 04:42:11] "GET /route-target/97bbc6e3-3a3e-40d1-b1d8-1ff4e71d00d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004154 10.0.0.130 - - [2026-04-23 04:42:11] "GET /obj-perms HTTP/1.1" 200 5032 0.004432 10.0.0.23 - - [2026-04-23 04:42:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003867 10.0.0.130 - - [2026-04-23 04:42:20] "GET /obj-perms HTTP/1.1" 200 5032 0.003918 10.0.0.23 - - [2026-04-23 04:42:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003886 10.0.0.130 - - [2026-04-23 04:42:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004427 10.0.0.23 - - [2026-04-23 04:42:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004323 10.0.0.249 - - [2026-04-23 04:42:33] "GET /obj-perms HTTP/1.1" 200 5032 0.004558 10.0.0.23 - - [2026-04-23 04:42:33] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 200 1295 0.005445 10.0.0.23 - - [2026-04-23 04:42:33] "POST /neutron/port HTTP/1.1" 200 151 0.196939 10.0.0.23 - - [2026-04-23 04:42:35] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 404 171 0.005706 10.0.0.23 - - [2026-04-23 04:42:35] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 404 171 0.003618 10.0.0.23 - - [2026-04-23 04:42:35] "GET /virtual-machine/4c479e9d-3221-441e-b298-cfe7f19d1306 HTTP/1.1" 404 171 0.003340 10.0.0.23 - - [2026-04-23 04:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2026-04-23 04:42:35] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004644 10.0.0.23 - - [2026-04-23 04:42:35] "GET /virtual-networks?parent_id=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003640 10.0.0.23 - - [2026-04-23 04:42:35] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007175 10.0.0.23 - - [2026-04-23 04:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.23 - - [2026-04-23 04:42:35] "GET /routing-instance/c4cc8c8d-d86e-49be-9dbe-ecd581c3b511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004890 10.0.0.23 - - [2026-04-23 04:42:35] "GET /route-target/59f842cc-42e4-4121-b642-6a215303fe5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004390 10.0.0.23 - - [2026-04-23 04:42:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003927 10.0.0.23 - - [2026-04-23 04:42:41] "POST /neutron/network HTTP/1.1" 200 936 0.008494 10.0.0.23 - - [2026-04-23 04:42:41] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.23 - - [2026-04-23 04:42:41] "GET /obj-perms HTTP/1.1" 200 5032 0.003933 10.0.0.23 - - [2026-04-23 04:42:42] "GET /obj-perms HTTP/1.1" 200 5032 0.004320 10.0.0.130 - - [2026-04-23 04:42:42] "GET /obj-perms HTTP/1.1" 200 5032 0.003819 10.0.0.249 - - [2026-04-23 04:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005542 10.0.0.249 - - [2026-04-23 04:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003192 10.0.0.23 - - [2026-04-23 04:42:42] "DELETE /virtual-network/ccc387fb-35ab-4fc5-ab52-d71c9b5e3ed5 HTTP/1.1" 200 115 0.111221 10.0.0.130 - - [2026-04-23 04:42:42] "DELETE /route-target/64c6dfcd-7702-472e-a3cf-179749631f0f HTTP/1.1" 200 115 0.025372 10.0.0.23 - - [2026-04-23 04:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.23 - - [2026-04-23 04:42:42] "GET /network-policy/9bd52946-7b27-4483-9c8c-7fd276e0876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004197 10.0.0.23 - - [2026-04-23 04:42:42] "POST /ref-update HTTP/1.1" 200 156 0.056339 10.0.0.23 - - [2026-04-23 04:42:42] "GET /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.008579 10.0.0.23 - - [2026-04-23 04:42:42] "DELETE /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8 HTTP/1.1" 409 249 0.023288 10.0.0.23 - - [2026-04-23 04:42:42] "POST /neutron/port HTTP/1.1" 200 1125 0.021494 10.0.0.23 - - [2026-04-23 04:42:42] "POST /neutron/port HTTP/1.1" 200 1125 0.021124 10.0.0.249 - - [2026-04-23 04:42:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004241 10.0.0.130 - - [2026-04-23 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.249 - - [2026-04-23 04:42:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002559 10.0.0.23 - - [2026-04-23 04:42:44] "DELETE /virtual-network/f52ce1d1-7758-4f01-afba-70675c223ee8 HTTP/1.1" 200 115 0.138098 10.0.0.23 - - [2026-04-23 04:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2026-04-23 04:42:44] "GET /network-policy/ba4e1312-e6d3-4729-8c50-5cd870272c9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004190 10.0.0.23 - - [2026-04-23 04:42:44] "POST /ref-update HTTP/1.1" 200 156 0.064979 10.0.0.23 - - [2026-04-23 04:42:45] "POST /neutron/network HTTP/1.1" 200 809 0.009955 10.0.0.23 - - [2026-04-23 04:42:45] "GET /virtual-network/db6280af-7c97-480d-a176-3a827891ee19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006794 10.0.0.130 - - [2026-04-23 04:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.249 - - [2026-04-23 04:42:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003463 10.0.0.249 - - [2026-04-23 04:42:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.23 - - [2026-04-23 04:42:45] "DELETE /virtual-network/db6280af-7c97-480d-a176-3a827891ee19 HTTP/1.1" 200 115 0.132620 10.0.0.23 - - [2026-04-23 04:42:45] "DELETE /network-policy/9bd52946-7b27-4483-9c8c-7fd276e0876a HTTP/1.1" 200 115 0.062525 10.0.0.23 - - [2026-04-23 04:42:45] "DELETE /network-policy/ba4e1312-e6d3-4729-8c50-5cd870272c9a HTTP/1.1" 200 115 0.034769 10.0.0.23 - - [2026-04-23 04:43:06] "POST /neutron/network HTTP/1.1" 200 1122 0.007821 10.0.0.23 - - [2026-04-23 04:43:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013672 10.0.0.23 - - [2026-04-23 04:43:06] "POST /neutron/network HTTP/1.1" 200 1112 0.010819 10.0.0.249 - - [2026-04-23 04:43:14] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.23 - - [2026-04-23 04:43:14] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.086487 10.0.0.249 - - [2026-04-23 04:43:14] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001736 10.0.0.23 - - [2026-04-23 04:43:14] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?fields=virtual_networks HTTP/1.1" 200 1036 0.043483 10.0.0.249 - - [2026-04-23 04:43:14] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001261 10.0.0.23 - - [2026-04-23 04:43:14] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.045959 10.0.0.249 - - [2026-04-23 04:43:14] "GET /projects?obj_uuids=55c397dd-c814-4aaf-991b-134866a1672c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.23 - - [2026-04-23 04:43:14] "GET /project/55c397dd-c814-4aaf-991b-134866a1672c?fields=security_groups HTTP/1.1" 200 1264 0.041279 10.0.0.23 - - [2026-04-23 04:43:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.032520 10.0.0.249 - - [2026-04-23 04:43:15] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.249 - - [2026-04-23 04:43:15] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001085 10.0.0.249 - - [2026-04-23 04:43:15] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007428 10.0.0.249 - - [2026-04-23 04:43:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001712 10.0.0.249 - - [2026-04-23 04:43:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.005044 10.0.0.249 - - [2026-04-23 04:43:15] "POST /security-groups HTTP/1.1" 200 591 0.076735 10.0.0.249 - - [2026-04-23 04:43:15] "POST /projects HTTP/1.1" 200 585 0.298722 10.0.0.249 - - [2026-04-23 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.339625 10.0.0.130 - - [2026-04-23 04:43:15] "POST /access-control-lists HTTP/1.1" 200 598 0.032137 10.0.0.23 - - [2026-04-23 04:43:15] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.511121 10.0.0.23 - - [2026-04-23 04:43:16] "GET / HTTP/1.1" 200 36215 0.001459 10.0.0.23 - - [2026-04-23 04:43:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-04-23 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.076112 10.0.0.249 - - [2026-04-23 04:43:19] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002031 10.0.0.23 - - [2026-04-23 04:43:19] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042284 10.0.0.130 - - [2026-04-23 04:43:19] "POST /route-targets HTTP/1.1" 200 328 0.024153 10.0.0.249 - - [2026-04-23 04:43:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006316 10.0.0.23 - - [2026-04-23 04:43:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.268375 10.0.0.23 - - [2026-04-23 04:43:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001297 10.0.0.23 - - [2026-04-23 04:43:19] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007627 10.0.0.23 - - [2026-04-23 04:43:19] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007004 10.0.0.23 - - [2026-04-23 04:43:19] "POST /neutron/network HTTP/1.1" 200 822 0.007670 10.0.0.23 - - [2026-04-23 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.249 - - [2026-04-23 04:43:19] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001425 10.0.0.23 - - [2026-04-23 04:43:19] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047467 10.0.0.249 - - [2026-04-23 04:43:19] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.23 - - [2026-04-23 04:43:20] "POST /neutron/network HTTP/1.1" 200 605 0.145585 10.0.0.130 - - [2026-04-23 04:43:20] "POST /ref-update HTTP/1.1" 200 156 0.034263 10.0.0.23 - - [2026-04-23 04:43:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.003427 10.0.0.23 - - [2026-04-23 04:43:20] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006929 10.0.0.23 - - [2026-04-23 04:43:20] "POST /neutron/network HTTP/1.1" 200 825 0.007431 10.0.0.23 - - [2026-04-23 04:43:20] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007062 10.0.0.23 - - [2026-04-23 04:43:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.001257 10.0.0.23 - - [2026-04-23 04:43:20] "POST /neutron/port HTTP/1.1" 200 4186 0.036255 10.0.0.249 - - [2026-04-23 04:43:21] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.23 - - [2026-04-23 04:43:21] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080299 10.0.0.23 - - [2026-04-23 04:43:21] "POST /neutron/port HTTP/1.1" 200 4186 0.045474 10.0.0.23 - - [2026-04-23 04:43:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001243 10.0.0.23 - - [2026-04-23 04:43:22] "POST /neutron/network HTTP/1.1" 200 835 0.007418 10.0.0.23 - - [2026-04-23 04:43:22] "POST /neutron/port HTTP/1.1" 200 1058 0.017860 10.0.0.23 - - [2026-04-23 04:43:22] "POST /neutron/port HTTP/1.1" 200 1122 0.021719 10.0.0.23 - - [2026-04-23 04:43:22] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.249 - - [2026-04-23 04:43:22] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.23 - - [2026-04-23 04:43:22] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075129 10.0.0.23 - - [2026-04-23 04:43:23] "POST /neutron/port HTTP/1.1" 200 5155 0.050536 10.0.0.23 - - [2026-04-23 04:43:23] "POST /neutron/port HTTP/1.1" 200 1122 0.019091 10.0.0.249 - - [2026-04-23 04:43:23] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.23 - - [2026-04-23 04:43:23] "POST /neutron/port HTTP/1.1" 200 1061 0.324675 10.0.0.23 - - [2026-04-23 04:43:24] "POST /neutron/port HTTP/1.1" 200 1115 0.110294 10.0.0.23 - - [2026-04-23 04:43:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.009542 10.0.0.23 - - [2026-04-23 04:43:28] "POST /neutron/port HTTP/1.1" 200 1122 0.022952 10.0.0.23 - - [2026-04-23 04:43:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007399 10.0.0.23 - - [2026-04-23 04:43:38] "POST /neutron/port HTTP/1.1" 200 1122 0.018968 10.0.0.23 - - [2026-04-23 04:43:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008265 10.0.0.23 - - [2026-04-23 04:43:38] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 401 292 0.000544 10.0.0.23 - - [2026-04-23 04:43:39] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 200 1295 0.034494 10.0.0.23 - - [2026-04-23 04:43:39] "GET /virtual-machine-interface/8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f HTTP/1.1" 200 2949 0.006161 10.0.0.23 - - [2026-04-23 04:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.23 - - [2026-04-23 04:43:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004533 10.0.0.23 - - [2026-04-23 04:43:39] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004050 10.0.0.23 - - [2026-04-23 04:43:39] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006705 10.0.0.23 - - [2026-04-23 04:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2026-04-23 04:43:42] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006246 10.0.0.23 - - [2026-04-23 04:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2026-04-23 04:43:46] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005751 10.0.0.23 - - [2026-04-23 04:43:47] "POST /neutron/port HTTP/1.1" 200 1122 0.020958 10.0.0.249 - - [2026-04-23 04:43:47] "DELETE /project/55c397dd-c814-4aaf-991b-134866a1672c HTTP/1.1" 404 177 0.044645 10.0.0.249 - - [2026-04-23 04:43:47] "DELETE /project/44adc184796242718bfa821b9084d1f8 HTTP/1.1" 404 173 0.058884 10.0.0.23 - - [2026-04-23 04:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2026-04-23 04:43:48] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004458 10.0.0.23 - - [2026-04-23 04:43:48] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003679 10.0.0.23 - - [2026-04-23 04:43:48] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007929 10.0.0.23 - - [2026-04-23 04:43:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007563 10.0.0.23 - - [2026-04-23 04:43:54] "POST /neutron/port HTTP/1.1" 200 1125 0.026625 10.0.0.23 - - [2026-04-23 04:43:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008099 10.0.0.23 - - [2026-04-23 04:43:54] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 200 1295 0.007926 10.0.0.23 - - [2026-04-23 04:43:54] "GET /virtual-machine-interface/c80e5428-f869-4680-8015-338078efcf68 HTTP/1.1" 200 2948 0.007435 10.0.0.23 - - [2026-04-23 04:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.23 - - [2026-04-23 04:43:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004004 10.0.0.23 - - [2026-04-23 04:43:54] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003010 10.0.0.23 - - [2026-04-23 04:43:54] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006623 10.0.0.23 - - [2026-04-23 04:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-04-23 04:43:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004025 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003470 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010393 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 200 1295 0.005040 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-machine-interface/8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f HTTP/1.1" 200 2949 0.006632 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 200 1295 0.004247 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-machine-interface/8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f HTTP/1.1" 200 2949 0.007384 10.0.0.23 - - [2026-04-23 04:43:55] "GET /instance-ip/90d25d6a-ef03-4a29-93e1-52a79511f7a0 HTTP/1.1" 200 1622 0.007213 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 200 1295 0.004586 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-machine-interface/8c9befd1-df7c-45c0-9f3b-b973ca0fcb7f HTTP/1.1" 200 2949 0.005355 10.0.0.23 - - [2026-04-23 04:43:55] "GET /instance-ip/90d25d6a-ef03-4a29-93e1-52a79511f7a0 HTTP/1.1" 200 1622 0.004450 10.0.0.23 - - [2026-04-23 04:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2026-04-23 04:43:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004425 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004962 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006242 10.0.0.23 - - [2026-04-23 04:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.23 - - [2026-04-23 04:43:55] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005005 10.0.0.23 - - [2026-04-23 04:43:55] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003308 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006833 10.0.0.23 - - [2026-04-23 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-04-23 04:43:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005222 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004700 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006213 10.0.0.23 - - [2026-04-23 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.23 - - [2026-04-23 04:43:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005506 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003407 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005799 10.0.0.23 - - [2026-04-23 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.23 - - [2026-04-23 04:43:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004603 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003565 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006703 10.0.0.23 - - [2026-04-23 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2026-04-23 04:43:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003901 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003484 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007265 10.0.0.23 - - [2026-04-23 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.23 - - [2026-04-23 04:43:56] "GET /routing-instance/054caada-4e39-4e1b-8d71-9ada16924e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.005144 10.0.0.23 - - [2026-04-23 04:43:56] "GET /route-target/6b473aef-64b7-4917-9673-ea5760de7c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006558 10.0.0.23 - - [2026-04-23 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.23 - - [2026-04-23 04:43:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005137 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003345 10.0.0.23 - - [2026-04-23 04:43:56] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007844 10.0.0.23 - - [2026-04-23 04:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.23 - - [2026-04-23 04:43:57] "GET /routing-instance/054caada-4e39-4e1b-8d71-9ada16924e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.005089 10.0.0.23 - - [2026-04-23 04:43:57] "GET /route-target/6b473aef-64b7-4917-9673-ea5760de7c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004586 10.0.0.23 - - [2026-04-23 04:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.23 - - [2026-04-23 04:43:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008367 10.0.0.23 - - [2026-04-23 04:43:57] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003556 10.0.0.23 - - [2026-04-23 04:43:57] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005989 10.0.0.23 - - [2026-04-23 04:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-04-23 04:43:57] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004212 10.0.0.23 - - [2026-04-23 04:43:57] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004034 10.0.0.23 - - [2026-04-23 04:43:57] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008206 10.0.0.249 - - [2026-04-23 04:43:57] "GET /obj-perms HTTP/1.1" 200 5030 0.087524 10.0.0.23 - - [2026-04-23 04:43:58] "GET /obj-perms HTTP/1.1" 200 5030 0.053706 10.0.0.23 - - [2026-04-23 04:43:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004157 10.0.0.130 - - [2026-04-23 04:43:59] "GET /obj-perms HTTP/1.1" 200 5030 0.071954 10.0.0.249 - - [2026-04-23 04:43:59] "GET /obj-perms HTTP/1.1" 200 5030 0.005691 10.0.0.23 - - [2026-04-23 04:43:59] "POST /neutron/port HTTP/1.1" 200 1125 0.019975 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 200 1295 0.004416 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-machine-interface/c80e5428-f869-4680-8015-338078efcf68 HTTP/1.1" 200 2948 0.005788 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 200 1295 0.004545 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-machine-interface/c80e5428-f869-4680-8015-338078efcf68 HTTP/1.1" 200 2948 0.005682 10.0.0.23 - - [2026-04-23 04:43:59] "GET /instance-ip/cacc4778-a04b-43e0-bdb6-9984a04ae9ff HTTP/1.1" 200 1625 0.009216 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 200 1295 0.004803 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-machine-interface/c80e5428-f869-4680-8015-338078efcf68 HTTP/1.1" 200 2948 0.008057 10.0.0.23 - - [2026-04-23 04:43:59] "GET /instance-ip/cacc4778-a04b-43e0-bdb6-9984a04ae9ff HTTP/1.1" 200 1625 0.005474 10.0.0.23 - - [2026-04-23 04:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.23 - - [2026-04-23 04:43:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004265 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003333 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007380 10.0.0.23 - - [2026-04-23 04:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.23 - - [2026-04-23 04:43:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006648 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003410 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006806 10.0.0.23 - - [2026-04-23 04:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.23 - - [2026-04-23 04:43:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005356 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003942 10.0.0.23 - - [2026-04-23 04:43:59] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008380 10.0.0.23 - - [2026-04-23 04:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2026-04-23 04:44:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004679 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004076 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006931 10.0.0.23 - - [2026-04-23 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.23 - - [2026-04-23 04:44:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005541 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003850 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006460 10.0.0.23 - - [2026-04-23 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2026-04-23 04:44:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004236 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004166 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009226 10.0.0.23 - - [2026-04-23 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005753 10.0.0.23 - - [2026-04-23 04:44:00] "GET /routing-instance/57eac0d1-1a6d-4764-9e22-74232cf1e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005001 10.0.0.23 - - [2026-04-23 04:44:00] "GET /route-target/0c3583aa-8a88-4a6b-bb52-c844684798a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005847 10.0.0.23 - - [2026-04-23 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.23 - - [2026-04-23 04:44:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004740 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004014 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006107 10.0.0.23 - - [2026-04-23 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.23 - - [2026-04-23 04:44:00] "GET /routing-instance/57eac0d1-1a6d-4764-9e22-74232cf1e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005776 10.0.0.23 - - [2026-04-23 04:44:00] "GET /route-target/0c3583aa-8a88-4a6b-bb52-c844684798a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004819 10.0.0.23 - - [2026-04-23 04:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2026-04-23 04:44:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006493 10.0.0.23 - - [2026-04-23 04:44:00] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004363 10.0.0.23 - - [2026-04-23 04:44:01] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007268 10.0.0.23 - - [2026-04-23 04:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.23 - - [2026-04-23 04:44:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004373 10.0.0.23 - - [2026-04-23 04:44:01] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004276 10.0.0.23 - - [2026-04-23 04:44:01] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006703 10.0.0.23 - - [2026-04-23 04:44:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004352 10.0.0.23 - - [2026-04-23 04:44:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004767 10.0.0.249 - - [2026-04-23 04:44:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004417 10.0.0.23 - - [2026-04-23 04:44:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004376 10.0.0.130 - - [2026-04-23 04:44:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004608 10.0.0.23 - - [2026-04-23 04:44:01] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 200 1295 0.004822 10.0.0.23 - - [2026-04-23 04:44:02] "POST /neutron/port HTTP/1.1" 200 1115 0.015220 10.0.0.23 - - [2026-04-23 04:44:03] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 404 171 0.006040 10.0.0.23 - - [2026-04-23 04:44:03] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 404 171 0.003675 10.0.0.23 - - [2026-04-23 04:44:03] "GET /virtual-machine/c2fd4e2d-c822-49a5-8c9d-085145118c14 HTTP/1.1" 404 171 0.003026 10.0.0.23 - - [2026-04-23 04:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2026-04-23 04:44:03] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004771 10.0.0.23 - - [2026-04-23 04:44:03] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003289 10.0.0.23 - - [2026-04-23 04:44:03] "GET /virtual-network/b446f0c4-b147-48b9-a35a-f25aec24b2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006735 10.0.0.23 - - [2026-04-23 04:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2026-04-23 04:44:04] "GET /routing-instance/57eac0d1-1a6d-4764-9e22-74232cf1e291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.004544 10.0.0.23 - - [2026-04-23 04:44:04] "GET /route-target/0c3583aa-8a88-4a6b-bb52-c844684798a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005044 10.0.0.23 - - [2026-04-23 04:44:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003979 10.0.0.23 - - [2026-04-23 04:44:06] "POST /neutron/port HTTP/1.1" 200 1106 0.047827 10.0.0.23 - - [2026-04-23 04:44:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.011159 10.0.0.23 - - [2026-04-23 04:44:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004799 10.0.0.23 - - [2026-04-23 04:44:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004040 10.0.0.23 - - [2026-04-23 04:44:13] "GET /obj-perms HTTP/1.1" 200 5030 0.003623 10.0.0.23 - - [2026-04-23 04:44:13] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 200 1295 0.005203 10.0.0.23 - - [2026-04-23 04:44:14] "POST /neutron/port HTTP/1.1" 200 1122 0.023119 10.0.0.23 - - [2026-04-23 04:44:15] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 404 171 0.003749 10.0.0.23 - - [2026-04-23 04:44:15] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 404 171 0.002857 10.0.0.23 - - [2026-04-23 04:44:15] "GET /virtual-machine/c6ffc76b-d1f3-4c28-9955-a99fc9d09803 HTTP/1.1" 404 171 0.002959 10.0.0.23 - - [2026-04-23 04:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2026-04-23 04:44:15] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005160 10.0.0.23 - - [2026-04-23 04:44:15] "GET /virtual-networks?parent_id=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003265 10.0.0.23 - - [2026-04-23 04:44:15] "GET /virtual-network/86998074-5267-4ff4-978b-80d49ecbc0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006632 10.0.0.23 - - [2026-04-23 04:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2026-04-23 04:44:15] "GET /routing-instance/054caada-4e39-4e1b-8d71-9ada16924e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.004508 10.0.0.23 - - [2026-04-23 04:44:16] "GET /route-target/6b473aef-64b7-4917-9673-ea5760de7c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005229 10.0.0.130 - - [2026-04-23 04:44:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004433 10.0.0.23 - - [2026-04-23 04:44:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004589 10.0.0.130 - - [2026-04-23 04:44:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004629 10.0.0.23 - - [2026-04-23 04:44:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004111 10.0.0.23 - - [2026-04-23 04:44:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004710 10.0.0.130 - - [2026-04-23 04:44:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004054 10.0.0.249 - - [2026-04-23 04:44:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004164 10.0.0.23 - - [2026-04-23 04:44:34] "POST /neutron/network HTTP/1.1" 200 825 0.009582 10.0.0.130 - - [2026-04-23 04:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.061490 10.0.0.130 - - [2026-04-23 04:44:35] "DELETE /route-target/6b473aef-64b7-4917-9673-ea5760de7c41 HTTP/1.1" 200 115 0.028313 10.0.0.249 - - [2026-04-23 04:44:35] "POST /useragent-kv HTTP/1.1" 200 115 0.067968 10.0.0.249 - - [2026-04-23 04:44:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003792 10.0.0.23 - - [2026-04-23 04:44:35] "POST /neutron/network HTTP/1.1" 200 151 0.216540 10.0.0.249 - - [2026-04-23 04:44:36] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.23 - - [2026-04-23 04:44:36] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046372 10.0.0.249 - - [2026-04-23 04:44:36] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001251 10.0.0.23 - - [2026-04-23 04:44:36] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?fields=virtual_networks HTTP/1.1" 200 1034 0.045783 10.0.0.249 - - [2026-04-23 04:44:36] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.23 - - [2026-04-23 04:44:36] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.058121 10.0.0.249 - - [2026-04-23 04:44:36] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001338 10.0.0.23 - - [2026-04-23 04:44:36] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?fields=security_groups HTTP/1.1" 200 1261 0.051537 10.0.0.23 - - [2026-04-23 04:44:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.030461 10.0.0.249 - - [2026-04-23 04:44:37] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003396 10.0.0.249 - - [2026-04-23 04:44:37] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.249 - - [2026-04-23 04:44:37] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010028 10.0.0.249 - - [2026-04-23 04:44:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.005660 10.0.0.249 - - [2026-04-23 04:44:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.004446 10.0.0.249 - - [2026-04-23 04:44:37] "POST /security-groups HTTP/1.1" 200 599 0.039314 10.0.0.249 - - [2026-04-23 04:44:37] "POST /projects HTTP/1.1" 200 601 0.257523 10.0.0.130 - - [2026-04-23 04:44:37] "POST /fqname-to-id HTTP/1.1" 404 241 0.011201 10.0.0.249 - - [2026-04-23 04:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.344304 10.0.0.23 - - [2026-04-23 04:44:38] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.511847 10.0.0.23 - - [2026-04-23 04:44:39] "GET / HTTP/1.1" 200 36215 0.001588 10.0.0.23 - - [2026-04-23 04:44:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-04-23 04:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.060678 10.0.0.249 - - [2026-04-23 04:44:42] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.23 - - [2026-04-23 04:44:42] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046503 10.0.0.130 - - [2026-04-23 04:44:43] "POST /ref-update HTTP/1.1" 200 156 0.033114 10.0.0.249 - - [2026-04-23 04:44:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008009 10.0.0.23 - - [2026-04-23 04:44:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.284811 10.0.0.23 - - [2026-04-23 04:44:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001498 10.0.0.23 - - [2026-04-23 04:44:43] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.009135 10.0.0.23 - - [2026-04-23 04:44:43] "POST /neutron/network HTTP/1.1" 200 1005 0.011376 10.0.0.23 - - [2026-04-23 04:44:43] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005757 10.0.0.23 - - [2026-04-23 04:44:43] "POST /neutron/subnet HTTP/1.1" 200 823 0.014103 10.0.0.23 - - [2026-04-23 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006930 10.0.0.249 - - [2026-04-23 04:44:43] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001540 10.0.0.23 - - [2026-04-23 04:44:43] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047399 10.0.0.249 - - [2026-04-23 04:44:44] "POST /useragent-kv HTTP/1.1" 200 115 0.014003 10.0.0.23 - - [2026-04-23 04:44:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.230883 10.0.0.23 - - [2026-04-23 04:44:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001374 10.0.0.23 - - [2026-04-23 04:44:44] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007754 10.0.0.23 - - [2026-04-23 04:44:44] "POST /neutron/network HTTP/1.1" 200 1006 0.010494 10.0.0.23 - - [2026-04-23 04:44:44] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006934 10.0.0.23 - - [2026-04-23 04:44:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.017302 10.0.0.23 - - [2026-04-23 04:44:45] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006083 10.0.0.23 - - [2026-04-23 04:44:46] "POST /neutron/network HTTP/1.1" 200 1122 0.030166 10.0.0.23 - - [2026-04-23 04:44:46] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020819 10.0.0.23 - - [2026-04-23 04:44:46] "POST /neutron/network HTTP/1.1" 200 1112 0.011629 10.0.0.23 - - [2026-04-23 04:44:46] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005697 10.0.0.23 - - [2026-04-23 04:44:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.019818 10.0.0.249 - - [2026-04-23 04:44:47] "DELETE /project/b9ba58c1b8fc479f9c6b03353a05ebb0 HTTP/1.1" 404 173 0.007689 10.0.0.249 - - [2026-04-23 04:44:47] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001458 10.0.0.23 - - [2026-04-23 04:44:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001448 10.0.0.249 - - [2026-04-23 04:44:47] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.060576 10.0.0.249 - - [2026-04-23 04:44:47] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001327 10.0.0.249 - - [2026-04-23 04:44:47] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?fields=security_groups HTTP/1.1" 200 1363 0.062141 10.0.0.249 - - [2026-04-23 04:44:47] "DELETE /security-group/780fdb6c-7184-4a46-8445-97a3a621daa6 HTTP/1.1" 200 115 0.073128 10.0.0.249 - - [2026-04-23 04:44:47] "GET /projects?obj_uuids=44adc184-7962-4271-8bfa-821b9084d1f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.130 - - [2026-04-23 04:44:47] "DELETE /access-control-list/7a509e27-ad8a-4702-afd9-8da5c7a4d260 HTTP/1.1" 200 115 0.051334 10.0.0.249 - - [2026-04-23 04:44:47] "GET /project/44adc184-7962-4271-8bfa-821b9084d1f8?fields=application_policy_sets HTTP/1.1" 200 1402 0.058330 10.0.0.249 - - [2026-04-23 04:44:47] "DELETE /project/44adc184-7962-4271-8bfa-821b9084d1f8 HTTP/1.1" 200 115 0.511169 10.0.0.249 - - [2026-04-23 04:44:48] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.23 - - [2026-04-23 04:44:48] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.079257 10.0.0.23 - - [2026-04-23 04:44:48] "POST /neutron/network HTTP/1.1" 200 1005 0.042274 10.0.0.23 - - [2026-04-23 04:44:48] "POST /neutron/port HTTP/1.1" 200 117 0.008020 10.0.0.23 - - [2026-04-23 04:44:49] "POST /neutron/port HTTP/1.1" 200 1174 0.027408 10.0.0.23 - - [2026-04-23 04:44:49] "POST /neutron/port HTTP/1.1" 200 1238 0.034323 10.0.0.23 - - [2026-04-23 04:44:49] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016623 10.0.0.23 - - [2026-04-23 04:44:50] "POST /neutron/network HTTP/1.1" 200 1005 0.011225 10.0.0.23 - - [2026-04-23 04:44:53] "POST /neutron/port HTTP/1.1" 200 1238 0.023364 10.0.0.23 - - [2026-04-23 04:44:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010185 10.0.0.23 - - [2026-04-23 04:44:54] "GET /virtual-machine/b5e917c4-0d97-4147-ba53-2a4f1bbc5c9e HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-04-23 04:44:54] "GET /virtual-machine/b5e917c4-0d97-4147-ba53-2a4f1bbc5c9e HTTP/1.1" 200 1303 0.056260 10.0.0.23 - - [2026-04-23 04:44:54] "GET /virtual-machine-interface/7ead0ce4-3dfc-497c-a9f1-ff802e987e55 HTTP/1.1" 200 3183 0.005600 10.0.0.249 - - [2026-04-23 04:44:54] "GET /obj-perms HTTP/1.1" 200 5056 0.368207 10.0.0.23 - - [2026-04-23 04:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006717 10.0.0.23 - - [2026-04-23 04:44:54] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004001 10.0.0.23 - - [2026-04-23 04:44:54] "GET /virtual-networks?parent_id=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006483 10.0.0.23 - - [2026-04-23 04:44:54] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007817 10.0.0.23 - - [2026-04-23 04:44:55] "GET /obj-perms HTTP/1.1" 200 5056 0.049329 10.0.0.23 - - [2026-04-23 04:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2026-04-23 04:44:57] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008017 10.0.0.23 - - [2026-04-23 04:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.23 - - [2026-04-23 04:45:01] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006564 10.0.0.23 - - [2026-04-23 04:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2026-04-23 04:45:06] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007296 10.0.0.23 - - [2026-04-23 04:45:08] "POST /neutron/network HTTP/1.1" 200 1122 0.009075 10.0.0.23 - - [2026-04-23 04:45:08] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016248 10.0.0.23 - - [2026-04-23 04:45:08] "POST /neutron/network HTTP/1.1" 200 1112 0.010113 10.0.0.23 - - [2026-04-23 04:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2026-04-23 04:45:10] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006241 10.0.0.23 - - [2026-04-23 04:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2026-04-23 04:45:14] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005863 10.0.0.23 - - [2026-04-23 04:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.23 - - [2026-04-23 04:45:18] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006194 10.0.0.23 - - [2026-04-23 04:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.23 - - [2026-04-23 04:45:22] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005079 10.0.0.23 - - [2026-04-23 04:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2026-04-23 04:45:26] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005539 10.0.0.23 - - [2026-04-23 04:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.23 - - [2026-04-23 04:45:30] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005790 10.0.0.23 - - [2026-04-23 04:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2026-04-23 04:45:34] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005987 10.0.0.23 - - [2026-04-23 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.23 - - [2026-04-23 04:45:36] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004630 10.0.0.23 - - [2026-04-23 04:45:36] "GET /virtual-networks?parent_id=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003306 10.0.0.23 - - [2026-04-23 04:45:36] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007149 10.0.0.23 - - [2026-04-23 04:45:42] "POST /neutron/port HTTP/1.1" 200 1238 0.021618 10.0.0.23 - - [2026-04-23 04:45:45] "POST /neutron/port HTTP/1.1" 200 1106 0.018737 10.0.0.23 - - [2026-04-23 04:45:45] "POST /neutron/subnet HTTP/1.1" 200 694 0.010217 10.0.0.23 - - [2026-04-23 04:45:47] "POST /neutron/port HTTP/1.1" 200 1238 0.021326 10.0.0.23 - - [2026-04-23 04:45:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033301 10.0.0.130 - - [2026-04-23 04:45:55] "GET /obj-perms HTTP/1.1" 200 5056 0.058143 10.0.0.23 - - [2026-04-23 04:45:57] "POST /neutron/port HTTP/1.1" 200 1238 0.022898 10.0.0.23 - - [2026-04-23 04:46:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010111 10.0.0.23 - - [2026-04-23 04:46:03] "POST /neutron/port HTTP/1.1" 200 1238 0.021272 10.0.0.23 - - [2026-04-23 04:46:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010702 10.0.0.23 - - [2026-04-23 04:46:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001399 10.0.0.23 - - [2026-04-23 04:46:03] "GET /virtual-machine/b5e917c4-0d97-4147-ba53-2a4f1bbc5c9e HTTP/1.1" 200 1303 0.004947 10.0.0.23 - - [2026-04-23 04:46:03] "GET /virtual-machine-interface/7ead0ce4-3dfc-497c-a9f1-ff802e987e55 HTTP/1.1" 200 3183 0.007571 10.0.0.23 - - [2026-04-23 04:46:03] "GET /instance-ip/950c7a0c-0b78-4058-a3a5-29f8c1cefa21 HTTP/1.1" 200 1640 0.006902 10.0.0.23 - - [2026-04-23 04:46:03] "GET /instance-ip/cf883b65-581a-4463-8285-874218d3f192 HTTP/1.1" 200 1658 0.008829 10.0.0.23 - - [2026-04-23 04:46:03] "POST /fqname-to-id HTTP/1.1" 404 218 0.003765 10.0.0.23 - - [2026-04-23 04:46:03] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007023 10.0.0.249 - - [2026-04-23 04:46:03] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.23 - - [2026-04-23 04:46:03] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047191 10.0.0.23 - - [2026-04-23 04:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.23 - - [2026-04-23 04:46:03] "GET /security-group/12e958b6-be3d-4176-abac-99208329ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3780 0.004548 10.0.0.23 - - [2026-04-23 04:46:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.105511 10.0.0.23 - - [2026-04-23 04:46:03] "POST /instance-ips HTTP/1.1" 200 358 0.050902 10.0.0.23 - - [2026-04-23 04:46:03] "GET /instance-ip/0781f094-b315-4b22-966f-d96fb9c91015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007322 10.0.0.23 - - [2026-04-23 04:46:03] "POST /instance-ips HTTP/1.1" 200 358 0.043088 10.0.0.23 - - [2026-04-23 04:46:03] "GET /instance-ip/aee5dc9b-c895-4a75-9f31-c90b6e0f6e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007196 10.0.0.23 - - [2026-04-23 04:46:03] "GET /virtual-machine-interface/5cfeb468-1e31-4cec-b3fb-060f30455c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006534 10.0.0.23 - - [2026-04-23 04:46:03] "GET /virtual-machine-interface/5cfeb468-1e31-4cec-b3fb-060f30455c5a?fields=instance_ip_back_refs HTTP/1.1" 200 1541 0.008867 10.0.0.23 - - [2026-04-23 04:46:04] "GET /instance-ip/0781f094-b315-4b22-966f-d96fb9c91015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004710 10.0.0.23 - - [2026-04-23 04:46:04] "GET /instance-ip/aee5dc9b-c895-4a75-9f31-c90b6e0f6e0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004880 10.0.0.23 - - [2026-04-23 04:46:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.002036 10.0.0.23 - - [2026-04-23 04:46:04] "POST /neutron/port HTTP/1.1" 200 5270 0.054046 10.0.0.23 - - [2026-04-23 04:46:04] "POST /neutron/port HTTP/1.1" 200 1080 0.019635 10.0.0.23 - - [2026-04-23 04:46:04] "POST /neutron/port HTTP/1.1" 200 1080 0.016711 10.0.0.23 - - [2026-04-23 04:46:04] "POST /neutron/port HTTP/1.1" 200 117 0.008279 10.0.0.23 - - [2026-04-23 04:46:05] "POST /neutron/network HTTP/1.1" 200 1015 0.007444 10.0.0.23 - - [2026-04-23 04:46:05] "POST /neutron/port HTTP/1.1" 200 1173 0.182756 10.0.0.23 - - [2026-04-23 04:46:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005349 10.0.0.23 - - [2026-04-23 04:46:05] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.23 - - [2026-04-23 04:46:08] "POST /neutron/port HTTP/1.1" 200 1106 0.019828 10.0.0.23 - - [2026-04-23 04:46:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.011239 10.0.0.23 - - [2026-04-23 04:46:10] "POST /neutron/port HTTP/1.1" 200 1183 0.023106 10.0.0.23 - - [2026-04-23 04:46:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009167 10.0.0.23 - - [2026-04-23 04:46:10] "GET /virtual-machine/09ad4f8f-a415-4715-a86d-610bdca92405 HTTP/1.1" 200 1279 0.006916 10.0.0.23 - - [2026-04-23 04:46:10] "GET /virtual-machine-interface/5cfeb468-1e31-4cec-b3fb-060f30455c5a HTTP/1.1" 200 3233 0.006343 10.0.0.23 - - [2026-04-23 04:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.23 - - [2026-04-23 04:46:10] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007862 10.0.0.23 - - [2026-04-23 04:46:10] "GET /virtual-networks?parent_id=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004941 10.0.0.23 - - [2026-04-23 04:46:10] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005931 10.0.0.23 - - [2026-04-23 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.23 - - [2026-04-23 04:46:13] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005805 10.0.0.23 - - [2026-04-23 04:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.23 - - [2026-04-23 04:46:17] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006672 10.0.0.23 - - [2026-04-23 04:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-04-23 04:46:21] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006405 10.0.0.23 - - [2026-04-23 04:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.23 - - [2026-04-23 04:46:25] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006423 10.0.0.23 - - [2026-04-23 04:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.23 - - [2026-04-23 04:46:29] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008676 10.0.0.23 - - [2026-04-23 04:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.23 - - [2026-04-23 04:46:33] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005743 10.0.0.23 - - [2026-04-23 04:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2026-04-23 04:46:38] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007086 10.0.0.23 - - [2026-04-23 04:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2026-04-23 04:46:42] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007478 10.0.0.23 - - [2026-04-23 04:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.23 - - [2026-04-23 04:46:46] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005825 10.0.0.23 - - [2026-04-23 04:46:47] "POST /neutron/port HTTP/1.1" 200 1217 0.018894 10.0.0.23 - - [2026-04-23 04:46:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004188 10.0.0.23 - - [2026-04-23 04:46:47] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.23 - - [2026-04-23 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2026-04-23 04:46:50] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006197 10.0.0.23 - - [2026-04-23 04:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2026-04-23 04:46:54] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005821 10.0.0.23 - - [2026-04-23 04:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.23 - - [2026-04-23 04:46:56] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004392 10.0.0.23 - - [2026-04-23 04:46:56] "GET /virtual-networks?parent_id=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004240 10.0.0.23 - - [2026-04-23 04:46:56] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007676 10.0.0.23 - - [2026-04-23 04:46:56] "POST /neutron/port HTTP/1.1" 200 1183 0.033175 10.0.0.249 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000723 10.0.0.249 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.23 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.130 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.130 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.130 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.130 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.249 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.249 - - [2026-04-23 04:46:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.23 - - [2026-04-23 04:46:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-04-23 04:46:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-04-23 04:47:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008922 10.0.0.23 - - [2026-04-23 04:47:08] "POST /neutron/port HTTP/1.1" 200 1238 0.021476 10.0.0.23 - - [2026-04-23 04:47:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003956 10.0.0.23 - - [2026-04-23 04:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.23 - - [2026-04-23 04:47:10] "POST /neutron/port HTTP/1.1" 200 1183 0.025670 10.0.0.23 - - [2026-04-23 04:47:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009179 10.0.0.23 - - [2026-04-23 04:47:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001416 10.0.0.23 - - [2026-04-23 04:47:22] "POST /neutron/port HTTP/1.1" 200 6299 0.039509 10.0.0.249 - - [2026-04-23 04:47:23] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.23 - - [2026-04-23 04:47:23] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.069396 10.0.0.23 - - [2026-04-23 04:47:23] "POST /neutron/network HTTP/1.1" 200 1006 0.013848 10.0.0.23 - - [2026-04-23 04:47:23] "POST /neutron/port HTTP/1.1" 200 117 0.007075 10.0.0.249 - - [2026-04-23 04:47:24] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.23 - - [2026-04-23 04:47:24] "POST /neutron/port HTTP/1.1" 200 1175 0.342119 10.0.0.23 - - [2026-04-23 04:47:24] "POST /neutron/port HTTP/1.1" 200 1229 0.121336 10.0.0.23 - - [2026-04-23 04:47:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004324 10.0.0.23 - - [2026-04-23 04:47:24] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.23 - - [2026-04-23 04:47:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009730 10.0.0.23 - - [2026-04-23 04:47:39] "POST /neutron/port HTTP/1.1" 200 1239 0.021177 10.0.0.23 - - [2026-04-23 04:47:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008530 10.0.0.23 - - [2026-04-23 04:47:39] "GET /virtual-machine/ea380cbe-1de4-4a32-b410-ab436d22c264 HTTP/1.1" 200 1303 0.007576 10.0.0.23 - - [2026-04-23 04:47:39] "GET /virtual-machine-interface/e3b93189-dbed-4f90-a40c-dd3581164f81 HTTP/1.1" 200 3184 0.006824 10.0.0.23 - - [2026-04-23 04:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2026-04-23 04:47:39] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004426 10.0.0.23 - - [2026-04-23 04:47:39] "GET /virtual-networks?parent_id=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003549 10.0.0.23 - - [2026-04-23 04:47:39] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006086 10.0.0.23 - - [2026-04-23 04:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2026-04-23 04:47:42] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005686 10.0.0.23 - - [2026-04-23 04:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.23 - - [2026-04-23 04:47:46] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008820 10.0.0.23 - - [2026-04-23 04:47:47] "POST /neutron/port HTTP/1.1" 200 1106 0.020575 10.0.0.23 - - [2026-04-23 04:47:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.23 - - [2026-04-23 04:47:47] "POST /neutron/network HTTP/1.1" 200 926 0.008282 10.0.0.23 - - [2026-04-23 04:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.23 - - [2026-04-23 04:47:50] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005616 10.0.0.23 - - [2026-04-23 04:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-04-23 04:47:54] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006989 10.0.0.23 - - [2026-04-23 04:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.23 - - [2026-04-23 04:47:58] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005936 10.0.0.23 - - [2026-04-23 04:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.23 - - [2026-04-23 04:48:03] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006453 10.0.0.23 - - [2026-04-23 04:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.23 - - [2026-04-23 04:48:07] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005516 10.0.0.23 - - [2026-04-23 04:48:10] "POST /neutron/network HTTP/1.1" 200 1122 0.008668 10.0.0.23 - - [2026-04-23 04:48:10] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019211 10.0.0.23 - - [2026-04-23 04:48:10] "POST /neutron/network HTTP/1.1" 200 1112 0.010894 10.0.0.23 - - [2026-04-23 04:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-04-23 04:48:11] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006987 10.0.0.23 - - [2026-04-23 04:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007578 10.0.0.23 - - [2026-04-23 04:48:15] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005738 10.0.0.23 - - [2026-04-23 04:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.23 - - [2026-04-23 04:48:19] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006904 10.0.0.23 - - [2026-04-23 04:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2026-04-23 04:48:23] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007411 10.0.0.23 - - [2026-04-23 04:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-04-23 04:48:25] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003939 10.0.0.23 - - [2026-04-23 04:48:25] "GET /virtual-networks?parent_id=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003374 10.0.0.23 - - [2026-04-23 04:48:25] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006216 10.0.0.23 - - [2026-04-23 04:48:31] "POST /neutron/port HTTP/1.1" 200 1239 0.018107 10.0.0.23 - - [2026-04-23 04:48:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007284 10.0.0.23 - - [2026-04-23 04:48:41] "POST /neutron/port HTTP/1.1" 200 1239 0.019691 10.0.0.23 - - [2026-04-23 04:48:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007941 10.0.0.23 - - [2026-04-23 04:48:47] "POST /neutron/network HTTP/1.1" 200 1122 0.007804 10.0.0.23 - - [2026-04-23 04:48:47] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016922 10.0.0.23 - - [2026-04-23 04:48:47] "POST /neutron/network HTTP/1.1" 200 1112 0.011235 10.0.0.23 - - [2026-04-23 04:48:51] "POST /neutron/port HTTP/1.1" 200 1239 0.019839 10.0.0.23 - - [2026-04-23 04:48:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009854 10.0.0.23 - - [2026-04-23 04:48:52] "POST /neutron/network HTTP/1.1" 200 980 0.018843 10.0.0.23 - - [2026-04-23 04:48:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001388 10.0.0.23 - - [2026-04-23 04:48:52] "GET /virtual-machine/ea380cbe-1de4-4a32-b410-ab436d22c264 HTTP/1.1" 200 1303 0.004890 10.0.0.23 - - [2026-04-23 04:48:52] "GET /virtual-machine-interface/e3b93189-dbed-4f90-a40c-dd3581164f81 HTTP/1.1" 200 3184 0.008930 10.0.0.23 - - [2026-04-23 04:48:52] "GET /instance-ip/191d7b4c-8f55-4d1c-9b43-4a3f4eb607ae HTTP/1.1" 200 1639 0.007268 10.0.0.23 - - [2026-04-23 04:48:52] "GET /instance-ip/22763e10-ac08-492b-95d9-1ed3897b60f2 HTTP/1.1" 200 1659 0.007334 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 404 230 0.003774 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.249 - - [2026-04-23 04:48:52] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.23 - - [2026-04-23 04:48:52] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044619 10.0.0.23 - - [2026-04-23 04:48:52] "POST /network-policys HTTP/1.1" 200 571 0.031125 10.0.0.23 - - [2026-04-23 04:48:52] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006617 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.23 - - [2026-04-23 04:48:52] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.014081 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.23 - - [2026-04-23 04:48:52] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004764 10.0.0.23 - - [2026-04-23 04:48:52] "POST /ref-update HTTP/1.1" 200 156 0.058379 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.042118 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006551 10.0.0.23 - - [2026-04-23 04:48:52] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004909 10.0.0.23 - - [2026-04-23 04:48:52] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.009325 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.23 - - [2026-04-23 04:48:52] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005419 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2026-04-23 04:48:52] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008433 10.0.0.23 - - [2026-04-23 04:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.23 - - [2026-04-23 04:48:52] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004348 10.0.0.23 - - [2026-04-23 04:48:52] "POST /ref-update HTTP/1.1" 200 156 0.065481 10.0.0.130 - - [2026-04-23 04:48:53] "POST /access-control-lists HTTP/1.1" 200 598 0.083886 10.0.0.23 - - [2026-04-23 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006392 10.0.0.23 - - [2026-04-23 04:48:53] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.003555 10.0.0.23 - - [2026-04-23 04:48:53] "POST /neutron/network HTTP/1.1" 200 1110 0.011217 10.0.0.23 - - [2026-04-23 04:48:53] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.007024 10.0.0.23 - - [2026-04-23 04:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.130 - - [2026-04-23 04:48:53] "POST /ref-update HTTP/1.1" 200 156 0.035633 10.0.0.23 - - [2026-04-23 04:48:53] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.008665 10.0.0.23 - - [2026-04-23 04:48:53] "GET /virtual-machine-interface/e3b93189-dbed-4f90-a40c-dd3581164f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006693 10.0.0.23 - - [2026-04-23 04:48:53] "PUT /virtual-machine-interface/e3b93189-dbed-4f90-a40c-dd3581164f81 HTTP/1.1" 200 285 0.027387 10.0.0.23 - - [2026-04-23 04:48:53] "GET /virtual-machine-interface/e3b93189-dbed-4f90-a40c-dd3581164f81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3078 0.009564 10.0.0.23 - - [2026-04-23 04:48:53] "PUT /virtual-machine-interface/e3b93189-dbed-4f90-a40c-dd3581164f81 HTTP/1.1" 200 285 0.021308 10.0.0.249 - - [2026-04-23 04:48:58] "GET /obj-perms HTTP/1.1" 200 5056 0.061342 10.0.0.23 - - [2026-04-23 04:49:11] "POST /neutron/network HTTP/1.1" 200 936 0.033982 10.0.0.23 - - [2026-04-23 04:49:11] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.23 - - [2026-04-23 04:49:49] "POST /neutron/port HTTP/1.1" 200 1106 0.046797 10.0.0.23 - - [2026-04-23 04:49:49] "POST /neutron/subnet HTTP/1.1" 200 694 0.010011 10.0.0.23 - - [2026-04-23 04:49:58] "GET /obj-perms HTTP/1.1" 200 5056 0.064411 10.0.0.130 - - [2026-04-23 04:49:58] "GET /obj-perms HTTP/1.1" 200 5056 0.067489 10.0.0.23 - - [2026-04-23 04:50:13] "POST /neutron/port HTTP/1.1" 200 1238 0.024796 10.0.0.23 - - [2026-04-23 04:50:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004916 10.0.0.23 - - [2026-04-23 04:50:13] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.23 - - [2026-04-23 04:50:49] "POST /neutron/port HTTP/1.1" 200 1239 0.021763 10.0.0.23 - - [2026-04-23 04:50:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004896 10.0.0.23 - - [2026-04-23 04:50:49] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.23 - - [2026-04-23 04:51:10] "POST /ref-update HTTP/1.1" 200 156 0.086106 10.0.0.23 - - [2026-04-23 04:51:10] "POST /neutron/network HTTP/1.1" 200 1006 0.040013 10.0.0.23 - - [2026-04-23 04:51:10] "GET /virtual-network/facbf8fc-4f6c-4a53-92eb-6ccb5b5cda5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007723 10.0.0.23 - - [2026-04-23 04:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.23 - - [2026-04-23 04:51:10] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004797 10.0.0.23 - - [2026-04-23 04:51:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.008054 10.0.0.23 - - [2026-04-23 04:51:10] "POST /ref-update HTTP/1.1" 200 156 0.064882 10.0.0.23 - - [2026-04-23 04:51:11] "GET /virtual-network/23ae5c1c-9ba6-475e-8488-784c0531138a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008583 10.0.0.23 - - [2026-04-23 04:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.23 - - [2026-04-23 04:51:11] "GET /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004294 10.0.0.23 - - [2026-04-23 04:51:11] "DELETE /network-policy/74fce317-7e5d-4f19-a828-fabea1c18c3c HTTP/1.1" 200 115 0.044983 10.0.0.130 - - [2026-04-23 04:51:11] "DELETE /access-control-list/29f7c12f-9b58-4ca2-abd9-25c2050aef7a HTTP/1.1" 200 115 0.099847 10.0.0.23 - - [2026-04-23 04:51:11] "DELETE /instance-ip/0781f094-b315-4b22-966f-d96fb9c91015 HTTP/1.1" 200 115 0.078503 10.0.0.23 - - [2026-04-23 04:51:11] "DELETE /instance-ip/aee5dc9b-c895-4a75-9f31-c90b6e0f6e0a HTTP/1.1" 200 115 0.063802 10.0.0.23 - - [2026-04-23 04:51:11] "DELETE /virtual-machine-interface/5cfeb468-1e31-4cec-b3fb-060f30455c5a HTTP/1.1" 200 115 0.094389 10.0.0.23 - - [2026-04-23 04:51:11] "POST /neutron/network HTTP/1.1" 400 204 0.015237 10.0.0.23 - - [2026-04-23 04:51:12] "POST /neutron/port HTTP/1.1" 200 151 0.269523 10.0.0.23 - - [2026-04-23 04:51:12] "POST /neutron/port HTTP/1.1" 200 151 0.258771 10.0.0.130 - - [2026-04-23 04:51:14] "DELETE /route-target/f2f760cc-6019-4945-a480-f4fd54d86618 HTTP/1.1" 200 115 0.026094 10.0.0.23 - - [2026-04-23 04:51:14] "POST /neutron/network HTTP/1.1" 200 1005 0.013569 10.0.0.23 - - [2026-04-23 04:51:16] "POST /neutron/port HTTP/1.1" 400 205 0.004875 10.0.0.249 - - [2026-04-23 04:51:17] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026139 10.0.0.23 - - [2026-04-23 04:51:17] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.115680 10.0.0.249 - - [2026-04-23 04:51:17] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.23 - - [2026-04-23 04:51:17] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?fields=virtual_networks HTTP/1.1" 200 1051 0.052727 10.0.0.249 - - [2026-04-23 04:51:17] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001445 10.0.0.23 - - [2026-04-23 04:51:17] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.054816 10.0.0.249 - - [2026-04-23 04:51:17] "GET /projects?obj_uuids=b9ba58c1-b8fc-479f-9c6b-03353a05ebb0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.23 - - [2026-04-23 04:51:17] "GET /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0?fields=security_groups HTTP/1.1" 200 1286 0.045253 10.0.0.23 - - [2026-04-23 04:51:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.029174 10.0.0.249 - - [2026-04-23 04:51:18] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003901 10.0.0.249 - - [2026-04-23 04:51:18] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.249 - - [2026-04-23 04:51:18] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038693 10.0.0.249 - - [2026-04-23 04:51:19] "POST /id-to-fqname HTTP/1.1" 200 194 0.002056 10.0.0.249 - - [2026-04-23 04:51:19] "POST /fqname-to-id HTTP/1.1" 404 203 0.006513 10.0.0.249 - - [2026-04-23 04:51:19] "POST /security-groups HTTP/1.1" 200 595 0.079528 10.0.0.130 - - [2026-04-23 04:51:19] "POST /fqname-to-id HTTP/1.1" 404 238 0.006508 10.0.0.249 - - [2026-04-23 04:51:19] "POST /projects HTTP/1.1" 200 593 0.294995 10.0.0.249 - - [2026-04-23 04:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.374572 10.0.0.130 - - [2026-04-23 04:51:19] "POST /access-control-lists HTTP/1.1" 200 600 0.039429 10.0.0.23 - - [2026-04-23 04:51:19] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.575430 10.0.0.23 - - [2026-04-23 04:51:20] "GET / HTTP/1.1" 200 36215 0.001803 10.0.0.23 - - [2026-04-23 04:51:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2026-04-23 04:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.053523 10.0.0.249 - - [2026-04-23 04:51:22] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001439 10.0.0.23 - - [2026-04-23 04:51:22] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.055318 10.0.0.249 - - [2026-04-23 04:51:23] "POST /useragent-kv HTTP/1.1" 200 115 0.011051 10.0.0.23 - - [2026-04-23 04:51:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.295989 10.0.0.23 - - [2026-04-23 04:51:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001320 10.0.0.23 - - [2026-04-23 04:51:23] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008316 10.0.0.23 - - [2026-04-23 04:51:23] "POST /neutron/network HTTP/1.1" 200 1000 0.009862 10.0.0.23 - - [2026-04-23 04:51:23] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005753 10.0.0.23 - - [2026-04-23 04:51:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.010936 10.0.0.23 - - [2026-04-23 04:51:24] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008268 10.0.0.23 - - [2026-04-23 04:51:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001652 10.0.0.249 - - [2026-04-23 04:51:26] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001031 10.0.0.23 - - [2026-04-23 04:51:26] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081253 10.0.0.23 - - [2026-04-23 04:51:26] "POST /neutron/network HTTP/1.1" 200 1000 0.038431 10.0.0.23 - - [2026-04-23 04:51:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001244 10.0.0.23 - - [2026-04-23 04:51:27] "POST /neutron/port HTTP/1.1" 200 4186 0.041697 10.0.0.249 - - [2026-04-23 04:51:27] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001061 10.0.0.23 - - [2026-04-23 04:51:27] "POST /neutron/port HTTP/1.1" 200 1169 0.430243 10.0.0.249 - - [2026-04-23 04:51:28] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.23 - - [2026-04-23 04:51:28] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.089674 10.0.0.23 - - [2026-04-23 04:51:28] "POST /neutron/port HTTP/1.1" 200 1223 0.176194 10.0.0.23 - - [2026-04-23 04:51:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004528 10.0.0.23 - - [2026-04-23 04:51:28] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012733 10.0.0.23 - - [2026-04-23 04:51:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010721 10.0.0.23 - - [2026-04-23 04:51:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001321 10.0.0.23 - - [2026-04-23 04:51:28] "POST /neutron/port HTTP/1.1" 200 5265 0.045379 10.0.0.23 - - [2026-04-23 04:51:28] "POST /neutron/network HTTP/1.1" 200 1010 0.007488 10.0.0.23 - - [2026-04-23 04:51:29] "POST /neutron/port HTTP/1.1" 200 1169 0.030936 10.0.0.249 - - [2026-04-23 04:51:29] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001105 10.0.0.23 - - [2026-04-23 04:51:29] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.102526 10.0.0.23 - - [2026-04-23 04:51:29] "POST /neutron/network HTTP/1.1" 200 1000 0.012106 10.0.0.23 - - [2026-04-23 04:51:29] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015691 10.0.0.23 - - [2026-04-23 04:51:29] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.23 - - [2026-04-23 04:51:30] "POST /neutron/port HTTP/1.1" 200 117 0.007551 10.0.0.23 - - [2026-04-23 04:51:30] "POST /neutron/port HTTP/1.1" 200 1233 0.021955 10.0.0.23 - - [2026-04-23 04:51:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007674 10.0.0.23 - - [2026-04-23 04:51:30] "GET /virtual-machine/fd336487-a71e-4ca2-aade-9f5967787aa2 HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-04-23 04:51:30] "GET /virtual-machine/fd336487-a71e-4ca2-aade-9f5967787aa2 HTTP/1.1" 200 1299 0.067272 10.0.0.23 - - [2026-04-23 04:51:30] "GET /virtual-machine-interface/a64563ab-a764-4ab9-89f5-ece101e3f8e9 HTTP/1.1" 200 3163 0.007683 10.0.0.23 - - [2026-04-23 04:51:30] "POST /neutron/port HTTP/1.1" 200 1169 0.023731 10.0.0.23 - - [2026-04-23 04:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.23 - - [2026-04-23 04:51:30] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004535 10.0.0.23 - - [2026-04-23 04:51:30] "GET /virtual-networks?parent_id=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003442 10.0.0.23 - - [2026-04-23 04:51:30] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006716 10.0.0.23 - - [2026-04-23 04:51:31] "POST /neutron/port HTTP/1.1" 200 1233 0.036960 10.0.0.23 - - [2026-04-23 04:51:31] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015434 10.0.0.23 - - [2026-04-23 04:51:31] "POST /neutron/network HTTP/1.1" 200 1000 0.015894 10.0.0.130 - - [2026-04-23 04:51:32] "DELETE /access-control-list/58d361dd-cbf2-403a-99bd-48f94fa9e59a HTTP/1.1" 200 115 0.056536 10.0.0.23 - - [2026-04-23 04:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.23 - - [2026-04-23 04:51:34] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006110 10.0.0.23 - - [2026-04-23 04:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.23 - - [2026-04-23 04:51:38] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007042 10.0.0.23 - - [2026-04-23 04:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2026-04-23 04:51:42] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006692 10.0.0.23 - - [2026-04-23 04:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-04-23 04:51:46] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007418 10.0.0.249 - - [2026-04-23 04:51:48] "DELETE /project/abaf7a96146640b68a97b5e3c3cb4e4c HTTP/1.1" 404 173 0.003887 10.0.0.249 - - [2026-04-23 04:51:48] "DELETE /project/b9ba58c1-b8fc-479f-9c6b-03353a05ebb0 HTTP/1.1" 404 177 0.003496 10.0.0.23 - - [2026-04-23 04:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2026-04-23 04:51:50] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005857 10.0.0.23 - - [2026-04-23 04:51:51] "POST /neutron/network HTTP/1.1" 200 1122 0.007841 10.0.0.23 - - [2026-04-23 04:51:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013827 10.0.0.23 - - [2026-04-23 04:51:51] "POST /neutron/network HTTP/1.1" 200 1112 0.011191 10.0.0.23 - - [2026-04-23 04:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.23 - - [2026-04-23 04:51:54] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005585 10.0.0.249 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000617 10.0.0.249 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.130 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.130 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.130 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.130 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.249 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.249 - - [2026-04-23 04:51:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.23 - - [2026-04-23 04:51:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.23 - - [2026-04-23 04:51:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2026-04-23 04:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.23 - - [2026-04-23 04:51:58] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009206 10.0.0.249 - - [2026-04-23 04:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.060100 10.0.0.23 - - [2026-04-23 04:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.23 - - [2026-04-23 04:52:02] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006176 10.0.0.23 - - [2026-04-23 04:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.23 - - [2026-04-23 04:52:06] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005930 10.0.0.23 - - [2026-04-23 04:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2026-04-23 04:52:10] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005557 10.0.0.23 - - [2026-04-23 04:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.23 - - [2026-04-23 04:52:14] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006456 10.0.0.23 - - [2026-04-23 04:52:16] "POST /neutron/network HTTP/1.1" 200 1122 0.007760 10.0.0.23 - - [2026-04-23 04:52:16] "POST /neutron/subnet HTTP/1.1" 200 1380 0.019052 10.0.0.23 - - [2026-04-23 04:52:16] "POST /neutron/network HTTP/1.1" 200 1112 0.015993 10.0.0.23 - - [2026-04-23 04:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.23 - - [2026-04-23 04:52:19] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006441 10.0.0.23 - - [2026-04-23 04:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.23 - - [2026-04-23 04:52:23] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006153 10.0.0.23 - - [2026-04-23 04:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.23 - - [2026-04-23 04:52:27] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005248 10.0.0.23 - - [2026-04-23 04:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2026-04-23 04:52:31] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006726 10.0.0.23 - - [2026-04-23 04:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.23 - - [2026-04-23 04:52:33] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004185 10.0.0.23 - - [2026-04-23 04:52:33] "GET /virtual-networks?parent_id=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003624 10.0.0.23 - - [2026-04-23 04:52:33] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007561 10.0.0.23 - - [2026-04-23 04:52:38] "POST /neutron/port HTTP/1.1" 200 1233 0.020847 10.0.0.23 - - [2026-04-23 04:52:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008018 10.0.0.23 - - [2026-04-23 04:52:48] "POST /neutron/port HTTP/1.1" 200 1233 0.047697 10.0.0.23 - - [2026-04-23 04:52:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008526 10.0.0.23 - - [2026-04-23 04:52:52] "POST /neutron/port HTTP/1.1" 200 1106 0.020145 10.0.0.23 - - [2026-04-23 04:52:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005845 10.0.0.23 - - [2026-04-23 04:52:52] "POST /neutron/network HTTP/1.1" 200 926 0.007682 10.0.0.23 - - [2026-04-23 04:52:59] "POST /neutron/port HTTP/1.1" 200 1233 0.023028 10.0.0.23 - - [2026-04-23 04:52:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010063 10.0.0.23 - - [2026-04-23 04:52:59] "GET /virtual-machine/8364112a-86e6-42e7-bf40-e66950cf9bd9 HTTP/1.1" 200 1298 0.007500 10.0.0.23 - - [2026-04-23 04:52:59] "GET /virtual-machine-interface/f3e1de77-a9b5-4265-9e4c-20447f35ce94 HTTP/1.1" 200 3164 0.005385 10.0.0.23 - - [2026-04-23 04:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.23 - - [2026-04-23 04:52:59] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003852 10.0.0.23 - - [2026-04-23 04:52:59] "GET /virtual-networks?parent_id=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003695 10.0.0.23 - - [2026-04-23 04:52:59] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006284 10.0.0.23 - - [2026-04-23 04:53:00] "GET /obj-perms HTTP/1.1" 200 5056 0.053492 10.0.0.23 - - [2026-04-23 04:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.23 - - [2026-04-23 04:53:00] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005482 10.0.0.23 - - [2026-04-23 04:53:00] "GET /virtual-networks?parent_id=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004885 10.0.0.23 - - [2026-04-23 04:53:01] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007213 10.0.0.23 - - [2026-04-23 04:53:01] "POST /neutron/port HTTP/1.1" 200 1233 0.026846 10.0.0.130 - - [2026-04-23 04:53:01] "GET /obj-perms HTTP/1.1" 200 5056 0.056033 10.0.0.23 - - [2026-04-23 04:53:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009325 10.0.0.23 - - [2026-04-23 04:53:01] "GET /virtual-machine/6ece9ce6-ed30-4aa9-8268-ff598ff3e64e HTTP/1.1" 200 1297 0.007635 10.0.0.23 - - [2026-04-23 04:53:01] "GET /virtual-machine-interface/ca316534-7240-4f47-b15f-287aaa138ce4 HTTP/1.1" 200 3164 0.006742 10.0.0.23 - - [2026-04-23 04:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007443 10.0.0.23 - - [2026-04-23 04:53:01] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004222 10.0.0.23 - - [2026-04-23 04:53:01] "GET /virtual-networks?parent_id=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003651 10.0.0.23 - - [2026-04-23 04:53:01] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005752 10.0.0.23 - - [2026-04-23 04:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.23 - - [2026-04-23 04:53:02] "GET /global-vrouter-config/c19faadc-c1f6-4407-8c15-ee2ea582c616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005616 10.0.0.23 - - [2026-04-23 04:53:02] "GET /virtual-networks?parent_id=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.007028 10.0.0.23 - - [2026-04-23 04:53:02] "GET /virtual-network/748d3dbe-f789-4e33-a8e0-36f3b23ef8bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007103 10.0.0.23 - - [2026-04-23 04:53:03] "GET /virtual-machine-interface/ca316534-7240-4f47-b15f-287aaa138ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.010473 10.0.0.23 - - [2026-04-23 04:53:03] "PUT /virtual-machine-interface/ca316534-7240-4f47-b15f-287aaa138ce4 HTTP/1.1" 200 285 0.018917 10.0.0.23 - - [2026-04-23 04:53:17] "POST /neutron/port HTTP/1.1" 200 1106 0.022331 10.0.0.23 - - [2026-04-23 04:53:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005363 10.0.0.23 - - [2026-04-23 04:53:17] "POST /neutron/network HTTP/1.1" 200 926 0.008015 10.0.0.23 - - [2026-04-23 04:53:54] "POST /neutron/network HTTP/1.1" 200 1010 0.007353 10.0.0.23 - - [2026-04-23 04:53:54] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013920 10.0.0.23 - - [2026-04-23 04:53:54] "POST /neutron/network HTTP/1.1" 200 1000 0.008825 10.0.0.23 - - [2026-04-23 04:54:17] "POST /neutron/network HTTP/1.1" 200 1010 0.032021 10.0.0.23 - - [2026-04-23 04:54:17] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017972 10.0.0.23 - - [2026-04-23 04:54:17] "POST /neutron/network HTTP/1.1" 200 1000 0.010753 10.0.0.23 - - [2026-04-23 04:54:55] "POST /neutron/network HTTP/1.1" 200 1122 0.037293 10.0.0.23 - - [2026-04-23 04:54:55] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015854 10.0.0.23 - - [2026-04-23 04:54:56] "POST /neutron/network HTTP/1.1" 200 1112 0.011540 10.0.0.23 - - [2026-04-23 04:55:17] "POST /neutron/network HTTP/1.1" 200 1010 0.008323 10.0.0.23 - - [2026-04-23 04:55:17] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017781 10.0.0.23 - - [2026-04-23 04:55:17] "POST /neutron/network HTTP/1.1" 200 1000 0.010148 10.0.0.23 - - [2026-04-23 04:55:29] "POST /neutron/port HTTP/1.1" 200 1233 0.024107 10.0.0.23 - - [2026-04-23 04:55:29] "POST /neutron/port HTTP/1.1" 200 1233 0.018521 10.0.0.23 - - [2026-04-23 04:55:30] "POST /neutron/port HTTP/1.1" 200 151 0.357244 10.0.0.23 - - [2026-04-23 04:55:31] "POST /neutron/network HTTP/1.1" 200 1000 0.013146 10.0.0.130 - - [2026-04-23 04:55:31] "DELETE /route-target/44558de2-07c5-4824-9b7c-8dcf16611b88 HTTP/1.1" 200 115 0.052047 10.0.0.249 - - [2026-04-23 04:55:33] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001224 10.0.0.23 - - [2026-04-23 04:55:33] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.060298 10.0.0.249 - - [2026-04-23 04:55:33] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001010 10.0.0.23 - - [2026-04-23 04:55:33] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?fields=virtual_networks HTTP/1.1" 200 1042 0.056658 10.0.0.249 - - [2026-04-23 04:55:33] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000895 10.0.0.23 - - [2026-04-23 04:55:33] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.048388 10.0.0.249 - - [2026-04-23 04:55:33] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001666 10.0.0.23 - - [2026-04-23 04:55:33] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?fields=security_groups HTTP/1.1" 200 1273 0.051751 10.0.0.23 - - [2026-04-23 04:55:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.033224 10.0.0.249 - - [2026-04-23 04:55:34] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003928 10.0.0.249 - - [2026-04-23 04:55:34] "GET /domains?obj_uuids=36692cb6-e180-463e-9a23-ae16be53ee8b&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001794 10.0.0.249 - - [2026-04-23 04:55:34] "GET /domain/36692cb6-e180-463e-9a23-ae16be53ee8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010073 10.0.0.249 - - [2026-04-23 04:55:34] "POST /id-to-fqname HTTP/1.1" 200 190 0.002674 10.0.0.249 - - [2026-04-23 04:55:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.004439 10.0.0.249 - - [2026-04-23 04:55:34] "POST /security-groups HTTP/1.1" 200 591 0.079855 10.0.0.249 - - [2026-04-23 04:55:34] "POST /projects HTTP/1.1" 200 585 0.288764 10.0.0.130 - - [2026-04-23 04:55:34] "POST /fqname-to-id HTTP/1.1" 404 233 0.008253 10.0.0.249 - - [2026-04-23 04:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.369154 10.0.0.23 - - [2026-04-23 04:55:34] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.522214 10.0.0.23 - - [2026-04-23 04:55:35] "GET / HTTP/1.1" 200 36215 0.001667 10.0.0.249 - - [2026-04-23 04:55:41] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001437 10.0.0.23 - - [2026-04-23 04:55:41] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047863 10.0.0.249 - - [2026-04-23 04:55:41] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.23 - - [2026-04-23 04:55:41] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?fields=virtual_networks HTTP/1.1" 200 1035 0.052188 10.0.0.249 - - [2026-04-23 04:55:41] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.23 - - [2026-04-23 04:55:41] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.045432 10.0.0.249 - - [2026-04-23 04:55:41] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.23 - - [2026-04-23 04:55:41] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?fields=security_groups HTTP/1.1" 200 1262 0.054203 10.0.0.249 - - [2026-04-23 04:55:48] "DELETE /project/b998d440482a42b99a88226d72766c54 HTTP/1.1" 404 173 0.011224 10.0.0.249 - - [2026-04-23 04:55:48] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.249 - - [2026-04-23 04:55:48] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001431 10.0.0.249 - - [2026-04-23 04:55:48] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.078773 10.0.0.249 - - [2026-04-23 04:55:48] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.083540 10.0.0.249 - - [2026-04-23 04:55:48] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.249 - - [2026-04-23 04:55:48] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001275 10.0.0.249 - - [2026-04-23 04:55:48] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?fields=security_groups HTTP/1.1" 200 1364 0.067506 10.0.0.249 - - [2026-04-23 04:55:48] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?fields=security_groups HTTP/1.1" 200 1375 0.071177 10.0.0.249 - - [2026-04-23 04:55:48] "DELETE /security-group/1ada19fa-6fd5-4db7-9f8d-fe2aa7f7f2b6 HTTP/1.1" 200 115 0.057017 10.0.0.249 - - [2026-04-23 04:55:48] "GET /projects?obj_uuids=b998d440-482a-42b9-9a88-226d72766c54&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.249 - - [2026-04-23 04:55:48] "DELETE /security-group/08eed599-465d-493b-9994-5e5351a06fc1 HTTP/1.1" 200 115 0.081323 10.0.0.249 - - [2026-04-23 04:55:48] "GET /projects?obj_uuids=abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001668 10.0.0.249 - - [2026-04-23 04:55:48] "GET /project/b998d440-482a-42b9-9a88-226d72766c54?fields=application_policy_sets HTTP/1.1" 200 1403 0.077624 10.0.0.130 - - [2026-04-23 04:55:48] "DELETE /access-control-list/6bc39eac-b92c-4acb-9f1f-42a5c6d61083 HTTP/1.1" 200 115 0.063436 10.0.0.249 - - [2026-04-23 04:55:48] "GET /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c?fields=application_policy_sets HTTP/1.1" 200 1414 0.107194 10.0.0.249 - - [2026-04-23 04:55:49] "DELETE /project/b998d440-482a-42b9-9a88-226d72766c54 HTTP/1.1" 200 115 0.585797 10.0.0.249 - - [2026-04-23 04:55:49] "DELETE /project/abaf7a96-1466-40b6-8a97-b5e3c3cb4e4c HTTP/1.1" 200 115 0.628255 10.0.0.23 - - [2026-04-23 04:55:55] "POST /neutron/port HTTP/1.1" 200 1106 0.021217 10.0.0.23 - - [2026-04-23 04:55:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.010430 10.0.0.23 - - [2026-04-23 04:56:17] "POST /neutron/port HTTP/1.1" 200 1217 0.020139 10.0.0.23 - - [2026-04-23 04:56:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005212 10.0.0.23 - - [2026-04-23 04:56:17] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.249 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.249 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.23 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.23 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.130 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.130 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.130 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.130 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000630 10.0.0.249 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.249 - - [2026-04-23 04:56:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-04-23 04:56:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-04-23 04:56:58] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.249 - - [2026-04-23 04:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.070571 10.0.0.23 - - [2026-04-23 04:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.058000 10.0.0.23 - - [2026-04-23 04:57:19] "POST /neutron/port HTTP/1.1" 200 1106 0.025068 10.0.0.23 - - [2026-04-23 04:57:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004697 10.0.0.23 - - [2026-04-23 04:57:19] "POST /neutron/network HTTP/1.1" 200 926 0.008596 10.0.0.23 - - [2026-04-23 04:57:58] "POST /neutron/network HTTP/1.1" 200 1122 0.008899 10.0.0.23 - - [2026-04-23 04:57:59] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016255 10.0.0.23 - - [2026-04-23 04:57:59] "POST /neutron/network HTTP/1.1" 200 1112 0.013027 10.0.0.130 - - [2026-04-23 04:58:04] "GET /obj-perms HTTP/1.1" 200 5056 0.063390 10.0.0.23 - - [2026-04-23 04:58:21] "POST /neutron/network HTTP/1.1" 200 1122 0.011192 10.0.0.23 - - [2026-04-23 04:58:21] "POST /neutron/subnet HTTP/1.1" 200 1380 0.025713 10.0.0.23 - - [2026-04-23 04:58:21] "POST /neutron/network HTTP/1.1" 200 1112 0.010090 [Introspect:8084]10.0.0.249 - - [2026-04-23 04:58:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000964 [Introspect:8084]10.0.0.249 - - [2026-04-23 04:58:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3162 0.001165