++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jan 19 02:01:38 AM UTC 2026 ===================' INFO: =================== Mon Jan 19 02:01:38 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ cut -d / -f 1 +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ 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.27,10.0.0.50,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort ++ set -o posix ++ set + 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: 01/19/2026 02:01:49.156 7f1d444486c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/19/2026 02:01:49.318 7f1d444486c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/19/2026 02:01:49.332 7f1d444486c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/19/2026 02:01:49.333 7f1d444486c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-01-19 02:02:04] "GET / HTTP/1.1" 503 181 0.000331 10.0.0.23 - - [2026-01-19 02:02:04] "GET / HTTP/1.1" 503 181 0.000209 10.0.0.27 - - [2026-01-19 02:02:05] "GET / HTTP/1.1" 200 35931 0.002022 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.27 - - [2026-01-19 02:02:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000759 10.0.0.23 - - [2026-01-19 02:02:05] "GET / HTTP/1.1" 200 45871 0.001534 10.0.0.23 - - [2026-01-19 02:02:05] "GET / HTTP/1.1" 200 45871 0.001857 10.0.0.23 - - [2026-01-19 02:02:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000348 10.0.0.23 - - [2026-01-19 02:02:05] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000229 10.0.0.50 - - [2026-01-19 02:02:06] "GET / HTTP/1.1" 200 35931 0.001509 10.0.0.50 - - [2026-01-19 02:02:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.924928 10.0.0.23 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.50 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.356388 10.0.0.50 - - [2026-01-19 02:02:07] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.014363 10.0.0.50 - - [2026-01-19 02:02:07] "GET / HTTP/1.1" 200 35931 0.001436 10.0.0.23 - - [2026-01-19 02:02:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.677527 10.0.0.23 - - [2026-01-19 02:02:07] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005357 10.0.0.27 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 186 1.305010 10.0.0.50 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.004208 10.0.0.27 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.020941 10.0.0.27 - - [2026-01-19 02:02:07] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009804 10.0.0.27 - - [2026-01-19 02:02:07] "GET / HTTP/1.1" 200 35931 0.001320 10.0.0.50 - - [2026-01-19 02:02:07] "POST /config-database-nodes HTTP/1.1" 200 617 0.110619 10.0.0.27 - - [2026-01-19 02:02:07] "POST /service-appliance-sets HTTP/1.1" 200 553 0.061833 10.0.0.27 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.005216 10.0.0.27 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.010016 10.0.0.27 - - [2026-01-19 02:02:07] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009807 /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.27 - - [2026-01-19 02:02:07] "POST /service-appliance-sets HTTP/1.1" 200 541 0.043871 10.0.0.27 - - [2026-01-19 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008919 10.0.0.27 - - [2026-01-19 02:02:08] "GET /network-ipam/76ed2b60-604c-4617-b95f-ff473cc9f777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005590 10.0.0.27 - - [2026-01-19 02:02:08] "POST /service-templates HTTP/1.1" 200 511 0.092413 10.0.0.23 - - [2026-01-19 02:02:08] "GET / HTTP/1.1" 200 35931 0.001741 10.0.0.23 - - [2026-01-19 02:02:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000354 10.0.0.50 - - [2026-01-19 02:02:08] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.50 - - [2026-01-19 02:02:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-01-19 02:02:08] "POST /service-templates HTTP/1.1" 200 501 0.085734 10.0.0.27 - - [2026-01-19 02:02:08] "POST /service-templates HTTP/1.1" 200 515 0.090863 10.0.0.27 - - [2026-01-19 02:02:08] "POST /service-templates HTTP/1.1" 200 535 0.077009 10.0.0.27 - - [2026-01-19 02:02:08] "GET / HTTP/1.1" 200 35931 0.001459 10.0.0.27 - - [2026-01-19 02:02:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2026-01-19 02:02:08] "POST /service-templates HTTP/1.1" 200 507 0.051417 10.0.0.27 - - [2026-01-19 02:02:09] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.27 - - [2026-01-19 02:02:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-01-19 02:02:09] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.23 - - [2026-01-19 02:02:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-01-19 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.767883 10.0.0.23 - - [2026-01-19 02:02:09] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007137 10.0.0.23 - - [2026-01-19 02:02:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.010185 10.0.0.23 - - [2026-01-19 02:02:09] "POST /config-database-nodes HTTP/1.1" 200 617 0.065251 10.0.0.50 - - [2026-01-19 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 1.085072 10.0.0.50 - - [2026-01-19 02:02:10] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.031419 10.0.0.27 - - [2026-01-19 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.834043 10.0.0.27 - - [2026-01-19 02:02:10] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010522 10.0.0.50 - - [2026-01-19 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.004890 10.0.0.27 - - [2026-01-19 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.004469 10.0.0.27 - - [2026-01-19 02:02:10] "POST /config-database-nodes HTTP/1.1" 200 617 0.101732 10.0.0.50 - - [2026-01-19 02:02:10] "POST /config-nodes HTTP/1.1" 200 599 0.133752 10.0.0.27 - - [2026-01-19 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.554911 10.0.0.27 - - [2026-01-19 02:02:11] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007258 10.0.0.23 - - [2026-01-19 02:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.096148 10.0.0.23 - - [2026-01-19 02:02:11] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009661 10.0.0.27 - - [2026-01-19 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.005635 10.0.0.23 - - [2026-01-19 02:02:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.005180 10.0.0.27 - - [2026-01-19 02:02:11] "POST /config-nodes HTTP/1.1" 200 599 0.078383 10.0.0.23 - - [2026-01-19 02:02:11] "POST /config-nodes HTTP/1.1" 200 599 0.061777 10.0.0.50 - - [2026-01-19 02:02:11] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.50 - - [2026-01-19 02:02:11] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-01-19 02:02:11] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.079074 10.0.0.23 - - [2026-01-19 02:02:12] "GET / HTTP/1.1" 200 35931 0.001708 10.0.0.23 - - [2026-01-19 02:02:12] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000352 10.0.0.27 - - [2026-01-19 02:02:12] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.27 - - [2026-01-19 02:02:12] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000720 10.0.0.23 - - [2026-01-19 02:02:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.349601 10.0.0.27 - - [2026-01-19 02:02:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.060632 10.0.0.50 - - [2026-01-19 02:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.50 - - [2026-01-19 02:02:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.005982 10.0.0.50 - - [2026-01-19 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.50 - - [2026-01-19 02:02:17] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.017384 10.0.0.23 - - [2026-01-19 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.23 - - [2026-01-19 02:02:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005790 10.0.0.27 - - [2026-01-19 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.27 - - [2026-01-19 02:02:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004529 10.0.0.23 - - [2026-01-19 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.27 - - [2026-01-19 02:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.23 - - [2026-01-19 02:02:17] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.016487 10.0.0.27 - - [2026-01-19 02:02:17] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.015643 10.0.0.50 - - [2026-01-19 02:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.50 - - [2026-01-19 02:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.23 - - [2026-01-19 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-01-19 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-01-19 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2026-01-19 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2026-01-19 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2026-01-19 02:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.23 - - [2026-01-19 02:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2026-01-19 02:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-01-19 02:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.27 - - [2026-01-19 02:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000981 10.0.0.27 - - [2026-01-19 02:02:27] "GET /network-ipam/76ed2b60-604c-4617-b95f-ff473cc9f777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.027020 10.0.0.27 - - [2026-01-19 02:02:27] "POST /fqname-to-id HTTP/1.1" 404 224 0.003613 10.0.0.27 - - [2026-01-19 02:02:27] "POST /ref-update HTTP/1.1" 200 156 0.026939 10.0.0.27 - - [2026-01-19 02:02:27] "POST /route-targets HTTP/1.1" 200 327 0.014896 10.0.0.27 - - [2026-01-19 02:02:28] "POST /ref-update HTTP/1.1" 200 156 0.022026 10.0.0.27 - - [2026-01-19 02:02:28] "PUT /access-control-list/d412a372-0ab6-4a04-bd7f-59c09668724f HTTP/1.1" 200 272 0.021689 10.0.0.27 - - [2026-01-19 02:03:04] "POST /ref-update HTTP/1.1" 200 156 0.036143 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.27 - - [2026-01-19 02:06:12] "GET /obj-perms HTTP/1.1" 200 5056 0.366776 [Introspect:8084]10.0.0.23 - - [2026-01-19 02:06:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000985 [Introspect:8084]10.0.0.23 - - [2026-01-19 02:06:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000892 [Introspect:8084]10.0.0.23 - - [2026-01-19 02:07:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001062 [Introspect:8084]10.0.0.23 - - [2026-01-19 02:07:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001060 10.0.0.50 - - [2026-01-19 02:07:13] "GET /obj-perms HTTP/1.1" 200 5056 0.058954 10.0.0.23 - - [2026-01-19 02:07:13] "GET /obj-perms HTTP/1.1" 200 5056 0.048889 10.0.0.50 - - [2026-01-19 02:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.50 - - [2026-01-19 02:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2026-01-19 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.001013 10.0.0.23 - - [2026-01-19 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.50 - - [2026-01-19 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.50 - - [2026-01-19 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-01-19 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2026-01-19 02:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-01-19 02:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000999 10.0.0.23 - - [2026-01-19 02:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.27 - - [2026-01-19 02:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2026-01-19 02:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2026-01-19 02:08:16] "GET / HTTP/1.1" 200 35931 0.001731 10.0.0.27 - - [2026-01-19 02:08:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2026-01-19 02:08:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.052340 10.0.0.23 - - [2026-01-19 02:08:17] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.056018 10.0.0.23 - - [2026-01-19 02:08:18] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.23 - - [2026-01-19 02:08:18] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033882 10.0.0.23 - - [2026-01-19 02:08:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.003869 10.0.0.23 - - [2026-01-19 02:08:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.009452 10.0.0.23 - - [2026-01-19 02:08:18] "POST /security-groups HTTP/1.1" 200 589 0.080300 10.0.0.23 - - [2026-01-19 02:08:18] "POST /projects HTTP/1.1" 200 581 0.343128 10.0.0.27 - - [2026-01-19 02:08:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.029328 10.0.0.23 - - [2026-01-19 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.416847 10.0.0.27 - - [2026-01-19 02:08:18] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.659266 10.0.0.27 - - [2026-01-19 02:08:18] "POST /access-control-lists HTTP/1.1" 200 592 0.048721 10.0.0.27 - - [2026-01-19 02:08:19] "GET / HTTP/1.1" 200 35931 0.001615 10.0.0.23 - - [2026-01-19 02:08:22] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001505 10.0.0.27 - - [2026-01-19 02:08:22] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072215 10.0.0.23 - - [2026-01-19 02:08:22] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000898 10.0.0.27 - - [2026-01-19 02:08:22] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?fields=virtual_networks HTTP/1.1" 200 1029 0.062359 10.0.0.23 - - [2026-01-19 02:08:22] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.27 - - [2026-01-19 02:08:23] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.104262 10.0.0.23 - - [2026-01-19 02:08:23] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.27 - - [2026-01-19 02:08:23] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?fields=security_groups HTTP/1.1" 200 1253 0.078835 10.0.0.23 - - [2026-01-19 02:08:23] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003717 10.0.0.23 - - [2026-01-19 02:08:23] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.23 - - [2026-01-19 02:08:23] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009718 10.0.0.23 - - [2026-01-19 02:08:24] "POST /id-to-fqname HTTP/1.1" 200 167 0.007915 10.0.0.23 - - [2026-01-19 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 176 0.006530 10.0.0.23 - - [2026-01-19 02:08:24] "POST /security-groups HTTP/1.1" 200 568 0.087626 10.0.0.23 - - [2026-01-19 02:08:24] "POST /projects HTTP/1.1" 200 539 0.369467 10.0.0.23 - - [2026-01-19 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.409420 10.0.0.27 - - [2026-01-19 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 206 0.013689 10.0.0.27 - - [2026-01-19 02:08:24] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.592013 [Introspect:8084]10.0.0.27 - - [2026-01-19 02:08:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001306 10.0.0.23 - - [2026-01-19 02:08:26] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001323 10.0.0.27 - - [2026-01-19 02:08:26] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.055482 10.0.0.23 - - [2026-01-19 02:08:27] "GET /obj-perms HTTP/1.1" 200 5056 0.053943 [Introspect:8084]10.0.0.27 - - [2026-01-19 02:08:28] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000778 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.055020 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004972 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004921 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004440 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.005417 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004231 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004318 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004617 10.0.0.27 - - [2026-01-19 02:08:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004661 10.0.0.27 - - [2026-01-19 02:08:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004910 10.0.0.27 - - [2026-01-19 02:08:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004559 10.0.0.50 - - [2026-01-19 02:08:30] "GET /obj-perms HTTP/1.1" 200 5056 0.059640 10.0.0.23 - - [2026-01-19 02:08:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004204 10.0.0.23 - - [2026-01-19 02:08:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004256 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005621 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.010846 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004212 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004201 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004970 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004324 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004553 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004235 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.006635 10.0.0.27 - - [2026-01-19 02:08:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004673 10.0.0.27 - - [2026-01-19 02:08:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004764 10.0.0.27 - - [2026-01-19 02:08:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004074 10.0.0.27 - - [2026-01-19 02:08:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004411 10.0.0.27 - - [2026-01-19 02:08:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004367 10.0.0.27 - - [2026-01-19 02:08:36] "GET /obj-perms HTTP/1.1" 200 5056 0.004168 10.0.0.27 - - [2026-01-19 02:08:37] "GET /obj-perms HTTP/1.1" 200 5056 0.005001 10.0.0.27 - - [2026-01-19 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.026355 10.0.0.23 - - [2026-01-19 02:08:38] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005000 10.0.0.23 - - [2026-01-19 02:08:38] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.23 - - [2026-01-19 02:08:38] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.015226 10.0.0.23 - - [2026-01-19 02:08:38] "POST /id-to-fqname HTTP/1.1" 200 201 0.001287 10.0.0.23 - - [2026-01-19 02:08:38] "POST /fqname-to-id HTTP/1.1" 404 210 0.020560 10.0.0.23 - - [2026-01-19 02:08:38] "POST /security-groups HTTP/1.1" 200 602 0.089551 10.0.0.23 - - [2026-01-19 02:08:38] "POST /projects HTTP/1.1" 200 607 0.393406 10.0.0.23 - - [2026-01-19 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.426571 10.0.0.27 - - [2026-01-19 02:08:38] "POST /access-control-lists HTTP/1.1" 200 607 0.044146 10.0.0.27 - - [2026-01-19 02:08:38] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.617322 10.0.0.27 - - [2026-01-19 02:08:39] "GET / HTTP/1.1" 200 35931 0.001424 10.0.0.27 - - [2026-01-19 02:08:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2026-01-19 02:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.055686 10.0.0.23 - - [2026-01-19 02:08:41] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000886 10.0.0.27 - - [2026-01-19 02:08:41] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.103355 10.0.0.27 - - [2026-01-19 02:08:42] "POST /route-targets HTTP/1.1" 200 327 0.027533 10.0.0.23 - - [2026-01-19 02:08:42] "POST /useragent-kv HTTP/1.1" 200 115 0.010245 10.0.0.27 - - [2026-01-19 02:08:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.362717 10.0.0.27 - - [2026-01-19 02:08:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001336 10.0.0.27 - - [2026-01-19 02:08:42] "GET /virtual-network/ea411a03-26ad-49d5-80fa-8e028085bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005470 10.0.0.27 - - [2026-01-19 02:08:42] "GET /virtual-network/ea411a03-26ad-49d5-80fa-8e028085bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006653 10.0.0.27 - - [2026-01-19 02:08:42] "POST /neutron/network HTTP/1.1" 200 839 0.009282 10.0.0.27 - - [2026-01-19 02:08:43] "GET /virtual-network/ea411a03-26ad-49d5-80fa-8e028085bc84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008995 10.0.0.50 - - [2026-01-19 02:08:44] "GET /obj-perms HTTP/1.1" 200 5052 0.057958 10.0.0.27 - - [2026-01-19 02:08:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001471 10.0.0.23 - - [2026-01-19 02:08:46] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001510 10.0.0.27 - - [2026-01-19 02:08:46] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.078813 10.0.0.27 - - [2026-01-19 02:08:47] "POST /neutron/network HTTP/1.1" 200 839 0.037475 10.0.0.27 - - [2026-01-19 02:08:47] "POST /neutron/port HTTP/1.1" 200 117 0.007993 10.0.0.27 - - [2026-01-19 02:08:49] "POST /neutron/port HTTP/1.1" 200 1071 0.054854 10.0.0.27 - - [2026-01-19 02:08:49] "POST /neutron/port HTTP/1.1" 200 1135 0.027438 10.0.0.27 - - [2026-01-19 02:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.27 - - [2026-01-19 02:08:52] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008872 10.0.0.27 - - [2026-01-19 02:08:53] "GET /obj-perms HTTP/1.1" 200 5052 0.061183 10.0.0.27 - - [2026-01-19 02:08:56] "GET /obj-perms HTTP/1.1" 200 5052 0.004318 10.0.0.27 - - [2026-01-19 02:08:58] "POST /neutron/network HTTP/1.1" 200 849 0.007600 10.0.0.27 - - [2026-01-19 02:08:58] "POST /neutron/network HTTP/1.1" 200 839 0.013132 10.0.0.27 - - [2026-01-19 02:08:58] "POST /neutron/network HTTP/1.1" 200 839 0.021282 10.0.0.27 - - [2026-01-19 02:08:59] "POST /neutron/port HTTP/1.1" 200 151 0.278615 10.0.0.27 - - [2026-01-19 02:09:00] "DELETE /route-target/8d7701ac-3dcb-4e10-a512-97849472e17e HTTP/1.1" 200 115 0.041061 10.0.0.23 - - [2026-01-19 02:09:01] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001940 10.0.0.27 - - [2026-01-19 02:09:01] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.055855 10.0.0.23 - - [2026-01-19 02:09:01] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001790 10.0.0.27 - - [2026-01-19 02:09:01] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?fields=virtual_networks HTTP/1.1" 200 1054 0.062502 10.0.0.23 - - [2026-01-19 02:09:01] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002205 10.0.0.27 - - [2026-01-19 02:09:01] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.077760 10.0.0.23 - - [2026-01-19 02:09:01] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001029 10.0.0.27 - - [2026-01-19 02:09:01] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?fields=security_groups HTTP/1.1" 200 1291 0.064760 10.0.0.23 - - [2026-01-19 02:09:02] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001711 10.0.0.27 - - [2026-01-19 02:09:02] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.071579 10.0.0.23 - - [2026-01-19 02:09:08] "DELETE /project/38f51aed3c0e484eb962143c9f1e7337 HTTP/1.1" 404 173 0.011450 10.0.0.23 - - [2026-01-19 02:09:08] "DELETE /project/f53ccb6023c1463a9edd3aff7f8355e6 HTTP/1.1" 404 173 0.010104 10.0.0.23 - - [2026-01-19 02:09:08] "DELETE /project/dc758e9a38d341dca95d72e70de905dc HTTP/1.1" 404 173 0.008374 10.0.0.23 - - [2026-01-19 02:09:08] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000863 10.0.0.23 - - [2026-01-19 02:09:08] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000807 10.0.0.23 - - [2026-01-19 02:09:08] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.077955 10.0.0.23 - - [2026-01-19 02:09:08] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002404 10.0.0.23 - - [2026-01-19 02:09:08] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.123258 10.0.0.23 - - [2026-01-19 02:09:08] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001091 10.0.0.23 - - [2026-01-19 02:09:08] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001414 10.0.0.23 - - [2026-01-19 02:09:08] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?fields=security_groups HTTP/1.1" 200 1396 0.131980 10.0.0.27 - - [2026-01-19 02:09:08] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.129713 10.0.0.23 - - [2026-01-19 02:09:08] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?fields=security_groups HTTP/1.1" 200 1358 0.176960 10.0.0.23 - - [2026-01-19 02:09:08] "DELETE /security-group/e12d07d1-6ba3-4afc-9212-a2ed3e2bc475 HTTP/1.1" 200 115 0.157909 10.0.0.23 - - [2026-01-19 02:09:08] "GET /projects?obj_uuids=38f51aed-3c0e-484e-b962-143c9f1e7337&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002490 10.0.0.23 - - [2026-01-19 02:09:09] "GET /project/38f51aed-3c0e-484e-b962-143c9f1e7337?fields=application_policy_sets HTTP/1.1" 200 1435 0.162643 10.0.0.23 - - [2026-01-19 02:09:09] "DELETE /security-group/6fca33a4-206d-4342-951c-08e4764f347e HTTP/1.1" 200 115 0.279124 10.0.0.23 - - [2026-01-19 02:09:09] "GET /projects?obj_uuids=f53ccb60-23c1-463a-9edd-3aff7f8355e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.27 - - [2026-01-19 02:09:09] "DELETE /access-control-list/89e792d7-2f8e-43b0-a036-c7de16525cf2 HTTP/1.1" 200 115 0.163446 10.0.0.23 - - [2026-01-19 02:09:09] "GET /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6?fields=application_policy_sets HTTP/1.1" 200 1397 0.093281 10.0.0.23 - - [2026-01-19 02:09:09] "DELETE /project/38f51aed-3c0e-484e-b962-143c9f1e7337 HTTP/1.1" 200 115 0.933571 10.0.0.23 - - [2026-01-19 02:09:09] "DELETE /project/f53ccb60-23c1-463a-9edd-3aff7f8355e6 HTTP/1.1" 200 115 1.030815 10.0.0.27 - - [2026-01-19 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.026872 10.0.0.23 - - [2026-01-19 02:09:11] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003364 10.0.0.23 - - [2026-01-19 02:09:11] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001591 10.0.0.23 - - [2026-01-19 02:09:11] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008928 10.0.0.23 - - [2026-01-19 02:09:11] "POST /id-to-fqname HTTP/1.1" 200 202 0.012485 10.0.0.23 - - [2026-01-19 02:09:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.004827 10.0.0.23 - - [2026-01-19 02:09:11] "POST /security-groups HTTP/1.1" 200 603 0.041943 10.0.0.23 - - [2026-01-19 02:09:12] "POST /projects HTTP/1.1" 200 609 0.339056 10.0.0.23 - - [2026-01-19 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.373454 10.0.0.27 - - [2026-01-19 02:09:12] "POST /access-control-lists HTTP/1.1" 200 608 0.044557 10.0.0.27 - - [2026-01-19 02:09:12] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.598727 10.0.0.27 - - [2026-01-19 02:09:13] "GET / HTTP/1.1" 200 35931 0.002276 10.0.0.27 - - [2026-01-19 02:09:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-01-19 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.068444 10.0.0.23 - - [2026-01-19 02:09:14] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.27 - - [2026-01-19 02:09:14] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053249 10.0.0.27 - - [2026-01-19 02:09:14] "POST /neutron/network HTTP/1.1" 200 117 0.037177 10.0.0.27 - - [2026-01-19 02:09:14] "POST /route-targets HTTP/1.1" 200 327 0.026447 10.0.0.27 - - [2026-01-19 02:09:14] "POST /neutron/network HTTP/1.1" 200 923 0.010105 10.0.0.27 - - [2026-01-19 02:09:14] "POST /id-to-fqname HTTP/1.1" 200 275 0.003382 10.0.0.27 - - [2026-01-19 02:09:14] "GET /virtual-network/b926468f-8b18-4ee6-ac6b-3559eb07e378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.009328 10.0.0.27 - - [2026-01-19 02:09:14] "GET /virtual-network/b926468f-8b18-4ee6-ac6b-3559eb07e378?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006305 10.0.0.27 - - [2026-01-19 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.023702 10.0.0.27 - - [2026-01-19 02:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007268 10.0.0.23 - - [2026-01-19 02:09:14] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001505 10.0.0.27 - - [2026-01-19 02:09:14] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065168 10.0.0.27 - - [2026-01-19 02:09:15] "POST /ref-update HTTP/1.1" 200 156 0.038418 10.0.0.23 - - [2026-01-19 02:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009168 10.0.0.27 - - [2026-01-19 02:09:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.210150 10.0.0.27 - - [2026-01-19 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 275 0.001180 10.0.0.27 - - [2026-01-19 02:09:15] "GET /virtual-network/869f116c-8ac2-4d32-be7a-385dbe2a6b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005480 10.0.0.27 - - [2026-01-19 02:09:15] "GET /virtual-network/869f116c-8ac2-4d32-be7a-385dbe2a6b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005803 10.0.0.27 - - [2026-01-19 02:09:15] "POST /neutron/network HTTP/1.1" 200 922 0.010326 10.0.0.27 - - [2026-01-19 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2026-01-19 02:09:15] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.27 - - [2026-01-19 02:09:15] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060809 10.0.0.23 - - [2026-01-19 02:09:15] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.27 - - [2026-01-19 02:09:15] "POST /neutron/network HTTP/1.1" 200 705 0.173259 10.0.0.27 - - [2026-01-19 02:09:16] "POST /id-to-fqname HTTP/1.1" 200 276 0.004106 10.0.0.27 - - [2026-01-19 02:09:16] "GET /virtual-network/57632a30-7117-4815-b6b2-582c4fdde7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006215 10.0.0.27 - - [2026-01-19 02:09:16] "POST /neutron/network HTTP/1.1" 200 923 0.009711 10.0.0.27 - - [2026-01-19 02:09:16] "GET /virtual-network/57632a30-7117-4815-b6b2-582c4fdde7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007519 10.0.0.27 - - [2026-01-19 02:09:16] "POST /id-to-fqname HTTP/1.1" 200 275 0.001595 10.0.0.27 - - [2026-01-19 02:09:16] "POST /neutron/network HTTP/1.1" 200 932 0.009638 10.0.0.23 - - [2026-01-19 02:09:17] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000930 10.0.0.27 - - [2026-01-19 02:09:17] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.075219 10.0.0.27 - - [2026-01-19 02:09:17] "POST /neutron/port HTTP/1.1" 200 117 0.006957 10.0.0.27 - - [2026-01-19 02:09:17] "POST /id-to-fqname HTTP/1.1" 200 276 0.001203 10.0.0.27 - - [2026-01-19 02:09:18] "POST /neutron/network HTTP/1.1" 200 932 0.008368 10.0.0.27 - - [2026-01-19 02:09:18] "POST /neutron/port HTTP/1.1" 200 1072 0.025107 10.0.0.23 - - [2026-01-19 02:09:18] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.27 - - [2026-01-19 02:09:18] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.168235 10.0.0.27 - - [2026-01-19 02:09:18] "POST /neutron/port HTTP/1.1" 200 1136 0.030863 10.0.0.27 - - [2026-01-19 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.27 - - [2026-01-19 02:09:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008152 10.0.0.23 - - [2026-01-19 02:09:19] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.27 - - [2026-01-19 02:09:20] "POST /neutron/port HTTP/1.1" 200 1071 0.423878 10.0.0.27 - - [2026-01-19 02:09:20] "POST /neutron/network HTTP/1.1" 200 922 0.009311 10.0.0.27 - - [2026-01-19 02:09:21] "POST /neutron/port HTTP/1.1" 200 1135 0.050675 10.0.0.27 - - [2026-01-19 02:09:21] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.27 - - [2026-01-19 02:09:21] "POST /neutron/port HTTP/1.1" 200 1126 0.016878 10.0.0.23 - - [2026-01-19 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007512 10.0.0.27 - - [2026-01-19 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006341 10.0.0.23 - - [2026-01-19 02:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005018 10.0.0.27 - - [2026-01-19 02:09:23] "POST /neutron/network HTTP/1.1" 200 151 0.162997 10.0.0.27 - - [2026-01-19 02:09:24] "POST /neutron/port HTTP/1.1" 200 1135 0.021652 10.0.0.27 - - [2026-01-19 02:09:24] "POST /neutron/port HTTP/1.1" 200 117 0.007663 10.0.0.27 - - [2026-01-19 02:09:25] "POST /neutron/network HTTP/1.1" 200 923 0.009030 10.0.0.27 - - [2026-01-19 02:09:25] "DELETE /route-target/0709d32f-f32a-43d4-b516-a202e41f7196 HTTP/1.1" 200 115 0.048585 10.0.0.23 - - [2026-01-19 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003305 10.0.0.23 - - [2026-01-19 02:09:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005307 10.0.0.27 - - [2026-01-19 02:09:25] "POST /neutron/network HTTP/1.1" 200 151 0.193907 10.0.0.23 - - [2026-01-19 02:09:25] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001989 10.0.0.27 - - [2026-01-19 02:09:25] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.113645 10.0.0.23 - - [2026-01-19 02:09:25] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.27 - - [2026-01-19 02:09:25] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?fields=virtual_networks HTTP/1.1" 200 1056 0.075225 10.0.0.23 - - [2026-01-19 02:09:25] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.27 - - [2026-01-19 02:09:25] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.079706 10.0.0.23 - - [2026-01-19 02:09:26] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.27 - - [2026-01-19 02:09:26] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?fields=security_groups HTTP/1.1" 200 1294 0.057585 10.0.0.27 - - [2026-01-19 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.026780 10.0.0.23 - - [2026-01-19 02:09:27] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003683 10.0.0.23 - - [2026-01-19 02:09:27] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.23 - - [2026-01-19 02:09:27] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008799 10.0.0.23 - - [2026-01-19 02:09:27] "POST /id-to-fqname HTTP/1.1" 200 192 0.004451 10.0.0.23 - - [2026-01-19 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.010115 10.0.0.23 - - [2026-01-19 02:09:27] "POST /security-groups HTTP/1.1" 200 593 0.080401 10.0.0.27 - - [2026-01-19 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.003736 10.0.0.23 - - [2026-01-19 02:09:27] "POST /projects HTTP/1.1" 200 589 0.327221 10.0.0.23 - - [2026-01-19 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.407270 10.0.0.27 - - [2026-01-19 02:09:27] "POST /access-control-lists HTTP/1.1" 200 596 0.049719 10.0.0.27 - - [2026-01-19 02:09:27] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.571223 10.0.0.27 - - [2026-01-19 02:09:28] "GET / HTTP/1.1" 200 35931 0.002143 10.0.0.27 - - [2026-01-19 02:09:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2026-01-19 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.061294 10.0.0.23 - - [2026-01-19 02:09:29] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.27 - - [2026-01-19 02:09:29] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065885 10.0.0.23 - - [2026-01-19 02:09:29] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001521 10.0.0.27 - - [2026-01-19 02:09:29] "POST /neutron/network HTTP/1.1" 200 673 0.237663 10.0.0.27 - - [2026-01-19 02:09:30] "POST /id-to-fqname HTTP/1.1" 200 255 0.003919 10.0.0.27 - - [2026-01-19 02:09:30] "GET /virtual-network/c22f04d1-c249-4a91-8525-8aa93a74f891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006115 10.0.0.27 - - [2026-01-19 02:09:30] "POST /neutron/network HTTP/1.1" 200 894 0.009847 10.0.0.27 - - [2026-01-19 02:09:30] "GET /virtual-network/c22f04d1-c249-4a91-8525-8aa93a74f891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007035 10.0.0.27 - - [2026-01-19 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2026-01-19 02:09:30] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.27 - - [2026-01-19 02:09:30] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.052293 10.0.0.27 - - [2026-01-19 02:09:30] "POST /neutron/network HTTP/1.1" 200 117 0.016487 10.0.0.27 - - [2026-01-19 02:09:30] "POST /route-targets HTTP/1.1" 200 327 0.017053 10.0.0.27 - - [2026-01-19 02:09:31] "POST /neutron/network HTTP/1.1" 200 893 0.018699 10.0.0.27 - - [2026-01-19 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 255 0.001345 10.0.0.27 - - [2026-01-19 02:09:31] "GET /virtual-network/5427e0ec-e897-4557-9adc-6312f063874d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006751 10.0.0.27 - - [2026-01-19 02:09:31] "GET /virtual-network/5427e0ec-e897-4557-9adc-6312f063874d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.011330 10.0.0.27 - - [2026-01-19 02:09:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.011432 10.0.0.27 - - [2026-01-19 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2026-01-19 02:09:31] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001579 10.0.0.27 - - [2026-01-19 02:09:31] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.080433 10.0.0.27 - - [2026-01-19 02:09:31] "POST /ref-update HTTP/1.1" 200 156 0.035522 10.0.0.23 - - [2026-01-19 02:09:31] "POST /useragent-kv HTTP/1.1" 200 115 0.009580 10.0.0.27 - - [2026-01-19 02:09:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.307207 10.0.0.27 - - [2026-01-19 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 256 0.001522 10.0.0.27 - - [2026-01-19 02:09:31] "GET /virtual-network/8065009a-d986-4176-84dd-c6dc347ee80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.009863 10.0.0.27 - - [2026-01-19 02:09:31] "GET /virtual-network/8065009a-d986-4176-84dd-c6dc347ee80f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006653 10.0.0.27 - - [2026-01-19 02:09:31] "POST /neutron/network HTTP/1.1" 200 894 0.007552 10.0.0.27 - - [2026-01-19 02:09:31] "POST /id-to-fqname HTTP/1.1" 200 255 0.001438 10.0.0.23 - - [2026-01-19 02:09:32] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001305 10.0.0.27 - - [2026-01-19 02:09:32] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.104254 10.0.0.27 - - [2026-01-19 02:09:32] "POST /neutron/network HTTP/1.1" 200 893 0.007641 10.0.0.27 - - [2026-01-19 02:09:33] "POST /id-to-fqname HTTP/1.1" 200 256 0.001310 10.0.0.27 - - [2026-01-19 02:09:33] "POST /neutron/port HTTP/1.1" 200 117 0.006728 10.0.0.23 - - [2026-01-19 02:09:33] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001972 10.0.0.27 - - [2026-01-19 02:09:33] "POST /neutron/port HTTP/1.1" 200 1063 0.406936 10.0.0.23 - - [2026-01-19 02:09:34] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000980 10.0.0.27 - - [2026-01-19 02:09:34] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.141823 10.0.0.27 - - [2026-01-19 02:09:34] "POST /neutron/port HTTP/1.1" 200 1117 0.190787 10.0.0.27 - - [2026-01-19 02:09:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005304 10.0.0.27 - - [2026-01-19 02:09:34] "POST /neutron/port HTTP/1.1" 200 1127 0.028815 10.0.0.27 - - [2026-01-19 02:09:34] "POST /neutron/port HTTP/1.1" 200 117 0.007878 10.0.0.27 - - [2026-01-19 02:09:35] "POST /neutron/port HTTP/1.1" 200 1062 0.030405 10.0.0.27 - - [2026-01-19 02:09:35] "POST /neutron/port HTTP/1.1" 200 1126 0.027730 10.0.0.27 - - [2026-01-19 02:09:35] "POST /neutron/port HTTP/1.1" 200 117 0.001427 10.0.0.27 - - [2026-01-19 02:09:36] "POST /neutron/network HTTP/1.1" 400 204 0.020866 10.0.0.27 - - [2026-01-19 02:09:36] "POST /neutron/port HTTP/1.1" 200 151 0.204203 10.0.0.27 - - [2026-01-19 02:09:37] "POST /neutron/port HTTP/1.1" 200 151 0.247259 10.0.0.23 - - [2026-01-19 02:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003819 10.0.0.23 - - [2026-01-19 02:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004305 10.0.0.27 - - [2026-01-19 02:09:38] "POST /neutron/network HTTP/1.1" 200 151 0.172154 10.0.0.27 - - [2026-01-19 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.27 - - [2026-01-19 02:09:38] "POST /neutron/network HTTP/1.1" 200 894 0.019073 10.0.0.23 - - [2026-01-19 02:09:38] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.27 - - [2026-01-19 02:09:38] "DELETE /route-target/673e9d3f-f9ae-4696-ad8c-d7ef0bd392dd HTTP/1.1" 200 115 0.047083 10.0.0.27 - - [2026-01-19 02:09:38] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.061224 10.0.0.23 - - [2026-01-19 02:09:38] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.27 - - [2026-01-19 02:09:38] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?fields=virtual_networks HTTP/1.1" 200 1035 0.069547 10.0.0.23 - - [2026-01-19 02:09:38] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001025 10.0.0.27 - - [2026-01-19 02:09:38] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.064032 10.0.0.23 - - [2026-01-19 02:09:38] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001433 10.0.0.27 - - [2026-01-19 02:09:39] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?fields=security_groups HTTP/1.1" 200 1263 0.061221 10.0.0.27 - - [2026-01-19 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.026473 10.0.0.23 - - [2026-01-19 02:09:39] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004761 10.0.0.23 - - [2026-01-19 02:09:39] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.23 - - [2026-01-19 02:09:39] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008837 10.0.0.23 - - [2026-01-19 02:09:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.001519 10.0.0.23 - - [2026-01-19 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.010737 10.0.0.23 - - [2026-01-19 02:09:40] "POST /security-groups HTTP/1.1" 200 599 0.086282 10.0.0.23 - - [2026-01-19 02:09:40] "POST /projects HTTP/1.1" 200 601 0.320426 10.0.0.27 - - [2026-01-19 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 241 0.012347 10.0.0.23 - - [2026-01-19 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.400850 10.0.0.27 - - [2026-01-19 02:09:40] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.564405 10.0.0.27 - - [2026-01-19 02:09:41] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.27 - - [2026-01-19 02:09:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-01-19 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.057317 10.0.0.23 - - [2026-01-19 02:09:42] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.27 - - [2026-01-19 02:09:42] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054636 10.0.0.23 - - [2026-01-19 02:09:42] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.27 - - [2026-01-19 02:09:42] "POST /neutron/network HTTP/1.1" 200 691 0.169738 10.0.0.27 - - [2026-01-19 02:09:42] "POST /ref-update HTTP/1.1" 200 156 0.030965 10.0.0.27 - - [2026-01-19 02:09:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.005347 10.0.0.27 - - [2026-01-19 02:09:43] "GET /virtual-network/314ba8b1-465f-4074-891b-986de54166ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007659 10.0.0.27 - - [2026-01-19 02:09:43] "POST /neutron/network HTTP/1.1" 200 909 0.008793 10.0.0.27 - - [2026-01-19 02:09:43] "GET /virtual-network/314ba8b1-465f-4074-891b-986de54166ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005583 10.0.0.27 - - [2026-01-19 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2026-01-19 02:09:43] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.27 - - [2026-01-19 02:09:43] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065642 10.0.0.27 - - [2026-01-19 02:09:43] "POST /neutron/network HTTP/1.1" 200 117 0.046627 10.0.0.27 - - [2026-01-19 02:09:43] "POST /neutron/network HTTP/1.1" 200 910 0.014401 10.0.0.27 - - [2026-01-19 02:09:43] "POST /id-to-fqname HTTP/1.1" 200 267 0.001212 10.0.0.27 - - [2026-01-19 02:09:43] "GET /virtual-network/da807afb-01a7-4246-9881-6ea9c3271397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005273 10.0.0.27 - - [2026-01-19 02:09:43] "GET /virtual-network/da807afb-01a7-4246-9881-6ea9c3271397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006395 10.0.0.27 - - [2026-01-19 02:09:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.022313 10.0.0.27 - - [2026-01-19 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.23 - - [2026-01-19 02:09:43] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.27 - - [2026-01-19 02:09:43] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036475 10.0.0.27 - - [2026-01-19 02:09:44] "POST /route-targets HTTP/1.1" 200 327 0.021090 10.0.0.23 - - [2026-01-19 02:09:44] "POST /useragent-kv HTTP/1.1" 200 115 0.016832 10.0.0.27 - - [2026-01-19 02:09:44] "POST /neutron/subnet HTTP/1.1" 200 730 0.287235 10.0.0.27 - - [2026-01-19 02:09:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.001177 10.0.0.27 - - [2026-01-19 02:09:44] "GET /virtual-network/df48c75d-323d-454a-b6c7-ea46cf3df78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006261 10.0.0.27 - - [2026-01-19 02:09:44] "GET /virtual-network/df48c75d-323d-454a-b6c7-ea46cf3df78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005876 10.0.0.27 - - [2026-01-19 02:09:44] "POST /neutron/network HTTP/1.1" 200 913 0.007397 10.0.0.27 - - [2026-01-19 02:09:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.001176 10.0.0.23 - - [2026-01-19 02:10:09] "DELETE /project/59a180e7640146ceaba9f594c99599c0 HTTP/1.1" 404 173 0.012228 10.0.0.23 - - [2026-01-19 02:10:09] "DELETE /project/17d7fabd11174ae7878dabb4c2758795 HTTP/1.1" 404 173 0.011156 10.0.0.23 - - [2026-01-19 02:10:09] "DELETE /project/4458a2900dfe4bd698782570de15a32a HTTP/1.1" 404 173 0.008554 10.0.0.23 - - [2026-01-19 02:10:09] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000788 10.0.0.23 - - [2026-01-19 02:10:09] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000774 10.0.0.23 - - [2026-01-19 02:10:09] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.060541 10.0.0.23 - - [2026-01-19 02:10:09] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.095898 10.0.0.23 - - [2026-01-19 02:10:09] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002365 10.0.0.23 - - [2026-01-19 02:10:09] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001367 10.0.0.23 - - [2026-01-19 02:10:09] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?fields=security_groups HTTP/1.1" 200 1399 0.083666 10.0.0.23 - - [2026-01-19 02:10:09] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?fields=security_groups HTTP/1.1" 200 1368 0.105643 10.0.0.23 - - [2026-01-19 02:10:09] "DELETE /security-group/082d197d-eca0-4a77-8cd7-d7fde0bc27a9 HTTP/1.1" 200 115 0.057322 10.0.0.23 - - [2026-01-19 02:10:09] "GET /projects?obj_uuids=59a180e7-6401-46ce-aba9-f594c99599c0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004593 10.0.0.23 - - [2026-01-19 02:10:09] "GET /project/59a180e7-6401-46ce-aba9-f594c99599c0?fields=application_policy_sets HTTP/1.1" 200 1438 0.087252 10.0.0.23 - - [2026-01-19 02:10:09] "DELETE /security-group/89decdde-752a-4321-b6a3-f2bc09e97b6b HTTP/1.1" 200 115 0.144268 10.0.0.27 - - [2026-01-19 02:10:09] "DELETE /access-control-list/53b41747-647c-4e4a-9116-1709c170f727 HTTP/1.1" 200 115 0.088641 10.0.0.23 - - [2026-01-19 02:10:09] "GET /projects?obj_uuids=17d7fabd-1117-4ae7-878d-abb4c2758795&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.23 - - [2026-01-19 02:10:10] "GET /project/17d7fabd-1117-4ae7-878d-abb4c2758795?fields=application_policy_sets HTTP/1.1" 200 1407 0.059149 10.0.0.23 - - [2026-01-19 02:10:10] "DELETE /project/59a180e7-6401-46ce-aba9-f594c99599c0 HTTP/1.1" 200 115 0.656268 10.0.0.23 - - [2026-01-19 02:10:10] "DELETE /project/17d7fabd-1117-4ae7-878d-abb4c2758795 HTTP/1.1" 200 115 0.696319 10.0.0.23 - - [2026-01-19 02:10:16] "GET /obj-perms HTTP/1.1" 200 5056 0.072800 10.0.0.23 - - [2026-01-19 02:10:25] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.27 - - [2026-01-19 02:10:25] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.090029 10.0.0.27 - - [2026-01-19 02:10:25] "POST /neutron/network HTTP/1.1" 200 910 0.015040 10.0.0.27 - - [2026-01-19 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 268 0.001495 10.0.0.27 - - [2026-01-19 02:10:25] "POST /neutron/port HTTP/1.1" 200 117 0.007507 10.0.0.23 - - [2026-01-19 02:10:25] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.23 - - [2026-01-19 02:10:26] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.27 - - [2026-01-19 02:10:26] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.125364 10.0.0.27 - - [2026-01-19 02:10:26] "POST /neutron/port HTTP/1.1" 200 1068 0.513674 10.0.0.27 - - [2026-01-19 02:10:26] "POST /neutron/port HTTP/1.1" 200 1068 0.026326 10.0.0.27 - - [2026-01-19 02:10:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027304 10.0.0.23 - - [2026-01-19 02:10:26] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001349 10.0.0.27 - - [2026-01-19 02:10:26] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.067866 10.0.0.27 - - [2026-01-19 02:10:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004777 10.0.0.27 - - [2026-01-19 02:10:27] "POST /neutron/network HTTP/1.1" 200 910 0.011087 10.0.0.27 - - [2026-01-19 02:10:27] "POST /neutron/port HTTP/1.1" 200 1069 0.032336 10.0.0.27 - - [2026-01-19 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011552 10.0.0.27 - - [2026-01-19 02:10:27] "GET /security-group/96c8b8c4-151d-458b-a2f0-2672d1f5497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.008604 10.0.0.27 - - [2026-01-19 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.012588 10.0.0.23 - - [2026-01-19 02:10:28] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001210 10.0.0.27 - - [2026-01-19 02:10:28] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.122980 10.0.0.27 - - [2026-01-19 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.27 - - [2026-01-19 02:10:28] "POST /neutron/port HTTP/1.1" 200 1133 0.052437 10.0.0.27 - - [2026-01-19 02:10:28] "GET /security-group/96c8b8c4-151d-458b-a2f0-2672d1f5497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005332 10.0.0.27 - - [2026-01-19 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.016101 10.0.0.27 - - [2026-01-19 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.001357 10.0.0.27 - - [2026-01-19 02:10:28] "PUT /security-group/96c8b8c4-151d-458b-a2f0-2672d1f5497e HTTP/1.1" 200 262 0.050075 10.0.0.27 - - [2026-01-19 02:10:28] "PUT /access-control-list/4db688ff-6772-417d-a683-34c6513581c4 HTTP/1.1" 200 272 0.034557 10.0.0.27 - - [2026-01-19 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003861 10.0.0.27 - - [2026-01-19 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005480 10.0.0.23 - - [2026-01-19 02:10:29] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.27 - - [2026-01-19 02:10:29] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014939 10.0.0.27 - - [2026-01-19 02:10:29] "POST /service-templates HTTP/1.1" 200 543 0.062006 10.0.0.27 - - [2026-01-19 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.013103 10.0.0.27 - - [2026-01-19 02:10:29] "GET /service-template/0d1a7b0f-a0f1-4e51-b45d-cd6ba393ca34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.008319 10.0.0.27 - - [2026-01-19 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011979 10.0.0.27 - - [2026-01-19 02:10:29] "GET /service-template/0d1a7b0f-a0f1-4e51-b45d-cd6ba393ca34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005286 10.0.0.27 - - [2026-01-19 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.004443 10.0.0.27 - - [2026-01-19 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.002374 10.0.0.27 - - [2026-01-19 02:10:29] "POST /id-to-fqname HTTP/1.1" 200 268 0.002446 10.0.0.27 - - [2026-01-19 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017844 10.0.0.27 - - [2026-01-19 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.27 - - [2026-01-19 02:10:30] "DELETE /service-template/0d1a7b0f-a0f1-4e51-b45d-cd6ba393ca34 HTTP/1.1" 200 115 0.080524 10.0.0.27 - - [2026-01-19 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.005562 10.0.0.27 - - [2026-01-19 02:10:35] "POST /neutron/network HTTP/1.1" 200 910 0.019179 10.0.0.27 - - [2026-01-19 02:10:37] "POST /neutron/network HTTP/1.1" 400 204 0.032935 10.0.0.27 - - [2026-01-19 02:10:41] "POST /neutron/network HTTP/1.1" 200 910 0.011852 10.0.0.27 - - [2026-01-19 02:10:43] "POST /neutron/network HTTP/1.1" 400 204 0.032554 10.0.0.27 - - [2026-01-19 02:10:47] "POST /neutron/network HTTP/1.1" 200 910 0.015193 10.0.0.27 - - [2026-01-19 02:10:49] "POST /neutron/network HTTP/1.1" 400 204 0.037035 10.0.0.27 - - [2026-01-19 02:10:53] "POST /neutron/network HTTP/1.1" 200 910 0.014309 10.0.0.27 - - [2026-01-19 02:10:55] "POST /neutron/network HTTP/1.1" 400 204 0.019611 10.0.0.27 - - [2026-01-19 02:10:59] "POST /neutron/network HTTP/1.1" 200 910 0.007540 10.0.0.27 - - [2026-01-19 02:11:01] "POST /neutron/network HTTP/1.1" 400 204 0.015880 10.0.0.27 - - [2026-01-19 02:11:06] "POST /neutron/network HTTP/1.1" 200 910 0.008368 10.0.0.27 - - [2026-01-19 02:11:08] "POST /neutron/network HTTP/1.1" 400 204 0.014786 10.0.0.27 - - [2026-01-19 02:11:12] "POST /neutron/network HTTP/1.1" 200 910 0.007836 10.0.0.27 - - [2026-01-19 02:11:14] "POST /neutron/network HTTP/1.1" 400 204 0.015866 10.0.0.27 - - [2026-01-19 02:11:16] "GET /obj-perms HTTP/1.1" 200 5056 0.051296 10.0.0.27 - - [2026-01-19 02:11:18] "POST /neutron/network HTTP/1.1" 200 910 0.009121 10.0.0.27 - - [2026-01-19 02:11:20] "POST /neutron/network HTTP/1.1" 400 204 0.025450 10.0.0.27 - - [2026-01-19 02:11:24] "POST /neutron/network HTTP/1.1" 200 910 0.007940 10.0.0.27 - - [2026-01-19 02:11:24] "POST /neutron/network HTTP/1.1" 400 204 0.015508 10.0.0.27 - - [2026-01-19 02:11:26] "POST /neutron/port HTTP/1.1" 200 151 0.215248 10.0.0.27 - - [2026-01-19 02:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.008019 10.0.0.27 - - [2026-01-19 02:11:30] "POST /neutron/network HTTP/1.1" 200 913 0.006925 10.0.0.27 - - [2026-01-19 02:11:32] "POST /neutron/network HTTP/1.1" 400 204 0.015472 10.0.0.27 - - [2026-01-19 02:11:33] "POST /neutron/port HTTP/1.1" 200 151 0.233940 10.0.0.23 - - [2026-01-19 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007786 10.0.0.23 - - [2026-01-19 02:11:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003580 10.0.0.27 - - [2026-01-19 02:11:34] "POST /neutron/network HTTP/1.1" 200 151 0.176600 10.0.0.27 - - [2026-01-19 02:11:34] "DELETE /route-target/da357ca7-aff2-42ab-b8c8-84836dc4e5f1 HTTP/1.1" 200 115 0.038947 10.0.0.23 - - [2026-01-19 02:11:35] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.27 - - [2026-01-19 02:11:35] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067435 10.0.0.23 - - [2026-01-19 02:11:35] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.27 - - [2026-01-19 02:11:35] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.074371 10.0.0.23 - - [2026-01-19 02:11:37] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001325 10.0.0.27 - - [2026-01-19 02:11:37] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054146 10.0.0.23 - - [2026-01-19 02:11:37] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001421 10.0.0.27 - - [2026-01-19 02:11:37] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.046650 10.0.0.23 - - [2026-01-19 02:11:39] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.27 - - [2026-01-19 02:11:39] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059719 10.0.0.23 - - [2026-01-19 02:11:39] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.27 - - [2026-01-19 02:11:39] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.057953 10.0.0.23 - - [2026-01-19 02:11:41] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.27 - - [2026-01-19 02:11:41] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047068 10.0.0.23 - - [2026-01-19 02:11:41] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.27 - - [2026-01-19 02:11:41] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.055877 10.0.0.23 - - [2026-01-19 02:11:43] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.27 - - [2026-01-19 02:11:43] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064210 10.0.0.23 - - [2026-01-19 02:11:43] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.27 - - [2026-01-19 02:11:43] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.053336 10.0.0.23 - - [2026-01-19 02:11:45] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.27 - - [2026-01-19 02:11:45] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054980 10.0.0.23 - - [2026-01-19 02:11:45] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.27 - - [2026-01-19 02:11:45] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.055172 10.0.0.23 - - [2026-01-19 02:11:48] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.27 - - [2026-01-19 02:11:48] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053719 10.0.0.23 - - [2026-01-19 02:11:48] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.27 - - [2026-01-19 02:11:48] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.053780 10.0.0.23 - - [2026-01-19 02:11:50] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001337 10.0.0.27 - - [2026-01-19 02:11:50] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052760 10.0.0.23 - - [2026-01-19 02:11:50] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.27 - - [2026-01-19 02:11:50] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.050573 10.0.0.23 - - [2026-01-19 02:11:52] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.27 - - [2026-01-19 02:11:52] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057042 10.0.0.23 - - [2026-01-19 02:11:52] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001431 10.0.0.27 - - [2026-01-19 02:11:52] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.061524 10.0.0.23 - - [2026-01-19 02:11:54] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001265 10.0.0.27 - - [2026-01-19 02:11:54] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060319 10.0.0.23 - - [2026-01-19 02:11:54] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.27 - - [2026-01-19 02:11:54] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.060380 10.0.0.23 - - [2026-01-19 02:11:56] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001636 10.0.0.27 - - [2026-01-19 02:11:56] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062262 10.0.0.23 - - [2026-01-19 02:11:56] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001861 10.0.0.27 - - [2026-01-19 02:11:56] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.050068 10.0.0.23 - - [2026-01-19 02:11:58] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001272 10.0.0.27 - - [2026-01-19 02:11:58] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063810 10.0.0.23 - - [2026-01-19 02:11:58] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.27 - - [2026-01-19 02:11:58] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.061606 10.0.0.23 - - [2026-01-19 02:12:01] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.27 - - [2026-01-19 02:12:01] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050129 10.0.0.23 - - [2026-01-19 02:12:01] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001466 10.0.0.27 - - [2026-01-19 02:12:01] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.086892 10.0.0.23 - - [2026-01-19 02:12:03] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001442 10.0.0.27 - - [2026-01-19 02:12:03] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047583 10.0.0.23 - - [2026-01-19 02:12:03] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001483 10.0.0.27 - - [2026-01-19 02:12:03] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.066695 10.0.0.23 - - [2026-01-19 02:12:05] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.27 - - [2026-01-19 02:12:05] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044763 10.0.0.23 - - [2026-01-19 02:12:05] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.27 - - [2026-01-19 02:12:05] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.046608 10.0.0.23 - - [2026-01-19 02:12:07] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001680 10.0.0.27 - - [2026-01-19 02:12:07] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048166 10.0.0.23 - - [2026-01-19 02:12:07] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.27 - - [2026-01-19 02:12:07] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.083076 10.0.0.23 - - [2026-01-19 02:12:09] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.27 - - [2026-01-19 02:12:09] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045195 10.0.0.23 - - [2026-01-19 02:12:09] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001958 10.0.0.27 - - [2026-01-19 02:12:09] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.053689 10.0.0.23 - - [2026-01-19 02:12:11] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.27 - - [2026-01-19 02:12:11] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042496 10.0.0.23 - - [2026-01-19 02:12:11] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.27 - - [2026-01-19 02:12:11] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.049524 10.0.0.23 - - [2026-01-19 02:12:13] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.27 - - [2026-01-19 02:12:14] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061601 10.0.0.23 - - [2026-01-19 02:12:14] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.27 - - [2026-01-19 02:12:14] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.057460 10.0.0.23 - - [2026-01-19 02:12:16] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.27 - - [2026-01-19 02:12:16] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045134 10.0.0.23 - - [2026-01-19 02:12:16] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.27 - - [2026-01-19 02:12:16] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.058514 10.0.0.23 - - [2026-01-19 02:12:18] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002825 10.0.0.27 - - [2026-01-19 02:12:18] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040602 10.0.0.23 - - [2026-01-19 02:12:18] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.27 - - [2026-01-19 02:12:18] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.061888 10.0.0.23 - - [2026-01-19 02:12:20] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.27 - - [2026-01-19 02:12:20] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049875 10.0.0.23 - - [2026-01-19 02:12:20] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.27 - - [2026-01-19 02:12:20] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.059749 10.0.0.50 - - [2026-01-19 02:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.50 - - [2026-01-19 02:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-01-19 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-01-19 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-01-19 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2026-01-19 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-01-19 02:12:22] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001391 10.0.0.27 - - [2026-01-19 02:12:22] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053802 10.0.0.23 - - [2026-01-19 02:12:22] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001935 10.0.0.27 - - [2026-01-19 02:12:22] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.054925 10.0.0.27 - - [2026-01-19 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-01-19 02:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-01-19 02:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2026-01-19 02:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-01-19 02:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-01-19 02:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-01-19 02:12:24] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.27 - - [2026-01-19 02:12:24] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057538 10.0.0.23 - - [2026-01-19 02:12:24] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.27 - - [2026-01-19 02:12:24] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.057161 10.0.0.23 - - [2026-01-19 02:12:26] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.27 - - [2026-01-19 02:12:26] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045549 10.0.0.23 - - [2026-01-19 02:12:26] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001369 10.0.0.27 - - [2026-01-19 02:12:27] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.058095 10.0.0.23 - - [2026-01-19 02:12:29] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.27 - - [2026-01-19 02:12:29] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048830 10.0.0.23 - - [2026-01-19 02:12:29] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.27 - - [2026-01-19 02:12:29] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.046407 10.0.0.23 - - [2026-01-19 02:12:31] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001563 10.0.0.27 - - [2026-01-19 02:12:31] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052063 10.0.0.23 - - [2026-01-19 02:12:31] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.27 - - [2026-01-19 02:12:31] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.057842 10.0.0.23 - - [2026-01-19 02:12:33] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.27 - - [2026-01-19 02:12:33] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060955 10.0.0.23 - - [2026-01-19 02:12:33] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.27 - - [2026-01-19 02:12:33] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.070358 10.0.0.23 - - [2026-01-19 02:12:35] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004314 10.0.0.27 - - [2026-01-19 02:12:35] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056445 10.0.0.23 - - [2026-01-19 02:12:35] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.27 - - [2026-01-19 02:12:35] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.050875 10.0.0.23 - - [2026-01-19 02:12:37] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.27 - - [2026-01-19 02:12:37] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055321 10.0.0.23 - - [2026-01-19 02:12:37] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.27 - - [2026-01-19 02:12:37] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.061283 10.0.0.23 - - [2026-01-19 02:12:39] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.27 - - [2026-01-19 02:12:39] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043487 10.0.0.23 - - [2026-01-19 02:12:39] "GET /projects?obj_uuids=4458a290-0dfe-4bd6-9878-2570de15a32a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002438 10.0.0.27 - - [2026-01-19 02:12:40] "GET /project/4458a290-0dfe-4bd6-9878-2570de15a32a?fields=virtual_networks HTTP/1.1" 200 1333 0.056331 10.0.0.27 - - [2026-01-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.027894 10.0.0.23 - - [2026-01-19 02:12:40] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003013 10.0.0.23 - - [2026-01-19 02:12:40] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001869 10.0.0.23 - - [2026-01-19 02:12:40] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009891 10.0.0.23 - - [2026-01-19 02:12:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.007047 10.0.0.23 - - [2026-01-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.006307 10.0.0.23 - - [2026-01-19 02:12:40] "POST /security-groups HTTP/1.1" 200 592 0.076543 10.0.0.27 - - [2026-01-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.003637 10.0.0.23 - - [2026-01-19 02:12:40] "POST /projects HTTP/1.1" 200 587 0.316586 10.0.0.23 - - [2026-01-19 02:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.394878 10.0.0.27 - - [2026-01-19 02:12:40] "POST /access-control-lists HTTP/1.1" 200 595 0.030117 10.0.0.27 - - [2026-01-19 02:12:40] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.546403 10.0.0.27 - - [2026-01-19 02:12:42] "GET / HTTP/1.1" 200 35931 0.002291 10.0.0.27 - - [2026-01-19 02:12:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000579 10.0.0.27 - - [2026-01-19 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.063269 10.0.0.23 - - [2026-01-19 02:12:42] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000869 10.0.0.27 - - [2026-01-19 02:12:42] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041142 10.0.0.27 - - [2026-01-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 117 0.035552 10.0.0.27 - - [2026-01-19 02:12:43] "POST /neutron/network HTTP/1.1" 200 887 0.011666 10.0.0.27 - - [2026-01-19 02:12:43] "POST /id-to-fqname HTTP/1.1" 200 253 0.001092 10.0.0.27 - - [2026-01-19 02:12:43] "GET /virtual-network/6c4cf8f2-ee64-4955-b156-38207e32a8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.005383 10.0.0.27 - - [2026-01-19 02:12:43] "GET /virtual-network/6c4cf8f2-ee64-4955-b156-38207e32a8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.006051 10.0.0.27 - - [2026-01-19 02:12:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.014642 10.0.0.27 - - [2026-01-19 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.23 - - [2026-01-19 02:12:43] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.27 - - [2026-01-19 02:12:43] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044074 10.0.0.27 - - [2026-01-19 02:12:43] "POST /route-targets HTTP/1.1" 200 327 0.019424 10.0.0.23 - - [2026-01-19 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.020466 10.0.0.27 - - [2026-01-19 02:12:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.323596 10.0.0.27 - - [2026-01-19 02:12:44] "POST /id-to-fqname HTTP/1.1" 200 253 0.001362 10.0.0.27 - - [2026-01-19 02:12:44] "GET /virtual-network/56a99012-645b-4d7a-8cf7-9232ff818c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005470 10.0.0.27 - - [2026-01-19 02:12:44] "GET /virtual-network/56a99012-645b-4d7a-8cf7-9232ff818c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.007315 10.0.0.27 - - [2026-01-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 889 0.007539 10.0.0.27 - - [2026-01-19 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2026-01-19 02:12:44] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.27 - - [2026-01-19 02:12:44] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057298 10.0.0.23 - - [2026-01-19 02:12:44] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.27 - - [2026-01-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 672 0.157397 10.0.0.27 - - [2026-01-19 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.027413 10.0.0.27 - - [2026-01-19 02:12:44] "POST /id-to-fqname HTTP/1.1" 200 254 0.003848 10.0.0.27 - - [2026-01-19 02:12:44] "GET /virtual-network/2d05a997-8ba9-49d4-a06e-eda1c7f4bd15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005576 10.0.0.27 - - [2026-01-19 02:12:44] "POST /neutron/network HTTP/1.1" 200 891 0.006746 10.0.0.27 - - [2026-01-19 02:12:44] "GET /virtual-network/2d05a997-8ba9-49d4-a06e-eda1c7f4bd15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005871 10.0.0.27 - - [2026-01-19 02:12:44] "POST /id-to-fqname HTTP/1.1" 200 253 0.001855 10.0.0.27 - - [2026-01-19 02:12:45] "POST /neutron/network HTTP/1.1" 200 899 0.008692 10.0.0.23 - - [2026-01-19 02:12:45] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001308 10.0.0.27 - - [2026-01-19 02:12:45] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.086399 10.0.0.27 - - [2026-01-19 02:12:46] "POST /neutron/port HTTP/1.1" 200 117 0.007508 10.0.0.27 - - [2026-01-19 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 254 0.001308 10.0.0.27 - - [2026-01-19 02:12:46] "POST /neutron/network HTTP/1.1" 200 899 0.007345 10.0.0.27 - - [2026-01-19 02:12:46] "POST /neutron/port HTTP/1.1" 200 1061 0.018657 10.0.0.23 - - [2026-01-19 02:12:47] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002096 10.0.0.27 - - [2026-01-19 02:12:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.022643 10.0.0.27 - - [2026-01-19 02:12:47] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.101969 10.0.0.27 - - [2026-01-19 02:12:47] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.27 - - [2026-01-19 02:12:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008429 10.0.0.23 - - [2026-01-19 02:12:47] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001583 10.0.0.27 - - [2026-01-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1061 0.330194 10.0.0.27 - - [2026-01-19 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003296 10.0.0.27 - - [2026-01-19 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2026-01-19 02:12:48] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.27 - - [2026-01-19 02:12:48] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008555 10.0.0.27 - - [2026-01-19 02:12:48] "POST /service-templates HTTP/1.1" 200 543 0.074900 10.0.0.27 - - [2026-01-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 1115 0.121916 10.0.0.27 - - [2026-01-19 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2026-01-19 02:12:48] "GET /service-template/dda50ac7-894e-4965-a6ec-bf377388ef6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005948 10.0.0.27 - - [2026-01-19 02:12:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.009164 10.0.0.27 - - [2026-01-19 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2026-01-19 02:12:48] "GET /service-template/dda50ac7-894e-4965-a6ec-bf377388ef6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004223 10.0.0.27 - - [2026-01-19 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 253 0.001302 10.0.0.27 - - [2026-01-19 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 253 0.001272 10.0.0.27 - - [2026-01-19 02:12:48] "POST /id-to-fqname HTTP/1.1" 200 254 0.001164 10.0.0.27 - - [2026-01-19 02:12:48] "POST /neutron/port HTTP/1.1" 200 2098 0.024207 10.0.0.27 - - [2026-01-19 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.27 - - [2026-01-19 02:12:48] "DELETE /service-template/dda50ac7-894e-4965-a6ec-bf377388ef6c HTTP/1.1" 200 115 0.040036 10.0.0.27 - - [2026-01-19 02:12:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004638 10.0.0.27 - - [2026-01-19 02:12:51] "POST /neutron/network HTTP/1.1" 400 204 0.015512 10.0.0.27 - - [2026-01-19 02:12:51] "POST /neutron/port HTTP/1.1" 200 151 0.205752 10.0.0.27 - - [2026-01-19 02:12:51] "POST /neutron/port HTTP/1.1" 200 151 0.239640 10.0.0.27 - - [2026-01-19 02:12:53] "POST /neutron/network HTTP/1.1" 200 891 0.006589 10.0.0.27 - - [2026-01-19 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2026-01-19 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002902 10.0.0.23 - - [2026-01-19 02:12:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005594 10.0.0.27 - - [2026-01-19 02:12:53] "POST /neutron/network HTTP/1.1" 200 151 0.144086 10.0.0.23 - - [2026-01-19 02:12:53] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001906 10.0.0.27 - - [2026-01-19 02:12:53] "DELETE /route-target/85bb399d-e818-47c0-a2fb-231c40a7e2a8 HTTP/1.1" 200 115 0.035558 10.0.0.27 - - [2026-01-19 02:12:53] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.090025 10.0.0.23 - - [2026-01-19 02:12:53] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001205 10.0.0.27 - - [2026-01-19 02:12:53] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?fields=virtual_networks HTTP/1.1" 200 1034 0.050165 10.0.0.23 - - [2026-01-19 02:12:53] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.27 - - [2026-01-19 02:12:53] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.061854 10.0.0.23 - - [2026-01-19 02:12:53] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001000 10.0.0.27 - - [2026-01-19 02:12:53] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?fields=security_groups HTTP/1.1" 200 1261 0.044990 10.0.0.27 - - [2026-01-19 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.024537 10.0.0.23 - - [2026-01-19 02:12:54] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003706 10.0.0.23 - - [2026-01-19 02:12:54] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.23 - - [2026-01-19 02:12:54] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007970 10.0.0.23 - - [2026-01-19 02:12:54] "POST /id-to-fqname HTTP/1.1" 200 195 0.004264 10.0.0.23 - - [2026-01-19 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 204 0.007651 10.0.0.23 - - [2026-01-19 02:12:55] "POST /security-groups HTTP/1.1" 200 596 0.033162 10.0.0.23 - - [2026-01-19 02:12:55] "POST /projects HTTP/1.1" 200 595 0.278722 10.0.0.27 - - [2026-01-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 238 0.014499 10.0.0.23 - - [2026-01-19 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.372019 10.0.0.27 - - [2026-01-19 02:12:55] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.518331 10.0.0.27 - - [2026-01-19 02:12:56] "GET / HTTP/1.1" 200 35931 0.003186 10.0.0.27 - - [2026-01-19 02:12:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.27 - - [2026-01-19 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.053668 10.0.0.23 - - [2026-01-19 02:12:57] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000967 10.0.0.27 - - [2026-01-19 02:12:57] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.048767 10.0.0.27 - - [2026-01-19 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.033491 10.0.0.23 - - [2026-01-19 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.028301 10.0.0.27 - - [2026-01-19 02:12:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.285918 10.0.0.27 - - [2026-01-19 02:12:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001410 10.0.0.27 - - [2026-01-19 02:12:58] "GET /virtual-network/0b0f9886-41ad-4d08-95a9-74eb47f935ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.009693 10.0.0.50 - - [2026-01-19 02:12:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.032684 10.0.0.27 - - [2026-01-19 02:12:58] "POST /neutron/network HTTP/1.1" 200 1075 0.011563 10.0.0.27 - - [2026-01-19 02:12:58] "GET /virtual-network/0b0f9886-41ad-4d08-95a9-74eb47f935ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006162 10.0.0.27 - - [2026-01-19 02:12:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.009631 10.0.0.27 - - [2026-01-19 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643 10.0.0.23 - - [2026-01-19 02:12:58] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001072 10.0.0.27 - - [2026-01-19 02:12:58] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.066840 10.0.0.23 - - [2026-01-19 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008391 10.0.0.27 - - [2026-01-19 02:12:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.285013 10.0.0.27 - - [2026-01-19 02:12:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001228 10.0.0.27 - - [2026-01-19 02:12:59] "GET /virtual-network/e9f4ae85-a139-42b7-812d-51cdab30bc41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.007607 10.0.0.27 - - [2026-01-19 02:12:59] "POST /neutron/network HTTP/1.1" 200 1073 0.009806 10.0.0.27 - - [2026-01-19 02:12:59] "GET /virtual-network/e9f4ae85-a139-42b7-812d-51cdab30bc41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.009909 10.0.0.27 - - [2026-01-19 02:12:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.009529 10.0.0.27 - - [2026-01-19 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.23 - - [2026-01-19 02:12:59] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001060 10.0.0.27 - - [2026-01-19 02:12:59] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.058454 10.0.0.27 - - [2026-01-19 02:12:59] "POST /route-targets HTTP/1.1" 200 327 0.013684 10.0.0.50 - - [2026-01-19 02:12:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.020741 10.0.0.23 - - [2026-01-19 02:13:00] "POST /useragent-kv HTTP/1.1" 200 115 0.024443 10.0.0.27 - - [2026-01-19 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.320162 10.0.0.27 - - [2026-01-19 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.001688 10.0.0.27 - - [2026-01-19 02:13:00] "GET /virtual-network/e992f69b-68c3-4095-9042-072b4e15e273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.008364 10.0.0.27 - - [2026-01-19 02:13:00] "POST /neutron/network HTTP/1.1" 200 1077 0.010981 10.0.0.27 - - [2026-01-19 02:13:00] "GET /virtual-network/e992f69b-68c3-4095-9042-072b4e15e273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.005513 10.0.0.27 - - [2026-01-19 02:13:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.011097 10.0.0.27 - - [2026-01-19 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.001114 10.0.0.23 - - [2026-01-19 02:13:01] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001414 10.0.0.27 - - [2026-01-19 02:13:01] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.076199 10.0.0.27 - - [2026-01-19 02:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.006983 10.0.0.27 - - [2026-01-19 02:13:01] "POST /id-to-fqname HTTP/1.1" 200 262 0.001275 10.0.0.27 - - [2026-01-19 02:13:01] "POST /neutron/network HTTP/1.1" 200 1087 0.008837 10.0.0.27 - - [2026-01-19 02:13:02] "POST /neutron/port HTTP/1.1" 200 1170 0.034938 10.0.0.23 - - [2026-01-19 02:13:02] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001798 10.0.0.27 - - [2026-01-19 02:13:02] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.101621 10.0.0.27 - - [2026-01-19 02:13:02] "POST /neutron/network HTTP/1.1" 200 1077 0.029019 10.0.0.27 - - [2026-01-19 02:13:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004313 10.0.0.27 - - [2026-01-19 02:13:02] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.27 - - [2026-01-19 02:13:03] "POST /neutron/network HTTP/1.1" 200 1073 0.014688 10.0.0.23 - - [2026-01-19 02:13:03] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001227 10.0.0.27 - - [2026-01-19 02:13:03] "POST /neutron/port HTTP/1.1" 200 1172 0.400979 10.0.0.27 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 1226 0.195864 10.0.0.27 - - [2026-01-19 02:13:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004547 10.0.0.27 - - [2026-01-19 02:13:04] "POST /neutron/port HTTP/1.1" 200 117 0.001780 10.0.0.27 - - [2026-01-19 02:13:04] "POST /neutron/network HTTP/1.1" 400 204 0.021401 10.0.0.27 - - [2026-01-19 02:13:05] "POST /neutron/port HTTP/1.1" 200 151 0.294454 10.0.0.27 - - [2026-01-19 02:13:06] "POST /neutron/port HTTP/1.1" 200 151 0.308611 10.0.0.27 - - [2026-01-19 02:13:06] "POST /neutron/port HTTP/1.1" 200 117 0.015525 10.0.0.27 - - [2026-01-19 02:13:06] "DELETE /route-target/cb3bd956-1f46-4af3-b0e8-a6a7224ff35f HTTP/1.1" 200 115 0.024041 10.0.0.27 - - [2026-01-19 02:13:07] "POST /neutron/network HTTP/1.1" 200 1075 0.014675 10.0.0.27 - - [2026-01-19 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006748 10.0.0.23 - - [2026-01-19 02:13:07] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001879 10.0.0.27 - - [2026-01-19 02:13:07] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.076355 10.0.0.23 - - [2026-01-19 02:13:07] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001367 10.0.0.27 - - [2026-01-19 02:13:07] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?fields=virtual_networks HTTP/1.1" 200 1043 0.048809 10.0.0.23 - - [2026-01-19 02:13:07] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001208 10.0.0.27 - - [2026-01-19 02:13:07] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.046281 10.0.0.23 - - [2026-01-19 02:13:07] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001459 10.0.0.27 - - [2026-01-19 02:13:07] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?fields=security_groups HTTP/1.1" 200 1274 0.047485 10.0.0.27 - - [2026-01-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.034299 10.0.0.23 - - [2026-01-19 02:13:08] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003512 10.0.0.23 - - [2026-01-19 02:13:08] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002514 10.0.0.23 - - [2026-01-19 02:13:08] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008906 10.0.0.23 - - [2026-01-19 02:13:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.001684 10.0.0.23 - - [2026-01-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.007154 10.0.0.23 - - [2026-01-19 02:13:08] "POST /security-groups HTTP/1.1" 200 599 0.042947 10.0.0.23 - - [2026-01-19 02:13:08] "POST /projects HTTP/1.1" 200 601 0.279463 10.0.0.23 - - [2026-01-19 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.317744 10.0.0.27 - - [2026-01-19 02:13:08] "POST /access-control-lists HTTP/1.1" 200 604 0.029503 10.0.0.27 - - [2026-01-19 02:13:08] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.472677 10.0.0.27 - - [2026-01-19 02:13:09] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.27 - - [2026-01-19 02:13:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.27 - - [2026-01-19 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.071924 10.0.0.23 - - [2026-01-19 02:13:10] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001347 10.0.0.23 - - [2026-01-19 02:13:10] "DELETE /project/f9c74fcc67384be38718ef8ecb6734e2 HTTP/1.1" 404 173 0.017125 10.0.0.23 - - [2026-01-19 02:13:10] "DELETE /project/dbd1a00854034c738d42d5acfd8a8dd8 HTTP/1.1" 404 173 0.013839 10.0.0.23 - - [2026-01-19 02:13:10] "DELETE /project/8903f43094f24d36801bc0c30b45d2c7 HTTP/1.1" 404 173 0.013002 10.0.0.23 - - [2026-01-19 02:13:10] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001990 10.0.0.23 - - [2026-01-19 02:13:10] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001314 10.0.0.27 - - [2026-01-19 02:13:10] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.082419 10.0.0.23 - - [2026-01-19 02:13:10] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.097035 10.0.0.23 - - [2026-01-19 02:13:10] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.105150 10.0.0.23 - - [2026-01-19 02:13:10] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.23 - - [2026-01-19 02:13:10] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001055 10.0.0.23 - - [2026-01-19 02:13:10] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?fields=security_groups HTTP/1.1" 200 1366 0.062163 10.0.0.23 - - [2026-01-19 02:13:10] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.23 - - [2026-01-19 02:13:11] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?fields=security_groups HTTP/1.1" 200 1379 0.104824 10.0.0.23 - - [2026-01-19 02:13:11] "DELETE /security-group/c3237fe6-53cb-40ea-8521-5edb648241ac HTTP/1.1" 200 115 0.102087 10.0.0.23 - - [2026-01-19 02:13:11] "GET /projects?obj_uuids=f9c74fcc-6738-4be3-8718-ef8ecb6734e2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001014 10.0.0.27 - - [2026-01-19 02:13:11] "DELETE /access-control-list/7e6f1a82-cf4a-45aa-a38a-43c6357c7ddb HTTP/1.1" 200 115 0.081283 10.0.0.23 - - [2026-01-19 02:13:11] "GET /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2?fields=application_policy_sets HTTP/1.1" 200 1405 0.072170 10.0.0.23 - - [2026-01-19 02:13:11] "DELETE /security-group/01929c87-0dde-4e3d-a849-97cee9827219 HTTP/1.1" 200 115 0.125347 10.0.0.23 - - [2026-01-19 02:13:11] "GET /projects?obj_uuids=dbd1a008-5403-4c73-8d42-d5acfd8a8dd8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000931 10.0.0.27 - - [2026-01-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 691 0.288933 10.0.0.23 - - [2026-01-19 02:13:11] "GET /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8?fields=application_policy_sets HTTP/1.1" 200 1418 0.065388 10.0.0.27 - - [2026-01-19 02:13:11] "DELETE /access-control-list/85e2b0b4-ebb5-457b-a492-541a71256de4 HTTP/1.1" 200 115 0.088847 10.0.0.23 - - [2026-01-19 02:13:11] "DELETE /project/f9c74fcc-6738-4be3-8718-ef8ecb6734e2 HTTP/1.1" 200 115 0.688522 10.0.0.23 - - [2026-01-19 02:13:11] "DELETE /project/dbd1a008-5403-4c73-8d42-d5acfd8a8dd8 HTTP/1.1" 200 115 0.765422 10.0.0.27 - - [2026-01-19 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.012191 10.0.0.27 - - [2026-01-19 02:13:11] "GET /virtual-network/f7de977f-6309-4c97-8f38-00cb315dcf28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007809 10.0.0.27 - - [2026-01-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 911 0.013469 10.0.0.27 - - [2026-01-19 02:13:11] "GET /virtual-network/f7de977f-6309-4c97-8f38-00cb315dcf28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.011498 10.0.0.27 - - [2026-01-19 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2026-01-19 02:13:11] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.27 - - [2026-01-19 02:13:11] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054947 10.0.0.27 - - [2026-01-19 02:13:11] "POST /neutron/network HTTP/1.1" 200 117 0.015703 10.0.0.27 - - [2026-01-19 02:13:12] "POST /route-targets HTTP/1.1" 200 327 0.013997 10.0.0.27 - - [2026-01-19 02:13:12] "POST /neutron/network HTTP/1.1" 200 910 0.009397 10.0.0.27 - - [2026-01-19 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001700 10.0.0.27 - - [2026-01-19 02:13:12] "GET /virtual-network/b4431851-7f91-4e7a-978b-e2a7ff3b845b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006231 10.0.0.27 - - [2026-01-19 02:13:12] "GET /virtual-network/b4431851-7f91-4e7a-978b-e2a7ff3b845b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006696 10.0.0.27 - - [2026-01-19 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.010170 10.0.0.27 - - [2026-01-19 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.23 - - [2026-01-19 02:13:12] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.27 - - [2026-01-19 02:13:12] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046040 10.0.0.27 - - [2026-01-19 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.035123 10.0.0.23 - - [2026-01-19 02:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008781 10.0.0.27 - - [2026-01-19 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.221013 10.0.0.27 - - [2026-01-19 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 268 0.001317 10.0.0.27 - - [2026-01-19 02:13:12] "GET /virtual-network/f5ad6fae-e5bb-41d4-bc28-144333015d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005650 10.0.0.27 - - [2026-01-19 02:13:12] "GET /virtual-network/f5ad6fae-e5bb-41d4-bc28-144333015d8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005897 10.0.0.27 - - [2026-01-19 02:13:12] "POST /neutron/network HTTP/1.1" 200 913 0.007895 10.0.0.27 - - [2026-01-19 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001321 10.0.0.23 - - [2026-01-19 02:13:13] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.27 - - [2026-01-19 02:13:13] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.067019 10.0.0.27 - - [2026-01-19 02:13:13] "POST /neutron/network HTTP/1.1" 200 910 0.009052 10.0.0.27 - - [2026-01-19 02:13:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.001318 10.0.0.27 - - [2026-01-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.007247 10.0.0.23 - - [2026-01-19 02:13:14] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.27 - - [2026-01-19 02:13:14] "POST /neutron/port HTTP/1.1" 200 1068 0.328680 10.0.0.27 - - [2026-01-19 02:13:15] "POST /neutron/port HTTP/1.1" 200 1122 0.136598 10.0.0.23 - - [2026-01-19 02:13:15] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.27 - - [2026-01-19 02:13:15] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087124 10.0.0.27 - - [2026-01-19 02:13:15] "POST /neutron/network HTTP/1.1" 200 913 0.006587 10.0.0.27 - - [2026-01-19 02:13:15] "POST /neutron/network HTTP/1.1" 200 910 0.010959 10.0.0.27 - - [2026-01-19 02:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.006657 10.0.0.27 - - [2026-01-19 02:13:16] "POST /neutron/port HTTP/1.1" 200 1069 0.021414 10.0.0.27 - - [2026-01-19 02:13:16] "POST /neutron/port HTTP/1.1" 200 1133 0.021024 10.0.0.27 - - [2026-01-19 02:13:16] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.27 - - [2026-01-19 02:13:16] "POST /neutron/network HTTP/1.1" 400 204 0.020242 10.0.0.27 - - [2026-01-19 02:13:17] "POST /neutron/port HTTP/1.1" 200 151 0.188493 10.0.0.27 - - [2026-01-19 02:13:17] "POST /neutron/port HTTP/1.1" 200 151 0.223731 10.0.0.50 - - [2026-01-19 02:13:18] "GET /obj-perms HTTP/1.1" 200 5056 0.066821 10.0.0.23 - - [2026-01-19 02:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.055938 10.0.0.23 - - [2026-01-19 02:13:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002711 10.0.0.27 - - [2026-01-19 02:13:19] "POST /neutron/network HTTP/1.1" 200 151 0.182537 10.0.0.27 - - [2026-01-19 02:13:19] "POST /neutron/network HTTP/1.1" 200 911 0.007480 10.0.0.27 - - [2026-01-19 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.046841 10.0.0.27 - - [2026-01-19 02:13:19] "DELETE /route-target/5e439c2e-47b4-4fd6-bff7-d557cf930d33 HTTP/1.1" 200 115 0.024986 10.0.0.23 - - [2026-01-19 02:13:19] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.27 - - [2026-01-19 02:13:19] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.093841 10.0.0.23 - - [2026-01-19 02:13:19] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.27 - - [2026-01-19 02:13:19] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?fields=virtual_networks HTTP/1.1" 200 1047 0.055734 10.0.0.23 - - [2026-01-19 02:13:19] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.27 - - [2026-01-19 02:13:19] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.059998 10.0.0.23 - - [2026-01-19 02:13:19] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.27 - - [2026-01-19 02:13:19] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?fields=security_groups HTTP/1.1" 200 1281 0.049550 10.0.0.27 - - [2026-01-19 02:13:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.026525 10.0.0.23 - - [2026-01-19 02:13:20] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003485 10.0.0.23 - - [2026-01-19 02:13:20] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.23 - - [2026-01-19 02:13:20] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039173 10.0.0.23 - - [2026-01-19 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 195 0.008857 10.0.0.23 - - [2026-01-19 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 204 0.019421 10.0.0.23 - - [2026-01-19 02:13:21] "POST /security-groups HTTP/1.1" 200 596 0.088961 10.0.0.23 - - [2026-01-19 02:13:21] "POST /projects HTTP/1.1" 200 595 0.344792 10.0.0.27 - - [2026-01-19 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 238 0.010283 10.0.0.23 - - [2026-01-19 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.422770 10.0.0.27 - - [2026-01-19 02:13:21] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.589188 10.0.0.27 - - [2026-01-19 02:13:22] "GET / HTTP/1.1" 200 35931 0.001429 10.0.0.27 - - [2026-01-19 02:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000558 10.0.0.27 - - [2026-01-19 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.061532 10.0.0.23 - - [2026-01-19 02:13:23] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001026 10.0.0.27 - - [2026-01-19 02:13:23] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.047096 10.0.0.23 - - [2026-01-19 02:13:23] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001022 10.0.0.27 - - [2026-01-19 02:13:23] "POST /neutron/network HTTP/1.1" 200 682 0.176592 10.0.0.27 - - [2026-01-19 02:13:23] "POST /ref-update HTTP/1.1" 200 156 0.020410 10.0.0.27 - - [2026-01-19 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 261 0.003751 10.0.0.27 - - [2026-01-19 02:13:23] "GET /virtual-network/78438769-60d5-4a57-a61a-825eae06f3dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.006150 10.0.0.27 - - [2026-01-19 02:13:23] "POST /neutron/network HTTP/1.1" 200 901 0.008310 10.0.0.27 - - [2026-01-19 02:13:23] "GET /virtual-network/78438769-60d5-4a57-a61a-825eae06f3dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.007955 10.0.0.27 - - [2026-01-19 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.23 - - [2026-01-19 02:13:23] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001219 10.0.0.27 - - [2026-01-19 02:13:23] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.064754 10.0.0.27 - - [2026-01-19 02:13:24] "POST /neutron/network HTTP/1.1" 200 117 0.015454 10.0.0.27 - - [2026-01-19 02:13:24] "POST /neutron/network HTTP/1.1" 200 902 0.010801 10.0.0.27 - - [2026-01-19 02:13:24] "POST /id-to-fqname HTTP/1.1" 200 261 0.001628 10.0.0.27 - - [2026-01-19 02:13:24] "GET /virtual-network/2b470492-fd6f-4af4-8197-3412c0c398ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007781 10.0.0.27 - - [2026-01-19 02:13:24] "GET /virtual-network/2b470492-fd6f-4af4-8197-3412c0c398ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008934 10.0.0.27 - - [2026-01-19 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.010365 10.0.0.27 - - [2026-01-19 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.23 - - [2026-01-19 02:13:24] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001123 10.0.0.27 - - [2026-01-19 02:13:24] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.057998 10.0.0.27 - - [2026-01-19 02:13:24] "POST /route-targets HTTP/1.1" 200 327 0.012982 10.0.0.23 - - [2026-01-19 02:13:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007571 10.0.0.27 - - [2026-01-19 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.203622 10.0.0.27 - - [2026-01-19 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 262 0.001420 10.0.0.27 - - [2026-01-19 02:13:25] "GET /virtual-network/e1207191-dcb8-42b0-ae74-9d0b4305e4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006113 10.0.0.27 - - [2026-01-19 02:13:25] "GET /virtual-network/e1207191-dcb8-42b0-ae74-9d0b4305e4fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006920 10.0.0.27 - - [2026-01-19 02:13:25] "POST /neutron/network HTTP/1.1" 200 903 0.008475 10.0.0.27 - - [2026-01-19 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.001343 10.0.0.23 - - [2026-01-19 02:13:26] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001311 10.0.0.27 - - [2026-01-19 02:13:26] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.072118 10.0.0.27 - - [2026-01-19 02:13:26] "POST /neutron/network HTTP/1.1" 200 902 0.009489 10.0.0.27 - - [2026-01-19 02:13:26] "POST /id-to-fqname HTTP/1.1" 200 262 0.001395 10.0.0.27 - - [2026-01-19 02:13:26] "POST /neutron/port HTTP/1.1" 200 117 0.006904 10.0.0.23 - - [2026-01-19 02:13:26] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001043 10.0.0.27 - - [2026-01-19 02:13:27] "POST /neutron/port HTTP/1.1" 200 1066 0.363550 10.0.0.23 - - [2026-01-19 02:13:27] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003767 10.0.0.27 - - [2026-01-19 02:13:27] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.142418 10.0.0.27 - - [2026-01-19 02:13:27] "POST /neutron/port HTTP/1.1" 200 1120 0.170075 10.0.0.27 - - [2026-01-19 02:13:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004966 10.0.0.27 - - [2026-01-19 02:13:27] "POST /neutron/network HTTP/1.1" 200 902 0.007768 10.0.0.27 - - [2026-01-19 02:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.007738 10.0.0.27 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003125 10.0.0.27 - - [2026-01-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 1065 0.020409 10.0.0.27 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.23 - - [2026-01-19 02:13:28] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.27 - - [2026-01-19 02:13:28] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011081 10.0.0.27 - - [2026-01-19 02:13:28] "POST /service-templates HTTP/1.1" 200 543 0.075499 10.0.0.27 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2026-01-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 1129 0.022269 10.0.0.27 - - [2026-01-19 02:13:28] "GET /service-template/fe347e23-a9f0-4c62-af33-c04ef30ce222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.006694 10.0.0.27 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2026-01-19 02:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.27 - - [2026-01-19 02:13:28] "GET /service-template/fe347e23-a9f0-4c62-af33-c04ef30ce222?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.005095 10.0.0.27 - - [2026-01-19 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.001468 10.0.0.27 - - [2026-01-19 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.001319 10.0.0.27 - - [2026-01-19 02:13:28] "POST /id-to-fqname HTTP/1.1" 200 262 0.001735 10.0.0.27 - - [2026-01-19 02:13:28] "POST /neutron/security_group HTTP/1.1" 200 2063 0.009788 10.0.0.27 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.27 - - [2026-01-19 02:13:28] "DELETE /service-template/fe347e23-a9f0-4c62-af33-c04ef30ce222 HTTP/1.1" 200 115 0.031911 10.0.0.27 - - [2026-01-19 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.004795 10.0.0.27 - - [2026-01-19 02:13:31] "POST /neutron/port HTTP/1.1" 200 1129 0.026616 10.0.0.27 - - [2026-01-19 02:13:31] "POST /neutron/port HTTP/1.1" 200 151 0.248806 10.0.0.27 - - [2026-01-19 02:13:33] "POST /neutron/network HTTP/1.1" 200 902 0.007751 10.0.0.27 - - [2026-01-19 02:13:33] "DELETE /route-target/dc9fde05-6f0d-4334-b6b3-b3df0168a8e2 HTTP/1.1" 200 115 0.032428 10.0.0.23 - - [2026-01-19 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005936 10.0.0.23 - - [2026-01-19 02:13:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002946 10.0.0.27 - - [2026-01-19 02:13:33] "POST /neutron/network HTTP/1.1" 200 151 0.159740 10.0.0.27 - - [2026-01-19 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005937 10.0.0.23 - - [2026-01-19 02:13:33] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001081 10.0.0.27 - - [2026-01-19 02:13:33] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.080491 10.0.0.23 - - [2026-01-19 02:13:33] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001768 10.0.0.27 - - [2026-01-19 02:13:33] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?fields=virtual_networks HTTP/1.1" 200 1043 0.087449 10.0.0.23 - - [2026-01-19 02:13:33] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001298 10.0.0.27 - - [2026-01-19 02:13:33] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.056315 10.0.0.23 - - [2026-01-19 02:13:33] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001369 10.0.0.27 - - [2026-01-19 02:13:34] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?fields=security_groups HTTP/1.1" 200 1274 0.060037 10.0.0.27 - - [2026-01-19 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.027991 10.0.0.23 - - [2026-01-19 02:13:34] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003253 10.0.0.23 - - [2026-01-19 02:13:34] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002162 10.0.0.23 - - [2026-01-19 02:13:34] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012472 10.0.0.23 - - [2026-01-19 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 199 0.006171 10.0.0.23 - - [2026-01-19 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 208 0.006000 10.0.0.23 - - [2026-01-19 02:13:35] "POST /security-groups HTTP/1.1" 200 600 0.041780 10.0.0.23 - - [2026-01-19 02:13:35] "POST /projects HTTP/1.1" 200 603 0.298451 10.0.0.23 - - [2026-01-19 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.332023 10.0.0.27 - - [2026-01-19 02:13:35] "POST /access-control-lists HTTP/1.1" 200 605 0.044454 10.0.0.27 - - [2026-01-19 02:13:35] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.477587 10.0.0.27 - - [2026-01-19 02:13:36] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.27 - - [2026-01-19 02:13:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2026-01-19 02:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.059964 10.0.0.23 - - [2026-01-19 02:13:37] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001200 10.0.0.27 - - [2026-01-19 02:13:37] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044808 10.0.0.27 - - [2026-01-19 02:13:37] "POST /neutron/network HTTP/1.1" 200 117 0.038113 10.0.0.27 - - [2026-01-19 02:13:37] "POST /route-targets HTTP/1.1" 200 327 0.015036 10.0.0.50 - - [2026-01-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.013677 10.0.0.23 - - [2026-01-19 02:13:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007256 10.0.0.27 - - [2026-01-19 02:13:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.247092 10.0.0.27 - - [2026-01-19 02:13:38] "POST /id-to-fqname HTTP/1.1" 200 269 0.001462 10.0.0.27 - - [2026-01-19 02:13:38] "GET /virtual-network/a7504940-1540-4e0e-9de5-ef0133e278f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006671 10.0.0.27 - - [2026-01-19 02:13:38] "GET /virtual-network/a7504940-1540-4e0e-9de5-ef0133e278f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006051 10.0.0.27 - - [2026-01-19 02:13:38] "POST /neutron/network HTTP/1.1" 200 1087 0.010065 10.0.0.27 - - [2026-01-19 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2026-01-19 02:13:38] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000966 10.0.0.27 - - [2026-01-19 02:13:38] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056057 10.0.0.27 - - [2026-01-19 02:13:38] "POST /neutron/network HTTP/1.1" 200 117 0.016840 10.0.0.27 - - [2026-01-19 02:13:38] "POST /ref-update HTTP/1.1" 200 156 0.029308 10.0.0.23 - - [2026-01-19 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008977 10.0.0.27 - - [2026-01-19 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.263309 10.0.0.27 - - [2026-01-19 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001540 10.0.0.27 - - [2026-01-19 02:13:39] "GET /virtual-network/571061c8-1a62-407d-9b9e-4a380d1048d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005874 10.0.0.27 - - [2026-01-19 02:13:39] "GET /virtual-network/571061c8-1a62-407d-9b9e-4a380d1048d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005532 10.0.0.27 - - [2026-01-19 02:13:39] "POST /neutron/network HTTP/1.1" 200 1087 0.016699 10.0.0.27 - - [2026-01-19 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.23 - - [2026-01-19 02:13:39] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001367 10.0.0.27 - - [2026-01-19 02:13:39] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054814 10.0.0.27 - - [2026-01-19 02:13:39] "POST /neutron/network HTTP/1.1" 200 117 0.015866 10.0.0.50 - - [2026-01-19 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.005818 10.0.0.23 - - [2026-01-19 02:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010483 10.0.0.27 - - [2026-01-19 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.170335 10.0.0.27 - - [2026-01-19 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 270 0.001306 10.0.0.27 - - [2026-01-19 02:13:40] "GET /virtual-network/c4558323-bdb1-4d25-adb4-04ca391da747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005355 10.0.0.27 - - [2026-01-19 02:13:40] "GET /virtual-network/c4558323-bdb1-4d25-adb4-04ca391da747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005444 10.0.0.27 - - [2026-01-19 02:13:40] "POST /neutron/network HTTP/1.1" 200 1089 0.010296 10.0.0.27 - - [2026-01-19 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 269 0.001819 10.0.0.27 - - [2026-01-19 02:13:40] "POST /neutron/network HTTP/1.1" 200 1097 0.009140 10.0.0.23 - - [2026-01-19 02:13:40] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001091 10.0.0.27 - - [2026-01-19 02:13:41] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065430 10.0.0.27 - - [2026-01-19 02:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.007295 10.0.0.27 - - [2026-01-19 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 270 0.001273 10.0.0.27 - - [2026-01-19 02:13:41] "POST /neutron/network HTTP/1.1" 200 1097 0.008881 10.0.0.27 - - [2026-01-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 1176 0.023920 10.0.0.23 - - [2026-01-19 02:13:42] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001422 10.0.0.27 - - [2026-01-19 02:13:42] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.118689 10.0.0.27 - - [2026-01-19 02:13:42] "POST /neutron/network HTTP/1.1" 200 1089 0.011146 10.0.0.27 - - [2026-01-19 02:13:42] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013408 10.0.0.27 - - [2026-01-19 02:13:42] "POST /neutron/network HTTP/1.1" 200 1087 0.011903 10.0.0.27 - - [2026-01-19 02:13:42] "POST /neutron/port HTTP/1.1" 200 117 0.008707 10.0.0.27 - - [2026-01-19 02:13:43] "POST /neutron/port HTTP/1.1" 200 1176 0.026461 10.0.0.27 - - [2026-01-19 02:13:43] "POST /neutron/port HTTP/1.1" 200 1240 0.021252 10.0.0.27 - - [2026-01-19 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015146 10.0.0.27 - - [2026-01-19 02:13:43] "POST /neutron/network HTTP/1.1" 200 1089 0.009545 10.0.0.27 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003887 10.0.0.27 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.23 - - [2026-01-19 02:13:43] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.27 - - [2026-01-19 02:13:43] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007682 10.0.0.27 - - [2026-01-19 02:13:43] "POST /service-templates HTTP/1.1" 200 543 0.028954 10.0.0.27 - - [2026-01-19 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2026-01-19 02:13:44] "GET /service-template/8465930d-0304-4f5a-8a17-2980fac3f1d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006960 10.0.0.27 - - [2026-01-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2026-01-19 02:13:44] "GET /service-template/8465930d-0304-4f5a-8a17-2980fac3f1d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004760 10.0.0.27 - - [2026-01-19 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001470 10.0.0.27 - - [2026-01-19 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001442 10.0.0.27 - - [2026-01-19 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 270 0.001407 10.0.0.27 - - [2026-01-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2026-01-19 02:13:44] "DELETE /service-template/8465930d-0304-4f5a-8a17-2980fac3f1d1 HTTP/1.1" 200 115 0.032650 10.0.0.27 - - [2026-01-19 02:13:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.008908 10.0.0.27 - - [2026-01-19 02:13:45] "POST /neutron/network HTTP/1.1" 200 1087 0.010342 10.0.0.27 - - [2026-01-19 02:13:46] "POST /neutron/port HTTP/1.1" 200 1230 0.018128 10.0.0.27 - - [2026-01-19 02:13:46] "POST /neutron/port HTTP/1.1" 200 1230 0.025218 10.0.0.23 - - [2026-01-19 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003447 10.0.0.27 - - [2026-01-19 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.022798 10.0.0.23 - - [2026-01-19 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.23 - - [2026-01-19 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008285 10.0.0.23 - - [2026-01-19 02:13:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.27 - - [2026-01-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 151 0.165900 10.0.0.27 - - [2026-01-19 02:13:48] "DELETE /route-target/915df4a2-fa55-4f7e-9bea-77c320264ca6 HTTP/1.1" 200 115 0.029572 10.0.0.27 - - [2026-01-19 02:13:48] "POST /neutron/network HTTP/1.1" 200 1087 0.016327 10.0.0.23 - - [2026-01-19 02:13:48] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002943 10.0.0.27 - - [2026-01-19 02:13:48] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047079 10.0.0.23 - - [2026-01-19 02:13:48] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001156 10.0.0.27 - - [2026-01-19 02:13:48] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?fields=virtual_networks HTTP/1.1" 200 1049 0.044258 10.0.0.23 - - [2026-01-19 02:13:48] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001105 10.0.0.27 - - [2026-01-19 02:13:48] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.040528 10.0.0.23 - - [2026-01-19 02:13:48] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001167 10.0.0.27 - - [2026-01-19 02:13:48] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?fields=security_groups HTTP/1.1" 200 1284 0.061463 10.0.0.27 - - [2026-01-19 02:13:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.026606 10.0.0.23 - - [2026-01-19 02:13:49] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004474 10.0.0.23 - - [2026-01-19 02:13:49] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.23 - - [2026-01-19 02:13:49] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008739 10.0.0.23 - - [2026-01-19 02:13:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.001384 10.0.0.23 - - [2026-01-19 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.007092 10.0.0.23 - - [2026-01-19 02:13:50] "POST /security-groups HTTP/1.1" 200 603 0.075399 10.0.0.27 - - [2026-01-19 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.005608 10.0.0.23 - - [2026-01-19 02:13:50] "POST /projects HTTP/1.1" 200 609 0.304790 10.0.0.23 - - [2026-01-19 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.379443 10.0.0.27 - - [2026-01-19 02:13:50] "POST /access-control-lists HTTP/1.1" 200 606 0.032613 10.0.0.27 - - [2026-01-19 02:13:50] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.529439 10.0.0.27 - - [2026-01-19 02:13:51] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.27 - - [2026-01-19 02:13:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.27 - - [2026-01-19 02:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.055304 10.0.0.23 - - [2026-01-19 02:13:52] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.27 - - [2026-01-19 02:13:52] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051310 10.0.0.23 - - [2026-01-19 02:13:53] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002106 10.0.0.27 - - [2026-01-19 02:13:53] "POST /neutron/network HTTP/1.1" 200 619 0.170508 10.0.0.27 - - [2026-01-19 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.003344 10.0.0.27 - - [2026-01-19 02:13:53] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005528 10.0.0.27 - - [2026-01-19 02:13:53] "POST /neutron/network HTTP/1.1" 200 835 0.007414 10.0.0.27 - - [2026-01-19 02:13:53] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006507 10.0.0.27 - - [2026-01-19 02:13:54] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006279 10.0.0.23 - - [2026-01-19 02:13:55] "GET /obj-perms HTTP/1.1" 200 5054 0.068423 10.0.0.27 - - [2026-01-19 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2026-01-19 02:13:55] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.27 - - [2026-01-19 02:13:55] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057426 10.0.0.27 - - [2026-01-19 02:13:55] "POST /neutron/network HTTP/1.1" 200 117 0.016688 10.0.0.27 - - [2026-01-19 02:13:55] "POST /route-targets HTTP/1.1" 200 327 0.020177 10.0.0.27 - - [2026-01-19 02:13:56] "POST /neutron/network HTTP/1.1" 200 838 0.009712 10.0.0.27 - - [2026-01-19 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001254 10.0.0.27 - - [2026-01-19 02:13:56] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005671 10.0.0.27 - - [2026-01-19 02:13:56] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005995 10.0.0.27 - - [2026-01-19 02:13:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.009371 10.0.0.27 - - [2026-01-19 02:13:56] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005829 10.0.0.27 - - [2026-01-19 02:13:56] "GET /obj-perms HTTP/1.1" 200 5054 0.051896 10.0.0.27 - - [2026-01-19 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001523 10.0.0.23 - - [2026-01-19 02:14:11] "DELETE /project/9344aa8d65ae4b099435603186ad0acc HTTP/1.1" 404 173 0.010996 10.0.0.23 - - [2026-01-19 02:14:11] "DELETE /project/40590b3946644f658c41e3c7c60bc7a2 HTTP/1.1" 404 173 0.010300 10.0.0.23 - - [2026-01-19 02:14:11] "DELETE /project/73bec7cbb0eb4a3186cdb90b52005c9e HTTP/1.1" 404 173 0.010058 10.0.0.23 - - [2026-01-19 02:14:11] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.23 - - [2026-01-19 02:14:11] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000929 10.0.0.23 - - [2026-01-19 02:14:11] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000846 10.0.0.23 - - [2026-01-19 02:14:11] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.074103 10.0.0.23 - - [2026-01-19 02:14:11] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.094107 10.0.0.23 - - [2026-01-19 02:14:11] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.23 - - [2026-01-19 02:14:11] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.110231 10.0.0.23 - - [2026-01-19 02:14:11] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001390 10.0.0.23 - - [2026-01-19 02:14:11] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.065895 10.0.0.23 - - [2026-01-19 02:14:11] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?fields=security_groups HTTP/1.1" 200 1386 0.138911 10.0.0.23 - - [2026-01-19 02:14:11] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?fields=security_groups HTTP/1.1" 200 1379 0.129450 10.0.0.23 - - [2026-01-19 02:14:11] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?fields=security_groups HTTP/1.1" 200 1389 0.135487 10.0.0.23 - - [2026-01-19 02:14:11] "DELETE /security-group/f4982857-903e-441d-818a-240471e4db85 HTTP/1.1" 200 115 0.136992 10.0.0.23 - - [2026-01-19 02:14:12] "GET /projects?obj_uuids=8903f430-94f2-4d36-801b-c0c30b45d2c7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001265 10.0.0.23 - - [2026-01-19 02:14:12] "DELETE /security-group/b3369483-d45d-4df3-b9e5-1c30533eed27 HTTP/1.1" 200 115 0.143780 10.0.0.23 - - [2026-01-19 02:14:12] "GET /projects?obj_uuids=73bec7cb-b0eb-4a31-86cd-b90b52005c9e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001430 10.0.0.23 - - [2026-01-19 02:14:12] "DELETE /security-group/2b9e764c-1147-4b2d-956d-617c8552297a HTTP/1.1" 200 115 0.188845 10.0.0.23 - - [2026-01-19 02:14:12] "GET /projects?obj_uuids=9344aa8d-65ae-4b09-9435-603186ad0acc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001213 10.0.0.23 - - [2026-01-19 02:14:12] "GET /project/8903f430-94f2-4d36-801b-c0c30b45d2c7?fields=application_policy_sets HTTP/1.1" 200 1425 0.093163 10.0.0.27 - - [2026-01-19 02:14:12] "DELETE /access-control-list/ea0d8be6-05a9-4c66-944e-ddf154fe3570 HTTP/1.1" 200 115 0.061483 10.0.0.23 - - [2026-01-19 02:14:12] "GET /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e?fields=application_policy_sets HTTP/1.1" 200 1428 0.076751 10.0.0.23 - - [2026-01-19 02:14:12] "GET /project/9344aa8d-65ae-4b09-9435-603186ad0acc?fields=application_policy_sets HTTP/1.1" 200 1418 0.118205 10.0.0.27 - - [2026-01-19 02:14:12] "DELETE /access-control-list/1aa7fc6e-ceb4-43ed-848d-20c351a65b10 HTTP/1.1" 200 115 0.103355 10.0.0.23 - - [2026-01-19 02:14:12] "DELETE /project/8903f430-94f2-4d36-801b-c0c30b45d2c7 HTTP/1.1" 200 115 0.833495 10.0.0.23 - - [2026-01-19 02:14:12] "DELETE /project/73bec7cb-b0eb-4a31-86cd-b90b52005c9e HTTP/1.1" 200 115 0.859510 10.0.0.23 - - [2026-01-19 02:14:12] "DELETE /project/9344aa8d-65ae-4b09-9435-603186ad0acc HTTP/1.1" 200 115 0.890564 10.0.0.50 - - [2026-01-19 02:14:19] "GET /obj-perms HTTP/1.1" 200 5056 0.054581 10.0.0.23 - - [2026-01-19 02:14:29] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001964 10.0.0.27 - - [2026-01-19 02:14:29] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.089067 10.0.0.27 - - [2026-01-19 02:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.006950 10.0.0.27 - - [2026-01-19 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001307 10.0.0.27 - - [2026-01-19 02:14:29] "POST /neutron/network HTTP/1.1" 200 845 0.006876 10.0.0.23 - - [2026-01-19 02:14:30] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001236 10.0.0.27 - - [2026-01-19 02:14:30] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.116887 10.0.0.27 - - [2026-01-19 02:14:30] "POST /neutron/port HTTP/1.1" 200 1072 0.082006 10.0.0.27 - - [2026-01-19 02:14:30] "POST /neutron/port HTTP/1.1" 200 1126 0.187579 10.0.0.27 - - [2026-01-19 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.007996 10.0.0.27 - - [2026-01-19 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.017515 10.0.0.23 - - [2026-01-19 02:14:30] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001428 10.0.0.27 - - [2026-01-19 02:14:30] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065886 10.0.0.27 - - [2026-01-19 02:14:30] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.013448 10.0.0.27 - - [2026-01-19 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.031811 10.0.0.27 - - [2026-01-19 02:14:30] "GET /floating-ip-pools?parent_id=2c7b9a43-2722-41b6-8cfa-31914a64f216&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003547 10.0.0.27 - - [2026-01-19 02:14:30] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005806 10.0.0.27 - - [2026-01-19 02:14:31] "POST /floating-ip-pools HTTP/1.1" 200 609 0.074842 10.0.0.27 - - [2026-01-19 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.029173 10.0.0.27 - - [2026-01-19 02:14:31] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006917 10.0.0.27 - - [2026-01-19 02:14:31] "POST /neutron/network HTTP/1.1" 200 845 0.012964 10.0.0.27 - - [2026-01-19 02:14:31] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006129 10.0.0.27 - - [2026-01-19 02:14:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.026980 10.0.0.27 - - [2026-01-19 02:14:32] "POST /neutron/port HTTP/1.1" 200 1123 0.246575 10.0.0.27 - - [2026-01-19 02:14:32] "POST /neutron/subnet HTTP/1.1" 200 684 0.024483 10.0.0.27 - - [2026-01-19 02:14:36] "POST /neutron/port HTTP/1.1" 200 1136 0.044484 10.0.0.27 - - [2026-01-19 02:14:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019687 10.0.0.27 - - [2026-01-19 02:14:52] "POST /neutron/port HTTP/1.1" 200 1136 0.044713 10.0.0.27 - - [2026-01-19 02:14:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007782 10.0.0.27 - - [2026-01-19 02:15:07] "POST /neutron/port HTTP/1.1" 200 1136 0.020396 10.0.0.27 - - [2026-01-19 02:15:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007010 10.0.0.27 - - [2026-01-19 02:15:22] "POST /neutron/port HTTP/1.1" 200 1136 0.018967 10.0.0.27 - - [2026-01-19 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009097 10.0.0.27 - - [2026-01-19 02:15:38] "POST /neutron/port HTTP/1.1" 200 1136 0.019486 10.0.0.27 - - [2026-01-19 02:15:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007552 10.0.0.27 - - [2026-01-19 02:15:38] "GET /virtual-machine/554b9ef5-cd13-4fd8-99fc-1462bbd90995 HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-01-19 02:15:38] "GET /virtual-machine/554b9ef5-cd13-4fd8-99fc-1462bbd90995 HTTP/1.1" 200 1304 0.036787 10.0.0.27 - - [2026-01-19 02:15:38] "GET /virtual-machine-interface/3390c98b-8763-4b21-b011-31e597dac300 HTTP/1.1" 200 3004 0.005598 10.0.0.27 - - [2026-01-19 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.27 - - [2026-01-19 02:15:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004725 10.0.0.27 - - [2026-01-19 02:15:38] "GET /virtual-networks?parent_id=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003463 10.0.0.27 - - [2026-01-19 02:15:38] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006327 10.0.0.27 - - [2026-01-19 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2026-01-19 02:15:41] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005769 10.0.0.27 - - [2026-01-19 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2026-01-19 02:15:46] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007204 10.0.0.27 - - [2026-01-19 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2026-01-19 02:15:50] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005220 10.0.0.27 - - [2026-01-19 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.27 - - [2026-01-19 02:15:54] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006103 10.0.0.27 - - [2026-01-19 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010252 10.0.0.27 - - [2026-01-19 02:15:58] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005985 10.0.0.27 - - [2026-01-19 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2026-01-19 02:16:02] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006958 10.0.0.27 - - [2026-01-19 02:16:04] "POST /neutron/port HTTP/1.1" 200 1136 0.019208 10.0.0.27 - - [2026-01-19 02:16:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003924 10.0.0.27 - - [2026-01-19 02:16:04] "POST /neutron/network HTTP/1.1" 200 838 0.008106 10.0.0.27 - - [2026-01-19 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2026-01-19 02:16:06] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005607 10.0.0.27 - - [2026-01-19 02:16:07] "POST /neutron/network HTTP/1.1" 200 845 0.006510 10.0.0.27 - - [2026-01-19 02:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.27 - - [2026-01-19 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.27 - - [2026-01-19 02:16:10] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006833 10.0.0.27 - - [2026-01-19 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2026-01-19 02:16:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004173 10.0.0.27 - - [2026-01-19 02:16:12] "GET /virtual-networks?parent_id=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003443 10.0.0.27 - - [2026-01-19 02:16:12] "GET /virtual-network/54717191-10d3-4983-bab1-36fcf5165193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006084 10.0.0.27 - - [2026-01-19 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007884 10.0.0.23 - - [2026-01-19 02:16:20] "GET /obj-perms HTTP/1.1" 200 5056 0.081251 10.0.0.27 - - [2026-01-19 02:16:22] "POST /neutron/port HTTP/1.1" 200 1136 0.024730 10.0.0.27 - - [2026-01-19 02:16:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030165 10.0.0.27 - - [2026-01-19 02:16:27] "POST /neutron/port HTTP/1.1" 200 1136 0.020127 10.0.0.27 - - [2026-01-19 02:16:33] "POST /neutron/port HTTP/1.1" 200 1136 0.016758 10.0.0.27 - - [2026-01-19 02:16:33] "POST /neutron/port HTTP/1.1" 200 1133 0.018616 10.0.0.27 - - [2026-01-19 02:16:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009710 10.0.0.27 - - [2026-01-19 02:16:33] "GET /virtual-machine/8c87d833-4f9b-4367-bf39-df0f028b3999 HTTP/1.1" 200 1305 0.012894 10.0.0.27 - - [2026-01-19 02:16:33] "GET /virtual-machine-interface/b43e49c9-4af8-4aae-9e59-87c41e37bcbc HTTP/1.1" 200 3005 0.006906 10.0.0.27 - - [2026-01-19 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2026-01-19 02:16:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003514 10.0.0.27 - - [2026-01-19 02:16:33] "GET /virtual-networks?parent_id=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003850 10.0.0.27 - - [2026-01-19 02:16:33] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005598 10.0.0.27 - - [2026-01-19 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2026-01-19 02:16:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004022 10.0.0.27 - - [2026-01-19 02:16:34] "GET /virtual-networks?parent_id=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003428 10.0.0.27 - - [2026-01-19 02:16:34] "GET /virtual-network/2c7b9a43-2722-41b6-8cfa-31914a64f216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006174 10.0.0.27 - - [2026-01-19 02:16:34] "POST /neutron/floatingip HTTP/1.1" 200 574 0.032005 10.0.0.27 - - [2026-01-19 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2026-01-19 02:16:34] "GET /routing-instance/cd93a2d5-54e4-4d8b-8bec-f63ec67ade71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.007623 10.0.0.27 - - [2026-01-19 02:16:34] "GET /route-target/2dcf3aea-22f1-4dfc-b60b-d311a2273564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004402 10.0.0.27 - - [2026-01-19 02:17:05] "POST /neutron/network HTTP/1.1" 200 848 0.006765 10.0.0.27 - - [2026-01-19 02:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.27 - - [2026-01-19 02:17:07] "POST /neutron/port HTTP/1.1" 200 1133 0.031121 10.0.0.27 - - [2026-01-19 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 684 0.008787 10.0.0.27 - - [2026-01-19 02:17:21] "GET /obj-perms HTTP/1.1" 200 5056 0.058228 10.0.0.50 - - [2026-01-19 02:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2026-01-19 02:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.23 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.50 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000772 10.0.0.27 - - [2026-01-19 02:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.23 - - [2026-01-19 02:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-01-19 02:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2026-01-19 02:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2026-01-19 02:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-01-19 02:17:30] "POST /neutron/floatingip HTTP/1.1" 200 574 0.016557 10.0.0.27 - - [2026-01-19 02:17:30] "POST /neutron/floatingip HTTP/1.1" 200 115 0.074323 10.0.0.27 - - [2026-01-19 02:17:30] "GET /floating-ip-pool/6f22c6bd-7844-455e-a5e6-479306453493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003967 10.0.0.27 - - [2026-01-19 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.013845 10.0.0.27 - - [2026-01-19 02:17:30] "DELETE /floating-ip-pool/6f22c6bd-7844-455e-a5e6-479306453493 HTTP/1.1" 200 115 0.035318 10.0.0.27 - - [2026-01-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1133 0.019796 10.0.0.27 - - [2026-01-19 02:17:30] "POST /neutron/port HTTP/1.1" 200 1136 0.025406 10.0.0.27 - - [2026-01-19 02:17:32] "POST /neutron/network HTTP/1.1" 200 838 0.008021 10.0.0.27 - - [2026-01-19 02:17:32] "DELETE /route-target/0837e5f3-f1cd-4914-a0aa-28994f65343b HTTP/1.1" 200 115 0.023269 10.0.0.23 - - [2026-01-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003467 10.0.0.23 - - [2026-01-19 02:17:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007270 10.0.0.27 - - [2026-01-19 02:17:33] "POST /neutron/network HTTP/1.1" 200 151 0.123769 10.0.0.23 - - [2026-01-19 02:17:34] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.27 - - [2026-01-19 02:17:34] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066275 10.0.0.23 - - [2026-01-19 02:17:34] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001797 10.0.0.27 - - [2026-01-19 02:17:34] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?fields=virtual_networks HTTP/1.1" 200 1056 0.059659 10.0.0.23 - - [2026-01-19 02:17:34] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.27 - - [2026-01-19 02:17:34] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.059580 10.0.0.23 - - [2026-01-19 02:17:34] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.27 - - [2026-01-19 02:17:34] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?fields=security_groups HTTP/1.1" 200 1294 0.070512 10.0.0.27 - - [2026-01-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.027401 10.0.0.23 - - [2026-01-19 02:17:35] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003508 10.0.0.23 - - [2026-01-19 02:17:35] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.23 - - [2026-01-19 02:17:35] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008695 10.0.0.23 - - [2026-01-19 02:17:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.001221 10.0.0.23 - - [2026-01-19 02:17:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.008959 10.0.0.23 - - [2026-01-19 02:17:36] "POST /security-groups HTTP/1.1" 200 591 0.074878 10.0.0.27 - - [2026-01-19 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.007801 10.0.0.23 - - [2026-01-19 02:17:36] "POST /projects HTTP/1.1" 200 585 0.284406 10.0.0.23 - - [2026-01-19 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.361255 10.0.0.27 - - [2026-01-19 02:17:36] "POST /access-control-lists HTTP/1.1" 200 594 0.048657 10.0.0.27 - - [2026-01-19 02:17:36] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.527276 10.0.0.27 - - [2026-01-19 02:17:37] "GET / HTTP/1.1" 200 35931 0.002022 10.0.0.23 - - [2026-01-19 02:17:40] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.27 - - [2026-01-19 02:17:40] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047228 10.0.0.23 - - [2026-01-19 02:17:40] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.27 - - [2026-01-19 02:17:40] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?fields=virtual_networks HTTP/1.1" 200 1032 0.043200 10.0.0.23 - - [2026-01-19 02:17:40] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.27 - - [2026-01-19 02:17:40] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047620 10.0.0.23 - - [2026-01-19 02:17:40] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.27 - - [2026-01-19 02:17:40] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?fields=security_groups HTTP/1.1" 200 1258 0.041659 10.0.0.27 - - [2026-01-19 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.029850 10.0.0.23 - - [2026-01-19 02:17:41] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003594 10.0.0.23 - - [2026-01-19 02:17:41] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.23 - - [2026-01-19 02:17:41] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007231 10.0.0.23 - - [2026-01-19 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 185 0.006474 10.0.0.23 - - [2026-01-19 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.006595 10.0.0.23 - - [2026-01-19 02:17:41] "POST /security-groups HTTP/1.1" 200 586 0.031436 10.0.0.23 - - [2026-01-19 02:17:41] "POST /projects HTTP/1.1" 200 575 0.269401 10.0.0.27 - - [2026-01-19 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 228 0.011050 10.0.0.23 - - [2026-01-19 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.346840 10.0.0.27 - - [2026-01-19 02:17:42] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.488768 10.0.0.27 - - [2026-01-19 02:17:43] "GET / HTTP/1.1" 200 35931 0.001957 10.0.0.23 - - [2026-01-19 02:17:48] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.27 - - [2026-01-19 02:17:48] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.047659 10.0.0.23 - - [2026-01-19 02:17:48] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002585 10.0.0.27 - - [2026-01-19 02:17:48] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?fields=virtual_networks HTTP/1.1" 200 1022 0.073628 10.0.0.23 - - [2026-01-19 02:17:48] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.27 - - [2026-01-19 02:17:48] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046934 10.0.0.23 - - [2026-01-19 02:17:49] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.27 - - [2026-01-19 02:17:49] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?fields=security_groups HTTP/1.1" 200 1243 0.048172 10.0.0.27 - - [2026-01-19 02:17:49] "POST /fqname-to-id HTTP/1.1" 404 187 0.025194 10.0.0.23 - - [2026-01-19 02:17:49] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003035 10.0.0.23 - - [2026-01-19 02:17:50] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.23 - - [2026-01-19 02:17:50] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008945 10.0.0.23 - - [2026-01-19 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 189 0.001659 10.0.0.23 - - [2026-01-19 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.006875 10.0.0.23 - - [2026-01-19 02:17:50] "POST /security-groups HTTP/1.1" 200 590 0.030668 10.0.0.23 - - [2026-01-19 02:17:50] "POST /projects HTTP/1.1" 200 583 0.243054 10.0.0.27 - - [2026-01-19 02:17:50] "POST /access-control-lists HTTP/1.1" 200 595 0.026572 10.0.0.23 - - [2026-01-19 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.320062 10.0.0.27 - - [2026-01-19 02:17:50] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.457544 10.0.0.27 - - [2026-01-19 02:17:51] "GET / HTTP/1.1" 200 35931 0.001554 10.0.0.23 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001324 10.0.0.27 - - [2026-01-19 02:17:54] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.049174 10.0.0.23 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000978 10.0.0.27 - - [2026-01-19 02:17:54] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?fields=virtual_networks HTTP/1.1" 200 1029 0.045270 10.0.0.23 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001012 10.0.0.27 - - [2026-01-19 02:17:54] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.047337 10.0.0.23 - - [2026-01-19 02:17:54] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001084 10.0.0.27 - - [2026-01-19 02:17:54] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?fields=security_groups HTTP/1.1" 200 1254 0.046865 10.0.0.27 - - [2026-01-19 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.027792 10.0.0.23 - - [2026-01-19 02:17:55] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002792 10.0.0.23 - - [2026-01-19 02:17:55] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001178 10.0.0.23 - - [2026-01-19 02:17:55] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007329 10.0.0.23 - - [2026-01-19 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.002654 10.0.0.23 - - [2026-01-19 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.009247 10.0.0.23 - - [2026-01-19 02:17:56] "POST /security-groups HTTP/1.1" 200 591 0.038768 10.0.0.27 - - [2026-01-19 02:17:56] "POST /fqname-to-id HTTP/1.1" 404 234 0.003862 10.0.0.23 - - [2026-01-19 02:17:56] "POST /projects HTTP/1.1" 200 585 0.244355 10.0.0.23 - - [2026-01-19 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.325632 10.0.0.27 - - [2026-01-19 02:17:56] "POST /access-control-lists HTTP/1.1" 200 594 0.026829 10.0.0.27 - - [2026-01-19 02:17:56] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.480619 10.0.0.27 - - [2026-01-19 02:17:57] "GET / HTTP/1.1" 200 35931 0.001846 10.0.0.23 - - [2026-01-19 02:18:00] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.27 - - [2026-01-19 02:18:00] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050633 10.0.0.23 - - [2026-01-19 02:18:00] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001471 10.0.0.27 - - [2026-01-19 02:18:00] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?fields=virtual_networks HTTP/1.1" 200 1033 0.061693 10.0.0.23 - - [2026-01-19 02:18:00] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.27 - - [2026-01-19 02:18:00] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.052824 10.0.0.23 - - [2026-01-19 02:18:00] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.27 - - [2026-01-19 02:18:00] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?fields=security_groups HTTP/1.1" 200 1259 0.059152 10.0.0.27 - - [2026-01-19 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.028193 10.0.0.23 - - [2026-01-19 02:18:01] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003148 10.0.0.23 - - [2026-01-19 02:18:01] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.23 - - [2026-01-19 02:18:01] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008076 10.0.0.23 - - [2026-01-19 02:18:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.002241 10.0.0.23 - - [2026-01-19 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.004810 10.0.0.23 - - [2026-01-19 02:18:02] "POST /security-groups HTTP/1.1" 200 595 0.029424 10.0.0.23 - - [2026-01-19 02:18:02] "POST /projects HTTP/1.1" 200 593 0.235320 10.0.0.27 - - [2026-01-19 02:18:02] "POST /fqname-to-id HTTP/1.1" 404 237 0.013214 10.0.0.23 - - [2026-01-19 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.308147 10.0.0.27 - - [2026-01-19 02:18:02] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.469728 10.0.0.27 - - [2026-01-19 02:18:03] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.23 - - [2026-01-19 02:18:06] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001087 10.0.0.27 - - [2026-01-19 02:18:06] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040348 10.0.0.23 - - [2026-01-19 02:18:06] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000978 10.0.0.27 - - [2026-01-19 02:18:06] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?fields=virtual_networks HTTP/1.1" 200 1040 0.043769 10.0.0.23 - - [2026-01-19 02:18:06] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000978 10.0.0.27 - - [2026-01-19 02:18:06] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.034627 10.0.0.23 - - [2026-01-19 02:18:06] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000970 10.0.0.27 - - [2026-01-19 02:18:06] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?fields=security_groups HTTP/1.1" 200 1270 0.043338 10.0.0.27 - - [2026-01-19 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.030545 10.0.0.23 - - [2026-01-19 02:18:07] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003306 10.0.0.23 - - [2026-01-19 02:18:07] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.23 - - [2026-01-19 02:18:07] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007290 10.0.0.23 - - [2026-01-19 02:18:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001672 10.0.0.23 - - [2026-01-19 02:18:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.013734 10.0.0.23 - - [2026-01-19 02:18:07] "POST /security-groups HTTP/1.1" 200 586 0.073794 10.0.0.23 - - [2026-01-19 02:18:07] "POST /projects HTTP/1.1" 200 575 0.304407 10.0.0.27 - - [2026-01-19 02:18:08] "POST /access-control-lists HTTP/1.1" 200 591 0.034899 10.0.0.23 - - [2026-01-19 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.381649 10.0.0.27 - - [2026-01-19 02:18:08] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.528471 10.0.0.27 - - [2026-01-19 02:18:09] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.27 - - [2026-01-19 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003721 10.0.0.27 - - [2026-01-19 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.003055 10.0.0.27 - - [2026-01-19 02:18:09] "POST /access-control-lists HTTP/1.1" 200 588 0.026205 10.0.0.27 - - [2026-01-19 02:18:10] "PUT /access-control-list/e08ce6e0-262c-4d17-b761-15d9b8cb3ae7 HTTP/1.1" 200 272 0.019668 10.0.0.27 - - [2026-01-19 02:18:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.049134 10.0.0.27 - - [2026-01-19 02:18:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178943 10.0.0.27 - - [2026-01-19 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.005941 10.0.0.27 - - [2026-01-19 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.009978 10.0.0.27 - - [2026-01-19 02:18:10] "POST /access-control-lists HTTP/1.1" 200 588 0.029230 10.0.0.27 - - [2026-01-19 02:18:11] "PUT /access-control-list/6e3034d0-6897-425c-91f6-fc6b5baef46f HTTP/1.1" 200 272 0.028106 10.0.0.27 - - [2026-01-19 02:18:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014432 10.0.0.27 - - [2026-01-19 02:18:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164475 10.0.0.27 - - [2026-01-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-01-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.024664 10.0.0.27 - - [2026-01-19 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.004415 10.0.0.27 - - [2026-01-19 02:18:12] "POST /access-control-lists HTTP/1.1" 200 605 0.030183 10.0.0.27 - - [2026-01-19 02:18:12] "PUT /access-control-list/623dafb3-37ca-48c2-9eb9-6fd73c533fe3 HTTP/1.1" 200 272 0.017919 10.0.0.27 - - [2026-01-19 02:18:12] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.035005 10.0.0.27 - - [2026-01-19 02:18:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132043 10.0.0.27 - - [2026-01-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.005723 10.0.0.23 - - [2026-01-19 02:18:12] "DELETE /project/c4df7f36218844d082a9d29a82df52f9 HTTP/1.1" 404 173 0.008935 10.0.0.23 - - [2026-01-19 02:18:12] "DELETE /project/3c6ef5303fee4195a361544038612b11 HTTP/1.1" 404 173 0.028689 10.0.0.23 - - [2026-01-19 02:18:12] "DELETE /project/0c514193fd6e47afa93a1284ad212357 HTTP/1.1" 404 173 0.026323 10.0.0.23 - - [2026-01-19 02:18:12] "DELETE /project/117b9649591b4034b672482ffd0193fb HTTP/1.1" 404 173 0.022116 10.0.0.23 - - [2026-01-19 02:18:12] "DELETE /project/d034baac648740a0b04e2eedd33fcec0 HTTP/1.1" 404 173 0.017265 10.0.0.23 - - [2026-01-19 02:18:12] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001461 10.0.0.23 - - [2026-01-19 02:18:12] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003059 10.0.0.23 - - [2026-01-19 02:18:12] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.23 - - [2026-01-19 02:18:12] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.23 - - [2026-01-19 02:18:12] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001391 10.0.0.27 - - [2026-01-19 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.030692 10.0.0.23 - - [2026-01-19 02:18:12] "DELETE /project/9d40021d11434d67aa48b5d3868b5df4 HTTP/1.1" 404 173 0.018606 10.0.0.23 - - [2026-01-19 02:18:12] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001463 10.0.0.23 - - [2026-01-19 02:18:12] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.182950 10.0.0.23 - - [2026-01-19 02:18:12] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.208003 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.226717 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.243565 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005960 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.276886 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.007404 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001413 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.286477 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001035 10.0.0.27 - - [2026-01-19 02:18:13] "POST /access-control-lists HTTP/1.1" 200 605 0.261944 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?fields=security_groups HTTP/1.1" 200 1375 0.211645 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?fields=security_groups HTTP/1.1" 200 1363 0.198825 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?fields=security_groups HTTP/1.1" 200 1348 0.186529 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?fields=security_groups HTTP/1.1" 200 1364 0.233347 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?fields=security_groups HTTP/1.1" 200 1399 0.188260 10.0.0.27 - - [2026-01-19 02:18:13] "PUT /access-control-list/a6a67961-e4b2-496f-ba89-ec034916eee1 HTTP/1.1" 200 272 0.094081 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?fields=security_groups HTTP/1.1" 200 1359 0.254097 10.0.0.27 - - [2026-01-19 02:18:13] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.074057 10.0.0.23 - - [2026-01-19 02:18:13] "DELETE /security-group/f41fd6bd-dd92-47af-a805-64ab9f78ab7e HTTP/1.1" 200 115 0.230302 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=c4df7f36-2188-44d0-82a9-d29a82df52f9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.23 - - [2026-01-19 02:18:13] "DELETE /security-group/f99383e3-1028-4e9e-a246-4b6ffe692ffc HTTP/1.1" 200 115 0.260407 10.0.0.23 - - [2026-01-19 02:18:13] "DELETE /security-group/3b5acb91-146a-4e70-89dd-4f930e266016 HTTP/1.1" 200 115 0.240920 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=117b9649-591b-4034-b672-482ffd0193fb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002090 10.0.0.23 - - [2026-01-19 02:18:13] "DELETE /security-group/f3eb40ed-1eac-4e0d-be63-69851b6d28ef HTTP/1.1" 200 115 0.246678 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=3c6ef530-3fee-4195-a361-544038612b11&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003729 10.0.0.23 - - [2026-01-19 02:18:13] "DELETE /security-group/e3f4abce-ea43-4e0c-bcc9-e42b92f1c217 HTTP/1.1" 200 115 0.324228 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=40590b39-4664-4f65-8c41-e3c7c60bc7a2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003516 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=9d40021d-1143-4d67-aa48-b5d3868b5df4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001433 10.0.0.23 - - [2026-01-19 02:18:13] "DELETE /security-group/5d93149d-1ecf-47d8-a2c9-c6d9c1c6eb2a HTTP/1.1" 200 115 0.235417 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/c4df7f36-2188-44d0-82a9-d29a82df52f9?fields=application_policy_sets HTTP/1.1" 200 1402 0.163747 10.0.0.23 - - [2026-01-19 02:18:13] "GET /projects?obj_uuids=0c514193-fd6e-47af-a93a-1284ad212357&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001161 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/3c6ef530-3fee-4195-a361-544038612b11?fields=application_policy_sets HTTP/1.1" 200 1387 0.164891 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2?fields=application_policy_sets HTTP/1.1" 200 1438 0.143470 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/117b9649-591b-4034-b672-482ffd0193fb?fields=application_policy_sets HTTP/1.1" 200 1414 0.208741 10.0.0.27 - - [2026-01-19 02:18:13] "DELETE /access-control-list/1083c7e4-ac59-46ed-9eac-a551a767a30e HTTP/1.1" 200 115 0.133734 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/9d40021d-1143-4d67-aa48-b5d3868b5df4?fields=application_policy_sets HTTP/1.1" 200 1403 0.193982 10.0.0.23 - - [2026-01-19 02:18:13] "GET /project/0c514193-fd6e-47af-a93a-1284ad212357?fields=application_policy_sets HTTP/1.1" 200 1398 0.174402 10.0.0.27 - - [2026-01-19 02:18:14] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.449654 10.0.0.27 - - [2026-01-19 02:18:14] "DELETE /access-control-list/4f9cdafd-837f-4a61-8182-8054f016e077 HTTP/1.1" 200 115 0.206290 10.0.0.23 - - [2026-01-19 02:18:14] "DELETE /project/c4df7f36-2188-44d0-82a9-d29a82df52f9 HTTP/1.1" 200 115 1.513453 10.0.0.23 - - [2026-01-19 02:18:14] "DELETE /project/3c6ef530-3fee-4195-a361-544038612b11 HTTP/1.1" 200 115 1.618754 10.0.0.23 - - [2026-01-19 02:18:14] "DELETE /project/40590b39-4664-4f65-8c41-e3c7c60bc7a2 HTTP/1.1" 200 115 1.619306 10.0.0.23 - - [2026-01-19 02:18:14] "DELETE /project/117b9649-591b-4034-b672-482ffd0193fb HTTP/1.1" 200 115 1.632092 10.0.0.27 - - [2026-01-19 02:18:14] "DELETE /access-control-list/569950d6-a8de-4721-bcab-448f3a2b749e HTTP/1.1" 200 115 0.125586 10.0.0.23 - - [2026-01-19 02:18:14] "DELETE /project/9d40021d-1143-4d67-aa48-b5d3868b5df4 HTTP/1.1" 200 115 1.643486 10.0.0.23 - - [2026-01-19 02:18:14] "DELETE /project/0c514193-fd6e-47af-a93a-1284ad212357 HTTP/1.1" 200 115 1.587224 10.0.0.27 - - [2026-01-19 02:18:14] "DELETE /access-control-list/f3215a1b-dc38-4330-b799-2a9c3e5d9938 HTTP/1.1" 200 115 0.037197 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.014690 10.0.0.27 - - [2026-01-19 02:18:15] "PUT /logical-router/0b3659eb-807f-4e2a-8b59-19421129d917 HTTP/1.1" 200 262 0.035402 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.006369 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.004120 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.005395 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.004282 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.004344 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.004450 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.004625 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.004057 10.0.0.27 - - [2026-01-19 02:18:15] "POST /neutron/router HTTP/1.1" 200 541 0.004635 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.004854 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 542 0.027002 10.0.0.23 - - [2026-01-19 02:18:16] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001186 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.094236 10.0.0.27 - - [2026-01-19 02:18:16] "POST /route-targets HTTP/1.1" 200 327 0.023724 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.004184 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.007508 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.003887 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.004668 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.005213 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.004287 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.005457 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.004640 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.004385 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.005008 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 541 0.030103 10.0.0.27 - - [2026-01-19 02:18:16] "POST /neutron/router HTTP/1.1" 200 542 0.004399 10.0.0.27 - - [2026-01-19 02:18:17] "DELETE /route-target/c372ff72-65dd-4ed7-b6ac-154c3b0951aa HTTP/1.1" 200 115 0.020838 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.005139 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.010139 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.004168 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.005130 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.004056 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.003784 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.004568 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.004576 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.004261 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.004725 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.004328 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 559 0.006167 10.0.0.27 - - [2026-01-19 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.010249 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/router HTTP/1.1" 200 151 0.075143 10.0.0.27 - - [2026-01-19 02:18:17] "GET /logical-router/a8afc4a1-668c-48db-ad19-c88af8928d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.059245 10.0.0.27 - - [2026-01-19 02:18:17] "POST /neutron/security_group HTTP/1.1" 200 521 0.006529 10.0.0.27 - - [2026-01-19 02:18:18] "DELETE /access-control-list/a6a67961-e4b2-496f-ba89-ec034916eee1 HTTP/1.1" 200 115 0.024710 10.0.0.27 - - [2026-01-19 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 151 0.073864 10.0.0.27 - - [2026-01-19 02:18:18] "DELETE /access-control-list/5f6f2002-4160-4228-9290-ae4465447f64 HTTP/1.1" 200 115 0.036864 10.0.0.27 - - [2026-01-19 02:18:18] "DELETE /access-control-list/e08ce6e0-262c-4d17-b761-15d9b8cb3ae7 HTTP/1.1" 200 115 0.027077 10.0.0.23 - - [2026-01-19 02:18:19] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.027326 10.0.0.27 - - [2026-01-19 02:18:19] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.096514 10.0.0.23 - - [2026-01-19 02:18:19] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000951 10.0.0.27 - - [2026-01-19 02:18:19] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?fields=virtual_networks HTTP/1.1" 200 1023 0.052471 10.0.0.23 - - [2026-01-19 02:18:19] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.27 - - [2026-01-19 02:18:19] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.046597 10.0.0.23 - - [2026-01-19 02:18:19] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001329 10.0.0.27 - - [2026-01-19 02:18:19] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?fields=security_groups HTTP/1.1" 200 1244 0.041948 10.0.0.27 - - [2026-01-19 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.026162 10.0.0.23 - - [2026-01-19 02:18:20] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003359 10.0.0.23 - - [2026-01-19 02:18:20] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001457 10.0.0.23 - - [2026-01-19 02:18:20] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038320 10.0.0.23 - - [2026-01-19 02:18:20] "POST /id-to-fqname HTTP/1.1" 200 186 0.003224 10.0.0.23 - - [2026-01-19 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 195 0.010118 10.0.0.23 - - [2026-01-19 02:18:21] "POST /security-groups HTTP/1.1" 200 587 0.073040 10.0.0.23 - - [2026-01-19 02:18:21] "POST /projects HTTP/1.1" 200 577 0.308374 10.0.0.23 - - [2026-01-19 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.381947 10.0.0.27 - - [2026-01-19 02:18:21] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.555271 10.0.0.27 - - [2026-01-19 02:18:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.064753 10.0.0.27 - - [2026-01-19 02:18:23] "GET / HTTP/1.1" 200 35931 0.001999 10.0.0.27 - - [2026-01-19 02:18:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-01-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.053138 10.0.0.23 - - [2026-01-19 02:18:25] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001378 10.0.0.27 - - [2026-01-19 02:18:25] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.044011 10.0.0.27 - - [2026-01-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 117 0.036161 10.0.0.27 - - [2026-01-19 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.031842 10.0.0.27 - - [2026-01-19 02:18:25] "POST /neutron/network HTTP/1.1" 200 818 0.008879 10.0.0.27 - - [2026-01-19 02:18:25] "POST /id-to-fqname HTTP/1.1" 200 216 0.001277 10.0.0.27 - - [2026-01-19 02:18:25] "GET /virtual-network/18c105c7-314f-4225-8a5b-87e75a8d15c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005301 10.0.0.27 - - [2026-01-19 02:18:25] "GET /virtual-network/18c105c7-314f-4225-8a5b-87e75a8d15c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005539 10.0.0.27 - - [2026-01-19 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.008305 10.0.0.27 - - [2026-01-19 02:18:25] "POST /fqname-to-id HTTP/1.1" 404 206 0.003030 10.0.0.27 - - [2026-01-19 02:18:25] "GET /virtual-network/18c105c7-314f-4225-8a5b-87e75a8d15c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.004745 10.0.0.27 - - [2026-01-19 02:18:26] "GET /virtual-machine-interface/199148d3-248e-4d23-8168-9a6186d1aa77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007644 10.0.0.27 - - [2026-01-19 02:18:26] "GET /virtual-machine-interface/199148d3-248e-4d23-8168-9a6186d1aa77?fields=instance_ip_back_refs HTTP/1.1" 200 1316 0.009694 10.0.0.27 - - [2026-01-19 02:18:26] "GET /instance-ip/d2426f29-6b7d-484e-8638-7ed3062d81d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004436 10.0.0.27 - - [2026-01-19 02:18:26] "POST /neutron/port HTTP/1.1" 200 151 0.108443 10.0.0.27 - - [2026-01-19 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.23 - - [2026-01-19 02:18:29] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001419 10.0.0.27 - - [2026-01-19 02:18:29] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.041017 10.0.0.27 - - [2026-01-19 02:18:29] "POST /neutron/network HTTP/1.1" 200 117 0.013600 10.0.0.27 - - [2026-01-19 02:18:29] "POST /route-targets HTTP/1.1" 200 327 0.015749 10.0.0.23 - - [2026-01-19 02:18:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006896 10.0.0.27 - - [2026-01-19 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 724 0.201950 10.0.0.27 - - [2026-01-19 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 217 0.001300 10.0.0.27 - - [2026-01-19 02:18:30] "GET /virtual-network/9b2052bb-cfc2-4dfc-9815-1899691cd9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006283 10.0.0.27 - - [2026-01-19 02:18:30] "GET /virtual-network/9b2052bb-cfc2-4dfc-9815-1899691cd9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006760 10.0.0.27 - - [2026-01-19 02:18:30] "POST /neutron/network HTTP/1.1" 200 977 0.010167 10.0.0.23 - - [2026-01-19 02:18:30] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001382 10.0.0.27 - - [2026-01-19 02:18:30] "POST /neutron/port HTTP/1.1" 200 1017 0.256286 10.0.0.27 - - [2026-01-19 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 217 0.002267 10.0.0.27 - - [2026-01-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1017 0.077091 10.0.0.27 - - [2026-01-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.006689 10.0.0.27 - - [2026-01-19 02:18:31] "POST /id-to-fqname HTTP/1.1" 200 217 0.001222 10.0.0.27 - - [2026-01-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1018 0.015561 10.0.0.27 - - [2026-01-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 1018 0.017186 10.0.0.27 - - [2026-01-19 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.007463 10.0.0.27 - - [2026-01-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1017 0.012421 10.0.0.27 - - [2026-01-19 02:18:32] "POST /neutron/network HTTP/1.1" 200 987 0.006660 10.0.0.27 - - [2026-01-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1017 0.010613 10.0.0.27 - - [2026-01-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 1110 0.215085 10.0.0.27 - - [2026-01-19 02:18:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.27 - - [2026-01-19 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.019590 10.0.0.27 - - [2026-01-19 02:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.27 - - [2026-01-19 02:18:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.013770 10.0.0.27 - - [2026-01-19 02:18:36] "POST /neutron/port HTTP/1.1" 200 1119 0.021851 10.0.0.27 - - [2026-01-19 02:18:37] "GET /virtual-machine/eb82bfa4-7df5-4411-a189-4a63a58e0aee HTTP/1.1" 401 292 0.000536 10.0.0.27 - - [2026-01-19 02:18:37] "GET /virtual-machine/eb82bfa4-7df5-4411-a189-4a63a58e0aee HTTP/1.1" 200 1285 0.030940 10.0.0.27 - - [2026-01-19 02:18:37] "GET /virtual-machine-interface/82c0083c-0fa9-4809-84b8-0c011fe10a14 HTTP/1.1" 200 2923 0.006132 10.0.0.27 - - [2026-01-19 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.27 - - [2026-01-19 02:18:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003546 10.0.0.27 - - [2026-01-19 02:18:37] "GET /virtual-networks?parent_id=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003037 10.0.0.27 - - [2026-01-19 02:18:37] "GET /virtual-network/9b2052bb-cfc2-4dfc-9815-1899691cd9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005546 10.0.0.27 - - [2026-01-19 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2026-01-19 02:18:40] "GET /virtual-network/9b2052bb-cfc2-4dfc-9815-1899691cd9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005910 10.0.0.27 - - [2026-01-19 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007414 10.0.0.27 - - [2026-01-19 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.27 - - [2026-01-19 02:18:42] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003913 10.0.0.27 - - [2026-01-19 02:18:42] "GET /virtual-networks?parent_id=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002913 10.0.0.27 - - [2026-01-19 02:18:42] "GET /virtual-network/9b2052bb-cfc2-4dfc-9815-1899691cd9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005606 10.0.0.27 - - [2026-01-19 02:18:42] "POST /neutron/port HTTP/1.1" 200 1120 0.018311 10.0.0.27 - - [2026-01-19 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007219 10.0.0.27 - - [2026-01-19 02:18:43] "GET /virtual-machine/db3ec6f6-ef07-42a8-82af-2c1628e1b3b2 HTTP/1.1" 200 1284 0.006024 10.0.0.27 - - [2026-01-19 02:18:43] "GET /virtual-machine-interface/b568468d-3bbe-4ef5-9d4f-d643ffeb7ad4 HTTP/1.1" 200 2925 0.004997 10.0.0.27 - - [2026-01-19 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2026-01-19 02:18:43] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003522 10.0.0.27 - - [2026-01-19 02:18:43] "GET /virtual-networks?parent_id=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003536 10.0.0.27 - - [2026-01-19 02:18:43] "GET /virtual-network/9b2052bb-cfc2-4dfc-9815-1899691cd9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005877 10.0.0.27 - - [2026-01-19 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2026-01-19 02:18:44] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003945 10.0.0.27 - - [2026-01-19 02:18:44] "GET /virtual-networks?parent_id=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003404 10.0.0.27 - - [2026-01-19 02:18:44] "GET /virtual-network/9b2052bb-cfc2-4dfc-9815-1899691cd9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006413 10.0.0.27 - - [2026-01-19 02:18:47] "POST /neutron/port HTTP/1.1" 200 1110 0.015078 10.0.0.27 - - [2026-01-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 1026 0.030642 10.0.0.27 - - [2026-01-19 02:18:48] "POST /neutron/port HTTP/1.1" 400 205 0.004675 10.0.0.27 - - [2026-01-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.009956 10.0.0.27 - - [2026-01-19 02:18:48] "POST /neutron/port HTTP/1.1" 200 151 0.210259 10.0.0.23 - - [2026-01-19 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003274 10.0.0.23 - - [2026-01-19 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003544 10.0.0.23 - - [2026-01-19 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002521 10.0.0.23 - - [2026-01-19 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002556 10.0.0.27 - - [2026-01-19 02:18:48] "POST /neutron/network HTTP/1.1" 200 151 0.161274 10.0.0.27 - - [2026-01-19 02:18:48] "DELETE /route-target/766b3e24-c452-4cd8-bdba-c905bc8bd175 HTTP/1.1" 200 115 0.023910 10.0.0.23 - - [2026-01-19 02:18:49] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.27 - - [2026-01-19 02:18:49] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.043726 10.0.0.23 - - [2026-01-19 02:18:49] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000969 10.0.0.27 - - [2026-01-19 02:18:49] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?fields=virtual_networks HTTP/1.1" 200 1025 0.040297 10.0.0.23 - - [2026-01-19 02:18:49] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001893 10.0.0.27 - - [2026-01-19 02:18:50] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.064572 10.0.0.23 - - [2026-01-19 02:18:50] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001123 10.0.0.27 - - [2026-01-19 02:18:50] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?fields=security_groups HTTP/1.1" 200 1247 0.045782 10.0.0.27 - - [2026-01-19 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.026053 10.0.0.23 - - [2026-01-19 02:18:50] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003237 10.0.0.23 - - [2026-01-19 02:18:51] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001381 10.0.0.23 - - [2026-01-19 02:18:51] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007906 10.0.0.23 - - [2026-01-19 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.002696 10.0.0.23 - - [2026-01-19 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.006589 10.0.0.23 - - [2026-01-19 02:18:51] "POST /security-groups HTTP/1.1" 200 589 0.073064 10.0.0.23 - - [2026-01-19 02:18:51] "POST /projects HTTP/1.1" 200 581 0.274162 10.0.0.27 - - [2026-01-19 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.015051 10.0.0.23 - - [2026-01-19 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.347049 10.0.0.27 - - [2026-01-19 02:18:51] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.489974 10.0.0.27 - - [2026-01-19 02:18:52] "GET / HTTP/1.1" 200 35931 0.001502 10.0.0.27 - - [2026-01-19 02:18:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000580 10.0.0.27 - - [2026-01-19 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.055559 10.0.0.23 - - [2026-01-19 02:18:54] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.27 - - [2026-01-19 02:18:54] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047148 10.0.0.27 - - [2026-01-19 02:18:54] "POST /neutron/network HTTP/1.1" 200 117 0.035228 10.0.0.27 - - [2026-01-19 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.029516 10.0.0.27 - - [2026-01-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 823 0.010506 10.0.0.27 - - [2026-01-19 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001430 10.0.0.27 - - [2026-01-19 02:18:55] "GET /virtual-network/22e6945d-c477-4c6f-85f5-50344ec07341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006646 10.0.0.27 - - [2026-01-19 02:18:55] "GET /virtual-network/22e6945d-c477-4c6f-85f5-50344ec07341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006498 10.0.0.27 - - [2026-01-19 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.009395 10.0.0.27 - - [2026-01-19 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.23 - - [2026-01-19 02:18:55] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001527 10.0.0.27 - - [2026-01-19 02:18:55] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050384 10.0.0.23 - - [2026-01-19 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004345 10.0.0.27 - - [2026-01-19 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.232010 10.0.0.27 - - [2026-01-19 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001230 10.0.0.27 - - [2026-01-19 02:18:55] "GET /virtual-network/f067795e-1681-4c44-b04a-16cf36855423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005535 10.0.0.27 - - [2026-01-19 02:18:55] "GET /virtual-network/f067795e-1681-4c44-b04a-16cf36855423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006604 10.0.0.27 - - [2026-01-19 02:18:55] "POST /neutron/network HTTP/1.1" 200 823 0.008117 10.0.0.27 - - [2026-01-19 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001849 10.0.0.23 - - [2026-01-19 02:18:56] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000987 10.0.0.27 - - [2026-01-19 02:18:56] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.091796 10.0.0.27 - - [2026-01-19 02:18:56] "POST /neutron/network HTTP/1.1" 200 823 0.007150 10.0.0.27 - - [2026-01-19 02:18:57] "POST /id-to-fqname HTTP/1.1" 200 219 0.001340 10.0.0.27 - - [2026-01-19 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.007285 10.0.0.23 - - [2026-01-19 02:18:57] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000951 10.0.0.27 - - [2026-01-19 02:18:57] "POST /neutron/port HTTP/1.1" 200 1057 0.380913 10.0.0.23 - - [2026-01-19 02:18:58] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.27 - - [2026-01-19 02:18:58] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.129663 10.0.0.27 - - [2026-01-19 02:18:58] "POST /neutron/port HTTP/1.1" 200 1111 0.155381 10.0.0.27 - - [2026-01-19 02:18:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003909 10.0.0.27 - - [2026-01-19 02:18:58] "POST /neutron/network HTTP/1.1" 200 823 0.007941 10.0.0.27 - - [2026-01-19 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.006494 10.0.0.27 - - [2026-01-19 02:18:58] "POST /route-targets HTTP/1.1" 200 327 0.017008 10.0.0.23 - - [2026-01-19 02:18:58] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005013 10.0.0.27 - - [2026-01-19 02:18:59] "POST /neutron/router HTTP/1.1" 200 344 0.492060 10.0.0.27 - - [2026-01-19 02:18:59] "POST /neutron/port HTTP/1.1" 200 1121 0.032673 10.0.0.27 - - [2026-01-19 02:18:59] "POST /neutron/port HTTP/1.1" 200 1057 0.021182 10.0.0.27 - - [2026-01-19 02:18:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.27 - - [2026-01-19 02:18:59] "POST /neutron/network HTTP/1.1" 200 823 0.008409 10.0.0.27 - - [2026-01-19 02:19:04] "POST /neutron/port HTTP/1.1" 200 1121 0.018752 10.0.0.27 - - [2026-01-19 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008689 10.0.0.27 - - [2026-01-19 02:19:04] "GET /virtual-machine/0e3aeb30-913d-46e1-9b67-fb2b2cf7eb6d HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-01-19 02:19:04] "GET /virtual-machine/0e3aeb30-913d-46e1-9b67-fb2b2cf7eb6d HTTP/1.1" 200 1290 0.038381 10.0.0.27 - - [2026-01-19 02:19:04] "GET /virtual-machine-interface/9ab1feb4-f236-4bbc-9d8d-ff2712176608 HTTP/1.1" 200 2935 0.006950 10.0.0.27 - - [2026-01-19 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.27 - - [2026-01-19 02:19:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003916 10.0.0.27 - - [2026-01-19 02:19:04] "GET /virtual-networks?parent_id=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004749 10.0.0.27 - - [2026-01-19 02:19:05] "GET /virtual-network/22e6945d-c477-4c6f-85f5-50344ec07341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010786 10.0.0.27 - - [2026-01-19 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.27 - - [2026-01-19 02:19:08] "GET /virtual-network/22e6945d-c477-4c6f-85f5-50344ec07341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005688 10.0.0.27 - - [2026-01-19 02:19:09] "POST /neutron/port HTTP/1.1" 200 1121 0.018051 10.0.0.27 - - [2026-01-19 02:19:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004514 10.0.0.27 - - [2026-01-19 02:19:09] "POST /neutron/network HTTP/1.1" 200 823 0.007513 10.0.0.27 - - [2026-01-19 02:19:09] "POST /neutron/port HTTP/1.1" 200 1121 0.022723 10.0.0.27 - - [2026-01-19 02:19:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004615 10.0.0.27 - - [2026-01-19 02:19:09] "POST /neutron/network HTTP/1.1" 200 823 0.007626 10.0.0.27 - - [2026-01-19 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-01-19 02:19:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003916 10.0.0.27 - - [2026-01-19 02:19:10] "GET /virtual-networks?parent_id=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003527 10.0.0.27 - - [2026-01-19 02:19:10] "GET /virtual-network/22e6945d-c477-4c6f-85f5-50344ec07341?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006363 10.0.0.23 - - [2026-01-19 02:19:14] "DELETE /project/03ce868128744a74ab25afc6e11d4fee HTTP/1.1" 404 173 0.013268 10.0.0.23 - - [2026-01-19 02:19:14] "DELETE /project/9bb1a02ae3664422975eb75d1fc80247 HTTP/1.1" 404 173 0.012052 10.0.0.23 - - [2026-01-19 02:19:14] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001155 10.0.0.23 - - [2026-01-19 02:19:14] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000840 10.0.0.23 - - [2026-01-19 02:19:14] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044376 10.0.0.23 - - [2026-01-19 02:19:14] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001582 10.0.0.23 - - [2026-01-19 02:19:14] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.075810 10.0.0.23 - - [2026-01-19 02:19:14] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001322 10.0.0.23 - - [2026-01-19 02:19:14] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?fields=security_groups HTTP/1.1" 200 1349 0.073117 10.0.0.23 - - [2026-01-19 02:19:14] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?fields=security_groups HTTP/1.1" 200 1352 0.092049 10.0.0.23 - - [2026-01-19 02:19:14] "DELETE /security-group/2d9493e9-529f-4b3f-a1ad-725d5e514d10 HTTP/1.1" 200 115 0.069104 10.0.0.23 - - [2026-01-19 02:19:14] "GET /projects?obj_uuids=d034baac-6487-40a0-b04e-2eedd33fcec0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001097 10.0.0.27 - - [2026-01-19 02:19:14] "DELETE /access-control-list/8476cc98-ddb2-4bbf-a1ec-c90f2fa148af HTTP/1.1" 200 115 0.048904 10.0.0.23 - - [2026-01-19 02:19:14] "GET /project/d034baac-6487-40a0-b04e-2eedd33fcec0?fields=application_policy_sets HTTP/1.1" 200 1388 0.068018 10.0.0.23 - - [2026-01-19 02:19:14] "DELETE /security-group/15a8ee1e-241f-4bbd-b509-26476dd34b9a HTTP/1.1" 200 115 0.114222 10.0.0.23 - - [2026-01-19 02:19:14] "GET /projects?obj_uuids=9bb1a02a-e366-4422-975e-b75d1fc80247&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001198 10.0.0.23 - - [2026-01-19 02:19:14] "GET /project/9bb1a02a-e366-4422-975e-b75d1fc80247?fields=application_policy_sets HTTP/1.1" 200 1391 0.100516 10.0.0.27 - - [2026-01-19 02:19:14] "DELETE /access-control-list/a7cf7aca-350f-47e2-9920-e3d67ec53059 HTTP/1.1" 200 115 0.076388 10.0.0.23 - - [2026-01-19 02:19:15] "DELETE /project/d034baac-6487-40a0-b04e-2eedd33fcec0 HTTP/1.1" 200 115 0.594745 10.0.0.23 - - [2026-01-19 02:19:15] "DELETE /project/9bb1a02a-e366-4422-975e-b75d1fc80247 HTTP/1.1" 200 115 0.665423 10.0.0.27 - - [2026-01-19 02:19:15] "POST /neutron/port HTTP/1.1" 200 1121 0.019404 10.0.0.27 - - [2026-01-19 02:19:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007938 10.0.0.27 - - [2026-01-19 02:19:15] "GET /virtual-machine/880b08b8-37c1-4991-bb93-059ff876edf6 HTTP/1.1" 200 1290 0.006348 10.0.0.27 - - [2026-01-19 02:19:15] "GET /virtual-machine-interface/e02f6bf1-d8a5-4df2-b313-656bdaf8f6bb HTTP/1.1" 200 2935 0.006085 10.0.0.27 - - [2026-01-19 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2026-01-19 02:19:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003629 10.0.0.27 - - [2026-01-19 02:19:15] "GET /virtual-networks?parent_id=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003808 10.0.0.27 - - [2026-01-19 02:19:15] "GET /virtual-network/f067795e-1681-4c44-b04a-16cf36855423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007034 10.0.0.27 - - [2026-01-19 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.27 - - [2026-01-19 02:19:16] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004232 10.0.0.27 - - [2026-01-19 02:19:16] "GET /virtual-networks?parent_id=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003098 10.0.0.27 - - [2026-01-19 02:19:17] "GET /virtual-network/f067795e-1681-4c44-b04a-16cf36855423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007996 10.0.0.27 - - [2026-01-19 02:19:21] "POST /neutron/router HTTP/1.1" 200 580 0.006294 10.0.0.50 - - [2026-01-19 02:19:22] "GET /obj-perms HTTP/1.1" 200 5056 0.060248 10.0.0.27 - - [2026-01-19 02:19:23] "POST /neutron/router HTTP/1.1" 200 580 0.007936 10.0.0.23 - - [2026-01-19 02:19:27] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.27 - - [2026-01-19 02:19:27] "POST /neutron/router HTTP/1.1" 200 344 0.352310 10.0.0.27 - - [2026-01-19 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.017630 10.0.0.27 - - [2026-01-19 02:19:30] "POST /neutron/router HTTP/1.1" 200 580 0.009989 10.0.0.27 - - [2026-01-19 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.018929 10.0.0.27 - - [2026-01-19 02:19:30] "POST /neutron/router HTTP/1.1" 200 151 0.100467 10.0.0.27 - - [2026-01-19 02:19:31] "POST /neutron/port HTTP/1.1" 200 1121 0.019018 10.0.0.27 - - [2026-01-19 02:19:31] "POST /neutron/port HTTP/1.1" 200 151 0.221722 10.0.0.27 - - [2026-01-19 02:19:32] "POST /neutron/network HTTP/1.1" 200 823 0.009360 10.0.0.27 - - [2026-01-19 02:19:32] "DELETE /route-target/e37b1a26-a886-49b6-9d32-4cc5dbe3e167 HTTP/1.1" 200 115 0.022715 10.0.0.23 - - [2026-01-19 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003235 10.0.0.23 - - [2026-01-19 02:19:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005689 10.0.0.27 - - [2026-01-19 02:19:32] "POST /neutron/network HTTP/1.1" 200 151 0.139681 10.0.0.23 - - [2026-01-19 02:19:34] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.27 - - [2026-01-19 02:19:34] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050153 10.0.0.23 - - [2026-01-19 02:19:34] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.27 - - [2026-01-19 02:19:34] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?fields=virtual_networks HTTP/1.1" 200 1027 0.054357 10.0.0.23 - - [2026-01-19 02:19:34] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001550 10.0.0.27 - - [2026-01-19 02:19:34] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.037653 10.0.0.23 - - [2026-01-19 02:19:34] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001262 10.0.0.27 - - [2026-01-19 02:19:34] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?fields=security_groups HTTP/1.1" 200 1251 0.062001 10.0.0.27 - - [2026-01-19 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 191 0.026012 10.0.0.23 - - [2026-01-19 02:19:35] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003106 10.0.0.23 - - [2026-01-19 02:19:35] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001770 10.0.0.23 - - [2026-01-19 02:19:35] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009265 10.0.0.23 - - [2026-01-19 02:19:35] "POST /id-to-fqname HTTP/1.1" 200 193 0.014780 10.0.0.23 - - [2026-01-19 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 202 0.004194 10.0.0.23 - - [2026-01-19 02:19:35] "POST /security-groups HTTP/1.1" 200 594 0.085431 10.0.0.27 - - [2026-01-19 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 237 0.008512 10.0.0.23 - - [2026-01-19 02:19:35] "POST /projects HTTP/1.1" 200 591 0.334481 10.0.0.23 - - [2026-01-19 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.368812 10.0.0.27 - - [2026-01-19 02:19:35] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.518301 10.0.0.27 - - [2026-01-19 02:19:35] "POST /access-control-lists HTTP/1.1" 200 597 0.059321 10.0.0.27 - - [2026-01-19 02:19:37] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.27 - - [2026-01-19 02:19:39] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2026-01-19 02:19:39] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000959 10.0.0.27 - - [2026-01-19 02:19:39] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.067025 10.0.0.27 - - [2026-01-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.27 - - [2026-01-19 02:19:39] "GET /security-group/0b4dd485-1a4c-4dd1-ba7d-1886af8a9ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.006269 10.0.0.27 - - [2026-01-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.23 - - [2026-01-19 02:19:39] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001517 10.0.0.27 - - [2026-01-19 02:19:39] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.037873 10.0.0.27 - - [2026-01-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2026-01-19 02:19:39] "GET /security-group/0b4dd485-1a4c-4dd1-ba7d-1886af8a9ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004642 10.0.0.27 - - [2026-01-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2026-01-19 02:19:39] "PUT /security-group/0b4dd485-1a4c-4dd1-ba7d-1886af8a9ae6 HTTP/1.1" 200 262 0.021992 10.0.0.27 - - [2026-01-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.003244 10.0.0.27 - - [2026-01-19 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.23 - - [2026-01-19 02:19:39] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001513 10.0.0.27 - - [2026-01-19 02:19:39] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.039446 10.0.0.27 - - [2026-01-19 02:19:40] "POST /route-targets HTTP/1.1" 200 327 0.017443 10.0.0.23 - - [2026-01-19 02:19:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009853 10.0.0.27 - - [2026-01-19 02:19:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.280816 10.0.0.27 - - [2026-01-19 02:19:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001139 10.0.0.27 - - [2026-01-19 02:19:40] "GET /virtual-network/239628bb-d1ff-4f18-994a-5fc51d73100d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005308 10.0.0.27 - - [2026-01-19 02:19:40] "GET /virtual-network/239628bb-d1ff-4f18-994a-5fc51d73100d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005653 10.0.0.27 - - [2026-01-19 02:19:40] "POST /neutron/network HTTP/1.1" 200 827 0.006925 10.0.0.27 - - [2026-01-19 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.23 - - [2026-01-19 02:19:40] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001014 10.0.0.27 - - [2026-01-19 02:19:40] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.036048 10.0.0.23 - - [2026-01-19 02:19:40] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001186 10.0.0.27 - - [2026-01-19 02:19:40] "POST /neutron/network HTTP/1.1" 200 615 0.170643 10.0.0.27 - - [2026-01-19 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.036763 10.0.0.27 - - [2026-01-19 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.003676 10.0.0.27 - - [2026-01-19 02:19:41] "GET /virtual-network/771c8f56-3820-43d5-b883-3396008266af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006176 10.0.0.27 - - [2026-01-19 02:19:41] "POST /neutron/network HTTP/1.1" 200 836 0.008057 10.0.0.27 - - [2026-01-19 02:19:41] "GET /virtual-network/771c8f56-3820-43d5-b883-3396008266af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005613 10.0.0.27 - - [2026-01-19 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001770 10.0.0.27 - - [2026-01-19 02:19:41] "POST /neutron/network HTTP/1.1" 200 837 0.007433 10.0.0.23 - - [2026-01-19 02:19:42] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.27 - - [2026-01-19 02:19:42] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.067824 10.0.0.27 - - [2026-01-19 02:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.005951 10.0.0.27 - - [2026-01-19 02:19:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001274 10.0.0.27 - - [2026-01-19 02:19:42] "POST /neutron/network HTTP/1.1" 200 837 0.006875 10.0.0.27 - - [2026-01-19 02:19:43] "POST /neutron/port HTTP/1.1" 200 1063 0.046010 10.0.0.23 - - [2026-01-19 02:19:43] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000937 10.0.0.27 - - [2026-01-19 02:19:43] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.073197 10.0.0.27 - - [2026-01-19 02:19:43] "POST /neutron/port HTTP/1.1" 200 1127 0.018679 10.0.0.27 - - [2026-01-19 02:19:43] "POST /neutron/port HTTP/1.1" 200 1127 0.020374 10.0.0.27 - - [2026-01-19 02:19:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008096 10.0.0.27 - - [2026-01-19 02:19:43] "POST /neutron/router HTTP/1.1" 200 585 0.005674 10.0.0.27 - - [2026-01-19 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.051469 10.0.0.23 - - [2026-01-19 02:19:44] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001507 10.0.0.23 - - [2026-01-19 02:19:44] "POST /useragent-kv HTTP/1.1" 200 115 0.011162 10.0.0.27 - - [2026-01-19 02:19:44] "POST /virtual-networks HTTP/1.1" 200 694 0.160029 10.0.0.27 - - [2026-01-19 02:19:44] "POST /route-targets HTTP/1.1" 200 327 0.032254 10.0.0.27 - - [2026-01-19 02:19:44] "POST /neutron/router HTTP/1.1" 200 344 0.535354 10.0.0.27 - - [2026-01-19 02:19:44] "PUT /logical-router/e60f4595-3984-4b56-a215-f4ac7902dd04 HTTP/1.1" 200 262 0.077109 10.0.0.27 - - [2026-01-19 02:19:44] "POST /neutron/port HTTP/1.1" 200 1127 0.042909 10.0.0.27 - - [2026-01-19 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007917 10.0.0.27 - - [2026-01-19 02:19:44] "POST /chown HTTP/1.1" 200 109 0.024436 10.0.0.27 - - [2026-01-19 02:19:44] "POST /neutron/port HTTP/1.1" 200 1065 0.109924 10.0.0.27 - - [2026-01-19 02:19:44] "POST /chown HTTP/1.1" 200 109 0.012011 10.0.0.27 - - [2026-01-19 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.041294 10.0.0.27 - - [2026-01-19 02:19:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009946 10.0.0.27 - - [2026-01-19 02:19:45] "POST /neutron/network HTTP/1.1" 200 836 0.015602 10.0.0.27 - - [2026-01-19 02:19:45] "POST /instance-ips HTTP/1.1" 200 549 0.062170 10.0.0.27 - - [2026-01-19 02:19:45] "PUT /virtual-machine-interface/c14e8530-27ca-439e-8f13-06caa1ff8ed1 HTTP/1.1" 200 284 0.028360 10.0.0.27 - - [2026-01-19 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.026191 10.0.0.27 - - [2026-01-19 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.037715 10.0.0.27 - - [2026-01-19 02:19:45] "POST /chown HTTP/1.1" 200 109 0.026278 10.0.0.27 - - [2026-01-19 02:19:45] "PUT /virtual-machine-interface/58e2db7e-00e3-4935-b4a6-35edf28e83ea HTTP/1.1" 200 284 0.022470 10.0.0.27 - - [2026-01-19 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.030909 10.0.0.27 - - [2026-01-19 02:19:46] "PUT /routing-instance/3a49b6b6-4703-4f9d-bd72-dadf7f49e071 HTTP/1.1" 200 266 0.040804 10.0.0.27 - - [2026-01-19 02:19:46] "POST /instance-ips HTTP/1.1" 400 316 0.055789 10.0.0.27 - - [2026-01-19 02:19:46] "PUT /instance-ip/5354dc9a-7170-4eb6-b1d3-030dd589f899 HTTP/1.1" 200 256 0.032165 10.0.0.27 - - [2026-01-19 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.027643 10.0.0.27 - - [2026-01-19 02:19:49] "POST /neutron/port HTTP/1.1" 200 1127 0.021987 10.0.0.27 - - [2026-01-19 02:19:49] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007574 10.0.0.27 - - [2026-01-19 02:19:49] "GET /virtual-machine/2feb8368-5c5e-4d1b-a778-cc3bb4dac7e1 HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2026-01-19 02:19:50] "GET /virtual-machine/2feb8368-5c5e-4d1b-a778-cc3bb4dac7e1 HTTP/1.1" 200 1295 0.039239 10.0.0.27 - - [2026-01-19 02:19:50] "GET /virtual-machine-interface/7afe7012-763c-4908-8670-a7a728b86f6c HTTP/1.1" 200 2955 0.007663 10.0.0.27 - - [2026-01-19 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2026-01-19 02:19:50] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003970 10.0.0.27 - - [2026-01-19 02:19:50] "GET /virtual-networks?parent_id=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003391 10.0.0.27 - - [2026-01-19 02:19:50] "GET /virtual-network/239628bb-d1ff-4f18-994a-5fc51d73100d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006946 10.0.0.27 - - [2026-01-19 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2026-01-19 02:19:53] "GET /virtual-network/239628bb-d1ff-4f18-994a-5fc51d73100d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005836 10.0.0.27 - - [2026-01-19 02:19:53] "POST /neutron/port HTTP/1.1" 200 1129 0.019580 10.0.0.27 - - [2026-01-19 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.27 - - [2026-01-19 02:19:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004250 10.0.0.27 - - [2026-01-19 02:19:55] "GET /virtual-networks?parent_id=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003172 10.0.0.27 - - [2026-01-19 02:19:55] "GET /virtual-network/239628bb-d1ff-4f18-994a-5fc51d73100d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006372 10.0.0.27 - - [2026-01-19 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008617 10.0.0.27 - - [2026-01-19 02:19:55] "POST /neutron/port HTTP/1.1" 200 1129 0.019578 10.0.0.27 - - [2026-01-19 02:19:55] "GET /virtual-machine/12caa9a4-7f77-4582-9fbf-43b50924c685 HTTP/1.1" 200 1295 0.007261 10.0.0.27 - - [2026-01-19 02:19:56] "GET /virtual-machine-interface/dc41a40f-96ec-4966-8721-0bb7bc89a3d4 HTTP/1.1" 200 2968 0.007438 10.0.0.27 - - [2026-01-19 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2026-01-19 02:19:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003572 10.0.0.27 - - [2026-01-19 02:19:56] "GET /virtual-networks?parent_id=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003653 10.0.0.27 - - [2026-01-19 02:19:56] "GET /virtual-network/771c8f56-3820-43d5-b883-3396008266af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005908 10.0.0.27 - - [2026-01-19 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.27 - - [2026-01-19 02:19:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005190 10.0.0.27 - - [2026-01-19 02:19:57] "GET /virtual-networks?parent_id=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003764 10.0.0.27 - - [2026-01-19 02:19:57] "GET /virtual-network/771c8f56-3820-43d5-b883-3396008266af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005717 10.0.0.27 - - [2026-01-19 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.029091 10.0.0.27 - - [2026-01-19 02:20:01] "POST /neutron/router HTTP/1.1" 200 344 0.219819 10.0.0.27 - - [2026-01-19 02:20:01] "PUT /logical-router/e60f4595-3984-4b56-a215-f4ac7902dd04 HTTP/1.1" 500 213 0.125843 10.0.0.27 - - [2026-01-19 02:20:01] "POST /neutron/network HTTP/1.1" 200 836 0.007368 10.0.0.27 - - [2026-01-19 02:20:01] "DELETE /route-table/99eb5aba-856f-4187-bf5b-410cf50f739e HTTP/1.1" 200 115 0.038881 10.0.0.27 - - [2026-01-19 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.030395 10.0.0.27 - - [2026-01-19 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.021561 10.0.0.27 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1119 0.027540 10.0.0.23 - - [2026-01-19 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.009649 10.0.0.23 - - [2026-01-19 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006474 10.0.0.27 - - [2026-01-19 02:20:02] "DELETE /virtual-network/b9f38765-8035-4d76-b31c-d74b4f4272e6 HTTP/1.1" 200 115 0.258948 10.0.0.27 - - [2026-01-19 02:20:02] "DELETE /route-target/6e8ef07f-9b02-4628-b98b-918007fe38ac HTTP/1.1" 200 115 0.068406 10.0.0.27 - - [2026-01-19 02:20:02] "POST /neutron/port HTTP/1.1" 200 1117 0.045591 10.0.0.27 - - [2026-01-19 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.020861 10.0.0.27 - - [2026-01-19 02:20:02] "GET /virtual-machine-interface/4325c59d-58fe-4042-9768-925a0198fa38?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.009899 10.0.0.27 - - [2026-01-19 02:20:02] "DELETE /virtual-machine/29dbcff8-10c1-493b-8fd7-24eb606d498a HTTP/1.1" 200 115 0.053080 10.0.0.27 - - [2026-01-19 02:20:02] "GET /virtual-machine-interface/6e136d28-b273-42c1-977b-0db2878d3daf?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.007846 10.0.0.27 - - [2026-01-19 02:20:02] "DELETE /instance-ip/54823bcd-104b-42ee-884d-ab6907789ee2 HTTP/1.1" 200 115 0.040197 10.0.0.27 - - [2026-01-19 02:20:03] "DELETE /virtual-machine/58186296-1afd-4c16-a557-73d6f15bc911 HTTP/1.1" 200 115 0.044991 10.0.0.23 - - [2026-01-19 02:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003661 10.0.0.23 - - [2026-01-19 02:20:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003554 10.0.0.27 - - [2026-01-19 02:20:03] "POST /neutron/network HTTP/1.1" 200 151 0.160983 10.0.0.27 - - [2026-01-19 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005970 10.0.0.23 - - [2026-01-19 02:20:05] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001348 10.0.0.27 - - [2026-01-19 02:20:05] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.042210 10.0.0.23 - - [2026-01-19 02:20:05] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001291 10.0.0.27 - - [2026-01-19 02:20:05] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?fields=virtual_networks HTTP/1.1" 200 1039 0.047838 10.0.0.23 - - [2026-01-19 02:20:05] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001289 10.0.0.27 - - [2026-01-19 02:20:05] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.044698 10.0.0.23 - - [2026-01-19 02:20:05] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001411 10.0.0.27 - - [2026-01-19 02:20:05] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?fields=security_groups HTTP/1.1" 200 1268 0.057736 10.0.0.27 - - [2026-01-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.027178 10.0.0.23 - - [2026-01-19 02:20:06] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002851 10.0.0.23 - - [2026-01-19 02:20:06] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.23 - - [2026-01-19 02:20:06] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007835 10.0.0.23 - - [2026-01-19 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 198 0.001122 10.0.0.23 - - [2026-01-19 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.004456 10.0.0.23 - - [2026-01-19 02:20:06] "POST /security-groups HTTP/1.1" 200 599 0.089906 10.0.0.23 - - [2026-01-19 02:20:06] "POST /projects HTTP/1.1" 200 601 0.295787 10.0.0.27 - - [2026-01-19 02:20:06] "POST /access-control-lists HTTP/1.1" 200 604 0.029207 10.0.0.23 - - [2026-01-19 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.370710 10.0.0.27 - - [2026-01-19 02:20:07] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.510669 10.0.0.27 - - [2026-01-19 02:20:08] "GET / HTTP/1.1" 200 35931 0.001346 10.0.0.27 - - [2026-01-19 02:20:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2026-01-19 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.057980 10.0.0.23 - - [2026-01-19 02:20:10] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001313 10.0.0.27 - - [2026-01-19 02:20:10] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037655 10.0.0.27 - - [2026-01-19 02:20:10] "POST /neutron/network HTTP/1.1" 200 117 0.042913 10.0.0.27 - - [2026-01-19 02:20:10] "POST /route-targets HTTP/1.1" 200 327 0.014047 10.0.0.23 - - [2026-01-19 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007540 10.0.0.27 - - [2026-01-19 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.220076 10.0.0.27 - - [2026-01-19 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001209 10.0.0.27 - - [2026-01-19 02:20:11] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005423 10.0.0.27 - - [2026-01-19 02:20:11] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006518 10.0.0.27 - - [2026-01-19 02:20:11] "POST /neutron/network HTTP/1.1" 200 1008 0.010642 10.0.0.27 - - [2026-01-19 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-01-19 02:20:11] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.27 - - [2026-01-19 02:20:11] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042812 10.0.0.27 - - [2026-01-19 02:20:11] "POST /neutron/network HTTP/1.1" 200 117 0.014355 10.0.0.27 - - [2026-01-19 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.024055 10.0.0.23 - - [2026-01-19 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.011704 10.0.0.50 - - [2026-01-19 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.048921 10.0.0.27 - - [2026-01-19 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 818 0.209001 10.0.0.27 - - [2026-01-19 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001311 10.0.0.27 - - [2026-01-19 02:20:11] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006739 10.0.0.27 - - [2026-01-19 02:20:12] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006131 10.0.0.27 - - [2026-01-19 02:20:12] "POST /neutron/network HTTP/1.1" 200 1004 0.011088 10.0.0.27 - - [2026-01-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003448 10.0.0.27 - - [2026-01-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.23 - - [2026-01-19 02:20:12] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.27 - - [2026-01-19 02:20:12] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047845 10.0.0.27 - - [2026-01-19 02:20:12] "POST /network-policys HTTP/1.1" 200 577 0.073565 10.0.0.27 - - [2026-01-19 02:20:12] "GET /network-policy/5d587f80-43c4-4092-bb88-03168140f560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006244 10.0.0.27 - - [2026-01-19 02:20:12] "POST /neutron/network HTTP/1.1" 200 1008 0.008515 10.0.0.27 - - [2026-01-19 02:20:12] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.011064 10.0.0.27 - - [2026-01-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2026-01-19 02:20:12] "GET /network-policy/5d587f80-43c4-4092-bb88-03168140f560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.008045 10.0.0.27 - - [2026-01-19 02:20:12] "POST /neutron/network HTTP/1.1" 200 1004 0.008899 10.0.0.27 - - [2026-01-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.002674 10.0.0.27 - - [2026-01-19 02:20:12] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007102 10.0.0.27 - - [2026-01-19 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2026-01-19 02:20:12] "GET /network-policy/5d587f80-43c4-4092-bb88-03168140f560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005273 10.0.0.27 - - [2026-01-19 02:20:12] "PUT /access-control-list/167e73fc-73cd-4dd1-8e25-3847128538bf HTTP/1.1" 200 272 0.067014 10.0.0.27 - - [2026-01-19 02:20:13] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005573 10.0.0.23 - - [2026-01-19 02:20:14] "GET /obj-perms HTTP/1.1" 200 5046 0.058276 10.0.0.27 - - [2026-01-19 02:20:14] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006164 10.0.0.27 - - [2026-01-19 02:20:15] "GET /obj-perms HTTP/1.1" 200 5046 0.049295 10.0.0.23 - - [2026-01-19 02:20:15] "DELETE /project/fa0c52b5f5064c6b859a0ca93989e98b HTTP/1.1" 404 173 0.009467 10.0.0.23 - - [2026-01-19 02:20:15] "DELETE /project/d54b74313c6440d98cc69d1eeb59e740 HTTP/1.1" 404 173 0.013245 10.0.0.23 - - [2026-01-19 02:20:15] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.23 - - [2026-01-19 02:20:15] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000903 10.0.0.23 - - [2026-01-19 02:20:15] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.067313 10.0.0.27 - - [2026-01-19 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.002995 10.0.0.23 - - [2026-01-19 02:20:15] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.081023 10.0.0.23 - - [2026-01-19 02:20:15] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001751 10.0.0.23 - - [2026-01-19 02:20:15] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.23 - - [2026-01-19 02:20:15] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?fields=security_groups HTTP/1.1" 200 1373 0.081379 10.0.0.23 - - [2026-01-19 02:20:15] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?fields=security_groups HTTP/1.1" 200 1356 0.086509 10.0.0.23 - - [2026-01-19 02:20:15] "DELETE /security-group/0b4dd485-1a4c-4dd1-ba7d-1886af8a9ae6 HTTP/1.1" 200 115 0.062044 10.0.0.23 - - [2026-01-19 02:20:15] "GET /projects?obj_uuids=d54b7431-3c64-40d9-8cc6-9d1eeb59e740&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000928 10.0.0.23 - - [2026-01-19 02:20:15] "DELETE /security-group/5053c49d-1ae5-4677-8526-9af212ef6a36 HTTP/1.1" 200 115 0.080002 10.0.0.23 - - [2026-01-19 02:20:15] "GET /projects?obj_uuids=03ce8681-2874-4a74-ab25-afc6e11d4fee&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.27 - - [2026-01-19 02:20:15] "POST /neutron/network HTTP/1.1" 200 1126 0.019499 10.0.0.23 - - [2026-01-19 02:20:15] "GET /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740?fields=application_policy_sets HTTP/1.1" 200 1412 0.079205 10.0.0.23 - - [2026-01-19 02:20:15] "GET /project/03ce8681-2874-4a74-ab25-afc6e11d4fee?fields=application_policy_sets HTTP/1.1" 200 1395 0.111394 10.0.0.27 - - [2026-01-19 02:20:15] "DELETE /access-control-list/5feb28b8-3243-461b-a5ba-5894ef7b17b7 HTTP/1.1" 200 115 0.080128 10.0.0.23 - - [2026-01-19 02:20:15] "DELETE /project/d54b7431-3c64-40d9-8cc6-9d1eeb59e740 HTTP/1.1" 200 115 0.611463 10.0.0.23 - - [2026-01-19 02:20:15] "DELETE /project/03ce8681-2874-4a74-ab25-afc6e11d4fee HTTP/1.1" 200 115 0.641190 10.0.0.23 - - [2026-01-19 02:20:16] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.27 - - [2026-01-19 02:20:16] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070489 10.0.0.27 - - [2026-01-19 02:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.006288 10.0.0.27 - - [2026-01-19 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001447 10.0.0.27 - - [2026-01-19 02:20:16] "POST /neutron/network HTTP/1.1" 200 1126 0.008015 10.0.0.27 - - [2026-01-19 02:20:17] "POST /neutron/port HTTP/1.1" 200 1177 0.022401 10.0.0.23 - - [2026-01-19 02:20:17] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.27 - - [2026-01-19 02:20:17] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.124869 10.0.0.27 - - [2026-01-19 02:20:17] "POST /neutron/network HTTP/1.1" 200 1112 0.013557 10.0.0.27 - - [2026-01-19 02:20:17] "POST /neutron/subnet HTTP/1.1" 200 1394 0.013216 10.0.0.27 - - [2026-01-19 02:20:17] "POST /neutron/network HTTP/1.1" 200 1116 0.009802 10.0.0.27 - - [2026-01-19 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.008654 10.0.0.27 - - [2026-01-19 02:20:18] "POST /neutron/network HTTP/1.1" 200 1122 0.009054 10.0.0.27 - - [2026-01-19 02:20:18] "POST /neutron/port HTTP/1.1" 200 1173 0.032357 10.0.0.27 - - [2026-01-19 02:20:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003960 10.0.0.27 - - [2026-01-19 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.27 - - [2026-01-19 02:20:23] "POST /neutron/port HTTP/1.1" 200 1241 0.022091 10.0.0.27 - - [2026-01-19 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007880 10.0.0.27 - - [2026-01-19 02:20:23] "GET /virtual-machine/a8443746-14bd-4d5e-8843-2db919e5c2ec HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-01-19 02:20:24] "GET /virtual-machine/a8443746-14bd-4d5e-8843-2db919e5c2ec HTTP/1.1" 200 1300 0.051061 10.0.0.27 - - [2026-01-19 02:20:24] "GET /virtual-machine-interface/aa31ebda-24b0-4285-a325-303fa953ab8a HTTP/1.1" 200 3176 0.005931 10.0.0.27 - - [2026-01-19 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.27 - - [2026-01-19 02:20:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008017 10.0.0.27 - - [2026-01-19 02:20:24] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004137 10.0.0.27 - - [2026-01-19 02:20:24] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.007234 10.0.0.50 - - [2026-01-19 02:20:24] "GET /obj-perms HTTP/1.1" 200 5056 0.046870 10.0.0.27 - - [2026-01-19 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.27 - - [2026-01-19 02:20:27] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005069 10.0.0.27 - - [2026-01-19 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-01-19 02:20:31] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006126 10.0.0.27 - - [2026-01-19 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2026-01-19 02:20:35] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.009221 10.0.0.27 - - [2026-01-19 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2026-01-19 02:20:39] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.007456 10.0.0.27 - - [2026-01-19 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2026-01-19 02:20:43] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005286 10.0.0.27 - - [2026-01-19 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 02:20:47] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006619 10.0.0.27 - - [2026-01-19 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.27 - - [2026-01-19 02:20:51] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005723 10.0.0.27 - - [2026-01-19 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.27 - - [2026-01-19 02:20:55] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006565 10.0.0.27 - - [2026-01-19 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.27 - - [2026-01-19 02:20:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003609 10.0.0.27 - - [2026-01-19 02:20:57] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003067 10.0.0.27 - - [2026-01-19 02:20:58] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006355 10.0.0.27 - - [2026-01-19 02:20:58] "POST /neutron/port HTTP/1.1" 200 1241 0.021973 10.0.0.27 - - [2026-01-19 02:21:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007948 10.0.0.27 - - [2026-01-19 02:21:06] "POST /neutron/port HTTP/1.1" 200 1241 0.020432 10.0.0.27 - - [2026-01-19 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007632 10.0.0.27 - - [2026-01-19 02:21:11] "POST /neutron/network HTTP/1.1" 200 1126 0.007280 10.0.0.27 - - [2026-01-19 02:21:11] "POST /neutron/subnet HTTP/1.1" 200 1394 0.017538 10.0.0.27 - - [2026-01-19 02:21:11] "POST /neutron/network HTTP/1.1" 200 1116 0.009883 10.0.0.27 - - [2026-01-19 02:21:12] "POST /neutron/network HTTP/1.1" 200 1122 0.008322 10.0.0.27 - - [2026-01-19 02:21:12] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013129 10.0.0.27 - - [2026-01-19 02:21:12] "POST /neutron/network HTTP/1.1" 200 1112 0.017820 10.0.0.27 - - [2026-01-19 02:21:18] "POST /neutron/port HTTP/1.1" 200 1237 0.019124 10.0.0.27 - - [2026-01-19 02:21:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006969 10.0.0.27 - - [2026-01-19 02:21:19] "GET /virtual-machine/6bdba537-c4f4-4dee-8d32-52b3b640b8d0 HTTP/1.1" 200 1300 0.005965 10.0.0.27 - - [2026-01-19 02:21:19] "GET /virtual-machine-interface/97b298af-be8a-435f-a3e6-65216ea8781c HTTP/1.1" 200 3176 0.006130 10.0.0.27 - - [2026-01-19 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2026-01-19 02:21:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003641 10.0.0.27 - - [2026-01-19 02:21:19] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002952 10.0.0.27 - - [2026-01-19 02:21:19] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006422 10.0.0.27 - - [2026-01-19 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2026-01-19 02:21:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004055 10.0.0.27 - - [2026-01-19 02:21:20] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002922 10.0.0.27 - - [2026-01-19 02:21:20] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005865 10.0.0.27 - - [2026-01-19 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.23 - - [2026-01-19 02:21:41] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.27 - - [2026-01-19 02:21:41] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039907 10.0.0.27 - - [2026-01-19 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.27 - - [2026-01-19 02:21:42] "PUT /network-policy/5d587f80-43c4-4092-bb88-03168140f560 HTTP/1.1" 200 262 0.018023 10.0.0.27 - - [2026-01-19 02:21:42] "PUT /access-control-list/c9606d20-73d3-40e3-8cb2-f89e8a372063 HTTP/1.1" 200 272 0.015941 10.0.0.27 - - [2026-01-19 02:21:45] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006428 10.0.0.27 - - [2026-01-19 02:21:45] "POST /neutron/network HTTP/1.1" 200 1112 0.011416 10.0.0.50 - - [2026-01-19 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002799 10.0.0.27 - - [2026-01-19 02:21:45] "POST /ref-update HTTP/1.1" 200 156 0.037826 10.0.0.27 - - [2026-01-19 02:21:45] "GET /virtual-network/efb0c724-ef67-420e-ac3d-a923ea3d281b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.010423 10.0.0.27 - - [2026-01-19 02:21:45] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.010329 10.0.0.27 - - [2026-01-19 02:21:45] "POST /neutron/network HTTP/1.1" 200 1116 0.010377 10.0.0.27 - - [2026-01-19 02:21:46] "GET /virtual-network/2118cc79-5b63-4eba-b72f-a8a552e3631c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.020638 10.0.0.27 - - [2026-01-19 02:21:46] "POST /neutron/port HTTP/1.1" 200 1237 0.031367 10.0.0.27 - - [2026-01-19 02:21:46] "DELETE /network-policy/5d587f80-43c4-4092-bb88-03168140f560 HTTP/1.1" 200 115 0.065483 10.0.0.27 - - [2026-01-19 02:21:46] "POST /neutron/port HTTP/1.1" 200 1231 0.015280 10.0.0.27 - - [2026-01-19 02:21:46] "POST /neutron/port HTTP/1.1" 200 151 0.279826 10.0.0.23 - - [2026-01-19 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005699 10.0.0.27 - - [2026-01-19 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007623 10.0.0.23 - - [2026-01-19 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004440 10.0.0.23 - - [2026-01-19 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004709 10.0.0.23 - - [2026-01-19 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.013743 10.0.0.27 - - [2026-01-19 02:21:48] "POST /neutron/network HTTP/1.1" 200 151 0.177282 10.0.0.27 - - [2026-01-19 02:21:48] "DELETE /route-target/56c93cfc-3d80-4d48-a3e0-bf53b700dd32 HTTP/1.1" 200 115 0.024889 10.0.0.23 - - [2026-01-19 02:21:53] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.27 - - [2026-01-19 02:21:53] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040072 10.0.0.27 - - [2026-01-19 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.23 - - [2026-01-19 02:21:53] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.27 - - [2026-01-19 02:21:53] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006917 10.0.0.27 - - [2026-01-19 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.23 - - [2026-01-19 02:21:53] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001579 10.0.0.27 - - [2026-01-19 02:21:53] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050135 10.0.0.27 - - [2026-01-19 02:21:54] "GET /domains HTTP/1.1" 200 280 0.003124 10.0.0.23 - - [2026-01-19 02:21:54] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.27 - - [2026-01-19 02:21:54] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7 HTTP/1.1" 200 2776 0.016461 10.0.0.23 - - [2026-01-19 02:21:54] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001345 10.0.0.27 - - [2026-01-19 02:21:54] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b HTTP/1.1" 200 1900 0.097664 10.0.0.27 - - [2026-01-19 02:21:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003647 10.0.0.27 - - [2026-01-19 02:21:54] "POST /network-ipams HTTP/1.1" 200 609 0.027339 10.0.0.27 - - [2026-01-19 02:21:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003181 10.0.0.27 - - [2026-01-19 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.27 - - [2026-01-19 02:21:54] "GET /network-ipam/a9134ea0-73d7-4807-aa9e-255028facfd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.011940 10.0.0.27 - - [2026-01-19 02:21:54] "PUT /network-ipam/a9134ea0-73d7-4807-aa9e-255028facfd5 HTTP/1.1" 200 258 0.021085 10.0.0.27 - - [2026-01-19 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.23 - - [2026-01-19 02:21:54] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.27 - - [2026-01-19 02:21:54] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054940 10.0.0.27 - - [2026-01-19 02:21:54] "POST /neutron/network HTTP/1.1" 200 117 0.014244 10.0.0.23 - - [2026-01-19 02:21:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009800 10.0.0.27 - - [2026-01-19 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.175835 10.0.0.27 - - [2026-01-19 02:21:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001384 10.0.0.27 - - [2026-01-19 02:21:55] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007121 10.0.0.27 - - [2026-01-19 02:21:55] "POST /neutron/network HTTP/1.1" 200 1309 0.010929 10.0.0.27 - - [2026-01-19 02:21:55] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005254 10.0.0.27 - - [2026-01-19 02:21:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.009217 10.0.0.27 - - [2026-01-19 02:21:55] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006545 10.0.0.27 - - [2026-01-19 02:21:56] "GET /obj-perms HTTP/1.1" 200 5046 0.003988 10.0.0.23 - - [2026-01-19 02:21:56] "GET /obj-perms HTTP/1.1" 200 5046 0.003591 10.0.0.27 - - [2026-01-19 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.23 - - [2026-01-19 02:21:56] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.27 - - [2026-01-19 02:21:56] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042158 10.0.0.23 - - [2026-01-19 02:21:56] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.27 - - [2026-01-19 02:21:56] "POST /neutron/network HTTP/1.1" 200 619 0.115021 10.0.0.27 - - [2026-01-19 02:21:56] "POST /route-targets HTTP/1.1" 200 327 0.019800 10.0.0.50 - - [2026-01-19 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.005498 10.0.0.23 - - [2026-01-19 02:21:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007882 10.0.0.27 - - [2026-01-19 02:21:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.213531 10.0.0.27 - - [2026-01-19 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 231 0.001211 10.0.0.27 - - [2026-01-19 02:21:57] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005150 10.0.0.27 - - [2026-01-19 02:21:57] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006856 10.0.0.27 - - [2026-01-19 02:21:57] "POST /neutron/network HTTP/1.1" 200 1308 0.012692 10.0.0.27 - - [2026-01-19 02:21:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.011371 10.0.0.27 - - [2026-01-19 02:21:57] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006071 10.0.0.27 - - [2026-01-19 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010777 10.0.0.23 - - [2026-01-19 02:21:57] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000925 10.0.0.27 - - [2026-01-19 02:21:57] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053585 10.0.0.23 - - [2026-01-19 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.020231 10.0.0.27 - - [2026-01-19 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.283461 10.0.0.27 - - [2026-01-19 02:21:58] "POST /neutron/network HTTP/1.1" 200 1309 0.021296 10.0.0.27 - - [2026-01-19 02:21:58] "POST /id-to-fqname HTTP/1.1" 200 231 0.001147 10.0.0.27 - - [2026-01-19 02:21:58] "GET /virtual-network/2a273ed5-554f-42aa-af3a-50f936545006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005448 10.0.0.27 - - [2026-01-19 02:21:59] "GET /virtual-network/2a273ed5-554f-42aa-af3a-50f936545006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007548 10.0.0.27 - - [2026-01-19 02:21:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.009452 10.0.0.27 - - [2026-01-19 02:21:59] "GET /virtual-network/2a273ed5-554f-42aa-af3a-50f936545006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006025 10.0.0.50 - - [2026-01-19 02:21:59] "GET /obj-perms HTTP/1.1" 200 5046 0.051491 10.0.0.27 - - [2026-01-19 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2026-01-19 02:21:59] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.27 - - [2026-01-19 02:21:59] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055118 10.0.0.27 - - [2026-01-19 02:21:59] "POST /neutron/network HTTP/1.1" 200 117 0.017891 10.0.0.27 - - [2026-01-19 02:22:00] "POST /route-targets HTTP/1.1" 200 327 0.019281 10.0.0.23 - - [2026-01-19 02:22:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013427 10.0.0.27 - - [2026-01-19 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.206368 10.0.0.27 - - [2026-01-19 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 231 0.001309 10.0.0.27 - - [2026-01-19 02:22:00] "GET /virtual-network/1face9ae-5a48-4074-b7c6-47d4819200f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.011124 10.0.0.27 - - [2026-01-19 02:22:00] "POST /neutron/network HTTP/1.1" 200 1309 0.015869 10.0.0.27 - - [2026-01-19 02:22:00] "GET /virtual-network/1face9ae-5a48-4074-b7c6-47d4819200f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006268 10.0.0.27 - - [2026-01-19 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.011831 10.0.0.27 - - [2026-01-19 02:22:01] "GET /virtual-network/1face9ae-5a48-4074-b7c6-47d4819200f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006105 10.0.0.27 - - [2026-01-19 02:22:01] "GET /obj-perms HTTP/1.1" 200 5046 0.003842 10.0.0.23 - - [2026-01-19 02:22:01] "GET /obj-perms HTTP/1.1" 200 5046 0.004093 10.0.0.27 - - [2026-01-19 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.003676 10.0.0.27 - - [2026-01-19 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.23 - - [2026-01-19 02:22:01] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.27 - - [2026-01-19 02:22:01] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052302 10.0.0.27 - - [2026-01-19 02:22:01] "POST /network-policys HTTP/1.1" 200 559 0.031745 10.0.0.27 - - [2026-01-19 02:22:01] "GET /network-policy/fd57a9af-84da-4402-9740-fa49de7985cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007045 10.0.0.27 - - [2026-01-19 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.010510 10.0.0.27 - - [2026-01-19 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.23 - - [2026-01-19 02:22:01] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.27 - - [2026-01-19 02:22:01] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056493 10.0.0.27 - - [2026-01-19 02:22:01] "POST /network-policys HTTP/1.1" 200 559 0.031500 10.0.0.27 - - [2026-01-19 02:22:01] "GET /network-policy/87db482b-8926-43d1-be1c-2b0218eb86ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007502 10.0.0.27 - - [2026-01-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.003664 10.0.0.27 - - [2026-01-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.23 - - [2026-01-19 02:22:02] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.27 - - [2026-01-19 02:22:02] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044091 10.0.0.27 - - [2026-01-19 02:22:02] "POST /network-policys HTTP/1.1" 200 559 0.027300 10.0.0.27 - - [2026-01-19 02:22:02] "GET /network-policy/a3d25fab-fe83-4046-a697-449f3b33b6c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006421 10.0.0.27 - - [2026-01-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.003674 10.0.0.27 - - [2026-01-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.23 - - [2026-01-19 02:22:02] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.27 - - [2026-01-19 02:22:02] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044578 10.0.0.27 - - [2026-01-19 02:22:02] "POST /network-policys HTTP/1.1" 200 559 0.034681 10.0.0.27 - - [2026-01-19 02:22:02] "GET /network-policy/547031dc-6921-4477-baff-e5489f9f37b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008242 10.0.0.27 - - [2026-01-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 225 0.004285 10.0.0.27 - - [2026-01-19 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.23 - - [2026-01-19 02:22:02] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001451 10.0.0.27 - - [2026-01-19 02:22:03] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050242 10.0.0.27 - - [2026-01-19 02:22:03] "POST /network-policys HTTP/1.1" 200 559 0.031880 10.0.0.27 - - [2026-01-19 02:22:03] "GET /network-policy/3d139c1e-a80e-49be-82dc-87b5670d6778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007099 10.0.0.27 - - [2026-01-19 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 225 0.003202 10.0.0.27 - - [2026-01-19 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.23 - - [2026-01-19 02:22:03] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.27 - - [2026-01-19 02:22:03] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051790 10.0.0.27 - - [2026-01-19 02:22:03] "POST /network-policys HTTP/1.1" 200 559 0.030085 10.0.0.27 - - [2026-01-19 02:22:03] "GET /network-policy/f0f8eb23-ff5d-4a4e-9043-212aa234a45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007845 10.0.0.27 - - [2026-01-19 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 225 0.004107 10.0.0.27 - - [2026-01-19 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2026-01-19 02:22:03] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.27 - - [2026-01-19 02:22:03] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059773 10.0.0.27 - - [2026-01-19 02:22:03] "POST /network-policys HTTP/1.1" 200 559 0.036350 10.0.0.27 - - [2026-01-19 02:22:03] "GET /network-policy/c1ffdc0e-3322-4e25-b6e5-8e522bca8fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007798 10.0.0.27 - - [2026-01-19 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 225 0.003133 10.0.0.27 - - [2026-01-19 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-01-19 02:22:04] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001379 10.0.0.27 - - [2026-01-19 02:22:04] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054481 10.0.0.27 - - [2026-01-19 02:22:04] "POST /network-policys HTTP/1.1" 200 559 0.029712 10.0.0.27 - - [2026-01-19 02:22:04] "GET /network-policy/4509a5ae-63f1-4e11-84ed-4870accede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.008948 10.0.0.50 - - [2026-01-19 02:22:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003641 10.0.0.27 - - [2026-01-19 02:22:04] "POST /neutron/network HTTP/1.1" 200 1494 0.101974 10.0.0.27 - - [2026-01-19 02:22:04] "POST /access-control-lists HTTP/1.1" 200 605 0.063324 10.0.0.27 - - [2026-01-19 02:22:04] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006760 10.0.0.27 - - [2026-01-19 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2026-01-19 02:22:04] "GET /network-policy/87db482b-8926-43d1-be1c-2b0218eb86ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004246 10.0.0.27 - - [2026-01-19 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2026-01-19 02:22:04] "GET /network-policy/fd57a9af-84da-4402-9740-fa49de7985cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004558 10.0.0.27 - - [2026-01-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 1493 0.104620 10.0.0.27 - - [2026-01-19 02:22:05] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006757 10.0.0.27 - - [2026-01-19 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.039465 10.0.0.27 - - [2026-01-19 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.050205 10.0.0.27 - - [2026-01-19 02:22:05] "GET /network-policy/547031dc-6921-4477-baff-e5489f9f37b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.019050 10.0.0.27 - - [2026-01-19 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2026-01-19 02:22:05] "GET /network-policy/a3d25fab-fe83-4046-a697-449f3b33b6c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004267 10.0.0.27 - - [2026-01-19 02:22:05] "POST /neutron/network HTTP/1.1" 200 1494 0.096090 10.0.0.27 - - [2026-01-19 02:22:05] "GET /virtual-network/2a273ed5-554f-42aa-af3a-50f936545006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008009 10.0.0.27 - - [2026-01-19 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.27 - - [2026-01-19 02:22:05] "GET /network-policy/3d139c1e-a80e-49be-82dc-87b5670d6778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.008515 10.0.0.27 - - [2026-01-19 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2026-01-19 02:22:05] "GET /network-policy/f0f8eb23-ff5d-4a4e-9043-212aa234a45c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.019207 10.0.0.27 - - [2026-01-19 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 248 0.006539 10.0.0.50 - - [2026-01-19 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.004824 10.0.0.27 - - [2026-01-19 02:22:06] "POST /neutron/network HTTP/1.1" 200 1494 0.107333 10.0.0.27 - - [2026-01-19 02:22:06] "GET /virtual-network/1face9ae-5a48-4074-b7c6-47d4819200f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006654 10.0.0.27 - - [2026-01-19 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.27 - - [2026-01-19 02:22:06] "GET /network-policy/4509a5ae-63f1-4e11-84ed-4870accede24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004913 10.0.0.27 - - [2026-01-19 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2026-01-19 02:22:06] "GET /network-policy/c1ffdc0e-3322-4e25-b6e5-8e522bca8fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004625 10.0.0.27 - - [2026-01-19 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 231 0.001523 10.0.0.50 - - [2026-01-19 02:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.50 - - [2026-01-19 02:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.50 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000636 10.0.0.50 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2026-01-19 02:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.23 - - [2026-01-19 02:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2026-01-19 02:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2026-01-19 02:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2026-01-19 02:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-01-19 02:22:40] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001657 10.0.0.27 - - [2026-01-19 02:22:40] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065662 10.0.0.27 - - [2026-01-19 02:22:40] "POST /neutron/network HTTP/1.1" 200 1494 0.011968 10.0.0.27 - - [2026-01-19 02:22:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001661 10.0.0.27 - - [2026-01-19 02:22:40] "POST /neutron/port HTTP/1.1" 200 117 0.007569 10.0.0.23 - - [2026-01-19 02:22:41] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.27 - - [2026-01-19 02:22:41] "POST /neutron/port HTTP/1.1" 200 1170 0.504088 10.0.0.23 - - [2026-01-19 02:22:41] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.27 - - [2026-01-19 02:22:41] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.101948 10.0.0.27 - - [2026-01-19 02:22:41] "POST /neutron/network HTTP/1.1" 200 1493 0.017318 10.0.0.27 - - [2026-01-19 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008898 10.0.0.27 - - [2026-01-19 02:22:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011537 10.0.0.27 - - [2026-01-19 02:22:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009446 10.0.0.27 - - [2026-01-19 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001529 10.0.0.23 - - [2026-01-19 02:22:42] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001553 10.0.0.27 - - [2026-01-19 02:22:43] "POST /neutron/port HTTP/1.1" 200 1169 0.555385 10.0.0.27 - - [2026-01-19 02:22:43] "PUT /access-control-list/9f49fc12-9c26-48b8-9147-5cf71a07c16a HTTP/1.1" 200 272 0.040856 10.0.0.27 - - [2026-01-19 02:22:43] "POST /neutron/port HTTP/1.1" 200 1223 0.192603 10.0.0.27 - - [2026-01-19 02:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005299 10.0.0.27 - - [2026-01-19 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.003100 10.0.0.27 - - [2026-01-19 02:22:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018314 10.0.0.27 - - [2026-01-19 02:22:57] "POST /neutron/port HTTP/1.1" 200 1234 0.051905 10.0.0.27 - - [2026-01-19 02:23:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015305 10.0.0.27 - - [2026-01-19 02:23:12] "POST /neutron/port HTTP/1.1" 200 1234 0.017658 10.0.0.27 - - [2026-01-19 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007022 10.0.0.50 - - [2026-01-19 02:23:26] "GET /obj-perms HTTP/1.1" 200 5056 0.062422 10.0.0.27 - - [2026-01-19 02:23:28] "POST /neutron/port HTTP/1.1" 200 1234 0.019968 10.0.0.27 - - [2026-01-19 02:23:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011213 10.0.0.27 - - [2026-01-19 02:23:43] "POST /neutron/port HTTP/1.1" 200 1234 0.021895 10.0.0.27 - - [2026-01-19 02:23:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009166 10.0.0.27 - - [2026-01-19 02:23:43] "GET /virtual-machine/0d0137d1-60eb-4151-889b-1ba376f3b653 HTTP/1.1" 200 1298 0.005881 10.0.0.27 - - [2026-01-19 02:23:43] "GET /virtual-machine-interface/6554e1b9-5502-4822-8729-184fd874406c HTTP/1.1" 200 3183 0.006703 10.0.0.27 - - [2026-01-19 02:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.27 - - [2026-01-19 02:23:43] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003953 10.0.0.27 - - [2026-01-19 02:23:43] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004884 10.0.0.27 - - [2026-01-19 02:23:43] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007783 10.0.0.27 - - [2026-01-19 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2026-01-19 02:23:46] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005081 10.0.0.27 - - [2026-01-19 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.27 - - [2026-01-19 02:23:50] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005374 10.0.0.27 - - [2026-01-19 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.27 - - [2026-01-19 02:23:55] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006902 10.0.0.27 - - [2026-01-19 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-01-19 02:23:59] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006688 10.0.0.27 - - [2026-01-19 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.27 - - [2026-01-19 02:24:03] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006076 10.0.0.27 - - [2026-01-19 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.27 - - [2026-01-19 02:24:07] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007450 10.0.0.27 - - [2026-01-19 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2026-01-19 02:24:11] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005116 10.0.0.27 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 1234 0.020524 10.0.0.27 - - [2026-01-19 02:24:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.27 - - [2026-01-19 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.27 - - [2026-01-19 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2026-01-19 02:24:15] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006594 10.0.0.27 - - [2026-01-19 02:24:15] "POST /neutron/port HTTP/1.1" 200 1233 0.019246 10.0.0.27 - - [2026-01-19 02:24:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003928 10.0.0.27 - - [2026-01-19 02:24:15] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.27 - - [2026-01-19 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.27 - - [2026-01-19 02:24:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003992 10.0.0.27 - - [2026-01-19 02:24:17] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003744 10.0.0.27 - - [2026-01-19 02:24:17] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005864 10.0.0.27 - - [2026-01-19 02:24:17] "POST /neutron/port HTTP/1.1" 200 1234 0.017985 10.0.0.27 - - [2026-01-19 02:24:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007587 10.0.0.27 - - [2026-01-19 02:24:28] "POST /neutron/port HTTP/1.1" 200 1234 0.019441 10.0.0.27 - - [2026-01-19 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033036 10.0.0.27 - - [2026-01-19 02:24:38] "POST /neutron/port HTTP/1.1" 200 1233 0.021167 10.0.0.27 - - [2026-01-19 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009156 10.0.0.27 - - [2026-01-19 02:24:38] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 200 1300 0.006608 10.0.0.27 - - [2026-01-19 02:24:38] "GET /virtual-machine-interface/7c2dc0af-dea4-40a1-afba-62e6399bb655 HTTP/1.1" 200 3184 0.005552 10.0.0.27 - - [2026-01-19 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 02:24:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004268 10.0.0.27 - - [2026-01-19 02:24:38] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002782 10.0.0.27 - - [2026-01-19 02:24:38] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.007810 10.0.0.27 - - [2026-01-19 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2026-01-19 02:24:39] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004507 10.0.0.27 - - [2026-01-19 02:24:39] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003453 10.0.0.27 - - [2026-01-19 02:24:40] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006778 10.0.0.27 - - [2026-01-19 02:24:40] "POST /neutron/port HTTP/1.1" 200 2313 0.019987 10.0.0.27 - - [2026-01-19 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007041 10.0.0.27 - - [2026-01-19 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2026-01-19 02:24:40] "GET /network-policy/a3d25fab-fe83-4046-a697-449f3b33b6c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006443 10.0.0.27 - - [2026-01-19 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.27 - - [2026-01-19 02:24:40] "GET /network-policy/547031dc-6921-4477-baff-e5489f9f37b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004982 10.0.0.27 - - [2026-01-19 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2026-01-19 02:24:40] "GET /network-policy/fd57a9af-84da-4402-9740-fa49de7985cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.003963 10.0.0.27 - - [2026-01-19 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2026-01-19 02:24:40] "GET /network-policy/87db482b-8926-43d1-be1c-2b0218eb86ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007746 10.0.0.27 - - [2026-01-19 02:25:03] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 200 1300 0.004147 10.0.0.27 - - [2026-01-19 02:25:04] "POST /neutron/port HTTP/1.1" 200 1233 0.020582 10.0.0.27 - - [2026-01-19 02:25:05] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003278 10.0.0.27 - - [2026-01-19 02:25:05] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003258 10.0.0.27 - - [2026-01-19 02:25:05] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003145 10.0.0.27 - - [2026-01-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.27 - - [2026-01-19 02:25:05] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003724 10.0.0.27 - - [2026-01-19 02:25:05] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003349 10.0.0.27 - - [2026-01-19 02:25:05] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006337 10.0.0.27 - - [2026-01-19 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2026-01-19 02:25:06] "GET /routing-instance/96739646-864a-42e7-9f4e-d7845a6376bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004782 10.0.0.27 - - [2026-01-19 02:25:06] "GET /route-target/eb99945e-748e-4749-b8f6-3d5e741e81d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004016 10.0.0.27 - - [2026-01-19 02:25:06] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003189 10.0.0.27 - - [2026-01-19 02:25:07] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.004778 10.0.0.27 - - [2026-01-19 02:25:08] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003555 10.0.0.27 - - [2026-01-19 02:25:09] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003913 10.0.0.27 - - [2026-01-19 02:25:10] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003627 10.0.0.27 - - [2026-01-19 02:25:11] "GET /virtual-machine/51963605-cca3-4c43-a081-7baf9a4e78ff HTTP/1.1" 404 171 0.003044 10.0.0.27 - - [2026-01-19 02:25:11] "GET /obj-perms HTTP/1.1" 200 5046 0.006109 10.0.0.27 - - [2026-01-19 02:25:15] "POST /neutron/port HTTP/1.1" 200 1234 0.044570 10.0.0.27 - - [2026-01-19 02:25:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004954 10.0.0.27 - - [2026-01-19 02:25:15] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.50 - - [2026-01-19 02:25:17] "GET /obj-perms HTTP/1.1" 200 5046 0.004624 10.0.0.27 - - [2026-01-19 02:25:20] "GET /obj-perms HTTP/1.1" 200 5046 0.058827 10.0.0.50 - - [2026-01-19 02:25:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004705 10.0.0.23 - - [2026-01-19 02:25:28] "GET /obj-perms HTTP/1.1" 200 5056 0.047984 10.0.0.27 - - [2026-01-19 02:25:29] "GET /obj-perms HTTP/1.1" 200 5046 0.004362 10.0.0.50 - - [2026-01-19 02:25:32] "GET /obj-perms HTTP/1.1" 200 5046 0.004170 10.0.0.27 - - [2026-01-19 02:25:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003720 10.0.0.27 - - [2026-01-19 02:25:33] "GET /virtual-machine/0d0137d1-60eb-4151-889b-1ba376f3b653 HTTP/1.1" 200 1298 0.035274 10.0.0.27 - - [2026-01-19 02:25:33] "POST /neutron/port HTTP/1.1" 200 1234 0.045915 10.0.0.27 - - [2026-01-19 02:25:35] "GET /virtual-machine/0d0137d1-60eb-4151-889b-1ba376f3b653 HTTP/1.1" 404 171 0.003450 10.0.0.27 - - [2026-01-19 02:25:35] "GET /virtual-machine/0d0137d1-60eb-4151-889b-1ba376f3b653 HTTP/1.1" 404 171 0.002840 10.0.0.27 - - [2026-01-19 02:25:35] "GET /virtual-machine/0d0137d1-60eb-4151-889b-1ba376f3b653 HTTP/1.1" 404 171 0.003093 10.0.0.27 - - [2026-01-19 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.028572 10.0.0.27 - - [2026-01-19 02:25:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005205 10.0.0.27 - - [2026-01-19 02:25:35] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003461 10.0.0.27 - - [2026-01-19 02:25:35] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006759 10.0.0.27 - - [2026-01-19 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2026-01-19 02:25:35] "GET /routing-instance/6854e50a-aa65-404b-9212-182e4cce0551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005179 10.0.0.27 - - [2026-01-19 02:25:35] "GET /route-target/99b88d3d-30bb-4160-9a02-b4a230d72d3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003665 10.0.0.50 - - [2026-01-19 02:25:38] "GET /obj-perms HTTP/1.1" 200 5046 0.004670 10.0.0.27 - - [2026-01-19 02:25:41] "GET /obj-perms HTTP/1.1" 200 5046 0.004824 10.0.0.50 - - [2026-01-19 02:25:47] "GET /obj-perms HTTP/1.1" 200 5046 0.004459 10.0.0.27 - - [2026-01-19 02:25:50] "GET /obj-perms HTTP/1.1" 200 5046 0.003635 10.0.0.50 - - [2026-01-19 02:25:57] "GET /obj-perms HTTP/1.1" 200 5046 0.009302 10.0.0.27 - - [2026-01-19 02:26:00] "GET /obj-perms HTTP/1.1" 200 5046 0.004912 10.0.0.27 - - [2026-01-19 02:26:00] "GET /virtual-network/1face9ae-5a48-4074-b7c6-47d4819200f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007322 10.0.0.27 - - [2026-01-19 02:26:00] "POST /neutron/network HTTP/1.1" 200 1494 0.011397 10.0.0.27 - - [2026-01-19 02:26:00] "GET /virtual-network/1face9ae-5a48-4074-b7c6-47d4819200f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008179 10.0.0.27 - - [2026-01-19 02:26:00] "GET /virtual-network/2a273ed5-554f-42aa-af3a-50f936545006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006576 10.0.0.27 - - [2026-01-19 02:26:00] "POST /neutron/network HTTP/1.1" 200 1494 0.016987 10.0.0.27 - - [2026-01-19 02:26:00] "GET /virtual-network/2a273ed5-554f-42aa-af3a-50f936545006?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.036653 10.0.0.27 - - [2026-01-19 02:26:01] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006916 10.0.0.27 - - [2026-01-19 02:26:01] "POST /neutron/network HTTP/1.1" 200 1493 0.015081 10.0.0.50 - - [2026-01-19 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.057414 10.0.0.27 - - [2026-01-19 02:26:01] "GET /virtual-network/f5850ffc-7032-43dc-9493-961cdca27bd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.009611 10.0.0.27 - - [2026-01-19 02:26:01] "DELETE /access-control-list/9f49fc12-9c26-48b8-9147-5cf71a07c16a HTTP/1.1" 200 115 0.148681 10.0.0.27 - - [2026-01-19 02:26:01] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007321 10.0.0.27 - - [2026-01-19 02:26:01] "POST /neutron/network HTTP/1.1" 200 1494 0.014733 10.0.0.27 - - [2026-01-19 02:26:01] "GET /virtual-network/50f569f8-e8f8-49cd-b583-68f1eef06f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.022264 10.0.0.27 - - [2026-01-19 02:26:01] "POST /ref-update HTTP/1.1" 200 156 0.055768 10.0.0.27 - - [2026-01-19 02:26:01] "DELETE /network-policy/4509a5ae-63f1-4e11-84ed-4870accede24 HTTP/1.1" 200 115 0.089888 10.0.0.27 - - [2026-01-19 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005828 10.0.0.23 - - [2026-01-19 02:26:01] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030613 10.0.0.27 - - [2026-01-19 02:26:01] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082768 10.0.0.27 - - [2026-01-19 02:26:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005589 10.0.0.27 - - [2026-01-19 02:26:01] "DELETE /network-policy/c1ffdc0e-3322-4e25-b6e5-8e522bca8fae HTTP/1.1" 200 115 0.041111 10.0.0.27 - - [2026-01-19 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.23 - - [2026-01-19 02:26:01] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000974 10.0.0.27 - - [2026-01-19 02:26:01] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047815 10.0.0.27 - - [2026-01-19 02:26:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006762 10.0.0.27 - - [2026-01-19 02:26:02] "DELETE /network-policy/f0f8eb23-ff5d-4a4e-9043-212aa234a45c HTTP/1.1" 200 115 0.038837 10.0.0.27 - - [2026-01-19 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.23 - - [2026-01-19 02:26:02] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002685 10.0.0.27 - - [2026-01-19 02:26:02] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043422 10.0.0.27 - - [2026-01-19 02:26:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005699 10.0.0.27 - - [2026-01-19 02:26:02] "DELETE /network-policy/3d139c1e-a80e-49be-82dc-87b5670d6778 HTTP/1.1" 200 115 0.034646 10.0.0.27 - - [2026-01-19 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007787 10.0.0.23 - - [2026-01-19 02:26:02] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.27 - - [2026-01-19 02:26:02] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053033 10.0.0.27 - - [2026-01-19 02:26:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006351 10.0.0.27 - - [2026-01-19 02:26:02] "DELETE /network-policy/547031dc-6921-4477-baff-e5489f9f37b5 HTTP/1.1" 200 115 0.081957 10.0.0.27 - - [2026-01-19 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.23 - - [2026-01-19 02:26:02] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.27 - - [2026-01-19 02:26:02] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051176 10.0.0.27 - - [2026-01-19 02:26:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005325 10.0.0.27 - - [2026-01-19 02:26:02] "DELETE /network-policy/a3d25fab-fe83-4046-a697-449f3b33b6c0 HTTP/1.1" 200 115 0.043490 10.0.0.27 - - [2026-01-19 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006949 10.0.0.23 - - [2026-01-19 02:26:02] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000927 10.0.0.27 - - [2026-01-19 02:26:02] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048615 10.0.0.27 - - [2026-01-19 02:26:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006156 10.0.0.27 - - [2026-01-19 02:26:03] "DELETE /network-policy/87db482b-8926-43d1-be1c-2b0218eb86ea HTTP/1.1" 200 115 0.042493 10.0.0.27 - - [2026-01-19 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.23 - - [2026-01-19 02:26:03] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.27 - - [2026-01-19 02:26:03] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047249 10.0.0.27 - - [2026-01-19 02:26:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005378 10.0.0.27 - - [2026-01-19 02:26:03] "DELETE /network-policy/fd57a9af-84da-4402-9740-fa49de7985cc HTTP/1.1" 200 115 0.040944 10.0.0.27 - - [2026-01-19 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2026-01-19 02:26:03] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.27 - - [2026-01-19 02:26:03] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044466 10.0.0.27 - - [2026-01-19 02:26:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-93363178&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005448 10.0.0.27 - - [2026-01-19 02:26:03] "POST /neutron/network HTTP/1.1" 200 1309 0.012718 10.0.0.23 - - [2026-01-19 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.012577 10.0.0.23 - - [2026-01-19 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003358 10.0.0.27 - - [2026-01-19 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.23 - - [2026-01-19 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.23 - - [2026-01-19 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003445 10.0.0.23 - - [2026-01-19 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002449 10.0.0.23 - - [2026-01-19 02:26:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002095 10.0.0.27 - - [2026-01-19 02:26:04] "POST /neutron/network HTTP/1.1" 200 151 0.150563 10.0.0.27 - - [2026-01-19 02:26:04] "DELETE /route-target/eb99945e-748e-4749-b8f6-3d5e741e81d9 HTTP/1.1" 200 115 0.035265 10.0.0.27 - - [2026-01-19 02:26:04] "POST /neutron/network HTTP/1.1" 200 1309 0.013918 10.0.0.27 - - [2026-01-19 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.27 - - [2026-01-19 02:26:05] "DELETE /network-ipam/a9134ea0-73d7-4807-aa9e-255028facfd5 HTTP/1.1" 200 115 0.042646 10.0.0.27 - - [2026-01-19 02:26:05] "POST /fqname-to-id HTTP/1.1" 404 252 0.003917 10.0.0.23 - - [2026-01-19 02:26:05] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.23 - - [2026-01-19 02:26:05] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.054715 10.0.0.23 - - [2026-01-19 02:26:05] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.23 - - [2026-01-19 02:26:05] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?fields=security_groups HTTP/1.1" 200 1387 0.042818 10.0.0.23 - - [2026-01-19 02:26:05] "DELETE /security-group/fb656234-333f-472b-9e98-bdb8f65a208d HTTP/1.1" 200 115 0.074787 10.0.0.23 - - [2026-01-19 02:26:05] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002968 10.0.0.27 - - [2026-01-19 02:26:05] "DELETE /access-control-list/f3be4d93-fcca-4214-9cda-09de0701285a HTTP/1.1" 200 115 0.056168 10.0.0.23 - - [2026-01-19 02:26:05] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?fields=application_policy_sets HTTP/1.1" 200 1426 0.079069 10.0.0.27 - - [2026-01-19 02:26:05] "DELETE /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b HTTP/1.1" 200 115 0.459999 10.0.0.23 - - [2026-01-19 02:26:05] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002162 10.0.0.27 - - [2026-01-19 02:26:05] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?fields=projects HTTP/1.1" 200 1439 0.016465 10.0.0.27 - - [2026-01-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.003647 10.0.0.23 - - [2026-01-19 02:26:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.003963 10.0.0.23 - - [2026-01-19 02:26:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.010347 10.0.0.23 - - [2026-01-19 02:26:10] "POST /security-groups HTTP/1.1" 200 599 0.031360 10.0.0.23 - - [2026-01-19 02:26:11] "POST /projects HTTP/1.1" 200 601 0.330349 10.0.0.27 - - [2026-01-19 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.368703 10.0.0.27 - - [2026-01-19 02:26:11] "POST /access-control-lists HTTP/1.1" 200 604 0.112827 10.0.0.23 - - [2026-01-19 02:26:11] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003730 10.0.0.27 - - [2026-01-19 02:26:11] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069474 10.0.0.27 - - [2026-01-19 02:26:11] "POST /network-policys HTTP/1.1" 200 559 0.074146 10.0.0.27 - - [2026-01-19 02:26:11] "GET /network-policy/9760f54f-2ea1-4ab7-a170-0fe82edba37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.006306 10.0.0.27 - - [2026-01-19 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.23 - - [2026-01-19 02:26:11] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.27 - - [2026-01-19 02:26:11] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047468 10.0.0.23 - - [2026-01-19 02:26:11] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.27 - - [2026-01-19 02:26:11] "POST /neutron/network HTTP/1.1" 200 615 0.124264 10.0.0.27 - - [2026-01-19 02:26:11] "POST /route-targets HTTP/1.1" 200 327 0.012404 10.0.0.27 - - [2026-01-19 02:26:12] "POST /neutron/network HTTP/1.1" 200 1007 0.016316 10.0.0.27 - - [2026-01-19 02:26:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.001203 10.0.0.27 - - [2026-01-19 02:26:12] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009219 10.0.0.27 - - [2026-01-19 02:26:12] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006013 10.0.0.27 - - [2026-01-19 02:26:12] "POST /neutron/subnet HTTP/1.1" 200 721 0.009702 10.0.0.50 - - [2026-01-19 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.005341 10.0.0.27 - - [2026-01-19 02:26:12] "POST /neutron/network HTTP/1.1" 200 1106 0.094394 10.0.0.27 - - [2026-01-19 02:26:12] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005961 10.0.0.27 - - [2026-01-19 02:26:12] "POST /access-control-lists HTTP/1.1" 200 599 0.090215 10.0.0.27 - - [2026-01-19 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2026-01-19 02:26:12] "GET /network-policy/9760f54f-2ea1-4ab7-a170-0fe82edba37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004286 10.0.0.27 - - [2026-01-19 02:26:12] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007084 10.0.0.27 - - [2026-01-19 02:26:12] "GET /obj-perms HTTP/1.1" 200 5046 0.003995 10.0.0.50 - - [2026-01-19 02:26:12] "GET /obj-perms HTTP/1.1" 200 5046 0.004630 10.0.0.23 - - [2026-01-19 02:26:12] "GET /obj-perms HTTP/1.1" 200 5046 0.065535 10.0.0.27 - - [2026-01-19 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.001621 10.0.0.23 - - [2026-01-19 02:26:13] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.27 - - [2026-01-19 02:26:13] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.109878 10.0.0.27 - - [2026-01-19 02:26:13] "POST /neutron/network HTTP/1.1" 200 1106 0.038818 10.0.0.27 - - [2026-01-19 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 229 0.001158 10.0.0.27 - - [2026-01-19 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.007438 10.0.0.23 - - [2026-01-19 02:26:14] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.27 - - [2026-01-19 02:26:14] "POST /neutron/port HTTP/1.1" 200 1174 0.358447 10.0.0.23 - - [2026-01-19 02:26:15] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001418 10.0.0.27 - - [2026-01-19 02:26:15] "POST /neutron/port HTTP/1.1" 200 1228 0.127439 10.0.0.27 - - [2026-01-19 02:26:15] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.097990 10.0.0.27 - - [2026-01-19 02:26:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004292 10.0.0.27 - - [2026-01-19 02:26:15] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.27 - - [2026-01-19 02:26:15] "POST /neutron/port HTTP/1.1" 200 1238 0.022971 10.0.0.27 - - [2026-01-19 02:26:15] "POST /neutron/port HTTP/1.1" 200 1238 0.019722 10.0.0.23 - - [2026-01-19 02:26:15] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.27 - - [2026-01-19 02:26:16] "POST /neutron/port HTTP/1.1" 200 1174 0.334580 10.0.0.23 - - [2026-01-19 02:26:16] "DELETE /project/fa0c52b5f5064c6b859a0ca93989e98b HTTP/1.1" 404 173 0.052288 10.0.0.27 - - [2026-01-19 02:26:16] "POST /neutron/port HTTP/1.1" 200 1228 0.147625 10.0.0.27 - - [2026-01-19 02:26:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003870 10.0.0.27 - - [2026-01-19 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.27 - - [2026-01-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 1238 0.027131 10.0.0.27 - - [2026-01-19 02:26:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.27 - - [2026-01-19 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.27 - - [2026-01-19 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010943 10.0.0.27 - - [2026-01-19 02:26:20] "POST /neutron/port HTTP/1.1" 200 1238 0.018723 10.0.0.27 - - [2026-01-19 02:26:20] "GET /virtual-machine/7195bcf6-88c1-4736-a874-14629bb20995 HTTP/1.1" 200 1300 0.006126 10.0.0.27 - - [2026-01-19 02:26:20] "GET /virtual-machine-interface/fd126d66-7c54-42f6-ae03-4bf02a564392 HTTP/1.1" 200 3179 0.005846 10.0.0.27 - - [2026-01-19 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2026-01-19 02:26:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003669 10.0.0.27 - - [2026-01-19 02:26:20] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002959 10.0.0.27 - - [2026-01-19 02:26:20] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007905 10.0.0.27 - - [2026-01-19 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.27 - - [2026-01-19 02:26:23] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007252 10.0.0.27 - - [2026-01-19 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2026-01-19 02:26:28] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006200 10.0.0.27 - - [2026-01-19 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.27 - - [2026-01-19 02:26:32] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006562 10.0.0.27 - - [2026-01-19 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.27 - - [2026-01-19 02:26:36] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005211 10.0.0.27 - - [2026-01-19 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2026-01-19 02:26:40] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007032 10.0.0.27 - - [2026-01-19 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-01-19 02:26:44] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005841 10.0.0.27 - - [2026-01-19 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2026-01-19 02:26:48] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006437 10.0.0.27 - - [2026-01-19 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2026-01-19 02:26:52] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005201 10.0.0.27 - - [2026-01-19 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2026-01-19 02:26:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004197 10.0.0.27 - - [2026-01-19 02:26:54] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004136 10.0.0.27 - - [2026-01-19 02:26:54] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005668 10.0.0.27 - - [2026-01-19 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009114 10.0.0.27 - - [2026-01-19 02:27:01] "POST /neutron/port HTTP/1.1" 200 1238 0.017983 10.0.0.27 - - [2026-01-19 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007272 10.0.0.27 - - [2026-01-19 02:27:10] "POST /neutron/port HTTP/1.1" 200 1238 0.017350 10.0.0.27 - - [2026-01-19 02:27:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008744 10.0.0.27 - - [2026-01-19 02:27:15] "POST /neutron/port HTTP/1.1" 200 1238 0.020948 10.0.0.27 - - [2026-01-19 02:27:15] "GET /virtual-machine/eaa2c318-3e80-40fe-bd33-96d8a843b4bd HTTP/1.1" 200 1301 0.006844 10.0.0.27 - - [2026-01-19 02:27:15] "GET /virtual-machine-interface/94d1b0cc-dd53-4a1a-8c6f-c61ec2a15aa0 HTTP/1.1" 200 3179 0.005612 10.0.0.27 - - [2026-01-19 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2026-01-19 02:27:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003398 10.0.0.27 - - [2026-01-19 02:27:15] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003706 10.0.0.27 - - [2026-01-19 02:27:15] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005712 10.0.0.27 - - [2026-01-19 02:27:16] "POST /neutron/port HTTP/1.1" 200 1238 0.017603 10.0.0.27 - - [2026-01-19 02:27:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.27 - - [2026-01-19 02:27:16] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.27 - - [2026-01-19 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2026-01-19 02:27:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004256 10.0.0.27 - - [2026-01-19 02:27:17] "GET /virtual-networks?parent_id=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003520 10.0.0.27 - - [2026-01-19 02:27:17] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006228 10.0.0.27 - - [2026-01-19 02:27:18] "POST /neutron/port HTTP/1.1" 200 1238 0.019536 10.0.0.27 - - [2026-01-19 02:27:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004369 10.0.0.27 - - [2026-01-19 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.50 - - [2026-01-19 02:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.50 - - [2026-01-19 02:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-01-19 02:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000819 10.0.0.23 - - [2026-01-19 02:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.002339 10.0.0.23 - - [2026-01-19 02:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000670 10.0.0.27 - - [2026-01-19 02:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-01-19 02:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-01-19 02:27:41] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006210 10.0.0.27 - - [2026-01-19 02:27:41] "POST /neutron/network HTTP/1.1" 200 1007 0.092164 10.0.0.27 - - [2026-01-19 02:27:41] "GET /virtual-network/a0c130aa-e003-4c49-a84f-eb542a9e55e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006874 10.0.0.27 - - [2026-01-19 02:27:41] "POST /neutron/network HTTP/1.1" 400 204 0.013736 10.0.0.27 - - [2026-01-19 02:27:42] "POST /neutron/port HTTP/1.1" 200 151 0.278205 10.0.0.27 - - [2026-01-19 02:27:42] "POST /neutron/port HTTP/1.1" 200 151 0.315430 10.0.0.27 - - [2026-01-19 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.27 - - [2026-01-19 02:27:44] "DELETE /network-policy/9760f54f-2ea1-4ab7-a170-0fe82edba37e HTTP/1.1" 200 115 0.038473 10.0.0.23 - - [2026-01-19 02:27:47] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.27 - - [2026-01-19 02:27:47] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.089776 10.0.0.23 - - [2026-01-19 02:27:47] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.27 - - [2026-01-19 02:27:47] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?fields=virtual_networks HTTP/1.1" 200 1048 0.045265 10.0.0.23 - - [2026-01-19 02:27:47] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.27 - - [2026-01-19 02:27:47] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.053296 10.0.0.23 - - [2026-01-19 02:27:47] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.27 - - [2026-01-19 02:27:47] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?fields=security_groups HTTP/1.1" 200 1282 0.045542 10.0.0.27 - - [2026-01-19 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 202 0.024086 10.0.0.23 - - [2026-01-19 02:27:48] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003726 10.0.0.23 - - [2026-01-19 02:27:48] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.23 - - [2026-01-19 02:27:48] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011924 10.0.0.23 - - [2026-01-19 02:27:48] "POST /id-to-fqname HTTP/1.1" 200 204 0.001260 10.0.0.23 - - [2026-01-19 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 213 0.006978 10.0.0.23 - - [2026-01-19 02:27:48] "POST /security-groups HTTP/1.1" 200 605 0.074059 10.0.0.23 - - [2026-01-19 02:27:48] "POST /projects HTTP/1.1" 200 613 0.312072 10.0.0.27 - - [2026-01-19 02:27:48] "POST /access-control-lists HTTP/1.1" 200 610 0.026124 10.0.0.23 - - [2026-01-19 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.386846 10.0.0.27 - - [2026-01-19 02:27:48] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.531102 10.0.0.27 - - [2026-01-19 02:27:49] "GET / HTTP/1.1" 200 35931 0.001720 10.0.0.27 - - [2026-01-19 02:27:53] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000706 10.0.0.23 - - [2026-01-19 02:27:53] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001053 10.0.0.27 - - [2026-01-19 02:27:53] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.076518 10.0.0.27 - - [2026-01-19 02:27:53] "GET / HTTP/1.1" 200 35931 0.002291 10.0.0.27 - - [2026-01-19 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.23 - - [2026-01-19 02:27:54] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.27 - - [2026-01-19 02:27:54] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007028 10.0.0.27 - - [2026-01-19 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.23 - - [2026-01-19 02:27:54] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001203 10.0.0.27 - - [2026-01-19 02:27:54] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.041532 10.0.0.27 - - [2026-01-19 02:27:55] "GET /domains HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-01-19 02:27:55] "GET /domains HTTP/1.1" 200 280 0.028224 10.0.0.23 - - [2026-01-19 02:27:55] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001490 10.0.0.27 - - [2026-01-19 02:27:55] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7 HTTP/1.1" 200 2976 0.012245 10.0.0.23 - - [2026-01-19 02:27:55] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001065 10.0.0.27 - - [2026-01-19 02:27:55] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9 HTTP/1.1" 200 1937 0.088893 10.0.0.27 - - [2026-01-19 02:27:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003678 10.0.0.27 - - [2026-01-19 02:27:55] "POST /network-ipams HTTP/1.1" 200 627 0.027827 10.0.0.27 - - [2026-01-19 02:27:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003620 10.0.0.27 - - [2026-01-19 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2026-01-19 02:27:56] "GET /network-ipam/ec7afe12-1bae-466e-a9ae-4bd9b37ee2d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.007549 10.0.0.27 - - [2026-01-19 02:27:56] "PUT /network-ipam/ec7afe12-1bae-466e-a9ae-4bd9b37ee2d8 HTTP/1.1" 200 258 0.015570 10.0.0.27 - - [2026-01-19 02:27:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-01-19 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.033109 10.0.0.23 - - [2026-01-19 02:27:56] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001048 10.0.0.27 - - [2026-01-19 02:27:56] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.056286 10.0.0.27 - - [2026-01-19 02:27:56] "POST /neutron/network HTTP/1.1" 200 117 0.038562 10.0.0.27 - - [2026-01-19 02:27:56] "POST /route-targets HTTP/1.1" 200 327 0.014607 10.0.0.23 - - [2026-01-19 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.013255 10.0.0.27 - - [2026-01-19 02:27:57] "POST /neutron/subnet HTTP/1.1" 200 823 0.241465 10.0.0.27 - - [2026-01-19 02:27:57] "POST /id-to-fqname HTTP/1.1" 200 237 0.002102 10.0.0.27 - - [2026-01-19 02:27:57] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.008815 10.0.0.27 - - [2026-01-19 02:27:57] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005438 10.0.0.27 - - [2026-01-19 02:27:57] "POST /neutron/network HTTP/1.1" 200 1143 0.008774 10.0.0.27 - - [2026-01-19 02:27:58] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005893 10.0.0.27 - - [2026-01-19 02:27:58] "GET /obj-perms HTTP/1.1" 200 5021 0.068540 10.0.0.27 - - [2026-01-19 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.004136 10.0.0.27 - - [2026-01-19 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.23 - - [2026-01-19 02:27:59] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001186 10.0.0.27 - - [2026-01-19 02:27:59] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.047644 10.0.0.27 - - [2026-01-19 02:27:59] "POST /network-policys HTTP/1.1" 200 565 0.080153 10.0.0.27 - - [2026-01-19 02:27:59] "GET /network-policy/8ef40ef8-22db-4dc8-b4bc-e9027f2bdf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.008457 10.0.0.27 - - [2026-01-19 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.003116 10.0.0.27 - - [2026-01-19 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.23 - - [2026-01-19 02:27:59] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001141 10.0.0.27 - - [2026-01-19 02:28:00] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.058218 10.0.0.27 - - [2026-01-19 02:28:00] "POST /network-policys HTTP/1.1" 200 565 0.034381 10.0.0.27 - - [2026-01-19 02:28:00] "GET /network-policy/8ba266ff-130f-4dbc-b21b-6b8cf8d6c5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.012190 10.0.0.27 - - [2026-01-19 02:28:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.003156 10.0.0.27 - - [2026-01-19 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-01-19 02:28:00] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001331 10.0.0.27 - - [2026-01-19 02:28:00] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.056947 10.0.0.27 - - [2026-01-19 02:28:00] "POST /network-policys HTTP/1.1" 200 565 0.030208 10.0.0.27 - - [2026-01-19 02:28:00] "GET /network-policy/2ab62ac0-ed1b-47a0-96bf-d8ddc0f81074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007191 10.0.0.27 - - [2026-01-19 02:28:00] "POST /neutron/network HTTP/1.1" 200 1143 0.010845 10.0.0.50 - - [2026-01-19 02:28:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.006161 10.0.0.27 - - [2026-01-19 02:28:01] "POST /access-control-lists HTTP/1.1" 200 611 0.075046 10.0.0.27 - - [2026-01-19 02:28:01] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.014775 10.0.0.27 - - [2026-01-19 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-01-19 02:28:01] "GET /network-policy/8ba266ff-130f-4dbc-b21b-6b8cf8d6c5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004627 10.0.0.27 - - [2026-01-19 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.27 - - [2026-01-19 02:28:01] "GET /network-policy/8ef40ef8-22db-4dc8-b4bc-e9027f2bdf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005966 10.0.0.27 - - [2026-01-19 02:28:01] "POST /id-to-fqname HTTP/1.1" 200 237 0.001948 10.0.0.27 - - [2026-01-19 02:28:01] "POST /neutron/network HTTP/1.1" 200 1351 0.009100 10.0.0.23 - - [2026-01-19 02:28:02] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001319 10.0.0.27 - - [2026-01-19 02:28:02] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.069810 10.0.0.27 - - [2026-01-19 02:28:02] "POST /neutron/port HTTP/1.1" 200 117 0.006496 10.0.0.23 - - [2026-01-19 02:28:02] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001292 10.0.0.27 - - [2026-01-19 02:28:03] "POST /neutron/port HTTP/1.1" 200 1182 0.358119 10.0.0.27 - - [2026-01-19 02:28:03] "POST /neutron/port HTTP/1.1" 200 1236 0.121348 10.0.0.27 - - [2026-01-19 02:28:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003919 10.0.0.27 - - [2026-01-19 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.27 - - [2026-01-19 02:28:07] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008929 10.0.0.27 - - [2026-01-19 02:28:07] "POST /neutron/port HTTP/1.1" 200 1246 0.019767 10.0.0.27 - - [2026-01-19 02:28:07] "GET /virtual-machine/bf816746-43f6-4236-892a-6233ea939ccb HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2026-01-19 02:28:08] "GET /virtual-machine/bf816746-43f6-4236-892a-6233ea939ccb HTTP/1.1" 200 1306 0.031142 10.0.0.27 - - [2026-01-19 02:28:08] "GET /virtual-machine-interface/0829aa95-3381-4515-81a2-4cb01c28ea09 HTTP/1.1" 200 3175 0.005958 10.0.0.27 - - [2026-01-19 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.27 - - [2026-01-19 02:28:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003654 10.0.0.27 - - [2026-01-19 02:28:08] "GET /virtual-networks?parent_id=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003137 10.0.0.27 - - [2026-01-19 02:28:08] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006069 10.0.0.27 - - [2026-01-19 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.27 - - [2026-01-19 02:28:11] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005478 10.0.0.27 - - [2026-01-19 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2026-01-19 02:28:15] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006024 10.0.0.23 - - [2026-01-19 02:28:16] "DELETE /project/9283f5cf9ac04cb4a244cc85ae54c0f9 HTTP/1.1" 404 173 0.007880 10.0.0.23 - - [2026-01-19 02:28:16] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.23 - - [2026-01-19 02:28:16] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.064017 10.0.0.23 - - [2026-01-19 02:28:16] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.23 - - [2026-01-19 02:28:16] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?fields=security_groups HTTP/1.1" 200 1387 0.045273 10.0.0.23 - - [2026-01-19 02:28:16] "DELETE /security-group/32631b89-9ee3-43e5-8af0-a269a7083fa3 HTTP/1.1" 200 115 0.056139 10.0.0.23 - - [2026-01-19 02:28:16] "GET /projects?obj_uuids=fa0c52b5-f506-4c6b-859a-0ca93989e98b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.23 - - [2026-01-19 02:28:16] "GET /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b?fields=application_policy_sets HTTP/1.1" 200 1426 0.065009 10.0.0.27 - - [2026-01-19 02:28:16] "DELETE /access-control-list/0faf63b8-cf7c-4fd7-8630-a09871a067c7 HTTP/1.1" 200 115 0.056564 10.0.0.27 - - [2026-01-19 02:28:16] "POST /neutron/port HTTP/1.1" 200 1246 0.031506 10.0.0.23 - - [2026-01-19 02:28:16] "DELETE /project/fa0c52b5-f506-4c6b-859a-0ca93989e98b HTTP/1.1" 200 115 0.457491 10.0.0.27 - - [2026-01-19 02:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004104 10.0.0.27 - - [2026-01-19 02:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.001141 10.0.0.27 - - [2026-01-19 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2026-01-19 02:28:19] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.007190 10.0.0.27 - - [2026-01-19 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.27 - - [2026-01-19 02:28:23] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.007935 10.0.0.27 - - [2026-01-19 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.27 - - [2026-01-19 02:28:27] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006373 10.0.0.50 - - [2026-01-19 02:28:29] "GET /obj-perms HTTP/1.1" 200 5056 0.061910 10.0.0.23 - - [2026-01-19 02:28:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048047 10.0.0.27 - - [2026-01-19 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2026-01-19 02:28:31] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006265 10.0.0.27 - - [2026-01-19 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.27 - - [2026-01-19 02:28:35] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.010182 10.0.0.27 - - [2026-01-19 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-01-19 02:28:40] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.007243 10.0.0.27 - - [2026-01-19 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.27 - - [2026-01-19 02:28:42] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003636 10.0.0.27 - - [2026-01-19 02:28:42] "GET /virtual-networks?parent_id=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003088 10.0.0.27 - - [2026-01-19 02:28:42] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006695 10.0.0.27 - - [2026-01-19 02:28:42] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008976 10.0.0.27 - - [2026-01-19 02:28:50] "POST /neutron/port HTTP/1.1" 200 1246 0.019970 10.0.0.27 - - [2026-01-19 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007894 10.0.0.27 - - [2026-01-19 02:29:03] "POST /neutron/port HTTP/1.1" 200 1246 0.020053 10.0.0.27 - - [2026-01-19 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007603 10.0.0.27 - - [2026-01-19 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.27 - - [2026-01-19 02:29:03] "GET /network-policy/8ef40ef8-22db-4dc8-b4bc-e9027f2bdf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.003442 10.0.0.27 - - [2026-01-19 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.27 - - [2026-01-19 02:29:03] "GET /network-policy/8ba266ff-130f-4dbc-b21b-6b8cf8d6c5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005518 10.0.0.27 - - [2026-01-19 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2026-01-19 02:29:03] "GET /network-policy/2ab62ac0-ed1b-47a0-96bf-d8ddc0f81074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004365 10.0.0.27 - - [2026-01-19 02:29:03] "POST /neutron/network HTTP/1.1" 200 1433 0.013641 10.0.0.27 - - [2026-01-19 02:29:03] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3603 0.007993 10.0.0.27 - - [2026-01-19 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.27 - - [2026-01-19 02:29:03] "GET /network-policy/2ab62ac0-ed1b-47a0-96bf-d8ddc0f81074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004758 10.0.0.27 - - [2026-01-19 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.27 - - [2026-01-19 02:29:03] "GET /network-policy/8ba266ff-130f-4dbc-b21b-6b8cf8d6c5e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004474 10.0.0.27 - - [2026-01-19 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2026-01-19 02:29:03] "GET /network-policy/8ef40ef8-22db-4dc8-b4bc-e9027f2bdf06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005553 10.0.0.27 - - [2026-01-19 02:29:08] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3603 0.010121 10.0.0.27 - - [2026-01-19 02:29:08] "POST /neutron/network HTTP/1.1" 200 1143 0.022754 10.0.0.27 - - [2026-01-19 02:29:09] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006045 10.0.0.27 - - [2026-01-19 02:29:14] "GET /virtual-machine/bf816746-43f6-4236-892a-6233ea939ccb HTTP/1.1" 200 1306 0.004207 10.0.0.27 - - [2026-01-19 02:29:14] "POST /neutron/port HTTP/1.1" 200 151 0.238979 10.0.0.27 - - [2026-01-19 02:29:16] "GET /virtual-machine/bf816746-43f6-4236-892a-6233ea939ccb HTTP/1.1" 404 171 0.004179 10.0.0.27 - - [2026-01-19 02:29:16] "GET /virtual-machine/bf816746-43f6-4236-892a-6233ea939ccb HTTP/1.1" 404 171 0.003503 10.0.0.27 - - [2026-01-19 02:29:16] "GET /virtual-machine/bf816746-43f6-4236-892a-6233ea939ccb HTTP/1.1" 404 171 0.003050 10.0.0.27 - - [2026-01-19 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006121 10.0.0.27 - - [2026-01-19 02:29:16] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004872 10.0.0.27 - - [2026-01-19 02:29:16] "GET /virtual-networks?parent_id=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003809 10.0.0.27 - - [2026-01-19 02:29:16] "GET /virtual-network/e3d24366-089f-4f82-adf9-72a75cfd7b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.007756 10.0.0.27 - - [2026-01-19 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2026-01-19 02:29:16] "GET /routing-instance/5bdb0c2e-8bce-4724-bd2d-6103a86a6ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005096 10.0.0.27 - - [2026-01-19 02:29:16] "GET /route-target/c28e3b11-2b29-4cfd-bce1-584ae9db1bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004291 10.0.0.27 - - [2026-01-19 02:29:22] "GET /obj-perms HTTP/1.1" 200 5021 0.004031 10.0.0.50 - - [2026-01-19 02:29:23] "GET /obj-perms HTTP/1.1" 200 5021 0.050047 10.0.0.27 - - [2026-01-19 02:29:30] "GET /obj-perms HTTP/1.1" 200 5056 0.046146 10.0.0.50 - - [2026-01-19 02:29:31] "GET /obj-perms HTTP/1.1" 200 5056 0.062231 10.0.0.27 - - [2026-01-19 02:29:32] "GET /obj-perms HTTP/1.1" 200 5021 0.004507 10.0.0.27 - - [2026-01-19 02:29:32] "DELETE /network-policy/2ab62ac0-ed1b-47a0-96bf-d8ddc0f81074 HTTP/1.1" 200 115 0.034621 10.0.0.27 - - [2026-01-19 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.23 - - [2026-01-19 02:29:32] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000998 10.0.0.27 - - [2026-01-19 02:29:32] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.053699 10.0.0.27 - - [2026-01-19 02:29:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12739858&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005465 10.0.0.27 - - [2026-01-19 02:29:32] "DELETE /network-policy/8ba266ff-130f-4dbc-b21b-6b8cf8d6c5e9 HTTP/1.1" 200 115 0.051255 10.0.0.27 - - [2026-01-19 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.23 - - [2026-01-19 02:29:32] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001132 10.0.0.27 - - [2026-01-19 02:29:32] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.057832 10.0.0.27 - - [2026-01-19 02:29:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12739858&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005822 10.0.0.27 - - [2026-01-19 02:29:33] "DELETE /network-policy/8ef40ef8-22db-4dc8-b4bc-e9027f2bdf06 HTTP/1.1" 200 115 0.037370 10.0.0.27 - - [2026-01-19 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005868 10.0.0.23 - - [2026-01-19 02:29:33] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001153 10.0.0.27 - - [2026-01-19 02:29:33] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.076915 10.0.0.27 - - [2026-01-19 02:29:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-12739858&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006044 10.0.0.27 - - [2026-01-19 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-01-19 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2026-01-19 02:29:33] "DELETE /network-ipam/ec7afe12-1bae-466e-a9ae-4bd9b37ee2d8 HTTP/1.1" 200 115 0.046313 10.0.0.27 - - [2026-01-19 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 264 0.005097 10.0.0.23 - - [2026-01-19 02:29:33] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001086 10.0.0.23 - - [2026-01-19 02:29:33] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.061301 10.0.0.23 - - [2026-01-19 02:29:33] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001806 10.0.0.23 - - [2026-01-19 02:29:33] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?fields=security_groups HTTP/1.1" 200 1406 0.067160 10.0.0.23 - - [2026-01-19 02:29:33] "DELETE /security-group/c4b3e761-6079-4e55-ae8f-048b647de544 HTTP/1.1" 200 115 0.064629 10.0.0.23 - - [2026-01-19 02:29:33] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002889 10.0.0.27 - - [2026-01-19 02:29:34] "DELETE /access-control-list/c8baa1d2-a04b-444c-af27-cf5bb89f4b6e HTTP/1.1" 200 115 0.069600 10.0.0.23 - - [2026-01-19 02:29:34] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?fields=application_policy_sets HTTP/1.1" 200 1445 0.097879 10.0.0.27 - - [2026-01-19 02:29:34] "DELETE /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9 HTTP/1.1" 200 115 0.509434 10.0.0.23 - - [2026-01-19 02:29:34] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.27 - - [2026-01-19 02:29:34] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?fields=projects HTTP/1.1" 200 1439 0.018136 10.0.0.23 - - [2026-01-19 02:29:36] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003627 10.0.0.23 - - [2026-01-19 02:29:36] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.23 - - [2026-01-19 02:29:36] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047967 10.0.0.23 - - [2026-01-19 02:29:37] "POST /id-to-fqname HTTP/1.1" 200 204 0.003615 10.0.0.23 - - [2026-01-19 02:29:37] "POST /fqname-to-id HTTP/1.1" 404 213 0.007810 10.0.0.23 - - [2026-01-19 02:29:37] "POST /security-groups HTTP/1.1" 200 605 0.078152 10.0.0.23 - - [2026-01-19 02:29:37] "POST /projects HTTP/1.1" 200 613 0.296087 10.0.0.27 - - [2026-01-19 02:29:37] "POST /fqname-to-id HTTP/1.1" 404 247 0.005349 10.0.0.23 - - [2026-01-19 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.367685 10.0.0.27 - - [2026-01-19 02:29:37] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.509768 10.0.0.23 - - [2026-01-19 02:29:37] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003063 10.0.0.27 - - [2026-01-19 02:29:37] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?fields=virtual_networks HTTP/1.1" 200 1061 0.061000 10.0.0.23 - - [2026-01-19 02:29:37] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001650 10.0.0.27 - - [2026-01-19 02:29:37] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.045863 10.0.0.23 - - [2026-01-19 02:29:37] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001339 10.0.0.27 - - [2026-01-19 02:29:37] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?fields=security_groups HTTP/1.1" 200 1301 0.057923 10.0.0.27 - - [2026-01-19 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 204 0.027091 10.0.0.23 - - [2026-01-19 02:29:38] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003059 10.0.0.23 - - [2026-01-19 02:29:38] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.23 - - [2026-01-19 02:29:38] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006908 10.0.0.23 - - [2026-01-19 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 206 0.002792 10.0.0.23 - - [2026-01-19 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.009882 10.0.0.23 - - [2026-01-19 02:29:38] "POST /security-groups HTTP/1.1" 200 607 0.032294 10.0.0.23 - - [2026-01-19 02:29:38] "POST /projects HTTP/1.1" 200 617 0.250502 10.0.0.27 - - [2026-01-19 02:29:38] "POST /access-control-lists HTTP/1.1" 200 612 0.027599 10.0.0.23 - - [2026-01-19 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.324822 10.0.0.27 - - [2026-01-19 02:29:39] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.462418 10.0.0.27 - - [2026-01-19 02:29:40] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.27 - - [2026-01-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-01-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 233 0.053380 10.0.0.27 - - [2026-01-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2026-01-19 02:29:43] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001052 10.0.0.27 - - [2026-01-19 02:29:43] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.034686 10.0.0.27 - - [2026-01-19 02:29:43] "POST /network-policys HTTP/1.1" 200 567 0.069701 10.0.0.27 - - [2026-01-19 02:29:43] "GET /network-policy/70b67b66-b778-4259-99e5-a73a5f0d9bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006125 10.0.0.27 - - [2026-01-19 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.23 - - [2026-01-19 02:29:43] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002541 10.0.0.27 - - [2026-01-19 02:29:43] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048643 10.0.0.27 - - [2026-01-19 02:29:43] "POST /neutron/network HTTP/1.1" 200 117 0.037519 10.0.0.27 - - [2026-01-19 02:29:44] "POST /route-targets HTTP/1.1" 200 327 0.021143 10.0.0.50 - - [2026-01-19 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003925 10.0.0.23 - - [2026-01-19 02:29:44] "POST /useragent-kv HTTP/1.1" 200 115 0.014023 10.0.0.27 - - [2026-01-19 02:29:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.201413 10.0.0.27 - - [2026-01-19 02:29:44] "POST /id-to-fqname HTTP/1.1" 200 237 0.001450 10.0.0.27 - - [2026-01-19 02:29:44] "GET /virtual-network/fba5c40c-916e-48f2-b8b9-c27948d95a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.005104 10.0.0.27 - - [2026-01-19 02:29:44] "GET /virtual-network/fba5c40c-916e-48f2-b8b9-c27948d95a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.005340 10.0.0.27 - - [2026-01-19 02:29:44] "POST /neutron/network HTTP/1.1" 200 1016 0.008566 10.0.0.27 - - [2026-01-19 02:29:44] "POST /neutron/network HTTP/1.1" 200 1016 0.010009 10.0.0.27 - - [2026-01-19 02:29:44] "POST /access-control-lists HTTP/1.1" 200 607 0.037710 10.0.0.27 - - [2026-01-19 02:29:44] "GET /virtual-network/fba5c40c-916e-48f2-b8b9-c27948d95a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.007911 10.0.0.27 - - [2026-01-19 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2026-01-19 02:29:44] "GET /network-policy/70b67b66-b778-4259-99e5-a73a5f0d9bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003827 10.0.0.27 - - [2026-01-19 02:29:45] "GET /virtual-network/fba5c40c-916e-48f2-b8b9-c27948d95a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.006862 10.0.0.50 - - [2026-01-19 02:29:46] "GET /obj-perms HTTP/1.1" 200 5062 0.060011 10.0.0.27 - - [2026-01-19 02:29:46] "DELETE /network-policy/70b67b66-b778-4259-99e5-a73a5f0d9bd2 HTTP/1.1" 409 238 0.009530 10.0.0.27 - - [2026-01-19 02:29:46] "POST /neutron/network HTTP/1.1" 200 1123 0.009079 10.0.0.27 - - [2026-01-19 02:29:47] "DELETE /route-target/a9c15434-de64-4f73-8638-f1cd1308e784 HTTP/1.1" 200 115 0.022499 10.0.0.27 - - [2026-01-19 02:29:47] "DELETE /network-policy/70b67b66-b778-4259-99e5-a73a5f0d9bd2 HTTP/1.1" 200 115 0.034480 10.0.0.27 - - [2026-01-19 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-01-19 02:29:47] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001018 10.0.0.27 - - [2026-01-19 02:29:47] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.049047 10.0.0.27 - - [2026-01-19 02:29:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-66723880&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005995 10.0.0.23 - - [2026-01-19 02:29:50] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001609 10.0.0.27 - - [2026-01-19 02:29:50] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.057567 10.0.0.23 - - [2026-01-19 02:29:50] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001054 10.0.0.27 - - [2026-01-19 02:29:50] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?fields=virtual_networks HTTP/1.1" 200 1064 0.061098 10.0.0.23 - - [2026-01-19 02:29:50] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001167 10.0.0.27 - - [2026-01-19 02:29:50] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.044069 10.0.0.23 - - [2026-01-19 02:29:50] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001103 10.0.0.27 - - [2026-01-19 02:29:50] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?fields=security_groups HTTP/1.1" 200 1306 0.049247 10.0.0.27 - - [2026-01-19 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.026308 10.0.0.23 - - [2026-01-19 02:29:51] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003701 10.0.0.23 - - [2026-01-19 02:29:51] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.23 - - [2026-01-19 02:29:51] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007659 10.0.0.23 - - [2026-01-19 02:29:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.003685 10.0.0.23 - - [2026-01-19 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.004593 10.0.0.23 - - [2026-01-19 02:29:51] "POST /security-groups HTTP/1.1" 200 591 0.033651 10.0.0.23 - - [2026-01-19 02:29:51] "POST /projects HTTP/1.1" 200 585 0.258210 10.0.0.27 - - [2026-01-19 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.009537 10.0.0.23 - - [2026-01-19 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.329467 10.0.0.27 - - [2026-01-19 02:29:51] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.469110 10.0.0.27 - - [2026-01-19 02:29:52] "GET / HTTP/1.1" 200 35931 0.001379 10.0.0.27 - - [2026-01-19 02:29:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2026-01-19 02:29:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.069843 10.0.0.27 - - [2026-01-19 02:29:54] "POST /network-ipams HTTP/1.1" 200 513 0.029897 10.0.0.27 - - [2026-01-19 02:29:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004279 10.0.0.27 - - [2026-01-19 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2026-01-19 02:29:55] "GET /network-ipam/0353b2c0-b9c5-4332-bdb3-fce45f5f4af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.007191 10.0.0.27 - - [2026-01-19 02:29:55] "PUT /network-ipam/0353b2c0-b9c5-4332-bdb3-fce45f5f4af9 HTTP/1.1" 200 258 0.013777 10.0.0.27 - - [2026-01-19 02:29:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003661 10.0.0.27 - - [2026-01-19 02:29:55] "POST /network-ipams HTTP/1.1" 200 513 0.028669 10.0.0.27 - - [2026-01-19 02:29:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.005672 10.0.0.27 - - [2026-01-19 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006770 10.0.0.27 - - [2026-01-19 02:29:55] "GET /network-ipam/2f1fda13-159b-4837-b7d1-6908674e37c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006747 10.0.0.27 - - [2026-01-19 02:29:55] "PUT /network-ipam/2f1fda13-159b-4837-b7d1-6908674e37c8 HTTP/1.1" 200 258 0.016060 10.0.0.27 - - [2026-01-19 02:29:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003827 10.0.0.27 - - [2026-01-19 02:29:55] "POST /network-ipams HTTP/1.1" 200 513 0.029969 10.0.0.27 - - [2026-01-19 02:29:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.014333 10.0.0.27 - - [2026-01-19 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2026-01-19 02:29:55] "GET /network-ipam/e5350262-cbb7-41c5-b288-5260fbd6a60c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006563 10.0.0.27 - - [2026-01-19 02:29:55] "PUT /network-ipam/e5350262-cbb7-41c5-b288-5260fbd6a60c HTTP/1.1" 200 258 0.014675 10.0.0.27 - - [2026-01-19 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2026-01-19 02:29:56] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.27 - - [2026-01-19 02:29:56] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053787 10.0.0.23 - - [2026-01-19 02:29:56] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001550 10.0.0.27 - - [2026-01-19 02:29:56] "POST /neutron/network HTTP/1.1" 200 607 0.139456 10.0.0.27 - - [2026-01-19 02:29:56] "POST /ref-update HTTP/1.1" 200 156 0.037297 10.0.0.27 - - [2026-01-19 02:29:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.003550 10.0.0.27 - - [2026-01-19 02:29:57] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006432 10.0.0.27 - - [2026-01-19 02:29:57] "POST /neutron/network HTTP/1.1" 200 825 0.006804 10.0.0.27 - - [2026-01-19 02:29:57] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005530 10.0.0.27 - - [2026-01-19 02:29:57] "POST /neutron/network HTTP/1.1" 200 825 0.007455 10.0.0.27 - - [2026-01-19 02:29:57] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005853 10.0.0.27 - - [2026-01-19 02:29:57] "GET /network-ipam/0353b2c0-b9c5-4332-bdb3-fce45f5f4af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.016385 10.0.0.27 - - [2026-01-19 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2026-01-19 02:29:57] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001596 10.0.0.27 - - [2026-01-19 02:29:57] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.071133 10.0.0.23 - - [2026-01-19 02:29:57] "POST /useragent-kv HTTP/1.1" 200 115 0.023205 10.0.0.27 - - [2026-01-19 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.232984 10.0.0.27 - - [2026-01-19 02:29:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001626 10.0.0.27 - - [2026-01-19 02:29:57] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007953 10.0.0.27 - - [2026-01-19 02:29:57] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006154 10.0.0.27 - - [2026-01-19 02:29:57] "POST /neutron/network HTTP/1.1" 200 824 0.006177 10.0.0.27 - - [2026-01-19 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.23 - - [2026-01-19 02:29:58] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001099 10.0.0.27 - - [2026-01-19 02:29:58] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.061805 10.0.0.23 - - [2026-01-19 02:29:58] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.27 - - [2026-01-19 02:29:58] "POST /neutron/network HTTP/1.1" 200 607 0.151291 10.0.0.27 - - [2026-01-19 02:29:58] "POST /route-targets HTTP/1.1" 200 327 0.017741 10.0.0.27 - - [2026-01-19 02:29:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.003727 10.0.0.27 - - [2026-01-19 02:29:58] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006071 10.0.0.27 - - [2026-01-19 02:29:58] "POST /neutron/network HTTP/1.1" 200 823 0.008035 10.0.0.27 - - [2026-01-19 02:29:58] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006922 10.0.0.27 - - [2026-01-19 02:29:58] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006832 10.0.0.23 - - [2026-01-19 02:30:00] "GET /obj-perms HTTP/1.1" 200 5030 0.053469 10.0.0.27 - - [2026-01-19 02:30:00] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005964 10.0.0.27 - - [2026-01-19 02:30:00] "GET /obj-perms HTTP/1.1" 200 5030 0.052507 10.0.0.27 - - [2026-01-19 02:30:01] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006923 10.0.0.50 - - [2026-01-19 02:30:01] "GET /obj-perms HTTP/1.1" 200 5030 0.054361 10.0.0.27 - - [2026-01-19 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.005872 10.0.0.27 - - [2026-01-19 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.23 - - [2026-01-19 02:30:01] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.27 - - [2026-01-19 02:30:01] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045629 10.0.0.27 - - [2026-01-19 02:30:01] "POST /network-policys HTTP/1.1" 200 553 0.032047 10.0.0.27 - - [2026-01-19 02:30:01] "GET /network-policy/a1e1a386-cd5d-41be-aeb7-99bd6be9f22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.015045 10.0.0.27 - - [2026-01-19 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.007546 10.0.0.27 - - [2026-01-19 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.23 - - [2026-01-19 02:30:01] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.27 - - [2026-01-19 02:30:01] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.034941 10.0.0.27 - - [2026-01-19 02:30:01] "POST /network-policys HTTP/1.1" 200 553 0.031529 10.0.0.27 - - [2026-01-19 02:30:01] "GET /network-policy/79476efc-f50b-4ee1-8245-14a6f962b752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006981 10.0.0.27 - - [2026-01-19 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.003184 10.0.0.27 - - [2026-01-19 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.23 - - [2026-01-19 02:30:02] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.27 - - [2026-01-19 02:30:02] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.060505 10.0.0.27 - - [2026-01-19 02:30:02] "POST /network-policys HTTP/1.1" 200 553 0.031284 10.0.0.27 - - [2026-01-19 02:30:02] "GET /network-policy/fb1eeed5-af51-4832-8925-f5b96b06cef1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007843 10.0.0.27 - - [2026-01-19 02:30:02] "POST /ref-update HTTP/1.1" 200 156 0.070653 10.0.0.27 - - [2026-01-19 02:30:02] "POST /access-control-lists HTTP/1.1" 200 591 0.082238 10.0.0.27 - - [2026-01-19 02:30:02] "POST /ref-update HTTP/1.1" 200 156 0.104306 10.0.0.27 - - [2026-01-19 02:30:02] "POST /neutron/network HTTP/1.1" 200 824 0.006785 10.0.0.27 - - [2026-01-19 02:30:02] "POST /access-control-lists HTTP/1.1" 200 591 0.051825 10.0.0.27 - - [2026-01-19 02:30:02] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.011159 10.0.0.27 - - [2026-01-19 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008437 10.0.0.27 - - [2026-01-19 02:30:02] "GET /network-policy/79476efc-f50b-4ee1-8245-14a6f962b752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005970 10.0.0.27 - - [2026-01-19 02:30:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001442 10.0.0.27 - - [2026-01-19 02:30:03] "POST /neutron/network HTTP/1.1" 200 1006 0.009043 10.0.0.23 - - [2026-01-19 02:30:04] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.27 - - [2026-01-19 02:30:04] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.078033 10.0.0.27 - - [2026-01-19 02:30:04] "POST /neutron/port HTTP/1.1" 200 117 0.006246 10.0.0.27 - - [2026-01-19 02:30:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001686 10.0.0.27 - - [2026-01-19 02:30:04] "POST /neutron/network HTTP/1.1" 200 1006 0.008505 10.0.0.27 - - [2026-01-19 02:30:05] "POST /neutron/port HTTP/1.1" 200 1061 0.017588 10.0.0.27 - - [2026-01-19 02:30:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005852 10.0.0.23 - - [2026-01-19 02:30:05] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.27 - - [2026-01-19 02:30:05] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.090128 10.0.0.27 - - [2026-01-19 02:30:05] "POST /neutron/network HTTP/1.1" 200 916 0.007816 10.0.0.27 - - [2026-01-19 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009564 10.0.0.27 - - [2026-01-19 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001321 10.0.0.27 - - [2026-01-19 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009477 10.0.0.23 - - [2026-01-19 02:30:06] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002995 10.0.0.27 - - [2026-01-19 02:30:06] "POST /neutron/port HTTP/1.1" 200 1060 0.308987 10.0.0.23 - - [2026-01-19 02:30:06] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003686 10.0.0.27 - - [2026-01-19 02:30:06] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.091312 10.0.0.27 - - [2026-01-19 02:30:06] "POST /neutron/port HTTP/1.1" 200 1114 0.124355 10.0.0.27 - - [2026-01-19 02:30:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004665 10.0.0.27 - - [2026-01-19 02:30:06] "POST /neutron/network HTTP/1.1" 200 916 0.009427 10.0.0.27 - - [2026-01-19 02:30:07] "POST /neutron/port HTTP/1.1" 200 117 0.006826 10.0.0.27 - - [2026-01-19 02:30:07] "POST /neutron/port HTTP/1.1" 200 1125 0.025454 10.0.0.27 - - [2026-01-19 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007524 10.0.0.23 - - [2026-01-19 02:30:07] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2026-01-19 02:30:07] "POST /neutron/port HTTP/1.1" 200 1059 0.308883 10.0.0.27 - - [2026-01-19 02:30:07] "POST /neutron/port HTTP/1.1" 200 1059 0.015985 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 200 1293 0.035199 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 200 1293 0.003598 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine-interface/cbd7a385-017b-473e-a9fe-eaf33b5e4427 HTTP/1.1" 200 2945 0.007722 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 200 1293 0.011042 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine-interface/cbd7a385-017b-473e-a9fe-eaf33b5e4427 HTTP/1.1" 200 2945 0.009855 10.0.0.27 - - [2026-01-19 02:30:07] "GET /instance-ip/9d62812a-e952-4892-b925-83e17f5ff48a HTTP/1.1" 200 1623 0.009076 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 200 1293 0.011170 10.0.0.27 - - [2026-01-19 02:30:07] "GET /virtual-machine-interface/cbd7a385-017b-473e-a9fe-eaf33b5e4427 HTTP/1.1" 200 2945 0.006081 10.0.0.27 - - [2026-01-19 02:30:07] "GET /instance-ip/9d62812a-e952-4892-b925-83e17f5ff48a HTTP/1.1" 200 1623 0.005765 10.0.0.27 - - [2026-01-19 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.27 - - [2026-01-19 02:30:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007551 10.0.0.27 - - [2026-01-19 02:30:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006606 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003212 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006275 10.0.0.27 - - [2026-01-19 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.27 - - [2026-01-19 02:30:08] "POST /neutron/network HTTP/1.1" 200 823 0.008120 10.0.0.27 - - [2026-01-19 02:30:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003171 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006118 10.0.0.27 - - [2026-01-19 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.27 - - [2026-01-19 02:30:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004436 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003437 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006141 10.0.0.27 - - [2026-01-19 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2026-01-19 02:30:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004107 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003200 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007200 10.0.0.27 - - [2026-01-19 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2026-01-19 02:30:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004230 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004232 10.0.0.27 - - [2026-01-19 02:30:08] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006576 10.0.0.27 - - [2026-01-19 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2026-01-19 02:30:11] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005383 10.0.0.27 - - [2026-01-19 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2026-01-19 02:30:15] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007340 10.0.0.23 - - [2026-01-19 02:30:16] "DELETE /project/681c6eabb9a64d54ae322c76cbaf35dc HTTP/1.1" 404 173 0.006351 10.0.0.23 - - [2026-01-19 02:30:16] "DELETE /project/9283f5cf9ac04cb4a244cc85ae54c0f9 HTTP/1.1" 404 173 0.011463 10.0.0.23 - - [2026-01-19 02:30:16] "DELETE /project/d613e2a0e3ef4312949c56e050445b41 HTTP/1.1" 404 173 0.013021 10.0.0.23 - - [2026-01-19 02:30:16] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000831 10.0.0.23 - - [2026-01-19 02:30:16] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000816 10.0.0.23 - - [2026-01-19 02:30:16] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.063769 10.0.0.23 - - [2026-01-19 02:30:16] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.074983 10.0.0.23 - - [2026-01-19 02:30:16] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001461 10.0.0.23 - - [2026-01-19 02:30:16] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000941 10.0.0.23 - - [2026-01-19 02:30:17] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?fields=security_groups HTTP/1.1" 200 1411 0.047694 10.0.0.23 - - [2026-01-19 02:30:17] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?fields=security_groups HTTP/1.1" 200 1406 0.068868 10.0.0.23 - - [2026-01-19 02:30:17] "DELETE /security-group/3147f571-17c3-482b-b16a-a25b228acb5d HTTP/1.1" 200 115 0.066506 10.0.0.23 - - [2026-01-19 02:30:17] "GET /projects?obj_uuids=681c6eab-b9a6-4d54-ae32-2c76cbaf35dc&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001302 10.0.0.27 - - [2026-01-19 02:30:17] "DELETE /access-control-list/02ac3ab6-8094-4062-b77c-adaf580c4682 HTTP/1.1" 200 115 0.053968 10.0.0.23 - - [2026-01-19 02:30:17] "DELETE /security-group/afc13776-83e0-474e-9d78-5aefea5e5b62 HTTP/1.1" 200 115 0.109188 10.0.0.23 - - [2026-01-19 02:30:17] "GET /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc?fields=application_policy_sets HTTP/1.1" 200 1450 0.075920 10.0.0.23 - - [2026-01-19 02:30:17] "GET /projects?obj_uuids=9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001045 10.0.0.23 - - [2026-01-19 02:30:17] "GET /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9?fields=application_policy_sets HTTP/1.1" 200 1445 0.063353 10.0.0.27 - - [2026-01-19 02:30:17] "DELETE /access-control-list/aef85f2e-7ead-4238-a370-4528a18e0a79 HTTP/1.1" 200 115 0.045238 10.0.0.23 - - [2026-01-19 02:30:17] "DELETE /project/681c6eab-b9a6-4d54-ae32-2c76cbaf35dc HTTP/1.1" 200 115 0.538815 10.0.0.23 - - [2026-01-19 02:30:17] "DELETE /project/9283f5cf-9ac0-4cb4-a244-cc85ae54c0f9 HTTP/1.1" 200 115 0.572336 10.0.0.27 - - [2026-01-19 02:30:17] "POST /neutron/network HTTP/1.1" 200 1006 0.033651 10.0.0.27 - - [2026-01-19 02:30:17] "POST /neutron/port HTTP/1.1" 200 117 0.001574 10.0.0.27 - - [2026-01-19 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2026-01-19 02:30:19] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005168 10.0.0.27 - - [2026-01-19 02:30:20] "POST /neutron/port HTTP/1.1" 200 1124 0.020538 10.0.0.27 - - [2026-01-19 02:30:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.008756 10.0.0.27 - - [2026-01-19 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.27 - - [2026-01-19 02:30:24] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005323 10.0.0.27 - - [2026-01-19 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2026-01-19 02:30:28] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006656 10.0.0.23 - - [2026-01-19 02:30:31] "GET /obj-perms HTTP/1.1" 200 5056 0.056099 10.0.0.27 - - [2026-01-19 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2026-01-19 02:30:32] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006175 10.0.0.27 - - [2026-01-19 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2026-01-19 02:30:36] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005386 10.0.0.27 - - [2026-01-19 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2026-01-19 02:30:40] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006606 10.0.0.27 - - [2026-01-19 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2026-01-19 02:30:44] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006131 10.0.0.27 - - [2026-01-19 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2026-01-19 02:30:48] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006042 10.0.0.27 - - [2026-01-19 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2026-01-19 02:30:50] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003944 10.0.0.27 - - [2026-01-19 02:30:50] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003672 10.0.0.27 - - [2026-01-19 02:30:50] "POST /neutron/port HTTP/1.1" 200 1124 0.046185 10.0.0.27 - - [2026-01-19 02:30:50] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007251 10.0.0.27 - - [2026-01-19 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.27 - - [2026-01-19 02:30:50] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003589 10.0.0.27 - - [2026-01-19 02:30:50] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004326 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006185 10.0.0.27 - - [2026-01-19 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.27 - - [2026-01-19 02:30:51] "GET /routing-instance/6c5a15b9-148c-4b1b-b13a-e1b79b5b05f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004149 10.0.0.27 - - [2026-01-19 02:30:51] "GET /route-target/f1d71a93-7afa-41ed-bea2-3d593099cf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004255 10.0.0.27 - - [2026-01-19 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2026-01-19 02:30:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003527 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003244 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005530 10.0.0.27 - - [2026-01-19 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2026-01-19 02:30:51] "GET /routing-instance/6c5a15b9-148c-4b1b-b13a-e1b79b5b05f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004637 10.0.0.27 - - [2026-01-19 02:30:51] "GET /route-target/f1d71a93-7afa-41ed-bea2-3d593099cf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004130 10.0.0.27 - - [2026-01-19 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2026-01-19 02:30:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003869 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003249 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005453 10.0.0.27 - - [2026-01-19 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.27 - - [2026-01-19 02:30:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005546 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003210 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005807 10.0.0.27 - - [2026-01-19 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.27 - - [2026-01-19 02:30:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004463 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003267 10.0.0.27 - - [2026-01-19 02:30:51] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006553 10.0.0.27 - - [2026-01-19 02:30:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003635 10.0.0.27 - - [2026-01-19 02:30:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003935 10.0.0.23 - - [2026-01-19 02:30:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003953 10.0.0.27 - - [2026-01-19 02:30:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003583 10.0.0.50 - - [2026-01-19 02:30:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003624 10.0.0.27 - - [2026-01-19 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008269 10.0.0.27 - - [2026-01-19 02:30:52] "POST /neutron/port HTTP/1.1" 200 1124 0.018559 10.0.0.27 - - [2026-01-19 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007834 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 200 1292 0.006215 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 200 1292 0.003639 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-machine-interface/b45d77f3-4511-490a-b30a-a963f5ef6a6e HTTP/1.1" 200 2945 0.006736 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 200 1292 0.004021 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-machine-interface/b45d77f3-4511-490a-b30a-a963f5ef6a6e HTTP/1.1" 200 2945 0.005700 10.0.0.27 - - [2026-01-19 02:30:52] "GET /instance-ip/38226f72-803d-4e72-94b0-709f3335f0e7 HTTP/1.1" 200 1621 0.006550 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 200 1292 0.005122 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-machine-interface/b45d77f3-4511-490a-b30a-a963f5ef6a6e HTTP/1.1" 200 2945 0.012368 10.0.0.27 - - [2026-01-19 02:30:52] "GET /instance-ip/38226f72-803d-4e72-94b0-709f3335f0e7 HTTP/1.1" 200 1621 0.004834 10.0.0.27 - - [2026-01-19 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2026-01-19 02:30:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004026 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003322 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005986 10.0.0.27 - - [2026-01-19 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2026-01-19 02:30:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004103 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003357 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006067 10.0.0.27 - - [2026-01-19 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.27 - - [2026-01-19 02:30:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004774 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003506 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005919 10.0.0.27 - - [2026-01-19 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2026-01-19 02:30:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003466 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006372 10.0.0.27 - - [2026-01-19 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.27 - - [2026-01-19 02:30:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004520 10.0.0.27 - - [2026-01-19 02:30:52] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003240 10.0.0.27 - - [2026-01-19 02:30:53] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006820 10.0.0.27 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.27 - - [2026-01-19 02:30:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004409 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003012 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006291 10.0.0.27 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.27 - - [2026-01-19 02:30:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003832 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003895 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006036 10.0.0.27 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2026-01-19 02:30:54] "GET /routing-instance/c395c353-eb2f-4886-9000-c37753629fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005841 10.0.0.27 - - [2026-01-19 02:30:54] "GET /route-target/c4cda242-3541-427f-9bb1-a52b4178604a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004542 10.0.0.27 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.27 - - [2026-01-19 02:30:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004612 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003919 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006487 10.0.0.27 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2026-01-19 02:30:54] "GET /routing-instance/c395c353-eb2f-4886-9000-c37753629fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004320 10.0.0.27 - - [2026-01-19 02:30:54] "GET /route-target/c4cda242-3541-427f-9bb1-a52b4178604a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003837 10.0.0.27 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2026-01-19 02:30:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005253 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003796 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005936 10.0.0.27 - - [2026-01-19 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.27 - - [2026-01-19 02:30:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004349 10.0.0.27 - - [2026-01-19 02:30:54] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004544 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005609 10.0.0.27 - - [2026-01-19 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.27 - - [2026-01-19 02:30:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004465 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003469 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.009605 10.0.0.23 - - [2026-01-19 02:30:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004513 10.0.0.27 - - [2026-01-19 02:30:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003824 10.0.0.27 - - [2026-01-19 02:30:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004012 10.0.0.50 - - [2026-01-19 02:30:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003805 10.0.0.27 - - [2026-01-19 02:30:55] "POST /neutron/port HTTP/1.1" 200 1123 0.027302 10.0.0.27 - - [2026-01-19 02:30:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007630 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 200 1293 0.021493 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 200 1293 0.004502 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-machine-interface/5e634e14-224c-4f0a-a500-01788c2850d1 HTTP/1.1" 200 2944 0.006993 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 200 1293 0.004335 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-machine-interface/5e634e14-224c-4f0a-a500-01788c2850d1 HTTP/1.1" 200 2944 0.005589 10.0.0.27 - - [2026-01-19 02:30:55] "GET /instance-ip/c7643c9a-4c0f-4aff-9f70-e297b73c35f6 HTTP/1.1" 200 1621 0.007048 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 200 1293 0.004678 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-machine-interface/5e634e14-224c-4f0a-a500-01788c2850d1 HTTP/1.1" 200 2944 0.007198 10.0.0.27 - - [2026-01-19 02:30:55] "GET /instance-ip/c7643c9a-4c0f-4aff-9f70-e297b73c35f6 HTTP/1.1" 200 1621 0.004894 10.0.0.27 - - [2026-01-19 02:30:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2026-01-19 02:30:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005082 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003920 10.0.0.27 - - [2026-01-19 02:30:55] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009505 10.0.0.27 - - [2026-01-19 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-01-19 02:30:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004491 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003109 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006633 10.0.0.27 - - [2026-01-19 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2026-01-19 02:30:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004037 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003691 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006915 10.0.0.27 - - [2026-01-19 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.27 - - [2026-01-19 02:30:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004375 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003650 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005700 10.0.0.27 - - [2026-01-19 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.27 - - [2026-01-19 02:30:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003878 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004137 10.0.0.27 - - [2026-01-19 02:30:56] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006004 10.0.0.27 - - [2026-01-19 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2026-01-19 02:30:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003703 10.0.0.27 - - [2026-01-19 02:30:57] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003334 10.0.0.27 - - [2026-01-19 02:30:57] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007056 10.0.0.27 - - [2026-01-19 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006001 10.0.0.27 - - [2026-01-19 02:30:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003854 10.0.0.27 - - [2026-01-19 02:30:57] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003135 10.0.0.27 - - [2026-01-19 02:30:57] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010705 10.0.0.27 - - [2026-01-19 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2026-01-19 02:30:57] "GET /routing-instance/2f8def51-cec4-4f20-a36e-48481a3033cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007454 10.0.0.27 - - [2026-01-19 02:30:57] "GET /route-target/f9ae0561-638f-44dd-8eba-7027f90ccc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004696 10.0.0.27 - - [2026-01-19 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2026-01-19 02:30:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005331 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003892 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005564 10.0.0.27 - - [2026-01-19 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.27 - - [2026-01-19 02:30:58] "GET /routing-instance/2f8def51-cec4-4f20-a36e-48481a3033cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005649 10.0.0.27 - - [2026-01-19 02:30:58] "GET /route-target/f9ae0561-638f-44dd-8eba-7027f90ccc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004460 10.0.0.27 - - [2026-01-19 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007177 10.0.0.27 - - [2026-01-19 02:30:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004312 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003308 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007071 10.0.0.27 - - [2026-01-19 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-01-19 02:30:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004857 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.008520 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006467 10.0.0.23 - - [2026-01-19 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.006348 10.0.0.27 - - [2026-01-19 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.005191 10.0.0.27 - - [2026-01-19 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004795 10.0.0.50 - - [2026-01-19 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004570 10.0.0.23 - - [2026-01-19 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.006160 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 200 1293 0.006308 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-machine-interface/cbd7a385-017b-473e-a9fe-eaf33b5e4427 HTTP/1.1" 200 2945 0.005898 10.0.0.27 - - [2026-01-19 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.014677 10.0.0.27 - - [2026-01-19 02:30:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006907 10.0.0.27 - - [2026-01-19 02:30:58] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.009837 10.0.0.27 - - [2026-01-19 02:30:59] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006698 10.0.0.27 - - [2026-01-19 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2026-01-19 02:31:00] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.27 - - [2026-01-19 02:31:00] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002964 10.0.0.27 - - [2026-01-19 02:31:00] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007704 10.0.0.27 - - [2026-01-19 02:31:00] "POST /neutron/port HTTP/1.1" 200 1125 0.028567 10.0.0.27 - - [2026-01-19 02:31:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.015900 10.0.0.27 - - [2026-01-19 02:31:05] "POST /neutron/port HTTP/1.1" 200 1125 0.019129 10.0.0.27 - - [2026-01-19 02:31:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007381 10.0.0.27 - - [2026-01-19 02:31:15] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 200 1292 0.004220 10.0.0.27 - - [2026-01-19 02:31:15] "GET /virtual-machine-interface/b45d77f3-4511-490a-b30a-a963f5ef6a6e HTTP/1.1" 200 2945 0.005331 10.0.0.27 - - [2026-01-19 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.27 - - [2026-01-19 02:31:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004357 10.0.0.27 - - [2026-01-19 02:31:15] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002693 10.0.0.27 - - [2026-01-19 02:31:15] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007891 10.0.0.27 - - [2026-01-19 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.27 - - [2026-01-19 02:31:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004556 10.0.0.27 - - [2026-01-19 02:31:17] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004546 10.0.0.27 - - [2026-01-19 02:31:17] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005755 10.0.0.27 - - [2026-01-19 02:31:17] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 200 1293 0.003519 10.0.0.27 - - [2026-01-19 02:31:17] "GET /virtual-machine-interface/5e634e14-224c-4f0a-a500-01788c2850d1 HTTP/1.1" 200 2944 0.005696 10.0.0.27 - - [2026-01-19 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2026-01-19 02:31:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007504 10.0.0.27 - - [2026-01-19 02:31:17] "POST /neutron/network HTTP/1.1" 200 833 0.009880 10.0.0.27 - - [2026-01-19 02:31:17] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003444 10.0.0.27 - - [2026-01-19 02:31:17] "POST /neutron/port HTTP/1.1" 200 117 0.000956 10.0.0.27 - - [2026-01-19 02:31:17] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006719 10.0.0.27 - - [2026-01-19 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007547 10.0.0.27 - - [2026-01-19 02:31:18] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005122 10.0.0.27 - - [2026-01-19 02:31:18] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006773 10.0.0.27 - - [2026-01-19 02:31:18] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005893 10.0.0.27 - - [2026-01-19 02:31:21] "POST /neutron/port HTTP/1.1" 200 1124 0.041419 10.0.0.27 - - [2026-01-19 02:31:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.011784 10.0.0.27 - - [2026-01-19 02:31:38] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 200 1293 0.004622 10.0.0.27 - - [2026-01-19 02:31:39] "POST /neutron/port HTTP/1.1" 200 1123 0.017157 10.0.0.27 - - [2026-01-19 02:31:40] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 404 171 0.004232 10.0.0.27 - - [2026-01-19 02:31:40] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 404 171 0.003053 10.0.0.27 - - [2026-01-19 02:31:40] "GET /virtual-machine/a1d23e25-cdbb-43f7-9031-6e81434b4036 HTTP/1.1" 404 171 0.003408 10.0.0.27 - - [2026-01-19 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2026-01-19 02:31:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003606 10.0.0.27 - - [2026-01-19 02:31:41] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002996 10.0.0.27 - - [2026-01-19 02:31:41] "GET /virtual-network/f56eac22-3025-4d32-9a8e-8dcf65ba19cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006238 10.0.0.27 - - [2026-01-19 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2026-01-19 02:31:41] "GET /routing-instance/2f8def51-cec4-4f20-a36e-48481a3033cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004753 10.0.0.27 - - [2026-01-19 02:31:41] "GET /route-target/f9ae0561-638f-44dd-8eba-7027f90ccc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007655 10.0.0.27 - - [2026-01-19 02:31:41] "GET /obj-perms HTTP/1.1" 200 5030 0.003929 10.0.0.50 - - [2026-01-19 02:31:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004799 10.0.0.27 - - [2026-01-19 02:31:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004936 10.0.0.50 - - [2026-01-19 02:31:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004207 10.0.0.27 - - [2026-01-19 02:31:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004507 10.0.0.50 - - [2026-01-19 02:32:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004003 10.0.0.27 - - [2026-01-19 02:32:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003748 10.0.0.27 - - [2026-01-19 02:32:02] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 200 1292 0.004714 10.0.0.27 - - [2026-01-19 02:32:03] "POST /neutron/port HTTP/1.1" 200 1124 0.020819 10.0.0.27 - - [2026-01-19 02:32:04] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 404 171 0.004264 10.0.0.27 - - [2026-01-19 02:32:04] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 404 171 0.002823 10.0.0.27 - - [2026-01-19 02:32:04] "GET /virtual-machine/3c23de8b-be6f-4730-b1cd-f31ec29be672 HTTP/1.1" 404 171 0.003170 10.0.0.27 - - [2026-01-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.27 - - [2026-01-19 02:32:05] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005023 10.0.0.27 - - [2026-01-19 02:32:05] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004064 10.0.0.27 - - [2026-01-19 02:32:05] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006321 10.0.0.27 - - [2026-01-19 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.27 - - [2026-01-19 02:32:05] "GET /routing-instance/c395c353-eb2f-4886-9000-c37753629fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004303 10.0.0.27 - - [2026-01-19 02:32:05] "GET /route-target/c4cda242-3541-427f-9bb1-a52b4178604a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003973 10.0.0.50 - - [2026-01-19 02:32:08] "GET /obj-perms HTTP/1.1" 200 5030 0.003514 10.0.0.27 - - [2026-01-19 02:32:11] "GET /obj-perms HTTP/1.1" 200 5030 0.003939 10.0.0.50 - - [2026-01-19 02:32:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004245 10.0.0.27 - - [2026-01-19 02:32:19] "POST /neutron/port HTTP/1.1" 200 1125 0.016856 10.0.0.27 - - [2026-01-19 02:32:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004480 10.0.0.27 - - [2026-01-19 02:32:19] "POST /neutron/network HTTP/1.1" 200 996 0.007262 10.0.0.27 - - [2026-01-19 02:32:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004301 10.0.0.50 - - [2026-01-19 02:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-01-19 02:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.50 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2026-01-19 02:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2026-01-19 02:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2026-01-19 02:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2026-01-19 02:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.27 - - [2026-01-19 02:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2026-01-19 02:32:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004194 10.0.0.27 - - [2026-01-19 02:32:29] "GET /obj-perms HTTP/1.1" 200 5030 0.004114 10.0.0.27 - - [2026-01-19 02:32:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003575 10.0.0.50 - - [2026-01-19 02:32:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003949 10.0.0.23 - - [2026-01-19 02:32:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003611 10.0.0.27 - - [2026-01-19 02:32:33] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 200 1293 0.005951 10.0.0.27 - - [2026-01-19 02:32:33] "POST /neutron/port HTTP/1.1" 200 151 0.209698 10.0.0.27 - - [2026-01-19 02:32:35] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 404 171 0.003582 10.0.0.27 - - [2026-01-19 02:32:35] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 404 171 0.002829 10.0.0.27 - - [2026-01-19 02:32:35] "GET /virtual-machine/b0e1dfba-0edd-4581-940f-523d8b07e519 HTTP/1.1" 404 171 0.003776 10.0.0.27 - - [2026-01-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.27 - - [2026-01-19 02:32:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005295 10.0.0.27 - - [2026-01-19 02:32:35] "GET /virtual-networks?parent_id=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004192 10.0.0.27 - - [2026-01-19 02:32:35] "GET /virtual-network/86cb30d8-ee50-42f4-84f3-41d9c51707cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006418 10.0.0.27 - - [2026-01-19 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.27 - - [2026-01-19 02:32:35] "GET /routing-instance/6c5a15b9-148c-4b1b-b13a-e1b79b5b05f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004724 10.0.0.27 - - [2026-01-19 02:32:35] "GET /route-target/f1d71a93-7afa-41ed-bea2-3d593099cf61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003819 10.0.0.27 - - [2026-01-19 02:32:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004410 10.0.0.50 - - [2026-01-19 02:32:38] "GET /obj-perms HTTP/1.1" 200 5030 0.003865 10.0.0.27 - - [2026-01-19 02:32:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004624 10.0.0.50 - - [2026-01-19 02:32:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004788 10.0.0.27 - - [2026-01-19 02:32:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003894 10.0.0.50 - - [2026-01-19 02:32:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004508 10.0.0.27 - - [2026-01-19 02:33:00] "GET /obj-perms HTTP/1.1" 200 5030 0.003807 10.0.0.27 - - [2026-01-19 02:33:00] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.011253 10.0.0.27 - - [2026-01-19 02:33:00] "POST /neutron/network HTTP/1.1" 200 824 0.011674 10.0.0.27 - - [2026-01-19 02:33:00] "GET /virtual-network/588a4b59-7540-4381-af68-550ad311c289?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005741 10.0.0.27 - - [2026-01-19 02:33:00] "POST /ref-update HTTP/1.1" 200 156 0.056331 10.0.0.27 - - [2026-01-19 02:33:00] "POST /ref-update HTTP/1.1" 200 156 0.081769 10.0.0.27 - - [2026-01-19 02:33:01] "DELETE /network-policy/fb1eeed5-af51-4832-8925-f5b96b06cef1 HTTP/1.1" 200 115 0.040987 10.0.0.27 - - [2026-01-19 02:33:01] "DELETE /network-policy/79476efc-f50b-4ee1-8245-14a6f962b752 HTTP/1.1" 200 115 0.041872 10.0.0.27 - - [2026-01-19 02:33:01] "DELETE /network-policy/a1e1a386-cd5d-41be-aeb7-99bd6be9f22e HTTP/1.1" 200 115 0.038535 10.0.0.27 - - [2026-01-19 02:33:01] "DELETE /access-control-list/50741a02-5b15-4b45-95f5-eb5436a58fe9 HTTP/1.1" 200 115 0.092908 10.0.0.27 - - [2026-01-19 02:33:01] "DELETE /route-target/f9ae0561-638f-44dd-8eba-7027f90ccc66 HTTP/1.1" 200 115 0.030331 10.0.0.27 - - [2026-01-19 02:33:01] "POST /neutron/network HTTP/1.1" 200 824 0.036581 10.0.0.27 - - [2026-01-19 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006539 10.0.0.23 - - [2026-01-19 02:33:02] "POST /useragent-kv HTTP/1.1" 200 115 0.040334 10.0.0.23 - - [2026-01-19 02:33:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003068 10.0.0.27 - - [2026-01-19 02:33:02] "POST /neutron/network HTTP/1.1" 200 151 0.189592 10.0.0.27 - - [2026-01-19 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.019230 10.0.0.27 - - [2026-01-19 02:33:02] "DELETE /network-ipam/e5350262-cbb7-41c5-b288-5260fbd6a60c HTTP/1.1" 200 115 0.051622 10.0.0.27 - - [2026-01-19 02:33:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.005586 10.0.0.27 - - [2026-01-19 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-01-19 02:33:02] "DELETE /network-ipam/2f1fda13-159b-4837-b7d1-6908674e37c8 HTTP/1.1" 200 115 0.040488 10.0.0.27 - - [2026-01-19 02:33:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.003929 10.0.0.27 - - [2026-01-19 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.27 - - [2026-01-19 02:33:02] "DELETE /network-ipam/0353b2c0-b9c5-4332-bdb3-fce45f5f4af9 HTTP/1.1" 200 115 0.049650 10.0.0.27 - - [2026-01-19 02:33:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.003854 10.0.0.23 - - [2026-01-19 02:33:04] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001524 10.0.0.27 - - [2026-01-19 02:33:04] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.071551 10.0.0.23 - - [2026-01-19 02:33:04] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.27 - - [2026-01-19 02:33:04] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?fields=virtual_networks HTTP/1.1" 200 1033 0.043307 10.0.0.23 - - [2026-01-19 02:33:04] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.27 - - [2026-01-19 02:33:04] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045897 10.0.0.23 - - [2026-01-19 02:33:04] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.27 - - [2026-01-19 02:33:04] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?fields=security_groups HTTP/1.1" 200 1259 0.045903 10.0.0.27 - - [2026-01-19 02:33:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.026119 10.0.0.23 - - [2026-01-19 02:33:05] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003483 10.0.0.23 - - [2026-01-19 02:33:05] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.23 - - [2026-01-19 02:33:05] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038851 10.0.0.23 - - [2026-01-19 02:33:05] "POST /id-to-fqname HTTP/1.1" 200 196 0.009644 10.0.0.23 - - [2026-01-19 02:33:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003615 10.0.0.23 - - [2026-01-19 02:33:05] "POST /security-groups HTTP/1.1" 200 597 0.080548 10.0.0.23 - - [2026-01-19 02:33:05] "POST /projects HTTP/1.1" 200 597 0.290240 10.0.0.27 - - [2026-01-19 02:33:05] "POST /access-control-lists HTTP/1.1" 200 602 0.029165 10.0.0.23 - - [2026-01-19 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.361535 10.0.0.27 - - [2026-01-19 02:33:05] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.537666 10.0.0.27 - - [2026-01-19 02:33:06] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.27 - - [2026-01-19 02:33:09] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000594 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.052429 10.0.0.27 - - [2026-01-19 02:33:10] "POST /network-ipams HTTP/1.1" 200 519 0.029617 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003405 10.0.0.27 - - [2026-01-19 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipam/3f957f3d-ad1a-4df2-8583-b8a703332364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.008415 10.0.0.27 - - [2026-01-19 02:33:10] "PUT /network-ipam/3f957f3d-ad1a-4df2-8583-b8a703332364 HTTP/1.1" 200 258 0.014752 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003680 10.0.0.27 - - [2026-01-19 02:33:10] "POST /network-ipams HTTP/1.1" 200 519 0.027857 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004344 10.0.0.27 - - [2026-01-19 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipam/8d03e809-c685-4120-b1e7-a3a49e07ecaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006353 10.0.0.27 - - [2026-01-19 02:33:10] "PUT /network-ipam/8d03e809-c685-4120-b1e7-a3a49e07ecaf HTTP/1.1" 200 258 0.014932 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003774 10.0.0.27 - - [2026-01-19 02:33:10] "POST /network-ipams HTTP/1.1" 200 519 0.030309 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003724 10.0.0.27 - - [2026-01-19 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.27 - - [2026-01-19 02:33:10] "GET /network-ipam/6fbb4eae-c7a6-401d-b1ec-3dae50dd7491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006064 10.0.0.27 - - [2026-01-19 02:33:10] "PUT /network-ipam/6fbb4eae-c7a6-401d-b1ec-3dae50dd7491 HTTP/1.1" 200 258 0.013718 10.0.0.27 - - [2026-01-19 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2026-01-19 02:33:11] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001653 10.0.0.27 - - [2026-01-19 02:33:11] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044162 10.0.0.27 - - [2026-01-19 02:33:12] "POST /route-targets HTTP/1.1" 200 327 0.014385 10.0.0.23 - - [2026-01-19 02:33:12] "POST /useragent-kv HTTP/1.1" 200 115 0.019974 10.0.0.27 - - [2026-01-19 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.283727 10.0.0.27 - - [2026-01-19 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001252 10.0.0.27 - - [2026-01-19 02:33:12] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008122 10.0.0.27 - - [2026-01-19 02:33:12] "POST /neutron/network HTTP/1.1" 200 1012 0.009147 10.0.0.27 - - [2026-01-19 02:33:12] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005471 10.0.0.27 - - [2026-01-19 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 823 0.011289 10.0.0.27 - - [2026-01-19 02:33:12] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006062 10.0.0.27 - - [2026-01-19 02:33:12] "GET /network-ipam/3f957f3d-ad1a-4df2-8583-b8a703332364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.005017 10.0.0.27 - - [2026-01-19 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2026-01-19 02:33:12] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001588 10.0.0.27 - - [2026-01-19 02:33:12] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051979 10.0.0.23 - - [2026-01-19 02:33:13] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000946 10.0.0.27 - - [2026-01-19 02:33:13] "POST /neutron/network HTTP/1.1" 200 613 0.125088 10.0.0.27 - - [2026-01-19 02:33:13] "POST /ref-update HTTP/1.1" 200 156 0.024276 10.0.0.50 - - [2026-01-19 02:33:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.039909 10.0.0.27 - - [2026-01-19 02:33:13] "POST /neutron/network HTTP/1.1" 200 1012 0.010937 10.0.0.27 - - [2026-01-19 02:33:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001196 10.0.0.27 - - [2026-01-19 02:33:13] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006254 10.0.0.27 - - [2026-01-19 02:33:13] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005695 10.0.0.27 - - [2026-01-19 02:33:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.008676 10.0.0.27 - - [2026-01-19 02:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-01-19 02:33:13] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001233 10.0.0.27 - - [2026-01-19 02:33:13] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045770 10.0.0.23 - - [2026-01-19 02:33:13] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000962 10.0.0.27 - - [2026-01-19 02:33:13] "POST /neutron/network HTTP/1.1" 200 613 0.115861 10.0.0.27 - - [2026-01-19 02:33:14] "POST /neutron/network HTTP/1.1" 200 1015 0.011074 10.0.0.27 - - [2026-01-19 02:33:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.000997 10.0.0.27 - - [2026-01-19 02:33:14] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004945 10.0.0.27 - - [2026-01-19 02:33:14] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006459 10.0.0.27 - - [2026-01-19 02:33:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.008833 10.0.0.27 - - [2026-01-19 02:33:14] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005176 10.0.0.50 - - [2026-01-19 02:33:15] "GET /obj-perms HTTP/1.1" 200 5042 0.054239 10.0.0.27 - - [2026-01-19 02:33:16] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005760 10.0.0.23 - - [2026-01-19 02:33:16] "GET /obj-perms HTTP/1.1" 200 5042 0.048297 10.0.0.27 - - [2026-01-19 02:33:16] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005398 10.0.0.27 - - [2026-01-19 02:33:17] "GET /obj-perms HTTP/1.1" 200 5042 0.056180 10.0.0.27 - - [2026-01-19 02:33:17] "POST /fqname-to-id HTTP/1.1" 404 224 0.003366 10.0.0.27 - - [2026-01-19 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.23 - - [2026-01-19 02:33:17] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001011 10.0.0.27 - - [2026-01-19 02:33:17] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049238 10.0.0.27 - - [2026-01-19 02:33:17] "POST /network-policys HTTP/1.1" 200 559 0.026936 10.0.0.27 - - [2026-01-19 02:33:17] "GET /network-policy/5232bc8d-4c9e-433c-9365-293d7fa57af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006625 10.0.0.27 - - [2026-01-19 02:33:17] "POST /fqname-to-id HTTP/1.1" 404 224 0.002991 10.0.0.27 - - [2026-01-19 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2026-01-19 02:33:17] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001374 10.0.0.27 - - [2026-01-19 02:33:17] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050017 10.0.0.23 - - [2026-01-19 02:33:17] "DELETE /project/1f3275dcffa346f6aca85f2ec42f3b48 HTTP/1.1" 404 173 0.004267 10.0.0.23 - - [2026-01-19 02:33:17] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.23 - - [2026-01-19 02:33:17] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.059647 10.0.0.23 - - [2026-01-19 02:33:17] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001006 10.0.0.27 - - [2026-01-19 02:33:17] "POST /network-policys HTTP/1.1" 200 559 0.056394 10.0.0.23 - - [2026-01-19 02:33:17] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?fields=security_groups HTTP/1.1" 200 1364 0.055786 10.0.0.27 - - [2026-01-19 02:33:17] "GET /network-policy/8903fe45-a04b-477e-8ea3-1e1fa36c31d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006236 10.0.0.27 - - [2026-01-19 02:33:17] "POST /fqname-to-id HTTP/1.1" 404 224 0.002980 10.0.0.27 - - [2026-01-19 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.23 - - [2026-01-19 02:33:17] "DELETE /security-group/32f3bae8-4427-4f9c-be4a-12b989fbcb70 HTTP/1.1" 200 115 0.050053 10.0.0.23 - - [2026-01-19 02:33:17] "GET /projects?obj_uuids=d613e2a0-e3ef-4312-949c-56e050445b41&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.23 - - [2026-01-19 02:33:17] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002071 10.0.0.27 - - [2026-01-19 02:33:17] "DELETE /access-control-list/30a70baf-02f5-4a96-ad48-d8b5406cd0f7 HTTP/1.1" 200 115 0.038782 10.0.0.23 - - [2026-01-19 02:33:17] "GET /project/d613e2a0-e3ef-4312-949c-56e050445b41?fields=application_policy_sets HTTP/1.1" 200 1403 0.048212 10.0.0.27 - - [2026-01-19 02:33:17] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.111083 10.0.0.27 - - [2026-01-19 02:33:18] "POST /network-policys HTTP/1.1" 200 559 0.047281 10.0.0.23 - - [2026-01-19 02:33:18] "DELETE /project/d613e2a0-e3ef-4312-949c-56e050445b41 HTTP/1.1" 200 115 0.455502 10.0.0.27 - - [2026-01-19 02:33:18] "GET /network-policy/25545d67-0a8c-448b-9b7f-7406cb375bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006235 10.0.0.27 - - [2026-01-19 02:33:18] "POST /neutron/network HTTP/1.1" 200 1196 0.093776 10.0.0.27 - - [2026-01-19 02:33:18] "POST /access-control-lists HTTP/1.1" 200 597 0.041717 10.0.0.27 - - [2026-01-19 02:33:18] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.008528 10.0.0.27 - - [2026-01-19 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.27 - - [2026-01-19 02:33:18] "GET /network-policy/5232bc8d-4c9e-433c-9365-293d7fa57af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006485 10.0.0.27 - - [2026-01-19 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.27 - - [2026-01-19 02:33:18] "GET /network-policy/8903fe45-a04b-477e-8ea3-1e1fa36c31d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004280 10.0.0.50 - - [2026-01-19 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.006723 10.0.0.27 - - [2026-01-19 02:33:18] "POST /neutron/network HTTP/1.1" 200 1110 0.095869 10.0.0.27 - - [2026-01-19 02:33:18] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007800 10.0.0.27 - - [2026-01-19 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2026-01-19 02:33:18] "POST /ref-update HTTP/1.1" 200 156 0.028495 10.0.0.27 - - [2026-01-19 02:33:18] "GET /network-policy/25545d67-0a8c-448b-9b7f-7406cb375bda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007259 10.0.0.27 - - [2026-01-19 02:33:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001745 10.0.0.23 - - [2026-01-19 02:33:19] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001148 10.0.0.27 - - [2026-01-19 02:33:19] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.083524 10.0.0.27 - - [2026-01-19 02:33:19] "POST /neutron/network HTTP/1.1" 200 1196 0.036700 10.0.0.27 - - [2026-01-19 02:33:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001330 10.0.0.27 - - [2026-01-19 02:33:20] "POST /neutron/port HTTP/1.1" 200 117 0.006917 10.0.0.23 - - [2026-01-19 02:33:20] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001008 10.0.0.27 - - [2026-01-19 02:33:20] "POST /neutron/port HTTP/1.1" 200 1171 0.368161 10.0.0.23 - - [2026-01-19 02:33:21] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.27 - - [2026-01-19 02:33:21] "POST /neutron/port HTTP/1.1" 200 1225 0.145253 10.0.0.27 - - [2026-01-19 02:33:21] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.118804 10.0.0.27 - - [2026-01-19 02:33:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003851 10.0.0.27 - - [2026-01-19 02:33:21] "POST /neutron/port HTTP/1.1" 200 117 0.001687 10.0.0.27 - - [2026-01-19 02:33:21] "POST /neutron/network HTTP/1.1" 200 1196 0.010343 10.0.0.27 - - [2026-01-19 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.001317 10.0.0.27 - - [2026-01-19 02:33:21] "POST /neutron/port HTTP/1.1" 200 1235 0.021402 10.0.0.27 - - [2026-01-19 02:33:21] "POST /neutron/network HTTP/1.1" 200 1120 0.007024 10.0.0.27 - - [2026-01-19 02:33:22] "POST /neutron/port HTTP/1.1" 200 1171 0.024116 10.0.0.23 - - [2026-01-19 02:33:22] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000996 10.0.0.27 - - [2026-01-19 02:33:22] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.067610 10.0.0.27 - - [2026-01-19 02:33:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003896 10.0.0.27 - - [2026-01-19 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012869 10.0.0.27 - - [2026-01-19 02:33:22] "POST /neutron/network HTTP/1.1" 200 1110 0.009094 10.0.0.27 - - [2026-01-19 02:33:22] "POST /neutron/port HTTP/1.1" 200 117 0.006131 10.0.0.27 - - [2026-01-19 02:33:22] "POST /neutron/port HTTP/1.1" 200 1235 0.018153 10.0.0.27 - - [2026-01-19 02:33:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008395 10.0.0.23 - - [2026-01-19 02:33:23] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-01-19 02:33:23] "POST /neutron/port HTTP/1.1" 200 1174 0.355539 10.0.0.27 - - [2026-01-19 02:33:23] "POST /neutron/port HTTP/1.1" 200 1174 0.027886 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 200 1299 0.043501 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 200 1299 0.005189 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine-interface/c3305dbe-496a-4c65-9e6c-3db82e6b379b HTTP/1.1" 200 3169 0.005248 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 200 1299 0.003442 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine-interface/c3305dbe-496a-4c65-9e6c-3db82e6b379b HTTP/1.1" 200 3169 0.007962 10.0.0.27 - - [2026-01-19 02:33:23] "GET /instance-ip/363d9bcf-60c6-4725-8747-b4609f852818 HTTP/1.1" 200 1651 0.005312 10.0.0.27 - - [2026-01-19 02:33:23] "GET /instance-ip/69076c3c-1896-487a-acdf-5f49eee62534 HTTP/1.1" 200 1632 0.014966 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 200 1299 0.004963 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-machine-interface/c3305dbe-496a-4c65-9e6c-3db82e6b379b HTTP/1.1" 200 3169 0.006667 10.0.0.27 - - [2026-01-19 02:33:23] "GET /instance-ip/363d9bcf-60c6-4725-8747-b4609f852818 HTTP/1.1" 200 1651 0.004736 10.0.0.27 - - [2026-01-19 02:33:23] "GET /instance-ip/69076c3c-1896-487a-acdf-5f49eee62534 HTTP/1.1" 200 1632 0.004629 10.0.0.27 - - [2026-01-19 02:33:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005158 10.0.0.27 - - [2026-01-19 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.27 - - [2026-01-19 02:33:23] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004283 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002700 10.0.0.27 - - [2026-01-19 02:33:23] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005682 10.0.0.27 - - [2026-01-19 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006030 10.0.0.27 - - [2026-01-19 02:33:23] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004416 10.0.0.27 - - [2026-01-19 02:33:23] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003224 10.0.0.27 - - [2026-01-19 02:33:24] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006211 10.0.0.27 - - [2026-01-19 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2026-01-19 02:33:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003832 10.0.0.27 - - [2026-01-19 02:33:24] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003184 10.0.0.27 - - [2026-01-19 02:33:24] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005508 10.0.0.27 - - [2026-01-19 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006733 10.0.0.27 - - [2026-01-19 02:33:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007770 10.0.0.27 - - [2026-01-19 02:33:24] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003277 10.0.0.27 - - [2026-01-19 02:33:24] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005627 10.0.0.27 - - [2026-01-19 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2026-01-19 02:33:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004345 10.0.0.27 - - [2026-01-19 02:33:24] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003292 10.0.0.27 - - [2026-01-19 02:33:24] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006188 10.0.0.27 - - [2026-01-19 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2026-01-19 02:33:27] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005536 10.0.0.27 - - [2026-01-19 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005452 10.0.0.27 - - [2026-01-19 02:33:31] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005943 10.0.0.27 - - [2026-01-19 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.27 - - [2026-01-19 02:33:35] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005652 10.0.0.27 - - [2026-01-19 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2026-01-19 02:33:39] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005333 10.0.0.27 - - [2026-01-19 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.27 - - [2026-01-19 02:33:43] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006789 10.0.0.27 - - [2026-01-19 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2026-01-19 02:33:48] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006271 10.0.0.27 - - [2026-01-19 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.27 - - [2026-01-19 02:33:52] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005816 10.0.0.27 - - [2026-01-19 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-01-19 02:33:56] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006678 10.0.0.27 - - [2026-01-19 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.27 - - [2026-01-19 02:34:00] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005767 10.0.0.27 - - [2026-01-19 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2026-01-19 02:34:04] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005349 10.0.0.27 - - [2026-01-19 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2026-01-19 02:34:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004301 10.0.0.27 - - [2026-01-19 02:34:06] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003258 10.0.0.27 - - [2026-01-19 02:34:06] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006565 10.0.0.27 - - [2026-01-19 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2026-01-19 02:34:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004025 10.0.0.27 - - [2026-01-19 02:34:06] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003066 10.0.0.27 - - [2026-01-19 02:34:06] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006758 10.0.0.27 - - [2026-01-19 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.27 - - [2026-01-19 02:34:06] "GET /routing-instance/6978cdb6-b8a5-4c2e-bb1e-2ae3fa4c19fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004870 10.0.0.27 - - [2026-01-19 02:34:06] "GET /route-target/5a63e85a-d9ce-4c73-91b3-6d784f037eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003642 10.0.0.27 - - [2026-01-19 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.27 - - [2026-01-19 02:34:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003606 10.0.0.27 - - [2026-01-19 02:34:06] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002680 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006723 10.0.0.27 - - [2026-01-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.27 - - [2026-01-19 02:34:07] "GET /routing-instance/6978cdb6-b8a5-4c2e-bb1e-2ae3fa4c19fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005526 10.0.0.27 - - [2026-01-19 02:34:07] "GET /route-target/5a63e85a-d9ce-4c73-91b3-6d784f037eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004653 10.0.0.27 - - [2026-01-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2026-01-19 02:34:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004222 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003562 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006782 10.0.0.27 - - [2026-01-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.27 - - [2026-01-19 02:34:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003701 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002671 10.0.0.27 - - [2026-01-19 02:34:07] "POST /neutron/port HTTP/1.1" 200 1235 0.023630 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006597 10.0.0.27 - - [2026-01-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2026-01-19 02:34:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005295 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003554 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006007 10.0.0.27 - - [2026-01-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.27 - - [2026-01-19 02:34:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005152 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004942 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006646 10.0.0.27 - - [2026-01-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.27 - - [2026-01-19 02:34:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005022 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004397 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.008933 10.0.0.27 - - [2026-01-19 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.27 - - [2026-01-19 02:34:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004686 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003375 10.0.0.27 - - [2026-01-19 02:34:07] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005978 10.0.0.23 - - [2026-01-19 02:34:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004648 10.0.0.27 - - [2026-01-19 02:34:07] "GET /obj-perms HTTP/1.1" 200 5042 0.003541 10.0.0.27 - - [2026-01-19 02:34:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004593 10.0.0.50 - - [2026-01-19 02:34:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004165 10.0.0.27 - - [2026-01-19 02:34:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004115 10.0.0.23 - - [2026-01-19 02:34:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004206 10.0.0.27 - - [2026-01-19 02:34:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007189 10.0.0.27 - - [2026-01-19 02:34:08] "POST /neutron/port HTTP/1.1" 200 1235 0.024643 10.0.0.27 - - [2026-01-19 02:34:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008107 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 200 1299 0.006582 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 200 1299 0.004422 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-machine-interface/4dd6756d-b912-4c5d-8d45-7087207c939b HTTP/1.1" 200 3168 0.006667 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 200 1299 0.004253 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-machine-interface/4dd6756d-b912-4c5d-8d45-7087207c939b HTTP/1.1" 200 3168 0.006954 10.0.0.27 - - [2026-01-19 02:34:08] "GET /instance-ip/2474ddaf-3c8e-4fa1-99d2-214fa46f808c HTTP/1.1" 200 1632 0.012764 10.0.0.27 - - [2026-01-19 02:34:08] "GET /instance-ip/285e5d71-1497-4dc8-9278-455e1ece0cbb HTTP/1.1" 200 1652 0.007223 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 200 1299 0.004656 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-machine-interface/4dd6756d-b912-4c5d-8d45-7087207c939b HTTP/1.1" 200 3168 0.005454 10.0.0.27 - - [2026-01-19 02:34:08] "GET /instance-ip/2474ddaf-3c8e-4fa1-99d2-214fa46f808c HTTP/1.1" 200 1632 0.005031 10.0.0.27 - - [2026-01-19 02:34:08] "GET /instance-ip/285e5d71-1497-4dc8-9278-455e1ece0cbb HTTP/1.1" 200 1652 0.004197 10.0.0.27 - - [2026-01-19 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.27 - - [2026-01-19 02:34:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004176 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003803 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006747 10.0.0.27 - - [2026-01-19 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2026-01-19 02:34:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004316 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003390 10.0.0.27 - - [2026-01-19 02:34:08] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006100 10.0.0.27 - - [2026-01-19 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2026-01-19 02:34:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004642 10.0.0.27 - - [2026-01-19 02:34:09] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004230 10.0.0.27 - - [2026-01-19 02:34:09] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005868 10.0.0.27 - - [2026-01-19 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.27 - - [2026-01-19 02:34:09] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004287 10.0.0.27 - - [2026-01-19 02:34:09] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003062 10.0.0.27 - - [2026-01-19 02:34:09] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006703 10.0.0.27 - - [2026-01-19 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2026-01-19 02:34:09] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007136 10.0.0.27 - - [2026-01-19 02:34:09] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004431 10.0.0.27 - - [2026-01-19 02:34:09] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005864 10.0.0.27 - - [2026-01-19 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.27 - - [2026-01-19 02:34:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005103 10.0.0.27 - - [2026-01-19 02:34:10] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004037 10.0.0.27 - - [2026-01-19 02:34:10] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005599 10.0.0.27 - - [2026-01-19 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.27 - - [2026-01-19 02:34:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003956 10.0.0.27 - - [2026-01-19 02:34:10] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003974 10.0.0.27 - - [2026-01-19 02:34:10] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007959 10.0.0.27 - - [2026-01-19 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.27 - - [2026-01-19 02:34:10] "GET /routing-instance/a60fede6-d461-429f-8b0b-5329ba33b561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004516 10.0.0.27 - - [2026-01-19 02:34:10] "GET /route-target/56d702a6-8c12-4bd3-97cc-6927bad68c5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004290 10.0.0.27 - - [2026-01-19 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.27 - - [2026-01-19 02:34:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004433 10.0.0.27 - - [2026-01-19 02:34:10] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003269 10.0.0.27 - - [2026-01-19 02:34:10] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006103 10.0.0.27 - - [2026-01-19 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2026-01-19 02:34:11] "GET /routing-instance/a60fede6-d461-429f-8b0b-5329ba33b561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004445 10.0.0.27 - - [2026-01-19 02:34:11] "GET /route-target/56d702a6-8c12-4bd3-97cc-6927bad68c5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003911 10.0.0.27 - - [2026-01-19 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2026-01-19 02:34:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003934 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003275 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005814 10.0.0.27 - - [2026-01-19 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2026-01-19 02:34:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004158 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003807 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005725 10.0.0.27 - - [2026-01-19 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2026-01-19 02:34:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004339 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003488 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.009058 10.0.0.27 - - [2026-01-19 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.27 - - [2026-01-19 02:34:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003757 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006699 10.0.0.27 - - [2026-01-19 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.27 - - [2026-01-19 02:34:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004775 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003747 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006216 10.0.0.27 - - [2026-01-19 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2026-01-19 02:34:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004236 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005208 10.0.0.27 - - [2026-01-19 02:34:11] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006094 10.0.0.27 - - [2026-01-19 02:34:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003790 10.0.0.23 - - [2026-01-19 02:34:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003624 10.0.0.27 - - [2026-01-19 02:34:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003458 10.0.0.50 - - [2026-01-19 02:34:11] "GET /obj-perms HTTP/1.1" 200 5042 0.003912 10.0.0.27 - - [2026-01-19 02:34:12] "POST /neutron/port HTTP/1.1" 200 1238 0.018915 10.0.0.27 - - [2026-01-19 02:34:12] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008297 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 200 1298 0.005744 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 200 1298 0.004072 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-machine-interface/23a9c907-5bcf-4159-b5cf-300ff7a425f1 HTTP/1.1" 200 3168 0.006220 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 200 1298 0.004301 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-machine-interface/23a9c907-5bcf-4159-b5cf-300ff7a425f1 HTTP/1.1" 200 3168 0.006965 10.0.0.27 - - [2026-01-19 02:34:12] "GET /instance-ip/91cf06f1-c938-4014-b058-e5666e6118b2 HTTP/1.1" 200 1635 0.007044 10.0.0.27 - - [2026-01-19 02:34:12] "GET /instance-ip/936f96eb-ed9a-4bbf-8f2e-ebf691decfd0 HTTP/1.1" 200 1654 0.006751 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 200 1298 0.003577 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-machine-interface/23a9c907-5bcf-4159-b5cf-300ff7a425f1 HTTP/1.1" 200 3168 0.006634 10.0.0.27 - - [2026-01-19 02:34:12] "GET /instance-ip/91cf06f1-c938-4014-b058-e5666e6118b2 HTTP/1.1" 200 1635 0.005423 10.0.0.27 - - [2026-01-19 02:34:12] "GET /instance-ip/936f96eb-ed9a-4bbf-8f2e-ebf691decfd0 HTTP/1.1" 200 1654 0.004084 10.0.0.27 - - [2026-01-19 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-01-19 02:34:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003988 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003078 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006183 10.0.0.27 - - [2026-01-19 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2026-01-19 02:34:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003880 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002934 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006075 10.0.0.27 - - [2026-01-19 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.27 - - [2026-01-19 02:34:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004845 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002983 10.0.0.27 - - [2026-01-19 02:34:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005859 10.0.0.27 - - [2026-01-19 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.27 - - [2026-01-19 02:34:13] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004335 10.0.0.27 - - [2026-01-19 02:34:13] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003256 10.0.0.27 - - [2026-01-19 02:34:13] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006701 10.0.0.27 - - [2026-01-19 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2026-01-19 02:34:13] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005055 10.0.0.27 - - [2026-01-19 02:34:13] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003945 10.0.0.27 - - [2026-01-19 02:34:13] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005320 10.0.0.27 - - [2026-01-19 02:34:16] "POST /neutron/port HTTP/1.1" 200 1235 0.017785 10.0.0.27 - - [2026-01-19 02:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-01-19 02:34:16] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006096 10.0.0.27 - - [2026-01-19 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.27 - - [2026-01-19 02:34:20] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006327 10.0.0.27 - - [2026-01-19 02:34:23] "POST /neutron/port HTTP/1.1" 200 1235 0.019241 10.0.0.27 - - [2026-01-19 02:34:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004167 10.0.0.27 - - [2026-01-19 02:34:23] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.27 - - [2026-01-19 02:34:24] "POST /neutron/port HTTP/1.1" 200 1235 0.019667 10.0.0.27 - - [2026-01-19 02:34:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003865 10.0.0.27 - - [2026-01-19 02:34:24] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.27 - - [2026-01-19 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2026-01-19 02:34:24] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006258 10.0.0.27 - - [2026-01-19 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.27 - - [2026-01-19 02:34:28] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005926 10.0.0.27 - - [2026-01-19 02:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.27 - - [2026-01-19 02:34:32] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005782 10.0.0.50 - - [2026-01-19 02:34:34] "GET /obj-perms HTTP/1.1" 200 5056 0.063262 10.0.0.27 - - [2026-01-19 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.27 - - [2026-01-19 02:34:36] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005506 10.0.0.27 - - [2026-01-19 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.27 - - [2026-01-19 02:34:40] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005707 10.0.0.27 - - [2026-01-19 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.27 - - [2026-01-19 02:34:45] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006239 10.0.0.27 - - [2026-01-19 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2026-01-19 02:34:49] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005881 10.0.0.27 - - [2026-01-19 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2026-01-19 02:34:53] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.010023 10.0.0.27 - - [2026-01-19 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.27 - - [2026-01-19 02:34:57] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006004 10.0.0.27 - - [2026-01-19 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.27 - - [2026-01-19 02:35:01] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005464 10.0.0.27 - - [2026-01-19 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.27 - - [2026-01-19 02:35:05] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006861 10.0.0.27 - - [2026-01-19 02:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2026-01-19 02:35:09] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005959 10.0.0.27 - - [2026-01-19 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.27 - - [2026-01-19 02:35:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004569 10.0.0.27 - - [2026-01-19 02:35:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003813 10.0.0.27 - - [2026-01-19 02:35:11] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006181 10.0.0.27 - - [2026-01-19 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2026-01-19 02:35:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003747 10.0.0.27 - - [2026-01-19 02:35:11] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003356 10.0.0.27 - - [2026-01-19 02:35:11] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007687 10.0.0.27 - - [2026-01-19 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2026-01-19 02:35:12] "GET /routing-instance/09d7d559-616d-441a-bed4-617eb4aee4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.006553 10.0.0.27 - - [2026-01-19 02:35:12] "GET /route-target/5327520e-48f1-4157-bc0e-12679497d2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004194 10.0.0.27 - - [2026-01-19 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2026-01-19 02:35:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005416 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004587 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009791 10.0.0.27 - - [2026-01-19 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2026-01-19 02:35:12] "GET /routing-instance/09d7d559-616d-441a-bed4-617eb4aee4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005057 10.0.0.27 - - [2026-01-19 02:35:12] "GET /route-target/5327520e-48f1-4157-bc0e-12679497d2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004146 10.0.0.27 - - [2026-01-19 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-01-19 02:35:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004715 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004401 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006334 10.0.0.27 - - [2026-01-19 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.27 - - [2026-01-19 02:35:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005087 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003477 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006292 10.0.0.27 - - [2026-01-19 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2026-01-19 02:35:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004865 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003780 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005978 10.0.0.27 - - [2026-01-19 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2026-01-19 02:35:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004823 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003682 10.0.0.27 - - [2026-01-19 02:35:12] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005978 10.0.0.23 - - [2026-01-19 02:35:12] "GET /obj-perms HTTP/1.1" 200 5042 0.004186 10.0.0.27 - - [2026-01-19 02:35:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003895 10.0.0.27 - - [2026-01-19 02:35:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003994 10.0.0.27 - - [2026-01-19 02:35:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004421 10.0.0.50 - - [2026-01-19 02:35:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004166 10.0.0.23 - - [2026-01-19 02:35:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003659 10.0.0.27 - - [2026-01-19 02:35:13] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 200 1299 0.004039 10.0.0.27 - - [2026-01-19 02:35:13] "GET /virtual-machine-interface/c3305dbe-496a-4c65-9e6c-3db82e6b379b HTTP/1.1" 200 3169 0.005332 10.0.0.27 - - [2026-01-19 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2026-01-19 02:35:13] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004076 10.0.0.27 - - [2026-01-19 02:35:13] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003455 10.0.0.27 - - [2026-01-19 02:35:13] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005815 10.0.0.27 - - [2026-01-19 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.27 - - [2026-01-19 02:35:14] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003558 10.0.0.27 - - [2026-01-19 02:35:14] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003110 10.0.0.27 - - [2026-01-19 02:35:14] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.005943 10.0.0.27 - - [2026-01-19 02:35:14] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 200 1299 0.004077 10.0.0.27 - - [2026-01-19 02:35:14] "GET /virtual-machine-interface/4dd6756d-b912-4c5d-8d45-7087207c939b HTTP/1.1" 200 3168 0.005899 10.0.0.27 - - [2026-01-19 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.27 - - [2026-01-19 02:35:14] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005561 10.0.0.27 - - [2026-01-19 02:35:14] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003499 10.0.0.27 - - [2026-01-19 02:35:14] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006032 10.0.0.27 - - [2026-01-19 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.27 - - [2026-01-19 02:35:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004021 10.0.0.27 - - [2026-01-19 02:35:15] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003325 10.0.0.27 - - [2026-01-19 02:35:15] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006708 10.0.0.27 - - [2026-01-19 02:35:15] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 200 1298 0.005171 10.0.0.27 - - [2026-01-19 02:35:16] "GET /virtual-machine-interface/23a9c907-5bcf-4159-b5cf-300ff7a425f1 HTTP/1.1" 200 3168 0.013040 10.0.0.27 - - [2026-01-19 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.27 - - [2026-01-19 02:35:16] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003673 10.0.0.27 - - [2026-01-19 02:35:16] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003877 10.0.0.27 - - [2026-01-19 02:35:16] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007426 10.0.0.27 - - [2026-01-19 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2026-01-19 02:35:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004075 10.0.0.27 - - [2026-01-19 02:35:17] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003450 10.0.0.27 - - [2026-01-19 02:35:17] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007484 10.0.0.27 - - [2026-01-19 02:35:17] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008436 10.0.0.27 - - [2026-01-19 02:35:24] "POST /neutron/port HTTP/1.1" 200 1235 0.018057 10.0.0.27 - - [2026-01-19 02:35:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 10.0.0.27 - - [2026-01-19 02:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.002311 10.0.0.27 - - [2026-01-19 02:35:25] "POST /neutron/port HTTP/1.1" 200 1238 0.041661 10.0.0.27 - - [2026-01-19 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004206 10.0.0.27 - - [2026-01-19 02:35:25] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.27 - - [2026-01-19 02:35:27] "POST /neutron/port HTTP/1.1" 200 1238 0.019719 10.0.0.27 - - [2026-01-19 02:35:32] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007716 10.0.0.27 - - [2026-01-19 02:35:43] "POST /neutron/port HTTP/1.1" 200 1238 0.019461 10.0.0.27 - - [2026-01-19 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007812 10.0.0.27 - - [2026-01-19 02:35:53] "POST /neutron/port HTTP/1.1" 200 1238 0.018834 10.0.0.27 - - [2026-01-19 02:36:24] "POST /neutron/port HTTP/1.1" 200 1235 0.045949 10.0.0.27 - - [2026-01-19 02:36:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.27 - - [2026-01-19 02:36:24] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.27 - - [2026-01-19 02:36:26] "POST /neutron/port HTTP/1.1" 200 1235 0.027398 10.0.0.27 - - [2026-01-19 02:36:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.27 - - [2026-01-19 02:36:26] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.27 - - [2026-01-19 02:36:36] "GET /obj-perms HTTP/1.1" 200 5056 0.047857 10.0.0.27 - - [2026-01-19 02:36:41] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 200 1298 0.005153 10.0.0.27 - - [2026-01-19 02:36:42] "POST /neutron/port HTTP/1.1" 200 1228 0.015635 10.0.0.27 - - [2026-01-19 02:36:43] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 404 171 0.003383 10.0.0.27 - - [2026-01-19 02:36:43] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 404 171 0.002717 10.0.0.27 - - [2026-01-19 02:36:43] "GET /virtual-machine/65274d5b-51cb-4ae3-bb83-16e5039ef603 HTTP/1.1" 404 171 0.002647 10.0.0.27 - - [2026-01-19 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-01-19 02:36:43] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004687 10.0.0.27 - - [2026-01-19 02:36:43] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003100 10.0.0.27 - - [2026-01-19 02:36:43] "GET /virtual-network/87bee428-c6d9-4d58-8430-644570c26ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007199 10.0.0.27 - - [2026-01-19 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2026-01-19 02:36:43] "GET /routing-instance/09d7d559-616d-441a-bed4-617eb4aee4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004995 10.0.0.27 - - [2026-01-19 02:36:43] "GET /route-target/5327520e-48f1-4157-bc0e-12679497d2f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004093 10.0.0.50 - - [2026-01-19 02:36:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003724 10.0.0.27 - - [2026-01-19 02:36:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004447 10.0.0.50 - - [2026-01-19 02:36:56] "GET /obj-perms HTTP/1.1" 200 5042 0.004211 10.0.0.27 - - [2026-01-19 02:36:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004539 10.0.0.27 - - [2026-01-19 02:37:02] "GET /obj-perms HTTP/1.1" 200 5042 0.005008 10.0.0.50 - - [2026-01-19 02:37:02] "GET /obj-perms HTTP/1.1" 200 5042 0.004238 10.0.0.27 - - [2026-01-19 02:37:02] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 200 1299 0.004789 10.0.0.27 - - [2026-01-19 02:37:03] "POST /neutron/port HTTP/1.1" 200 1225 0.028078 10.0.0.27 - - [2026-01-19 02:37:04] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 404 171 0.003401 10.0.0.27 - - [2026-01-19 02:37:04] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 404 171 0.002811 10.0.0.27 - - [2026-01-19 02:37:04] "GET /virtual-machine/c52c4477-86ad-435c-9dfa-73846f7b4d2a HTTP/1.1" 404 171 0.002927 10.0.0.27 - - [2026-01-19 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2026-01-19 02:37:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005019 10.0.0.27 - - [2026-01-19 02:37:04] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003637 10.0.0.27 - - [2026-01-19 02:37:04] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006689 10.0.0.27 - - [2026-01-19 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2026-01-19 02:37:04] "GET /routing-instance/a60fede6-d461-429f-8b0b-5329ba33b561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004780 10.0.0.27 - - [2026-01-19 02:37:04] "GET /route-target/56d702a6-8c12-4bd3-97cc-6927bad68c5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003849 10.0.0.27 - - [2026-01-19 02:37:11] "GET /obj-perms HTTP/1.1" 200 5042 0.004614 10.0.0.50 - - [2026-01-19 02:37:11] "GET /obj-perms HTTP/1.1" 200 5042 0.005073 10.0.0.27 - - [2026-01-19 02:37:20] "GET /obj-perms HTTP/1.1" 200 5042 0.004120 10.0.0.50 - - [2026-01-19 02:37:20] "GET /obj-perms HTTP/1.1" 200 5042 0.004850 10.0.0.50 - - [2026-01-19 02:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.50 - - [2026-01-19 02:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-01-19 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2026-01-19 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-01-19 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.50 - - [2026-01-19 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2026-01-19 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.27 - - [2026-01-19 02:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2026-01-19 02:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-01-19 02:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001055 10.0.0.27 - - [2026-01-19 02:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.27 - - [2026-01-19 02:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-01-19 02:37:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004230 10.0.0.50 - - [2026-01-19 02:37:29] "GET /obj-perms HTTP/1.1" 200 5042 0.003933 10.0.0.27 - - [2026-01-19 02:37:32] "GET /obj-perms HTTP/1.1" 200 5042 0.003910 10.0.0.23 - - [2026-01-19 02:37:32] "GET /obj-perms HTTP/1.1" 200 5042 0.004335 10.0.0.27 - - [2026-01-19 02:37:32] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 200 1299 0.005020 10.0.0.27 - - [2026-01-19 02:37:33] "POST /neutron/port HTTP/1.1" 200 1225 0.020663 10.0.0.27 - - [2026-01-19 02:37:34] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 404 171 0.003344 10.0.0.27 - - [2026-01-19 02:37:34] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 404 171 0.002923 10.0.0.27 - - [2026-01-19 02:37:34] "GET /virtual-machine/cd369f63-1803-496a-9582-959c66088926 HTTP/1.1" 404 171 0.003082 10.0.0.27 - - [2026-01-19 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2026-01-19 02:37:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004466 10.0.0.27 - - [2026-01-19 02:37:35] "GET /virtual-networks?parent_id=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004232 10.0.0.27 - - [2026-01-19 02:37:35] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006276 10.0.0.27 - - [2026-01-19 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006467 10.0.0.27 - - [2026-01-19 02:37:35] "GET /routing-instance/6978cdb6-b8a5-4c2e-bb1e-2ae3fa4c19fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.007141 10.0.0.27 - - [2026-01-19 02:37:35] "GET /route-target/5a63e85a-d9ce-4c73-91b3-6d784f037eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005239 10.0.0.50 - - [2026-01-19 02:37:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004690 10.0.0.27 - - [2026-01-19 02:37:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004029 10.0.0.50 - - [2026-01-19 02:37:41] "GET /obj-perms HTTP/1.1" 200 5042 0.005898 10.0.0.27 - - [2026-01-19 02:37:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004345 10.0.0.50 - - [2026-01-19 02:37:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004085 10.0.0.27 - - [2026-01-19 02:37:59] "GET /obj-perms HTTP/1.1" 200 5042 0.003887 10.0.0.50 - - [2026-01-19 02:37:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004256 10.0.0.27 - - [2026-01-19 02:38:02] "GET /obj-perms HTTP/1.1" 200 5042 0.005079 10.0.0.27 - - [2026-01-19 02:38:03] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006448 10.0.0.27 - - [2026-01-19 02:38:03] "POST /neutron/network HTTP/1.1" 200 1012 0.087515 10.0.0.27 - - [2026-01-19 02:38:03] "DELETE /access-control-list/c001f6c0-3ec8-44de-ae87-c750b1cc7057 HTTP/1.1" 200 115 0.090501 10.0.0.27 - - [2026-01-19 02:38:03] "GET /virtual-network/7ec8e29e-2594-42de-b8a1-f9712e486fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.016700 10.0.0.27 - - [2026-01-19 02:38:03] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3240 0.006570 10.0.0.27 - - [2026-01-19 02:38:03] "POST /neutron/network HTTP/1.1" 200 1012 0.081579 10.0.0.27 - - [2026-01-19 02:38:03] "GET /virtual-network/3a305b7b-b762-427a-a913-d179b71a422b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006796 10.0.0.27 - - [2026-01-19 02:38:03] "DELETE /network-policy/25545d67-0a8c-448b-9b7f-7406cb375bda HTTP/1.1" 200 115 0.047767 10.0.0.27 - - [2026-01-19 02:38:03] "DELETE /network-policy/8903fe45-a04b-477e-8ea3-1e1fa36c31d5 HTTP/1.1" 200 115 0.045725 10.0.0.27 - - [2026-01-19 02:38:03] "DELETE /network-policy/5232bc8d-4c9e-433c-9365-293d7fa57af0 HTTP/1.1" 200 115 0.044671 10.0.0.23 - - [2026-01-19 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.078611 10.0.0.27 - - [2026-01-19 02:38:04] "POST /ref-update HTTP/1.1" 200 156 0.031127 10.0.0.23 - - [2026-01-19 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007700 10.0.0.23 - - [2026-01-19 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007467 10.0.0.23 - - [2026-01-19 02:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002423 10.0.0.27 - - [2026-01-19 02:38:04] "POST /neutron/network HTTP/1.1" 200 151 0.258841 10.0.0.27 - - [2026-01-19 02:38:04] "DELETE /route-target/5327520e-48f1-4157-bc0e-12679497d2f9 HTTP/1.1" 200 115 0.029768 10.0.0.27 - - [2026-01-19 02:38:04] "POST /neutron/network HTTP/1.1" 200 1012 0.009512 10.0.0.27 - - [2026-01-19 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2026-01-19 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.27 - - [2026-01-19 02:38:05] "DELETE /network-ipam/6fbb4eae-c7a6-401d-b1ec-3dae50dd7491 HTTP/1.1" 200 115 0.046568 10.0.0.27 - - [2026-01-19 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 203 0.003751 10.0.0.27 - - [2026-01-19 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2026-01-19 02:38:05] "DELETE /network-ipam/8d03e809-c685-4120-b1e7-a3a49e07ecaf HTTP/1.1" 200 115 0.033792 10.0.0.27 - - [2026-01-19 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 203 0.003054 10.0.0.27 - - [2026-01-19 02:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.27 - - [2026-01-19 02:38:05] "DELETE /network-ipam/3f957f3d-ad1a-4df2-8583-b8a703332364 HTTP/1.1" 200 115 0.036359 10.0.0.27 - - [2026-01-19 02:38:05] "POST /fqname-to-id HTTP/1.1" 404 203 0.004460 10.0.0.23 - - [2026-01-19 02:38:08] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001224 10.0.0.27 - - [2026-01-19 02:38:08] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.071592 10.0.0.23 - - [2026-01-19 02:38:08] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001254 10.0.0.27 - - [2026-01-19 02:38:08] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?fields=virtual_networks HTTP/1.1" 200 1044 0.046407 10.0.0.23 - - [2026-01-19 02:38:08] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001106 10.0.0.27 - - [2026-01-19 02:38:08] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.049520 10.0.0.23 - - [2026-01-19 02:38:08] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001005 10.0.0.27 - - [2026-01-19 02:38:08] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?fields=security_groups HTTP/1.1" 200 1276 0.050592 10.0.0.27 - - [2026-01-19 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.027666 10.0.0.23 - - [2026-01-19 02:38:09] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003189 10.0.0.23 - - [2026-01-19 02:38:09] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.23 - - [2026-01-19 02:38:09] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043309 10.0.0.23 - - [2026-01-19 02:38:09] "POST /id-to-fqname HTTP/1.1" 200 192 0.004693 10.0.0.23 - - [2026-01-19 02:38:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.004780 10.0.0.23 - - [2026-01-19 02:38:09] "POST /security-groups HTTP/1.1" 200 593 0.077798 10.0.0.23 - - [2026-01-19 02:38:09] "POST /projects HTTP/1.1" 200 589 0.291200 10.0.0.27 - - [2026-01-19 02:38:09] "POST /access-control-lists HTTP/1.1" 200 598 0.034834 10.0.0.23 - - [2026-01-19 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.360590 10.0.0.27 - - [2026-01-19 02:38:09] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.532176 10.0.0.27 - - [2026-01-19 02:38:10] "GET / HTTP/1.1" 200 35931 0.002851 10.0.0.27 - - [2026-01-19 02:38:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-01-19 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.051762 10.0.0.23 - - [2026-01-19 02:38:12] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001120 10.0.0.27 - - [2026-01-19 02:38:12] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042094 10.0.0.23 - - [2026-01-19 02:38:13] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001141 10.0.0.27 - - [2026-01-19 02:38:13] "POST /neutron/network HTTP/1.1" 200 607 0.148627 10.0.0.27 - - [2026-01-19 02:38:13] "POST /route-targets HTTP/1.1" 200 327 0.012852 10.0.0.27 - - [2026-01-19 02:38:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.003479 10.0.0.27 - - [2026-01-19 02:38:13] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005190 10.0.0.27 - - [2026-01-19 02:38:13] "POST /neutron/network HTTP/1.1" 200 827 0.007346 10.0.0.27 - - [2026-01-19 02:38:13] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005321 10.0.0.27 - - [2026-01-19 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.23 - - [2026-01-19 02:38:13] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001241 10.0.0.27 - - [2026-01-19 02:38:13] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049271 10.0.0.27 - - [2026-01-19 02:38:13] "POST /neutron/network HTTP/1.1" 200 117 0.013389 10.0.0.27 - - [2026-01-19 02:38:13] "POST /ref-update HTTP/1.1" 200 156 0.029532 10.0.0.27 - - [2026-01-19 02:38:14] "POST /neutron/network HTTP/1.1" 200 828 0.008401 10.0.0.27 - - [2026-01-19 02:38:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001008 10.0.0.27 - - [2026-01-19 02:38:14] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005275 10.0.0.27 - - [2026-01-19 02:38:14] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006663 10.0.0.27 - - [2026-01-19 02:38:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.010895 10.0.0.27 - - [2026-01-19 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.002788 10.0.0.27 - - [2026-01-19 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.23 - - [2026-01-19 02:38:14] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.27 - - [2026-01-19 02:38:14] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.041015 10.0.0.27 - - [2026-01-19 02:38:14] "POST /network-policys HTTP/1.1" 200 571 0.030200 10.0.0.27 - - [2026-01-19 02:38:14] "GET /network-policy/e04fe1b4-19d9-4eb1-b066-a1842c74efe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.012187 10.0.0.27 - - [2026-01-19 02:38:14] "POST /neutron/network HTTP/1.1" 200 929 0.013699 10.0.0.27 - - [2026-01-19 02:38:14] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005920 10.0.0.27 - - [2026-01-19 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.016962 10.0.0.27 - - [2026-01-19 02:38:14] "GET /network-policy/e04fe1b4-19d9-4eb1-b066-a1842c74efe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004691 10.0.0.27 - - [2026-01-19 02:38:14] "POST /fqname-to-id HTTP/1.1" 404 236 0.007601 10.0.0.27 - - [2026-01-19 02:38:14] "POST /neutron/network HTTP/1.1" 200 930 0.012032 10.0.0.27 - - [2026-01-19 02:38:14] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005772 10.0.0.27 - - [2026-01-19 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006033 10.0.0.27 - - [2026-01-19 02:38:14] "GET /network-policy/e04fe1b4-19d9-4eb1-b066-a1842c74efe3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004589 10.0.0.27 - - [2026-01-19 02:38:14] "PUT /access-control-list/eeea75f6-3ff2-431b-84c5-f6eff67de91e HTTP/1.1" 200 272 0.073154 10.0.0.27 - - [2026-01-19 02:38:15] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006061 10.0.0.50 - - [2026-01-19 02:38:16] "GET /obj-perms HTTP/1.1" 200 5034 0.051461 10.0.0.23 - - [2026-01-19 02:38:16] "GET /obj-perms HTTP/1.1" 200 5034 0.063755 10.0.0.27 - - [2026-01-19 02:38:16] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005571 10.0.0.27 - - [2026-01-19 02:38:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001319 10.0.0.23 - - [2026-01-19 02:38:18] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001357 10.0.0.27 - - [2026-01-19 02:38:18] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.065719 10.0.0.27 - - [2026-01-19 02:38:18] "POST /neutron/port HTTP/1.1" 200 117 0.007026 10.0.0.27 - - [2026-01-19 02:38:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001948 10.0.0.23 - - [2026-01-19 02:38:18] "DELETE /project/fe2efa4f62134b009bc7073c817cbd2e HTTP/1.1" 404 173 0.005862 10.0.0.23 - - [2026-01-19 02:38:18] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001343 10.0.0.23 - - [2026-01-19 02:38:18] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.052967 10.0.0.23 - - [2026-01-19 02:38:18] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001175 10.0.0.23 - - [2026-01-19 02:38:18] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?fields=security_groups HTTP/1.1" 200 1381 0.055392 10.0.0.27 - - [2026-01-19 02:38:18] "POST /neutron/network HTTP/1.1" 200 940 0.019955 10.0.0.23 - - [2026-01-19 02:38:18] "DELETE /security-group/fa3211e6-4219-4f30-b1b2-2aa12c2cb321 HTTP/1.1" 200 115 0.057064 10.0.0.23 - - [2026-01-19 02:38:18] "GET /projects?obj_uuids=1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.23 - - [2026-01-19 02:38:18] "GET /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48?fields=application_policy_sets HTTP/1.1" 200 1420 0.066390 10.0.0.23 - - [2026-01-19 02:38:18] "DELETE /project/1f3275dc-ffa3-46f6-aca8-5f2ec42f3b48 HTTP/1.1" 200 115 0.492815 10.0.0.27 - - [2026-01-19 02:38:19] "POST /neutron/port HTTP/1.1" 200 1063 0.017669 10.0.0.23 - - [2026-01-19 02:38:19] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001356 10.0.0.27 - - [2026-01-19 02:38:19] "POST /neutron/port HTTP/1.1" 200 1127 0.030667 10.0.0.27 - - [2026-01-19 02:38:19] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.089490 10.0.0.27 - - [2026-01-19 02:38:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.017929 10.0.0.27 - - [2026-01-19 02:38:19] "POST /neutron/port HTTP/1.1" 200 1127 0.025053 10.0.0.27 - - [2026-01-19 02:38:19] "POST /neutron/port HTTP/1.1" 200 1127 0.025551 10.0.0.23 - - [2026-01-19 02:38:20] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001271 10.0.0.27 - - [2026-01-19 02:38:20] "PUT /access-control-list/38c91edb-8637-4091-b3ec-58397c8b1bc2 HTTP/1.1" 200 272 0.072202 10.0.0.27 - - [2026-01-19 02:38:20] "POST /neutron/port HTTP/1.1" 200 1064 0.342635 10.0.0.27 - - [2026-01-19 02:38:20] "POST /neutron/port HTTP/1.1" 200 1118 0.107399 10.0.0.27 - - [2026-01-19 02:38:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.011146 10.0.0.27 - - [2026-01-19 02:38:24] "POST /neutron/port HTTP/1.1" 200 1127 0.022223 10.0.0.27 - - [2026-01-19 02:38:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007215 10.0.0.27 - - [2026-01-19 02:38:25] "GET /virtual-machine/87708798-34a1-4fef-a88e-b91b12d6e35e HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2026-01-19 02:38:25] "GET /virtual-machine/87708798-34a1-4fef-a88e-b91b12d6e35e HTTP/1.1" 200 1294 0.037137 10.0.0.27 - - [2026-01-19 02:38:25] "GET /virtual-machine-interface/d21db056-54f9-4275-9a12-91dff1e2a852 HTTP/1.1" 200 2952 0.007608 10.0.0.27 - - [2026-01-19 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.27 - - [2026-01-19 02:38:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003651 10.0.0.27 - - [2026-01-19 02:38:25] "GET /virtual-networks?parent_id=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003975 10.0.0.27 - - [2026-01-19 02:38:25] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010425 10.0.0.27 - - [2026-01-19 02:38:27] "POST /neutron/port HTTP/1.1" 200 1128 0.022222 10.0.0.27 - - [2026-01-19 02:38:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004167 10.0.0.27 - - [2026-01-19 02:38:27] "POST /neutron/network HTTP/1.1" 200 930 0.007144 10.0.0.27 - - [2026-01-19 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-01-19 02:38:28] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004887 10.0.0.27 - - [2026-01-19 02:38:29] "POST /neutron/network HTTP/1.1" 200 939 0.008151 10.0.0.27 - - [2026-01-19 02:38:29] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.27 - - [2026-01-19 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.27 - - [2026-01-19 02:38:32] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005501 10.0.0.27 - - [2026-01-19 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2026-01-19 02:38:36] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006046 10.0.0.27 - - [2026-01-19 02:38:37] "GET /obj-perms HTTP/1.1" 200 5056 0.048024 10.0.0.27 - - [2026-01-19 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2026-01-19 02:38:40] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005121 10.0.0.27 - - [2026-01-19 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.27 - - [2026-01-19 02:38:45] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006103 10.0.0.27 - - [2026-01-19 02:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2026-01-19 02:38:49] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005776 10.0.0.27 - - [2026-01-19 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.27 - - [2026-01-19 02:38:53] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006367 10.0.0.27 - - [2026-01-19 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.27 - - [2026-01-19 02:38:57] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006813 10.0.0.27 - - [2026-01-19 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.014471 10.0.0.27 - - [2026-01-19 02:38:59] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004444 10.0.0.27 - - [2026-01-19 02:38:59] "GET /virtual-networks?parent_id=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.009210 10.0.0.27 - - [2026-01-19 02:38:59] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006227 10.0.0.27 - - [2026-01-19 02:38:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010757 10.0.0.27 - - [2026-01-19 02:39:05] "POST /neutron/port HTTP/1.1" 200 1128 0.038795 10.0.0.27 - - [2026-01-19 02:39:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008025 10.0.0.27 - - [2026-01-19 02:39:15] "POST /neutron/port HTTP/1.1" 200 1127 0.017963 10.0.0.27 - - [2026-01-19 02:39:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009309 10.0.0.27 - - [2026-01-19 02:39:20] "POST /neutron/port HTTP/1.1" 200 1128 0.018095 10.0.0.27 - - [2026-01-19 02:39:20] "GET /virtual-machine/05900dae-a6ff-454e-8559-b198b0643f1c HTTP/1.1" 200 1292 0.006048 10.0.0.27 - - [2026-01-19 02:39:20] "GET /virtual-machine-interface/70aa6c1b-8b21-468c-96dc-aa73e5533d68 HTTP/1.1" 200 2951 0.005750 10.0.0.27 - - [2026-01-19 02:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-01-19 02:39:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004441 10.0.0.27 - - [2026-01-19 02:39:20] "GET /virtual-networks?parent_id=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003379 10.0.0.27 - - [2026-01-19 02:39:20] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006695 10.0.0.27 - - [2026-01-19 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2026-01-19 02:39:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003948 10.0.0.27 - - [2026-01-19 02:39:21] "GET /virtual-networks?parent_id=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003334 10.0.0.27 - - [2026-01-19 02:39:21] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006793 10.0.0.27 - - [2026-01-19 02:39:27] "POST /neutron/port HTTP/1.1" 200 1128 0.035257 10.0.0.27 - - [2026-01-19 02:39:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.009676 10.0.0.27 - - [2026-01-19 02:39:30] "POST /neutron/port HTTP/1.1" 200 1127 0.018568 10.0.0.27 - - [2026-01-19 02:39:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.27 - - [2026-01-19 02:39:30] "POST /neutron/network HTTP/1.1" 200 929 0.006551 10.0.0.27 - - [2026-01-19 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.23 - - [2026-01-19 02:39:42] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001177 10.0.0.27 - - [2026-01-19 02:39:42] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047374 10.0.0.27 - - [2026-01-19 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.27 - - [2026-01-19 02:39:42] "PUT /network-policy/e04fe1b4-19d9-4eb1-b066-a1842c74efe3 HTTP/1.1" 200 262 0.015981 10.0.0.27 - - [2026-01-19 02:39:42] "PUT /access-control-list/38c91edb-8637-4091-b3ec-58397c8b1bc2 HTTP/1.1" 200 272 0.065804 10.0.0.27 - - [2026-01-19 02:39:45] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005836 10.0.0.27 - - [2026-01-19 02:39:45] "POST /neutron/network HTTP/1.1" 200 828 0.024820 10.0.0.27 - - [2026-01-19 02:39:45] "GET /virtual-network/013b39c6-c840-4d7d-a942-51ca3d072938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007580 10.0.0.27 - - [2026-01-19 02:39:45] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007776 10.0.0.27 - - [2026-01-19 02:39:46] "DELETE /access-control-list/eeea75f6-3ff2-431b-84c5-f6eff67de91e HTTP/1.1" 200 115 0.051091 10.0.0.27 - - [2026-01-19 02:39:46] "POST /neutron/network HTTP/1.1" 200 827 0.022867 10.0.0.27 - - [2026-01-19 02:39:46] "GET /virtual-network/58058b6f-a475-4a17-bf0e-6f4e610e387b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006061 10.0.0.27 - - [2026-01-19 02:39:46] "DELETE /network-policy/e04fe1b4-19d9-4eb1-b066-a1842c74efe3 HTTP/1.1" 200 115 0.040287 10.0.0.27 - - [2026-01-19 02:39:46] "POST /neutron/network HTTP/1.1" 400 204 0.013398 10.0.0.27 - - [2026-01-19 02:39:46] "POST /neutron/port HTTP/1.1" 200 1127 0.021377 10.0.0.27 - - [2026-01-19 02:39:48] "POST /neutron/network HTTP/1.1" 200 828 0.007389 10.0.0.23 - - [2026-01-19 02:39:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004356 10.0.0.23 - - [2026-01-19 02:39:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003055 10.0.0.27 - - [2026-01-19 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.27 - - [2026-01-19 02:39:48] "POST /neutron/network HTTP/1.1" 200 151 0.139560 10.0.0.23 - - [2026-01-19 02:39:50] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000940 10.0.0.27 - - [2026-01-19 02:39:50] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044560 10.0.0.23 - - [2026-01-19 02:39:50] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001152 10.0.0.27 - - [2026-01-19 02:39:50] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?fields=virtual_networks HTTP/1.1" 200 1037 0.036870 10.0.0.23 - - [2026-01-19 02:39:50] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001364 10.0.0.27 - - [2026-01-19 02:39:50] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.040750 10.0.0.23 - - [2026-01-19 02:39:50] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000961 10.0.0.27 - - [2026-01-19 02:39:50] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?fields=security_groups HTTP/1.1" 200 1265 0.046444 10.0.0.27 - - [2026-01-19 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.027061 10.0.0.23 - - [2026-01-19 02:39:51] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003145 10.0.0.23 - - [2026-01-19 02:39:51] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.23 - - [2026-01-19 02:39:51] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008094 10.0.0.23 - - [2026-01-19 02:39:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.003315 10.0.0.23 - - [2026-01-19 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.004488 10.0.0.23 - - [2026-01-19 02:39:51] "POST /security-groups HTTP/1.1" 200 603 0.037288 10.0.0.23 - - [2026-01-19 02:39:51] "POST /projects HTTP/1.1" 200 609 0.255199 10.0.0.27 - - [2026-01-19 02:39:51] "POST /access-control-lists HTTP/1.1" 200 608 0.030324 10.0.0.23 - - [2026-01-19 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.328569 10.0.0.27 - - [2026-01-19 02:39:51] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.476708 10.0.0.27 - - [2026-01-19 02:39:52] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.27 - - [2026-01-19 02:39:56] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-01-19 02:39:56] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.27 - - [2026-01-19 02:39:56] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.069382 10.0.0.27 - - [2026-01-19 02:39:57] "GET / HTTP/1.1" 200 35931 0.002145 10.0.0.27 - - [2026-01-19 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.23 - - [2026-01-19 02:39:57] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.27 - - [2026-01-19 02:39:57] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007706 10.0.0.27 - - [2026-01-19 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007808 10.0.0.23 - - [2026-01-19 02:39:57] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.27 - - [2026-01-19 02:39:57] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046711 10.0.0.27 - - [2026-01-19 02:39:58] "GET /domains HTTP/1.1" 401 292 0.000572 10.0.0.27 - - [2026-01-19 02:39:59] "GET /domains HTTP/1.1" 200 280 0.034542 10.0.0.23 - - [2026-01-19 02:39:59] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.27 - - [2026-01-19 02:39:59] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7 HTTP/1.1" 200 2968 0.011659 10.0.0.23 - - [2026-01-19 02:39:59] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.27 - - [2026-01-19 02:39:59] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352 HTTP/1.1" 200 1924 0.115257 10.0.0.27 - - [2026-01-19 02:39:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.008541 10.0.0.27 - - [2026-01-19 02:39:59] "POST /network-ipams HTTP/1.1" 200 621 0.028815 10.0.0.27 - - [2026-01-19 02:39:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.005550 10.0.0.27 - - [2026-01-19 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.27 - - [2026-01-19 02:39:59] "GET /network-ipam/6bdef0a2-fb61-494a-9af0-71bf65e160a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.005963 10.0.0.27 - - [2026-01-19 02:39:59] "PUT /network-ipam/6bdef0a2-fb61-494a-9af0-71bf65e160a2 HTTP/1.1" 200 258 0.023945 10.0.0.27 - - [2026-01-19 02:39:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2026-01-19 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.032959 10.0.0.23 - - [2026-01-19 02:39:59] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001646 10.0.0.27 - - [2026-01-19 02:40:00] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.064270 10.0.0.27 - - [2026-01-19 02:40:00] "POST /route-targets HTTP/1.1" 200 327 0.018402 10.0.0.23 - - [2026-01-19 02:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.014049 10.0.0.27 - - [2026-01-19 02:40:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.283437 10.0.0.50 - - [2026-01-19 02:40:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.050718 10.0.0.27 - - [2026-01-19 02:40:01] "POST /neutron/network HTTP/1.1" 200 1336 0.017910 10.0.0.27 - - [2026-01-19 02:40:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001671 10.0.0.27 - - [2026-01-19 02:40:01] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006095 10.0.0.27 - - [2026-01-19 02:40:01] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005926 10.0.0.27 - - [2026-01-19 02:40:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.010972 10.0.0.27 - - [2026-01-19 02:40:01] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006255 10.0.0.50 - - [2026-01-19 02:40:02] "GET /obj-perms HTTP/1.1" 200 5019 0.051169 10.0.0.23 - - [2026-01-19 02:40:03] "GET /obj-perms HTTP/1.1" 200 5019 0.055991 10.0.0.27 - - [2026-01-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003156 10.0.0.27 - - [2026-01-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.23 - - [2026-01-19 02:40:03] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.27 - - [2026-01-19 02:40:03] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048942 10.0.0.27 - - [2026-01-19 02:40:03] "POST /network-policys HTTP/1.1" 200 563 0.075560 10.0.0.27 - - [2026-01-19 02:40:03] "GET /network-policy/b71f7157-6be7-4f5e-8b88-b6128d079574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006479 10.0.0.27 - - [2026-01-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003587 10.0.0.27 - - [2026-01-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2026-01-19 02:40:03] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.27 - - [2026-01-19 02:40:03] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045421 10.0.0.27 - - [2026-01-19 02:40:03] "POST /network-policys HTTP/1.1" 200 563 0.075890 10.0.0.27 - - [2026-01-19 02:40:03] "GET /network-policy/0297fd71-69e1-4b92-beb9-4a52db764f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.011926 10.0.0.27 - - [2026-01-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003333 10.0.0.27 - - [2026-01-19 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.23 - - [2026-01-19 02:40:04] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.27 - - [2026-01-19 02:40:04] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052001 10.0.0.27 - - [2026-01-19 02:40:04] "POST /network-policys HTTP/1.1" 200 563 0.077464 10.0.0.27 - - [2026-01-19 02:40:04] "GET /network-policy/a62505cf-703f-4dd5-b71c-b6a08356216e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006936 10.0.0.27 - - [2026-01-19 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003282 10.0.0.27 - - [2026-01-19 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2026-01-19 02:40:04] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.27 - - [2026-01-19 02:40:04] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.071536 10.0.0.27 - - [2026-01-19 02:40:04] "POST /network-policys HTTP/1.1" 200 563 0.077886 10.0.0.27 - - [2026-01-19 02:40:04] "GET /network-policy/5da19f51-860b-449a-b75f-a902ea5b5bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006418 10.0.0.27 - - [2026-01-19 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003085 10.0.0.27 - - [2026-01-19 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.23 - - [2026-01-19 02:40:04] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.27 - - [2026-01-19 02:40:04] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043837 10.0.0.27 - - [2026-01-19 02:40:05] "POST /network-policys HTTP/1.1" 200 563 0.081766 10.0.0.27 - - [2026-01-19 02:40:05] "GET /network-policy/d10a1f87-6a65-4361-9436-9ae0d1e4c7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008111 10.0.0.27 - - [2026-01-19 02:40:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.004106 10.0.0.27 - - [2026-01-19 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2026-01-19 02:40:05] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001236 10.0.0.27 - - [2026-01-19 02:40:05] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045909 10.0.0.27 - - [2026-01-19 02:40:05] "POST /network-policys HTTP/1.1" 200 563 0.081607 10.0.0.27 - - [2026-01-19 02:40:05] "GET /network-policy/19d611a7-d90e-4568-b01e-b73c12efc5bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.010566 10.0.0.27 - - [2026-01-19 02:40:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.002931 10.0.0.27 - - [2026-01-19 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.23 - - [2026-01-19 02:40:05] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.27 - - [2026-01-19 02:40:05] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043433 10.0.0.27 - - [2026-01-19 02:40:05] "POST /network-policys HTTP/1.1" 200 563 0.081793 10.0.0.27 - - [2026-01-19 02:40:06] "GET /network-policy/93d13d62-e31b-4eea-8645-7d6cdd0b1910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006405 10.0.0.27 - - [2026-01-19 02:40:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003403 10.0.0.27 - - [2026-01-19 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.23 - - [2026-01-19 02:40:06] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001297 10.0.0.27 - - [2026-01-19 02:40:06] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052320 10.0.0.27 - - [2026-01-19 02:40:06] "POST /network-policys HTTP/1.1" 200 563 0.073332 10.0.0.27 - - [2026-01-19 02:40:06] "GET /network-policy/723d1185-707d-48aa-bc6f-d4a2145c3ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006686 10.0.0.27 - - [2026-01-19 02:40:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003881 10.0.0.27 - - [2026-01-19 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2026-01-19 02:40:06] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.27 - - [2026-01-19 02:40:06] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043374 10.0.0.27 - - [2026-01-19 02:40:06] "POST /network-policys HTTP/1.1" 200 563 0.088604 10.0.0.27 - - [2026-01-19 02:40:06] "GET /network-policy/fede01ef-c58b-415d-849c-0b305a3f9134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006810 10.0.0.27 - - [2026-01-19 02:40:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.004276 10.0.0.27 - - [2026-01-19 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.23 - - [2026-01-19 02:40:07] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.27 - - [2026-01-19 02:40:07] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042910 10.0.0.27 - - [2026-01-19 02:40:07] "POST /network-policys HTTP/1.1" 200 563 0.077915 10.0.0.27 - - [2026-01-19 02:40:07] "GET /network-policy/f4b8addd-123c-43c3-a208-98d104768580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006719 10.0.0.27 - - [2026-01-19 02:40:07] "POST /neutron/network HTTP/1.1" 200 1336 0.019229 10.0.0.27 - - [2026-01-19 02:40:07] "POST /access-control-lists HTTP/1.1" 200 609 0.060363 10.0.0.27 - - [2026-01-19 02:40:07] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.017720 10.0.0.27 - - [2026-01-19 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2026-01-19 02:40:07] "GET /network-policy/0297fd71-69e1-4b92-beb9-4a52db764f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005330 10.0.0.27 - - [2026-01-19 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.27 - - [2026-01-19 02:40:07] "GET /network-policy/19d611a7-d90e-4568-b01e-b73c12efc5bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006293 10.0.0.27 - - [2026-01-19 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/5da19f51-860b-449a-b75f-a902ea5b5bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005138 10.0.0.27 - - [2026-01-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/723d1185-707d-48aa-bc6f-d4a2145c3ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004180 10.0.0.27 - - [2026-01-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/93d13d62-e31b-4eea-8645-7d6cdd0b1910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004485 10.0.0.27 - - [2026-01-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/a62505cf-703f-4dd5-b71c-b6a08356216e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004689 10.0.0.27 - - [2026-01-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/b71f7157-6be7-4f5e-8b88-b6128d079574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004140 10.0.0.27 - - [2026-01-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/d10a1f87-6a65-4361-9436-9ae0d1e4c7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004385 10.0.0.27 - - [2026-01-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/f4b8addd-123c-43c3-a208-98d104768580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004527 10.0.0.27 - - [2026-01-19 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2026-01-19 02:40:08] "GET /network-policy/fede01ef-c58b-415d-849c-0b305a3f9134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004101 10.0.0.27 - - [2026-01-19 02:40:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.001420 10.0.0.27 - - [2026-01-19 02:40:08] "POST /neutron/network HTTP/1.1" 200 2259 0.010848 10.0.0.23 - - [2026-01-19 02:40:09] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001155 10.0.0.27 - - [2026-01-19 02:40:09] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072132 10.0.0.27 - - [2026-01-19 02:40:09] "POST /neutron/port HTTP/1.1" 200 117 0.006409 10.0.0.23 - - [2026-01-19 02:40:10] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.27 - - [2026-01-19 02:40:10] "POST /neutron/port HTTP/1.1" 200 1173 0.349782 10.0.0.27 - - [2026-01-19 02:40:10] "POST /neutron/port HTTP/1.1" 200 1227 0.110330 10.0.0.27 - - [2026-01-19 02:40:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003537 10.0.0.27 - - [2026-01-19 02:40:10] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.27 - - [2026-01-19 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008426 10.0.0.27 - - [2026-01-19 02:40:15] "POST /neutron/port HTTP/1.1" 200 1237 0.021756 10.0.0.27 - - [2026-01-19 02:40:15] "GET /virtual-machine/e2b5c52a-bb24-470d-9bee-652e37d93a1d HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-01-19 02:40:15] "GET /virtual-machine/e2b5c52a-bb24-470d-9bee-652e37d93a1d HTTP/1.1" 200 1305 0.035879 10.0.0.27 - - [2026-01-19 02:40:15] "GET /virtual-machine-interface/cabb8b74-c38d-4190-adcd-b08bf579c2cd HTTP/1.1" 200 3170 0.005755 10.0.0.27 - - [2026-01-19 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.27 - - [2026-01-19 02:40:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005005 10.0.0.27 - - [2026-01-19 02:40:15] "GET /virtual-networks?parent_id=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003594 10.0.0.27 - - [2026-01-19 02:40:15] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.008735 10.0.0.27 - - [2026-01-19 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2026-01-19 02:40:18] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006774 10.0.0.23 - - [2026-01-19 02:40:18] "DELETE /project/80d3e140e1024e268cdc04730d67d352 HTTP/1.1" 404 173 0.003792 10.0.0.23 - - [2026-01-19 02:40:18] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.23 - - [2026-01-19 02:40:19] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.044698 10.0.0.23 - - [2026-01-19 02:40:19] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001117 10.0.0.23 - - [2026-01-19 02:40:19] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?fields=security_groups HTTP/1.1" 200 1370 0.047726 10.0.0.23 - - [2026-01-19 02:40:19] "DELETE /security-group/81ea494b-f1da-401b-99bc-29d7f8f95b8e HTTP/1.1" 200 115 0.066176 10.0.0.23 - - [2026-01-19 02:40:19] "GET /projects?obj_uuids=fe2efa4f-6213-4b00-9bc7-073c817cbd2e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001411 10.0.0.23 - - [2026-01-19 02:40:19] "GET /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e?fields=application_policy_sets HTTP/1.1" 200 1409 0.077003 10.0.0.27 - - [2026-01-19 02:40:19] "DELETE /access-control-list/533de50a-2841-49ff-b593-5de197d32fff HTTP/1.1" 200 115 0.070184 10.0.0.23 - - [2026-01-19 02:40:19] "DELETE /project/fe2efa4f-6213-4b00-9bc7-073c817cbd2e HTTP/1.1" 200 115 0.458642 10.0.0.27 - - [2026-01-19 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2026-01-19 02:40:22] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006100 10.0.0.27 - - [2026-01-19 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.27 - - [2026-01-19 02:40:26] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005966 10.0.0.27 - - [2026-01-19 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.27 - - [2026-01-19 02:40:30] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005532 10.0.0.27 - - [2026-01-19 02:40:31] "POST /neutron/port HTTP/1.1" 200 1237 0.046390 10.0.0.27 - - [2026-01-19 02:40:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.27 - - [2026-01-19 02:40:31] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.27 - - [2026-01-19 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2026-01-19 02:40:35] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006417 10.0.0.27 - - [2026-01-19 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.27 - - [2026-01-19 02:40:39] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005302 10.0.0.27 - - [2026-01-19 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-01-19 02:40:43] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006764 10.0.0.27 - - [2026-01-19 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-01-19 02:40:47] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006006 10.0.0.27 - - [2026-01-19 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488 10.0.0.27 - - [2026-01-19 02:40:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004323 10.0.0.27 - - [2026-01-19 02:40:49] "GET /virtual-networks?parent_id=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003486 10.0.0.27 - - [2026-01-19 02:40:49] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.007431 10.0.0.27 - - [2026-01-19 02:40:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008194 10.0.0.27 - - [2026-01-19 02:40:58] "POST /neutron/port HTTP/1.1" 200 1237 0.043720 10.0.0.27 - - [2026-01-19 02:41:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008994 10.0.0.27 - - [2026-01-19 02:41:10] "POST /neutron/port HTTP/1.1" 200 1237 0.020133 10.0.0.27 - - [2026-01-19 02:41:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008305 10.0.0.27 - - [2026-01-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.27 - - [2026-01-19 02:41:10] "GET /network-policy/b71f7157-6be7-4f5e-8b88-b6128d079574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009950 10.0.0.27 - - [2026-01-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2026-01-19 02:41:10] "GET /network-policy/0297fd71-69e1-4b92-beb9-4a52db764f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004721 10.0.0.27 - - [2026-01-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2026-01-19 02:41:10] "GET /network-policy/a62505cf-703f-4dd5-b71c-b6a08356216e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004284 10.0.0.27 - - [2026-01-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.27 - - [2026-01-19 02:41:10] "GET /network-policy/5da19f51-860b-449a-b75f-a902ea5b5bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004407 10.0.0.27 - - [2026-01-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2026-01-19 02:41:10] "GET /network-policy/d10a1f87-6a65-4361-9436-9ae0d1e4c7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004662 10.0.0.27 - - [2026-01-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2026-01-19 02:41:10] "GET /network-policy/19d611a7-d90e-4568-b01e-b73c12efc5bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004907 10.0.0.27 - - [2026-01-19 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2026-01-19 02:41:11] "GET /network-policy/93d13d62-e31b-4eea-8645-7d6cdd0b1910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004850 10.0.0.27 - - [2026-01-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2026-01-19 02:41:11] "GET /network-policy/723d1185-707d-48aa-bc6f-d4a2145c3ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004638 10.0.0.27 - - [2026-01-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2026-01-19 02:41:11] "GET /network-policy/fede01ef-c58b-415d-849c-0b305a3f9134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005474 10.0.0.27 - - [2026-01-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2026-01-19 02:41:11] "GET /network-policy/f4b8addd-123c-43c3-a208-98d104768580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004756 10.0.0.27 - - [2026-01-19 02:41:11] "POST /neutron/network HTTP/1.1" 200 1439 0.022507 10.0.0.27 - - [2026-01-19 02:41:11] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005352 10.0.0.27 - - [2026-01-19 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.27 - - [2026-01-19 02:41:11] "GET /network-policy/b71f7157-6be7-4f5e-8b88-b6128d079574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005952 10.0.0.50 - - [2026-01-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.004373 10.0.0.27 - - [2026-01-19 02:41:16] "POST /neutron/network HTTP/1.1" 200 1439 0.014260 10.0.0.27 - - [2026-01-19 02:41:16] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005834 10.0.0.27 - - [2026-01-19 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011766 10.0.0.27 - - [2026-01-19 02:41:16] "GET /network-policy/0297fd71-69e1-4b92-beb9-4a52db764f88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.004889 10.0.0.27 - - [2026-01-19 02:41:21] "POST /neutron/network HTTP/1.1" 200 1439 0.014196 10.0.0.27 - - [2026-01-19 02:41:21] "PUT /access-control-list/30f3943f-8bac-4f3e-8300-e5fd664e0b38 HTTP/1.1" 200 272 0.071674 10.0.0.27 - - [2026-01-19 02:41:21] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.010336 10.0.0.27 - - [2026-01-19 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.27 - - [2026-01-19 02:41:22] "GET /network-policy/a62505cf-703f-4dd5-b71c-b6a08356216e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004333 10.0.0.27 - - [2026-01-19 02:41:27] "POST /neutron/network HTTP/1.1" 200 1439 0.014782 10.0.0.27 - - [2026-01-19 02:41:27] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.008928 10.0.0.27 - - [2026-01-19 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2026-01-19 02:41:27] "GET /network-policy/5da19f51-860b-449a-b75f-a902ea5b5bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005277 10.0.0.50 - - [2026-01-19 02:41:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.002964 10.0.0.27 - - [2026-01-19 02:41:32] "POST /neutron/network HTTP/1.1" 200 1439 0.017534 10.0.0.27 - - [2026-01-19 02:41:32] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.020716 10.0.0.27 - - [2026-01-19 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.27 - - [2026-01-19 02:41:32] "GET /network-policy/d10a1f87-6a65-4361-9436-9ae0d1e4c7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005254 10.0.0.27 - - [2026-01-19 02:41:32] "POST /neutron/network HTTP/1.1" 200 1449 0.010170 10.0.0.27 - - [2026-01-19 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017301 10.0.0.27 - - [2026-01-19 02:41:32] "POST /neutron/network HTTP/1.1" 200 1439 0.012958 10.0.0.27 - - [2026-01-19 02:41:37] "PUT /access-control-list/30f3943f-8bac-4f3e-8300-e5fd664e0b38 HTTP/1.1" 200 272 0.061475 10.0.0.27 - - [2026-01-19 02:41:37] "POST /neutron/network HTTP/1.1" 200 1439 0.027020 10.0.0.27 - - [2026-01-19 02:41:37] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006043 10.0.0.27 - - [2026-01-19 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.27 - - [2026-01-19 02:41:37] "GET /network-policy/19d611a7-d90e-4568-b01e-b73c12efc5bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005123 10.0.0.27 - - [2026-01-19 02:41:39] "GET /obj-perms HTTP/1.1" 200 5056 0.054560 10.0.0.27 - - [2026-01-19 02:41:43] "POST /neutron/network HTTP/1.1" 200 1439 0.025050 10.0.0.27 - - [2026-01-19 02:41:43] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006797 10.0.0.27 - - [2026-01-19 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2026-01-19 02:41:43] "GET /network-policy/93d13d62-e31b-4eea-8645-7d6cdd0b1910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004887 10.0.0.50 - - [2026-01-19 02:41:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.005714 10.0.0.27 - - [2026-01-19 02:41:48] "POST /neutron/network HTTP/1.1" 200 1439 0.019937 10.0.0.27 - - [2026-01-19 02:41:48] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005434 10.0.0.27 - - [2026-01-19 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2026-01-19 02:41:48] "GET /network-policy/723d1185-707d-48aa-bc6f-d4a2145c3ed3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004797 10.0.0.27 - - [2026-01-19 02:41:53] "PUT /access-control-list/30f3943f-8bac-4f3e-8300-e5fd664e0b38 HTTP/1.1" 200 272 0.015827 10.0.0.27 - - [2026-01-19 02:41:53] "POST /neutron/network HTTP/1.1" 200 1439 0.015771 10.0.0.27 - - [2026-01-19 02:41:53] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006366 10.0.0.27 - - [2026-01-19 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2026-01-19 02:41:53] "GET /network-policy/fede01ef-c58b-415d-849c-0b305a3f9134?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005664 10.0.0.27 - - [2026-01-19 02:41:58] "POST /neutron/network HTTP/1.1" 200 1439 0.027114 10.0.0.27 - - [2026-01-19 02:41:58] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.011611 10.0.0.27 - - [2026-01-19 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.27 - - [2026-01-19 02:41:58] "GET /network-policy/f4b8addd-123c-43c3-a208-98d104768580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006204 10.0.0.27 - - [2026-01-19 02:42:03] "GET /virtual-machine/e2b5c52a-bb24-470d-9bee-652e37d93a1d HTTP/1.1" 200 1305 0.005021 10.0.0.27 - - [2026-01-19 02:42:04] "POST /neutron/port HTTP/1.1" 200 151 0.210441 10.0.0.27 - - [2026-01-19 02:42:05] "GET /virtual-machine/e2b5c52a-bb24-470d-9bee-652e37d93a1d HTTP/1.1" 404 171 0.003295 10.0.0.27 - - [2026-01-19 02:42:05] "GET /virtual-machine/e2b5c52a-bb24-470d-9bee-652e37d93a1d HTTP/1.1" 404 171 0.003086 10.0.0.27 - - [2026-01-19 02:42:05] "GET /virtual-machine/e2b5c52a-bb24-470d-9bee-652e37d93a1d HTTP/1.1" 404 171 0.003120 10.0.0.27 - - [2026-01-19 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.27 - - [2026-01-19 02:42:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004277 10.0.0.27 - - [2026-01-19 02:42:06] "GET /virtual-networks?parent_id=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003250 10.0.0.27 - - [2026-01-19 02:42:06] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006624 10.0.0.27 - - [2026-01-19 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.27 - - [2026-01-19 02:42:06] "GET /routing-instance/3c747e7f-152c-4b33-8891-380c51df4309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.005003 10.0.0.27 - - [2026-01-19 02:42:06] "GET /route-target/bbb435ef-0d0d-4e23-ae1b-26bd44ba894c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004033 10.0.0.50 - - [2026-01-19 02:42:06] "GET /obj-perms HTTP/1.1" 200 5019 0.003643 10.0.0.27 - - [2026-01-19 02:42:12] "GET /obj-perms HTTP/1.1" 200 5019 0.049207 10.0.0.50 - - [2026-01-19 02:42:15] "GET /obj-perms HTTP/1.1" 200 5019 0.004621 10.0.0.50 - - [2026-01-19 02:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.50 - - [2026-01-19 02:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-01-19 02:42:22] "GET /obj-perms HTTP/1.1" 200 5019 0.003904 10.0.0.23 - - [2026-01-19 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-01-19 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-01-19 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.50 - - [2026-01-19 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-01-19 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2026-01-19 02:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-01-19 02:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-01-19 02:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.27 - - [2026-01-19 02:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-01-19 02:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.002918 10.0.0.50 - - [2026-01-19 02:42:25] "GET /obj-perms HTTP/1.1" 200 5019 0.008874 10.0.0.27 - - [2026-01-19 02:42:31] "GET /obj-perms HTTP/1.1" 200 5019 0.004586 10.0.0.50 - - [2026-01-19 02:42:31] "GET /obj-perms HTTP/1.1" 200 5019 0.004168 10.0.0.27 - - [2026-01-19 02:42:31] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005955 10.0.0.50 - - [2026-01-19 02:42:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.005582 10.0.0.27 - - [2026-01-19 02:42:31] "POST /neutron/network HTTP/1.1" 200 1336 0.023690 10.0.0.27 - - [2026-01-19 02:42:31] "GET /virtual-network/b4ad2ae3-023a-47d2-a655-06ea2286c521?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.007728 10.0.0.27 - - [2026-01-19 02:42:31] "DELETE /network-policy/f4b8addd-123c-43c3-a208-98d104768580 HTTP/1.1" 200 115 0.059871 10.0.0.27 - - [2026-01-19 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005573 10.0.0.23 - - [2026-01-19 02:42:31] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.27 - - [2026-01-19 02:42:31] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039142 10.0.0.27 - - [2026-01-19 02:42:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005855 10.0.0.27 - - [2026-01-19 02:42:31] "DELETE /network-policy/fede01ef-c58b-415d-849c-0b305a3f9134 HTTP/1.1" 200 115 0.044989 10.0.0.27 - - [2026-01-19 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2026-01-19 02:42:32] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.27 - - [2026-01-19 02:42:32] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055537 10.0.0.27 - - [2026-01-19 02:42:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006613 10.0.0.27 - - [2026-01-19 02:42:32] "DELETE /network-policy/723d1185-707d-48aa-bc6f-d4a2145c3ed3 HTTP/1.1" 200 115 0.041059 10.0.0.27 - - [2026-01-19 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008097 10.0.0.23 - - [2026-01-19 02:42:32] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000925 10.0.0.27 - - [2026-01-19 02:42:32] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052138 10.0.0.27 - - [2026-01-19 02:42:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005724 10.0.0.27 - - [2026-01-19 02:42:32] "DELETE /network-policy/93d13d62-e31b-4eea-8645-7d6cdd0b1910 HTTP/1.1" 200 115 0.037767 10.0.0.27 - - [2026-01-19 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006943 10.0.0.23 - - [2026-01-19 02:42:32] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.27 - - [2026-01-19 02:42:32] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041866 10.0.0.27 - - [2026-01-19 02:42:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006072 10.0.0.27 - - [2026-01-19 02:42:32] "DELETE /network-policy/19d611a7-d90e-4568-b01e-b73c12efc5bc HTTP/1.1" 200 115 0.041110 10.0.0.27 - - [2026-01-19 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759 10.0.0.23 - - [2026-01-19 02:42:32] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.27 - - [2026-01-19 02:42:32] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042435 10.0.0.27 - - [2026-01-19 02:42:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006266 10.0.0.27 - - [2026-01-19 02:42:32] "DELETE /network-policy/d10a1f87-6a65-4361-9436-9ae0d1e4c7dd HTTP/1.1" 200 115 0.054148 10.0.0.27 - - [2026-01-19 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007106 10.0.0.23 - - [2026-01-19 02:42:32] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001140 10.0.0.27 - - [2026-01-19 02:42:32] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054674 10.0.0.27 - - [2026-01-19 02:42:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005376 10.0.0.27 - - [2026-01-19 02:42:33] "DELETE /network-policy/5da19f51-860b-449a-b75f-a902ea5b5bb2 HTTP/1.1" 200 115 0.040216 10.0.0.27 - - [2026-01-19 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005717 10.0.0.23 - - [2026-01-19 02:42:33] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.27 - - [2026-01-19 02:42:33] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054875 10.0.0.27 - - [2026-01-19 02:42:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006171 10.0.0.27 - - [2026-01-19 02:42:33] "DELETE /network-policy/a62505cf-703f-4dd5-b71c-b6a08356216e HTTP/1.1" 200 115 0.047772 10.0.0.27 - - [2026-01-19 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.23 - - [2026-01-19 02:42:33] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.27 - - [2026-01-19 02:42:33] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056942 10.0.0.27 - - [2026-01-19 02:42:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005828 10.0.0.27 - - [2026-01-19 02:42:33] "DELETE /network-policy/0297fd71-69e1-4b92-beb9-4a52db764f88 HTTP/1.1" 200 115 0.060205 10.0.0.27 - - [2026-01-19 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.23 - - [2026-01-19 02:42:33] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.27 - - [2026-01-19 02:42:33] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057983 10.0.0.27 - - [2026-01-19 02:42:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005455 10.0.0.27 - - [2026-01-19 02:42:33] "DELETE /network-policy/b71f7157-6be7-4f5e-8b88-b6128d079574 HTTP/1.1" 200 115 0.064163 10.0.0.27 - - [2026-01-19 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2026-01-19 02:42:33] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.27 - - [2026-01-19 02:42:34] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.068744 10.0.0.27 - - [2026-01-19 02:42:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-99772504&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.015850 10.0.0.27 - - [2026-01-19 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-01-19 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.27 - - [2026-01-19 02:42:34] "DELETE /network-ipam/6bdef0a2-fb61-494a-9af0-71bf65e160a2 HTTP/1.1" 200 115 0.039888 10.0.0.27 - - [2026-01-19 02:42:34] "POST /fqname-to-id HTTP/1.1" 404 260 0.003616 10.0.0.23 - - [2026-01-19 02:42:34] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.23 - - [2026-01-19 02:42:34] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.059498 10.0.0.23 - - [2026-01-19 02:42:34] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.23 - - [2026-01-19 02:42:34] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?fields=security_groups HTTP/1.1" 200 1399 0.052315 10.0.0.23 - - [2026-01-19 02:42:34] "DELETE /security-group/dd2d9d77-79e3-4f19-ab7e-1b051ebcf512 HTTP/1.1" 200 115 0.074130 10.0.0.23 - - [2026-01-19 02:42:34] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.27 - - [2026-01-19 02:42:34] "DELETE /access-control-list/e08bc46f-1d36-4133-ae2a-f4b235827a84 HTTP/1.1" 200 115 0.026274 10.0.0.23 - - [2026-01-19 02:42:34] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?fields=application_policy_sets HTTP/1.1" 200 1438 0.053429 10.0.0.27 - - [2026-01-19 02:42:35] "DELETE /project/80d3e140-e102-4e26-8cdc-04730d67d352 HTTP/1.1" 200 115 0.486973 10.0.0.23 - - [2026-01-19 02:42:35] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001806 10.0.0.27 - - [2026-01-19 02:42:35] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?fields=projects HTTP/1.1" 200 1439 0.012957 10.0.0.23 - - [2026-01-19 02:42:37] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003442 10.0.0.23 - - [2026-01-19 02:42:37] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001396 10.0.0.23 - - [2026-01-19 02:42:37] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053251 10.0.0.23 - - [2026-01-19 02:42:37] "POST /id-to-fqname HTTP/1.1" 200 202 0.008836 10.0.0.23 - - [2026-01-19 02:42:37] "POST /fqname-to-id HTTP/1.1" 404 211 0.005083 10.0.0.23 - - [2026-01-19 02:42:38] "POST /security-groups HTTP/1.1" 200 603 0.031675 10.0.0.23 - - [2026-01-19 02:42:38] "POST /projects HTTP/1.1" 200 609 0.241547 10.0.0.27 - - [2026-01-19 02:42:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.011500 10.0.0.23 - - [2026-01-19 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.312487 10.0.0.27 - - [2026-01-19 02:42:38] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.476576 10.0.0.23 - - [2026-01-19 02:42:38] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001717 10.0.0.27 - - [2026-01-19 02:42:38] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?fields=virtual_networks HTTP/1.1" 200 1056 0.051361 10.0.0.23 - - [2026-01-19 02:42:38] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001690 10.0.0.27 - - [2026-01-19 02:42:38] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.056976 10.0.0.23 - - [2026-01-19 02:42:38] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.27 - - [2026-01-19 02:42:38] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?fields=security_groups HTTP/1.1" 200 1294 0.053420 10.0.0.27 - - [2026-01-19 02:42:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.027936 10.0.0.23 - - [2026-01-19 02:42:39] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004147 10.0.0.23 - - [2026-01-19 02:42:39] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001737 10.0.0.23 - - [2026-01-19 02:42:39] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008375 10.0.0.23 - - [2026-01-19 02:42:39] "POST /id-to-fqname HTTP/1.1" 200 196 0.004176 10.0.0.23 - - [2026-01-19 02:42:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.006050 10.0.0.23 - - [2026-01-19 02:42:39] "POST /security-groups HTTP/1.1" 200 597 0.030700 10.0.0.23 - - [2026-01-19 02:42:39] "POST /projects HTTP/1.1" 200 597 0.252736 10.0.0.27 - - [2026-01-19 02:42:39] "POST /access-control-lists HTTP/1.1" 200 602 0.026586 10.0.0.23 - - [2026-01-19 02:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.329121 10.0.0.27 - - [2026-01-19 02:42:39] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.475035 10.0.0.23 - - [2026-01-19 02:42:40] "GET /obj-perms HTTP/1.1" 200 5056 0.087313 10.0.0.27 - - [2026-01-19 02:42:40] "GET /obj-perms HTTP/1.1" 200 5056 0.067101 10.0.0.27 - - [2026-01-19 02:42:41] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.27 - - [2026-01-19 02:42:43] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-01-19 02:42:43] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003147 10.0.0.27 - - [2026-01-19 02:42:43] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.072957 10.0.0.27 - - [2026-01-19 02:42:44] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.27 - - [2026-01-19 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2026-01-19 02:42:44] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.27 - - [2026-01-19 02:42:44] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007525 10.0.0.27 - - [2026-01-19 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.23 - - [2026-01-19 02:42:44] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001084 10.0.0.27 - - [2026-01-19 02:42:44] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047006 10.0.0.27 - - [2026-01-19 02:42:45] "GET /domains HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2026-01-19 02:42:46] "GET /domains HTTP/1.1" 200 280 0.031420 10.0.0.23 - - [2026-01-19 02:42:46] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.27 - - [2026-01-19 02:42:46] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7 HTTP/1.1" 200 2972 0.010302 10.0.0.23 - - [2026-01-19 02:42:46] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000874 10.0.0.27 - - [2026-01-19 02:42:46] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d HTTP/1.1" 200 1889 0.092809 10.0.0.27 - - [2026-01-19 02:42:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003426 10.0.0.27 - - [2026-01-19 02:42:46] "POST /network-ipams HTTP/1.1" 200 603 0.026941 10.0.0.27 - - [2026-01-19 02:42:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003941 10.0.0.27 - - [2026-01-19 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2026-01-19 02:42:46] "GET /network-ipam/00a3a201-1cbf-4217-a458-e052bad3e60d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.006533 10.0.0.27 - - [2026-01-19 02:42:46] "PUT /network-ipam/00a3a201-1cbf-4217-a458-e052bad3e60d HTTP/1.1" 200 258 0.081726 10.0.0.27 - - [2026-01-19 02:42:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.27 - - [2026-01-19 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.026077 10.0.0.23 - - [2026-01-19 02:42:47] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000879 10.0.0.27 - - [2026-01-19 02:42:47] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042321 10.0.0.27 - - [2026-01-19 02:42:47] "POST /neutron/network HTTP/1.1" 200 117 0.033947 10.0.0.27 - - [2026-01-19 02:42:47] "POST /route-targets HTTP/1.1" 200 327 0.014086 10.0.0.23 - - [2026-01-19 02:42:48] "POST /useragent-kv HTTP/1.1" 200 115 0.011250 10.0.0.27 - - [2026-01-19 02:42:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.296545 10.0.0.27 - - [2026-01-19 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001271 10.0.0.27 - - [2026-01-19 02:42:48] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006114 10.0.0.27 - - [2026-01-19 02:42:48] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005968 10.0.0.27 - - [2026-01-19 02:42:48] "POST /neutron/network HTTP/1.1" 200 1074 0.009526 10.0.0.27 - - [2026-01-19 02:42:48] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005986 10.0.0.27 - - [2026-01-19 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.23 - - [2026-01-19 02:42:50] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001431 10.0.0.27 - - [2026-01-19 02:42:50] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042982 10.0.0.27 - - [2026-01-19 02:42:50] "POST /neutron/network HTTP/1.1" 200 117 0.014863 10.0.0.27 - - [2026-01-19 02:42:50] "POST /ref-update HTTP/1.1" 200 156 0.022589 10.0.0.23 - - [2026-01-19 02:42:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007382 10.0.0.27 - - [2026-01-19 02:42:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.208390 10.0.0.27 - - [2026-01-19 02:42:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001608 10.0.0.27 - - [2026-01-19 02:42:50] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007173 10.0.0.27 - - [2026-01-19 02:42:50] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005590 10.0.0.27 - - [2026-01-19 02:42:50] "POST /neutron/network HTTP/1.1" 200 1074 0.008954 10.0.0.27 - - [2026-01-19 02:42:51] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006716 10.0.0.27 - - [2026-01-19 02:42:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.003858 10.0.0.27 - - [2026-01-19 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.23 - - [2026-01-19 02:42:51] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001054 10.0.0.27 - - [2026-01-19 02:42:51] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047520 10.0.0.27 - - [2026-01-19 02:42:51] "POST /network-policys HTTP/1.1" 200 527 0.073766 10.0.0.27 - - [2026-01-19 02:42:51] "GET /network-policy/c6ad8108-d50b-400a-80a1-f1905ff8b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006512 10.0.0.27 - - [2026-01-19 02:42:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003078 10.0.0.27 - - [2026-01-19 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.23 - - [2026-01-19 02:42:52] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001472 10.0.0.27 - - [2026-01-19 02:42:52] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053030 10.0.0.27 - - [2026-01-19 02:42:52] "POST /network-policys HTTP/1.1" 200 527 0.082178 10.0.0.27 - - [2026-01-19 02:42:52] "GET /network-policy/5fd5a96c-d9fc-40f0-8d0e-6f425f0a1125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006833 10.0.0.27 - - [2026-01-19 02:42:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003150 10.0.0.27 - - [2026-01-19 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.23 - - [2026-01-19 02:42:52] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001478 10.0.0.27 - - [2026-01-19 02:42:52] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052152 10.0.0.27 - - [2026-01-19 02:42:52] "POST /network-policys HTTP/1.1" 200 527 0.073858 10.0.0.27 - - [2026-01-19 02:42:52] "GET /network-policy/b0e0f834-2b07-4078-a5dd-de888175f141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006557 10.0.0.27 - - [2026-01-19 02:42:52] "POST /fqname-to-id HTTP/1.1" 404 205 0.003879 10.0.0.27 - - [2026-01-19 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2026-01-19 02:42:52] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001052 10.0.0.27 - - [2026-01-19 02:42:53] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043912 10.0.0.27 - - [2026-01-19 02:42:53] "POST /network-policys HTTP/1.1" 200 527 0.081949 10.0.0.27 - - [2026-01-19 02:42:53] "GET /network-policy/bc82f1b1-0430-4b4d-8d91-472fbda39074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006525 10.0.0.27 - - [2026-01-19 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003434 10.0.0.27 - - [2026-01-19 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.23 - - [2026-01-19 02:42:53] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001442 10.0.0.27 - - [2026-01-19 02:42:53] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045923 10.0.0.27 - - [2026-01-19 02:42:53] "POST /network-policys HTTP/1.1" 200 531 0.030982 10.0.0.27 - - [2026-01-19 02:42:53] "GET /network-policy/556df6b4-c4c6-418e-be3d-c715999c0373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006758 10.0.0.27 - - [2026-01-19 02:42:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003471 10.0.0.27 - - [2026-01-19 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.23 - - [2026-01-19 02:42:53] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001372 10.0.0.27 - - [2026-01-19 02:42:53] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050761 10.0.0.27 - - [2026-01-19 02:42:53] "POST /network-policys HTTP/1.1" 200 529 0.072911 10.0.0.27 - - [2026-01-19 02:42:53] "GET /network-policy/cacbfc3b-9545-4e5f-8817-3ba46eb18ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006739 10.0.0.27 - - [2026-01-19 02:42:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003563 10.0.0.27 - - [2026-01-19 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.23 - - [2026-01-19 02:42:54] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001049 10.0.0.27 - - [2026-01-19 02:42:54] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044713 10.0.0.27 - - [2026-01-19 02:42:54] "POST /network-policys HTTP/1.1" 200 529 0.029516 10.0.0.27 - - [2026-01-19 02:42:54] "GET /network-policy/18bcdde0-e485-4cee-b5c2-5529de640603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006772 10.0.0.27 - - [2026-01-19 02:42:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003419 10.0.0.27 - - [2026-01-19 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.23 - - [2026-01-19 02:42:54] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002070 10.0.0.27 - - [2026-01-19 02:42:54] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050786 10.0.0.27 - - [2026-01-19 02:42:54] "POST /network-policys HTTP/1.1" 200 529 0.073694 10.0.0.27 - - [2026-01-19 02:42:54] "GET /network-policy/a9f4a411-6708-412d-ba32-9c46dfc1134f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007063 10.0.0.27 - - [2026-01-19 02:42:54] "POST /fqname-to-id HTTP/1.1" 404 206 0.003566 10.0.0.27 - - [2026-01-19 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.23 - - [2026-01-19 02:42:54] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.27 - - [2026-01-19 02:42:55] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039742 10.0.0.27 - - [2026-01-19 02:42:55] "POST /network-policys HTTP/1.1" 200 529 0.028007 10.0.0.27 - - [2026-01-19 02:42:55] "GET /network-policy/9ca545dd-97b4-4b79-b7f2-bf78bed8d8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006563 10.0.0.27 - - [2026-01-19 02:42:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.003158 10.0.0.27 - - [2026-01-19 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.23 - - [2026-01-19 02:42:55] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001508 10.0.0.27 - - [2026-01-19 02:42:55] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043147 10.0.0.27 - - [2026-01-19 02:42:55] "POST /network-policys HTTP/1.1" 200 533 0.029752 10.0.0.27 - - [2026-01-19 02:42:55] "GET /network-policy/5314eb47-67e8-48d6-adcb-d478b5a188d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.010163 10.0.0.27 - - [2026-01-19 02:42:55] "POST /neutron/network HTTP/1.1" 200 1074 0.009712 10.0.0.27 - - [2026-01-19 02:42:55] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009598 10.0.0.27 - - [2026-01-19 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.27 - - [2026-01-19 02:42:56] "GET /network-policy/c6ad8108-d50b-400a-80a1-f1905ff8b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004756 10.0.0.27 - - [2026-01-19 02:42:56] "POST /neutron/network HTTP/1.1" 200 1074 0.009966 10.0.0.27 - - [2026-01-19 02:42:56] "POST /fqname-to-id HTTP/1.1" 404 246 0.006692 10.0.0.27 - - [2026-01-19 02:42:56] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.016734 10.0.0.27 - - [2026-01-19 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.27 - - [2026-01-19 02:42:56] "GET /network-policy/556df6b4-c4c6-418e-be3d-c715999c0373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003948 10.0.0.27 - - [2026-01-19 02:42:56] "POST /id-to-fqname HTTP/1.1" 200 229 0.001384 10.0.0.27 - - [2026-01-19 02:42:56] "POST /neutron/network HTTP/1.1" 200 1167 0.008280 10.0.0.23 - - [2026-01-19 02:42:57] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000986 10.0.0.27 - - [2026-01-19 02:42:57] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.072879 10.0.0.27 - - [2026-01-19 02:42:57] "POST /neutron/port HTTP/1.1" 200 117 0.006631 10.0.0.27 - - [2026-01-19 02:42:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001953 10.0.0.27 - - [2026-01-19 02:42:57] "POST /neutron/network HTTP/1.1" 200 1167 0.008034 10.0.0.27 - - [2026-01-19 02:42:58] "PUT /access-control-list/b76ae7e0-390c-4cc6-9a95-00cac37c6966 HTTP/1.1" 200 272 0.018317 10.0.0.27 - - [2026-01-19 02:42:58] "POST /neutron/port HTTP/1.1" 200 1061 0.021312 10.0.0.27 - - [2026-01-19 02:42:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004197 10.0.0.27 - - [2026-01-19 02:42:58] "POST /neutron/network HTTP/1.1" 200 1157 0.009462 10.0.0.23 - - [2026-01-19 02:42:58] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002624 10.0.0.27 - - [2026-01-19 02:42:58] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.087830 10.0.0.27 - - [2026-01-19 02:42:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008692 10.0.0.27 - - [2026-01-19 02:42:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007827 10.0.0.27 - - [2026-01-19 02:42:59] "POST /neutron/port HTTP/1.1" 200 1061 0.046936 10.0.0.27 - - [2026-01-19 02:43:00] "POST /neutron/port HTTP/1.1" 200 1125 0.033553 10.0.0.27 - - [2026-01-19 02:43:00] "POST /neutron/port HTTP/1.1" 200 117 0.001868 10.0.0.27 - - [2026-01-19 02:43:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009656 10.0.0.27 - - [2026-01-19 02:43:04] "POST /neutron/port HTTP/1.1" 200 1125 0.020581 10.0.0.27 - - [2026-01-19 02:43:04] "GET /virtual-machine/4707435a-25c5-4baa-bc1e-75076f34cca2 HTTP/1.1" 401 292 0.000601 10.0.0.27 - - [2026-01-19 02:43:04] "GET /virtual-machine/4707435a-25c5-4baa-bc1e-75076f34cca2 HTTP/1.1" 200 1298 0.030741 10.0.0.27 - - [2026-01-19 02:43:04] "GET /virtual-machine-interface/9508ed3a-369d-453d-a159-c0cf7d2f4574 HTTP/1.1" 200 2952 0.005470 10.0.0.27 - - [2026-01-19 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2026-01-19 02:43:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003632 10.0.0.27 - - [2026-01-19 02:43:04] "GET /virtual-networks?parent_id=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003073 10.0.0.27 - - [2026-01-19 02:43:04] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006286 10.0.0.27 - - [2026-01-19 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 02:43:07] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006909 10.0.0.27 - - [2026-01-19 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.27 - - [2026-01-19 02:43:12] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005288 10.0.0.27 - - [2026-01-19 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.27 - - [2026-01-19 02:43:16] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006351 10.0.0.23 - - [2026-01-19 02:43:19] "DELETE /project/8e844f3500d04d83b672a8eb54aab82d HTTP/1.1" 404 173 0.034257 10.0.0.23 - - [2026-01-19 02:43:19] "DELETE /project/80d3e140e1024e268cdc04730d67d352 HTTP/1.1" 404 173 0.069977 10.0.0.23 - - [2026-01-19 02:43:19] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001401 10.0.0.23 - - [2026-01-19 02:43:19] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.081437 10.0.0.23 - - [2026-01-19 02:43:19] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.23 - - [2026-01-19 02:43:19] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?fields=security_groups HTTP/1.1" 200 1399 0.058057 10.0.0.23 - - [2026-01-19 02:43:19] "DELETE /security-group/122cc4fb-d96d-473f-8bd3-340f6c065a7d HTTP/1.1" 200 115 0.047736 10.0.0.23 - - [2026-01-19 02:43:19] "GET /projects?obj_uuids=80d3e140-e102-4e26-8cdc-04730d67d352&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.23 - - [2026-01-19 02:43:19] "GET /project/80d3e140-e102-4e26-8cdc-04730d67d352?fields=application_policy_sets HTTP/1.1" 200 1438 0.044103 10.0.0.27 - - [2026-01-19 02:43:20] "DELETE /access-control-list/92f090cb-e3ea-4c95-beed-fd06a53da7ba HTTP/1.1" 200 115 0.087435 10.0.0.23 - - [2026-01-19 02:43:20] "DELETE /project/80d3e140-e102-4e26-8cdc-04730d67d352 HTTP/1.1" 200 115 0.521399 10.0.0.27 - - [2026-01-19 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.27 - - [2026-01-19 02:43:20] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006560 10.0.0.27 - - [2026-01-19 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.27 - - [2026-01-19 02:43:24] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007790 10.0.0.27 - - [2026-01-19 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.27 - - [2026-01-19 02:43:28] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.010001 10.0.0.27 - - [2026-01-19 02:43:31] "POST /neutron/port HTTP/1.1" 200 1125 0.018087 10.0.0.27 - - [2026-01-19 02:43:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.017641 10.0.0.27 - - [2026-01-19 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2026-01-19 02:43:32] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005987 10.0.0.27 - - [2026-01-19 02:43:32] "POST /neutron/port HTTP/1.1" 200 1125 0.019233 10.0.0.27 - - [2026-01-19 02:43:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008434 10.0.0.27 - - [2026-01-19 02:43:32] "POST /neutron/network HTTP/1.1" 200 1157 0.011978 10.0.0.27 - - [2026-01-19 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.27 - - [2026-01-19 02:43:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004319 10.0.0.27 - - [2026-01-19 02:43:36] "GET /virtual-networks?parent_id=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004062 10.0.0.27 - - [2026-01-19 02:43:36] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006567 10.0.0.50 - - [2026-01-19 02:43:41] "GET /obj-perms HTTP/1.1" 200 5056 0.055565 10.0.0.23 - - [2026-01-19 02:43:41] "GET /obj-perms HTTP/1.1" 200 5056 0.048380 10.0.0.27 - - [2026-01-19 02:43:41] "POST /neutron/port HTTP/1.1" 200 1125 0.018244 10.0.0.27 - - [2026-01-19 02:43:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007538 10.0.0.27 - - [2026-01-19 02:43:47] "POST /neutron/port HTTP/1.1" 200 1125 0.023121 10.0.0.27 - - [2026-01-19 02:43:52] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008817 10.0.0.27 - - [2026-01-19 02:43:57] "POST /neutron/port HTTP/1.1" 200 1125 0.018619 10.0.0.27 - - [2026-01-19 02:43:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008214 10.0.0.27 - - [2026-01-19 02:43:57] "GET /virtual-machine/1a0dc141-6927-400b-889b-bc97f5faffc6 HTTP/1.1" 200 1297 0.017801 10.0.0.27 - - [2026-01-19 02:43:57] "GET /virtual-machine-interface/cc7bf032-f59c-43d7-aab6-7339cd6a17e2 HTTP/1.1" 200 2952 0.008436 10.0.0.27 - - [2026-01-19 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.27 - - [2026-01-19 02:43:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.27 - - [2026-01-19 02:43:57] "GET /virtual-networks?parent_id=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003478 10.0.0.27 - - [2026-01-19 02:43:57] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006781 10.0.0.27 - - [2026-01-19 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-01-19 02:43:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003769 10.0.0.27 - - [2026-01-19 02:43:58] "GET /virtual-networks?parent_id=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003081 10.0.0.27 - - [2026-01-19 02:43:58] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005708 10.0.0.27 - - [2026-01-19 02:43:59] "POST /neutron/port HTTP/1.1" 200 1125 0.021538 10.0.0.27 - - [2026-01-19 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.27 - - [2026-01-19 02:43:59] "GET /network-policy/556df6b4-c4c6-418e-be3d-c715999c0373?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005093 10.0.0.27 - - [2026-01-19 02:43:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007404 10.0.0.27 - - [2026-01-19 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006284 10.0.0.27 - - [2026-01-19 02:43:59] "GET /network-policy/c6ad8108-d50b-400a-80a1-f1905ff8b080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004014 10.0.0.27 - - [2026-01-19 02:43:59] "POST /neutron/network HTTP/1.1" 200 1157 0.020539 10.0.0.27 - - [2026-01-19 02:43:59] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006772 10.0.0.27 - - [2026-01-19 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.27 - - [2026-01-19 02:44:00] "GET /network-policy/5fd5a96c-d9fc-40f0-8d0e-6f425f0a1125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004948 10.0.0.27 - - [2026-01-19 02:44:23] "POST /ref-update HTTP/1.1" 200 156 0.036140 10.0.0.27 - - [2026-01-19 02:44:23] "POST /neutron/network HTTP/1.1" 200 1160 0.025992 10.0.0.27 - - [2026-01-19 02:44:23] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006884 10.0.0.27 - - [2026-01-19 02:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005928 10.0.0.27 - - [2026-01-19 02:44:23] "GET /network-policy/5314eb47-67e8-48d6-adcb-d478b5a188d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005144 10.0.0.27 - - [2026-01-19 02:44:32] "POST /neutron/network HTTP/1.1" 200 1157 0.011010 10.0.0.27 - - [2026-01-19 02:44:32] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.019417 10.0.0.27 - - [2026-01-19 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.27 - - [2026-01-19 02:44:32] "GET /network-policy/b0e0f834-2b07-4078-a5dd-de888175f141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004324 10.0.0.27 - - [2026-01-19 02:44:32] "POST /neutron/network HTTP/1.1" 200 1169 0.008670 10.0.0.27 - - [2026-01-19 02:44:32] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.27 - - [2026-01-19 02:44:34] "POST /neutron/port HTTP/1.1" 200 1125 0.023306 10.0.0.27 - - [2026-01-19 02:44:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.012365 10.0.0.27 - - [2026-01-19 02:44:41] "POST /neutron/network HTTP/1.1" 200 1157 0.008946 10.0.0.27 - - [2026-01-19 02:44:41] "PUT /access-control-list/b76ae7e0-390c-4cc6-9a95-00cac37c6966 HTTP/1.1" 200 272 0.015677 10.0.0.27 - - [2026-01-19 02:44:41] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008671 10.0.0.27 - - [2026-01-19 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.27 - - [2026-01-19 02:44:41] "GET /network-policy/bc82f1b1-0430-4b4d-8d91-472fbda39074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004417 10.0.0.27 - - [2026-01-19 02:44:41] "GET /obj-perms HTTP/1.1" 200 5056 0.051382 10.0.0.27 - - [2026-01-19 02:44:48] "POST /neutron/network HTTP/1.1" 200 1157 0.011142 10.0.0.27 - - [2026-01-19 02:44:49] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012936 10.0.0.27 - - [2026-01-19 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.27 - - [2026-01-19 02:44:49] "GET /network-policy/cacbfc3b-9545-4e5f-8817-3ba46eb18ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004276 10.0.0.27 - - [2026-01-19 02:44:57] "POST /neutron/network HTTP/1.1" 200 1158 0.011400 10.0.0.27 - - [2026-01-19 02:44:57] "PUT /access-control-list/b76ae7e0-390c-4cc6-9a95-00cac37c6966 HTTP/1.1" 200 272 0.024629 10.0.0.27 - - [2026-01-19 02:44:57] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008094 10.0.0.27 - - [2026-01-19 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.020909 10.0.0.27 - - [2026-01-19 02:44:57] "GET /network-policy/18bcdde0-e485-4cee-b5c2-5529de640603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004864 10.0.0.27 - - [2026-01-19 02:45:05] "POST /neutron/network HTTP/1.1" 200 1158 0.010275 10.0.0.27 - - [2026-01-19 02:45:05] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012525 10.0.0.27 - - [2026-01-19 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2026-01-19 02:45:05] "GET /network-policy/a9f4a411-6708-412d-ba32-9c46dfc1134f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005298 10.0.0.27 - - [2026-01-19 02:45:14] "POST /neutron/network HTTP/1.1" 200 1158 0.010339 10.0.0.27 - - [2026-01-19 02:45:14] "PUT /access-control-list/b76ae7e0-390c-4cc6-9a95-00cac37c6966 HTTP/1.1" 200 272 0.019594 10.0.0.27 - - [2026-01-19 02:45:14] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008112 10.0.0.27 - - [2026-01-19 02:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.27 - - [2026-01-19 02:45:14] "GET /network-policy/9ca545dd-97b4-4b79-b7f2-bf78bed8d8b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004464 10.0.0.27 - - [2026-01-19 02:45:21] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007802 10.0.0.27 - - [2026-01-19 02:45:21] "POST /neutron/network HTTP/1.1" 200 1158 0.009705 10.0.0.27 - - [2026-01-19 02:45:21] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.010443 10.0.0.27 - - [2026-01-19 02:45:21] "GET /virtual-machine/1a0dc141-6927-400b-889b-bc97f5faffc6 HTTP/1.1" 200 1297 0.004284 10.0.0.27 - - [2026-01-19 02:45:22] "POST /neutron/port HTTP/1.1" 200 1125 0.020064 10.0.0.27 - - [2026-01-19 02:45:23] "GET /virtual-machine/1a0dc141-6927-400b-889b-bc97f5faffc6 HTTP/1.1" 404 171 0.004274 10.0.0.27 - - [2026-01-19 02:45:23] "GET /virtual-machine/1a0dc141-6927-400b-889b-bc97f5faffc6 HTTP/1.1" 404 171 0.003088 10.0.0.27 - - [2026-01-19 02:45:23] "GET /virtual-machine/1a0dc141-6927-400b-889b-bc97f5faffc6 HTTP/1.1" 404 171 0.003660 10.0.0.27 - - [2026-01-19 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.27 - - [2026-01-19 02:45:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004654 10.0.0.27 - - [2026-01-19 02:45:24] "GET /virtual-networks?parent_id=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006566 10.0.0.27 - - [2026-01-19 02:45:24] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006479 10.0.0.27 - - [2026-01-19 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2026-01-19 02:45:24] "GET /routing-instance/db2412eb-791e-4e2b-a890-9544ed40198c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005105 10.0.0.27 - - [2026-01-19 02:45:24] "GET /route-target/6f4668fc-968b-454e-8467-7fd4095a16f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004092 10.0.0.50 - - [2026-01-19 02:45:27] "GET /obj-perms HTTP/1.1" 200 5013 0.046861 10.0.0.27 - - [2026-01-19 02:45:30] "GET /obj-perms HTTP/1.1" 200 5013 0.051355 10.0.0.27 - - [2026-01-19 02:45:30] "GET /virtual-machine/4707435a-25c5-4baa-bc1e-75076f34cca2 HTTP/1.1" 200 1298 0.004915 10.0.0.27 - - [2026-01-19 02:45:31] "POST /neutron/port HTTP/1.1" 200 1125 0.016752 10.0.0.27 - - [2026-01-19 02:45:32] "GET /virtual-machine/4707435a-25c5-4baa-bc1e-75076f34cca2 HTTP/1.1" 404 171 0.005502 10.0.0.27 - - [2026-01-19 02:45:32] "GET /virtual-machine/4707435a-25c5-4baa-bc1e-75076f34cca2 HTTP/1.1" 404 171 0.004537 10.0.0.27 - - [2026-01-19 02:45:32] "GET /virtual-machine/4707435a-25c5-4baa-bc1e-75076f34cca2 HTTP/1.1" 404 171 0.003371 10.0.0.27 - - [2026-01-19 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.27 - - [2026-01-19 02:45:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004788 10.0.0.27 - - [2026-01-19 02:45:33] "GET /virtual-networks?parent_id=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003189 10.0.0.27 - - [2026-01-19 02:45:33] "GET /virtual-network/c24eb334-a0b2-4dea-b4f7-3d4af8f57f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006517 10.0.0.27 - - [2026-01-19 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2026-01-19 02:45:33] "GET /routing-instance/ecfbf9da-565e-4ba6-8f8b-f94e644be65f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004797 10.0.0.27 - - [2026-01-19 02:45:33] "GET /route-target/0c62c813-bc65-438a-a2da-f146c1036a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003900 10.0.0.27 - - [2026-01-19 02:45:33] "GET /obj-perms HTTP/1.1" 200 5013 0.003921 10.0.0.50 - - [2026-01-19 02:45:33] "GET /obj-perms HTTP/1.1" 200 5013 0.006563 10.0.0.27 - - [2026-01-19 02:45:42] "GET /obj-perms HTTP/1.1" 200 5013 0.004041 10.0.0.50 - - [2026-01-19 02:45:42] "GET /obj-perms HTTP/1.1" 200 5013 0.003840 10.0.0.27 - - [2026-01-19 02:45:48] "GET /obj-perms HTTP/1.1" 200 5013 0.004955 10.0.0.50 - - [2026-01-19 02:45:51] "GET /obj-perms HTTP/1.1" 200 5013 0.004136 10.0.0.27 - - [2026-01-19 02:45:57] "GET /obj-perms HTTP/1.1" 200 5013 0.004063 10.0.0.50 - - [2026-01-19 02:46:00] "GET /obj-perms HTTP/1.1" 200 5013 0.005039 10.0.0.27 - - [2026-01-19 02:46:00] "GET /obj-perms HTTP/1.1" 200 5013 0.004922 10.0.0.23 - - [2026-01-19 02:46:01] "GET /obj-perms HTTP/1.1" 200 5013 0.055974 10.0.0.27 - - [2026-01-19 02:46:01] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006792 10.0.0.27 - - [2026-01-19 02:46:01] "POST /neutron/network HTTP/1.1" 200 1159 0.010497 10.0.0.27 - - [2026-01-19 02:46:01] "DELETE /access-control-list/f875bd20-bea5-46df-be49-260471962eaa HTTP/1.1" 200 115 0.076365 10.0.0.27 - - [2026-01-19 02:46:01] "GET /virtual-network/b26b08a5-fe9d-44ea-aab9-e01f21352f0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.017355 10.0.0.27 - - [2026-01-19 02:46:01] "DELETE /network-policy/5314eb47-67e8-48d6-adcb-d478b5a188d3 HTTP/1.1" 200 115 0.036515 10.0.0.27 - - [2026-01-19 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.23 - - [2026-01-19 02:46:01] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001262 10.0.0.27 - - [2026-01-19 02:46:01] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039642 10.0.0.27 - - [2026-01-19 02:46:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006494 10.0.0.27 - - [2026-01-19 02:46:01] "DELETE /network-policy/9ca545dd-97b4-4b79-b7f2-bf78bed8d8b9 HTTP/1.1" 200 115 0.037280 10.0.0.27 - - [2026-01-19 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.23 - - [2026-01-19 02:46:01] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000948 10.0.0.27 - - [2026-01-19 02:46:01] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041515 10.0.0.27 - - [2026-01-19 02:46:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006445 10.0.0.27 - - [2026-01-19 02:46:01] "DELETE /network-policy/a9f4a411-6708-412d-ba32-9c46dfc1134f HTTP/1.1" 200 115 0.040153 10.0.0.27 - - [2026-01-19 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.23 - - [2026-01-19 02:46:02] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001042 10.0.0.27 - - [2026-01-19 02:46:02] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047287 10.0.0.27 - - [2026-01-19 02:46:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006528 10.0.0.27 - - [2026-01-19 02:46:02] "DELETE /network-policy/18bcdde0-e485-4cee-b5c2-5529de640603 HTTP/1.1" 200 115 0.039519 10.0.0.27 - - [2026-01-19 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.23 - - [2026-01-19 02:46:02] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001380 10.0.0.27 - - [2026-01-19 02:46:02] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.064198 10.0.0.27 - - [2026-01-19 02:46:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006742 10.0.0.27 - - [2026-01-19 02:46:02] "DELETE /network-policy/cacbfc3b-9545-4e5f-8817-3ba46eb18ecf HTTP/1.1" 200 115 0.039719 10.0.0.27 - - [2026-01-19 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-01-19 02:46:02] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001254 10.0.0.27 - - [2026-01-19 02:46:02] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042951 10.0.0.27 - - [2026-01-19 02:46:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006457 10.0.0.27 - - [2026-01-19 02:46:02] "DELETE /network-policy/556df6b4-c4c6-418e-be3d-c715999c0373 HTTP/1.1" 200 115 0.053779 10.0.0.27 - - [2026-01-19 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.23 - - [2026-01-19 02:46:02] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022 10.0.0.27 - - [2026-01-19 02:46:02] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051594 10.0.0.27 - - [2026-01-19 02:46:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006033 10.0.0.27 - - [2026-01-19 02:46:02] "DELETE /network-policy/bc82f1b1-0430-4b4d-8d91-472fbda39074 HTTP/1.1" 200 115 0.047638 10.0.0.27 - - [2026-01-19 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.23 - - [2026-01-19 02:46:02] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.27 - - [2026-01-19 02:46:03] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054073 10.0.0.27 - - [2026-01-19 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005992 10.0.0.27 - - [2026-01-19 02:46:03] "DELETE /network-policy/b0e0f834-2b07-4078-a5dd-de888175f141 HTTP/1.1" 200 115 0.028641 10.0.0.27 - - [2026-01-19 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.23 - - [2026-01-19 02:46:03] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001456 10.0.0.27 - - [2026-01-19 02:46:03] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040076 10.0.0.27 - - [2026-01-19 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006130 10.0.0.27 - - [2026-01-19 02:46:03] "DELETE /network-policy/5fd5a96c-d9fc-40f0-8d0e-6f425f0a1125 HTTP/1.1" 200 115 0.041867 10.0.0.27 - - [2026-01-19 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.23 - - [2026-01-19 02:46:03] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001160 10.0.0.27 - - [2026-01-19 02:46:03] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041731 10.0.0.27 - - [2026-01-19 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006856 10.0.0.27 - - [2026-01-19 02:46:03] "DELETE /network-policy/c6ad8108-d50b-400a-80a1-f1905ff8b080 HTTP/1.1" 200 115 0.034551 10.0.0.27 - - [2026-01-19 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723 10.0.0.23 - - [2026-01-19 02:46:03] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001808 10.0.0.27 - - [2026-01-19 02:46:03] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058105 10.0.0.27 - - [2026-01-19 02:46:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-88863737&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006474 10.0.0.27 - - [2026-01-19 02:46:03] "POST /neutron/network HTTP/1.1" 200 1074 0.013118 10.0.0.27 - - [2026-01-19 02:46:03] "DELETE /route-target/6f4668fc-968b-454e-8467-7fd4095a16f1 HTTP/1.1" 200 115 0.026149 10.0.0.23 - - [2026-01-19 02:46:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005079 10.0.0.23 - - [2026-01-19 02:46:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002634 10.0.0.23 - - [2026-01-19 02:46:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002868 10.0.0.23 - - [2026-01-19 02:46:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002132 10.0.0.27 - - [2026-01-19 02:46:04] "POST /neutron/network HTTP/1.1" 200 151 0.133858 10.0.0.27 - - [2026-01-19 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007466 10.0.0.27 - - [2026-01-19 02:46:04] "DELETE /network-ipam/00a3a201-1cbf-4217-a458-e052bad3e60d HTTP/1.1" 200 115 0.061305 10.0.0.27 - - [2026-01-19 02:46:04] "POST /fqname-to-id HTTP/1.1" 404 248 0.007170 10.0.0.23 - - [2026-01-19 02:46:04] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.23 - - [2026-01-19 02:46:04] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.044154 10.0.0.23 - - [2026-01-19 02:46:04] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.23 - - [2026-01-19 02:46:04] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?fields=security_groups HTTP/1.1" 200 1382 0.055723 10.0.0.23 - - [2026-01-19 02:46:04] "DELETE /security-group/1831c276-5d5d-4a13-a85c-1818a03ab913 HTTP/1.1" 200 115 0.084526 10.0.0.23 - - [2026-01-19 02:46:04] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002929 10.0.0.27 - - [2026-01-19 02:46:04] "DELETE /access-control-list/e30738a6-85ed-498e-93b4-0e2d11a68cca HTTP/1.1" 200 115 0.055704 10.0.0.23 - - [2026-01-19 02:46:05] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?fields=application_policy_sets HTTP/1.1" 200 1421 0.077253 10.0.0.27 - - [2026-01-19 02:46:05] "DELETE /project/8e844f35-00d0-4d83-b672-a8eb54aab82d HTTP/1.1" 200 115 0.506815 10.0.0.23 - - [2026-01-19 02:46:05] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.27 - - [2026-01-19 02:46:05] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?fields=projects HTTP/1.1" 200 1439 0.012311 10.0.0.23 - - [2026-01-19 02:46:06] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003744 10.0.0.23 - - [2026-01-19 02:46:06] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.23 - - [2026-01-19 02:46:06] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051005 10.0.0.23 - - [2026-01-19 02:46:06] "POST /id-to-fqname HTTP/1.1" 200 196 0.001715 10.0.0.23 - - [2026-01-19 02:46:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.006765 10.0.0.23 - - [2026-01-19 02:46:06] "POST /security-groups HTTP/1.1" 200 597 0.031128 10.0.0.23 - - [2026-01-19 02:46:06] "POST /projects HTTP/1.1" 200 597 0.235276 10.0.0.27 - - [2026-01-19 02:46:06] "POST /access-control-lists HTTP/1.1" 200 602 0.027962 10.0.0.23 - - [2026-01-19 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.306893 10.0.0.27 - - [2026-01-19 02:46:07] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.493747 10.0.0.23 - - [2026-01-19 02:46:07] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001256 10.0.0.27 - - [2026-01-19 02:46:07] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?fields=virtual_networks HTTP/1.1" 200 1045 0.051314 10.0.0.23 - - [2026-01-19 02:46:07] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001111 10.0.0.27 - - [2026-01-19 02:46:07] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.038127 10.0.0.23 - - [2026-01-19 02:46:07] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001038 10.0.0.27 - - [2026-01-19 02:46:07] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?fields=security_groups HTTP/1.1" 200 1277 0.052601 10.0.0.27 - - [2026-01-19 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.030767 10.0.0.23 - - [2026-01-19 02:46:08] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003474 10.0.0.23 - - [2026-01-19 02:46:08] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.23 - - [2026-01-19 02:46:08] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008187 10.0.0.23 - - [2026-01-19 02:46:08] "POST /id-to-fqname HTTP/1.1" 200 202 0.003461 10.0.0.23 - - [2026-01-19 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.007339 10.0.0.23 - - [2026-01-19 02:46:08] "POST /security-groups HTTP/1.1" 200 603 0.045984 10.0.0.27 - - [2026-01-19 02:46:08] "POST /fqname-to-id HTTP/1.1" 404 246 0.007798 10.0.0.23 - - [2026-01-19 02:46:08] "POST /projects HTTP/1.1" 200 609 0.251262 10.0.0.23 - - [2026-01-19 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.293932 10.0.0.27 - - [2026-01-19 02:46:08] "POST /access-control-lists HTTP/1.1" 200 606 0.034256 10.0.0.27 - - [2026-01-19 02:46:08] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.455898 10.0.0.27 - - [2026-01-19 02:46:09] "GET / HTTP/1.1" 200 35931 0.002264 10.0.0.27 - - [2026-01-19 02:46:11] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000591 10.0.0.23 - - [2026-01-19 02:46:12] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001368 10.0.0.27 - - [2026-01-19 02:46:12] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061082 10.0.0.27 - - [2026-01-19 02:46:12] "GET / HTTP/1.1" 200 35931 0.002197 10.0.0.27 - - [2026-01-19 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.23 - - [2026-01-19 02:46:12] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.27 - - [2026-01-19 02:46:12] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007122 10.0.0.27 - - [2026-01-19 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.23 - - [2026-01-19 02:46:13] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.27 - - [2026-01-19 02:46:13] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.038935 10.0.0.27 - - [2026-01-19 02:46:14] "GET /domains HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2026-01-19 02:46:14] "GET /domains HTTP/1.1" 200 280 0.027994 10.0.0.23 - - [2026-01-19 02:46:14] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.27 - - [2026-01-19 02:46:14] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7 HTTP/1.1" 200 2972 0.012149 10.0.0.23 - - [2026-01-19 02:46:14] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.27 - - [2026-01-19 02:46:14] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26 HTTP/1.1" 200 1925 0.094803 10.0.0.27 - - [2026-01-19 02:46:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003186 10.0.0.27 - - [2026-01-19 02:46:14] "POST /network-ipams HTTP/1.1" 200 621 0.030361 10.0.0.27 - - [2026-01-19 02:46:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003566 10.0.0.27 - - [2026-01-19 02:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2026-01-19 02:46:14] "GET /network-ipam/2a545285-ee55-4dc3-b273-0e0b1ef1cadc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006535 10.0.0.27 - - [2026-01-19 02:46:14] "PUT /network-ipam/2a545285-ee55-4dc3-b273-0e0b1ef1cadc HTTP/1.1" 200 258 0.014088 10.0.0.27 - - [2026-01-19 02:46:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.27 - - [2026-01-19 02:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.027172 10.0.0.23 - - [2026-01-19 02:46:15] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.27 - - [2026-01-19 02:46:15] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046729 10.0.0.23 - - [2026-01-19 02:46:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009013 10.0.0.27 - - [2026-01-19 02:46:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.266778 10.0.0.27 - - [2026-01-19 02:46:16] "POST /neutron/network HTTP/1.1" 200 1337 0.012906 10.0.0.27 - - [2026-01-19 02:46:16] "POST /id-to-fqname HTTP/1.1" 200 235 0.001271 10.0.0.27 - - [2026-01-19 02:46:16] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006081 10.0.0.27 - - [2026-01-19 02:46:16] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005651 10.0.0.27 - - [2026-01-19 02:46:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.009963 10.0.0.27 - - [2026-01-19 02:46:17] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006105 10.0.0.27 - - [2026-01-19 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2026-01-19 02:46:18] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.27 - - [2026-01-19 02:46:18] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041488 10.0.0.27 - - [2026-01-19 02:46:18] "POST /neutron/network HTTP/1.1" 200 117 0.013574 10.0.0.27 - - [2026-01-19 02:46:18] "POST /route-targets HTTP/1.1" 200 327 0.012969 10.0.0.23 - - [2026-01-19 02:46:19] "POST /useragent-kv HTTP/1.1" 200 115 0.008313 10.0.0.27 - - [2026-01-19 02:46:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.205342 10.0.0.27 - - [2026-01-19 02:46:19] "POST /id-to-fqname HTTP/1.1" 200 235 0.001466 10.0.0.27 - - [2026-01-19 02:46:19] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.009253 10.0.0.27 - - [2026-01-19 02:46:19] "POST /neutron/network HTTP/1.1" 200 1337 0.012845 10.0.0.27 - - [2026-01-19 02:46:19] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006733 10.0.0.27 - - [2026-01-19 02:46:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.009530 10.0.0.27 - - [2026-01-19 02:46:19] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005585 10.0.0.50 - - [2026-01-19 02:46:19] "GET /obj-perms HTTP/1.1" 200 5019 0.069124 10.0.0.27 - - [2026-01-19 02:46:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.004236 10.0.0.27 - - [2026-01-19 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2026-01-19 02:46:20] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001597 10.0.0.27 - - [2026-01-19 02:46:20] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053497 10.0.0.27 - - [2026-01-19 02:46:20] "POST /network-policys HTTP/1.1" 200 533 0.040967 10.0.0.23 - - [2026-01-19 02:46:20] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001183 10.0.0.23 - - [2026-01-19 02:46:20] "DELETE /project/cc751c61127b4002a4fcc2b2a652cb26 HTTP/1.1" 404 173 0.008617 10.0.0.23 - - [2026-01-19 02:46:20] "DELETE /project/8e844f3500d04d83b672a8eb54aab82d HTTP/1.1" 404 173 0.021868 10.0.0.27 - - [2026-01-19 02:46:20] "GET /network-policy/f7236c59-1ae0-4aae-bd7b-d2d1a2082e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.026487 10.0.0.23 - - [2026-01-19 02:46:20] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.066697 10.0.0.23 - - [2026-01-19 02:46:20] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 10.0.0.23 - - [2026-01-19 02:46:20] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?fields=security_groups HTTP/1.1" 200 1382 0.062856 10.0.0.27 - - [2026-01-19 02:46:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.007718 10.0.0.27 - - [2026-01-19 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.23 - - [2026-01-19 02:46:20] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001833 10.0.0.23 - - [2026-01-19 02:46:20] "DELETE /security-group/3b407b80-1a59-465d-ad14-dbd74034ac1b HTTP/1.1" 200 115 0.066432 10.0.0.23 - - [2026-01-19 02:46:20] "GET /projects?obj_uuids=8e844f35-00d0-4d83-b672-a8eb54aab82d&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001351 10.0.0.27 - - [2026-01-19 02:46:20] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066707 10.0.0.27 - - [2026-01-19 02:46:20] "DELETE /access-control-list/37b8aaf1-0099-48fd-a1c0-e30fd21e5d33 HTTP/1.1" 200 115 0.060019 10.0.0.23 - - [2026-01-19 02:46:20] "GET /project/8e844f35-00d0-4d83-b672-a8eb54aab82d?fields=application_policy_sets HTTP/1.1" 200 1421 0.103762 10.0.0.27 - - [2026-01-19 02:46:20] "POST /network-policys HTTP/1.1" 200 533 0.044236 10.0.0.27 - - [2026-01-19 02:46:20] "GET /network-policy/542c7b4d-b869-46bd-8fe8-d95c84397eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006305 10.0.0.23 - - [2026-01-19 02:46:20] "DELETE /project/8e844f35-00d0-4d83-b672-a8eb54aab82d HTTP/1.1" 200 115 0.529721 10.0.0.27 - - [2026-01-19 02:46:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.005139 10.0.0.27 - - [2026-01-19 02:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.23 - - [2026-01-19 02:46:21] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001537 10.0.0.27 - - [2026-01-19 02:46:21] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046347 10.0.0.27 - - [2026-01-19 02:46:21] "POST /network-policys HTTP/1.1" 200 533 0.081022 10.0.0.27 - - [2026-01-19 02:46:21] "GET /network-policy/8358a917-4820-4088-afa6-7ea6b354fbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005909 10.0.0.27 - - [2026-01-19 02:46:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.002908 10.0.0.27 - - [2026-01-19 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2026-01-19 02:46:21] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.27 - - [2026-01-19 02:46:21] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037438 10.0.0.27 - - [2026-01-19 02:46:21] "POST /network-policys HTTP/1.1" 200 533 0.074073 10.0.0.27 - - [2026-01-19 02:46:21] "GET /network-policy/e7283628-77c1-4f3b-8a3e-fa4c9c1f9c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006673 10.0.0.27 - - [2026-01-19 02:46:21] "POST /fqname-to-id HTTP/1.1" 404 213 0.003278 10.0.0.27 - - [2026-01-19 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2026-01-19 02:46:21] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000877 10.0.0.27 - - [2026-01-19 02:46:21] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050684 10.0.0.27 - - [2026-01-19 02:46:21] "POST /network-policys HTTP/1.1" 200 537 0.028749 10.0.0.27 - - [2026-01-19 02:46:22] "GET /network-policy/e4a1b889-cdc5-416b-ad1d-baf4a9919674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.006654 10.0.0.27 - - [2026-01-19 02:46:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.004131 10.0.0.27 - - [2026-01-19 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.23 - - [2026-01-19 02:46:22] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001447 10.0.0.27 - - [2026-01-19 02:46:22] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066514 10.0.0.27 - - [2026-01-19 02:46:22] "POST /network-policys HTTP/1.1" 200 535 0.072836 10.0.0.27 - - [2026-01-19 02:46:22] "GET /network-policy/cdfcedef-338e-4439-a0b9-acd7d5aaf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007211 10.0.0.27 - - [2026-01-19 02:46:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.003415 10.0.0.27 - - [2026-01-19 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-01-19 02:46:22] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001549 10.0.0.27 - - [2026-01-19 02:46:22] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055752 10.0.0.27 - - [2026-01-19 02:46:22] "POST /network-policys HTTP/1.1" 200 535 0.073183 10.0.0.27 - - [2026-01-19 02:46:22] "GET /network-policy/8bfa1a79-03ee-45ec-8a2a-d89ca411af30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007007 10.0.0.27 - - [2026-01-19 02:46:23] "POST /fqname-to-id HTTP/1.1" 404 212 0.003261 10.0.0.27 - - [2026-01-19 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.23 - - [2026-01-19 02:46:23] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.27 - - [2026-01-19 02:46:23] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046954 10.0.0.27 - - [2026-01-19 02:46:23] "POST /network-policys HTTP/1.1" 200 535 0.084691 10.0.0.27 - - [2026-01-19 02:46:23] "GET /network-policy/7f01b7e8-a763-4e29-97df-78c35ed05a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.009841 10.0.0.27 - - [2026-01-19 02:46:23] "POST /fqname-to-id HTTP/1.1" 404 212 0.002934 10.0.0.27 - - [2026-01-19 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2026-01-19 02:46:23] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.27 - - [2026-01-19 02:46:23] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.085702 10.0.0.27 - - [2026-01-19 02:46:23] "POST /network-policys HTTP/1.1" 200 535 0.077776 10.0.0.27 - - [2026-01-19 02:46:23] "GET /network-policy/7bb3eb89-4e34-455b-9487-390a0ce93629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007197 10.0.0.27 - - [2026-01-19 02:46:23] "POST /fqname-to-id HTTP/1.1" 404 214 0.003580 10.0.0.27 - - [2026-01-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.23 - - [2026-01-19 02:46:24] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.27 - - [2026-01-19 02:46:24] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049073 10.0.0.27 - - [2026-01-19 02:46:24] "POST /network-policys HTTP/1.1" 200 539 0.030300 10.0.0.27 - - [2026-01-19 02:46:24] "GET /network-policy/99923549-8bfb-4105-b12c-6762961e9cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.009635 10.0.0.50 - - [2026-01-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.042061 10.0.0.27 - - [2026-01-19 02:46:24] "POST /neutron/network HTTP/1.1" 200 1425 0.098977 10.0.0.27 - - [2026-01-19 02:46:24] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005534 10.0.0.27 - - [2026-01-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2026-01-19 02:46:24] "GET /network-policy/f7236c59-1ae0-4aae-bd7b-d2d1a2082e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004487 10.0.0.27 - - [2026-01-19 02:46:24] "POST /fqname-to-id HTTP/1.1" 404 252 0.004733 10.0.0.27 - - [2026-01-19 02:46:24] "POST /neutron/network HTTP/1.1" 200 1427 0.085778 10.0.0.27 - - [2026-01-19 02:46:25] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.008030 10.0.0.27 - - [2026-01-19 02:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006169 10.0.0.27 - - [2026-01-19 02:46:25] "GET /network-policy/e4a1b889-cdc5-416b-ad1d-baf4a9919674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004120 10.0.0.27 - - [2026-01-19 02:46:25] "POST /id-to-fqname HTTP/1.1" 200 235 0.001552 10.0.0.23 - - [2026-01-19 02:46:26] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.27 - - [2026-01-19 02:46:26] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068375 10.0.0.27 - - [2026-01-19 02:46:26] "POST /neutron/network HTTP/1.1" 200 1425 0.040004 10.0.0.27 - - [2026-01-19 02:46:26] "POST /id-to-fqname HTTP/1.1" 200 235 0.001219 10.0.0.27 - - [2026-01-19 02:46:26] "POST /neutron/port HTTP/1.1" 200 117 0.006454 10.0.0.23 - - [2026-01-19 02:46:26] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001081 10.0.0.27 - - [2026-01-19 02:46:26] "PUT /access-control-list/e65b606e-9de1-43e2-a18c-b61fa534f55d HTTP/1.1" 200 272 0.016748 10.0.0.27 - - [2026-01-19 02:46:27] "POST /neutron/port HTTP/1.1" 200 1174 0.363325 10.0.0.23 - - [2026-01-19 02:46:27] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001275 10.0.0.27 - - [2026-01-19 02:46:27] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.100885 10.0.0.27 - - [2026-01-19 02:46:27] "POST /neutron/network HTTP/1.1" 200 1427 0.014811 10.0.0.27 - - [2026-01-19 02:46:27] "POST /neutron/port HTTP/1.1" 200 1238 0.066681 10.0.0.27 - - [2026-01-19 02:46:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004539 10.0.0.27 - - [2026-01-19 02:46:27] "POST /neutron/port HTTP/1.1" 200 1238 0.020234 10.0.0.27 - - [2026-01-19 02:46:27] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.23 - - [2026-01-19 02:46:28] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001463 10.0.0.27 - - [2026-01-19 02:46:28] "POST /neutron/port HTTP/1.1" 200 1174 0.394592 10.0.0.27 - - [2026-01-19 02:46:28] "POST /neutron/port HTTP/1.1" 200 1228 0.114648 10.0.0.27 - - [2026-01-19 02:46:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.27 - - [2026-01-19 02:46:28] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.27 - - [2026-01-19 02:46:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007933 10.0.0.27 - - [2026-01-19 02:46:32] "POST /neutron/port HTTP/1.1" 200 1238 0.017516 10.0.0.27 - - [2026-01-19 02:46:33] "GET /virtual-machine/a16afaf0-3b36-427a-a531-1522bc26a23b HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2026-01-19 02:46:33] "GET /virtual-machine/a16afaf0-3b36-427a-a531-1522bc26a23b HTTP/1.1" 200 1305 0.033916 10.0.0.27 - - [2026-01-19 02:46:33] "GET /virtual-machine-interface/2bc1e7f4-23c5-42c2-84e8-e8f58238c339 HTTP/1.1" 200 3168 0.004916 10.0.0.27 - - [2026-01-19 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007182 10.0.0.27 - - [2026-01-19 02:46:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003841 10.0.0.27 - - [2026-01-19 02:46:33] "GET /virtual-networks?parent_id=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003056 10.0.0.27 - - [2026-01-19 02:46:33] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006339 10.0.0.27 - - [2026-01-19 02:46:34] "POST /neutron/port HTTP/1.1" 200 1238 0.018931 10.0.0.27 - - [2026-01-19 02:46:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004030 10.0.0.27 - - [2026-01-19 02:46:34] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.27 - - [2026-01-19 02:46:34] "POST /neutron/port HTTP/1.1" 200 1238 0.019166 10.0.0.27 - - [2026-01-19 02:46:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004231 10.0.0.27 - - [2026-01-19 02:46:34] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.27 - - [2026-01-19 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2026-01-19 02:46:36] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007033 10.0.0.27 - - [2026-01-19 02:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.27 - - [2026-01-19 02:46:40] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006664 10.0.0.23 - - [2026-01-19 02:46:43] "GET /obj-perms HTTP/1.1" 200 5056 0.046130 10.0.0.27 - - [2026-01-19 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.27 - - [2026-01-19 02:46:44] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006778 10.0.0.27 - - [2026-01-19 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2026-01-19 02:46:48] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005626 10.0.0.27 - - [2026-01-19 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.27 - - [2026-01-19 02:46:52] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007388 10.0.0.27 - - [2026-01-19 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.27 - - [2026-01-19 02:46:57] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007340 10.0.0.27 - - [2026-01-19 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.27 - - [2026-01-19 02:47:01] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.009879 10.0.0.27 - - [2026-01-19 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.27 - - [2026-01-19 02:47:05] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.007028 10.0.0.27 - - [2026-01-19 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.27 - - [2026-01-19 02:47:09] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005666 10.0.0.27 - - [2026-01-19 02:47:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030806 10.0.0.27 - - [2026-01-19 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2026-01-19 02:47:13] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005428 10.0.0.27 - - [2026-01-19 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.27 - - [2026-01-19 02:47:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004979 10.0.0.27 - - [2026-01-19 02:47:17] "GET /virtual-networks?parent_id=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003968 10.0.0.27 - - [2026-01-19 02:47:17] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005896 10.0.0.50 - - [2026-01-19 02:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2026-01-19 02:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.23 - - [2026-01-19 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-01-19 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.50 - - [2026-01-19 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.50 - - [2026-01-19 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2026-01-19 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-01-19 02:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-01-19 02:47:22] "POST /neutron/port HTTP/1.1" 200 1238 0.031923 10.0.0.23 - - [2026-01-19 02:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-01-19 02:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2026-01-19 02:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-01-19 02:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2026-01-19 02:47:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009041 10.0.0.27 - - [2026-01-19 02:47:34] "POST /neutron/port HTTP/1.1" 200 1238 0.018273 10.0.0.27 - - [2026-01-19 02:47:35] "POST /neutron/port HTTP/1.1" 200 1238 0.021570 10.0.0.27 - - [2026-01-19 02:47:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003647 10.0.0.27 - - [2026-01-19 02:47:35] "POST /neutron/port HTTP/1.1" 200 117 0.001471 10.0.0.27 - - [2026-01-19 02:47:36] "POST /neutron/port HTTP/1.1" 200 1238 0.031020 10.0.0.27 - - [2026-01-19 02:47:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004671 10.0.0.27 - - [2026-01-19 02:47:36] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.27 - - [2026-01-19 02:47:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007664 10.0.0.27 - - [2026-01-19 02:47:43] "POST /neutron/port HTTP/1.1" 200 1238 0.019530 10.0.0.27 - - [2026-01-19 02:47:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007540 10.0.0.27 - - [2026-01-19 02:47:43] "GET /virtual-machine/6526dd0e-1196-4117-8bb5-a74471a8b0ef HTTP/1.1" 200 1304 0.006000 10.0.0.27 - - [2026-01-19 02:47:43] "GET /virtual-machine-interface/2ad9287e-df3b-4b8d-abdf-ac4c51dbe61d HTTP/1.1" 200 3169 0.005703 10.0.0.27 - - [2026-01-19 02:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.27 - - [2026-01-19 02:47:43] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003881 10.0.0.27 - - [2026-01-19 02:47:43] "GET /virtual-networks?parent_id=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002822 10.0.0.27 - - [2026-01-19 02:47:43] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006004 10.0.0.27 - - [2026-01-19 02:47:44] "GET /obj-perms HTTP/1.1" 200 5056 0.060597 10.0.0.27 - - [2026-01-19 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2026-01-19 02:47:44] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004109 10.0.0.27 - - [2026-01-19 02:47:45] "GET /virtual-networks?parent_id=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002779 10.0.0.27 - - [2026-01-19 02:47:45] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006821 10.0.0.27 - - [2026-01-19 02:47:45] "POST /neutron/port HTTP/1.1" 200 1238 0.018790 10.0.0.27 - - [2026-01-19 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2026-01-19 02:47:45] "GET /network-policy/e4a1b889-cdc5-416b-ad1d-baf4a9919674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.003647 10.0.0.27 - - [2026-01-19 02:47:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008051 10.0.0.27 - - [2026-01-19 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2026-01-19 02:47:45] "GET /network-policy/f7236c59-1ae0-4aae-bd7b-d2d1a2082e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003827 10.0.0.27 - - [2026-01-19 02:47:46] "POST /neutron/network HTTP/1.1" 200 1425 0.017634 10.0.0.27 - - [2026-01-19 02:47:46] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.005432 10.0.0.27 - - [2026-01-19 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2026-01-19 02:47:46] "GET /network-policy/542c7b4d-b869-46bd-8fe8-d95c84397eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005205 10.0.0.50 - - [2026-01-19 02:48:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.006700 10.0.0.27 - - [2026-01-19 02:48:09] "PUT /access-control-list/e65b606e-9de1-43e2-a18c-b61fa534f55d HTTP/1.1" 200 272 0.021857 10.0.0.27 - - [2026-01-19 02:48:09] "POST /neutron/network HTTP/1.1" 200 1428 0.022155 10.0.0.27 - - [2026-01-19 02:48:09] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005353 10.0.0.27 - - [2026-01-19 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2026-01-19 02:48:09] "GET /network-policy/99923549-8bfb-4105-b12c-6762961e9cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004720 10.0.0.27 - - [2026-01-19 02:48:22] "POST /neutron/network HTTP/1.1" 200 1425 0.014206 10.0.0.27 - - [2026-01-19 02:48:22] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006038 10.0.0.27 - - [2026-01-19 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.27 - - [2026-01-19 02:48:22] "GET /network-policy/8358a917-4820-4088-afa6-7ea6b354fbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.009727 10.0.0.27 - - [2026-01-19 02:48:22] "POST /ref-update HTTP/1.1" 200 156 0.056341 10.0.0.27 - - [2026-01-19 02:48:34] "POST /neutron/network HTTP/1.1" 200 1425 0.016301 10.0.0.27 - - [2026-01-19 02:48:34] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3479 0.006242 10.0.0.27 - - [2026-01-19 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.014101 10.0.0.27 - - [2026-01-19 02:48:34] "GET /network-policy/e7283628-77c1-4f3b-8a3e-fa4c9c1f9c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004842 10.0.0.27 - - [2026-01-19 02:48:36] "POST /neutron/network HTTP/1.1" 200 1435 0.006915 10.0.0.27 - - [2026-01-19 02:48:36] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014768 10.0.0.27 - - [2026-01-19 02:48:36] "POST /neutron/network HTTP/1.1" 200 1425 0.012270 10.0.0.27 - - [2026-01-19 02:48:37] "POST /neutron/network HTTP/1.1" 200 1437 0.036024 10.0.0.27 - - [2026-01-19 02:48:37] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019084 10.0.0.27 - - [2026-01-19 02:48:37] "POST /neutron/network HTTP/1.1" 200 1427 0.012959 10.0.0.50 - - [2026-01-19 02:48:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.005062 10.0.0.27 - - [2026-01-19 02:48:44] "POST /ref-update HTTP/1.1" 200 156 0.046969 10.0.0.27 - - [2026-01-19 02:48:44] "POST /neutron/network HTTP/1.1" 200 1426 0.024336 10.0.0.27 - - [2026-01-19 02:48:44] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.021470 10.0.0.27 - - [2026-01-19 02:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006466 10.0.0.27 - - [2026-01-19 02:48:44] "GET /network-policy/cdfcedef-338e-4439-a0b9-acd7d5aaf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005111 10.0.0.27 - - [2026-01-19 02:48:57] "POST /neutron/network HTTP/1.1" 200 1426 0.028792 10.0.0.27 - - [2026-01-19 02:48:57] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005341 10.0.0.27 - - [2026-01-19 02:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2026-01-19 02:48:57] "GET /network-policy/8bfa1a79-03ee-45ec-8a2a-d89ca411af30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004311 10.0.0.27 - - [2026-01-19 02:49:07] "PUT /access-control-list/e65b606e-9de1-43e2-a18c-b61fa534f55d HTTP/1.1" 200 272 0.068240 10.0.0.27 - - [2026-01-19 02:49:07] "POST /neutron/network HTTP/1.1" 200 1426 0.030141 10.0.0.27 - - [2026-01-19 02:49:07] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009491 10.0.0.27 - - [2026-01-19 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.27 - - [2026-01-19 02:49:07] "GET /network-policy/7f01b7e8-a763-4e29-97df-78c35ed05a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004318 10.0.0.50 - - [2026-01-19 02:49:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003361 10.0.0.27 - - [2026-01-19 02:49:19] "POST /neutron/network HTTP/1.1" 200 1426 0.017159 10.0.0.27 - - [2026-01-19 02:49:19] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006046 10.0.0.27 - - [2026-01-19 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.27 - - [2026-01-19 02:49:19] "GET /network-policy/7bb3eb89-4e34-455b-9487-390a0ce93629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.011522 10.0.0.27 - - [2026-01-19 02:49:29] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006258 10.0.0.27 - - [2026-01-19 02:49:30] "POST /neutron/network HTTP/1.1" 200 1337 0.022388 10.0.0.27 - - [2026-01-19 02:49:30] "POST /ref-update HTTP/1.1" 200 156 0.032627 10.0.0.27 - - [2026-01-19 02:49:30] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.019629 10.0.0.27 - - [2026-01-19 02:49:30] "GET /virtual-machine/6526dd0e-1196-4117-8bb5-a74471a8b0ef HTTP/1.1" 200 1304 0.008103 10.0.0.27 - - [2026-01-19 02:49:30] "POST /neutron/port HTTP/1.1" 200 151 0.233810 10.0.0.27 - - [2026-01-19 02:49:32] "GET /virtual-machine/6526dd0e-1196-4117-8bb5-a74471a8b0ef HTTP/1.1" 404 171 0.003052 10.0.0.27 - - [2026-01-19 02:49:32] "GET /virtual-machine/6526dd0e-1196-4117-8bb5-a74471a8b0ef HTTP/1.1" 404 171 0.002809 10.0.0.27 - - [2026-01-19 02:49:32] "GET /virtual-machine/6526dd0e-1196-4117-8bb5-a74471a8b0ef HTTP/1.1" 404 171 0.002826 10.0.0.27 - - [2026-01-19 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.27 - - [2026-01-19 02:49:32] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004890 10.0.0.27 - - [2026-01-19 02:49:32] "GET /virtual-networks?parent_id=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003234 10.0.0.27 - - [2026-01-19 02:49:32] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007019 10.0.0.27 - - [2026-01-19 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-01-19 02:49:32] "GET /routing-instance/cd9ffd33-dc38-4633-9255-70378dc9784d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004942 10.0.0.27 - - [2026-01-19 02:49:32] "GET /route-target/655b0c69-31af-488f-bb28-17583dce117a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004609 10.0.0.50 - - [2026-01-19 02:49:32] "GET /obj-perms HTTP/1.1" 200 5019 0.003829 10.0.0.27 - - [2026-01-19 02:49:35] "GET /obj-perms HTTP/1.1" 200 5019 0.071699 10.0.0.27 - - [2026-01-19 02:49:36] "POST /neutron/network HTTP/1.1" 200 1347 0.011851 10.0.0.27 - - [2026-01-19 02:49:36] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014167 10.0.0.27 - - [2026-01-19 02:49:36] "POST /neutron/network HTTP/1.1" 200 1337 0.012599 10.0.0.50 - - [2026-01-19 02:49:42] "GET /obj-perms HTTP/1.1" 200 5019 0.004553 10.0.0.27 - - [2026-01-19 02:49:45] "GET /obj-perms HTTP/1.1" 200 5019 0.003763 10.0.0.50 - - [2026-01-19 02:49:48] "GET /obj-perms HTTP/1.1" 200 5019 0.003557 10.0.0.27 - - [2026-01-19 02:49:54] "GET /obj-perms HTTP/1.1" 200 5019 0.003670 10.0.0.50 - - [2026-01-19 02:49:57] "GET /obj-perms HTTP/1.1" 200 5019 0.006107 10.0.0.27 - - [2026-01-19 02:50:00] "GET /obj-perms HTTP/1.1" 200 5019 0.003833 10.0.0.23 - - [2026-01-19 02:50:00] "GET /obj-perms HTTP/1.1" 200 5019 0.059353 10.0.0.27 - - [2026-01-19 02:50:00] "GET /virtual-machine/a16afaf0-3b36-427a-a531-1522bc26a23b HTTP/1.1" 200 1305 0.004383 10.0.0.27 - - [2026-01-19 02:50:01] "POST /neutron/port HTTP/1.1" 200 151 0.246626 10.0.0.27 - - [2026-01-19 02:50:02] "GET /virtual-machine/a16afaf0-3b36-427a-a531-1522bc26a23b HTTP/1.1" 404 171 0.002943 10.0.0.27 - - [2026-01-19 02:50:02] "GET /virtual-machine/a16afaf0-3b36-427a-a531-1522bc26a23b HTTP/1.1" 404 171 0.002995 10.0.0.27 - - [2026-01-19 02:50:02] "GET /virtual-machine/a16afaf0-3b36-427a-a531-1522bc26a23b HTTP/1.1" 404 171 0.003116 10.0.0.27 - - [2026-01-19 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2026-01-19 02:50:02] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003913 10.0.0.27 - - [2026-01-19 02:50:02] "GET /virtual-networks?parent_id=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003119 10.0.0.27 - - [2026-01-19 02:50:02] "GET /virtual-network/6d9e4248-f02e-4eb9-8318-39780205931e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005936 10.0.0.27 - - [2026-01-19 02:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2026-01-19 02:50:03] "GET /routing-instance/a058c742-745b-47e1-89ee-eb8277d282bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004802 10.0.0.27 - - [2026-01-19 02:50:03] "GET /route-target/4377df1d-b546-40cb-bb53-a93b9670e715?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004191 10.0.0.50 - - [2026-01-19 02:50:03] "GET /obj-perms HTTP/1.1" 200 5019 0.004188 10.0.0.27 - - [2026-01-19 02:50:06] "GET /obj-perms HTTP/1.1" 200 5019 0.005209 10.0.0.50 - - [2026-01-19 02:50:12] "GET /obj-perms HTTP/1.1" 200 5019 0.003865 10.0.0.27 - - [2026-01-19 02:50:15] "GET /obj-perms HTTP/1.1" 200 5019 0.004359 10.0.0.50 - - [2026-01-19 02:50:21] "GET /obj-perms HTTP/1.1" 200 5019 0.004100 10.0.0.27 - - [2026-01-19 02:50:24] "GET /obj-perms HTTP/1.1" 200 5019 0.004865 10.0.0.50 - - [2026-01-19 02:50:30] "GET /obj-perms HTTP/1.1" 200 5019 0.004378 10.0.0.27 - - [2026-01-19 02:50:30] "GET /obj-perms HTTP/1.1" 200 5019 0.003834 10.0.0.27 - - [2026-01-19 02:50:30] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006329 10.0.0.27 - - [2026-01-19 02:50:31] "POST /neutron/network HTTP/1.1" 200 1337 0.013335 10.0.0.27 - - [2026-01-19 02:50:31] "GET /virtual-network/7bb0dc5f-08da-4272-afb4-47e10df56c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006396 10.0.0.27 - - [2026-01-19 02:50:31] "DELETE /network-policy/99923549-8bfb-4105-b12c-6762961e9cb1 HTTP/1.1" 200 115 0.038949 10.0.0.27 - - [2026-01-19 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-01-19 02:50:31] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.028811 10.0.0.27 - - [2026-01-19 02:50:31] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072371 10.0.0.27 - - [2026-01-19 02:50:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005657 10.0.0.27 - - [2026-01-19 02:50:31] "DELETE /network-policy/7bb3eb89-4e34-455b-9487-390a0ce93629 HTTP/1.1" 200 115 0.051225 10.0.0.27 - - [2026-01-19 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.012000 10.0.0.23 - - [2026-01-19 02:50:31] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.27 - - [2026-01-19 02:50:31] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040943 10.0.0.27 - - [2026-01-19 02:50:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.006014 10.0.0.27 - - [2026-01-19 02:50:31] "DELETE /network-policy/7f01b7e8-a763-4e29-97df-78c35ed05a35 HTTP/1.1" 200 115 0.043462 10.0.0.27 - - [2026-01-19 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.23 - - [2026-01-19 02:50:31] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000955 10.0.0.27 - - [2026-01-19 02:50:31] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044413 10.0.0.27 - - [2026-01-19 02:50:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005384 10.0.0.27 - - [2026-01-19 02:50:31] "DELETE /network-policy/8bfa1a79-03ee-45ec-8a2a-d89ca411af30 HTTP/1.1" 200 115 0.028669 10.0.0.27 - - [2026-01-19 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.23 - - [2026-01-19 02:50:31] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.27 - - [2026-01-19 02:50:31] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047652 10.0.0.27 - - [2026-01-19 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005531 10.0.0.27 - - [2026-01-19 02:50:32] "DELETE /network-policy/cdfcedef-338e-4439-a0b9-acd7d5aaf68c HTTP/1.1" 200 115 0.040694 10.0.0.27 - - [2026-01-19 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.23 - - [2026-01-19 02:50:32] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.27 - - [2026-01-19 02:50:32] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049239 10.0.0.27 - - [2026-01-19 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005062 10.0.0.27 - - [2026-01-19 02:50:32] "DELETE /network-policy/e4a1b889-cdc5-416b-ad1d-baf4a9919674 HTTP/1.1" 200 115 0.041682 10.0.0.27 - - [2026-01-19 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.23 - - [2026-01-19 02:50:32] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.27 - - [2026-01-19 02:50:32] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044136 10.0.0.27 - - [2026-01-19 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005732 10.0.0.27 - - [2026-01-19 02:50:32] "DELETE /network-policy/e7283628-77c1-4f3b-8a3e-fa4c9c1f9c82 HTTP/1.1" 200 115 0.038636 10.0.0.27 - - [2026-01-19 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008113 10.0.0.23 - - [2026-01-19 02:50:32] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.27 - - [2026-01-19 02:50:32] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040988 10.0.0.27 - - [2026-01-19 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005516 10.0.0.27 - - [2026-01-19 02:50:32] "DELETE /network-policy/8358a917-4820-4088-afa6-7ea6b354fbe8 HTTP/1.1" 200 115 0.037993 10.0.0.27 - - [2026-01-19 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.23 - - [2026-01-19 02:50:32] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.27 - - [2026-01-19 02:50:32] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045079 10.0.0.27 - - [2026-01-19 02:50:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005810 10.0.0.27 - - [2026-01-19 02:50:33] "DELETE /network-policy/542c7b4d-b869-46bd-8fe8-d95c84397eea HTTP/1.1" 200 115 0.039296 10.0.0.27 - - [2026-01-19 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.23 - - [2026-01-19 02:50:33] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001014 10.0.0.27 - - [2026-01-19 02:50:33] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044380 10.0.0.27 - - [2026-01-19 02:50:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005337 10.0.0.27 - - [2026-01-19 02:50:33] "DELETE /network-policy/f7236c59-1ae0-4aae-bd7b-d2d1a2082e70 HTTP/1.1" 200 115 0.031016 10.0.0.27 - - [2026-01-19 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2026-01-19 02:50:33] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.27 - - [2026-01-19 02:50:33] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055281 10.0.0.27 - - [2026-01-19 02:50:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-14690172&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005252 10.0.0.27 - - [2026-01-19 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006538 10.0.0.27 - - [2026-01-19 02:50:33] "POST /neutron/network HTTP/1.1" 200 1337 0.012474 10.0.0.27 - - [2026-01-19 02:50:34] "DELETE /route-target/4377df1d-b546-40cb-bb53-a93b9670e715 HTTP/1.1" 200 115 0.021289 10.0.0.27 - - [2026-01-19 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2026-01-19 02:50:34] "DELETE /network-ipam/2a545285-ee55-4dc3-b273-0e0b1ef1cadc HTTP/1.1" 200 115 0.037776 10.0.0.27 - - [2026-01-19 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 260 0.006037 10.0.0.23 - - [2026-01-19 02:50:34] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.23 - - [2026-01-19 02:50:34] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.061846 10.0.0.23 - - [2026-01-19 02:50:34] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001523 10.0.0.23 - - [2026-01-19 02:50:34] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?fields=security_groups HTTP/1.1" 200 1400 0.052623 10.0.0.23 - - [2026-01-19 02:50:34] "DELETE /security-group/6f2a8222-be4e-49fb-b19f-8220c76c74c1 HTTP/1.1" 200 115 0.067226 10.0.0.23 - - [2026-01-19 02:50:34] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.23 - - [2026-01-19 02:50:34] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?fields=application_policy_sets HTTP/1.1" 200 1439 0.068366 10.0.0.27 - - [2026-01-19 02:50:34] "DELETE /project/cc751c61-127b-4002-a4fc-c2b2a652cb26 HTTP/1.1" 200 115 0.501633 10.0.0.23 - - [2026-01-19 02:50:34] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001824 10.0.0.27 - - [2026-01-19 02:50:34] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?fields=projects HTTP/1.1" 200 1439 0.012524 10.0.0.23 - - [2026-01-19 02:50:36] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005362 10.0.0.23 - - [2026-01-19 02:50:36] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.23 - - [2026-01-19 02:50:36] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039644 10.0.0.23 - - [2026-01-19 02:50:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.001416 10.0.0.23 - - [2026-01-19 02:50:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003966 10.0.0.23 - - [2026-01-19 02:50:36] "POST /security-groups HTTP/1.1" 200 603 0.074456 10.0.0.27 - - [2026-01-19 02:50:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.004263 10.0.0.23 - - [2026-01-19 02:50:36] "POST /projects HTTP/1.1" 200 609 0.314170 10.0.0.23 - - [2026-01-19 02:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.405143 10.0.0.27 - - [2026-01-19 02:50:36] "POST /access-control-lists HTTP/1.1" 200 606 0.038763 10.0.0.27 - - [2026-01-19 02:50:36] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.594213 10.0.0.23 - - [2026-01-19 02:50:36] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001400 10.0.0.27 - - [2026-01-19 02:50:36] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?fields=virtual_networks HTTP/1.1" 200 1057 0.054360 10.0.0.23 - - [2026-01-19 02:50:36] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001683 10.0.0.27 - - [2026-01-19 02:50:37] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.059578 10.0.0.23 - - [2026-01-19 02:50:37] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.27 - - [2026-01-19 02:50:37] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?fields=security_groups HTTP/1.1" 200 1295 0.045354 10.0.0.27 - - [2026-01-19 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 182 0.027428 10.0.0.23 - - [2026-01-19 02:50:38] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003220 10.0.0.23 - - [2026-01-19 02:50:38] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.23 - - [2026-01-19 02:50:38] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009216 10.0.0.23 - - [2026-01-19 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 184 0.001214 10.0.0.23 - - [2026-01-19 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.019395 10.0.0.23 - - [2026-01-19 02:50:38] "POST /security-groups HTTP/1.1" 200 585 0.077971 10.0.0.23 - - [2026-01-19 02:50:38] "POST /projects HTTP/1.1" 200 573 0.317817 10.0.0.27 - - [2026-01-19 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.011389 10.0.0.23 - - [2026-01-19 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.401659 10.0.0.27 - - [2026-01-19 02:50:38] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.538508 10.0.0.27 - - [2026-01-19 02:50:39] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.27 - - [2026-01-19 02:50:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.27 - - [2026-01-19 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.055312 10.0.0.23 - - [2026-01-19 02:50:40] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001191 10.0.0.27 - - [2026-01-19 02:50:40] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.047436 10.0.0.23 - - [2026-01-19 02:50:40] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001026 10.0.0.27 - - [2026-01-19 02:50:40] "POST /neutron/network HTTP/1.1" 200 599 0.169553 10.0.0.27 - - [2026-01-19 02:50:40] "POST /ref-update HTTP/1.1" 200 156 0.028324 10.0.0.50 - - [2026-01-19 02:50:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.004152 10.0.0.27 - - [2026-01-19 02:50:41] "POST /neutron/network HTTP/1.1" 200 991 0.013458 10.0.0.27 - - [2026-01-19 02:50:41] "POST /id-to-fqname HTTP/1.1" 200 214 0.001221 10.0.0.27 - - [2026-01-19 02:50:41] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005943 10.0.0.27 - - [2026-01-19 02:50:41] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005980 10.0.0.27 - - [2026-01-19 02:50:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.011787 10.0.0.27 - - [2026-01-19 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.23 - - [2026-01-19 02:50:41] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001671 10.0.0.27 - - [2026-01-19 02:50:41] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.049657 10.0.0.23 - - [2026-01-19 02:50:41] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001030 10.0.0.27 - - [2026-01-19 02:50:41] "POST /neutron/network HTTP/1.1" 200 599 0.114918 10.0.0.27 - - [2026-01-19 02:50:42] "POST /neutron/network HTTP/1.1" 200 993 0.013966 10.0.0.27 - - [2026-01-19 02:50:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001596 10.0.0.27 - - [2026-01-19 02:50:42] "GET /virtual-network/8df04466-d69a-49d4-bb09-42acacb9c7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005443 10.0.0.27 - - [2026-01-19 02:50:42] "GET /virtual-network/8df04466-d69a-49d4-bb09-42acacb9c7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005559 10.0.0.27 - - [2026-01-19 02:50:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.010110 10.0.0.27 - - [2026-01-19 02:50:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001431 10.0.0.23 - - [2026-01-19 02:50:43] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002846 10.0.0.27 - - [2026-01-19 02:50:43] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.072852 10.0.0.27 - - [2026-01-19 02:50:43] "POST /neutron/network HTTP/1.1" 200 991 0.008816 10.0.0.27 - - [2026-01-19 02:50:43] "POST /id-to-fqname HTTP/1.1" 200 214 0.001233 10.0.0.27 - - [2026-01-19 02:50:43] "POST /neutron/port HTTP/1.1" 200 117 0.006032 10.0.0.23 - - [2026-01-19 02:50:43] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001385 10.0.0.27 - - [2026-01-19 02:50:44] "POST /neutron/port HTTP/1.1" 200 1160 0.358292 10.0.0.23 - - [2026-01-19 02:50:44] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003308 10.0.0.27 - - [2026-01-19 02:50:44] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.122970 10.0.0.27 - - [2026-01-19 02:50:44] "POST /neutron/port HTTP/1.1" 200 1214 0.145846 10.0.0.27 - - [2026-01-19 02:50:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003933 10.0.0.27 - - [2026-01-19 02:50:44] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.27 - - [2026-01-19 02:50:44] "POST /neutron/port HTTP/1.1" 200 1224 0.025628 10.0.0.27 - - [2026-01-19 02:50:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001506 10.0.0.27 - - [2026-01-19 02:50:44] "POST /neutron/port HTTP/1.1" 200 1224 0.022094 10.0.0.27 - - [2026-01-19 02:50:45] "POST /neutron/network HTTP/1.1" 200 1001 0.007220 10.0.0.27 - - [2026-01-19 02:50:45] "POST /neutron/port HTTP/1.1" 200 1160 0.027587 10.0.0.27 - - [2026-01-19 02:50:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004170 10.0.0.27 - - [2026-01-19 02:50:45] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.23 - - [2026-01-19 02:50:46] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001213 10.0.0.27 - - [2026-01-19 02:50:46] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.083708 10.0.0.27 - - [2026-01-19 02:50:46] "POST /neutron/network HTTP/1.1" 200 993 0.013188 10.0.0.27 - - [2026-01-19 02:50:46] "POST /neutron/port HTTP/1.1" 200 117 0.007540 10.0.0.27 - - [2026-01-19 02:50:46] "POST /neutron/port HTTP/1.1" 200 1224 0.020383 10.0.0.27 - - [2026-01-19 02:50:46] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008781 10.0.0.27 - - [2026-01-19 02:50:46] "GET /virtual-machine/c0a256e6-7ad9-4bfc-b1fd-d567ef48bc6a HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2026-01-19 02:50:47] "POST /neutron/port HTTP/1.1" 200 1162 0.025576 10.0.0.27 - - [2026-01-19 02:50:47] "GET /virtual-machine/c0a256e6-7ad9-4bfc-b1fd-d567ef48bc6a HTTP/1.1" 200 1287 0.076770 10.0.0.27 - - [2026-01-19 02:50:47] "GET /virtual-machine-interface/f7900eaf-be62-4b2a-8b18-5173e2c9f391 HTTP/1.1" 200 3106 0.005955 10.0.0.27 - - [2026-01-19 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2026-01-19 02:50:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003616 10.0.0.27 - - [2026-01-19 02:50:47] "GET /virtual-networks?parent_id=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003161 10.0.0.27 - - [2026-01-19 02:50:47] "POST /neutron/port HTTP/1.1" 200 1226 0.019176 10.0.0.27 - - [2026-01-19 02:50:47] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005864 10.0.0.27 - - [2026-01-19 02:50:47] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015266 10.0.0.27 - - [2026-01-19 02:50:47] "POST /neutron/network HTTP/1.1" 200 993 0.010862 10.0.0.27 - - [2026-01-19 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2026-01-19 02:50:50] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005406 10.0.0.27 - - [2026-01-19 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004950 10.0.0.27 - - [2026-01-19 02:50:54] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005822 10.0.0.27 - - [2026-01-19 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-01-19 02:50:58] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007148 10.0.0.27 - - [2026-01-19 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2026-01-19 02:51:02] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006072 10.0.0.27 - - [2026-01-19 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2026-01-19 02:51:06] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005236 10.0.0.27 - - [2026-01-19 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.27 - - [2026-01-19 02:51:10] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005647 10.0.0.27 - - [2026-01-19 02:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2026-01-19 02:51:15] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007081 10.0.0.27 - - [2026-01-19 02:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2026-01-19 02:51:19] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005408 10.0.0.23 - - [2026-01-19 02:51:21] "DELETE /project/cc751c61127b4002a4fcc2b2a652cb26 HTTP/1.1" 404 173 0.003891 10.0.0.23 - - [2026-01-19 02:51:21] "DELETE /project/cf1cb905895c48c889f75332b2540e88 HTTP/1.1" 404 173 0.005335 10.0.0.23 - - [2026-01-19 02:51:21] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000860 10.0.0.23 - - [2026-01-19 02:51:21] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.046022 10.0.0.23 - - [2026-01-19 02:51:21] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000962 10.0.0.23 - - [2026-01-19 02:51:21] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?fields=security_groups HTTP/1.1" 200 1400 0.044007 10.0.0.23 - - [2026-01-19 02:51:21] "DELETE /security-group/36237c1a-6784-4e8f-8417-611d8553663a HTTP/1.1" 200 115 0.056438 10.0.0.23 - - [2026-01-19 02:51:21] "GET /projects?obj_uuids=cc751c61-127b-4002-a4fc-c2b2a652cb26&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.27 - - [2026-01-19 02:51:21] "DELETE /access-control-list/cd7bd1a1-45e6-41ca-8df3-c665f0c299bd HTTP/1.1" 200 115 0.041604 10.0.0.23 - - [2026-01-19 02:51:21] "GET /project/cc751c61-127b-4002-a4fc-c2b2a652cb26?fields=application_policy_sets HTTP/1.1" 200 1439 0.055344 10.0.0.23 - - [2026-01-19 02:51:21] "DELETE /project/cc751c61-127b-4002-a4fc-c2b2a652cb26 HTTP/1.1" 200 115 0.425749 10.0.0.27 - - [2026-01-19 02:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2026-01-19 02:51:23] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004981 10.0.0.27 - - [2026-01-19 02:51:23] "GET /virtual-networks?parent_id=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004318 10.0.0.27 - - [2026-01-19 02:51:23] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006611 10.0.0.27 - - [2026-01-19 02:51:28] "POST /neutron/port HTTP/1.1" 200 1224 0.019849 10.0.0.27 - - [2026-01-19 02:51:32] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007021 10.0.0.27 - - [2026-01-19 02:51:38] "POST /neutron/port HTTP/1.1" 200 1224 0.019177 10.0.0.27 - - [2026-01-19 02:51:39] "POST /neutron/port HTTP/1.1" 200 1224 0.043683 10.0.0.27 - - [2026-01-19 02:51:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003972 10.0.0.27 - - [2026-01-19 02:51:39] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.27 - - [2026-01-19 02:51:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008965 10.0.0.27 - - [2026-01-19 02:51:41] "POST /neutron/network HTTP/1.1" 200 1001 0.012103 10.0.0.27 - - [2026-01-19 02:51:41] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017996 10.0.0.27 - - [2026-01-19 02:51:41] "POST /neutron/network HTTP/1.1" 200 991 0.011457 10.0.0.27 - - [2026-01-19 02:51:44] "POST /neutron/port HTTP/1.1" 200 1224 0.020047 10.0.0.27 - - [2026-01-19 02:51:44] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007319 10.0.0.27 - - [2026-01-19 02:51:44] "GET /virtual-machine/98368854-8104-4fe8-b256-7a1cfac948ec HTTP/1.1" 200 1287 0.007196 10.0.0.27 - - [2026-01-19 02:51:44] "GET /virtual-machine-interface/ca5af486-086f-4371-8aeb-bf3c5ee84013 HTTP/1.1" 200 3106 0.005764 10.0.0.27 - - [2026-01-19 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2026-01-19 02:51:44] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004069 10.0.0.27 - - [2026-01-19 02:51:44] "GET /virtual-networks?parent_id=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004620 10.0.0.27 - - [2026-01-19 02:51:44] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006706 10.0.0.27 - - [2026-01-19 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2026-01-19 02:51:45] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003573 10.0.0.27 - - [2026-01-19 02:51:45] "GET /virtual-networks?parent_id=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003227 10.0.0.27 - - [2026-01-19 02:51:45] "GET /virtual-network/15960aff-98ae-4ce7-bd05-900609104de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006307 10.0.0.27 - - [2026-01-19 02:51:45] "POST /neutron/port HTTP/1.1" 200 1224 0.018306 10.0.0.27 - - [2026-01-19 02:51:48] "GET /obj-perms HTTP/1.1" 200 5056 0.058352 10.0.0.27 - - [2026-01-19 02:51:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006994 10.0.0.27 - - [2026-01-19 02:51:51] "POST /neutron/port HTTP/1.1" 200 1226 0.019325 10.0.0.27 - - [2026-01-19 02:51:51] "GET /virtual-machine/460e38fc-8655-4f51-9ff4-87f419adba0e HTTP/1.1" 200 1286 0.006280 10.0.0.27 - - [2026-01-19 02:51:51] "GET /virtual-machine-interface/78c26576-b0ac-47ba-b0f9-4f25a0b746b2 HTTP/1.1" 200 3105 0.005652 10.0.0.27 - - [2026-01-19 02:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-01-19 02:51:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003885 10.0.0.27 - - [2026-01-19 02:51:51] "GET /virtual-networks?parent_id=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002965 10.0.0.27 - - [2026-01-19 02:51:51] "GET /virtual-network/8df04466-d69a-49d4-bb09-42acacb9c7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007235 10.0.0.27 - - [2026-01-19 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2026-01-19 02:51:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003307 10.0.0.27 - - [2026-01-19 02:51:52] "GET /virtual-networks?parent_id=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003166 10.0.0.27 - - [2026-01-19 02:51:52] "GET /virtual-network/8df04466-d69a-49d4-bb09-42acacb9c7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.007423 10.0.0.27 - - [2026-01-19 02:51:53] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003627 10.0.0.27 - - [2026-01-19 02:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-01-19 02:51:53] "GET /global-qos-config/2d396926-9890-4f76-92cb-37a2c071bdad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.005048 10.0.0.27 - - [2026-01-19 02:51:53] "POST /fqname-to-id HTTP/1.1" 404 222 0.003670 10.0.0.27 - - [2026-01-19 02:51:53] "POST /forwarding-classs HTTP/1.1" 200 576 0.028014 10.0.0.27 - - [2026-01-19 02:51:54] "POST /id-to-fqname HTTP/1.1" 200 232 0.004158 10.0.0.27 - - [2026-01-19 02:51:54] "GET /forwarding-class/4b119ba6-0a59-4700-b753-33cb3d0751a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004823 10.0.0.23 - - [2026-01-19 02:51:54] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001383 10.0.0.27 - - [2026-01-19 02:51:54] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.053278 10.0.0.27 - - [2026-01-19 02:51:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003371 10.0.0.27 - - [2026-01-19 02:51:54] "POST /qos-configs HTTP/1.1" 200 543 0.044018 10.0.0.27 - - [2026-01-19 02:51:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.003310 10.0.0.27 - - [2026-01-19 02:51:54] "GET /qos-config/b85b400b-707b-417f-869c-8af3d6b49644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004762 10.0.0.27 - - [2026-01-19 02:51:54] "GET /virtual-machine-interface/f7900eaf-be62-4b2a-8b18-5173e2c9f391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.006311 10.0.0.27 - - [2026-01-19 02:51:54] "POST /ref-update HTTP/1.1" 200 156 0.014994 10.0.0.27 - - [2026-01-19 02:51:54] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008713 10.0.0.27 - - [2026-01-19 02:51:54] "POST /neutron/port HTTP/1.1" 200 1224 0.029094 10.0.0.27 - - [2026-01-19 02:51:54] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007540 10.0.0.27 - - [2026-01-19 02:51:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001435 10.0.0.27 - - [2026-01-19 02:51:54] "GET /virtual-machine/c0a256e6-7ad9-4bfc-b1fd-d567ef48bc6a HTTP/1.1" 200 1287 0.003761 10.0.0.27 - - [2026-01-19 02:51:54] "GET /virtual-machine-interface/f7900eaf-be62-4b2a-8b18-5173e2c9f391 HTTP/1.1" 200 3353 0.005279 10.0.0.27 - - [2026-01-19 02:51:54] "GET /instance-ip/36e8af48-c36f-48b5-8032-3a848cc812ad HTTP/1.1" 200 1606 0.005937 10.0.0.27 - - [2026-01-19 02:51:54] "GET /instance-ip/551bc636-8589-4258-8845-01a51cde15f4 HTTP/1.1" 200 1627 0.005810 10.0.0.27 - - [2026-01-19 02:51:55] "POST /neutron/port HTTP/1.1" 200 1224 0.020925 10.0.0.27 - - [2026-01-19 02:51:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007255 10.0.0.27 - - [2026-01-19 02:51:55] "POST /neutron/port HTTP/1.1" 200 1224 0.016837 10.0.0.27 - - [2026-01-19 02:51:55] "POST /neutron/network HTTP/1.1" 200 991 0.008879 10.0.0.27 - - [2026-01-19 02:51:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001219 10.0.0.27 - - [2026-01-19 02:51:55] "GET /virtual-machine/98368854-8104-4fe8-b256-7a1cfac948ec HTTP/1.1" 200 1287 0.003716 10.0.0.27 - - [2026-01-19 02:51:55] "GET /virtual-machine-interface/ca5af486-086f-4371-8aeb-bf3c5ee84013 HTTP/1.1" 200 3106 0.005272 10.0.0.27 - - [2026-01-19 02:51:55] "GET /instance-ip/6a8e337e-3fa6-43b8-8d0c-0f701ad53fca HTTP/1.1" 200 1607 0.005914 10.0.0.27 - - [2026-01-19 02:51:55] "GET /instance-ip/c3fa3be0-c0da-49c6-b1eb-64c6f6b5d2e1 HTTP/1.1" 200 1629 0.005681 10.0.0.27 - - [2026-01-19 02:52:21] "GET /virtual-machine-interface/f7900eaf-be62-4b2a-8b18-5173e2c9f391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.007160 10.0.0.27 - - [2026-01-19 02:52:21] "POST /ref-update HTTP/1.1" 200 156 0.015908 10.0.0.27 - - [2026-01-19 02:52:21] "DELETE /qos-config/b85b400b-707b-417f-869c-8af3d6b49644 HTTP/1.1" 200 115 0.042854 10.0.0.27 - - [2026-01-19 02:52:21] "POST /id-to-fqname HTTP/1.1" 200 232 0.002989 10.0.0.50 - - [2026-01-19 02:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.50 - - [2026-01-19 02:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-01-19 02:52:21] "DELETE /forwarding-class/4b119ba6-0a59-4700-b753-33cb3d0751a1 HTTP/1.1" 200 115 0.044389 10.0.0.23 - - [2026-01-19 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-01-19 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2026-01-19 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.27 - - [2026-01-19 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.50 - - [2026-01-19 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000943 10.0.0.27 - - [2026-01-19 02:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-01-19 02:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-01-19 02:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2026-01-19 02:52:23] "POST /neutron/port HTTP/1.1" 200 1226 0.019670 10.0.0.27 - - [2026-01-19 02:52:23] "POST /neutron/port HTTP/1.1" 200 1224 0.040684 10.0.0.27 - - [2026-01-19 02:52:23] "POST /neutron/port HTTP/1.1" 200 1224 0.019101 10.0.0.27 - - [2026-01-19 02:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2026-01-19 02:52:24] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-01-19 02:52:25] "POST /neutron/network HTTP/1.1" 200 993 0.011090 10.0.0.27 - - [2026-01-19 02:52:25] "DELETE /route-target/3360b352-20dc-402f-b45b-46a96f0c965a HTTP/1.1" 200 115 0.024535 10.0.0.23 - - [2026-01-19 02:52:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004403 10.0.0.23 - - [2026-01-19 02:52:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004046 10.0.0.23 - - [2026-01-19 02:52:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003651 10.0.0.23 - - [2026-01-19 02:52:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.27 - - [2026-01-19 02:52:25] "POST /neutron/network HTTP/1.1" 200 151 0.170323 10.0.0.23 - - [2026-01-19 02:52:25] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001050 10.0.0.27 - - [2026-01-19 02:52:25] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.095258 10.0.0.23 - - [2026-01-19 02:52:25] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002263 10.0.0.27 - - [2026-01-19 02:52:25] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?fields=virtual_networks HTTP/1.1" 200 1020 0.044219 10.0.0.23 - - [2026-01-19 02:52:25] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001474 10.0.0.27 - - [2026-01-19 02:52:25] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.060349 10.0.0.23 - - [2026-01-19 02:52:25] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001010 10.0.0.27 - - [2026-01-19 02:52:25] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?fields=security_groups HTTP/1.1" 200 1240 0.050798 10.0.0.27 - - [2026-01-19 02:52:26] "POST /fqname-to-id HTTP/1.1" 404 181 0.032359 10.0.0.23 - - [2026-01-19 02:52:26] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003217 10.0.0.23 - - [2026-01-19 02:52:26] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313 10.0.0.23 - - [2026-01-19 02:52:26] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008874 10.0.0.23 - - [2026-01-19 02:52:26] "POST /id-to-fqname HTTP/1.1" 200 183 0.003202 10.0.0.23 - - [2026-01-19 02:52:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.006005 10.0.0.23 - - [2026-01-19 02:52:26] "POST /security-groups HTTP/1.1" 200 584 0.080151 10.0.0.27 - - [2026-01-19 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.006008 10.0.0.23 - - [2026-01-19 02:52:27] "POST /projects HTTP/1.1" 200 571 0.301011 10.0.0.23 - - [2026-01-19 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.383922 10.0.0.27 - - [2026-01-19 02:52:27] "POST /access-control-lists HTTP/1.1" 200 587 0.036357 10.0.0.27 - - [2026-01-19 02:52:27] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.545604 10.0.0.27 - - [2026-01-19 02:52:28] "GET / HTTP/1.1" 200 35931 0.002083 10.0.0.27 - - [2026-01-19 02:52:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.27 - - [2026-01-19 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.053965 10.0.0.23 - - [2026-01-19 02:52:30] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001183 10.0.0.27 - - [2026-01-19 02:52:30] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.042876 10.0.0.23 - - [2026-01-19 02:52:30] "POST /useragent-kv HTTP/1.1" 200 115 0.015455 10.0.0.27 - - [2026-01-19 02:52:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.227469 10.0.0.27 - - [2026-01-19 02:52:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001333 10.0.0.27 - - [2026-01-19 02:52:30] "GET /virtual-network/c21486e3-088f-4912-98c0-835af4545272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005363 10.0.0.27 - - [2026-01-19 02:52:30] "GET /virtual-network/c21486e3-088f-4912-98c0-835af4545272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006307 10.0.0.27 - - [2026-01-19 02:52:30] "POST /neutron/network HTTP/1.1" 200 830 0.006692 10.0.0.27 - - [2026-01-19 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2026-01-19 02:52:30] "GET /virtual-network/c21486e3-088f-4912-98c0-835af4545272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007618 10.0.0.27 - - [2026-01-19 02:52:31] "POST /route-targets HTTP/1.1" 200 323 0.015650 10.0.0.27 - - [2026-01-19 02:52:31] "PUT /virtual-network/c21486e3-088f-4912-98c0-835af4545272 HTTP/1.1" 200 264 0.069239 10.0.0.27 - - [2026-01-19 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007009 10.0.0.23 - - [2026-01-19 02:52:31] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001028 10.0.0.27 - - [2026-01-19 02:52:31] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.040354 10.0.0.23 - - [2026-01-19 02:52:31] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001333 10.0.0.27 - - [2026-01-19 02:52:31] "POST /neutron/network HTTP/1.1" 200 612 0.117247 10.0.0.27 - - [2026-01-19 02:52:31] "POST /ref-update HTTP/1.1" 200 156 0.022113 10.0.0.27 - - [2026-01-19 02:52:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.003300 10.0.0.27 - - [2026-01-19 02:52:31] "GET /virtual-network/8379951f-0cb8-4788-bd12-db6d955a03db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005615 10.0.0.27 - - [2026-01-19 02:52:31] "POST /neutron/network HTTP/1.1" 200 831 0.006795 10.0.0.27 - - [2026-01-19 02:52:31] "GET /virtual-network/8379951f-0cb8-4788-bd12-db6d955a03db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005777 10.0.0.27 - - [2026-01-19 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584 10.0.0.27 - - [2026-01-19 02:52:31] "GET /virtual-network/8379951f-0cb8-4788-bd12-db6d955a03db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005702 10.0.0.27 - - [2026-01-19 02:52:31] "PUT /virtual-network/8379951f-0cb8-4788-bd12-db6d955a03db HTTP/1.1" 200 264 0.059978 10.0.0.27 - - [2026-01-19 02:52:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.003761 10.0.0.27 - - [2026-01-19 02:52:32] "POST /neutron/network HTTP/1.1" 200 840 0.008405 10.0.0.23 - - [2026-01-19 02:52:32] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001443 10.0.0.27 - - [2026-01-19 02:52:32] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.071475 10.0.0.27 - - [2026-01-19 02:52:33] "POST /neutron/port HTTP/1.1" 200 117 0.006881 10.0.0.27 - - [2026-01-19 02:52:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001570 10.0.0.27 - - [2026-01-19 02:52:33] "POST /neutron/network HTTP/1.1" 200 840 0.012371 10.0.0.23 - - [2026-01-19 02:52:33] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001072 10.0.0.27 - - [2026-01-19 02:52:33] "POST /neutron/port HTTP/1.1" 200 1052 0.020187 10.0.0.27 - - [2026-01-19 02:52:34] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.096552 10.0.0.27 - - [2026-01-19 02:52:34] "POST /neutron/port HTTP/1.1" 200 1116 0.025250 10.0.0.27 - - [2026-01-19 02:52:34] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.27 - - [2026-01-19 02:52:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009248 10.0.0.27 - - [2026-01-19 02:52:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009460 10.0.0.27 - - [2026-01-19 02:52:35] "POST /neutron/port HTTP/1.1" 200 1053 0.022233 10.0.0.27 - - [2026-01-19 02:52:35] "POST /neutron/port HTTP/1.1" 200 1117 0.027610 10.0.0.27 - - [2026-01-19 02:52:35] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.27 - - [2026-01-19 02:52:39] "POST /neutron/port HTTP/1.1" 200 1116 0.018694 10.0.0.27 - - [2026-01-19 02:52:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.008820 10.0.0.27 - - [2026-01-19 02:52:39] "POST /neutron/port HTTP/1.1" 200 1116 0.020889 10.0.0.27 - - [2026-01-19 02:52:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008161 10.0.0.27 - - [2026-01-19 02:52:39] "GET /virtual-machine/45e9cf15-22db-4e49-a6a5-f22640f36491 HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2026-01-19 02:52:40] "GET /virtual-machine/45e9cf15-22db-4e49-a6a5-f22640f36491 HTTP/1.1" 200 1285 0.030489 10.0.0.27 - - [2026-01-19 02:52:40] "GET /virtual-machine-interface/99bc71c2-0247-4a7c-b8cd-5a2602afd534 HTTP/1.1" 200 2928 0.005765 10.0.0.27 - - [2026-01-19 02:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.27 - - [2026-01-19 02:52:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004006 10.0.0.27 - - [2026-01-19 02:52:40] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003998 10.0.0.27 - - [2026-01-19 02:52:40] "GET /virtual-network/c21486e3-088f-4912-98c0-835af4545272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005931 10.0.0.27 - - [2026-01-19 02:52:42] "POST /neutron/port HTTP/1.1" 200 1116 0.043452 10.0.0.27 - - [2026-01-19 02:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2026-01-19 02:52:43] "GET /virtual-network/c21486e3-088f-4912-98c0-835af4545272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005916 10.0.0.27 - - [2026-01-19 02:52:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006315 10.0.0.27 - - [2026-01-19 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2026-01-19 02:52:45] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003589 10.0.0.27 - - [2026-01-19 02:52:45] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003362 10.0.0.27 - - [2026-01-19 02:52:45] "GET /virtual-network/c21486e3-088f-4912-98c0-835af4545272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005863 10.0.0.27 - - [2026-01-19 02:52:45] "POST /neutron/port HTTP/1.1" 200 1117 0.024117 10.0.0.27 - - [2026-01-19 02:52:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009104 10.0.0.27 - - [2026-01-19 02:52:45] "GET /virtual-machine/f141e24c-e056-4462-a0d0-4591a0af3b30 HTTP/1.1" 200 1286 0.013688 10.0.0.27 - - [2026-01-19 02:52:45] "GET /virtual-machine-interface/b3f8bf40-6e2c-4e4a-afc5-7719c6595562 HTTP/1.1" 200 2928 0.006159 10.0.0.27 - - [2026-01-19 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.27 - - [2026-01-19 02:52:45] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004855 10.0.0.27 - - [2026-01-19 02:52:45] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002843 10.0.0.27 - - [2026-01-19 02:52:45] "GET /virtual-network/8379951f-0cb8-4788-bd12-db6d955a03db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006140 10.0.0.27 - - [2026-01-19 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-01-19 02:52:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006442 10.0.0.27 - - [2026-01-19 02:52:47] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003684 10.0.0.27 - - [2026-01-19 02:52:47] "GET /virtual-network/8379951f-0cb8-4788-bd12-db6d955a03db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006832 10.0.0.27 - - [2026-01-19 02:52:47] "POST /routing-policys HTTP/1.1" 200 534 0.028750 10.0.0.27 - - [2026-01-19 02:52:47] "GET /virtual-network/c21486e3-088f-4912-98c0-835af4545272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006578 10.0.0.27 - - [2026-01-19 02:52:47] "PUT /virtual-network/c21486e3-088f-4912-98c0-835af4545272 HTTP/1.1" 200 264 0.066311 10.0.0.50 - - [2026-01-19 02:52:48] "GET /obj-perms HTTP/1.1" 200 5056 0.048228 10.0.0.23 - - [2026-01-19 02:52:48] "GET /obj-perms HTTP/1.1" 200 5056 0.048005 10.0.0.27 - - [2026-01-19 02:52:51] "POST /ref-update HTTP/1.1" 200 156 0.059663 10.0.0.27 - - [2026-01-19 02:52:51] "POST /ref-update HTTP/1.1" 200 156 0.019153 10.0.0.27 - - [2026-01-19 02:52:51] "DELETE /routing-policy/48526681-477d-4533-9c6f-168256b1f448 HTTP/1.1" 200 115 0.049987 10.0.0.27 - - [2026-01-19 02:52:51] "POST /neutron/port HTTP/1.1" 200 1117 0.015393 10.0.0.27 - - [2026-01-19 02:52:51] "POST /neutron/port HTTP/1.1" 200 1106 0.016323 10.0.0.27 - - [2026-01-19 02:52:53] "POST /neutron/network HTTP/1.1" 200 831 0.010015 10.0.0.27 - - [2026-01-19 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2026-01-19 02:52:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004694 10.0.0.23 - - [2026-01-19 02:52:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005119 10.0.0.27 - - [2026-01-19 02:52:53] "POST /neutron/network HTTP/1.1" 200 151 0.136326 10.0.0.27 - - [2026-01-19 02:52:53] "DELETE /route-target/34142951-a750-4b7f-9691-b53d50422cfd HTTP/1.1" 200 115 0.028851 10.0.0.27 - - [2026-01-19 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.23 - - [2026-01-19 02:52:56] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001127 10.0.0.27 - - [2026-01-19 02:52:56] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.041809 10.0.0.27 - - [2026-01-19 02:52:56] "POST /route-targets HTTP/1.1" 200 327 0.012540 10.0.0.23 - - [2026-01-19 02:52:56] "POST /useragent-kv HTTP/1.1" 200 115 0.009230 10.0.0.27 - - [2026-01-19 02:52:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.232781 10.0.0.27 - - [2026-01-19 02:52:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001225 10.0.0.27 - - [2026-01-19 02:52:56] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004973 10.0.0.27 - - [2026-01-19 02:52:56] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006067 10.0.0.27 - - [2026-01-19 02:52:56] "POST /neutron/network HTTP/1.1" 200 832 0.006407 10.0.0.27 - - [2026-01-19 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 02:52:57] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005810 10.0.0.27 - - [2026-01-19 02:52:57] "PUT /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa HTTP/1.1" 200 264 0.066773 10.0.0.27 - - [2026-01-19 02:52:57] "POST /ref-update HTTP/1.1" 200 156 0.032560 10.0.0.27 - - [2026-01-19 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006635 10.0.0.23 - - [2026-01-19 02:52:57] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000919 10.0.0.27 - - [2026-01-19 02:52:57] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.065017 10.0.0.23 - - [2026-01-19 02:52:57] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001147 10.0.0.27 - - [2026-01-19 02:52:57] "POST /neutron/network HTTP/1.1" 200 612 0.130409 10.0.0.27 - - [2026-01-19 02:52:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.003334 10.0.0.27 - - [2026-01-19 02:52:57] "GET /virtual-network/1f81bd8d-2b98-4a86-a26e-fd3a82d13af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008271 10.0.0.27 - - [2026-01-19 02:52:57] "POST /neutron/network HTTP/1.1" 200 830 0.012453 10.0.0.27 - - [2026-01-19 02:52:57] "GET /virtual-network/1f81bd8d-2b98-4a86-a26e-fd3a82d13af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008221 10.0.0.27 - - [2026-01-19 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.27 - - [2026-01-19 02:52:57] "GET /virtual-network/1f81bd8d-2b98-4a86-a26e-fd3a82d13af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005564 10.0.0.27 - - [2026-01-19 02:52:57] "PUT /virtual-network/1f81bd8d-2b98-4a86-a26e-fd3a82d13af0 HTTP/1.1" 200 264 0.085207 10.0.0.27 - - [2026-01-19 02:52:57] "POST /ref-update HTTP/1.1" 200 156 0.035535 10.0.0.27 - - [2026-01-19 02:52:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001401 10.0.0.27 - - [2026-01-19 02:52:58] "POST /neutron/network HTTP/1.1" 200 842 0.018964 10.0.0.23 - - [2026-01-19 02:52:58] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.27 - - [2026-01-19 02:52:58] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.098122 10.0.0.27 - - [2026-01-19 02:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.008995 10.0.0.27 - - [2026-01-19 02:52:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001263 10.0.0.27 - - [2026-01-19 02:52:59] "POST /neutron/network HTTP/1.1" 200 842 0.008208 10.0.0.27 - - [2026-01-19 02:53:00] "POST /neutron/port HTTP/1.1" 200 1054 0.018358 10.0.0.23 - - [2026-01-19 02:53:00] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002141 10.0.0.27 - - [2026-01-19 02:53:00] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.115971 10.0.0.27 - - [2026-01-19 02:53:00] "POST /neutron/network HTTP/1.1" 200 830 0.044060 10.0.0.27 - - [2026-01-19 02:53:00] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.27 - - [2026-01-19 02:53:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010344 10.0.0.27 - - [2026-01-19 02:53:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008843 10.0.0.27 - - [2026-01-19 02:53:01] "POST /neutron/port HTTP/1.1" 200 1052 0.018646 10.0.0.27 - - [2026-01-19 02:53:01] "POST /neutron/port HTTP/1.1" 200 1116 0.026598 10.0.0.27 - - [2026-01-19 02:53:01] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.27 - - [2026-01-19 02:53:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007292 10.0.0.27 - - [2026-01-19 02:53:06] "POST /neutron/port HTTP/1.1" 200 1118 0.021531 10.0.0.27 - - [2026-01-19 02:53:06] "GET /virtual-machine/227b7272-053f-43ac-a2d1-a5c3d3c298e2 HTTP/1.1" 200 1285 0.006201 10.0.0.27 - - [2026-01-19 02:53:06] "GET /virtual-machine-interface/f2968279-0d5b-4015-b537-ebf2ecf5b589 HTTP/1.1" 200 2928 0.005035 10.0.0.27 - - [2026-01-19 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2026-01-19 02:53:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003969 10.0.0.27 - - [2026-01-19 02:53:06] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003754 10.0.0.27 - - [2026-01-19 02:53:06] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005590 10.0.0.27 - - [2026-01-19 02:53:08] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013584 10.0.0.27 - - [2026-01-19 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2026-01-19 02:53:09] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005779 10.0.0.27 - - [2026-01-19 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.27 - - [2026-01-19 02:53:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004062 10.0.0.27 - - [2026-01-19 02:53:11] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003550 10.0.0.27 - - [2026-01-19 02:53:11] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005979 10.0.0.27 - - [2026-01-19 02:53:11] "POST /neutron/port HTTP/1.1" 200 1116 0.022805 10.0.0.27 - - [2026-01-19 02:53:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008227 10.0.0.27 - - [2026-01-19 02:53:11] "GET /virtual-machine/5689b75d-257f-4775-b2dc-7f363c8b4619 HTTP/1.1" 200 1285 0.006492 10.0.0.27 - - [2026-01-19 02:53:11] "GET /virtual-machine-interface/2aa54561-3152-457a-a06b-7d13caffdcd3 HTTP/1.1" 200 2927 0.006336 10.0.0.27 - - [2026-01-19 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.27 - - [2026-01-19 02:53:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004321 10.0.0.27 - - [2026-01-19 02:53:11] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003710 10.0.0.27 - - [2026-01-19 02:53:11] "GET /virtual-network/1f81bd8d-2b98-4a86-a26e-fd3a82d13af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.008520 10.0.0.27 - - [2026-01-19 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.27 - - [2026-01-19 02:53:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004423 10.0.0.27 - - [2026-01-19 02:53:12] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003113 10.0.0.27 - - [2026-01-19 02:53:13] "GET /virtual-network/1f81bd8d-2b98-4a86-a26e-fd3a82d13af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006752 10.0.0.27 - - [2026-01-19 02:53:13] "POST /routing-policys HTTP/1.1" 200 534 0.027931 10.0.0.27 - - [2026-01-19 02:53:13] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.015221 10.0.0.27 - - [2026-01-19 02:53:13] "PUT /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa HTTP/1.1" 200 264 0.058625 10.0.0.27 - - [2026-01-19 02:53:17] "POST /routing-policys HTTP/1.1" 200 534 0.032873 10.0.0.27 - - [2026-01-19 02:53:17] "GET /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008687 10.0.0.27 - - [2026-01-19 02:53:17] "PUT /virtual-network/62d47e9d-0172-4e72-967e-c797d4a088aa HTTP/1.1" 200 264 0.061694 10.0.0.27 - - [2026-01-19 02:53:17] "POST /ref-update HTTP/1.1" 200 156 0.029789 10.0.0.27 - - [2026-01-19 02:53:17] "POST /ref-update HTTP/1.1" 200 156 0.050395 10.0.0.27 - - [2026-01-19 02:53:17] "DELETE /routing-policy/cdacabaf-6beb-41c6-8c31-aecc860c37f4 HTTP/1.1" 200 115 0.042604 10.0.0.27 - - [2026-01-19 02:53:17] "POST /ref-update HTTP/1.1" 200 156 0.056132 10.0.0.27 - - [2026-01-19 02:53:17] "DELETE /routing-policy/681fe6f0-3b8d-4509-a8ea-2870d30976b5 HTTP/1.1" 200 115 0.032423 10.0.0.27 - - [2026-01-19 02:53:17] "POST /neutron/network HTTP/1.1" 200 830 0.006884 10.0.0.27 - - [2026-01-19 02:53:18] "POST /neutron/port HTTP/1.1" 200 1106 0.014292 10.0.0.27 - - [2026-01-19 02:53:18] "POST /neutron/port HTTP/1.1" 200 1108 0.026152 10.0.0.23 - - [2026-01-19 02:53:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003936 10.0.0.23 - - [2026-01-19 02:53:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006881 10.0.0.27 - - [2026-01-19 02:53:20] "POST /neutron/network HTTP/1.1" 200 151 0.144311 10.0.0.27 - - [2026-01-19 02:53:20] "DELETE /route-target/f02301d1-df70-4502-8012-6d96692096f1 HTTP/1.1" 200 115 0.027644 10.0.0.27 - - [2026-01-19 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2026-01-19 02:53:20] "DELETE /route-target/34aec2d1-4f8c-4eec-b2d7-f5950ff5783f HTTP/1.1" 200 115 0.022684 10.0.0.23 - - [2026-01-19 02:53:21] "DELETE /project/dfe453fd4e2b4f6f8cbb4fbf2992e4a4 HTTP/1.1" 404 173 0.007207 10.0.0.23 - - [2026-01-19 02:53:21] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000994 10.0.0.23 - - [2026-01-19 02:53:21] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.042481 10.0.0.23 - - [2026-01-19 02:53:21] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001581 10.0.0.23 - - [2026-01-19 02:53:21] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?fields=security_groups HTTP/1.1" 200 1345 0.040786 10.0.0.23 - - [2026-01-19 02:53:21] "DELETE /security-group/061ba11f-3bc2-4284-a105-e7b7ce15161a HTTP/1.1" 200 115 0.052571 10.0.0.23 - - [2026-01-19 02:53:21] "GET /projects?obj_uuids=cf1cb905-895c-48c8-89f7-5332b2540e88&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001408 10.0.0.23 - - [2026-01-19 02:53:21] "GET /project/cf1cb905-895c-48c8-89f7-5332b2540e88?fields=application_policy_sets HTTP/1.1" 200 1384 0.056715 10.0.0.23 - - [2026-01-19 02:53:22] "DELETE /project/cf1cb905-895c-48c8-89f7-5332b2540e88 HTTP/1.1" 200 115 0.392613 10.0.0.27 - - [2026-01-19 02:53:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2026-01-19 02:53:22] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000910 10.0.0.27 - - [2026-01-19 02:53:22] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.044761 10.0.0.27 - - [2026-01-19 02:53:23] "POST /neutron/network HTTP/1.1" 200 117 0.013467 10.0.0.27 - - [2026-01-19 02:53:23] "POST /route-targets HTTP/1.1" 200 327 0.045303 10.0.0.27 - - [2026-01-19 02:53:23] "POST /neutron/network HTTP/1.1" 200 830 0.009359 10.0.0.27 - - [2026-01-19 02:53:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001279 10.0.0.27 - - [2026-01-19 02:53:23] "GET /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005929 10.0.0.27 - - [2026-01-19 02:53:23] "GET /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005361 10.0.0.27 - - [2026-01-19 02:53:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.009384 10.0.0.27 - - [2026-01-19 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2026-01-19 02:53:23] "GET /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005403 10.0.0.27 - - [2026-01-19 02:53:23] "PUT /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574 HTTP/1.1" 200 264 0.071996 10.0.0.27 - - [2026-01-19 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006095 10.0.0.27 - - [2026-01-19 02:53:23] "POST /ref-update HTTP/1.1" 200 156 0.035686 10.0.0.23 - - [2026-01-19 02:53:23] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001402 10.0.0.27 - - [2026-01-19 02:53:23] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.056620 10.0.0.23 - - [2026-01-19 02:53:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007551 10.0.0.27 - - [2026-01-19 02:53:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.197273 10.0.0.27 - - [2026-01-19 02:53:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.003000 10.0.0.27 - - [2026-01-19 02:53:24] "GET /virtual-network/4a2761e9-e55c-489b-b194-35b92b9de6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012614 10.0.0.27 - - [2026-01-19 02:53:24] "GET /virtual-network/4a2761e9-e55c-489b-b194-35b92b9de6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006396 10.0.0.27 - - [2026-01-19 02:53:24] "POST /neutron/network HTTP/1.1" 200 832 0.008978 10.0.0.27 - - [2026-01-19 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2026-01-19 02:53:24] "GET /virtual-network/4a2761e9-e55c-489b-b194-35b92b9de6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005078 10.0.0.27 - - [2026-01-19 02:53:24] "PUT /virtual-network/4a2761e9-e55c-489b-b194-35b92b9de6e9 HTTP/1.1" 200 264 0.063587 10.0.0.27 - - [2026-01-19 02:53:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001294 10.0.0.27 - - [2026-01-19 02:53:24] "POST /ref-update HTTP/1.1" 200 156 0.024308 10.0.0.23 - - [2026-01-19 02:53:25] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001175 10.0.0.27 - - [2026-01-19 02:53:25] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.074939 10.0.0.27 - - [2026-01-19 02:53:25] "POST /neutron/network HTTP/1.1" 200 830 0.006622 10.0.0.27 - - [2026-01-19 02:53:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001482 10.0.0.27 - - [2026-01-19 02:53:25] "POST /neutron/port HTTP/1.1" 200 117 0.006799 10.0.0.23 - - [2026-01-19 02:53:25] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001077 10.0.0.27 - - [2026-01-19 02:53:26] "POST /neutron/port HTTP/1.1" 200 1052 0.302997 10.0.0.27 - - [2026-01-19 02:53:26] "POST /neutron/port HTTP/1.1" 200 1106 0.116560 10.0.0.27 - - [2026-01-19 02:53:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.009963 10.0.0.23 - - [2026-01-19 02:53:26] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001457 10.0.0.27 - - [2026-01-19 02:53:26] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.073034 10.0.0.27 - - [2026-01-19 02:53:26] "POST /neutron/network HTTP/1.1" 200 832 0.007014 10.0.0.27 - - [2026-01-19 02:53:26] "POST /neutron/port HTTP/1.1" 200 117 0.006535 10.0.0.27 - - [2026-01-19 02:53:27] "POST /neutron/network HTTP/1.1" 200 842 0.009242 10.0.0.27 - - [2026-01-19 02:53:27] "POST /neutron/port HTTP/1.1" 200 1054 0.018401 10.0.0.27 - - [2026-01-19 02:53:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003721 10.0.0.27 - - [2026-01-19 02:53:27] "POST /neutron/network HTTP/1.1" 200 832 0.009067 10.0.0.27 - - [2026-01-19 02:53:32] "POST /neutron/port HTTP/1.1" 200 1116 0.017753 10.0.0.27 - - [2026-01-19 02:53:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006947 10.0.0.27 - - [2026-01-19 02:53:32] "GET /virtual-machine/fce25539-0894-4112-a8df-fb9c59cbe864 HTTP/1.1" 200 1286 0.006350 10.0.0.27 - - [2026-01-19 02:53:32] "GET /virtual-machine-interface/0a03144c-6b59-4010-89ab-849013ef0995 HTTP/1.1" 200 2925 0.005933 10.0.0.27 - - [2026-01-19 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2026-01-19 02:53:32] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003870 10.0.0.27 - - [2026-01-19 02:53:32] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003303 10.0.0.27 - - [2026-01-19 02:53:32] "GET /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005654 10.0.0.27 - - [2026-01-19 02:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2026-01-19 02:53:35] "GET /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005790 10.0.0.27 - - [2026-01-19 02:53:36] "POST /neutron/port HTTP/1.1" 200 1118 0.028186 10.0.0.27 - - [2026-01-19 02:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2026-01-19 02:53:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003487 10.0.0.27 - - [2026-01-19 02:53:37] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003389 10.0.0.27 - - [2026-01-19 02:53:37] "GET /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006543 10.0.0.27 - - [2026-01-19 02:53:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007957 10.0.0.27 - - [2026-01-19 02:53:38] "POST /neutron/port HTTP/1.1" 200 1118 0.017896 10.0.0.27 - - [2026-01-19 02:53:38] "GET /virtual-machine/b3dd5fd5-cf5d-434c-82c3-294459d74d48 HTTP/1.1" 200 1285 0.006147 10.0.0.27 - - [2026-01-19 02:53:38] "GET /virtual-machine-interface/5065b1fa-4811-436a-b965-0dc473d7d8d5 HTTP/1.1" 200 2927 0.005872 10.0.0.27 - - [2026-01-19 02:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005265 10.0.0.27 - - [2026-01-19 02:53:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005804 10.0.0.27 - - [2026-01-19 02:53:38] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003138 10.0.0.27 - - [2026-01-19 02:53:38] "GET /virtual-network/4a2761e9-e55c-489b-b194-35b92b9de6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006757 10.0.0.27 - - [2026-01-19 02:53:39] "POST /neutron/port HTTP/1.1" 200 1116 0.016928 10.0.0.27 - - [2026-01-19 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2026-01-19 02:53:39] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003367 10.0.0.27 - - [2026-01-19 02:53:39] "GET /virtual-networks?parent_id=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003247 10.0.0.27 - - [2026-01-19 02:53:39] "GET /virtual-network/4a2761e9-e55c-489b-b194-35b92b9de6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005760 10.0.0.27 - - [2026-01-19 02:53:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.012577 10.0.0.27 - - [2026-01-19 02:53:39] "POST /interface-route-tables HTTP/1.1" 200 574 0.029145 10.0.0.27 - - [2026-01-19 02:53:39] "GET /interface-route-table/408f4604-58ec-4cce-8238-53e0e3c13bbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1305 0.013787 10.0.0.27 - - [2026-01-19 02:53:39] "GET /virtual-machine-interface/0a03144c-6b59-4010-89ab-849013ef0995?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2704 0.006136 10.0.0.27 - - [2026-01-19 02:53:39] "POST /ref-update HTTP/1.1" 200 156 0.015817 10.0.0.27 - - [2026-01-19 02:53:39] "POST /routing-policys HTTP/1.1" 200 534 0.027949 10.0.0.27 - - [2026-01-19 02:53:39] "GET /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006724 10.0.0.27 - - [2026-01-19 02:53:39] "PUT /virtual-network/c3295dd6-8b70-42f6-bcf8-870063745574 HTTP/1.1" 200 264 0.052257 10.0.0.27 - - [2026-01-19 02:53:43] "POST /ref-update HTTP/1.1" 200 156 0.052863 10.0.0.27 - - [2026-01-19 02:53:43] "DELETE /routing-policy/7d390ff0-1542-492c-9260-5403c2039d91 HTTP/1.1" 200 115 0.057913 10.0.0.27 - - [2026-01-19 02:53:43] "POST /neutron/network HTTP/1.1" 200 832 0.007269 10.0.0.27 - - [2026-01-19 02:53:44] "POST /neutron/port HTTP/1.1" 200 1108 0.015057 10.0.0.27 - - [2026-01-19 02:53:44] "POST /neutron/port HTTP/1.1" 200 1106 0.030734 10.0.0.27 - - [2026-01-19 02:53:44] "POST /neutron/port HTTP/1.1" 200 117 0.034227 10.0.0.27 - - [2026-01-19 02:53:45] "POST /neutron/network HTTP/1.1" 200 832 0.008803 10.0.0.27 - - [2026-01-19 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008438 10.0.0.27 - - [2026-01-19 02:53:46] "DELETE /route-target/403a4ccd-1a5a-44fc-8f16-b4c1ceb13704 HTTP/1.1" 409 239 0.007551 10.0.0.23 - - [2026-01-19 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003205 10.0.0.23 - - [2026-01-19 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009243 10.0.0.27 - - [2026-01-19 02:53:46] "POST /neutron/network HTTP/1.1" 200 151 0.145382 10.0.0.27 - - [2026-01-19 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006993 10.0.0.23 - - [2026-01-19 02:53:47] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001397 10.0.0.27 - - [2026-01-19 02:53:47] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.050096 10.0.0.23 - - [2026-01-19 02:53:47] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001137 10.0.0.27 - - [2026-01-19 02:53:47] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?fields=virtual_networks HTTP/1.1" 200 1019 0.050949 10.0.0.23 - - [2026-01-19 02:53:47] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001044 10.0.0.27 - - [2026-01-19 02:53:47] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.046040 10.0.0.23 - - [2026-01-19 02:53:47] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001284 10.0.0.27 - - [2026-01-19 02:53:47] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?fields=security_groups HTTP/1.1" 200 1238 0.045526 10.0.0.27 - - [2026-01-19 02:53:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.025528 10.0.0.23 - - [2026-01-19 02:53:48] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003010 10.0.0.23 - - [2026-01-19 02:53:48] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.23 - - [2026-01-19 02:53:48] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007459 10.0.0.23 - - [2026-01-19 02:53:49] "POST /id-to-fqname HTTP/1.1" 200 194 0.006343 10.0.0.23 - - [2026-01-19 02:53:49] "POST /fqname-to-id HTTP/1.1" 404 203 0.004816 10.0.0.23 - - [2026-01-19 02:53:49] "POST /security-groups HTTP/1.1" 200 595 0.074309 10.0.0.23 - - [2026-01-19 02:53:49] "POST /projects HTTP/1.1" 200 593 0.288452 10.0.0.23 - - [2026-01-19 02:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.595734 10.0.0.27 - - [2026-01-19 02:53:49] "POST /access-control-lists HTTP/1.1" 200 600 0.035981 10.0.0.27 - - [2026-01-19 02:53:49] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.747028 10.0.0.27 - - [2026-01-19 02:53:50] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.27 - - [2026-01-19 02:53:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-01-19 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.063827 10.0.0.23 - - [2026-01-19 02:53:52] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001040 10.0.0.27 - - [2026-01-19 02:53:52] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.039632 10.0.0.27 - - [2026-01-19 02:53:53] "POST /route-targets HTTP/1.1" 200 327 0.017181 10.0.0.23 - - [2026-01-19 02:53:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008727 10.0.0.27 - - [2026-01-19 02:53:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.280770 10.0.0.27 - - [2026-01-19 02:53:53] "POST /id-to-fqname HTTP/1.1" 200 226 0.001382 10.0.0.27 - - [2026-01-19 02:53:53] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006783 10.0.0.27 - - [2026-01-19 02:53:53] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006177 10.0.0.27 - - [2026-01-19 02:53:53] "POST /neutron/network HTTP/1.1" 200 831 0.008595 10.0.0.27 - - [2026-01-19 02:53:53] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005916 10.0.0.27 - - [2026-01-19 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2026-01-19 02:53:55] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005706 10.0.0.27 - - [2026-01-19 02:53:55] "PUT /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa HTTP/1.1" 200 264 0.073561 10.0.0.27 - - [2026-01-19 02:53:55] "POST /ref-update HTTP/1.1" 200 156 0.036163 10.0.0.27 - - [2026-01-19 02:54:00] "POST /id-to-fqname HTTP/1.1" 200 226 0.002269 10.0.0.23 - - [2026-01-19 02:54:01] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001216 10.0.0.27 - - [2026-01-19 02:54:01] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.067641 10.0.0.27 - - [2026-01-19 02:54:01] "POST /neutron/network HTTP/1.1" 200 831 0.009987 10.0.0.27 - - [2026-01-19 02:54:01] "POST /neutron/port HTTP/1.1" 200 117 0.010169 10.0.0.27 - - [2026-01-19 02:54:02] "POST /neutron/port HTTP/1.1" 200 1063 0.018774 10.0.0.27 - - [2026-01-19 02:54:02] "POST /neutron/port HTTP/1.1" 200 1127 0.019815 10.0.0.27 - - [2026-01-19 02:54:02] "POST /neutron/port HTTP/1.1" 200 117 0.001879 10.0.0.27 - - [2026-01-19 02:54:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009240 10.0.0.27 - - [2026-01-19 02:54:06] "POST /neutron/port HTTP/1.1" 200 1127 0.021018 10.0.0.27 - - [2026-01-19 02:54:06] "GET /virtual-machine/ef04a1fc-57f0-4e42-a575-aab6f5101107 HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2026-01-19 02:54:07] "GET /virtual-machine/ef04a1fc-57f0-4e42-a575-aab6f5101107 HTTP/1.1" 200 1297 0.029474 10.0.0.27 - - [2026-01-19 02:54:07] "GET /virtual-machine-interface/7fdf6430-7d78-4716-95c4-ea7705a9e89f HTTP/1.1" 200 2967 0.006261 10.0.0.27 - - [2026-01-19 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2026-01-19 02:54:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003790 10.0.0.27 - - [2026-01-19 02:54:07] "GET /virtual-networks?parent_id=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003262 10.0.0.27 - - [2026-01-19 02:54:07] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006078 10.0.0.27 - - [2026-01-19 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.27 - - [2026-01-19 02:54:10] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006380 10.0.0.27 - - [2026-01-19 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2026-01-19 02:54:14] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006550 10.0.0.27 - - [2026-01-19 02:54:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-01-19 02:54:18] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005787 10.0.0.23 - - [2026-01-19 02:54:22] "DELETE /project/8d40fe68dd554ff992dc02b81fa9be43 HTTP/1.1" 404 173 0.004413 10.0.0.23 - - [2026-01-19 02:54:22] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000912 10.0.0.23 - - [2026-01-19 02:54:22] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.056743 10.0.0.23 - - [2026-01-19 02:54:22] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000877 10.0.0.23 - - [2026-01-19 02:54:22] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?fields=security_groups HTTP/1.1" 200 1343 0.040391 10.0.0.23 - - [2026-01-19 02:54:22] "DELETE /security-group/eeabcd70-3918-4792-9c64-9aa613507c8a HTTP/1.1" 200 115 0.055418 10.0.0.23 - - [2026-01-19 02:54:22] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001071 10.0.0.23 - - [2026-01-19 02:54:22] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?fields=application_policy_sets HTTP/1.1" 200 1382 0.049066 10.0.0.23 - - [2026-01-19 02:54:22] "DELETE /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4 HTTP/1.1" 409 278 0.306899 10.0.0.27 - - [2026-01-19 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2026-01-19 02:54:22] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005273 10.0.0.27 - - [2026-01-19 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.27 - - [2026-01-19 02:54:26] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006791 10.0.0.27 - - [2026-01-19 02:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.27 - - [2026-01-19 02:54:30] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005904 10.0.0.27 - - [2026-01-19 02:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.27 - - [2026-01-19 02:54:35] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007586 10.0.0.27 - - [2026-01-19 02:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2026-01-19 02:54:39] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.008108 10.0.0.27 - - [2026-01-19 02:54:39] "POST /neutron/port HTTP/1.1" 200 1127 0.019845 10.0.0.27 - - [2026-01-19 02:54:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.010527 10.0.0.27 - - [2026-01-19 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.27 - - [2026-01-19 02:54:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006006 10.0.0.27 - - [2026-01-19 02:54:41] "GET /virtual-networks?parent_id=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003473 10.0.0.27 - - [2026-01-19 02:54:41] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006496 10.0.0.27 - - [2026-01-19 02:54:41] "POST /neutron/port HTTP/1.1" 200 1127 0.023311 10.0.0.27 - - [2026-01-19 02:54:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009336 10.0.0.27 - - [2026-01-19 02:54:50] "GET /obj-perms HTTP/1.1" 200 5056 0.068952 10.0.0.27 - - [2026-01-19 02:54:51] "POST /neutron/port HTTP/1.1" 200 1127 0.021684 10.0.0.27 - - [2026-01-19 02:54:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008564 10.0.0.27 - - [2026-01-19 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2026-01-19 02:55:02] "GET /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005190 10.0.0.27 - - [2026-01-19 02:55:02] "PUT /virtual-network/5d9a7702-b2b3-42a7-a8b0-e6c9d833e3aa HTTP/1.1" 200 264 0.061670 10.0.0.27 - - [2026-01-19 02:55:02] "POST /ref-update HTTP/1.1" 200 156 0.043893 10.0.0.27 - - [2026-01-19 02:55:07] "POST /neutron/port HTTP/1.1" 200 1127 0.018840 10.0.0.27 - - [2026-01-19 02:55:09] "POST /neutron/network HTTP/1.1" 200 831 0.007307 10.0.0.27 - - [2026-01-19 02:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2026-01-19 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2026-01-19 02:55:12] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000931 10.0.0.27 - - [2026-01-19 02:55:12] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040789 10.0.0.23 - - [2026-01-19 02:55:12] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001255 10.0.0.27 - - [2026-01-19 02:55:12] "POST /neutron/network HTTP/1.1" 200 613 0.138193 10.0.0.27 - - [2026-01-19 02:55:12] "POST /ref-update HTTP/1.1" 200 156 0.025943 10.0.0.27 - - [2026-01-19 02:55:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.003946 10.0.0.27 - - [2026-01-19 02:55:12] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005468 10.0.0.27 - - [2026-01-19 02:55:12] "POST /neutron/network HTTP/1.1" 200 833 0.006862 10.0.0.27 - - [2026-01-19 02:55:12] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006695 10.0.0.27 - - [2026-01-19 02:55:13] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006955 10.0.0.50 - - [2026-01-19 02:55:13] "GET /obj-perms HTTP/1.1" 200 5038 0.071429 10.0.0.23 - - [2026-01-19 02:55:13] "GET /obj-perms HTTP/1.1" 200 5038 0.064401 10.0.0.27 - - [2026-01-19 02:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2026-01-19 02:55:13] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006201 10.0.0.27 - - [2026-01-19 02:55:13] "PUT /virtual-network/56d63847-dfda-4247-b032-9d505e348a34 HTTP/1.1" 200 264 0.056403 10.0.0.27 - - [2026-01-19 02:55:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001698 10.0.0.27 - - [2026-01-19 02:55:18] "POST /neutron/network HTTP/1.1" 200 843 0.007945 10.0.0.23 - - [2026-01-19 02:55:19] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001490 10.0.0.27 - - [2026-01-19 02:55:19] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.073649 10.0.0.27 - - [2026-01-19 02:55:19] "POST /neutron/port HTTP/1.1" 200 117 0.007091 10.0.0.23 - - [2026-01-19 02:55:20] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001321 10.0.0.27 - - [2026-01-19 02:55:20] "POST /neutron/port HTTP/1.1" 200 1065 0.324627 10.0.0.27 - - [2026-01-19 02:55:20] "POST /neutron/port HTTP/1.1" 200 1119 0.119445 10.0.0.27 - - [2026-01-19 02:55:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.008945 10.0.0.27 - - [2026-01-19 02:55:24] "POST /neutron/port HTTP/1.1" 200 1129 0.017953 10.0.0.27 - - [2026-01-19 02:55:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007797 10.0.0.27 - - [2026-01-19 02:55:25] "GET /virtual-machine/eede7ea7-ce1e-4fdd-b8d9-5a98bb8278af HTTP/1.1" 200 1297 0.005637 10.0.0.27 - - [2026-01-19 02:55:25] "GET /virtual-machine-interface/0ba823d5-6cd0-4deb-8761-7e1824fe0d18 HTTP/1.1" 200 2965 0.005991 10.0.0.27 - - [2026-01-19 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2026-01-19 02:55:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006061 10.0.0.27 - - [2026-01-19 02:55:25] "GET /virtual-networks?parent_id=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003302 10.0.0.27 - - [2026-01-19 02:55:25] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006850 10.0.0.27 - - [2026-01-19 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2026-01-19 02:55:28] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005728 10.0.0.27 - - [2026-01-19 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.27 - - [2026-01-19 02:55:32] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005663 10.0.0.27 - - [2026-01-19 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2026-01-19 02:55:36] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005320 10.0.0.27 - - [2026-01-19 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2026-01-19 02:55:40] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005802 10.0.0.27 - - [2026-01-19 02:55:44] "POST /neutron/port HTTP/1.1" 200 1129 0.020183 10.0.0.27 - - [2026-01-19 02:55:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003839 10.0.0.27 - - [2026-01-19 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2026-01-19 02:55:44] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005891 10.0.0.27 - - [2026-01-19 02:55:44] "POST /neutron/network HTTP/1.1" 200 833 0.007435 10.0.0.27 - - [2026-01-19 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2026-01-19 02:55:48] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006067 10.0.0.27 - - [2026-01-19 02:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.27 - - [2026-01-19 02:55:52] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006353 10.0.0.27 - - [2026-01-19 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.27 - - [2026-01-19 02:55:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004164 10.0.0.27 - - [2026-01-19 02:55:57] "GET /virtual-networks?parent_id=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003300 10.0.0.27 - - [2026-01-19 02:55:57] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005893 10.0.0.27 - - [2026-01-19 02:56:02] "POST /neutron/port HTTP/1.1" 200 1129 0.020770 10.0.0.27 - - [2026-01-19 02:56:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007955 10.0.0.27 - - [2026-01-19 02:56:12] "POST /neutron/port HTTP/1.1" 200 1129 0.020371 10.0.0.27 - - [2026-01-19 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-01-19 02:56:17] "GET /virtual-network/56d63847-dfda-4247-b032-9d505e348a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006528 10.0.0.27 - - [2026-01-19 02:56:17] "PUT /virtual-network/56d63847-dfda-4247-b032-9d505e348a34 HTTP/1.1" 200 264 0.054924 10.0.0.27 - - [2026-01-19 02:56:17] "POST /ref-update HTTP/1.1" 200 156 0.041444 10.0.0.27 - - [2026-01-19 02:56:23] "POST /neutron/network HTTP/1.1" 400 204 0.016087 10.0.0.27 - - [2026-01-19 02:56:23] "POST /neutron/port HTTP/1.1" 200 151 0.184499 10.0.0.27 - - [2026-01-19 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008275 10.0.0.23 - - [2026-01-19 02:56:26] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.031069 10.0.0.27 - - [2026-01-19 02:56:26] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.081198 10.0.0.23 - - [2026-01-19 02:56:26] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001013 10.0.0.27 - - [2026-01-19 02:56:26] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?fields=virtual_networks HTTP/1.1" 200 1041 0.042456 10.0.0.23 - - [2026-01-19 02:56:26] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001042 10.0.0.27 - - [2026-01-19 02:56:27] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.043489 10.0.0.23 - - [2026-01-19 02:56:27] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001302 10.0.0.27 - - [2026-01-19 02:56:27] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?fields=security_groups HTTP/1.1" 200 1271 0.052071 10.0.0.27 - - [2026-01-19 02:56:27] "POST /fqname-to-id HTTP/1.1" 404 213 0.028454 10.0.0.23 - - [2026-01-19 02:56:27] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004250 10.0.0.23 - - [2026-01-19 02:56:28] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.23 - - [2026-01-19 02:56:28] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038584 10.0.0.23 - - [2026-01-19 02:56:28] "POST /id-to-fqname HTTP/1.1" 200 216 0.001838 10.0.0.23 - - [2026-01-19 02:56:28] "POST /fqname-to-id HTTP/1.1" 404 227 0.006287 10.0.0.23 - - [2026-01-19 02:56:28] "POST /security-groups HTTP/1.1" 200 616 0.035180 10.0.0.23 - - [2026-01-19 02:56:28] "POST /projects HTTP/1.1" 200 635 0.255042 10.0.0.27 - - [2026-01-19 02:56:28] "POST /access-control-lists HTTP/1.1" 200 621 0.033376 10.0.0.23 - - [2026-01-19 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.328673 10.0.0.27 - - [2026-01-19 02:56:28] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.507537 10.0.0.27 - - [2026-01-19 02:56:29] "GET / HTTP/1.1" 200 35931 0.001614 10.0.0.27 - - [2026-01-19 02:56:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2026-01-19 02:56:31] "POST /fqname-to-id HTTP/1.1" 404 249 0.055880 10.0.0.23 - - [2026-01-19 02:56:31] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001500 10.0.0.27 - - [2026-01-19 02:56:31] "POST /fqname-to-id HTTP/1.1" 404 281 0.003191 10.0.0.27 - - [2026-01-19 02:56:31] "POST /access-control-lists HTTP/1.1" 200 641 0.028479 10.0.0.27 - - [2026-01-19 02:56:32] "POST /neutron/security_group HTTP/1.1" 200 1427 0.518937 10.0.0.27 - - [2026-01-19 02:56:32] "PUT /access-control-list/9e2cbdae-9329-41c4-baef-70117e4cefde HTTP/1.1" 200 272 0.029247 10.0.0.27 - - [2026-01-19 02:56:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.133806 10.0.0.27 - - [2026-01-19 02:56:32] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.169174 10.0.0.27 - - [2026-01-19 02:56:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.27 - - [2026-01-19 02:56:32] "GET /security-group/b826bae9-c58c-4900-a0b4-a3f439bcfa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003742 10.0.0.27 - - [2026-01-19 02:56:32] "PUT /access-control-list/9e2cbdae-9329-41c4-baef-70117e4cefde HTTP/1.1" 200 272 0.022632 10.0.0.27 - - [2026-01-19 02:56:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.003712 10.0.0.27 - - [2026-01-19 02:56:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.004190 10.0.0.23 - - [2026-01-19 02:56:33] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001036 10.0.0.27 - - [2026-01-19 02:56:33] "POST /fqname-to-id HTTP/1.1" 404 281 0.006475 10.0.0.27 - - [2026-01-19 02:56:34] "POST /access-control-lists HTTP/1.1" 200 641 0.041319 10.0.0.27 - - [2026-01-19 02:56:34] "POST /neutron/security_group HTTP/1.1" 200 1427 0.394376 10.0.0.27 - - [2026-01-19 02:56:34] "PUT /access-control-list/234975fe-7b79-4797-a4d2-12de30cbc6f7 HTTP/1.1" 200 272 0.019755 10.0.0.27 - - [2026-01-19 02:56:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.183290 10.0.0.27 - - [2026-01-19 02:56:34] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.144164 10.0.0.27 - - [2026-01-19 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.27 - - [2026-01-19 02:56:34] "PUT /access-control-list/234975fe-7b79-4797-a4d2-12de30cbc6f7 HTTP/1.1" 200 272 0.025429 10.0.0.27 - - [2026-01-19 02:56:34] "GET /security-group/1ff49d8d-9584-4bf2-b1f6-152a8e80c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005670 10.0.0.27 - - [2026-01-19 02:56:35] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144932 10.0.0.27 - - [2026-01-19 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066 10.0.0.23 - - [2026-01-19 02:56:35] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002633 10.0.0.27 - - [2026-01-19 02:56:35] "PUT /access-control-list/aeb1c9c7-8e1f-4178-9e1f-a93074365952 HTTP/1.1" 200 272 0.019320 10.0.0.27 - - [2026-01-19 02:56:35] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.078855 10.0.0.27 - - [2026-01-19 02:56:35] "POST /neutron/network HTTP/1.1" 200 117 0.011808 10.0.0.23 - - [2026-01-19 02:56:36] "POST /useragent-kv HTTP/1.1" 200 115 0.014423 10.0.0.50 - - [2026-01-19 02:56:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.068779 10.0.0.27 - - [2026-01-19 02:56:36] "POST /neutron/subnet HTTP/1.1" 200 730 0.237338 10.0.0.27 - - [2026-01-19 02:56:36] "POST /id-to-fqname HTTP/1.1" 200 290 0.001190 10.0.0.27 - - [2026-01-19 02:56:36] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006170 10.0.0.27 - - [2026-01-19 02:56:36] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008645 10.0.0.27 - - [2026-01-19 02:56:36] "POST /neutron/network HTTP/1.1" 200 1114 0.012167 10.0.0.27 - - [2026-01-19 02:56:36] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007589 10.0.0.27 - - [2026-01-19 02:56:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001570 10.0.0.27 - - [2026-01-19 02:56:38] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008327 10.0.0.23 - - [2026-01-19 02:56:39] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001011 10.0.0.27 - - [2026-01-19 02:56:39] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.076733 10.0.0.27 - - [2026-01-19 02:56:39] "POST /neutron/port HTTP/1.1" 200 117 0.007267 10.0.0.27 - - [2026-01-19 02:56:39] "POST /id-to-fqname HTTP/1.1" 200 290 0.001393 10.0.0.27 - - [2026-01-19 02:56:39] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007727 10.0.0.23 - - [2026-01-19 02:56:39] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001118 10.0.0.27 - - [2026-01-19 02:56:39] "POST /neutron/security_group HTTP/1.1" 200 3458 0.060376 10.0.0.23 - - [2026-01-19 02:56:40] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001054 10.0.0.27 - - [2026-01-19 02:56:40] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.105762 10.0.0.27 - - [2026-01-19 02:56:40] "POST /neutron/port HTTP/1.1" 200 1193 0.047675 10.0.0.27 - - [2026-01-19 02:56:40] "POST /neutron/port HTTP/1.1" 200 1257 0.028415 10.0.0.27 - - [2026-01-19 02:56:40] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009114 10.0.0.27 - - [2026-01-19 02:56:40] "POST /neutron/subnet HTTP/1.1" 200 1390 0.017528 10.0.0.27 - - [2026-01-19 02:56:40] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.27 - - [2026-01-19 02:56:41] "POST /neutron/network HTTP/1.1" 200 1124 0.007531 10.0.0.27 - - [2026-01-19 02:56:41] "POST /neutron/port HTTP/1.1" 200 1193 0.022243 10.0.0.27 - - [2026-01-19 02:56:41] "POST /neutron/port HTTP/1.1" 200 1257 0.026264 10.0.0.27 - - [2026-01-19 02:56:41] "POST /neutron/subnet HTTP/1.1" 200 1390 0.013312 10.0.0.27 - - [2026-01-19 02:56:41] "POST /neutron/network HTTP/1.1" 200 1114 0.012071 10.0.0.27 - - [2026-01-19 02:56:43] "POST /neutron/network HTTP/1.1" 200 1124 0.007921 10.0.0.27 - - [2026-01-19 02:56:43] "POST /neutron/subnet HTTP/1.1" 200 1390 0.016589 10.0.0.27 - - [2026-01-19 02:56:43] "POST /neutron/network HTTP/1.1" 200 1114 0.009742 10.0.0.27 - - [2026-01-19 02:56:45] "POST /neutron/port HTTP/1.1" 200 1257 0.018492 10.0.0.27 - - [2026-01-19 02:56:46] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007769 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.033193 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.003856 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine-interface/3c3eb3b1-1ce0-42a6-9bf4-628541a93460 HTTP/1.1" 200 3417 0.005872 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.004123 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine-interface/3c3eb3b1-1ce0-42a6-9bf4-628541a93460 HTTP/1.1" 200 3417 0.005618 10.0.0.27 - - [2026-01-19 02:56:46] "GET /instance-ip/d0975f36-083d-4f72-a28b-a3f1c7b8fe05 HTTP/1.1" 200 1717 0.006748 10.0.0.27 - - [2026-01-19 02:56:46] "GET /instance-ip/e624e8a3-a911-4bb3-b7f8-61e3c2854d27 HTTP/1.1" 200 1736 0.006047 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.005340 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-machine-interface/3c3eb3b1-1ce0-42a6-9bf4-628541a93460 HTTP/1.1" 200 3417 0.005467 10.0.0.27 - - [2026-01-19 02:56:46] "GET /instance-ip/d0975f36-083d-4f72-a28b-a3f1c7b8fe05 HTTP/1.1" 200 1717 0.005646 10.0.0.27 - - [2026-01-19 02:56:46] "GET /instance-ip/e624e8a3-a911-4bb3-b7f8-61e3c2854d27 HTTP/1.1" 200 1736 0.004763 10.0.0.27 - - [2026-01-19 02:56:46] "POST /neutron/port HTTP/1.1" 200 1257 0.021694 10.0.0.27 - - [2026-01-19 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.27 - - [2026-01-19 02:56:46] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005202 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003628 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007849 10.0.0.27 - - [2026-01-19 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006933 10.0.0.27 - - [2026-01-19 02:56:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006017 10.0.0.27 - - [2026-01-19 02:56:46] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005110 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004997 10.0.0.27 - - [2026-01-19 02:56:46] "POST /neutron/port HTTP/1.1" 200 117 0.001458 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008617 10.0.0.27 - - [2026-01-19 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.27 - - [2026-01-19 02:56:46] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005456 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003507 10.0.0.27 - - [2026-01-19 02:56:46] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.009405 10.0.0.27 - - [2026-01-19 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.27 - - [2026-01-19 02:56:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004126 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003393 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006176 10.0.0.27 - - [2026-01-19 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.27 - - [2026-01-19 02:56:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009651 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004846 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006789 10.0.0.27 - - [2026-01-19 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2026-01-19 02:56:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006106 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003422 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006639 10.0.0.27 - - [2026-01-19 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-01-19 02:56:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004079 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003534 10.0.0.27 - - [2026-01-19 02:56:47] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006206 10.0.0.27 - - [2026-01-19 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.27 - - [2026-01-19 02:56:50] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005943 10.0.0.27 - - [2026-01-19 02:56:51] "GET /obj-perms HTTP/1.1" 200 5056 0.050297 10.0.0.50 - - [2026-01-19 02:56:51] "GET /obj-perms HTTP/1.1" 200 5056 0.052087 10.0.0.27 - - [2026-01-19 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2026-01-19 02:56:54] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006073 10.0.0.27 - - [2026-01-19 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006988 10.0.0.27 - - [2026-01-19 02:56:58] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.011042 10.0.0.27 - - [2026-01-19 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2026-01-19 02:57:02] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005780 10.0.0.27 - - [2026-01-19 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.27 - - [2026-01-19 02:57:06] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006227 10.0.0.27 - - [2026-01-19 02:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2026-01-19 02:57:11] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006148 10.0.0.27 - - [2026-01-19 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2026-01-19 02:57:15] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007770 10.0.0.27 - - [2026-01-19 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2026-01-19 02:57:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005880 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003382 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006437 10.0.0.27 - - [2026-01-19 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.27 - - [2026-01-19 02:57:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005315 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004883 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006356 10.0.0.27 - - [2026-01-19 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2026-01-19 02:57:19] "GET /routing-instance/9a68ddd0-2c9b-442e-9a1b-47692d3f8285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005404 10.0.0.27 - - [2026-01-19 02:57:19] "GET /route-target/a430dc45-859c-4a6a-9781-9d563fff805d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004324 10.0.0.27 - - [2026-01-19 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.27 - - [2026-01-19 02:57:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004293 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003704 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005999 10.0.0.27 - - [2026-01-19 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2026-01-19 02:57:19] "GET /routing-instance/9a68ddd0-2c9b-442e-9a1b-47692d3f8285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004448 10.0.0.27 - - [2026-01-19 02:57:19] "GET /route-target/a430dc45-859c-4a6a-9781-9d563fff805d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005203 10.0.0.27 - - [2026-01-19 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.27 - - [2026-01-19 02:57:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005146 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003642 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006583 10.0.0.27 - - [2026-01-19 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2026-01-19 02:57:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005005 10.0.0.27 - - [2026-01-19 02:57:19] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004020 10.0.0.27 - - [2026-01-19 02:57:20] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006243 10.0.0.27 - - [2026-01-19 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.27 - - [2026-01-19 02:57:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004840 10.0.0.27 - - [2026-01-19 02:57:20] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003516 10.0.0.27 - - [2026-01-19 02:57:20] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006223 10.0.0.23 - - [2026-01-19 02:57:20] "GET /obj-perms HTTP/1.1" 200 5080 0.054375 10.0.0.27 - - [2026-01-19 02:57:20] "GET /obj-perms HTTP/1.1" 200 5080 0.051353 10.0.0.27 - - [2026-01-19 02:57:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004423 10.0.0.50 - - [2026-01-19 02:57:20] "GET /obj-perms HTTP/1.1" 200 5080 0.061103 10.0.0.23 - - [2026-01-19 02:57:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004783 10.0.0.27 - - [2026-01-19 02:57:20] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.005302 10.0.0.27 - - [2026-01-19 02:57:20] "GET /virtual-machine-interface/3c3eb3b1-1ce0-42a6-9bf4-628541a93460 HTTP/1.1" 200 3417 0.008533 10.0.0.27 - - [2026-01-19 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2026-01-19 02:57:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004187 10.0.0.27 - - [2026-01-19 02:57:20] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003336 10.0.0.27 - - [2026-01-19 02:57:20] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006964 10.0.0.50 - - [2026-01-19 02:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.50 - - [2026-01-19 02:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2026-01-19 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.27 - - [2026-01-19 02:57:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004122 10.0.0.27 - - [2026-01-19 02:57:21] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003333 10.0.0.27 - - [2026-01-19 02:57:22] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007330 10.0.0.27 - - [2026-01-19 02:57:22] "POST /neutron/port HTTP/1.1" 200 1257 0.017773 10.0.0.23 - - [2026-01-19 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-01-19 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.50 - - [2026-01-19 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.50 - - [2026-01-19 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.23 - - [2026-01-19 02:57:22] "DELETE /project/f3709814e55a4e1db77ad5e299b0694a HTTP/1.1" 404 173 0.004168 10.0.0.23 - - [2026-01-19 02:57:22] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001012 10.0.0.23 - - [2026-01-19 02:57:22] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.045680 10.0.0.23 - - [2026-01-19 02:57:22] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001341 10.0.0.23 - - [2026-01-19 02:57:22] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?fields=security_groups HTTP/1.1" 200 1376 0.053788 10.0.0.27 - - [2026-01-19 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2026-01-19 02:57:22] "DELETE /security-group/da4a9e4e-2aea-492e-b525-9f14e8a7cb55 HTTP/1.1" 200 115 0.068518 10.0.0.23 - - [2026-01-19 02:57:22] "GET /projects?obj_uuids=8d40fe68-dd55-4ff9-92dc-02b81fa9be43&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001027 10.0.0.27 - - [2026-01-19 02:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000299 10.0.0.27 - - [2026-01-19 02:57:22] "DELETE /access-control-list/bf925874-3598-4edc-b91b-82d0da30eb27 HTTP/1.1" 200 115 0.044776 10.0.0.23 - - [2026-01-19 02:57:22] "GET /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43?fields=application_policy_sets HTTP/1.1" 200 1415 0.073949 10.0.0.23 - - [2026-01-19 02:57:23] "DELETE /project/8d40fe68-dd55-4ff9-92dc-02b81fa9be43 HTTP/1.1" 200 115 0.442880 10.0.0.23 - - [2026-01-19 02:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-01-19 02:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-01-19 02:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-01-19 02:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2026-01-19 02:57:26] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009660 10.0.0.27 - - [2026-01-19 02:57:28] "POST /neutron/port HTTP/1.1" 200 1257 0.018649 10.0.0.27 - - [2026-01-19 02:57:32] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007585 10.0.0.27 - - [2026-01-19 02:57:37] "POST /neutron/port HTTP/1.1" 200 1257 0.017843 10.0.0.27 - - [2026-01-19 02:57:37] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008506 10.0.0.27 - - [2026-01-19 02:57:37] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 200 1317 0.005140 10.0.0.27 - - [2026-01-19 02:57:37] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 200 1317 0.004016 10.0.0.27 - - [2026-01-19 02:57:37] "GET /virtual-machine-interface/4274c505-1432-4031-bdfd-45614afa078e HTTP/1.1" 200 3417 0.005771 10.0.0.27 - - [2026-01-19 02:57:37] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 200 1317 0.003647 10.0.0.27 - - [2026-01-19 02:57:37] "GET /virtual-machine-interface/4274c505-1432-4031-bdfd-45614afa078e HTTP/1.1" 200 3417 0.005299 10.0.0.27 - - [2026-01-19 02:57:37] "GET /instance-ip/8a1234be-2c4e-4c5d-847b-204c885cf7ac HTTP/1.1" 200 1715 0.005853 10.0.0.27 - - [2026-01-19 02:57:37] "GET /instance-ip/b7c03fea-96e0-4c3a-8ab7-072cc5261882 HTTP/1.1" 200 1735 0.005435 10.0.0.27 - - [2026-01-19 02:57:37] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 200 1317 0.003297 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-machine-interface/4274c505-1432-4031-bdfd-45614afa078e HTTP/1.1" 200 3417 0.005221 10.0.0.27 - - [2026-01-19 02:57:38] "GET /instance-ip/8a1234be-2c4e-4c5d-847b-204c885cf7ac HTTP/1.1" 200 1715 0.004206 10.0.0.27 - - [2026-01-19 02:57:38] "GET /instance-ip/b7c03fea-96e0-4c3a-8ab7-072cc5261882 HTTP/1.1" 200 1735 0.004369 10.0.0.27 - - [2026-01-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2026-01-19 02:57:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003637 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003353 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006611 10.0.0.27 - - [2026-01-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2026-01-19 02:57:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004219 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002924 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005775 10.0.0.27 - - [2026-01-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2026-01-19 02:57:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003881 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002978 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006953 10.0.0.27 - - [2026-01-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2026-01-19 02:57:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004420 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003810 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006257 10.0.0.27 - - [2026-01-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.27 - - [2026-01-19 02:57:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004137 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002973 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008048 10.0.0.27 - - [2026-01-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2026-01-19 02:57:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004384 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003854 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007913 10.0.0.27 - - [2026-01-19 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-01-19 02:57:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004441 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003517 10.0.0.27 - - [2026-01-19 02:57:38] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006079 10.0.0.27 - - [2026-01-19 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2026-01-19 02:57:39] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004244 10.0.0.27 - - [2026-01-19 02:57:39] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002969 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005890 10.0.0.27 - - [2026-01-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2026-01-19 02:57:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003301 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006629 10.0.0.27 - - [2026-01-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.27 - - [2026-01-19 02:57:40] "GET /routing-instance/9a68ddd0-2c9b-442e-9a1b-47692d3f8285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004287 10.0.0.27 - - [2026-01-19 02:57:40] "GET /route-target/a430dc45-859c-4a6a-9781-9d563fff805d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003638 10.0.0.27 - - [2026-01-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2026-01-19 02:57:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003661 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003800 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005923 10.0.0.27 - - [2026-01-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2026-01-19 02:57:40] "GET /routing-instance/9a68ddd0-2c9b-442e-9a1b-47692d3f8285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004756 10.0.0.27 - - [2026-01-19 02:57:40] "GET /route-target/a430dc45-859c-4a6a-9781-9d563fff805d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003613 10.0.0.27 - - [2026-01-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.27 - - [2026-01-19 02:57:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004632 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003500 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006250 10.0.0.27 - - [2026-01-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2026-01-19 02:57:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003344 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006145 10.0.0.27 - - [2026-01-19 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2026-01-19 02:57:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004603 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003204 10.0.0.27 - - [2026-01-19 02:57:40] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006829 10.0.0.27 - - [2026-01-19 02:57:40] "GET /obj-perms HTTP/1.1" 200 5080 0.003928 10.0.0.23 - - [2026-01-19 02:57:40] "GET /obj-perms HTTP/1.1" 200 5080 0.004205 10.0.0.27 - - [2026-01-19 02:57:40] "GET /obj-perms HTTP/1.1" 200 5080 0.004184 10.0.0.50 - - [2026-01-19 02:57:41] "GET /obj-perms HTTP/1.1" 200 5080 0.004450 10.0.0.27 - - [2026-01-19 02:57:41] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 200 1317 0.003704 10.0.0.27 - - [2026-01-19 02:57:41] "GET /virtual-machine-interface/4274c505-1432-4031-bdfd-45614afa078e HTTP/1.1" 200 3417 0.004907 10.0.0.27 - - [2026-01-19 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.27 - - [2026-01-19 02:57:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003918 10.0.0.27 - - [2026-01-19 02:57:41] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004593 10.0.0.27 - - [2026-01-19 02:57:41] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006673 10.0.0.27 - - [2026-01-19 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2026-01-19 02:57:42] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005106 10.0.0.27 - - [2026-01-19 02:57:42] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003477 10.0.0.27 - - [2026-01-19 02:57:42] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007390 10.0.0.27 - - [2026-01-19 02:57:42] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.004350 10.0.0.27 - - [2026-01-19 02:57:42] "GET /virtual-machine-interface/3c3eb3b1-1ce0-42a6-9bf4-628541a93460 HTTP/1.1" 200 3417 0.005676 10.0.0.27 - - [2026-01-19 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2026-01-19 02:57:42] "GET /security-group/1ff49d8d-9584-4bf2-b1f6-152a8e80c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004259 10.0.0.27 - - [2026-01-19 02:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2026-01-19 02:57:42] "GET /security-group/1ff49d8d-9584-4bf2-b1f6-152a8e80c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006211 10.0.0.27 - - [2026-01-19 02:57:42] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004101 10.0.0.27 - - [2026-01-19 02:57:42] "POST /neutron/port HTTP/1.1" 200 1247 0.017279 10.0.0.27 - - [2026-01-19 02:57:42] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.004570 10.0.0.27 - - [2026-01-19 02:57:42] "GET /virtual-machine-interface/3c3eb3b1-1ce0-42a6-9bf4-628541a93460 HTTP/1.1" 200 3361 0.009347 10.0.0.27 - - [2026-01-19 02:57:42] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007892 10.0.0.27 - - [2026-01-19 02:57:42] "POST /neutron/port HTTP/1.1" 200 1209 0.015396 10.0.0.27 - - [2026-01-19 02:57:43] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.004391 10.0.0.27 - - [2026-01-19 02:57:43] "GET /virtual-machine-interface/3c3eb3b1-1ce0-42a6-9bf4-628541a93460 HTTP/1.1" 200 3417 0.010205 10.0.0.27 - - [2026-01-19 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.27 - - [2026-01-19 02:57:43] "GET /security-group/1ff49d8d-9584-4bf2-b1f6-152a8e80c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003992 10.0.0.27 - - [2026-01-19 02:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-01-19 02:57:43] "GET /security-group/1ff49d8d-9584-4bf2-b1f6-152a8e80c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005084 10.0.0.27 - - [2026-01-19 02:57:43] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005387 10.0.0.27 - - [2026-01-19 02:57:45] "POST /neutron/port HTTP/1.1" 200 1257 0.019119 10.0.0.27 - - [2026-01-19 02:57:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004580 10.0.0.27 - - [2026-01-19 02:57:45] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.27 - - [2026-01-19 02:57:47] "POST /neutron/port HTTP/1.1" 200 1257 0.020878 10.0.0.27 - - [2026-01-19 02:57:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004460 10.0.0.27 - - [2026-01-19 02:57:47] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.27 - - [2026-01-19 02:57:52] "GET /obj-perms HTTP/1.1" 200 5056 0.054590 10.0.0.27 - - [2026-01-19 02:58:45] "POST /neutron/port HTTP/1.1" 200 1257 0.018824 10.0.0.27 - - [2026-01-19 02:58:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003816 10.0.0.27 - - [2026-01-19 02:58:45] "POST /neutron/port HTTP/1.1" 200 117 0.001467 10.0.0.27 - - [2026-01-19 02:58:48] "POST /neutron/port HTTP/1.1" 200 1257 0.048742 10.0.0.27 - - [2026-01-19 02:58:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004275 10.0.0.27 - - [2026-01-19 02:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.001509 10.0.0.23 - - [2026-01-19 02:58:53] "GET /obj-perms HTTP/1.1" 200 5056 0.055562 10.0.0.27 - - [2026-01-19 02:59:05] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.009291 10.0.0.27 - - [2026-01-19 02:59:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150738 10.0.0.27 - - [2026-01-19 02:59:06] "PUT /access-control-list/aeb1c9c7-8e1f-4178-9e1f-a93074365952 HTTP/1.1" 200 272 0.039253 10.0.0.27 - - [2026-01-19 02:59:08] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009715 10.0.0.27 - - [2026-01-19 02:59:08] "POST /neutron/port HTTP/1.1" 200 1247 0.016818 10.0.0.27 - - [2026-01-19 02:59:08] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 200 1317 0.003913 10.0.0.27 - - [2026-01-19 02:59:09] "POST /neutron/port HTTP/1.1" 200 1209 0.016811 10.0.0.27 - - [2026-01-19 02:59:10] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 404 171 0.003274 10.0.0.27 - - [2026-01-19 02:59:10] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 404 171 0.003160 10.0.0.27 - - [2026-01-19 02:59:10] "GET /virtual-machine/23c3cc4f-8fd0-440b-a5a6-9426d5df3289 HTTP/1.1" 404 171 0.003028 10.0.0.27 - - [2026-01-19 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2026-01-19 02:59:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004403 10.0.0.27 - - [2026-01-19 02:59:11] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003328 10.0.0.27 - - [2026-01-19 02:59:11] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.006435 10.0.0.27 - - [2026-01-19 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.27 - - [2026-01-19 02:59:11] "GET /routing-instance/9a68ddd0-2c9b-442e-9a1b-47692d3f8285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005133 10.0.0.27 - - [2026-01-19 02:59:11] "GET /route-target/a430dc45-859c-4a6a-9781-9d563fff805d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006709 10.0.0.50 - - [2026-01-19 02:59:14] "GET /obj-perms HTTP/1.1" 200 5080 0.003919 10.0.0.27 - - [2026-01-19 02:59:17] "GET /obj-perms HTTP/1.1" 200 5080 0.004205 10.0.0.50 - - [2026-01-19 02:59:23] "GET /obj-perms HTTP/1.1" 200 5080 0.004187 10.0.0.27 - - [2026-01-19 02:59:26] "GET /obj-perms HTTP/1.1" 200 5080 0.004160 10.0.0.50 - - [2026-01-19 02:59:32] "GET /obj-perms HTTP/1.1" 200 5080 0.006448 10.0.0.27 - - [2026-01-19 02:59:32] "GET /obj-perms HTTP/1.1" 200 5080 0.007841 10.0.0.27 - - [2026-01-19 02:59:33] "POST /neutron/port HTTP/1.1" 200 1257 0.018397 10.0.0.27 - - [2026-01-19 02:59:33] "POST /neutron/port HTTP/1.1" 200 1209 0.083175 10.0.0.27 - - [2026-01-19 02:59:33] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 200 1318 0.004693 10.0.0.27 - - [2026-01-19 02:59:34] "POST /neutron/port HTTP/1.1" 200 151 0.299551 10.0.0.27 - - [2026-01-19 02:59:35] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 404 171 0.003580 10.0.0.27 - - [2026-01-19 02:59:35] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 404 171 0.002706 10.0.0.27 - - [2026-01-19 02:59:35] "GET /virtual-machine/c6718b48-c48a-41d1-ac57-d4c022b55177 HTTP/1.1" 404 171 0.003082 10.0.0.27 - - [2026-01-19 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2026-01-19 02:59:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003625 10.0.0.27 - - [2026-01-19 02:59:35] "GET /virtual-networks?parent_id=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004304 10.0.0.27 - - [2026-01-19 02:59:35] "GET /virtual-network/c6cbfc3c-21ac-4181-b819-c4855b09a3b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007658 10.0.0.27 - - [2026-01-19 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2026-01-19 02:59:35] "GET /routing-instance/9a68ddd0-2c9b-442e-9a1b-47692d3f8285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004407 10.0.0.27 - - [2026-01-19 02:59:35] "GET /route-target/a430dc45-859c-4a6a-9781-9d563fff805d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003953 10.0.0.27 - - [2026-01-19 02:59:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004885 10.0.0.50 - - [2026-01-19 02:59:38] "GET /obj-perms HTTP/1.1" 200 5080 0.005394 10.0.0.27 - - [2026-01-19 02:59:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004409 10.0.0.50 - - [2026-01-19 02:59:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004324 10.0.0.27 - - [2026-01-19 02:59:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003932 10.0.0.50 - - [2026-01-19 02:59:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003762 10.0.0.27 - - [2026-01-19 03:00:00] "GET /obj-perms HTTP/1.1" 200 5080 0.003946 10.0.0.50 - - [2026-01-19 03:00:00] "GET /obj-perms HTTP/1.1" 200 5080 0.005845 10.0.0.27 - - [2026-01-19 03:00:00] "DELETE /route-target/a430dc45-859c-4a6a-9781-9d563fff805d HTTP/1.1" 200 115 0.041115 10.0.0.27 - - [2026-01-19 03:00:00] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004550 10.0.0.27 - - [2026-01-19 03:00:00] "POST /fqname-to-id HTTP/1.1" 404 249 0.004574 10.0.0.23 - - [2026-01-19 03:00:02] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002596 10.0.0.27 - - [2026-01-19 03:00:02] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.088079 10.0.0.23 - - [2026-01-19 03:00:02] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001438 10.0.0.27 - - [2026-01-19 03:00:02] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?fields=virtual_networks HTTP/1.1" 200 1083 0.061638 10.0.0.23 - - [2026-01-19 03:00:02] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001542 10.0.0.27 - - [2026-01-19 03:00:02] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.060464 10.0.0.23 - - [2026-01-19 03:00:02] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002614 10.0.0.27 - - [2026-01-19 03:00:02] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?fields=security_groups HTTP/1.1" 200 1334 0.057996 10.0.0.27 - - [2026-01-19 03:00:03] "POST /fqname-to-id HTTP/1.1" 404 218 0.031579 10.0.0.23 - - [2026-01-19 03:00:03] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004749 10.0.0.23 - - [2026-01-19 03:00:03] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001861 10.0.0.23 - - [2026-01-19 03:00:03] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009686 10.0.0.23 - - [2026-01-19 03:00:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001832 10.0.0.23 - - [2026-01-19 03:00:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.007419 10.0.0.23 - - [2026-01-19 03:00:04] "POST /security-groups HTTP/1.1" 200 621 0.037327 10.0.0.27 - - [2026-01-19 03:00:04] "POST /fqname-to-id HTTP/1.1" 404 264 0.005775 10.0.0.23 - - [2026-01-19 03:00:04] "POST /projects HTTP/1.1" 200 645 0.307383 10.0.0.23 - - [2026-01-19 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.387864 10.0.0.27 - - [2026-01-19 03:00:04] "POST /access-control-lists HTTP/1.1" 200 624 0.037127 10.0.0.27 - - [2026-01-19 03:00:04] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.554667 10.0.0.27 - - [2026-01-19 03:00:05] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.27 - - [2026-01-19 03:00:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2026-01-19 03:00:07] "POST /fqname-to-id HTTP/1.1" 404 254 0.071765 10.0.0.27 - - [2026-01-19 03:00:07] "POST /security-groups HTTP/1.1" 200 595 0.037074 10.0.0.27 - - [2026-01-19 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.27 - - [2026-01-19 03:00:07] "POST /fqname-to-id HTTP/1.1" 404 285 0.009700 10.0.0.27 - - [2026-01-19 03:00:07] "GET /security-group/0c7381c1-4a3b-4acd-8cf8-33fad115dfa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.008184 10.0.0.27 - - [2026-01-19 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2026-01-19 03:00:07] "GET /security-group/0c7381c1-4a3b-4acd-8cf8-33fad115dfa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004539 10.0.0.27 - - [2026-01-19 03:00:08] "DELETE /security-group/0c7381c1-4a3b-4acd-8cf8-33fad115dfa6 HTTP/1.1" 200 115 0.055905 10.0.0.27 - - [2026-01-19 03:00:08] "POST /fqname-to-id HTTP/1.1" 404 254 0.003077 10.0.0.27 - - [2026-01-19 03:00:08] "DELETE /access-control-list/b5ac3b5c-3e14-4e07-a4ab-c718a16bcb97 HTTP/1.1" 200 115 0.036479 10.0.0.27 - - [2026-01-19 03:00:08] "POST /fqname-to-id HTTP/1.1" 404 254 0.003702 10.0.0.27 - - [2026-01-19 03:00:08] "POST /security-groups HTTP/1.1" 200 595 0.045456 10.0.0.27 - - [2026-01-19 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.27 - - [2026-01-19 03:00:08] "POST /fqname-to-id HTTP/1.1" 404 285 0.010560 10.0.0.27 - - [2026-01-19 03:00:08] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006551 10.0.0.27 - - [2026-01-19 03:00:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007895 10.0.0.27 - - [2026-01-19 03:00:08] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004763 10.0.0.27 - - [2026-01-19 03:00:09] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005787 10.0.0.27 - - [2026-01-19 03:00:09] "PUT /security-group/281595f9-9de4-43d2-8cf2-0203e5458819 HTTP/1.1" 200 262 0.020668 10.0.0.27 - - [2026-01-19 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008049 10.0.0.27 - - [2026-01-19 03:00:09] "PUT /access-control-list/a28a86f5-f48c-4d73-8e9d-b74352f6265b HTTP/1.1" 200 272 0.023043 10.0.0.23 - - [2026-01-19 03:00:09] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001240 10.0.0.27 - - [2026-01-19 03:00:09] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.046430 10.0.0.23 - - [2026-01-19 03:00:09] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001204 10.0.0.27 - - [2026-01-19 03:00:09] "POST /neutron/network HTTP/1.1" 200 735 0.154917 10.0.0.27 - - [2026-01-19 03:00:10] "POST /id-to-fqname HTTP/1.1" 200 300 0.003806 10.0.0.27 - - [2026-01-19 03:00:10] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006033 10.0.0.27 - - [2026-01-19 03:00:10] "POST /neutron/network HTTP/1.1" 200 955 0.006397 10.0.0.27 - - [2026-01-19 03:00:10] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005359 10.0.0.27 - - [2026-01-19 03:00:10] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005915 10.0.0.23 - - [2026-01-19 03:00:11] "GET /obj-perms HTTP/1.1" 200 5090 0.057122 10.0.0.27 - - [2026-01-19 03:00:11] "POST /id-to-fqname HTTP/1.1" 200 300 0.001346 10.0.0.27 - - [2026-01-19 03:00:11] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008688 10.0.0.23 - - [2026-01-19 03:00:12] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001090 10.0.0.27 - - [2026-01-19 03:00:12] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.083046 10.0.0.27 - - [2026-01-19 03:00:12] "POST /neutron/port HTTP/1.1" 200 117 0.006534 10.0.0.27 - - [2026-01-19 03:00:12] "POST /id-to-fqname HTTP/1.1" 200 300 0.001241 10.0.0.27 - - [2026-01-19 03:00:12] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008903 10.0.0.23 - - [2026-01-19 03:00:13] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001243 10.0.0.27 - - [2026-01-19 03:00:13] "POST /neutron/security_group HTTP/1.1" 200 3300 0.054434 10.0.0.27 - - [2026-01-19 03:00:13] "POST /neutron/port HTTP/1.1" 200 1091 0.019477 10.0.0.23 - - [2026-01-19 03:00:13] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000995 10.0.0.27 - - [2026-01-19 03:00:13] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.089180 10.0.0.27 - - [2026-01-19 03:00:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.079031 10.0.0.27 - - [2026-01-19 03:00:14] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.27 - - [2026-01-19 03:00:14] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007075 10.0.0.27 - - [2026-01-19 03:00:14] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007175 10.0.0.23 - - [2026-01-19 03:00:14] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001080 10.0.0.27 - - [2026-01-19 03:00:14] "POST /neutron/port HTTP/1.1" 200 1091 0.285520 10.0.0.27 - - [2026-01-19 03:00:15] "POST /neutron/port HTTP/1.1" 200 1146 0.115219 10.0.0.27 - - [2026-01-19 03:00:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.010829 10.0.0.27 - - [2026-01-19 03:00:19] "POST /neutron/port HTTP/1.1" 200 1156 0.020857 10.0.0.27 - - [2026-01-19 03:00:19] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008968 10.0.0.27 - - [2026-01-19 03:00:19] "POST /neutron/port HTTP/1.1" 200 1156 0.023427 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.035050 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.005885 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine-interface/6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b HTTP/1.1" 200 3263 0.005482 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.003910 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine-interface/6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b HTTP/1.1" 200 3263 0.007235 10.0.0.27 - - [2026-01-19 03:00:19] "GET /instance-ip/d1469c0f-5918-4286-926f-6121fb6f01b5 HTTP/1.1" 200 1732 0.006537 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.004871 10.0.0.27 - - [2026-01-19 03:00:19] "GET /virtual-machine-interface/6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b HTTP/1.1" 200 3263 0.005424 10.0.0.27 - - [2026-01-19 03:00:20] "GET /instance-ip/d1469c0f-5918-4286-926f-6121fb6f01b5 HTTP/1.1" 200 1732 0.004783 10.0.0.27 - - [2026-01-19 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.27 - - [2026-01-19 03:00:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003921 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002977 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007004 10.0.0.27 - - [2026-01-19 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-01-19 03:00:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004549 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003589 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005802 10.0.0.27 - - [2026-01-19 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.27 - - [2026-01-19 03:00:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004295 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003893 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006439 10.0.0.27 - - [2026-01-19 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.27 - - [2026-01-19 03:00:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003885 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003408 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008250 10.0.0.27 - - [2026-01-19 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2026-01-19 03:00:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004663 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004840 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007056 10.0.0.27 - - [2026-01-19 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.27 - - [2026-01-19 03:00:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004548 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003795 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007313 10.0.0.27 - - [2026-01-19 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.27 - - [2026-01-19 03:00:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005778 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003797 10.0.0.27 - - [2026-01-19 03:00:20] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006672 10.0.0.23 - - [2026-01-19 03:00:23] "DELETE /project/5f69e4eba28b42c1b24e5b2ba8242efb HTTP/1.1" 404 173 0.005020 10.0.0.23 - - [2026-01-19 03:00:23] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001065 10.0.0.23 - - [2026-01-19 03:00:23] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.042160 10.0.0.23 - - [2026-01-19 03:00:23] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001053 10.0.0.23 - - [2026-01-19 03:00:23] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?fields=security_groups HTTP/1.1" 200 1439 0.045249 10.0.0.23 - - [2026-01-19 03:00:23] "DELETE /security-group/e9fb12d1-c9d3-470d-97da-d94401938ae0 HTTP/1.1" 200 115 0.061078 10.0.0.23 - - [2026-01-19 03:00:23] "GET /projects?obj_uuids=f3709814-e55a-4e1d-b77a-d5e299b0694a&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000964 10.0.0.27 - - [2026-01-19 03:00:23] "DELETE /access-control-list/92b2b01c-e1ce-4d78-b475-7cd730312f8d HTTP/1.1" 200 115 0.037605 10.0.0.23 - - [2026-01-19 03:00:23] "GET /project/f3709814-e55a-4e1d-b77a-d5e299b0694a?fields=application_policy_sets HTTP/1.1" 200 1478 0.071437 10.0.0.23 - - [2026-01-19 03:00:23] "DELETE /project/f3709814-e55a-4e1d-b77a-d5e299b0694a HTTP/1.1" 200 115 0.454934 10.0.0.27 - - [2026-01-19 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-01-19 03:00:23] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005023 10.0.0.27 - - [2026-01-19 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2026-01-19 03:00:28] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005388 10.0.0.27 - - [2026-01-19 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.27 - - [2026-01-19 03:00:32] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006572 10.0.0.27 - - [2026-01-19 03:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2026-01-19 03:00:36] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006323 10.0.0.27 - - [2026-01-19 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2026-01-19 03:00:40] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006487 10.0.0.27 - - [2026-01-19 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-01-19 03:00:44] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005298 10.0.0.27 - - [2026-01-19 03:00:48] "POST /neutron/port HTTP/1.1" 200 1156 0.019535 10.0.0.27 - - [2026-01-19 03:00:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.009812 10.0.0.27 - - [2026-01-19 03:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.27 - - [2026-01-19 03:00:48] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.009253 10.0.0.27 - - [2026-01-19 03:00:51] "POST /neutron/port HTTP/1.1" 200 1156 0.019194 10.0.0.27 - - [2026-01-19 03:00:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004215 10.0.0.27 - - [2026-01-19 03:00:51] "POST /neutron/network HTTP/1.1" 200 955 0.007886 10.0.0.27 - - [2026-01-19 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2026-01-19 03:00:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004375 10.0.0.27 - - [2026-01-19 03:00:52] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004067 10.0.0.27 - - [2026-01-19 03:00:52] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006117 10.0.0.27 - - [2026-01-19 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2026-01-19 03:00:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004210 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003676 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006154 10.0.0.27 - - [2026-01-19 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.27 - - [2026-01-19 03:00:53] "GET /routing-instance/3cba0f11-b89a-469b-9ed0-0a3cd1f611a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006826 10.0.0.27 - - [2026-01-19 03:00:53] "GET /route-target/1287b93e-848f-4b1b-9f39-4f739fb01cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004148 10.0.0.27 - - [2026-01-19 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2026-01-19 03:00:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003687 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003164 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007399 10.0.0.27 - - [2026-01-19 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2026-01-19 03:00:53] "GET /routing-instance/3cba0f11-b89a-469b-9ed0-0a3cd1f611a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004902 10.0.0.27 - - [2026-01-19 03:00:53] "GET /route-target/1287b93e-848f-4b1b-9f39-4f739fb01cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005627 10.0.0.27 - - [2026-01-19 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2026-01-19 03:00:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004746 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004376 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006159 10.0.0.27 - - [2026-01-19 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2026-01-19 03:00:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004091 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002789 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007895 10.0.0.27 - - [2026-01-19 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2026-01-19 03:00:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004287 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003338 10.0.0.27 - - [2026-01-19 03:00:53] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006246 10.0.0.27 - - [2026-01-19 03:00:53] "GET /obj-perms HTTP/1.1" 200 5090 0.050039 10.0.0.27 - - [2026-01-19 03:00:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003862 10.0.0.23 - - [2026-01-19 03:00:54] "GET /obj-perms HTTP/1.1" 200 5056 0.078211 10.0.0.27 - - [2026-01-19 03:00:54] "GET /obj-perms HTTP/1.1" 200 5090 0.003408 10.0.0.50 - - [2026-01-19 03:00:54] "GET /obj-perms HTTP/1.1" 200 5090 0.058936 10.0.0.27 - - [2026-01-19 03:00:54] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.003804 10.0.0.27 - - [2026-01-19 03:00:54] "GET /virtual-machine-interface/6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b HTTP/1.1" 200 3263 0.005077 10.0.0.27 - - [2026-01-19 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-01-19 03:00:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004240 10.0.0.27 - - [2026-01-19 03:00:55] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003038 10.0.0.27 - - [2026-01-19 03:00:55] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006649 10.0.0.27 - - [2026-01-19 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.27 - - [2026-01-19 03:00:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004103 10.0.0.27 - - [2026-01-19 03:00:56] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003192 10.0.0.27 - - [2026-01-19 03:00:56] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005755 10.0.0.27 - - [2026-01-19 03:01:01] "POST /neutron/port HTTP/1.1" 200 1156 0.025954 10.0.0.27 - - [2026-01-19 03:01:01] "POST /neutron/security_group HTTP/1.1" 200 1294 0.032561 10.0.0.27 - - [2026-01-19 03:01:06] "POST /neutron/port HTTP/1.1" 200 1156 0.018380 10.0.0.27 - - [2026-01-19 03:01:11] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008664 10.0.0.27 - - [2026-01-19 03:01:12] "POST /neutron/port HTTP/1.1" 200 1156 0.020350 10.0.0.27 - - [2026-01-19 03:01:12] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008355 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 200 1323 0.005514 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 200 1323 0.005703 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-machine-interface/bb579014-c6ac-4656-8df8-7a0cae706328 HTTP/1.1" 200 3264 0.005452 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 200 1323 0.004258 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-machine-interface/bb579014-c6ac-4656-8df8-7a0cae706328 HTTP/1.1" 200 3264 0.005393 10.0.0.27 - - [2026-01-19 03:01:12] "GET /instance-ip/1c096efc-6688-4cee-98aa-50eda7d615c5 HTTP/1.1" 200 1731 0.007198 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 200 1323 0.004660 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-machine-interface/bb579014-c6ac-4656-8df8-7a0cae706328 HTTP/1.1" 200 3264 0.005708 10.0.0.27 - - [2026-01-19 03:01:12] "GET /instance-ip/1c096efc-6688-4cee-98aa-50eda7d615c5 HTTP/1.1" 200 1731 0.004736 10.0.0.27 - - [2026-01-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 03:01:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004441 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003237 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006090 10.0.0.27 - - [2026-01-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.27 - - [2026-01-19 03:01:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005854 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003588 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007578 10.0.0.27 - - [2026-01-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.27 - - [2026-01-19 03:01:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004867 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003057 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006588 10.0.0.27 - - [2026-01-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-01-19 03:01:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004877 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003470 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007123 10.0.0.27 - - [2026-01-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2026-01-19 03:01:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004950 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003236 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006091 10.0.0.27 - - [2026-01-19 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2026-01-19 03:01:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005083 10.0.0.27 - - [2026-01-19 03:01:12] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003214 10.0.0.27 - - [2026-01-19 03:01:13] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006804 10.0.0.27 - - [2026-01-19 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.27 - - [2026-01-19 03:01:13] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004423 10.0.0.27 - - [2026-01-19 03:01:13] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003103 10.0.0.27 - - [2026-01-19 03:01:13] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005922 10.0.0.27 - - [2026-01-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2026-01-19 03:01:14] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004642 10.0.0.27 - - [2026-01-19 03:01:14] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003517 10.0.0.27 - - [2026-01-19 03:01:14] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005792 10.0.0.27 - - [2026-01-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.27 - - [2026-01-19 03:01:14] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003777 10.0.0.27 - - [2026-01-19 03:01:14] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003134 10.0.0.27 - - [2026-01-19 03:01:14] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007900 10.0.0.27 - - [2026-01-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.27 - - [2026-01-19 03:01:14] "GET /routing-instance/3cba0f11-b89a-469b-9ed0-0a3cd1f611a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004595 10.0.0.27 - - [2026-01-19 03:01:14] "GET /route-target/1287b93e-848f-4b1b-9f39-4f739fb01cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004451 10.0.0.27 - - [2026-01-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.27 - - [2026-01-19 03:01:14] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004164 10.0.0.27 - - [2026-01-19 03:01:14] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003587 10.0.0.27 - - [2026-01-19 03:01:14] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005517 10.0.0.27 - - [2026-01-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2026-01-19 03:01:14] "GET /routing-instance/3cba0f11-b89a-469b-9ed0-0a3cd1f611a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005001 10.0.0.27 - - [2026-01-19 03:01:14] "GET /route-target/1287b93e-848f-4b1b-9f39-4f739fb01cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003729 10.0.0.27 - - [2026-01-19 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.27 - - [2026-01-19 03:01:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004586 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003347 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008716 10.0.0.27 - - [2026-01-19 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.27 - - [2026-01-19 03:01:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004936 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003338 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008393 10.0.0.27 - - [2026-01-19 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.27 - - [2026-01-19 03:01:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005293 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003881 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006318 10.0.0.23 - - [2026-01-19 03:01:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004961 10.0.0.27 - - [2026-01-19 03:01:15] "GET /obj-perms HTTP/1.1" 200 5090 0.005755 10.0.0.27 - - [2026-01-19 03:01:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004765 10.0.0.50 - - [2026-01-19 03:01:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004322 10.0.0.23 - - [2026-01-19 03:01:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004008 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 200 1323 0.005084 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-machine-interface/bb579014-c6ac-4656-8df8-7a0cae706328 HTTP/1.1" 200 3264 0.007402 10.0.0.27 - - [2026-01-19 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.27 - - [2026-01-19 03:01:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007613 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003618 10.0.0.27 - - [2026-01-19 03:01:15] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006362 10.0.0.27 - - [2026-01-19 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2026-01-19 03:01:16] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004032 10.0.0.27 - - [2026-01-19 03:01:16] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003206 10.0.0.27 - - [2026-01-19 03:01:16] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006261 10.0.0.27 - - [2026-01-19 03:01:17] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.004200 10.0.0.27 - - [2026-01-19 03:01:17] "GET /virtual-machine-interface/6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b HTTP/1.1" 200 3263 0.005927 10.0.0.27 - - [2026-01-19 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2026-01-19 03:01:17] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.006337 10.0.0.27 - - [2026-01-19 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.27 - - [2026-01-19 03:01:17] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.005285 10.0.0.27 - - [2026-01-19 03:01:17] "POST /neutron/port HTTP/1.1" 200 1156 0.023862 10.0.0.27 - - [2026-01-19 03:01:17] "POST /neutron/port HTTP/1.1" 200 1107 0.103101 10.0.0.27 - - [2026-01-19 03:01:17] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.004210 10.0.0.27 - - [2026-01-19 03:01:17] "GET /virtual-machine-interface/6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b HTTP/1.1" 200 3202 0.005765 10.0.0.27 - - [2026-01-19 03:01:17] "POST /neutron/port HTTP/1.1" 200 1107 0.014330 10.0.0.27 - - [2026-01-19 03:01:17] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.003670 10.0.0.27 - - [2026-01-19 03:01:17] "GET /virtual-machine-interface/6ecb95ac-56bf-4237-b8a2-e10bcdc0b40b HTTP/1.1" 200 3263 0.007570 10.0.0.27 - - [2026-01-19 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.27 - - [2026-01-19 03:01:17] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.005395 10.0.0.27 - - [2026-01-19 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2026-01-19 03:01:17] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004460 10.0.0.27 - - [2026-01-19 03:01:17] "POST /neutron/security_group HTTP/1.1" 200 1320 0.007676 10.0.0.27 - - [2026-01-19 03:01:17] "DELETE /security-group/281595f9-9de4-43d2-8cf2-0203e5458819 HTTP/1.1" 409 336 0.009092 10.0.0.27 - - [2026-01-19 03:01:48] "POST /neutron/network HTTP/1.1" 200 965 0.032501 10.0.0.27 - - [2026-01-19 03:01:48] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.27 - - [2026-01-19 03:01:53] "POST /neutron/port HTTP/1.1" 200 1156 0.020641 10.0.0.27 - - [2026-01-19 03:01:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.009634 10.0.0.50 - - [2026-01-19 03:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.50 - - [2026-01-19 03:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.23 - - [2026-01-19 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2026-01-19 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-01-19 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-01-19 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2026-01-19 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-01-19 03:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-01-19 03:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2026-01-19 03:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.27 - - [2026-01-19 03:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001008 10.0.0.27 - - [2026-01-19 03:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-01-19 03:02:49] "POST /neutron/port HTTP/1.1" 200 1156 0.020630 10.0.0.27 - - [2026-01-19 03:02:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.27 - - [2026-01-19 03:02:49] "POST /neutron/network HTTP/1.1" 200 955 0.007740 10.0.0.27 - - [2026-01-19 03:02:53] "POST /neutron/network HTTP/1.1" 200 965 0.009116 10.0.0.27 - - [2026-01-19 03:02:53] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.27 - - [2026-01-19 03:02:55] "GET /obj-perms HTTP/1.1" 200 5056 0.060469 10.0.0.50 - - [2026-01-19 03:02:56] "GET /obj-perms HTTP/1.1" 200 5056 0.057600 10.0.0.27 - - [2026-01-19 03:03:14] "GET /security-group/281595f9-9de4-43d2-8cf2-0203e5458819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004717 10.0.0.27 - - [2026-01-19 03:03:14] "PUT /security-group/281595f9-9de4-43d2-8cf2-0203e5458819 HTTP/1.1" 200 262 0.016623 10.0.0.27 - - [2026-01-19 03:03:14] "PUT /access-control-list/a28a86f5-f48c-4d73-8e9d-b74352f6265b HTTP/1.1" 200 272 0.021688 10.0.0.27 - - [2026-01-19 03:03:17] "POST /neutron/port HTTP/1.1" 200 1156 0.018800 10.0.0.27 - - [2026-01-19 03:03:17] "POST /neutron/port HTTP/1.1" 200 1107 0.074590 10.0.0.27 - - [2026-01-19 03:03:17] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 200 1323 0.004160 10.0.0.27 - - [2026-01-19 03:03:18] "POST /neutron/port HTTP/1.1" 200 151 0.178713 10.0.0.27 - - [2026-01-19 03:03:19] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 404 171 0.003801 10.0.0.27 - - [2026-01-19 03:03:19] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 404 171 0.003657 10.0.0.27 - - [2026-01-19 03:03:19] "GET /virtual-machine/bc9b898d-b426-4c57-aecd-82bebe88f025 HTTP/1.1" 404 171 0.003019 10.0.0.27 - - [2026-01-19 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2026-01-19 03:03:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005657 10.0.0.27 - - [2026-01-19 03:03:19] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005063 10.0.0.27 - - [2026-01-19 03:03:19] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006062 10.0.0.27 - - [2026-01-19 03:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-01-19 03:03:20] "GET /routing-instance/3cba0f11-b89a-469b-9ed0-0a3cd1f611a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.007667 10.0.0.27 - - [2026-01-19 03:03:20] "GET /route-target/1287b93e-848f-4b1b-9f39-4f739fb01cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004334 10.0.0.27 - - [2026-01-19 03:03:26] "GET /obj-perms HTTP/1.1" 200 5090 0.004075 10.0.0.50 - - [2026-01-19 03:03:26] "GET /obj-perms HTTP/1.1" 200 5090 0.005030 10.0.0.27 - - [2026-01-19 03:03:32] "GET /obj-perms HTTP/1.1" 200 5090 0.004025 10.0.0.50 - - [2026-01-19 03:03:32] "GET /obj-perms HTTP/1.1" 200 5090 0.003993 10.0.0.27 - - [2026-01-19 03:03:32] "POST /neutron/port HTTP/1.1" 200 1146 0.014682 10.0.0.27 - - [2026-01-19 03:03:32] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 200 1322 0.004225 10.0.0.27 - - [2026-01-19 03:03:33] "POST /neutron/port HTTP/1.1" 200 1117 0.021212 10.0.0.27 - - [2026-01-19 03:03:34] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 404 171 0.003328 10.0.0.27 - - [2026-01-19 03:03:34] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 404 171 0.002815 10.0.0.27 - - [2026-01-19 03:03:34] "GET /virtual-machine/43641af6-78cd-4eaf-a15a-984f613a3798 HTTP/1.1" 404 171 0.003345 10.0.0.27 - - [2026-01-19 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.27 - - [2026-01-19 03:03:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003930 10.0.0.27 - - [2026-01-19 03:03:35] "GET /virtual-networks?parent_id=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003499 10.0.0.27 - - [2026-01-19 03:03:35] "GET /virtual-network/66240ab9-f1c8-491a-a9d6-a7b288ec3327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007047 10.0.0.27 - - [2026-01-19 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006606 10.0.0.27 - - [2026-01-19 03:03:35] "GET /routing-instance/3cba0f11-b89a-469b-9ed0-0a3cd1f611a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005038 10.0.0.27 - - [2026-01-19 03:03:35] "GET /route-target/1287b93e-848f-4b1b-9f39-4f739fb01cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007100 10.0.0.27 - - [2026-01-19 03:03:38] "GET /obj-perms HTTP/1.1" 200 5090 0.004692 10.0.0.50 - - [2026-01-19 03:03:41] "GET /obj-perms HTTP/1.1" 200 5090 0.004049 10.0.0.27 - - [2026-01-19 03:03:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004065 10.0.0.50 - - [2026-01-19 03:03:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003866 10.0.0.23 - - [2026-01-19 03:03:56] "GET /obj-perms HTTP/1.1" 200 5056 0.060553 10.0.0.27 - - [2026-01-19 03:03:56] "GET /obj-perms HTTP/1.1" 200 5090 0.004690 10.0.0.50 - - [2026-01-19 03:03:59] "GET /obj-perms HTTP/1.1" 200 5090 0.003933 10.0.0.27 - - [2026-01-19 03:04:02] "GET /obj-perms HTTP/1.1" 200 5090 0.003856 10.0.0.27 - - [2026-01-19 03:04:02] "POST /neutron/network HTTP/1.1" 200 955 0.008405 10.0.0.27 - - [2026-01-19 03:04:03] "DELETE /security-group/281595f9-9de4-43d2-8cf2-0203e5458819 HTTP/1.1" 200 115 0.048471 10.0.0.27 - - [2026-01-19 03:04:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.004760 10.0.0.27 - - [2026-01-19 03:04:03] "DELETE /access-control-list/8be1ec1d-12aa-488e-80cd-c4684753ac79 HTTP/1.1" 200 115 0.039355 10.0.0.23 - - [2026-01-19 03:04:05] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.032362 10.0.0.27 - - [2026-01-19 03:04:05] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.076793 10.0.0.23 - - [2026-01-19 03:04:05] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001787 10.0.0.27 - - [2026-01-19 03:04:05] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?fields=virtual_networks HTTP/1.1" 200 1092 0.050702 10.0.0.23 - - [2026-01-19 03:04:05] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000905 10.0.0.27 - - [2026-01-19 03:04:05] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.043964 10.0.0.23 - - [2026-01-19 03:04:05] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001227 10.0.0.27 - - [2026-01-19 03:04:05] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?fields=security_groups HTTP/1.1" 200 1348 0.044071 10.0.0.27 - - [2026-01-19 03:04:06] "POST /fqname-to-id HTTP/1.1" 404 209 0.031152 10.0.0.23 - - [2026-01-19 03:04:06] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003298 10.0.0.23 - - [2026-01-19 03:04:06] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.23 - - [2026-01-19 03:04:06] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038657 10.0.0.23 - - [2026-01-19 03:04:06] "POST /id-to-fqname HTTP/1.1" 200 212 0.002096 10.0.0.23 - - [2026-01-19 03:04:06] "POST /fqname-to-id HTTP/1.1" 404 222 0.010182 10.0.0.23 - - [2026-01-19 03:04:06] "POST /security-groups HTTP/1.1" 200 612 0.081694 10.0.0.23 - - [2026-01-19 03:04:06] "POST /projects HTTP/1.1" 200 627 0.312901 10.0.0.23 - - [2026-01-19 03:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.384810 10.0.0.27 - - [2026-01-19 03:04:06] "POST /access-control-lists HTTP/1.1" 200 617 0.048131 10.0.0.27 - - [2026-01-19 03:04:06] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.573726 10.0.0.27 - - [2026-01-19 03:04:08] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.27 - - [2026-01-19 03:04:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000631 10.0.0.27 - - [2026-01-19 03:04:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.068630 10.0.0.27 - - [2026-01-19 03:04:10] "POST /fqname-to-id HTTP/1.1" 404 277 0.002984 10.0.0.27 - - [2026-01-19 03:04:10] "POST /access-control-lists HTTP/1.1" 200 637 0.031304 10.0.0.27 - - [2026-01-19 03:04:10] "PUT /access-control-list/252b72ab-7c6b-4efb-9a82-a9595c44b2e1 HTTP/1.1" 200 272 0.029150 10.0.0.23 - - [2026-01-19 03:04:10] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001332 10.0.0.27 - - [2026-01-19 03:04:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.103484 10.0.0.27 - - [2026-01-19 03:04:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020545 10.0.0.27 - - [2026-01-19 03:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.27 - - [2026-01-19 03:04:11] "PUT /access-control-list/252b72ab-7c6b-4efb-9a82-a9595c44b2e1 HTTP/1.1" 200 272 0.015869 10.0.0.27 - - [2026-01-19 03:04:11] "GET /security-group/6bf09ec9-95c8-466e-bd03-4f96aa1614d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.010122 10.0.0.27 - - [2026-01-19 03:04:11] "POST /neutron/security_group HTTP/1.1" 200 1005 0.004453 10.0.0.27 - - [2026-01-19 03:04:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.003161 10.0.0.27 - - [2026-01-19 03:04:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.004603 10.0.0.27 - - [2026-01-19 03:04:12] "POST /fqname-to-id HTTP/1.1" 404 277 0.010394 10.0.0.27 - - [2026-01-19 03:04:12] "POST /access-control-lists HTTP/1.1" 200 637 0.040121 10.0.0.23 - - [2026-01-19 03:04:12] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001059 10.0.0.27 - - [2026-01-19 03:04:12] "PUT /access-control-list/67a48412-bfc4-4377-af74-3d9b9b64d443 HTTP/1.1" 200 272 0.027744 10.0.0.27 - - [2026-01-19 03:04:12] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.071035 10.0.0.27 - - [2026-01-19 03:04:12] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.023165 10.0.0.27 - - [2026-01-19 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.27 - - [2026-01-19 03:04:13] "GET /security-group/bb0de10e-145d-47e0-a1d3-d6ea756dd0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005960 10.0.0.27 - - [2026-01-19 03:04:13] "PUT /access-control-list/67a48412-bfc4-4377-af74-3d9b9b64d443 HTTP/1.1" 200 272 0.011771 10.0.0.23 - - [2026-01-19 03:04:13] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000980 10.0.0.27 - - [2026-01-19 03:04:13] "POST /neutron/security_group_rule HTTP/1.1" 200 2191 0.050145 10.0.0.27 - - [2026-01-19 03:04:13] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.172675 10.0.0.27 - - [2026-01-19 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008382 10.0.0.23 - - [2026-01-19 03:04:14] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001850 10.0.0.27 - - [2026-01-19 03:04:14] "PUT /access-control-list/45260537-c69a-474a-aec5-740ac5ed5c96 HTTP/1.1" 200 272 0.030679 10.0.0.27 - - [2026-01-19 03:04:14] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.055426 10.0.0.23 - - [2026-01-19 03:04:14] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001004 10.0.0.27 - - [2026-01-19 03:04:14] "POST /neutron/network HTTP/1.1" 200 708 0.129102 10.0.0.27 - - [2026-01-19 03:04:14] "POST /id-to-fqname HTTP/1.1" 200 282 0.002957 10.0.0.27 - - [2026-01-19 03:04:14] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005529 10.0.0.27 - - [2026-01-19 03:04:14] "POST /neutron/network HTTP/1.1" 200 926 0.006390 10.0.0.27 - - [2026-01-19 03:04:14] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006078 10.0.0.27 - - [2026-01-19 03:04:14] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005938 10.0.0.27 - - [2026-01-19 03:04:15] "GET /obj-perms HTTP/1.1" 200 5072 0.055474 10.0.0.50 - - [2026-01-19 03:04:15] "GET /obj-perms HTTP/1.1" 200 5072 0.053426 10.0.0.27 - - [2026-01-19 03:04:16] "POST /id-to-fqname HTTP/1.1" 200 282 0.001301 10.0.0.27 - - [2026-01-19 03:04:16] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010632 10.0.0.23 - - [2026-01-19 03:04:17] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001285 10.0.0.27 - - [2026-01-19 03:04:17] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.077780 10.0.0.27 - - [2026-01-19 03:04:17] "POST /neutron/port HTTP/1.1" 200 117 0.006847 10.0.0.27 - - [2026-01-19 03:04:17] "POST /id-to-fqname HTTP/1.1" 200 282 0.001589 10.0.0.27 - - [2026-01-19 03:04:17] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007799 10.0.0.23 - - [2026-01-19 03:04:17] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001700 10.0.0.27 - - [2026-01-19 03:04:17] "POST /neutron/security_group HTTP/1.1" 200 3412 0.052150 10.0.0.27 - - [2026-01-19 03:04:18] "POST /neutron/port HTTP/1.1" 200 1080 0.019612 10.0.0.23 - - [2026-01-19 03:04:18] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001356 10.0.0.27 - - [2026-01-19 03:04:18] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.110823 10.0.0.27 - - [2026-01-19 03:04:18] "POST /neutron/network HTTP/1.1" 200 926 0.046459 10.0.0.27 - - [2026-01-19 03:04:18] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.27 - - [2026-01-19 03:04:18] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009239 10.0.0.27 - - [2026-01-19 03:04:18] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007263 10.0.0.23 - - [2026-01-19 03:04:19] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001511 10.0.0.27 - - [2026-01-19 03:04:19] "POST /neutron/port HTTP/1.1" 200 1080 0.304787 10.0.0.27 - - [2026-01-19 03:04:19] "POST /neutron/port HTTP/1.1" 200 1134 0.130978 10.0.0.27 - - [2026-01-19 03:04:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.009613 10.0.0.23 - - [2026-01-19 03:04:24] "DELETE /project/f955926998bd416eb2a077d581fc44b9 HTTP/1.1" 404 173 0.006490 10.0.0.23 - - [2026-01-19 03:04:24] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000934 10.0.0.27 - - [2026-01-19 03:04:24] "POST /neutron/port HTTP/1.1" 200 1144 0.031515 10.0.0.23 - - [2026-01-19 03:04:24] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.044747 10.0.0.23 - - [2026-01-19 03:04:24] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001531 10.0.0.23 - - [2026-01-19 03:04:24] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?fields=security_groups HTTP/1.1" 200 1453 0.041465 10.0.0.27 - - [2026-01-19 03:04:24] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008272 10.0.0.23 - - [2026-01-19 03:04:24] "DELETE /security-group/add6c46c-36b4-4f68-8283-a48dbcd5cbc6 HTTP/1.1" 200 115 0.085994 10.0.0.23 - - [2026-01-19 03:04:24] "GET /projects?obj_uuids=5f69e4eb-a28b-42c1-b24e-5b2ba8242efb&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002322 10.0.0.27 - - [2026-01-19 03:04:24] "DELETE /access-control-list/791d5aa6-d742-4d16-a01d-a1b4cc896ebf HTTP/1.1" 200 115 0.101945 10.0.0.23 - - [2026-01-19 03:04:24] "GET /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb?fields=application_policy_sets HTTP/1.1" 200 1492 0.087718 10.0.0.27 - - [2026-01-19 03:04:24] "POST /neutron/port HTTP/1.1" 200 1144 0.038156 10.0.0.27 - - [2026-01-19 03:04:24] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-01-19 03:04:24] "DELETE /project/5f69e4eb-a28b-42c1-b24e-5b2ba8242efb HTTP/1.1" 404 190 0.572013 10.0.0.27 - - [2026-01-19 03:04:24] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.032841 10.0.0.27 - - [2026-01-19 03:04:24] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.003955 10.0.0.27 - - [2026-01-19 03:04:24] "GET /virtual-machine-interface/1a455b84-71c0-424b-b018-c5d495bad2a1 HTTP/1.1" 200 3191 0.005146 10.0.0.27 - - [2026-01-19 03:04:24] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.004501 10.0.0.27 - - [2026-01-19 03:04:24] "GET /virtual-machine-interface/1a455b84-71c0-424b-b018-c5d495bad2a1 HTTP/1.1" 200 3191 0.005279 10.0.0.27 - - [2026-01-19 03:04:24] "GET /instance-ip/4a3bfe4e-1f44-40cf-ab51-81079e85c123 HTTP/1.1" 200 1702 0.005927 10.0.0.27 - - [2026-01-19 03:04:24] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.005094 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-machine-interface/1a455b84-71c0-424b-b018-c5d495bad2a1 HTTP/1.1" 200 3191 0.005212 10.0.0.27 - - [2026-01-19 03:04:25] "GET /instance-ip/4a3bfe4e-1f44-40cf-ab51-81079e85c123 HTTP/1.1" 200 1702 0.005029 10.0.0.27 - - [2026-01-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2026-01-19 03:04:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003998 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003544 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.008064 10.0.0.27 - - [2026-01-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2026-01-19 03:04:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005251 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005040 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006896 10.0.0.27 - - [2026-01-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.27 - - [2026-01-19 03:04:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004884 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003435 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007465 10.0.0.27 - - [2026-01-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2026-01-19 03:04:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005014 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003553 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007633 10.0.0.27 - - [2026-01-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2026-01-19 03:04:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004761 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004414 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005759 10.0.0.27 - - [2026-01-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2026-01-19 03:04:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004042 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003191 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007928 10.0.0.27 - - [2026-01-19 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2026-01-19 03:04:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004518 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003724 10.0.0.27 - - [2026-01-19 03:04:25] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006906 10.0.0.27 - - [2026-01-19 03:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.27 - - [2026-01-19 03:04:29] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006024 10.0.0.27 - - [2026-01-19 03:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.27 - - [2026-01-19 03:04:33] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007245 10.0.0.27 - - [2026-01-19 03:04:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2026-01-19 03:04:37] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007139 10.0.0.27 - - [2026-01-19 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2026-01-19 03:04:41] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005455 10.0.0.27 - - [2026-01-19 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.27 - - [2026-01-19 03:04:45] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005379 10.0.0.27 - - [2026-01-19 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.27 - - [2026-01-19 03:04:49] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006096 10.0.0.27 - - [2026-01-19 03:04:51] "POST /neutron/port HTTP/1.1" 200 1144 0.028670 10.0.0.27 - - [2026-01-19 03:04:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.009540 10.0.0.27 - - [2026-01-19 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.27 - - [2026-01-19 03:04:53] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005890 10.0.0.27 - - [2026-01-19 03:04:53] "POST /neutron/port HTTP/1.1" 200 1144 0.020280 10.0.0.27 - - [2026-01-19 03:04:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003824 10.0.0.27 - - [2026-01-19 03:04:53] "POST /neutron/network HTTP/1.1" 200 926 0.007139 10.0.0.27 - - [2026-01-19 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2026-01-19 03:04:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004885 10.0.0.27 - - [2026-01-19 03:04:55] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003432 10.0.0.27 - - [2026-01-19 03:04:55] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007390 10.0.0.27 - - [2026-01-19 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2026-01-19 03:04:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003447 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006596 10.0.0.27 - - [2026-01-19 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2026-01-19 03:04:56] "GET /routing-instance/f67cc68b-b44e-4021-b2c2-6cb29b2e97ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.007226 10.0.0.27 - - [2026-01-19 03:04:56] "GET /route-target/c3a3cc40-8f43-4cf9-bd28-f373b3d59976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007183 10.0.0.27 - - [2026-01-19 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2026-01-19 03:04:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004227 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006970 10.0.0.27 - - [2026-01-19 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2026-01-19 03:04:56] "GET /routing-instance/f67cc68b-b44e-4021-b2c2-6cb29b2e97ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004815 10.0.0.27 - - [2026-01-19 03:04:56] "GET /route-target/c3a3cc40-8f43-4cf9-bd28-f373b3d59976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004806 10.0.0.27 - - [2026-01-19 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2026-01-19 03:04:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004004 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002975 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005955 10.0.0.27 - - [2026-01-19 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2026-01-19 03:04:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004514 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003901 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007384 10.0.0.27 - - [2026-01-19 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2026-01-19 03:04:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004467 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002970 10.0.0.27 - - [2026-01-19 03:04:56] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006365 10.0.0.23 - - [2026-01-19 03:04:56] "GET /obj-perms HTTP/1.1" 200 5072 0.057327 10.0.0.27 - - [2026-01-19 03:04:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003531 10.0.0.27 - - [2026-01-19 03:04:57] "GET /obj-perms HTTP/1.1" 200 5072 0.005955 10.0.0.50 - - [2026-01-19 03:04:57] "GET /obj-perms HTTP/1.1" 200 5072 0.009651 10.0.0.23 - - [2026-01-19 03:04:57] "GET /obj-perms HTTP/1.1" 200 5072 0.004110 10.0.0.27 - - [2026-01-19 03:04:57] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.004501 10.0.0.27 - - [2026-01-19 03:04:57] "GET /virtual-machine-interface/1a455b84-71c0-424b-b018-c5d495bad2a1 HTTP/1.1" 200 3191 0.007064 10.0.0.27 - - [2026-01-19 03:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.27 - - [2026-01-19 03:04:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009751 10.0.0.27 - - [2026-01-19 03:04:57] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003781 10.0.0.27 - - [2026-01-19 03:04:57] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007164 10.0.0.27 - - [2026-01-19 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2026-01-19 03:04:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.27 - - [2026-01-19 03:04:58] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003138 10.0.0.27 - - [2026-01-19 03:04:58] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007069 10.0.0.27 - - [2026-01-19 03:05:04] "POST /neutron/port HTTP/1.1" 200 1144 0.019765 10.0.0.27 - - [2026-01-19 03:05:05] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008278 10.0.0.27 - - [2026-01-19 03:05:09] "POST /neutron/port HTTP/1.1" 200 1144 0.021126 10.0.0.27 - - [2026-01-19 03:05:14] "POST /neutron/security_group HTTP/1.1" 200 1415 0.006953 10.0.0.27 - - [2026-01-19 03:05:14] "POST /neutron/port HTTP/1.1" 200 1144 0.018456 10.0.0.27 - - [2026-01-19 03:05:15] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007875 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 200 1314 0.006191 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 200 1314 0.004156 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-machine-interface/4fdad9f8-015d-4c0d-bc2b-91468aecd7fb HTTP/1.1" 200 3191 0.005999 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 200 1314 0.004113 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-machine-interface/4fdad9f8-015d-4c0d-bc2b-91468aecd7fb HTTP/1.1" 200 3191 0.005329 10.0.0.27 - - [2026-01-19 03:05:15] "GET /instance-ip/42752286-ca07-414c-a033-50b25b5e1a49 HTTP/1.1" 200 1702 0.006916 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 200 1314 0.004608 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-machine-interface/4fdad9f8-015d-4c0d-bc2b-91468aecd7fb HTTP/1.1" 200 3191 0.005944 10.0.0.27 - - [2026-01-19 03:05:15] "GET /instance-ip/42752286-ca07-414c-a033-50b25b5e1a49 HTTP/1.1" 200 1702 0.004315 10.0.0.27 - - [2026-01-19 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2026-01-19 03:05:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003906 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004066 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006247 10.0.0.27 - - [2026-01-19 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2026-01-19 03:05:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004431 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003319 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006253 10.0.0.27 - - [2026-01-19 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.27 - - [2026-01-19 03:05:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005347 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004425 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006631 10.0.0.27 - - [2026-01-19 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2026-01-19 03:05:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003961 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003263 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005941 10.0.0.27 - - [2026-01-19 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2026-01-19 03:05:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004671 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003968 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007386 10.0.0.27 - - [2026-01-19 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.27 - - [2026-01-19 03:05:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004418 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003672 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005872 10.0.0.27 - - [2026-01-19 03:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.27 - - [2026-01-19 03:05:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004767 10.0.0.27 - - [2026-01-19 03:05:15] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003563 10.0.0.27 - - [2026-01-19 03:05:16] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007440 10.0.0.27 - - [2026-01-19 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2026-01-19 03:05:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004421 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003291 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006825 10.0.0.27 - - [2026-01-19 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.27 - - [2026-01-19 03:05:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003213 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007665 10.0.0.27 - - [2026-01-19 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-01-19 03:05:17] "GET /routing-instance/f67cc68b-b44e-4021-b2c2-6cb29b2e97ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004823 10.0.0.27 - - [2026-01-19 03:05:17] "GET /route-target/c3a3cc40-8f43-4cf9-bd28-f373b3d59976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003977 10.0.0.27 - - [2026-01-19 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2026-01-19 03:05:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005576 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003978 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006037 10.0.0.27 - - [2026-01-19 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.27 - - [2026-01-19 03:05:17] "GET /routing-instance/f67cc68b-b44e-4021-b2c2-6cb29b2e97ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004780 10.0.0.27 - - [2026-01-19 03:05:17] "GET /route-target/c3a3cc40-8f43-4cf9-bd28-f373b3d59976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005279 10.0.0.27 - - [2026-01-19 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2026-01-19 03:05:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004303 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003815 10.0.0.27 - - [2026-01-19 03:05:17] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007882 10.0.0.27 - - [2026-01-19 03:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2026-01-19 03:05:18] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003097 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006915 10.0.0.27 - - [2026-01-19 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2026-01-19 03:05:18] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004728 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003920 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006223 10.0.0.27 - - [2026-01-19 03:05:18] "GET /obj-perms HTTP/1.1" 200 5072 0.004481 10.0.0.23 - - [2026-01-19 03:05:18] "GET /obj-perms HTTP/1.1" 200 5072 0.005019 10.0.0.27 - - [2026-01-19 03:05:18] "GET /obj-perms HTTP/1.1" 200 5072 0.003874 10.0.0.50 - - [2026-01-19 03:05:18] "GET /obj-perms HTTP/1.1" 200 5072 0.004680 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 200 1314 0.004457 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-machine-interface/4fdad9f8-015d-4c0d-bc2b-91468aecd7fb HTTP/1.1" 200 3191 0.006232 10.0.0.27 - - [2026-01-19 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.27 - - [2026-01-19 03:05:18] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004296 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003193 10.0.0.27 - - [2026-01-19 03:05:18] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007390 10.0.0.27 - - [2026-01-19 03:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-01-19 03:05:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004957 10.0.0.27 - - [2026-01-19 03:05:19] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003349 10.0.0.27 - - [2026-01-19 03:05:19] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.008885 10.0.0.27 - - [2026-01-19 03:05:20] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.004200 10.0.0.27 - - [2026-01-19 03:05:20] "GET /virtual-machine-interface/1a455b84-71c0-424b-b018-c5d495bad2a1 HTTP/1.1" 200 3191 0.005743 10.0.0.27 - - [2026-01-19 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007335 10.0.0.27 - - [2026-01-19 03:05:20] "GET /security-group/bb0de10e-145d-47e0-a1d3-d6ea756dd0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004647 10.0.0.27 - - [2026-01-19 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2026-01-19 03:05:20] "GET /security-group/bb0de10e-145d-47e0-a1d3-d6ea756dd0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004925 10.0.0.27 - - [2026-01-19 03:05:20] "POST /neutron/port HTTP/1.1" 200 1144 0.017829 10.0.0.27 - - [2026-01-19 03:05:20] "POST /neutron/port HTTP/1.1" 200 1096 0.090166 10.0.0.27 - - [2026-01-19 03:05:20] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.005529 10.0.0.27 - - [2026-01-19 03:05:20] "GET /virtual-machine-interface/1a455b84-71c0-424b-b018-c5d495bad2a1 HTTP/1.1" 200 3139 0.008313 10.0.0.27 - - [2026-01-19 03:05:20] "POST /neutron/port HTTP/1.1" 200 1096 0.016332 10.0.0.27 - - [2026-01-19 03:05:20] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.004857 10.0.0.27 - - [2026-01-19 03:05:20] "GET /virtual-machine-interface/1a455b84-71c0-424b-b018-c5d495bad2a1 HTTP/1.1" 200 3191 0.009908 10.0.0.27 - - [2026-01-19 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2026-01-19 03:05:20] "GET /security-group/bb0de10e-145d-47e0-a1d3-d6ea756dd0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004711 10.0.0.27 - - [2026-01-19 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.27 - - [2026-01-19 03:05:20] "GET /security-group/bb0de10e-145d-47e0-a1d3-d6ea756dd0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004795 10.0.0.27 - - [2026-01-19 03:05:20] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004863 10.0.0.27 - - [2026-01-19 03:05:53] "POST /neutron/port HTTP/1.1" 200 1144 0.019954 10.0.0.27 - - [2026-01-19 03:05:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004203 10.0.0.27 - - [2026-01-19 03:05:53] "POST /neutron/network HTTP/1.1" 200 926 0.007347 10.0.0.27 - - [2026-01-19 03:05:55] "POST /neutron/network HTTP/1.1" 200 936 0.007273 10.0.0.27 - - [2026-01-19 03:05:55] "POST /neutron/port HTTP/1.1" 200 117 0.001515 10.0.0.27 - - [2026-01-19 03:05:58] "GET /obj-perms HTTP/1.1" 200 5056 0.066282 10.0.0.27 - - [2026-01-19 03:06:45] "POST /neutron/security_group_rule HTTP/1.1" 200 545 0.009543 10.0.0.27 - - [2026-01-19 03:06:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143396 10.0.0.27 - - [2026-01-19 03:06:46] "PUT /access-control-list/45260537-c69a-474a-aec5-740ac5ed5c96 HTTP/1.1" 200 272 0.014532 10.0.0.27 - - [2026-01-19 03:06:48] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009232 10.0.0.27 - - [2026-01-19 03:06:48] "POST /neutron/port HTTP/1.1" 200 1134 0.021589 10.0.0.27 - - [2026-01-19 03:06:49] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 200 1314 0.004196 10.0.0.27 - - [2026-01-19 03:06:49] "POST /neutron/port HTTP/1.1" 200 1096 0.016079 10.0.0.27 - - [2026-01-19 03:06:51] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 404 171 0.003135 10.0.0.27 - - [2026-01-19 03:06:51] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 404 171 0.003040 10.0.0.27 - - [2026-01-19 03:06:51] "GET /virtual-machine/df89cde7-fc8f-4055-bcd1-8bddb50b6a56 HTTP/1.1" 404 171 0.002792 10.0.0.27 - - [2026-01-19 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-01-19 03:06:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004475 10.0.0.27 - - [2026-01-19 03:06:51] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003216 10.0.0.27 - - [2026-01-19 03:06:51] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006357 10.0.0.27 - - [2026-01-19 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.27 - - [2026-01-19 03:06:51] "GET /routing-instance/f67cc68b-b44e-4021-b2c2-6cb29b2e97ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004441 10.0.0.27 - - [2026-01-19 03:06:51] "GET /route-target/c3a3cc40-8f43-4cf9-bd28-f373b3d59976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004054 10.0.0.50 - - [2026-01-19 03:06:51] "GET /obj-perms HTTP/1.1" 200 5072 0.004311 10.0.0.27 - - [2026-01-19 03:06:53] "POST /neutron/port HTTP/1.1" 200 1144 0.052128 10.0.0.27 - - [2026-01-19 03:06:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.011371 10.0.0.27 - - [2026-01-19 03:06:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003817 10.0.0.23 - - [2026-01-19 03:06:59] "GET /obj-perms HTTP/1.1" 200 5056 0.053638 10.0.0.50 - - [2026-01-19 03:07:00] "GET /obj-perms HTTP/1.1" 200 5072 0.004665 10.0.0.27 - - [2026-01-19 03:07:00] "GET /obj-perms HTTP/1.1" 200 5072 0.004827 10.0.0.27 - - [2026-01-19 03:07:00] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007849 10.0.0.27 - - [2026-01-19 03:07:01] "POST /neutron/port HTTP/1.1" 200 1134 0.016657 10.0.0.27 - - [2026-01-19 03:07:01] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 200 1313 0.005589 10.0.0.27 - - [2026-01-19 03:07:01] "POST /neutron/port HTTP/1.1" 200 1096 0.020638 10.0.0.27 - - [2026-01-19 03:07:03] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 404 171 0.004606 10.0.0.27 - - [2026-01-19 03:07:03] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 404 171 0.004578 10.0.0.27 - - [2026-01-19 03:07:03] "GET /virtual-machine/55aaf03b-9955-40d3-a260-6dd96c761170 HTTP/1.1" 404 171 0.003344 10.0.0.27 - - [2026-01-19 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.27 - - [2026-01-19 03:07:03] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004766 10.0.0.27 - - [2026-01-19 03:07:03] "GET /virtual-networks?parent_id=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003356 10.0.0.27 - - [2026-01-19 03:07:03] "GET /virtual-network/cffb394e-4763-4b96-bb3e-5ccd9b788768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006146 10.0.0.27 - - [2026-01-19 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2026-01-19 03:07:03] "GET /routing-instance/f67cc68b-b44e-4021-b2c2-6cb29b2e97ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005186 10.0.0.27 - - [2026-01-19 03:07:03] "GET /route-target/c3a3cc40-8f43-4cf9-bd28-f373b3d59976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004917 10.0.0.27 - - [2026-01-19 03:07:06] "GET /obj-perms HTTP/1.1" 200 5072 0.004236 10.0.0.50 - - [2026-01-19 03:07:06] "GET /obj-perms HTTP/1.1" 200 5072 0.004158 10.0.0.27 - - [2026-01-19 03:07:15] "GET /obj-perms HTTP/1.1" 200 5072 0.003939 10.0.0.50 - - [2026-01-19 03:07:16] "GET /obj-perms HTTP/1.1" 200 5072 0.005431 10.0.0.50 - - [2026-01-19 03:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.50 - - [2026-01-19 03:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-01-19 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.23 - - [2026-01-19 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000931 10.0.0.50 - - [2026-01-19 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.50 - - [2026-01-19 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2026-01-19 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.27 - - [2026-01-19 03:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-01-19 03:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-01-19 03:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-01-19 03:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2026-01-19 03:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2026-01-19 03:07:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004269 10.0.0.50 - - [2026-01-19 03:07:25] "GET /obj-perms HTTP/1.1" 200 5072 0.005674 10.0.0.27 - - [2026-01-19 03:07:31] "GET /obj-perms HTTP/1.1" 200 5072 0.003730 10.0.0.50 - - [2026-01-19 03:07:31] "GET /obj-perms HTTP/1.1" 200 5072 0.003594 10.0.0.23 - - [2026-01-19 03:07:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003168 10.0.0.23 - - [2026-01-19 03:07:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.27 - - [2026-01-19 03:07:31] "POST /neutron/network HTTP/1.1" 200 151 0.147060 10.0.0.27 - - [2026-01-19 03:07:31] "DELETE /route-target/c3a3cc40-8f43-4cf9-bd28-f373b3d59976 HTTP/1.1" 200 115 0.045518 10.0.0.27 - - [2026-01-19 03:07:31] "POST /fqname-to-id HTTP/1.1" 404 245 0.003163 10.0.0.23 - - [2026-01-19 03:07:33] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001116 10.0.0.27 - - [2026-01-19 03:07:33] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076808 10.0.0.23 - - [2026-01-19 03:07:33] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001613 10.0.0.27 - - [2026-01-19 03:07:33] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?fields=virtual_networks HTTP/1.1" 200 1075 0.046572 10.0.0.23 - - [2026-01-19 03:07:33] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000977 10.0.0.27 - - [2026-01-19 03:07:33] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.041864 10.0.0.23 - - [2026-01-19 03:07:33] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001500 10.0.0.27 - - [2026-01-19 03:07:33] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?fields=security_groups HTTP/1.1" 200 1322 0.057557 10.0.0.27 - - [2026-01-19 03:07:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.036076 10.0.0.23 - - [2026-01-19 03:07:34] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006351 10.0.0.23 - - [2026-01-19 03:07:34] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.23 - - [2026-01-19 03:07:34] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007958 10.0.0.23 - - [2026-01-19 03:07:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.010579 10.0.0.23 - - [2026-01-19 03:07:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.004356 10.0.0.23 - - [2026-01-19 03:07:35] "POST /security-groups HTTP/1.1" 200 589 0.076068 10.0.0.27 - - [2026-01-19 03:07:35] "POST /fqname-to-id HTTP/1.1" 404 232 0.003310 10.0.0.23 - - [2026-01-19 03:07:35] "POST /projects HTTP/1.1" 200 581 0.344967 10.0.0.23 - - [2026-01-19 03:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.383496 10.0.0.27 - - [2026-01-19 03:07:35] "POST /access-control-lists HTTP/1.1" 200 592 0.030961 10.0.0.27 - - [2026-01-19 03:07:35] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.571329 10.0.0.27 - - [2026-01-19 03:07:36] "GET / HTTP/1.1" 200 35931 0.002516 10.0.0.27 - - [2026-01-19 03:07:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2026-01-19 03:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.053597 10.0.0.23 - - [2026-01-19 03:07:38] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.27 - - [2026-01-19 03:07:38] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047635 10.0.0.27 - - [2026-01-19 03:07:38] "POST /neutron/network HTTP/1.1" 200 117 0.048638 10.0.0.27 - - [2026-01-19 03:07:39] "POST /neutron/network HTTP/1.1" 200 835 0.010273 10.0.0.27 - - [2026-01-19 03:07:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001337 10.0.0.27 - - [2026-01-19 03:07:39] "GET /virtual-network/d025bbbd-40d8-4613-9f43-c23fb4e05e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006718 10.0.0.27 - - [2026-01-19 03:07:39] "GET /virtual-network/d025bbbd-40d8-4613-9f43-c23fb4e05e61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005326 10.0.0.27 - - [2026-01-19 03:07:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.009158 10.0.0.27 - - [2026-01-19 03:07:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001354 10.0.0.23 - - [2026-01-19 03:07:40] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.27 - - [2026-01-19 03:07:40] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075035 10.0.0.27 - - [2026-01-19 03:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.010004 10.0.0.27 - - [2026-01-19 03:07:40] "POST /neutron/network HTTP/1.1" 200 845 0.008518 10.0.0.27 - - [2026-01-19 03:07:41] "POST /neutron/port HTTP/1.1" 200 1059 0.026870 10.0.0.27 - - [2026-01-19 03:07:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.27 - - [2026-01-19 03:07:41] "POST /neutron/network HTTP/1.1" 200 835 0.007215 10.0.0.27 - - [2026-01-19 03:07:45] "POST /neutron/port HTTP/1.1" 200 1123 0.021527 10.0.0.27 - - [2026-01-19 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2026-01-19 03:07:45] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.27 - - [2026-01-19 03:07:45] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050340 10.0.0.23 - - [2026-01-19 03:07:45] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.27 - - [2026-01-19 03:07:45] "POST /neutron/network HTTP/1.1" 200 613 0.151072 10.0.0.27 - - [2026-01-19 03:07:46] "POST /route-targets HTTP/1.1" 200 327 0.014416 10.0.0.27 - - [2026-01-19 03:07:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.003819 10.0.0.27 - - [2026-01-19 03:07:46] "GET /virtual-network/28eb44fb-7712-45ca-8976-d148c4ec69e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008304 10.0.0.27 - - [2026-01-19 03:07:46] "POST /neutron/network HTTP/1.1" 200 831 0.007391 10.0.0.27 - - [2026-01-19 03:07:46] "GET /virtual-network/28eb44fb-7712-45ca-8976-d148c4ec69e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006142 10.0.0.27 - - [2026-01-19 03:07:46] "GET /virtual-network/28eb44fb-7712-45ca-8976-d148c4ec69e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007519 10.0.0.23 - - [2026-01-19 03:07:48] "GET /obj-perms HTTP/1.1" 200 5026 0.050472 10.0.0.27 - - [2026-01-19 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2026-01-19 03:07:48] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.27 - - [2026-01-19 03:07:48] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039918 10.0.0.27 - - [2026-01-19 03:07:48] "POST /neutron/network HTTP/1.1" 200 117 0.016782 10.0.0.27 - - [2026-01-19 03:07:48] "POST /neutron/network HTTP/1.1" 200 832 0.009940 10.0.0.27 - - [2026-01-19 03:07:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001112 10.0.0.27 - - [2026-01-19 03:07:48] "GET /virtual-network/bac425eb-04a3-43a4-822a-1c4a0f0fb05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005989 10.0.0.27 - - [2026-01-19 03:07:48] "GET /virtual-network/bac425eb-04a3-43a4-822a-1c4a0f0fb05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005497 10.0.0.27 - - [2026-01-19 03:07:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.010330 10.0.0.27 - - [2026-01-19 03:07:48] "POST /ref-update HTTP/1.1" 200 156 0.022681 10.0.0.27 - - [2026-01-19 03:07:54] "GET /virtual-network/bac425eb-04a3-43a4-822a-1c4a0f0fb05f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005916 10.0.0.27 - - [2026-01-19 03:07:54] "POST /neutron/network HTTP/1.1" 200 845 0.007389 10.0.0.27 - - [2026-01-19 03:07:54] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.27 - - [2026-01-19 03:07:54] "GET /obj-perms HTTP/1.1" 200 5026 0.059458 10.0.0.27 - - [2026-01-19 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2026-01-19 03:07:54] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.27 - - [2026-01-19 03:07:54] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050786 10.0.0.23 - - [2026-01-19 03:07:54] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.27 - - [2026-01-19 03:07:54] "POST /neutron/network HTTP/1.1" 200 615 0.129412 10.0.0.27 - - [2026-01-19 03:07:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.003547 10.0.0.27 - - [2026-01-19 03:07:55] "GET /virtual-network/9e5f2509-41c5-4232-8044-bc8e27afebc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.014103 10.0.0.27 - - [2026-01-19 03:07:55] "POST /neutron/network HTTP/1.1" 200 835 0.007830 10.0.0.27 - - [2026-01-19 03:07:55] "GET /virtual-network/9e5f2509-41c5-4232-8044-bc8e27afebc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005870 10.0.0.27 - - [2026-01-19 03:07:55] "GET /virtual-network/9e5f2509-41c5-4232-8044-bc8e27afebc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006266 10.0.0.50 - - [2026-01-19 03:07:55] "GET /obj-perms HTTP/1.1" 200 5026 0.057879 10.0.0.27 - - [2026-01-19 03:07:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.27 - - [2026-01-19 03:07:55] "POST /neutron/port HTTP/1.1" 200 1123 0.017808 10.0.0.23 - - [2026-01-19 03:07:56] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.27 - - [2026-01-19 03:07:56] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074096 10.0.0.27 - - [2026-01-19 03:07:56] "POST /neutron/network HTTP/1.1" 200 832 0.006172 10.0.0.27 - - [2026-01-19 03:07:57] "POST /neutron/port HTTP/1.1" 200 117 0.006807 10.0.0.27 - - [2026-01-19 03:07:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001371 10.0.0.27 - - [2026-01-19 03:07:57] "POST /neutron/network HTTP/1.1" 200 845 0.006452 10.0.0.27 - - [2026-01-19 03:07:57] "POST /neutron/port HTTP/1.1" 200 1058 0.019699 10.0.0.27 - - [2026-01-19 03:07:57] "POST /neutron/port HTTP/1.1" 200 1122 0.033723 10.0.0.27 - - [2026-01-19 03:07:57] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.23 - - [2026-01-19 03:07:58] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001238 10.0.0.27 - - [2026-01-19 03:07:58] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.079786 10.0.0.27 - - [2026-01-19 03:07:58] "POST /neutron/port HTTP/1.1" 200 2093 0.026403 10.0.0.27 - - [2026-01-19 03:07:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003602 10.0.0.27 - - [2026-01-19 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.23 - - [2026-01-19 03:07:58] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001481 10.0.0.27 - - [2026-01-19 03:07:58] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009282 10.0.0.27 - - [2026-01-19 03:07:58] "POST /service-templates HTTP/1.1" 200 543 0.054244 10.0.0.27 - - [2026-01-19 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.27 - - [2026-01-19 03:07:58] "GET /service-template/d86adbba-598e-438a-807b-7a66280f45d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006985 10.0.0.27 - - [2026-01-19 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.27 - - [2026-01-19 03:07:58] "POST /neutron/network HTTP/1.1" 200 845 0.008068 10.0.0.27 - - [2026-01-19 03:07:58] "GET /service-template/d86adbba-598e-438a-807b-7a66280f45d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003787 10.0.0.27 - - [2026-01-19 03:07:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001357 10.0.0.27 - - [2026-01-19 03:07:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001165 10.0.0.27 - - [2026-01-19 03:07:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.002890 10.0.0.27 - - [2026-01-19 03:07:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007766 10.0.0.27 - - [2026-01-19 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.27 - - [2026-01-19 03:07:59] "DELETE /service-template/d86adbba-598e-438a-807b-7a66280f45d2 HTTP/1.1" 200 115 0.123477 10.0.0.27 - - [2026-01-19 03:07:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.004877 10.0.0.27 - - [2026-01-19 03:07:59] "POST /neutron/port HTTP/1.1" 200 1113 0.185127 10.0.0.27 - - [2026-01-19 03:07:59] "POST /neutron/subnet HTTP/1.1" 200 704 0.011107 10.0.0.27 - - [2026-01-19 03:07:59] "POST /neutron/network HTTP/1.1" 200 835 0.007174 10.0.0.27 - - [2026-01-19 03:08:00] "POST /neutron/port HTTP/1.1" 200 1112 0.019807 10.0.0.23 - - [2026-01-19 03:08:00] "GET /obj-perms HTTP/1.1" 200 5056 0.077035 10.0.0.27 - - [2026-01-19 03:08:01] "POST /neutron/port HTTP/1.1" 200 1113 0.025465 10.0.0.27 - - [2026-01-19 03:08:01] "POST /neutron/network HTTP/1.1" 200 2879 0.012199 10.0.0.27 - - [2026-01-19 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009581 10.0.0.23 - - [2026-01-19 03:08:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004461 10.0.0.23 - - [2026-01-19 03:08:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004727 10.0.0.27 - - [2026-01-19 03:08:01] "POST /neutron/network HTTP/1.1" 200 151 0.208186 10.0.0.23 - - [2026-01-19 03:08:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005681 10.0.0.23 - - [2026-01-19 03:08:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002724 10.0.0.27 - - [2026-01-19 03:08:02] "POST /neutron/network HTTP/1.1" 200 151 0.135397 10.0.0.27 - - [2026-01-19 03:08:02] "DELETE /route-target/07ad5f51-12df-4c27-b5d7-886c7633d23c HTTP/1.1" 200 115 0.032204 10.0.0.27 - - [2026-01-19 03:08:02] "POST /neutron/network HTTP/1.1" 200 835 0.007304 10.0.0.27 - - [2026-01-19 03:08:03] "POST /neutron/port HTTP/1.1" 200 1113 0.016117 10.0.0.27 - - [2026-01-19 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.23 - - [2026-01-19 03:08:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.23 - - [2026-01-19 03:08:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003157 10.0.0.27 - - [2026-01-19 03:08:05] "POST /neutron/network HTTP/1.1" 200 151 0.133111 10.0.0.27 - - [2026-01-19 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.23 - - [2026-01-19 03:08:07] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.27 - - [2026-01-19 03:08:07] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057689 10.0.0.27 - - [2026-01-19 03:08:08] "POST /ref-update HTTP/1.1" 200 156 0.037432 10.0.0.23 - - [2026-01-19 03:08:08] "POST /useragent-kv HTTP/1.1" 200 115 0.011714 10.0.0.27 - - [2026-01-19 03:08:08] "POST /neutron/subnet HTTP/1.1" 200 730 0.221470 10.0.0.27 - - [2026-01-19 03:08:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001714 10.0.0.27 - - [2026-01-19 03:08:08] "GET /virtual-network/131ab0f8-5e56-4dd0-8b55-2851a7a67993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006238 10.0.0.27 - - [2026-01-19 03:08:08] "GET /virtual-network/131ab0f8-5e56-4dd0-8b55-2851a7a67993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006194 10.0.0.27 - - [2026-01-19 03:08:08] "POST /neutron/network HTTP/1.1" 200 833 0.008640 10.0.0.27 - - [2026-01-19 03:08:08] "GET /virtual-network/131ab0f8-5e56-4dd0-8b55-2851a7a67993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006104 10.0.0.27 - - [2026-01-19 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2026-01-19 03:08:08] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001366 10.0.0.27 - - [2026-01-19 03:08:08] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056125 10.0.0.23 - - [2026-01-19 03:08:08] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.27 - - [2026-01-19 03:08:09] "POST /neutron/network HTTP/1.1" 200 613 0.121547 10.0.0.27 - - [2026-01-19 03:08:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.003156 10.0.0.27 - - [2026-01-19 03:08:09] "GET /virtual-network/345a6b2c-08d0-4755-82a2-8e175304aa8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005458 10.0.0.27 - - [2026-01-19 03:08:09] "POST /neutron/network HTTP/1.1" 200 831 0.006726 10.0.0.27 - - [2026-01-19 03:08:09] "GET /virtual-network/345a6b2c-08d0-4755-82a2-8e175304aa8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005184 10.0.0.27 - - [2026-01-19 03:08:09] "GET /virtual-network/345a6b2c-08d0-4755-82a2-8e175304aa8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005586 10.0.0.27 - - [2026-01-19 03:08:09] "GET /obj-perms HTTP/1.1" 200 5026 0.003770 10.0.0.50 - - [2026-01-19 03:08:09] "GET /obj-perms HTTP/1.1" 200 5026 0.003895 10.0.0.27 - - [2026-01-19 03:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007202 10.0.0.23 - - [2026-01-19 03:08:09] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.27 - - [2026-01-19 03:08:09] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.048679 10.0.0.27 - - [2026-01-19 03:08:10] "POST /neutron/network HTTP/1.1" 200 117 0.015831 10.0.0.27 - - [2026-01-19 03:08:10] "POST /route-targets HTTP/1.1" 200 327 0.012997 10.0.0.27 - - [2026-01-19 03:08:10] "POST /neutron/network HTTP/1.1" 200 833 0.009065 10.0.0.27 - - [2026-01-19 03:08:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001139 10.0.0.27 - - [2026-01-19 03:08:10] "GET /virtual-network/91a3912d-7732-40f7-8b53-a09d05614f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005352 10.0.0.27 - - [2026-01-19 03:08:10] "GET /virtual-network/91a3912d-7732-40f7-8b53-a09d05614f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005290 10.0.0.27 - - [2026-01-19 03:08:10] "POST /neutron/subnet HTTP/1.1" 200 719 0.008957 10.0.0.27 - - [2026-01-19 03:08:10] "GET /virtual-network/91a3912d-7732-40f7-8b53-a09d05614f25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006081 10.0.0.23 - - [2026-01-19 03:08:10] "GET /obj-perms HTTP/1.1" 200 5026 0.003632 10.0.0.27 - - [2026-01-19 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.23 - - [2026-01-19 03:08:10] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.27 - - [2026-01-19 03:08:11] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044018 10.0.0.27 - - [2026-01-19 03:08:11] "POST /ref-update HTTP/1.1" 200 156 0.028146 10.0.0.23 - - [2026-01-19 03:08:11] "POST /useragent-kv HTTP/1.1" 200 115 0.011296 10.0.0.27 - - [2026-01-19 03:08:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.178883 10.0.0.27 - - [2026-01-19 03:08:11] "POST /id-to-fqname HTTP/1.1" 200 229 0.001400 10.0.0.27 - - [2026-01-19 03:08:11] "GET /virtual-network/9a588928-b9dd-4d6c-ab54-7bf95a331e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005153 10.0.0.27 - - [2026-01-19 03:08:11] "GET /virtual-network/9a588928-b9dd-4d6c-ab54-7bf95a331e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006538 10.0.0.27 - - [2026-01-19 03:08:11] "POST /neutron/network HTTP/1.1" 200 845 0.007570 10.0.0.27 - - [2026-01-19 03:08:11] "GET /virtual-network/9a588928-b9dd-4d6c-ab54-7bf95a331e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006144 10.0.0.27 - - [2026-01-19 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.23 - - [2026-01-19 03:08:12] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001880 10.0.0.27 - - [2026-01-19 03:08:12] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046471 10.0.0.23 - - [2026-01-19 03:08:12] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.27 - - [2026-01-19 03:08:12] "POST /neutron/network HTTP/1.1" 200 627 0.126742 10.0.0.27 - - [2026-01-19 03:08:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.003348 10.0.0.27 - - [2026-01-19 03:08:12] "GET /virtual-network/a6c05084-cb03-4635-91f6-eb0db717d21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005596 10.0.0.27 - - [2026-01-19 03:08:12] "POST /neutron/network HTTP/1.1" 200 847 0.007782 10.0.0.27 - - [2026-01-19 03:08:12] "GET /virtual-network/a6c05084-cb03-4635-91f6-eb0db717d21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006393 10.0.0.27 - - [2026-01-19 03:08:12] "GET /virtual-network/a6c05084-cb03-4635-91f6-eb0db717d21c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005666 10.0.0.27 - - [2026-01-19 03:08:13] "GET /obj-perms HTTP/1.1" 200 5026 0.005318 10.0.0.50 - - [2026-01-19 03:08:13] "GET /obj-perms HTTP/1.1" 200 5026 0.004198 10.0.0.27 - - [2026-01-19 03:08:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001398 10.0.0.27 - - [2026-01-19 03:08:13] "POST /neutron/network HTTP/1.1" 200 841 0.007808 10.0.0.23 - - [2026-01-19 03:08:13] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001335 10.0.0.27 - - [2026-01-19 03:08:13] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075059 10.0.0.27 - - [2026-01-19 03:08:14] "POST /neutron/port HTTP/1.1" 200 117 0.006746 10.0.0.27 - - [2026-01-19 03:08:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001336 10.0.0.27 - - [2026-01-19 03:08:14] "POST /neutron/network HTTP/1.1" 200 841 0.006999 10.0.0.27 - - [2026-01-19 03:08:14] "POST /neutron/port HTTP/1.1" 200 1057 0.020005 10.0.0.27 - - [2026-01-19 03:08:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006082 10.0.0.23 - - [2026-01-19 03:08:15] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.27 - - [2026-01-19 03:08:15] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078522 10.0.0.27 - - [2026-01-19 03:08:15] "POST /neutron/network HTTP/1.1" 200 831 0.016917 10.0.0.27 - - [2026-01-19 03:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009648 10.0.0.27 - - [2026-01-19 03:08:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.003197 10.0.0.27 - - [2026-01-19 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.23 - - [2026-01-19 03:08:15] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.27 - - [2026-01-19 03:08:15] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009545 10.0.0.27 - - [2026-01-19 03:08:15] "POST /service-templates HTTP/1.1" 200 543 0.033089 10.0.0.27 - - [2026-01-19 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2026-01-19 03:08:15] "GET /service-template/453cacd4-6d98-43d0-aa81-24600151d043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006007 10.0.0.27 - - [2026-01-19 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.27 - - [2026-01-19 03:08:15] "GET /service-template/453cacd4-6d98-43d0-aa81-24600151d043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003995 10.0.0.27 - - [2026-01-19 03:08:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001055 10.0.0.27 - - [2026-01-19 03:08:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001529 10.0.0.23 - - [2026-01-19 03:08:15] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.27 - - [2026-01-19 03:08:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.001492 10.0.0.27 - - [2026-01-19 03:08:16] "POST /neutron/port HTTP/1.1" 200 1057 0.334959 10.0.0.27 - - [2026-01-19 03:08:16] "POST /neutron/port HTTP/1.1" 200 1057 0.015899 10.0.0.27 - - [2026-01-19 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.27 - - [2026-01-19 03:08:16] "DELETE /service-template/453cacd4-6d98-43d0-aa81-24600151d043 HTTP/1.1" 200 115 0.035430 10.0.0.27 - - [2026-01-19 03:08:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.006557 10.0.0.27 - - [2026-01-19 03:08:16] "POST /neutron/port HTTP/1.1" 200 1121 0.022982 10.0.0.27 - - [2026-01-19 03:08:16] "POST /neutron/network HTTP/1.1" 200 847 0.007520 10.0.0.27 - - [2026-01-19 03:08:16] "POST /neutron/network HTTP/1.1" 200 833 0.007107 10.0.0.27 - - [2026-01-19 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2026-01-19 03:08:16] "POST /neutron/port HTTP/1.1" 200 1121 0.021262 10.0.0.27 - - [2026-01-19 03:08:16] "DELETE /route-target/f1a29830-07a8-45df-b607-38a46a29bb00 HTTP/1.1" 200 115 0.024440 10.0.0.27 - - [2026-01-19 03:08:17] "POST /neutron/network HTTP/1.1" 200 833 0.008018 10.0.0.27 - - [2026-01-19 03:08:17] "POST /neutron/port HTTP/1.1" 200 1111 0.014866 10.0.0.27 - - [2026-01-19 03:08:18] "POST /neutron/network HTTP/1.1" 200 2186 0.009123 10.0.0.27 - - [2026-01-19 03:08:19] "POST /neutron/network HTTP/1.1" 200 833 0.007103 10.0.0.23 - - [2026-01-19 03:08:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004635 10.0.0.23 - - [2026-01-19 03:08:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003572 10.0.0.27 - - [2026-01-19 03:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.27 - - [2026-01-19 03:08:19] "POST /neutron/network HTTP/1.1" 200 151 0.125917 10.0.0.27 - - [2026-01-19 03:08:20] "DELETE /route-target/8b258e71-7625-4b9f-90b0-d3d6d11454a9 HTTP/1.1" 200 115 0.023467 10.0.0.23 - - [2026-01-19 03:08:21] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.27 - - [2026-01-19 03:08:21] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044784 10.0.0.23 - - [2026-01-19 03:08:21] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001615 10.0.0.27 - - [2026-01-19 03:08:21] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?fields=virtual_networks HTTP/1.1" 200 1028 0.050410 10.0.0.23 - - [2026-01-19 03:08:21] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.27 - - [2026-01-19 03:08:21] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.043360 10.0.0.23 - - [2026-01-19 03:08:21] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.27 - - [2026-01-19 03:08:21] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?fields=security_groups HTTP/1.1" 200 1252 0.040037 10.0.0.27 - - [2026-01-19 03:08:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.035161 10.0.0.23 - - [2026-01-19 03:08:22] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003617 10.0.0.23 - - [2026-01-19 03:08:22] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002170 10.0.0.23 - - [2026-01-19 03:08:22] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008965 10.0.0.23 - - [2026-01-19 03:08:22] "POST /id-to-fqname HTTP/1.1" 200 188 0.011959 10.0.0.23 - - [2026-01-19 03:08:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.010015 10.0.0.23 - - [2026-01-19 03:08:23] "POST /security-groups HTTP/1.1" 200 589 0.077624 10.0.0.23 - - [2026-01-19 03:08:23] "POST /projects HTTP/1.1" 200 581 0.328494 10.0.0.27 - - [2026-01-19 03:08:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.011240 10.0.0.23 - - [2026-01-19 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.402214 10.0.0.27 - - [2026-01-19 03:08:23] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.547658 10.0.0.27 - - [2026-01-19 03:08:24] "GET / HTTP/1.1" 200 35931 0.002148 10.0.0.23 - - [2026-01-19 03:08:24] "DELETE /project/85171377b57b466c98d70e7065d24e01 HTTP/1.1" 404 173 0.006039 10.0.0.23 - - [2026-01-19 03:08:24] "DELETE /project/b1e1238b43b84eb98c9bf27ecfc394a9 HTTP/1.1" 404 173 0.007487 10.0.0.23 - - [2026-01-19 03:08:24] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005898 10.0.0.23 - - [2026-01-19 03:08:24] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001162 10.0.0.23 - - [2026-01-19 03:08:25] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.109571 10.0.0.23 - - [2026-01-19 03:08:25] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.119980 10.0.0.23 - - [2026-01-19 03:08:25] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.23 - - [2026-01-19 03:08:25] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000801 10.0.0.23 - - [2026-01-19 03:08:25] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?fields=security_groups HTTP/1.1" 200 1357 0.104207 10.0.0.23 - - [2026-01-19 03:08:25] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?fields=security_groups HTTP/1.1" 200 1146 0.119928 10.0.0.23 - - [2026-01-19 03:08:25] "GET /projects?obj_uuids=f9559269-98bd-416e-b2a0-77d581fc44b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001976 10.0.0.27 - - [2026-01-19 03:08:25] "DELETE /access-control-list/8dec516d-2fad-4fc3-9b9c-24c5fd1a2dc2 HTTP/1.1" 200 115 0.107020 10.0.0.23 - - [2026-01-19 03:08:25] "GET /project/f9559269-98bd-416e-b2a0-77d581fc44b9?fields=application_policy_sets HTTP/1.1" 200 1146 0.154418 10.0.0.23 - - [2026-01-19 03:08:25] "DELETE /security-group/d0bd58c7-d071-447c-9ed1-0c44d28fae15 HTTP/1.1" 200 115 0.227550 10.0.0.23 - - [2026-01-19 03:08:25] "DELETE /project/f9559269-98bd-416e-b2a0-77d581fc44b9 HTTP/1.1" 404 171 0.526145 10.0.0.23 - - [2026-01-19 03:08:25] "GET /projects?obj_uuids=85171377-b57b-466c-98d7-0e7065d24e01&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002138 10.0.0.23 - - [2026-01-19 03:08:25] "GET /project/85171377-b57b-466c-98d7-0e7065d24e01?fields=application_policy_sets HTTP/1.1" 200 1396 0.121981 10.0.0.23 - - [2026-01-19 03:08:25] "DELETE /project/85171377-b57b-466c-98d7-0e7065d24e01 HTTP/1.1" 200 115 0.829943 10.0.0.27 - - [2026-01-19 03:08:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000628 10.0.0.27 - - [2026-01-19 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.033370 10.0.0.23 - - [2026-01-19 03:08:26] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000905 10.0.0.27 - - [2026-01-19 03:08:26] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062164 10.0.0.27 - - [2026-01-19 03:08:26] "POST /neutron/network HTTP/1.1" 200 117 0.034953 10.0.0.27 - - [2026-01-19 03:08:26] "POST /route-targets HTTP/1.1" 200 327 0.014990 10.0.0.27 - - [2026-01-19 03:08:27] "POST /neutron/network HTTP/1.1" 200 832 0.009551 10.0.0.27 - - [2026-01-19 03:08:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001126 10.0.0.27 - - [2026-01-19 03:08:27] "GET /virtual-network/f4c5f944-cb6a-4029-bc7a-6644a34420bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006295 10.0.0.27 - - [2026-01-19 03:08:27] "GET /virtual-network/f4c5f944-cb6a-4029-bc7a-6644a34420bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008352 10.0.0.27 - - [2026-01-19 03:08:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.010325 10.0.0.27 - - [2026-01-19 03:08:27] "GET /virtual-network/f4c5f944-cb6a-4029-bc7a-6644a34420bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006827 10.0.0.23 - - [2026-01-19 03:08:28] "GET /obj-perms HTTP/1.1" 200 5026 0.054655 10.0.0.27 - - [2026-01-19 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.23 - - [2026-01-19 03:08:28] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.27 - - [2026-01-19 03:08:29] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053699 10.0.0.27 - - [2026-01-19 03:08:29] "POST /ref-update HTTP/1.1" 200 156 0.043546 10.0.0.23 - - [2026-01-19 03:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007558 10.0.0.27 - - [2026-01-19 03:08:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.216279 10.0.0.27 - - [2026-01-19 03:08:29] "POST /id-to-fqname HTTP/1.1" 200 225 0.001386 10.0.0.27 - - [2026-01-19 03:08:29] "GET /virtual-network/5e127b87-49f3-417e-85ba-83398cef5bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005578 10.0.0.27 - - [2026-01-19 03:08:29] "GET /virtual-network/5e127b87-49f3-417e-85ba-83398cef5bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005695 10.0.0.27 - - [2026-01-19 03:08:29] "POST /neutron/network HTTP/1.1" 200 836 0.007855 10.0.0.27 - - [2026-01-19 03:08:29] "GET /virtual-network/5e127b87-49f3-417e-85ba-83398cef5bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006262 10.0.0.27 - - [2026-01-19 03:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.23 - - [2026-01-19 03:08:30] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001574 10.0.0.27 - - [2026-01-19 03:08:30] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043567 10.0.0.23 - - [2026-01-19 03:08:30] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.27 - - [2026-01-19 03:08:30] "POST /neutron/network HTTP/1.1" 200 619 0.123305 10.0.0.27 - - [2026-01-19 03:08:30] "POST /id-to-fqname HTTP/1.1" 200 226 0.003619 10.0.0.27 - - [2026-01-19 03:08:30] "GET /virtual-network/53615128-164a-4ec9-9e50-ff93c990c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009733 10.0.0.27 - - [2026-01-19 03:08:30] "POST /neutron/network HTTP/1.1" 200 839 0.007538 10.0.0.27 - - [2026-01-19 03:08:30] "GET /virtual-network/53615128-164a-4ec9-9e50-ff93c990c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005645 10.0.0.27 - - [2026-01-19 03:08:31] "GET /virtual-network/53615128-164a-4ec9-9e50-ff93c990c260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005373 10.0.0.27 - - [2026-01-19 03:08:31] "GET /obj-perms HTTP/1.1" 200 5026 0.068609 10.0.0.50 - - [2026-01-19 03:08:31] "GET /obj-perms HTTP/1.1" 200 5026 0.054844 10.0.0.27 - - [2026-01-19 03:08:31] "POST /id-to-fqname HTTP/1.1" 200 225 0.001502 10.0.0.27 - - [2026-01-19 03:08:31] "POST /neutron/network HTTP/1.1" 200 846 0.009138 10.0.0.23 - - [2026-01-19 03:08:32] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.27 - - [2026-01-19 03:08:32] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.076681 10.0.0.27 - - [2026-01-19 03:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.007130 10.0.0.27 - - [2026-01-19 03:08:32] "POST /id-to-fqname HTTP/1.1" 200 226 0.001464 10.0.0.27 - - [2026-01-19 03:08:33] "POST /neutron/network HTTP/1.1" 200 846 0.006788 10.0.0.27 - - [2026-01-19 03:08:33] "POST /neutron/port HTTP/1.1" 200 1058 0.021841 10.0.0.23 - - [2026-01-19 03:08:33] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001607 10.0.0.27 - - [2026-01-19 03:08:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008865 10.0.0.27 - - [2026-01-19 03:08:33] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.091010 10.0.0.27 - - [2026-01-19 03:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.27 - - [2026-01-19 03:08:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007126 10.0.0.27 - - [2026-01-19 03:08:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.004295 10.0.0.27 - - [2026-01-19 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.23 - - [2026-01-19 03:08:34] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.27 - - [2026-01-19 03:08:34] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011089 10.0.0.27 - - [2026-01-19 03:08:34] "POST /service-templates HTTP/1.1" 200 543 0.046812 10.0.0.27 - - [2026-01-19 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2026-01-19 03:08:34] "GET /service-template/a1760966-0656-499f-812a-5c22cf28cd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008309 10.0.0.27 - - [2026-01-19 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2026-01-19 03:08:34] "GET /service-template/a1760966-0656-499f-812a-5c22cf28cd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004364 10.0.0.27 - - [2026-01-19 03:08:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001402 10.0.0.27 - - [2026-01-19 03:08:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001266 10.0.0.23 - - [2026-01-19 03:08:34] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.27 - - [2026-01-19 03:08:34] "POST /id-to-fqname HTTP/1.1" 200 226 0.005864 10.0.0.27 - - [2026-01-19 03:08:34] "POST /neutron/port HTTP/1.1" 200 1059 0.362372 10.0.0.27 - - [2026-01-19 03:08:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010082 10.0.0.27 - - [2026-01-19 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2026-01-19 03:08:34] "DELETE /service-template/a1760966-0656-499f-812a-5c22cf28cd85 HTTP/1.1" 200 115 0.050245 10.0.0.27 - - [2026-01-19 03:08:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.006672 10.0.0.27 - - [2026-01-19 03:08:35] "POST /neutron/port HTTP/1.1" 200 1123 0.025637 10.0.0.27 - - [2026-01-19 03:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.002429 10.0.0.27 - - [2026-01-19 03:08:35] "POST /neutron/network HTTP/1.1" 400 204 0.015583 10.0.0.27 - - [2026-01-19 03:08:35] "POST /neutron/port HTTP/1.1" 200 151 0.189957 10.0.0.27 - - [2026-01-19 03:08:36] "POST /neutron/port HTTP/1.1" 200 151 0.219141 10.0.0.27 - - [2026-01-19 03:08:37] "POST /neutron/network HTTP/1.1" 200 117 0.010453 10.0.0.27 - - [2026-01-19 03:08:37] "POST /neutron/port HTTP/1.1" 200 117 0.005893 10.0.0.27 - - [2026-01-19 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.27 - - [2026-01-19 03:08:37] "DELETE /route-target/5312581b-6a41-4ba1-abe1-ee78017757e1 HTTP/1.1" 200 115 0.025423 10.0.0.27 - - [2026-01-19 03:08:37] "POST /neutron/network HTTP/1.1" 200 832 0.007320 10.0.0.27 - - [2026-01-19 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2026-01-19 03:08:41] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001499 10.0.0.27 - - [2026-01-19 03:08:41] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052253 10.0.0.23 - - [2026-01-19 03:08:41] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.27 - - [2026-01-19 03:08:41] "POST /neutron/network HTTP/1.1" 200 613 0.130783 10.0.0.27 - - [2026-01-19 03:08:41] "POST /route-targets HTTP/1.1" 200 327 0.014576 10.0.0.27 - - [2026-01-19 03:08:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.003386 10.0.0.27 - - [2026-01-19 03:08:41] "GET /virtual-network/d5a605e0-8020-4207-8b33-c94254e0adf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005766 10.0.0.27 - - [2026-01-19 03:08:41] "POST /neutron/network HTTP/1.1" 200 831 0.007535 10.0.0.27 - - [2026-01-19 03:08:41] "GET /virtual-network/d5a605e0-8020-4207-8b33-c94254e0adf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006969 10.0.0.27 - - [2026-01-19 03:08:41] "GET /virtual-network/d5a605e0-8020-4207-8b33-c94254e0adf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007391 10.0.0.23 - - [2026-01-19 03:08:42] "GET /obj-perms HTTP/1.1" 200 5026 0.004904 10.0.0.27 - - [2026-01-19 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.23 - - [2026-01-19 03:08:42] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000912 10.0.0.27 - - [2026-01-19 03:08:42] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044892 10.0.0.27 - - [2026-01-19 03:08:42] "POST /neutron/network HTTP/1.1" 200 117 0.022324 10.0.0.27 - - [2026-01-19 03:08:42] "POST /ref-update HTTP/1.1" 200 156 0.027333 10.0.0.27 - - [2026-01-19 03:08:42] "POST /neutron/network HTTP/1.1" 200 831 0.009994 10.0.0.27 - - [2026-01-19 03:08:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001381 10.0.0.27 - - [2026-01-19 03:08:42] "GET /virtual-network/29f06d9f-065c-4fc6-a887-a8550a8a7c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005975 10.0.0.27 - - [2026-01-19 03:08:42] "GET /virtual-network/29f06d9f-065c-4fc6-a887-a8550a8a7c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004957 10.0.0.27 - - [2026-01-19 03:08:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.009627 10.0.0.27 - - [2026-01-19 03:08:42] "GET /virtual-network/29f06d9f-065c-4fc6-a887-a8550a8a7c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006188 10.0.0.27 - - [2026-01-19 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.23 - - [2026-01-19 03:08:43] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001315 10.0.0.27 - - [2026-01-19 03:08:43] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049920 10.0.0.23 - - [2026-01-19 03:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006146 10.0.0.27 - - [2026-01-19 03:08:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.193892 10.0.0.27 - - [2026-01-19 03:08:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001436 10.0.0.27 - - [2026-01-19 03:08:43] "GET /virtual-network/fd6bbc4f-3ded-4918-8f28-672e14370738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005106 10.0.0.27 - - [2026-01-19 03:08:43] "GET /virtual-network/fd6bbc4f-3ded-4918-8f28-672e14370738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007072 10.0.0.27 - - [2026-01-19 03:08:43] "POST /neutron/network HTTP/1.1" 200 835 0.009817 10.0.0.27 - - [2026-01-19 03:08:43] "GET /virtual-network/fd6bbc4f-3ded-4918-8f28-672e14370738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008362 10.0.0.27 - - [2026-01-19 03:08:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003998 10.0.0.50 - - [2026-01-19 03:08:44] "GET /obj-perms HTTP/1.1" 200 5026 0.004026 10.0.0.27 - - [2026-01-19 03:08:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001369 10.0.0.23 - - [2026-01-19 03:08:45] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001884 10.0.0.27 - - [2026-01-19 03:08:45] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.087195 10.0.0.27 - - [2026-01-19 03:08:45] "POST /neutron/network HTTP/1.1" 200 831 0.006750 10.0.0.27 - - [2026-01-19 03:08:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001318 10.0.0.27 - - [2026-01-19 03:08:45] "POST /neutron/port HTTP/1.1" 200 117 0.006638 10.0.0.23 - - [2026-01-19 03:08:45] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004400 10.0.0.27 - - [2026-01-19 03:08:46] "POST /neutron/port HTTP/1.1" 200 1057 0.327796 10.0.0.27 - - [2026-01-19 03:08:46] "POST /neutron/port HTTP/1.1" 200 1111 0.104153 10.0.0.23 - - [2026-01-19 03:08:46] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.27 - - [2026-01-19 03:08:46] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.082075 10.0.0.27 - - [2026-01-19 03:08:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.011230 10.0.0.27 - - [2026-01-19 03:08:46] "POST /neutron/network HTTP/1.1" 200 831 0.008348 10.0.0.27 - - [2026-01-19 03:08:46] "POST /neutron/port HTTP/1.1" 200 117 0.006396 10.0.0.27 - - [2026-01-19 03:08:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.005119 10.0.0.27 - - [2026-01-19 03:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2026-01-19 03:08:46] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001697 10.0.0.27 - - [2026-01-19 03:08:46] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009906 10.0.0.27 - - [2026-01-19 03:08:46] "POST /service-templates HTTP/1.1" 200 543 0.035651 10.0.0.27 - - [2026-01-19 03:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.27 - - [2026-01-19 03:08:46] "GET /service-template/657c2501-3128-45e3-a9fd-dd6f5456f92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006178 10.0.0.27 - - [2026-01-19 03:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2026-01-19 03:08:46] "GET /service-template/657c2501-3128-45e3-a9fd-dd6f5456f92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004517 10.0.0.27 - - [2026-01-19 03:08:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001513 10.0.0.27 - - [2026-01-19 03:08:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001271 10.0.0.27 - - [2026-01-19 03:08:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001435 10.0.0.27 - - [2026-01-19 03:08:47] "POST /neutron/port HTTP/1.1" 200 2038 0.051071 10.0.0.27 - - [2026-01-19 03:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.27 - - [2026-01-19 03:08:47] "POST /neutron/port HTTP/1.1" 200 1059 0.020121 10.0.0.27 - - [2026-01-19 03:08:47] "DELETE /service-template/657c2501-3128-45e3-a9fd-dd6f5456f92b HTTP/1.1" 200 115 0.030552 10.0.0.27 - - [2026-01-19 03:08:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.004531 10.0.0.27 - - [2026-01-19 03:08:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004171 10.0.0.27 - - [2026-01-19 03:08:47] "POST /neutron/network HTTP/1.1" 200 835 0.008291 10.0.0.27 - - [2026-01-19 03:08:47] "POST /neutron/port HTTP/1.1" 200 1121 0.017319 10.0.0.27 - - [2026-01-19 03:08:48] "POST /neutron/port HTTP/1.1" 200 1123 0.021452 10.0.0.27 - - [2026-01-19 03:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.007411 10.0.0.27 - - [2026-01-19 03:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.006398 10.0.0.27 - - [2026-01-19 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.27 - - [2026-01-19 03:08:49] "POST /neutron/network HTTP/1.1" 200 831 0.007247 10.0.0.27 - - [2026-01-19 03:08:50] "DELETE /route-target/e79157a2-5de0-42db-84a6-2ba57ee954ee HTTP/1.1" 200 115 0.031044 10.0.0.23 - - [2026-01-19 03:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004909 10.0.0.23 - - [2026-01-19 03:08:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.27 - - [2026-01-19 03:08:50] "POST /neutron/network HTTP/1.1" 200 151 0.141355 10.0.0.23 - - [2026-01-19 03:08:51] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.27 - - [2026-01-19 03:08:51] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047635 10.0.0.23 - - [2026-01-19 03:08:51] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.27 - - [2026-01-19 03:08:52] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?fields=virtual_networks HTTP/1.1" 200 1029 0.042642 10.0.0.23 - - [2026-01-19 03:08:52] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001554 10.0.0.27 - - [2026-01-19 03:08:52] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.040420 10.0.0.23 - - [2026-01-19 03:08:52] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.27 - - [2026-01-19 03:08:52] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?fields=security_groups HTTP/1.1" 200 1253 0.048467 10.0.0.27 - - [2026-01-19 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.049442 10.0.0.23 - - [2026-01-19 03:08:53] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003456 10.0.0.23 - - [2026-01-19 03:08:53] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.23 - - [2026-01-19 03:08:53] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007392 10.0.0.23 - - [2026-01-19 03:08:53] "POST /id-to-fqname HTTP/1.1" 200 186 0.001988 10.0.0.23 - - [2026-01-19 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.010218 10.0.0.23 - - [2026-01-19 03:08:53] "POST /security-groups HTTP/1.1" 200 587 0.079268 10.0.0.27 - - [2026-01-19 03:08:53] "POST /fqname-to-id HTTP/1.1" 404 230 0.003859 10.0.0.23 - - [2026-01-19 03:08:53] "POST /projects HTTP/1.1" 200 577 0.286953 10.0.0.23 - - [2026-01-19 03:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.358256 10.0.0.27 - - [2026-01-19 03:08:53] "POST /access-control-lists HTTP/1.1" 200 590 0.029019 10.0.0.27 - - [2026-01-19 03:08:53] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.513775 10.0.0.27 - - [2026-01-19 03:08:54] "GET / HTTP/1.1" 200 35931 0.002374 10.0.0.27 - - [2026-01-19 03:08:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-01-19 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.054840 10.0.0.23 - - [2026-01-19 03:08:56] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002108 10.0.0.27 - - [2026-01-19 03:08:56] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.050625 10.0.0.23 - - [2026-01-19 03:08:57] "POST /useragent-kv HTTP/1.1" 200 115 0.021575 10.0.0.27 - - [2026-01-19 03:08:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.296258 10.0.0.27 - - [2026-01-19 03:08:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001619 10.0.0.27 - - [2026-01-19 03:08:57] "GET /virtual-network/dc7e9c99-d357-4f44-984b-a3f082e03f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005330 10.0.0.27 - - [2026-01-19 03:08:57] "GET /virtual-network/dc7e9c99-d357-4f44-984b-a3f082e03f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006293 10.0.0.27 - - [2026-01-19 03:08:57] "POST /neutron/network HTTP/1.1" 200 829 0.007656 10.0.0.27 - - [2026-01-19 03:08:58] "GET /virtual-network/dc7e9c99-d357-4f44-984b-a3f082e03f34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006031 10.0.0.23 - - [2026-01-19 03:08:59] "GET /obj-perms HTTP/1.1" 200 5022 0.060983 10.0.0.27 - - [2026-01-19 03:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006153 10.0.0.23 - - [2026-01-19 03:08:59] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001329 10.0.0.27 - - [2026-01-19 03:08:59] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.057106 10.0.0.23 - - [2026-01-19 03:08:59] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001023 10.0.0.27 - - [2026-01-19 03:08:59] "POST /neutron/network HTTP/1.1" 200 611 0.134051 10.0.0.27 - - [2026-01-19 03:08:59] "POST /route-targets HTTP/1.1" 200 327 0.018069 10.0.0.27 - - [2026-01-19 03:09:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.003513 10.0.0.27 - - [2026-01-19 03:09:00] "GET /virtual-network/93ecfd5a-1d2f-4ed4-8248-192319ee6dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006915 10.0.0.27 - - [2026-01-19 03:09:00] "POST /neutron/network HTTP/1.1" 200 831 0.007071 10.0.0.27 - - [2026-01-19 03:09:00] "GET /virtual-network/93ecfd5a-1d2f-4ed4-8248-192319ee6dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006552 10.0.0.27 - - [2026-01-19 03:09:00] "GET /virtual-network/93ecfd5a-1d2f-4ed4-8248-192319ee6dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006625 10.0.0.27 - - [2026-01-19 03:09:00] "GET /obj-perms HTTP/1.1" 200 5022 0.082364 10.0.0.50 - - [2026-01-19 03:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.111987 10.0.0.27 - - [2026-01-19 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.23 - - [2026-01-19 03:09:01] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001706 10.0.0.27 - - [2026-01-19 03:09:01] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.079229 10.0.0.27 - - [2026-01-19 03:09:01] "POST /neutron/network HTTP/1.1" 200 117 0.017328 10.0.0.27 - - [2026-01-19 03:09:01] "POST /ref-update HTTP/1.1" 200 156 0.027784 10.0.0.27 - - [2026-01-19 03:09:01] "POST /neutron/network HTTP/1.1" 200 830 0.008550 10.0.0.27 - - [2026-01-19 03:09:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001271 10.0.0.27 - - [2026-01-19 03:09:01] "GET /virtual-network/94765dc0-3b7f-4e59-a1ad-50ff770f6ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004959 10.0.0.27 - - [2026-01-19 03:09:01] "GET /virtual-network/94765dc0-3b7f-4e59-a1ad-50ff770f6ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006461 10.0.0.27 - - [2026-01-19 03:09:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.009443 10.0.0.27 - - [2026-01-19 03:09:02] "GET /virtual-network/94765dc0-3b7f-4e59-a1ad-50ff770f6ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006330 10.0.0.27 - - [2026-01-19 03:09:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001545 10.0.0.23 - - [2026-01-19 03:09:03] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.27 - - [2026-01-19 03:09:03] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.072051 10.0.0.27 - - [2026-01-19 03:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.007919 10.0.0.27 - - [2026-01-19 03:09:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001541 10.0.0.27 - - [2026-01-19 03:09:03] "POST /neutron/network HTTP/1.1" 200 840 0.007114 10.0.0.27 - - [2026-01-19 03:09:04] "POST /neutron/port HTTP/1.1" 200 1057 0.019305 10.0.0.27 - - [2026-01-19 03:09:04] "POST /neutron/port HTTP/1.1" 200 1121 0.028290 10.0.0.23 - - [2026-01-19 03:09:04] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000949 10.0.0.27 - - [2026-01-19 03:09:04] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.066770 10.0.0.27 - - [2026-01-19 03:09:04] "POST /neutron/network HTTP/1.1" 200 830 0.007906 10.0.0.27 - - [2026-01-19 03:09:04] "POST /neutron/port HTTP/1.1" 200 1121 0.027123 10.0.0.27 - - [2026-01-19 03:09:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004108 10.0.0.27 - - [2026-01-19 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-01-19 03:09:04] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.27 - - [2026-01-19 03:09:04] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007684 10.0.0.27 - - [2026-01-19 03:09:04] "POST /service-templates HTTP/1.1" 200 543 0.025941 10.0.0.27 - - [2026-01-19 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2026-01-19 03:09:04] "GET /service-template/a4e2ff17-e2f4-460c-a225-cb78ff8c6928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006331 10.0.0.27 - - [2026-01-19 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.27 - - [2026-01-19 03:09:05] "GET /service-template/a4e2ff17-e2f4-460c-a225-cb78ff8c6928?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003923 10.0.0.27 - - [2026-01-19 03:09:05] "POST /neutron/network HTTP/1.1" 200 840 0.008394 10.0.0.27 - - [2026-01-19 03:09:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001229 10.0.0.27 - - [2026-01-19 03:09:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001230 10.0.0.27 - - [2026-01-19 03:09:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001361 10.0.0.27 - - [2026-01-19 03:09:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010483 10.0.0.27 - - [2026-01-19 03:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.27 - - [2026-01-19 03:09:05] "DELETE /service-template/a4e2ff17-e2f4-460c-a225-cb78ff8c6928 HTTP/1.1" 200 115 0.030605 10.0.0.27 - - [2026-01-19 03:09:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.006284 10.0.0.27 - - [2026-01-19 03:09:05] "POST /neutron/port HTTP/1.1" 200 1108 0.141953 10.0.0.27 - - [2026-01-19 03:09:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.010674 10.0.0.27 - - [2026-01-19 03:09:05] "POST /neutron/network HTTP/1.1" 400 204 0.016800 10.0.0.27 - - [2026-01-19 03:09:06] "POST /neutron/port HTTP/1.1" 200 1111 0.014907 10.0.0.27 - - [2026-01-19 03:09:07] "POST /neutron/port HTTP/1.1" 200 1108 0.015297 10.0.0.27 - - [2026-01-19 03:09:07] "POST /neutron/network HTTP/1.1" 200 2179 0.010911 10.0.0.27 - - [2026-01-19 03:09:07] "POST /neutron/network HTTP/1.1" 200 830 0.006145 10.0.0.23 - - [2026-01-19 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.033836 10.0.0.23 - - [2026-01-19 03:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003772 10.0.0.27 - - [2026-01-19 03:09:08] "POST /neutron/network HTTP/1.1" 200 151 0.153913 10.0.0.27 - - [2026-01-19 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.042690 10.0.0.27 - - [2026-01-19 03:09:08] "DELETE /route-target/3d55aceb-2762-43b8-8763-380271d6bef8 HTTP/1.1" 200 115 0.031863 10.0.0.27 - - [2026-01-19 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-01-19 03:09:11] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001938 10.0.0.27 - - [2026-01-19 03:09:11] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.046014 10.0.0.27 - - [2026-01-19 03:09:11] "POST /neutron/network HTTP/1.1" 200 117 0.014842 10.0.0.27 - - [2026-01-19 03:09:12] "POST /neutron/network HTTP/1.1" 200 830 0.009536 10.0.0.27 - - [2026-01-19 03:09:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001270 10.0.0.27 - - [2026-01-19 03:09:12] "GET /virtual-network/2bda2d8b-6c6d-4643-851f-99e49e7703d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005168 10.0.0.27 - - [2026-01-19 03:09:12] "GET /virtual-network/2bda2d8b-6c6d-4643-851f-99e49e7703d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005791 10.0.0.27 - - [2026-01-19 03:09:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.009673 10.0.0.27 - - [2026-01-19 03:09:12] "GET /virtual-network/2bda2d8b-6c6d-4643-851f-99e49e7703d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006283 10.0.0.23 - - [2026-01-19 03:09:12] "GET /obj-perms HTTP/1.1" 200 5022 0.004201 10.0.0.27 - - [2026-01-19 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.23 - - [2026-01-19 03:09:12] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001403 10.0.0.27 - - [2026-01-19 03:09:12] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.055376 10.0.0.27 - - [2026-01-19 03:09:12] "POST /route-targets HTTP/1.1" 200 327 0.013924 10.0.0.23 - - [2026-01-19 03:09:13] "POST /useragent-kv HTTP/1.1" 200 115 0.011050 10.0.0.27 - - [2026-01-19 03:09:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.200450 10.0.0.27 - - [2026-01-19 03:09:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001281 10.0.0.27 - - [2026-01-19 03:09:13] "GET /virtual-network/1d555fd0-497f-42ce-94d9-11873fdc5f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005766 10.0.0.27 - - [2026-01-19 03:09:13] "GET /virtual-network/1d555fd0-497f-42ce-94d9-11873fdc5f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005576 10.0.0.27 - - [2026-01-19 03:09:13] "POST /neutron/network HTTP/1.1" 200 830 0.007130 10.0.0.27 - - [2026-01-19 03:09:13] "GET /virtual-network/1d555fd0-497f-42ce-94d9-11873fdc5f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006938 10.0.0.27 - - [2026-01-19 03:09:13] "GET /obj-perms HTTP/1.1" 200 5022 0.005189 10.0.0.50 - - [2026-01-19 03:09:13] "GET /obj-perms HTTP/1.1" 200 5022 0.054798 10.0.0.27 - - [2026-01-19 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2026-01-19 03:09:13] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000976 10.0.0.27 - - [2026-01-19 03:09:13] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.042737 10.0.0.23 - - [2026-01-19 03:09:13] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001189 10.0.0.27 - - [2026-01-19 03:09:14] "POST /neutron/network HTTP/1.1" 200 613 0.129840 10.0.0.27 - - [2026-01-19 03:09:14] "POST /ref-update HTTP/1.1" 200 156 0.021052 10.0.0.27 - - [2026-01-19 03:09:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.002904 10.0.0.27 - - [2026-01-19 03:09:14] "GET /virtual-network/bebd6adf-ddd7-4e10-8ac1-a787cbcaa309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005588 10.0.0.27 - - [2026-01-19 03:09:14] "POST /neutron/network HTTP/1.1" 200 834 0.007749 10.0.0.27 - - [2026-01-19 03:09:14] "GET /virtual-network/bebd6adf-ddd7-4e10-8ac1-a787cbcaa309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006816 10.0.0.27 - - [2026-01-19 03:09:14] "GET /virtual-network/bebd6adf-ddd7-4e10-8ac1-a787cbcaa309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005966 10.0.0.27 - - [2026-01-19 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.23 - - [2026-01-19 03:09:14] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000995 10.0.0.27 - - [2026-01-19 03:09:14] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.051609 10.0.0.27 - - [2026-01-19 03:09:15] "POST /neutron/network HTTP/1.1" 200 117 0.016576 10.0.0.27 - - [2026-01-19 03:09:15] "POST /neutron/network HTTP/1.1" 200 839 0.011461 10.0.0.27 - - [2026-01-19 03:09:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001259 10.0.0.27 - - [2026-01-19 03:09:15] "GET /virtual-network/e4aa6167-01b9-4a4f-a038-2c30e9733fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005888 10.0.0.27 - - [2026-01-19 03:09:15] "GET /virtual-network/e4aa6167-01b9-4a4f-a038-2c30e9733fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005571 10.0.0.27 - - [2026-01-19 03:09:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.011468 10.0.0.27 - - [2026-01-19 03:09:15] "GET /virtual-network/e4aa6167-01b9-4a4f-a038-2c30e9733fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007368 10.0.0.23 - - [2026-01-19 03:09:15] "GET /obj-perms HTTP/1.1" 200 5022 0.004948 10.0.0.27 - - [2026-01-19 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.23 - - [2026-01-19 03:09:16] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001019 10.0.0.27 - - [2026-01-19 03:09:16] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.052459 10.0.0.27 - - [2026-01-19 03:09:16] "POST /route-targets HTTP/1.1" 200 327 0.012094 10.0.0.23 - - [2026-01-19 03:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006395 10.0.0.27 - - [2026-01-19 03:09:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.225453 10.0.0.27 - - [2026-01-19 03:09:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001674 10.0.0.27 - - [2026-01-19 03:09:16] "GET /virtual-network/71cfc8da-e78b-43e0-8d19-77e8e58b8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006230 10.0.0.27 - - [2026-01-19 03:09:16] "GET /virtual-network/71cfc8da-e78b-43e0-8d19-77e8e58b8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007186 10.0.0.27 - - [2026-01-19 03:09:16] "POST /neutron/network HTTP/1.1" 200 844 0.007031 10.0.0.27 - - [2026-01-19 03:09:16] "GET /virtual-network/71cfc8da-e78b-43e0-8d19-77e8e58b8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006030 10.0.0.27 - - [2026-01-19 03:09:17] "GET /obj-perms HTTP/1.1" 200 5022 0.004029 10.0.0.50 - - [2026-01-19 03:09:17] "GET /obj-perms HTTP/1.1" 200 5022 0.004982 10.0.0.27 - - [2026-01-19 03:09:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001971 10.0.0.23 - - [2026-01-19 03:09:17] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000976 10.0.0.27 - - [2026-01-19 03:09:17] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.073881 10.0.0.27 - - [2026-01-19 03:09:17] "POST /neutron/network HTTP/1.1" 200 830 0.006257 10.0.0.27 - - [2026-01-19 03:09:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001247 10.0.0.27 - - [2026-01-19 03:09:18] "POST /neutron/port HTTP/1.1" 200 117 0.025046 10.0.0.23 - - [2026-01-19 03:09:18] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002411 10.0.0.27 - - [2026-01-19 03:09:18] "POST /neutron/port HTTP/1.1" 200 1056 0.343218 10.0.0.27 - - [2026-01-19 03:09:19] "POST /neutron/port HTTP/1.1" 200 1110 0.140324 10.0.0.23 - - [2026-01-19 03:09:19] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000974 10.0.0.27 - - [2026-01-19 03:09:19] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.098741 10.0.0.27 - - [2026-01-19 03:09:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.036225 10.0.0.27 - - [2026-01-19 03:09:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008264 10.0.0.27 - - [2026-01-19 03:09:19] "POST /neutron/network HTTP/1.1" 200 830 0.013083 10.0.0.27 - - [2026-01-19 03:09:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.002957 10.0.0.27 - - [2026-01-19 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.23 - - [2026-01-19 03:09:19] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001847 10.0.0.27 - - [2026-01-19 03:09:19] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010110 10.0.0.27 - - [2026-01-19 03:09:19] "POST /service-templates HTTP/1.1" 200 543 0.049623 10.0.0.27 - - [2026-01-19 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005662 10.0.0.27 - - [2026-01-19 03:09:19] "GET /service-template/75598b45-b889-4c62-b766-a5c34f142f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006451 10.0.0.27 - - [2026-01-19 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2026-01-19 03:09:19] "GET /service-template/75598b45-b889-4c62-b766-a5c34f142f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003604 10.0.0.27 - - [2026-01-19 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001163 10.0.0.27 - - [2026-01-19 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001420 10.0.0.27 - - [2026-01-19 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001824 10.0.0.27 - - [2026-01-19 03:09:20] "POST /neutron/port HTTP/1.1" 200 2036 0.047394 10.0.0.27 - - [2026-01-19 03:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.27 - - [2026-01-19 03:09:20] "POST /neutron/port HTTP/1.1" 200 1058 0.018117 10.0.0.27 - - [2026-01-19 03:09:20] "DELETE /service-template/75598b45-b889-4c62-b766-a5c34f142f49 HTTP/1.1" 200 115 0.036058 10.0.0.27 - - [2026-01-19 03:09:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003605 10.0.0.27 - - [2026-01-19 03:09:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004052 10.0.0.27 - - [2026-01-19 03:09:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.009385 10.0.0.27 - - [2026-01-19 03:09:20] "DELETE /route-target/2fe56d80-b4ab-423a-ab02-559bb404908d HTTP/1.1" 200 115 0.024673 10.0.0.27 - - [2026-01-19 03:09:20] "POST /neutron/network HTTP/1.1" 200 839 0.007053 10.0.0.27 - - [2026-01-19 03:09:20] "POST /neutron/port HTTP/1.1" 200 1110 0.018782 10.0.0.27 - - [2026-01-19 03:09:21] "POST /neutron/network HTTP/1.1" 400 204 0.014271 10.0.0.27 - - [2026-01-19 03:09:22] "POST /neutron/port HTTP/1.1" 200 151 0.162518 10.0.0.27 - - [2026-01-19 03:09:22] "POST /neutron/network HTTP/1.1" 200 117 0.011328 10.0.0.23 - - [2026-01-19 03:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005235 10.0.0.27 - - [2026-01-19 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006561 10.0.0.23 - - [2026-01-19 03:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002362 10.0.0.27 - - [2026-01-19 03:09:23] "POST /neutron/network HTTP/1.1" 200 151 0.149917 10.0.0.27 - - [2026-01-19 03:09:23] "DELETE /route-target/c3bbd0c2-08eb-458d-9eb1-07c4ba38ed00 HTTP/1.1" 200 115 0.041488 10.0.0.27 - - [2026-01-19 03:09:23] "POST /neutron/network HTTP/1.1" 200 830 0.006583 10.0.0.23 - - [2026-01-19 03:09:25] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001047 10.0.0.27 - - [2026-01-19 03:09:25] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.050467 10.0.0.23 - - [2026-01-19 03:09:25] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005187 10.0.0.27 - - [2026-01-19 03:09:25] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?fields=virtual_networks HTTP/1.1" 200 1025 0.078373 10.0.0.23 - - [2026-01-19 03:09:25] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002710 10.0.0.27 - - [2026-01-19 03:09:25] "DELETE /access-control-list/bce76444-7116-46e2-b93a-13c54bf481d4 HTTP/1.1" 200 115 0.117733 10.0.0.27 - - [2026-01-19 03:09:25] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.136844 10.0.0.23 - - [2026-01-19 03:09:25] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005058 10.0.0.23 - - [2026-01-19 03:09:26] "GET /projects?obj_uuids=e5f6dcd4-cd1c-40ff-a46f-313700bc8860&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001116 10.0.0.23 - - [2026-01-19 03:09:26] "DELETE /project/e5f6dcd4cd1c40ffa46f313700bc8860 HTTP/1.1" 404 173 0.106178 10.0.0.23 - - [2026-01-19 03:09:26] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.079653 10.0.0.23 - - [2026-01-19 03:09:26] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.27 - - [2026-01-19 03:09:26] "GET /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860?fields=security_groups HTTP/1.1" 200 1247 0.106740 10.0.0.23 - - [2026-01-19 03:09:26] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?fields=security_groups HTTP/1.1" 404 185 0.073393 10.0.0.23 - - [2026-01-19 03:09:26] "GET /projects?obj_uuids=b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003820 10.0.0.23 - - [2026-01-19 03:09:27] "GET /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9?fields=application_policy_sets HTTP/1.1" 404 171 0.844124 10.0.0.23 - - [2026-01-19 03:09:27] "DELETE /project/b1e1238b-43b8-4eb9-8c9b-f27ecfc394a9 HTTP/1.1" 404 171 1.166609 10.0.0.27 - - [2026-01-19 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.031017 10.0.0.23 - - [2026-01-19 03:09:27] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003317 10.0.0.23 - - [2026-01-19 03:09:27] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.23 - - [2026-01-19 03:09:27] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007412 10.0.0.23 - - [2026-01-19 03:09:27] "POST /id-to-fqname HTTP/1.1" 200 192 0.001855 10.0.0.23 - - [2026-01-19 03:09:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.011397 10.0.0.23 - - [2026-01-19 03:09:27] "POST /security-groups HTTP/1.1" 200 593 0.031806 10.0.0.23 - - [2026-01-19 03:09:27] "POST /projects HTTP/1.1" 200 589 0.243733 10.0.0.27 - - [2026-01-19 03:09:27] "POST /access-control-lists HTTP/1.1" 200 598 0.030239 10.0.0.23 - - [2026-01-19 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.315115 10.0.0.27 - - [2026-01-19 03:09:27] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.463135 10.0.0.27 - - [2026-01-19 03:09:28] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.27 - - [2026-01-19 03:09:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-01-19 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.058980 10.0.0.23 - - [2026-01-19 03:09:30] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000935 10.0.0.27 - - [2026-01-19 03:09:31] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.044490 10.0.0.23 - - [2026-01-19 03:09:31] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.27 - - [2026-01-19 03:09:31] "POST /neutron/network HTTP/1.1" 200 611 0.151698 10.0.0.27 - - [2026-01-19 03:09:31] "POST /route-targets HTTP/1.1" 200 327 0.014438 10.0.0.27 - - [2026-01-19 03:09:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.003460 10.0.0.27 - - [2026-01-19 03:09:31] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005955 10.0.0.27 - - [2026-01-19 03:09:31] "POST /neutron/network HTTP/1.1" 200 831 0.007053 10.0.0.27 - - [2026-01-19 03:09:31] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005650 10.0.0.27 - - [2026-01-19 03:09:32] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006099 10.0.0.27 - - [2026-01-19 03:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.23 - - [2026-01-19 03:09:33] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.27 - - [2026-01-19 03:09:33] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.039679 10.0.0.27 - - [2026-01-19 03:09:33] "POST /neutron/network HTTP/1.1" 200 117 0.016805 10.0.0.27 - - [2026-01-19 03:09:33] "POST /ref-update HTTP/1.1" 200 156 0.031506 10.0.0.27 - - [2026-01-19 03:09:34] "POST /neutron/network HTTP/1.1" 200 832 0.016647 10.0.0.27 - - [2026-01-19 03:09:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001674 10.0.0.27 - - [2026-01-19 03:09:34] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006326 10.0.0.27 - - [2026-01-19 03:09:34] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008400 10.0.0.27 - - [2026-01-19 03:09:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.009022 10.0.0.27 - - [2026-01-19 03:09:34] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006378 10.0.0.23 - - [2026-01-19 03:09:34] "GET /obj-perms HTTP/1.1" 200 5034 0.064609 10.0.0.27 - - [2026-01-19 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.23 - - [2026-01-19 03:09:34] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.27 - - [2026-01-19 03:09:34] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.058887 10.0.0.23 - - [2026-01-19 03:09:35] "POST /useragent-kv HTTP/1.1" 200 115 0.011784 10.0.0.27 - - [2026-01-19 03:09:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.229049 10.0.0.27 - - [2026-01-19 03:09:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001366 10.0.0.27 - - [2026-01-19 03:09:35] "GET /virtual-network/a8c0b7b8-f6e6-439d-a16d-1fc213cce9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005702 10.0.0.27 - - [2026-01-19 03:09:35] "GET /virtual-network/a8c0b7b8-f6e6-439d-a16d-1fc213cce9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005185 10.0.0.27 - - [2026-01-19 03:09:35] "POST /neutron/network HTTP/1.1" 200 838 0.006464 10.0.0.27 - - [2026-01-19 03:09:35] "GET /virtual-network/a8c0b7b8-f6e6-439d-a16d-1fc213cce9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006404 10.0.0.27 - - [2026-01-19 03:09:35] "GET /obj-perms HTTP/1.1" 200 5034 0.068329 10.0.0.50 - - [2026-01-19 03:09:35] "GET /obj-perms HTTP/1.1" 200 5034 0.064020 10.0.0.27 - - [2026-01-19 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.23 - - [2026-01-19 03:09:36] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000937 10.0.0.27 - - [2026-01-19 03:09:36] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.039278 10.0.0.23 - - [2026-01-19 03:09:36] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000924 10.0.0.27 - - [2026-01-19 03:09:36] "POST /neutron/network HTTP/1.1" 200 629 0.130764 10.0.0.27 - - [2026-01-19 03:09:36] "POST /route-targets HTTP/1.1" 200 327 0.014288 10.0.0.27 - - [2026-01-19 03:09:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.003604 10.0.0.27 - - [2026-01-19 03:09:36] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006917 10.0.0.27 - - [2026-01-19 03:09:36] "POST /neutron/network HTTP/1.1" 200 846 0.006210 10.0.0.27 - - [2026-01-19 03:09:36] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008094 10.0.0.27 - - [2026-01-19 03:09:36] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006045 10.0.0.27 - - [2026-01-19 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.23 - - [2026-01-19 03:09:37] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.27 - - [2026-01-19 03:09:37] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049600 10.0.0.27 - - [2026-01-19 03:09:37] "POST /neutron/network HTTP/1.1" 200 117 0.024777 10.0.0.27 - - [2026-01-19 03:09:37] "POST /ref-update HTTP/1.1" 200 156 0.029214 10.0.0.27 - - [2026-01-19 03:09:37] "POST /neutron/network HTTP/1.1" 200 850 0.009970 10.0.0.27 - - [2026-01-19 03:09:37] "POST /id-to-fqname HTTP/1.1" 200 234 0.001280 10.0.0.27 - - [2026-01-19 03:09:37] "GET /virtual-network/fe7c3e80-5d9f-431d-bb67-5d9e1638772d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005280 10.0.0.27 - - [2026-01-19 03:09:37] "GET /virtual-network/fe7c3e80-5d9f-431d-bb67-5d9e1638772d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006260 10.0.0.27 - - [2026-01-19 03:09:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.009966 10.0.0.27 - - [2026-01-19 03:09:37] "GET /virtual-network/fe7c3e80-5d9f-431d-bb67-5d9e1638772d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005547 10.0.0.23 - - [2026-01-19 03:09:38] "GET /obj-perms HTTP/1.1" 200 5034 0.003935 10.0.0.27 - - [2026-01-19 03:09:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001473 10.0.0.23 - - [2026-01-19 03:09:39] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001472 10.0.0.27 - - [2026-01-19 03:09:39] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.083571 10.0.0.27 - - [2026-01-19 03:09:39] "POST /neutron/port HTTP/1.1" 200 117 0.008788 10.0.0.27 - - [2026-01-19 03:09:39] "POST /id-to-fqname HTTP/1.1" 200 225 0.001488 10.0.0.27 - - [2026-01-19 03:09:39] "POST /neutron/network HTTP/1.1" 200 842 0.008048 10.0.0.27 - - [2026-01-19 03:09:39] "POST /neutron/port HTTP/1.1" 200 1063 0.024733 10.0.0.27 - - [2026-01-19 03:09:40] "POST /neutron/port HTTP/1.1" 200 1127 0.021851 10.0.0.23 - - [2026-01-19 03:09:40] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000953 10.0.0.27 - - [2026-01-19 03:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.27 - - [2026-01-19 03:09:40] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.068763 10.0.0.27 - - [2026-01-19 03:09:40] "POST /neutron/port HTTP/1.1" 200 1127 0.023803 10.0.0.27 - - [2026-01-19 03:09:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.004812 10.0.0.27 - - [2026-01-19 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.23 - - [2026-01-19 03:09:40] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.27 - - [2026-01-19 03:09:40] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011914 10.0.0.27 - - [2026-01-19 03:09:40] "POST /service-templates HTTP/1.1" 200 543 0.038749 10.0.0.27 - - [2026-01-19 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.27 - - [2026-01-19 03:09:40] "GET /service-template/86e06ff0-5c36-4304-b0d4-cd202c4eb83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.008427 10.0.0.27 - - [2026-01-19 03:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.27 - - [2026-01-19 03:09:40] "POST /neutron/network HTTP/1.1" 200 842 0.010106 10.0.0.27 - - [2026-01-19 03:09:40] "GET /service-template/86e06ff0-5c36-4304-b0d4-cd202c4eb83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004309 10.0.0.27 - - [2026-01-19 03:09:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001623 10.0.0.27 - - [2026-01-19 03:09:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.017117 10.0.0.27 - - [2026-01-19 03:09:41] "POST /neutron/port HTTP/1.1" 200 1062 0.020716 10.0.0.27 - - [2026-01-19 03:09:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004134 10.0.0.27 - - [2026-01-19 03:09:41] "POST /neutron/network HTTP/1.1" 200 832 0.009087 10.0.0.23 - - [2026-01-19 03:09:42] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001208 10.0.0.27 - - [2026-01-19 03:09:42] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.065989 10.0.0.27 - - [2026-01-19 03:09:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007609 10.0.0.27 - - [2026-01-19 03:09:42] "GET /virtual-machine/7bf7f480-940a-4428-a523-3db47fd15ad8 HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2026-01-19 03:09:42] "GET /virtual-machine/7bf7f480-940a-4428-a523-3db47fd15ad8 HTTP/1.1" 404 171 0.031689 10.0.0.23 - - [2026-01-19 03:09:42] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001440 10.0.0.27 - - [2026-01-19 03:09:43] "POST /neutron/port HTTP/1.1" 200 1060 0.316754 10.0.0.27 - - [2026-01-19 03:09:43] "POST /neutron/port HTTP/1.1" 200 1114 0.104139 10.0.0.27 - - [2026-01-19 03:09:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.010354 10.0.0.27 - - [2026-01-19 03:09:44] "GET /virtual-machine/7bf7f480-940a-4428-a523-3db47fd15ad8 HTTP/1.1" 200 1294 0.007919 10.0.0.27 - - [2026-01-19 03:09:44] "GET /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4 HTTP/1.1" 200 2984 0.006061 10.0.0.27 - - [2026-01-19 03:09:44] "GET /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006516 10.0.0.27 - - [2026-01-19 03:09:44] "PUT /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4 HTTP/1.1" 200 284 0.015871 10.0.0.27 - - [2026-01-19 03:09:44] "POST /neutron/port HTTP/1.1" 200 1124 0.022616 10.0.0.27 - - [2026-01-19 03:09:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008104 10.0.0.27 - - [2026-01-19 03:09:45] "GET /virtual-machine/7bf7f480-940a-4428-a523-3db47fd15ad8 HTTP/1.1" 200 1294 0.004622 10.0.0.27 - - [2026-01-19 03:09:45] "GET /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4 HTTP/1.1" 200 3034 0.006820 10.0.0.27 - - [2026-01-19 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.27 - - [2026-01-19 03:09:45] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004494 10.0.0.27 - - [2026-01-19 03:09:45] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003179 10.0.0.27 - - [2026-01-19 03:09:45] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006557 10.0.0.27 - - [2026-01-19 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.27 - - [2026-01-19 03:09:48] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007471 10.0.0.27 - - [2026-01-19 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2026-01-19 03:09:52] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009160 10.0.0.27 - - [2026-01-19 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.27 - - [2026-01-19 03:09:56] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005243 10.0.0.27 - - [2026-01-19 03:09:57] "POST /neutron/port HTTP/1.1" 200 1127 0.019987 10.0.0.27 - - [2026-01-19 03:09:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004849 10.0.0.27 - - [2026-01-19 03:09:57] "POST /neutron/network HTTP/1.1" 200 831 0.009193 10.0.0.27 - - [2026-01-19 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-01-19 03:10:00] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006579 10.0.0.27 - - [2026-01-19 03:10:00] "POST /neutron/network HTTP/1.1" 200 842 0.008353 10.0.0.27 - - [2026-01-19 03:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.27 - - [2026-01-19 03:10:01] "GET /obj-perms HTTP/1.1" 200 5056 0.055648 10.0.0.27 - - [2026-01-19 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.27 - - [2026-01-19 03:10:04] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006363 10.0.0.27 - - [2026-01-19 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2026-01-19 03:10:08] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006233 10.0.0.27 - - [2026-01-19 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2026-01-19 03:10:12] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005839 10.0.0.27 - - [2026-01-19 03:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-01-19 03:10:16] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005210 10.0.0.27 - - [2026-01-19 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.27 - - [2026-01-19 03:10:21] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005247 10.0.0.27 - - [2026-01-19 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2026-01-19 03:10:25] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006005 10.0.0.23 - - [2026-01-19 03:10:27] "DELETE /project/01ec20d4e0bb49208619a6e42861de51 HTTP/1.1" 404 173 0.004672 10.0.0.23 - - [2026-01-19 03:10:27] "DELETE /project/e5f6dcd4-cd1c-40ff-a46f-313700bc8860 HTTP/1.1" 404 177 0.004098 10.0.0.27 - - [2026-01-19 03:10:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.036624 10.0.0.27 - - [2026-01-19 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.27 - - [2026-01-19 03:10:29] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004294 10.0.0.27 - - [2026-01-19 03:10:29] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004707 10.0.0.27 - - [2026-01-19 03:10:29] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008835 10.0.0.27 - - [2026-01-19 03:10:34] "POST /neutron/port HTTP/1.1" 200 1124 0.022975 10.0.0.27 - - [2026-01-19 03:10:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010551 10.0.0.27 - - [2026-01-19 03:10:39] "POST /neutron/port HTTP/1.1" 200 1124 0.020379 10.0.0.27 - - [2026-01-19 03:10:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009377 10.0.0.27 - - [2026-01-19 03:10:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003728 10.0.0.27 - - [2026-01-19 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.23 - - [2026-01-19 03:10:50] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001158 10.0.0.27 - - [2026-01-19 03:10:50] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.042889 10.0.0.27 - - [2026-01-19 03:10:50] "POST /service-instances HTTP/1.1" 200 547 0.035507 10.0.0.27 - - [2026-01-19 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.27 - - [2026-01-19 03:10:50] "GET /service-instance/f5a4ae23-56b0-453a-a406-b72050ebab9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008655 10.0.0.27 - - [2026-01-19 03:10:50] "POST /port-tuples HTTP/1.1" 200 590 0.043036 10.0.0.27 - - [2026-01-19 03:10:50] "GET /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008053 10.0.0.27 - - [2026-01-19 03:10:50] "PUT /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4 HTTP/1.1" 200 284 0.015205 10.0.0.27 - - [2026-01-19 03:10:50] "POST /ref-update HTTP/1.1" 200 156 0.016978 10.0.0.27 - - [2026-01-19 03:10:50] "POST /ref-update HTTP/1.1" 200 156 0.026791 10.0.0.27 - - [2026-01-19 03:10:50] "POST /ref-update HTTP/1.1" 200 156 0.038822 10.0.0.27 - - [2026-01-19 03:10:50] "POST /neutron/port HTTP/1.1" 200 1127 0.041735 10.0.0.27 - - [2026-01-19 03:10:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010676 10.0.0.27 - - [2026-01-19 03:10:51] "GET /virtual-machine/5f50553b-f39d-49f3-b26c-94149456f042 HTTP/1.1" 200 1294 0.008232 10.0.0.27 - - [2026-01-19 03:10:51] "GET /virtual-machine-interface/d35f020c-3ae7-4838-806e-c4f1d0f16aac HTTP/1.1" 200 2957 0.006500 10.0.0.27 - - [2026-01-19 03:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.27 - - [2026-01-19 03:10:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004941 10.0.0.27 - - [2026-01-19 03:10:51] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003849 10.0.0.27 - - [2026-01-19 03:10:51] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006989 10.0.0.27 - - [2026-01-19 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2026-01-19 03:10:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004569 10.0.0.27 - - [2026-01-19 03:10:52] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003349 10.0.0.27 - - [2026-01-19 03:10:52] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007485 10.0.0.27 - - [2026-01-19 03:10:52] "POST /neutron/port HTTP/1.1" 200 1126 0.021708 10.0.0.27 - - [2026-01-19 03:10:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008262 10.0.0.27 - - [2026-01-19 03:10:52] "GET /virtual-machine/d0abdfd6-96cf-404d-805a-c5e5b974b9da HTTP/1.1" 200 1294 0.006517 10.0.0.27 - - [2026-01-19 03:10:52] "GET /virtual-machine-interface/7fc613d1-b966-4111-9071-234ac531d5a0 HTTP/1.1" 200 2960 0.006403 10.0.0.27 - - [2026-01-19 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.27 - - [2026-01-19 03:10:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003676 10.0.0.27 - - [2026-01-19 03:10:52] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003265 10.0.0.27 - - [2026-01-19 03:10:52] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005844 10.0.0.27 - - [2026-01-19 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2026-01-19 03:10:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003895 10.0.0.27 - - [2026-01-19 03:10:53] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003873 10.0.0.27 - - [2026-01-19 03:10:53] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007140 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.003917 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-01-19 03:10:54] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001020 10.0.0.27 - - [2026-01-19 03:10:54] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.040320 10.0.0.27 - - [2026-01-19 03:10:54] "POST /network-policys HTTP/1.1" 200 551 0.029405 10.0.0.27 - - [2026-01-19 03:10:54] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.006704 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.27 - - [2026-01-19 03:10:54] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006514 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2026-01-19 03:10:54] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004656 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 404 240 0.006799 10.0.0.27 - - [2026-01-19 03:10:54] "POST /ref-update HTTP/1.1" 200 156 0.059637 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005373 10.0.0.27 - - [2026-01-19 03:10:54] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.006984 10.0.0.27 - - [2026-01-19 03:10:54] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008986 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.27 - - [2026-01-19 03:10:54] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004180 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2026-01-19 03:10:54] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005948 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.27 - - [2026-01-19 03:10:54] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004349 10.0.0.27 - - [2026-01-19 03:10:54] "POST /ref-update HTTP/1.1" 200 156 0.067399 10.0.0.27 - - [2026-01-19 03:10:54] "PUT /access-control-list/f6cebb65-07dc-457c-bc8e-97c87f909f1d HTTP/1.1" 200 272 0.050678 10.0.0.27 - - [2026-01-19 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007273 10.0.0.27 - - [2026-01-19 03:10:55] "POST /ref-update HTTP/1.1" 200 156 0.029864 10.0.0.27 - - [2026-01-19 03:10:55] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.021352 10.0.0.27 - - [2026-01-19 03:10:55] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.025351 10.0.0.27 - - [2026-01-19 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006839 10.0.0.27 - - [2026-01-19 03:10:55] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004626 10.0.0.27 - - [2026-01-19 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2026-01-19 03:10:55] "GET /service-template/86e06ff0-5c36-4304-b0d4-cd202c4eb83f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.005866 10.0.0.27 - - [2026-01-19 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2026-01-19 03:10:55] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.27 - - [2026-01-19 03:10:55] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045934 10.0.0.27 - - [2026-01-19 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.27 - - [2026-01-19 03:10:55] "GET /service-instance/f5a4ae23-56b0-453a-a406-b72050ebab9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.008937 10.0.0.27 - - [2026-01-19 03:10:55] "POST /neutron/port HTTP/1.1" 200 1382 0.038872 10.0.0.27 - - [2026-01-19 03:10:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007504 10.0.0.27 - - [2026-01-19 03:10:56] "POST /neutron/port HTTP/1.1" 200 1382 0.025748 10.0.0.27 - - [2026-01-19 03:10:56] "POST /neutron/network HTTP/1.1" 200 846 0.006944 10.0.0.27 - - [2026-01-19 03:10:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001160 10.0.0.27 - - [2026-01-19 03:10:56] "GET /virtual-machine/7bf7f480-940a-4428-a523-3db47fd15ad8 HTTP/1.1" 200 1294 0.004132 10.0.0.27 - - [2026-01-19 03:10:56] "GET /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4 HTTP/1.1" 200 3890 0.006222 10.0.0.27 - - [2026-01-19 03:10:56] "GET /instance-ip/4d7a51fe-8bbb-43a5-823c-b9a24387ffbb HTTP/1.1" 200 1961 0.006468 10.0.0.27 - - [2026-01-19 03:10:56] "GET /instance-ip/bc26a0da-4262-4051-b8ef-013ae0320830 HTTP/1.1" 200 1634 0.006552 10.0.0.27 - - [2026-01-19 03:10:56] "GET /instance-ip/c00d2ad7-9d80-4716-9922-93381d09b435 HTTP/1.1" 200 1965 0.004411 10.0.0.27 - - [2026-01-19 03:10:56] "POST /neutron/port HTTP/1.1" 200 1382 0.025813 10.0.0.27 - - [2026-01-19 03:10:56] "GET /virtual-machine/7bf7f480-940a-4428-a523-3db47fd15ad8 HTTP/1.1" 200 1294 0.004431 10.0.0.27 - - [2026-01-19 03:10:56] "GET /virtual-machine-interface/305a7760-c487-4eb3-a09c-5701187f25c4 HTTP/1.1" 200 3890 0.006386 10.0.0.27 - - [2026-01-19 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.27 - - [2026-01-19 03:10:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005884 10.0.0.27 - - [2026-01-19 03:10:56] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004488 10.0.0.27 - - [2026-01-19 03:10:56] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005793 10.0.0.27 - - [2026-01-19 03:10:57] "POST /neutron/port HTTP/1.1" 200 1382 0.026121 10.0.0.27 - - [2026-01-19 03:10:57] "POST /neutron/subnet HTTP/1.1" 200 689 0.011272 10.0.0.27 - - [2026-01-19 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.27 - - [2026-01-19 03:10:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004271 10.0.0.27 - - [2026-01-19 03:10:57] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003188 10.0.0.27 - - [2026-01-19 03:10:57] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006680 10.0.0.27 - - [2026-01-19 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009217 10.0.0.27 - - [2026-01-19 03:10:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004464 10.0.0.27 - - [2026-01-19 03:10:57] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004048 10.0.0.27 - - [2026-01-19 03:10:57] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006059 10.0.0.27 - - [2026-01-19 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2026-01-19 03:10:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004524 10.0.0.27 - - [2026-01-19 03:10:57] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003387 10.0.0.27 - - [2026-01-19 03:10:57] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006030 10.0.0.27 - - [2026-01-19 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.27 - - [2026-01-19 03:10:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004687 10.0.0.27 - - [2026-01-19 03:10:57] "GET /virtual-networks?parent_id=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003611 10.0.0.27 - - [2026-01-19 03:10:58] "GET /virtual-network/46f735cc-bf23-40dc-8aa5-3a4b99d34a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005764 10.0.0.27 - - [2026-01-19 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.27 - - [2026-01-19 03:10:58] "GET /routing-instance/cf90e436-27a2-49fe-aca5-05a25e4a4ccb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004283 10.0.0.27 - - [2026-01-19 03:10:58] "GET /routing-instance/cf90e436-27a2-49fe-aca5-05a25e4a4ccb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.007368 10.0.0.27 - - [2026-01-19 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2026-01-19 03:10:58] "GET /routing-instance/c199ad56-fa9e-41f7-b4d6-51e99afa186a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005062 10.0.0.27 - - [2026-01-19 03:10:58] "GET /routing-instance/c199ad56-fa9e-41f7-b4d6-51e99afa186a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.006300 10.0.0.27 - - [2026-01-19 03:11:00] "POST /neutron/port HTTP/1.1" 200 1126 0.026287 10.0.0.27 - - [2026-01-19 03:11:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009186 10.0.0.27 - - [2026-01-19 03:11:00] "POST /neutron/network HTTP/1.1" 200 924 0.007781 10.0.0.50 - - [2026-01-19 03:11:02] "GET /obj-perms HTTP/1.1" 200 5056 0.056578 10.0.0.27 - - [2026-01-19 03:11:46] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.005626 10.0.0.27 - - [2026-01-19 03:11:46] "PUT /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf HTTP/1.1" 200 262 0.015291 10.0.0.27 - - [2026-01-19 03:11:46] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004413 10.0.0.27 - - [2026-01-19 03:11:46] "PUT /access-control-list/f6cebb65-07dc-457c-bc8e-97c87f909f1d HTTP/1.1" 200 272 0.019235 10.0.0.27 - - [2026-01-19 03:11:57] "POST /neutron/port HTTP/1.1" 200 1127 0.044982 10.0.0.27 - - [2026-01-19 03:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004641 10.0.0.27 - - [2026-01-19 03:11:57] "POST /neutron/network HTTP/1.1" 200 923 0.007435 10.0.0.27 - - [2026-01-19 03:12:01] "POST /neutron/network HTTP/1.1" 200 934 0.013866 10.0.0.27 - - [2026-01-19 03:12:01] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.27 - - [2026-01-19 03:12:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007694 10.0.0.27 - - [2026-01-19 03:12:15] "POST /ref-update HTTP/1.1" 200 156 0.049717 10.0.0.27 - - [2026-01-19 03:12:15] "GET /virtual-network/fc54ea41-10af-4a08-a01a-98b25fa3a26a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008004 10.0.0.27 - - [2026-01-19 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.27 - - [2026-01-19 03:12:15] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004479 10.0.0.27 - - [2026-01-19 03:12:15] "POST /ref-update HTTP/1.1" 200 156 0.049457 10.0.0.27 - - [2026-01-19 03:12:15] "GET /virtual-network/95ee9b4f-dc94-4def-96a0-b799d40adbe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008506 10.0.0.27 - - [2026-01-19 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2026-01-19 03:12:15] "GET /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004504 10.0.0.27 - - [2026-01-19 03:12:15] "DELETE /network-policy/010e0bf3-5dac-4525-bd4f-4886d25b6ebf HTTP/1.1" 200 115 0.035504 10.0.0.27 - - [2026-01-19 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.27 - - [2026-01-19 03:12:15] "DELETE /service-instance/f5a4ae23-56b0-453a-a406-b72050ebab9a HTTP/1.1" 200 115 0.048572 10.0.0.27 - - [2026-01-19 03:12:15] "POST /ref-update HTTP/1.1" 200 156 0.045225 10.0.0.27 - - [2026-01-19 03:12:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003806 10.0.0.27 - - [2026-01-19 03:12:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003066 10.0.0.27 - - [2026-01-19 03:12:15] "DELETE /instance-ip/4d7a51fe-8bbb-43a5-823c-b9a24387ffbb HTTP/1.1" 200 115 0.063514 10.0.0.27 - - [2026-01-19 03:12:15] "POST /ref-update HTTP/1.1" 200 156 0.041027 10.0.0.27 - - [2026-01-19 03:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009308 10.0.0.27 - - [2026-01-19 03:12:15] "DELETE /service-template/86e06ff0-5c36-4304-b0d4-cd202c4eb83f HTTP/1.1" 200 115 0.080253 10.0.0.27 - - [2026-01-19 03:12:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.006871 10.0.0.27 - - [2026-01-19 03:12:15] "POST /ref-update HTTP/1.1" 200 156 0.046324 10.0.0.27 - - [2026-01-19 03:12:16] "POST /neutron/network HTTP/1.1" 200 850 0.012673 10.0.0.27 - - [2026-01-19 03:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.27 - - [2026-01-19 03:12:16] "POST /neutron/port HTTP/1.1" 200 1114 0.020327 10.0.0.27 - - [2026-01-19 03:12:16] "POST /neutron/network HTTP/1.1" 200 846 0.007416 10.0.0.27 - - [2026-01-19 03:12:16] "DELETE /route-target/0cbfcb58-0a73-4b90-9516-4555aafb0bbb HTTP/1.1" 200 115 0.034530 10.0.0.27 - - [2026-01-19 03:12:16] "POST /neutron/port HTTP/1.1" 200 151 0.273391 10.0.0.27 - - [2026-01-19 03:12:17] "POST /neutron/port HTTP/1.1" 200 151 0.331634 10.0.0.27 - - [2026-01-19 03:12:17] "POST /neutron/network HTTP/1.1" 200 832 0.009428 10.0.0.27 - - [2026-01-19 03:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.23 - - [2026-01-19 03:12:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005883 10.0.0.23 - - [2026-01-19 03:12:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005918 10.0.0.27 - - [2026-01-19 03:12:17] "POST /neutron/network HTTP/1.1" 200 151 0.136033 10.0.0.27 - - [2026-01-19 03:12:17] "DELETE /route-target/a69888b9-846e-4302-bb83-30d577dd3013 HTTP/1.1" 200 115 0.028759 10.0.0.23 - - [2026-01-19 03:12:19] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.27 - - [2026-01-19 03:12:19] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.045868 10.0.0.23 - - [2026-01-19 03:12:19] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.27 - - [2026-01-19 03:12:19] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?fields=virtual_networks HTTP/1.1" 200 1034 0.047066 10.0.0.23 - - [2026-01-19 03:12:19] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001235 10.0.0.27 - - [2026-01-19 03:12:19] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042026 10.0.0.23 - - [2026-01-19 03:12:19] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001447 10.0.0.27 - - [2026-01-19 03:12:19] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?fields=security_groups HTTP/1.1" 200 1262 0.055950 10.0.0.27 - - [2026-01-19 03:12:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.028517 10.0.0.23 - - [2026-01-19 03:12:20] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003519 10.0.0.23 - - [2026-01-19 03:12:20] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2026-01-19 03:12:20] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007522 10.0.0.23 - - [2026-01-19 03:12:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.013669 10.0.0.23 - - [2026-01-19 03:12:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.003912 10.0.0.23 - - [2026-01-19 03:12:20] "POST /security-groups HTTP/1.1" 200 592 0.076809 10.0.0.23 - - [2026-01-19 03:12:21] "POST /projects HTTP/1.1" 200 587 0.300131 10.0.0.27 - - [2026-01-19 03:12:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.004994 10.0.0.23 - - [2026-01-19 03:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.377011 10.0.0.27 - - [2026-01-19 03:12:21] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.555492 10.0.0.50 - - [2026-01-19 03:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000933 10.0.0.50 - - [2026-01-19 03:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-01-19 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2026-01-19 03:12:22] "GET / HTTP/1.1" 200 35931 0.002491 10.0.0.23 - - [2026-01-19 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000633 10.0.0.50 - - [2026-01-19 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2026-01-19 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2026-01-19 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-01-19 03:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-01-19 03:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2026-01-19 03:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2026-01-19 03:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2026-01-19 03:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2026-01-19 03:12:24] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2026-01-19 03:12:25] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.27 - - [2026-01-19 03:12:25] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.087080 10.0.0.27 - - [2026-01-19 03:12:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.006716 10.0.0.27 - - [2026-01-19 03:12:25] "POST /virtual-DNSs HTTP/1.1" 200 507 0.025290 10.0.0.27 - - [2026-01-19 03:12:25] "GET /virtual-DNS/7e67bbff-4e89-4ad1-9995-ee7cc2d36f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.007021 10.0.0.27 - - [2026-01-19 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2026-01-19 03:12:25] "GET /virtual-DNS/7e67bbff-4e89-4ad1-9995-ee7cc2d36f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004528 10.0.0.27 - - [2026-01-19 03:12:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004009 10.0.0.27 - - [2026-01-19 03:12:25] "POST /network-ipams HTTP/1.1" 200 514 0.033264 10.0.0.27 - - [2026-01-19 03:12:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004206 10.0.0.27 - - [2026-01-19 03:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2026-01-19 03:12:26] "GET /network-ipam/6a12de7d-33f0-4f54-93e2-37fe0400e497?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.006794 10.0.0.27 - - [2026-01-19 03:12:26] "PUT /network-ipam/6a12de7d-33f0-4f54-93e2-37fe0400e497 HTTP/1.1" 200 258 0.016600 10.0.0.27 - - [2026-01-19 03:12:26] "POST /ref-update HTTP/1.1" 200 156 0.016734 10.0.0.27 - - [2026-01-19 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.23 - - [2026-01-19 03:12:26] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.27 - - [2026-01-19 03:12:26] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050293 10.0.0.27 - - [2026-01-19 03:12:26] "POST /ref-update HTTP/1.1" 200 156 0.031562 10.0.0.23 - - [2026-01-19 03:12:26] "POST /useragent-kv HTTP/1.1" 200 115 0.018909 10.0.0.27 - - [2026-01-19 03:12:26] "POST /neutron/subnet HTTP/1.1" 200 711 0.291393 10.0.0.27 - - [2026-01-19 03:12:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001615 10.0.0.27 - - [2026-01-19 03:12:26] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.023083 10.0.0.27 - - [2026-01-19 03:12:26] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005316 10.0.0.27 - - [2026-01-19 03:12:27] "POST /neutron/network HTTP/1.1" 200 833 0.027346 10.0.0.27 - - [2026-01-19 03:12:27] "POST /neutron/network HTTP/1.1" 200 833 0.020764 10.0.0.27 - - [2026-01-19 03:12:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001542 10.0.0.23 - - [2026-01-19 03:12:27] "DELETE /project/a8f0638e01564ffdaffc94e43eab109e HTTP/1.1" 404 173 0.006356 10.0.0.23 - - [2026-01-19 03:12:27] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.23 - - [2026-01-19 03:12:27] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.060405 10.0.0.23 - - [2026-01-19 03:12:27] "GET /projects?obj_uuids=01ec20d4-e0bb-4920-8619-a6e42861de51&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001169 10.0.0.23 - - [2026-01-19 03:12:27] "GET /project/01ec20d4-e0bb-4920-8619-a6e42861de51?fields=security_groups HTTP/1.1" 500 230 0.042572 10.0.0.23 - - [2026-01-19 03:12:27] "DELETE /project/01ec20d4-e0bb-4920-8619-a6e42861de51 HTTP/1.1" 404 171 0.168050 10.0.0.23 - - [2026-01-19 03:12:28] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.27 - - [2026-01-19 03:12:28] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068681 10.0.0.27 - - [2026-01-19 03:12:28] "POST /neutron/port HTTP/1.1" 200 117 0.012618 10.0.0.27 - - [2026-01-19 03:12:28] "POST /neutron/network HTTP/1.1" 200 843 0.007283 10.0.0.27 - - [2026-01-19 03:12:29] "POST /neutron/port HTTP/1.1" 200 1058 0.020903 10.0.0.27 - - [2026-01-19 03:12:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.27 - - [2026-01-19 03:12:29] "POST /neutron/network HTTP/1.1" 200 833 0.008352 10.0.0.27 - - [2026-01-19 03:12:33] "POST /neutron/port HTTP/1.1" 200 1122 0.027152 10.0.0.27 - - [2026-01-19 03:12:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007452 10.0.0.27 - - [2026-01-19 03:12:33] "GET /virtual-machine/932492e2-40bf-4a53-ae8d-a5b707e49e2b HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2026-01-19 03:12:34] "GET /virtual-machine/932492e2-40bf-4a53-ae8d-a5b707e49e2b HTTP/1.1" 200 1294 0.037247 10.0.0.27 - - [2026-01-19 03:12:34] "GET /virtual-machine-interface/67b9d3a6-0817-40f9-9bcb-2c93c76982b6 HTTP/1.1" 200 2964 0.006510 10.0.0.27 - - [2026-01-19 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.27 - - [2026-01-19 03:12:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003680 10.0.0.27 - - [2026-01-19 03:12:34] "GET /virtual-networks?parent_id=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004432 10.0.0.27 - - [2026-01-19 03:12:34] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.011852 10.0.0.27 - - [2026-01-19 03:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2026-01-19 03:12:37] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005696 10.0.0.27 - - [2026-01-19 03:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2026-01-19 03:12:41] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007545 10.0.0.27 - - [2026-01-19 03:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.27 - - [2026-01-19 03:12:45] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005433 10.0.0.27 - - [2026-01-19 03:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2026-01-19 03:12:49] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006234 10.0.0.27 - - [2026-01-19 03:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006372 10.0.0.27 - - [2026-01-19 03:12:53] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006011 10.0.0.27 - - [2026-01-19 03:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2026-01-19 03:12:57] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007063 10.0.0.27 - - [2026-01-19 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2026-01-19 03:13:01] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005314 10.0.0.23 - - [2026-01-19 03:13:03] "GET /obj-perms HTTP/1.1" 200 5056 0.056833 10.0.0.27 - - [2026-01-19 03:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.27 - - [2026-01-19 03:13:05] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006798 10.0.0.27 - - [2026-01-19 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.27 - - [2026-01-19 03:13:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004454 10.0.0.27 - - [2026-01-19 03:13:07] "GET /virtual-networks?parent_id=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003013 10.0.0.27 - - [2026-01-19 03:13:08] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005795 10.0.0.27 - - [2026-01-19 03:13:13] "POST /neutron/port HTTP/1.1" 200 1122 0.018596 10.0.0.27 - - [2026-01-19 03:13:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007543 10.0.0.27 - - [2026-01-19 03:13:23] "POST /neutron/port HTTP/1.1" 200 1122 0.019219 10.0.0.27 - - [2026-01-19 03:13:51] "POST /neutron/network HTTP/1.1" 200 833 0.007296 10.0.0.27 - - [2026-01-19 03:13:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001482 10.0.0.27 - - [2026-01-19 03:13:51] "POST /neutron/network HTTP/1.1" 200 843 0.007340 10.0.0.23 - - [2026-01-19 03:13:52] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001560 10.0.0.27 - - [2026-01-19 03:13:52] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.076388 10.0.0.27 - - [2026-01-19 03:13:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008005 10.0.0.27 - - [2026-01-19 03:13:53] "POST /neutron/network HTTP/1.1" 200 843 0.008345 10.0.0.27 - - [2026-01-19 03:13:53] "POST /neutron/port HTTP/1.1" 200 1058 0.022376 10.0.0.27 - - [2026-01-19 03:13:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004420 10.0.0.27 - - [2026-01-19 03:13:53] "POST /neutron/network HTTP/1.1" 200 833 0.007027 10.0.0.27 - - [2026-01-19 03:13:57] "POST /neutron/port HTTP/1.1" 200 1122 0.019849 10.0.0.27 - - [2026-01-19 03:13:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007218 10.0.0.27 - - [2026-01-19 03:13:58] "GET /virtual-machine/2651619a-cc21-42f0-a160-e1dfd98fecda HTTP/1.1" 200 1293 0.005829 10.0.0.27 - - [2026-01-19 03:13:58] "GET /virtual-machine-interface/5bfe4a9c-1e13-4409-9ff9-3c6c11f83505 HTTP/1.1" 200 2964 0.009278 10.0.0.27 - - [2026-01-19 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2026-01-19 03:13:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004519 10.0.0.27 - - [2026-01-19 03:13:58] "GET /virtual-networks?parent_id=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003471 10.0.0.27 - - [2026-01-19 03:13:58] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008926 10.0.0.27 - - [2026-01-19 03:13:58] "POST /neutron/network HTTP/1.1" 200 843 0.007194 10.0.0.27 - - [2026-01-19 03:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.27 - - [2026-01-19 03:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2026-01-19 03:14:01] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008300 10.0.0.27 - - [2026-01-19 03:14:04] "POST /neutron/port HTTP/1.1" 200 1122 0.025723 10.0.0.27 - - [2026-01-19 03:14:04] "POST /neutron/subnet HTTP/1.1" 200 685 0.009714 10.0.0.27 - - [2026-01-19 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2026-01-19 03:14:05] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006291 10.0.0.27 - - [2026-01-19 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2026-01-19 03:14:09] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005661 10.0.0.27 - - [2026-01-19 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-01-19 03:14:13] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007332 10.0.0.27 - - [2026-01-19 03:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2026-01-19 03:14:17] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006286 10.0.0.27 - - [2026-01-19 03:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-01-19 03:14:21] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006225 10.0.0.27 - - [2026-01-19 03:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.27 - - [2026-01-19 03:14:25] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006175 10.0.0.27 - - [2026-01-19 03:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2026-01-19 03:14:29] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004179 10.0.0.27 - - [2026-01-19 03:14:29] "GET /virtual-networks?parent_id=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003591 10.0.0.27 - - [2026-01-19 03:14:30] "GET /virtual-network/d1f702f4-4923-4b39-bdab-15eb0b25fc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005714 10.0.0.27 - - [2026-01-19 03:14:30] "POST /neutron/port HTTP/1.1" 200 1122 0.020418 10.0.0.27 - - [2026-01-19 03:14:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007240 10.0.0.27 - - [2026-01-19 03:14:40] "POST /neutron/port HTTP/1.1" 200 1122 0.020421 10.0.0.27 - - [2026-01-19 03:14:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011689 10.0.0.27 - - [2026-01-19 03:14:58] "POST /neutron/network HTTP/1.1" 200 843 0.006866 10.0.0.27 - - [2026-01-19 03:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.27 - - [2026-01-19 03:15:05] "GET /obj-perms HTTP/1.1" 200 5056 0.053821 10.0.0.50 - - [2026-01-19 03:15:05] "GET /obj-perms HTTP/1.1" 200 5056 0.061131 10.0.0.27 - - [2026-01-19 03:15:05] "POST /neutron/port HTTP/1.1" 200 1122 0.050608 10.0.0.27 - - [2026-01-19 03:15:05] "POST /neutron/subnet HTTP/1.1" 200 685 0.009560 10.0.0.27 - - [2026-01-19 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2026-01-19 03:15:14] "DELETE /virtual-DNS/7e67bbff-4e89-4ad1-9995-ee7cc2d36f75 HTTP/1.1" 409 235 0.010032 10.0.0.27 - - [2026-01-19 03:15:14] "POST /fqname-to-id HTTP/1.1" 404 192 0.003708 10.0.0.27 - - [2026-01-19 03:15:15] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.032037 10.0.0.27 - - [2026-01-19 03:15:15] "GET /virtual-DNS-record/27007027-ef3c-429d-a30c-1b9afbd0deaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.007077 10.0.0.27 - - [2026-01-19 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2026-01-19 03:15:15] "GET /virtual-DNS-record/27007027-ef3c-429d-a30c-1b9afbd0deaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004841 10.0.0.27 - - [2026-01-19 03:15:21] "DELETE /virtual-DNS-record/27007027-ef3c-429d-a30c-1b9afbd0deaa HTTP/1.1" 200 115 0.034629 10.0.0.27 - - [2026-01-19 03:15:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.004239 10.0.0.27 - - [2026-01-19 03:15:21] "POST /neutron/network HTTP/1.1" 200 833 0.006548 10.0.0.27 - - [2026-01-19 03:15:22] "POST /neutron/port HTTP/1.1" 200 1112 0.014663 10.0.0.27 - - [2026-01-19 03:15:22] "POST /neutron/port HTTP/1.1" 200 1112 0.037962 10.0.0.27 - - [2026-01-19 03:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.049477 10.0.0.23 - - [2026-01-19 03:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.060594 10.0.0.23 - - [2026-01-19 03:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005584 10.0.0.27 - - [2026-01-19 03:15:24] "POST /neutron/network HTTP/1.1" 200 151 0.228252 10.0.0.27 - - [2026-01-19 03:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 03:15:24] "DELETE /network-ipam/6a12de7d-33f0-4f54-93e2-37fe0400e497 HTTP/1.1" 200 115 0.044131 10.0.0.27 - - [2026-01-19 03:15:24] "DELETE /virtual-DNS/7e67bbff-4e89-4ad1-9995-ee7cc2d36f75 HTTP/1.1" 200 115 0.055700 10.0.0.27 - - [2026-01-19 03:15:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.005840 10.0.0.23 - - [2026-01-19 03:15:25] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.27 - - [2026-01-19 03:15:25] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.085652 10.0.0.23 - - [2026-01-19 03:15:25] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.27 - - [2026-01-19 03:15:25] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?fields=virtual_networks HTTP/1.1" 200 1035 0.047027 10.0.0.23 - - [2026-01-19 03:15:25] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001191 10.0.0.27 - - [2026-01-19 03:15:26] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.051267 10.0.0.23 - - [2026-01-19 03:15:26] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001138 10.0.0.27 - - [2026-01-19 03:15:26] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?fields=security_groups HTTP/1.1" 200 1262 0.043393 10.0.0.27 - - [2026-01-19 03:15:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.027337 10.0.0.23 - - [2026-01-19 03:15:27] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003052 10.0.0.23 - - [2026-01-19 03:15:27] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001733 10.0.0.23 - - [2026-01-19 03:15:27] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040058 10.0.0.23 - - [2026-01-19 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.002746 10.0.0.23 - - [2026-01-19 03:15:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.011342 10.0.0.23 - - [2026-01-19 03:15:27] "POST /security-groups HTTP/1.1" 200 592 0.040932 10.0.0.23 - - [2026-01-19 03:15:27] "POST /projects HTTP/1.1" 200 587 0.276258 10.0.0.23 - - [2026-01-19 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.353569 10.0.0.27 - - [2026-01-19 03:15:27] "POST /access-control-lists HTTP/1.1" 200 597 0.034655 10.0.0.27 - - [2026-01-19 03:15:27] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.541315 10.0.0.27 - - [2026-01-19 03:15:27] "DELETE /access-control-list/6638f27b-6e4a-4fda-97b7-acc3996c6894 HTTP/1.1" 200 115 0.043338 10.0.0.23 - - [2026-01-19 03:15:27] "DELETE /project/dddd00bef03d4827949f4e53f11696d5 HTTP/1.1" 404 173 0.006571 10.0.0.23 - - [2026-01-19 03:15:27] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.23 - - [2026-01-19 03:15:27] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.054407 10.0.0.23 - - [2026-01-19 03:15:27] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.23 - - [2026-01-19 03:15:27] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?fields=security_groups HTTP/1.1" 404 171 0.077072 10.0.0.23 - - [2026-01-19 03:15:27] "GET /projects?obj_uuids=a8f0638e-0156-4ffd-affc-94e43eab109e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004165 10.0.0.23 - - [2026-01-19 03:15:28] "GET /project/a8f0638e-0156-4ffd-affc-94e43eab109e?fields=application_policy_sets HTTP/1.1" 404 171 0.707103 10.0.0.23 - - [2026-01-19 03:15:28] "DELETE /project/a8f0638e-0156-4ffd-affc-94e43eab109e HTTP/1.1" 404 171 0.935445 10.0.0.27 - - [2026-01-19 03:15:29] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.27 - - [2026-01-19 03:15:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.27 - - [2026-01-19 03:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.052211 10.0.0.23 - - [2026-01-19 03:15:31] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000984 10.0.0.27 - - [2026-01-19 03:15:31] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059923 10.0.0.27 - - [2026-01-19 03:15:31] "POST /ref-update HTTP/1.1" 200 156 0.036000 10.0.0.23 - - [2026-01-19 03:15:31] "POST /useragent-kv HTTP/1.1" 200 115 0.010862 10.0.0.27 - - [2026-01-19 03:15:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.291693 10.0.0.27 - - [2026-01-19 03:15:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001308 10.0.0.27 - - [2026-01-19 03:15:31] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005342 10.0.0.27 - - [2026-01-19 03:15:31] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005540 10.0.0.27 - - [2026-01-19 03:15:32] "POST /neutron/network HTTP/1.1" 200 826 0.006164 10.0.0.27 - - [2026-01-19 03:15:32] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006082 10.0.0.27 - - [2026-01-19 03:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.23 - - [2026-01-19 03:15:33] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.27 - - [2026-01-19 03:15:33] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047508 10.0.0.23 - - [2026-01-19 03:15:34] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.27 - - [2026-01-19 03:15:34] "POST /neutron/network HTTP/1.1" 200 608 0.131450 10.0.0.27 - - [2026-01-19 03:15:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.003443 10.0.0.27 - - [2026-01-19 03:15:34] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005525 10.0.0.27 - - [2026-01-19 03:15:34] "POST /neutron/network HTTP/1.1" 200 828 0.007563 10.0.0.27 - - [2026-01-19 03:15:34] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006773 10.0.0.27 - - [2026-01-19 03:15:34] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005903 10.0.0.23 - - [2026-01-19 03:15:35] "GET /obj-perms HTTP/1.1" 200 5032 0.056494 10.0.0.27 - - [2026-01-19 03:15:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001434 10.0.0.27 - - [2026-01-19 03:15:49] "POST /neutron/network HTTP/1.1" 200 838 0.006981 10.0.0.23 - - [2026-01-19 03:15:50] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.27 - - [2026-01-19 03:15:50] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079418 10.0.0.27 - - [2026-01-19 03:15:50] "POST /neutron/port HTTP/1.1" 200 117 0.006155 10.0.0.27 - - [2026-01-19 03:15:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001365 10.0.0.27 - - [2026-01-19 03:15:51] "POST /neutron/network HTTP/1.1" 200 838 0.007036 10.0.0.23 - - [2026-01-19 03:15:51] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000994 10.0.0.27 - - [2026-01-19 03:15:51] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.105283 10.0.0.27 - - [2026-01-19 03:15:52] "POST /neutron/network HTTP/1.1" 200 826 0.051952 10.0.0.27 - - [2026-01-19 03:15:52] "POST /neutron/port HTTP/1.1" 200 1126 0.052686 10.0.0.27 - - [2026-01-19 03:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012261 10.0.0.27 - - [2026-01-19 03:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001603 10.0.0.27 - - [2026-01-19 03:15:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009232 10.0.0.27 - - [2026-01-19 03:15:53] "POST /neutron/port HTTP/1.1" 200 1060 0.036424 10.0.0.27 - - [2026-01-19 03:15:53] "POST /neutron/port HTTP/1.1" 200 1124 0.045214 10.0.0.27 - - [2026-01-19 03:15:53] "POST /neutron/port HTTP/1.1" 200 117 0.003235 10.0.0.27 - - [2026-01-19 03:15:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017906 10.0.0.27 - - [2026-01-19 03:16:06] "GET /obj-perms HTTP/1.1" 200 5056 0.052065 10.0.0.27 - - [2026-01-19 03:16:07] "POST /neutron/port HTTP/1.1" 200 1126 0.024651 10.0.0.27 - - [2026-01-19 03:16:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009092 10.0.0.27 - - [2026-01-19 03:16:23] "POST /neutron/port HTTP/1.1" 200 1126 0.021929 10.0.0.27 - - [2026-01-19 03:16:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008151 10.0.0.27 - - [2026-01-19 03:16:23] "GET /virtual-machine/5e5bb451-941c-4fd5-b922-8ef78195812b HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-01-19 03:16:23] "GET /virtual-machine/5e5bb451-941c-4fd5-b922-8ef78195812b HTTP/1.1" 200 1293 0.040654 10.0.0.27 - - [2026-01-19 03:16:23] "GET /virtual-machine-interface/4db939b7-23d3-4eda-ac32-d9a1f9e2773e HTTP/1.1" 200 2949 0.008375 10.0.0.27 - - [2026-01-19 03:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.27 - - [2026-01-19 03:16:23] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006727 10.0.0.27 - - [2026-01-19 03:16:23] "GET /virtual-networks?parent_id=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004510 10.0.0.27 - - [2026-01-19 03:16:23] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006538 10.0.0.27 - - [2026-01-19 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2026-01-19 03:16:26] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005453 10.0.0.27 - - [2026-01-19 03:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.27 - - [2026-01-19 03:16:31] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006896 10.0.0.27 - - [2026-01-19 03:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2026-01-19 03:16:35] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007019 10.0.0.27 - - [2026-01-19 03:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.27 - - [2026-01-19 03:16:39] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006361 10.0.0.27 - - [2026-01-19 03:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2026-01-19 03:16:43] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005770 10.0.0.27 - - [2026-01-19 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2026-01-19 03:16:47] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006693 10.0.0.27 - - [2026-01-19 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.27 - - [2026-01-19 03:16:51] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007499 10.0.0.27 - - [2026-01-19 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2026-01-19 03:16:55] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006396 10.0.0.27 - - [2026-01-19 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2026-01-19 03:16:59] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006281 10.0.0.27 - - [2026-01-19 03:17:00] "POST /neutron/port HTTP/1.1" 200 1126 0.052648 10.0.0.27 - - [2026-01-19 03:17:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005136 10.0.0.27 - - [2026-01-19 03:17:00] "POST /neutron/network HTTP/1.1" 200 828 0.012004 10.0.0.27 - - [2026-01-19 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.27 - - [2026-01-19 03:17:03] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006908 10.0.0.27 - - [2026-01-19 03:17:06] "POST /neutron/network HTTP/1.1" 200 836 0.006639 10.0.0.27 - - [2026-01-19 03:17:06] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.50 - - [2026-01-19 03:17:06] "GET /obj-perms HTTP/1.1" 200 5056 0.055746 10.0.0.27 - - [2026-01-19 03:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-01-19 03:17:07] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006108 10.0.0.27 - - [2026-01-19 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2026-01-19 03:17:11] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006244 10.0.0.27 - - [2026-01-19 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-01-19 03:17:16] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006588 10.0.0.27 - - [2026-01-19 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2026-01-19 03:17:20] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006147 10.0.0.50 - - [2026-01-19 03:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.50 - - [2026-01-19 03:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.23 - - [2026-01-19 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-19 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000972 10.0.0.50 - - [2026-01-19 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2026-01-19 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-01-19 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.001068 10.0.0.27 - - [2026-01-19 03:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2026-01-19 03:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2026-01-19 03:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2026-01-19 03:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2026-01-19 03:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.27 - - [2026-01-19 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.27 - - [2026-01-19 03:17:24] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006999 10.0.0.27 - - [2026-01-19 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.27 - - [2026-01-19 03:17:26] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004612 10.0.0.27 - - [2026-01-19 03:17:26] "GET /virtual-networks?parent_id=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003676 10.0.0.27 - - [2026-01-19 03:17:26] "GET /virtual-network/5e2bc577-fb50-46e9-8de7-0e9b78c737d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006396 10.0.0.27 - - [2026-01-19 03:17:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007979 10.0.0.27 - - [2026-01-19 03:17:32] "POST /neutron/port HTTP/1.1" 200 1124 0.044130 10.0.0.27 - - [2026-01-19 03:17:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007046 10.0.0.27 - - [2026-01-19 03:17:42] "POST /neutron/port HTTP/1.1" 200 1126 0.019703 10.0.0.27 - - [2026-01-19 03:17:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007514 10.0.0.27 - - [2026-01-19 03:17:57] "POST /neutron/port HTTP/1.1" 200 1126 0.019692 10.0.0.27 - - [2026-01-19 03:18:00] "POST /neutron/port HTTP/1.1" 200 1126 0.029814 10.0.0.27 - - [2026-01-19 03:18:00] "POST /neutron/subnet HTTP/1.1" 200 704 0.010322 10.0.0.27 - - [2026-01-19 03:18:02] "POST /neutron/port HTTP/1.1" 200 1126 0.019497 10.0.0.27 - - [2026-01-19 03:18:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007547 10.0.0.27 - - [2026-01-19 03:18:08] "POST /neutron/network HTTP/1.1" 200 836 0.009165 10.0.0.27 - - [2026-01-19 03:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.27 - - [2026-01-19 03:18:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007559 10.0.0.27 - - [2026-01-19 03:18:18] "POST /neutron/port HTTP/1.1" 200 1124 0.019518 10.0.0.27 - - [2026-01-19 03:18:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007321 10.0.0.27 - - [2026-01-19 03:18:18] "GET /virtual-machine/72ef9e0e-1a05-4bf2-b84c-ac2735f41d94 HTTP/1.1" 200 1293 0.005684 10.0.0.27 - - [2026-01-19 03:18:18] "GET /virtual-machine-interface/23532492-4455-4844-bf5f-de5a6b29f2e7 HTTP/1.1" 200 2949 0.004951 10.0.0.27 - - [2026-01-19 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2026-01-19 03:18:18] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003608 10.0.0.27 - - [2026-01-19 03:18:18] "GET /virtual-networks?parent_id=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003086 10.0.0.27 - - [2026-01-19 03:18:18] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005520 10.0.0.27 - - [2026-01-19 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2026-01-19 03:18:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004746 10.0.0.27 - - [2026-01-19 03:18:19] "GET /virtual-networks?parent_id=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004170 10.0.0.27 - - [2026-01-19 03:18:19] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006382 10.0.0.27 - - [2026-01-19 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2026-01-19 03:18:19] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.27 - - [2026-01-19 03:18:19] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058090 10.0.0.27 - - [2026-01-19 03:18:19] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005585 10.0.0.27 - - [2026-01-19 03:18:19] "GET /floating-ip-pools?parent_id=6e11ac76-29a1-4343-8815-f236bf0d887b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004203 10.0.0.27 - - [2026-01-19 03:18:19] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008797 10.0.0.27 - - [2026-01-19 03:18:19] "POST /floating-ip-pools HTTP/1.1" 200 598 0.036428 10.0.0.27 - - [2026-01-19 03:18:20] "POST /ref-update HTTP/1.1" 200 156 0.015575 10.0.0.27 - - [2026-01-19 03:18:20] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006222 10.0.0.27 - - [2026-01-19 03:18:20] "GET /virtual-network/6e11ac76-29a1-4343-8815-f236bf0d887b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007207 10.0.0.27 - - [2026-01-19 03:18:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.096586 10.0.0.27 - - [2026-01-19 03:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2026-01-19 03:18:20] "GET /routing-instance/c9e5d9fb-7007-449f-b595-cabc350057f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005520 10.0.0.27 - - [2026-01-19 03:18:20] "GET /route-target/2e2c26e3-b9dd-472c-a5c5-77feb2dcfaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005412 10.0.0.27 - - [2026-01-19 03:18:45] "POST /neutron/floatingip HTTP/1.1" 200 577 0.026301 10.0.0.27 - - [2026-01-19 03:18:45] "POST /neutron/floatingip HTTP/1.1" 200 115 0.044770 10.0.0.27 - - [2026-01-19 03:18:45] "GET /floating-ip-pool/c191679f-a596-4449-89d9-2990a59cc20c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004490 10.0.0.27 - - [2026-01-19 03:18:45] "POST /ref-update HTTP/1.1" 200 156 0.014764 10.0.0.27 - - [2026-01-19 03:18:46] "DELETE /floating-ip-pool/c191679f-a596-4449-89d9-2990a59cc20c HTTP/1.1" 200 115 0.036631 10.0.0.27 - - [2026-01-19 03:18:46] "POST /neutron/port HTTP/1.1" 200 1124 0.021406 10.0.0.27 - - [2026-01-19 03:18:46] "POST /neutron/port HTTP/1.1" 200 1126 0.030226 10.0.0.27 - - [2026-01-19 03:18:48] "POST /neutron/network HTTP/1.1" 200 828 0.006941 10.0.0.27 - - [2026-01-19 03:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2026-01-19 03:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003101 10.0.0.23 - - [2026-01-19 03:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.27 - - [2026-01-19 03:18:48] "POST /neutron/network HTTP/1.1" 200 151 0.134055 10.0.0.27 - - [2026-01-19 03:18:48] "DELETE /route-target/2e2c26e3-b9dd-472c-a5c5-77feb2dcfaa7 HTTP/1.1" 200 115 0.027694 10.0.0.23 - - [2026-01-19 03:18:50] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.27 - - [2026-01-19 03:18:50] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043860 10.0.0.23 - - [2026-01-19 03:18:50] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001120 10.0.0.27 - - [2026-01-19 03:18:50] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?fields=virtual_networks HTTP/1.1" 200 1035 0.046637 10.0.0.23 - - [2026-01-19 03:18:50] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.27 - - [2026-01-19 03:18:50] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.045940 10.0.0.23 - - [2026-01-19 03:18:50] "GET /projects?obj_uuids=dddd00be-f03d-4827-949f-4e53f11696d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.27 - - [2026-01-19 03:18:50] "GET /project/dddd00be-f03d-4827-949f-4e53f11696d5?fields=security_groups HTTP/1.1" 200 1262 0.052342 10.0.0.27 - - [2026-01-19 03:18:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.027354 10.0.0.23 - - [2026-01-19 03:18:51] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003363 10.0.0.23 - - [2026-01-19 03:18:51] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.23 - - [2026-01-19 03:18:51] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007670 10.0.0.23 - - [2026-01-19 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.004193 10.0.0.23 - - [2026-01-19 03:18:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.011826 10.0.0.23 - - [2026-01-19 03:18:51] "POST /security-groups HTTP/1.1" 200 591 0.038059 10.0.0.23 - - [2026-01-19 03:18:51] "POST /projects HTTP/1.1" 200 585 0.259352 10.0.0.27 - - [2026-01-19 03:18:51] "POST /fqname-to-id HTTP/1.1" 404 233 0.009553 10.0.0.23 - - [2026-01-19 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.331235 10.0.0.27 - - [2026-01-19 03:18:51] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.481203 10.0.0.27 - - [2026-01-19 03:18:52] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.27 - - [2026-01-19 03:18:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-01-19 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.065896 10.0.0.23 - - [2026-01-19 03:18:54] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001552 10.0.0.27 - - [2026-01-19 03:18:54] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045714 10.0.0.27 - - [2026-01-19 03:18:55] "POST /ref-update HTTP/1.1" 200 156 0.029468 10.0.0.23 - - [2026-01-19 03:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.010019 10.0.0.27 - - [2026-01-19 03:18:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.243021 10.0.0.27 - - [2026-01-19 03:18:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001716 10.0.0.27 - - [2026-01-19 03:18:55] "GET /virtual-network/57f05da1-00c3-4826-aa17-644c19f308cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005752 10.0.0.27 - - [2026-01-19 03:18:55] "GET /virtual-network/57f05da1-00c3-4826-aa17-644c19f308cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007319 10.0.0.27 - - [2026-01-19 03:18:55] "POST /neutron/network HTTP/1.1" 200 839 0.007652 10.0.0.27 - - [2026-01-19 03:18:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001308 10.0.0.27 - - [2026-01-19 03:18:55] "POST /neutron/network HTTP/1.1" 200 849 0.007196 10.0.0.23 - - [2026-01-19 03:18:56] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.27 - - [2026-01-19 03:18:56] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072503 10.0.0.27 - - [2026-01-19 03:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.006013 10.0.0.27 - - [2026-01-19 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005795 10.0.0.27 - - [2026-01-19 03:18:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010084 10.0.0.27 - - [2026-01-19 03:18:56] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.017581 10.0.0.23 - - [2026-01-19 03:18:57] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.27 - - [2026-01-19 03:18:57] "POST /neutron/port HTTP/1.1" 200 1055 0.301812 10.0.0.27 - - [2026-01-19 03:18:57] "POST /neutron/port HTTP/1.1" 200 1109 0.113588 10.0.0.27 - - [2026-01-19 03:18:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.009555 10.0.0.27 - - [2026-01-19 03:19:00] "POST /neutron/port HTTP/1.1" 200 1119 0.022528 10.0.0.27 - - [2026-01-19 03:19:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004330 10.0.0.27 - - [2026-01-19 03:19:00] "POST /neutron/network HTTP/1.1" 200 839 0.007345 10.0.0.27 - - [2026-01-19 03:19:02] "POST /neutron/port HTTP/1.1" 200 1119 0.019789 10.0.0.27 - - [2026-01-19 03:19:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008988 10.0.0.27 - - [2026-01-19 03:19:02] "GET /virtual-machine/f39a0ba2-e730-4800-a6b2-6215371d211b HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2026-01-19 03:19:02] "GET /virtual-machine/f39a0ba2-e730-4800-a6b2-6215371d211b HTTP/1.1" 200 1293 0.035361 10.0.0.27 - - [2026-01-19 03:19:02] "GET /virtual-machine-interface/d5d03e6d-9b76-4326-bf4b-75884b0fca3e HTTP/1.1" 200 2972 0.005742 10.0.0.27 - - [2026-01-19 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2026-01-19 03:19:02] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005187 10.0.0.27 - - [2026-01-19 03:19:02] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004250 10.0.0.27 - - [2026-01-19 03:19:02] "GET /virtual-network/57f05da1-00c3-4826-aa17-644c19f308cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006510 10.0.0.27 - - [2026-01-19 03:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2026-01-19 03:19:05] "GET /virtual-network/57f05da1-00c3-4826-aa17-644c19f308cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005250 10.0.0.27 - - [2026-01-19 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.27 - - [2026-01-19 03:19:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.010947 10.0.0.27 - - [2026-01-19 03:19:08] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004866 10.0.0.27 - - [2026-01-19 03:19:08] "GET /virtual-network/57f05da1-00c3-4826-aa17-644c19f308cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007366 10.0.0.23 - - [2026-01-19 03:19:08] "GET /obj-perms HTTP/1.1" 200 5056 0.059977 10.0.0.27 - - [2026-01-19 03:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2026-01-19 03:19:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005261 10.0.0.27 - - [2026-01-19 03:19:10] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.013155 10.0.0.27 - - [2026-01-19 03:19:10] "POST /neutron/network HTTP/1.1" 200 839 0.007940 10.0.0.27 - - [2026-01-19 03:19:10] "POST /neutron/port HTTP/1.1" 200 1109 0.016166 10.0.0.23 - - [2026-01-19 03:19:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005570 10.0.0.23 - - [2026-01-19 03:19:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.27 - - [2026-01-19 03:19:12] "POST /neutron/network HTTP/1.1" 200 151 0.131457 10.0.0.27 - - [2026-01-19 03:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.23 - - [2026-01-19 03:19:15] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.27 - - [2026-01-19 03:19:15] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.033806 10.0.0.27 - - [2026-01-19 03:19:15] "POST /route-targets HTTP/1.1" 200 327 0.014159 10.0.0.23 - - [2026-01-19 03:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.008086 10.0.0.27 - - [2026-01-19 03:19:16] "POST /neutron/subnet HTTP/1.1" 200 715 0.227252 10.0.0.27 - - [2026-01-19 03:19:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001499 10.0.0.27 - - [2026-01-19 03:19:16] "GET /virtual-network/0fb7351d-9fbd-45c6-85a2-16490a33eba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005143 10.0.0.27 - - [2026-01-19 03:19:16] "GET /virtual-network/0fb7351d-9fbd-45c6-85a2-16490a33eba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007345 10.0.0.27 - - [2026-01-19 03:19:16] "POST /neutron/network HTTP/1.1" 200 822 0.007545 10.0.0.27 - - [2026-01-19 03:19:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001697 10.0.0.23 - - [2026-01-19 03:19:16] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002826 10.0.0.27 - - [2026-01-19 03:19:17] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.083182 10.0.0.27 - - [2026-01-19 03:19:17] "POST /neutron/network HTTP/1.1" 200 822 0.010224 10.0.0.27 - - [2026-01-19 03:19:17] "POST /neutron/port HTTP/1.1" 200 117 0.006860 10.0.0.27 - - [2026-01-19 03:19:17] "POST /neutron/port HTTP/1.1" 200 1058 0.016562 10.0.0.27 - - [2026-01-19 03:19:18] "POST /neutron/port HTTP/1.1" 200 1122 0.022487 10.0.0.27 - - [2026-01-19 03:19:18] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.27 - - [2026-01-19 03:19:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008718 10.0.0.27 - - [2026-01-19 03:19:22] "POST /neutron/port HTTP/1.1" 200 1122 0.018766 10.0.0.27 - - [2026-01-19 03:19:22] "GET /virtual-machine/ea3f8ced-689a-4169-9c23-2698e196535f HTTP/1.1" 200 1293 0.007538 10.0.0.27 - - [2026-01-19 03:19:22] "GET /virtual-machine-interface/e2d86cf2-baf4-4c57-8c66-71400cc63938 HTTP/1.1" 200 2942 0.007684 10.0.0.27 - - [2026-01-19 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2026-01-19 03:19:22] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004570 10.0.0.27 - - [2026-01-19 03:19:22] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004416 10.0.0.27 - - [2026-01-19 03:19:22] "GET /virtual-network/0fb7351d-9fbd-45c6-85a2-16490a33eba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006558 10.0.0.27 - - [2026-01-19 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.27 - - [2026-01-19 03:19:25] "GET /virtual-network/0fb7351d-9fbd-45c6-85a2-16490a33eba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006465 10.0.0.27 - - [2026-01-19 03:19:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007368 10.0.0.27 - - [2026-01-19 03:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006506 10.0.0.27 - - [2026-01-19 03:19:27] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006066 10.0.0.27 - - [2026-01-19 03:19:27] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004333 10.0.0.27 - - [2026-01-19 03:19:27] "GET /virtual-network/0fb7351d-9fbd-45c6-85a2-16490a33eba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006670 10.0.0.27 - - [2026-01-19 03:19:28] "DELETE /access-control-list/18538612-4c57-48e7-8c48-2b534b252525 HTTP/1.1" 200 115 0.050578 10.0.0.23 - - [2026-01-19 03:19:28] "DELETE /project/bec8cec203934967a16c66efa05a66f0 HTTP/1.1" 404 173 0.006665 10.0.0.23 - - [2026-01-19 03:19:28] "DELETE /project/dddd00be-f03d-4827-949f-4e53f11696d5 HTTP/1.1" 404 177 0.005349 10.0.0.27 - - [2026-01-19 03:19:30] "POST /neutron/port HTTP/1.1" 200 1122 0.017176 10.0.0.27 - - [2026-01-19 03:19:31] "POST /neutron/network HTTP/1.1" 200 822 0.010287 10.0.0.27 - - [2026-01-19 03:19:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004104 10.0.0.27 - - [2026-01-19 03:19:34] "POST /network-ipams HTTP/1.1" 200 541 0.032184 10.0.0.27 - - [2026-01-19 03:19:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003436 10.0.0.27 - - [2026-01-19 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2026-01-19 03:19:34] "GET /network-ipam/7fe9314d-5fc0-407c-adfc-4a8d410a8f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.008623 10.0.0.27 - - [2026-01-19 03:19:34] "PUT /network-ipam/7fe9314d-5fc0-407c-adfc-4a8d410a8f03 HTTP/1.1" 200 258 0.017138 10.0.0.27 - - [2026-01-19 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2026-01-19 03:19:34] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.27 - - [2026-01-19 03:19:34] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.064603 10.0.0.23 - - [2026-01-19 03:19:34] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.27 - - [2026-01-19 03:19:35] "POST /neutron/network HTTP/1.1" 200 605 0.159899 10.0.0.27 - - [2026-01-19 03:19:35] "POST /route-targets HTTP/1.1" 200 327 0.023839 10.0.0.27 - - [2026-01-19 03:19:35] "POST /neutron/network HTTP/1.1" 200 994 0.012877 10.0.0.27 - - [2026-01-19 03:19:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001626 10.0.0.27 - - [2026-01-19 03:19:35] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009549 10.0.0.27 - - [2026-01-19 03:19:35] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006026 10.0.0.27 - - [2026-01-19 03:19:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.011721 10.0.0.27 - - [2026-01-19 03:19:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.009254 10.0.0.23 - - [2026-01-19 03:19:36] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001951 10.0.0.27 - - [2026-01-19 03:19:36] "POST /neutron/port HTTP/1.1" 200 1017 0.257353 10.0.0.27 - - [2026-01-19 03:19:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001233 10.0.0.27 - - [2026-01-19 03:19:36] "POST /neutron/network HTTP/1.1" 200 994 0.012984 10.0.0.27 - - [2026-01-19 03:19:36] "POST /neutron/port HTTP/1.1" 200 117 0.007488 10.0.0.27 - - [2026-01-19 03:19:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.002863 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/port HTTP/1.1" 200 1017 0.015030 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/port HTTP/1.1" 200 1017 0.014353 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/network HTTP/1.1" 200 1004 0.009832 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/port HTTP/1.1" 200 1017 0.012922 10.0.0.27 - - [2026-01-19 03:19:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001280 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/port HTTP/1.1" 200 1119 0.023921 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003995 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/network HTTP/1.1" 200 994 0.009089 10.0.0.27 - - [2026-01-19 03:19:37] "POST /neutron/network HTTP/1.1" 200 1004 0.007737 10.0.0.27 - - [2026-01-19 03:19:38] "POST /neutron/port HTTP/1.1" 200 1109 0.139403 10.0.0.27 - - [2026-01-19 03:19:38] "POST /neutron/subnet HTTP/1.1" 200 673 0.012549 10.0.0.23 - - [2026-01-19 03:19:38] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.27 - - [2026-01-19 03:19:38] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.093155 10.0.0.27 - - [2026-01-19 03:19:38] "POST /neutron/network HTTP/1.1" 200 994 0.010962 10.0.0.27 - - [2026-01-19 03:19:38] "POST /neutron/port HTTP/1.1" 200 117 0.007508 10.0.0.27 - - [2026-01-19 03:19:39] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005849 10.0.0.27 - - [2026-01-19 03:19:39] "POST /neutron/port HTTP/1.1" 200 1055 0.021060 10.0.0.27 - - [2026-01-19 03:19:39] "POST /neutron/port HTTP/1.1" 200 1119 0.021860 10.0.0.27 - - [2026-01-19 03:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.27 - - [2026-01-19 03:19:39] "GET /obj-perms HTTP/1.1" 200 5030 0.058527 10.0.0.27 - - [2026-01-19 03:19:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008470 10.0.0.27 - - [2026-01-19 03:19:40] "POST /neutron/port HTTP/1.1" 200 1119 0.022029 10.0.0.27 - - [2026-01-19 03:19:40] "GET /virtual-machine/cc07318f-65f2-4160-98f2-eaaf65c04eb5 HTTP/1.1" 200 1289 0.010453 10.0.0.27 - - [2026-01-19 03:19:41] "GET /virtual-machine-interface/48d914fd-d6cb-4513-a5e0-62fd8922cfe0 HTTP/1.1" 200 2941 0.009619 10.0.0.27 - - [2026-01-19 03:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2026-01-19 03:19:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003943 10.0.0.27 - - [2026-01-19 03:19:41] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003604 10.0.0.27 - - [2026-01-19 03:19:41] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006615 10.0.0.27 - - [2026-01-19 03:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.27 - - [2026-01-19 03:19:44] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005463 10.0.0.27 - - [2026-01-19 03:19:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007235 10.0.0.27 - - [2026-01-19 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2026-01-19 03:19:48] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005798 10.0.0.27 - - [2026-01-19 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2026-01-19 03:19:50] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004161 10.0.0.27 - - [2026-01-19 03:19:50] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003052 10.0.0.27 - - [2026-01-19 03:19:50] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005810 10.0.0.27 - - [2026-01-19 03:19:50] "POST /neutron/port HTTP/1.1" 200 1119 0.021366 10.0.0.27 - - [2026-01-19 03:19:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009035 10.0.0.27 - - [2026-01-19 03:19:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008124 10.0.0.27 - - [2026-01-19 03:19:50] "GET /virtual-machine/0dcc8f35-771d-4ba8-ab97-af1932f58067 HTTP/1.1" 200 1287 0.006111 10.0.0.27 - - [2026-01-19 03:19:50] "GET /virtual-machine-interface/aa1f01bd-2c49-45de-a951-057350a70d0c HTTP/1.1" 200 2942 0.005818 10.0.0.27 - - [2026-01-19 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008066 10.0.0.27 - - [2026-01-19 03:19:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004936 10.0.0.27 - - [2026-01-19 03:19:51] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004199 10.0.0.27 - - [2026-01-19 03:19:51] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006884 10.0.0.27 - - [2026-01-19 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.27 - - [2026-01-19 03:19:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003966 10.0.0.27 - - [2026-01-19 03:19:52] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003240 10.0.0.27 - - [2026-01-19 03:19:52] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006756 10.0.0.27 - - [2026-01-19 03:19:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007226 10.0.0.27 - - [2026-01-19 03:19:52] "POST /neutron/port HTTP/1.1" 200 1119 0.018092 10.0.0.27 - - [2026-01-19 03:19:52] "GET /virtual-machine/d161e5e4-5dc5-4c83-aaec-931dcafe8c59 HTTP/1.1" 200 1293 0.006411 10.0.0.27 - - [2026-01-19 03:19:52] "GET /virtual-machine-interface/1ad43154-fb0c-4a50-8828-bb1de509768d HTTP/1.1" 200 2940 0.005514 10.0.0.27 - - [2026-01-19 03:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-01-19 03:19:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003819 10.0.0.27 - - [2026-01-19 03:19:52] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002809 10.0.0.27 - - [2026-01-19 03:19:52] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007547 10.0.0.27 - - [2026-01-19 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2026-01-19 03:19:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004505 10.0.0.27 - - [2026-01-19 03:19:53] "GET /virtual-networks?parent_id=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004095 10.0.0.27 - - [2026-01-19 03:19:53] "GET /virtual-network/df8bc363-7daa-40ff-b782-770b29c711f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006109 10.0.0.27 - - [2026-01-19 03:20:00] "POST /neutron/port HTTP/1.1" 200 1119 0.032396 10.0.0.27 - - [2026-01-19 03:20:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.015090 10.0.0.50 - - [2026-01-19 03:20:09] "GET /obj-perms HTTP/1.1" 200 5056 0.054982 10.0.0.27 - - [2026-01-19 03:20:09] "POST /neutron/port HTTP/1.1" 200 1109 0.018096 10.0.0.27 - - [2026-01-19 03:20:09] "POST /neutron/port HTTP/1.1" 200 1109 0.023830 10.0.0.27 - - [2026-01-19 03:20:10] "POST /neutron/port HTTP/1.1" 200 1119 0.048669 10.0.0.27 - - [2026-01-19 03:20:10] "POST /neutron/network HTTP/1.1" 200 994 0.019409 10.0.0.23 - - [2026-01-19 03:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003617 10.0.0.23 - - [2026-01-19 03:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003444 10.0.0.23 - - [2026-01-19 03:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.23 - - [2026-01-19 03:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004778 10.0.0.27 - - [2026-01-19 03:20:12] "POST /neutron/network HTTP/1.1" 200 151 0.177655 10.0.0.27 - - [2026-01-19 03:20:12] "DELETE /route-target/f19b4562-7337-4a4b-b774-4688f0fc399d HTTP/1.1" 200 115 0.037388 10.0.0.27 - - [2026-01-19 03:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2026-01-19 03:20:12] "DELETE /network-ipam/7fe9314d-5fc0-407c-adfc-4a8d410a8f03 HTTP/1.1" 200 115 0.036843 10.0.0.27 - - [2026-01-19 03:20:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.005131 10.0.0.23 - - [2026-01-19 03:20:14] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001701 10.0.0.27 - - [2026-01-19 03:20:14] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051387 10.0.0.23 - - [2026-01-19 03:20:14] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.27 - - [2026-01-19 03:20:14] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?fields=virtual_networks HTTP/1.1" 200 1033 0.058996 10.0.0.23 - - [2026-01-19 03:20:14] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.27 - - [2026-01-19 03:20:14] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043698 10.0.0.23 - - [2026-01-19 03:20:14] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001433 10.0.0.27 - - [2026-01-19 03:20:14] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?fields=security_groups HTTP/1.1" 200 1259 0.040399 10.0.0.27 - - [2026-01-19 03:20:15] "POST /neutron/port HTTP/1.1" 400 205 0.004293 10.0.0.27 - - [2026-01-19 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.028429 10.0.0.23 - - [2026-01-19 03:20:15] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003479 10.0.0.23 - - [2026-01-19 03:20:15] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.23 - - [2026-01-19 03:20:15] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009104 10.0.0.23 - - [2026-01-19 03:20:15] "POST /id-to-fqname HTTP/1.1" 200 198 0.002502 10.0.0.23 - - [2026-01-19 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.008229 10.0.0.23 - - [2026-01-19 03:20:15] "POST /security-groups HTTP/1.1" 200 599 0.078468 10.0.0.23 - - [2026-01-19 03:20:15] "POST /projects HTTP/1.1" 200 601 0.288990 10.0.0.27 - - [2026-01-19 03:20:15] "POST /fqname-to-id HTTP/1.1" 404 241 0.004601 10.0.0.23 - - [2026-01-19 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.364211 10.0.0.27 - - [2026-01-19 03:20:15] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.517921 10.0.0.27 - - [2026-01-19 03:20:16] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.27 - - [2026-01-19 03:20:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000557 10.0.0.27 - - [2026-01-19 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.056606 10.0.0.23 - - [2026-01-19 03:20:19] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001619 10.0.0.27 - - [2026-01-19 03:20:19] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050073 10.0.0.23 - - [2026-01-19 03:20:19] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.27 - - [2026-01-19 03:20:19] "POST /neutron/network HTTP/1.1" 200 613 0.159189 10.0.0.27 - - [2026-01-19 03:20:19] "POST /ref-update HTTP/1.1" 200 156 0.034741 10.0.0.27 - - [2026-01-19 03:20:20] "POST /neutron/network HTTP/1.1" 200 1006 0.013488 10.0.0.27 - - [2026-01-19 03:20:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001382 10.0.0.27 - - [2026-01-19 03:20:20] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006108 10.0.0.27 - - [2026-01-19 03:20:20] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005535 10.0.0.27 - - [2026-01-19 03:20:20] "POST /neutron/subnet HTTP/1.1" 200 828 0.009916 10.0.0.27 - - [2026-01-19 03:20:20] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005938 10.0.0.23 - - [2026-01-19 03:20:22] "GET /obj-perms HTTP/1.1" 200 5046 0.056813 10.0.0.27 - - [2026-01-19 03:20:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001522 10.0.0.23 - - [2026-01-19 03:20:23] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001812 10.0.0.27 - - [2026-01-19 03:20:23] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081420 10.0.0.27 - - [2026-01-19 03:20:23] "POST /neutron/network HTTP/1.1" 200 1006 0.010639 10.0.0.27 - - [2026-01-19 03:20:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001301 10.0.0.27 - - [2026-01-19 03:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.006910 10.0.0.23 - - [2026-01-19 03:20:23] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001504 10.0.0.27 - - [2026-01-19 03:20:24] "POST /neutron/port HTTP/1.1" 200 1175 0.383678 10.0.0.27 - - [2026-01-19 03:20:24] "POST /neutron/port HTTP/1.1" 200 1229 0.141383 10.0.0.23 - - [2026-01-19 03:20:24] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030885 10.0.0.27 - - [2026-01-19 03:20:24] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.107040 10.0.0.27 - - [2026-01-19 03:20:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004757 10.0.0.27 - - [2026-01-19 03:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.27 - - [2026-01-19 03:20:24] "POST /neutron/port HTTP/1.1" 200 1239 0.026518 10.0.0.27 - - [2026-01-19 03:20:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001934 10.0.0.27 - - [2026-01-19 03:20:24] "POST /neutron/port HTTP/1.1" 200 1239 0.028672 10.0.0.27 - - [2026-01-19 03:20:25] "POST /neutron/network HTTP/1.1" 200 1016 0.009094 10.0.0.27 - - [2026-01-19 03:20:25] "POST /neutron/port HTTP/1.1" 200 1175 0.063876 10.0.0.27 - - [2026-01-19 03:20:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003985 10.0.0.27 - - [2026-01-19 03:20:25] "POST /neutron/port HTTP/1.1" 200 117 0.001871 10.0.0.23 - - [2026-01-19 03:20:26] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.27 - - [2026-01-19 03:20:26] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075182 10.0.0.27 - - [2026-01-19 03:20:26] "POST /neutron/network HTTP/1.1" 200 1006 0.009780 10.0.0.27 - - [2026-01-19 03:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.006949 10.0.0.27 - - [2026-01-19 03:20:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001400 10.0.0.27 - - [2026-01-19 03:20:26] "POST /neutron/network HTTP/1.1" 200 1016 0.010536 10.0.0.27 - - [2026-01-19 03:20:27] "POST /neutron/port HTTP/1.1" 200 1175 0.029954 10.0.0.27 - - [2026-01-19 03:20:27] "POST /neutron/port HTTP/1.1" 200 1239 0.025238 10.0.0.27 - - [2026-01-19 03:20:27] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019826 10.0.0.23 - - [2026-01-19 03:20:27] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.27 - - [2026-01-19 03:20:27] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.111250 10.0.0.27 - - [2026-01-19 03:20:27] "POST /neutron/network HTTP/1.1" 200 1006 0.024687 10.0.0.27 - - [2026-01-19 03:20:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009473 10.0.0.27 - - [2026-01-19 03:20:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011178 10.0.0.27 - - [2026-01-19 03:20:28] "POST /neutron/port HTTP/1.1" 200 1239 0.023879 10.0.0.27 - - [2026-01-19 03:20:28] "GET /virtual-machine/1d34a68e-a83b-4642-9e2d-692039bc4cbc HTTP/1.1" 401 292 0.000588 10.0.0.23 - - [2026-01-19 03:20:28] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.27 - - [2026-01-19 03:20:28] "POST /neutron/port HTTP/1.1" 200 1175 0.343069 10.0.0.27 - - [2026-01-19 03:20:28] "GET /virtual-machine/1d34a68e-a83b-4642-9e2d-692039bc4cbc HTTP/1.1" 200 1300 0.098072 10.0.0.27 - - [2026-01-19 03:20:28] "GET /virtual-machine-interface/f7cc49ff-61ee-4bd2-b780-5083c742011c HTTP/1.1" 200 3176 0.006538 10.0.0.27 - - [2026-01-19 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006623 10.0.0.27 - - [2026-01-19 03:20:28] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004681 10.0.0.27 - - [2026-01-19 03:20:28] "POST /neutron/port HTTP/1.1" 200 1229 0.151357 10.0.0.27 - - [2026-01-19 03:20:28] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.007943 10.0.0.27 - - [2026-01-19 03:20:28] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009454 10.0.0.27 - - [2026-01-19 03:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009083 10.0.0.23 - - [2026-01-19 03:20:29] "DELETE /project/3afbd84d91a54fd79189d712cb87e457 HTTP/1.1" 404 173 0.086128 10.0.0.23 - - [2026-01-19 03:20:29] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000929 10.0.0.27 - - [2026-01-19 03:20:29] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.23 - - [2026-01-19 03:20:29] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.063985 10.0.0.23 - - [2026-01-19 03:20:29] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004879 10.0.0.23 - - [2026-01-19 03:20:29] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?fields=security_groups HTTP/1.1" 404 171 0.055803 10.0.0.23 - - [2026-01-19 03:20:29] "GET /projects?obj_uuids=bec8cec2-0393-4967-a16c-66efa05a66f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022767 10.0.0.23 - - [2026-01-19 03:20:29] "GET /project/bec8cec2-0393-4967-a16c-66efa05a66f0?fields=application_policy_sets HTTP/1.1" 404 171 0.431392 10.0.0.23 - - [2026-01-19 03:20:29] "DELETE /project/bec8cec2-0393-4967-a16c-66efa05a66f0 HTTP/1.1" 404 171 0.799173 10.0.0.27 - - [2026-01-19 03:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.27 - - [2026-01-19 03:20:31] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005861 10.0.0.27 - - [2026-01-19 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2026-01-19 03:20:36] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005873 10.0.0.27 - - [2026-01-19 03:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2026-01-19 03:20:40] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005482 10.0.0.27 - - [2026-01-19 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-01-19 03:20:44] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005987 10.0.0.27 - - [2026-01-19 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2026-01-19 03:20:48] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006552 10.0.0.27 - - [2026-01-19 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.27 - - [2026-01-19 03:20:52] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006054 10.0.0.27 - - [2026-01-19 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2026-01-19 03:20:56] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005503 10.0.0.27 - - [2026-01-19 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.27 - - [2026-01-19 03:21:00] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007668 10.0.0.27 - - [2026-01-19 03:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005682 10.0.0.27 - - [2026-01-19 03:21:04] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.016227 10.0.0.27 - - [2026-01-19 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.27 - - [2026-01-19 03:21:08] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005737 10.0.0.27 - - [2026-01-19 03:21:10] "POST /neutron/port HTTP/1.1" 200 1239 0.017656 10.0.0.27 - - [2026-01-19 03:21:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004317 10.0.0.27 - - [2026-01-19 03:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.27 - - [2026-01-19 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.27 - - [2026-01-19 03:21:12] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006054 10.0.0.27 - - [2026-01-19 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2026-01-19 03:21:17] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005836 10.0.0.27 - - [2026-01-19 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.27 - - [2026-01-19 03:21:21] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008703 10.0.0.27 - - [2026-01-19 03:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.27 - - [2026-01-19 03:21:25] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005875 10.0.0.27 - - [2026-01-19 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.27 - - [2026-01-19 03:21:29] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005928 10.0.0.27 - - [2026-01-19 03:21:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008468 10.0.0.27 - - [2026-01-19 03:21:33] "POST /neutron/port HTTP/1.1" 200 1239 0.020245 10.0.0.27 - - [2026-01-19 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2026-01-19 03:21:33] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005744 10.0.0.27 - - [2026-01-19 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.27 - - [2026-01-19 03:21:37] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007178 10.0.0.27 - - [2026-01-19 03:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.27 - - [2026-01-19 03:21:39] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004012 10.0.0.27 - - [2026-01-19 03:21:39] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003492 10.0.0.27 - - [2026-01-19 03:21:39] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006787 10.0.0.27 - - [2026-01-19 03:21:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008833 10.0.0.27 - - [2026-01-19 03:21:50] "POST /neutron/port HTTP/1.1" 200 1239 0.018631 10.0.0.27 - - [2026-01-19 03:21:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008486 10.0.0.27 - - [2026-01-19 03:22:02] "POST /neutron/port HTTP/1.1" 200 1239 0.050180 10.0.0.27 - - [2026-01-19 03:22:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004663 10.0.0.27 - - [2026-01-19 03:22:02] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.27 - - [2026-01-19 03:22:05] "POST /neutron/port HTTP/1.1" 200 1239 0.017865 10.0.0.27 - - [2026-01-19 03:22:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007273 10.0.0.27 - - [2026-01-19 03:22:10] "POST /neutron/network HTTP/1.1" 200 1016 0.008033 10.0.0.27 - - [2026-01-19 03:22:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006530 10.0.0.27 - - [2026-01-19 03:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.27 - - [2026-01-19 03:22:10] "GET /obj-perms HTTP/1.1" 200 5056 0.070868 10.0.0.27 - - [2026-01-19 03:22:15] "POST /neutron/port HTTP/1.1" 200 1239 0.020943 10.0.0.27 - - [2026-01-19 03:22:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008129 10.0.0.27 - - [2026-01-19 03:22:21] "POST /neutron/port HTTP/1.1" 200 1239 0.017374 10.0.0.27 - - [2026-01-19 03:22:21] "GET /virtual-machine/38e9704b-87d4-4c23-8895-0c7248341ad7 HTTP/1.1" 200 1299 0.006641 10.0.0.27 - - [2026-01-19 03:22:21] "GET /virtual-machine-interface/d39ccd07-43da-43df-bff7-e202444bb39d HTTP/1.1" 200 3176 0.005620 10.0.0.27 - - [2026-01-19 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-01-19 03:22:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003739 10.0.0.27 - - [2026-01-19 03:22:21] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005776 10.0.0.50 - - [2026-01-19 03:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2026-01-19 03:22:21] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005502 10.0.0.50 - - [2026-01-19 03:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.23 - - [2026-01-19 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.23 - - [2026-01-19 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2026-01-19 03:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.27 - - [2026-01-19 03:22:22] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004281 10.0.0.27 - - [2026-01-19 03:22:22] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003703 10.0.0.27 - - [2026-01-19 03:22:22] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006654 10.0.0.50 - - [2026-01-19 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2026-01-19 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2026-01-19 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000309 10.0.0.27 - - [2026-01-19 03:22:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007951 10.0.0.27 - - [2026-01-19 03:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2026-01-19 03:22:23] "POST /neutron/port HTTP/1.1" 200 1239 0.023932 10.0.0.27 - - [2026-01-19 03:22:23] "GET /virtual-machine/212d65f6-61cb-4432-83ec-f95cd2f4fdd9 HTTP/1.1" 200 1299 0.007080 10.0.0.27 - - [2026-01-19 03:22:23] "GET /virtual-machine-interface/9b9ffdc8-2337-4dbc-90a8-57efaab175fa HTTP/1.1" 200 3176 0.006009 10.0.0.27 - - [2026-01-19 03:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2026-01-19 03:22:23] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004361 10.0.0.27 - - [2026-01-19 03:22:23] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003518 10.0.0.27 - - [2026-01-19 03:22:23] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007499 10.0.0.23 - - [2026-01-19 03:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2026-01-19 03:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2026-01-19 03:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.27 - - [2026-01-19 03:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2026-01-19 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.27 - - [2026-01-19 03:22:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010106 10.0.0.27 - - [2026-01-19 03:22:24] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004263 10.0.0.27 - - [2026-01-19 03:22:24] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007236 10.0.0.23 - - [2026-01-19 03:22:39] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.27 - - [2026-01-19 03:22:39] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065213 10.0.0.27 - - [2026-01-19 03:22:39] "POST /fqname-to-id HTTP/1.1" 404 226 0.004153 10.0.0.27 - - [2026-01-19 03:22:39] "POST /interface-route-tables HTTP/1.1" 200 575 0.039710 10.0.0.27 - - [2026-01-19 03:22:39] "GET /interface-route-table/976a2b36-4372-4e44-b889-552468db6190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006532 10.0.0.27 - - [2026-01-19 03:22:40] "GET /virtual-machine-interface/f7cc49ff-61ee-4bd2-b780-5083c742011c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007384 10.0.0.27 - - [2026-01-19 03:22:40] "POST /ref-update HTTP/1.1" 200 156 0.017474 10.0.0.27 - - [2026-01-19 03:23:03] "POST /neutron/port HTTP/1.1" 200 1239 0.022872 10.0.0.27 - - [2026-01-19 03:23:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004108 10.0.0.27 - - [2026-01-19 03:23:03] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.27 - - [2026-01-19 03:23:10] "POST /neutron/port HTTP/1.1" 200 1239 0.024017 10.0.0.27 - - [2026-01-19 03:23:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004425 10.0.0.27 - - [2026-01-19 03:23:10] "POST /neutron/port HTTP/1.1" 200 117 0.001994 10.0.0.50 - - [2026-01-19 03:23:11] "GET /obj-perms HTTP/1.1" 200 5056 0.055426 10.0.0.23 - - [2026-01-19 03:23:17] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.27 - - [2026-01-19 03:23:17] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.037509 10.0.0.27 - - [2026-01-19 03:23:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.005245 10.0.0.27 - - [2026-01-19 03:23:17] "POST /interface-route-tables HTTP/1.1" 200 575 0.028708 10.0.0.27 - - [2026-01-19 03:23:18] "GET /interface-route-table/fa2bce48-fedf-4c3f-9231-a8ff6aa0f8f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006784 10.0.0.27 - - [2026-01-19 03:23:18] "GET /virtual-machine-interface/d39ccd07-43da-43df-bff7-e202444bb39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007735 10.0.0.27 - - [2026-01-19 03:23:18] "POST /ref-update HTTP/1.1" 200 156 0.014799 10.0.0.27 - - [2026-01-19 03:23:19] "GET /virtual-machine-interface/9b9ffdc8-2337-4dbc-90a8-57efaab175fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007240 10.0.0.27 - - [2026-01-19 03:23:19] "PUT /virtual-machine-interface/9b9ffdc8-2337-4dbc-90a8-57efaab175fa HTTP/1.1" 200 284 0.017957 10.0.0.27 - - [2026-01-19 03:23:19] "GET /virtual-machine-interface/f7cc49ff-61ee-4bd2-b780-5083c742011c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.005914 10.0.0.27 - - [2026-01-19 03:23:19] "PUT /virtual-machine-interface/f7cc49ff-61ee-4bd2-b780-5083c742011c HTTP/1.1" 200 284 0.023422 10.0.0.27 - - [2026-01-19 03:23:19] "GET /virtual-machine-interface/d39ccd07-43da-43df-bff7-e202444bb39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.012163 10.0.0.27 - - [2026-01-19 03:23:19] "PUT /virtual-machine-interface/d39ccd07-43da-43df-bff7-e202444bb39d HTTP/1.1" 200 284 0.018378 10.0.0.27 - - [2026-01-19 03:24:05] "POST /neutron/port HTTP/1.1" 200 1239 0.023233 10.0.0.27 - - [2026-01-19 03:24:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004836 10.0.0.27 - - [2026-01-19 03:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.27 - - [2026-01-19 03:24:11] "POST /neutron/port HTTP/1.1" 200 1239 0.022790 10.0.0.27 - - [2026-01-19 03:24:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004409 10.0.0.27 - - [2026-01-19 03:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.001919 10.0.0.27 - - [2026-01-19 03:24:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008364 10.0.0.27 - - [2026-01-19 03:24:19] "POST /neutron/port HTTP/1.1" 200 1239 0.023249 10.0.0.27 - - [2026-01-19 03:24:19] "GET /virtual-machine/6b5a21f0-e716-4448-ac8c-d248ca61c9c9 HTTP/1.1" 200 1300 0.006493 10.0.0.27 - - [2026-01-19 03:24:19] "GET /virtual-machine-interface/1cb2b120-ee1a-4862-ad98-044d1949751d HTTP/1.1" 200 3175 0.005693 10.0.0.27 - - [2026-01-19 03:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2026-01-19 03:24:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003888 10.0.0.27 - - [2026-01-19 03:24:19] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003049 10.0.0.27 - - [2026-01-19 03:24:19] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005975 10.0.0.27 - - [2026-01-19 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2026-01-19 03:24:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004468 10.0.0.27 - - [2026-01-19 03:24:20] "GET /virtual-networks?parent_id=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003067 10.0.0.27 - - [2026-01-19 03:24:20] "GET /virtual-network/0bc120bd-830d-47c4-a466-a9857d25abfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006652 10.0.0.27 - - [2026-01-19 03:24:20] "GET /virtual-machine-interface/1cb2b120-ee1a-4862-ad98-044d1949751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005793 10.0.0.27 - - [2026-01-19 03:24:20] "PUT /virtual-machine-interface/1cb2b120-ee1a-4862-ad98-044d1949751d HTTP/1.1" 200 284 0.014895 10.0.0.23 - - [2026-01-19 03:25:01] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001579 10.0.0.27 - - [2026-01-19 03:25:01] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065421 10.0.0.27 - - [2026-01-19 03:25:01] "POST /fqname-to-id HTTP/1.1" 404 226 0.005187 10.0.0.27 - - [2026-01-19 03:25:01] "POST /interface-route-tables HTTP/1.1" 200 575 0.031979 10.0.0.27 - - [2026-01-19 03:25:01] "GET /interface-route-table/d0d01f6b-d72f-4fe4-946f-481d8848e152?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007895 10.0.0.27 - - [2026-01-19 03:25:01] "GET /virtual-machine-interface/1cb2b120-ee1a-4862-ad98-044d1949751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007456 10.0.0.27 - - [2026-01-19 03:25:01] "POST /ref-update HTTP/1.1" 200 156 0.018790 10.0.0.27 - - [2026-01-19 03:25:02] "GET /virtual-machine-interface/f7cc49ff-61ee-4bd2-b780-5083c742011c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.008485 10.0.0.27 - - [2026-01-19 03:25:03] "POST /ref-update HTTP/1.1" 200 156 0.019248 10.0.0.27 - - [2026-01-19 03:25:03] "DELETE /interface-route-table/976a2b36-4372-4e44-b889-552468db6190 HTTP/1.1" 200 115 0.040905 10.0.0.27 - - [2026-01-19 03:25:03] "POST /neutron/port HTTP/1.1" 200 1229 0.024339 10.0.0.27 - - [2026-01-19 03:25:06] "POST /neutron/port HTTP/1.1" 200 1239 0.021185 10.0.0.27 - - [2026-01-19 03:25:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003949 10.0.0.27 - - [2026-01-19 03:25:06] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.27 - - [2026-01-19 03:25:11] "POST /neutron/port HTTP/1.1" 200 1239 0.021698 10.0.0.27 - - [2026-01-19 03:25:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004088 10.0.0.27 - - [2026-01-19 03:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.23 - - [2026-01-19 03:25:12] "GET /obj-perms HTTP/1.1" 200 5056 0.054171 10.0.0.27 - - [2026-01-19 03:25:25] "GET /virtual-machine-interface/1cb2b120-ee1a-4862-ad98-044d1949751d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.029915 10.0.0.27 - - [2026-01-19 03:25:25] "POST /ref-update HTTP/1.1" 200 156 0.018421 10.0.0.27 - - [2026-01-19 03:25:25] "DELETE /interface-route-table/d0d01f6b-d72f-4fe4-946f-481d8848e152 HTTP/1.1" 200 115 0.035345 10.0.0.27 - - [2026-01-19 03:25:25] "GET /virtual-machine-interface/d39ccd07-43da-43df-bff7-e202444bb39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007202 10.0.0.27 - - [2026-01-19 03:25:25] "POST /ref-update HTTP/1.1" 200 156 0.017846 10.0.0.27 - - [2026-01-19 03:25:25] "DELETE /interface-route-table/fa2bce48-fedf-4c3f-9231-a8ff6aa0f8f0 HTTP/1.1" 200 115 0.037455 10.0.0.27 - - [2026-01-19 03:25:26] "POST /neutron/network HTTP/1.1" 400 204 0.047213 10.0.0.27 - - [2026-01-19 03:25:26] "POST /neutron/port HTTP/1.1" 200 151 0.265001 10.0.0.27 - - [2026-01-19 03:25:26] "POST /neutron/port HTTP/1.1" 200 151 0.352640 10.0.0.27 - - [2026-01-19 03:25:26] "POST /neutron/port HTTP/1.1" 200 151 0.335499 10.0.0.27 - - [2026-01-19 03:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.058490 10.0.0.23 - - [2026-01-19 03:25:29] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.051228 10.0.0.27 - - [2026-01-19 03:25:30] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.197758 10.0.0.23 - - [2026-01-19 03:25:30] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.27 - - [2026-01-19 03:25:30] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?fields=virtual_networks HTTP/1.1" 200 1048 0.056789 10.0.0.23 - - [2026-01-19 03:25:30] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.27 - - [2026-01-19 03:25:30] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.049173 10.0.0.23 - - [2026-01-19 03:25:30] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001527 10.0.0.27 - - [2026-01-19 03:25:30] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?fields=security_groups HTTP/1.1" 200 1282 0.046411 10.0.0.27 - - [2026-01-19 03:25:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.346060 10.0.0.23 - - [2026-01-19 03:25:31] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003661 10.0.0.23 - - [2026-01-19 03:25:31] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.23 - - [2026-01-19 03:25:31] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051027 10.0.0.23 - - [2026-01-19 03:25:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.008058 10.0.0.23 - - [2026-01-19 03:25:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.008323 10.0.0.23 - - [2026-01-19 03:25:31] "POST /security-groups HTTP/1.1" 200 586 0.085174 10.0.0.23 - - [2026-01-19 03:25:31] "POST /projects HTTP/1.1" 200 575 0.310399 10.0.0.23 - - [2026-01-19 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.349205 10.0.0.27 - - [2026-01-19 03:25:31] "POST /access-control-lists HTTP/1.1" 200 591 0.030834 10.0.0.27 - - [2026-01-19 03:25:32] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.582325 10.0.0.27 - - [2026-01-19 03:25:33] "GET / HTTP/1.1" 200 35931 0.004061 10.0.0.23 - - [2026-01-19 03:25:36] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.27 - - [2026-01-19 03:25:36] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.048476 10.0.0.23 - - [2026-01-19 03:25:36] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001543 10.0.0.27 - - [2026-01-19 03:25:36] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?fields=virtual_networks HTTP/1.1" 200 1022 0.074633 10.0.0.23 - - [2026-01-19 03:25:36] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002177 10.0.0.27 - - [2026-01-19 03:25:36] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.056058 10.0.0.23 - - [2026-01-19 03:25:36] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.27 - - [2026-01-19 03:25:36] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?fields=security_groups HTTP/1.1" 200 1243 0.066463 10.0.0.27 - - [2026-01-19 03:25:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.030112 10.0.0.23 - - [2026-01-19 03:25:37] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003483 10.0.0.23 - - [2026-01-19 03:25:37] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002006 10.0.0.23 - - [2026-01-19 03:25:37] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008652 10.0.0.23 - - [2026-01-19 03:25:37] "POST /id-to-fqname HTTP/1.1" 200 195 0.001290 10.0.0.23 - - [2026-01-19 03:25:37] "POST /fqname-to-id HTTP/1.1" 404 204 0.005421 10.0.0.23 - - [2026-01-19 03:25:37] "POST /security-groups HTTP/1.1" 200 596 0.033500 10.0.0.27 - - [2026-01-19 03:25:37] "POST /fqname-to-id HTTP/1.1" 404 239 0.004482 10.0.0.23 - - [2026-01-19 03:25:37] "POST /projects HTTP/1.1" 200 595 0.246276 10.0.0.23 - - [2026-01-19 03:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.283013 10.0.0.27 - - [2026-01-19 03:25:37] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.444303 10.0.0.27 - - [2026-01-19 03:25:37] "POST /access-control-lists HTTP/1.1" 200 599 0.035662 10.0.0.27 - - [2026-01-19 03:25:38] "GET / HTTP/1.1" 200 35931 0.001936 10.0.0.23 - - [2026-01-19 03:25:42] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001349 10.0.0.27 - - [2026-01-19 03:25:42] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050545 10.0.0.23 - - [2026-01-19 03:25:42] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000980 10.0.0.27 - - [2026-01-19 03:25:42] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?fields=virtual_networks HTTP/1.1" 200 1042 0.048882 10.0.0.23 - - [2026-01-19 03:25:42] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002040 10.0.0.27 - - [2026-01-19 03:25:42] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.050716 10.0.0.23 - - [2026-01-19 03:25:42] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001176 10.0.0.27 - - [2026-01-19 03:25:42] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?fields=security_groups HTTP/1.1" 200 1273 0.049186 10.0.0.27 - - [2026-01-19 03:25:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.057519 10.0.0.23 - - [2026-01-19 03:25:43] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003550 10.0.0.23 - - [2026-01-19 03:25:43] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.23 - - [2026-01-19 03:25:43] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007533 10.0.0.23 - - [2026-01-19 03:25:43] "POST /id-to-fqname HTTP/1.1" 200 201 0.001142 10.0.0.23 - - [2026-01-19 03:25:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.011029 10.0.0.23 - - [2026-01-19 03:25:43] "POST /security-groups HTTP/1.1" 200 602 0.080522 10.0.0.23 - - [2026-01-19 03:25:43] "POST /projects HTTP/1.1" 200 607 0.301493 10.0.0.27 - - [2026-01-19 03:25:43] "POST /fqname-to-id HTTP/1.1" 404 244 0.008397 10.0.0.23 - - [2026-01-19 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.373702 10.0.0.27 - - [2026-01-19 03:25:43] "GET /project/5c47ab32-2034-469e-9010-454750302813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.513898 10.0.0.27 - - [2026-01-19 03:25:44] "GET / HTTP/1.1" 200 35931 0.002635 10.0.0.23 - - [2026-01-19 03:25:47] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001111 10.0.0.27 - - [2026-01-19 03:25:47] "GET /project/5c47ab32-2034-469e-9010-454750302813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.053600 10.0.0.23 - - [2026-01-19 03:25:47] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000872 10.0.0.27 - - [2026-01-19 03:25:47] "GET /project/5c47ab32-2034-469e-9010-454750302813?fields=virtual_networks HTTP/1.1" 200 1054 0.043121 10.0.0.23 - - [2026-01-19 03:25:47] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002559 10.0.0.27 - - [2026-01-19 03:25:47] "GET /project/5c47ab32-2034-469e-9010-454750302813?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.043945 10.0.0.23 - - [2026-01-19 03:25:48] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001295 10.0.0.27 - - [2026-01-19 03:25:48] "GET /project/5c47ab32-2034-469e-9010-454750302813?fields=security_groups HTTP/1.1" 200 1291 0.048606 10.0.0.27 - - [2026-01-19 03:25:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.027184 10.0.0.23 - - [2026-01-19 03:25:49] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004331 10.0.0.23 - - [2026-01-19 03:25:49] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.23 - - [2026-01-19 03:25:49] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007430 10.0.0.23 - - [2026-01-19 03:25:49] "POST /id-to-fqname HTTP/1.1" 200 187 0.003867 10.0.0.23 - - [2026-01-19 03:25:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.010021 10.0.0.23 - - [2026-01-19 03:25:49] "POST /security-groups HTTP/1.1" 200 588 0.078226 10.0.0.23 - - [2026-01-19 03:25:49] "POST /projects HTTP/1.1" 200 579 0.295117 10.0.0.27 - - [2026-01-19 03:25:49] "POST /access-control-lists HTTP/1.1" 200 593 0.030417 10.0.0.23 - - [2026-01-19 03:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.366873 10.0.0.27 - - [2026-01-19 03:25:49] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.516152 10.0.0.27 - - [2026-01-19 03:25:50] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.23 - - [2026-01-19 03:25:53] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001563 10.0.0.27 - - [2026-01-19 03:25:53] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.041913 10.0.0.23 - - [2026-01-19 03:25:53] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001412 10.0.0.27 - - [2026-01-19 03:25:53] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?fields=virtual_networks HTTP/1.1" 200 1026 0.053116 10.0.0.23 - - [2026-01-19 03:25:53] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001277 10.0.0.27 - - [2026-01-19 03:25:53] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.043339 10.0.0.23 - - [2026-01-19 03:25:53] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001137 10.0.0.27 - - [2026-01-19 03:25:53] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?fields=security_groups HTTP/1.1" 200 1249 0.047402 10.0.0.27 - - [2026-01-19 03:25:54] "POST /fqname-to-id HTTP/1.1" 404 182 0.028206 10.0.0.23 - - [2026-01-19 03:25:54] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003723 10.0.0.23 - - [2026-01-19 03:25:54] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.23 - - [2026-01-19 03:25:54] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008988 10.0.0.23 - - [2026-01-19 03:25:55] "POST /id-to-fqname HTTP/1.1" 200 184 0.001988 10.0.0.23 - - [2026-01-19 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.005267 10.0.0.23 - - [2026-01-19 03:25:55] "POST /security-groups HTTP/1.1" 200 585 0.076836 10.0.0.27 - - [2026-01-19 03:25:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.005833 10.0.0.23 - - [2026-01-19 03:25:55] "POST /projects HTTP/1.1" 200 573 0.310956 10.0.0.23 - - [2026-01-19 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.385976 10.0.0.27 - - [2026-01-19 03:25:55] "POST /access-control-lists HTTP/1.1" 200 588 0.035708 10.0.0.27 - - [2026-01-19 03:25:55] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.540923 10.0.0.27 - - [2026-01-19 03:25:56] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.23 - - [2026-01-19 03:25:59] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001323 10.0.0.27 - - [2026-01-19 03:25:59] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.052058 10.0.0.23 - - [2026-01-19 03:25:59] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.004367 10.0.0.27 - - [2026-01-19 03:25:59] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?fields=virtual_networks HTTP/1.1" 200 1020 0.069167 10.0.0.23 - - [2026-01-19 03:25:59] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001280 10.0.0.27 - - [2026-01-19 03:25:59] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.080933 10.0.0.23 - - [2026-01-19 03:25:59] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001140 10.0.0.27 - - [2026-01-19 03:25:59] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?fields=security_groups HTTP/1.1" 200 1240 0.043766 10.0.0.27 - - [2026-01-19 03:26:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.026711 10.0.0.23 - - [2026-01-19 03:26:01] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002949 10.0.0.23 - - [2026-01-19 03:26:01] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.23 - - [2026-01-19 03:26:01] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010126 10.0.0.23 - - [2026-01-19 03:26:01] "POST /id-to-fqname HTTP/1.1" 200 188 0.006190 10.0.0.23 - - [2026-01-19 03:26:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.014950 10.0.0.23 - - [2026-01-19 03:26:01] "POST /security-groups HTTP/1.1" 200 589 0.085855 10.0.0.23 - - [2026-01-19 03:26:01] "POST /projects HTTP/1.1" 200 581 0.356830 10.0.0.27 - - [2026-01-19 03:26:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.009561 10.0.0.23 - - [2026-01-19 03:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.435376 10.0.0.27 - - [2026-01-19 03:26:01] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.612589 10.0.0.27 - - [2026-01-19 03:26:02] "GET / HTTP/1.1" 200 35931 0.002257 10.0.0.23 - - [2026-01-19 03:26:05] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.27 - - [2026-01-19 03:26:05] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043488 10.0.0.23 - - [2026-01-19 03:26:05] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001312 10.0.0.27 - - [2026-01-19 03:26:05] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?fields=virtual_networks HTTP/1.1" 200 1027 0.053768 10.0.0.23 - - [2026-01-19 03:26:05] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001331 10.0.0.27 - - [2026-01-19 03:26:05] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.051212 10.0.0.23 - - [2026-01-19 03:26:05] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001058 10.0.0.27 - - [2026-01-19 03:26:05] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?fields=security_groups HTTP/1.1" 200 1251 0.051409 10.0.0.27 - - [2026-01-19 03:26:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.028734 10.0.0.23 - - [2026-01-19 03:26:06] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004227 10.0.0.23 - - [2026-01-19 03:26:06] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.23 - - [2026-01-19 03:26:06] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008137 10.0.0.23 - - [2026-01-19 03:26:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.007329 10.0.0.23 - - [2026-01-19 03:26:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.004087 10.0.0.23 - - [2026-01-19 03:26:07] "POST /security-groups HTTP/1.1" 200 589 0.033985 10.0.0.23 - - [2026-01-19 03:26:07] "POST /projects HTTP/1.1" 200 581 0.237879 10.0.0.27 - - [2026-01-19 03:26:07] "POST /access-control-lists HTTP/1.1" 200 594 0.030540 10.0.0.23 - - [2026-01-19 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.311211 10.0.0.27 - - [2026-01-19 03:26:07] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.461707 10.0.0.27 - - [2026-01-19 03:26:08] "GET / HTTP/1.1" 200 35931 0.001551 10.0.0.27 - - [2026-01-19 03:26:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2026-01-19 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.055245 10.0.0.23 - - [2026-01-19 03:26:10] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.27 - - [2026-01-19 03:26:10] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.038052 10.0.0.27 - - [2026-01-19 03:26:10] "POST /neutron/network HTTP/1.1" 200 117 0.035863 10.0.0.27 - - [2026-01-19 03:26:10] "POST /route-targets HTTP/1.1" 200 327 0.016794 10.0.0.27 - - [2026-01-19 03:26:11] "POST /neutron/network HTTP/1.1" 200 822 0.008997 10.0.0.27 - - [2026-01-19 03:26:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001188 10.0.0.27 - - [2026-01-19 03:26:11] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007023 10.0.0.27 - - [2026-01-19 03:26:11] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006584 10.0.0.27 - - [2026-01-19 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.27 - - [2026-01-19 03:26:11] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.011107 10.0.0.27 - - [2026-01-19 03:26:11] "PUT /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f HTTP/1.1" 200 264 0.077825 10.0.0.27 - - [2026-01-19 03:26:11] "POST /ref-update HTTP/1.1" 200 156 0.024078 10.0.0.27 - - [2026-01-19 03:26:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.013040 10.0.0.27 - - [2026-01-19 03:26:12] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005497 10.0.0.27 - - [2026-01-19 03:26:12] "GET /obj-perms HTTP/1.1" 200 5026 0.056601 10.0.0.50 - - [2026-01-19 03:26:13] "GET /obj-perms HTTP/1.1" 200 5056 0.076473 10.0.0.27 - - [2026-01-19 03:26:13] "POST /id-to-fqname HTTP/1.1" 200 218 0.001509 10.0.0.27 - - [2026-01-19 03:26:13] "POST /neutron/network HTTP/1.1" 200 832 0.007882 10.0.0.23 - - [2026-01-19 03:26:14] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.27 - - [2026-01-19 03:26:14] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.074966 10.0.0.27 - - [2026-01-19 03:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.007636 10.0.0.23 - - [2026-01-19 03:26:15] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.27 - - [2026-01-19 03:26:15] "POST /neutron/port HTTP/1.1" 200 1058 0.286868 10.0.0.27 - - [2026-01-19 03:26:15] "POST /neutron/port HTTP/1.1" 200 1112 0.120533 10.0.0.27 - - [2026-01-19 03:26:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.009787 10.0.0.27 - - [2026-01-19 03:26:20] "POST /neutron/port HTTP/1.1" 200 1122 0.019201 10.0.0.27 - - [2026-01-19 03:26:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009367 10.0.0.27 - - [2026-01-19 03:26:20] "GET /virtual-machine/5c5f4f7d-3c71-402b-b455-9347ffa915d2 HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-01-19 03:26:20] "GET /virtual-machine/5c5f4f7d-3c71-402b-b455-9347ffa915d2 HTTP/1.1" 200 1290 0.033588 10.0.0.27 - - [2026-01-19 03:26:20] "GET /virtual-machine-interface/ce7350c5-9cb8-4fd9-869a-bffc8ed236ec HTTP/1.1" 200 2931 0.006952 10.0.0.27 - - [2026-01-19 03:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.27 - - [2026-01-19 03:26:20] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004534 10.0.0.27 - - [2026-01-19 03:26:20] "GET /virtual-networks?parent_id=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003399 10.0.0.27 - - [2026-01-19 03:26:20] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008003 10.0.0.27 - - [2026-01-19 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2026-01-19 03:26:23] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006852 10.0.0.27 - - [2026-01-19 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.27 - - [2026-01-19 03:26:27] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006148 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/5c47ab322034469e9010454750302813 HTTP/1.1" 404 173 0.037877 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/5b595a82e5744d6f82d95e287bacc3c1 HTTP/1.1" 404 173 0.062911 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/30cd22ea69a042bbbcbbe9061c5c7836 HTTP/1.1" 404 173 0.071179 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/f2db896705b94e90a71305f7e6ef267c HTTP/1.1" 404 173 0.051807 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001865 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=3afbd84d-91a5-4fd7-9189-d712cb87e457&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001568 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000851 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003730 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001572 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001298 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/2336e9a4b5d54927a33eb36e309919bf HTTP/1.1" 404 173 0.040446 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/479fe2c6cc6f41d2aaf85656d0e4d3f7 HTTP/1.1" 404 173 0.071592 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/cdfc030b63974b46852851a2c9756f3f HTTP/1.1" 404 173 0.075018 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001353 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.382486 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.391531 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.409191 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.435266 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/5c47ab32-2034-469e-9010-454750302813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.438479 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/3afbd84d-91a5-4fd7-9189-d712cb87e457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.443216 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.407278 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /project/3afbd84d-91a5-4fd7-9189-d712cb87e457 HTTP/1.1" 404 171 0.528606 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001450 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004092 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000921 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000838 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000844 10.0.0.23 - - [2026-01-19 03:26:30] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003991 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?fields=security_groups HTTP/1.1" 200 1354 0.171556 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?fields=security_groups HTTP/1.1" 200 1348 0.174717 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?fields=security_groups HTTP/1.1" 200 1356 0.220485 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/5c47ab32-2034-469e-9010-454750302813?fields=security_groups HTTP/1.1" 200 1396 0.244164 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?fields=security_groups HTTP/1.1" 200 1345 0.224168 10.0.0.23 - - [2026-01-19 03:26:30] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?fields=security_groups HTTP/1.1" 200 1378 0.285543 10.0.0.23 - - [2026-01-19 03:26:30] "DELETE /security-group/a4772454-4d53-46ac-9755-dca73b371304 HTTP/1.1" 200 115 0.213614 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /security-group/e733177b-426b-4e71-8800-ffd18f540bfd HTTP/1.1" 200 115 0.178714 10.0.0.23 - - [2026-01-19 03:26:31] "GET /projects?obj_uuids=479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001163 10.0.0.23 - - [2026-01-19 03:26:31] "GET /projects?obj_uuids=5b595a82-e574-4d6f-82d9-5e287bacc3c1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /security-group/5f215029-9317-47b9-a16d-6ebce445184b HTTP/1.1" 200 115 0.197194 10.0.0.23 - - [2026-01-19 03:26:31] "GET /projects?obj_uuids=30cd22ea-69a0-42bb-bcbb-e9061c5c7836&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001850 10.0.0.27 - - [2026-01-19 03:26:31] "DELETE /access-control-list/9f7a5721-e797-4186-aaab-2b6ad8c3f49d HTTP/1.1" 200 115 0.139516 10.0.0.23 - - [2026-01-19 03:26:31] "GET /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7?fields=application_policy_sets HTTP/1.1" 200 1393 0.112758 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /security-group/d1e481af-3e9f-4b7d-ad14-3e84b84a0798 HTTP/1.1" 200 115 0.230361 10.0.0.23 - - [2026-01-19 03:26:31] "GET /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1?fields=application_policy_sets HTTP/1.1" 200 1395 0.129156 10.0.0.23 - - [2026-01-19 03:26:31] "GET /projects?obj_uuids=5c47ab32-2034-469e-9010-454750302813&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.009279 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /security-group/1e1b91c3-abbd-4377-98d0-e29ddfa06521 HTTP/1.1" 200 115 0.248275 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /security-group/4d767712-5dab-4e45-b034-3db1f94acc47 HTTP/1.1" 200 115 0.242872 10.0.0.23 - - [2026-01-19 03:26:31] "GET /projects?obj_uuids=cdfc030b-6397-4b46-8528-51a2c9756f3f&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000928 10.0.0.23 - - [2026-01-19 03:26:31] "GET /projects?obj_uuids=2336e9a4-b5d5-4927-a33e-b36e309919bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002810 10.0.0.23 - - [2026-01-19 03:26:31] "GET /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836?fields=application_policy_sets HTTP/1.1" 200 1387 0.197705 10.0.0.23 - - [2026-01-19 03:26:31] "GET /project/2336e9a4-b5d5-4927-a33e-b36e309919bf?fields=application_policy_sets HTTP/1.1" 200 1417 0.156484 10.0.0.23 - - [2026-01-19 03:26:31] "GET /project/5c47ab32-2034-469e-9010-454750302813?fields=application_policy_sets HTTP/1.1" 200 1435 0.235378 10.0.0.27 - - [2026-01-19 03:26:31] "DELETE /access-control-list/20f48806-09b6-4e6a-9284-cf1bf977d96d HTTP/1.1" 200 115 0.171971 10.0.0.23 - - [2026-01-19 03:26:31] "GET /project/cdfc030b-6397-4b46-8528-51a2c9756f3f?fields=application_policy_sets HTTP/1.1" 200 1384 0.234593 10.0.0.27 - - [2026-01-19 03:26:31] "DELETE /access-control-list/5952912c-6b2c-4d37-889d-0552bc76c1a6 HTTP/1.1" 200 115 0.185426 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /project/479fe2c6-cc6f-41d2-aaf8-5656d0e4d3f7 HTTP/1.1" 200 115 1.696526 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /project/30cd22ea-69a0-42bb-bcbb-e9061c5c7836 HTTP/1.1" 200 115 1.748764 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /project/5b595a82-e574-4d6f-82d9-5e287bacc3c1 HTTP/1.1" 200 115 1.788049 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /project/2336e9a4-b5d5-4927-a33e-b36e309919bf HTTP/1.1" 200 115 1.797054 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /project/cdfc030b-6397-4b46-8528-51a2c9756f3f HTTP/1.1" 200 115 1.745563 10.0.0.27 - - [2026-01-19 03:26:31] "DELETE /access-control-list/f264911c-f5a8-4500-9849-a27289d416d0 HTTP/1.1" 200 115 0.079295 10.0.0.23 - - [2026-01-19 03:26:31] "DELETE /project/5c47ab32-2034-469e-9010-454750302813 HTTP/1.1" 200 115 1.842804 10.0.0.27 - - [2026-01-19 03:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-01-19 03:26:32] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005822 10.0.0.27 - - [2026-01-19 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.27 - - [2026-01-19 03:26:36] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006447 10.0.0.27 - - [2026-01-19 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2026-01-19 03:26:40] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006184 10.0.0.27 - - [2026-01-19 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2026-01-19 03:26:44] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005608 10.0.0.27 - - [2026-01-19 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.27 - - [2026-01-19 03:26:48] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005272 10.0.0.27 - - [2026-01-19 03:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.27 - - [2026-01-19 03:26:52] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006729 10.0.0.27 - - [2026-01-19 03:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2026-01-19 03:26:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003920 10.0.0.27 - - [2026-01-19 03:26:54] "GET /virtual-networks?parent_id=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003225 10.0.0.27 - - [2026-01-19 03:26:54] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005825 10.0.0.27 - - [2026-01-19 03:26:54] "POST /neutron/port HTTP/1.1" 200 1122 0.019422 10.0.0.27 - - [2026-01-19 03:26:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007828 10.0.0.27 - - [2026-01-19 03:27:05] "POST /neutron/port HTTP/1.1" 200 1122 0.018979 10.0.0.27 - - [2026-01-19 03:27:09] "POST /neutron/port HTTP/1.1" 200 1122 0.053172 10.0.0.27 - - [2026-01-19 03:27:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.010767 10.0.0.27 - - [2026-01-19 03:27:10] "POST /neutron/port HTTP/1.1" 200 1122 0.023570 10.0.0.27 - - [2026-01-19 03:27:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008413 10.0.0.27 - - [2026-01-19 03:27:15] "POST /neutron/port HTTP/1.1" 200 1122 0.021871 10.0.0.27 - - [2026-01-19 03:27:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007709 10.0.0.27 - - [2026-01-19 03:27:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001375 10.0.0.27 - - [2026-01-19 03:27:15] "GET /virtual-machine/5c5f4f7d-3c71-402b-b455-9347ffa915d2 HTTP/1.1" 200 1290 0.004117 10.0.0.27 - - [2026-01-19 03:27:15] "GET /virtual-machine-interface/ce7350c5-9cb8-4fd9-869a-bffc8ed236ec HTTP/1.1" 200 2931 0.007717 10.0.0.27 - - [2026-01-19 03:27:15] "GET /instance-ip/14077cd5-3635-44ef-8885-25ed2a9d31c4 HTTP/1.1" 200 1615 0.007486 10.0.0.27 - - [2026-01-19 03:27:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.003744 10.0.0.27 - - [2026-01-19 03:27:15] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007146 10.0.0.23 - - [2026-01-19 03:27:15] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.27 - - [2026-01-19 03:27:15] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040090 10.0.0.27 - - [2026-01-19 03:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-01-19 03:27:16] "GET /security-group/f08b26b7-1044-4f49-89ce-dcbf42709c7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.006822 10.0.0.27 - - [2026-01-19 03:27:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.081438 10.0.0.27 - - [2026-01-19 03:27:16] "POST /instance-ips HTTP/1.1" 200 357 0.038185 10.0.0.27 - - [2026-01-19 03:27:16] "GET /instance-ip/5b5997ca-0653-444d-a6d6-dcf913d57aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.006953 10.0.0.27 - - [2026-01-19 03:27:16] "GET /virtual-machine-interface/83eaa7d9-b986-4e3d-bf84-1fa1537c4413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006566 10.0.0.27 - - [2026-01-19 03:27:16] "GET /virtual-machine-interface/83eaa7d9-b986-4e3d-bf84-1fa1537c4413?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007632 10.0.0.27 - - [2026-01-19 03:27:16] "GET /instance-ip/5b5997ca-0653-444d-a6d6-dcf913d57aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005004 10.0.0.27 - - [2026-01-19 03:27:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001492 10.0.0.27 - - [2026-01-19 03:27:16] "POST /neutron/port HTTP/1.1" 200 1122 0.018524 10.0.0.27 - - [2026-01-19 03:27:16] "POST /neutron/port HTTP/1.1" 200 965 0.038238 10.0.0.27 - - [2026-01-19 03:27:16] "POST /neutron/port HTTP/1.1" 200 965 0.016644 10.0.0.27 - - [2026-01-19 03:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.006073 10.0.0.27 - - [2026-01-19 03:27:17] "POST /neutron/network HTTP/1.1" 200 832 0.007246 10.0.0.27 - - [2026-01-19 03:27:17] "POST /neutron/port HTTP/1.1" 200 1057 0.165566 10.0.0.27 - - [2026-01-19 03:27:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.011179 10.0.0.50 - - [2026-01-19 03:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2026-01-19 03:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2026-01-19 03:27:22] "POST /neutron/port HTTP/1.1" 200 1067 0.020766 10.0.0.23 - - [2026-01-19 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-01-19 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-01-19 03:27:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008273 10.0.0.27 - - [2026-01-19 03:27:22] "GET /virtual-machine/8b92d10d-ff7c-4013-b28a-785a7bca621d HTTP/1.1" 200 1269 0.006991 10.0.0.27 - - [2026-01-19 03:27:22] "GET /virtual-machine-interface/83eaa7d9-b986-4e3d-bf84-1fa1537c4413 HTTP/1.1" 200 2981 0.005932 10.0.0.27 - - [2026-01-19 03:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2026-01-19 03:27:22] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004871 10.0.0.27 - - [2026-01-19 03:27:22] "GET /virtual-networks?parent_id=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003418 10.0.0.27 - - [2026-01-19 03:27:22] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.008533 10.0.0.50 - - [2026-01-19 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2026-01-19 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-01-19 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2026-01-19 03:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-01-19 03:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-01-19 03:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-01-19 03:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.27 - - [2026-01-19 03:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2026-01-19 03:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.27 - - [2026-01-19 03:27:25] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007605 10.0.0.27 - - [2026-01-19 03:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2026-01-19 03:27:29] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006682 10.0.0.27 - - [2026-01-19 03:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2026-01-19 03:27:33] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005571 10.0.0.27 - - [2026-01-19 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2026-01-19 03:27:37] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007169 10.0.0.27 - - [2026-01-19 03:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2026-01-19 03:27:41] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005979 10.0.0.27 - - [2026-01-19 03:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2026-01-19 03:27:46] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005818 10.0.0.27 - - [2026-01-19 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-01-19 03:27:50] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005832 10.0.0.27 - - [2026-01-19 03:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2026-01-19 03:27:54] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007102 10.0.0.27 - - [2026-01-19 03:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006734 10.0.0.27 - - [2026-01-19 03:27:58] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005658 10.0.0.27 - - [2026-01-19 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.010109 10.0.0.27 - - [2026-01-19 03:28:00] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006895 10.0.0.27 - - [2026-01-19 03:28:00] "GET /virtual-networks?parent_id=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003036 10.0.0.27 - - [2026-01-19 03:28:00] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007055 10.0.0.27 - - [2026-01-19 03:28:00] "POST /neutron/port HTTP/1.1" 200 1067 0.022656 10.0.0.27 - - [2026-01-19 03:28:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007795 10.0.0.27 - - [2026-01-19 03:28:09] "POST /neutron/network HTTP/1.1" 200 832 0.007674 10.0.0.27 - - [2026-01-19 03:28:09] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.27 - - [2026-01-19 03:28:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009198 10.0.0.23 - - [2026-01-19 03:28:15] "GET /obj-perms HTTP/1.1" 200 5056 0.051564 10.0.0.27 - - [2026-01-19 03:28:16] "POST /neutron/port HTTP/1.1" 200 1067 0.019464 10.0.0.27 - - [2026-01-19 03:28:21] "POST /id-to-fqname HTTP/1.1" 200 218 0.001610 10.0.0.27 - - [2026-01-19 03:28:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007631 10.0.0.23 - - [2026-01-19 03:28:22] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.27 - - [2026-01-19 03:28:22] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.081324 10.0.0.27 - - [2026-01-19 03:28:22] "POST /neutron/port HTTP/1.1" 200 2037 0.025203 10.0.0.27 - - [2026-01-19 03:28:22] "POST /neutron/port HTTP/1.1" 200 117 0.006601 10.0.0.27 - - [2026-01-19 03:28:23] "POST /neutron/port HTTP/1.1" 200 1058 0.053585 10.0.0.27 - - [2026-01-19 03:28:23] "POST /neutron/port HTTP/1.1" 200 1122 0.025152 10.0.0.27 - - [2026-01-19 03:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.27 - - [2026-01-19 03:28:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009122 10.0.0.27 - - [2026-01-19 03:28:27] "POST /neutron/port HTTP/1.1" 200 1122 0.017986 10.0.0.27 - - [2026-01-19 03:28:27] "GET /virtual-machine/b6311b86-8a6c-450b-b7c4-2d91c4c4e381 HTTP/1.1" 200 1291 0.007256 10.0.0.27 - - [2026-01-19 03:28:27] "GET /virtual-machine-interface/3f69c187-6544-4da9-85dc-4ed262361fc4 HTTP/1.1" 200 2930 0.005210 10.0.0.27 - - [2026-01-19 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2026-01-19 03:28:27] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.27 - - [2026-01-19 03:28:27] "GET /virtual-networks?parent_id=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003687 10.0.0.27 - - [2026-01-19 03:28:27] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006198 10.0.0.27 - - [2026-01-19 03:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-01-19 03:28:31] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005440 10.0.0.27 - - [2026-01-19 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.27 - - [2026-01-19 03:28:35] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007485 10.0.0.27 - - [2026-01-19 03:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-01-19 03:28:39] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005786 10.0.0.27 - - [2026-01-19 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2026-01-19 03:28:43] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005514 10.0.0.27 - - [2026-01-19 03:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005633 10.0.0.27 - - [2026-01-19 03:28:47] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006463 10.0.0.27 - - [2026-01-19 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2026-01-19 03:28:51] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006244 10.0.0.27 - - [2026-01-19 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.27 - - [2026-01-19 03:28:55] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007003 10.0.0.27 - - [2026-01-19 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2026-01-19 03:28:59] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004390 10.0.0.27 - - [2026-01-19 03:28:59] "GET /virtual-networks?parent_id=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003330 10.0.0.27 - - [2026-01-19 03:28:59] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006995 10.0.0.27 - - [2026-01-19 03:28:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.017560 10.0.0.27 - - [2026-01-19 03:29:09] "POST /neutron/port HTTP/1.1" 200 1122 0.054305 10.0.0.27 - - [2026-01-19 03:29:09] "POST /neutron/port HTTP/1.1" 200 1067 0.020380 10.0.0.27 - - [2026-01-19 03:29:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.009642 10.0.0.27 - - [2026-01-19 03:29:10] "POST /neutron/port HTTP/1.1" 200 1122 0.022054 10.0.0.27 - - [2026-01-19 03:29:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009165 10.0.0.27 - - [2026-01-19 03:29:15] "POST /neutron/network HTTP/1.1" 200 832 0.011954 10.0.0.27 - - [2026-01-19 03:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.27 - - [2026-01-19 03:29:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008530 10.0.0.27 - - [2026-01-19 03:29:20] "POST /neutron/port HTTP/1.1" 200 1122 0.021095 10.0.0.27 - - [2026-01-19 03:29:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008374 10.0.0.27 - - [2026-01-19 03:29:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001237 10.0.0.27 - - [2026-01-19 03:29:20] "GET /virtual-machine/b6311b86-8a6c-450b-b7c4-2d91c4c4e381 HTTP/1.1" 200 1291 0.003988 10.0.0.27 - - [2026-01-19 03:29:21] "GET /virtual-machine-interface/3f69c187-6544-4da9-85dc-4ed262361fc4 HTTP/1.1" 200 2930 0.005661 10.0.0.27 - - [2026-01-19 03:29:21] "GET /instance-ip/03f0eaa5-d5aa-4e51-af14-9808ec1d678f HTTP/1.1" 200 1615 0.007412 10.0.0.27 - - [2026-01-19 03:29:21] "GET /virtual-machine-interface/3f69c187-6544-4da9-85dc-4ed262361fc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2709 0.006577 10.0.0.27 - - [2026-01-19 03:29:21] "PUT /virtual-machine-interface/3f69c187-6544-4da9-85dc-4ed262361fc4 HTTP/1.1" 200 284 0.015128 10.0.0.27 - - [2026-01-19 03:30:09] "POST /neutron/port HTTP/1.1" 200 1122 0.020316 10.0.0.27 - - [2026-01-19 03:30:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004383 10.0.0.27 - - [2026-01-19 03:30:09] "POST /neutron/network HTTP/1.1" 200 822 0.008932 10.0.0.27 - - [2026-01-19 03:30:16] "GET /obj-perms HTTP/1.1" 200 5056 0.064909 10.0.0.27 - - [2026-01-19 03:30:16] "POST /neutron/network HTTP/1.1" 200 832 0.007884 10.0.0.27 - - [2026-01-19 03:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.50 - - [2026-01-19 03:30:17] "GET /obj-perms HTTP/1.1" 200 5056 0.062581 10.0.0.27 - - [2026-01-19 03:30:42] "DELETE /instance-ip/5b5997ca-0653-444d-a6d6-dcf913d57aa1 HTTP/1.1" 200 115 0.051820 10.0.0.27 - - [2026-01-19 03:30:42] "DELETE /virtual-machine-interface/83eaa7d9-b986-4e3d-bf84-1fa1537c4413 HTTP/1.1" 200 115 0.096397 10.0.0.27 - - [2026-01-19 03:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2026-01-19 03:30:42] "GET /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005936 10.0.0.27 - - [2026-01-19 03:30:42] "PUT /virtual-network/88bb2d84-6dad-4b84-8d5a-27d60de51f8f HTTP/1.1" 200 264 0.050078 10.0.0.27 - - [2026-01-19 03:30:42] "POST /neutron/network HTTP/1.1" 400 204 0.018296 10.0.0.27 - - [2026-01-19 03:30:43] "POST /ref-update HTTP/1.1" 200 156 0.071756 10.0.0.27 - - [2026-01-19 03:30:43] "POST /neutron/port HTTP/1.1" 200 151 0.192484 10.0.0.27 - - [2026-01-19 03:30:43] "POST /neutron/port HTTP/1.1" 200 151 0.198007 10.0.0.27 - - [2026-01-19 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.23 - - [2026-01-19 03:30:46] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.028895 10.0.0.27 - - [2026-01-19 03:30:46] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.110543 10.0.0.23 - - [2026-01-19 03:30:46] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.27 - - [2026-01-19 03:30:46] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?fields=virtual_networks HTTP/1.1" 200 1029 0.045114 10.0.0.23 - - [2026-01-19 03:30:46] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.27 - - [2026-01-19 03:30:46] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.041323 10.0.0.23 - - [2026-01-19 03:30:46] "GET /projects?obj_uuids=f2db8967-05b9-4e90-a713-05f7e6ef267c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001721 10.0.0.27 - - [2026-01-19 03:30:46] "GET /project/f2db8967-05b9-4e90-a713-05f7e6ef267c?fields=security_groups HTTP/1.1" 200 1253 0.042683 10.0.0.27 - - [2026-01-19 03:30:47] "POST /fqname-to-id HTTP/1.1" 404 185 0.036245 10.0.0.23 - - [2026-01-19 03:30:47] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003167 10.0.0.23 - - [2026-01-19 03:30:47] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.23 - - [2026-01-19 03:30:47] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039042 10.0.0.27 - - [2026-01-19 03:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.003964 10.0.0.23 - - [2026-01-19 03:30:48] "POST /id-to-fqname HTTP/1.1" 200 187 0.002485 10.0.0.23 - - [2026-01-19 03:30:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.004934 10.0.0.23 - - [2026-01-19 03:30:48] "POST /security-groups HTTP/1.1" 200 588 0.085767 10.0.0.23 - - [2026-01-19 03:30:48] "POST /projects HTTP/1.1" 200 579 0.296648 10.0.0.27 - - [2026-01-19 03:30:48] "POST /access-control-lists HTTP/1.1" 200 593 0.033123 10.0.0.23 - - [2026-01-19 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.367555 10.0.0.27 - - [2026-01-19 03:30:48] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.540884 10.0.0.27 - - [2026-01-19 03:30:49] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.27 - - [2026-01-19 03:30:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-01-19 03:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.063493 10.0.0.23 - - [2026-01-19 03:30:51] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001012 10.0.0.27 - - [2026-01-19 03:30:51] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.046273 10.0.0.23 - - [2026-01-19 03:30:51] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001332 10.0.0.27 - - [2026-01-19 03:30:51] "POST /neutron/network HTTP/1.1" 200 610 0.164635 10.0.0.27 - - [2026-01-19 03:30:51] "POST /route-targets HTTP/1.1" 200 327 0.018382 10.0.0.27 - - [2026-01-19 03:30:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.003351 10.0.0.27 - - [2026-01-19 03:30:52] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006433 10.0.0.27 - - [2026-01-19 03:30:52] "POST /neutron/network HTTP/1.1" 200 829 0.006708 10.0.0.27 - - [2026-01-19 03:30:52] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005055 10.0.0.27 - - [2026-01-19 03:30:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.002941 10.0.0.27 - - [2026-01-19 03:30:52] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008637 10.0.0.23 - - [2026-01-19 03:30:52] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001423 10.0.0.27 - - [2026-01-19 03:30:52] "POST /neutron/port HTTP/1.1" 200 983 0.288849 10.0.0.27 - - [2026-01-19 03:30:52] "GET /virtual-machine-interface/8e4864bc-bb3c-413c-9c24-823b1a02e61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.005573 10.0.0.27 - - [2026-01-19 03:30:52] "GET /virtual-machine-interface/8e4864bc-bb3c-413c-9c24-823b1a02e61f?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.006115 10.0.0.27 - - [2026-01-19 03:30:52] "GET /instance-ip/cb6d6f2c-d297-4d44-8ca4-859b34498c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.004525 10.0.0.27 - - [2026-01-19 03:30:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001329 10.0.0.23 - - [2026-01-19 03:30:53] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001877 10.0.0.27 - - [2026-01-19 03:30:53] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.082896 10.0.0.27 - - [2026-01-19 03:30:53] "POST /neutron/port HTTP/1.1" 200 117 0.006964 10.0.0.27 - - [2026-01-19 03:30:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001288 10.0.0.27 - - [2026-01-19 03:30:53] "POST /neutron/port HTTP/1.1" 200 983 0.012804 10.0.0.27 - - [2026-01-19 03:30:54] "POST /neutron/port HTTP/1.1" 200 983 0.012347 10.0.0.27 - - [2026-01-19 03:30:54] "POST /neutron/network HTTP/1.1" 200 839 0.008071 10.0.0.23 - - [2026-01-19 03:30:54] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002799 10.0.0.27 - - [2026-01-19 03:30:54] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.071017 10.0.0.27 - - [2026-01-19 03:30:54] "POST /fqname-to-id HTTP/1.1" 404 208 0.009783 10.0.0.27 - - [2026-01-19 03:30:54] "POST /interface-route-tables HTTP/1.1" 200 556 0.065816 10.0.0.27 - - [2026-01-19 03:30:54] "GET /interface-route-table/175d31f8-c3fe-4849-acd2-16c22de2a8cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.009129 10.0.0.27 - - [2026-01-19 03:30:54] "POST /neutron/port HTTP/1.1" 200 1057 0.039381 10.0.0.27 - - [2026-01-19 03:30:54] "POST /neutron/port HTTP/1.1" 200 1121 0.022167 10.0.0.27 - - [2026-01-19 03:30:54] "POST /neutron/port HTTP/1.1" 200 983 0.016308 10.0.0.27 - - [2026-01-19 03:30:54] "POST /neutron/network HTTP/1.1" 200 839 0.008242 10.0.0.27 - - [2026-01-19 03:30:55] "POST /neutron/port HTTP/1.1" 200 1075 0.137728 10.0.0.27 - - [2026-01-19 03:30:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.009387 10.0.0.27 - - [2026-01-19 03:30:55] "GET /virtual-machine-interface/8e4864bc-bb3c-413c-9c24-823b1a02e61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.005987 10.0.0.27 - - [2026-01-19 03:30:55] "POST /ref-update HTTP/1.1" 200 156 0.016609 10.0.0.27 - - [2026-01-19 03:30:55] "POST /neutron/port HTTP/1.1" 200 1121 0.020660 10.0.0.27 - - [2026-01-19 03:31:00] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008481 10.0.0.27 - - [2026-01-19 03:31:01] "POST /neutron/port HTTP/1.1" 200 1121 0.036437 10.0.0.27 - - [2026-01-19 03:31:01] "POST /neutron/security_group HTTP/1.1" 200 2055 0.012393 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 200 1288 0.045711 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 200 1288 0.004762 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine-interface/67dc721a-33cb-4e3b-9c89-8792e0709765 HTTP/1.1" 200 2938 0.005392 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 200 1288 0.005271 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine-interface/67dc721a-33cb-4e3b-9c89-8792e0709765 HTTP/1.1" 200 2938 0.005418 10.0.0.27 - - [2026-01-19 03:31:01] "GET /instance-ip/a89cb24f-7891-4315-9fb2-76af1725cf6a HTTP/1.1" 200 1619 0.006575 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 200 1288 0.003964 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-machine-interface/67dc721a-33cb-4e3b-9c89-8792e0709765 HTTP/1.1" 200 2938 0.005126 10.0.0.27 - - [2026-01-19 03:31:01] "GET /instance-ip/a89cb24f-7891-4315-9fb2-76af1725cf6a HTTP/1.1" 200 1619 0.004731 10.0.0.27 - - [2026-01-19 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.27 - - [2026-01-19 03:31:01] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008425 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007494 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009564 10.0.0.27 - - [2026-01-19 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2026-01-19 03:31:01] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005177 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003305 10.0.0.27 - - [2026-01-19 03:31:01] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006150 10.0.0.27 - - [2026-01-19 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.27 - - [2026-01-19 03:31:01] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004097 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003572 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.014431 10.0.0.27 - - [2026-01-19 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.27 - - [2026-01-19 03:31:02] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005232 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003995 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007568 10.0.0.27 - - [2026-01-19 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005479 10.0.0.27 - - [2026-01-19 03:31:02] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005158 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003285 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006028 10.0.0.27 - - [2026-01-19 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.27 - - [2026-01-19 03:31:02] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004746 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003462 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006475 10.0.0.27 - - [2026-01-19 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.27 - - [2026-01-19 03:31:02] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004247 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003470 10.0.0.27 - - [2026-01-19 03:31:02] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005939 10.0.0.27 - - [2026-01-19 03:31:05] "POST /neutron/port HTTP/1.1" 200 1121 0.021034 10.0.0.27 - - [2026-01-19 03:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2026-01-19 03:31:05] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005671 10.0.0.27 - - [2026-01-19 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2026-01-19 03:31:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004240 10.0.0.27 - - [2026-01-19 03:31:07] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002995 10.0.0.27 - - [2026-01-19 03:31:07] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006767 10.0.0.27 - - [2026-01-19 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2026-01-19 03:31:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004267 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003397 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006619 10.0.0.27 - - [2026-01-19 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005801 10.0.0.27 - - [2026-01-19 03:31:08] "GET /routing-instance/8dcca158-ad2c-4152-9d77-fd03b9d5866d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006961 10.0.0.27 - - [2026-01-19 03:31:08] "GET /route-target/f7dc4dda-bbcd-42d9-a639-769ced606df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005389 10.0.0.27 - - [2026-01-19 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2026-01-19 03:31:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004068 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004194 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007874 10.0.0.27 - - [2026-01-19 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.27 - - [2026-01-19 03:31:08] "GET /routing-instance/8dcca158-ad2c-4152-9d77-fd03b9d5866d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004528 10.0.0.27 - - [2026-01-19 03:31:08] "GET /route-target/f7dc4dda-bbcd-42d9-a639-769ced606df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005365 10.0.0.27 - - [2026-01-19 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.27 - - [2026-01-19 03:31:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004341 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003272 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006411 10.0.0.27 - - [2026-01-19 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.27 - - [2026-01-19 03:31:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003977 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003506 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006276 10.0.0.27 - - [2026-01-19 03:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.27 - - [2026-01-19 03:31:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004140 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002927 10.0.0.27 - - [2026-01-19 03:31:08] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007346 10.0.0.23 - - [2026-01-19 03:31:09] "GET /obj-perms HTTP/1.1" 200 5024 0.067688 10.0.0.27 - - [2026-01-19 03:31:09] "GET /obj-perms HTTP/1.1" 200 5024 0.058971 10.0.0.27 - - [2026-01-19 03:31:10] "GET /obj-perms HTTP/1.1" 200 5024 0.003680 10.0.0.50 - - [2026-01-19 03:31:10] "GET /obj-perms HTTP/1.1" 200 5024 0.052604 10.0.0.27 - - [2026-01-19 03:31:10] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009098 10.0.0.27 - - [2026-01-19 03:31:10] "POST /neutron/port HTTP/1.1" 200 1085 0.022640 10.0.0.27 - - [2026-01-19 03:31:10] "GET /virtual-machine/882b4943-5a47-42db-9fca-0938dfb26fe9 HTTP/1.1" 200 1267 0.006244 10.0.0.27 - - [2026-01-19 03:31:10] "GET /virtual-machine-interface/8e4864bc-bb3c-413c-9c24-823b1a02e61f HTTP/1.1" 200 3151 0.005747 10.0.0.27 - - [2026-01-19 03:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.27 - - [2026-01-19 03:31:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003825 10.0.0.27 - - [2026-01-19 03:31:10] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003033 10.0.0.27 - - [2026-01-19 03:31:11] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005832 10.0.0.27 - - [2026-01-19 03:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.27 - - [2026-01-19 03:31:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004575 10.0.0.27 - - [2026-01-19 03:31:12] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004477 10.0.0.27 - - [2026-01-19 03:31:12] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007282 10.0.0.27 - - [2026-01-19 03:31:12] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006213 10.0.0.23 - - [2026-01-19 03:31:13] "GET /obj-perms HTTP/1.1" 200 5024 0.003934 10.0.0.27 - - [2026-01-19 03:31:13] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 200 1288 0.004008 10.0.0.27 - - [2026-01-19 03:31:13] "POST /neutron/port HTTP/1.1" 200 1111 0.016337 10.0.0.27 - - [2026-01-19 03:31:15] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 404 171 0.003635 10.0.0.27 - - [2026-01-19 03:31:15] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 404 171 0.003391 10.0.0.27 - - [2026-01-19 03:31:15] "GET /virtual-machine/7a4fe82c-f749-4158-8307-e7e2e6623c22 HTTP/1.1" 404 171 0.003124 10.0.0.27 - - [2026-01-19 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2026-01-19 03:31:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003477 10.0.0.27 - - [2026-01-19 03:31:15] "GET /virtual-networks?parent_id=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003345 10.0.0.27 - - [2026-01-19 03:31:15] "GET /virtual-network/340677c8-057a-42d8-8ffd-e6a592b7b977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006734 10.0.0.27 - - [2026-01-19 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.27 - - [2026-01-19 03:31:15] "GET /routing-instance/8dcca158-ad2c-4152-9d77-fd03b9d5866d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004728 10.0.0.27 - - [2026-01-19 03:31:15] "GET /route-target/f7dc4dda-bbcd-42d9-a639-769ced606df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004731 10.0.0.27 - - [2026-01-19 03:31:15] "GET /obj-perms HTTP/1.1" 200 5024 0.004044 10.0.0.27 - - [2026-01-19 03:31:16] "POST /neutron/port HTTP/1.1" 200 1085 0.020233 10.0.0.27 - - [2026-01-19 03:31:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.010232 10.0.0.50 - - [2026-01-19 03:31:18] "GET /obj-perms HTTP/1.1" 200 5024 0.004096 10.0.0.27 - - [2026-01-19 03:31:21] "GET /obj-perms HTTP/1.1" 200 5024 0.003877 10.0.0.50 - - [2026-01-19 03:31:28] "GET /obj-perms HTTP/1.1" 200 5024 0.003849 10.0.0.27 - - [2026-01-19 03:31:31] "DELETE /access-control-list/348c429c-a495-4a50-a58a-7f489d28e269 HTTP/1.1" 200 115 0.038942 10.0.0.27 - - [2026-01-19 03:31:31] "GET /obj-perms HTTP/1.1" 200 5024 0.010081 10.0.0.27 - - [2026-01-19 03:31:31] "GET /interface-route-table/175d31f8-c3fe-4849-acd2-16c22de2a8cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.004921 10.0.0.27 - - [2026-01-19 03:31:31] "GET /virtual-machine-interface/8e4864bc-bb3c-413c-9c24-823b1a02e61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.005860 10.0.0.27 - - [2026-01-19 03:31:31] "POST /ref-update HTTP/1.1" 200 156 0.017424 10.0.0.27 - - [2026-01-19 03:31:31] "DELETE /interface-route-table/175d31f8-c3fe-4849-acd2-16c22de2a8cf HTTP/1.1" 200 115 0.039820 10.0.0.27 - - [2026-01-19 03:31:31] "POST /neutron/port HTTP/1.1" 200 1075 0.016864 10.0.0.23 - - [2026-01-19 03:31:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006251 10.0.0.23 - - [2026-01-19 03:31:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003380 10.0.0.27 - - [2026-01-19 03:31:31] "POST /neutron/network HTTP/1.1" 200 151 0.136101 10.0.0.23 - - [2026-01-19 03:31:32] "DELETE /project/f2db8967-05b9-4e90-a713-05f7e6ef267c HTTP/1.1" 404 177 0.003023 10.0.0.23 - - [2026-01-19 03:31:32] "DELETE /project/410f778faf7542c6abc1667f6ac11885 HTTP/1.1" 404 173 0.005467 10.0.0.23 - - [2026-01-19 03:31:33] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001264 10.0.0.27 - - [2026-01-19 03:31:33] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.058138 10.0.0.23 - - [2026-01-19 03:31:33] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001019 10.0.0.27 - - [2026-01-19 03:31:33] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?fields=virtual_networks HTTP/1.1" 200 1026 0.054197 10.0.0.23 - - [2026-01-19 03:31:33] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001108 10.0.0.27 - - [2026-01-19 03:31:33] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.038816 10.0.0.23 - - [2026-01-19 03:31:33] "GET /projects?obj_uuids=410f778f-af75-42c6-abc1-667f6ac11885&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001617 10.0.0.27 - - [2026-01-19 03:31:33] "GET /project/410f778f-af75-42c6-abc1-667f6ac11885?fields=security_groups HTTP/1.1" 200 1249 0.055055 10.0.0.27 - - [2026-01-19 03:31:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.042755 10.0.0.23 - - [2026-01-19 03:31:34] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003680 10.0.0.23 - - [2026-01-19 03:31:34] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.23 - - [2026-01-19 03:31:34] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008378 10.0.0.23 - - [2026-01-19 03:31:34] "POST /id-to-fqname HTTP/1.1" 200 194 0.001102 10.0.0.23 - - [2026-01-19 03:31:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.014423 10.0.0.23 - - [2026-01-19 03:31:35] "POST /security-groups HTTP/1.1" 200 595 0.086025 10.0.0.27 - - [2026-01-19 03:31:35] "POST /fqname-to-id HTTP/1.1" 404 238 0.005223 10.0.0.23 - - [2026-01-19 03:31:35] "POST /projects HTTP/1.1" 200 593 0.335860 10.0.0.23 - - [2026-01-19 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.409753 10.0.0.27 - - [2026-01-19 03:31:35] "POST /access-control-lists HTTP/1.1" 200 598 0.035957 10.0.0.27 - - [2026-01-19 03:31:35] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.559395 10.0.0.27 - - [2026-01-19 03:31:36] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.27 - - [2026-01-19 03:31:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-01-19 03:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.068989 10.0.0.23 - - [2026-01-19 03:31:37] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000966 10.0.0.27 - - [2026-01-19 03:31:37] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045494 10.0.0.27 - - [2026-01-19 03:31:37] "POST /neutron/network HTTP/1.1" 200 117 0.048750 10.0.0.27 - - [2026-01-19 03:31:37] "POST /neutron/network HTTP/1.1" 200 828 0.008719 10.0.0.27 - - [2026-01-19 03:31:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001471 10.0.0.27 - - [2026-01-19 03:31:38] "GET /virtual-network/b4186bd1-201c-4eda-a730-18b9ea345923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006139 10.0.0.27 - - [2026-01-19 03:31:38] "GET /virtual-network/b4186bd1-201c-4eda-a730-18b9ea345923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005721 10.0.0.27 - - [2026-01-19 03:31:38] "POST /neutron/subnet HTTP/1.1" 200 725 0.009857 10.0.0.27 - - [2026-01-19 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2026-01-19 03:31:38] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002325 10.0.0.27 - - [2026-01-19 03:31:38] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066965 10.0.0.27 - - [2026-01-19 03:31:38] "POST /route-targets HTTP/1.1" 200 327 0.015435 10.0.0.23 - - [2026-01-19 03:31:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005976 10.0.0.27 - - [2026-01-19 03:31:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.183939 10.0.0.27 - - [2026-01-19 03:31:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001324 10.0.0.27 - - [2026-01-19 03:31:38] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005558 10.0.0.27 - - [2026-01-19 03:31:38] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007366 10.0.0.27 - - [2026-01-19 03:31:38] "POST /neutron/network HTTP/1.1" 200 828 0.007981 10.0.0.27 - - [2026-01-19 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.23 - - [2026-01-19 03:31:38] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000985 10.0.0.27 - - [2026-01-19 03:31:38] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042664 10.0.0.23 - - [2026-01-19 03:31:38] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001296 10.0.0.27 - - [2026-01-19 03:31:38] "POST /neutron/network HTTP/1.1" 200 609 0.116859 10.0.0.27 - - [2026-01-19 03:31:39] "POST /ref-update HTTP/1.1" 200 156 0.026848 10.0.0.27 - - [2026-01-19 03:31:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.003693 10.0.0.27 - - [2026-01-19 03:31:39] "GET /virtual-network/0438ef58-742d-4b07-8ca2-e61bbb3693d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007013 10.0.0.27 - - [2026-01-19 03:31:39] "POST /neutron/network HTTP/1.1" 200 828 0.007665 10.0.0.27 - - [2026-01-19 03:31:39] "GET /virtual-network/0438ef58-742d-4b07-8ca2-e61bbb3693d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006473 10.0.0.27 - - [2026-01-19 03:31:39] "POST /fqname-to-id HTTP/1.1" 404 214 0.003169 10.0.0.27 - - [2026-01-19 03:31:39] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006965 10.0.0.23 - - [2026-01-19 03:31:39] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001472 10.0.0.27 - - [2026-01-19 03:31:39] "POST /neutron/port HTTP/1.1" 200 990 0.275906 10.0.0.27 - - [2026-01-19 03:31:39] "GET /virtual-machine-interface/020d2980-d156-4415-980e-6a53395afbe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.006150 10.0.0.27 - - [2026-01-19 03:31:39] "GET /virtual-machine-interface/020d2980-d156-4415-980e-6a53395afbe2?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.006344 10.0.0.27 - - [2026-01-19 03:31:39] "GET /instance-ip/d80d43a9-5a98-4c83-9782-ad27beb9d21a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004404 10.0.0.27 - - [2026-01-19 03:31:39] "POST /fqname-to-id HTTP/1.1" 404 214 0.003097 10.0.0.27 - - [2026-01-19 03:31:39] "GET /virtual-network/b4186bd1-201c-4eda-a730-18b9ea345923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006073 10.0.0.23 - - [2026-01-19 03:31:39] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.27 - - [2026-01-19 03:31:39] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050459 10.0.0.27 - - [2026-01-19 03:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-01-19 03:31:39] "GET /security-group/ea924812-bf80-441b-b3a5-c887eb0f5367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004506 10.0.0.27 - - [2026-01-19 03:31:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.114975 10.0.0.27 - - [2026-01-19 03:31:40] "POST /instance-ips HTTP/1.1" 200 357 0.043976 10.0.0.27 - - [2026-01-19 03:31:40] "GET /virtual-machine-interface/1bd54674-95a7-40ff-8aae-379936dbe747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007098 10.0.0.27 - - [2026-01-19 03:31:40] "GET /virtual-machine-interface/1bd54674-95a7-40ff-8aae-379936dbe747?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009940 10.0.0.27 - - [2026-01-19 03:31:40] "GET /instance-ip/3d4f5afb-2bc1-4216-a9c9-9c6d9f637efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004775 10.0.0.27 - - [2026-01-19 03:31:40] "POST /fqname-to-id HTTP/1.1" 404 214 0.004101 10.0.0.27 - - [2026-01-19 03:31:40] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005788 10.0.0.27 - - [2026-01-19 03:31:40] "GET /virtual-machine-interface/aa462808-2bde-4f5e-868a-9279194c362a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007065 10.0.0.27 - - [2026-01-19 03:31:40] "GET /virtual-machine-interface/aa462808-2bde-4f5e-868a-9279194c362a?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.010941 10.0.0.27 - - [2026-01-19 03:31:40] "GET /instance-ip/0cbdc6c5-d688-4f75-9fde-2b882a5a13d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005565 10.0.0.27 - - [2026-01-19 03:31:40] "POST /fqname-to-id HTTP/1.1" 404 214 0.003445 10.0.0.27 - - [2026-01-19 03:31:40] "GET /virtual-network/b4186bd1-201c-4eda-a730-18b9ea345923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006216 10.0.0.23 - - [2026-01-19 03:31:40] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001027 10.0.0.27 - - [2026-01-19 03:31:40] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045368 10.0.0.27 - - [2026-01-19 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2026-01-19 03:31:40] "GET /security-group/ea924812-bf80-441b-b3a5-c887eb0f5367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005354 10.0.0.27 - - [2026-01-19 03:31:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.106476 10.0.0.27 - - [2026-01-19 03:31:41] "POST /instance-ips HTTP/1.1" 200 357 0.036870 10.0.0.27 - - [2026-01-19 03:31:41] "GET /virtual-machine-interface/170d3f74-799c-4cf0-ba88-417cdc53f69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006422 10.0.0.27 - - [2026-01-19 03:31:41] "GET /virtual-machine-interface/170d3f74-799c-4cf0-ba88-417cdc53f69b?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009697 10.0.0.27 - - [2026-01-19 03:31:41] "GET /instance-ip/294a4a6e-e335-4837-b2cf-a8152a65ec18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005305 10.0.0.27 - - [2026-01-19 03:31:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.004240 10.0.0.27 - - [2026-01-19 03:31:41] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007732 10.0.0.27 - - [2026-01-19 03:31:41] "GET /virtual-machine-interface/9c0b54a0-bf18-47ca-9f95-979d1945767d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007787 10.0.0.27 - - [2026-01-19 03:31:41] "GET /virtual-machine-interface/9c0b54a0-bf18-47ca-9f95-979d1945767d?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009221 10.0.0.27 - - [2026-01-19 03:31:41] "GET /instance-ip/cdce6f9c-eda2-44a7-a2a8-58a5f3b48b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005498 10.0.0.27 - - [2026-01-19 03:31:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.003723 10.0.0.27 - - [2026-01-19 03:31:41] "GET /virtual-network/0438ef58-742d-4b07-8ca2-e61bbb3693d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005508 10.0.0.23 - - [2026-01-19 03:31:41] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001447 10.0.0.27 - - [2026-01-19 03:31:41] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.051945 10.0.0.27 - - [2026-01-19 03:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-01-19 03:31:41] "GET /security-group/ea924812-bf80-441b-b3a5-c887eb0f5367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005536 10.0.0.27 - - [2026-01-19 03:31:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.103668 10.0.0.27 - - [2026-01-19 03:31:41] "POST /instance-ips HTTP/1.1" 200 357 0.042260 10.0.0.27 - - [2026-01-19 03:31:42] "GET /virtual-machine-interface/433e54e8-449e-461c-8003-12783bfe4d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008718 10.0.0.27 - - [2026-01-19 03:31:42] "GET /virtual-machine-interface/433e54e8-449e-461c-8003-12783bfe4d3f?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.010816 10.0.0.27 - - [2026-01-19 03:31:42] "GET /instance-ip/dd005ceb-217e-4078-af15-71889e323e3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004803 10.0.0.27 - - [2026-01-19 03:31:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001370 10.0.0.27 - - [2026-01-19 03:31:43] "POST /neutron/port HTTP/1.1" 200 990 0.013582 10.0.0.27 - - [2026-01-19 03:31:43] "POST /neutron/port HTTP/1.1" 200 990 0.015383 10.0.0.27 - - [2026-01-19 03:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.006797 10.0.0.27 - - [2026-01-19 03:31:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001333 10.0.0.27 - - [2026-01-19 03:31:44] "POST /neutron/port HTTP/1.1" 200 990 0.015254 10.0.0.27 - - [2026-01-19 03:31:44] "POST /neutron/port HTTP/1.1" 200 990 0.017278 10.0.0.27 - - [2026-01-19 03:31:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003929 10.0.0.27 - - [2026-01-19 03:31:44] "POST /neutron/network HTTP/1.1" 200 828 0.007972 10.0.0.23 - - [2026-01-19 03:31:44] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000987 10.0.0.27 - - [2026-01-19 03:31:44] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.080770 10.0.0.27 - - [2026-01-19 03:31:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008972 10.0.0.27 - - [2026-01-19 03:31:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001365 10.0.0.27 - - [2026-01-19 03:31:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008825 10.0.0.27 - - [2026-01-19 03:31:45] "POST /neutron/network HTTP/1.1" 200 838 0.007047 10.0.0.27 - - [2026-01-19 03:31:45] "POST /neutron/port HTTP/1.1" 200 990 0.018123 10.0.0.27 - - [2026-01-19 03:31:45] "POST /neutron/port HTTP/1.1" 200 1064 0.027344 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/port HTTP/1.1" 200 1118 0.157614 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/router HTTP/1.1" 200 598 0.011508 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009907 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/network HTTP/1.1" 200 828 0.006137 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/port HTTP/1.1" 200 990 0.018743 10.0.0.27 - - [2026-01-19 03:31:46] "POST /ref-update HTTP/1.1" 200 156 0.026529 10.0.0.23 - - [2026-01-19 03:31:46] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001056 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005809 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/network HTTP/1.1" 200 828 0.007599 10.0.0.27 - - [2026-01-19 03:31:46] "POST /neutron/router HTTP/1.1" 200 344 0.422574 10.0.0.27 - - [2026-01-19 03:31:47] "POST /neutron/port HTTP/1.1" 200 1092 0.023497 10.0.0.27 - - [2026-01-19 03:31:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009660 10.0.0.27 - - [2026-01-19 03:31:47] "GET /virtual-machine/ab34e069-d6bf-488f-9614-e5a2c2a9af7e HTTP/1.1" 401 292 0.000505 10.0.0.27 - - [2026-01-19 03:31:47] "GET /virtual-machine/ab34e069-d6bf-488f-9614-e5a2c2a9af7e HTTP/1.1" 200 1275 0.031415 10.0.0.27 - - [2026-01-19 03:31:47] "GET /virtual-machine-interface/020d2980-d156-4415-980e-6a53395afbe2 HTTP/1.1" 200 3186 0.006480 10.0.0.27 - - [2026-01-19 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2026-01-19 03:31:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004785 10.0.0.27 - - [2026-01-19 03:31:47] "GET /virtual-networks?parent_id=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003079 10.0.0.27 - - [2026-01-19 03:31:47] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005768 10.0.0.27 - - [2026-01-19 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007454 10.0.0.27 - - [2026-01-19 03:31:50] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005589 10.0.0.27 - - [2026-01-19 03:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.27 - - [2026-01-19 03:31:55] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005769 10.0.0.27 - - [2026-01-19 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.27 - - [2026-01-19 03:31:59] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005787 10.0.0.27 - - [2026-01-19 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.27 - - [2026-01-19 03:32:03] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004990 10.0.0.27 - - [2026-01-19 03:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005821 10.0.0.27 - - [2026-01-19 03:32:07] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006388 10.0.0.27 - - [2026-01-19 03:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-01-19 03:32:11] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007819 10.0.0.27 - - [2026-01-19 03:32:11] "POST /neutron/network HTTP/1.1" 200 838 0.038363 10.0.0.27 - - [2026-01-19 03:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.27 - - [2026-01-19 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2026-01-19 03:32:15] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006326 10.0.0.27 - - [2026-01-19 03:32:16] "POST /neutron/port HTTP/1.1" 200 1128 0.022114 10.0.0.27 - - [2026-01-19 03:32:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.010684 10.0.0.50 - - [2026-01-19 03:32:18] "GET /obj-perms HTTP/1.1" 200 5056 0.060814 10.0.0.23 - - [2026-01-19 03:32:18] "GET /obj-perms HTTP/1.1" 200 5056 0.056394 10.0.0.27 - - [2026-01-19 03:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.27 - - [2026-01-19 03:32:19] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006330 10.0.0.50 - - [2026-01-19 03:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.50 - - [2026-01-19 03:32:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.23 - - [2026-01-19 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2026-01-19 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2026-01-19 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.50 - - [2026-01-19 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-01-19 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2026-01-19 03:32:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-01-19 03:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.23 - - [2026-01-19 03:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2026-01-19 03:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.27 - - [2026-01-19 03:32:23] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005973 10.0.0.27 - - [2026-01-19 03:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2026-01-19 03:32:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.27 - - [2026-01-19 03:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2026-01-19 03:32:27] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005915 10.0.0.27 - - [2026-01-19 03:32:31] "DELETE /access-control-list/bf0fa1b3-a9bc-46b0-8925-bff0d9cfb9b3 HTTP/1.1" 200 115 0.056291 10.0.0.27 - - [2026-01-19 03:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.27 - - [2026-01-19 03:32:31] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007212 10.0.0.27 - - [2026-01-19 03:32:31] "GET /virtual-networks?parent_id=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004926 10.0.0.27 - - [2026-01-19 03:32:31] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005497 10.0.0.27 - - [2026-01-19 03:32:32] "POST /neutron/port HTTP/1.1" 200 1092 0.020279 10.0.0.23 - - [2026-01-19 03:32:32] "DELETE /project/8af640d4504447698a30cf784a550760 HTTP/1.1" 404 173 0.003985 10.0.0.23 - - [2026-01-19 03:32:32] "DELETE /project/410f778f-af75-42c6-abc1-667f6ac11885 HTTP/1.1" 404 177 0.003532 10.0.0.27 - - [2026-01-19 03:32:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007219 10.0.0.27 - - [2026-01-19 03:32:39] "POST /neutron/port HTTP/1.1" 200 1092 0.019383 10.0.0.27 - - [2026-01-19 03:32:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008337 10.0.0.27 - - [2026-01-19 03:32:47] "POST /neutron/port HTTP/1.1" 200 1092 0.022239 10.0.0.27 - - [2026-01-19 03:32:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008225 10.0.0.27 - - [2026-01-19 03:32:52] "POST /neutron/port HTTP/1.1" 200 1128 0.019325 10.0.0.27 - - [2026-01-19 03:32:52] "GET /virtual-machine/44472706-7ad8-4304-bf06-2648e4cecf53 HTTP/1.1" 200 1296 0.007203 10.0.0.27 - - [2026-01-19 03:32:52] "GET /virtual-machine-interface/39f2932a-db9a-406c-9751-fdca01d283e3 HTTP/1.1" 200 2961 0.005603 10.0.0.27 - - [2026-01-19 03:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-01-19 03:32:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004737 10.0.0.27 - - [2026-01-19 03:32:53] "GET /virtual-networks?parent_id=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003604 10.0.0.27 - - [2026-01-19 03:32:53] "GET /virtual-network/0438ef58-742d-4b07-8ca2-e61bbb3693d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006492 10.0.0.27 - - [2026-01-19 03:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.27 - - [2026-01-19 03:32:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004109 10.0.0.27 - - [2026-01-19 03:32:54] "GET /virtual-networks?parent_id=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003969 10.0.0.27 - - [2026-01-19 03:32:54] "GET /virtual-network/0438ef58-742d-4b07-8ca2-e61bbb3693d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006266 10.0.0.27 - - [2026-01-19 03:32:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006981 10.0.0.27 - - [2026-01-19 03:32:54] "POST /neutron/port HTTP/1.1" 200 1092 0.021207 10.0.0.27 - - [2026-01-19 03:32:54] "GET /virtual-machine/7ee9a86e-dda1-4c9d-81c7-60c1c0322268 HTTP/1.1" 200 1273 0.006945 10.0.0.27 - - [2026-01-19 03:32:54] "GET /virtual-machine-interface/9c0b54a0-bf18-47ca-9f95-979d1945767d HTTP/1.1" 200 3188 0.005653 10.0.0.27 - - [2026-01-19 03:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2026-01-19 03:32:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003424 10.0.0.27 - - [2026-01-19 03:32:54] "GET /virtual-networks?parent_id=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004537 10.0.0.27 - - [2026-01-19 03:32:54] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007116 10.0.0.27 - - [2026-01-19 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2026-01-19 03:32:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003931 10.0.0.27 - - [2026-01-19 03:32:55] "GET /virtual-networks?parent_id=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003430 10.0.0.27 - - [2026-01-19 03:32:55] "GET /virtual-network/19003a5b-67d8-4c5e-9070-e703d863ab51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008434 10.0.0.27 - - [2026-01-19 03:33:13] "POST /neutron/port HTTP/1.1" 200 1092 0.020365 10.0.0.27 - - [2026-01-19 03:33:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.013618 10.0.0.27 - - [2026-01-19 03:33:18] "POST /neutron/port HTTP/1.1" 200 1128 0.020111 10.0.0.27 - - [2026-01-19 03:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004156 10.0.0.27 - - [2026-01-19 03:33:18] "POST /neutron/network HTTP/1.1" 200 828 0.008121 10.0.0.27 - - [2026-01-19 03:33:18] "GET /obj-perms HTTP/1.1" 200 5056 0.060150 10.0.0.27 - - [2026-01-19 03:34:12] "POST /neutron/router HTTP/1.1" 200 598 0.007019 10.0.0.27 - - [2026-01-19 03:34:12] "POST /neutron/router HTTP/1.1" 200 151 0.076499 10.0.0.27 - - [2026-01-19 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.010031 10.0.0.27 - - [2026-01-19 03:34:13] "POST /neutron/network HTTP/1.1" 200 838 0.006275 10.0.0.27 - - [2026-01-19 03:34:13] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.27 - - [2026-01-19 03:34:13] "POST /neutron/port HTTP/1.1" 200 1118 0.015867 10.0.0.27 - - [2026-01-19 03:34:14] "DELETE /instance-ip/dd005ceb-217e-4078-af15-71889e323e3e HTTP/1.1" 200 115 0.047648 10.0.0.27 - - [2026-01-19 03:34:14] "DELETE /virtual-machine-interface/433e54e8-449e-461c-8003-12783bfe4d3f HTTP/1.1" 200 115 0.055890 10.0.0.27 - - [2026-01-19 03:34:14] "POST /neutron/port HTTP/1.1" 200 151 0.204846 10.0.0.27 - - [2026-01-19 03:34:14] "DELETE /instance-ip/294a4a6e-e335-4837-b2cf-a8152a65ec18 HTTP/1.1" 200 115 0.051890 10.0.0.27 - - [2026-01-19 03:34:14] "DELETE /virtual-machine-interface/170d3f74-799c-4cf0-ba88-417cdc53f69b HTTP/1.1" 200 115 0.060566 10.0.0.27 - - [2026-01-19 03:34:15] "DELETE /instance-ip/3d4f5afb-2bc1-4216-a9c9-9c6d9f637efd HTTP/1.1" 200 115 0.049668 10.0.0.27 - - [2026-01-19 03:34:15] "DELETE /virtual-machine-interface/1bd54674-95a7-40ff-8aae-379936dbe747 HTTP/1.1" 200 115 0.062474 10.0.0.27 - - [2026-01-19 03:34:15] "POST /neutron/port HTTP/1.1" 200 1082 0.031557 10.0.0.23 - - [2026-01-19 03:34:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004493 10.0.0.23 - - [2026-01-19 03:34:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008978 10.0.0.27 - - [2026-01-19 03:34:15] "POST /neutron/network HTTP/1.1" 200 151 0.163759 10.0.0.27 - - [2026-01-19 03:34:15] "DELETE /route-target/a2c6e636-c920-4d30-946a-7e7b49a2c227 HTTP/1.1" 200 115 0.040809 10.0.0.27 - - [2026-01-19 03:34:15] "POST /neutron/network HTTP/1.1" 200 828 0.006218 10.0.0.27 - - [2026-01-19 03:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.23 - - [2026-01-19 03:34:16] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003089 10.0.0.27 - - [2026-01-19 03:34:16] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.068472 10.0.0.23 - - [2026-01-19 03:34:16] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001700 10.0.0.27 - - [2026-01-19 03:34:16] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?fields=virtual_networks HTTP/1.1" 200 1040 0.053808 10.0.0.23 - - [2026-01-19 03:34:16] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001315 10.0.0.27 - - [2026-01-19 03:34:16] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.048154 10.0.0.23 - - [2026-01-19 03:34:16] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001748 10.0.0.27 - - [2026-01-19 03:34:16] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?fields=security_groups HTTP/1.1" 200 1270 0.050631 10.0.0.27 - - [2026-01-19 03:34:17] "POST /fqname-to-id HTTP/1.1" 404 187 0.033860 10.0.0.23 - - [2026-01-19 03:34:17] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003373 10.0.0.23 - - [2026-01-19 03:34:17] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.23 - - [2026-01-19 03:34:17] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008313 10.0.0.23 - - [2026-01-19 03:34:17] "POST /id-to-fqname HTTP/1.1" 200 189 0.005673 10.0.0.23 - - [2026-01-19 03:34:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.004180 10.0.0.23 - - [2026-01-19 03:34:17] "POST /security-groups HTTP/1.1" 200 590 0.074407 10.0.0.23 - - [2026-01-19 03:34:17] "POST /projects HTTP/1.1" 200 583 0.298370 10.0.0.27 - - [2026-01-19 03:34:17] "POST /access-control-lists HTTP/1.1" 200 595 0.027869 10.0.0.23 - - [2026-01-19 03:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.381985 10.0.0.27 - - [2026-01-19 03:34:17] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.539378 10.0.0.27 - - [2026-01-19 03:34:18] "POST /neutron/port HTTP/1.1" 400 205 0.005582 10.0.0.27 - - [2026-01-19 03:34:18] "GET / HTTP/1.1" 200 35931 0.002271 10.0.0.27 - - [2026-01-19 03:34:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-01-19 03:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.045377 10.0.0.23 - - [2026-01-19 03:34:21] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000954 10.0.0.27 - - [2026-01-19 03:34:21] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039506 10.0.0.27 - - [2026-01-19 03:34:21] "POST /neutron/network HTTP/1.1" 200 117 0.045306 10.0.0.27 - - [2026-01-19 03:34:21] "POST /route-targets HTTP/1.1" 200 327 0.015830 10.0.0.27 - - [2026-01-19 03:34:22] "POST /neutron/network HTTP/1.1" 200 825 0.009199 10.0.0.27 - - [2026-01-19 03:34:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001572 10.0.0.27 - - [2026-01-19 03:34:22] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005797 10.0.0.27 - - [2026-01-19 03:34:22] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006038 10.0.0.27 - - [2026-01-19 03:34:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.009325 10.0.0.27 - - [2026-01-19 03:34:22] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006979 10.0.0.27 - - [2026-01-19 03:34:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001509 10.0.0.23 - - [2026-01-19 03:34:25] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001073 10.0.0.27 - - [2026-01-19 03:34:25] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.076974 10.0.0.27 - - [2026-01-19 03:34:25] "POST /neutron/port HTTP/1.1" 200 117 0.006588 10.0.0.27 - - [2026-01-19 03:34:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001356 10.0.0.27 - - [2026-01-19 03:34:25] "POST /neutron/network HTTP/1.1" 200 835 0.007782 10.0.0.27 - - [2026-01-19 03:34:26] "POST /neutron/port HTTP/1.1" 200 1061 0.020056 10.0.0.23 - - [2026-01-19 03:34:26] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001074 10.0.0.27 - - [2026-01-19 03:34:26] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.096291 10.0.0.27 - - [2026-01-19 03:34:26] "POST /neutron/network HTTP/1.1" 200 825 0.067901 10.0.0.27 - - [2026-01-19 03:34:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.010177 10.0.0.27 - - [2026-01-19 03:34:26] "POST /neutron/port HTTP/1.1" 200 1125 0.026969 10.0.0.27 - - [2026-01-19 03:34:26] "POST /neutron/port HTTP/1.1" 200 1125 0.020852 10.0.0.23 - - [2026-01-19 03:34:27] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001921 10.0.0.27 - - [2026-01-19 03:34:27] "POST /neutron/port HTTP/1.1" 200 1061 0.305928 10.0.0.27 - - [2026-01-19 03:34:27] "POST /neutron/port HTTP/1.1" 200 1115 0.119396 10.0.0.27 - - [2026-01-19 03:34:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.009282 10.0.0.27 - - [2026-01-19 03:34:31] "POST /neutron/port HTTP/1.1" 200 1125 0.018482 10.0.0.27 - - [2026-01-19 03:34:32] "POST /neutron/security_group HTTP/1.1" 200 2057 0.023235 10.0.0.27 - - [2026-01-19 03:34:32] "DELETE /access-control-list/f45e1162-5ed4-4d22-9ee8-a9f2575c467c HTTP/1.1" 200 115 0.088748 10.0.0.27 - - [2026-01-19 03:34:32] "GET /virtual-machine/07ba60df-1471-457b-932c-bffda71df9ee HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2026-01-19 03:34:32] "DELETE /project/440c00d252c745b1a05615d6709175c8 HTTP/1.1" 404 173 0.011399 10.0.0.23 - - [2026-01-19 03:34:32] "GET /projects?obj_uuids=8af640d4-5044-4769-8a30-cf784a550760&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004648 10.0.0.23 - - [2026-01-19 03:34:32] "GET /project/8af640d4-5044-4769-8a30-cf784a550760?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 191 0.042608 10.0.0.23 - - [2026-01-19 03:34:32] "DELETE /project/8af640d4-5044-4769-8a30-cf784a550760 HTTP/1.1" 404 171 0.054511 10.0.0.27 - - [2026-01-19 03:34:32] "GET /virtual-machine/07ba60df-1471-457b-932c-bffda71df9ee HTTP/1.1" 200 1290 0.028500 10.0.0.27 - - [2026-01-19 03:34:32] "GET /virtual-machine-interface/13dd2c9b-f0f0-476e-9fc9-1902ec7511a6 HTTP/1.1" 200 2936 0.005276 10.0.0.27 - - [2026-01-19 03:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2026-01-19 03:34:32] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003701 10.0.0.27 - - [2026-01-19 03:34:32] "GET /virtual-networks?parent_id=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003233 10.0.0.27 - - [2026-01-19 03:34:32] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007404 10.0.0.27 - - [2026-01-19 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2026-01-19 03:34:35] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007150 10.0.0.27 - - [2026-01-19 03:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438 10.0.0.27 - - [2026-01-19 03:34:40] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006107 10.0.0.27 - - [2026-01-19 03:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.27 - - [2026-01-19 03:34:44] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005754 10.0.0.27 - - [2026-01-19 03:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.27 - - [2026-01-19 03:34:48] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005982 10.0.0.27 - - [2026-01-19 03:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-01-19 03:34:52] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006037 10.0.0.27 - - [2026-01-19 03:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2026-01-19 03:34:56] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005792 10.0.0.27 - - [2026-01-19 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006850 10.0.0.27 - - [2026-01-19 03:35:00] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006572 10.0.0.27 - - [2026-01-19 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.27 - - [2026-01-19 03:35:04] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005875 10.0.0.27 - - [2026-01-19 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.27 - - [2026-01-19 03:35:08] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005533 10.0.0.27 - - [2026-01-19 03:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.27 - - [2026-01-19 03:35:12] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006568 10.0.0.27 - - [2026-01-19 03:35:13] "POST /neutron/port HTTP/1.1" 200 1125 0.018518 10.0.0.27 - - [2026-01-19 03:35:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005066 10.0.0.27 - - [2026-01-19 03:35:13] "POST /neutron/network HTTP/1.1" 200 825 0.008011 10.0.0.27 - - [2026-01-19 03:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.27 - - [2026-01-19 03:35:16] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005666 10.0.0.50 - - [2026-01-19 03:35:20] "GET /obj-perms HTTP/1.1" 200 5056 0.063992 10.0.0.23 - - [2026-01-19 03:35:20] "GET /obj-perms HTTP/1.1" 200 5056 0.053172 10.0.0.27 - - [2026-01-19 03:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2026-01-19 03:35:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004315 10.0.0.27 - - [2026-01-19 03:35:21] "GET /virtual-networks?parent_id=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003134 10.0.0.27 - - [2026-01-19 03:35:21] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006432 10.0.0.27 - - [2026-01-19 03:35:26] "POST /neutron/port HTTP/1.1" 200 1125 0.021198 10.0.0.27 - - [2026-01-19 03:35:31] "POST /neutron/port HTTP/1.1" 200 1125 0.021054 10.0.0.27 - - [2026-01-19 03:35:32] "POST /neutron/port HTTP/1.1" 200 1125 0.053680 10.0.0.27 - - [2026-01-19 03:35:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009004 10.0.0.27 - - [2026-01-19 03:35:42] "POST /neutron/port HTTP/1.1" 200 1125 0.019177 10.0.0.27 - - [2026-01-19 03:35:42] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007457 10.0.0.27 - - [2026-01-19 03:35:42] "GET /virtual-machine/b48a6d6c-28c7-4ee5-960a-342702f75b25 HTTP/1.1" 200 1292 0.007168 10.0.0.27 - - [2026-01-19 03:35:42] "GET /virtual-machine-interface/eada1f7a-5a15-49b1-8a88-4600d7c831a1 HTTP/1.1" 200 2936 0.006613 10.0.0.27 - - [2026-01-19 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.27 - - [2026-01-19 03:35:42] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005020 10.0.0.27 - - [2026-01-19 03:35:42] "GET /virtual-networks?parent_id=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003182 10.0.0.27 - - [2026-01-19 03:35:42] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007781 10.0.0.27 - - [2026-01-19 03:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2026-01-19 03:35:43] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003683 10.0.0.27 - - [2026-01-19 03:35:43] "GET /virtual-networks?parent_id=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003005 10.0.0.27 - - [2026-01-19 03:35:43] "GET /virtual-network/63da4007-4478-4947-b744-cf67e0645f49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006842 10.0.0.27 - - [2026-01-19 03:36:13] "POST /neutron/network HTTP/1.1" 200 835 0.008039 10.0.0.27 - - [2026-01-19 03:36:13] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.27 - - [2026-01-19 03:36:21] "GET /obj-perms HTTP/1.1" 200 5056 0.051305 10.0.0.27 - - [2026-01-19 03:37:05] "POST /neutron/network HTTP/1.1" 400 204 0.016003 10.0.0.27 - - [2026-01-19 03:37:05] "POST /neutron/port HTTP/1.1" 200 1115 0.020746 10.0.0.27 - - [2026-01-19 03:37:06] "POST /neutron/port HTTP/1.1" 200 151 0.265874 10.0.0.23 - - [2026-01-19 03:37:09] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.028103 10.0.0.27 - - [2026-01-19 03:37:09] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.100831 10.0.0.23 - - [2026-01-19 03:37:09] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001009 10.0.0.27 - - [2026-01-19 03:37:09] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?fields=virtual_networks HTTP/1.1" 200 1030 0.053374 10.0.0.23 - - [2026-01-19 03:37:09] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001029 10.0.0.27 - - [2026-01-19 03:37:09] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.041970 10.0.0.23 - - [2026-01-19 03:37:09] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001206 10.0.0.27 - - [2026-01-19 03:37:09] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?fields=security_groups HTTP/1.1" 200 1255 0.042844 10.0.0.27 - - [2026-01-19 03:37:10] "POST /fqname-to-id HTTP/1.1" 404 187 0.024823 10.0.0.23 - - [2026-01-19 03:37:10] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003295 10.0.0.23 - - [2026-01-19 03:37:10] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.23 - - [2026-01-19 03:37:10] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041658 10.0.0.23 - - [2026-01-19 03:37:10] "POST /id-to-fqname HTTP/1.1" 200 189 0.003800 10.0.0.23 - - [2026-01-19 03:37:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.009102 10.0.0.23 - - [2026-01-19 03:37:10] "POST /security-groups HTTP/1.1" 200 590 0.037833 10.0.0.23 - - [2026-01-19 03:37:10] "POST /projects HTTP/1.1" 200 583 0.255973 10.0.0.27 - - [2026-01-19 03:37:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.035106 10.0.0.23 - - [2026-01-19 03:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.330137 10.0.0.27 - - [2026-01-19 03:37:10] "POST /access-control-lists HTTP/1.1" 200 593 0.035896 10.0.0.27 - - [2026-01-19 03:37:10] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.528549 10.0.0.27 - - [2026-01-19 03:37:11] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.27 - - [2026-01-19 03:37:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.27 - - [2026-01-19 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.055755 10.0.0.23 - - [2026-01-19 03:37:13] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001143 10.0.0.27 - - [2026-01-19 03:37:14] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.048352 10.0.0.27 - - [2026-01-19 03:37:14] "POST /neutron/network HTTP/1.1" 200 117 0.045052 10.0.0.27 - - [2026-01-19 03:37:14] "POST /neutron/network HTTP/1.1" 200 824 0.008831 10.0.0.27 - - [2026-01-19 03:37:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001153 10.0.0.27 - - [2026-01-19 03:37:14] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005214 10.0.0.27 - - [2026-01-19 03:37:14] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005614 10.0.0.27 - - [2026-01-19 03:37:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.011457 10.0.0.27 - - [2026-01-19 03:37:15] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005953 10.0.0.27 - - [2026-01-19 03:37:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001378 10.0.0.23 - - [2026-01-19 03:37:17] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000966 10.0.0.27 - - [2026-01-19 03:37:17] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.074277 10.0.0.27 - - [2026-01-19 03:37:17] "POST /neutron/port HTTP/1.1" 200 117 0.006358 10.0.0.27 - - [2026-01-19 03:37:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001362 10.0.0.27 - - [2026-01-19 03:37:17] "POST /neutron/network HTTP/1.1" 200 834 0.006757 10.0.0.27 - - [2026-01-19 03:37:18] "POST /neutron/port HTTP/1.1" 200 1060 0.056498 10.0.0.23 - - [2026-01-19 03:37:18] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001394 10.0.0.27 - - [2026-01-19 03:37:18] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.141785 10.0.0.27 - - [2026-01-19 03:37:18] "POST /neutron/network HTTP/1.1" 200 824 0.006393 10.0.0.27 - - [2026-01-19 03:37:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.012063 10.0.0.27 - - [2026-01-19 03:37:19] "POST /neutron/network HTTP/1.1" 200 824 0.006352 10.0.0.27 - - [2026-01-19 03:37:19] "POST /neutron/port HTTP/1.1" 200 1124 0.022029 10.0.0.23 - - [2026-01-19 03:37:19] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001233 10.0.0.27 - - [2026-01-19 03:37:19] "POST /neutron/port HTTP/1.1" 200 1060 0.369145 10.0.0.27 - - [2026-01-19 03:37:20] "POST /neutron/port HTTP/1.1" 200 1114 0.103458 10.0.0.27 - - [2026-01-19 03:37:20] "POST /neutron/subnet HTTP/1.1" 200 703 0.010408 10.0.0.50 - - [2026-01-19 03:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-01-19 03:37:21] "GET /global-system-configs HTTP/1.1" 401 292 0.001136 10.0.0.23 - - [2026-01-19 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.23 - - [2026-01-19 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2026-01-19 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2026-01-19 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-01-19 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-01-19 03:37:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-01-19 03:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2026-01-19 03:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-01-19 03:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2026-01-19 03:37:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2026-01-19 03:37:24] "POST /neutron/port HTTP/1.1" 200 1124 0.018505 10.0.0.27 - - [2026-01-19 03:37:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007948 10.0.0.27 - - [2026-01-19 03:37:24] "GET /virtual-machine/3306a2f3-b1e2-41c6-a1d5-2bdafd40550a HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2026-01-19 03:37:24] "GET /virtual-machine/3306a2f3-b1e2-41c6-a1d5-2bdafd40550a HTTP/1.1" 200 1291 0.039487 10.0.0.27 - - [2026-01-19 03:37:24] "GET /virtual-machine-interface/f0583cb1-362f-4e67-928c-2b4a6e60c823 HTTP/1.1" 200 2937 0.006679 10.0.0.27 - - [2026-01-19 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2026-01-19 03:37:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003857 10.0.0.27 - - [2026-01-19 03:37:24] "GET /virtual-networks?parent_id=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003611 10.0.0.27 - - [2026-01-19 03:37:25] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006245 10.0.0.27 - - [2026-01-19 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-01-19 03:37:28] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007791 10.0.0.27 - - [2026-01-19 03:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007373 10.0.0.27 - - [2026-01-19 03:37:32] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005679 10.0.0.23 - - [2026-01-19 03:37:32] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000997 10.0.0.23 - - [2026-01-19 03:37:32] "DELETE /project/dadb03a5c96341d39487ef19101aef4d HTTP/1.1" 404 173 0.120581 10.0.0.27 - - [2026-01-19 03:37:32] "DELETE /access-control-list/ff5a8310-fc1f-41da-acd4-14e8f641262e HTTP/1.1" 200 115 0.095532 10.0.0.23 - - [2026-01-19 03:37:32] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.096472 10.0.0.23 - - [2026-01-19 03:37:33] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001318 10.0.0.23 - - [2026-01-19 03:37:33] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?fields=security_groups HTTP/1.1" 200 1100 0.082319 10.0.0.23 - - [2026-01-19 03:37:33] "GET /projects?obj_uuids=440c00d2-52c7-45b1-a056-15d6709175c8&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001509 10.0.0.23 - - [2026-01-19 03:37:33] "GET /project/440c00d2-52c7-45b1-a056-15d6709175c8?fields=application_policy_sets HTTP/1.1" 200 1100 0.041816 10.0.0.23 - - [2026-01-19 03:37:33] "DELETE /project/440c00d2-52c7-45b1-a056-15d6709175c8 HTTP/1.1" 404 171 0.440046 10.0.0.27 - - [2026-01-19 03:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2026-01-19 03:37:36] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005415 10.0.0.27 - - [2026-01-19 03:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006178 10.0.0.27 - - [2026-01-19 03:37:40] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005531 10.0.0.27 - - [2026-01-19 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.27 - - [2026-01-19 03:37:44] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006512 10.0.0.27 - - [2026-01-19 03:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-01-19 03:37:48] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005453 10.0.0.27 - - [2026-01-19 03:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2026-01-19 03:37:52] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006455 10.0.0.27 - - [2026-01-19 03:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.27 - - [2026-01-19 03:37:56] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006081 10.0.0.27 - - [2026-01-19 03:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2026-01-19 03:38:00] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006042 10.0.0.27 - - [2026-01-19 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.27 - - [2026-01-19 03:38:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004652 10.0.0.27 - - [2026-01-19 03:38:04] "GET /virtual-networks?parent_id=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003254 10.0.0.27 - - [2026-01-19 03:38:05] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006522 10.0.0.27 - - [2026-01-19 03:38:05] "POST /neutron/port HTTP/1.1" 200 1124 0.021603 10.0.0.27 - - [2026-01-19 03:38:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008925 10.0.0.27 - - [2026-01-19 03:38:15] "POST /neutron/port HTTP/1.1" 200 1124 0.021954 10.0.0.27 - - [2026-01-19 03:38:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.27 - - [2026-01-19 03:38:15] "POST /neutron/network HTTP/1.1" 200 824 0.007906 10.0.0.27 - - [2026-01-19 03:38:17] "POST /neutron/port HTTP/1.1" 200 1124 0.019651 10.0.0.27 - - [2026-01-19 03:38:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010720 10.0.0.50 - - [2026-01-19 03:38:22] "GET /obj-perms HTTP/1.1" 200 5056 0.064236 10.0.0.23 - - [2026-01-19 03:38:23] "GET /obj-perms HTTP/1.1" 200 5056 0.063073 10.0.0.27 - - [2026-01-19 03:38:25] "POST /neutron/port HTTP/1.1" 200 1124 0.023312 10.0.0.27 - - [2026-01-19 03:38:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007185 10.0.0.27 - - [2026-01-19 03:38:26] "GET /virtual-machine/ce1936f1-62bf-4f6b-b3bd-51392c4c55f2 HTTP/1.1" 200 1292 0.005955 10.0.0.27 - - [2026-01-19 03:38:26] "GET /virtual-machine-interface/775be8bf-291e-4288-b53b-216a97f74dd0 HTTP/1.1" 200 2936 0.005523 10.0.0.27 - - [2026-01-19 03:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2026-01-19 03:38:26] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003465 10.0.0.27 - - [2026-01-19 03:38:26] "GET /virtual-networks?parent_id=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003083 10.0.0.27 - - [2026-01-19 03:38:26] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006288 10.0.0.27 - - [2026-01-19 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.27 - - [2026-01-19 03:38:27] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003595 10.0.0.27 - - [2026-01-19 03:38:27] "GET /virtual-networks?parent_id=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003002 10.0.0.27 - - [2026-01-19 03:38:27] "GET /virtual-network/691908b0-7cd9-4036-bdaf-eeaf9f74e3b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005541 10.0.0.27 - - [2026-01-19 03:38:53] "POST /neutron/port HTTP/1.1" 200 1124 0.021643 10.0.0.27 - - [2026-01-19 03:38:53] "POST /neutron/port HTTP/1.1" 200 1124 0.022154 10.0.0.27 - - [2026-01-19 03:38:54] "POST /neutron/network HTTP/1.1" 200 824 0.007006 10.0.0.27 - - [2026-01-19 03:38:54] "DELETE /route-target/74fd3d4e-b7ba-45b5-ba78-abd485501370 HTTP/1.1" 200 115 0.031187 10.0.0.23 - - [2026-01-19 03:38:56] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001415 10.0.0.27 - - [2026-01-19 03:38:56] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.051559 10.0.0.23 - - [2026-01-19 03:38:56] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001089 10.0.0.27 - - [2026-01-19 03:38:56] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?fields=virtual_networks HTTP/1.1" 200 1031 0.044148 10.0.0.23 - - [2026-01-19 03:38:56] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001447 10.0.0.27 - - [2026-01-19 03:38:56] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051308 10.0.0.23 - - [2026-01-19 03:38:56] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001077 10.0.0.27 - - [2026-01-19 03:38:56] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?fields=security_groups HTTP/1.1" 200 1256 0.043489 10.0.0.27 - - [2026-01-19 03:39:10] "GET / HTTP/1.1" 200 35931 0.001467 10.0.0.27 - - [2026-01-19 03:39:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2026-01-19 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 201 0.061249 10.0.0.23 - - [2026-01-19 03:39:11] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003357 10.0.0.23 - - [2026-01-19 03:39:11] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.23 - - [2026-01-19 03:39:11] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007789 10.0.0.23 - - [2026-01-19 03:39:11] "POST /id-to-fqname HTTP/1.1" 200 203 0.001399 10.0.0.23 - - [2026-01-19 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 212 0.006683 10.0.0.23 - - [2026-01-19 03:39:11] "POST /security-groups HTTP/1.1" 200 604 0.077768 10.0.0.23 - - [2026-01-19 03:39:11] "POST /projects HTTP/1.1" 200 611 0.297401 10.0.0.27 - - [2026-01-19 03:39:11] "POST /fqname-to-id HTTP/1.1" 404 246 0.008845 10.0.0.23 - - [2026-01-19 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.371211 10.0.0.27 - - [2026-01-19 03:39:12] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.505127 10.0.0.27 - - [2026-01-19 03:39:13] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.27 - - [2026-01-19 03:39:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2026-01-19 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.060838 10.0.0.23 - - [2026-01-19 03:39:13] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001051 10.0.0.27 - - [2026-01-19 03:39:13] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.037356 10.0.0.23 - - [2026-01-19 03:39:14] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001041 10.0.0.27 - - [2026-01-19 03:39:14] "POST /neutron/network HTTP/1.1" 200 620 0.149060 10.0.0.27 - - [2026-01-19 03:39:14] "POST /ref-update HTTP/1.1" 200 156 0.027748 10.0.0.27 - - [2026-01-19 03:39:14] "POST /id-to-fqname HTTP/1.1" 200 234 0.005304 10.0.0.27 - - [2026-01-19 03:39:14] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007112 10.0.0.27 - - [2026-01-19 03:39:14] "POST /neutron/network HTTP/1.1" 200 839 0.007126 10.0.0.27 - - [2026-01-19 03:39:14] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005247 10.0.0.27 - - [2026-01-19 03:39:14] "POST /id-to-fqname HTTP/1.1" 200 234 0.001761 10.0.0.27 - - [2026-01-19 03:39:14] "POST /neutron/network HTTP/1.1" 200 849 0.007899 10.0.0.23 - - [2026-01-19 03:39:15] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001038 10.0.0.27 - - [2026-01-19 03:39:15] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.075836 10.0.0.27 - - [2026-01-19 03:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.008462 10.0.0.27 - - [2026-01-19 03:39:15] "POST /id-to-fqname HTTP/1.1" 200 234 0.001381 10.0.0.27 - - [2026-01-19 03:39:16] "POST /neutron/network HTTP/1.1" 200 849 0.007634 10.0.0.27 - - [2026-01-19 03:39:16] "POST /neutron/port HTTP/1.1" 200 1073 0.019526 10.0.0.23 - - [2026-01-19 03:39:16] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001030 10.0.0.27 - - [2026-01-19 03:39:16] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.082474 10.0.0.27 - - [2026-01-19 03:39:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006182 10.0.0.27 - - [2026-01-19 03:39:16] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.27 - - [2026-01-19 03:39:16] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008737 10.0.0.23 - - [2026-01-19 03:39:17] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001498 10.0.0.27 - - [2026-01-19 03:39:17] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.018382 10.0.0.27 - - [2026-01-19 03:39:17] "POST /neutron/port HTTP/1.1" 200 1073 0.327402 10.0.0.27 - - [2026-01-19 03:39:17] "POST /neutron/port HTTP/1.1" 200 1127 0.144649 10.0.0.27 - - [2026-01-19 03:39:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.010380 10.0.0.27 - - [2026-01-19 03:39:18] "GET /obj-perms HTTP/1.1" 200 5056 0.053802 10.0.0.27 - - [2026-01-19 03:39:19] "POST /neutron/port HTTP/1.1" 200 1137 0.023047 10.0.0.27 - - [2026-01-19 03:39:19] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007895 10.0.0.27 - - [2026-01-19 03:39:19] "GET /virtual-machine/111588d6-1383-4576-bc61-d57ba0d5ea1e HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2026-01-19 03:39:19] "GET /virtual-machine/111588d6-1383-4576-bc61-d57ba0d5ea1e HTTP/1.1" 200 1305 0.035079 10.0.0.27 - - [2026-01-19 03:39:19] "GET /virtual-machine-interface/65df6d84-1545-4adb-8481-58a37fc54999 HTTP/1.1" 200 3008 0.005030 10.0.0.27 - - [2026-01-19 03:39:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2026-01-19 03:39:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003646 10.0.0.27 - - [2026-01-19 03:39:19] "GET /virtual-networks?parent_id=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002768 10.0.0.27 - - [2026-01-19 03:39:19] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007114 10.0.0.27 - - [2026-01-19 03:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2026-01-19 03:39:22] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005243 10.0.0.27 - - [2026-01-19 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2026-01-19 03:39:26] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007570 10.0.0.27 - - [2026-01-19 03:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-01-19 03:39:31] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006452 10.0.0.23 - - [2026-01-19 03:39:33] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000964 10.0.0.23 - - [2026-01-19 03:39:33] "DELETE /project/bef020d7508943dca2b73175bf61dcaa HTTP/1.1" 404 173 0.010822 10.0.0.23 - - [2026-01-19 03:39:33] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.108990 10.0.0.23 - - [2026-01-19 03:39:33] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001403 10.0.0.23 - - [2026-01-19 03:39:33] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?fields=security_groups HTTP/1.1" 200 1101 0.093939 10.0.0.23 - - [2026-01-19 03:39:33] "GET /projects?obj_uuids=dadb03a5-c963-41d3-9487-ef19101aef4d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001642 10.0.0.23 - - [2026-01-19 03:39:33] "GET /project/dadb03a5-c963-41d3-9487-ef19101aef4d?fields=application_policy_sets HTTP/1.1" 200 1400 0.076227 10.0.0.23 - - [2026-01-19 03:39:33] "DELETE /project/dadb03a5-c963-41d3-9487-ef19101aef4d HTTP/1.1" 200 115 0.437142 10.0.0.27 - - [2026-01-19 03:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2026-01-19 03:39:35] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006689 10.0.0.27 - - [2026-01-19 03:39:37] "POST /neutron/port HTTP/1.1" 200 1137 0.020334 10.0.0.27 - - [2026-01-19 03:39:38] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007242 10.0.0.27 - - [2026-01-19 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2026-01-19 03:39:39] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004270 10.0.0.27 - - [2026-01-19 03:39:39] "GET /virtual-networks?parent_id=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003435 10.0.0.27 - - [2026-01-19 03:39:39] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005843 10.0.0.27 - - [2026-01-19 03:39:44] "POST /neutron/port HTTP/1.1" 200 1137 0.022139 10.0.0.27 - - [2026-01-19 03:39:44] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009763 10.0.0.27 - - [2026-01-19 03:39:44] "GET /virtual-machine/ffc38696-4da4-415d-8611-2d06c48ba593 HTTP/1.1" 200 1305 0.008071 10.0.0.27 - - [2026-01-19 03:39:44] "GET /virtual-machine-interface/7e597504-95d4-426d-b5f5-945c02813b28 HTTP/1.1" 200 3009 0.005253 10.0.0.27 - - [2026-01-19 03:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.27 - - [2026-01-19 03:39:44] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004020 10.0.0.27 - - [2026-01-19 03:39:44] "GET /virtual-networks?parent_id=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002976 10.0.0.27 - - [2026-01-19 03:39:44] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007336 10.0.0.27 - - [2026-01-19 03:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.27 - - [2026-01-19 03:39:45] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004208 10.0.0.27 - - [2026-01-19 03:39:45] "GET /virtual-networks?parent_id=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003330 10.0.0.27 - - [2026-01-19 03:39:45] "GET /virtual-network/2b85e72b-b3d1-4871-a28c-896cc1ca416a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010071 10.0.0.27 - - [2026-01-19 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2026-01-19 03:39:46] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003891 10.0.0.27 - - [2026-01-19 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.27 - - [2026-01-19 03:39:46] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004221 10.0.0.27 - - [2026-01-19 03:39:46] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.012784 10.0.0.27 - - [2026-01-19 03:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2026-01-19 03:39:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.005288 10.0.0.27 - - [2026-01-19 03:39:57] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.027158 10.0.0.27 - - [2026-01-19 03:40:16] "POST /neutron/port HTTP/1.1" 200 1137 0.017694 10.0.0.27 - - [2026-01-19 03:40:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003782 10.0.0.27 - - [2026-01-19 03:40:16] "POST /neutron/network HTTP/1.1" 200 839 0.007802 10.0.0.27 - - [2026-01-19 03:40:48] "POST /neutron/port HTTP/1.1" 200 1137 0.019037 10.0.0.27 - - [2026-01-19 03:40:48] "POST /neutron/port HTTP/1.1" 200 151 0.256406 10.0.0.27 - - [2026-01-19 03:40:50] "POST /neutron/network HTTP/1.1" 200 839 0.008874 10.0.0.27 - - [2026-01-19 03:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.23 - - [2026-01-19 03:40:50] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001348 10.0.0.27 - - [2026-01-19 03:40:50] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.047071 10.0.0.23 - - [2026-01-19 03:40:50] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002465 10.0.0.27 - - [2026-01-19 03:40:50] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?fields=virtual_networks HTTP/1.1" 200 1059 0.054057 10.0.0.23 - - [2026-01-19 03:40:50] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001019 10.0.0.27 - - [2026-01-19 03:40:50] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.040736 10.0.0.23 - - [2026-01-19 03:40:50] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000939 10.0.0.27 - - [2026-01-19 03:40:50] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?fields=security_groups HTTP/1.1" 200 1298 0.054159 10.0.0.27 - - [2026-01-19 03:40:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.034910 10.0.0.23 - - [2026-01-19 03:40:51] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003770 10.0.0.23 - - [2026-01-19 03:40:51] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.23 - - [2026-01-19 03:40:51] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009232 10.0.0.23 - - [2026-01-19 03:40:52] "POST /id-to-fqname HTTP/1.1" 200 209 0.001578 10.0.0.23 - - [2026-01-19 03:40:52] "POST /fqname-to-id HTTP/1.1" 404 217 0.004772 10.0.0.23 - - [2026-01-19 03:40:52] "POST /security-groups HTTP/1.1" 200 609 0.081458 10.0.0.23 - - [2026-01-19 03:40:52] "POST /projects HTTP/1.1" 200 621 0.317590 10.0.0.23 - - [2026-01-19 03:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.363184 10.0.0.27 - - [2026-01-19 03:40:52] "POST /access-control-lists HTTP/1.1" 200 614 0.028456 10.0.0.27 - - [2026-01-19 03:40:52] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.562886 10.0.0.27 - - [2026-01-19 03:40:53] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.27 - - [2026-01-19 03:40:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.27 - - [2026-01-19 03:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.059759 10.0.0.23 - - [2026-01-19 03:40:54] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000956 10.0.0.27 - - [2026-01-19 03:40:54] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.053944 10.0.0.23 - - [2026-01-19 03:40:54] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001116 10.0.0.27 - - [2026-01-19 03:40:54] "POST /neutron/network HTTP/1.1" 200 625 0.143855 10.0.0.27 - - [2026-01-19 03:40:54] "POST /route-targets HTTP/1.1" 200 327 0.013276 10.0.0.27 - - [2026-01-19 03:40:54] "POST /id-to-fqname HTTP/1.1" 200 239 0.004344 10.0.0.27 - - [2026-01-19 03:40:54] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006799 10.0.0.27 - - [2026-01-19 03:40:54] "POST /neutron/network HTTP/1.1" 200 846 0.006958 10.0.0.27 - - [2026-01-19 03:40:54] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005652 10.0.0.27 - - [2026-01-19 03:40:55] "POST /id-to-fqname HTTP/1.1" 200 239 0.001292 10.0.0.27 - - [2026-01-19 03:40:55] "POST /neutron/network HTTP/1.1" 200 856 0.007050 10.0.0.23 - - [2026-01-19 03:40:55] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000999 10.0.0.27 - - [2026-01-19 03:40:55] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.073922 10.0.0.27 - - [2026-01-19 03:40:56] "POST /neutron/port HTTP/1.1" 200 117 0.006577 10.0.0.27 - - [2026-01-19 03:40:56] "POST /id-to-fqname HTTP/1.1" 200 239 0.001202 10.0.0.27 - - [2026-01-19 03:40:56] "POST /neutron/network HTTP/1.1" 200 856 0.007774 10.0.0.27 - - [2026-01-19 03:40:56] "POST /neutron/port HTTP/1.1" 200 1080 0.018314 10.0.0.23 - - [2026-01-19 03:40:56] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001295 10.0.0.27 - - [2026-01-19 03:40:57] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.077346 10.0.0.27 - - [2026-01-19 03:40:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004016 10.0.0.27 - - [2026-01-19 03:40:57] "POST /neutron/port HTTP/1.1" 200 117 0.001058 10.0.0.27 - - [2026-01-19 03:40:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008304 10.0.0.23 - - [2026-01-19 03:40:57] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001302 10.0.0.27 - - [2026-01-19 03:40:57] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007980 10.0.0.27 - - [2026-01-19 03:40:58] "POST /neutron/port HTTP/1.1" 200 1080 0.377852 10.0.0.27 - - [2026-01-19 03:40:58] "POST /neutron/port HTTP/1.1" 200 1134 0.190130 10.0.0.27 - - [2026-01-19 03:40:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.009650 10.0.0.27 - - [2026-01-19 03:40:58] "GET /obj-perms HTTP/1.1" 200 5066 0.061584 10.0.0.50 - - [2026-01-19 03:40:58] "GET /obj-perms HTTP/1.1" 200 5066 0.067405 10.0.0.23 - - [2026-01-19 03:40:59] "GET /obj-perms HTTP/1.1" 200 5066 0.064657 10.0.0.27 - - [2026-01-19 03:40:59] "POST /neutron/port HTTP/1.1" 200 1144 0.021572 10.0.0.27 - - [2026-01-19 03:40:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.017460 10.0.0.27 - - [2026-01-19 03:40:59] "GET /virtual-machine/9f227d44-a3da-4198-bd76-ce21a7308870 HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2026-01-19 03:41:00] "GET /virtual-machine/9f227d44-a3da-4198-bd76-ce21a7308870 HTTP/1.1" 200 1311 0.043632 10.0.0.27 - - [2026-01-19 03:41:00] "GET /virtual-machine-interface/2556834c-1a47-4f14-a83e-e954135c5b39 HTTP/1.1" 200 3034 0.008127 10.0.0.27 - - [2026-01-19 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2026-01-19 03:41:00] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004943 10.0.0.27 - - [2026-01-19 03:41:00] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004284 10.0.0.27 - - [2026-01-19 03:41:00] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007561 10.0.0.27 - - [2026-01-19 03:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2026-01-19 03:41:03] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005115 10.0.0.27 - - [2026-01-19 03:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2026-01-19 03:41:07] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005853 10.0.0.27 - - [2026-01-19 03:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2026-01-19 03:41:11] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007391 10.0.0.27 - - [2026-01-19 03:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.27 - - [2026-01-19 03:41:15] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007070 10.0.0.27 - - [2026-01-19 03:41:18] "POST /neutron/port HTTP/1.1" 200 1144 0.045907 10.0.0.27 - - [2026-01-19 03:41:18] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007227 10.0.0.27 - - [2026-01-19 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.27 - - [2026-01-19 03:41:19] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007367 10.0.0.27 - - [2026-01-19 03:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.27 - - [2026-01-19 03:41:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007898 10.0.0.27 - - [2026-01-19 03:41:21] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.006392 10.0.0.27 - - [2026-01-19 03:41:21] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007524 10.0.0.27 - - [2026-01-19 03:41:27] "POST /neutron/port HTTP/1.1" 200 1144 0.024556 10.0.0.27 - - [2026-01-19 03:41:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009771 10.0.0.27 - - [2026-01-19 03:41:32] "POST /neutron/port HTTP/1.1" 200 1144 0.019293 10.0.0.27 - - [2026-01-19 03:41:32] "GET /virtual-machine/7b0270aa-aa3a-48fc-baca-a17cddd588ff HTTP/1.1" 200 1310 0.006508 10.0.0.27 - - [2026-01-19 03:41:32] "GET /virtual-machine-interface/789a360c-e0ef-4e53-b3b9-266e210e45c4 HTTP/1.1" 200 3034 0.005400 10.0.0.27 - - [2026-01-19 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.27 - - [2026-01-19 03:41:32] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003914 10.0.0.27 - - [2026-01-19 03:41:32] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003695 10.0.0.27 - - [2026-01-19 03:41:32] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006740 10.0.0.27 - - [2026-01-19 03:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.016392 10.0.0.27 - - [2026-01-19 03:41:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009339 10.0.0.27 - - [2026-01-19 03:41:33] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004317 10.0.0.27 - - [2026-01-19 03:41:33] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.012287 10.0.0.23 - - [2026-01-19 03:41:33] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000921 10.0.0.23 - - [2026-01-19 03:41:33] "DELETE /project/075b0fb7f3e14a6ebc313fd0a7f3f278 HTTP/1.1" 404 173 0.009079 10.0.0.23 - - [2026-01-19 03:41:33] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.055245 10.0.0.23 - - [2026-01-19 03:41:34] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001151 10.0.0.27 - - [2026-01-19 03:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.043777 10.0.0.23 - - [2026-01-19 03:41:34] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001050 10.0.0.23 - - [2026-01-19 03:41:34] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?fields=security_groups HTTP/1.1" 200 1129 0.211057 10.0.0.27 - - [2026-01-19 03:41:34] "DELETE /access-control-list/15c4dceb-134e-45b7-aa41-0ff2aa4f6bea HTTP/1.1" 200 115 0.148480 10.0.0.23 - - [2026-01-19 03:41:34] "GET /projects?obj_uuids=bef020d7-5089-43dc-a2b7-3175bf61dcaa&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002959 10.0.0.27 - - [2026-01-19 03:41:34] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.191219 10.0.0.23 - - [2026-01-19 03:41:34] "GET /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa?fields=application_policy_sets HTTP/1.1" 200 1129 0.132623 10.0.0.23 - - [2026-01-19 03:41:34] "DELETE /project/bef020d7-5089-43dc-a2b7-3175bf61dcaa HTTP/1.1" 404 171 0.523594 10.0.0.23 - - [2026-01-19 03:41:34] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001145 10.0.0.27 - - [2026-01-19 03:41:34] "POST /neutron/network HTTP/1.1" 200 625 0.177041 10.0.0.27 - - [2026-01-19 03:41:34] "POST /id-to-fqname HTTP/1.1" 200 239 0.004023 10.0.0.27 - - [2026-01-19 03:41:34] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006397 10.0.0.27 - - [2026-01-19 03:41:34] "POST /neutron/network HTTP/1.1" 200 844 0.008195 10.0.0.27 - - [2026-01-19 03:41:34] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008721 10.0.0.27 - - [2026-01-19 03:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.23 - - [2026-01-19 03:41:35] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001508 10.0.0.27 - - [2026-01-19 03:41:35] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.056511 10.0.0.27 - - [2026-01-19 03:41:35] "POST /neutron/network HTTP/1.1" 200 117 0.016802 10.0.0.27 - - [2026-01-19 03:41:35] "POST /route-targets HTTP/1.1" 200 327 0.018830 10.0.0.27 - - [2026-01-19 03:41:35] "POST /neutron/network HTTP/1.1" 200 850 0.009625 10.0.0.27 - - [2026-01-19 03:41:35] "POST /id-to-fqname HTTP/1.1" 200 242 0.001947 10.0.0.27 - - [2026-01-19 03:41:35] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.008194 10.0.0.27 - - [2026-01-19 03:41:35] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.008241 10.0.0.27 - - [2026-01-19 03:41:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.012760 10.0.0.27 - - [2026-01-19 03:41:35] "POST /id-to-fqname HTTP/1.1" 200 239 0.001310 10.0.0.27 - - [2026-01-19 03:41:35] "POST /neutron/network HTTP/1.1" 200 854 0.009115 10.0.0.23 - - [2026-01-19 03:41:36] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001023 10.0.0.27 - - [2026-01-19 03:41:36] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.072183 10.0.0.27 - - [2026-01-19 03:41:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010889 10.0.0.27 - - [2026-01-19 03:41:36] "POST /id-to-fqname HTTP/1.1" 200 242 0.001313 10.0.0.27 - - [2026-01-19 03:41:37] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012584 10.0.0.23 - - [2026-01-19 03:41:37] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001447 10.0.0.27 - - [2026-01-19 03:41:37] "POST /neutron/port HTTP/1.1" 200 1078 0.309548 10.0.0.27 - - [2026-01-19 03:41:38] "POST /neutron/port HTTP/1.1" 200 1132 0.129113 10.0.0.27 - - [2026-01-19 03:41:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.009388 10.0.0.23 - - [2026-01-19 03:41:38] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001400 10.0.0.27 - - [2026-01-19 03:41:38] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.101859 10.0.0.27 - - [2026-01-19 03:41:38] "POST /neutron/network HTTP/1.1" 200 850 0.045905 10.0.0.27 - - [2026-01-19 03:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.009198 10.0.0.27 - - [2026-01-19 03:41:38] "POST /id-to-fqname HTTP/1.1" 200 239 0.002424 10.0.0.27 - - [2026-01-19 03:41:38] "POST /id-to-fqname HTTP/1.1" 200 239 0.001268 10.0.0.27 - - [2026-01-19 03:41:38] "POST /neutron/network HTTP/1.1" 200 860 0.009960 10.0.0.27 - - [2026-01-19 03:41:39] "POST /neutron/port HTTP/1.1" 200 1078 0.017813 10.0.0.27 - - [2026-01-19 03:41:39] "POST /neutron/port HTTP/1.1" 200 1142 0.019932 10.0.0.27 - - [2026-01-19 03:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.001149 10.0.0.23 - - [2026-01-19 03:41:39] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001160 10.0.0.27 - - [2026-01-19 03:41:39] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.074328 10.0.0.27 - - [2026-01-19 03:41:39] "POST /neutron/network HTTP/1.1" 200 844 0.007367 10.0.0.27 - - [2026-01-19 03:41:40] "POST /neutron/port HTTP/1.1" 200 117 0.006544 10.0.0.27 - - [2026-01-19 03:41:40] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007915 10.0.0.23 - - [2026-01-19 03:41:40] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001827 10.0.0.27 - - [2026-01-19 03:41:41] "POST /neutron/port HTTP/1.1" 200 1078 0.292135 10.0.0.27 - - [2026-01-19 03:41:41] "POST /neutron/port HTTP/1.1" 200 1134 0.150780 10.0.0.27 - - [2026-01-19 03:41:41] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009888 10.0.0.27 - - [2026-01-19 03:41:41] "POST /neutron/port HTTP/1.1" 200 1132 0.166836 10.0.0.50 - - [2026-01-19 03:41:41] "GET /obj-perms HTTP/1.1" 200 5066 0.003955 10.0.0.23 - - [2026-01-19 03:41:41] "GET /obj-perms HTTP/1.1" 200 5066 0.005607 10.0.0.27 - - [2026-01-19 03:41:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.010432 10.0.0.27 - - [2026-01-19 03:41:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003987 10.0.0.27 - - [2026-01-19 03:41:41] "POST /neutron/network HTTP/1.1" 200 844 0.007837 10.0.0.27 - - [2026-01-19 03:41:41] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006050 10.0.0.27 - - [2026-01-19 03:41:42] "GET /obj-perms HTTP/1.1" 200 5066 0.003580 10.0.0.27 - - [2026-01-19 03:41:42] "POST /neutron/port HTTP/1.1" 200 1142 0.021399 10.0.0.27 - - [2026-01-19 03:41:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007519 10.0.0.27 - - [2026-01-19 03:41:42] "GET /virtual-machine/864b6eb1-a946-452e-a1a7-c221d48f474e HTTP/1.1" 200 1310 0.007224 10.0.0.27 - - [2026-01-19 03:41:42] "GET /virtual-machine-interface/c514ae69-b756-48e9-be94-ab9c41650c60 HTTP/1.1" 200 3044 0.006879 10.0.0.27 - - [2026-01-19 03:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.27 - - [2026-01-19 03:41:42] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004356 10.0.0.27 - - [2026-01-19 03:41:42] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003727 10.0.0.27 - - [2026-01-19 03:41:42] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.005939 10.0.0.27 - - [2026-01-19 03:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2026-01-19 03:41:45] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006780 10.0.0.27 - - [2026-01-19 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2026-01-19 03:41:49] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.007020 10.0.0.27 - - [2026-01-19 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2026-01-19 03:41:53] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006198 10.0.0.27 - - [2026-01-19 03:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.27 - - [2026-01-19 03:41:58] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.005538 10.0.0.27 - - [2026-01-19 03:41:58] "POST /neutron/port HTTP/1.1" 200 2134 0.024106 10.0.0.27 - - [2026-01-19 03:41:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009119 10.0.0.27 - - [2026-01-19 03:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006021 10.0.0.27 - - [2026-01-19 03:42:00] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005326 10.0.0.27 - - [2026-01-19 03:42:00] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003615 10.0.0.27 - - [2026-01-19 03:42:00] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006185 10.0.0.27 - - [2026-01-19 03:42:05] "POST /neutron/port HTTP/1.1" 200 1142 0.020280 10.0.0.27 - - [2026-01-19 03:42:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007971 10.0.0.27 - - [2026-01-19 03:42:10] "POST /neutron/port HTTP/1.1" 200 1142 0.019279 10.0.0.27 - - [2026-01-19 03:42:10] "GET /virtual-machine/f485deb0-bdf4-4679-9951-5cf553a33b17 HTTP/1.1" 200 1311 0.007019 10.0.0.27 - - [2026-01-19 03:42:10] "GET /virtual-machine-interface/48702e39-63a6-446f-b4f2-8018cb5c71d3 HTTP/1.1" 200 3034 0.005753 10.0.0.27 - - [2026-01-19 03:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.27 - - [2026-01-19 03:42:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003814 10.0.0.27 - - [2026-01-19 03:42:10] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004691 10.0.0.27 - - [2026-01-19 03:42:11] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006731 10.0.0.27 - - [2026-01-19 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.27 - - [2026-01-19 03:42:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.27 - - [2026-01-19 03:42:12] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003737 10.0.0.27 - - [2026-01-19 03:42:12] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007218 10.0.0.27 - - [2026-01-19 03:42:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008625 10.0.0.27 - - [2026-01-19 03:42:12] "POST /neutron/port HTTP/1.1" 200 2134 0.021936 10.0.0.27 - - [2026-01-19 03:42:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007656 10.0.0.27 - - [2026-01-19 03:42:12] "GET /virtual-machine/2076daa6-cb6a-4d36-b64a-605aebcf7b13 HTTP/1.1" 200 1586 0.006778 10.0.0.27 - - [2026-01-19 03:42:12] "GET /virtual-machine-interface/58d773ac-c3cc-414d-85d1-396725755e52 HTTP/1.1" 200 3033 0.005900 10.0.0.27 - - [2026-01-19 03:42:12] "GET /virtual-machine-interface/8615c0d9-9040-4c3f-8e76-a0e8c39c3e35 HTTP/1.1" 200 3034 0.007133 10.0.0.27 - - [2026-01-19 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.27 - - [2026-01-19 03:42:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004164 10.0.0.27 - - [2026-01-19 03:42:12] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003423 10.0.0.27 - - [2026-01-19 03:42:12] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006911 10.0.0.27 - - [2026-01-19 03:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.27 - - [2026-01-19 03:42:13] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003888 10.0.0.27 - - [2026-01-19 03:42:13] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003747 10.0.0.27 - - [2026-01-19 03:42:13] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006132 10.0.0.27 - - [2026-01-19 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.27 - - [2026-01-19 03:42:14] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004256 10.0.0.27 - - [2026-01-19 03:42:14] "GET /virtual-networks?parent_id=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003951 10.0.0.27 - - [2026-01-19 03:42:14] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008163 10.0.0.27 - - [2026-01-19 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2026-01-19 03:42:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004261 10.0.0.27 - - [2026-01-19 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2026-01-19 03:42:15] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004514 10.0.0.27 - - [2026-01-19 03:42:15] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.012392 10.0.0.27 - - [2026-01-19 03:42:15] "POST /fqname-to-id HTTP/1.1" 404 217 0.003349 10.0.0.27 - - [2026-01-19 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2026-01-19 03:42:15] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.036979 10.0.0.27 - - [2026-01-19 03:42:15] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.079801 10.0.0.27 - - [2026-01-19 03:42:16] "POST /network-policys HTTP/1.1" 200 539 0.031523 10.0.0.27 - - [2026-01-19 03:42:16] "GET /network-policy/3e363b85-7c47-4e26-bd67-33aad09892e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005936 10.0.0.27 - - [2026-01-19 03:42:16] "POST /neutron/network HTTP/1.1" 200 940 0.010844 10.0.0.27 - - [2026-01-19 03:42:16] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005850 10.0.0.27 - - [2026-01-19 03:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-01-19 03:42:16] "GET /network-policy/3e363b85-7c47-4e26-bd67-33aad09892e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005037 10.0.0.27 - - [2026-01-19 03:42:16] "POST /neutron/network HTTP/1.1" 200 938 0.012502 10.0.0.27 - - [2026-01-19 03:42:16] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005473 10.0.0.27 - - [2026-01-19 03:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.27 - - [2026-01-19 03:42:16] "GET /network-policy/3e363b85-7c47-4e26-bd67-33aad09892e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005157 10.0.0.27 - - [2026-01-19 03:42:16] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.007787 10.0.0.27 - - [2026-01-19 03:42:16] "POST /access-control-lists HTTP/1.1" 200 609 0.120270 10.0.0.27 - - [2026-01-19 03:42:16] "POST /access-control-lists HTTP/1.1" 200 609 0.075630 10.0.0.27 - - [2026-01-19 03:42:17] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.005612 10.0.0.50 - - [2026-01-19 03:42:17] "GET /obj-perms HTTP/1.1" 200 5066 0.003984 10.0.0.23 - - [2026-01-19 03:42:17] "GET /obj-perms HTTP/1.1" 200 5066 0.004256 10.0.0.27 - - [2026-01-19 03:42:17] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.010966 10.0.0.27 - - [2026-01-19 03:42:17] "GET /obj-perms HTTP/1.1" 200 5066 0.003779 10.0.0.27 - - [2026-01-19 03:42:18] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006752 10.0.0.27 - - [2026-01-19 03:42:18] "GET /virtual-network/6d04f7e2-1c7d-4a5b-8489-3a994f7d6299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2087 0.006452 10.0.0.50 - - [2026-01-19 03:42:18] "GET /obj-perms HTTP/1.1" 200 5066 0.003583 10.0.0.23 - - [2026-01-19 03:42:18] "GET /obj-perms HTTP/1.1" 200 5066 0.003984 10.0.0.27 - - [2026-01-19 03:42:20] "POST /neutron/network HTTP/1.1" 200 950 0.032993 10.0.0.27 - - [2026-01-19 03:42:20] "POST /neutron/port HTTP/1.1" 200 117 0.001911 10.0.0.50 - - [2026-01-19 03:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-01-19 03:42:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-01-19 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.23 - - [2026-01-19 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.50 - - [2026-01-19 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.50 - - [2026-01-19 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.27 - - [2026-01-19 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2026-01-19 03:42:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-01-19 03:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-01-19 03:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001114 10.0.0.27 - - [2026-01-19 03:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2026-01-19 03:42:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2026-01-19 03:42:25] "GET /obj-perms HTTP/1.1" 200 5056 0.053177 10.0.0.27 - - [2026-01-19 03:42:26] "POST /neutron/port HTTP/1.1" 200 1142 0.019849 10.0.0.27 - - [2026-01-19 03:42:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.011225 10.0.0.27 - - [2026-01-19 03:42:34] "GET /obj-perms HTTP/1.1" 200 5066 0.004435 10.0.0.27 - - [2026-01-19 03:43:22] "POST /neutron/port HTTP/1.1" 200 1144 0.019117 10.0.0.27 - - [2026-01-19 03:43:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004086 10.0.0.27 - - [2026-01-19 03:43:22] "POST /neutron/network HTTP/1.1" 200 940 0.008092 10.0.0.27 - - [2026-01-19 03:43:28] "POST /neutron/network HTTP/1.1" 200 860 0.007999 10.0.0.27 - - [2026-01-19 03:43:28] "POST /neutron/port HTTP/1.1" 200 117 0.001573 10.0.0.27 - - [2026-01-19 03:44:24] "POST /neutron/port HTTP/1.1" 200 2134 0.026537 10.0.0.27 - - [2026-01-19 03:44:24] "POST /neutron/subnet HTTP/1.1" 200 708 0.011940 10.0.0.27 - - [2026-01-19 03:44:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004237 10.0.0.27 - - [2026-01-19 03:44:24] "POST /neutron/network HTTP/1.1" 200 938 0.007304 10.0.0.27 - - [2026-01-19 03:44:28] "POST /neutron/network HTTP/1.1" 200 948 0.007296 10.0.0.27 - - [2026-01-19 03:44:28] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.27 - - [2026-01-19 03:45:26] "POST /neutron/port HTTP/1.1" 200 1144 0.019397 10.0.0.27 - - [2026-01-19 03:45:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.011635 10.0.0.50 - - [2026-01-19 03:45:28] "GET /obj-perms HTTP/1.1" 200 5056 0.059177 10.0.0.27 - - [2026-01-19 03:45:29] "POST /neutron/port HTTP/1.1" 200 1142 0.020521 10.0.0.27 - - [2026-01-19 03:45:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004056 10.0.0.27 - - [2026-01-19 03:45:29] "POST /neutron/network HTTP/1.1" 200 850 0.009433 10.0.0.27 - - [2026-01-19 03:45:55] "GET /obj-perms HTTP/1.1" 200 5066 0.004206 10.0.0.27 - - [2026-01-19 03:45:58] "GET /obj-perms HTTP/1.1" 200 5066 0.057574 10.0.0.27 - - [2026-01-19 03:45:59] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.031650 10.0.0.27 - - [2026-01-19 03:45:59] "POST /neutron/network HTTP/1.1" 200 844 0.041962 10.0.0.27 - - [2026-01-19 03:45:59] "GET /virtual-network/6be4a1be-e270-4db1-af67-e59c8f0a108b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007178 10.0.0.27 - - [2026-01-19 03:45:59] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.009111 10.0.0.27 - - [2026-01-19 03:45:59] "POST /neutron/network HTTP/1.1" 200 846 0.012397 10.0.0.27 - - [2026-01-19 03:45:59] "GET /virtual-network/b961562b-6235-4bd8-a543-be58397c86f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005311 10.0.0.27 - - [2026-01-19 03:45:59] "DELETE /network-policy/3e363b85-7c47-4e26-bd67-33aad09892e4 HTTP/1.1" 200 115 0.051478 10.0.0.27 - - [2026-01-19 03:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.013164 10.0.0.27 - - [2026-01-19 03:45:59] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005487 10.0.0.27 - - [2026-01-19 03:45:59] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.020873 10.0.0.27 - - [2026-01-19 03:45:59] "POST /ref-update HTTP/1.1" 200 156 0.038429 10.0.0.27 - - [2026-01-19 03:46:00] "POST /ref-update HTTP/1.1" 200 156 0.039017 10.0.0.27 - - [2026-01-19 03:46:01] "POST /neutron/port HTTP/1.1" 200 1142 0.023244 10.0.0.27 - - [2026-01-19 03:46:01] "POST /neutron/port HTTP/1.1" 200 2134 0.041748 10.0.0.27 - - [2026-01-19 03:46:01] "POST /neutron/port HTTP/1.1" 200 1132 0.016475 10.0.0.27 - - [2026-01-19 03:46:02] "POST /neutron/port HTTP/1.1" 200 1134 0.040476 10.0.0.23 - - [2026-01-19 03:46:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004718 10.0.0.23 - - [2026-01-19 03:46:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.27 - - [2026-01-19 03:46:03] "POST /neutron/network HTTP/1.1" 200 151 0.137769 10.0.0.27 - - [2026-01-19 03:46:03] "DELETE /route-target/f53b29fb-db8d-4048-a5a5-3af83e61a5c6 HTTP/1.1" 200 115 0.028349 10.0.0.27 - - [2026-01-19 03:46:04] "POST /neutron/network HTTP/1.1" 200 846 0.008566 10.0.0.27 - - [2026-01-19 03:46:04] "POST /neutron/port HTTP/1.1" 200 1144 0.027591 10.0.0.27 - - [2026-01-19 03:46:04] "POST /neutron/port HTTP/1.1" 200 1134 0.016196 10.0.0.27 - - [2026-01-19 03:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.017386 10.0.0.23 - - [2026-01-19 03:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003847 10.0.0.23 - - [2026-01-19 03:46:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005548 10.0.0.27 - - [2026-01-19 03:46:06] "POST /neutron/network HTTP/1.1" 200 151 0.158719 10.0.0.23 - - [2026-01-19 03:46:06] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001278 10.0.0.27 - - [2026-01-19 03:46:06] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.084948 10.0.0.23 - - [2026-01-19 03:46:06] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001017 10.0.0.27 - - [2026-01-19 03:46:06] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?fields=virtual_networks HTTP/1.1" 200 1067 0.068051 10.0.0.23 - - [2026-01-19 03:46:06] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001490 10.0.0.27 - - [2026-01-19 03:46:06] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.053577 10.0.0.23 - - [2026-01-19 03:46:07] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001175 10.0.0.27 - - [2026-01-19 03:46:07] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?fields=security_groups HTTP/1.1" 200 1311 0.051400 10.0.0.27 - - [2026-01-19 03:46:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.028455 10.0.0.23 - - [2026-01-19 03:46:07] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003947 10.0.0.23 - - [2026-01-19 03:46:08] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.23 - - [2026-01-19 03:46:08] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037890 10.0.0.23 - - [2026-01-19 03:46:08] "POST /id-to-fqname HTTP/1.1" 200 185 0.002190 10.0.0.23 - - [2026-01-19 03:46:08] "POST /fqname-to-id HTTP/1.1" 404 194 0.003668 10.0.0.23 - - [2026-01-19 03:46:08] "POST /security-groups HTTP/1.1" 200 586 0.088814 10.0.0.23 - - [2026-01-19 03:46:08] "POST /projects HTTP/1.1" 200 575 0.300947 10.0.0.27 - - [2026-01-19 03:46:08] "POST /access-control-lists HTTP/1.1" 200 591 0.029831 10.0.0.23 - - [2026-01-19 03:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.382381 10.0.0.27 - - [2026-01-19 03:46:08] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.552588 10.0.0.27 - - [2026-01-19 03:46:09] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.23 - - [2026-01-19 03:46:10] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001250 10.0.0.27 - - [2026-01-19 03:46:10] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.044950 10.0.0.27 - - [2026-01-19 03:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2026-01-19 03:46:10] "GET /security-group/96c8b8c4-151d-458b-a2f0-2672d1f5497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004337 10.0.0.27 - - [2026-01-19 03:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2026-01-19 03:46:11] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001670 10.0.0.27 - - [2026-01-19 03:46:11] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.063251 10.0.0.27 - - [2026-01-19 03:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.27 - - [2026-01-19 03:46:11] "GET /security-group/96c8b8c4-151d-458b-a2f0-2672d1f5497e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.005768 10.0.0.27 - - [2026-01-19 03:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2026-01-19 03:46:11] "PUT /security-group/96c8b8c4-151d-458b-a2f0-2672d1f5497e HTTP/1.1" 200 262 0.017897 10.0.0.27 - - [2026-01-19 03:46:11] "PUT /access-control-list/4db688ff-6772-417d-a683-34c6513581c4 HTTP/1.1" 200 272 0.017603 10.0.0.23 - - [2026-01-19 03:46:13] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001152 10.0.0.27 - - [2026-01-19 03:46:13] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.042095 10.0.0.23 - - [2026-01-19 03:46:13] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001424 10.0.0.27 - - [2026-01-19 03:46:13] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?fields=virtual_networks HTTP/1.1" 200 1022 0.046771 10.0.0.23 - - [2026-01-19 03:46:14] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001360 10.0.0.27 - - [2026-01-19 03:46:14] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.050997 10.0.0.23 - - [2026-01-19 03:46:14] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.27 - - [2026-01-19 03:46:14] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?fields=security_groups HTTP/1.1" 200 1243 0.048203 10.0.0.27 - - [2026-01-19 03:46:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.027433 10.0.0.23 - - [2026-01-19 03:46:15] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002888 10.0.0.23 - - [2026-01-19 03:46:15] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.23 - - [2026-01-19 03:46:15] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009212 10.0.0.23 - - [2026-01-19 03:46:15] "POST /id-to-fqname HTTP/1.1" 200 194 0.003873 10.0.0.23 - - [2026-01-19 03:46:15] "POST /fqname-to-id HTTP/1.1" 404 203 0.009170 10.0.0.23 - - [2026-01-19 03:46:15] "POST /security-groups HTTP/1.1" 200 595 0.032463 10.0.0.23 - - [2026-01-19 03:46:15] "POST /projects HTTP/1.1" 200 593 0.272967 10.0.0.27 - - [2026-01-19 03:46:15] "POST /access-control-lists HTTP/1.1" 200 600 0.030969 10.0.0.23 - - [2026-01-19 03:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.349021 10.0.0.27 - - [2026-01-19 03:46:15] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.505507 10.0.0.27 - - [2026-01-19 03:46:16] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.27 - - [2026-01-19 03:46:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2026-01-19 03:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.060867 10.0.0.23 - - [2026-01-19 03:46:18] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000922 10.0.0.27 - - [2026-01-19 03:46:18] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047307 10.0.0.27 - - [2026-01-19 03:46:19] "POST /route-targets HTTP/1.1" 200 327 0.012946 10.0.0.23 - - [2026-01-19 03:46:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007468 10.0.0.27 - - [2026-01-19 03:46:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.288898 10.0.0.27 - - [2026-01-19 03:46:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001228 10.0.0.27 - - [2026-01-19 03:46:19] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005653 10.0.0.27 - - [2026-01-19 03:46:19] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006304 10.0.0.27 - - [2026-01-19 03:46:19] "POST /neutron/network HTTP/1.1" 200 843 0.008147 10.0.0.27 - - [2026-01-19 03:46:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001549 10.0.0.23 - - [2026-01-19 03:46:20] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001633 10.0.0.27 - - [2026-01-19 03:46:20] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.090130 10.0.0.27 - - [2026-01-19 03:46:20] "POST /neutron/network HTTP/1.1" 200 843 0.007883 10.0.0.27 - - [2026-01-19 03:46:20] "POST /id-to-fqname HTTP/1.1" 200 231 0.001725 10.0.0.27 - - [2026-01-19 03:46:20] "POST /neutron/port HTTP/1.1" 200 117 0.007692 10.0.0.27 - - [2026-01-19 03:46:21] "POST /neutron/port HTTP/1.1" 200 1065 0.018297 10.0.0.27 - - [2026-01-19 03:46:21] "POST /neutron/port HTTP/1.1" 200 1129 0.021087 10.0.0.27 - - [2026-01-19 03:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.23 - - [2026-01-19 03:46:28] "GET /obj-perms HTTP/1.1" 200 5056 0.051640 10.0.0.23 - - [2026-01-19 03:46:34] "DELETE /project/ea001f4eb0714c6bac838a52bfbfdfc1 HTTP/1.1" 404 173 0.006516 10.0.0.23 - - [2026-01-19 03:46:34] "DELETE /project/751718316a874d58ae9dc847f7cd7aba HTTP/1.1" 404 173 0.010785 10.0.0.23 - - [2026-01-19 03:46:34] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000950 10.0.0.23 - - [2026-01-19 03:46:34] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.23 - - [2026-01-19 03:46:34] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.063487 10.0.0.23 - - [2026-01-19 03:46:34] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.074595 10.0.0.23 - - [2026-01-19 03:46:34] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000875 10.0.0.23 - - [2026-01-19 03:46:34] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.23 - - [2026-01-19 03:46:34] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?fields=security_groups HTTP/1.1" 200 1416 0.072728 10.0.0.23 - - [2026-01-19 03:46:34] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?fields=security_groups HTTP/1.1" 200 1348 0.063052 10.0.0.23 - - [2026-01-19 03:46:35] "DELETE /security-group/0070c893-4931-4dde-956f-addbfe7dbcae HTTP/1.1" 200 115 0.132770 10.0.0.23 - - [2026-01-19 03:46:35] "GET /projects?obj_uuids=075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001419 10.0.0.23 - - [2026-01-19 03:46:35] "DELETE /security-group/e0f43cf9-f9b2-4b38-a079-622094da8b9c HTTP/1.1" 200 115 0.166417 10.0.0.23 - - [2026-01-19 03:46:35] "GET /projects?obj_uuids=75171831-6a87-4d58-ae9d-c847f7cd7aba&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.006764 10.0.0.23 - - [2026-01-19 03:46:35] "GET /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278?fields=application_policy_sets HTTP/1.1" 200 1455 0.096065 10.0.0.23 - - [2026-01-19 03:46:35] "GET /project/75171831-6a87-4d58-ae9d-c847f7cd7aba?fields=application_policy_sets HTTP/1.1" 200 1387 0.109045 10.0.0.27 - - [2026-01-19 03:46:35] "DELETE /access-control-list/43fd0c80-ce92-45e4-b57d-fc543bda9996 HTTP/1.1" 200 115 0.098614 10.0.0.23 - - [2026-01-19 03:46:35] "DELETE /project/075b0fb7-f3e1-4a6e-bc31-3fd0a7f3f278 HTTP/1.1" 200 115 0.786660 10.0.0.23 - - [2026-01-19 03:46:35] "DELETE /project/75171831-6a87-4d58-ae9d-c847f7cd7aba HTTP/1.1" 200 115 0.845459 10.0.0.27 - - [2026-01-19 03:46:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.044769 10.0.0.23 - - [2026-01-19 03:46:42] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001057 10.0.0.27 - - [2026-01-19 03:46:42] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.076615 10.0.0.27 - - [2026-01-19 03:46:42] "POST /neutron/port HTTP/1.1" 200 1129 0.021996 10.0.0.27 - - [2026-01-19 03:46:42] "POST /neutron/port HTTP/1.1" 200 1129 0.018701 10.0.0.27 - - [2026-01-19 03:46:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007468 10.0.0.27 - - [2026-01-19 03:46:43] "GET /virtual-machine/f466e0f4-20fe-48eb-a7ea-82bdc1bfd096 HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2026-01-19 03:46:43] "POST /neutron/network HTTP/1.1" 200 853 0.009734 10.0.0.27 - - [2026-01-19 03:46:43] "GET /virtual-machine/f466e0f4-20fe-48eb-a7ea-82bdc1bfd096 HTTP/1.1" 200 1297 0.048348 10.0.0.27 - - [2026-01-19 03:46:43] "GET /virtual-machine-interface/723b9e90-8201-4e0d-90c4-d9487cf7cec6 HTTP/1.1" 200 2982 0.010721 10.0.0.27 - - [2026-01-19 03:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2026-01-19 03:46:43] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172 10.0.0.27 - - [2026-01-19 03:46:43] "GET /virtual-networks?parent_id=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.009165 10.0.0.27 - - [2026-01-19 03:46:43] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006365 10.0.0.27 - - [2026-01-19 03:46:43] "POST /neutron/port HTTP/1.1" 200 1065 0.068185 10.0.0.27 - - [2026-01-19 03:46:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005038 10.0.0.27 - - [2026-01-19 03:46:44] "POST /neutron/network HTTP/1.1" 200 843 0.014451 10.0.0.27 - - [2026-01-19 03:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.27 - - [2026-01-19 03:46:44] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012247 10.0.0.27 - - [2026-01-19 03:46:44] "GET /virtual-networks?parent_id=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004106 10.0.0.27 - - [2026-01-19 03:46:44] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006170 10.0.0.27 - - [2026-01-19 03:46:50] "POST /neutron/port HTTP/1.1" 200 1129 0.043708 10.0.0.27 - - [2026-01-19 03:46:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009107 10.0.0.27 - - [2026-01-19 03:47:05] "POST /neutron/port HTTP/1.1" 200 1129 0.020649 10.0.0.27 - - [2026-01-19 03:47:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008413 10.0.0.27 - - [2026-01-19 03:47:20] "POST /neutron/port HTTP/1.1" 200 1129 0.020394 10.0.0.50 - - [2026-01-19 03:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.50 - - [2026-01-19 03:47:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.23 - - [2026-01-19 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2026-01-19 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000721 10.0.0.50 - - [2026-01-19 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2026-01-19 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.27 - - [2026-01-19 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2026-01-19 03:47:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-01-19 03:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-01-19 03:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-01-19 03:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2026-01-19 03:47:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2026-01-19 03:47:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008537 10.0.0.27 - - [2026-01-19 03:47:26] "POST /neutron/port HTTP/1.1" 200 1129 0.022226 10.0.0.27 - - [2026-01-19 03:47:26] "GET /virtual-machine/34672482-1b4f-4eda-8b07-3ac4c8fd1667 HTTP/1.1" 200 1296 0.006776 10.0.0.27 - - [2026-01-19 03:47:26] "GET /virtual-machine-interface/6c897f86-3fd1-4c4c-b586-32402ce47f9e HTTP/1.1" 200 2982 0.005860 10.0.0.27 - - [2026-01-19 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.27 - - [2026-01-19 03:47:26] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003670 10.0.0.27 - - [2026-01-19 03:47:26] "GET /virtual-networks?parent_id=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003437 10.0.0.27 - - [2026-01-19 03:47:26] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006092 10.0.0.27 - - [2026-01-19 03:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.27 - - [2026-01-19 03:47:29] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007015 10.0.0.27 - - [2026-01-19 03:47:30] "POST /neutron/port HTTP/1.1" 200 1129 0.045033 10.0.0.27 - - [2026-01-19 03:47:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.011702 10.0.0.27 - - [2026-01-19 03:47:31] "POST /neutron/port HTTP/1.1" 200 1129 0.026139 10.0.0.27 - - [2026-01-19 03:47:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004174 10.0.0.27 - - [2026-01-19 03:47:31] "POST /neutron/network HTTP/1.1" 200 843 0.007855 10.0.0.27 - - [2026-01-19 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2026-01-19 03:47:33] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005643 10.0.0.27 - - [2026-01-19 03:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2026-01-19 03:47:37] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005871 10.0.0.27 - - [2026-01-19 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2026-01-19 03:47:41] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005687 10.0.0.27 - - [2026-01-19 03:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.27 - - [2026-01-19 03:47:45] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008014 10.0.0.27 - - [2026-01-19 03:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 03:47:49] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005660 10.0.0.27 - - [2026-01-19 03:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.27 - - [2026-01-19 03:47:53] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006791 10.0.0.27 - - [2026-01-19 03:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.27 - - [2026-01-19 03:47:58] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.010570 10.0.0.27 - - [2026-01-19 03:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2026-01-19 03:48:02] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006125 10.0.0.27 - - [2026-01-19 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-01-19 03:48:06] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006149 10.0.0.27 - - [2026-01-19 03:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2026-01-19 03:48:10] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006179 10.0.0.27 - - [2026-01-19 03:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.27 - - [2026-01-19 03:48:14] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007551 10.0.0.27 - - [2026-01-19 03:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.27 - - [2026-01-19 03:48:18] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.009899 10.0.0.27 - - [2026-01-19 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2026-01-19 03:48:22] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005709 10.0.0.27 - - [2026-01-19 03:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2026-01-19 03:48:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004302 10.0.0.27 - - [2026-01-19 03:48:24] "GET /virtual-networks?parent_id=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004107 10.0.0.27 - - [2026-01-19 03:48:24] "GET /virtual-network/a31bb4fb-18b9-4ed8-b8ac-5bd71f7b89d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006232 10.0.0.27 - - [2026-01-19 03:48:25] "POST /neutron/port HTTP/1.1" 200 1129 0.022870 10.0.0.27 - - [2026-01-19 03:48:29] "POST /neutron/port HTTP/1.1" 200 1129 0.022363 10.0.0.27 - - [2026-01-19 03:48:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.010616 10.0.0.27 - - [2026-01-19 03:48:30] "POST /neutron/port HTTP/1.1" 200 1129 0.022703 10.0.0.50 - - [2026-01-19 03:48:30] "GET /obj-perms HTTP/1.1" 200 5056 0.049438 10.0.0.27 - - [2026-01-19 03:48:31] "POST /neutron/port HTTP/1.1" 200 1129 0.021285 10.0.0.27 - - [2026-01-19 03:48:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.010142 10.0.0.27 - - [2026-01-19 03:48:35] "POST /neutron/port HTTP/1.1" 200 1129 0.021943 10.0.0.27 - - [2026-01-19 03:48:40] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008870 10.0.0.27 - - [2026-01-19 03:48:50] "POST /neutron/port HTTP/1.1" 200 1129 0.020511 10.0.0.27 - - [2026-01-19 03:48:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008873 10.0.0.27 - - [2026-01-19 03:49:06] "POST /fqname-to-id HTTP/1.1" 404 240 0.004119 10.0.0.27 - - [2026-01-19 03:49:06] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.036815 10.0.0.27 - - [2026-01-19 03:49:06] "GET /bgp-as-a-service/371899f2-bb6c-48e7-a691-af376e02877c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.008637 10.0.0.27 - - [2026-01-19 03:49:06] "GET /virtual-machine-interface/6c897f86-3fd1-4c4c-b586-32402ce47f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007196 10.0.0.27 - - [2026-01-19 03:49:06] "POST /ref-update HTTP/1.1" 200 156 0.013894 10.0.0.27 - - [2026-01-19 03:49:06] "POST /neutron/network HTTP/1.1" 200 843 0.007014 10.0.0.27 - - [2026-01-19 03:49:06] "POST /bgp-routers HTTP/1.1" 200 603 0.060138 10.0.0.27 - - [2026-01-19 03:49:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.010054 10.0.0.27 - - [2026-01-19 03:49:07] "POST /ref-update HTTP/1.1" 200 156 0.015557 10.0.0.27 - - [2026-01-19 03:49:30] "POST /neutron/network HTTP/1.1" 200 853 0.006338 10.0.0.27 - - [2026-01-19 03:49:30] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.27 - - [2026-01-19 03:49:31] "GET /obj-perms HTTP/1.1" 200 5056 0.058785 10.0.0.27 - - [2026-01-19 03:49:32] "GET /bgp-as-a-service/371899f2-bb6c-48e7-a691-af376e02877c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006402 10.0.0.27 - - [2026-01-19 03:49:32] "GET /virtual-machine-interface/6c897f86-3fd1-4c4c-b586-32402ce47f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.009935 10.0.0.27 - - [2026-01-19 03:49:32] "POST /ref-update HTTP/1.1" 200 156 0.015585 10.0.0.27 - - [2026-01-19 03:49:32] "POST /ref-update HTTP/1.1" 200 156 0.032699 10.0.0.27 - - [2026-01-19 03:49:32] "DELETE /bgp-as-a-service/371899f2-bb6c-48e7-a691-af376e02877c HTTP/1.1" 200 115 0.063894 10.0.0.27 - - [2026-01-19 03:49:33] "POST /neutron/network HTTP/1.1" 400 204 0.015960 10.0.0.27 - - [2026-01-19 03:49:33] "POST /neutron/port HTTP/1.1" 200 151 0.235456 10.0.0.27 - - [2026-01-19 03:49:33] "POST /neutron/port HTTP/1.1" 200 151 0.267732 10.0.0.27 - - [2026-01-19 03:49:35] "DELETE /route-target/1184caac-51f7-4aa4-8c4c-3e3189587ed3 HTTP/1.1" 200 115 0.026722 10.0.0.23 - - [2026-01-19 03:49:36] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.032919 10.0.0.27 - - [2026-01-19 03:49:36] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.080713 10.0.0.23 - - [2026-01-19 03:49:36] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001308 10.0.0.27 - - [2026-01-19 03:49:36] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?fields=virtual_networks HTTP/1.1" 200 1041 0.051000 10.0.0.23 - - [2026-01-19 03:49:36] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001096 10.0.0.27 - - [2026-01-19 03:49:36] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.056710 10.0.0.23 - - [2026-01-19 03:49:36] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001022 10.0.0.27 - - [2026-01-19 03:49:36] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?fields=security_groups HTTP/1.1" 200 1271 0.044672 10.0.0.27 - - [2026-01-19 03:49:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.027817 10.0.0.23 - - [2026-01-19 03:49:37] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003087 10.0.0.23 - - [2026-01-19 03:49:37] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.23 - - [2026-01-19 03:49:37] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008051 10.0.0.23 - - [2026-01-19 03:49:37] "POST /id-to-fqname HTTP/1.1" 200 191 0.008750 10.0.0.23 - - [2026-01-19 03:49:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.005121 10.0.0.23 - - [2026-01-19 03:49:38] "POST /security-groups HTTP/1.1" 200 592 0.073790 10.0.0.23 - - [2026-01-19 03:49:38] "POST /projects HTTP/1.1" 200 587 0.311546 10.0.0.27 - - [2026-01-19 03:49:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.010567 10.0.0.23 - - [2026-01-19 03:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.382731 10.0.0.27 - - [2026-01-19 03:49:38] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.540724 10.0.0.27 - - [2026-01-19 03:49:39] "GET / HTTP/1.1" 200 35931 0.002526 10.0.0.27 - - [2026-01-19 03:49:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2026-01-19 03:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.070995 10.0.0.23 - - [2026-01-19 03:49:41] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.27 - - [2026-01-19 03:49:41] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056979 10.0.0.27 - - [2026-01-19 03:49:41] "POST /neutron/network HTTP/1.1" 200 117 0.045755 10.0.0.27 - - [2026-01-19 03:49:41] "POST /ref-update HTTP/1.1" 200 156 0.029616 10.0.0.27 - - [2026-01-19 03:49:42] "POST /neutron/network HTTP/1.1" 200 831 0.010357 10.0.0.27 - - [2026-01-19 03:49:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.002328 10.0.0.27 - - [2026-01-19 03:49:42] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006453 10.0.0.27 - - [2026-01-19 03:49:42] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006203 10.0.0.27 - - [2026-01-19 03:49:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.010555 10.0.0.27 - - [2026-01-19 03:49:42] "POST /id-to-fqname HTTP/1.1" 200 225 0.001883 10.0.0.23 - - [2026-01-19 03:49:43] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000999 10.0.0.27 - - [2026-01-19 03:49:43] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076313 10.0.0.27 - - [2026-01-19 03:49:43] "POST /neutron/port HTTP/1.1" 200 117 0.007112 10.0.0.27 - - [2026-01-19 03:49:43] "POST /id-to-fqname HTTP/1.1" 200 225 0.001168 10.0.0.27 - - [2026-01-19 03:49:43] "POST /neutron/network HTTP/1.1" 200 841 0.008220 10.0.0.27 - - [2026-01-19 03:49:44] "POST /neutron/port HTTP/1.1" 200 1059 0.030318 10.0.0.23 - - [2026-01-19 03:49:44] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.27 - - [2026-01-19 03:49:44] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.110007 10.0.0.27 - - [2026-01-19 03:49:44] "POST /neutron/port HTTP/1.1" 200 1123 0.059864 10.0.0.27 - - [2026-01-19 03:49:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.013466 10.0.0.27 - - [2026-01-19 03:49:44] "POST /neutron/port HTTP/1.1" 200 1123 0.041320 10.0.0.27 - - [2026-01-19 03:49:44] "POST /id-to-fqname HTTP/1.1" 200 225 0.001456 10.0.0.27 - - [2026-01-19 03:49:44] "POST /neutron/port HTTP/1.1" 200 1123 0.046005 10.0.0.27 - - [2026-01-19 03:49:45] "POST /neutron/network HTTP/1.1" 200 841 0.013633 10.0.0.27 - - [2026-01-19 03:49:45] "POST /neutron/port HTTP/1.1" 200 1059 0.036307 10.0.0.23 - - [2026-01-19 03:49:45] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001691 10.0.0.27 - - [2026-01-19 03:49:45] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.118036 10.0.0.27 - - [2026-01-19 03:49:46] "POST /neutron/network HTTP/1.1" 200 831 0.043950 10.0.0.27 - - [2026-01-19 03:49:46] "POST /neutron/port HTTP/1.1" 200 117 0.001793 10.0.0.27 - - [2026-01-19 03:49:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009524 10.0.0.27 - - [2026-01-19 03:49:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017483 10.0.0.27 - - [2026-01-19 03:49:47] "POST /neutron/port HTTP/1.1" 200 1059 0.041533 10.0.0.27 - - [2026-01-19 03:49:47] "POST /neutron/port HTTP/1.1" 200 1123 0.046468 10.0.0.27 - - [2026-01-19 03:49:47] "POST /neutron/port HTTP/1.1" 200 117 0.002553 10.0.0.27 - - [2026-01-19 03:49:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018253 10.0.0.27 - - [2026-01-19 03:50:01] "POST /neutron/port HTTP/1.1" 200 1123 0.022466 10.0.0.27 - - [2026-01-19 03:50:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008402 10.0.0.27 - - [2026-01-19 03:50:17] "POST /neutron/port HTTP/1.1" 200 1123 0.019022 10.0.0.27 - - [2026-01-19 03:50:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009157 10.0.0.27 - - [2026-01-19 03:50:22] "POST /neutron/port HTTP/1.1" 200 1123 0.027480 10.0.0.27 - - [2026-01-19 03:50:22] "GET /virtual-machine/c02caa38-ac31-426a-9c28-cabd01be3dd0 HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-01-19 03:50:22] "GET /virtual-machine/c02caa38-ac31-426a-9c28-cabd01be3dd0 HTTP/1.1" 200 1294 0.032880 10.0.0.27 - - [2026-01-19 03:50:22] "GET /virtual-machine-interface/7fcd00c9-a124-4fdf-9878-e52a189a6a32 HTTP/1.1" 200 2958 0.007031 10.0.0.27 - - [2026-01-19 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.27 - - [2026-01-19 03:50:22] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004314 10.0.0.27 - - [2026-01-19 03:50:22] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003189 10.0.0.27 - - [2026-01-19 03:50:22] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007137 10.0.0.27 - - [2026-01-19 03:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-01-19 03:50:25] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007854 10.0.0.27 - - [2026-01-19 03:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.27 - - [2026-01-19 03:50:29] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006840 10.0.0.27 - - [2026-01-19 03:50:32] "POST /neutron/port HTTP/1.1" 200 1123 0.016668 10.0.0.27 - - [2026-01-19 03:50:32] "POST /neutron/subnet HTTP/1.1" 200 689 0.008212 10.0.0.23 - - [2026-01-19 03:50:32] "GET /obj-perms HTTP/1.1" 200 5056 0.053799 10.0.0.27 - - [2026-01-19 03:50:33] "POST /neutron/port HTTP/1.1" 200 1123 0.020704 10.0.0.27 - - [2026-01-19 03:50:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.018021 10.0.0.27 - - [2026-01-19 03:50:33] "POST /neutron/network HTTP/1.1" 200 831 0.007315 10.0.0.27 - - [2026-01-19 03:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-01-19 03:50:34] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005956 10.0.0.23 - - [2026-01-19 03:50:36] "DELETE /project/4de51f5c20b74a66a79e2b1f75d013ab HTTP/1.1" 404 173 0.022427 10.0.0.23 - - [2026-01-19 03:50:36] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003377 10.0.0.23 - - [2026-01-19 03:50:36] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.124350 10.0.0.23 - - [2026-01-19 03:50:36] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001217 10.0.0.23 - - [2026-01-19 03:50:36] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?fields=security_groups HTTP/1.1" 200 1111 0.102406 10.0.0.23 - - [2026-01-19 03:50:36] "GET /projects?obj_uuids=ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001112 10.0.0.23 - - [2026-01-19 03:50:36] "GET /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1?fields=application_policy_sets HTTP/1.1" 404 171 0.027493 10.0.0.23 - - [2026-01-19 03:50:36] "DELETE /project/ea001f4e-b071-4c6b-ac83-8a52bfbfdfc1 HTTP/1.1" 404 171 0.380594 10.0.0.27 - - [2026-01-19 03:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2026-01-19 03:50:38] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011231 10.0.0.27 - - [2026-01-19 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-01-19 03:50:42] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005667 10.0.0.27 - - [2026-01-19 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2026-01-19 03:50:46] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006237 10.0.0.27 - - [2026-01-19 03:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2026-01-19 03:50:50] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005976 10.0.0.27 - - [2026-01-19 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.27 - - [2026-01-19 03:50:54] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006872 10.0.0.27 - - [2026-01-19 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006053 10.0.0.27 - - [2026-01-19 03:50:58] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007330 10.0.0.27 - - [2026-01-19 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-01-19 03:51:02] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006410 10.0.0.27 - - [2026-01-19 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-01-19 03:51:06] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006380 10.0.0.27 - - [2026-01-19 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2026-01-19 03:51:10] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005916 10.0.0.27 - - [2026-01-19 03:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2026-01-19 03:51:15] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005527 10.0.0.27 - - [2026-01-19 03:51:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.27 - - [2026-01-19 03:51:19] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007369 10.0.0.27 - - [2026-01-19 03:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.27 - - [2026-01-19 03:51:23] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006058 10.0.0.27 - - [2026-01-19 03:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-01-19 03:51:27] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006328 10.0.0.27 - - [2026-01-19 03:51:31] "POST /neutron/port HTTP/1.1" 200 1123 0.022471 10.0.0.27 - - [2026-01-19 03:51:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004196 10.0.0.27 - - [2026-01-19 03:51:31] "POST /neutron/network HTTP/1.1" 200 831 0.009007 10.0.0.27 - - [2026-01-19 03:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.27 - - [2026-01-19 03:51:31] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006029 10.0.0.27 - - [2026-01-19 03:51:34] "POST /neutron/port HTTP/1.1" 200 1123 0.033324 10.0.0.27 - - [2026-01-19 03:51:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004182 10.0.0.27 - - [2026-01-19 03:51:34] "POST /neutron/network HTTP/1.1" 200 831 0.007740 10.0.0.27 - - [2026-01-19 03:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2026-01-19 03:51:35] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006242 10.0.0.27 - - [2026-01-19 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2026-01-19 03:51:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003619 10.0.0.27 - - [2026-01-19 03:51:37] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002747 10.0.0.27 - - [2026-01-19 03:51:37] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006051 10.0.0.27 - - [2026-01-19 03:51:37] "POST /neutron/port HTTP/1.1" 200 1123 0.022061 10.0.0.27 - - [2026-01-19 03:51:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008014 10.0.0.27 - - [2026-01-19 03:51:53] "POST /neutron/port HTTP/1.1" 200 1123 0.019830 10.0.0.27 - - [2026-01-19 03:51:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007737 10.0.0.27 - - [2026-01-19 03:52:08] "POST /neutron/port HTTP/1.1" 200 1123 0.019934 10.0.0.27 - - [2026-01-19 03:52:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007701 10.0.0.50 - - [2026-01-19 03:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2026-01-19 03:52:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-01-19 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-01-19 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.50 - - [2026-01-19 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.50 - - [2026-01-19 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2026-01-19 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2026-01-19 03:52:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.23 - - [2026-01-19 03:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2026-01-19 03:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000655 10.0.0.27 - - [2026-01-19 03:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2026-01-19 03:52:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.27 - - [2026-01-19 03:52:24] "POST /neutron/port HTTP/1.1" 200 1123 0.027556 10.0.0.27 - - [2026-01-19 03:52:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009049 10.0.0.27 - - [2026-01-19 03:52:24] "GET /virtual-machine/f75f2c43-1ea0-4884-b633-0c52150728c2 HTTP/1.1" 200 1294 0.008049 10.0.0.27 - - [2026-01-19 03:52:24] "GET /virtual-machine-interface/195d000f-e9ec-49b6-8970-1c8d81ebc761 HTTP/1.1" 200 2957 0.005483 10.0.0.27 - - [2026-01-19 03:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.016588 10.0.0.27 - - [2026-01-19 03:52:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005123 10.0.0.27 - - [2026-01-19 03:52:24] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.008635 10.0.0.27 - - [2026-01-19 03:52:24] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006739 10.0.0.27 - - [2026-01-19 03:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.27 - - [2026-01-19 03:52:25] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003994 10.0.0.27 - - [2026-01-19 03:52:25] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003188 10.0.0.27 - - [2026-01-19 03:52:25] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006993 10.0.0.27 - - [2026-01-19 03:52:25] "POST /neutron/port HTTP/1.1" 200 1123 0.029206 10.0.0.27 - - [2026-01-19 03:52:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009944 10.0.0.27 - - [2026-01-19 03:52:26] "GET /virtual-machine/50a0a9c1-50ff-479d-809a-22a75a605ae9 HTTP/1.1" 200 1292 0.006573 10.0.0.27 - - [2026-01-19 03:52:26] "GET /virtual-machine-interface/d217700c-f741-41b3-b57e-c15a71739c19 HTTP/1.1" 200 2959 0.007148 10.0.0.27 - - [2026-01-19 03:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.27 - - [2026-01-19 03:52:26] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004551 10.0.0.27 - - [2026-01-19 03:52:26] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003710 10.0.0.27 - - [2026-01-19 03:52:26] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007091 10.0.0.27 - - [2026-01-19 03:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006841 10.0.0.27 - - [2026-01-19 03:52:27] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004137 10.0.0.27 - - [2026-01-19 03:52:27] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003109 10.0.0.27 - - [2026-01-19 03:52:27] "GET /virtual-network/88bcb4fd-43f2-442c-9f48-4f388bd1cf1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005975 10.0.0.27 - - [2026-01-19 03:52:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003951 10.0.0.27 - - [2026-01-19 03:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2026-01-19 03:52:27] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009342 10.0.0.27 - - [2026-01-19 03:52:27] "POST /control-node-zones HTTP/1.1" 200 569 0.028703 10.0.0.27 - - [2026-01-19 03:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2026-01-19 03:52:27] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006474 10.0.0.27 - - [2026-01-19 03:52:27] "GET /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006395 10.0.0.27 - - [2026-01-19 03:52:27] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.025419 10.0.0.27 - - [2026-01-19 03:52:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.003651 10.0.0.27 - - [2026-01-19 03:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.27 - - [2026-01-19 03:52:28] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006981 10.0.0.27 - - [2026-01-19 03:52:28] "POST /control-node-zones HTTP/1.1" 200 569 0.029749 10.0.0.27 - - [2026-01-19 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.27 - - [2026-01-19 03:52:28] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005741 10.0.0.27 - - [2026-01-19 03:52:28] "GET /control-node-zone/1d579581-bd00-4b70-ab3a-6a38b4cf4893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006587 10.0.0.27 - - [2026-01-19 03:52:28] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.020549 10.0.0.27 - - [2026-01-19 03:52:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003375 10.0.0.27 - - [2026-01-19 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2026-01-19 03:52:28] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007684 10.0.0.27 - - [2026-01-19 03:52:28] "POST /control-node-zones HTTP/1.1" 200 569 0.030830 10.0.0.27 - - [2026-01-19 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.27 - - [2026-01-19 03:52:28] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005605 10.0.0.27 - - [2026-01-19 03:52:28] "GET /control-node-zone/91bee5dd-7a47-4c97-8a71-b0da7c66679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006223 10.0.0.27 - - [2026-01-19 03:52:28] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.023116 10.0.0.27 - - [2026-01-19 03:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.27 - - [2026-01-19 03:52:28] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008012 10.0.0.27 - - [2026-01-19 03:52:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.004131 10.0.0.27 - - [2026-01-19 03:52:28] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032849 10.0.0.27 - - [2026-01-19 03:52:29] "POST /neutron/network HTTP/1.1" 200 831 0.008882 10.0.0.27 - - [2026-01-19 03:52:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.010433 10.0.0.27 - - [2026-01-19 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2026-01-19 03:52:29] "GET /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006473 10.0.0.27 - - [2026-01-19 03:52:29] "GET /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005005 10.0.0.27 - - [2026-01-19 03:52:29] "POST /ref-update HTTP/1.1" 200 156 0.018657 10.0.0.27 - - [2026-01-19 03:52:34] "POST /neutron/network HTTP/1.1" 200 841 0.050502 10.0.0.27 - - [2026-01-19 03:52:34] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.27 - - [2026-01-19 03:52:34] "POST /neutron/port HTTP/1.1" 200 1123 0.045996 10.0.0.27 - - [2026-01-19 03:52:34] "POST /neutron/subnet HTTP/1.1" 200 689 0.010737 10.0.0.27 - - [2026-01-19 03:52:45] "GET /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.009737 10.0.0.27 - - [2026-01-19 03:52:45] "GET /virtual-machine-interface/7fcd00c9-a124-4fdf-9878-e52a189a6a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.011608 10.0.0.27 - - [2026-01-19 03:52:45] "POST /ref-update HTTP/1.1" 200 156 0.014652 10.0.0.27 - - [2026-01-19 03:52:45] "POST /bgp-routers HTTP/1.1" 200 594 0.029164 10.0.0.27 - - [2026-01-19 03:52:45] "POST /ref-update HTTP/1.1" 200 156 0.022534 10.0.0.27 - - [2026-01-19 03:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.27 - - [2026-01-19 03:52:45] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007110 10.0.0.27 - - [2026-01-19 03:52:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.003503 10.0.0.27 - - [2026-01-19 03:52:45] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034729 10.0.0.27 - - [2026-01-19 03:52:45] "POST /neutron/network HTTP/1.1" 200 831 0.006828 10.0.0.27 - - [2026-01-19 03:52:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.009571 10.0.0.27 - - [2026-01-19 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2026-01-19 03:52:46] "GET /bgp-as-a-service/be7c9c08-f927-466c-80e7-ffd4725e24b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006611 10.0.0.27 - - [2026-01-19 03:52:46] "GET /control-node-zone/1d579581-bd00-4b70-ab3a-6a38b4cf4893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005788 10.0.0.27 - - [2026-01-19 03:52:46] "POST /ref-update HTTP/1.1" 200 156 0.016466 10.0.0.27 - - [2026-01-19 03:52:53] "GET /bgp-as-a-service/be7c9c08-f927-466c-80e7-ffd4725e24b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.008487 10.0.0.27 - - [2026-01-19 03:52:53] "GET /virtual-machine-interface/195d000f-e9ec-49b6-8970-1c8d81ebc761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.013294 10.0.0.27 - - [2026-01-19 03:52:53] "POST /ref-update HTTP/1.1" 200 156 0.014766 10.0.0.27 - - [2026-01-19 03:52:53] "POST /ref-update HTTP/1.1" 200 156 0.043454 10.0.0.27 - - [2026-01-19 03:53:12] "GET /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004940 10.0.0.27 - - [2026-01-19 03:53:12] "POST /ref-update HTTP/1.1" 200 156 0.023512 10.0.0.27 - - [2026-01-19 03:53:12] "GET /control-node-zone/1d579581-bd00-4b70-ab3a-6a38b4cf4893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004973 10.0.0.27 - - [2026-01-19 03:53:12] "POST /ref-update HTTP/1.1" 200 156 0.020862 10.0.0.27 - - [2026-01-19 03:53:12] "GET /control-node-zone/91bee5dd-7a47-4c97-8a71-b0da7c66679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004817 10.0.0.27 - - [2026-01-19 03:53:12] "POST /ref-update HTTP/1.1" 200 156 0.021798 10.0.0.27 - - [2026-01-19 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.27 - - [2026-01-19 03:53:12] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005610 10.0.0.27 - - [2026-01-19 03:53:12] "GET /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003620 10.0.0.27 - - [2026-01-19 03:53:12] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.021297 10.0.0.27 - - [2026-01-19 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.27 - - [2026-01-19 03:53:12] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005120 10.0.0.27 - - [2026-01-19 03:53:12] "GET /control-node-zone/1d579581-bd00-4b70-ab3a-6a38b4cf4893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003369 10.0.0.27 - - [2026-01-19 03:53:12] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.021111 10.0.0.27 - - [2026-01-19 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2026-01-19 03:53:12] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005948 10.0.0.27 - - [2026-01-19 03:53:12] "GET /control-node-zone/91bee5dd-7a47-4c97-8a71-b0da7c66679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004663 10.0.0.27 - - [2026-01-19 03:53:12] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.021536 10.0.0.27 - - [2026-01-19 03:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.27 - - [2026-01-19 03:53:25] "GET /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006526 10.0.0.27 - - [2026-01-19 03:53:25] "GET /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003769 10.0.0.27 - - [2026-01-19 03:53:25] "POST /ref-update HTTP/1.1" 200 156 0.016703 10.0.0.27 - - [2026-01-19 03:53:25] "GET /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005253 10.0.0.27 - - [2026-01-19 03:53:25] "POST /ref-update HTTP/1.1" 200 156 0.021209 10.0.0.27 - - [2026-01-19 03:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.27 - - [2026-01-19 03:53:25] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007551 10.0.0.27 - - [2026-01-19 03:53:25] "POST /neutron/network HTTP/1.1" 200 831 0.007241 10.0.0.27 - - [2026-01-19 03:53:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2026-01-19 03:53:25] "GET /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.006435 10.0.0.27 - - [2026-01-19 03:53:25] "GET /control-node-zone/91bee5dd-7a47-4c97-8a71-b0da7c66679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003751 10.0.0.27 - - [2026-01-19 03:53:25] "POST /ref-update HTTP/1.1" 200 156 0.017113 10.0.0.27 - - [2026-01-19 03:53:28] "GET /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.007086 10.0.0.27 - - [2026-01-19 03:53:28] "GET /virtual-machine-interface/7fcd00c9-a124-4fdf-9878-e52a189a6a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008576 10.0.0.50 - - [2026-01-19 03:53:34] "GET /obj-perms HTTP/1.1" 200 5056 0.064521 10.0.0.27 - - [2026-01-19 03:53:34] "POST /neutron/port HTTP/1.1" 200 1123 0.027027 10.0.0.27 - - [2026-01-19 03:53:34] "POST /neutron/subnet HTTP/1.1" 200 689 0.009261 10.0.0.27 - - [2026-01-19 03:53:34] "POST /neutron/port HTTP/1.1" 200 1123 0.020641 10.0.0.27 - - [2026-01-19 03:53:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004209 10.0.0.27 - - [2026-01-19 03:53:35] "POST /neutron/network HTTP/1.1" 200 831 0.006776 10.0.0.27 - - [2026-01-19 03:53:47] "GET /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.004318 10.0.0.27 - - [2026-01-19 03:53:47] "GET /virtual-machine-interface/7fcd00c9-a124-4fdf-9878-e52a189a6a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007070 10.0.0.27 - - [2026-01-19 03:53:47] "POST /ref-update HTTP/1.1" 200 156 0.018481 10.0.0.27 - - [2026-01-19 03:53:47] "GET /bgp-as-a-service/be7c9c08-f927-466c-80e7-ffd4725e24b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.007570 10.0.0.27 - - [2026-01-19 03:53:47] "GET /virtual-machine-interface/195d000f-e9ec-49b6-8970-1c8d81ebc761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005300 10.0.0.27 - - [2026-01-19 03:53:47] "POST /ref-update HTTP/1.1" 200 156 0.016628 10.0.0.27 - - [2026-01-19 03:53:47] "DELETE /bgp-as-a-service/be7c9c08-f927-466c-80e7-ffd4725e24b6 HTTP/1.1" 200 115 0.050754 10.0.0.27 - - [2026-01-19 03:53:47] "GET /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.006088 10.0.0.27 - - [2026-01-19 03:53:47] "GET /virtual-machine-interface/7fcd00c9-a124-4fdf-9878-e52a189a6a32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007424 10.0.0.27 - - [2026-01-19 03:53:47] "DELETE /bgp-as-a-service/08f41f08-d2d1-4b72-a94c-4c0fc2b7957b HTTP/1.1" 200 115 0.054057 10.0.0.27 - - [2026-01-19 03:53:47] "GET /control-node-zone/91bee5dd-7a47-4c97-8a71-b0da7c66679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004359 10.0.0.27 - - [2026-01-19 03:53:47] "POST /ref-update HTTP/1.1" 200 156 0.022302 10.0.0.27 - - [2026-01-19 03:53:47] "DELETE /control-node-zone/91bee5dd-7a47-4c97-8a71-b0da7c66679f HTTP/1.1" 200 115 0.029085 10.0.0.27 - - [2026-01-19 03:53:47] "GET /control-node-zone/1d579581-bd00-4b70-ab3a-6a38b4cf4893?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007038 10.0.0.27 - - [2026-01-19 03:53:47] "POST /ref-update HTTP/1.1" 200 156 0.020998 10.0.0.27 - - [2026-01-19 03:53:47] "POST /ref-update HTTP/1.1" 404 171 0.003765 10.0.0.27 - - [2026-01-19 03:53:47] "DELETE /control-node-zone/1d579581-bd00-4b70-ab3a-6a38b4cf4893 HTTP/1.1" 200 115 0.048803 10.0.0.27 - - [2026-01-19 03:53:47] "GET /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005316 10.0.0.27 - - [2026-01-19 03:53:47] "POST /ref-update HTTP/1.1" 200 156 0.038157 10.0.0.27 - - [2026-01-19 03:53:47] "DELETE /control-node-zone/93973941-8614-4513-8c3c-d5cff3d11b01 HTTP/1.1" 200 115 0.051373 10.0.0.27 - - [2026-01-19 03:53:48] "POST /neutron/port HTTP/1.1" 200 1123 0.034747 10.0.0.27 - - [2026-01-19 03:53:48] "POST /neutron/port HTTP/1.1" 200 1113 0.018541 10.0.0.27 - - [2026-01-19 03:53:48] "POST /neutron/port HTTP/1.1" 200 1123 0.034613 10.0.0.27 - - [2026-01-19 03:53:50] "POST /neutron/network HTTP/1.1" 200 831 0.007260 10.0.0.27 - - [2026-01-19 03:53:50] "DELETE /route-target/c866afb1-a372-47e5-a1b6-9633862722e2 HTTP/1.1" 200 115 0.024837 10.0.0.27 - - [2026-01-19 03:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2026-01-19 03:53:52] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.27 - - [2026-01-19 03:53:53] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038432 10.0.0.23 - - [2026-01-19 03:53:53] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.27 - - [2026-01-19 03:53:53] "POST /neutron/network HTTP/1.1" 200 614 0.146478 10.0.0.27 - - [2026-01-19 03:53:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.003366 10.0.0.27 - - [2026-01-19 03:53:53] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005511 10.0.0.27 - - [2026-01-19 03:53:53] "POST /neutron/network HTTP/1.1" 200 833 0.007741 10.0.0.27 - - [2026-01-19 03:53:53] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006374 10.0.0.27 - - [2026-01-19 03:53:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001216 10.0.0.27 - - [2026-01-19 03:53:53] "POST /neutron/network HTTP/1.1" 200 843 0.006768 10.0.0.23 - - [2026-01-19 03:53:54] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.27 - - [2026-01-19 03:53:54] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083685 10.0.0.27 - - [2026-01-19 03:53:54] "POST /neutron/port HTTP/1.1" 200 117 0.008069 10.0.0.27 - - [2026-01-19 03:53:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001956 10.0.0.27 - - [2026-01-19 03:53:55] "POST /neutron/network HTTP/1.1" 200 843 0.006964 10.0.0.23 - - [2026-01-19 03:53:55] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.27 - - [2026-01-19 03:53:55] "POST /neutron/port HTTP/1.1" 200 1061 0.025077 10.0.0.27 - - [2026-01-19 03:53:55] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.080229 10.0.0.27 - - [2026-01-19 03:53:55] "POST /neutron/port HTTP/1.1" 200 1125 0.030185 10.0.0.27 - - [2026-01-19 03:53:55] "POST /neutron/port HTTP/1.1" 200 1125 0.019960 10.0.0.27 - - [2026-01-19 03:53:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006991 10.0.0.27 - - [2026-01-19 03:53:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001318 10.0.0.27 - - [2026-01-19 03:53:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007489 10.0.0.23 - - [2026-01-19 03:53:56] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.27 - - [2026-01-19 03:53:56] "POST /neutron/port HTTP/1.1" 200 1061 0.327405 10.0.0.27 - - [2026-01-19 03:53:56] "POST /neutron/port HTTP/1.1" 200 1115 0.110987 10.0.0.27 - - [2026-01-19 03:53:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.012986 10.0.0.23 - - [2026-01-19 03:53:57] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.27 - - [2026-01-19 03:53:57] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075174 10.0.0.27 - - [2026-01-19 03:53:57] "POST /neutron/network HTTP/1.1" 200 833 0.007468 10.0.0.27 - - [2026-01-19 03:53:57] "POST /neutron/port HTTP/1.1" 200 117 0.006455 10.0.0.27 - - [2026-01-19 03:53:57] "POST /neutron/port HTTP/1.1" 200 1125 0.016739 10.0.0.27 - - [2026-01-19 03:53:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008203 10.0.0.27 - - [2026-01-19 03:53:57] "GET /virtual-machine/66f5bcf6-950e-40f7-988a-80d660bc62ec HTTP/1.1" 200 1293 0.007525 10.0.0.27 - - [2026-01-19 03:53:57] "GET /virtual-machine-interface/b1cf894b-5a4e-4c4e-83bf-5fa83b425bb8 HTTP/1.1" 200 2958 0.008092 10.0.0.27 - - [2026-01-19 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.27 - - [2026-01-19 03:53:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004481 10.0.0.27 - - [2026-01-19 03:53:57] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.007608 10.0.0.27 - - [2026-01-19 03:53:57] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007298 10.0.0.27 - - [2026-01-19 03:53:58] "POST /neutron/port HTTP/1.1" 200 1061 0.031933 10.0.0.27 - - [2026-01-19 03:53:58] "POST /neutron/port HTTP/1.1" 200 1125 0.022982 10.0.0.27 - - [2026-01-19 03:53:58] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.27 - - [2026-01-19 03:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2026-01-19 03:54:00] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007370 10.0.0.27 - - [2026-01-19 03:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-01-19 03:54:04] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005628 10.0.0.27 - - [2026-01-19 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-01-19 03:54:09] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008542 10.0.0.27 - - [2026-01-19 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-01-19 03:54:13] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006041 10.0.0.27 - - [2026-01-19 03:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2026-01-19 03:54:17] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005998 10.0.0.27 - - [2026-01-19 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2026-01-19 03:54:21] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006287 10.0.0.27 - - [2026-01-19 03:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2026-01-19 03:54:25] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006145 10.0.0.27 - - [2026-01-19 03:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.27 - - [2026-01-19 03:54:29] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006853 10.0.0.27 - - [2026-01-19 03:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-01-19 03:54:33] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006366 10.0.0.27 - - [2026-01-19 03:54:34] "GET /obj-perms HTTP/1.1" 200 5056 0.057373 10.0.0.27 - - [2026-01-19 03:54:35] "POST /neutron/port HTTP/1.1" 200 1125 0.024666 10.0.0.27 - - [2026-01-19 03:54:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.011202 10.0.0.27 - - [2026-01-19 03:54:36] "POST /neutron/port HTTP/1.1" 200 1125 0.035207 10.0.0.27 - - [2026-01-19 03:54:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.27 - - [2026-01-19 03:54:36] "POST /neutron/network HTTP/1.1" 200 833 0.008287 10.0.0.27 - - [2026-01-19 03:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.27 - - [2026-01-19 03:54:37] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007902 10.0.0.27 - - [2026-01-19 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040433 10.0.0.27 - - [2026-01-19 03:54:41] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006009 10.0.0.27 - - [2026-01-19 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.27 - - [2026-01-19 03:54:45] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005917 10.0.0.27 - - [2026-01-19 03:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-01-19 03:54:50] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006342 10.0.0.27 - - [2026-01-19 03:54:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.27 - - [2026-01-19 03:54:54] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009722 10.0.0.27 - - [2026-01-19 03:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.27 - - [2026-01-19 03:54:58] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005848 10.0.0.27 - - [2026-01-19 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2026-01-19 03:55:02] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005687 10.0.0.27 - - [2026-01-19 03:55:04] "POST /neutron/port HTTP/1.1" 200 1125 0.046108 10.0.0.27 - - [2026-01-19 03:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.27 - - [2026-01-19 03:55:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003953 10.0.0.27 - - [2026-01-19 03:55:06] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002880 10.0.0.27 - - [2026-01-19 03:55:06] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005973 10.0.0.27 - - [2026-01-19 03:55:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.042903 10.0.0.27 - - [2026-01-19 03:55:12] "POST /neutron/port HTTP/1.1" 200 1125 0.020842 10.0.0.27 - - [2026-01-19 03:55:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008056 10.0.0.27 - - [2026-01-19 03:55:27] "POST /neutron/port HTTP/1.1" 200 1125 0.019573 10.0.0.27 - - [2026-01-19 03:55:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007286 10.0.0.23 - - [2026-01-19 03:55:35] "GET /obj-perms HTTP/1.1" 200 5056 0.061336 10.0.0.27 - - [2026-01-19 03:55:36] "POST /neutron/network HTTP/1.1" 200 843 0.007761 10.0.0.27 - - [2026-01-19 03:55:36] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.27 - - [2026-01-19 03:55:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008417 10.0.0.27 - - [2026-01-19 03:55:38] "POST /neutron/network HTTP/1.1" 200 843 0.007513 10.0.0.27 - - [2026-01-19 03:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.001351 10.0.0.27 - - [2026-01-19 03:55:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009103 10.0.0.27 - - [2026-01-19 03:55:53] "POST /neutron/port HTTP/1.1" 200 1125 0.018966 10.0.0.27 - - [2026-01-19 03:55:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011006 10.0.0.27 - - [2026-01-19 03:55:53] "GET /virtual-machine/33df26b3-89f4-46a6-8ece-b7ee4afe3756 HTTP/1.1" 200 1293 0.035310 10.0.0.27 - - [2026-01-19 03:55:53] "GET /virtual-machine-interface/562f555f-03ec-4606-83e2-4134e1bc25eb HTTP/1.1" 200 2957 0.005800 10.0.0.27 - - [2026-01-19 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2026-01-19 03:55:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004107 10.0.0.27 - - [2026-01-19 03:55:53] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003814 10.0.0.27 - - [2026-01-19 03:55:53] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006335 10.0.0.27 - - [2026-01-19 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2026-01-19 03:55:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005201 10.0.0.27 - - [2026-01-19 03:55:54] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003924 10.0.0.27 - - [2026-01-19 03:55:54] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005998 10.0.0.27 - - [2026-01-19 03:55:54] "POST /neutron/port HTTP/1.1" 200 1125 0.021838 10.0.0.27 - - [2026-01-19 03:55:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008633 10.0.0.27 - - [2026-01-19 03:55:55] "GET /virtual-machine/7f2fcd98-9c43-4d8a-a24d-d82d830d8c81 HTTP/1.1" 200 1293 0.007053 10.0.0.27 - - [2026-01-19 03:55:55] "GET /virtual-machine-interface/2327dbb7-bc1b-4b13-a1b0-036923d9a0e1 HTTP/1.1" 200 2958 0.006079 10.0.0.27 - - [2026-01-19 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2026-01-19 03:55:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004010 10.0.0.27 - - [2026-01-19 03:55:55] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004392 10.0.0.27 - - [2026-01-19 03:55:55] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006201 10.0.0.27 - - [2026-01-19 03:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.27 - - [2026-01-19 03:55:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005026 10.0.0.27 - - [2026-01-19 03:55:56] "GET /virtual-networks?parent_id=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003996 10.0.0.27 - - [2026-01-19 03:55:56] "GET /virtual-network/19c3ea9c-3378-4e7f-afec-c7266d52d6cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006588 10.0.0.27 - - [2026-01-19 03:55:56] "POST /neutron/port HTTP/1.1" 200 1125 0.018108 10.0.0.27 - - [2026-01-19 03:56:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003839 10.0.0.27 - - [2026-01-19 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005403 10.0.0.27 - - [2026-01-19 03:56:01] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.011007 10.0.0.27 - - [2026-01-19 03:56:01] "POST /control-node-zones HTTP/1.1" 200 569 0.048709 10.0.0.27 - - [2026-01-19 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2026-01-19 03:56:01] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006067 10.0.0.27 - - [2026-01-19 03:56:01] "GET /control-node-zone/f2d75b56-9f05-48dc-b6ec-33e670c3e366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008788 10.0.0.27 - - [2026-01-19 03:56:02] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.025181 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003435 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.27 - - [2026-01-19 03:56:02] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007012 10.0.0.27 - - [2026-01-19 03:56:02] "POST /control-node-zones HTTP/1.1" 200 569 0.029397 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2026-01-19 03:56:02] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007208 10.0.0.27 - - [2026-01-19 03:56:02] "GET /control-node-zone/d80eef9b-af1a-4fa2-980c-fa57e8a14b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006428 10.0.0.27 - - [2026-01-19 03:56:02] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.022027 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.005666 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2026-01-19 03:56:02] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007902 10.0.0.27 - - [2026-01-19 03:56:02] "POST /control-node-zones HTTP/1.1" 200 569 0.025649 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2026-01-19 03:56:02] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007296 10.0.0.27 - - [2026-01-19 03:56:02] "GET /control-node-zone/f36a2fbe-fced-4a06-930e-645e262e600f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007813 10.0.0.27 - - [2026-01-19 03:56:02] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.023473 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.27 - - [2026-01-19 03:56:02] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006990 10.0.0.27 - - [2026-01-19 03:56:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.004215 10.0.0.27 - - [2026-01-19 03:56:02] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030669 10.0.0.27 - - [2026-01-19 03:56:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.011109 10.0.0.27 - - [2026-01-19 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.27 - - [2026-01-19 03:56:03] "GET /bgp-as-a-service/444d7dbb-aa19-4dbe-9e4e-46be3a8a5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006912 10.0.0.27 - - [2026-01-19 03:56:03] "GET /control-node-zone/f2d75b56-9f05-48dc-b6ec-33e670c3e366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006327 10.0.0.27 - - [2026-01-19 03:56:03] "POST /ref-update HTTP/1.1" 200 156 0.016239 10.0.0.27 - - [2026-01-19 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-01-19 03:56:03] "GET /bgp-as-a-service/444d7dbb-aa19-4dbe-9e4e-46be3a8a5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.006458 10.0.0.27 - - [2026-01-19 03:56:03] "GET /control-node-zone/d80eef9b-af1a-4fa2-980c-fa57e8a14b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004149 10.0.0.27 - - [2026-01-19 03:56:03] "POST /ref-update HTTP/1.1" 200 156 0.016887 10.0.0.27 - - [2026-01-19 03:56:14] "GET /bgp-as-a-service/444d7dbb-aa19-4dbe-9e4e-46be3a8a5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008355 10.0.0.27 - - [2026-01-19 03:56:14] "GET /virtual-machine-interface/b1cf894b-5a4e-4c4e-83bf-5fa83b425bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007080 10.0.0.27 - - [2026-01-19 03:56:14] "POST /ref-update HTTP/1.1" 200 156 0.015497 10.0.0.27 - - [2026-01-19 03:56:14] "POST /bgp-routers HTTP/1.1" 200 594 0.061821 10.0.0.27 - - [2026-01-19 03:56:15] "POST /ref-update HTTP/1.1" 200 156 0.020544 10.0.0.27 - - [2026-01-19 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2026-01-19 03:56:15] "GET /global-system-config/75e3d15a-764f-4a13-9001-845906793bf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007148 10.0.0.27 - - [2026-01-19 03:56:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003821 10.0.0.27 - - [2026-01-19 03:56:15] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038059 10.0.0.27 - - [2026-01-19 03:56:15] "POST /neutron/network HTTP/1.1" 200 833 0.009421 10.0.0.27 - - [2026-01-19 03:56:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.009523 10.0.0.27 - - [2026-01-19 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2026-01-19 03:56:15] "GET /bgp-as-a-service/b1049698-7216-411e-96bb-949846e53412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006096 10.0.0.27 - - [2026-01-19 03:56:15] "GET /control-node-zone/f2d75b56-9f05-48dc-b6ec-33e670c3e366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006021 10.0.0.27 - - [2026-01-19 03:56:15] "POST /ref-update HTTP/1.1" 200 156 0.017559 10.0.0.27 - - [2026-01-19 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2026-01-19 03:56:15] "GET /bgp-as-a-service/b1049698-7216-411e-96bb-949846e53412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006663 10.0.0.27 - - [2026-01-19 03:56:15] "GET /control-node-zone/d80eef9b-af1a-4fa2-980c-fa57e8a14b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004593 10.0.0.27 - - [2026-01-19 03:56:15] "POST /ref-update HTTP/1.1" 200 156 0.017143 10.0.0.27 - - [2026-01-19 03:56:23] "GET /bgp-as-a-service/b1049698-7216-411e-96bb-949846e53412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007360 10.0.0.27 - - [2026-01-19 03:56:23] "GET /virtual-machine-interface/562f555f-03ec-4606-83e2-4134e1bc25eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.007225 10.0.0.27 - - [2026-01-19 03:56:23] "POST /ref-update HTTP/1.1" 200 156 0.016670 10.0.0.27 - - [2026-01-19 03:56:23] "POST /ref-update HTTP/1.1" 200 156 0.053601 10.0.0.27 - - [2026-01-19 03:56:38] "POST /neutron/port HTTP/1.1" 200 1125 0.022686 10.0.0.27 - - [2026-01-19 03:56:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004540 10.0.0.27 - - [2026-01-19 03:56:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.27 - - [2026-01-19 03:56:38] "POST /neutron/network HTTP/1.1" 200 833 0.009066 10.0.0.27 - - [2026-01-19 03:56:44] "GET /bgp-as-a-service/b1049698-7216-411e-96bb-949846e53412?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.007331 10.0.0.27 - - [2026-01-19 03:56:44] "GET /virtual-machine-interface/562f555f-03ec-4606-83e2-4134e1bc25eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007385 10.0.0.27 - - [2026-01-19 03:56:44] "POST /ref-update HTTP/1.1" 200 156 0.024461 10.0.0.27 - - [2026-01-19 03:56:44] "POST /ref-update HTTP/1.1" 200 156 0.034638 10.0.0.27 - - [2026-01-19 03:56:44] "DELETE /bgp-as-a-service/b1049698-7216-411e-96bb-949846e53412 HTTP/1.1" 200 115 0.102470 10.0.0.27 - - [2026-01-19 03:56:44] "GET /bgp-as-a-service/444d7dbb-aa19-4dbe-9e4e-46be3a8a5278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.010628 10.0.0.27 - - [2026-01-19 03:56:44] "GET /virtual-machine-interface/b1cf894b-5a4e-4c4e-83bf-5fa83b425bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.013911 10.0.0.27 - - [2026-01-19 03:56:44] "POST /ref-update HTTP/1.1" 200 156 0.019757 10.0.0.27 - - [2026-01-19 03:56:45] "POST /ref-update HTTP/1.1" 200 156 0.019112 10.0.0.27 - - [2026-01-19 03:56:45] "DELETE /bgp-as-a-service/444d7dbb-aa19-4dbe-9e4e-46be3a8a5278 HTTP/1.1" 200 115 0.062271 10.0.0.27 - - [2026-01-19 03:56:45] "GET /control-node-zone/f36a2fbe-fced-4a06-930e-645e262e600f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006144 10.0.0.27 - - [2026-01-19 03:56:45] "POST /ref-update HTTP/1.1" 200 156 0.020479 10.0.0.27 - - [2026-01-19 03:56:45] "DELETE /control-node-zone/f36a2fbe-fced-4a06-930e-645e262e600f HTTP/1.1" 200 115 0.034189 10.0.0.27 - - [2026-01-19 03:56:45] "GET /control-node-zone/d80eef9b-af1a-4fa2-980c-fa57e8a14b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005007 10.0.0.27 - - [2026-01-19 03:56:45] "POST /ref-update HTTP/1.1" 200 156 0.023604 10.0.0.27 - - [2026-01-19 03:56:45] "DELETE /control-node-zone/d80eef9b-af1a-4fa2-980c-fa57e8a14b43 HTTP/1.1" 200 115 0.029005 10.0.0.27 - - [2026-01-19 03:56:45] "GET /control-node-zone/f2d75b56-9f05-48dc-b6ec-33e670c3e366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005151 10.0.0.27 - - [2026-01-19 03:56:45] "POST /ref-update HTTP/1.1" 200 156 0.029305 10.0.0.27 - - [2026-01-19 03:56:45] "DELETE /control-node-zone/f2d75b56-9f05-48dc-b6ec-33e670c3e366 HTTP/1.1" 200 115 0.029275 10.0.0.27 - - [2026-01-19 03:56:45] "POST /neutron/network HTTP/1.1" 200 833 0.007318 10.0.0.27 - - [2026-01-19 03:56:46] "POST /neutron/port HTTP/1.1" 200 1115 0.015314 10.0.0.27 - - [2026-01-19 03:56:46] "POST /neutron/port HTTP/1.1" 200 1125 0.038334 10.0.0.27 - - [2026-01-19 03:56:46] "POST /neutron/port HTTP/1.1" 200 151 0.310084 10.0.0.27 - - [2026-01-19 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2026-01-19 03:56:48] "POST /useragent-kv HTTP/1.1" 200 115 0.057152 10.0.0.23 - - [2026-01-19 03:56:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003486 10.0.0.27 - - [2026-01-19 03:56:48] "POST /neutron/network HTTP/1.1" 200 151 0.203226 10.0.0.23 - - [2026-01-19 03:56:49] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.27 - - [2026-01-19 03:56:49] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068500 10.0.0.23 - - [2026-01-19 03:56:49] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.27 - - [2026-01-19 03:56:49] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?fields=virtual_networks HTTP/1.1" 200 1034 0.045610 10.0.0.23 - - [2026-01-19 03:56:49] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.27 - - [2026-01-19 03:56:49] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057775 10.0.0.23 - - [2026-01-19 03:56:49] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.27 - - [2026-01-19 03:56:49] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?fields=security_groups HTTP/1.1" 200 1261 0.047898 10.0.0.27 - - [2026-01-19 03:56:50] "POST /fqname-to-id HTTP/1.1" 404 181 0.032969 10.0.0.23 - - [2026-01-19 03:56:50] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003549 10.0.0.23 - - [2026-01-19 03:56:50] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001423 10.0.0.23 - - [2026-01-19 03:56:50] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034968 10.0.0.23 - - [2026-01-19 03:56:50] "POST /id-to-fqname HTTP/1.1" 200 183 0.002346 10.0.0.23 - - [2026-01-19 03:56:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.008643 10.0.0.23 - - [2026-01-19 03:56:51] "POST /security-groups HTTP/1.1" 200 584 0.080692 10.0.0.23 - - [2026-01-19 03:56:51] "POST /projects HTTP/1.1" 200 571 0.319922 10.0.0.27 - - [2026-01-19 03:56:51] "POST /access-control-lists HTTP/1.1" 200 589 0.034914 10.0.0.23 - - [2026-01-19 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.394597 10.0.0.27 - - [2026-01-19 03:56:51] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.570722 10.0.0.27 - - [2026-01-19 03:56:52] "GET / HTTP/1.1" 200 35931 0.001847 10.0.0.23 - - [2026-01-19 03:56:55] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001093 10.0.0.27 - - [2026-01-19 03:56:55] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.048038 10.0.0.23 - - [2026-01-19 03:56:55] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000999 10.0.0.27 - - [2026-01-19 03:56:55] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?fields=virtual_networks HTTP/1.1" 200 1017 0.065957 10.0.0.23 - - [2026-01-19 03:56:55] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001098 10.0.0.27 - - [2026-01-19 03:56:55] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.047888 10.0.0.23 - - [2026-01-19 03:56:55] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001221 10.0.0.27 - - [2026-01-19 03:56:55] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?fields=security_groups HTTP/1.1" 200 1236 0.038972 10.0.0.27 - - [2026-01-19 03:56:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.026008 10.0.0.23 - - [2026-01-19 03:56:56] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003690 10.0.0.23 - - [2026-01-19 03:56:56] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.23 - - [2026-01-19 03:56:56] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007577 10.0.0.23 - - [2026-01-19 03:56:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.001232 10.0.0.23 - - [2026-01-19 03:56:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.005758 10.0.0.23 - - [2026-01-19 03:56:56] "POST /security-groups HTTP/1.1" 200 592 0.037343 10.0.0.27 - - [2026-01-19 03:56:56] "POST /fqname-to-id HTTP/1.1" 404 235 0.003252 10.0.0.23 - - [2026-01-19 03:56:56] "POST /projects HTTP/1.1" 200 587 0.243206 10.0.0.23 - - [2026-01-19 03:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.321180 10.0.0.27 - - [2026-01-19 03:56:56] "POST /access-control-lists HTTP/1.1" 200 595 0.034337 10.0.0.27 - - [2026-01-19 03:56:56] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.502733 10.0.0.27 - - [2026-01-19 03:56:57] "GET / HTTP/1.1" 200 35931 0.003926 10.0.0.23 - - [2026-01-19 03:57:00] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.27 - - [2026-01-19 03:57:00] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053310 10.0.0.23 - - [2026-01-19 03:57:00] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001370 10.0.0.27 - - [2026-01-19 03:57:00] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?fields=virtual_networks HTTP/1.1" 200 1034 0.063739 10.0.0.23 - - [2026-01-19 03:57:01] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001878 10.0.0.27 - - [2026-01-19 03:57:01] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.062235 10.0.0.23 - - [2026-01-19 03:57:01] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.27 - - [2026-01-19 03:57:01] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?fields=security_groups HTTP/1.1" 200 1261 0.064195 10.0.0.27 - - [2026-01-19 03:57:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.029755 10.0.0.23 - - [2026-01-19 03:57:02] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003559 10.0.0.23 - - [2026-01-19 03:57:02] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.23 - - [2026-01-19 03:57:02] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007843 10.0.0.23 - - [2026-01-19 03:57:02] "POST /id-to-fqname HTTP/1.1" 200 197 0.005749 10.0.0.23 - - [2026-01-19 03:57:02] "POST /fqname-to-id HTTP/1.1" 404 206 0.007271 10.0.0.23 - - [2026-01-19 03:57:02] "POST /security-groups HTTP/1.1" 200 598 0.077672 10.0.0.23 - - [2026-01-19 03:57:02] "POST /projects HTTP/1.1" 200 599 0.308457 10.0.0.23 - - [2026-01-19 03:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.354374 10.0.0.27 - - [2026-01-19 03:57:02] "POST /fqname-to-id HTTP/1.1" 404 240 0.005402 10.0.0.27 - - [2026-01-19 03:57:02] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.538815 10.0.0.27 - - [2026-01-19 03:57:03] "GET / HTTP/1.1" 200 35931 0.002368 10.0.0.27 - - [2026-01-19 03:57:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.27 - - [2026-01-19 03:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.055552 10.0.0.27 - - [2026-01-19 03:57:05] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004166 10.0.0.27 - - [2026-01-19 03:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2026-01-19 03:57:05] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005099 10.0.0.27 - - [2026-01-19 03:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.27 - - [2026-01-19 03:57:05] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.016969 10.0.0.27 - - [2026-01-19 03:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006622 10.0.0.23 - - [2026-01-19 03:57:06] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001311 10.0.0.27 - - [2026-01-19 03:57:06] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.043859 10.0.0.27 - - [2026-01-19 03:57:06] "POST /ref-update HTTP/1.1" 200 156 0.029080 10.0.0.23 - - [2026-01-19 03:57:06] "POST /useragent-kv HTTP/1.1" 200 115 0.013489 10.0.0.27 - - [2026-01-19 03:57:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.242319 10.0.0.27 - - [2026-01-19 03:57:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.001766 10.0.0.27 - - [2026-01-19 03:57:06] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007180 10.0.0.27 - - [2026-01-19 03:57:06] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007055 10.0.0.27 - - [2026-01-19 03:57:06] "POST /neutron/network HTTP/1.1" 200 808 0.007133 10.0.0.27 - - [2026-01-19 03:57:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.001468 10.0.0.23 - - [2026-01-19 03:57:07] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001185 10.0.0.27 - - [2026-01-19 03:57:07] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.080190 10.0.0.27 - - [2026-01-19 03:57:07] "POST /neutron/network HTTP/1.1" 200 808 0.044251 10.0.0.27 - - [2026-01-19 03:57:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001657 10.0.0.27 - - [2026-01-19 03:57:07] "POST /neutron/port HTTP/1.1" 200 117 0.006328 10.0.0.23 - - [2026-01-19 03:57:08] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001112 10.0.0.27 - - [2026-01-19 03:57:08] "POST /neutron/port HTTP/1.1" 200 1062 0.335390 10.0.0.23 - - [2026-01-19 03:57:08] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001949 10.0.0.27 - - [2026-01-19 03:57:08] "POST /neutron/port HTTP/1.1" 200 1116 0.124484 10.0.0.27 - - [2026-01-19 03:57:08] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.110028 10.0.0.27 - - [2026-01-19 03:57:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004095 10.0.0.27 - - [2026-01-19 03:57:08] "POST /neutron/network HTTP/1.1" 200 808 0.010036 10.0.0.27 - - [2026-01-19 03:57:09] "POST /neutron/port HTTP/1.1" 200 117 0.007018 10.0.0.27 - - [2026-01-19 03:57:09] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008904 10.0.0.27 - - [2026-01-19 03:57:09] "POST /neutron/port HTTP/1.1" 200 1062 0.027797 10.0.0.27 - - [2026-01-19 03:57:10] "POST /neutron/port HTTP/1.1" 200 1126 0.020826 10.0.0.27 - - [2026-01-19 03:57:10] "POST /neutron/port HTTP/1.1" 200 117 0.001760 10.0.0.50 - - [2026-01-19 03:57:10] "GET /obj-perms HTTP/1.1" 200 5044 0.055478 10.0.0.27 - - [2026-01-19 03:57:11] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008864 10.0.0.27 - - [2026-01-19 03:57:11] "POST /neutron/port HTTP/1.1" 200 1126 0.020721 10.0.0.27 - - [2026-01-19 03:57:11] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010249 10.0.0.27 - - [2026-01-19 03:57:11] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 401 292 0.000794 10.0.0.27 - - [2026-01-19 03:57:11] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.032950 10.0.0.27 - - [2026-01-19 03:57:11] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.004140 10.0.0.27 - - [2026-01-19 03:57:11] "GET /virtual-machine-interface/13f37ae2-50b8-40c6-826a-3b79db2b8d7f HTTP/1.1" 200 2948 0.005092 10.0.0.27 - - [2026-01-19 03:57:11] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.019577 10.0.0.27 - - [2026-01-19 03:57:11] "GET /virtual-machine-interface/13f37ae2-50b8-40c6-826a-3b79db2b8d7f HTTP/1.1" 200 2948 0.005382 10.0.0.27 - - [2026-01-19 03:57:12] "GET /instance-ip/733173b6-2d80-464b-b83d-7020e2dd42e4 HTTP/1.1" 200 1620 0.013091 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.005358 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-machine-interface/13f37ae2-50b8-40c6-826a-3b79db2b8d7f HTTP/1.1" 200 2948 0.005310 10.0.0.27 - - [2026-01-19 03:57:12] "GET /instance-ip/733173b6-2d80-464b-b83d-7020e2dd42e4 HTTP/1.1" 200 1620 0.004806 10.0.0.27 - - [2026-01-19 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2026-01-19 03:57:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003646 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003498 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006310 10.0.0.27 - - [2026-01-19 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006511 10.0.0.27 - - [2026-01-19 03:57:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004819 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003187 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006910 10.0.0.27 - - [2026-01-19 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-01-19 03:57:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003989 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003611 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008804 10.0.0.27 - - [2026-01-19 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2026-01-19 03:57:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004486 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003350 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006152 10.0.0.27 - - [2026-01-19 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.27 - - [2026-01-19 03:57:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004216 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003159 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008606 10.0.0.27 - - [2026-01-19 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.27 - - [2026-01-19 03:57:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004216 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003271 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007674 10.0.0.27 - - [2026-01-19 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2026-01-19 03:57:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005341 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004989 10.0.0.27 - - [2026-01-19 03:57:12] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006285 10.0.0.27 - - [2026-01-19 03:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-01-19 03:57:16] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006289 10.0.0.27 - - [2026-01-19 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2026-01-19 03:57:20] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006629 10.0.0.50 - - [2026-01-19 03:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2026-01-19 03:57:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-01-19 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-01-19 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2026-01-19 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2026-01-19 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-01-19 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2026-01-19 03:57:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-01-19 03:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-01-19 03:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-01-19 03:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2026-01-19 03:57:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2026-01-19 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005149 10.0.0.27 - - [2026-01-19 03:57:24] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005500 10.0.0.27 - - [2026-01-19 03:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.27 - - [2026-01-19 03:57:28] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006593 10.0.0.27 - - [2026-01-19 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.27 - - [2026-01-19 03:57:32] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005524 10.0.0.27 - - [2026-01-19 03:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2026-01-19 03:57:36] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005748 10.0.0.23 - - [2026-01-19 03:57:37] "DELETE /project/030e44cd46a94657b2ea7442b176c8ca HTTP/1.1" 404 173 0.047536 10.0.0.23 - - [2026-01-19 03:57:37] "DELETE /project/ef97d5aceddb4c99a686495a33a30da0 HTTP/1.1" 404 173 0.045258 10.0.0.23 - - [2026-01-19 03:57:37] "DELETE /project/adbcf19c96f643868577c55b0f6afd02 HTTP/1.1" 404 173 0.030561 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002012 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002314 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002472 10.0.0.27 - - [2026-01-19 03:57:37] "GET /obj-perms HTTP/1.1" 200 5056 0.235706 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.102386 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.115218 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001392 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.150402 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001238 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001906 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?fields=security_groups HTTP/1.1" 200 1104 0.104151 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?fields=security_groups HTTP/1.1" 200 1341 0.118956 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=4de51f5c-20b7-4a66-a79e-2b1f75d013ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?fields=security_groups HTTP/1.1" 200 1366 0.160795 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab?fields=application_policy_sets HTTP/1.1" 200 1405 0.124863 10.0.0.23 - - [2026-01-19 03:57:37] "DELETE /security-group/dc95145a-d7b2-411e-a879-e84a79ac4f66 HTTP/1.1" 200 115 0.169368 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=030e44cd-46a9-4657-b2ea-7442b176c8ca&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068 10.0.0.23 - - [2026-01-19 03:57:37] "DELETE /security-group/3db32f4c-2bfd-4a89-bf16-640a499ed369 HTTP/1.1" 200 115 0.199272 10.0.0.23 - - [2026-01-19 03:57:37] "GET /projects?obj_uuids=adbcf19c-96f6-4386-8577-c55b0f6afd02&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002236 10.0.0.27 - - [2026-01-19 03:57:37] "DELETE /access-control-list/534591b0-7954-49bc-b0fe-fc1ad6ee3385 HTTP/1.1" 200 115 0.143577 10.0.0.23 - - [2026-01-19 03:57:37] "DELETE /project/4de51f5c-20b7-4a66-a79e-2b1f75d013ab HTTP/1.1" 200 115 0.655028 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/030e44cd-46a9-4657-b2ea-7442b176c8ca?fields=application_policy_sets HTTP/1.1" 200 1380 0.166476 10.0.0.23 - - [2026-01-19 03:57:37] "GET /project/adbcf19c-96f6-4386-8577-c55b0f6afd02?fields=application_policy_sets HTTP/1.1" 200 1405 0.111469 10.0.0.27 - - [2026-01-19 03:57:38] "DELETE /access-control-list/f5fccd9e-5e52-4501-b6f7-f4cbc1c073df HTTP/1.1" 200 115 0.063176 10.0.0.23 - - [2026-01-19 03:57:38] "DELETE /project/030e44cd-46a9-4657-b2ea-7442b176c8ca HTTP/1.1" 200 115 0.920403 10.0.0.23 - - [2026-01-19 03:57:38] "DELETE /project/adbcf19c-96f6-4386-8577-c55b0f6afd02 HTTP/1.1" 200 115 0.942452 10.0.0.27 - - [2026-01-19 03:57:39] "POST /neutron/network HTTP/1.1" 200 818 0.032171 10.0.0.27 - - [2026-01-19 03:57:39] "POST /neutron/port HTTP/1.1" 200 117 0.002426 10.0.0.27 - - [2026-01-19 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2026-01-19 03:57:40] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006163 10.0.0.27 - - [2026-01-19 03:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.27 - - [2026-01-19 03:57:44] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005181 10.0.0.27 - - [2026-01-19 03:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.27 - - [2026-01-19 03:57:46] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004150 10.0.0.27 - - [2026-01-19 03:57:46] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003333 10.0.0.27 - - [2026-01-19 03:57:46] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006678 10.0.0.27 - - [2026-01-19 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.27 - - [2026-01-19 03:57:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003621 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003108 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006362 10.0.0.27 - - [2026-01-19 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2026-01-19 03:57:47] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004826 10.0.0.27 - - [2026-01-19 03:57:47] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005269 10.0.0.27 - - [2026-01-19 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2026-01-19 03:57:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004408 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003668 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006089 10.0.0.27 - - [2026-01-19 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2026-01-19 03:57:47] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005256 10.0.0.27 - - [2026-01-19 03:57:47] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004785 10.0.0.27 - - [2026-01-19 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2026-01-19 03:57:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004894 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004435 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006908 10.0.0.27 - - [2026-01-19 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2026-01-19 03:57:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004896 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003931 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006950 10.0.0.27 - - [2026-01-19 03:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2026-01-19 03:57:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006373 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004006 10.0.0.27 - - [2026-01-19 03:57:47] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008323 10.0.0.23 - - [2026-01-19 03:57:48] "GET /obj-perms HTTP/1.1" 200 5044 0.051865 10.0.0.27 - - [2026-01-19 03:57:48] "GET /obj-perms HTTP/1.1" 200 5044 0.061935 10.0.0.27 - - [2026-01-19 03:57:48] "GET /obj-perms HTTP/1.1" 200 5044 0.004390 10.0.0.50 - - [2026-01-19 03:57:48] "GET /obj-perms HTTP/1.1" 200 5044 0.004277 10.0.0.23 - - [2026-01-19 03:57:48] "GET /obj-perms HTTP/1.1" 200 5044 0.005244 10.0.0.27 - - [2026-01-19 03:57:48] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008682 10.0.0.27 - - [2026-01-19 03:57:48] "POST /neutron/port HTTP/1.1" 200 1126 0.020253 10.0.0.27 - - [2026-01-19 03:57:48] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008362 10.0.0.27 - - [2026-01-19 03:57:48] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.006375 10.0.0.27 - - [2026-01-19 03:57:48] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.006078 10.0.0.27 - - [2026-01-19 03:57:48] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.005215 10.0.0.27 - - [2026-01-19 03:57:48] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.003772 10.0.0.27 - - [2026-01-19 03:57:48] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.005625 10.0.0.27 - - [2026-01-19 03:57:48] "GET /instance-ip/6661e279-76d9-41e9-acbf-4c01d9d54b03 HTTP/1.1" 200 1620 0.006526 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.003972 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.005979 10.0.0.27 - - [2026-01-19 03:57:49] "GET /instance-ip/6661e279-76d9-41e9-acbf-4c01d9d54b03 HTTP/1.1" 200 1620 0.005287 10.0.0.27 - - [2026-01-19 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.27 - - [2026-01-19 03:57:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004416 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006332 10.0.0.27 - - [2026-01-19 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2026-01-19 03:57:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004690 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004264 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008974 10.0.0.27 - - [2026-01-19 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2026-01-19 03:57:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005332 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003454 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005587 10.0.0.27 - - [2026-01-19 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2026-01-19 03:57:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005085 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004514 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006762 10.0.0.27 - - [2026-01-19 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.27 - - [2026-01-19 03:57:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004683 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003389 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007028 10.0.0.27 - - [2026-01-19 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005413 10.0.0.27 - - [2026-01-19 03:57:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004302 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004013 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008610 10.0.0.27 - - [2026-01-19 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.27 - - [2026-01-19 03:57:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004241 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003160 10.0.0.27 - - [2026-01-19 03:57:49] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007243 10.0.0.27 - - [2026-01-19 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010436 10.0.0.27 - - [2026-01-19 03:57:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005357 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003644 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005867 10.0.0.27 - - [2026-01-19 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-01-19 03:57:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003821 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003291 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006690 10.0.0.27 - - [2026-01-19 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-01-19 03:57:51] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006040 10.0.0.27 - - [2026-01-19 03:57:51] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004920 10.0.0.27 - - [2026-01-19 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2026-01-19 03:57:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004223 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003944 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006667 10.0.0.27 - - [2026-01-19 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2026-01-19 03:57:51] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004766 10.0.0.27 - - [2026-01-19 03:57:51] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005005 10.0.0.27 - - [2026-01-19 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.27 - - [2026-01-19 03:57:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004330 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004985 10.0.0.27 - - [2026-01-19 03:57:51] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006631 10.0.0.27 - - [2026-01-19 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005045 10.0.0.27 - - [2026-01-19 03:57:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004968 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003680 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006242 10.0.0.27 - - [2026-01-19 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.27 - - [2026-01-19 03:57:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004982 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004755 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006203 10.0.0.27 - - [2026-01-19 03:57:52] "GET /obj-perms HTTP/1.1" 200 5044 0.006231 10.0.0.23 - - [2026-01-19 03:57:52] "GET /obj-perms HTTP/1.1" 200 5044 0.003903 10.0.0.27 - - [2026-01-19 03:57:52] "GET /obj-perms HTTP/1.1" 200 5044 0.003688 10.0.0.50 - - [2026-01-19 03:57:52] "GET /obj-perms HTTP/1.1" 200 5044 0.004323 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.004916 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-machine-interface/13f37ae2-50b8-40c6-826a-3b79db2b8d7f HTTP/1.1" 200 2948 0.006370 10.0.0.27 - - [2026-01-19 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.27 - - [2026-01-19 03:57:52] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003897 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003400 10.0.0.27 - - [2026-01-19 03:57:52] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007437 10.0.0.27 - - [2026-01-19 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-01-19 03:57:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004466 10.0.0.27 - - [2026-01-19 03:57:53] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003587 10.0.0.27 - - [2026-01-19 03:57:53] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006620 10.0.0.27 - - [2026-01-19 03:57:56] "POST /neutron/port HTTP/1.1" 200 1126 0.019688 10.0.0.27 - - [2026-01-19 03:57:56] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007467 10.0.0.27 - - [2026-01-19 03:58:04] "POST /neutron/port HTTP/1.1" 200 1126 0.021281 10.0.0.27 - - [2026-01-19 03:58:09] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.005204 10.0.0.27 - - [2026-01-19 03:58:09] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.009141 10.0.0.27 - - [2026-01-19 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.27 - - [2026-01-19 03:58:09] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.27 - - [2026-01-19 03:58:09] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003700 10.0.0.27 - - [2026-01-19 03:58:09] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007123 10.0.0.27 - - [2026-01-19 03:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2026-01-19 03:58:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004241 10.0.0.27 - - [2026-01-19 03:58:10] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003472 10.0.0.27 - - [2026-01-19 03:58:10] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012609 10.0.0.27 - - [2026-01-19 03:58:38] "GET /obj-perms HTTP/1.1" 200 5056 0.050780 10.0.0.27 - - [2026-01-19 03:58:39] "POST /neutron/port HTTP/1.1" 200 1126 0.047324 10.0.0.27 - - [2026-01-19 03:58:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.010920 10.0.0.27 - - [2026-01-19 03:58:41] "POST /neutron/port HTTP/1.1" 200 1126 0.016891 10.0.0.27 - - [2026-01-19 03:58:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005626 10.0.0.27 - - [2026-01-19 03:58:41] "POST /neutron/network HTTP/1.1" 200 808 0.007164 10.0.0.23 - - [2026-01-19 03:59:39] "GET /obj-perms HTTP/1.1" 200 5056 0.049342 10.0.0.27 - - [2026-01-19 03:59:39] "GET /virtual-router/84bf9d21-c97d-4b3d-bcdd-d53ce225d407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.005402 10.0.0.27 - - [2026-01-19 03:59:40] "POST /neutron/network HTTP/1.1" 200 818 0.008093 10.0.0.27 - - [2026-01-19 03:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.27 - - [2026-01-19 03:59:42] "POST /neutron/port HTTP/1.1" 200 1126 0.019279 10.0.0.27 - - [2026-01-19 03:59:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.010240 10.0.0.27 - - [2026-01-19 03:59:56] "POST /neutron/port HTTP/1.1" 200 1126 0.025000 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.004175 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-machine-interface/13f37ae2-50b8-40c6-826a-3b79db2b8d7f HTTP/1.1" 200 2948 0.005640 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.004266 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-machine-interface/13f37ae2-50b8-40c6-826a-3b79db2b8d7f HTTP/1.1" 200 2948 0.006045 10.0.0.27 - - [2026-01-19 03:59:56] "GET /instance-ip/733173b6-2d80-464b-b83d-7020e2dd42e4 HTTP/1.1" 200 1620 0.004760 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.004115 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-machine-interface/13f37ae2-50b8-40c6-826a-3b79db2b8d7f HTTP/1.1" 200 2948 0.007290 10.0.0.27 - - [2026-01-19 03:59:56] "GET /instance-ip/733173b6-2d80-464b-b83d-7020e2dd42e4 HTTP/1.1" 200 1620 0.006924 10.0.0.27 - - [2026-01-19 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.27 - - [2026-01-19 03:59:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005072 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003546 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007141 10.0.0.27 - - [2026-01-19 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-01-19 03:59:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005364 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004562 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006296 10.0.0.27 - - [2026-01-19 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.27 - - [2026-01-19 03:59:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004480 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002959 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005830 10.0.0.27 - - [2026-01-19 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.27 - - [2026-01-19 03:59:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004293 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003322 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006632 10.0.0.27 - - [2026-01-19 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.27 - - [2026-01-19 03:59:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004702 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003820 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005761 10.0.0.27 - - [2026-01-19 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2026-01-19 03:59:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004512 10.0.0.27 - - [2026-01-19 03:59:56] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003621 10.0.0.27 - - [2026-01-19 03:59:57] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006614 10.0.0.27 - - [2026-01-19 03:59:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2026-01-19 03:59:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004791 10.0.0.27 - - [2026-01-19 03:59:57] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004776 10.0.0.27 - - [2026-01-19 03:59:57] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007659 10.0.0.27 - - [2026-01-19 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2026-01-19 03:59:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005486 10.0.0.27 - - [2026-01-19 03:59:58] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005205 10.0.0.27 - - [2026-01-19 03:59:58] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007282 10.0.0.27 - - [2026-01-19 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006530 10.0.0.27 - - [2026-01-19 03:59:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004997 10.0.0.27 - - [2026-01-19 03:59:58] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006413 10.0.0.27 - - [2026-01-19 03:59:58] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012894 10.0.0.27 - - [2026-01-19 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-01-19 03:59:58] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004409 10.0.0.27 - - [2026-01-19 03:59:58] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004972 10.0.0.27 - - [2026-01-19 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.27 - - [2026-01-19 03:59:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011248 10.0.0.27 - - [2026-01-19 03:59:58] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004912 10.0.0.27 - - [2026-01-19 03:59:58] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006541 10.0.0.27 - - [2026-01-19 03:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008095 10.0.0.27 - - [2026-01-19 03:59:58] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004884 10.0.0.27 - - [2026-01-19 03:59:58] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007150 10.0.0.27 - - [2026-01-19 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.27 - - [2026-01-19 03:59:59] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008894 10.0.0.27 - - [2026-01-19 03:59:59] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.014696 10.0.0.27 - - [2026-01-19 03:59:59] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005963 10.0.0.27 - - [2026-01-19 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2026-01-19 03:59:59] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009920 10.0.0.27 - - [2026-01-19 03:59:59] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003607 10.0.0.27 - - [2026-01-19 03:59:59] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007949 10.0.0.27 - - [2026-01-19 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-01-19 03:59:59] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004872 10.0.0.27 - - [2026-01-19 03:59:59] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004160 10.0.0.27 - - [2026-01-19 03:59:59] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008729 10.0.0.23 - - [2026-01-19 04:00:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004595 10.0.0.27 - - [2026-01-19 04:00:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004775 10.0.0.23 - - [2026-01-19 04:00:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004562 10.0.0.27 - - [2026-01-19 04:00:03] "GET /obj-perms HTTP/1.1" 200 5044 0.004600 10.0.0.50 - - [2026-01-19 04:00:03] "GET /obj-perms HTTP/1.1" 200 5044 0.005314 10.0.0.27 - - [2026-01-19 04:00:03] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010017 10.0.0.27 - - [2026-01-19 04:00:03] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.005626 10.0.0.27 - - [2026-01-19 04:00:03] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.007360 10.0.0.27 - - [2026-01-19 04:00:03] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.005690 10.0.0.27 - - [2026-01-19 04:00:03] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.007045 10.0.0.27 - - [2026-01-19 04:00:03] "GET /instance-ip/6661e279-76d9-41e9-acbf-4c01d9d54b03 HTTP/1.1" 200 1620 0.006033 10.0.0.27 - - [2026-01-19 04:00:03] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.004090 10.0.0.27 - - [2026-01-19 04:00:03] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.006104 10.0.0.27 - - [2026-01-19 04:00:03] "GET /instance-ip/6661e279-76d9-41e9-acbf-4c01d9d54b03 HTTP/1.1" 200 1620 0.005479 10.0.0.27 - - [2026-01-19 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.27 - - [2026-01-19 04:00:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004115 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008070 10.0.0.27 - - [2026-01-19 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.27 - - [2026-01-19 04:00:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005447 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004139 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006695 10.0.0.27 - - [2026-01-19 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.27 - - [2026-01-19 04:00:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006004 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005319 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008102 10.0.0.27 - - [2026-01-19 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005397 10.0.0.27 - - [2026-01-19 04:00:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004607 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004233 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006501 10.0.0.27 - - [2026-01-19 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2026-01-19 04:00:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008933 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003643 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006598 10.0.0.27 - - [2026-01-19 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.27 - - [2026-01-19 04:00:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004432 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003551 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006117 10.0.0.27 - - [2026-01-19 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.27 - - [2026-01-19 04:00:04] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005102 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004144 10.0.0.27 - - [2026-01-19 04:00:04] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007529 10.0.0.27 - - [2026-01-19 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.27 - - [2026-01-19 04:00:05] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005499 10.0.0.27 - - [2026-01-19 04:00:05] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004647 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007047 10.0.0.27 - - [2026-01-19 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.27 - - [2026-01-19 04:00:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005138 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004216 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006189 10.0.0.27 - - [2026-01-19 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2026-01-19 04:00:06] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005986 10.0.0.27 - - [2026-01-19 04:00:06] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004456 10.0.0.27 - - [2026-01-19 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2026-01-19 04:00:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004786 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003421 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006887 10.0.0.27 - - [2026-01-19 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.27 - - [2026-01-19 04:00:06] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004879 10.0.0.27 - - [2026-01-19 04:00:06] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004248 10.0.0.27 - - [2026-01-19 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.27 - - [2026-01-19 04:00:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005570 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004021 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006474 10.0.0.27 - - [2026-01-19 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.27 - - [2026-01-19 04:00:06] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004742 10.0.0.27 - - [2026-01-19 04:00:06] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003317 10.0.0.27 - - [2026-01-19 04:00:07] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007361 10.0.0.27 - - [2026-01-19 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2026-01-19 04:00:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004631 10.0.0.27 - - [2026-01-19 04:00:07] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004102 10.0.0.27 - - [2026-01-19 04:00:07] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007126 10.0.0.23 - - [2026-01-19 04:00:07] "GET /obj-perms HTTP/1.1" 200 5044 0.005145 10.0.0.23 - - [2026-01-19 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003706 10.0.0.27 - - [2026-01-19 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.004502 10.0.0.27 - - [2026-01-19 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003788 10.0.0.27 - - [2026-01-19 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.005237 10.0.0.23 - - [2026-01-19 04:00:13] "GET /obj-perms HTTP/1.1" 200 5044 0.003919 10.0.0.27 - - [2026-01-19 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.27 - - [2026-01-19 04:00:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003844 10.0.0.27 - - [2026-01-19 04:00:33] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002876 10.0.0.27 - - [2026-01-19 04:00:33] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006269 10.0.0.27 - - [2026-01-19 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.27 - - [2026-01-19 04:00:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005118 10.0.0.27 - - [2026-01-19 04:00:35] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004038 10.0.0.27 - - [2026-01-19 04:00:35] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008649 10.0.0.27 - - [2026-01-19 04:00:42] "POST /neutron/network HTTP/1.1" 200 818 0.007657 10.0.0.27 - - [2026-01-19 04:00:42] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.27 - - [2026-01-19 04:00:43] "POST /neutron/port HTTP/1.1" 200 1126 0.018953 10.0.0.27 - - [2026-01-19 04:00:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.009911 10.0.0.27 - - [2026-01-19 04:00:50] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.004653 10.0.0.27 - - [2026-01-19 04:00:50] "GET /virtual-machine-interface/26f2e854-a3eb-4106-b97f-e996ebd40185 HTTP/1.1" 200 2949 0.006905 10.0.0.27 - - [2026-01-19 04:00:50] "GET /instance-ip/6661e279-76d9-41e9-acbf-4c01d9d54b03 HTTP/1.1" 200 1620 0.004921 10.0.0.27 - - [2026-01-19 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2026-01-19 04:00:50] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.27 - - [2026-01-19 04:00:50] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003159 10.0.0.27 - - [2026-01-19 04:00:50] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007820 10.0.0.27 - - [2026-01-19 04:00:54] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 200 1300 0.005162 10.0.0.27 - - [2026-01-19 04:00:54] "POST /neutron/port HTTP/1.1" 200 1126 0.023719 10.0.0.27 - - [2026-01-19 04:00:56] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.005877 10.0.0.27 - - [2026-01-19 04:00:56] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003777 10.0.0.27 - - [2026-01-19 04:00:56] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003931 10.0.0.27 - - [2026-01-19 04:00:56] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003520 10.0.0.27 - - [2026-01-19 04:00:58] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003674 10.0.0.27 - - [2026-01-19 04:00:59] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.005646 10.0.0.27 - - [2026-01-19 04:01:00] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.004435 10.0.0.27 - - [2026-01-19 04:01:01] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003862 10.0.0.27 - - [2026-01-19 04:01:02] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.004972 10.0.0.27 - - [2026-01-19 04:01:02] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003547 10.0.0.27 - - [2026-01-19 04:01:03] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003432 10.0.0.27 - - [2026-01-19 04:01:04] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.004708 10.0.0.27 - - [2026-01-19 04:01:05] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003917 10.0.0.27 - - [2026-01-19 04:01:06] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003562 10.0.0.27 - - [2026-01-19 04:01:07] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.004620 10.0.0.27 - - [2026-01-19 04:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.27 - - [2026-01-19 04:01:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004867 10.0.0.27 - - [2026-01-19 04:01:07] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004063 10.0.0.27 - - [2026-01-19 04:01:07] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010844 10.0.0.27 - - [2026-01-19 04:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-01-19 04:01:07] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006856 10.0.0.27 - - [2026-01-19 04:01:07] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005038 10.0.0.27 - - [2026-01-19 04:01:07] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003333 10.0.0.27 - - [2026-01-19 04:01:08] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003936 10.0.0.27 - - [2026-01-19 04:01:09] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003807 10.0.0.27 - - [2026-01-19 04:01:10] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.004320 10.0.0.27 - - [2026-01-19 04:01:11] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.004943 10.0.0.27 - - [2026-01-19 04:01:12] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003228 10.0.0.27 - - [2026-01-19 04:01:12] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.002791 10.0.0.27 - - [2026-01-19 04:01:13] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003616 10.0.0.27 - - [2026-01-19 04:01:14] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003624 10.0.0.27 - - [2026-01-19 04:01:15] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.004615 10.0.0.27 - - [2026-01-19 04:01:16] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003549 10.0.0.27 - - [2026-01-19 04:01:17] "GET /virtual-machine/b34daed9-d1ad-4aea-96a4-953c5de000ce HTTP/1.1" 404 171 0.003666 10.0.0.27 - - [2026-01-19 04:01:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003921 10.0.0.27 - - [2026-01-19 04:01:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004151 10.0.0.50 - - [2026-01-19 04:01:17] "GET /obj-perms HTTP/1.1" 200 5044 0.005139 10.0.0.27 - - [2026-01-19 04:01:17] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 200 1299 0.005202 10.0.0.27 - - [2026-01-19 04:01:18] "POST /neutron/port HTTP/1.1" 200 1126 0.020401 10.0.0.27 - - [2026-01-19 04:01:19] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.004080 10.0.0.27 - - [2026-01-19 04:01:19] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003158 10.0.0.27 - - [2026-01-19 04:01:19] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003307 10.0.0.27 - - [2026-01-19 04:01:19] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.004366 10.0.0.27 - - [2026-01-19 04:01:20] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003955 10.0.0.27 - - [2026-01-19 04:01:21] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003930 10.0.0.27 - - [2026-01-19 04:01:22] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003718 10.0.0.27 - - [2026-01-19 04:01:23] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003235 10.0.0.27 - - [2026-01-19 04:01:24] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003973 10.0.0.27 - - [2026-01-19 04:01:24] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003381 10.0.0.27 - - [2026-01-19 04:01:25] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.005646 10.0.0.27 - - [2026-01-19 04:01:26] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003008 10.0.0.27 - - [2026-01-19 04:01:27] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003989 10.0.0.27 - - [2026-01-19 04:01:28] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003636 10.0.0.27 - - [2026-01-19 04:01:29] "GET /virtual-machine/14de707b-19fb-4f5e-bd6c-ecc479a682f6 HTTP/1.1" 404 171 0.003577 10.0.0.27 - - [2026-01-19 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.27 - - [2026-01-19 04:01:30] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006800 10.0.0.27 - - [2026-01-19 04:01:30] "GET /virtual-networks?parent_id=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003331 10.0.0.27 - - [2026-01-19 04:01:30] "GET /virtual-network/d6c661c9-cd12-49b9-bffb-d091b8886e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008428 10.0.0.27 - - [2026-01-19 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.27 - - [2026-01-19 04:01:30] "GET /routing-instance/3da25984-eaec-44df-b6b0-ab4a67cddae2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004763 10.0.0.27 - - [2026-01-19 04:01:30] "GET /route-target/558089c0-b4cc-4d33-a202-94f87f5c4e0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005220 10.0.0.23 - - [2026-01-19 04:01:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004695 10.0.0.27 - - [2026-01-19 04:01:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004830 10.0.0.27 - - [2026-01-19 04:01:33] "POST /neutron/network HTTP/1.1" 200 808 0.008962 10.0.0.27 - - [2026-01-19 04:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-01-19 04:01:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003753 10.0.0.27 - - [2026-01-19 04:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2026-01-19 04:01:33] "PUT /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da HTTP/1.1" 200 276 0.014143 10.0.0.23 - - [2026-01-19 04:01:36] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001114 10.0.0.27 - - [2026-01-19 04:01:36] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.056028 10.0.0.23 - - [2026-01-19 04:01:36] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002264 10.0.0.27 - - [2026-01-19 04:01:36] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?fields=virtual_networks HTTP/1.1" 200 1047 0.067371 10.0.0.23 - - [2026-01-19 04:01:36] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001392 10.0.0.27 - - [2026-01-19 04:01:36] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.059495 10.0.0.23 - - [2026-01-19 04:01:36] "GET /projects?obj_uuids=ef97d5ac-eddb-4c99-a686-495a33a30da0&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001619 10.0.0.27 - - [2026-01-19 04:01:36] "GET /project/ef97d5ac-eddb-4c99-a686-495a33a30da0?fields=security_groups HTTP/1.1" 200 1280 0.061715 10.0.0.27 - - [2026-01-19 04:01:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.041884 10.0.0.23 - - [2026-01-19 04:01:37] "GET /projects?obj_uuids=a5c34e35-7bda-41de-abcd-0e41919cc246&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003597 10.0.0.23 - - [2026-01-19 04:01:38] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001793 10.0.0.23 - - [2026-01-19 04:01:38] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010185 10.0.0.23 - - [2026-01-19 04:01:38] "POST /id-to-fqname HTTP/1.1" 200 196 0.008406 10.0.0.23 - - [2026-01-19 04:01:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.008955 10.0.0.23 - - [2026-01-19 04:01:38] "POST /security-groups HTTP/1.1" 200 597 0.066611 10.0.0.23 - - [2026-01-19 04:01:38] "POST /projects HTTP/1.1" 200 597 0.287173 10.0.0.27 - - [2026-01-19 04:01:38] "POST /fqname-to-id HTTP/1.1" 404 240 0.060005 10.0.0.23 - - [2026-01-19 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.365652 10.0.0.27 - - [2026-01-19 04:01:38] "GET /project/a5c34e35-7bda-41de-abcd-0e41919cc246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.558483 10.0.0.27 - - [2026-01-19 04:01:38] "POST /access-control-lists HTTP/1.1" 200 600 0.072982 10.0.0.23 - - [2026-01-19 04:01:39] "DELETE /project/ef97d5ac-eddb-4c99-a686-495a33a30da0 HTTP/1.1" 404 177 0.008000 10.0.0.23 - - [2026-01-19 04:01:39] "DELETE /project/a5c34e357bda41deabcd0e41919cc246 HTTP/1.1" 404 173 0.007975 10.0.0.27 - - [2026-01-19 04:01:39] "GET / HTTP/1.1" 200 35931 0.002614 10.0.0.23 - - [2026-01-19 04:01:42] "GET /projects?obj_uuids=a5c34e35-7bda-41de-abcd-0e41919cc246&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001320 10.0.0.27 - - [2026-01-19 04:01:42] "GET /project/a5c34e35-7bda-41de-abcd-0e41919cc246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045479 10.0.0.23 - - [2026-01-19 04:01:42] "GET /projects?obj_uuids=a5c34e35-7bda-41de-abcd-0e41919cc246&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001327 10.0.0.27 - - [2026-01-19 04:01:42] "GET /project/a5c34e35-7bda-41de-abcd-0e41919cc246?fields=virtual_networks HTTP/1.1" 200 1045 0.045232 10.0.0.23 - - [2026-01-19 04:01:42] "GET /projects?obj_uuids=a5c34e35-7bda-41de-abcd-0e41919cc246&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001014 10.0.0.27 - - [2026-01-19 04:01:43] "GET /project/a5c34e35-7bda-41de-abcd-0e41919cc246?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.053254 10.0.0.23 - - [2026-01-19 04:01:43] "GET /projects?obj_uuids=a5c34e35-7bda-41de-abcd-0e41919cc246&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001173 10.0.0.27 - - [2026-01-19 04:01:43] "GET /project/a5c34e35-7bda-41de-abcd-0e41919cc246?fields=security_groups HTTP/1.1" 200 1277 0.043163 10.0.0.27 - - [2026-01-19 04:01:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.026796 10.0.0.23 - - [2026-01-19 04:01:43] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003660 10.0.0.23 - - [2026-01-19 04:01:44] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.23 - - [2026-01-19 04:01:44] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008018 10.0.0.23 - - [2026-01-19 04:01:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.003068 10.0.0.23 - - [2026-01-19 04:01:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.012551 10.0.0.23 - - [2026-01-19 04:01:44] "POST /security-groups HTTP/1.1" 200 591 0.075210 10.0.0.27 - - [2026-01-19 04:01:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.003186 10.0.0.23 - - [2026-01-19 04:01:44] "POST /projects HTTP/1.1" 200 585 0.300832 10.0.0.23 - - [2026-01-19 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.379699 10.0.0.27 - - [2026-01-19 04:01:44] "POST /access-control-lists HTTP/1.1" 200 594 0.036219 10.0.0.27 - - [2026-01-19 04:01:44] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.533574 10.0.0.27 - - [2026-01-19 04:01:45] "GET / HTTP/1.1" 200 35931 0.002655 10.0.0.23 - - [2026-01-19 04:01:48] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.059083 10.0.0.27 - - [2026-01-19 04:01:48] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.111774 10.0.0.23 - - [2026-01-19 04:01:48] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.27 - - [2026-01-19 04:01:48] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?fields=virtual_networks HTTP/1.1" 200 1032 0.056187 10.0.0.23 - - [2026-01-19 04:01:48] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001640 10.0.0.27 - - [2026-01-19 04:01:48] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.053067 10.0.0.23 - - [2026-01-19 04:01:48] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001078 10.0.0.27 - - [2026-01-19 04:01:48] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?fields=security_groups HTTP/1.1" 200 1258 0.044066 10.0.0.27 - - [2026-01-19 04:01:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.061845 10.0.0.23 - - [2026-01-19 04:01:49] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003828 10.0.0.23 - - [2026-01-19 04:01:49] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.23 - - [2026-01-19 04:01:49] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007697 10.0.0.23 - - [2026-01-19 04:01:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.004968 10.0.0.23 - - [2026-01-19 04:01:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.012751 10.0.0.23 - - [2026-01-19 04:01:50] "POST /security-groups HTTP/1.1" 200 599 0.076447 10.0.0.23 - - [2026-01-19 04:01:50] "POST /projects HTTP/1.1" 200 601 0.298274 10.0.0.27 - - [2026-01-19 04:01:50] "POST /fqname-to-id HTTP/1.1" 404 241 0.011607 10.0.0.23 - - [2026-01-19 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.370279 10.0.0.27 - - [2026-01-19 04:01:50] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.518058 10.0.0.27 - - [2026-01-19 04:01:51] "GET / HTTP/1.1" 200 35931 0.002046 10.0.0.27 - - [2026-01-19 04:01:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.27 - - [2026-01-19 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.074914 10.0.0.23 - - [2026-01-19 04:01:52] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001806 10.0.0.27 - - [2026-01-19 04:01:52] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060456 10.0.0.23 - - [2026-01-19 04:01:52] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.27 - - [2026-01-19 04:01:52] "POST /neutron/network HTTP/1.1" 200 601 0.169648 10.0.0.27 - - [2026-01-19 04:01:52] "POST /ref-update HTTP/1.1" 200 156 0.031292 10.0.0.50 - - [2026-01-19 04:01:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.052750 10.0.0.27 - - [2026-01-19 04:01:53] "POST /neutron/network HTTP/1.1" 200 973 0.011305 10.0.0.27 - - [2026-01-19 04:01:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001332 10.0.0.27 - - [2026-01-19 04:01:53] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006542 10.0.0.27 - - [2026-01-19 04:01:53] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006910 10.0.0.27 - - [2026-01-19 04:01:53] "POST /neutron/subnet HTTP/1.1" 200 716 0.010036 10.0.0.27 - - [2026-01-19 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2026-01-19 04:01:53] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001732 10.0.0.27 - - [2026-01-19 04:01:53] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055533 10.0.0.23 - - [2026-01-19 04:01:53] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.27 - - [2026-01-19 04:01:53] "POST /neutron/network HTTP/1.1" 200 601 0.134259 10.0.0.50 - - [2026-01-19 04:01:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.006938 10.0.0.27 - - [2026-01-19 04:01:54] "POST /neutron/network HTTP/1.1" 200 976 0.014756 10.0.0.27 - - [2026-01-19 04:01:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001733 10.0.0.27 - - [2026-01-19 04:01:54] "GET /virtual-network/e5d008d1-784b-4588-93a7-7053dc6efd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005694 10.0.0.27 - - [2026-01-19 04:01:54] "GET /virtual-network/e5d008d1-784b-4588-93a7-7053dc6efd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005973 10.0.0.27 - - [2026-01-19 04:01:54] "POST /neutron/subnet HTTP/1.1" 200 716 0.014665 10.0.0.27 - - [2026-01-19 04:01:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001469 10.0.0.23 - - [2026-01-19 04:01:55] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.27 - - [2026-01-19 04:01:55] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085948 10.0.0.27 - - [2026-01-19 04:01:55] "POST /neutron/network HTTP/1.1" 200 973 0.009917 10.0.0.27 - - [2026-01-19 04:01:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001251 10.0.0.27 - - [2026-01-19 04:01:55] "POST /neutron/port HTTP/1.1" 200 117 0.007540 10.0.0.23 - - [2026-01-19 04:01:55] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001402 10.0.0.27 - - [2026-01-19 04:01:56] "POST /neutron/port HTTP/1.1" 200 1151 0.342918 10.0.0.23 - - [2026-01-19 04:01:56] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.27 - - [2026-01-19 04:01:56] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.125609 10.0.0.27 - - [2026-01-19 04:01:56] "POST /neutron/port HTTP/1.1" 200 1205 0.162215 10.0.0.27 - - [2026-01-19 04:01:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004681 10.0.0.27 - - [2026-01-19 04:01:56] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.27 - - [2026-01-19 04:01:56] "POST /neutron/port HTTP/1.1" 200 1215 0.022910 10.0.0.27 - - [2026-01-19 04:01:56] "POST /neutron/port HTTP/1.1" 200 1215 0.021259 10.0.0.23 - - [2026-01-19 04:01:57] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.27 - - [2026-01-19 04:01:57] "POST /neutron/port HTTP/1.1" 200 1154 0.370969 10.0.0.27 - - [2026-01-19 04:01:57] "POST /neutron/port HTTP/1.1" 200 1208 0.135041 10.0.0.27 - - [2026-01-19 04:01:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006623 10.0.0.27 - - [2026-01-19 04:01:57] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.27 - - [2026-01-19 04:02:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008099 10.0.0.27 - - [2026-01-19 04:02:02] "POST /neutron/port HTTP/1.1" 200 1215 0.021810 10.0.0.27 - - [2026-01-19 04:02:02] "GET /virtual-machine/6d23dc53-d408-4c2c-b7a6-ad14326e0565 HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2026-01-19 04:02:02] "GET /virtual-machine/6d23dc53-d408-4c2c-b7a6-ad14326e0565 HTTP/1.1" 200 1300 0.033670 10.0.0.27 - - [2026-01-19 04:02:02] "GET /virtual-machine-interface/72719291-e435-4a30-87ab-b70d815244f2 HTTP/1.1" 200 3156 0.006492 10.0.0.27 - - [2026-01-19 04:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.020534 10.0.0.27 - - [2026-01-19 04:02:02] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005103 10.0.0.27 - - [2026-01-19 04:02:02] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003966 10.0.0.27 - - [2026-01-19 04:02:02] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007139 10.0.0.27 - - [2026-01-19 04:02:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.035946 10.0.0.27 - - [2026-01-19 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2026-01-19 04:02:05] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006935 10.0.0.27 - - [2026-01-19 04:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.27 - - [2026-01-19 04:02:07] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005267 10.0.0.27 - - [2026-01-19 04:02:07] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004144 10.0.0.27 - - [2026-01-19 04:02:07] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007043 10.0.0.27 - - [2026-01-19 04:02:08] "POST /neutron/port HTTP/1.1" 200 1218 0.022451 10.0.0.27 - - [2026-01-19 04:02:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007621 10.0.0.27 - - [2026-01-19 04:02:08] "GET /virtual-machine/d114a81b-27a0-4c8f-a735-ae8f0a105e40 HTTP/1.1" 200 1301 0.007116 10.0.0.27 - - [2026-01-19 04:02:08] "GET /virtual-machine-interface/6572aab1-5c84-4084-95dc-63bad4cb29f4 HTTP/1.1" 200 3157 0.005612 10.0.0.27 - - [2026-01-19 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.27 - - [2026-01-19 04:02:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004369 10.0.0.27 - - [2026-01-19 04:02:08] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003420 10.0.0.27 - - [2026-01-19 04:02:08] "GET /virtual-network/e5d008d1-784b-4588-93a7-7053dc6efd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007128 10.0.0.27 - - [2026-01-19 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.27 - - [2026-01-19 04:02:09] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004349 10.0.0.27 - - [2026-01-19 04:02:09] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003565 10.0.0.27 - - [2026-01-19 04:02:09] "GET /virtual-network/e5d008d1-784b-4588-93a7-7053dc6efd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006544 10.0.0.27 - - [2026-01-19 04:02:09] "POST /fqname-to-id HTTP/1.1" 404 209 0.003995 10.0.0.27 - - [2026-01-19 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2026-01-19 04:02:09] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003053 10.0.0.27 - - [2026-01-19 04:02:09] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056122 10.0.0.27 - - [2026-01-19 04:02:09] "POST /network-policys HTTP/1.1" 200 533 0.039727 10.0.0.27 - - [2026-01-19 04:02:10] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007446 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2026-01-19 04:02:10] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006697 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2026-01-19 04:02:10] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005155 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 404 230 0.006110 10.0.0.27 - - [2026-01-19 04:02:10] "POST /ref-update HTTP/1.1" 200 156 0.060656 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008767 10.0.0.27 - - [2026-01-19 04:02:10] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005216 10.0.0.27 - - [2026-01-19 04:02:10] "POST /neutron/network HTTP/1.1" 200 1059 0.013632 10.0.0.27 - - [2026-01-19 04:02:10] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2860 0.005990 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.27 - - [2026-01-19 04:02:10] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004803 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2026-01-19 04:02:10] "GET /virtual-network/e5d008d1-784b-4588-93a7-7053dc6efd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006287 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.27 - - [2026-01-19 04:02:10] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004536 10.0.0.27 - - [2026-01-19 04:02:10] "POST /ref-update HTTP/1.1" 200 156 0.055226 10.0.0.27 - - [2026-01-19 04:02:10] "POST /access-control-lists HTTP/1.1" 200 578 0.038078 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.27 - - [2026-01-19 04:02:10] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009476 10.0.0.27 - - [2026-01-19 04:02:10] "GET /virtual-network/e5d008d1-784b-4588-93a7-7053dc6efd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.010700 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.27 - - [2026-01-19 04:02:10] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004675 10.0.0.27 - - [2026-01-19 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.23 - - [2026-01-19 04:02:10] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.27 - - [2026-01-19 04:02:10] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070555 10.0.0.23 - - [2026-01-19 04:02:11] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.27 - - [2026-01-19 04:02:11] "POST /neutron/network HTTP/1.1" 200 585 0.134172 10.0.0.27 - - [2026-01-19 04:02:11] "POST /route-targets HTTP/1.1" 200 327 0.014869 10.0.0.27 - - [2026-01-19 04:02:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.005749 10.0.0.27 - - [2026-01-19 04:02:11] "GET /virtual-network/c3441136-b96b-4dff-a597-e6c7fa82977d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005911 10.0.0.27 - - [2026-01-19 04:02:11] "POST /neutron/network HTTP/1.1" 200 799 0.007992 10.0.0.27 - - [2026-01-19 04:02:11] "GET /virtual-network/c3441136-b96b-4dff-a597-e6c7fa82977d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006466 10.0.0.27 - - [2026-01-19 04:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007267 10.0.0.23 - - [2026-01-19 04:02:11] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.27 - - [2026-01-19 04:02:11] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045283 10.0.0.27 - - [2026-01-19 04:02:11] "POST /neutron/network HTTP/1.1" 200 117 0.017140 10.0.0.27 - - [2026-01-19 04:02:11] "POST /ref-update HTTP/1.1" 200 156 0.032784 10.0.0.27 - - [2026-01-19 04:02:12] "POST /neutron/network HTTP/1.1" 200 799 0.009299 10.0.0.27 - - [2026-01-19 04:02:12] "POST /id-to-fqname HTTP/1.1" 200 214 0.001546 10.0.0.27 - - [2026-01-19 04:02:12] "GET /virtual-network/f0cb0fff-7790-4953-bf66-4d7fb122abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007710 10.0.0.27 - - [2026-01-19 04:02:12] "GET /virtual-network/f0cb0fff-7790-4953-bf66-4d7fb122abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.013582 10.0.0.27 - - [2026-01-19 04:02:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.010281 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 404 239 0.003597 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-01-19 04:02:12] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.27 - - [2026-01-19 04:02:12] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054332 10.0.0.27 - - [2026-01-19 04:02:12] "POST /network-policys HTTP/1.1" 200 587 0.035780 10.0.0.27 - - [2026-01-19 04:02:12] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007209 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.27 - - [2026-01-19 04:02:12] "GET /virtual-network/c3441136-b96b-4dff-a597-e6c7fa82977d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007045 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-01-19 04:02:12] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004577 10.0.0.27 - - [2026-01-19 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.063777 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.27 - - [2026-01-19 04:02:12] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004948 10.0.0.27 - - [2026-01-19 04:02:12] "GET /virtual-network/c3441136-b96b-4dff-a597-e6c7fa82977d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.009015 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2026-01-19 04:02:12] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004378 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2026-01-19 04:02:12] "GET /virtual-network/f0cb0fff-7790-4953-bf66-4d7fb122abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006342 10.0.0.27 - - [2026-01-19 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.27 - - [2026-01-19 04:02:12] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005201 10.0.0.27 - - [2026-01-19 04:02:12] "PUT /access-control-list/d958c20f-362b-4138-93cc-6cdb2b0521c3 HTTP/1.1" 200 272 0.019986 10.0.0.27 - - [2026-01-19 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.055552 10.0.0.27 - - [2026-01-19 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2026-01-19 04:02:13] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005634 10.0.0.27 - - [2026-01-19 04:02:13] "POST /ref-update HTTP/1.1" 200 156 0.035455 10.0.0.27 - - [2026-01-19 04:02:13] "GET /virtual-network/f0cb0fff-7790-4953-bf66-4d7fb122abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.015095 10.0.0.27 - - [2026-01-19 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2026-01-19 04:02:13] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005402 10.0.0.27 - - [2026-01-19 04:02:13] "POST /id-to-fqname HTTP/1.1" 200 214 0.001228 10.0.0.27 - - [2026-01-19 04:02:13] "POST /neutron/port HTTP/1.1" 200 2279 0.028046 10.0.0.23 - - [2026-01-19 04:02:14] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.27 - - [2026-01-19 04:02:14] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074262 10.0.0.27 - - [2026-01-19 04:02:14] "POST /neutron/network HTTP/1.1" 200 912 0.032845 10.0.0.27 - - [2026-01-19 04:02:14] "POST /neutron/port HTTP/1.1" 200 117 0.005824 10.0.0.27 - - [2026-01-19 04:02:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001279 10.0.0.27 - - [2026-01-19 04:02:14] "POST /neutron/network HTTP/1.1" 200 922 0.007464 10.0.0.27 - - [2026-01-19 04:02:15] "POST /neutron/port HTTP/1.1" 200 1063 0.020835 10.0.0.27 - - [2026-01-19 04:02:15] "POST /neutron/port HTTP/1.1" 200 1127 0.026220 10.0.0.27 - - [2026-01-19 04:02:15] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.23 - - [2026-01-19 04:02:15] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001447 10.0.0.27 - - [2026-01-19 04:02:15] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082240 10.0.0.27 - - [2026-01-19 04:02:15] "POST /neutron/port HTTP/1.1" 200 3253 0.035025 10.0.0.27 - - [2026-01-19 04:02:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003749 10.0.0.27 - - [2026-01-19 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-19 04:02:15] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005804 10.0.0.27 - - [2026-01-19 04:02:16] "POST /neutron/network HTTP/1.1" 200 922 0.008132 10.0.0.27 - - [2026-01-19 04:02:16] "POST /neutron/port HTTP/1.1" 200 1063 0.022536 10.0.0.27 - - [2026-01-19 04:02:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005118 10.0.0.27 - - [2026-01-19 04:02:16] "POST /neutron/network HTTP/1.1" 200 912 0.007041 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004606 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008070 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004472 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.031507 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.041195 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004807 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.006944 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.027204 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.033850 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.010215 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.004479 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.027842 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.037490 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004726 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006968 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.019647 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003639 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005153 10.0.0.27 - - [2026-01-19 04:02:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008573 10.0.0.27 - - [2026-01-19 04:02:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.028735 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.053891 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.012419 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.009036 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.031503 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.031020 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.015906 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.004584 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.027557 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.033164 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.011590 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005072 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.023820 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003807 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005486 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004512 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.030436 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.045387 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.008481 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.009755 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.042572 10.0.0.27 - - [2026-01-19 04:02:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.038667 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006019 10.0.0.27 - - [2026-01-19 04:02:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.013356 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.040649 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.051343 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005565 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006699 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.028165 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004223 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006995 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005029 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.032177 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.047320 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.011765 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.010043 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.030283 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.047586 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.012290 10.0.0.27 - - [2026-01-19 04:02:19] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.012513 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.031040 10.0.0.27 - - [2026-01-19 04:02:19] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.044861 10.0.0.50 - - [2026-01-19 04:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.50 - - [2026-01-19 04:02:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.23 - - [2026-01-19 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-01-19 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2026-01-19 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2026-01-19 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-01-19 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.001008 10.0.0.27 - - [2026-01-19 04:02:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2026-01-19 04:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2026-01-19 04:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2026-01-19 04:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.27 - - [2026-01-19 04:02:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.27 - - [2026-01-19 04:02:25] "POST /neutron/port HTTP/1.1" 200 1127 0.020666 10.0.0.27 - - [2026-01-19 04:02:29] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003794 10.0.0.27 - - [2026-01-19 04:02:29] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.004995 10.0.0.27 - - [2026-01-19 04:02:29] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.005292 10.0.0.27 - - [2026-01-19 04:02:29] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.031207 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.052718 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.015787 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004722 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.026561 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.034617 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006367 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005666 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.042148 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.045830 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.010442 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005346 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.031602 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.012823 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005701 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004808 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.039711 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.037815 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.008885 10.0.0.27 - - [2026-01-19 04:02:30] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.008075 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.034649 10.0.0.27 - - [2026-01-19 04:02:30] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.044921 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.010610 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.016937 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.044633 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.045229 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007370 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004199 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.025501 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003736 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005530 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004014 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.030599 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.035472 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007275 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005856 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.033139 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.038690 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.009946 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006154 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.035600 10.0.0.27 - - [2026-01-19 04:02:31] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.041364 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.011037 10.0.0.27 - - [2026-01-19 04:02:31] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.010808 10.0.0.27 - - [2026-01-19 04:02:32] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.024896 10.0.0.27 - - [2026-01-19 04:02:32] "POST /ref-update HTTP/1.1" 200 156 0.066820 10.0.0.27 - - [2026-01-19 04:02:32] "GET /virtual-network/f0cb0fff-7790-4953-bf66-4d7fb122abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.010999 10.0.0.27 - - [2026-01-19 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2026-01-19 04:02:32] "POST /ref-update HTTP/1.1" 200 156 0.033420 10.0.0.27 - - [2026-01-19 04:02:32] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008220 10.0.0.27 - - [2026-01-19 04:02:32] "POST /ref-update HTTP/1.1" 200 156 0.059027 10.0.0.27 - - [2026-01-19 04:02:32] "POST /neutron/network HTTP/1.1" 200 799 0.011535 10.0.0.27 - - [2026-01-19 04:02:32] "GET /virtual-network/c3441136-b96b-4dff-a597-e6c7fa82977d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.012554 10.0.0.27 - - [2026-01-19 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2026-01-19 04:02:32] "GET /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006802 10.0.0.27 - - [2026-01-19 04:02:32] "DELETE /network-policy/35351f3f-892c-411f-adae-0c3cdd37f661 HTTP/1.1" 200 115 0.080086 10.0.0.27 - - [2026-01-19 04:02:32] "POST /neutron/port HTTP/1.1" 200 1127 0.036682 10.0.0.27 - - [2026-01-19 04:02:32] "POST /neutron/port HTTP/1.1" 200 151 0.230999 10.0.0.27 - - [2026-01-19 04:02:34] "POST /neutron/network HTTP/1.1" 200 799 0.008111 10.0.0.27 - - [2026-01-19 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007973 10.0.0.23 - - [2026-01-19 04:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.23 - - [2026-01-19 04:02:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002432 10.0.0.27 - - [2026-01-19 04:02:35] "POST /neutron/network HTTP/1.1" 200 151 0.180870 10.0.0.27 - - [2026-01-19 04:02:35] "DELETE /route-target/c90e01ca-8ff2-465c-aa99-fa0c8324cb92 HTTP/1.1" 200 115 0.028765 10.0.0.50 - - [2026-01-19 04:02:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.017561 10.0.0.27 - - [2026-01-19 04:02:35] "POST /ref-update HTTP/1.1" 200 156 0.079133 10.0.0.27 - - [2026-01-19 04:02:35] "GET /virtual-network/e5d008d1-784b-4588-93a7-7053dc6efd3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.010133 10.0.0.27 - - [2026-01-19 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.021474 10.0.0.27 - - [2026-01-19 04:02:35] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004217 10.0.0.27 - - [2026-01-19 04:02:35] "POST /ref-update HTTP/1.1" 200 156 0.077921 10.0.0.27 - - [2026-01-19 04:02:35] "DELETE /access-control-list/13d91e1d-b165-49ab-99fd-309ab9a3526d HTTP/1.1" 200 115 0.042746 10.0.0.27 - - [2026-01-19 04:02:35] "GET /virtual-network/824e4cab-c7fc-4d38-99ad-d0f7d2e3fceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.008423 10.0.0.27 - - [2026-01-19 04:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.27 - - [2026-01-19 04:02:35] "GET /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004999 10.0.0.27 - - [2026-01-19 04:02:35] "DELETE /network-policy/fe0574b6-10d1-49fb-974a-f409e8814a3d HTTP/1.1" 200 115 0.038127 10.0.0.27 - - [2026-01-19 04:02:35] "POST /neutron/network HTTP/1.1" 200 976 0.011963 10.0.0.27 - - [2026-01-19 04:02:36] "POST /neutron/port HTTP/1.1" 200 1208 0.024344 10.0.0.27 - - [2026-01-19 04:02:36] "POST /neutron/port HTTP/1.1" 200 1205 0.016345 10.0.0.23 - - [2026-01-19 04:02:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002962 10.0.0.23 - - [2026-01-19 04:02:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003600 10.0.0.23 - - [2026-01-19 04:02:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002255 10.0.0.23 - - [2026-01-19 04:02:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002256 10.0.0.27 - - [2026-01-19 04:02:38] "POST /neutron/network HTTP/1.1" 200 151 0.237065 10.0.0.27 - - [2026-01-19 04:02:38] "DELETE /route-target/3a988849-8bb8-46f9-96ea-0426b77e6f62 HTTP/1.1" 200 115 0.022069 10.0.0.27 - - [2026-01-19 04:02:39] "DELETE /access-control-list/239f302f-1dab-409c-9ca6-2044ed3d7a8a HTTP/1.1" 200 115 0.065853 10.0.0.23 - - [2026-01-19 04:02:39] "DELETE /project/78438775a54f4c94a141fe38c56f186d HTTP/1.1" 404 173 0.100037 10.0.0.23 - - [2026-01-19 04:02:39] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003647 10.0.0.23 - - [2026-01-19 04:02:39] "GET /projects?obj_uuids=a5c34e35-7bda-41de-abcd-0e41919cc246&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001055 10.0.0.23 - - [2026-01-19 04:02:39] "DELETE /project/5efa2f6a9d1041728d0f2cead1fff2a6 HTTP/1.1" 404 173 0.219102 10.0.0.23 - - [2026-01-19 04:02:39] "GET /project/a5c34e35-7bda-41de-abcd-0e41919cc246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 203 0.043220 10.0.0.23 - - [2026-01-19 04:02:39] "DELETE /project/a5c34e35-7bda-41de-abcd-0e41919cc246 HTTP/1.1" 404 171 0.251604 10.0.0.23 - - [2026-01-19 04:02:39] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.144001 10.0.0.23 - - [2026-01-19 04:02:39] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002252 10.0.0.23 - - [2026-01-19 04:02:39] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?fields=security_groups HTTP/1.1" 200 1363 0.070655 10.0.0.23 - - [2026-01-19 04:02:39] "DELETE /security-group/c77fc923-ae2b-4ab4-811f-3491a957b2ea HTTP/1.1" 200 115 0.055131 10.0.0.23 - - [2026-01-19 04:02:39] "GET /projects?obj_uuids=5efa2f6a-9d10-4172-8d0f-2cead1fff2a6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002360 10.0.0.27 - - [2026-01-19 04:02:39] "DELETE /access-control-list/14a1e3b8-1274-41ca-8810-3ffb1c272187 HTTP/1.1" 200 115 0.037866 10.0.0.23 - - [2026-01-19 04:02:39] "GET /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6?fields=application_policy_sets HTTP/1.1" 200 1402 0.070435 10.0.0.27 - - [2026-01-19 04:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.23 - - [2026-01-19 04:02:39] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.27 - - [2026-01-19 04:02:39] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049784 10.0.0.27 - - [2026-01-19 04:02:39] "POST /neutron/network HTTP/1.1" 200 117 0.013421 10.0.0.23 - - [2026-01-19 04:02:39] "DELETE /project/5efa2f6a-9d10-4172-8d0f-2cead1fff2a6 HTTP/1.1" 200 115 0.700335 10.0.0.50 - - [2026-01-19 04:02:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.004209 10.0.0.23 - - [2026-01-19 04:02:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006200 10.0.0.27 - - [2026-01-19 04:02:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.213250 10.0.0.27 - - [2026-01-19 04:02:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001458 10.0.0.27 - - [2026-01-19 04:02:40] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005485 10.0.0.27 - - [2026-01-19 04:02:40] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005764 10.0.0.27 - - [2026-01-19 04:02:40] "POST /neutron/network HTTP/1.1" 200 975 0.015378 10.0.0.27 - - [2026-01-19 04:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.23 - - [2026-01-19 04:02:40] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.27 - - [2026-01-19 04:02:40] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057746 10.0.0.27 - - [2026-01-19 04:02:40] "POST /neutron/network HTTP/1.1" 200 117 0.017014 10.0.0.27 - - [2026-01-19 04:02:41] "POST /route-targets HTTP/1.1" 200 327 0.013255 10.0.0.23 - - [2026-01-19 04:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007217 10.0.0.27 - - [2026-01-19 04:02:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.216280 10.0.0.27 - - [2026-01-19 04:02:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001275 10.0.0.27 - - [2026-01-19 04:02:41] "GET /virtual-network/d6f9eb28-f861-464f-8d0b-a4e7ce326b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006225 10.0.0.27 - - [2026-01-19 04:02:41] "GET /virtual-network/d6f9eb28-f861-464f-8d0b-a4e7ce326b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006968 10.0.0.27 - - [2026-01-19 04:02:41] "POST /neutron/network HTTP/1.1" 200 976 0.011169 10.0.0.27 - - [2026-01-19 04:02:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001841 10.0.0.27 - - [2026-01-19 04:02:41] "POST /neutron/network HTTP/1.1" 200 985 0.006977 10.0.0.23 - - [2026-01-19 04:02:42] "GET /obj-perms HTTP/1.1" 200 5056 0.056436 10.0.0.23 - - [2026-01-19 04:02:42] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.27 - - [2026-01-19 04:02:42] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.108963 10.0.0.27 - - [2026-01-19 04:02:42] "POST /neutron/port HTTP/1.1" 200 117 0.008843 10.0.0.27 - - [2026-01-19 04:02:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001382 10.0.0.27 - - [2026-01-19 04:02:43] "POST /neutron/network HTTP/1.1" 200 985 0.007345 10.0.0.23 - - [2026-01-19 04:02:43] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001839 10.0.0.27 - - [2026-01-19 04:02:43] "POST /neutron/port HTTP/1.1" 200 1153 0.062721 10.0.0.27 - - [2026-01-19 04:02:43] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.100827 10.0.0.27 - - [2026-01-19 04:02:43] "POST /neutron/port HTTP/1.1" 200 1217 0.022562 10.0.0.27 - - [2026-01-19 04:02:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005098 10.0.0.27 - - [2026-01-19 04:02:44] "POST /neutron/port HTTP/1.1" 200 117 0.008017 10.0.0.27 - - [2026-01-19 04:02:44] "POST /neutron/network HTTP/1.1" 200 975 0.010718 10.0.0.27 - - [2026-01-19 04:02:44] "POST /neutron/network HTTP/1.1" 200 986 0.008704 10.0.0.27 - - [2026-01-19 04:02:44] "POST /neutron/port HTTP/1.1" 200 1154 0.024424 10.0.0.27 - - [2026-01-19 04:02:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004610 10.0.0.27 - - [2026-01-19 04:02:45] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.27 - - [2026-01-19 04:02:49] "POST /neutron/port HTTP/1.1" 200 1217 0.018928 10.0.0.27 - - [2026-01-19 04:02:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008584 10.0.0.27 - - [2026-01-19 04:02:49] "GET /virtual-machine/461e138f-5d86-4a7b-bc56-504a407b663d HTTP/1.1" 200 1300 0.007562 10.0.0.27 - - [2026-01-19 04:02:49] "GET /virtual-machine-interface/4815f869-b7e2-435d-9b9c-d79ce44db978 HTTP/1.1" 200 3157 0.006057 10.0.0.27 - - [2026-01-19 04:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.27 - - [2026-01-19 04:02:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004348 10.0.0.27 - - [2026-01-19 04:02:49] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003194 10.0.0.27 - - [2026-01-19 04:02:49] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006976 10.0.0.27 - - [2026-01-19 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.27 - - [2026-01-19 04:02:52] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.005947 10.0.0.27 - - [2026-01-19 04:02:52] "POST /neutron/port HTTP/1.1" 200 1217 0.020718 10.0.0.27 - - [2026-01-19 04:02:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007403 10.0.0.27 - - [2026-01-19 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2026-01-19 04:02:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003948 10.0.0.27 - - [2026-01-19 04:02:54] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003316 10.0.0.27 - - [2026-01-19 04:02:54] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.006030 10.0.0.27 - - [2026-01-19 04:02:55] "POST /neutron/port HTTP/1.1" 200 1218 0.035142 10.0.0.27 - - [2026-01-19 04:02:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009270 10.0.0.27 - - [2026-01-19 04:02:55] "GET /virtual-machine/1292a2c9-6e7f-4770-b729-a657f61ed126 HTTP/1.1" 200 1300 0.007306 10.0.0.27 - - [2026-01-19 04:02:55] "GET /virtual-machine-interface/a0dbb3d2-221e-47bd-8ccb-bad03e02ff6c HTTP/1.1" 200 3158 0.005965 10.0.0.27 - - [2026-01-19 04:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.27 - - [2026-01-19 04:02:55] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004222 10.0.0.27 - - [2026-01-19 04:02:55] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003896 10.0.0.27 - - [2026-01-19 04:02:55] "GET /virtual-network/d6f9eb28-f861-464f-8d0b-a4e7ce326b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005711 10.0.0.27 - - [2026-01-19 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.27 - - [2026-01-19 04:02:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004527 10.0.0.27 - - [2026-01-19 04:02:56] "GET /virtual-networks?parent_id=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003890 10.0.0.27 - - [2026-01-19 04:02:56] "GET /virtual-network/d6f9eb28-f861-464f-8d0b-a4e7ce326b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007308 10.0.0.27 - - [2026-01-19 04:02:56] "POST /fqname-to-id HTTP/1.1" 404 209 0.003723 10.0.0.27 - - [2026-01-19 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.23 - - [2026-01-19 04:02:56] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.27 - - [2026-01-19 04:02:56] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045112 10.0.0.27 - - [2026-01-19 04:02:56] "POST /network-policys HTTP/1.1" 200 533 0.035646 10.0.0.27 - - [2026-01-19 04:02:56] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007154 10.0.0.27 - - [2026-01-19 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.27 - - [2026-01-19 04:02:56] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007586 10.0.0.27 - - [2026-01-19 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2026-01-19 04:02:56] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006263 10.0.0.50 - - [2026-01-19 04:02:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.005268 10.0.0.27 - - [2026-01-19 04:02:56] "POST /ref-update HTTP/1.1" 200 156 0.063303 10.0.0.27 - - [2026-01-19 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006001 10.0.0.27 - - [2026-01-19 04:02:57] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007068 10.0.0.27 - - [2026-01-19 04:02:57] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.008702 10.0.0.27 - - [2026-01-19 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2026-01-19 04:02:57] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004826 10.0.0.27 - - [2026-01-19 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2026-01-19 04:02:57] "GET /virtual-network/d6f9eb28-f861-464f-8d0b-a4e7ce326b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005535 10.0.0.27 - - [2026-01-19 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.27 - - [2026-01-19 04:02:57] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005669 10.0.0.27 - - [2026-01-19 04:02:57] "POST /access-control-lists HTTP/1.1" 200 578 0.074546 10.0.0.27 - - [2026-01-19 04:02:57] "POST /ref-update HTTP/1.1" 200 156 0.092917 10.0.0.27 - - [2026-01-19 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.27 - - [2026-01-19 04:02:57] "POST /ref-update HTTP/1.1" 200 156 0.023866 10.0.0.27 - - [2026-01-19 04:02:57] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.011819 10.0.0.27 - - [2026-01-19 04:02:57] "GET /virtual-network/d6f9eb28-f861-464f-8d0b-a4e7ce326b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.012628 10.0.0.27 - - [2026-01-19 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010869 10.0.0.27 - - [2026-01-19 04:02:57] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005389 10.0.0.27 - - [2026-01-19 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.23 - - [2026-01-19 04:02:57] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.27 - - [2026-01-19 04:02:57] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058333 10.0.0.27 - - [2026-01-19 04:02:57] "POST /neutron/network HTTP/1.1" 200 117 0.020114 10.0.0.27 - - [2026-01-19 04:02:58] "POST /ref-update HTTP/1.1" 200 156 0.025199 10.0.0.27 - - [2026-01-19 04:02:58] "POST /neutron/network HTTP/1.1" 200 799 0.019638 10.0.0.27 - - [2026-01-19 04:02:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001264 10.0.0.27 - - [2026-01-19 04:02:58] "GET /virtual-network/5ff7d34a-a90b-4c86-bb95-52100b68c5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006446 10.0.0.27 - - [2026-01-19 04:02:58] "GET /virtual-network/5ff7d34a-a90b-4c86-bb95-52100b68c5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005937 10.0.0.27 - - [2026-01-19 04:02:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.009238 10.0.0.27 - - [2026-01-19 04:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.23 - - [2026-01-19 04:02:58] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.27 - - [2026-01-19 04:02:58] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065446 10.0.0.23 - - [2026-01-19 04:02:58] "POST /useragent-kv HTTP/1.1" 200 115 0.011201 10.0.0.27 - - [2026-01-19 04:02:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.267156 10.0.0.27 - - [2026-01-19 04:02:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001273 10.0.0.27 - - [2026-01-19 04:02:59] "GET /virtual-network/811d8010-11b2-4fdb-b669-7bf715d346ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007406 10.0.0.27 - - [2026-01-19 04:02:59] "GET /virtual-network/811d8010-11b2-4fdb-b669-7bf715d346ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007435 10.0.0.27 - - [2026-01-19 04:02:59] "POST /neutron/network HTTP/1.1" 200 799 0.007791 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 404 239 0.003277 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.23 - - [2026-01-19 04:02:59] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001391 10.0.0.27 - - [2026-01-19 04:02:59] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048479 10.0.0.27 - - [2026-01-19 04:02:59] "POST /network-policys HTTP/1.1" 200 587 0.037927 10.0.0.27 - - [2026-01-19 04:02:59] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007510 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.27 - - [2026-01-19 04:02:59] "GET /virtual-network/5ff7d34a-a90b-4c86-bb95-52100b68c5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005943 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-01-19 04:02:59] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004564 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.007229 10.0.0.27 - - [2026-01-19 04:02:59] "POST /ref-update HTTP/1.1" 200 156 0.070372 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005665 10.0.0.27 - - [2026-01-19 04:02:59] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004202 10.0.0.27 - - [2026-01-19 04:02:59] "GET /virtual-network/5ff7d34a-a90b-4c86-bb95-52100b68c5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.011714 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2026-01-19 04:02:59] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004702 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009815 10.0.0.27 - - [2026-01-19 04:02:59] "GET /virtual-network/811d8010-11b2-4fdb-b669-7bf715d346ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006260 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2026-01-19 04:02:59] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004345 10.0.0.27 - - [2026-01-19 04:02:59] "POST /ref-update HTTP/1.1" 200 156 0.064991 10.0.0.27 - - [2026-01-19 04:02:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.018710 10.0.0.27 - - [2026-01-19 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008701 10.0.0.27 - - [2026-01-19 04:03:00] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004783 10.0.0.27 - - [2026-01-19 04:03:00] "POST /neutron/network HTTP/1.1" 200 912 0.033471 10.0.0.27 - - [2026-01-19 04:03:00] "GET /virtual-network/811d8010-11b2-4fdb-b669-7bf715d346ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.026202 10.0.0.27 - - [2026-01-19 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005186 10.0.0.27 - - [2026-01-19 04:03:00] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004944 10.0.0.27 - - [2026-01-19 04:03:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001215 10.0.0.27 - - [2026-01-19 04:03:00] "POST /neutron/network HTTP/1.1" 200 922 0.007616 10.0.0.23 - - [2026-01-19 04:03:01] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002412 10.0.0.27 - - [2026-01-19 04:03:01] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.108042 10.0.0.27 - - [2026-01-19 04:03:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012061 10.0.0.27 - - [2026-01-19 04:03:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001403 10.0.0.27 - - [2026-01-19 04:03:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010095 10.0.0.23 - - [2026-01-19 04:03:02] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001527 10.0.0.27 - - [2026-01-19 04:03:02] "POST /neutron/port HTTP/1.1" 200 1063 0.378419 10.0.0.27 - - [2026-01-19 04:03:02] "POST /neutron/port HTTP/1.1" 200 1117 0.143577 10.0.0.23 - - [2026-01-19 04:03:02] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.27 - - [2026-01-19 04:03:02] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093610 10.0.0.27 - - [2026-01-19 04:03:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.009964 10.0.0.27 - - [2026-01-19 04:03:02] "POST /neutron/network HTTP/1.1" 200 912 0.009139 10.0.0.27 - - [2026-01-19 04:03:03] "POST /neutron/port HTTP/1.1" 200 117 0.007134 10.0.0.27 - - [2026-01-19 04:03:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003995 10.0.0.27 - - [2026-01-19 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.27 - - [2026-01-19 04:03:03] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007134 10.0.0.27 - - [2026-01-19 04:03:03] "PUT /access-control-list/6ecd343f-f9aa-47fd-900c-2ffb7e0340ca HTTP/1.1" 200 272 0.031992 10.0.0.27 - - [2026-01-19 04:03:03] "POST /neutron/port HTTP/1.1" 200 1063 0.022315 10.0.0.27 - - [2026-01-19 04:03:03] "POST /neutron/port HTTP/1.1" 200 1127 0.020730 10.0.0.27 - - [2026-01-19 04:03:03] "POST /neutron/port HTTP/1.1" 200 117 0.001448 10.0.0.27 - - [2026-01-19 04:03:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004581 10.0.0.27 - - [2026-01-19 04:03:04] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005795 10.0.0.27 - - [2026-01-19 04:03:04] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006842 10.0.0.27 - - [2026-01-19 04:03:04] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.032881 10.0.0.27 - - [2026-01-19 04:03:04] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.052510 10.0.0.27 - - [2026-01-19 04:03:04] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.012990 10.0.0.27 - - [2026-01-19 04:03:04] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.010104 10.0.0.27 - - [2026-01-19 04:03:04] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.044179 10.0.0.27 - - [2026-01-19 04:03:04] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.049480 10.0.0.27 - - [2026-01-19 04:03:04] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.013232 10.0.0.27 - - [2026-01-19 04:03:04] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006501 10.0.0.27 - - [2026-01-19 04:03:04] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.035678 10.0.0.27 - - [2026-01-19 04:03:04] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.038814 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.014877 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007490 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.020553 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004605 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005942 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.004295 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.028425 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.035441 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007785 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005574 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.039329 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.051036 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007383 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006028 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.036240 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.052554 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.005758 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.014697 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.028307 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003468 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007554 10.0.0.27 - - [2026-01-19 04:03:05] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005279 10.0.0.27 - - [2026-01-19 04:03:05] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.037673 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.055417 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.004760 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.006478 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.034543 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.042883 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006979 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007409 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.036532 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.042131 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005651 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.004293 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.026379 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006702 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006055 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.041476 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.012118 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.018304 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.039271 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005015 10.0.0.27 - - [2026-01-19 04:03:06] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.004347 10.0.0.27 - - [2026-01-19 04:03:06] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.019659 10.0.0.27 - - [2026-01-19 04:03:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007950 10.0.0.27 - - [2026-01-19 04:03:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004223 10.0.0.27 - - [2026-01-19 04:03:16] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.006536 10.0.0.27 - - [2026-01-19 04:03:16] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.005708 10.0.0.27 - - [2026-01-19 04:03:16] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.032906 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.036385 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.020839 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.005821 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.030724 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.055546 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.005492 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.009969 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.027860 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.046150 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.005640 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.020409 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.023790 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004060 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006160 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005041 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.031772 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.045145 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.008292 10.0.0.27 - - [2026-01-19 04:03:17] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.004455 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.032984 10.0.0.27 - - [2026-01-19 04:03:17] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.044952 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.005411 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.008725 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.038450 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.038629 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.009600 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2912 0.007535 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.023554 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003692 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005516 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005375 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.029147 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/7f3a2a75-590f-459b-bafb-1e966c194151 HTTP/1.1" 200 254 0.039161 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.007687 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2849 0.013515 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.033412 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/96792125-ecb1-49eb-a57a-9f4cfc975e48 HTTP/1.1" 200 254 0.032435 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.008798 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.008133 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.033967 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.053954 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.022614 10.0.0.27 - - [2026-01-19 04:03:18] "GET /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.010212 10.0.0.27 - - [2026-01-19 04:03:18] "PUT /bgp-router/1a8385e7-92e8-4c63-b1cc-803c2ea7d559 HTTP/1.1" 200 254 0.021819 10.0.0.27 - - [2026-01-19 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.054439 10.0.0.27 - - [2026-01-19 04:03:19] "POST /neutron/network HTTP/1.1" 200 799 0.021462 10.0.0.27 - - [2026-01-19 04:03:19] "GET /virtual-network/811d8010-11b2-4fdb-b669-7bf715d346ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.016063 10.0.0.27 - - [2026-01-19 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009187 10.0.0.27 - - [2026-01-19 04:03:19] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004513 10.0.0.27 - - [2026-01-19 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.056516 10.0.0.27 - - [2026-01-19 04:03:19] "DELETE /access-control-list/7b8583a5-4bc1-4602-8dc5-b9e61cfe44b9 HTTP/1.1" 200 115 0.050282 10.0.0.27 - - [2026-01-19 04:03:19] "GET /virtual-network/5ff7d34a-a90b-4c86-bb95-52100b68c5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011060 10.0.0.27 - - [2026-01-19 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015578 10.0.0.27 - - [2026-01-19 04:03:19] "GET /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005101 10.0.0.27 - - [2026-01-19 04:03:19] "DELETE /network-policy/91c3c4fe-0d91-41b9-add3-7a708521b1f0 HTTP/1.1" 200 115 0.043555 10.0.0.27 - - [2026-01-19 04:03:19] "POST /neutron/network HTTP/1.1" 200 799 0.007065 10.0.0.27 - - [2026-01-19 04:03:19] "POST /neutron/port HTTP/1.1" 200 151 0.239946 10.0.0.27 - - [2026-01-19 04:03:20] "POST /neutron/port HTTP/1.1" 200 151 0.283224 10.0.0.27 - - [2026-01-19 04:03:21] "POST /neutron/network HTTP/1.1" 200 799 0.007080 10.0.0.27 - - [2026-01-19 04:03:21] "DELETE /route-target/9a20b99b-3dd4-4da1-91d4-14b5adedb0e2 HTTP/1.1" 200 115 0.035394 10.0.0.27 - - [2026-01-19 04:03:22] "POST /ref-update HTTP/1.1" 200 156 0.076776 10.0.0.27 - - [2026-01-19 04:03:22] "DELETE /access-control-list/9bc17f6c-731b-49e0-ad8b-56e5ed0af89b HTTP/1.1" 200 115 0.073651 10.0.0.27 - - [2026-01-19 04:03:22] "GET /virtual-network/d6f9eb28-f861-464f-8d0b-a4e7ce326b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.011587 10.0.0.27 - - [2026-01-19 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2026-01-19 04:03:22] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004235 10.0.0.50 - - [2026-01-19 04:03:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.006945 10.0.0.27 - - [2026-01-19 04:03:22] "POST /ref-update HTTP/1.1" 200 156 0.065408 10.0.0.27 - - [2026-01-19 04:03:22] "POST /ref-update HTTP/1.1" 200 156 0.035967 10.0.0.27 - - [2026-01-19 04:03:22] "POST /neutron/network HTTP/1.1" 200 975 0.033257 10.0.0.27 - - [2026-01-19 04:03:22] "GET /virtual-network/b2fd2176-ea5b-4a1e-8dec-a7d6cf1c804f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.011260 10.0.0.27 - - [2026-01-19 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2026-01-19 04:03:22] "GET /network-policy/da600ed7-372e-48d1-9165-962571b084c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004985 10.0.0.27 - - [2026-01-19 04:03:22] "DELETE /network-policy/da600ed7-372e-48d1-9165-962571b084c9 HTTP/1.1" 200 115 0.030921 10.0.0.27 - - [2026-01-19 04:03:23] "POST /neutron/port HTTP/1.1" 200 1218 0.022395 10.0.0.27 - - [2026-01-19 04:03:23] "POST /neutron/port HTTP/1.1" 200 1217 0.041163 10.0.0.27 - - [2026-01-19 04:03:24] "POST /neutron/network HTTP/1.1" 200 976 0.010728 10.0.0.27 - - [2026-01-19 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007285 10.0.0.23 - - [2026-01-19 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003732 10.0.0.23 - - [2026-01-19 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003396 10.0.0.23 - - [2026-01-19 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004081 10.0.0.23 - - [2026-01-19 04:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007806 10.0.0.27 - - [2026-01-19 04:03:25] "POST /neutron/network HTTP/1.1" 200 151 0.181641 10.0.0.23 - - [2026-01-19 04:03:26] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001667 10.0.0.27 - - [2026-01-19 04:03:26] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.068742 10.0.0.23 - - [2026-01-19 04:03:26] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001448 10.0.0.27 - - [2026-01-19 04:03:26] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?fields=virtual_networks HTTP/1.1" 200 1048 0.054449 10.0.0.23 - - [2026-01-19 04:03:26] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.27 - - [2026-01-19 04:03:26] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.045466 10.0.0.23 - - [2026-01-19 04:03:26] "GET /projects?obj_uuids=78438775-a54f-4c94-a141-fe38c56f186d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.27 - - [2026-01-19 04:03:26] "GET /project/78438775-a54f-4c94-a141-fe38c56f186d?fields=security_groups HTTP/1.1" 200 1282 0.048665 10.0.0.27 - - [2026-01-19 04:03:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.030992 10.0.0.23 - - [2026-01-19 04:03:27] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004098 10.0.0.23 - - [2026-01-19 04:03:27] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.23 - - [2026-01-19 04:03:27] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008053 10.0.0.23 - - [2026-01-19 04:03:27] "POST /id-to-fqname HTTP/1.1" 200 185 0.009923 10.0.0.23 - - [2026-01-19 04:03:27] "POST /fqname-to-id HTTP/1.1" 404 194 0.007723 10.0.0.23 - - [2026-01-19 04:03:28] "POST /security-groups HTTP/1.1" 200 586 0.081585 10.0.0.23 - - [2026-01-19 04:03:28] "POST /projects HTTP/1.1" 200 575 0.342566 10.0.0.23 - - [2026-01-19 04:03:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.378513 10.0.0.27 - - [2026-01-19 04:03:28] "POST /access-control-lists HTTP/1.1" 200 591 0.033280 10.0.0.27 - - [2026-01-19 04:03:28] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.546267 10.0.0.27 - - [2026-01-19 04:03:29] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.27 - - [2026-01-19 04:03:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2026-01-19 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.031789 10.0.0.27 - - [2026-01-19 04:03:31] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.006746 10.0.0.27 - - [2026-01-19 04:03:31] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004502 10.0.0.27 - - [2026-01-19 04:03:31] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003731 10.0.0.27 - - [2026-01-19 04:03:31] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.013759 10.0.0.27 - - [2026-01-19 04:03:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.025091 10.0.0.23 - - [2026-01-19 04:03:33] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003590 10.0.0.23 - - [2026-01-19 04:03:34] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001586 10.0.0.23 - - [2026-01-19 04:03:34] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008815 10.0.0.23 - - [2026-01-19 04:03:34] "POST /id-to-fqname HTTP/1.1" 200 185 0.013718 10.0.0.23 - - [2026-01-19 04:03:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.006820 10.0.0.23 - - [2026-01-19 04:03:34] "POST /security-groups HTTP/1.1" 200 586 0.086744 10.0.0.27 - - [2026-01-19 04:03:34] "POST /fqname-to-id HTTP/1.1" 404 229 0.003292 10.0.0.23 - - [2026-01-19 04:03:34] "POST /projects HTTP/1.1" 200 575 0.372214 10.0.0.23 - - [2026-01-19 04:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.444885 10.0.0.27 - - [2026-01-19 04:03:34] "POST /access-control-lists HTTP/1.1" 200 589 0.027133 10.0.0.27 - - [2026-01-19 04:03:34] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.595165 10.0.0.27 - - [2026-01-19 04:03:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.035041 10.0.0.23 - - [2026-01-19 04:03:35] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003892 10.0.0.23 - - [2026-01-19 04:03:35] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.23 - - [2026-01-19 04:03:35] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007433 10.0.0.23 - - [2026-01-19 04:03:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.005007 10.0.0.23 - - [2026-01-19 04:03:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.006150 10.0.0.23 - - [2026-01-19 04:03:35] "POST /security-groups HTTP/1.1" 200 586 0.043662 10.0.0.23 - - [2026-01-19 04:03:35] "POST /projects HTTP/1.1" 200 575 0.280767 10.0.0.27 - - [2026-01-19 04:03:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.004555 10.0.0.23 - - [2026-01-19 04:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.357610 10.0.0.27 - - [2026-01-19 04:03:35] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.519758 10.0.0.27 - - [2026-01-19 04:03:36] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.27 - - [2026-01-19 04:03:36] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.27 - - [2026-01-19 04:03:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.003446 10.0.0.27 - - [2026-01-19 04:03:37] "POST /api-access-lists HTTP/1.1" 200 521 0.024923 10.0.0.27 - - [2026-01-19 04:03:37] "GET /api-access-list/ff60330d-d18e-4921-a86f-aa878a2de4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006863 10.0.0.27 - - [2026-01-19 04:03:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-01-19 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.138499 10.0.0.23 - - [2026-01-19 04:03:38] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001200 10.0.0.27 - - [2026-01-19 04:03:38] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.076302 10.0.0.27 - - [2026-01-19 04:03:38] "GET /virtual-networks?parent_id=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021456 10.0.0.27 - - [2026-01-19 04:03:38] "POST /virtual-networks HTTP/1.1" 200 568 0.107504 10.0.0.27 - - [2026-01-19 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.029888 10.0.0.27 - - [2026-01-19 04:03:38] "POST /ref-update HTTP/1.1" 200 156 0.024568 10.0.0.27 - - [2026-01-19 04:03:38] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.019812 10.0.0.23 - - [2026-01-19 04:03:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009369 10.0.0.27 - - [2026-01-19 04:03:38] "POST /ref-update HTTP/1.1" 200 156 0.103151 10.0.0.27 - - [2026-01-19 04:03:39] "GET /virtual-network/53423ade-f739-4712-9446-190d3bceec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.023503 10.0.0.27 - - [2026-01-19 04:03:39] "POST /neutron/network HTTP/1.1" 200 833 0.057515 10.0.0.23 - - [2026-01-19 04:03:40] "DELETE /project/33c76442237a44b68a31ba2169bc7eb7 HTTP/1.1" 404 173 0.004434 10.0.0.23 - - [2026-01-19 04:03:40] "DELETE /project/78438775-a54f-4c94-a141-fe38c56f186d HTTP/1.1" 404 177 0.009127 10.0.0.23 - - [2026-01-19 04:03:40] "DELETE /project/7c2fbc33c9534f79949fa3c09486307b HTTP/1.1" 404 173 0.004303 10.0.0.23 - - [2026-01-19 04:03:40] "DELETE /project/5204c61d74a84256a9f328bbb8af7e2f HTTP/1.1" 404 173 0.009465 10.0.0.27 - - [2026-01-19 04:03:40] "GET /obj-perms HTTP/1.1" 200 4915 0.074600 10.0.0.27 - - [2026-01-19 04:03:41] "GET /virtual-network/53423ade-f739-4712-9446-190d3bceec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.024030 10.0.0.27 - - [2026-01-19 04:03:41] "GET /obj-perms HTTP/1.1" 200 4915 0.099635 10.0.0.27 - - [2026-01-19 04:03:41] "GET /obj-perms HTTP/1.1" 200 4915 0.019167 10.0.0.27 - - [2026-01-19 04:03:41] "POST /id-to-fqname HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2026-01-19 04:03:42] "POST /id-to-fqname HTTP/1.1" 200 230 0.327309 10.0.0.50 - - [2026-01-19 04:03:43] "GET /obj-perms HTTP/1.1" 200 5056 0.074753 10.0.0.23 - - [2026-01-19 04:03:44] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.27 - - [2026-01-19 04:03:44] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.066429 10.0.0.27 - - [2026-01-19 04:03:44] "POST /neutron/network HTTP/1.1" 200 833 0.007931 10.0.0.27 - - [2026-01-19 04:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.033662 10.0.0.23 - - [2026-01-19 04:03:44] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001770 10.0.0.27 - - [2026-01-19 04:03:45] "POST /neutron/port HTTP/1.1" 200 1057 0.577384 10.0.0.27 - - [2026-01-19 04:03:45] "POST /neutron/port HTTP/1.1" 200 1111 0.117102 10.0.0.27 - - [2026-01-19 04:03:45] "POST /neutron/subnet HTTP/1.1" 200 657 0.009304 10.0.0.27 - - [2026-01-19 04:03:49] "POST /neutron/port HTTP/1.1" 200 1121 0.019727 10.0.0.27 - - [2026-01-19 04:03:49] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008799 10.0.0.27 - - [2026-01-19 04:03:49] "POST /neutron/port HTTP/1.1" 200 1121 0.021298 10.0.0.27 - - [2026-01-19 04:03:49] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-01-19 04:03:50] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 200 1288 0.051759 10.0.0.27 - - [2026-01-19 04:03:50] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 200 1288 0.018640 10.0.0.27 - - [2026-01-19 04:03:50] "GET /virtual-machine-interface/147242a7-5008-4e29-ac97-9829d67be78a HTTP/1.1" 200 2530 0.023830 10.0.0.27 - - [2026-01-19 04:03:50] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 200 1288 0.021425 10.0.0.27 - - [2026-01-19 04:03:50] "GET /virtual-machine-interface/147242a7-5008-4e29-ac97-9829d67be78a HTTP/1.1" 200 2530 0.022327 10.0.0.27 - - [2026-01-19 04:03:50] "GET /instance-ip/df2d869a-1819-4516-9c9d-5f1f23ab176e HTTP/1.1" 200 1628 0.021692 10.0.0.27 - - [2026-01-19 04:03:50] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 200 1288 0.019515 10.0.0.27 - - [2026-01-19 04:03:50] "GET /virtual-machine-interface/147242a7-5008-4e29-ac97-9829d67be78a HTTP/1.1" 200 2530 0.024023 10.0.0.27 - - [2026-01-19 04:03:50] "GET /instance-ip/df2d869a-1819-4516-9c9d-5f1f23ab176e HTTP/1.1" 200 1628 0.018075 10.0.0.27 - - [2026-01-19 04:03:50] "POST /fqname-to-id HTTP/1.1" 403 339 0.015785 10.0.0.27 - - [2026-01-19 04:03:50] "GET / HTTP/1.1" 200 35931 0.001728 10.0.0.27 - - [2026-01-19 04:03:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000742 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.026252 10.0.0.27 - - [2026-01-19 04:03:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004519 10.0.0.27 - - [2026-01-19 04:03:51] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017954 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.020259 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2026-01-19 04:03:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004542 10.0.0.27 - - [2026-01-19 04:03:51] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018489 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.019783 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-01-19 04:03:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004507 10.0.0.27 - - [2026-01-19 04:03:51] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018072 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.021728 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2026-01-19 04:03:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005599 10.0.0.27 - - [2026-01-19 04:03:51] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021509 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 403 339 0.021855 10.0.0.27 - - [2026-01-19 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.27 - - [2026-01-19 04:03:51] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005500 10.0.0.27 - - [2026-01-19 04:03:51] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018206 10.0.0.27 - - [2026-01-19 04:03:54] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007783 10.0.0.27 - - [2026-01-19 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.017598 10.0.0.27 - - [2026-01-19 04:03:54] "GET /virtual-network/53423ade-f739-4712-9446-190d3bceec00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1985 0.021224 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.024817 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.27 - - [2026-01-19 04:03:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004059 10.0.0.27 - - [2026-01-19 04:03:57] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015851 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.022559 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.27 - - [2026-01-19 04:03:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006073 10.0.0.27 - - [2026-01-19 04:03:57] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021319 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.017552 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.27 - - [2026-01-19 04:03:57] "GET /routing-instance/0ff14918-2c4b-4b77-8db9-e1e3235825da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004267 10.0.0.27 - - [2026-01-19 04:03:57] "GET /route-target/e0353fa8-1c21-456a-b094-8a16db2bd92a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015705 10.0.0.27 - - [2026-01-19 04:03:57] "GET /route-target/e0353fa8-1c21-456a-b094-8a16db2bd92a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004498 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.019689 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.27 - - [2026-01-19 04:03:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003586 10.0.0.27 - - [2026-01-19 04:03:57] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016546 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 361 0.021846 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.27 - - [2026-01-19 04:03:57] "GET /routing-instance/0ff14918-2c4b-4b77-8db9-e1e3235825da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005086 10.0.0.27 - - [2026-01-19 04:03:57] "GET /route-target/e0353fa8-1c21-456a-b094-8a16db2bd92a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015250 10.0.0.27 - - [2026-01-19 04:03:57] "GET /route-target/e0353fa8-1c21-456a-b094-8a16db2bd92a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004409 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.020523 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.27 - - [2026-01-19 04:03:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007311 10.0.0.27 - - [2026-01-19 04:03:57] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020010 10.0.0.27 - - [2026-01-19 04:03:57] "POST /fqname-to-id HTTP/1.1" 403 339 0.021083 10.0.0.27 - - [2026-01-19 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006784 10.0.0.27 - - [2026-01-19 04:03:58] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004303 10.0.0.27 - - [2026-01-19 04:03:58] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.033339 10.0.0.23 - - [2026-01-19 04:04:00] "GET /obj-perms HTTP/1.1" 200 4915 0.081912 10.0.0.23 - - [2026-01-19 04:04:02] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018908 10.0.0.27 - - [2026-01-19 04:04:02] "GET /obj-perms HTTP/1.1" 200 4915 0.015017 10.0.0.27 - - [2026-01-19 04:04:02] "GET /obj-perms HTTP/1.1" 200 4915 0.016151 10.0.0.27 - - [2026-01-19 04:04:02] "GET /obj-perms HTTP/1.1" 200 4915 0.017048 10.0.0.27 - - [2026-01-19 04:04:03] "GET /obj-perms HTTP/1.1" 200 4915 0.016965 10.0.0.23 - - [2026-01-19 04:04:03] "GET /obj-perms HTTP/1.1" 200 4915 0.017405 10.0.0.27 - - [2026-01-19 04:04:03] "GET /obj-perms HTTP/1.1" 200 4915 0.014214 10.0.0.27 - - [2026-01-19 04:04:03] "GET /obj-perms HTTP/1.1" 200 4915 0.075140 10.0.0.27 - - [2026-01-19 04:04:04] "GET /obj-perms HTTP/1.1" 200 4915 0.016500 10.0.0.27 - - [2026-01-19 04:04:05] "GET /obj-perms HTTP/1.1" 200 5020 0.065784 10.0.0.23 - - [2026-01-19 04:04:05] "GET /obj-perms HTTP/1.1" 200 5020 0.070688 10.0.0.27 - - [2026-01-19 04:04:05] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 200 1288 0.021532 10.0.0.27 - - [2026-01-19 04:04:06] "POST /neutron/port HTTP/1.1" 200 151 0.205661 10.0.0.27 - - [2026-01-19 04:04:07] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 404 171 0.024915 10.0.0.27 - - [2026-01-19 04:04:07] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 404 171 0.014541 10.0.0.27 - - [2026-01-19 04:04:07] "GET /virtual-machine/c313339f-ba04-40c9-99ba-3ed7c760c1c7 HTTP/1.1" 404 171 0.033881 10.0.0.27 - - [2026-01-19 04:04:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.017035 10.0.0.27 - - [2026-01-19 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-01-19 04:04:08] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003222 10.0.0.27 - - [2026-01-19 04:04:08] "GET /virtual-networks?parent_id=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016759 10.0.0.27 - - [2026-01-19 04:04:08] "POST /fqname-to-id HTTP/1.1" 403 361 0.015018 10.0.0.27 - - [2026-01-19 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.27 - - [2026-01-19 04:04:08] "GET /routing-instance/0ff14918-2c4b-4b77-8db9-e1e3235825da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003742 10.0.0.27 - - [2026-01-19 04:04:08] "GET /route-target/e0353fa8-1c21-456a-b094-8a16db2bd92a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.014893 10.0.0.27 - - [2026-01-19 04:04:08] "GET /route-target/e0353fa8-1c21-456a-b094-8a16db2bd92a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003871 10.0.0.27 - - [2026-01-19 04:04:08] "GET /obj-perms HTTP/1.1" 200 4915 0.070101 10.0.0.27 - - [2026-01-19 04:04:08] "GET /obj-perms HTTP/1.1" 200 4915 0.068620 10.0.0.23 - - [2026-01-19 04:04:09] "GET /obj-perms HTTP/1.1" 200 5020 0.004097 10.0.0.27 - - [2026-01-19 04:04:15] "GET /obj-perms HTTP/1.1" 200 5020 0.005222 10.0.0.23 - - [2026-01-19 04:04:18] "GET /obj-perms HTTP/1.1" 200 5020 0.004631 10.0.0.27 - - [2026-01-19 04:04:24] "GET /obj-perms HTTP/1.1" 200 5020 0.004452 10.0.0.23 - - [2026-01-19 04:04:27] "GET /obj-perms HTTP/1.1" 200 5020 0.009866 10.0.0.27 - - [2026-01-19 04:04:33] "GET /obj-perms HTTP/1.1" 200 5020 0.005023 10.0.0.50 - - [2026-01-19 04:04:34] "GET /obj-perms HTTP/1.1" 200 5020 0.056837 10.0.0.23 - - [2026-01-19 04:04:34] "GET /obj-perms HTTP/1.1" 200 5020 0.003752 10.0.0.27 - - [2026-01-19 04:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008983 10.0.0.23 - - [2026-01-19 04:04:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005065 10.0.0.23 - - [2026-01-19 04:04:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004550 10.0.0.27 - - [2026-01-19 04:04:34] "DELETE /virtual-network/53423ade-f739-4712-9446-190d3bceec00 HTTP/1.1" 200 115 0.157263 10.0.0.27 - - [2026-01-19 04:04:34] "DELETE /api-access-list/ff60330d-d18e-4921-a86f-aa878a2de4af HTTP/1.1" 200 115 0.057327 10.0.0.23 - - [2026-01-19 04:04:34] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.27 - - [2026-01-19 04:04:34] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.053362 10.0.0.23 - - [2026-01-19 04:04:34] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001564 10.0.0.27 - - [2026-01-19 04:04:34] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?fields=virtual_networks HTTP/1.1" 200 1021 0.061353 10.0.0.23 - - [2026-01-19 04:04:34] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.27 - - [2026-01-19 04:04:34] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.049104 10.0.0.23 - - [2026-01-19 04:04:34] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001487 10.0.0.27 - - [2026-01-19 04:04:35] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?fields=security_groups HTTP/1.1" 200 1242 0.054593 10.0.0.23 - - [2026-01-19 04:04:35] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001483 10.0.0.27 - - [2026-01-19 04:04:35] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.050295 10.0.0.23 - - [2026-01-19 04:04:35] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002419 10.0.0.27 - - [2026-01-19 04:04:35] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?fields=virtual_networks HTTP/1.1" 200 1022 0.079515 10.0.0.23 - - [2026-01-19 04:04:35] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001267 10.0.0.27 - - [2026-01-19 04:04:35] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.049081 10.0.0.23 - - [2026-01-19 04:04:35] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.27 - - [2026-01-19 04:04:35] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?fields=security_groups HTTP/1.1" 200 1243 0.046088 10.0.0.27 - - [2026-01-19 04:04:38] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004270 10.0.0.27 - - [2026-01-19 04:04:38] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.013386 10.0.0.23 - - [2026-01-19 04:04:38] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.27 - - [2026-01-19 04:04:38] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.051947 10.0.0.23 - - [2026-01-19 04:04:38] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.27 - - [2026-01-19 04:04:38] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?fields=virtual_networks HTTP/1.1" 200 1022 0.047163 10.0.0.23 - - [2026-01-19 04:04:38] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001399 10.0.0.27 - - [2026-01-19 04:04:38] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.048884 10.0.0.23 - - [2026-01-19 04:04:38] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.27 - - [2026-01-19 04:04:38] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?fields=security_groups HTTP/1.1" 200 1243 0.043933 10.0.0.27 - - [2026-01-19 04:04:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.027225 10.0.0.23 - - [2026-01-19 04:04:39] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004136 10.0.0.23 - - [2026-01-19 04:04:39] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001510 10.0.0.23 - - [2026-01-19 04:04:39] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008585 10.0.0.23 - - [2026-01-19 04:04:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.005873 10.0.0.23 - - [2026-01-19 04:04:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.005291 10.0.0.23 - - [2026-01-19 04:04:39] "POST /security-groups HTTP/1.1" 200 591 0.036369 10.0.0.23 - - [2026-01-19 04:04:40] "POST /projects HTTP/1.1" 200 585 0.265264 10.0.0.27 - - [2026-01-19 04:04:40] "POST /access-control-lists HTTP/1.1" 200 596 0.044260 10.0.0.23 - - [2026-01-19 04:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.348120 10.0.0.27 - - [2026-01-19 04:04:40] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.502611 10.0.0.23 - - [2026-01-19 04:04:40] "DELETE /project/7f0e2a51e2ba4818bc4207effd624ea3 HTTP/1.1" 404 173 0.014311 10.0.0.23 - - [2026-01-19 04:04:40] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003467 10.0.0.23 - - [2026-01-19 04:04:40] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.23 - - [2026-01-19 04:04:40] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002764 10.0.0.23 - - [2026-01-19 04:04:40] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.161968 10.0.0.23 - - [2026-01-19 04:04:40] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.208221 10.0.0.23 - - [2026-01-19 04:04:40] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003187 10.0.0.23 - - [2026-01-19 04:04:40] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001848 10.0.0.23 - - [2026-01-19 04:04:40] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.279916 10.0.0.23 - - [2026-01-19 04:04:40] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001020 10.0.0.23 - - [2026-01-19 04:04:41] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?fields=security_groups HTTP/1.1" 200 1092 0.168614 10.0.0.23 - - [2026-01-19 04:04:41] "GET /projects?obj_uuids=5204c61d-74a8-4256-a9f3-28bbb8af7e2f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001265 10.0.0.23 - - [2026-01-19 04:04:41] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?fields=security_groups HTTP/1.1" 200 1092 0.267735 10.0.0.27 - - [2026-01-19 04:04:41] "DELETE /access-control-list/ef661738-418a-411a-b17e-f54f15e573ca HTTP/1.1" 200 115 0.185352 10.0.0.23 - - [2026-01-19 04:04:41] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?fields=security_groups HTTP/1.1" 200 1091 0.231105 10.0.0.23 - - [2026-01-19 04:04:41] "GET /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f?fields=application_policy_sets HTTP/1.1" 200 1387 0.152860 10.0.0.23 - - [2026-01-19 04:04:41] "GET /projects?obj_uuids=7c2fbc33-c953-4f79-949f-a3c09486307b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002660 10.0.0.23 - - [2026-01-19 04:04:41] "GET /projects?obj_uuids=33c76442-237a-44b6-8a31-ba2169bc7eb7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003743 10.0.0.23 - - [2026-01-19 04:04:41] "GET /project/7c2fbc33-c953-4f79-949f-a3c09486307b?fields=application_policy_sets HTTP/1.1" 200 1387 0.132304 10.0.0.23 - - [2026-01-19 04:04:41] "GET /project/33c76442-237a-44b6-8a31-ba2169bc7eb7?fields=application_policy_sets HTTP/1.1" 200 1386 0.128810 10.0.0.27 - - [2026-01-19 04:04:41] "DELETE /access-control-list/8aca1147-ee8f-478c-91f4-490211a5d7ba HTTP/1.1" 200 115 0.142796 10.0.0.23 - - [2026-01-19 04:04:41] "DELETE /project/33c76442-237a-44b6-8a31-ba2169bc7eb7 HTTP/1.1" 404 190 0.952451 10.0.0.23 - - [2026-01-19 04:04:41] "DELETE /project/7c2fbc33-c953-4f79-949f-a3c09486307b HTTP/1.1" 200 115 0.971124 10.0.0.23 - - [2026-01-19 04:04:41] "DELETE /project/5204c61d-74a8-4256-a9f3-28bbb8af7e2f HTTP/1.1" 200 115 0.978238 10.0.0.27 - - [2026-01-19 04:04:41] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.27 - - [2026-01-19 04:04:44] "GET /obj-perms HTTP/1.1" 200 5056 0.093044 10.0.0.27 - - [2026-01-19 04:04:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2026-01-19 04:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.030058 10.0.0.27 - - [2026-01-19 04:04:45] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004687 10.0.0.27 - - [2026-01-19 04:04:45] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004170 10.0.0.27 - - [2026-01-19 04:04:45] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004599 10.0.0.27 - - [2026-01-19 04:04:45] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.014433 10.0.0.27 - - [2026-01-19 04:04:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.036218 10.0.0.23 - - [2026-01-19 04:04:46] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003192 10.0.0.23 - - [2026-01-19 04:04:46] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.23 - - [2026-01-19 04:04:46] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007475 10.0.0.23 - - [2026-01-19 04:04:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.003350 10.0.0.23 - - [2026-01-19 04:04:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.004508 10.0.0.23 - - [2026-01-19 04:04:47] "POST /security-groups HTTP/1.1" 200 591 0.036311 10.0.0.27 - - [2026-01-19 04:04:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.004865 10.0.0.23 - - [2026-01-19 04:04:47] "POST /projects HTTP/1.1" 200 585 0.263735 10.0.0.23 - - [2026-01-19 04:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.299102 10.0.0.27 - - [2026-01-19 04:04:47] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.442732 10.0.0.27 - - [2026-01-19 04:04:47] "POST /access-control-lists HTTP/1.1" 200 594 0.049818 10.0.0.27 - - [2026-01-19 04:04:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.025346 10.0.0.23 - - [2026-01-19 04:04:47] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.23 - - [2026-01-19 04:04:47] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.23 - - [2026-01-19 04:04:47] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007745 10.0.0.23 - - [2026-01-19 04:04:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.006189 10.0.0.23 - - [2026-01-19 04:04:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.008346 10.0.0.23 - - [2026-01-19 04:04:48] "POST /security-groups HTTP/1.1" 200 591 0.079167 10.0.0.23 - - [2026-01-19 04:04:48] "POST /projects HTTP/1.1" 200 585 0.298952 10.0.0.27 - - [2026-01-19 04:04:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.009806 10.0.0.23 - - [2026-01-19 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.377317 10.0.0.27 - - [2026-01-19 04:04:48] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.522479 10.0.0.27 - - [2026-01-19 04:04:48] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.27 - - [2026-01-19 04:04:49] "GET / HTTP/1.1" 200 35931 0.001894 10.0.0.27 - - [2026-01-19 04:04:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.004072 10.0.0.27 - - [2026-01-19 04:04:50] "POST /api-access-lists HTTP/1.1" 200 521 0.022967 10.0.0.27 - - [2026-01-19 04:04:50] "GET /api-access-list/b4aeeeb3-03ed-4032-b6bf-64d36e61ee4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006800 10.0.0.27 - - [2026-01-19 04:04:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2026-01-19 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.055487 10.0.0.23 - - [2026-01-19 04:04:50] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001561 10.0.0.27 - - [2026-01-19 04:04:51] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072911 10.0.0.27 - - [2026-01-19 04:04:51] "GET /virtual-networks?parent_id=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020454 10.0.0.27 - - [2026-01-19 04:04:51] "POST /virtual-networks HTTP/1.1" 200 583 0.107853 10.0.0.27 - - [2026-01-19 04:04:51] "POST /ref-update HTTP/1.1" 200 156 0.029065 10.0.0.27 - - [2026-01-19 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.044433 10.0.0.27 - - [2026-01-19 04:04:51] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.017884 10.0.0.23 - - [2026-01-19 04:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007885 10.0.0.27 - - [2026-01-19 04:04:51] "POST /ref-update HTTP/1.1" 200 156 0.090290 10.0.0.27 - - [2026-01-19 04:04:51] "GET /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.025820 10.0.0.27 - - [2026-01-19 04:04:51] "POST /neutron/network HTTP/1.1" 200 849 0.066821 10.0.0.27 - - [2026-01-19 04:04:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.27 - - [2026-01-19 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.054726 10.0.0.23 - - [2026-01-19 04:04:52] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.27 - - [2026-01-19 04:04:52] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.071040 10.0.0.27 - - [2026-01-19 04:04:52] "GET /virtual-networks?parent_id=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028722 10.0.0.27 - - [2026-01-19 04:04:52] "POST /virtual-networks HTTP/1.1" 200 583 0.102421 10.0.0.27 - - [2026-01-19 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.029761 10.0.0.27 - - [2026-01-19 04:04:52] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.018130 10.0.0.23 - - [2026-01-19 04:04:52] "POST /useragent-kv HTTP/1.1" 200 115 0.008257 10.0.0.27 - - [2026-01-19 04:04:52] "POST /ref-update HTTP/1.1" 200 156 0.106327 10.0.0.27 - - [2026-01-19 04:04:53] "POST /neutron/network HTTP/1.1" 200 849 0.082744 10.0.0.27 - - [2026-01-19 04:04:53] "GET /virtual-network/738f0f10-2fee-46a4-9575-8965343a94a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.023108 10.0.0.27 - - [2026-01-19 04:04:54] "GET /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.043044 10.0.0.27 - - [2026-01-19 04:04:54] "GET /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.043786 10.0.0.50 - - [2026-01-19 04:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031967 10.0.0.23 - - [2026-01-19 04:04:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.27 - - [2026-01-19 04:04:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.033594 10.0.0.27 - - [2026-01-19 04:04:56] "GET /obj-perms HTTP/1.1" 200 5030 0.051864 10.0.0.27 - - [2026-01-19 04:04:56] "PUT /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7 HTTP/1.1" 200 264 0.057075 10.0.0.27 - - [2026-01-19 04:04:57] "GET /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.016567 10.0.0.27 - - [2026-01-19 04:04:57] "GET /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.041528 10.0.0.50 - - [2026-01-19 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.23 - - [2026-01-19 04:04:58] "GET /obj-perms HTTP/1.1" 403 257 0.045598 10.0.0.27 - - [2026-01-19 04:04:58] "GET /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.019794 10.0.0.27 - - [2026-01-19 04:04:58] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.030571 10.0.0.27 - - [2026-01-19 04:04:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004828 10.0.0.27 - - [2026-01-19 04:04:58] "PUT /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7 HTTP/1.1" 200 264 0.065367 10.0.0.27 - - [2026-01-19 04:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005918 10.0.0.23 - - [2026-01-19 04:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004101 10.0.0.23 - - [2026-01-19 04:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.27 - - [2026-01-19 04:04:58] "DELETE /virtual-network/738f0f10-2fee-46a4-9575-8965343a94a7 HTTP/1.1" 200 115 0.150795 10.0.0.23 - - [2026-01-19 04:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004075 10.0.0.23 - - [2026-01-19 04:04:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.27 - - [2026-01-19 04:04:58] "DELETE /virtual-network/3ad3fac4-c917-42bd-91b8-e7cd6798c9f7 HTTP/1.1" 200 115 0.143625 10.0.0.27 - - [2026-01-19 04:04:58] "DELETE /route-target/437bce74-3b8e-4070-adf1-89036354d6fa HTTP/1.1" 200 115 0.025418 10.0.0.27 - - [2026-01-19 04:04:58] "DELETE /api-access-list/b4aeeeb3-03ed-4032-b6bf-64d36e61ee4d HTTP/1.1" 200 115 0.052383 10.0.0.23 - - [2026-01-19 04:04:59] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001332 10.0.0.27 - - [2026-01-19 04:04:59] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072257 10.0.0.23 - - [2026-01-19 04:04:59] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002620 10.0.0.27 - - [2026-01-19 04:04:59] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?fields=virtual_networks HTTP/1.1" 200 1032 0.061279 10.0.0.23 - - [2026-01-19 04:04:59] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001339 10.0.0.27 - - [2026-01-19 04:04:59] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.067532 10.0.0.23 - - [2026-01-19 04:04:59] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.27 - - [2026-01-19 04:04:59] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?fields=security_groups HTTP/1.1" 200 1258 0.054765 10.0.0.23 - - [2026-01-19 04:05:00] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.27 - - [2026-01-19 04:05:00] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058531 10.0.0.23 - - [2026-01-19 04:05:00] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001430 10.0.0.27 - - [2026-01-19 04:05:00] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?fields=virtual_networks HTTP/1.1" 200 1032 0.072648 10.0.0.23 - - [2026-01-19 04:05:00] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001585 10.0.0.27 - - [2026-01-19 04:05:00] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.049427 10.0.0.23 - - [2026-01-19 04:05:00] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001667 10.0.0.27 - - [2026-01-19 04:05:00] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?fields=security_groups HTTP/1.1" 200 1258 0.065673 10.0.0.27 - - [2026-01-19 04:05:04] "GET / HTTP/1.1" 200 35931 0.002260 10.0.0.27 - - [2026-01-19 04:05:04] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.27 - - [2026-01-19 04:05:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2026-01-19 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.085368 10.0.0.23 - - [2026-01-19 04:05:05] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.27 - - [2026-01-19 04:05:05] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067251 10.0.0.27 - - [2026-01-19 04:05:05] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.019162 10.0.0.27 - - [2026-01-19 04:05:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.014120 10.0.0.27 - - [2026-01-19 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.015452 10.0.0.23 - - [2026-01-19 04:05:05] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.27 - - [2026-01-19 04:05:05] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022230 10.0.0.27 - - [2026-01-19 04:05:06] "POST /service-templates HTTP/1.1" 403 264 0.013259 10.0.0.27 - - [2026-01-19 04:05:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.003951 10.0.0.27 - - [2026-01-19 04:05:06] "POST /api-access-lists HTTP/1.1" 200 555 0.032206 10.0.0.27 - - [2026-01-19 04:05:06] "GET /api-access-list/e6d2d432-c32f-4ed1-908a-4abe9f92a274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006710 10.0.0.27 - - [2026-01-19 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.022707 10.0.0.23 - - [2026-01-19 04:05:06] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.27 - - [2026-01-19 04:05:06] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060702 10.0.0.27 - - [2026-01-19 04:05:06] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021666 10.0.0.27 - - [2026-01-19 04:05:06] "POST /virtual-networks HTTP/1.1" 200 583 0.110282 10.0.0.27 - - [2026-01-19 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.039831 10.0.0.27 - - [2026-01-19 04:05:06] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.020894 10.0.0.23 - - [2026-01-19 04:05:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008714 10.0.0.27 - - [2026-01-19 04:05:06] "POST /ref-update HTTP/1.1" 200 156 0.098497 10.0.0.27 - - [2026-01-19 04:05:06] "POST /neutron/network HTTP/1.1" 200 847 0.066593 10.0.0.27 - - [2026-01-19 04:05:07] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.024388 10.0.0.27 - - [2026-01-19 04:05:07] "POST /neutron/subnet HTTP/1.1" 200 674 0.058557 10.0.0.27 - - [2026-01-19 04:05:07] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008235 10.0.0.27 - - [2026-01-19 04:05:07] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005426 10.0.0.27 - - [2026-01-19 04:05:07] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008447 10.0.0.23 - - [2026-01-19 04:05:08] "GET /obj-perms HTTP/1.1" 200 5030 0.067943 10.0.0.27 - - [2026-01-19 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.020316 10.0.0.27 - - [2026-01-19 04:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.021494 10.0.0.23 - - [2026-01-19 04:05:08] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.27 - - [2026-01-19 04:05:08] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024592 10.0.0.27 - - [2026-01-19 04:05:08] "POST /service-templates HTTP/1.1" 403 264 0.015496 10.0.0.27 - - [2026-01-19 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.003635 10.0.0.27 - - [2026-01-19 04:05:08] "POST /api-access-lists HTTP/1.1" 200 521 0.026419 10.0.0.27 - - [2026-01-19 04:05:08] "GET /api-access-list/0438ad2f-ed67-4f73-9494-7b0ab794de24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.007809 10.0.0.27 - - [2026-01-19 04:05:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.020876 10.0.0.27 - - [2026-01-19 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.019947 10.0.0.23 - - [2026-01-19 04:05:09] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.27 - - [2026-01-19 04:05:09] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.025412 10.0.0.27 - - [2026-01-19 04:05:09] "POST /service-templates HTTP/1.1" 200 551 0.053378 10.0.0.27 - - [2026-01-19 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.024140 10.0.0.27 - - [2026-01-19 04:05:09] "GET /service-template/b4faca2e-06f1-4d7d-ab3e-fcd67d16872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.021379 10.0.0.27 - - [2026-01-19 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.019092 10.0.0.27 - - [2026-01-19 04:05:09] "GET /service-template/b4faca2e-06f1-4d7d-ab3e-fcd67d16872d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.021310 10.0.0.27 - - [2026-01-19 04:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.040322 10.0.0.50 - - [2026-01-19 04:05:10] "GET /obj-perms HTTP/1.1" 403 257 0.040449 10.0.0.23 - - [2026-01-19 04:05:11] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.049749 10.0.0.27 - - [2026-01-19 04:05:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.047063 10.0.0.27 - - [2026-01-19 04:05:11] "GET /api-access-list/e6d2d432-c32f-4ed1-908a-4abe9f92a274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004869 10.0.0.27 - - [2026-01-19 04:05:11] "PUT /api-access-list/e6d2d432-c32f-4ed1-908a-4abe9f92a274 HTTP/1.1" 200 264 0.013560 10.0.0.27 - - [2026-01-19 04:05:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.27 - - [2026-01-19 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.044271 10.0.0.23 - - [2026-01-19 04:05:12] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.27 - - [2026-01-19 04:05:12] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.073222 10.0.0.27 - - [2026-01-19 04:05:12] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.028242 10.0.0.27 - - [2026-01-19 04:05:12] "POST /virtual-networks HTTP/1.1" 403 263 0.015449 10.0.0.27 - - [2026-01-19 04:05:12] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.022634 10.0.0.27 - - [2026-01-19 04:05:12] "GET /api-access-list/0438ad2f-ed67-4f73-9494-7b0ab794de24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005092 10.0.0.27 - - [2026-01-19 04:05:12] "PUT /api-access-list/0438ad2f-ed67-4f73-9494-7b0ab794de24 HTTP/1.1" 200 264 0.014588 10.0.0.27 - - [2026-01-19 04:05:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.018379 10.0.0.27 - - [2026-01-19 04:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.018901 10.0.0.23 - - [2026-01-19 04:05:12] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.27 - - [2026-01-19 04:05:13] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.030165 10.0.0.27 - - [2026-01-19 04:05:13] "POST /service-templates HTTP/1.1" 403 264 0.021982 10.0.0.27 - - [2026-01-19 04:05:13] "GET /api-access-list/e6d2d432-c32f-4ed1-908a-4abe9f92a274?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.005057 10.0.0.27 - - [2026-01-19 04:05:13] "PUT /api-access-list/e6d2d432-c32f-4ed1-908a-4abe9f92a274 HTTP/1.1" 200 264 0.013515 10.0.0.27 - - [2026-01-19 04:05:13] "GET /api-access-list/0438ad2f-ed67-4f73-9494-7b0ab794de24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005477 10.0.0.27 - - [2026-01-19 04:05:13] "PUT /api-access-list/0438ad2f-ed67-4f73-9494-7b0ab794de24 HTTP/1.1" 200 264 0.016033 10.0.0.27 - - [2026-01-19 04:05:14] "GET /obj-perms HTTP/1.1" 403 257 0.018924 10.0.0.27 - - [2026-01-19 04:05:14] "GET /obj-perms HTTP/1.1" 403 257 0.041574 10.0.0.50 - - [2026-01-19 04:05:14] "GET /obj-perms HTTP/1.1" 403 257 0.020232 10.0.0.50 - - [2026-01-19 04:05:14] "GET /obj-perms HTTP/1.1" 403 257 0.042418 10.0.0.23 - - [2026-01-19 04:05:15] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015778 10.0.0.23 - - [2026-01-19 04:05:15] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.038338 10.0.0.27 - - [2026-01-19 04:05:15] "GET /obj-perms HTTP/1.1" 403 257 0.015907 10.0.0.27 - - [2026-01-19 04:05:15] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004306 10.0.0.27 - - [2026-01-19 04:05:15] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.017550 10.0.0.27 - - [2026-01-19 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.27 - - [2026-01-19 04:05:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.040443 10.0.0.27 - - [2026-01-19 04:05:15] "DELETE /api-access-list/e6d2d432-c32f-4ed1-908a-4abe9f92a274 HTTP/1.1" 200 115 0.038296 10.0.0.27 - - [2026-01-19 04:05:15] "DELETE /api-access-list/0438ad2f-ed67-4f73-9494-7b0ab794de24 HTTP/1.1" 200 115 0.033479 10.0.0.27 - - [2026-01-19 04:05:16] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.045156 10.0.0.50 - - [2026-01-19 04:05:17] "GET /obj-perms HTTP/1.1" 403 257 0.039844 10.0.0.23 - - [2026-01-19 04:05:17] "GET /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.038686 10.0.0.27 - - [2026-01-19 04:05:17] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.004352 10.0.0.27 - - [2026-01-19 04:05:17] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.011858 10.0.0.27 - - [2026-01-19 04:05:17] "GET /obj-perms HTTP/1.1" 403 257 0.017550 10.0.0.27 - - [2026-01-19 04:05:17] "GET /obj-perms HTTP/1.1" 403 257 0.012797 10.0.0.27 - - [2026-01-19 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.016234 10.0.0.27 - - [2026-01-19 04:05:18] "DELETE /service-template/b4faca2e-06f1-4d7d-ab3e-fcd67d16872d HTTP/1.1" 200 115 0.042662 10.0.0.27 - - [2026-01-19 04:05:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.022348 10.0.0.27 - - [2026-01-19 04:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006777 10.0.0.23 - - [2026-01-19 04:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004657 10.0.0.23 - - [2026-01-19 04:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005197 10.0.0.27 - - [2026-01-19 04:05:18] "DELETE /virtual-network/e220dce5-e408-4a39-bc48-3b321c977b10 HTTP/1.1" 200 115 0.145559 10.0.0.27 - - [2026-01-19 04:05:18] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004564 10.0.0.27 - - [2026-01-19 04:05:18] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.023238 10.0.0.27 - - [2026-01-19 04:05:18] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.004426 10.0.0.27 - - [2026-01-19 04:05:18] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.012214 10.0.0.27 - - [2026-01-19 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2026-01-19 04:05:21] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004176 10.0.0.27 - - [2026-01-19 04:05:21] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059588 10.0.0.23 - - [2026-01-19 04:05:21] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.27 - - [2026-01-19 04:05:21] "POST /neutron/network HTTP/1.1" 200 643 0.244536 10.0.0.27 - - [2026-01-19 04:05:21] "POST /id-to-fqname HTTP/1.1" 200 240 0.003284 10.0.0.27 - - [2026-01-19 04:05:21] "GET /virtual-network/7246d69e-8db1-45c3-9866-d05670f54564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005936 10.0.0.27 - - [2026-01-19 04:05:21] "POST /neutron/network HTTP/1.1" 200 862 0.006790 10.0.0.27 - - [2026-01-19 04:05:21] "GET /virtual-network/7246d69e-8db1-45c3-9866-d05670f54564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005176 10.0.0.27 - - [2026-01-19 04:05:22] "POST /neutron/network HTTP/1.1" 200 862 0.008784 10.0.0.27 - - [2026-01-19 04:05:22] "GET /virtual-network/7246d69e-8db1-45c3-9866-d05670f54564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005541 10.0.0.27 - - [2026-01-19 04:05:22] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.003801 10.0.0.27 - - [2026-01-19 04:05:22] "POST /ref-update HTTP/1.1" 200 156 0.022339 10.0.0.27 - - [2026-01-19 04:05:22] "GET /virtual-network/7246d69e-8db1-45c3-9866-d05670f54564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005862 10.0.0.50 - - [2026-01-19 04:05:22] "GET /obj-perms HTTP/1.1" 200 5030 0.062805 10.0.0.27 - - [2026-01-19 04:05:22] "POST /fqname-to-id HTTP/1.1" 404 215 0.003530 10.0.0.27 - - [2026-01-19 04:05:22] "POST /api-access-lists HTTP/1.1" 200 555 0.027080 10.0.0.27 - - [2026-01-19 04:05:22] "GET /api-access-list/8849121a-aced-4df6-ba1e-49c47485ad75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.007481 10.0.0.27 - - [2026-01-19 04:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.019760 10.0.0.23 - - [2026-01-19 04:05:23] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.27 - - [2026-01-19 04:05:23] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079370 10.0.0.27 - - [2026-01-19 04:05:23] "POST /neutron/network HTTP/1.1" 200 693 0.036094 10.0.0.27 - - [2026-01-19 04:05:23] "POST /neutron/network HTTP/1.1" 200 864 0.038166 10.0.0.27 - - [2026-01-19 04:05:23] "POST /id-to-fqname HTTP/1.1" 200 240 0.015525 10.0.0.27 - - [2026-01-19 04:05:23] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.026779 10.0.0.27 - - [2026-01-19 04:05:24] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021091 10.0.0.27 - - [2026-01-19 04:05:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.096659 10.0.0.27 - - [2026-01-19 04:05:24] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006871 10.0.0.27 - - [2026-01-19 04:05:24] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004306 10.0.0.27 - - [2026-01-19 04:05:24] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005852 10.0.0.27 - - [2026-01-19 04:05:24] "GET /obj-perms HTTP/1.1" 200 5030 0.007161 10.0.0.27 - - [2026-01-19 04:05:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.019500 10.0.0.27 - - [2026-01-19 04:05:25] "POST /fqname-to-id HTTP/1.1" 404 264 0.004670 10.0.0.27 - - [2026-01-19 04:05:25] "POST /access-control-lists HTTP/1.1" 200 624 0.037409 10.0.0.27 - - [2026-01-19 04:05:25] "PUT /access-control-list/22e393de-b5f3-4123-9ea0-b76b21fc2ff1 HTTP/1.1" 200 272 0.016592 10.0.0.23 - - [2026-01-19 04:05:25] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001884 10.0.0.27 - - [2026-01-19 04:05:25] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.094307 10.0.0.23 - - [2026-01-19 04:05:25] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.27 - - [2026-01-19 04:05:25] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.100583 10.0.0.23 - - [2026-01-19 04:05:26] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001573 10.0.0.27 - - [2026-01-19 04:05:26] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.253198 10.0.0.27 - - [2026-01-19 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.031984 10.0.0.27 - - [2026-01-19 04:05:26] "GET /security-group/05db29ce-a313-4472-a555-432e153fb003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.017723 10.0.0.27 - - [2026-01-19 04:05:27] "POST /id-to-fqname HTTP/1.1" 200 240 0.016878 10.0.0.23 - - [2026-01-19 04:05:28] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.27 - - [2026-01-19 04:05:28] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.088656 10.0.0.27 - - [2026-01-19 04:05:28] "POST /neutron/network HTTP/1.1" 200 864 0.008800 10.0.0.27 - - [2026-01-19 04:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.030667 10.0.0.23 - - [2026-01-19 04:05:29] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001303 10.0.0.27 - - [2026-01-19 04:05:29] "POST /neutron/port HTTP/1.1" 200 1060 0.560614 10.0.0.27 - - [2026-01-19 04:05:29] "POST /neutron/port HTTP/1.1" 200 1114 0.111312 10.0.0.27 - - [2026-01-19 04:05:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.009907 10.0.0.27 - - [2026-01-19 04:05:33] "POST /neutron/port HTTP/1.1" 200 1124 0.019244 10.0.0.27 - - [2026-01-19 04:05:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008593 10.0.0.27 - - [2026-01-19 04:05:34] "POST /neutron/port HTTP/1.1" 200 1124 0.021857 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 401 292 0.000574 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 200 1291 0.058908 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 200 1291 0.019763 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51 HTTP/1.1" 200 3023 0.031432 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 200 1291 0.025576 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51 HTTP/1.1" 200 3023 0.033193 10.0.0.27 - - [2026-01-19 04:05:34] "GET /instance-ip/2b815a76-0080-4bfe-bc4b-f829d012b3d5 HTTP/1.1" 200 1640 0.028760 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 200 1291 0.021433 10.0.0.27 - - [2026-01-19 04:05:34] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51 HTTP/1.1" 200 3023 0.036574 10.0.0.27 - - [2026-01-19 04:05:34] "GET /instance-ip/2b815a76-0080-4bfe-bc4b-f829d012b3d5 HTTP/1.1" 200 1640 0.018839 10.0.0.27 - - [2026-01-19 04:05:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.020895 10.0.0.27 - - [2026-01-19 04:05:34] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.27 - - [2026-01-19 04:05:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2026-01-19 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.025103 10.0.0.27 - - [2026-01-19 04:05:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004306 10.0.0.27 - - [2026-01-19 04:05:35] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031015 10.0.0.27 - - [2026-01-19 04:05:35] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.020281 10.0.0.27 - - [2026-01-19 04:05:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.021106 10.0.0.27 - - [2026-01-19 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.27 - - [2026-01-19 04:05:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004396 10.0.0.27 - - [2026-01-19 04:05:35] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030736 10.0.0.27 - - [2026-01-19 04:05:35] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.035137 10.0.0.27 - - [2026-01-19 04:05:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.019971 10.0.0.27 - - [2026-01-19 04:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.27 - - [2026-01-19 04:05:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004630 10.0.0.27 - - [2026-01-19 04:05:35] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024814 10.0.0.27 - - [2026-01-19 04:05:36] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024077 10.0.0.27 - - [2026-01-19 04:05:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.018000 10.0.0.27 - - [2026-01-19 04:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.27 - - [2026-01-19 04:05:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004158 10.0.0.27 - - [2026-01-19 04:05:36] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022086 10.0.0.27 - - [2026-01-19 04:05:36] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.029480 10.0.0.27 - - [2026-01-19 04:05:36] "POST /fqname-to-id HTTP/1.1" 403 354 0.018957 10.0.0.27 - - [2026-01-19 04:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2026-01-19 04:05:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003756 10.0.0.27 - - [2026-01-19 04:05:36] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031742 10.0.0.27 - - [2026-01-19 04:05:36] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.020202 10.0.0.27 - - [2026-01-19 04:05:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007283 10.0.0.27 - - [2026-01-19 04:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.022442 10.0.0.27 - - [2026-01-19 04:05:39] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.025548 10.0.0.27 - - [2026-01-19 04:05:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.018071 10.0.0.27 - - [2026-01-19 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.27 - - [2026-01-19 04:05:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004441 10.0.0.27 - - [2026-01-19 04:05:41] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025263 10.0.0.23 - - [2026-01-19 04:05:41] "DELETE /project/4909f8f4f60744ef96a2c37c927b6ae4 HTTP/1.1" 404 173 0.011811 10.0.0.23 - - [2026-01-19 04:05:41] "DELETE /project/4893f9a481724ea594bd1842f5ff07e7 HTTP/1.1" 404 173 0.006474 10.0.0.23 - - [2026-01-19 04:05:41] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.23 - - [2026-01-19 04:05:41] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.23 - - [2026-01-19 04:05:41] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.048172 10.0.0.23 - - [2026-01-19 04:05:41] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.23 - - [2026-01-19 04:05:41] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.085068 10.0.0.27 - - [2026-01-19 04:05:41] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.070643 10.0.0.23 - - [2026-01-19 04:05:41] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000910 10.0.0.23 - - [2026-01-19 04:05:41] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?fields=security_groups HTTP/1.1" 200 1363 0.082582 10.0.0.23 - - [2026-01-19 04:05:41] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?fields=security_groups HTTP/1.1" 200 1363 0.103528 10.0.0.27 - - [2026-01-19 04:05:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.039414 10.0.0.27 - - [2026-01-19 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.23 - - [2026-01-19 04:05:41] "DELETE /security-group/081f0cf5-6238-4d42-ab82-d16b681357d8 HTTP/1.1" 200 115 0.078187 10.0.0.27 - - [2026-01-19 04:05:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009256 10.0.0.23 - - [2026-01-19 04:05:41] "GET /projects?obj_uuids=4909f8f4-f607-44ef-96a2-c37c927b6ae4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.27 - - [2026-01-19 04:05:42] "DELETE /access-control-list/5425bba3-7c69-4425-93f8-eb213c08a633 HTTP/1.1" 200 115 0.063332 10.0.0.27 - - [2026-01-19 04:05:42] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.063373 10.0.0.23 - - [2026-01-19 04:05:42] "GET /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4?fields=application_policy_sets HTTP/1.1" 200 1402 0.087389 10.0.0.23 - - [2026-01-19 04:05:42] "DELETE /security-group/337c92a6-88c3-4015-b2ad-7547091cc05f HTTP/1.1" 200 115 0.132479 10.0.0.23 - - [2026-01-19 04:05:42] "GET /projects?obj_uuids=4893f9a4-8172-4ea5-94bd-1842f5ff07e7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.27 - - [2026-01-19 04:05:42] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.082376 10.0.0.23 - - [2026-01-19 04:05:42] "GET /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7?fields=application_policy_sets HTTP/1.1" 200 1402 0.112078 10.0.0.27 - - [2026-01-19 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.059340 10.0.0.27 - - [2026-01-19 04:05:42] "DELETE /access-control-list/d6407afa-2cd6-4ca9-8b96-2e4c151e818e HTTP/1.1" 200 115 0.125159 10.0.0.27 - - [2026-01-19 04:05:42] "GET /routing-instance/9d5e85fc-1d38-4b8f-b1a6-13afeb9aa6af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.089471 10.0.0.23 - - [2026-01-19 04:05:42] "DELETE /project/4909f8f4-f607-44ef-96a2-c37c927b6ae4 HTTP/1.1" 200 115 0.723305 10.0.0.27 - - [2026-01-19 04:05:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.031150 10.0.0.23 - - [2026-01-19 04:05:42] "DELETE /project/4893f9a4-8172-4ea5-94bd-1842f5ff07e7 HTTP/1.1" 200 115 0.764742 10.0.0.27 - - [2026-01-19 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-01-19 04:05:42] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004820 10.0.0.27 - - [2026-01-19 04:05:42] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022080 10.0.0.27 - - [2026-01-19 04:05:42] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.020165 10.0.0.27 - - [2026-01-19 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017043 10.0.0.27 - - [2026-01-19 04:05:42] "GET /routing-instance/9d5e85fc-1d38-4b8f-b1a6-13afeb9aa6af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019998 10.0.0.23 - - [2026-01-19 04:05:42] "GET /obj-perms HTTP/1.1" 403 257 0.013005 10.0.0.27 - - [2026-01-19 04:05:42] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.021256 10.0.0.27 - - [2026-01-19 04:05:42] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.020770 10.0.0.23 - - [2026-01-19 04:05:42] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.018120 10.0.0.27 - - [2026-01-19 04:05:43] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.025680 10.0.0.27 - - [2026-01-19 04:05:43] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.021012 10.0.0.27 - - [2026-01-19 04:05:43] "GET /obj-perms HTTP/1.1" 403 257 0.061644 10.0.0.23 - - [2026-01-19 04:05:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004151 10.0.0.27 - - [2026-01-19 04:05:43] "GET /obj-perms HTTP/1.1" 403 257 0.024685 10.0.0.27 - - [2026-01-19 04:05:44] "GET /obj-perms HTTP/1.1" 403 257 0.039184 10.0.0.27 - - [2026-01-19 04:05:44] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.022852 10.0.0.50 - - [2026-01-19 04:05:44] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.023249 10.0.0.23 - - [2026-01-19 04:05:44] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.022858 10.0.0.27 - - [2026-01-19 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.018748 10.0.0.23 - - [2026-01-19 04:05:44] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.27 - - [2026-01-19 04:05:44] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060293 10.0.0.27 - - [2026-01-19 04:05:44] "GET /virtual-network/7246d69e-8db1-45c3-9866-d05670f54564?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.027892 10.0.0.27 - - [2026-01-19 04:05:44] "GET /floating-ip-pools?parent_id=7246d69e-8db1-45c3-9866-d05670f54564&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.025129 10.0.0.27 - - [2026-01-19 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.016009 10.0.0.27 - - [2026-01-19 04:05:44] "GET /floating-ip-pool/c5dc4313-64bc-4f42-a5b8-16d4c7ced6a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.022626 10.0.0.23 - - [2026-01-19 04:05:44] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.27 - - [2026-01-19 04:05:44] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058753 10.0.0.27 - - [2026-01-19 04:05:44] "POST /floating-ips HTTP/1.1" 200 616 0.077145 10.0.0.27 - - [2026-01-19 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.023457 10.0.0.27 - - [2026-01-19 04:05:45] "GET /floating-ip/a4f1ac11-a7a9-4809-925d-3b1d1704e3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.022814 10.0.0.27 - - [2026-01-19 04:05:45] "GET /floating-ip/a4f1ac11-a7a9-4809-925d-3b1d1704e3d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.019000 10.0.0.27 - - [2026-01-19 04:05:45] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.018768 10.0.0.27 - - [2026-01-19 04:05:45] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1202 0.019845 10.0.0.27 - - [2026-01-19 04:05:45] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.022275 10.0.0.27 - - [2026-01-19 04:05:45] "POST /ref-update HTTP/1.1" 200 156 0.030488 10.0.0.27 - - [2026-01-19 04:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.017553 10.0.0.27 - - [2026-01-19 04:05:45] "GET /routing-instance/208d4693-67b2-47e3-9403-c4d23a841439?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.018913 10.0.0.27 - - [2026-01-19 04:05:45] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.026627 10.0.0.27 - - [2026-01-19 04:05:46] "POST /neutron/port HTTP/1.1" 200 1124 0.096939 10.0.0.27 - - [2026-01-19 04:05:46] "POST /neutron/port HTTP/1.1" 200 1124 0.019230 10.0.0.27 - - [2026-01-19 04:05:46] "POST /neutron/network HTTP/1.1" 200 874 0.006255 10.0.0.27 - - [2026-01-19 04:05:46] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.27 - - [2026-01-19 04:05:46] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 200 1291 0.020038 10.0.0.27 - - [2026-01-19 04:05:46] "GET /virtual-machine-interface/1d9370bd-47c2-45e9-8bf4-de626c01eb51 HTTP/1.1" 200 3585 0.024294 10.0.0.27 - - [2026-01-19 04:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.016429 10.0.0.27 - - [2026-01-19 04:05:46] "GET /security-group/05db29ce-a313-4472-a555-432e153fb003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.015876 10.0.0.27 - - [2026-01-19 04:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025552 10.0.0.27 - - [2026-01-19 04:05:46] "GET /security-group/05db29ce-a313-4472-a555-432e153fb003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.018253 10.0.0.27 - - [2026-01-19 04:05:46] "DELETE /floating-ip/a4f1ac11-a7a9-4809-925d-3b1d1704e3d7 HTTP/1.1" 200 115 0.076823 10.0.0.27 - - [2026-01-19 04:05:46] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 200 1291 0.031236 10.0.0.27 - - [2026-01-19 04:05:47] "POST /neutron/port HTTP/1.1" 200 1165 0.026493 10.0.0.27 - - [2026-01-19 04:05:49] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 404 171 0.019629 10.0.0.27 - - [2026-01-19 04:05:49] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 404 171 0.014913 10.0.0.27 - - [2026-01-19 04:05:49] "GET /virtual-machine/7c02ab7e-84f3-41b5-8086-85a644eda8b3 HTTP/1.1" 404 171 0.017896 10.0.0.27 - - [2026-01-19 04:05:49] "POST /fqname-to-id HTTP/1.1" 403 354 0.019544 10.0.0.27 - - [2026-01-19 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.27 - - [2026-01-19 04:05:49] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.27 - - [2026-01-19 04:05:49] "GET /virtual-networks?parent_id=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026389 10.0.0.27 - - [2026-01-19 04:05:49] "GET /virtual-network/bebf72dc-b557-4399-ac7e-d2a7f44f9700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.022203 10.0.0.27 - - [2026-01-19 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.015884 10.0.0.27 - - [2026-01-19 04:05:49] "GET /routing-instance/9d5e85fc-1d38-4b8f-b1a6-13afeb9aa6af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.025720 10.0.0.27 - - [2026-01-19 04:05:49] "GET /obj-perms HTTP/1.1" 403 257 0.017847 10.0.0.27 - - [2026-01-19 04:05:49] "GET /obj-perms HTTP/1.1" 403 257 0.059228 10.0.0.23 - - [2026-01-19 04:05:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004965 10.0.0.27 - - [2026-01-19 04:05:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004478 10.0.0.23 - - [2026-01-19 04:06:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005317 10.0.0.27 - - [2026-01-19 04:06:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004300 10.0.0.27 - - [2026-01-19 04:06:05] "POST /neutron/security_group HTTP/1.1" 200 568 0.021639 10.0.0.27 - - [2026-01-19 04:06:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.034348 10.0.0.23 - - [2026-01-19 04:06:06] "POST /useragent-kv HTTP/1.1" 200 115 0.006754 10.0.0.27 - - [2026-01-19 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.23 - - [2026-01-19 04:06:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004101 10.0.0.27 - - [2026-01-19 04:06:06] "POST /neutron/network HTTP/1.1" 200 151 0.190228 10.0.0.27 - - [2026-01-19 04:06:06] "DELETE /api-access-list/8849121a-aced-4df6-ba1e-49c47485ad75 HTTP/1.1" 200 115 0.048140 10.0.0.27 - - [2026-01-19 04:06:06] "DELETE /route-target/d7310b8c-ead0-41cf-a5b7-77a51a9735cc HTTP/1.1" 200 115 0.026464 10.0.0.27 - - [2026-01-19 04:06:08] "GET /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004511 10.0.0.27 - - [2026-01-19 04:06:08] "PUT /api-access-list/06a59bf4-9c88-446f-9470-ed4a4daa8fe5 HTTP/1.1" 200 264 0.011841 10.0.0.23 - - [2026-01-19 04:06:08] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.27 - - [2026-01-19 04:06:08] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038887 10.0.0.23 - - [2026-01-19 04:06:08] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.27 - - [2026-01-19 04:06:08] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?fields=virtual_networks HTTP/1.1" 200 1032 0.046759 10.0.0.23 - - [2026-01-19 04:06:08] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.27 - - [2026-01-19 04:06:08] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.055752 10.0.0.23 - - [2026-01-19 04:06:08] "GET /projects?obj_uuids=7f0e2a51-e2ba-4818-bc42-07effd624ea3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.27 - - [2026-01-19 04:06:08] "GET /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3?fields=security_groups HTTP/1.1" 200 1258 0.052994 10.0.0.23 - - [2026-01-19 04:06:09] "GET /projects?obj_uuids=dc758e9a-38d3-41dc-a95d-72e70de905dc&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001218 10.0.0.27 - - [2026-01-19 04:06:09] "GET /project/dc758e9a-38d3-41dc-a95d-72e70de905dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.048856 [Introspect:8084]10.0.0.27 - - [2026-01-19 04:06:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001143 10.0.0.27 - - [2026-01-19 04:06:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.028228 10.0.0.23 - - [2026-01-19 04:06:13] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003549 10.0.0.23 - - [2026-01-19 04:06:13] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.23 - - [2026-01-19 04:06:13] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006983 10.0.0.23 - - [2026-01-19 04:06:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.004730 10.0.0.23 - - [2026-01-19 04:06:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.008291 10.0.0.23 - - [2026-01-19 04:06:13] "POST /security-groups HTTP/1.1" 200 592 0.077933 10.0.0.23 - - [2026-01-19 04:06:13] "POST /projects HTTP/1.1" 200 587 0.325767 10.0.0.27 - - [2026-01-19 04:06:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.028569 10.0.0.23 - - [2026-01-19 04:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.410500 10.0.0.27 - - [2026-01-19 04:06:13] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.577953 10.0.0.27 - - [2026-01-19 04:06:15] "GET / HTTP/1.1" 200 35931 0.002410 10.0.0.27 - - [2026-01-19 04:06:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000558 10.0.0.27 - - [2026-01-19 04:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055022 10.0.0.23 - - [2026-01-19 04:06:17] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.27 - - [2026-01-19 04:06:17] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052871 10.0.0.27 - - [2026-01-19 04:06:17] "POST /neutron/network HTTP/1.1" 200 117 0.043820 10.0.0.27 - - [2026-01-19 04:06:17] "POST /ref-update HTTP/1.1" 200 156 0.046825 10.0.0.27 - - [2026-01-19 04:06:17] "POST /neutron/network HTTP/1.1" 200 825 0.010291 10.0.0.27 - - [2026-01-19 04:06:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001635 10.0.0.27 - - [2026-01-19 04:06:17] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007179 10.0.0.27 - - [2026-01-19 04:06:17] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005468 10.0.0.27 - - [2026-01-19 04:06:17] "POST /neutron/subnet HTTP/1.1" 200 716 0.011734 10.0.0.27 - - [2026-01-19 04:06:18] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008276 10.0.0.27 - - [2026-01-19 04:06:18] "GET /obj-perms HTTP/1.1" 200 5032 0.057932 10.0.0.50 - - [2026-01-19 04:06:19] "GET /obj-perms HTTP/1.1" 200 5032 0.051678 10.0.0.23 - - [2026-01-19 04:06:19] "GET /obj-perms HTTP/1.1" 200 5032 0.051559 10.0.0.27 - - [2026-01-19 04:06:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001735 10.0.0.23 - - [2026-01-19 04:06:20] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001249 10.0.0.27 - - [2026-01-19 04:06:20] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.079982 10.0.0.27 - - [2026-01-19 04:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.007046 10.0.0.27 - - [2026-01-19 04:06:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001642 10.0.0.27 - - [2026-01-19 04:06:21] "POST /neutron/network HTTP/1.1" 200 835 0.008662 10.0.0.27 - - [2026-01-19 04:06:21] "POST /neutron/port HTTP/1.1" 200 1059 0.022043 10.0.0.27 - - [2026-01-19 04:06:21] "POST /neutron/port HTTP/1.1" 200 1123 0.022518 10.0.0.27 - - [2026-01-19 04:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.23 - - [2026-01-19 04:06:21] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001373 10.0.0.27 - - [2026-01-19 04:06:21] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075161 10.0.0.27 - - [2026-01-19 04:06:22] "POST /neutron/port HTTP/1.1" 200 1123 0.022716 10.0.0.27 - - [2026-01-19 04:06:22] "POST /neutron/port HTTP/1.1" 200 1123 0.020401 10.0.0.23 - - [2026-01-19 04:06:22] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001723 10.0.0.27 - - [2026-01-19 04:06:22] "POST /neutron/port HTTP/1.1" 200 1059 0.304991 10.0.0.27 - - [2026-01-19 04:06:23] "POST /neutron/port HTTP/1.1" 200 1113 0.165376 10.0.0.27 - - [2026-01-19 04:06:23] "POST /neutron/subnet HTTP/1.1" 200 690 0.011557 10.0.0.27 - - [2026-01-19 04:06:27] "POST /neutron/port HTTP/1.1" 200 1123 0.021180 10.0.0.27 - - [2026-01-19 04:06:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011758 10.0.0.27 - - [2026-01-19 04:06:27] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2026-01-19 04:06:27] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 200 1294 0.043285 10.0.0.27 - - [2026-01-19 04:06:27] "GET /virtual-machine-interface/c0e0fe75-a8c5-4368-9cb2-056118eddd0b HTTP/1.1" 200 2950 0.007377 10.0.0.27 - - [2026-01-19 04:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.27 - - [2026-01-19 04:06:27] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004343 10.0.0.27 - - [2026-01-19 04:06:27] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003654 10.0.0.27 - - [2026-01-19 04:06:27] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005511 10.0.0.27 - - [2026-01-19 04:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-01-19 04:06:31] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006543 10.0.0.27 - - [2026-01-19 04:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2026-01-19 04:06:35] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006990 10.0.0.27 - - [2026-01-19 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.27 - - [2026-01-19 04:06:39] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006951 10.0.0.23 - - [2026-01-19 04:06:42] "DELETE /project/7b723255fa494769b02338f28f67d984 HTTP/1.1" 404 173 0.004067 10.0.0.23 - - [2026-01-19 04:06:42] "DELETE /project/7f0e2a51-e2ba-4818-bc42-07effd624ea3 HTTP/1.1" 404 177 0.006937 10.0.0.27 - - [2026-01-19 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.27 - - [2026-01-19 04:06:43] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006244 10.0.0.27 - - [2026-01-19 04:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2026-01-19 04:06:47] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005869 10.0.0.27 - - [2026-01-19 04:06:48] "POST /neutron/port HTTP/1.1" 200 1123 0.022969 10.0.0.27 - - [2026-01-19 04:06:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004702 10.0.0.27 - - [2026-01-19 04:06:48] "POST /neutron/network HTTP/1.1" 200 825 0.007258 10.0.0.27 - - [2026-01-19 04:06:49] "POST /neutron/network HTTP/1.1" 200 835 0.007647 10.0.0.27 - - [2026-01-19 04:06:49] "POST /neutron/port HTTP/1.1" 200 117 0.001460 10.0.0.27 - - [2026-01-19 04:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.27 - - [2026-01-19 04:06:51] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007077 10.0.0.27 - - [2026-01-19 04:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.27 - - [2026-01-19 04:06:55] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005953 10.0.0.27 - - [2026-01-19 04:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.27 - - [2026-01-19 04:06:59] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006474 10.0.0.27 - - [2026-01-19 04:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.27 - - [2026-01-19 04:07:01] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004759 10.0.0.27 - - [2026-01-19 04:07:01] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004593 10.0.0.27 - - [2026-01-19 04:07:01] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007790 10.0.0.27 - - [2026-01-19 04:07:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010442 10.0.0.27 - - [2026-01-19 04:07:09] "POST /neutron/port HTTP/1.1" 200 1123 0.046135 10.0.0.27 - - [2026-01-19 04:07:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007647 10.0.0.27 - - [2026-01-19 04:07:17] "POST /neutron/port HTTP/1.1" 200 1123 0.021233 10.0.0.27 - - [2026-01-19 04:07:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008337 10.0.0.27 - - [2026-01-19 04:07:17] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 200 1294 0.007745 10.0.0.27 - - [2026-01-19 04:07:17] "GET /virtual-machine-interface/0a71d292-335b-4a13-b6da-c7d957d309d8 HTTP/1.1" 200 2948 0.005472 10.0.0.27 - - [2026-01-19 04:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.27 - - [2026-01-19 04:07:17] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.27 - - [2026-01-19 04:07:17] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004947 10.0.0.27 - - [2026-01-19 04:07:17] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007178 10.0.0.27 - - [2026-01-19 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-01-19 04:07:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003764 10.0.0.27 - - [2026-01-19 04:07:19] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003373 10.0.0.27 - - [2026-01-19 04:07:19] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005912 10.0.0.50 - - [2026-01-19 04:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.50 - - [2026-01-19 04:07:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.23 - - [2026-01-19 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.23 - - [2026-01-19 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000764 10.0.0.50 - - [2026-01-19 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.50 - - [2026-01-19 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000849 10.0.0.27 - - [2026-01-19 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-01-19 04:07:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-01-19 04:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000923 10.0.0.23 - - [2026-01-19 04:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2026-01-19 04:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2026-01-19 04:07:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2026-01-19 04:07:50] "POST /neutron/port HTTP/1.1" 200 1123 0.048157 10.0.0.27 - - [2026-01-19 04:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004957 10.0.0.27 - - [2026-01-19 04:07:50] "POST /neutron/network HTTP/1.1" 200 825 0.008311 10.0.0.27 - - [2026-01-19 04:07:51] "POST /neutron/network HTTP/1.1" 200 835 0.009124 10.0.0.27 - - [2026-01-19 04:07:51] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.27 - - [2026-01-19 04:08:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013744 10.0.0.27 - - [2026-01-19 04:08:33] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 200 1294 0.004224 10.0.0.27 - - [2026-01-19 04:08:33] "GET /virtual-machine-interface/c0e0fe75-a8c5-4368-9cb2-056118eddd0b HTTP/1.1" 200 2950 0.005474 10.0.0.27 - - [2026-01-19 04:08:33] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 200 1294 0.004158 10.0.0.27 - - [2026-01-19 04:08:33] "GET /virtual-machine-interface/c0e0fe75-a8c5-4368-9cb2-056118eddd0b HTTP/1.1" 200 2950 0.007300 10.0.0.27 - - [2026-01-19 04:08:33] "GET /instance-ip/5f5453ab-9e52-4d63-bfb3-f33cf3c3230b HTTP/1.1" 200 1621 0.006590 10.0.0.27 - - [2026-01-19 04:08:33] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 200 1294 0.004405 10.0.0.27 - - [2026-01-19 04:08:33] "GET /virtual-machine-interface/c0e0fe75-a8c5-4368-9cb2-056118eddd0b HTTP/1.1" 200 2950 0.007522 10.0.0.27 - - [2026-01-19 04:08:33] "GET /instance-ip/5f5453ab-9e52-4d63-bfb3-f33cf3c3230b HTTP/1.1" 200 1621 0.005173 10.0.0.27 - - [2026-01-19 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-01-19 04:08:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004177 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003737 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005424 10.0.0.27 - - [2026-01-19 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.27 - - [2026-01-19 04:08:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005985 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006240 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007333 10.0.0.27 - - [2026-01-19 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.27 - - [2026-01-19 04:08:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005062 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003563 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007189 10.0.0.27 - - [2026-01-19 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005723 10.0.0.27 - - [2026-01-19 04:08:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004071 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003855 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005621 10.0.0.27 - - [2026-01-19 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.27 - - [2026-01-19 04:08:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004865 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004024 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007116 10.0.0.27 - - [2026-01-19 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.27 - - [2026-01-19 04:08:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004393 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005249 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006634 10.0.0.27 - - [2026-01-19 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2026-01-19 04:08:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004914 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003632 10.0.0.27 - - [2026-01-19 04:08:34] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006541 10.0.0.27 - - [2026-01-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.27 - - [2026-01-19 04:08:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004610 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004068 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006088 10.0.0.27 - - [2026-01-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.27 - - [2026-01-19 04:08:35] "GET /routing-instance/ceb01fb1-9d6b-487c-afda-4795c923304d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.007881 10.0.0.27 - - [2026-01-19 04:08:35] "GET /route-target/952c210f-854d-4d36-83b4-f2112f5523d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004519 10.0.0.27 - - [2026-01-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006184 10.0.0.27 - - [2026-01-19 04:08:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007060 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004272 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006040 10.0.0.27 - - [2026-01-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2026-01-19 04:08:35] "GET /routing-instance/ceb01fb1-9d6b-487c-afda-4795c923304d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.008014 10.0.0.27 - - [2026-01-19 04:08:35] "GET /route-target/952c210f-854d-4d36-83b4-f2112f5523d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004586 10.0.0.27 - - [2026-01-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.27 - - [2026-01-19 04:08:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003618 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008306 10.0.0.27 - - [2026-01-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2026-01-19 04:08:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004741 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003680 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007122 10.0.0.27 - - [2026-01-19 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007393 10.0.0.27 - - [2026-01-19 04:08:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004497 10.0.0.27 - - [2026-01-19 04:08:35] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003471 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007032 10.0.0.27 - - [2026-01-19 04:08:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004857 10.0.0.23 - - [2026-01-19 04:08:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004906 10.0.0.27 - - [2026-01-19 04:08:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004021 10.0.0.23 - - [2026-01-19 04:08:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004643 10.0.0.27 - - [2026-01-19 04:08:36] "GET /obj-perms HTTP/1.1" 200 5032 0.004215 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 200 1294 0.003915 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-machine-interface/0a71d292-335b-4a13-b6da-c7d957d309d8 HTTP/1.1" 200 2948 0.009513 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 200 1294 0.005298 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-machine-interface/0a71d292-335b-4a13-b6da-c7d957d309d8 HTTP/1.1" 200 2948 0.010381 10.0.0.27 - - [2026-01-19 04:08:36] "GET /instance-ip/42cb3fba-fd10-446c-96a1-8303d6367623 HTTP/1.1" 200 1621 0.008930 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 200 1294 0.007031 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-machine-interface/0a71d292-335b-4a13-b6da-c7d957d309d8 HTTP/1.1" 200 2948 0.010679 10.0.0.27 - - [2026-01-19 04:08:36] "GET /instance-ip/42cb3fba-fd10-446c-96a1-8303d6367623 HTTP/1.1" 200 1621 0.008968 10.0.0.27 - - [2026-01-19 04:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2026-01-19 04:08:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004542 10.0.0.27 - - [2026-01-19 04:08:36] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003502 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006594 10.0.0.27 - - [2026-01-19 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-01-19 04:08:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004553 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004523 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006250 10.0.0.27 - - [2026-01-19 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.27 - - [2026-01-19 04:08:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004879 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003908 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006679 10.0.0.27 - - [2026-01-19 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.27 - - [2026-01-19 04:08:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004071 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004462 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007757 10.0.0.27 - - [2026-01-19 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.27 - - [2026-01-19 04:08:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004606 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004817 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006298 10.0.0.27 - - [2026-01-19 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2026-01-19 04:08:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004898 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004543 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006229 10.0.0.27 - - [2026-01-19 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.27 - - [2026-01-19 04:08:37] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005019 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003555 10.0.0.27 - - [2026-01-19 04:08:37] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006825 10.0.0.27 - - [2026-01-19 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2026-01-19 04:08:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004761 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003921 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007277 10.0.0.27 - - [2026-01-19 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2026-01-19 04:08:38] "GET /routing-instance/ceb01fb1-9d6b-487c-afda-4795c923304d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005151 10.0.0.27 - - [2026-01-19 04:08:38] "GET /route-target/952c210f-854d-4d36-83b4-f2112f5523d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004509 10.0.0.27 - - [2026-01-19 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.27 - - [2026-01-19 04:08:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004542 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003761 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006951 10.0.0.27 - - [2026-01-19 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2026-01-19 04:08:38] "GET /routing-instance/ceb01fb1-9d6b-487c-afda-4795c923304d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006223 10.0.0.27 - - [2026-01-19 04:08:38] "GET /route-target/952c210f-854d-4d36-83b4-f2112f5523d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005143 10.0.0.27 - - [2026-01-19 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.27 - - [2026-01-19 04:08:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004335 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003362 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007994 10.0.0.27 - - [2026-01-19 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2026-01-19 04:08:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005512 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003979 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006937 10.0.0.27 - - [2026-01-19 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.27 - - [2026-01-19 04:08:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005064 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003103 10.0.0.27 - - [2026-01-19 04:08:38] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007408 10.0.0.23 - - [2026-01-19 04:08:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004885 10.0.0.27 - - [2026-01-19 04:08:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004061 10.0.0.27 - - [2026-01-19 04:08:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004339 10.0.0.27 - - [2026-01-19 04:08:39] "GET /obj-perms HTTP/1.1" 200 5032 0.005015 10.0.0.50 - - [2026-01-19 04:08:39] "GET /obj-perms HTTP/1.1" 200 5032 0.004048 10.0.0.27 - - [2026-01-19 04:08:44] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 200 1294 0.007012 10.0.0.27 - - [2026-01-19 04:08:44] "POST /neutron/port HTTP/1.1" 200 1123 0.019881 10.0.0.27 - - [2026-01-19 04:08:46] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 404 171 0.004037 10.0.0.27 - - [2026-01-19 04:08:46] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 404 171 0.005142 10.0.0.27 - - [2026-01-19 04:08:46] "GET /virtual-machine/a4e86957-9f3a-4cef-b9bf-e0a588a10abd HTTP/1.1" 404 171 0.003456 10.0.0.27 - - [2026-01-19 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-01-19 04:08:46] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004144 10.0.0.27 - - [2026-01-19 04:08:46] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003294 10.0.0.27 - - [2026-01-19 04:08:46] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006819 10.0.0.27 - - [2026-01-19 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2026-01-19 04:08:46] "GET /routing-instance/ceb01fb1-9d6b-487c-afda-4795c923304d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004411 10.0.0.27 - - [2026-01-19 04:08:46] "GET /route-target/952c210f-854d-4d36-83b4-f2112f5523d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005938 10.0.0.23 - - [2026-01-19 04:08:47] "GET /obj-perms HTTP/1.1" 200 5056 0.055972 10.0.0.27 - - [2026-01-19 04:08:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004773 10.0.0.27 - - [2026-01-19 04:08:52] "POST /neutron/port HTTP/1.1" 200 1123 0.021529 10.0.0.27 - - [2026-01-19 04:08:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004272 10.0.0.27 - - [2026-01-19 04:08:52] "POST /neutron/network HTTP/1.1" 200 825 0.008257 10.0.0.27 - - [2026-01-19 04:08:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004099 10.0.0.27 - - [2026-01-19 04:08:59] "GET /obj-perms HTTP/1.1" 200 5032 0.005340 10.0.0.27 - - [2026-01-19 04:09:02] "GET /obj-perms HTTP/1.1" 200 5032 0.005194 10.0.0.27 - - [2026-01-19 04:09:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004247 10.0.0.27 - - [2026-01-19 04:09:11] "GET /obj-perms HTTP/1.1" 200 5032 0.004014 10.0.0.27 - - [2026-01-19 04:09:11] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 200 1294 0.005046 10.0.0.27 - - [2026-01-19 04:09:12] "POST /neutron/port HTTP/1.1" 200 151 0.202936 10.0.0.27 - - [2026-01-19 04:09:13] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 404 171 0.003629 10.0.0.27 - - [2026-01-19 04:09:13] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 404 171 0.003185 10.0.0.27 - - [2026-01-19 04:09:13] "GET /virtual-machine/c09da990-2c0f-405b-a690-309bea13b193 HTTP/1.1" 404 171 0.003371 10.0.0.27 - - [2026-01-19 04:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-01-19 04:09:14] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004178 10.0.0.27 - - [2026-01-19 04:09:14] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003323 10.0.0.27 - - [2026-01-19 04:09:14] "GET /virtual-network/c7d84faf-aaf5-420b-b599-5e46fe5337c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007413 10.0.0.27 - - [2026-01-19 04:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2026-01-19 04:09:14] "GET /routing-instance/ceb01fb1-9d6b-487c-afda-4795c923304d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004745 10.0.0.27 - - [2026-01-19 04:09:14] "GET /route-target/952c210f-854d-4d36-83b4-f2112f5523d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004323 10.0.0.27 - - [2026-01-19 04:09:14] "GET /obj-perms HTTP/1.1" 200 5032 0.003950 10.0.0.23 - - [2026-01-19 04:09:17] "GET /obj-perms HTTP/1.1" 200 5032 0.005085 10.0.0.27 - - [2026-01-19 04:09:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004146 10.0.0.23 - - [2026-01-19 04:09:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004835 10.0.0.27 - - [2026-01-19 04:09:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004718 10.0.0.50 - - [2026-01-19 04:09:32] "GET /obj-perms HTTP/1.1" 200 5032 0.003901 10.0.0.23 - - [2026-01-19 04:09:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005972 10.0.0.27 - - [2026-01-19 04:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.032140 10.0.0.27 - - [2026-01-19 04:09:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.003352 10.0.0.27 - - [2026-01-19 04:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2026-01-19 04:09:35] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.027201 10.0.0.27 - - [2026-01-19 04:09:35] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077511 10.0.0.27 - - [2026-01-19 04:09:36] "POST /network-policys HTTP/1.1" 200 522 0.030297 10.0.0.27 - - [2026-01-19 04:09:36] "GET /network-policy/a37dbaf1-8687-4eaa-8e41-964855cfcef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005940 10.0.0.27 - - [2026-01-19 04:09:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.003348 10.0.0.27 - - [2026-01-19 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006290 10.0.0.23 - - [2026-01-19 04:09:36] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.27 - - [2026-01-19 04:09:36] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055540 10.0.0.27 - - [2026-01-19 04:09:36] "POST /network-policys HTTP/1.1" 200 522 0.028214 10.0.0.27 - - [2026-01-19 04:09:36] "GET /network-policy/fcc26649-2cd3-41f9-9ca5-d0dca07fa48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009374 10.0.0.27 - - [2026-01-19 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.23 - - [2026-01-19 04:09:36] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001584 10.0.0.27 - - [2026-01-19 04:09:36] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072193 10.0.0.27 - - [2026-01-19 04:09:36] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003394 10.0.0.27 - - [2026-01-19 04:09:36] "POST /virtual-networks HTTP/1.1" 200 546 0.090671 10.0.0.27 - - [2026-01-19 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.017764 10.0.0.27 - - [2026-01-19 04:09:36] "POST /ref-update HTTP/1.1" 200 156 0.026762 10.0.0.27 - - [2026-01-19 04:09:36] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004426 10.0.0.23 - - [2026-01-19 04:09:36] "POST /useragent-kv HTTP/1.1" 200 115 0.016470 10.0.0.27 - - [2026-01-19 04:09:36] "POST /ref-update HTTP/1.1" 200 156 0.083657 10.0.0.27 - - [2026-01-19 04:09:36] "POST /neutron/network HTTP/1.1" 200 809 0.007503 10.0.0.27 - - [2026-01-19 04:09:36] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005438 10.0.0.27 - - [2026-01-19 04:09:37] "POST /neutron/subnet HTTP/1.1" 200 672 0.011917 10.0.0.27 - - [2026-01-19 04:09:37] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007417 10.0.0.27 - - [2026-01-19 04:09:37] "GET /obj-perms HTTP/1.1" 200 5032 0.005031 10.0.0.27 - - [2026-01-19 04:09:37] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006009 10.0.0.27 - - [2026-01-19 04:09:37] "PUT /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd HTTP/1.1" 200 264 0.061491 10.0.0.27 - - [2026-01-19 04:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2026-01-19 04:09:37] "GET /network-policy/a37dbaf1-8687-4eaa-8e41-964855cfcef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004783 10.0.0.27 - - [2026-01-19 04:09:37] "POST /ref-update HTTP/1.1" 200 156 0.070184 10.0.0.27 - - [2026-01-19 04:09:37] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008903 10.0.0.27 - - [2026-01-19 04:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-01-19 04:09:37] "GET /network-policy/a37dbaf1-8687-4eaa-8e41-964855cfcef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004721 10.0.0.27 - - [2026-01-19 04:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-01-19 04:09:38] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001505 10.0.0.27 - - [2026-01-19 04:09:38] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048836 10.0.0.27 - - [2026-01-19 04:09:38] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003768 10.0.0.27 - - [2026-01-19 04:09:38] "POST /virtual-networks HTTP/1.1" 200 546 0.083005 10.0.0.27 - - [2026-01-19 04:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2026-01-19 04:09:38] "POST /route-targets HTTP/1.1" 200 327 0.018172 10.0.0.27 - - [2026-01-19 04:09:38] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005136 10.0.0.23 - - [2026-01-19 04:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003541 10.0.0.27 - - [2026-01-19 04:09:38] "POST /ref-update HTTP/1.1" 200 156 0.079736 10.0.0.27 - - [2026-01-19 04:09:38] "POST /neutron/network HTTP/1.1" 200 809 0.008012 10.0.0.27 - - [2026-01-19 04:09:38] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006250 10.0.0.27 - - [2026-01-19 04:09:38] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007022 10.0.0.27 - - [2026-01-19 04:09:39] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006127 10.0.0.27 - - [2026-01-19 04:09:39] "PUT /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b HTTP/1.1" 200 264 0.046968 10.0.0.27 - - [2026-01-19 04:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.27 - - [2026-01-19 04:09:39] "GET /network-policy/fcc26649-2cd3-41f9-9ca5-d0dca07fa48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004908 10.0.0.27 - - [2026-01-19 04:09:39] "POST /ref-update HTTP/1.1" 200 156 0.060826 10.0.0.27 - - [2026-01-19 04:09:39] "POST /neutron/network HTTP/1.1" 200 886 0.007289 10.0.0.27 - - [2026-01-19 04:09:39] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005029 10.0.0.27 - - [2026-01-19 04:09:39] "POST /access-control-lists HTTP/1.1" 200 592 0.091744 10.0.0.27 - - [2026-01-19 04:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011766 10.0.0.27 - - [2026-01-19 04:09:39] "GET /network-policy/fcc26649-2cd3-41f9-9ca5-d0dca07fa48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005429 10.0.0.27 - - [2026-01-19 04:09:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001158 10.0.0.23 - - [2026-01-19 04:09:40] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001710 10.0.0.27 - - [2026-01-19 04:09:40] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.107258 10.0.0.27 - - [2026-01-19 04:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.007450 10.0.0.27 - - [2026-01-19 04:09:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001194 10.0.0.27 - - [2026-01-19 04:09:40] "POST /neutron/network HTTP/1.1" 200 896 0.006706 10.0.0.27 - - [2026-01-19 04:09:41] "POST /neutron/port HTTP/1.1" 200 1061 0.023710 10.0.0.23 - - [2026-01-19 04:09:41] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004907 10.0.0.27 - - [2026-01-19 04:09:41] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.139836 10.0.0.27 - - [2026-01-19 04:09:41] "POST /neutron/network HTTP/1.1" 200 886 0.043445 10.0.0.27 - - [2026-01-19 04:09:41] "POST /neutron/subnet HTTP/1.1" 200 646 0.010861 10.0.0.27 - - [2026-01-19 04:09:41] "POST /neutron/port HTTP/1.1" 200 1125 0.030418 10.0.0.27 - - [2026-01-19 04:09:42] "POST /neutron/port HTTP/1.1" 200 1125 0.018747 10.0.0.23 - - [2026-01-19 04:09:42] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004436 10.0.0.27 - - [2026-01-19 04:09:42] "PUT /access-control-list/d98bb68e-3040-4d18-a169-e7077281b622 HTTP/1.1" 200 272 0.062618 10.0.0.27 - - [2026-01-19 04:09:42] "POST /neutron/port HTTP/1.1" 200 1061 0.392390 10.0.0.27 - - [2026-01-19 04:09:42] "POST /neutron/port HTTP/1.1" 200 1115 0.111842 10.0.0.27 - - [2026-01-19 04:09:42] "POST /neutron/subnet HTTP/1.1" 200 646 0.009928 10.0.0.27 - - [2026-01-19 04:09:47] "POST /neutron/port HTTP/1.1" 200 1125 0.022650 10.0.0.27 - - [2026-01-19 04:09:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011190 10.0.0.27 - - [2026-01-19 04:09:47] "GET /virtual-machine/b40cbf40-d982-447d-abb5-7105ee65aedd HTTP/1.1" 200 1294 0.006454 10.0.0.27 - - [2026-01-19 04:09:47] "GET /virtual-machine-interface/7d691ec3-c458-4e21-a40b-d4e45ea0d586 HTTP/1.1" 200 2949 0.008203 10.0.0.27 - - [2026-01-19 04:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-01-19 04:09:47] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005579 10.0.0.27 - - [2026-01-19 04:09:47] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003544 10.0.0.27 - - [2026-01-19 04:09:47] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006896 10.0.0.50 - - [2026-01-19 04:09:48] "GET /obj-perms HTTP/1.1" 200 5056 0.053168 10.0.0.27 - - [2026-01-19 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.27 - - [2026-01-19 04:09:50] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006094 10.0.0.27 - - [2026-01-19 04:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2026-01-19 04:09:54] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005721 10.0.0.27 - - [2026-01-19 04:09:54] "POST /neutron/port HTTP/1.1" 200 1125 0.022341 10.0.0.27 - - [2026-01-19 04:09:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008914 10.0.0.27 - - [2026-01-19 04:09:54] "POST /neutron/network HTTP/1.1" 200 886 0.008113 10.0.0.27 - - [2026-01-19 04:09:55] "POST /neutron/network HTTP/1.1" 200 896 0.008703 10.0.0.27 - - [2026-01-19 04:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.27 - - [2026-01-19 04:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.27 - - [2026-01-19 04:09:58] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.017281 10.0.0.27 - - [2026-01-19 04:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2026-01-19 04:10:02] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005975 10.0.0.27 - - [2026-01-19 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.27 - - [2026-01-19 04:10:06] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005759 10.0.0.27 - - [2026-01-19 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.27 - - [2026-01-19 04:10:11] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006728 10.0.0.27 - - [2026-01-19 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.27 - - [2026-01-19 04:10:15] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005534 10.0.0.27 - - [2026-01-19 04:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.27 - - [2026-01-19 04:10:19] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007306 10.0.0.27 - - [2026-01-19 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.27 - - [2026-01-19 04:10:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004971 10.0.0.27 - - [2026-01-19 04:10:21] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003703 10.0.0.27 - - [2026-01-19 04:10:21] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006626 10.0.0.27 - - [2026-01-19 04:10:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008816 10.0.0.27 - - [2026-01-19 04:10:29] "POST /neutron/port HTTP/1.1" 200 1125 0.025225 10.0.0.27 - - [2026-01-19 04:10:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008657 10.0.0.27 - - [2026-01-19 04:10:37] "POST /neutron/port HTTP/1.1" 200 1125 0.021937 10.0.0.27 - - [2026-01-19 04:10:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009027 10.0.0.27 - - [2026-01-19 04:10:42] "POST /neutron/port HTTP/1.1" 200 1125 0.020852 10.0.0.27 - - [2026-01-19 04:10:42] "GET /virtual-machine/d66c7689-0f18-41bc-b13b-2a8e77eef215 HTTP/1.1" 200 1294 0.008342 10.0.0.27 - - [2026-01-19 04:10:42] "GET /virtual-machine-interface/82a828cb-d02c-4b90-9e1d-5f954dc8f8d8 HTTP/1.1" 200 2949 0.009124 10.0.0.27 - - [2026-01-19 04:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2026-01-19 04:10:42] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.27 - - [2026-01-19 04:10:42] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004925 10.0.0.27 - - [2026-01-19 04:10:42] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006070 10.0.0.27 - - [2026-01-19 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2026-01-19 04:10:43] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004905 10.0.0.27 - - [2026-01-19 04:10:43] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004354 10.0.0.27 - - [2026-01-19 04:10:43] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.010103 10.0.0.23 - - [2026-01-19 04:10:48] "GET /obj-perms HTTP/1.1" 200 5056 0.056141 10.0.0.27 - - [2026-01-19 04:10:48] "GET /obj-perms HTTP/1.1" 200 5056 0.056334 10.0.0.27 - - [2026-01-19 04:10:54] "POST /neutron/port HTTP/1.1" 200 1125 0.019870 10.0.0.27 - - [2026-01-19 04:10:54] "POST /neutron/subnet HTTP/1.1" 200 646 0.010552 10.0.0.27 - - [2026-01-19 04:10:57] "POST /neutron/port HTTP/1.1" 200 1125 0.024038 10.0.0.27 - - [2026-01-19 04:10:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004747 10.0.0.27 - - [2026-01-19 04:10:57] "POST /neutron/network HTTP/1.1" 200 886 0.009895 10.0.0.27 - - [2026-01-19 04:11:54] "POST /neutron/network HTTP/1.1" 200 896 0.006709 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jan 19 04:12:10 AM UTC 2026 ===================' INFO: =================== Mon Jan 19 04:12: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 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.50:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.50:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.50:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.50:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.50:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ 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.27,10.0.0.50,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ tr '\n' , +++ local local_ips=,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sort ++ set -o posix ++ cut -d = -f 1 ++ set ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/19/2026 04:12:19.815 7fce0a1b59c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/19/2026 04:12:19.979 7fce0a1b59c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/19/2026 04:12:19.993 7fce0a1b59c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/19/2026 04:12:19.993 7fce0a1b59c0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-01-19 04:12:20] "GET / HTTP/1.1" 503 181 0.000211 10.0.0.23 - - [2026-01-19 04:12:20] "GET / HTTP/1.1" 503 181 0.000147 [Introspect:8084]10.0.0.27 - - [2026-01-19 04:12:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001694 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.50 - - [2026-01-19 04:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.50 - - [2026-01-19 04:12:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-01-19 04:12:21] "GET / HTTP/1.1" 200 45871 0.001846 10.0.0.23 - - [2026-01-19 04:12:21] "GET / HTTP/1.1" 200 45871 0.001374 10.0.0.23 - - [2026-01-19 04:12:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-01-19 04:12:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000275 10.0.0.23 - - [2026-01-19 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-01-19 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.50 - - [2026-01-19 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000643 10.0.0.50 - - [2026-01-19 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-01-19 04:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.761945 10.0.0.23 - - [2026-01-19 04:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2026-01-19 04:12:22] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.484777 10.0.0.23 - - [2026-01-19 04:12:22] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003670 10.0.0.27 - - [2026-01-19 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-01-19 04:12:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000623 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2026-01-19 04:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000913 10.0.0.23 - - [2026-01-19 04:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-01-19 04:12:23] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.23 - - [2026-01-19 04:12:23] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.043833 10.0.0.23 - - [2026-01-19 04:12:23] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.23 - - [2026-01-19 04:12:23] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?fields=security_groups HTTP/1.1" 200 1089 0.062001 10.0.0.23 - - [2026-01-19 04:12:23] "GET /projects?obj_uuids=dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001222 10.0.0.23 - - [2026-01-19 04:12:23] "GET /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4?fields=application_policy_sets HTTP/1.1" 200 1382 0.046666 10.0.0.23 - - [2026-01-19 04:12:23] "DELETE /project/dfe453fd-4e2b-4f6f-8cbb-4fbf2992e4a4 HTTP/1.1" 409 278 0.253784 10.0.0.27 - - [2026-01-19 04:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2026-01-19 04:12:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 [Introspect:8084]10.0.0.27 - - [2026-01-19 04:12:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001100 [Introspect:8084]10.0.0.27 - - [2026-01-19 04:12:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001201 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.27 - - [2026-01-19 04:12:27] "GET /obj-perms HTTP/1.1" 200 5032 0.392812 10.0.0.27 - - [2026-01-19 04:12:27] "GET /obj-perms HTTP/1.1" 200 5032 0.003885 10.0.0.27 - - [2026-01-19 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.035572 10.0.0.23 - - [2026-01-19 04:12:27] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001021 10.0.0.27 - - [2026-01-19 04:12:28] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050802 10.0.0.27 - - [2026-01-19 04:12:28] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004271 10.0.0.27 - - [2026-01-19 04:12:28] "POST /virtual-networks HTTP/1.1" 200 546 0.083806 10.0.0.27 - - [2026-01-19 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-01-19 04:12:28] "GET /network-ipam/363c41dd-74f3-4d85-9937-1ee4c4f9262a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005049 10.0.0.23 - - [2026-01-19 04:12:28] "POST /useragent-kv HTTP/1.1" 200 115 0.012026 10.0.0.27 - - [2026-01-19 04:12:28] "POST /ref-update HTTP/1.1" 200 156 0.075832 10.0.0.27 - - [2026-01-19 04:12:28] "POST /neutron/network HTTP/1.1" 200 809 0.048135 10.0.0.27 - - [2026-01-19 04:12:28] "GET /virtual-network/a7e3b545-8cba-43f4-b5ec-6fd801beee63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.010939 10.0.0.27 - - [2026-01-19 04:12:28] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007421 10.0.0.27 - - [2026-01-19 04:12:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001541 10.0.0.27 - - [2026-01-19 04:12:29] "POST /neutron/port HTTP/1.1" 200 2098 0.028453 10.0.0.23 - - [2026-01-19 04:12:30] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.27 - - [2026-01-19 04:12:30] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.091187 10.0.0.27 - - [2026-01-19 04:12:30] "POST /neutron/network HTTP/1.1" 200 886 0.035160 10.0.0.27 - - [2026-01-19 04:12:30] "POST /neutron/port HTTP/1.1" 200 117 0.008217 10.0.0.23 - - [2026-01-19 04:12:31] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.27 - - [2026-01-19 04:12:31] "POST /neutron/port HTTP/1.1" 200 1061 0.335257 10.0.0.27 - - [2026-01-19 04:12:31] "POST /neutron/port HTTP/1.1" 200 1115 0.144432 10.0.0.27 - - [2026-01-19 04:12:31] "POST /neutron/subnet HTTP/1.1" 200 646 0.010860 10.0.0.27 - - [2026-01-19 04:12:35] "POST /neutron/port HTTP/1.1" 200 1125 0.022513 10.0.0.27 - - [2026-01-19 04:12:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009150 10.0.0.27 - - [2026-01-19 04:12:36] "POST /neutron/port HTTP/1.1" 200 1125 0.018905 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 200 1293 0.034736 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 200 1293 0.005994 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-machine-interface/fabcddbe-b09b-44ea-b71f-1a1f5e7c836f HTTP/1.1" 200 2950 0.008315 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 200 1293 0.007555 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-machine-interface/fabcddbe-b09b-44ea-b71f-1a1f5e7c836f HTTP/1.1" 200 2950 0.007101 10.0.0.27 - - [2026-01-19 04:12:36] "GET /instance-ip/966d446f-5044-480f-9e66-7c0d907be506 HTTP/1.1" 200 1624 0.015298 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 200 1293 0.004957 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-machine-interface/fabcddbe-b09b-44ea-b71f-1a1f5e7c836f HTTP/1.1" 200 2950 0.006003 10.0.0.27 - - [2026-01-19 04:12:36] "GET /instance-ip/966d446f-5044-480f-9e66-7c0d907be506 HTTP/1.1" 200 1624 0.005946 10.0.0.27 - - [2026-01-19 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2026-01-19 04:12:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005797 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003804 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.010008 10.0.0.27 - - [2026-01-19 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2026-01-19 04:12:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004996 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004064 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008196 10.0.0.27 - - [2026-01-19 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.27 - - [2026-01-19 04:12:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004674 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003692 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008959 10.0.0.27 - - [2026-01-19 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.27 - - [2026-01-19 04:12:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004430 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003472 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.010660 10.0.0.27 - - [2026-01-19 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2026-01-19 04:12:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004357 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003752 10.0.0.27 - - [2026-01-19 04:12:36] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005487 10.0.0.27 - - [2026-01-19 04:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.27 - - [2026-01-19 04:12:39] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006257 10.0.0.27 - - [2026-01-19 04:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.27 - - [2026-01-19 04:12:44] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007879 10.0.0.27 - - [2026-01-19 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.27 - - [2026-01-19 04:12:48] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006247 10.0.0.27 - - [2026-01-19 04:12:51] "GET /obj-perms HTTP/1.1" 200 5056 0.071720 10.0.0.50 - - [2026-01-19 04:12:51] "GET /obj-perms HTTP/1.1" 200 5056 0.049963 10.0.0.27 - - [2026-01-19 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2026-01-19 04:12:52] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005741 10.0.0.27 - - [2026-01-19 04:12:56] "POST /neutron/port HTTP/1.1" 200 1125 0.020731 10.0.0.27 - - [2026-01-19 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.27 - - [2026-01-19 04:12:56] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007523 10.0.0.27 - - [2026-01-19 04:12:56] "POST /neutron/subnet HTTP/1.1" 200 646 0.010258 10.0.0.27 - - [2026-01-19 04:12:59] "POST /neutron/port HTTP/1.1" 200 1125 0.049332 10.0.0.27 - - [2026-01-19 04:12:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003770 10.0.0.27 - - [2026-01-19 04:12:59] "POST /neutron/network HTTP/1.1" 200 886 0.008493 10.0.0.27 - - [2026-01-19 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.27 - - [2026-01-19 04:13:00] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006467 10.0.0.27 - - [2026-01-19 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-01-19 04:13:04] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006275 10.0.0.27 - - [2026-01-19 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-01-19 04:13:08] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006548 10.0.0.27 - - [2026-01-19 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.27 - - [2026-01-19 04:13:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005326 10.0.0.27 - - [2026-01-19 04:13:10] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003666 10.0.0.27 - - [2026-01-19 04:13:10] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.012262 10.0.0.27 - - [2026-01-19 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2026-01-19 04:13:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004332 10.0.0.27 - - [2026-01-19 04:13:10] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004078 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005433 10.0.0.27 - - [2026-01-19 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2026-01-19 04:13:11] "GET /routing-instance/57e98c3f-a527-4240-beea-90b4a26bc842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.010659 10.0.0.27 - - [2026-01-19 04:13:11] "GET /route-target/7076590c-68f4-46d8-8f91-4a732dddb932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005082 10.0.0.27 - - [2026-01-19 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.27 - - [2026-01-19 04:13:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004709 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.010120 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006334 10.0.0.27 - - [2026-01-19 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2026-01-19 04:13:11] "GET /routing-instance/57e98c3f-a527-4240-beea-90b4a26bc842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004905 10.0.0.27 - - [2026-01-19 04:13:11] "GET /route-target/7076590c-68f4-46d8-8f91-4a732dddb932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004191 10.0.0.27 - - [2026-01-19 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2026-01-19 04:13:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005122 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003892 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006839 10.0.0.27 - - [2026-01-19 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.27 - - [2026-01-19 04:13:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004141 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003512 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005939 10.0.0.27 - - [2026-01-19 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.27 - - [2026-01-19 04:13:11] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004656 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003499 10.0.0.27 - - [2026-01-19 04:13:11] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006272 10.0.0.23 - - [2026-01-19 04:13:11] "GET /obj-perms HTTP/1.1" 200 5032 0.059548 10.0.0.27 - - [2026-01-19 04:13:11] "GET /obj-perms HTTP/1.1" 200 5032 0.004603 10.0.0.23 - - [2026-01-19 04:13:12] "GET /obj-perms HTTP/1.1" 200 5032 0.004090 10.0.0.27 - - [2026-01-19 04:13:12] "GET /obj-perms HTTP/1.1" 200 5032 0.004104 10.0.0.27 - - [2026-01-19 04:13:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001198 10.0.0.27 - - [2026-01-19 04:13:12] "POST /neutron/network HTTP/1.1" 200 896 0.008590 10.0.0.23 - - [2026-01-19 04:13:13] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.27 - - [2026-01-19 04:13:13] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.087406 10.0.0.27 - - [2026-01-19 04:13:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009486 10.0.0.27 - - [2026-01-19 04:13:13] "POST /neutron/network HTTP/1.1" 200 896 0.008607 10.0.0.27 - - [2026-01-19 04:13:14] "POST /neutron/port HTTP/1.1" 200 1061 0.024516 10.0.0.27 - - [2026-01-19 04:13:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004916 10.0.0.27 - - [2026-01-19 04:13:14] "POST /neutron/network HTTP/1.1" 200 886 0.008359 10.0.0.27 - - [2026-01-19 04:13:18] "POST /neutron/port HTTP/1.1" 200 1125 0.021963 10.0.0.27 - - [2026-01-19 04:13:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007714 10.0.0.27 - - [2026-01-19 04:13:18] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 200 1293 0.006048 10.0.0.27 - - [2026-01-19 04:13:18] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 200 1293 0.004142 10.0.0.27 - - [2026-01-19 04:13:18] "GET /virtual-machine-interface/829d79ec-9889-4fd3-aeab-93c47d27501b HTTP/1.1" 200 2949 0.006103 10.0.0.27 - - [2026-01-19 04:13:18] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 200 1293 0.004398 10.0.0.27 - - [2026-01-19 04:13:18] "GET /virtual-machine-interface/829d79ec-9889-4fd3-aeab-93c47d27501b HTTP/1.1" 200 2949 0.006544 10.0.0.27 - - [2026-01-19 04:13:18] "GET /instance-ip/8ec93941-d8a9-4855-ba99-f6552db8c825 HTTP/1.1" 200 1624 0.007960 10.0.0.27 - - [2026-01-19 04:13:18] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 200 1293 0.004442 10.0.0.27 - - [2026-01-19 04:13:18] "GET /virtual-machine-interface/829d79ec-9889-4fd3-aeab-93c47d27501b HTTP/1.1" 200 2949 0.006609 10.0.0.27 - - [2026-01-19 04:13:18] "GET /instance-ip/8ec93941-d8a9-4855-ba99-f6552db8c825 HTTP/1.1" 200 1624 0.006268 10.0.0.27 - - [2026-01-19 04:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.27 - - [2026-01-19 04:13:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003832 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003427 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005518 10.0.0.27 - - [2026-01-19 04:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2026-01-19 04:13:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005443 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003230 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007284 10.0.0.27 - - [2026-01-19 04:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2026-01-19 04:13:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003078 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007026 10.0.0.27 - - [2026-01-19 04:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2026-01-19 04:13:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004168 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004996 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005804 10.0.0.27 - - [2026-01-19 04:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-01-19 04:13:19] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005114 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003715 10.0.0.27 - - [2026-01-19 04:13:19] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006765 10.0.0.27 - - [2026-01-19 04:13:20] "POST /neutron/port HTTP/1.1" 200 1125 0.048999 10.0.0.27 - - [2026-01-19 04:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.27 - - [2026-01-19 04:13:22] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006100 10.0.0.27 - - [2026-01-19 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.27 - - [2026-01-19 04:13:26] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008337 10.0.0.27 - - [2026-01-19 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.27 - - [2026-01-19 04:13:30] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007308 10.0.0.27 - - [2026-01-19 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.27 - - [2026-01-19 04:13:34] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006094 10.0.0.27 - - [2026-01-19 04:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.27 - - [2026-01-19 04:13:39] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007921 10.0.0.27 - - [2026-01-19 04:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.27 - - [2026-01-19 04:13:43] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008444 10.0.0.27 - - [2026-01-19 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.27 - - [2026-01-19 04:13:47] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007437 10.0.0.27 - - [2026-01-19 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.27 - - [2026-01-19 04:13:51] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008583 10.0.0.23 - - [2026-01-19 04:13:51] "GET /obj-perms HTTP/1.1" 200 5056 0.051585 10.0.0.27 - - [2026-01-19 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006150 10.0.0.27 - - [2026-01-19 04:13:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005036 10.0.0.27 - - [2026-01-19 04:13:53] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005291 10.0.0.27 - - [2026-01-19 04:13:53] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006564 10.0.0.27 - - [2026-01-19 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2026-01-19 04:13:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004863 10.0.0.27 - - [2026-01-19 04:13:53] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003530 10.0.0.27 - - [2026-01-19 04:13:53] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007020 10.0.0.27 - - [2026-01-19 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.27 - - [2026-01-19 04:13:53] "GET /routing-instance/977aced7-e3e1-4139-b0f0-474a734fd8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005219 10.0.0.27 - - [2026-01-19 04:13:53] "GET /route-target/7995bab3-eb7e-4a47-b198-a8bf0a989916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004970 10.0.0.27 - - [2026-01-19 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.27 - - [2026-01-19 04:13:53] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004255 10.0.0.27 - - [2026-01-19 04:13:53] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003636 10.0.0.27 - - [2026-01-19 04:13:53] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006209 10.0.0.27 - - [2026-01-19 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.27 - - [2026-01-19 04:13:54] "GET /routing-instance/977aced7-e3e1-4139-b0f0-474a734fd8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006109 10.0.0.27 - - [2026-01-19 04:13:54] "GET /route-target/7995bab3-eb7e-4a47-b198-a8bf0a989916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004848 10.0.0.27 - - [2026-01-19 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.27 - - [2026-01-19 04:13:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005271 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004143 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007286 10.0.0.27 - - [2026-01-19 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.27 - - [2026-01-19 04:13:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005040 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003611 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006332 10.0.0.27 - - [2026-01-19 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.27 - - [2026-01-19 04:13:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005349 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003897 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007265 10.0.0.27 - - [2026-01-19 04:13:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004827 10.0.0.27 - - [2026-01-19 04:13:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003469 10.0.0.23 - - [2026-01-19 04:13:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004899 10.0.0.27 - - [2026-01-19 04:13:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003869 10.0.0.23 - - [2026-01-19 04:13:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003861 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 200 1293 0.004242 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-machine-interface/fabcddbe-b09b-44ea-b71f-1a1f5e7c836f HTTP/1.1" 200 2950 0.005886 10.0.0.27 - - [2026-01-19 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.27 - - [2026-01-19 04:13:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004476 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003362 10.0.0.27 - - [2026-01-19 04:13:54] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006592 10.0.0.27 - - [2026-01-19 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-01-19 04:13:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004309 10.0.0.27 - - [2026-01-19 04:13:56] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004287 10.0.0.27 - - [2026-01-19 04:13:56] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006775 10.0.0.27 - - [2026-01-19 04:13:56] "POST /neutron/port HTTP/1.1" 200 1125 0.024517 10.0.0.27 - - [2026-01-19 04:13:56] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 200 1293 0.004771 10.0.0.27 - - [2026-01-19 04:13:56] "GET /virtual-machine-interface/829d79ec-9889-4fd3-aeab-93c47d27501b HTTP/1.1" 200 2949 0.005550 10.0.0.27 - - [2026-01-19 04:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.27 - - [2026-01-19 04:13:56] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003736 10.0.0.27 - - [2026-01-19 04:13:56] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002984 10.0.0.27 - - [2026-01-19 04:13:56] "POST /neutron/subnet HTTP/1.1" 200 646 0.008195 10.0.0.27 - - [2026-01-19 04:13:56] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006279 10.0.0.27 - - [2026-01-19 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-01-19 04:13:57] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004128 10.0.0.27 - - [2026-01-19 04:13:57] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003582 10.0.0.27 - - [2026-01-19 04:13:57] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006012 10.0.0.27 - - [2026-01-19 04:13:57] "POST /neutron/port HTTP/1.1" 200 1125 0.022678 10.0.0.27 - - [2026-01-19 04:14:00] "POST /neutron/port HTTP/1.1" 200 1125 0.019749 10.0.0.27 - - [2026-01-19 04:14:00] "POST /neutron/subnet HTTP/1.1" 200 646 0.012141 10.0.0.27 - - [2026-01-19 04:14:01] "POST /neutron/port HTTP/1.1" 200 1125 0.054057 10.0.0.27 - - [2026-01-19 04:14:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009811 10.0.0.27 - - [2026-01-19 04:14:51] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 200 1293 0.005436 10.0.0.27 - - [2026-01-19 04:14:52] "POST /neutron/port HTTP/1.1" 200 1125 0.018907 10.0.0.50 - - [2026-01-19 04:14:52] "GET /obj-perms HTTP/1.1" 200 5056 0.084037 10.0.0.27 - - [2026-01-19 04:14:53] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 404 171 0.004304 10.0.0.27 - - [2026-01-19 04:14:53] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 404 171 0.002841 10.0.0.27 - - [2026-01-19 04:14:53] "GET /virtual-machine/12c2d7af-d89f-4385-b6f1-0a09f2d56d17 HTTP/1.1" 404 171 0.003060 10.0.0.27 - - [2026-01-19 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.27 - - [2026-01-19 04:14:54] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.27 - - [2026-01-19 04:14:54] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003359 10.0.0.27 - - [2026-01-19 04:14:54] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005797 10.0.0.27 - - [2026-01-19 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2026-01-19 04:14:54] "GET /routing-instance/977aced7-e3e1-4139-b0f0-474a734fd8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004131 10.0.0.27 - - [2026-01-19 04:14:54] "GET /route-target/7995bab3-eb7e-4a47-b198-a8bf0a989916?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004127 10.0.0.27 - - [2026-01-19 04:14:57] "POST /neutron/port HTTP/1.1" 200 1125 0.019222 10.0.0.27 - - [2026-01-19 04:14:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771 10.0.0.27 - - [2026-01-19 04:14:57] "POST /neutron/network HTTP/1.1" 200 886 0.006798 10.0.0.23 - - [2026-01-19 04:14:57] "GET /obj-perms HTTP/1.1" 200 5032 0.005967 10.0.0.27 - - [2026-01-19 04:15:00] "GET /obj-perms HTTP/1.1" 200 5032 0.004832 10.0.0.23 - - [2026-01-19 04:15:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004777 10.0.0.27 - - [2026-01-19 04:15:10] "GET /obj-perms HTTP/1.1" 200 5032 0.005722 10.0.0.23 - - [2026-01-19 04:15:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004280 10.0.0.27 - - [2026-01-19 04:15:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004187 10.0.0.27 - - [2026-01-19 04:15:19] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 200 1293 0.005362 10.0.0.27 - - [2026-01-19 04:15:20] "POST /neutron/port HTTP/1.1" 200 151 0.257546 10.0.0.27 - - [2026-01-19 04:15:21] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 404 171 0.004843 10.0.0.27 - - [2026-01-19 04:15:21] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 404 171 0.003149 10.0.0.27 - - [2026-01-19 04:15:21] "GET /virtual-machine/ba553e1d-1e39-4c13-8a40-8eba58c297df HTTP/1.1" 404 171 0.003543 10.0.0.27 - - [2026-01-19 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.27 - - [2026-01-19 04:15:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004063 10.0.0.27 - - [2026-01-19 04:15:21] "GET /virtual-networks?parent_id=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003198 10.0.0.27 - - [2026-01-19 04:15:22] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006709 10.0.0.27 - - [2026-01-19 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2026-01-19 04:15:22] "GET /routing-instance/57e98c3f-a527-4240-beea-90b4a26bc842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006655 10.0.0.27 - - [2026-01-19 04:15:22] "GET /route-target/7076590c-68f4-46d8-8f91-4a732dddb932?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004668 10.0.0.27 - - [2026-01-19 04:15:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004010 10.0.0.23 - - [2026-01-19 04:15:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004090 10.0.0.27 - - [2026-01-19 04:15:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004404 10.0.0.23 - - [2026-01-19 04:15:31] "GET /obj-perms HTTP/1.1" 200 5032 0.003834 10.0.0.27 - - [2026-01-19 04:15:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004376 10.0.0.23 - - [2026-01-19 04:15:40] "GET /obj-perms HTTP/1.1" 200 5032 0.004621 10.0.0.23 - - [2026-01-19 04:15:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008434 10.0.0.23 - - [2026-01-19 04:15:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005384 10.0.0.27 - - [2026-01-19 04:15:40] "DELETE /virtual-network/a7e3b545-8cba-43f4-b5ec-6fd801beee63 HTTP/1.1" 200 115 0.133709 10.0.0.27 - - [2026-01-19 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.036749 10.0.0.27 - - [2026-01-19 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2026-01-19 04:15:41] "GET /network-policy/fcc26649-2cd3-41f9-9ca5-d0dca07fa48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004710 10.0.0.27 - - [2026-01-19 04:15:41] "POST /ref-update HTTP/1.1" 200 156 0.060879 10.0.0.27 - - [2026-01-19 04:15:41] "POST /ref-update HTTP/1.1" 200 156 0.026684 10.0.0.27 - - [2026-01-19 04:15:41] "GET /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.021272 10.0.0.27 - - [2026-01-19 04:15:41] "DELETE /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b HTTP/1.1" 409 234 0.009282 10.0.0.27 - - [2026-01-19 04:15:41] "POST /neutron/port HTTP/1.1" 200 1115 0.016841 10.0.0.27 - - [2026-01-19 04:15:41] "POST /neutron/port HTTP/1.1" 200 1115 0.034722 10.0.0.23 - - [2026-01-19 04:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004099 10.0.0.23 - - [2026-01-19 04:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.27 - - [2026-01-19 04:15:43] "DELETE /virtual-network/d47bd86e-aebf-48ab-86c6-ba296b4b455b HTTP/1.1" 200 115 0.121895 10.0.0.27 - - [2026-01-19 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.27 - - [2026-01-19 04:15:43] "GET /network-policy/a37dbaf1-8687-4eaa-8e41-964855cfcef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004711 10.0.0.27 - - [2026-01-19 04:15:43] "POST /ref-update HTTP/1.1" 200 156 0.058767 10.0.0.27 - - [2026-01-19 04:15:43] "DELETE /access-control-list/9b354aca-f355-4c39-805f-107cd4ea2f11 HTTP/1.1" 200 115 0.071097 10.0.0.27 - - [2026-01-19 04:15:43] "GET /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.013627 10.0.0.23 - - [2026-01-19 04:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.23 - - [2026-01-19 04:15:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002718 10.0.0.27 - - [2026-01-19 04:15:43] "DELETE /virtual-network/2c816068-94e5-4286-bf22-33b52acca2fd HTTP/1.1" 200 115 0.133326 10.0.0.27 - - [2026-01-19 04:15:44] "DELETE /network-policy/fcc26649-2cd3-41f9-9ca5-d0dca07fa48a HTTP/1.1" 200 115 0.031549 10.0.0.27 - - [2026-01-19 04:15:44] "DELETE /network-policy/a37dbaf1-8687-4eaa-8e41-964855cfcef5 HTTP/1.1" 200 115 0.045436 10.0.0.27 - - [2026-01-19 04:15:53] "GET /obj-perms HTTP/1.1" 200 5056 0.050587 10.0.0.50 - - [2026-01-19 04:15:53] "GET /obj-perms HTTP/1.1" 200 5056 0.072027 10.0.0.23 - - [2026-01-19 04:16:12] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002083 10.0.0.27 - - [2026-01-19 04:16:12] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.073250 10.0.0.23 - - [2026-01-19 04:16:12] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.27 - - [2026-01-19 04:16:12] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?fields=virtual_networks HTTP/1.1" 200 1034 0.048238 10.0.0.23 - - [2026-01-19 04:16:12] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001602 10.0.0.27 - - [2026-01-19 04:16:12] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.052125 10.0.0.23 - - [2026-01-19 04:16:12] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.27 - - [2026-01-19 04:16:12] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?fields=security_groups HTTP/1.1" 200 1261 0.045021 10.0.0.27 - - [2026-01-19 04:16:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.030969 10.0.0.23 - - [2026-01-19 04:16:13] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003430 10.0.0.23 - - [2026-01-19 04:16:13] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001923 10.0.0.23 - - [2026-01-19 04:16:13] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.013902 10.0.0.23 - - [2026-01-19 04:16:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.004071 10.0.0.23 - - [2026-01-19 04:16:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.006220 10.0.0.23 - - [2026-01-19 04:16:14] "POST /security-groups HTTP/1.1" 200 591 0.076888 10.0.0.27 - - [2026-01-19 04:16:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.006200 10.0.0.23 - - [2026-01-19 04:16:14] "POST /projects HTTP/1.1" 200 585 0.312222 10.0.0.23 - - [2026-01-19 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.396333 10.0.0.27 - - [2026-01-19 04:16:14] "POST /access-control-lists HTTP/1.1" 200 594 0.042025 10.0.0.27 - - [2026-01-19 04:16:14] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.565138 10.0.0.27 - - [2026-01-19 04:16:15] "GET / HTTP/1.1" 200 35931 0.002036 10.0.0.27 - - [2026-01-19 04:16:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.27 - - [2026-01-19 04:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.062546 10.0.0.23 - - [2026-01-19 04:16:17] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.27 - - [2026-01-19 04:16:17] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050824 10.0.0.27 - - [2026-01-19 04:16:17] "POST /neutron/network HTTP/1.1" 200 117 0.037852 10.0.0.27 - - [2026-01-19 04:16:17] "POST /neutron/network HTTP/1.1" 200 824 0.010781 10.0.0.27 - - [2026-01-19 04:16:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001454 10.0.0.27 - - [2026-01-19 04:16:17] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006238 10.0.0.27 - - [2026-01-19 04:16:18] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006217 10.0.0.27 - - [2026-01-19 04:16:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.010426 10.0.0.27 - - [2026-01-19 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-01-19 04:16:18] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.27 - - [2026-01-19 04:16:18] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.044761 10.0.0.27 - - [2026-01-19 04:16:18] "POST /route-targets HTTP/1.1" 200 327 0.014154 10.0.0.23 - - [2026-01-19 04:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.018117 10.0.0.27 - - [2026-01-19 04:16:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.247429 10.0.0.27 - - [2026-01-19 04:16:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001261 10.0.0.27 - - [2026-01-19 04:16:18] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006558 10.0.0.27 - - [2026-01-19 04:16:18] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006663 10.0.0.27 - - [2026-01-19 04:16:18] "POST /neutron/network HTTP/1.1" 200 823 0.007359 10.0.0.27 - - [2026-01-19 04:16:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.003846 10.0.0.23 - - [2026-01-19 04:16:19] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001402 10.0.0.27 - - [2026-01-19 04:16:19] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.082804 10.0.0.27 - - [2026-01-19 04:16:19] "POST /neutron/network HTTP/1.1" 200 824 0.008317 10.0.0.27 - - [2026-01-19 04:16:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001420 10.0.0.27 - - [2026-01-19 04:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.009855 10.0.0.23 - - [2026-01-19 04:16:20] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.27 - - [2026-01-19 04:16:20] "POST /neutron/port HTTP/1.1" 200 1060 0.329750 10.0.0.23 - - [2026-01-19 04:16:20] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.27 - - [2026-01-19 04:16:20] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.094870 10.0.0.27 - - [2026-01-19 04:16:20] "POST /neutron/port HTTP/1.1" 200 1114 0.154474 10.0.0.27 - - [2026-01-19 04:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.27 - - [2026-01-19 04:16:21] "POST /neutron/port HTTP/1.1" 200 1124 0.038358 10.0.0.27 - - [2026-01-19 04:16:21] "POST /neutron/port HTTP/1.1" 200 117 0.007070 10.0.0.27 - - [2026-01-19 04:16:21] "POST /neutron/network HTTP/1.1" 200 833 0.012120 10.0.0.27 - - [2026-01-19 04:16:22] "POST /neutron/port HTTP/1.1" 200 1059 0.022573 10.0.0.27 - - [2026-01-19 04:16:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004837 10.0.0.27 - - [2026-01-19 04:16:22] "POST /neutron/network HTTP/1.1" 200 823 0.013564 10.0.0.23 - - [2026-01-19 04:16:23] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.23 - - [2026-01-19 04:16:23] "DELETE /project/9cc448f0074c495fa1239f38ac208fe9 HTTP/1.1" 404 173 0.007820 10.0.0.23 - - [2026-01-19 04:16:23] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.057430 10.0.0.23 - - [2026-01-19 04:16:23] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.23 - - [2026-01-19 04:16:23] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?fields=security_groups HTTP/1.1" 200 1366 0.046373 10.0.0.23 - - [2026-01-19 04:16:24] "DELETE /security-group/33cc7843-a8b2-4b63-ba30-a95791158dfd HTTP/1.1" 200 115 0.056538 10.0.0.23 - - [2026-01-19 04:16:24] "GET /projects?obj_uuids=7b723255-fa49-4769-b023-38f28f67d984&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.23 - - [2026-01-19 04:16:24] "GET /project/7b723255-fa49-4769-b023-38f28f67d984?fields=application_policy_sets HTTP/1.1" 200 1405 0.082509 10.0.0.27 - - [2026-01-19 04:16:24] "DELETE /access-control-list/aab244ea-399c-47fe-ae1f-1216ff51b596 HTTP/1.1" 200 115 0.081127 10.0.0.23 - - [2026-01-19 04:16:24] "DELETE /project/7b723255-fa49-4769-b023-38f28f67d984 HTTP/1.1" 200 115 0.474769 10.0.0.27 - - [2026-01-19 04:16:26] "POST /neutron/port HTTP/1.1" 200 1124 0.019428 10.0.0.27 - - [2026-01-19 04:16:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009794 10.0.0.27 - - [2026-01-19 04:16:26] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2026-01-19 04:16:27] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 200 1292 0.037282 10.0.0.27 - - [2026-01-19 04:16:27] "GET /virtual-machine-interface/efeacc00-3f25-4005-9fd2-8af5ca127b9b HTTP/1.1" 200 2942 0.006147 10.0.0.27 - - [2026-01-19 04:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.27 - - [2026-01-19 04:16:27] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004702 10.0.0.27 - - [2026-01-19 04:16:27] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004277 10.0.0.27 - - [2026-01-19 04:16:27] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008640 10.0.0.27 - - [2026-01-19 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2026-01-19 04:16:30] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006341 10.0.0.27 - - [2026-01-19 04:16:30] "POST /neutron/port HTTP/1.1" 200 1123 0.020607 10.0.0.27 - - [2026-01-19 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005807 10.0.0.27 - - [2026-01-19 04:16:32] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003703 10.0.0.27 - - [2026-01-19 04:16:32] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003195 10.0.0.27 - - [2026-01-19 04:16:32] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005997 10.0.0.27 - - [2026-01-19 04:16:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010162 10.0.0.27 - - [2026-01-19 04:16:32] "POST /neutron/port HTTP/1.1" 200 1123 0.021810 10.0.0.27 - - [2026-01-19 04:16:32] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 200 1292 0.010359 10.0.0.27 - - [2026-01-19 04:16:32] "GET /virtual-machine-interface/0c01b813-0510-4714-992b-b314c1f728cf HTTP/1.1" 200 2940 0.009093 10.0.0.27 - - [2026-01-19 04:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.27 - - [2026-01-19 04:16:32] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004933 10.0.0.27 - - [2026-01-19 04:16:32] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003650 10.0.0.27 - - [2026-01-19 04:16:32] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006588 10.0.0.27 - - [2026-01-19 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.27 - - [2026-01-19 04:16:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005501 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003552 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007281 10.0.0.27 - - [2026-01-19 04:16:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009534 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 200 1292 0.004854 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-machine-interface/efeacc00-3f25-4005-9fd2-8af5ca127b9b HTTP/1.1" 200 2942 0.006007 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 200 1292 0.006846 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-machine-interface/efeacc00-3f25-4005-9fd2-8af5ca127b9b HTTP/1.1" 200 2942 0.007744 10.0.0.27 - - [2026-01-19 04:16:34] "GET /instance-ip/d6369636-0935-4b88-b15d-a0fb127f81eb HTTP/1.1" 200 1621 0.008956 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 200 1292 0.004762 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-machine-interface/efeacc00-3f25-4005-9fd2-8af5ca127b9b HTTP/1.1" 200 2942 0.005860 10.0.0.27 - - [2026-01-19 04:16:34] "GET /instance-ip/d6369636-0935-4b88-b15d-a0fb127f81eb HTTP/1.1" 200 1621 0.005279 10.0.0.27 - - [2026-01-19 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.27 - - [2026-01-19 04:16:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006778 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004448 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006330 10.0.0.27 - - [2026-01-19 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-01-19 04:16:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004013 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003939 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006307 10.0.0.27 - - [2026-01-19 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.27 - - [2026-01-19 04:16:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003898 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003933 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006932 10.0.0.27 - - [2026-01-19 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2026-01-19 04:16:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004001 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003885 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005996 10.0.0.27 - - [2026-01-19 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.27 - - [2026-01-19 04:16:34] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007010 10.0.0.27 - - [2026-01-19 04:16:34] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003234 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006814 10.0.0.27 - - [2026-01-19 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007972 10.0.0.27 - - [2026-01-19 04:16:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003837 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.009127 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008140 10.0.0.27 - - [2026-01-19 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.27 - - [2026-01-19 04:16:35] "GET /routing-instance/124f0ad5-258f-4642-a9f4-1277989d449d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.009260 10.0.0.27 - - [2026-01-19 04:16:35] "GET /route-target/4e1f5659-f46b-4a93-afd3-44204f90a2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003996 10.0.0.27 - - [2026-01-19 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.27 - - [2026-01-19 04:16:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003851 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006068 10.0.0.27 - - [2026-01-19 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2026-01-19 04:16:35] "GET /routing-instance/124f0ad5-258f-4642-a9f4-1277989d449d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006149 10.0.0.27 - - [2026-01-19 04:16:35] "GET /route-target/4e1f5659-f46b-4a93-afd3-44204f90a2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004803 10.0.0.27 - - [2026-01-19 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.27 - - [2026-01-19 04:16:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004680 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005213 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009997 10.0.0.27 - - [2026-01-19 04:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005899 10.0.0.27 - - [2026-01-19 04:16:35] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004082 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003711 10.0.0.27 - - [2026-01-19 04:16:35] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006836 10.0.0.23 - - [2026-01-19 04:16:38] "GET /obj-perms HTTP/1.1" 200 5030 0.070897 10.0.0.27 - - [2026-01-19 04:16:38] "GET /obj-perms HTTP/1.1" 200 5030 0.056396 10.0.0.23 - - [2026-01-19 04:16:39] "GET /obj-perms HTTP/1.1" 200 5030 0.003967 10.0.0.27 - - [2026-01-19 04:16:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004124 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 200 1292 0.004742 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-machine-interface/0c01b813-0510-4714-992b-b314c1f728cf HTTP/1.1" 200 2940 0.006842 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 200 1292 0.004729 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-machine-interface/0c01b813-0510-4714-992b-b314c1f728cf HTTP/1.1" 200 2940 0.006797 10.0.0.27 - - [2026-01-19 04:16:39] "GET /instance-ip/16bcb72d-cce8-48f8-9eed-7d946d2eb106 HTTP/1.1" 200 1619 0.006643 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 200 1292 0.004971 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-machine-interface/0c01b813-0510-4714-992b-b314c1f728cf HTTP/1.1" 200 2940 0.006308 10.0.0.27 - - [2026-01-19 04:16:39] "GET /instance-ip/16bcb72d-cce8-48f8-9eed-7d946d2eb106 HTTP/1.1" 200 1619 0.005444 10.0.0.27 - - [2026-01-19 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.27 - - [2026-01-19 04:16:39] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006728 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004406 10.0.0.27 - - [2026-01-19 04:16:39] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006641 10.0.0.27 - - [2026-01-19 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2026-01-19 04:16:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004832 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004033 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006450 10.0.0.27 - - [2026-01-19 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.27 - - [2026-01-19 04:16:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005262 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003911 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006013 10.0.0.27 - - [2026-01-19 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-01-19 04:16:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004289 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003793 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006635 10.0.0.27 - - [2026-01-19 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.27 - - [2026-01-19 04:16:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005143 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003797 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008630 10.0.0.27 - - [2026-01-19 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.27 - - [2026-01-19 04:16:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004495 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004192 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006715 10.0.0.27 - - [2026-01-19 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005791 10.0.0.27 - - [2026-01-19 04:16:40] "GET /routing-instance/fb580a0b-06df-4322-9a69-91397d6f745b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004674 10.0.0.27 - - [2026-01-19 04:16:40] "GET /route-target/8d2c024f-e760-4145-9b42-429c3d371074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004731 10.0.0.27 - - [2026-01-19 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.27 - - [2026-01-19 04:16:40] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003828 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004181 10.0.0.27 - - [2026-01-19 04:16:40] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007180 10.0.0.27 - - [2026-01-19 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-01-19 04:16:40] "GET /routing-instance/fb580a0b-06df-4322-9a69-91397d6f745b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004408 10.0.0.27 - - [2026-01-19 04:16:41] "GET /route-target/8d2c024f-e760-4145-9b42-429c3d371074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004460 10.0.0.27 - - [2026-01-19 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2026-01-19 04:16:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005334 10.0.0.27 - - [2026-01-19 04:16:41] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003397 10.0.0.27 - - [2026-01-19 04:16:41] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005853 10.0.0.27 - - [2026-01-19 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2026-01-19 04:16:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004753 10.0.0.27 - - [2026-01-19 04:16:41] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003402 10.0.0.27 - - [2026-01-19 04:16:41] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007067 10.0.0.23 - - [2026-01-19 04:16:41] "GET /obj-perms HTTP/1.1" 200 5030 0.005298 10.0.0.23 - - [2026-01-19 04:16:47] "GET /obj-perms HTTP/1.1" 200 5030 0.005464 10.0.0.27 - - [2026-01-19 04:16:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003727 10.0.0.27 - - [2026-01-19 04:16:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004261 10.0.0.23 - - [2026-01-19 04:16:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004140 10.0.0.23 - - [2026-01-19 04:16:54] "GET /obj-perms HTTP/1.1" 200 5056 0.050230 10.0.0.27 - - [2026-01-19 04:16:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054930 10.0.0.27 - - [2026-01-19 04:17:00] "POST /neutron/port HTTP/1.1" 200 1124 0.020426 10.0.0.27 - - [2026-01-19 04:17:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004973 10.0.0.27 - - [2026-01-19 04:17:00] "POST /neutron/network HTTP/1.1" 200 824 0.008043 10.0.0.27 - - [2026-01-19 04:17:01] "POST /neutron/network HTTP/1.1" 200 833 0.007992 10.0.0.27 - - [2026-01-19 04:17:01] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.27 - - [2026-01-19 04:17:10] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 200 1292 0.006356 10.0.0.27 - - [2026-01-19 04:17:10] "POST /neutron/port HTTP/1.1" 200 1113 0.017326 10.0.0.27 - - [2026-01-19 04:17:12] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 404 171 0.004553 10.0.0.27 - - [2026-01-19 04:17:12] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 404 171 0.003577 10.0.0.27 - - [2026-01-19 04:17:12] "GET /virtual-machine/ce79d54b-ac0a-48c1-80b0-fcff7eb7c8a8 HTTP/1.1" 404 171 0.003593 10.0.0.27 - - [2026-01-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2026-01-19 04:17:12] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004694 10.0.0.27 - - [2026-01-19 04:17:12] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003451 10.0.0.27 - - [2026-01-19 04:17:12] "GET /virtual-network/0f6bec71-5fd6-4271-b23a-5f0a7abea8ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005922 10.0.0.27 - - [2026-01-19 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2026-01-19 04:17:12] "GET /routing-instance/fb580a0b-06df-4322-9a69-91397d6f745b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005069 10.0.0.27 - - [2026-01-19 04:17:12] "GET /route-target/8d2c024f-e760-4145-9b42-429c3d371074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005380 10.0.0.27 - - [2026-01-19 04:17:18] "GET /obj-perms HTTP/1.1" 200 5030 0.005800 10.0.0.23 - - [2026-01-19 04:17:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003898 10.0.0.50 - - [2026-01-19 04:17:18] "GET /obj-perms HTTP/1.1" 200 5030 0.064077 10.0.0.27 - - [2026-01-19 04:17:19] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 200 1292 0.004476 10.0.0.27 - - [2026-01-19 04:17:19] "POST /neutron/port HTTP/1.1" 200 1114 0.016713 10.0.0.27 - - [2026-01-19 04:17:21] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 404 171 0.004869 10.0.0.27 - - [2026-01-19 04:17:21] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 404 171 0.003222 10.0.0.27 - - [2026-01-19 04:17:21] "GET /virtual-machine/62531aea-6a89-4700-a00c-133279c798b7 HTTP/1.1" 404 171 0.002874 10.0.0.27 - - [2026-01-19 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-01-19 04:17:21] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003838 10.0.0.27 - - [2026-01-19 04:17:21] "GET /virtual-networks?parent_id=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003970 10.0.0.27 - - [2026-01-19 04:17:21] "GET /virtual-network/fbe94c00-4c42-4a3b-a0c5-0c79144f4043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006435 10.0.0.27 - - [2026-01-19 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004468 10.0.0.27 - - [2026-01-19 04:17:21] "GET /routing-instance/124f0ad5-258f-4642-a9f4-1277989d449d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005438 10.0.0.27 - - [2026-01-19 04:17:21] "GET /route-target/4e1f5659-f46b-4a93-afd3-44204f90a2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005250 10.0.0.50 - - [2026-01-19 04:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.001022 10.0.0.50 - - [2026-01-19 04:17:21] "GET /global-system-configs HTTP/1.1" 401 292 0.002848 10.0.0.27 - - [2026-01-19 04:17:21] "GET /obj-perms HTTP/1.1" 200 5030 0.006188 10.0.0.23 - - [2026-01-19 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-01-19 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.50 - - [2026-01-19 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2026-01-19 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2026-01-19 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2026-01-19 04:17:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-01-19 04:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.23 - - [2026-01-19 04:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2026-01-19 04:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-01-19 04:17:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-01-19 04:17:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004363 10.0.0.27 - - [2026-01-19 04:17:30] "GET /obj-perms HTTP/1.1" 200 5030 0.005280 10.0.0.23 - - [2026-01-19 04:17:33] "GET /obj-perms HTTP/1.1" 200 5030 0.004561 10.0.0.27 - - [2026-01-19 04:17:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004854 10.0.0.23 - - [2026-01-19 04:17:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004605 10.0.0.23 - - [2026-01-19 04:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.042244 10.0.0.23 - - [2026-01-19 04:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002970 10.0.0.27 - - [2026-01-19 04:17:40] "POST /neutron/network HTTP/1.1" 200 151 0.184183 10.0.0.27 - - [2026-01-19 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006488 10.0.0.23 - - [2026-01-19 04:17:41] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.27 - - [2026-01-19 04:17:41] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050952 10.0.0.23 - - [2026-01-19 04:17:41] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001789 10.0.0.27 - - [2026-01-19 04:17:41] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?fields=virtual_networks HTTP/1.1" 200 1033 0.055547 10.0.0.23 - - [2026-01-19 04:17:41] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.27 - - [2026-01-19 04:17:42] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.061755 10.0.0.23 - - [2026-01-19 04:17:42] "GET /projects?obj_uuids=9cc448f0-074c-495f-a123-9f38ac208fe9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.27 - - [2026-01-19 04:17:42] "GET /project/9cc448f0-074c-495f-a123-9f38ac208fe9?fields=security_groups HTTP/1.1" 200 1259 0.053436 10.0.0.27 - - [2026-01-19 04:17:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.026305 10.0.0.23 - - [2026-01-19 04:17:43] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003160 10.0.0.23 - - [2026-01-19 04:17:43] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002513 10.0.0.23 - - [2026-01-19 04:17:43] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040948 10.0.0.23 - - [2026-01-19 04:17:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.002555 10.0.0.23 - - [2026-01-19 04:17:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.007305 10.0.0.23 - - [2026-01-19 04:17:43] "POST /security-groups HTTP/1.1" 200 599 0.078722 10.0.0.23 - - [2026-01-19 04:17:43] "POST /projects HTTP/1.1" 200 601 0.280550 10.0.0.27 - - [2026-01-19 04:17:43] "POST /access-control-lists HTTP/1.1" 200 604 0.031891 10.0.0.23 - - [2026-01-19 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.354690 10.0.0.27 - - [2026-01-19 04:17:43] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.536784 10.0.0.27 - - [2026-01-19 04:17:44] "GET / HTTP/1.1" 200 35931 0.001824 10.0.0.27 - - [2026-01-19 04:17:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2026-01-19 04:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.053589 10.0.0.23 - - [2026-01-19 04:17:48] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001472 10.0.0.27 - - [2026-01-19 04:17:48] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051225 10.0.0.27 - - [2026-01-19 04:17:48] "POST /neutron/network HTTP/1.1" 200 117 0.038706 10.0.0.27 - - [2026-01-19 04:17:48] "POST /route-targets HTTP/1.1" 200 327 0.024758 10.0.0.23 - - [2026-01-19 04:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.012340 10.0.0.27 - - [2026-01-19 04:17:48] "POST /neutron/subnet HTTP/1.1" 200 823 0.269004 10.0.0.27 - - [2026-01-19 04:17:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001444 10.0.0.27 - - [2026-01-19 04:17:49] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007046 10.0.0.27 - - [2026-01-19 04:17:49] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007721 10.0.0.27 - - [2026-01-19 04:17:49] "POST /neutron/network HTTP/1.1" 200 1005 0.010827 10.0.0.27 - - [2026-01-19 04:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.23 - - [2026-01-19 04:17:49] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.27 - - [2026-01-19 04:17:49] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043585 10.0.0.27 - - [2026-01-19 04:17:49] "POST /neutron/network HTTP/1.1" 200 117 0.015669 10.0.0.27 - - [2026-01-19 04:17:49] "POST /ref-update HTTP/1.1" 200 156 0.034672 10.0.0.23 - - [2026-01-19 04:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008018 10.0.0.27 - - [2026-01-19 04:17:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.249301 10.0.0.27 - - [2026-01-19 04:17:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001447 10.0.0.27 - - [2026-01-19 04:17:49] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005435 10.0.0.27 - - [2026-01-19 04:17:49] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006967 10.0.0.27 - - [2026-01-19 04:17:49] "POST /neutron/network HTTP/1.1" 200 1006 0.011701 10.0.0.27 - - [2026-01-19 04:17:50] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008918 10.0.0.27 - - [2026-01-19 04:17:51] "GET /obj-perms HTTP/1.1" 200 5046 0.055990 10.0.0.27 - - [2026-01-19 04:17:52] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006294 10.0.0.50 - - [2026-01-19 04:17:52] "GET /obj-perms HTTP/1.1" 200 5046 0.058149 10.0.0.27 - - [2026-01-19 04:17:52] "POST /neutron/network HTTP/1.1" 200 1005 0.010692 10.0.0.27 - - [2026-01-19 04:17:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001325 10.0.0.27 - - [2026-01-19 04:17:53] "POST /neutron/network HTTP/1.1" 200 1015 0.011836 10.0.0.23 - - [2026-01-19 04:17:53] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002929 10.0.0.27 - - [2026-01-19 04:17:53] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080884 10.0.0.27 - - [2026-01-19 04:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.006864 10.0.0.23 - - [2026-01-19 04:17:54] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.27 - - [2026-01-19 04:17:54] "POST /neutron/port HTTP/1.1" 200 1174 0.394144 10.0.0.23 - - [2026-01-19 04:17:55] "GET /obj-perms HTTP/1.1" 200 5056 0.074829 10.0.0.27 - - [2026-01-19 04:17:55] "POST /neutron/port HTTP/1.1" 200 1228 0.419569 10.0.0.27 - - [2026-01-19 04:17:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006120 10.0.0.27 - - [2026-01-19 04:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.27 - - [2026-01-19 04:17:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009764 10.0.0.27 - - [2026-01-19 04:17:59] "POST /neutron/port HTTP/1.1" 200 1238 0.020815 10.0.0.27 - - [2026-01-19 04:17:59] "GET /virtual-machine/af184bb8-dd01-43a9-a0b4-a9e8aefaa817 HTTP/1.1" 401 292 0.000480 10.0.0.27 - - [2026-01-19 04:17:59] "GET /virtual-machine/af184bb8-dd01-43a9-a0b4-a9e8aefaa817 HTTP/1.1" 200 1301 0.043693 10.0.0.27 - - [2026-01-19 04:17:59] "GET /virtual-machine-interface/1dc5978c-c571-453f-9f85-e637521c779c HTTP/1.1" 200 3175 0.006683 10.0.0.27 - - [2026-01-19 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.27 - - [2026-01-19 04:17:59] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004988 10.0.0.27 - - [2026-01-19 04:17:59] "GET /virtual-networks?parent_id=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004849 10.0.0.27 - - [2026-01-19 04:17:59] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007065 10.0.0.27 - - [2026-01-19 04:18:00] "POST /neutron/port HTTP/1.1" 200 1238 0.022525 10.0.0.27 - - [2026-01-19 04:18:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004469 10.0.0.27 - - [2026-01-19 04:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.27 - - [2026-01-19 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.27 - - [2026-01-19 04:18:02] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007326 10.0.0.27 - - [2026-01-19 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-01-19 04:18:07] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006079 10.0.0.27 - - [2026-01-19 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2026-01-19 04:18:11] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005691 10.0.0.27 - - [2026-01-19 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.27 - - [2026-01-19 04:18:15] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006525 10.0.0.27 - - [2026-01-19 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-01-19 04:18:19] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006710 10.0.0.27 - - [2026-01-19 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.27 - - [2026-01-19 04:18:23] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006784 10.0.0.23 - - [2026-01-19 04:18:24] "DELETE /project/9cc448f0-074c-495f-a123-9f38ac208fe9 HTTP/1.1" 404 177 0.002644 10.0.0.23 - - [2026-01-19 04:18:24] "DELETE /project/ed04cb8e54334bc7b32af94562c22cd7 HTTP/1.1" 404 173 0.005497 10.0.0.27 - - [2026-01-19 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.27 - - [2026-01-19 04:18:27] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007159 10.0.0.27 - - [2026-01-19 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2026-01-19 04:18:31] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008413 10.0.0.27 - - [2026-01-19 04:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.27 - - [2026-01-19 04:18:33] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.27 - - [2026-01-19 04:18:33] "GET /virtual-networks?parent_id=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005284 10.0.0.27 - - [2026-01-19 04:18:33] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009944 10.0.0.27 - - [2026-01-19 04:18:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008070 10.0.0.27 - - [2026-01-19 04:18:44] "POST /neutron/port HTTP/1.1" 200 1238 0.021389 10.0.0.27 - - [2026-01-19 04:18:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.037227 10.0.0.27 - - [2026-01-19 04:18:54] "POST /neutron/port HTTP/1.1" 200 1238 0.020202 10.0.0.27 - - [2026-01-19 04:18:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009962 10.0.0.27 - - [2026-01-19 04:18:54] "POST /neutron/port HTTP/1.1" 200 1238 0.021735 10.0.0.27 - - [2026-01-19 04:18:54] "POST /neutron/network HTTP/1.1" 200 1005 0.017629 10.0.0.27 - - [2026-01-19 04:18:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001569 10.0.0.27 - - [2026-01-19 04:18:55] "GET /virtual-machine/af184bb8-dd01-43a9-a0b4-a9e8aefaa817 HTTP/1.1" 200 1301 0.003975 10.0.0.27 - - [2026-01-19 04:18:55] "GET /virtual-machine-interface/1dc5978c-c571-453f-9f85-e637521c779c HTTP/1.1" 200 3175 0.006545 10.0.0.27 - - [2026-01-19 04:18:55] "GET /instance-ip/ab12fff4-efc4-4672-93a1-c40c729c9952 HTTP/1.1" 200 1637 0.008187 10.0.0.27 - - [2026-01-19 04:18:55] "GET /instance-ip/b747bfa8-308f-43ca-8a4a-4324b8120bc5 HTTP/1.1" 200 1655 0.008959 10.0.0.27 - - [2026-01-19 04:18:55] "POST /fqname-to-id HTTP/1.1" 404 218 0.003469 10.0.0.27 - - [2026-01-19 04:18:55] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008006 10.0.0.23 - - [2026-01-19 04:18:55] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.27 - - [2026-01-19 04:18:55] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060207 10.0.0.27 - - [2026-01-19 04:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2026-01-19 04:18:55] "GET /security-group/aaec8e11-1e67-4f3e-802a-d8e0f4a57673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.004936 10.0.0.27 - - [2026-01-19 04:18:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.092630 10.0.0.27 - - [2026-01-19 04:18:55] "POST /instance-ips HTTP/1.1" 200 357 0.042301 10.0.0.27 - - [2026-01-19 04:18:55] "GET /instance-ip/ced5c1dc-6dbb-478e-bb9b-765dc751f82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.006555 10.0.0.27 - - [2026-01-19 04:18:55] "POST /instance-ips HTTP/1.1" 200 357 0.051056 10.0.0.27 - - [2026-01-19 04:18:55] "GET /instance-ip/22cf8cbc-5444-4706-bb9b-7ae016c4d41c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.007409 10.0.0.27 - - [2026-01-19 04:18:55] "GET /virtual-machine-interface/39c228dd-f989-49e2-b6a9-de0f0a62b4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006581 10.0.0.27 - - [2026-01-19 04:18:55] "GET /virtual-machine-interface/39c228dd-f989-49e2-b6a9-de0f0a62b4cc?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007905 10.0.0.27 - - [2026-01-19 04:18:55] "GET /instance-ip/22cf8cbc-5444-4706-bb9b-7ae016c4d41c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005527 10.0.0.27 - - [2026-01-19 04:18:55] "GET /instance-ip/ced5c1dc-6dbb-478e-bb9b-765dc751f82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.004992 10.0.0.27 - - [2026-01-19 04:18:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001309 10.0.0.27 - - [2026-01-19 04:18:56] "POST /neutron/port HTTP/1.1" 200 1080 0.022234 10.0.0.27 - - [2026-01-19 04:18:56] "POST /neutron/port HTTP/1.1" 200 1080 0.015759 10.0.0.27 - - [2026-01-19 04:18:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009623 10.0.0.27 - - [2026-01-19 04:18:56] "POST /neutron/port HTTP/1.1" 200 1080 0.017164 10.0.0.27 - - [2026-01-19 04:18:56] "POST /neutron/port HTTP/1.1" 200 1080 0.016849 10.0.0.27 - - [2026-01-19 04:18:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.27 - - [2026-01-19 04:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.27 - - [2026-01-19 04:19:01] "POST /neutron/port HTTP/1.1" 200 1183 0.027487 10.0.0.27 - - [2026-01-19 04:19:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008588 10.0.0.27 - - [2026-01-19 04:19:01] "GET /virtual-machine/c8fd4921-53d8-41eb-826a-508278e87e17 HTTP/1.1" 200 1278 0.007118 10.0.0.27 - - [2026-01-19 04:19:01] "GET /virtual-machine-interface/39c228dd-f989-49e2-b6a9-de0f0a62b4cc HTTP/1.1" 200 3225 0.009971 10.0.0.27 - - [2026-01-19 04:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.27 - - [2026-01-19 04:19:01] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006191 10.0.0.27 - - [2026-01-19 04:19:01] "GET /virtual-networks?parent_id=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004237 10.0.0.27 - - [2026-01-19 04:19:01] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006876 10.0.0.27 - - [2026-01-19 04:19:02] "POST /neutron/port HTTP/1.1" 200 1238 0.021264 10.0.0.27 - - [2026-01-19 04:19:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004792 10.0.0.27 - - [2026-01-19 04:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.27 - - [2026-01-19 04:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.27 - - [2026-01-19 04:19:05] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007925 10.0.0.27 - - [2026-01-19 04:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.27 - - [2026-01-19 04:19:09] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006207 10.0.0.27 - - [2026-01-19 04:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.27 - - [2026-01-19 04:19:13] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009007 10.0.0.27 - - [2026-01-19 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.27 - - [2026-01-19 04:19:17] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008950 10.0.0.27 - - [2026-01-19 04:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.27 - - [2026-01-19 04:19:21] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010811 10.0.0.27 - - [2026-01-19 04:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2026-01-19 04:19:25] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007528 10.0.0.27 - - [2026-01-19 04:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.27 - - [2026-01-19 04:19:29] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005736 10.0.0.27 - - [2026-01-19 04:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2026-01-19 04:19:33] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007136 10.0.0.27 - - [2026-01-19 04:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.27 - - [2026-01-19 04:19:37] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005916 10.0.0.27 - - [2026-01-19 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2026-01-19 04:19:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004020 10.0.0.27 - - [2026-01-19 04:19:41] "GET /virtual-networks?parent_id=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003236 10.0.0.27 - - [2026-01-19 04:19:41] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008126 10.0.0.27 - - [2026-01-19 04:19:42] "POST /neutron/port HTTP/1.1" 200 1183 0.024284 10.0.0.27 - - [2026-01-19 04:19:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008876 10.0.0.27 - - [2026-01-19 04:19:52] "POST /neutron/port HTTP/1.1" 200 1183 0.018631 10.0.0.27 - - [2026-01-19 04:19:56] "GET /obj-perms HTTP/1.1" 200 5056 0.066322 10.0.0.27 - - [2026-01-19 04:19:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009812 10.0.0.27 - - [2026-01-19 04:20:02] "POST /neutron/network HTTP/1.1" 200 1015 0.009256 10.0.0.27 - - [2026-01-19 04:20:02] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018121 10.0.0.27 - - [2026-01-19 04:20:02] "POST /neutron/network HTTP/1.1" 200 1005 0.014741 10.0.0.27 - - [2026-01-19 04:20:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.002064 10.0.0.27 - - [2026-01-19 04:20:03] "POST /neutron/network HTTP/1.1" 200 1016 0.009007 10.0.0.23 - - [2026-01-19 04:20:03] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001630 10.0.0.27 - - [2026-01-19 04:20:03] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.089766 10.0.0.27 - - [2026-01-19 04:20:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010034 10.0.0.27 - - [2026-01-19 04:20:04] "POST /neutron/network HTTP/1.1" 200 1016 0.007513 10.0.0.27 - - [2026-01-19 04:20:04] "POST /neutron/port HTTP/1.1" 200 1175 0.052056 10.0.0.27 - - [2026-01-19 04:20:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004091 10.0.0.27 - - [2026-01-19 04:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.27 - - [2026-01-19 04:20:06] "POST /neutron/port HTTP/1.1" 200 1239 0.031757 10.0.0.27 - - [2026-01-19 04:20:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004102 10.0.0.27 - - [2026-01-19 04:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.27 - - [2026-01-19 04:20:09] "POST /neutron/port HTTP/1.1" 200 1239 0.025182 10.0.0.27 - - [2026-01-19 04:20:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008929 10.0.0.27 - - [2026-01-19 04:20:09] "GET /virtual-machine/3b577182-c255-4b37-b56b-d1df859f335e HTTP/1.1" 200 1300 0.007539 10.0.0.27 - - [2026-01-19 04:20:09] "GET /virtual-machine-interface/f4d315a0-bb85-4a51-a2de-72fcef4ed75f HTTP/1.1" 200 3176 0.006438 10.0.0.27 - - [2026-01-19 04:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.27 - - [2026-01-19 04:20:09] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004182 10.0.0.27 - - [2026-01-19 04:20:09] "GET /virtual-networks?parent_id=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003419 10.0.0.27 - - [2026-01-19 04:20:09] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007953 10.0.0.27 - - [2026-01-19 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.27 - - [2026-01-19 04:20:12] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006574 10.0.0.27 - - [2026-01-19 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.27 - - [2026-01-19 04:20:16] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006327 10.0.0.27 - - [2026-01-19 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2026-01-19 04:20:20] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006656 10.0.0.27 - - [2026-01-19 04:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.27 - - [2026-01-19 04:20:24] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007337 10.0.0.27 - - [2026-01-19 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2026-01-19 04:20:28] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005892 10.0.0.27 - - [2026-01-19 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008582 10.0.0.27 - - [2026-01-19 04:20:33] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008049 10.0.0.27 - - [2026-01-19 04:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.27 - - [2026-01-19 04:20:37] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.013181 10.0.0.27 - - [2026-01-19 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.27 - - [2026-01-19 04:20:41] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005049 10.0.0.27 - - [2026-01-19 04:20:41] "GET /virtual-networks?parent_id=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004184 10.0.0.27 - - [2026-01-19 04:20:41] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007444 10.0.0.27 - - [2026-01-19 04:20:41] "POST /neutron/port HTTP/1.1" 200 1239 0.021298 10.0.0.27 - - [2026-01-19 04:20:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008993 10.0.0.27 - - [2026-01-19 04:20:51] "POST /neutron/port HTTP/1.1" 200 1239 0.026917 10.0.0.27 - - [2026-01-19 04:20:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009174 10.0.0.50 - - [2026-01-19 04:20:57] "GET /obj-perms HTTP/1.1" 200 5056 0.074430 10.0.0.27 - - [2026-01-19 04:21:02] "POST /neutron/port HTTP/1.1" 200 1239 0.025572 10.0.0.27 - - [2026-01-19 04:21:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008370 10.0.0.27 - - [2026-01-19 04:21:02] "POST /neutron/network HTTP/1.1" 200 980 0.018445 10.0.0.27 - - [2026-01-19 04:21:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001365 10.0.0.27 - - [2026-01-19 04:21:02] "GET /virtual-machine/3b577182-c255-4b37-b56b-d1df859f335e HTTP/1.1" 200 1300 0.005915 10.0.0.27 - - [2026-01-19 04:21:02] "GET /virtual-machine-interface/f4d315a0-bb85-4a51-a2de-72fcef4ed75f HTTP/1.1" 200 3176 0.007097 10.0.0.27 - - [2026-01-19 04:21:02] "GET /instance-ip/3b8feafb-ac04-4496-81ab-8531cb7fc2ad HTTP/1.1" 200 1655 0.008016 10.0.0.27 - - [2026-01-19 04:21:02] "GET /instance-ip/cd44c7fb-dddb-454b-bfcf-eb963034d9d5 HTTP/1.1" 200 1637 0.008508 10.0.0.27 - - [2026-01-19 04:21:02] "POST /fqname-to-id HTTP/1.1" 404 230 0.003507 10.0.0.27 - - [2026-01-19 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.23 - - [2026-01-19 04:21:02] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001795 10.0.0.27 - - [2026-01-19 04:21:02] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063911 10.0.0.27 - - [2026-01-19 04:21:02] "POST /network-policys HTTP/1.1" 200 569 0.031781 10.0.0.27 - - [2026-01-19 04:21:02] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007906 10.0.0.27 - - [2026-01-19 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2026-01-19 04:21:02] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007834 10.0.0.27 - - [2026-01-19 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.27 - - [2026-01-19 04:21:02] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004891 10.0.0.27 - - [2026-01-19 04:21:03] "POST /ref-update HTTP/1.1" 200 156 0.069830 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.046703 10.0.0.50 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.059207 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.27 - - [2026-01-19 04:21:03] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.016101 10.0.0.27 - - [2026-01-19 04:21:03] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.009113 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.27 - - [2026-01-19 04:21:03] "POST /neutron/port HTTP/1.1" 200 1238 0.020426 10.0.0.27 - - [2026-01-19 04:21:03] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004915 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.27 - - [2026-01-19 04:21:03] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006265 10.0.0.27 - - [2026-01-19 04:21:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004841 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.27 - - [2026-01-19 04:21:03] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005387 10.0.0.27 - - [2026-01-19 04:21:03] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.27 - - [2026-01-19 04:21:03] "POST /ref-update HTTP/1.1" 200 156 0.070957 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.012287 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.007596 10.0.0.27 - - [2026-01-19 04:21:03] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004646 10.0.0.27 - - [2026-01-19 04:21:03] "POST /neutron/network HTTP/1.1" 200 1110 0.012605 10.0.0.27 - - [2026-01-19 04:21:03] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007562 10.0.0.27 - - [2026-01-19 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.027684 10.0.0.27 - - [2026-01-19 04:21:03] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006535 10.0.0.27 - - [2026-01-19 04:21:03] "GET /virtual-machine-interface/f4d315a0-bb85-4a51-a2de-72fcef4ed75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007954 10.0.0.27 - - [2026-01-19 04:21:03] "PUT /virtual-machine-interface/f4d315a0-bb85-4a51-a2de-72fcef4ed75f HTTP/1.1" 200 284 0.017003 10.0.0.27 - - [2026-01-19 04:21:03] "GET /virtual-machine-interface/f4d315a0-bb85-4a51-a2de-72fcef4ed75f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3072 0.006505 10.0.0.27 - - [2026-01-19 04:21:03] "PUT /virtual-machine-interface/f4d315a0-bb85-4a51-a2de-72fcef4ed75f HTTP/1.1" 200 284 0.024240 10.0.0.27 - - [2026-01-19 04:21:07] "POST /neutron/network HTTP/1.1" 200 1120 0.008168 10.0.0.27 - - [2026-01-19 04:21:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015268 10.0.0.27 - - [2026-01-19 04:21:07] "POST /neutron/network HTTP/1.1" 200 1110 0.010316 10.0.0.27 - - [2026-01-19 04:22:05] "POST /neutron/network HTTP/1.1" 200 1119 0.007077 10.0.0.27 - - [2026-01-19 04:22:05] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019679 10.0.0.27 - - [2026-01-19 04:22:05] "POST /neutron/network HTTP/1.1" 200 1109 0.010459 10.0.0.27 - - [2026-01-19 04:22:08] "POST /neutron/network HTTP/1.1" 200 1120 0.007876 10.0.0.27 - - [2026-01-19 04:22:08] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016636 10.0.0.27 - - [2026-01-19 04:22:08] "POST /neutron/network HTTP/1.1" 200 1110 0.014656 10.0.0.50 - - [2026-01-19 04:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.50 - - [2026-01-19 04:22:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.23 - - [2026-01-19 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-01-19 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2026-01-19 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2026-01-19 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.27 - - [2026-01-19 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2026-01-19 04:22:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.23 - - [2026-01-19 04:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.001328 10.0.0.23 - - [2026-01-19 04:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2026-01-19 04:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000847 10.0.0.27 - - [2026-01-19 04:22:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-01-19 04:22:58] "GET /obj-perms HTTP/1.1" 200 5056 0.062519 10.0.0.27 - - [2026-01-19 04:23:00] "POST /ref-update HTTP/1.1" 200 156 0.128730 10.0.0.27 - - [2026-01-19 04:23:00] "GET /virtual-network/9afbcfce-e9f2-4794-a262-c63a4bf1ce46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.011024 10.0.0.27 - - [2026-01-19 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005854 10.0.0.27 - - [2026-01-19 04:23:00] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005230 10.0.0.50 - - [2026-01-19 04:23:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.005571 10.0.0.27 - - [2026-01-19 04:23:00] "POST /ref-update HTTP/1.1" 200 156 0.068862 10.0.0.27 - - [2026-01-19 04:23:00] "GET /virtual-network/bc6f6373-e742-4dbf-8708-38294541dc93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008548 10.0.0.27 - - [2026-01-19 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.27 - - [2026-01-19 04:23:00] "GET /network-policy/25828188-bc3c-4c21-bc04-a2651d561347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.009581 10.0.0.27 - - [2026-01-19 04:23:00] "DELETE /network-policy/25828188-bc3c-4c21-bc04-a2651d561347 HTTP/1.1" 200 115 0.043907 10.0.0.27 - - [2026-01-19 04:23:00] "DELETE /access-control-list/74e68568-78c3-492c-88fa-fbb18b113821 HTTP/1.1" 200 115 0.027672 10.0.0.27 - - [2026-01-19 04:23:00] "POST /ref-update HTTP/1.1" 200 156 0.023602 10.0.0.27 - - [2026-01-19 04:23:00] "DELETE /instance-ip/22cf8cbc-5444-4706-bb9b-7ae016c4d41c HTTP/1.1" 200 115 0.074488 10.0.0.27 - - [2026-01-19 04:23:00] "DELETE /instance-ip/ced5c1dc-6dbb-478e-bb9b-765dc751f82f HTTP/1.1" 200 115 0.066075 10.0.0.27 - - [2026-01-19 04:23:01] "DELETE /virtual-machine-interface/39c228dd-f989-49e2-b6a9-de0f0a62b4cc HTTP/1.1" 200 115 0.118145 10.0.0.27 - - [2026-01-19 04:23:01] "POST /neutron/port HTTP/1.1" 200 1239 0.063227 10.0.0.27 - - [2026-01-19 04:23:01] "POST /neutron/network HTTP/1.1" 400 204 0.027868 10.0.0.27 - - [2026-01-19 04:23:01] "POST /neutron/port HTTP/1.1" 200 1228 0.033263 10.0.0.23 - - [2026-01-19 04:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.042510 10.0.0.23 - - [2026-01-19 04:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.23 - - [2026-01-19 04:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.23 - - [2026-01-19 04:23:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.27 - - [2026-01-19 04:23:03] "POST /neutron/network HTTP/1.1" 200 151 0.201374 10.0.0.27 - - [2026-01-19 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.27 - - [2026-01-19 04:23:06] "POST /neutron/port HTTP/1.1" 200 117 0.006453 10.0.0.23 - - [2026-01-19 04:23:06] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001313 10.0.0.27 - - [2026-01-19 04:23:06] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070595 10.0.0.23 - - [2026-01-19 04:23:06] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.27 - - [2026-01-19 04:23:06] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?fields=virtual_networks HTTP/1.1" 200 1049 0.048108 10.0.0.23 - - [2026-01-19 04:23:06] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.27 - - [2026-01-19 04:23:06] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.053449 10.0.0.23 - - [2026-01-19 04:23:06] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.27 - - [2026-01-19 04:23:07] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?fields=security_groups HTTP/1.1" 200 1283 0.045084 10.0.0.27 - - [2026-01-19 04:23:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.027272 10.0.0.23 - - [2026-01-19 04:23:07] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006160 10.0.0.23 - - [2026-01-19 04:23:08] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.23 - - [2026-01-19 04:23:08] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037055 10.0.0.23 - - [2026-01-19 04:23:08] "POST /id-to-fqname HTTP/1.1" 200 194 0.004138 10.0.0.23 - - [2026-01-19 04:23:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.008814 10.0.0.23 - - [2026-01-19 04:23:08] "POST /security-groups HTTP/1.1" 200 595 0.084712 10.0.0.23 - - [2026-01-19 04:23:08] "POST /projects HTTP/1.1" 200 593 0.313693 10.0.0.27 - - [2026-01-19 04:23:08] "POST /access-control-lists HTTP/1.1" 200 600 0.036194 10.0.0.23 - - [2026-01-19 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.396932 10.0.0.27 - - [2026-01-19 04:23:08] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.578797 10.0.0.27 - - [2026-01-19 04:23:09] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.27 - - [2026-01-19 04:23:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2026-01-19 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.063717 10.0.0.23 - - [2026-01-19 04:23:11] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000961 10.0.0.27 - - [2026-01-19 04:23:11] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044084 10.0.0.23 - - [2026-01-19 04:23:11] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001223 10.0.0.27 - - [2026-01-19 04:23:12] "POST /neutron/network HTTP/1.1" 200 609 0.166679 10.0.0.27 - - [2026-01-19 04:23:12] "POST /route-targets HTTP/1.1" 200 327 0.022115 10.0.0.27 - - [2026-01-19 04:23:12] "POST /neutron/network HTTP/1.1" 200 1002 0.012220 10.0.0.27 - - [2026-01-19 04:23:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001902 10.0.0.27 - - [2026-01-19 04:23:12] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006668 10.0.0.27 - - [2026-01-19 04:23:12] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008298 10.0.0.27 - - [2026-01-19 04:23:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.009633 10.0.0.27 - - [2026-01-19 04:23:13] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005647 10.0.0.27 - - [2026-01-19 04:23:13] "GET /obj-perms HTTP/1.1" 200 5038 0.059522 10.0.0.27 - - [2026-01-19 04:23:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001662 10.0.0.23 - - [2026-01-19 04:23:15] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.27 - - [2026-01-19 04:23:15] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.076453 10.0.0.27 - - [2026-01-19 04:23:15] "POST /neutron/network HTTP/1.1" 200 1002 0.036683 10.0.0.27 - - [2026-01-19 04:23:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.002071 10.0.0.27 - - [2026-01-19 04:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.006962 10.0.0.23 - - [2026-01-19 04:23:16] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001070 10.0.0.27 - - [2026-01-19 04:23:16] "POST /neutron/port HTTP/1.1" 200 1171 0.371524 10.0.0.23 - - [2026-01-19 04:23:16] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.27 - - [2026-01-19 04:23:16] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.090755 10.0.0.27 - - [2026-01-19 04:23:16] "POST /neutron/network HTTP/1.1" 200 1002 0.009413 10.0.0.27 - - [2026-01-19 04:23:17] "POST /neutron/port HTTP/1.1" 200 1235 0.052461 10.0.0.27 - - [2026-01-19 04:23:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003772 10.0.0.27 - - [2026-01-19 04:23:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001284 10.0.0.27 - - [2026-01-19 04:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.27 - - [2026-01-19 04:23:17] "POST /neutron/port HTTP/1.1" 200 1235 0.020684 10.0.0.27 - - [2026-01-19 04:23:17] "POST /neutron/network HTTP/1.1" 200 1012 0.007445 10.0.0.27 - - [2026-01-19 04:23:17] "POST /neutron/port HTTP/1.1" 200 1171 0.023814 10.0.0.27 - - [2026-01-19 04:23:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004619 10.0.0.27 - - [2026-01-19 04:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.23 - - [2026-01-19 04:23:18] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001118 10.0.0.27 - - [2026-01-19 04:23:18] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.084733 10.0.0.27 - - [2026-01-19 04:23:18] "POST /neutron/network HTTP/1.1" 200 1002 0.009781 10.0.0.27 - - [2026-01-19 04:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.006833 10.0.0.27 - - [2026-01-19 04:23:19] "POST /neutron/network HTTP/1.1" 200 1012 0.007469 10.0.0.27 - - [2026-01-19 04:23:19] "POST /neutron/port HTTP/1.1" 200 1171 0.023640 10.0.0.27 - - [2026-01-19 04:23:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005199 10.0.0.27 - - [2026-01-19 04:23:19] "POST /neutron/port HTTP/1.1" 200 117 0.001427 10.0.0.27 - - [2026-01-19 04:23:23] "POST /neutron/port HTTP/1.1" 200 1235 0.018562 10.0.0.27 - - [2026-01-19 04:23:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008775 10.0.0.27 - - [2026-01-19 04:23:23] "GET /virtual-machine/15dcf0bb-7a21-40a7-b09b-ec42528822a7 HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2026-01-19 04:23:24] "GET /virtual-machine/15dcf0bb-7a21-40a7-b09b-ec42528822a7 HTTP/1.1" 200 1296 0.040514 10.0.0.27 - - [2026-01-19 04:23:24] "GET /virtual-machine-interface/8fcf6718-825c-4bea-ae33-f42782c59b3f HTTP/1.1" 200 3156 0.008585 10.0.0.27 - - [2026-01-19 04:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005886 10.0.0.27 - - [2026-01-19 04:23:24] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007444 10.0.0.27 - - [2026-01-19 04:23:24] "GET /virtual-networks?parent_id=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008638 10.0.0.27 - - [2026-01-19 04:23:24] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006475 10.0.0.23 - - [2026-01-19 04:23:24] "DELETE /project/ed1ae63f0b5b44c593cdba2def1adf42 HTTP/1.1" 404 173 0.006009 10.0.0.23 - - [2026-01-19 04:23:24] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001426 10.0.0.23 - - [2026-01-19 04:23:24] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.053186 10.0.0.23 - - [2026-01-19 04:23:24] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.23 - - [2026-01-19 04:23:24] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?fields=security_groups HTTP/1.1" 200 1388 0.059036 10.0.0.23 - - [2026-01-19 04:23:24] "DELETE /security-group/aaec8e11-1e67-4f3e-802a-d8e0f4a57673 HTTP/1.1" 200 115 0.063183 10.0.0.23 - - [2026-01-19 04:23:24] "GET /projects?obj_uuids=ed04cb8e-5433-4bc7-b32a-f94562c22cd7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.23 - - [2026-01-19 04:23:25] "GET /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7?fields=application_policy_sets HTTP/1.1" 200 1427 0.059047 10.0.0.27 - - [2026-01-19 04:23:25] "DELETE /access-control-list/8cc50508-81bc-4535-a698-0461b8b8c47a HTTP/1.1" 200 115 0.058747 10.0.0.23 - - [2026-01-19 04:23:25] "DELETE /project/ed04cb8e-5433-4bc7-b32a-f94562c22cd7 HTTP/1.1" 200 115 0.451530 10.0.0.27 - - [2026-01-19 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.27 - - [2026-01-19 04:23:27] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006769 10.0.0.27 - - [2026-01-19 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2026-01-19 04:23:31] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005471 10.0.0.27 - - [2026-01-19 04:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.27 - - [2026-01-19 04:23:35] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.011195 10.0.0.27 - - [2026-01-19 04:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005303 10.0.0.27 - - [2026-01-19 04:23:39] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005518 10.0.0.27 - - [2026-01-19 04:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.27 - - [2026-01-19 04:23:43] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005499 10.0.0.27 - - [2026-01-19 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.27 - - [2026-01-19 04:23:48] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006269 10.0.0.27 - - [2026-01-19 04:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.27 - - [2026-01-19 04:23:52] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006361 10.0.0.27 - - [2026-01-19 04:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2026-01-19 04:23:56] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005928 10.0.0.50 - - [2026-01-19 04:23:59] "GET /obj-perms HTTP/1.1" 200 5056 0.069616 10.0.0.27 - - [2026-01-19 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.27 - - [2026-01-19 04:24:00] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008436 10.0.0.27 - - [2026-01-19 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2026-01-19 04:24:04] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008007 10.0.0.27 - - [2026-01-19 04:24:05] "POST /neutron/port HTTP/1.1" 200 1235 0.063563 10.0.0.27 - - [2026-01-19 04:24:06] "POST /neutron/port HTTP/1.1" 200 1235 0.021854 10.0.0.27 - - [2026-01-19 04:24:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004998 10.0.0.27 - - [2026-01-19 04:24:06] "POST /neutron/port HTTP/1.1" 200 117 0.001548 10.0.0.27 - - [2026-01-19 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.27 - - [2026-01-19 04:24:08] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005135 10.0.0.27 - - [2026-01-19 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2026-01-19 04:24:10] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004066 10.0.0.27 - - [2026-01-19 04:24:10] "GET /virtual-networks?parent_id=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004405 10.0.0.27 - - [2026-01-19 04:24:10] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.009193 10.0.0.27 - - [2026-01-19 04:24:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008408 10.0.0.27 - - [2026-01-19 04:24:11] "POST /neutron/network HTTP/1.1" 200 1012 0.007355 10.0.0.27 - - [2026-01-19 04:24:11] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015915 10.0.0.27 - - [2026-01-19 04:24:11] "POST /neutron/network HTTP/1.1" 200 1002 0.011833 10.0.0.27 - - [2026-01-19 04:24:20] "POST /neutron/port HTTP/1.1" 200 1235 0.024091 10.0.0.27 - - [2026-01-19 04:24:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009706 10.0.0.27 - - [2026-01-19 04:24:26] "POST /neutron/port HTTP/1.1" 200 1235 0.019832 10.0.0.27 - - [2026-01-19 04:24:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008643 10.0.0.27 - - [2026-01-19 04:24:36] "POST /neutron/port HTTP/1.1" 200 1235 0.018630 10.0.0.27 - - [2026-01-19 04:24:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007754 10.0.0.27 - - [2026-01-19 04:24:36] "GET /virtual-machine/759c19f7-7a44-4826-85d1-612eb201ecd7 HTTP/1.1" 200 1295 0.006981 10.0.0.27 - - [2026-01-19 04:24:36] "GET /virtual-machine-interface/0a91aee6-f2f5-4a9d-b3fd-cf532cdf61a8 HTTP/1.1" 200 3154 0.009415 10.0.0.27 - - [2026-01-19 04:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.27 - - [2026-01-19 04:24:36] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005932 10.0.0.27 - - [2026-01-19 04:24:37] "GET /virtual-networks?parent_id=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004631 10.0.0.27 - - [2026-01-19 04:24:37] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007282 10.0.0.27 - - [2026-01-19 04:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.27 - - [2026-01-19 04:24:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005293 10.0.0.27 - - [2026-01-19 04:24:38] "GET /virtual-networks?parent_id=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003431 10.0.0.27 - - [2026-01-19 04:24:38] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008307 10.0.0.27 - - [2026-01-19 04:24:38] "POST /neutron/port HTTP/1.1" 200 1235 0.021740 10.0.0.27 - - [2026-01-19 04:24:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008002 10.0.0.27 - - [2026-01-19 04:24:38] "GET /virtual-machine/40c2daa4-4377-4c0c-b34e-9d9a1b6c37cd HTTP/1.1" 200 1296 0.007287 10.0.0.27 - - [2026-01-19 04:24:38] "GET /virtual-machine-interface/9f6e20f4-167f-486e-a269-d0d9ab974624 HTTP/1.1" 200 3156 0.008361 10.0.0.27 - - [2026-01-19 04:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.27 - - [2026-01-19 04:24:38] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004761 10.0.0.27 - - [2026-01-19 04:24:38] "GET /virtual-networks?parent_id=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003540 10.0.0.27 - - [2026-01-19 04:24:38] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007349 10.0.0.27 - - [2026-01-19 04:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.27 - - [2026-01-19 04:24:39] "GET /global-vrouter-config/3436b87a-a242-4b32-b01b-c8cc3fbe15da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005156 10.0.0.27 - - [2026-01-19 04:24:39] "GET /virtual-networks?parent_id=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003637 10.0.0.27 - - [2026-01-19 04:24:39] "GET /virtual-network/11549fb9-f4dd-4337-894d-6136aa61c16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007324 10.0.0.27 - - [2026-01-19 04:24:40] "GET /virtual-machine-interface/9f6e20f4-167f-486e-a269-d0d9ab974624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006167 10.0.0.27 - - [2026-01-19 04:24:40] "PUT /virtual-machine-interface/9f6e20f4-167f-486e-a269-d0d9ab974624 HTTP/1.1" 200 284 0.018007 10.0.0.27 - - [2026-01-19 04:25:07] "POST /neutron/network HTTP/1.1" 200 1012 0.009774 10.0.0.27 - - [2026-01-19 04:25:07] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016032 10.0.0.27 - - [2026-01-19 04:25:07] "POST /neutron/network HTTP/1.1" 200 1002 0.011874 10.0.0.27 - - [2026-01-19 04:25:11] "POST /neutron/network HTTP/1.1" 200 1012 0.037139 10.0.0.27 - - [2026-01-19 04:25:11] "POST /neutron/subnet HTTP/1.1" 200 1384 0.017184 10.0.0.27 - - [2026-01-19 04:25:11] "POST /neutron/network HTTP/1.1" 200 1002 0.009790 10.0.0.23 - - [2026-01-19 04:26:01] "GET /obj-perms HTTP/1.1" 200 5056 0.078602 10.0.0.27 - - [2026-01-19 04:26:08] "POST /neutron/network HTTP/1.1" 200 1012 0.007779 10.0.0.27 - - [2026-01-19 04:26:08] "POST /neutron/subnet HTTP/1.1" 200 1384 0.020755 10.0.0.27 - - [2026-01-19 04:26:08] "POST /neutron/network HTTP/1.1" 200 1002 0.009620 10.0.0.27 - - [2026-01-19 04:26:13] "POST /neutron/network HTTP/1.1" 200 1012 0.008082 10.0.0.27 - - [2026-01-19 04:26:13] "POST /neutron/subnet HTTP/1.1" 200 1384 0.018407 10.0.0.27 - - [2026-01-19 04:26:13] "POST /neutron/network HTTP/1.1" 200 1002 0.011975 10.0.0.27 - - [2026-01-19 04:26:58] "POST /neutron/port HTTP/1.1" 200 1235 0.021086 10.0.0.27 - - [2026-01-19 04:26:58] "POST /neutron/port HTTP/1.1" 200 1235 0.017345 10.0.0.27 - - [2026-01-19 04:26:59] "POST /neutron/port HTTP/1.1" 200 1235 0.044329 10.0.0.27 - - [2026-01-19 04:27:00] "POST /neutron/network HTTP/1.1" 200 1002 0.010580 10.0.0.23 - - [2026-01-19 04:27:02] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001170 10.0.0.27 - - [2026-01-19 04:27:02] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.041667 10.0.0.23 - - [2026-01-19 04:27:02] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001581 10.0.0.27 - - [2026-01-19 04:27:02] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?fields=virtual_networks HTTP/1.1" 200 1041 0.089925 10.0.0.23 - - [2026-01-19 04:27:02] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001186 10.0.0.27 - - [2026-01-19 04:27:02] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045740 10.0.0.23 - - [2026-01-19 04:27:02] "GET /projects?obj_uuids=ed1ae63f-0b5b-44c5-93cd-ba2def1adf42&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002372 10.0.0.27 - - [2026-01-19 04:27:02] "GET /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42?fields=security_groups HTTP/1.1" 200 1271 0.057770 10.0.0.27 - - [2026-01-19 04:27:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.029787 10.0.0.23 - - [2026-01-19 04:27:03] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003974 10.0.0.23 - - [2026-01-19 04:27:03] "GET /domains?obj_uuids=bc123c74-c45e-4d7a-a955-76f59d7a4cc7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.23 - - [2026-01-19 04:27:03] "GET /domain/bc123c74-c45e-4d7a-a955-76f59d7a4cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007490 10.0.0.23 - - [2026-01-19 04:27:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.003861 10.0.0.23 - - [2026-01-19 04:27:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.012280 10.0.0.23 - - [2026-01-19 04:27:04] "POST /security-groups HTTP/1.1" 200 591 0.080178 10.0.0.23 - - [2026-01-19 04:27:04] "POST /projects HTTP/1.1" 200 585 0.346905 10.0.0.27 - - [2026-01-19 04:27:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.047918 10.0.0.23 - - [2026-01-19 04:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.425711 10.0.0.27 - - [2026-01-19 04:27:04] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.605781 10.0.0.27 - - [2026-01-19 04:27:04] "POST /access-control-lists HTTP/1.1" 200 594 0.071365 10.0.0.27 - - [2026-01-19 04:27:05] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.23 - - [2026-01-19 04:27:10] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.27 - - [2026-01-19 04:27:10] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049400 10.0.0.23 - - [2026-01-19 04:27:10] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.27 - - [2026-01-19 04:27:11] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?fields=virtual_networks HTTP/1.1" 200 1032 0.078628 10.0.0.23 - - [2026-01-19 04:27:11] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.27 - - [2026-01-19 04:27:11] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047979 10.0.0.23 - - [2026-01-19 04:27:11] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.27 - - [2026-01-19 04:27:11] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?fields=security_groups HTTP/1.1" 200 1258 0.056485 10.0.0.50 - - [2026-01-19 04:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.50 - - [2026-01-19 04:27:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-01-19 04:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.23 - - [2026-01-19 04:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000672 10.0.0.50 - - [2026-01-19 04:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000697 10.0.0.50 - - [2026-01-19 04:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-01-19 04:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2026-01-19 04:27:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.23 - - [2026-01-19 04:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-01-19 04:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000656 10.0.0.27 - - [2026-01-19 04:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2026-01-19 04:27:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-01-19 04:27:25] "DELETE /project/4a2780e9f2724737aafcc284c3e6d5b7 HTTP/1.1" 404 173 0.007684 10.0.0.23 - - [2026-01-19 04:27:25] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.23 - - [2026-01-19 04:27:25] "DELETE /project/ed1ae63f-0b5b-44c5-93cd-ba2def1adf42 HTTP/1.1" 404 177 0.005948 10.0.0.23 - - [2026-01-19 04:27:25] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.060289 10.0.0.23 - - [2026-01-19 04:27:25] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.23 - - [2026-01-19 04:27:25] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?fields=security_groups HTTP/1.1" 200 1363 0.051760 10.0.0.23 - - [2026-01-19 04:27:25] "DELETE /security-group/54811f29-a334-4aee-82be-4826455a0270 HTTP/1.1" 200 115 0.068595 10.0.0.23 - - [2026-01-19 04:27:25] "GET /projects?obj_uuids=4a2780e9-f272-4737-aafc-c284c3e6d5b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001674 10.0.0.27 - - [2026-01-19 04:27:25] "DELETE /access-control-list/68cdd0f1-a11e-4077-9d30-788ff2e3a036 HTTP/1.1" 200 115 0.055347 10.0.0.23 - - [2026-01-19 04:27:25] "GET /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7?fields=application_policy_sets HTTP/1.1" 200 1402 0.074310 10.0.0.23 - - [2026-01-19 04:27:25] "DELETE /project/4a2780e9-f272-4737-aafc-c284c3e6d5b7 HTTP/1.1" 200 115 0.478000 10.0.0.27 - - [2026-01-19 04:28:03] "GET /obj-perms HTTP/1.1" 200 5056 0.059746 10.0.0.50 - - [2026-01-19 04:28:03] "GET /obj-perms HTTP/1.1" 200 5056 0.068699 [Introspect:8084]10.0.0.23 - - [2026-01-19 04:28:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001233 [Introspect:8084]10.0.0.23 - - [2026-01-19 04:28:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000972