++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Feb 5 02:05:23 AM UTC 2026 ===================' INFO: =================== Thu Feb 5 02:05:23 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ 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 '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ 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.193,10.20.0.209,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.209,10.20.0.192 ++ 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 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ 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 ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.192,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.192,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.192,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.192,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 ]] ++ sed 's/,/ /g' ++ echo 10.0.0.27:9041 10.0.0.50:9041 10.0.0.23:9041 + 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 ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ 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: 02/05/2026 02:05:33.087 7f92f273a980 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/05/2026 02:05:33.271 7f92f273a980 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/05/2026 02:05:33.286 7f92f273a980 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/05/2026 02:05:33.287 7f92f273a980 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Thu Feb 5 02:05:49 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3738 def _db_init_entries(self): 3739 # create singleton defaults if they don't exist already in db 3740 gsc = self.create_singleton_entry(GlobalSystemConfig( 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...4e29a112-c66b-4927-b00c-6e7fe03f0895 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 4e29a112-c66b-4927-b00c-6e7fe03f0895 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...4e29a112-c66b-4927-b00c-6e7fe03f0895 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...4e29a112-c66b-4927-b00c-6e7fe03f0895 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...4e29a112-c66b-4927-b00c-6e7fe03f0895 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2474, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3740, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 4e29a112-c66b-4927-b00c-6e7fe03f0895 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Feb 5 02:05:51 AM UTC 2026 ===================' INFO: =================== Thu Feb 5 02:05:51 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 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ 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.193,10.20.0.209,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.209,10.20.0.192 ++ 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 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.27,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.192,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.192,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.192,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.192,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=__ ++ set -o posix ++ set ++ sort ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ 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: 02/05/2026 02:06:00.429 7fda800e7e00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/05/2026 02:06:00.597 7fda800e7e00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/05/2026 02:06:00.614 7fda800e7e00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/05/2026 02:06:00.614 7fda800e7e00 [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-02-05 02:06:01] "GET / HTTP/1.1" 200 45871 0.001749 10.0.0.23 - - [2026-02-05 02:06:01] "GET / HTTP/1.1" 200 45871 0.001882 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.23 - - [2026-02-05 02:06:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.23 - - [2026-02-05 02:06:01] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000268 10.0.0.23 - - [2026-02-05 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 2.582163 10.0.0.23 - - [2026-02-05 02:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.23 - - [2026-02-05 02:06:04] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.207609 10.0.0.23 - - [2026-02-05 02:06:04] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004444 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.50 - - [2026-02-05 02:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.054402 10.0.0.50 - - [2026-02-05 02:06:12] "POST /access-control-lists HTTP/1.1" 200 587 0.050760 10.0.0.50 - - [2026-02-05 02:06:12] "POST /route-targets HTTP/1.1" 200 327 0.018733 10.0.0.50 - - [2026-02-05 02:06:12] "POST /ref-update HTTP/1.1" 200 156 0.025491 10.0.0.50 - - [2026-02-05 02:06:12] "POST /route-targets HTTP/1.1" 200 327 0.018739 10.0.0.50 - - [2026-02-05 02:06:12] "POST /access-control-lists HTTP/1.1" 200 551 0.041319 10.0.0.50 - - [2026-02-05 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.50 - - [2026-02-05 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2026-02-05 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.50 - - [2026-02-05 02:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-02-05 02:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-02-05 02:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2026-02-05 02:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-02-05 02:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-02-05 02:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.001149 10.0.0.27 - - [2026-02-05 02:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2026-02-05 02:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-02-05 02:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.50 - - [2026-02-05 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.074420 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-02-05 02:10:01] "GET /obj-perms HTTP/1.1" 200 5056 0.396932 10.0.0.50 - - [2026-02-05 02:11:01] "GET /obj-perms HTTP/1.1" 200 5056 0.063619 10.0.0.23 - - [2026-02-05 02:11:01] "GET /obj-perms HTTP/1.1" 200 5056 0.062967 10.0.0.50 - - [2026-02-05 02:11:11] "PUT /access-control-list/bb8b56ec-c2ae-4af2-a3b0-3b56901970e7 HTTP/1.1" 200 272 0.061723 10.0.0.50 - - [2026-02-05 02:11:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.50 - - [2026-02-05 02:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.50 - - [2026-02-05 02:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2026-02-05 02:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000823 10.0.0.23 - - [2026-02-05 02:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-02-05 02:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.23 - - [2026-02-05 02:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-02-05 02:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2026-02-05 02:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2026-02-05 02:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-02-05 02:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.27 - - [2026-02-05 02:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 [Introspect:8084]10.0.0.23 - - [2026-02-05 02:11:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001145 [Introspect:8084]10.0.0.23 - - [2026-02-05 02:11:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001012 [Introspect:8084]10.0.0.23 - - [2026-02-05 02:11:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001037 [Introspect:8084]10.0.0.23 - - [2026-02-05 02:11:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001038 10.0.0.27 - - [2026-02-05 02:13:10] "GET / HTTP/1.1" 200 35931 0.001930 10.0.0.27 - - [2026-02-05 02:13:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.27 - - [2026-02-05 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.055325 10.0.0.23 - - [2026-02-05 02:13:11] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.067932 10.0.0.23 - - [2026-02-05 02:13:11] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001479 10.0.0.23 - - [2026-02-05 02:13:11] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035040 10.0.0.23 - - [2026-02-05 02:13:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.002593 10.0.0.23 - - [2026-02-05 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.006858 10.0.0.23 - - [2026-02-05 02:13:12] "POST /security-groups HTTP/1.1" 200 589 0.092883 10.0.0.23 - - [2026-02-05 02:13:12] "POST /projects HTTP/1.1" 200 581 0.364033 10.0.0.23 - - [2026-02-05 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.401493 10.0.0.27 - - [2026-02-05 02:13:12] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.629171 10.0.0.50 - - [2026-02-05 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.021148 10.0.0.27 - - [2026-02-05 02:13:13] "GET / HTTP/1.1" 200 35931 0.002590 10.0.0.23 - - [2026-02-05 02:13:16] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.27 - - [2026-02-05 02:13:16] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062520 10.0.0.23 - - [2026-02-05 02:13:16] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001279 10.0.0.27 - - [2026-02-05 02:13:16] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?fields=virtual_networks HTTP/1.1" 200 1029 0.073548 10.0.0.23 - - [2026-02-05 02:13:16] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.27 - - [2026-02-05 02:13:16] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.077569 10.0.0.23 - - [2026-02-05 02:13:17] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.27 - - [2026-02-05 02:13:17] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?fields=security_groups HTTP/1.1" 200 1253 0.067339 10.0.0.23 - - [2026-02-05 02:13:17] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003628 10.0.0.23 - - [2026-02-05 02:13:17] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.23 - - [2026-02-05 02:13:17] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007737 10.0.0.23 - - [2026-02-05 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 167 0.001486 10.0.0.23 - - [2026-02-05 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 176 0.009696 10.0.0.23 - - [2026-02-05 02:13:18] "POST /security-groups HTTP/1.1" 200 568 0.048230 10.0.0.23 - - [2026-02-05 02:13:18] "POST /projects HTTP/1.1" 200 539 0.287880 10.0.0.50 - - [2026-02-05 02:13:18] "POST /access-control-lists HTTP/1.1" 200 573 0.032243 10.0.0.23 - - [2026-02-05 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.367748 10.0.0.27 - - [2026-02-05 02:13:18] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.548720 [Introspect:8084]10.0.0.27 - - [2026-02-05 02:13:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001307 10.0.0.23 - - [2026-02-05 02:13:20] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001211 10.0.0.27 - - [2026-02-05 02:13:20] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.045570 10.0.0.23 - - [2026-02-05 02:13:21] "GET /obj-perms HTTP/1.1" 200 5056 0.069162 [Introspect:8084]10.0.0.27 - - [2026-02-05 02:13:22] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000872 10.0.0.27 - - [2026-02-05 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.058571 10.0.0.27 - - [2026-02-05 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.004828 10.0.0.27 - - [2026-02-05 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.004985 10.0.0.27 - - [2026-02-05 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.004600 10.0.0.27 - - [2026-02-05 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.004822 10.0.0.27 - - [2026-02-05 02:13:23] "GET /obj-perms HTTP/1.1" 200 5056 0.005906 10.0.0.27 - - [2026-02-05 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.004490 10.0.0.27 - - [2026-02-05 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.004731 10.0.0.27 - - [2026-02-05 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.005471 10.0.0.27 - - [2026-02-05 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.004995 10.0.0.27 - - [2026-02-05 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.004700 10.0.0.27 - - [2026-02-05 02:13:24] "GET /obj-perms HTTP/1.1" 200 5056 0.004821 10.0.0.50 - - [2026-02-05 02:13:25] "GET /obj-perms HTTP/1.1" 200 5056 0.077471 10.0.0.23 - - [2026-02-05 02:13:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004274 10.0.0.23 - - [2026-02-05 02:13:25] "GET /obj-perms HTTP/1.1" 200 5056 0.004971 10.0.0.27 - - [2026-02-05 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004986 10.0.0.27 - - [2026-02-05 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004642 10.0.0.27 - - [2026-02-05 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004622 10.0.0.27 - - [2026-02-05 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004344 10.0.0.27 - - [2026-02-05 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.005002 10.0.0.27 - - [2026-02-05 02:13:26] "GET /obj-perms HTTP/1.1" 200 5056 0.004700 10.0.0.27 - - [2026-02-05 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004596 10.0.0.27 - - [2026-02-05 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004283 10.0.0.27 - - [2026-02-05 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004602 10.0.0.27 - - [2026-02-05 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.005070 10.0.0.27 - - [2026-02-05 02:13:27] "GET /obj-perms HTTP/1.1" 200 5056 0.004551 10.0.0.27 - - [2026-02-05 02:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.005255 10.0.0.27 - - [2026-02-05 02:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.006173 10.0.0.27 - - [2026-02-05 02:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.005756 10.0.0.27 - - [2026-02-05 02:13:30] "GET /obj-perms HTTP/1.1" 200 5056 0.005525 10.0.0.27 - - [2026-02-05 02:13:31] "GET /obj-perms HTTP/1.1" 200 5056 0.005075 10.0.0.27 - - [2026-02-05 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.040099 10.0.0.23 - - [2026-02-05 02:13:32] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003989 10.0.0.23 - - [2026-02-05 02:13:32] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.23 - - [2026-02-05 02:13:32] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008125 10.0.0.23 - - [2026-02-05 02:13:32] "POST /id-to-fqname HTTP/1.1" 200 201 0.007571 10.0.0.23 - - [2026-02-05 02:13:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.003351 10.0.0.23 - - [2026-02-05 02:13:33] "POST /security-groups HTTP/1.1" 200 602 0.085103 10.0.0.50 - - [2026-02-05 02:13:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.004122 10.0.0.23 - - [2026-02-05 02:13:33] "POST /projects HTTP/1.1" 200 607 0.341899 10.0.0.23 - - [2026-02-05 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.412270 10.0.0.27 - - [2026-02-05 02:13:33] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.569357 10.0.0.50 - - [2026-02-05 02:13:33] "POST /access-control-lists HTTP/1.1" 200 605 0.060931 10.0.0.27 - - [2026-02-05 02:13:34] "GET / HTTP/1.1" 200 35931 0.002232 10.0.0.27 - - [2026-02-05 02:13:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.27 - - [2026-02-05 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.065810 10.0.0.23 - - [2026-02-05 02:13:35] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001062 10.0.0.27 - - [2026-02-05 02:13:36] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.068483 10.0.0.23 - - [2026-02-05 02:13:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010743 10.0.0.27 - - [2026-02-05 02:13:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.348517 10.0.0.27 - - [2026-02-05 02:13:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001744 10.0.0.27 - - [2026-02-05 02:13:37] "GET /virtual-network/7559f408-9a21-4290-a88d-b25015584c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009527 10.0.0.27 - - [2026-02-05 02:13:37] "GET /virtual-network/7559f408-9a21-4290-a88d-b25015584c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008054 10.0.0.27 - - [2026-02-05 02:13:37] "POST /neutron/network HTTP/1.1" 200 838 0.011036 10.0.0.27 - - [2026-02-05 02:13:37] "GET /virtual-network/7559f408-9a21-4290-a88d-b25015584c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006840 10.0.0.27 - - [2026-02-05 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001420 10.0.0.23 - - [2026-02-05 02:13:42] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001172 10.0.0.27 - - [2026-02-05 02:13:42] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.169861 10.0.0.27 - - [2026-02-05 02:13:43] "POST /neutron/network HTTP/1.1" 200 838 0.046591 10.0.0.27 - - [2026-02-05 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.009386 10.0.0.27 - - [2026-02-05 02:13:45] "POST /neutron/port HTTP/1.1" 200 1070 0.055455 10.0.0.27 - - [2026-02-05 02:13:45] "POST /neutron/port HTTP/1.1" 200 1134 0.030098 10.0.0.27 - - [2026-02-05 02:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.27 - - [2026-02-05 02:13:48] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009598 10.0.0.27 - - [2026-02-05 02:13:53] "GET /obj-perms HTTP/1.1" 200 5052 0.073246 10.0.0.27 - - [2026-02-05 02:13:56] "GET /obj-perms HTTP/1.1" 200 5052 0.005162 10.0.0.27 - - [2026-02-05 02:13:56] "POST /neutron/port HTTP/1.1" 200 1134 0.026964 10.0.0.27 - - [2026-02-05 02:13:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004863 10.0.0.27 - - [2026-02-05 02:13:57] "POST /neutron/network HTTP/1.1" 200 838 0.008554 10.0.0.27 - - [2026-02-05 02:13:59] "POST /neutron/port HTTP/1.1" 200 1134 0.024257 10.0.0.27 - - [2026-02-05 02:13:59] "POST /neutron/port HTTP/1.1" 200 1051 0.075106 10.0.0.23 - - [2026-02-05 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005609 10.0.0.50 - - [2026-02-05 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005842 10.0.0.23 - - [2026-02-05 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004421 10.0.0.27 - - [2026-02-05 02:14:01] "POST /neutron/network HTTP/1.1" 200 151 0.218367 10.0.0.23 - - [2026-02-05 02:14:02] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001293 10.0.0.27 - - [2026-02-05 02:14:02] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.059077 10.0.0.23 - - [2026-02-05 02:14:02] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001074 10.0.0.27 - - [2026-02-05 02:14:02] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?fields=virtual_networks HTTP/1.1" 200 1055 0.066632 10.0.0.23 - - [2026-02-05 02:14:02] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001023 10.0.0.27 - - [2026-02-05 02:14:02] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.071149 10.0.0.23 - - [2026-02-05 02:14:02] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001179 10.0.0.27 - - [2026-02-05 02:14:02] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?fields=security_groups HTTP/1.1" 200 1292 0.074508 10.0.0.23 - - [2026-02-05 02:14:03] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001045 10.0.0.27 - - [2026-02-05 02:14:03] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.047659 10.0.0.23 - - [2026-02-05 02:14:04] "GET /obj-perms HTTP/1.1" 200 5056 0.068723 10.0.0.23 - - [2026-02-05 02:14:06] "DELETE /project/9d6422a36fe448ecb2823a2999e96b73 HTTP/1.1" 404 173 0.010192 10.0.0.23 - - [2026-02-05 02:14:06] "DELETE /project/9822c226f5fb42b69ab4ece8c7e1aa17 HTTP/1.1" 404 173 0.011499 10.0.0.23 - - [2026-02-05 02:14:06] "DELETE /project/68d80765eaf64d41b82e7697deaa2ba0 HTTP/1.1" 404 173 0.013157 10.0.0.23 - - [2026-02-05 02:14:06] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.23 - - [2026-02-05 02:14:06] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000837 10.0.0.23 - - [2026-02-05 02:14:06] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.081521 10.0.0.23 - - [2026-02-05 02:14:06] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.23 - - [2026-02-05 02:14:06] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.118224 10.0.0.23 - - [2026-02-05 02:14:06] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001217 10.0.0.23 - - [2026-02-05 02:14:07] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?fields=security_groups HTTP/1.1" 200 1358 0.107538 10.0.0.23 - - [2026-02-05 02:14:07] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?fields=security_groups HTTP/1.1" 200 1397 0.126507 10.0.0.23 - - [2026-02-05 02:14:07] "DELETE /security-group/cb28344b-f0be-4e27-bc47-d852ea0aea09 HTTP/1.1" 200 115 0.114095 10.0.0.23 - - [2026-02-05 02:14:07] "GET /projects?obj_uuids=9d6422a3-6fe4-48ec-b282-3a2999e96b73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.23 - - [2026-02-05 02:14:07] "DELETE /security-group/7522807d-0248-4f9d-814a-1c40f108580e HTTP/1.1" 200 115 0.201908 10.0.0.23 - - [2026-02-05 02:14:07] "GET /projects?obj_uuids=9822c226-f5fb-42b6-9ab4-ece8c7e1aa17&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004516 10.0.0.23 - - [2026-02-05 02:14:07] "GET /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73?fields=application_policy_sets HTTP/1.1" 200 1397 0.171807 10.0.0.50 - - [2026-02-05 02:14:07] "DELETE /access-control-list/0fd265ab-2926-49e0-b18f-a93d6af858d8 HTTP/1.1" 200 115 0.099825 10.0.0.23 - - [2026-02-05 02:14:07] "GET /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17?fields=application_policy_sets HTTP/1.1" 200 1436 0.181043 10.0.0.23 - - [2026-02-05 02:14:07] "DELETE /project/9d6422a3-6fe4-48ec-b282-3a2999e96b73 HTTP/1.1" 200 115 0.903004 10.0.0.23 - - [2026-02-05 02:14:07] "DELETE /project/9822c226-f5fb-42b6-9ab4-ece8c7e1aa17 HTTP/1.1" 200 115 0.990060 10.0.0.23 - - [2026-02-05 02:14:10] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001066 10.0.0.27 - - [2026-02-05 02:14:10] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.064404 10.0.0.27 - - [2026-02-05 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.028649 10.0.0.23 - - [2026-02-05 02:14:13] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004602 10.0.0.23 - - [2026-02-05 02:14:13] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.23 - - [2026-02-05 02:14:13] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008256 10.0.0.23 - - [2026-02-05 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 202 0.002489 10.0.0.23 - - [2026-02-05 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.018444 10.0.0.23 - - [2026-02-05 02:14:13] "POST /security-groups HTTP/1.1" 200 603 0.102731 10.0.0.50 - - [2026-02-05 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 246 0.005400 10.0.0.23 - - [2026-02-05 02:14:13] "POST /projects HTTP/1.1" 200 609 0.373584 10.0.0.23 - - [2026-02-05 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.409683 10.0.0.27 - - [2026-02-05 02:14:13] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.588212 10.0.0.50 - - [2026-02-05 02:14:14] "POST /access-control-lists HTTP/1.1" 200 606 0.062244 10.0.0.27 - - [2026-02-05 02:14:15] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.27 - - [2026-02-05 02:14:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000657 10.0.0.27 - - [2026-02-05 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.066878 10.0.0.23 - - [2026-02-05 02:14:16] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001129 10.0.0.27 - - [2026-02-05 02:14:16] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048929 10.0.0.23 - - [2026-02-05 02:14:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005794 10.0.0.27 - - [2026-02-05 02:14:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.319221 10.0.0.27 - - [2026-02-05 02:14:16] "POST /id-to-fqname HTTP/1.1" 200 275 0.001403 10.0.0.27 - - [2026-02-05 02:14:17] "GET /virtual-network/757b4828-58ca-449f-b838-eede0663dc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.016078 10.0.0.27 - - [2026-02-05 02:14:17] "GET /virtual-network/757b4828-58ca-449f-b838-eede0663dc27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.006254 10.0.0.27 - - [2026-02-05 02:14:17] "POST /neutron/network HTTP/1.1" 200 924 0.011374 10.0.0.27 - - [2026-02-05 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2026-02-05 02:14:17] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001390 10.0.0.27 - - [2026-02-05 02:14:17] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060305 10.0.0.23 - - [2026-02-05 02:14:17] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.27 - - [2026-02-05 02:14:17] "POST /neutron/network HTTP/1.1" 200 703 0.172570 10.0.0.50 - - [2026-02-05 02:14:17] "POST /route-targets HTTP/1.1" 200 327 0.016205 10.0.0.27 - - [2026-02-05 02:14:17] "POST /id-to-fqname HTTP/1.1" 200 275 0.007464 10.0.0.27 - - [2026-02-05 02:14:17] "GET /virtual-network/b646f654-f3fc-44e1-9000-0e7dc4ca9a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007458 10.0.0.27 - - [2026-02-05 02:14:17] "POST /neutron/network HTTP/1.1" 200 922 0.007556 10.0.0.27 - - [2026-02-05 02:14:17] "GET /virtual-network/b646f654-f3fc-44e1-9000-0e7dc4ca9a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007520 10.0.0.27 - - [2026-02-05 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-02-05 02:14:17] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.27 - - [2026-02-05 02:14:17] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.073921 10.0.0.27 - - [2026-02-05 02:14:18] "POST /neutron/network HTTP/1.1" 200 117 0.027954 10.0.0.50 - - [2026-02-05 02:14:18] "POST /ref-update HTTP/1.1" 200 156 0.029843 10.0.0.27 - - [2026-02-05 02:14:18] "POST /neutron/network HTTP/1.1" 200 925 0.013042 10.0.0.27 - - [2026-02-05 02:14:18] "POST /id-to-fqname HTTP/1.1" 200 276 0.001257 10.0.0.27 - - [2026-02-05 02:14:18] "GET /virtual-network/f8a24b56-e21b-4265-bc32-a087183619ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.006333 10.0.0.27 - - [2026-02-05 02:14:18] "GET /virtual-network/f8a24b56-e21b-4265-bc32-a087183619ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.008670 10.0.0.27 - - [2026-02-05 02:14:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.012158 10.0.0.27 - - [2026-02-05 02:14:18] "POST /id-to-fqname HTTP/1.1" 200 275 0.001702 10.0.0.23 - - [2026-02-05 02:14:19] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001414 10.0.0.27 - - [2026-02-05 02:14:20] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078929 10.0.0.27 - - [2026-02-05 02:14:20] "POST /neutron/port HTTP/1.1" 200 117 0.007681 10.0.0.27 - - [2026-02-05 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 276 0.001932 10.0.0.27 - - [2026-02-05 02:14:20] "POST /neutron/network HTTP/1.1" 200 935 0.008176 10.0.0.27 - - [2026-02-05 02:14:21] "POST /neutron/port HTTP/1.1" 200 1072 0.039106 10.0.0.23 - - [2026-02-05 02:14:21] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001642 10.0.0.27 - - [2026-02-05 02:14:21] "POST /neutron/port HTTP/1.1" 200 1136 0.053929 10.0.0.27 - - [2026-02-05 02:14:21] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.116708 10.0.0.27 - - [2026-02-05 02:14:21] "POST /neutron/network HTTP/1.1" 200 925 0.007115 10.0.0.27 - - [2026-02-05 02:14:21] "POST /neutron/port HTTP/1.1" 200 1136 0.027682 10.0.0.27 - - [2026-02-05 02:14:22] "POST /neutron/network HTTP/1.1" 200 935 0.010371 10.0.0.27 - - [2026-02-05 02:14:23] "POST /neutron/network HTTP/1.1" 400 204 0.017608 10.0.0.27 - - [2026-02-05 02:14:23] "POST /neutron/port HTTP/1.1" 200 1127 0.175683 10.0.0.27 - - [2026-02-05 02:14:24] "POST /neutron/port HTTP/1.1" 200 1136 0.026765 10.0.0.27 - - [2026-02-05 02:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.27 - - [2026-02-05 02:14:25] "POST /neutron/network HTTP/1.1" 200 922 0.008459 10.0.0.27 - - [2026-02-05 02:14:25] "POST /neutron/network HTTP/1.1" 400 204 0.029451 10.0.0.27 - - [2026-02-05 02:14:27] "POST /neutron/port HTTP/1.1" 200 151 0.226276 10.0.0.27 - - [2026-02-05 02:14:27] "POST /neutron/network HTTP/1.1" 200 117 0.015961 10.0.0.50 - - [2026-02-05 02:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-02-05 02:14:28] "POST /neutron/network HTTP/1.1" 200 924 0.007300 10.0.0.23 - - [2026-02-05 02:14:28] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002717 10.0.0.50 - - [2026-02-05 02:14:28] "DELETE /route-target/2ccfb7e4-760d-44e1-9d82-4811b6ad80be HTTP/1.1" 200 115 0.041740 10.0.0.27 - - [2026-02-05 02:14:28] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062607 10.0.0.23 - - [2026-02-05 02:14:28] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.27 - - [2026-02-05 02:14:28] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?fields=virtual_networks HTTP/1.1" 200 1056 0.045048 10.0.0.23 - - [2026-02-05 02:14:28] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001620 10.0.0.27 - - [2026-02-05 02:14:28] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.051210 10.0.0.23 - - [2026-02-05 02:14:28] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001360 10.0.0.27 - - [2026-02-05 02:14:28] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?fields=security_groups HTTP/1.1" 200 1294 0.070049 10.0.0.27 - - [2026-02-05 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.032147 10.0.0.23 - - [2026-02-05 02:14:29] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005256 10.0.0.23 - - [2026-02-05 02:14:29] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.23 - - [2026-02-05 02:14:29] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008554 10.0.0.23 - - [2026-02-05 02:14:29] "POST /id-to-fqname HTTP/1.1" 200 192 0.002666 10.0.0.23 - - [2026-02-05 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.006389 10.0.0.23 - - [2026-02-05 02:14:30] "POST /security-groups HTTP/1.1" 200 593 0.040861 10.0.0.23 - - [2026-02-05 02:14:30] "POST /projects HTTP/1.1" 200 589 0.278929 10.0.0.23 - - [2026-02-05 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.317308 10.0.0.50 - - [2026-02-05 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.003927 10.0.0.27 - - [2026-02-05 02:14:30] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.490775 10.0.0.27 - - [2026-02-05 02:14:31] "GET / HTTP/1.1" 200 35931 0.003067 10.0.0.27 - - [2026-02-05 02:14:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2026-02-05 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.068570 10.0.0.23 - - [2026-02-05 02:14:32] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001236 10.0.0.27 - - [2026-02-05 02:14:32] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.043593 10.0.0.27 - - [2026-02-05 02:14:32] "POST /neutron/network HTTP/1.1" 200 117 0.041798 10.0.0.50 - - [2026-02-05 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.032708 10.0.0.27 - - [2026-02-05 02:14:33] "POST /neutron/network HTTP/1.1" 200 891 0.010337 10.0.0.27 - - [2026-02-05 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 255 0.001225 10.0.0.27 - - [2026-02-05 02:14:33] "GET /virtual-network/4883d22f-43db-44e1-8a3b-ff0c556332f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006381 10.0.0.27 - - [2026-02-05 02:14:33] "GET /virtual-network/4883d22f-43db-44e1-8a3b-ff0c556332f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006621 10.0.0.27 - - [2026-02-05 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.011606 10.0.0.27 - - [2026-02-05 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2026-02-05 02:14:33] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001001 10.0.0.27 - - [2026-02-05 02:14:33] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051149 10.0.0.23 - - [2026-02-05 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.013653 10.0.0.27 - - [2026-02-05 02:14:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.237049 10.0.0.27 - - [2026-02-05 02:14:33] "POST /id-to-fqname HTTP/1.1" 200 255 0.001765 10.0.0.27 - - [2026-02-05 02:14:33] "GET /virtual-network/bcab93d9-519d-4b67-8904-1a295a4bc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.010382 10.0.0.27 - - [2026-02-05 02:14:33] "GET /virtual-network/bcab93d9-519d-4b67-8904-1a295a4bc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.009301 10.0.0.27 - - [2026-02-05 02:14:33] "POST /neutron/network HTTP/1.1" 200 891 0.009184 10.0.0.27 - - [2026-02-05 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.23 - - [2026-02-05 02:14:33] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001474 10.0.0.27 - - [2026-02-05 02:14:33] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.060630 10.0.0.23 - - [2026-02-05 02:14:34] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001315 10.0.0.27 - - [2026-02-05 02:14:34] "POST /neutron/network HTTP/1.1" 200 675 0.147629 10.0.0.50 - - [2026-02-05 02:14:34] "POST /route-targets HTTP/1.1" 200 327 0.018169 10.0.0.27 - - [2026-02-05 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 256 0.003881 10.0.0.27 - - [2026-02-05 02:14:34] "GET /virtual-network/b61abc2a-186e-41b3-a222-178f8be0f617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006186 10.0.0.27 - - [2026-02-05 02:14:34] "POST /neutron/network HTTP/1.1" 200 895 0.007436 10.0.0.27 - - [2026-02-05 02:14:34] "GET /virtual-network/b61abc2a-186e-41b3-a222-178f8be0f617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006546 10.0.0.27 - - [2026-02-05 02:14:34] "POST /id-to-fqname HTTP/1.1" 200 255 0.001413 10.0.0.27 - - [2026-02-05 02:14:34] "POST /neutron/network HTTP/1.1" 200 901 0.008821 10.0.0.23 - - [2026-02-05 02:14:35] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001073 10.0.0.27 - - [2026-02-05 02:14:35] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.078407 10.0.0.27 - - [2026-02-05 02:14:35] "POST /neutron/port HTTP/1.1" 200 117 0.007302 10.0.0.27 - - [2026-02-05 02:14:35] "POST /id-to-fqname HTTP/1.1" 200 256 0.001371 10.0.0.27 - - [2026-02-05 02:14:36] "POST /neutron/network HTTP/1.1" 200 901 0.008278 10.0.0.23 - - [2026-02-05 02:14:37] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.27 - - [2026-02-05 02:14:37] "POST /neutron/port HTTP/1.1" 200 1061 0.032509 10.0.0.27 - - [2026-02-05 02:14:37] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.106132 10.0.0.27 - - [2026-02-05 02:14:37] "POST /neutron/port HTTP/1.1" 200 1125 0.043021 10.0.0.27 - - [2026-02-05 02:14:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.011226 10.0.0.27 - - [2026-02-05 02:14:37] "POST /neutron/network HTTP/1.1" 200 891 0.008780 10.0.0.23 - - [2026-02-05 02:14:37] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001897 10.0.0.27 - - [2026-02-05 02:14:38] "POST /neutron/port HTTP/1.1" 200 1063 0.423814 10.0.0.27 - - [2026-02-05 02:14:38] "POST /neutron/port HTTP/1.1" 200 1117 0.152331 10.0.0.27 - - [2026-02-05 02:14:38] "POST /neutron/subnet HTTP/1.1" 200 703 0.011696 10.0.0.27 - - [2026-02-05 02:14:39] "POST /neutron/network HTTP/1.1" 200 891 0.008168 10.0.0.27 - - [2026-02-05 02:14:39] "POST /neutron/port HTTP/1.1" 200 1115 0.025057 10.0.0.27 - - [2026-02-05 02:14:40] "POST /neutron/port HTTP/1.1" 200 1117 0.017626 10.0.0.27 - - [2026-02-05 02:14:41] "POST /neutron/network HTTP/1.1" 200 891 0.010546 10.0.0.50 - - [2026-02-05 02:14:41] "DELETE /route-target/610623f6-5175-462a-9380-3b38cee812f1 HTTP/1.1" 200 115 0.051142 10.0.0.23 - - [2026-02-05 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009652 10.0.0.23 - - [2026-02-05 02:14:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.27 - - [2026-02-05 02:14:41] "POST /neutron/network HTTP/1.1" 200 151 0.171458 10.0.0.50 - - [2026-02-05 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2026-02-05 02:14:41] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.27 - - [2026-02-05 02:14:41] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.072748 10.0.0.23 - - [2026-02-05 02:14:41] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001683 10.0.0.27 - - [2026-02-05 02:14:42] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?fields=virtual_networks HTTP/1.1" 200 1037 0.107041 10.0.0.23 - - [2026-02-05 02:14:42] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.27 - - [2026-02-05 02:14:42] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.074056 10.0.0.23 - - [2026-02-05 02:14:42] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001620 10.0.0.27 - - [2026-02-05 02:14:42] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?fields=security_groups HTTP/1.1" 200 1265 0.059986 10.0.0.27 - - [2026-02-05 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.030282 10.0.0.23 - - [2026-02-05 02:14:43] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003630 10.0.0.23 - - [2026-02-05 02:14:43] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.23 - - [2026-02-05 02:14:43] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008228 10.0.0.23 - - [2026-02-05 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 198 0.004808 10.0.0.23 - - [2026-02-05 02:14:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.008040 10.0.0.23 - - [2026-02-05 02:14:43] "POST /security-groups HTTP/1.1" 200 599 0.046263 10.0.0.23 - - [2026-02-05 02:14:43] "POST /projects HTTP/1.1" 200 601 0.293905 10.0.0.50 - - [2026-02-05 02:14:43] "POST /access-control-lists HTTP/1.1" 200 604 0.035164 10.0.0.23 - - [2026-02-05 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.373689 10.0.0.27 - - [2026-02-05 02:14:43] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.535650 10.0.0.27 - - [2026-02-05 02:14:45] "GET / HTTP/1.1" 200 35931 0.003676 10.0.0.27 - - [2026-02-05 02:14:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.27 - - [2026-02-05 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.070225 10.0.0.23 - - [2026-02-05 02:14:45] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001436 10.0.0.27 - - [2026-02-05 02:14:45] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077220 10.0.0.27 - - [2026-02-05 02:14:46] "POST /neutron/network HTTP/1.1" 200 117 0.062088 10.0.0.50 - - [2026-02-05 02:14:46] "POST /route-targets HTTP/1.1" 200 327 0.016369 10.0.0.27 - - [2026-02-05 02:14:46] "POST /neutron/network HTTP/1.1" 200 911 0.020925 10.0.0.27 - - [2026-02-05 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 267 0.001275 10.0.0.27 - - [2026-02-05 02:14:46] "GET /virtual-network/b43e2709-218a-40e5-99b2-e5a973d8d24d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005651 10.0.0.27 - - [2026-02-05 02:14:46] "GET /virtual-network/b43e2709-218a-40e5-99b2-e5a973d8d24d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007294 10.0.0.27 - - [2026-02-05 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.013111 10.0.0.27 - - [2026-02-05 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.23 - - [2026-02-05 02:14:46] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001815 10.0.0.27 - - [2026-02-05 02:14:46] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076174 10.0.0.50 - - [2026-02-05 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.045158 10.0.0.23 - - [2026-02-05 02:14:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008319 10.0.0.27 - - [2026-02-05 02:14:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.285693 10.0.0.27 - - [2026-02-05 02:14:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001427 10.0.0.27 - - [2026-02-05 02:14:47] "GET /virtual-network/cbbd2af3-a730-4dc0-8e29-5b21758f9a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005834 10.0.0.27 - - [2026-02-05 02:14:47] "GET /virtual-network/cbbd2af3-a730-4dc0-8e29-5b21758f9a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006352 10.0.0.27 - - [2026-02-05 02:14:47] "POST /neutron/network HTTP/1.1" 200 911 0.007587 10.0.0.27 - - [2026-02-05 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.23 - - [2026-02-05 02:14:47] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.27 - - [2026-02-05 02:14:47] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046740 10.0.0.23 - - [2026-02-05 02:14:47] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.27 - - [2026-02-05 02:14:47] "POST /neutron/network HTTP/1.1" 200 693 0.193862 10.0.0.27 - - [2026-02-05 02:14:48] "POST /id-to-fqname HTTP/1.1" 200 268 0.003780 10.0.0.27 - - [2026-02-05 02:14:48] "GET /virtual-network/fef8cd0a-7151-4f54-9055-fe7eb1595ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005570 10.0.0.27 - - [2026-02-05 02:14:48] "POST /neutron/network HTTP/1.1" 200 910 0.007547 10.0.0.27 - - [2026-02-05 02:14:48] "GET /virtual-network/fef8cd0a-7151-4f54-9055-fe7eb1595ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005601 10.0.0.27 - - [2026-02-05 02:14:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001395 10.0.0.50 - - [2026-02-05 02:15:05] "GET /obj-perms HTTP/1.1" 200 5056 0.067506 10.0.0.23 - - [2026-02-05 02:15:07] "DELETE /project/63507b54b46e43a8b55b6dd1ef786675 HTTP/1.1" 404 173 0.008422 10.0.0.23 - - [2026-02-05 02:15:07] "DELETE /project/7cb997f3f5de4eb7a2e99feaa1a2aeb6 HTTP/1.1" 404 173 0.014020 10.0.0.23 - - [2026-02-05 02:15:07] "DELETE /project/d47159ffb0c04f6c9b2891be8c6ef10c HTTP/1.1" 404 173 0.010164 10.0.0.23 - - [2026-02-05 02:15:07] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.23 - - [2026-02-05 02:15:07] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000783 10.0.0.23 - - [2026-02-05 02:15:07] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.049808 10.0.0.23 - - [2026-02-05 02:15:07] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.23 - - [2026-02-05 02:15:07] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.098063 10.0.0.23 - - [2026-02-05 02:15:08] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001402 10.0.0.23 - - [2026-02-05 02:15:08] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?fields=security_groups HTTP/1.1" 200 1399 0.100282 10.0.0.23 - - [2026-02-05 02:15:08] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?fields=security_groups HTTP/1.1" 200 1370 0.089718 10.0.0.23 - - [2026-02-05 02:15:08] "DELETE /security-group/b9e7d5d0-863d-47eb-a5b3-42ca31877fb4 HTTP/1.1" 200 115 0.094203 10.0.0.23 - - [2026-02-05 02:15:08] "GET /projects?obj_uuids=63507b54-b46e-43a8-b55b-6dd1ef786675&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005449 10.0.0.23 - - [2026-02-05 02:15:08] "DELETE /security-group/c031faf8-6c83-43ca-8be0-804b40d5ffb1 HTTP/1.1" 200 115 0.108423 10.0.0.50 - - [2026-02-05 02:15:08] "DELETE /access-control-list/800307b0-9655-4570-b755-e973f73ba6cc HTTP/1.1" 200 115 0.073216 10.0.0.23 - - [2026-02-05 02:15:08] "GET /projects?obj_uuids=d47159ff-b0c0-4f6c-9b28-91be8c6ef10c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001977 10.0.0.23 - - [2026-02-05 02:15:08] "GET /project/63507b54-b46e-43a8-b55b-6dd1ef786675?fields=application_policy_sets HTTP/1.1" 200 1438 0.126301 10.0.0.23 - - [2026-02-05 02:15:08] "GET /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c?fields=application_policy_sets HTTP/1.1" 200 1409 0.137226 10.0.0.50 - - [2026-02-05 02:15:08] "DELETE /access-control-list/9ff8f815-725d-4514-b9c5-4e162193f6ca HTTP/1.1" 200 115 0.090439 10.0.0.23 - - [2026-02-05 02:15:08] "DELETE /project/63507b54-b46e-43a8-b55b-6dd1ef786675 HTTP/1.1" 200 115 0.731898 10.0.0.23 - - [2026-02-05 02:15:08] "DELETE /project/d47159ff-b0c0-4f6c-9b28-91be8c6ef10c HTTP/1.1" 200 115 0.768450 10.0.0.27 - - [2026-02-05 02:15:23] "POST /neutron/network HTTP/1.1" 200 921 0.008885 10.0.0.23 - - [2026-02-05 02:15:24] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.27 - - [2026-02-05 02:15:24] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.073381 10.0.0.27 - - [2026-02-05 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.007531 10.0.0.27 - - [2026-02-05 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 268 0.001347 10.0.0.27 - - [2026-02-05 02:15:25] "POST /neutron/network HTTP/1.1" 200 921 0.008543 10.0.0.23 - - [2026-02-05 02:15:25] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.27 - - [2026-02-05 02:15:26] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.122799 10.0.0.27 - - [2026-02-05 02:15:26] "POST /neutron/network HTTP/1.1" 200 910 0.015718 10.0.0.27 - - [2026-02-05 02:15:26] "POST /neutron/port HTTP/1.1" 200 1133 0.060683 10.0.0.27 - - [2026-02-05 02:15:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.017013 10.0.0.27 - - [2026-02-05 02:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.23 - - [2026-02-05 02:15:26] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001598 10.0.0.27 - - [2026-02-05 02:15:26] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.094568 10.0.0.23 - - [2026-02-05 02:15:27] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.27 - - [2026-02-05 02:15:27] "POST /neutron/port HTTP/1.1" 200 1066 0.605535 10.0.0.27 - - [2026-02-05 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2026-02-05 02:15:27] "GET /security-group/0bfd2666-1d1c-4352-b63e-f6eaf2a25279?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005831 10.0.0.27 - - [2026-02-05 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005984 10.0.0.23 - - [2026-02-05 02:15:28] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001328 10.0.0.27 - - [2026-02-05 02:15:28] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.140172 10.0.0.27 - - [2026-02-05 02:15:28] "POST /neutron/port HTTP/1.1" 200 1120 0.256540 10.0.0.27 - - [2026-02-05 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.018303 10.0.0.27 - - [2026-02-05 02:15:28] "GET /security-group/0bfd2666-1d1c-4352-b63e-f6eaf2a25279?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005112 10.0.0.27 - - [2026-02-05 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.27 - - [2026-02-05 02:15:28] "PUT /security-group/0bfd2666-1d1c-4352-b63e-f6eaf2a25279 HTTP/1.1" 200 262 0.052689 10.0.0.27 - - [2026-02-05 02:15:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.027514 10.0.0.27 - - [2026-02-05 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004696 10.0.0.27 - - [2026-02-05 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.23 - - [2026-02-05 02:15:29] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.27 - - [2026-02-05 02:15:29] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014447 10.0.0.27 - - [2026-02-05 02:15:29] "POST /service-templates HTTP/1.1" 200 543 0.055753 10.0.0.27 - - [2026-02-05 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011371 10.0.0.27 - - [2026-02-05 02:15:29] "GET /service-template/012d3cda-73fc-4464-9b86-c1c930585c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006901 10.0.0.27 - - [2026-02-05 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010341 10.0.0.27 - - [2026-02-05 02:15:29] "GET /service-template/012d3cda-73fc-4464-9b86-c1c930585c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007896 10.0.0.27 - - [2026-02-05 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.003491 10.0.0.27 - - [2026-02-05 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.003486 10.0.0.27 - - [2026-02-05 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 268 0.003078 10.0.0.27 - - [2026-02-05 02:15:30] "POST /neutron/port HTTP/1.1" 200 2111 0.061414 10.0.0.27 - - [2026-02-05 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.27 - - [2026-02-05 02:15:30] "DELETE /service-template/012d3cda-73fc-4464-9b86-c1c930585c7f HTTP/1.1" 200 115 0.074872 10.0.0.27 - - [2026-02-05 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.012171 10.0.0.27 - - [2026-02-05 02:15:33] "POST /neutron/network HTTP/1.1" 400 204 0.038884 10.0.0.27 - - [2026-02-05 02:15:37] "POST /neutron/network HTTP/1.1" 200 911 0.017307 10.0.0.27 - - [2026-02-05 02:15:39] "POST /neutron/network HTTP/1.1" 400 204 0.025179 10.0.0.27 - - [2026-02-05 02:15:43] "POST /neutron/network HTTP/1.1" 200 911 0.019686 10.0.0.27 - - [2026-02-05 02:15:45] "POST /neutron/network HTTP/1.1" 400 204 0.034386 10.0.0.27 - - [2026-02-05 02:15:49] "POST /neutron/network HTTP/1.1" 200 911 0.010321 10.0.0.27 - - [2026-02-05 02:15:52] "POST /neutron/network HTTP/1.1" 400 204 0.015044 10.0.0.27 - - [2026-02-05 02:15:56] "POST /neutron/network HTTP/1.1" 200 911 0.008010 10.0.0.27 - - [2026-02-05 02:15:58] "POST /neutron/network HTTP/1.1" 400 204 0.017673 10.0.0.27 - - [2026-02-05 02:16:02] "POST /neutron/network HTTP/1.1" 200 911 0.009608 10.0.0.27 - - [2026-02-05 02:16:04] "POST /neutron/network HTTP/1.1" 400 204 0.016576 10.0.0.27 - - [2026-02-05 02:16:06] "GET /obj-perms HTTP/1.1" 200 5056 0.084144 10.0.0.27 - - [2026-02-05 02:16:08] "POST /neutron/network HTTP/1.1" 200 911 0.009753 10.0.0.27 - - [2026-02-05 02:16:10] "POST /neutron/network HTTP/1.1" 400 204 0.015769 10.0.0.27 - - [2026-02-05 02:16:14] "POST /neutron/network HTTP/1.1" 200 911 0.007589 10.0.0.50 - - [2026-02-05 02:16:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2026-02-05 02:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2026-02-05 02:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2026-02-05 02:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-02-05 02:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-02-05 02:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2026-02-05 02:16:16] "POST /neutron/network HTTP/1.1" 400 204 0.017178 10.0.0.23 - - [2026-02-05 02:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-02-05 02:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.27 - - [2026-02-05 02:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-02-05 02:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2026-02-05 02:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-02-05 02:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-02-05 02:16:20] "POST /neutron/network HTTP/1.1" 200 911 0.007535 10.0.0.27 - - [2026-02-05 02:16:22] "POST /neutron/network HTTP/1.1" 400 204 0.020770 10.0.0.27 - - [2026-02-05 02:16:24] "POST /neutron/network HTTP/1.1" 200 910 0.009044 10.0.0.27 - - [2026-02-05 02:16:26] "POST /neutron/port HTTP/1.1" 200 1123 0.015517 10.0.0.27 - - [2026-02-05 02:16:26] "POST /neutron/network HTTP/1.1" 400 204 0.022420 10.0.0.27 - - [2026-02-05 02:16:29] "POST /neutron/network HTTP/1.1" 400 204 0.015346 10.0.0.27 - - [2026-02-05 02:16:31] "POST /neutron/port HTTP/1.1" 200 1130 0.032613 10.0.0.27 - - [2026-02-05 02:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.007193 10.0.0.27 - - [2026-02-05 02:16:33] "POST /neutron/network HTTP/1.1" 200 911 0.009017 10.0.0.50 - - [2026-02-05 02:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.071522 10.0.0.50 - - [2026-02-05 02:16:33] "DELETE /route-target/0f058973-5727-4e42-8e01-546573ec22e9 HTTP/1.1" 200 115 0.037501 10.0.0.23 - - [2026-02-05 02:16:33] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002505 10.0.0.27 - - [2026-02-05 02:16:33] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.073940 10.0.0.23 - - [2026-02-05 02:16:33] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.27 - - [2026-02-05 02:16:33] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.069221 10.0.0.23 - - [2026-02-05 02:16:35] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.27 - - [2026-02-05 02:16:35] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049759 10.0.0.23 - - [2026-02-05 02:16:35] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.27 - - [2026-02-05 02:16:35] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.049402 10.0.0.23 - - [2026-02-05 02:16:37] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001253 10.0.0.27 - - [2026-02-05 02:16:37] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061903 10.0.0.23 - - [2026-02-05 02:16:37] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.27 - - [2026-02-05 02:16:38] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.055578 10.0.0.23 - - [2026-02-05 02:16:40] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002090 10.0.0.27 - - [2026-02-05 02:16:40] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062950 10.0.0.23 - - [2026-02-05 02:16:40] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002033 10.0.0.27 - - [2026-02-05 02:16:40] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.061731 10.0.0.23 - - [2026-02-05 02:16:42] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.27 - - [2026-02-05 02:16:42] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048730 10.0.0.23 - - [2026-02-05 02:16:42] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.27 - - [2026-02-05 02:16:42] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.039971 10.0.0.23 - - [2026-02-05 02:16:44] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001506 10.0.0.27 - - [2026-02-05 02:16:44] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044267 10.0.0.23 - - [2026-02-05 02:16:44] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.27 - - [2026-02-05 02:16:44] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.042390 10.0.0.23 - - [2026-02-05 02:16:46] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.27 - - [2026-02-05 02:16:46] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074402 10.0.0.23 - - [2026-02-05 02:16:46] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001839 10.0.0.27 - - [2026-02-05 02:16:46] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.058515 10.0.0.23 - - [2026-02-05 02:16:48] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001262 10.0.0.27 - - [2026-02-05 02:16:48] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063987 10.0.0.23 - - [2026-02-05 02:16:48] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.27 - - [2026-02-05 02:16:48] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.057885 10.0.0.23 - - [2026-02-05 02:16:50] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001374 10.0.0.27 - - [2026-02-05 02:16:50] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050270 10.0.0.23 - - [2026-02-05 02:16:50] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001767 10.0.0.27 - - [2026-02-05 02:16:50] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.063156 10.0.0.23 - - [2026-02-05 02:16:53] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.27 - - [2026-02-05 02:16:53] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046911 10.0.0.23 - - [2026-02-05 02:16:53] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.27 - - [2026-02-05 02:16:53] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.051450 10.0.0.23 - - [2026-02-05 02:16:55] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001345 10.0.0.27 - - [2026-02-05 02:16:55] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058869 10.0.0.23 - - [2026-02-05 02:16:55] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.27 - - [2026-02-05 02:16:55] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.063990 10.0.0.23 - - [2026-02-05 02:16:57] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002025 10.0.0.27 - - [2026-02-05 02:16:57] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043401 10.0.0.23 - - [2026-02-05 02:16:57] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.27 - - [2026-02-05 02:16:57] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.034675 10.0.0.23 - - [2026-02-05 02:16:59] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.27 - - [2026-02-05 02:16:59] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042693 10.0.0.23 - - [2026-02-05 02:16:59] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.27 - - [2026-02-05 02:16:59] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.042754 10.0.0.23 - - [2026-02-05 02:17:01] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.27 - - [2026-02-05 02:17:01] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058890 10.0.0.23 - - [2026-02-05 02:17:01] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.27 - - [2026-02-05 02:17:01] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.057665 10.0.0.23 - - [2026-02-05 02:17:03] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306 10.0.0.27 - - [2026-02-05 02:17:03] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041327 10.0.0.23 - - [2026-02-05 02:17:03] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.27 - - [2026-02-05 02:17:03] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.046921 10.0.0.23 - - [2026-02-05 02:17:05] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001457 10.0.0.27 - - [2026-02-05 02:17:05] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047631 10.0.0.23 - - [2026-02-05 02:17:05] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.27 - - [2026-02-05 02:17:06] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.044896 10.0.0.23 - - [2026-02-05 02:17:08] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.27 - - [2026-02-05 02:17:08] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064693 10.0.0.23 - - [2026-02-05 02:17:08] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.27 - - [2026-02-05 02:17:08] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.076533 10.0.0.23 - - [2026-02-05 02:17:10] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.27 - - [2026-02-05 02:17:10] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053178 10.0.0.23 - - [2026-02-05 02:17:10] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002112 10.0.0.27 - - [2026-02-05 02:17:10] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.055404 10.0.0.23 - - [2026-02-05 02:17:12] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.27 - - [2026-02-05 02:17:12] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052365 10.0.0.23 - - [2026-02-05 02:17:12] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.27 - - [2026-02-05 02:17:12] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.068472 10.0.0.23 - - [2026-02-05 02:17:14] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.27 - - [2026-02-05 02:17:14] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055264 10.0.0.23 - - [2026-02-05 02:17:14] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001756 10.0.0.27 - - [2026-02-05 02:17:14] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.060820 10.0.0.23 - - [2026-02-05 02:17:16] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001503 10.0.0.27 - - [2026-02-05 02:17:16] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047545 10.0.0.23 - - [2026-02-05 02:17:16] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001423 10.0.0.27 - - [2026-02-05 02:17:16] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.060883 10.0.0.23 - - [2026-02-05 02:17:18] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.27 - - [2026-02-05 02:17:18] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057388 10.0.0.23 - - [2026-02-05 02:17:18] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002471 10.0.0.27 - - [2026-02-05 02:17:19] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.053535 10.0.0.23 - - [2026-02-05 02:17:21] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.27 - - [2026-02-05 02:17:21] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057256 10.0.0.23 - - [2026-02-05 02:17:21] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002335 10.0.0.27 - - [2026-02-05 02:17:21] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.053602 10.0.0.23 - - [2026-02-05 02:17:23] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.27 - - [2026-02-05 02:17:23] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062436 10.0.0.23 - - [2026-02-05 02:17:23] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001300 10.0.0.27 - - [2026-02-05 02:17:23] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.058855 10.0.0.23 - - [2026-02-05 02:17:25] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.27 - - [2026-02-05 02:17:25] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050124 10.0.0.23 - - [2026-02-05 02:17:25] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.27 - - [2026-02-05 02:17:25] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.043748 10.0.0.23 - - [2026-02-05 02:17:27] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373 10.0.0.27 - - [2026-02-05 02:17:27] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047369 10.0.0.23 - - [2026-02-05 02:17:27] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.27 - - [2026-02-05 02:17:27] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.047068 10.0.0.23 - - [2026-02-05 02:17:29] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001379 10.0.0.27 - - [2026-02-05 02:17:29] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047019 10.0.0.23 - - [2026-02-05 02:17:29] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.27 - - [2026-02-05 02:17:29] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.045819 10.0.0.23 - - [2026-02-05 02:17:31] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.27 - - [2026-02-05 02:17:31] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054402 10.0.0.23 - - [2026-02-05 02:17:31] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001738 10.0.0.27 - - [2026-02-05 02:17:31] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.046584 10.0.0.23 - - [2026-02-05 02:17:34] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.27 - - [2026-02-05 02:17:34] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059093 10.0.0.23 - - [2026-02-05 02:17:34] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.27 - - [2026-02-05 02:17:34] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.057850 10.0.0.23 - - [2026-02-05 02:17:36] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.27 - - [2026-02-05 02:17:36] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044595 10.0.0.23 - - [2026-02-05 02:17:36] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.27 - - [2026-02-05 02:17:36] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.047170 10.0.0.23 - - [2026-02-05 02:17:38] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001462 10.0.0.27 - - [2026-02-05 02:17:38] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060006 10.0.0.23 - - [2026-02-05 02:17:38] "GET /projects?obj_uuids=7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.27 - - [2026-02-05 02:17:38] "GET /project/7cb997f3-f5de-4eb7-a2e9-9feaa1a2aeb6?fields=virtual_networks HTTP/1.1" 200 1333 0.054868 10.0.0.27 - - [2026-02-05 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.037605 10.0.0.23 - - [2026-02-05 02:17:38] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005781 10.0.0.23 - - [2026-02-05 02:17:39] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.23 - - [2026-02-05 02:17:39] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008759 10.0.0.23 - - [2026-02-05 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.003852 10.0.0.23 - - [2026-02-05 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.007448 10.0.0.23 - - [2026-02-05 02:17:39] "POST /security-groups HTTP/1.1" 200 592 0.085039 10.0.0.23 - - [2026-02-05 02:17:39] "POST /projects HTTP/1.1" 200 587 0.304282 10.0.0.23 - - [2026-02-05 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.351817 10.0.0.50 - - [2026-02-05 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.015886 10.0.0.27 - - [2026-02-05 02:17:39] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.520549 10.0.0.27 - - [2026-02-05 02:17:40] "GET / HTTP/1.1" 200 35931 0.002005 10.0.0.27 - - [2026-02-05 02:17:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.27 - - [2026-02-05 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.104049 10.0.0.23 - - [2026-02-05 02:17:41] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001521 10.0.0.27 - - [2026-02-05 02:17:41] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067483 10.0.0.23 - - [2026-02-05 02:17:41] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001339 10.0.0.27 - - [2026-02-05 02:17:42] "POST /neutron/network HTTP/1.1" 200 670 0.195305 10.0.0.50 - - [2026-02-05 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.034913 10.0.0.27 - - [2026-02-05 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 253 0.004014 10.0.0.27 - - [2026-02-05 02:17:42] "GET /virtual-network/0c1835d7-fba2-461f-a205-75c23798596e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.008580 10.0.0.27 - - [2026-02-05 02:17:42] "POST /neutron/network HTTP/1.1" 200 888 0.008577 10.0.0.27 - - [2026-02-05 02:17:42] "GET /virtual-network/0c1835d7-fba2-461f-a205-75c23798596e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.006083 10.0.0.27 - - [2026-02-05 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2026-02-05 02:17:42] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.27 - - [2026-02-05 02:17:42] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043148 10.0.0.27 - - [2026-02-05 02:17:42] "POST /neutron/network HTTP/1.1" 200 117 0.017399 10.0.0.27 - - [2026-02-05 02:17:43] "POST /neutron/network HTTP/1.1" 200 889 0.011381 10.0.0.27 - - [2026-02-05 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 253 0.001136 10.0.0.27 - - [2026-02-05 02:17:43] "GET /virtual-network/22fcf822-e687-4818-a217-8d2c9ba85067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006094 10.0.0.27 - - [2026-02-05 02:17:43] "GET /virtual-network/22fcf822-e687-4818-a217-8d2c9ba85067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.005883 10.0.0.27 - - [2026-02-05 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.017455 10.0.0.27 - - [2026-02-05 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.23 - - [2026-02-05 02:17:43] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.27 - - [2026-02-05 02:17:43] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048010 10.0.0.50 - - [2026-02-05 02:17:43] "POST /route-targets HTTP/1.1" 200 327 0.037027 10.0.0.23 - - [2026-02-05 02:17:43] "POST /useragent-kv HTTP/1.1" 200 115 0.016279 10.0.0.27 - - [2026-02-05 02:17:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.282012 10.0.0.27 - - [2026-02-05 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 254 0.001423 10.0.0.27 - - [2026-02-05 02:17:43] "GET /virtual-network/7ac15016-6642-4fb1-9d43-576c218b0e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007604 10.0.0.27 - - [2026-02-05 02:17:44] "GET /virtual-network/7ac15016-6642-4fb1-9d43-576c218b0e4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.009229 10.0.0.27 - - [2026-02-05 02:17:44] "POST /neutron/network HTTP/1.1" 200 891 0.009193 10.0.0.27 - - [2026-02-05 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 253 0.003087 10.0.0.23 - - [2026-02-05 02:17:44] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.27 - - [2026-02-05 02:17:45] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.099993 10.0.0.27 - - [2026-02-05 02:17:45] "POST /neutron/network HTTP/1.1" 200 889 0.009977 10.0.0.27 - - [2026-02-05 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 254 0.001467 10.0.0.27 - - [2026-02-05 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.007066 10.0.0.23 - - [2026-02-05 02:17:45] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.27 - - [2026-02-05 02:17:46] "POST /neutron/port HTTP/1.1" 200 1061 0.357847 10.0.0.27 - - [2026-02-05 02:17:46] "POST /neutron/port HTTP/1.1" 200 1115 0.143653 10.0.0.23 - - [2026-02-05 02:17:46] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001207 10.0.0.27 - - [2026-02-05 02:17:46] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.107566 10.0.0.27 - - [2026-02-05 02:17:46] "POST /neutron/network HTTP/1.1" 200 891 0.013730 10.0.0.27 - - [2026-02-05 02:17:46] "POST /neutron/network HTTP/1.1" 200 889 0.008372 10.0.0.27 - - [2026-02-05 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.009416 10.0.0.27 - - [2026-02-05 02:17:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003970 10.0.0.27 - - [2026-02-05 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2026-02-05 02:17:47] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.27 - - [2026-02-05 02:17:47] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.016857 10.0.0.27 - - [2026-02-05 02:17:47] "POST /service-templates HTTP/1.1" 200 543 0.051833 10.0.0.27 - - [2026-02-05 02:17:47] "POST /neutron/port HTTP/1.1" 200 1061 0.033797 10.0.0.27 - - [2026-02-05 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2026-02-05 02:17:47] "GET /service-template/6f3471aa-14a1-4989-abf6-3ffa319dfa2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.010607 10.0.0.27 - - [2026-02-05 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2026-02-05 02:17:48] "GET /service-template/6f3471aa-14a1-4989-abf6-3ffa319dfa2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004282 10.0.0.27 - - [2026-02-05 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 253 0.001375 10.0.0.27 - - [2026-02-05 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 253 0.001248 10.0.0.27 - - [2026-02-05 02:17:48] "POST /neutron/port HTTP/1.1" 200 1125 0.023786 10.0.0.27 - - [2026-02-05 02:17:48] "POST /id-to-fqname HTTP/1.1" 200 254 0.001676 10.0.0.27 - - [2026-02-05 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.27 - - [2026-02-05 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008034 10.0.0.27 - - [2026-02-05 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-02-05 02:17:48] "DELETE /service-template/6f3471aa-14a1-4989-abf6-3ffa319dfa2e HTTP/1.1" 200 115 0.036435 10.0.0.27 - - [2026-02-05 02:17:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.005157 10.0.0.27 - - [2026-02-05 02:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.019184 10.0.0.27 - - [2026-02-05 02:17:51] "POST /neutron/port HTTP/1.1" 200 1125 0.031820 10.0.0.27 - - [2026-02-05 02:17:52] "POST /neutron/network HTTP/1.1" 200 889 0.007172 10.0.0.50 - - [2026-02-05 02:17:52] "DELETE /route-target/2a51680c-b99e-49d4-90bb-20a6428df080 HTTP/1.1" 200 115 0.043400 10.0.0.23 - - [2026-02-05 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004171 10.0.0.23 - - [2026-02-05 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002963 10.0.0.27 - - [2026-02-05 02:17:53] "POST /neutron/network HTTP/1.1" 200 151 0.146718 10.0.0.50 - - [2026-02-05 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2026-02-05 02:17:53] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.27 - - [2026-02-05 02:17:53] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050683 10.0.0.23 - - [2026-02-05 02:17:53] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001345 10.0.0.27 - - [2026-02-05 02:17:53] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?fields=virtual_networks HTTP/1.1" 200 1035 0.058523 10.0.0.23 - - [2026-02-05 02:17:53] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.27 - - [2026-02-05 02:17:53] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.050061 10.0.0.23 - - [2026-02-05 02:17:53] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.27 - - [2026-02-05 02:17:53] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?fields=security_groups HTTP/1.1" 200 1262 0.057160 10.0.0.27 - - [2026-02-05 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.030302 10.0.0.23 - - [2026-02-05 02:17:54] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004255 10.0.0.23 - - [2026-02-05 02:17:54] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.23 - - [2026-02-05 02:17:54] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009965 10.0.0.23 - - [2026-02-05 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 195 0.001275 10.0.0.23 - - [2026-02-05 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 204 0.020574 10.0.0.23 - - [2026-02-05 02:17:54] "POST /security-groups HTTP/1.1" 200 596 0.036282 10.0.0.23 - - [2026-02-05 02:17:55] "POST /projects HTTP/1.1" 200 595 0.291095 10.0.0.50 - - [2026-02-05 02:17:55] "POST /access-control-lists HTTP/1.1" 200 601 0.030240 10.0.0.23 - - [2026-02-05 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.370809 10.0.0.27 - - [2026-02-05 02:17:55] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.537318 10.0.0.27 - - [2026-02-05 02:17:56] "GET / HTTP/1.1" 200 35931 0.002371 10.0.0.27 - - [2026-02-05 02:17:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.27 - - [2026-02-05 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.138749 10.0.0.23 - - [2026-02-05 02:17:57] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001112 10.0.0.27 - - [2026-02-05 02:17:57] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.051920 10.0.0.27 - - [2026-02-05 02:17:57] "POST /neutron/network HTTP/1.1" 200 117 0.071075 10.0.0.50 - - [2026-02-05 02:17:57] "POST /route-targets HTTP/1.1" 200 327 0.014946 10.0.0.23 - - [2026-02-05 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007528 10.0.0.27 - - [2026-02-05 02:17:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.267315 10.0.0.27 - - [2026-02-05 02:17:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001268 10.0.0.27 - - [2026-02-05 02:17:58] "GET /virtual-network/243e0330-7615-457b-ac7b-4591c3b5f9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006290 10.0.0.50 - - [2026-02-05 02:17:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.045696 10.0.0.27 - - [2026-02-05 02:17:58] "GET /virtual-network/243e0330-7615-457b-ac7b-4591c3b5f9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005789 10.0.0.27 - - [2026-02-05 02:17:58] "POST /neutron/network HTTP/1.1" 200 1075 0.010084 10.0.0.27 - - [2026-02-05 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.23 - - [2026-02-05 02:17:58] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001760 10.0.0.27 - - [2026-02-05 02:17:58] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057548 10.0.0.27 - - [2026-02-05 02:17:58] "POST /neutron/network HTTP/1.1" 200 117 0.028060 10.0.0.50 - - [2026-02-05 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.030891 10.0.0.50 - - [2026-02-05 02:17:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.003781 10.0.0.23 - - [2026-02-05 02:17:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007974 10.0.0.27 - - [2026-02-05 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.194318 10.0.0.27 - - [2026-02-05 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001375 10.0.0.27 - - [2026-02-05 02:17:59] "GET /virtual-network/0efd7c94-e02d-4c7b-917c-2d67564c939b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.006205 10.0.0.27 - - [2026-02-05 02:17:59] "GET /virtual-network/0efd7c94-e02d-4c7b-917c-2d67564c939b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005967 10.0.0.27 - - [2026-02-05 02:17:59] "POST /neutron/network HTTP/1.1" 200 1073 0.009842 10.0.0.27 - - [2026-02-05 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.23 - - [2026-02-05 02:17:59] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001014 10.0.0.27 - - [2026-02-05 02:17:59] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057499 10.0.0.27 - - [2026-02-05 02:17:59] "POST /neutron/network HTTP/1.1" 200 117 0.019407 10.0.0.23 - - [2026-02-05 02:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007082 10.0.0.27 - - [2026-02-05 02:18:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.225759 10.0.0.27 - - [2026-02-05 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.001370 10.0.0.27 - - [2026-02-05 02:18:00] "GET /virtual-network/3f5e68ba-9c8d-4149-8091-12a8d793142d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.005840 10.0.0.27 - - [2026-02-05 02:18:00] "GET /virtual-network/3f5e68ba-9c8d-4149-8091-12a8d793142d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.006213 10.0.0.27 - - [2026-02-05 02:18:00] "POST /neutron/network HTTP/1.1" 200 1078 0.010269 10.0.0.27 - - [2026-02-05 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.001785 10.0.0.27 - - [2026-02-05 02:18:00] "POST /neutron/network HTTP/1.1" 200 1083 0.008111 10.0.0.23 - - [2026-02-05 02:18:01] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001046 10.0.0.27 - - [2026-02-05 02:18:01] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.088225 10.0.0.27 - - [2026-02-05 02:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.007778 10.0.0.27 - - [2026-02-05 02:18:01] "POST /id-to-fqname HTTP/1.1" 200 262 0.001511 10.0.0.27 - - [2026-02-05 02:18:01] "POST /neutron/network HTTP/1.1" 200 1083 0.007643 10.0.0.27 - - [2026-02-05 02:18:02] "POST /neutron/port HTTP/1.1" 200 1170 0.025011 10.0.0.23 - - [2026-02-05 02:18:02] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000976 10.0.0.27 - - [2026-02-05 02:18:02] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.074796 10.0.0.27 - - [2026-02-05 02:18:02] "POST /neutron/port HTTP/1.1" 200 1234 0.028196 10.0.0.27 - - [2026-02-05 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015036 10.0.0.27 - - [2026-02-05 02:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.27 - - [2026-02-05 02:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.006199 10.0.0.27 - - [2026-02-05 02:18:03] "POST /neutron/port HTTP/1.1" 200 1173 0.023608 10.0.0.27 - - [2026-02-05 02:18:03] "POST /neutron/port HTTP/1.1" 200 1237 0.020896 10.0.0.27 - - [2026-02-05 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 1389 0.025137 10.0.0.27 - - [2026-02-05 02:18:04] "POST /neutron/network HTTP/1.1" 200 1078 0.009526 10.0.0.27 - - [2026-02-05 02:18:05] "POST /neutron/port HTTP/1.1" 200 1234 0.019464 10.0.0.27 - - [2026-02-05 02:18:05] "POST /neutron/port HTTP/1.1" 200 1237 0.019217 10.0.0.27 - - [2026-02-05 02:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.009605 10.0.0.50 - - [2026-02-05 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.27 - - [2026-02-05 02:18:06] "POST /neutron/network HTTP/1.1" 200 1078 0.016922 10.0.0.50 - - [2026-02-05 02:18:07] "DELETE /route-target/f51ce590-b514-4377-969d-88c0195185f1 HTTP/1.1" 200 115 0.038930 10.0.0.23 - - [2026-02-05 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003962 10.0.0.23 - - [2026-02-05 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.23 - - [2026-02-05 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.23 - - [2026-02-05 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002972 10.0.0.27 - - [2026-02-05 02:18:07] "POST /neutron/network HTTP/1.1" 200 151 0.197199 10.0.0.23 - - [2026-02-05 02:18:07] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002142 10.0.0.27 - - [2026-02-05 02:18:07] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.100772 10.0.0.23 - - [2026-02-05 02:18:07] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000963 10.0.0.27 - - [2026-02-05 02:18:07] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?fields=virtual_networks HTTP/1.1" 200 1041 0.062276 10.0.0.23 - - [2026-02-05 02:18:07] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001465 10.0.0.27 - - [2026-02-05 02:18:07] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.060717 10.0.0.23 - - [2026-02-05 02:18:07] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001084 10.0.0.27 - - [2026-02-05 02:18:07] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?fields=security_groups HTTP/1.1" 200 1272 0.048703 10.0.0.23 - - [2026-02-05 02:18:08] "DELETE /project/d08edfe48b0d4658bc6fc0e6a4d746a8 HTTP/1.1" 404 173 0.006473 10.0.0.23 - - [2026-02-05 02:18:08] "DELETE /project/1f044ba5813a4a638a3b5029a5059e06 HTTP/1.1" 404 173 0.007940 10.0.0.23 - - [2026-02-05 02:18:08] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000934 10.0.0.23 - - [2026-02-05 02:18:08] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000861 10.0.0.23 - - [2026-02-05 02:18:08] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.048553 10.0.0.23 - - [2026-02-05 02:18:08] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001931 10.0.0.23 - - [2026-02-05 02:18:08] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.082547 10.0.0.23 - - [2026-02-05 02:18:08] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.23 - - [2026-02-05 02:18:08] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?fields=security_groups HTTP/1.1" 200 1377 0.058478 10.0.0.23 - - [2026-02-05 02:18:09] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?fields=security_groups HTTP/1.1" 200 1367 0.125461 10.0.0.23 - - [2026-02-05 02:18:09] "DELETE /security-group/5a20a94e-aa08-4f62-a6f2-de29e8dfc8af HTTP/1.1" 200 115 0.106445 10.0.0.23 - - [2026-02-05 02:18:09] "GET /projects?obj_uuids=1f044ba5-813a-4a63-8a3b-5029a5059e06&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001204 10.0.0.50 - - [2026-02-05 02:18:09] "DELETE /access-control-list/b5706c8d-5439-491c-949f-14517223900d HTTP/1.1" 200 115 0.052788 10.0.0.23 - - [2026-02-05 02:18:09] "GET /project/1f044ba5-813a-4a63-8a3b-5029a5059e06?fields=application_policy_sets HTTP/1.1" 200 1416 0.070015 10.0.0.23 - - [2026-02-05 02:18:09] "DELETE /security-group/28e66048-a80f-4f62-b1f0-e6dd57301d48 HTTP/1.1" 200 115 0.099849 10.0.0.27 - - [2026-02-05 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.063949 10.0.0.23 - - [2026-02-05 02:18:09] "GET /projects?obj_uuids=d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001717 10.0.0.23 - - [2026-02-05 02:18:09] "GET /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8?fields=application_policy_sets HTTP/1.1" 200 1406 0.086243 10.0.0.23 - - [2026-02-05 02:18:09] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012372 10.0.0.50 - - [2026-02-05 02:18:09] "DELETE /access-control-list/e7f3d432-8a2d-4ccc-97d4-1811b054d97d HTTP/1.1" 200 115 0.077563 10.0.0.23 - - [2026-02-05 02:18:09] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001476 10.0.0.23 - - [2026-02-05 02:18:09] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013959 10.0.0.23 - - [2026-02-05 02:18:09] "DELETE /project/1f044ba5-813a-4a63-8a3b-5029a5059e06 HTTP/1.1" 200 115 0.647480 10.0.0.23 - - [2026-02-05 02:18:09] "DELETE /project/d08edfe4-8b0d-4658-bc6f-c0e6a4d746a8 HTTP/1.1" 200 115 0.713231 10.0.0.23 - - [2026-02-05 02:18:09] "POST /id-to-fqname HTTP/1.1" 200 198 0.001909 10.0.0.23 - - [2026-02-05 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.004935 10.0.0.23 - - [2026-02-05 02:18:09] "POST /security-groups HTTP/1.1" 200 599 0.078108 10.0.0.23 - - [2026-02-05 02:18:09] "POST /projects HTTP/1.1" 200 601 0.349571 10.0.0.23 - - [2026-02-05 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.415740 10.0.0.50 - - [2026-02-05 02:18:09] "POST /fqname-to-id HTTP/1.1" 404 241 0.010433 10.0.0.27 - - [2026-02-05 02:18:10] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.691475 10.0.0.27 - - [2026-02-05 02:18:11] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.27 - - [2026-02-05 02:18:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2026-02-05 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.067439 10.0.0.23 - - [2026-02-05 02:18:12] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030695 10.0.0.27 - - [2026-02-05 02:18:12] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069870 10.0.0.50 - - [2026-02-05 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.049430 10.0.0.23 - - [2026-02-05 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009066 10.0.0.27 - - [2026-02-05 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.275084 10.0.0.27 - - [2026-02-05 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001485 10.0.0.27 - - [2026-02-05 02:18:12] "GET /virtual-network/16efb696-5d68-4ffd-b123-9cfc8086588c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006536 10.0.0.27 - - [2026-02-05 02:18:12] "GET /virtual-network/16efb696-5d68-4ffd-b123-9cfc8086588c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006521 10.0.0.27 - - [2026-02-05 02:18:12] "POST /neutron/network HTTP/1.1" 200 911 0.007752 10.0.0.27 - - [2026-02-05 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.23 - - [2026-02-05 02:18:12] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.27 - - [2026-02-05 02:18:12] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040490 10.0.0.23 - - [2026-02-05 02:18:12] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.27 - - [2026-02-05 02:18:13] "POST /neutron/network HTTP/1.1" 200 691 0.160439 10.0.0.27 - - [2026-02-05 02:18:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.004210 10.0.0.27 - - [2026-02-05 02:18:13] "GET /virtual-network/7c74a5db-2bf7-4ad7-809a-6dac35e56011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006753 10.0.0.27 - - [2026-02-05 02:18:13] "POST /neutron/network HTTP/1.1" 200 909 0.007113 10.0.0.27 - - [2026-02-05 02:18:13] "GET /virtual-network/7c74a5db-2bf7-4ad7-809a-6dac35e56011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005890 10.0.0.27 - - [2026-02-05 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2026-02-05 02:18:13] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001458 10.0.0.27 - - [2026-02-05 02:18:13] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052528 10.0.0.27 - - [2026-02-05 02:18:13] "POST /neutron/network HTTP/1.1" 200 117 0.025964 10.0.0.50 - - [2026-02-05 02:18:13] "POST /route-targets HTTP/1.1" 200 327 0.015787 10.0.0.27 - - [2026-02-05 02:18:14] "POST /neutron/network HTTP/1.1" 200 911 0.009687 10.0.0.27 - - [2026-02-05 02:18:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.001065 10.0.0.27 - - [2026-02-05 02:18:14] "GET /virtual-network/484a014e-1315-47c3-8e7f-b5731616acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005775 10.0.0.27 - - [2026-02-05 02:18:14] "GET /virtual-network/484a014e-1315-47c3-8e7f-b5731616acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006862 10.0.0.27 - - [2026-02-05 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.010610 10.0.0.27 - - [2026-02-05 02:18:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.001512 10.0.0.23 - - [2026-02-05 02:18:15] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001344 10.0.0.27 - - [2026-02-05 02:18:15] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066235 10.0.0.27 - - [2026-02-05 02:18:15] "POST /neutron/port HTTP/1.1" 200 117 0.009223 10.0.0.27 - - [2026-02-05 02:18:15] "POST /id-to-fqname HTTP/1.1" 200 268 0.001978 10.0.0.27 - - [2026-02-05 02:18:15] "POST /neutron/network HTTP/1.1" 200 921 0.007406 10.0.0.27 - - [2026-02-05 02:18:16] "POST /neutron/port HTTP/1.1" 200 1067 0.019349 10.0.0.23 - - [2026-02-05 02:18:16] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.27 - - [2026-02-05 02:18:16] "POST /neutron/port HTTP/1.1" 200 1131 0.049326 10.0.0.27 - - [2026-02-05 02:18:16] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.126184 10.0.0.27 - - [2026-02-05 02:18:16] "POST /neutron/network HTTP/1.1" 200 911 0.007152 10.0.0.27 - - [2026-02-05 02:18:16] "POST /neutron/port HTTP/1.1" 200 1131 0.022806 10.0.0.27 - - [2026-02-05 02:18:17] "POST /neutron/network HTTP/1.1" 200 921 0.007237 10.0.0.27 - - [2026-02-05 02:18:17] "POST /neutron/port HTTP/1.1" 200 1067 0.020015 10.0.0.27 - - [2026-02-05 02:18:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004859 10.0.0.27 - - [2026-02-05 02:18:17] "POST /neutron/network HTTP/1.1" 200 911 0.007126 10.0.0.27 - - [2026-02-05 02:18:18] "POST /neutron/port HTTP/1.1" 200 1131 0.023185 10.0.0.27 - - [2026-02-05 02:18:19] "POST /neutron/port HTTP/1.1" 200 1131 0.049566 10.0.0.27 - - [2026-02-05 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.006891 10.0.0.27 - - [2026-02-05 02:18:20] "POST /neutron/network HTTP/1.1" 200 911 0.007852 10.0.0.50 - - [2026-02-05 02:18:20] "DELETE /route-target/5b446818-fc6b-4472-8592-9f2947a09f02 HTTP/1.1" 200 115 0.056437 10.0.0.50 - - [2026-02-05 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006342 10.0.0.23 - - [2026-02-05 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004168 10.0.0.23 - - [2026-02-05 02:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006418 10.0.0.27 - - [2026-02-05 02:18:20] "POST /neutron/network HTTP/1.1" 200 151 0.121336 10.0.0.23 - - [2026-02-05 02:18:20] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.27 - - [2026-02-05 02:18:21] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.105674 10.0.0.23 - - [2026-02-05 02:18:21] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.27 - - [2026-02-05 02:18:21] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?fields=virtual_networks HTTP/1.1" 200 1048 0.048602 10.0.0.23 - - [2026-02-05 02:18:21] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.27 - - [2026-02-05 02:18:21] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.043037 10.0.0.23 - - [2026-02-05 02:18:21] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.27 - - [2026-02-05 02:18:21] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?fields=security_groups HTTP/1.1" 200 1282 0.042240 10.0.0.27 - - [2026-02-05 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.034727 10.0.0.23 - - [2026-02-05 02:18:22] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003853 10.0.0.23 - - [2026-02-05 02:18:22] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.23 - - [2026-02-05 02:18:22] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040525 10.0.0.23 - - [2026-02-05 02:18:22] "POST /id-to-fqname HTTP/1.1" 200 195 0.003026 10.0.0.23 - - [2026-02-05 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 204 0.005296 10.0.0.23 - - [2026-02-05 02:18:22] "POST /security-groups HTTP/1.1" 200 596 0.040839 10.0.0.23 - - [2026-02-05 02:18:22] "POST /projects HTTP/1.1" 200 595 0.264472 10.0.0.23 - - [2026-02-05 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.303773 10.0.0.50 - - [2026-02-05 02:18:22] "POST /access-control-lists HTTP/1.1" 200 601 0.032735 10.0.0.27 - - [2026-02-05 02:18:22] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.503861 10.0.0.27 - - [2026-02-05 02:18:24] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.27 - - [2026-02-05 02:18:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.27 - - [2026-02-05 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.060564 10.0.0.23 - - [2026-02-05 02:18:24] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000977 10.0.0.27 - - [2026-02-05 02:18:24] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.046202 10.0.0.50 - - [2026-02-05 02:18:25] "POST /route-targets HTTP/1.1" 200 327 0.017353 10.0.0.23 - - [2026-02-05 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007025 10.0.0.27 - - [2026-02-05 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.237232 10.0.0.27 - - [2026-02-05 02:18:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.001379 10.0.0.27 - - [2026-02-05 02:18:25] "GET /virtual-network/3ce35dfa-ffaf-45e0-85f5-bca378b4f235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005685 10.0.0.27 - - [2026-02-05 02:18:25] "GET /virtual-network/3ce35dfa-ffaf-45e0-85f5-bca378b4f235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005993 10.0.0.27 - - [2026-02-05 02:18:25] "POST /neutron/network HTTP/1.1" 200 901 0.008753 10.0.0.27 - - [2026-02-05 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.23 - - [2026-02-05 02:18:25] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000961 10.0.0.27 - - [2026-02-05 02:18:25] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.063613 10.0.0.23 - - [2026-02-05 02:18:25] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001048 10.0.0.27 - - [2026-02-05 02:18:25] "POST /neutron/network HTTP/1.1" 200 682 0.146314 10.0.0.50 - - [2026-02-05 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.023089 10.0.0.27 - - [2026-02-05 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.003529 10.0.0.27 - - [2026-02-05 02:18:26] "GET /virtual-network/6e3357c3-0762-4d6a-8413-fce1852c68b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007413 10.0.0.27 - - [2026-02-05 02:18:26] "POST /neutron/network HTTP/1.1" 200 902 0.007189 10.0.0.27 - - [2026-02-05 02:18:26] "GET /virtual-network/6e3357c3-0762-4d6a-8413-fce1852c68b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007996 10.0.0.27 - - [2026-02-05 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.23 - - [2026-02-05 02:18:26] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001083 10.0.0.27 - - [2026-02-05 02:18:26] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.043955 10.0.0.27 - - [2026-02-05 02:18:26] "POST /neutron/network HTTP/1.1" 200 117 0.015827 10.0.0.27 - - [2026-02-05 02:18:26] "POST /neutron/network HTTP/1.1" 200 902 0.009042 10.0.0.27 - - [2026-02-05 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 262 0.001157 10.0.0.27 - - [2026-02-05 02:18:26] "GET /virtual-network/04d51b31-a11f-4b1d-b04c-99f7ad1fa565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005519 10.0.0.27 - - [2026-02-05 02:18:26] "GET /virtual-network/04d51b31-a11f-4b1d-b04c-99f7ad1fa565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.007982 10.0.0.27 - - [2026-02-05 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.010745 10.0.0.27 - - [2026-02-05 02:18:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001160 10.0.0.23 - - [2026-02-05 02:18:27] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001415 10.0.0.27 - - [2026-02-05 02:18:27] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.080877 10.0.0.27 - - [2026-02-05 02:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.007077 10.0.0.27 - - [2026-02-05 02:18:28] "POST /id-to-fqname HTTP/1.1" 200 262 0.001493 10.0.0.27 - - [2026-02-05 02:18:28] "POST /neutron/network HTTP/1.1" 200 912 0.007927 10.0.0.27 - - [2026-02-05 02:18:28] "POST /neutron/port HTTP/1.1" 200 1066 0.022516 10.0.0.27 - - [2026-02-05 02:18:29] "POST /neutron/port HTTP/1.1" 200 1130 0.019845 10.0.0.23 - - [2026-02-05 02:18:29] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001266 10.0.0.27 - - [2026-02-05 02:18:29] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.098759 10.0.0.27 - - [2026-02-05 02:18:29] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.27 - - [2026-02-05 02:18:29] "POST /neutron/port HTTP/1.1" 200 1130 0.020719 10.0.0.27 - - [2026-02-05 02:18:29] "POST /neutron/network HTTP/1.1" 200 912 0.009036 10.0.0.27 - - [2026-02-05 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003570 10.0.0.27 - - [2026-02-05 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.23 - - [2026-02-05 02:18:30] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.27 - - [2026-02-05 02:18:30] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007716 10.0.0.27 - - [2026-02-05 02:18:30] "POST /neutron/port HTTP/1.1" 200 1064 0.021883 10.0.0.27 - - [2026-02-05 02:18:30] "POST /service-templates HTTP/1.1" 200 543 0.038149 10.0.0.27 - - [2026-02-05 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.27 - - [2026-02-05 02:18:30] "GET /service-template/ac061920-4163-4c3a-be85-9422e7440ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.008875 10.0.0.27 - - [2026-02-05 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2026-02-05 02:18:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004924 10.0.0.27 - - [2026-02-05 02:18:30] "GET /service-template/ac061920-4163-4c3a-be85-9422e7440ce7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004580 10.0.0.27 - - [2026-02-05 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 261 0.001481 10.0.0.27 - - [2026-02-05 02:18:30] "POST /neutron/network HTTP/1.1" 200 902 0.007278 10.0.0.27 - - [2026-02-05 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 261 0.001253 10.0.0.27 - - [2026-02-05 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 262 0.001298 10.0.0.27 - - [2026-02-05 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.27 - - [2026-02-05 02:18:30] "DELETE /service-template/ac061920-4163-4c3a-be85-9422e7440ce7 HTTP/1.1" 200 115 0.032396 10.0.0.27 - - [2026-02-05 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.006879 10.0.0.27 - - [2026-02-05 02:18:33] "POST /neutron/network HTTP/1.1" 200 902 0.010580 10.0.0.27 - - [2026-02-05 02:18:33] "POST /neutron/port HTTP/1.1" 200 1118 0.016259 10.0.0.27 - - [2026-02-05 02:18:33] "POST /neutron/port HTTP/1.1" 200 1120 0.022361 10.0.0.23 - - [2026-02-05 02:18:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003449 10.0.0.50 - - [2026-02-05 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010541 10.0.0.23 - - [2026-02-05 02:18:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009011 10.0.0.27 - - [2026-02-05 02:18:35] "POST /neutron/network HTTP/1.1" 200 151 0.155428 10.0.0.50 - - [2026-02-05 02:18:35] "DELETE /route-target/b63aa516-03bf-47e6-8f6b-94359368470a HTTP/1.1" 200 115 0.041623 10.0.0.27 - - [2026-02-05 02:18:35] "POST /neutron/network HTTP/1.1" 200 901 0.015417 10.0.0.23 - - [2026-02-05 02:18:35] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001084 10.0.0.27 - - [2026-02-05 02:18:35] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.051514 10.0.0.23 - - [2026-02-05 02:18:35] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001072 10.0.0.27 - - [2026-02-05 02:18:35] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?fields=virtual_networks HTTP/1.1" 200 1043 0.045293 10.0.0.23 - - [2026-02-05 02:18:35] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001121 10.0.0.27 - - [2026-02-05 02:18:35] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.043624 10.0.0.23 - - [2026-02-05 02:18:36] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001954 10.0.0.27 - - [2026-02-05 02:18:36] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?fields=security_groups HTTP/1.1" 200 1274 0.045688 10.0.0.27 - - [2026-02-05 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.032538 10.0.0.23 - - [2026-02-05 02:18:37] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003678 10.0.0.23 - - [2026-02-05 02:18:37] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.23 - - [2026-02-05 02:18:37] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007641 10.0.0.23 - - [2026-02-05 02:18:37] "POST /id-to-fqname HTTP/1.1" 200 199 0.001237 10.0.0.23 - - [2026-02-05 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.018883 10.0.0.23 - - [2026-02-05 02:18:37] "POST /security-groups HTTP/1.1" 200 600 0.040863 10.0.0.50 - - [2026-02-05 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 243 0.007700 10.0.0.23 - - [2026-02-05 02:18:37] "POST /projects HTTP/1.1" 200 603 0.272240 10.0.0.23 - - [2026-02-05 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.313884 10.0.0.27 - - [2026-02-05 02:18:37] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.496636 10.0.0.50 - - [2026-02-05 02:18:37] "POST /access-control-lists HTTP/1.1" 200 603 0.054523 10.0.0.27 - - [2026-02-05 02:18:38] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.27 - - [2026-02-05 02:18:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2026-02-05 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.066147 10.0.0.23 - - [2026-02-05 02:18:39] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000961 10.0.0.27 - - [2026-02-05 02:18:39] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055640 10.0.0.23 - - [2026-02-05 02:18:39] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001392 10.0.0.27 - - [2026-02-05 02:18:40] "POST /neutron/network HTTP/1.1" 200 694 0.168455 10.0.0.50 - - [2026-02-05 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.010540 10.0.0.27 - - [2026-02-05 02:18:40] "POST /neutron/network HTTP/1.1" 200 1089 0.012506 10.0.0.27 - - [2026-02-05 02:18:40] "POST /id-to-fqname HTTP/1.1" 200 269 0.001209 10.0.0.27 - - [2026-02-05 02:18:40] "GET /virtual-network/94232f6a-5515-4921-8338-46bd34f10f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005350 10.0.0.27 - - [2026-02-05 02:18:40] "GET /virtual-network/94232f6a-5515-4921-8338-46bd34f10f59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005812 10.0.0.27 - - [2026-02-05 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.010566 10.0.0.27 - - [2026-02-05 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2026-02-05 02:18:40] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001121 10.0.0.27 - - [2026-02-05 02:18:40] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045088 10.0.0.23 - - [2026-02-05 02:18:41] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001043 10.0.0.27 - - [2026-02-05 02:18:41] "POST /neutron/network HTTP/1.1" 200 694 0.160609 10.0.0.50 - - [2026-02-05 02:18:41] "POST /route-targets HTTP/1.1" 200 327 0.015654 10.0.0.50 - - [2026-02-05 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.006498 10.0.0.27 - - [2026-02-05 02:18:41] "POST /neutron/network HTTP/1.1" 200 1086 0.012426 10.0.0.27 - - [2026-02-05 02:18:41] "POST /id-to-fqname HTTP/1.1" 200 269 0.001306 10.0.0.27 - - [2026-02-05 02:18:41] "GET /virtual-network/2580385e-ec78-47c8-93c3-75cfd8cae909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.006939 10.0.0.27 - - [2026-02-05 02:18:41] "GET /virtual-network/2580385e-ec78-47c8-93c3-75cfd8cae909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005647 10.0.0.27 - - [2026-02-05 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 823 0.009597 10.0.0.27 - - [2026-02-05 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2026-02-05 02:18:42] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001137 10.0.0.27 - - [2026-02-05 02:18:42] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.073252 10.0.0.23 - - [2026-02-05 02:18:42] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001812 10.0.0.27 - - [2026-02-05 02:18:42] "POST /neutron/network HTTP/1.1" 200 696 0.167715 10.0.0.50 - - [2026-02-05 02:18:42] "POST /ref-update HTTP/1.1" 200 156 0.041887 10.0.0.27 - - [2026-02-05 02:18:42] "POST /neutron/network HTTP/1.1" 200 1090 0.013856 10.0.0.27 - - [2026-02-05 02:18:42] "POST /id-to-fqname HTTP/1.1" 200 270 0.001232 10.0.0.27 - - [2026-02-05 02:18:42] "GET /virtual-network/396e6fce-226e-4d61-990a-ce669ce0316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005641 10.0.0.27 - - [2026-02-05 02:18:42] "GET /virtual-network/396e6fce-226e-4d61-990a-ce669ce0316b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006577 10.0.0.27 - - [2026-02-05 02:18:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.010691 10.0.0.27 - - [2026-02-05 02:18:43] "POST /id-to-fqname HTTP/1.1" 200 269 0.001482 10.0.0.23 - - [2026-02-05 02:18:44] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001119 10.0.0.27 - - [2026-02-05 02:18:44] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077883 10.0.0.27 - - [2026-02-05 02:18:44] "POST /neutron/network HTTP/1.1" 200 1086 0.045093 10.0.0.27 - - [2026-02-05 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 270 0.001417 10.0.0.27 - - [2026-02-05 02:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.008513 10.0.0.23 - - [2026-02-05 02:18:45] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001634 10.0.0.23 - - [2026-02-05 02:18:45] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002063 10.0.0.27 - - [2026-02-05 02:18:45] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.147553 10.0.0.27 - - [2026-02-05 02:18:45] "POST /neutron/port HTTP/1.1" 200 1175 0.553815 10.0.0.27 - - [2026-02-05 02:18:45] "POST /neutron/port HTTP/1.1" 200 1175 0.067765 10.0.0.27 - - [2026-02-05 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 2067 0.009649 10.0.0.27 - - [2026-02-05 02:18:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.27 - - [2026-02-05 02:18:46] "POST /neutron/port HTTP/1.1" 200 117 0.001619 10.0.0.27 - - [2026-02-05 02:18:46] "POST /neutron/network HTTP/1.1" 200 1100 0.009665 10.0.0.27 - - [2026-02-05 02:18:46] "POST /neutron/port HTTP/1.1" 200 1177 0.027791 10.0.0.27 - - [2026-02-05 02:18:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.27 - - [2026-02-05 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.006405 10.0.0.27 - - [2026-02-05 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.23 - - [2026-02-05 02:18:47] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.27 - - [2026-02-05 02:18:47] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009199 10.0.0.27 - - [2026-02-05 02:18:47] "POST /neutron/port HTTP/1.1" 200 117 0.000953 10.0.0.27 - - [2026-02-05 02:18:47] "POST /service-templates HTTP/1.1" 200 543 0.035486 10.0.0.27 - - [2026-02-05 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2026-02-05 02:18:47] "GET /service-template/47c8476c-3d5a-427e-85e4-c94cfea64284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.006706 10.0.0.27 - - [2026-02-05 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2026-02-05 02:18:47] "GET /service-template/47c8476c-3d5a-427e-85e4-c94cfea64284?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005831 10.0.0.27 - - [2026-02-05 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 269 0.001386 10.0.0.27 - - [2026-02-05 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 269 0.001873 10.0.0.27 - - [2026-02-05 02:18:47] "POST /id-to-fqname HTTP/1.1" 200 270 0.001416 10.0.0.27 - - [2026-02-05 02:18:47] "POST /neutron/port HTTP/1.1" 200 2326 0.031377 10.0.0.27 - - [2026-02-05 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.27 - - [2026-02-05 02:18:48] "DELETE /service-template/47c8476c-3d5a-427e-85e4-c94cfea64284 HTTP/1.1" 200 115 0.032076 10.0.0.27 - - [2026-02-05 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.009072 10.0.0.27 - - [2026-02-05 02:18:49] "POST /neutron/network HTTP/1.1" 400 204 0.014393 10.0.0.27 - - [2026-02-05 02:18:50] "POST /neutron/port HTTP/1.1" 200 151 0.248627 10.0.0.27 - - [2026-02-05 02:18:50] "POST /neutron/port HTTP/1.1" 200 151 0.390716 10.0.0.27 - - [2026-02-05 02:18:52] "POST /neutron/network HTTP/1.1" 200 1090 0.013348 10.0.0.50 - - [2026-02-05 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.23 - - [2026-02-05 02:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005563 10.0.0.23 - - [2026-02-05 02:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002720 10.0.0.23 - - [2026-02-05 02:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003025 10.0.0.23 - - [2026-02-05 02:18:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002218 10.0.0.27 - - [2026-02-05 02:18:52] "POST /neutron/network HTTP/1.1" 200 151 0.187577 10.0.0.23 - - [2026-02-05 02:18:52] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000919 10.0.0.50 - - [2026-02-05 02:18:52] "DELETE /route-target/bd7d6ae5-2a6d-4b2d-baa0-e98f75c9e0e2 HTTP/1.1" 200 115 0.026324 10.0.0.27 - - [2026-02-05 02:18:52] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.091872 10.0.0.23 - - [2026-02-05 02:18:52] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001234 10.0.0.27 - - [2026-02-05 02:18:52] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?fields=virtual_networks HTTP/1.1" 200 1049 0.046477 10.0.0.23 - - [2026-02-05 02:18:52] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001150 10.0.0.27 - - [2026-02-05 02:18:52] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.068920 10.0.0.23 - - [2026-02-05 02:18:52] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001298 10.0.0.27 - - [2026-02-05 02:18:52] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?fields=security_groups HTTP/1.1" 200 1284 0.049984 10.0.0.27 - - [2026-02-05 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.032856 10.0.0.23 - - [2026-02-05 02:18:53] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003107 10.0.0.23 - - [2026-02-05 02:18:53] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.23 - - [2026-02-05 02:18:53] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007543 10.0.0.23 - - [2026-02-05 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 202 0.001893 10.0.0.23 - - [2026-02-05 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003227 10.0.0.23 - - [2026-02-05 02:18:54] "POST /security-groups HTTP/1.1" 200 603 0.081036 10.0.0.23 - - [2026-02-05 02:18:54] "POST /projects HTTP/1.1" 200 609 0.294459 10.0.0.23 - - [2026-02-05 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.340321 10.0.0.50 - - [2026-02-05 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.004067 10.0.0.27 - - [2026-02-05 02:18:54] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.516533 10.0.0.27 - - [2026-02-05 02:18:55] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.27 - - [2026-02-05 02:18:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.27 - - [2026-02-05 02:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.067666 10.0.0.23 - - [2026-02-05 02:18:57] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.27 - - [2026-02-05 02:18:57] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.047413 10.0.0.50 - - [2026-02-05 02:18:57] "POST /ref-update HTTP/1.1" 200 156 0.033682 10.0.0.23 - - [2026-02-05 02:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.010271 10.0.0.27 - - [2026-02-05 02:18:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.311002 10.0.0.27 - - [2026-02-05 02:18:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001375 10.0.0.27 - - [2026-02-05 02:18:58] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005761 10.0.0.27 - - [2026-02-05 02:18:58] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006760 10.0.0.27 - - [2026-02-05 02:18:58] "POST /neutron/network HTTP/1.1" 200 840 0.007386 10.0.0.27 - - [2026-02-05 02:18:58] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006832 10.0.0.50 - - [2026-02-05 02:18:59] "GET /obj-perms HTTP/1.1" 200 5054 0.062105 10.0.0.23 - - [2026-02-05 02:19:00] "GET /obj-perms HTTP/1.1" 200 5054 0.061704 10.0.0.27 - - [2026-02-05 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.23 - - [2026-02-05 02:19:00] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.27 - - [2026-02-05 02:19:00] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.060768 10.0.0.23 - - [2026-02-05 02:19:00] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001392 10.0.0.27 - - [2026-02-05 02:19:00] "POST /neutron/network HTTP/1.1" 200 619 0.129020 10.0.0.27 - - [2026-02-05 02:19:00] "POST /id-to-fqname HTTP/1.1" 200 233 0.003643 10.0.0.27 - - [2026-02-05 02:19:00] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005994 10.0.0.27 - - [2026-02-05 02:19:00] "POST /neutron/network HTTP/1.1" 200 838 0.007140 10.0.0.27 - - [2026-02-05 02:19:00] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005276 10.0.0.27 - - [2026-02-05 02:19:00] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005934 10.0.0.27 - - [2026-02-05 02:19:01] "GET /obj-perms HTTP/1.1" 200 5054 0.061279 10.0.0.27 - - [2026-02-05 02:19:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001409 10.0.0.23 - - [2026-02-05 02:19:09] "DELETE /project/117f6b937a194959a85f75038992a167 HTTP/1.1" 404 173 0.014471 10.0.0.23 - - [2026-02-05 02:19:09] "DELETE /project/02b37093881d475082e1d78fc8a92dbb HTTP/1.1" 404 173 0.010631 10.0.0.23 - - [2026-02-05 02:19:09] "DELETE /project/9e202526cf2e4f78bb958da93b6bab12 HTTP/1.1" 404 173 0.013753 10.0.0.23 - - [2026-02-05 02:19:09] "DELETE /project/4c1e7d14217e45728596a26e6b417370 HTTP/1.1" 404 173 0.010010 10.0.0.23 - - [2026-02-05 02:19:09] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000953 10.0.0.23 - - [2026-02-05 02:19:09] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000885 10.0.0.23 - - [2026-02-05 02:19:09] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001048 10.0.0.23 - - [2026-02-05 02:19:09] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.077589 10.0.0.23 - - [2026-02-05 02:19:09] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001612 10.0.0.23 - - [2026-02-05 02:19:09] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.100411 10.0.0.23 - - [2026-02-05 02:19:09] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.101206 10.0.0.23 - - [2026-02-05 02:19:09] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001979 10.0.0.23 - - [2026-02-05 02:19:09] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001676 10.0.0.23 - - [2026-02-05 02:19:09] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?fields=security_groups HTTP/1.1" 200 1387 0.078380 10.0.0.23 - - [2026-02-05 02:19:09] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?fields=security_groups HTTP/1.1" 200 1379 0.061033 10.0.0.23 - - [2026-02-05 02:19:09] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?fields=security_groups HTTP/1.1" 200 1389 0.113801 10.0.0.23 - - [2026-02-05 02:19:09] "DELETE /security-group/28ec2784-bfb8-4d2e-b44f-b1ae2203abbe HTTP/1.1" 200 115 0.119009 10.0.0.23 - - [2026-02-05 02:19:09] "GET /projects?obj_uuids=117f6b93-7a19-4959-a85f-75038992a167&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.23 - - [2026-02-05 02:19:10] "DELETE /security-group/94ec27ba-2aea-4970-ac9a-16450e63f9c2 HTTP/1.1" 200 115 0.136872 10.0.0.23 - - [2026-02-05 02:19:10] "GET /projects?obj_uuids=9e202526-cf2e-4f78-bb95-8da93b6bab12&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001869 10.0.0.50 - - [2026-02-05 02:19:10] "DELETE /access-control-list/7e139742-ed03-42eb-ad47-3018c0e1dbe0 HTTP/1.1" 200 115 0.094717 10.0.0.23 - - [2026-02-05 02:19:10] "DELETE /security-group/4cb6d278-07b3-4c2e-9796-58909c78be85 HTTP/1.1" 200 115 0.139308 10.0.0.23 - - [2026-02-05 02:19:10] "GET /project/117f6b93-7a19-4959-a85f-75038992a167?fields=application_policy_sets HTTP/1.1" 200 1426 0.090969 10.0.0.23 - - [2026-02-05 02:19:10] "GET /projects?obj_uuids=4c1e7d14-217e-4572-8596-a26e6b417370&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002010 10.0.0.23 - - [2026-02-05 02:19:10] "GET /project/9e202526-cf2e-4f78-bb95-8da93b6bab12?fields=application_policy_sets HTTP/1.1" 200 1418 0.118150 10.0.0.23 - - [2026-02-05 02:19:10] "GET /project/4c1e7d14-217e-4572-8596-a26e6b417370?fields=application_policy_sets HTTP/1.1" 200 1428 0.078750 10.0.0.50 - - [2026-02-05 02:19:10] "DELETE /access-control-list/fb5062eb-918f-4b0b-a591-a04faec783a1 HTTP/1.1" 200 115 0.098104 10.0.0.23 - - [2026-02-05 02:19:10] "DELETE /project/117f6b93-7a19-4959-a85f-75038992a167 HTTP/1.1" 200 115 0.734474 10.0.0.23 - - [2026-02-05 02:19:10] "DELETE /project/9e202526-cf2e-4f78-bb95-8da93b6bab12 HTTP/1.1" 200 115 0.772270 10.0.0.23 - - [2026-02-05 02:19:10] "DELETE /project/4c1e7d14-217e-4572-8596-a26e6b417370 HTTP/1.1" 200 115 0.783685 10.0.0.27 - - [2026-02-05 02:19:35] "POST /neutron/network HTTP/1.1" 200 848 0.007342 10.0.0.23 - - [2026-02-05 02:19:35] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001682 10.0.0.27 - - [2026-02-05 02:19:35] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.084334 10.0.0.27 - - [2026-02-05 02:19:36] "POST /neutron/port HTTP/1.1" 200 117 0.007241 10.0.0.27 - - [2026-02-05 02:19:36] "POST /id-to-fqname HTTP/1.1" 200 233 0.001183 10.0.0.27 - - [2026-02-05 02:19:36] "POST /neutron/network HTTP/1.1" 200 848 0.011027 10.0.0.23 - - [2026-02-05 02:19:37] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.27 - - [2026-02-05 02:19:37] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.118458 10.0.0.27 - - [2026-02-05 02:19:37] "POST /neutron/network HTTP/1.1" 200 840 0.019697 10.0.0.27 - - [2026-02-05 02:19:37] "POST /neutron/port HTTP/1.1" 200 1094 0.122368 10.0.0.27 - - [2026-02-05 02:19:37] "POST /neutron/port HTTP/1.1" 200 117 0.018663 10.0.0.27 - - [2026-02-05 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010670 10.0.0.23 - - [2026-02-05 02:19:37] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211 10.0.0.27 - - [2026-02-05 02:19:37] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.093145 10.0.0.27 - - [2026-02-05 02:19:38] "POST /neutron/port HTTP/1.1" 200 117 0.004739 10.0.0.27 - - [2026-02-05 02:19:38] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006969 10.0.0.27 - - [2026-02-05 02:19:38] "GET /floating-ip-pools?parent_id=31b6d37a-75f1-4008-847d-0a09fa82686f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.013174 10.0.0.27 - - [2026-02-05 02:19:38] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.010729 10.0.0.27 - - [2026-02-05 02:19:38] "POST /floating-ip-pools HTTP/1.1" 200 609 0.100892 10.0.0.27 - - [2026-02-05 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.035417 10.0.0.27 - - [2026-02-05 02:19:38] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006378 10.0.0.23 - - [2026-02-05 02:19:38] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.27 - - [2026-02-05 02:19:38] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.016826 10.0.0.27 - - [2026-02-05 02:19:39] "POST /neutron/port HTTP/1.1" 200 1074 0.714044 10.0.0.27 - - [2026-02-05 02:19:39] "POST /neutron/port HTTP/1.1" 200 1074 0.079927 10.0.0.27 - - [2026-02-05 02:19:39] "POST /neutron/port HTTP/1.1" 200 1138 0.043965 10.0.0.27 - - [2026-02-05 02:19:39] "POST /neutron/port HTTP/1.1" 200 117 0.004478 10.0.0.27 - - [2026-02-05 02:19:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017102 10.0.0.27 - - [2026-02-05 02:19:54] "POST /neutron/port HTTP/1.1" 200 1136 0.037637 10.0.0.27 - - [2026-02-05 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017981 10.0.0.27 - - [2026-02-05 02:20:09] "POST /neutron/port HTTP/1.1" 200 1136 0.018152 10.0.0.23 - - [2026-02-05 02:20:10] "GET /obj-perms HTTP/1.1" 200 5056 0.066523 10.0.0.27 - - [2026-02-05 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007587 10.0.0.27 - - [2026-02-05 02:20:25] "POST /neutron/port HTTP/1.1" 200 1136 0.024836 10.0.0.27 - - [2026-02-05 02:20:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012239 10.0.0.27 - - [2026-02-05 02:20:40] "POST /neutron/port HTTP/1.1" 200 1136 0.021915 10.0.0.27 - - [2026-02-05 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009293 10.0.0.27 - - [2026-02-05 02:20:40] "GET /virtual-machine/3cfcfada-1e27-4e74-b065-96d796474926 HTTP/1.1" 401 292 0.000559 10.0.0.27 - - [2026-02-05 02:20:41] "GET /virtual-machine/3cfcfada-1e27-4e74-b065-96d796474926 HTTP/1.1" 200 1304 0.051982 10.0.0.27 - - [2026-02-05 02:20:41] "GET /virtual-machine-interface/84171298-9add-4173-8279-c7ffa8930340 HTTP/1.1" 200 3002 0.005611 10.0.0.27 - - [2026-02-05 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2026-02-05 02:20:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004367 10.0.0.27 - - [2026-02-05 02:20:41] "GET /virtual-networks?parent_id=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003020 10.0.0.27 - - [2026-02-05 02:20:41] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008087 10.0.0.27 - - [2026-02-05 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.27 - - [2026-02-05 02:20:44] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005463 10.0.0.27 - - [2026-02-05 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.27 - - [2026-02-05 02:20:48] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005787 10.0.0.27 - - [2026-02-05 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2026-02-05 02:20:52] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006920 10.0.0.27 - - [2026-02-05 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-02-05 02:20:56] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005348 10.0.0.27 - - [2026-02-05 02:20:59] "POST /neutron/port HTTP/1.1" 200 1138 0.024244 10.0.0.27 - - [2026-02-05 02:20:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006923 10.0.0.27 - - [2026-02-05 02:20:59] "POST /neutron/network HTTP/1.1" 200 840 0.009153 10.0.0.27 - - [2026-02-05 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.27 - - [2026-02-05 02:21:00] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006728 10.0.0.27 - - [2026-02-05 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.27 - - [2026-02-05 02:21:04] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005741 10.0.0.27 - - [2026-02-05 02:21:06] "POST /neutron/network HTTP/1.1" 200 848 0.007421 10.0.0.27 - - [2026-02-05 02:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.27 - - [2026-02-05 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.27 - - [2026-02-05 02:21:08] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006105 10.0.0.50 - - [2026-02-05 02:21:11] "GET /obj-perms HTTP/1.1" 200 5056 0.076696 10.0.0.27 - - [2026-02-05 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.27 - - [2026-02-05 02:21:12] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006382 10.0.0.27 - - [2026-02-05 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.27 - - [2026-02-05 02:21:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004505 10.0.0.27 - - [2026-02-05 02:21:14] "GET /virtual-networks?parent_id=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002841 10.0.0.27 - - [2026-02-05 02:21:14] "GET /virtual-network/66a2ffda-16d4-4a29-b8ce-79846d8dc50c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006188 10.0.0.27 - - [2026-02-05 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009645 10.0.0.50 - - [2026-02-05 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.50 - - [2026-02-05 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2026-02-05 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2026-02-05 02:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2026-02-05 02:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.23 - - [2026-02-05 02:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-02-05 02:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-02-05 02:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2026-02-05 02:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-02-05 02:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-02-05 02:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.001251 10.0.0.27 - - [2026-02-05 02:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000725 10.0.0.27 - - [2026-02-05 02:21:25] "POST /neutron/port HTTP/1.1" 200 1136 0.052445 10.0.0.27 - - [2026-02-05 02:21:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006479 10.0.0.27 - - [2026-02-05 02:21:30] "POST /neutron/port HTTP/1.1" 200 1138 0.018674 10.0.0.27 - - [2026-02-05 02:21:35] "POST /neutron/port HTTP/1.1" 200 1136 0.015965 10.0.0.27 - - [2026-02-05 02:21:35] "POST /neutron/port HTTP/1.1" 200 1138 0.019114 10.0.0.27 - - [2026-02-05 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007150 10.0.0.27 - - [2026-02-05 02:21:35] "GET /virtual-machine/80cd5218-a126-4e36-8596-9d777fe4c211 HTTP/1.1" 200 1303 0.006604 10.0.0.27 - - [2026-02-05 02:21:35] "GET /virtual-machine-interface/6f20ce89-2bbe-4794-9df1-e98018c7ae76 HTTP/1.1" 200 3003 0.005064 10.0.0.27 - - [2026-02-05 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.27 - - [2026-02-05 02:21:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.27 - - [2026-02-05 02:21:35] "GET /virtual-networks?parent_id=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003353 10.0.0.27 - - [2026-02-05 02:21:36] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009366 10.0.0.27 - - [2026-02-05 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.27 - - [2026-02-05 02:21:37] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006794 10.0.0.27 - - [2026-02-05 02:21:37] "GET /virtual-networks?parent_id=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004430 10.0.0.27 - - [2026-02-05 02:21:37] "GET /virtual-network/31b6d37a-75f1-4008-847d-0a09fa82686f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007253 10.0.0.27 - - [2026-02-05 02:21:37] "POST /neutron/port HTTP/1.1" 200 1138 0.022898 10.0.0.27 - - [2026-02-05 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.27 - - [2026-02-05 02:21:42] "GET /routing-instance/44695f8a-c57d-4c4e-9118-bb45a28de3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004360 10.0.0.27 - - [2026-02-05 02:21:42] "GET /route-target/93e681a2-4fc7-4d8f-9328-b56dae92d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004755 10.0.0.27 - - [2026-02-05 02:21:59] "POST /neutron/port HTTP/1.1" 200 1138 0.018826 10.0.0.27 - - [2026-02-05 02:21:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004065 10.0.0.27 - - [2026-02-05 02:21:59] "POST /neutron/network HTTP/1.1" 200 840 0.007780 10.0.0.27 - - [2026-02-05 02:22:06] "POST /neutron/network HTTP/1.1" 200 848 0.007123 10.0.0.27 - - [2026-02-05 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.27 - - [2026-02-05 02:22:11] "GET /obj-perms HTTP/1.1" 200 5056 0.070349 10.0.0.27 - - [2026-02-05 02:22:33] "POST /neutron/floatingip HTTP/1.1" 200 532 0.038843 10.0.0.27 - - [2026-02-05 02:22:33] "GET /floating-ip-pool/962d7a5b-3afc-4f4e-a346-15504ffc336f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004103 10.0.0.27 - - [2026-02-05 02:22:33] "POST /ref-update HTTP/1.1" 200 156 0.021625 10.0.0.27 - - [2026-02-05 02:22:33] "DELETE /floating-ip-pool/962d7a5b-3afc-4f4e-a346-15504ffc336f HTTP/1.1" 200 115 0.041289 10.0.0.27 - - [2026-02-05 02:22:34] "POST /neutron/network HTTP/1.1" 200 838 0.007743 10.0.0.27 - - [2026-02-05 02:22:34] "POST /neutron/port HTTP/1.1" 200 1128 0.014988 10.0.0.27 - - [2026-02-05 02:22:34] "POST /neutron/port HTTP/1.1" 200 1126 0.022549 10.0.0.23 - - [2026-02-05 02:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005984 10.0.0.23 - - [2026-02-05 02:22:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004316 10.0.0.27 - - [2026-02-05 02:22:36] "POST /neutron/network HTTP/1.1" 200 151 0.163776 10.0.0.50 - - [2026-02-05 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.043852 10.0.0.50 - - [2026-02-05 02:22:36] "DELETE /route-target/93e681a2-4fc7-4d8f-9328-b56dae92d1d9 HTTP/1.1" 200 115 0.026629 10.0.0.23 - - [2026-02-05 02:22:38] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.27 - - [2026-02-05 02:22:38] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.048045 10.0.0.23 - - [2026-02-05 02:22:38] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.27 - - [2026-02-05 02:22:38] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?fields=virtual_networks HTTP/1.1" 200 1054 0.044459 10.0.0.23 - - [2026-02-05 02:22:38] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001551 10.0.0.27 - - [2026-02-05 02:22:38] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.061038 10.0.0.23 - - [2026-02-05 02:22:38] "GET /projects?obj_uuids=02b37093-881d-4750-82e1-d78fc8a92dbb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001557 10.0.0.27 - - [2026-02-05 02:22:38] "GET /project/02b37093-881d-4750-82e1-d78fc8a92dbb?fields=security_groups HTTP/1.1" 200 1292 0.052197 10.0.0.27 - - [2026-02-05 02:22:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.032567 10.0.0.23 - - [2026-02-05 02:22:39] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.23 - - [2026-02-05 02:22:39] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.23 - - [2026-02-05 02:22:39] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008031 10.0.0.23 - - [2026-02-05 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.005281 10.0.0.23 - - [2026-02-05 02:22:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.005188 10.0.0.23 - - [2026-02-05 02:22:39] "POST /security-groups HTTP/1.1" 200 591 0.093788 10.0.0.23 - - [2026-02-05 02:22:39] "POST /projects HTTP/1.1" 200 585 0.317104 10.0.0.50 - - [2026-02-05 02:22:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.008066 10.0.0.23 - - [2026-02-05 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.391212 10.0.0.27 - - [2026-02-05 02:22:40] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.560057 10.0.0.27 - - [2026-02-05 02:22:41] "GET / HTTP/1.1" 200 35931 0.001531 10.0.0.23 - - [2026-02-05 02:22:44] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.27 - - [2026-02-05 02:22:44] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040709 10.0.0.23 - - [2026-02-05 02:22:44] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.27 - - [2026-02-05 02:22:44] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?fields=virtual_networks HTTP/1.1" 200 1033 0.039938 10.0.0.23 - - [2026-02-05 02:22:44] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001058 10.0.0.27 - - [2026-02-05 02:22:44] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.055173 10.0.0.23 - - [2026-02-05 02:22:44] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.27 - - [2026-02-05 02:22:44] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?fields=security_groups HTTP/1.1" 200 1259 0.045563 10.0.0.27 - - [2026-02-05 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.032891 10.0.0.23 - - [2026-02-05 02:22:45] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003032 10.0.0.23 - - [2026-02-05 02:22:45] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001557 10.0.0.23 - - [2026-02-05 02:22:45] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009727 10.0.0.23 - - [2026-02-05 02:22:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001227 10.0.0.23 - - [2026-02-05 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.008402 10.0.0.23 - - [2026-02-05 02:22:46] "POST /security-groups HTTP/1.1" 200 586 0.081824 10.0.0.23 - - [2026-02-05 02:22:46] "POST /projects HTTP/1.1" 200 575 0.308370 10.0.0.50 - - [2026-02-05 02:22:46] "POST /access-control-lists HTTP/1.1" 200 591 0.036838 10.0.0.23 - - [2026-02-05 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.384218 10.0.0.27 - - [2026-02-05 02:22:46] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.554904 10.0.0.27 - - [2026-02-05 02:22:47] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.23 - - [2026-02-05 02:22:53] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.27 - - [2026-02-05 02:22:53] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.055827 10.0.0.23 - - [2026-02-05 02:22:53] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.27 - - [2026-02-05 02:22:53] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?fields=virtual_networks HTTP/1.1" 200 1021 0.043461 10.0.0.23 - - [2026-02-05 02:22:53] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.27 - - [2026-02-05 02:22:53] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.049784 10.0.0.23 - - [2026-02-05 02:22:53] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001133 10.0.0.27 - - [2026-02-05 02:22:53] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?fields=security_groups HTTP/1.1" 200 1242 0.042265 10.0.0.27 - - [2026-02-05 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 187 0.030065 10.0.0.23 - - [2026-02-05 02:22:54] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003441 10.0.0.23 - - [2026-02-05 02:22:54] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.23 - - [2026-02-05 02:22:54] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007835 10.0.0.23 - - [2026-02-05 02:22:54] "POST /id-to-fqname HTTP/1.1" 200 189 0.002738 10.0.0.23 - - [2026-02-05 02:22:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003950 10.0.0.23 - - [2026-02-05 02:22:55] "POST /security-groups HTTP/1.1" 200 590 0.080588 10.0.0.50 - - [2026-02-05 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.003486 10.0.0.23 - - [2026-02-05 02:22:55] "POST /projects HTTP/1.1" 200 583 0.310896 10.0.0.23 - - [2026-02-05 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.390104 10.0.0.50 - - [2026-02-05 02:22:55] "POST /access-control-lists HTTP/1.1" 200 593 0.034911 10.0.0.27 - - [2026-02-05 02:22:55] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.551788 10.0.0.27 - - [2026-02-05 02:22:56] "GET / HTTP/1.1" 200 35931 0.001912 10.0.0.23 - - [2026-02-05 02:23:00] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001154 10.0.0.27 - - [2026-02-05 02:23:00] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.038532 10.0.0.23 - - [2026-02-05 02:23:00] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001006 10.0.0.27 - - [2026-02-05 02:23:00] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?fields=virtual_networks HTTP/1.1" 200 1029 0.047409 10.0.0.23 - - [2026-02-05 02:23:00] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001447 10.0.0.27 - - [2026-02-05 02:23:00] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.048842 10.0.0.23 - - [2026-02-05 02:23:00] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001214 10.0.0.27 - - [2026-02-05 02:23:00] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?fields=security_groups HTTP/1.1" 200 1254 0.042242 10.0.0.27 - - [2026-02-05 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.033416 10.0.0.23 - - [2026-02-05 02:23:01] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003442 10.0.0.23 - - [2026-02-05 02:23:01] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.23 - - [2026-02-05 02:23:01] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008070 10.0.0.23 - - [2026-02-05 02:23:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001909 10.0.0.23 - - [2026-02-05 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.006982 10.0.0.23 - - [2026-02-05 02:23:01] "POST /security-groups HTTP/1.1" 200 591 0.080742 10.0.0.50 - - [2026-02-05 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003556 10.0.0.23 - - [2026-02-05 02:23:01] "POST /projects HTTP/1.1" 200 585 0.303596 10.0.0.23 - - [2026-02-05 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.351602 10.0.0.50 - - [2026-02-05 02:23:01] "POST /access-control-lists HTTP/1.1" 200 594 0.033975 10.0.0.27 - - [2026-02-05 02:23:01] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.510387 10.0.0.27 - - [2026-02-05 02:23:03] "GET / HTTP/1.1" 200 35931 0.001941 10.0.0.23 - - [2026-02-05 02:23:06] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001343 10.0.0.27 - - [2026-02-05 02:23:06] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.052065 10.0.0.23 - - [2026-02-05 02:23:06] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000984 10.0.0.27 - - [2026-02-05 02:23:06] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?fields=virtual_networks HTTP/1.1" 200 1030 0.057863 10.0.0.23 - - [2026-02-05 02:23:06] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001444 10.0.0.27 - - [2026-02-05 02:23:06] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.069725 10.0.0.23 - - [2026-02-05 02:23:06] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.27 - - [2026-02-05 02:23:06] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?fields=security_groups HTTP/1.1" 200 1256 0.050917 10.0.0.27 - - [2026-02-05 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 192 0.049188 10.0.0.23 - - [2026-02-05 02:23:08] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004400 10.0.0.23 - - [2026-02-05 02:23:08] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.23 - - [2026-02-05 02:23:08] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007957 10.0.0.23 - - [2026-02-05 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 194 0.002541 10.0.0.23 - - [2026-02-05 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.013482 10.0.0.23 - - [2026-02-05 02:23:08] "POST /security-groups HTTP/1.1" 200 595 0.040417 10.0.0.23 - - [2026-02-05 02:23:08] "POST /projects HTTP/1.1" 200 593 0.265954 10.0.0.23 - - [2026-02-05 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.302784 10.0.0.50 - - [2026-02-05 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.003624 10.0.0.27 - - [2026-02-05 02:23:08] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.453630 10.0.0.27 - - [2026-02-05 02:23:09] "GET / HTTP/1.1" 200 35931 0.001577 10.0.0.23 - - [2026-02-05 02:23:10] "DELETE /project/8317470a0bbf4e7b82aa5878488ae407 HTTP/1.1" 404 173 0.015549 10.0.0.23 - - [2026-02-05 02:23:10] "DELETE /project/02b37093-881d-4750-82e1-d78fc8a92dbb HTTP/1.1" 404 177 0.022861 10.0.0.23 - - [2026-02-05 02:23:10] "DELETE /project/ee9e84accbe54296ac96f7c59ddd30dc HTTP/1.1" 404 173 0.024721 10.0.0.23 - - [2026-02-05 02:23:10] "DELETE /project/8a76320e406646a086d94b10d3223875 HTTP/1.1" 404 173 0.009074 10.0.0.23 - - [2026-02-05 02:23:10] "DELETE /project/095614a25897449989dbe9c7ace7b56e HTTP/1.1" 404 173 0.010657 10.0.0.23 - - [2026-02-05 02:23:10] "DELETE /project/ea1b929d544648c293c8b7f9c3202733 HTTP/1.1" 404 173 0.015656 10.0.0.23 - - [2026-02-05 02:23:10] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001247 10.0.0.23 - - [2026-02-05 02:23:10] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001007 10.0.0.23 - - [2026-02-05 02:23:10] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000925 10.0.0.23 - - [2026-02-05 02:23:10] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.23 - - [2026-02-05 02:23:10] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.067967 10.0.0.23 - - [2026-02-05 02:23:10] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.078934 10.0.0.23 - - [2026-02-05 02:23:10] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.107932 10.0.0.23 - - [2026-02-05 02:23:10] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.103544 10.0.0.23 - - [2026-02-05 02:23:10] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001178 10.0.0.23 - - [2026-02-05 02:23:10] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.011300 10.0.0.23 - - [2026-02-05 02:23:11] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.23 - - [2026-02-05 02:23:11] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?fields=security_groups HTTP/1.1" 200 1347 0.114844 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?fields=security_groups HTTP/1.1" 200 1359 0.129629 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?fields=security_groups HTTP/1.1" 200 1364 0.155008 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?fields=security_groups HTTP/1.1" 200 1361 0.164508 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /security-group/be9b8a82-e69d-41ed-ae69-39bb38d766a3 HTTP/1.1" 200 115 0.159857 10.0.0.23 - - [2026-02-05 02:23:11] "GET /projects?obj_uuids=8a76320e-4066-46a0-86d9-4b10d3223875&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001362 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /security-group/f3ac2c86-8a2a-40f1-830c-cbc685d8e684 HTTP/1.1" 200 115 0.148267 10.0.0.23 - - [2026-02-05 02:23:11] "GET /projects?obj_uuids=8317470a-0bbf-4e7b-82aa-5878488ae407&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003353 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /security-group/d23198de-71f4-421a-ad25-3afd05e78ae8 HTTP/1.1" 200 115 0.160832 10.0.0.23 - - [2026-02-05 02:23:11] "GET /projects?obj_uuids=ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004639 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/8a76320e-4066-46a0-86d9-4b10d3223875?fields=application_policy_sets HTTP/1.1" 200 1386 0.113977 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /security-group/f5afc2a1-cdf2-4071-8cfd-3bc6489c4b0d HTTP/1.1" 200 115 0.180763 10.0.0.23 - - [2026-02-05 02:23:11] "GET /projects?obj_uuids=095614a2-5897-4499-89db-e9c7ace7b56e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001694 10.0.0.50 - - [2026-02-05 02:23:11] "DELETE /access-control-list/dbfe4273-79ac-4638-8516-9e6b41576f55 HTTP/1.1" 200 115 0.117695 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/8317470a-0bbf-4e7b-82aa-5878488ae407?fields=application_policy_sets HTTP/1.1" 200 1398 0.170723 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc?fields=application_policy_sets HTTP/1.1" 200 1403 0.148377 10.0.0.23 - - [2026-02-05 02:23:11] "GET /project/095614a2-5897-4499-89db-e9c7ace7b56e?fields=application_policy_sets HTTP/1.1" 200 1400 0.125853 10.0.0.50 - - [2026-02-05 02:23:11] "DELETE /access-control-list/8f8030e3-05f5-4d23-9305-718c7e85a179 HTTP/1.1" 200 115 0.185359 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /project/8a76320e-4066-46a0-86d9-4b10d3223875 HTTP/1.1" 200 115 1.018510 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /project/095614a2-5897-4499-89db-e9c7ace7b56e HTTP/1.1" 200 115 1.040722 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /project/8317470a-0bbf-4e7b-82aa-5878488ae407 HTTP/1.1" 200 115 1.070685 10.0.0.23 - - [2026-02-05 02:23:11] "DELETE /project/ee9e84ac-cbe5-4296-ac96-f7c59ddd30dc HTTP/1.1" 200 115 1.074277 10.0.0.50 - - [2026-02-05 02:23:11] "DELETE /access-control-list/90b1d7ba-1d9b-4101-ba2d-553508607135 HTTP/1.1" 200 115 0.031128 10.0.0.23 - - [2026-02-05 02:23:13] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.038298 10.0.0.27 - - [2026-02-05 02:23:13] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.090175 10.0.0.23 - - [2026-02-05 02:23:13] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001140 10.0.0.27 - - [2026-02-05 02:23:13] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?fields=virtual_networks HTTP/1.1" 200 1041 0.042923 10.0.0.23 - - [2026-02-05 02:23:13] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001242 10.0.0.27 - - [2026-02-05 02:23:13] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045881 10.0.0.23 - - [2026-02-05 02:23:13] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.27 - - [2026-02-05 02:23:13] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?fields=security_groups HTTP/1.1" 200 1271 0.064849 10.0.0.27 - - [2026-02-05 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.034747 10.0.0.23 - - [2026-02-05 02:23:14] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003785 10.0.0.23 - - [2026-02-05 02:23:14] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.23 - - [2026-02-05 02:23:14] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009451 10.0.0.23 - - [2026-02-05 02:23:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.006583 10.0.0.23 - - [2026-02-05 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.005512 10.0.0.23 - - [2026-02-05 02:23:14] "POST /security-groups HTTP/1.1" 200 586 0.077568 10.0.0.23 - - [2026-02-05 02:23:14] "POST /projects HTTP/1.1" 200 575 0.317083 10.0.0.23 - - [2026-02-05 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.394260 10.0.0.50 - - [2026-02-05 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.013700 10.0.0.27 - - [2026-02-05 02:23:14] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.569385 10.0.0.27 - - [2026-02-05 02:23:16] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.27 - - [2026-02-05 02:23:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003625 10.0.0.23 - - [2026-02-05 02:23:16] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001157 10.0.0.50 - - [2026-02-05 02:23:16] "POST /access-control-lists HTTP/1.1" 200 590 0.027386 10.0.0.50 - - [2026-02-05 02:23:17] "PUT /access-control-list/9fd3cecf-2062-4877-99f7-edd07bce27a9 HTTP/1.1" 200 272 0.016176 10.0.0.27 - - [2026-02-05 02:23:17] "POST /neutron/security_group HTTP/1.1" 200 1364 0.467111 10.0.0.27 - - [2026-02-05 02:23:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.172759 10.0.0.50 - - [2026-02-05 02:23:17] "PUT /access-control-list/d3e74e70-b3c3-40f1-86ce-6bf4f56ab491 HTTP/1.1" 200 272 0.015323 10.0.0.27 - - [2026-02-05 02:23:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.005459 10.0.0.23 - - [2026-02-05 02:23:17] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001307 10.0.0.50 - - [2026-02-05 02:23:17] "POST /access-control-lists HTTP/1.1" 200 590 0.034766 10.0.0.50 - - [2026-02-05 02:23:18] "PUT /access-control-list/73db0b89-7335-42c1-ad14-ffffa4d7fddb HTTP/1.1" 200 272 0.014395 10.0.0.27 - - [2026-02-05 02:23:18] "POST /neutron/security_group HTTP/1.1" 200 1364 0.481617 10.0.0.27 - - [2026-02-05 02:23:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141194 10.0.0.50 - - [2026-02-05 02:23:18] "PUT /access-control-list/99a38778-9d15-4466-ab85-584f7262cd44 HTTP/1.1" 200 272 0.020733 10.0.0.27 - - [2026-02-05 02:23:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-02-05 02:23:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.033150 10.0.0.23 - - [2026-02-05 02:23:19] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.50 - - [2026-02-05 02:23:19] "POST /access-control-lists HTTP/1.1" 200 607 0.032634 10.0.0.50 - - [2026-02-05 02:23:19] "PUT /access-control-list/9f5bb131-86c7-4a3c-a1c7-a7f5e2d2e3b7 HTTP/1.1" 200 272 0.019709 10.0.0.27 - - [2026-02-05 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 1379 0.407928 10.0.0.27 - - [2026-02-05 02:23:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.192144 10.0.0.50 - - [2026-02-05 02:23:20] "PUT /access-control-list/9f66769a-41a8-434d-b4c4-743cd7814d10 HTTP/1.1" 200 272 0.018408 10.0.0.27 - - [2026-02-05 02:23:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.004833 10.0.0.23 - - [2026-02-05 02:23:20] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001143 10.0.0.50 - - [2026-02-05 02:23:20] "POST /access-control-lists HTTP/1.1" 200 607 0.033599 10.0.0.50 - - [2026-02-05 02:23:20] "PUT /access-control-list/81964c43-bcea-4e69-9086-7c05e9ee780d HTTP/1.1" 200 272 0.021570 10.0.0.27 - - [2026-02-05 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 1379 0.441263 10.0.0.27 - - [2026-02-05 02:23:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.126346 10.0.0.50 - - [2026-02-05 02:23:20] "PUT /access-control-list/ee446449-5e60-4d99-8d4e-f0722dfca242 HTTP/1.1" 200 272 0.013245 10.0.0.23 - - [2026-02-05 02:23:22] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002332 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.086370 10.0.0.50 - - [2026-02-05 02:23:22] "PUT /logical-router/50a3857c-e20e-493b-a95d-aacf98cb1d3f HTTP/1.1" 200 262 0.025366 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.012413 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.004299 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.004870 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.008038 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.004445 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.004562 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.010923 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.004168 10.0.0.27 - - [2026-02-05 02:23:22] "POST /neutron/router HTTP/1.1" 200 541 0.004628 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.005314 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.031796 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.007666 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.012668 10.0.0.50 - - [2026-02-05 02:23:23] "POST /route-targets HTTP/1.1" 200 327 0.018839 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.008177 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004013 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004964 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004420 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004418 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004392 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.005273 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004303 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004084 10.0.0.27 - - [2026-02-05 02:23:23] "POST /neutron/router HTTP/1.1" 200 541 0.004903 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 541 0.005931 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 151 0.090655 10.0.0.50 - - [2026-02-05 02:23:24] "DELETE /route-target/ea4f9b9e-2e3d-40ae-9d3e-5395c40319b5 HTTP/1.1" 200 115 0.035988 10.0.0.50 - - [2026-02-05 02:23:24] "GET /logical-router/1391616d-c822-46ed-ad69-754f36999fa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.066179 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.008262 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.008455 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004500 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004494 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004976 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004395 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004520 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004897 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004288 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004883 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.004632 10.0.0.27 - - [2026-02-05 02:23:24] "POST /neutron/router HTTP/1.1" 200 559 0.036398 10.0.0.50 - - [2026-02-05 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009629 10.0.0.27 - - [2026-02-05 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 521 0.004290 10.0.0.50 - - [2026-02-05 02:23:25] "DELETE /access-control-list/ee446449-5e60-4d99-8d4e-f0722dfca242 HTTP/1.1" 200 115 0.046657 10.0.0.27 - - [2026-02-05 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.081055 10.0.0.27 - - [2026-02-05 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 506 0.004333 10.0.0.50 - - [2026-02-05 02:23:25] "DELETE /access-control-list/73db0b89-7335-42c1-ad14-ffffa4d7fddb HTTP/1.1" 200 115 0.035836 10.0.0.50 - - [2026-02-05 02:23:25] "DELETE /access-control-list/d3e74e70-b3c3-40f1-86ce-6bf4f56ab491 HTTP/1.1" 200 115 0.048666 10.0.0.23 - - [2026-02-05 02:23:26] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001502 10.0.0.27 - - [2026-02-05 02:23:26] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.077136 10.0.0.23 - - [2026-02-05 02:23:26] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001348 10.0.0.27 - - [2026-02-05 02:23:26] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?fields=virtual_networks HTTP/1.1" 200 1022 0.044757 10.0.0.23 - - [2026-02-05 02:23:27] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001422 10.0.0.27 - - [2026-02-05 02:23:27] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.049222 10.0.0.23 - - [2026-02-05 02:23:27] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001067 10.0.0.27 - - [2026-02-05 02:23:27] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?fields=security_groups HTTP/1.1" 200 1243 0.052991 10.0.0.27 - - [2026-02-05 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.036469 10.0.0.23 - - [2026-02-05 02:23:28] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004096 10.0.0.23 - - [2026-02-05 02:23:28] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.23 - - [2026-02-05 02:23:28] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042063 10.0.0.23 - - [2026-02-05 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 186 0.002929 10.0.0.23 - - [2026-02-05 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.003264 10.0.0.23 - - [2026-02-05 02:23:28] "POST /security-groups HTTP/1.1" 200 587 0.077743 10.0.0.23 - - [2026-02-05 02:23:28] "POST /projects HTTP/1.1" 200 577 0.296810 10.0.0.50 - - [2026-02-05 02:23:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.011177 10.0.0.23 - - [2026-02-05 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.378147 10.0.0.27 - - [2026-02-05 02:23:28] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.556062 10.0.0.27 - - [2026-02-05 02:23:30] "GET / HTTP/1.1" 200 35931 0.002249 10.0.0.27 - - [2026-02-05 02:23:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2026-02-05 02:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.065538 10.0.0.23 - - [2026-02-05 02:23:32] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001037 10.0.0.27 - - [2026-02-05 02:23:32] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.037651 10.0.0.23 - - [2026-02-05 02:23:32] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001026 10.0.0.27 - - [2026-02-05 02:23:32] "POST /neutron/network HTTP/1.1" 200 601 0.188193 10.0.0.50 - - [2026-02-05 02:23:32] "POST /ref-update HTTP/1.1" 200 156 0.042196 10.0.0.27 - - [2026-02-05 02:23:32] "POST /id-to-fqname HTTP/1.1" 200 216 0.003941 10.0.0.27 - - [2026-02-05 02:23:32] "GET /virtual-network/ade9e5a4-c3e6-4bcf-9c81-c1b09f53a54f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006412 10.0.0.27 - - [2026-02-05 02:23:32] "POST /neutron/network HTTP/1.1" 200 820 0.006724 10.0.0.27 - - [2026-02-05 02:23:32] "GET /virtual-network/ade9e5a4-c3e6-4bcf-9c81-c1b09f53a54f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005874 10.0.0.27 - - [2026-02-05 02:23:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003266 10.0.0.27 - - [2026-02-05 02:23:33] "GET /virtual-network/ade9e5a4-c3e6-4bcf-9c81-c1b09f53a54f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005728 10.0.0.23 - - [2026-02-05 02:23:33] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001302 10.0.0.27 - - [2026-02-05 02:23:33] "POST /neutron/port HTTP/1.1" 200 1017 0.269650 10.0.0.27 - - [2026-02-05 02:23:33] "GET /virtual-machine-interface/0a89e190-42a5-48a8-ac46-23fbdd06fc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.005825 10.0.0.27 - - [2026-02-05 02:23:33] "GET /virtual-machine-interface/0a89e190-42a5-48a8-ac46-23fbdd06fc7b?fields=instance_ip_back_refs HTTP/1.1" 200 1315 0.005529 10.0.0.27 - - [2026-02-05 02:23:33] "GET /instance-ip/02577ff9-b033-4097-8709-34dffce83dfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004747 10.0.0.27 - - [2026-02-05 02:23:33] "POST /neutron/network HTTP/1.1" 200 820 0.016485 10.0.0.27 - - [2026-02-05 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2026-02-05 02:23:36] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000992 10.0.0.27 - - [2026-02-05 02:23:36] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.039560 10.0.0.23 - - [2026-02-05 02:23:36] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001345 10.0.0.27 - - [2026-02-05 02:23:37] "POST /neutron/network HTTP/1.1" 200 603 0.142895 10.0.0.50 - - [2026-02-05 02:23:37] "POST /route-targets HTTP/1.1" 200 327 0.016125 10.0.0.27 - - [2026-02-05 02:23:37] "POST /neutron/network HTTP/1.1" 200 976 0.019483 10.0.0.27 - - [2026-02-05 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001206 10.0.0.27 - - [2026-02-05 02:23:37] "GET /virtual-network/7415a157-920f-478c-8c58-a2b729619480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005314 10.0.0.27 - - [2026-02-05 02:23:37] "GET /virtual-network/7415a157-920f-478c-8c58-a2b729619480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006581 10.0.0.27 - - [2026-02-05 02:23:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.009590 10.0.0.23 - - [2026-02-05 02:23:38] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001102 10.0.0.27 - - [2026-02-05 02:23:38] "POST /neutron/port HTTP/1.1" 200 1017 0.296536 10.0.0.27 - - [2026-02-05 02:23:38] "POST /id-to-fqname HTTP/1.1" 200 217 0.001538 10.0.0.27 - - [2026-02-05 02:23:38] "POST /neutron/network HTTP/1.1" 200 976 0.011325 10.0.0.27 - - [2026-02-05 02:23:38] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.27 - - [2026-02-05 02:23:39] "POST /id-to-fqname HTTP/1.1" 200 217 0.001325 10.0.0.27 - - [2026-02-05 02:23:39] "POST /neutron/port HTTP/1.1" 200 1017 0.022006 10.0.0.27 - - [2026-02-05 02:23:39] "POST /neutron/port HTTP/1.1" 200 1017 0.011746 10.0.0.27 - - [2026-02-05 02:23:39] "POST /neutron/port HTTP/1.1" 200 117 0.006374 10.0.0.27 - - [2026-02-05 02:23:40] "POST /neutron/network HTTP/1.1" 200 986 0.007097 10.0.0.27 - - [2026-02-05 02:23:40] "POST /neutron/port HTTP/1.1" 200 1017 0.023425 10.0.0.27 - - [2026-02-05 02:23:40] "POST /neutron/port HTTP/1.1" 200 1109 0.192572 10.0.0.27 - - [2026-02-05 02:23:40] "POST /neutron/port HTTP/1.1" 200 1119 0.039931 10.0.0.27 - - [2026-02-05 02:23:40] "POST /neutron/port HTTP/1.1" 200 117 0.001397 10.0.0.27 - - [2026-02-05 02:23:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.27 - - [2026-02-05 02:23:40] "POST /neutron/network HTTP/1.1" 200 976 0.009660 10.0.0.27 - - [2026-02-05 02:23:44] "POST /neutron/port HTTP/1.1" 200 1119 0.028921 10.0.0.27 - - [2026-02-05 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008143 10.0.0.27 - - [2026-02-05 02:23:45] "GET /virtual-machine/d39e59cb-765f-4b24-be2a-57672774b2de HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2026-02-05 02:23:45] "GET /virtual-machine/d39e59cb-765f-4b24-be2a-57672774b2de HTTP/1.1" 200 1285 0.036164 10.0.0.27 - - [2026-02-05 02:23:45] "GET /virtual-machine-interface/0f54cf31-4565-44f2-9d36-1b9b4f761f1d HTTP/1.1" 200 2923 0.005727 10.0.0.27 - - [2026-02-05 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2026-02-05 02:23:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.27 - - [2026-02-05 02:23:45] "GET /virtual-networks?parent_id=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004062 10.0.0.27 - - [2026-02-05 02:23:45] "GET /virtual-network/7415a157-920f-478c-8c58-a2b729619480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006382 10.0.0.27 - - [2026-02-05 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.27 - - [2026-02-05 02:23:48] "GET /virtual-network/7415a157-920f-478c-8c58-a2b729619480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005709 10.0.0.27 - - [2026-02-05 02:23:49] "POST /neutron/port HTTP/1.1" 200 1119 0.024775 10.0.0.27 - - [2026-02-05 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2026-02-05 02:23:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003877 10.0.0.27 - - [2026-02-05 02:23:50] "GET /virtual-networks?parent_id=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003261 10.0.0.27 - - [2026-02-05 02:23:50] "GET /virtual-network/7415a157-920f-478c-8c58-a2b729619480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006708 10.0.0.27 - - [2026-02-05 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007486 10.0.0.27 - - [2026-02-05 02:23:51] "POST /neutron/port HTTP/1.1" 200 1119 0.021829 10.0.0.27 - - [2026-02-05 02:23:51] "GET /virtual-machine/108a9157-3c90-43e9-a9de-0e9aaedafb2c HTTP/1.1" 200 1284 0.006244 10.0.0.27 - - [2026-02-05 02:23:51] "GET /virtual-machine-interface/240da2dd-0e62-4caa-a152-0e4f66fc20d4 HTTP/1.1" 200 2923 0.005476 10.0.0.27 - - [2026-02-05 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.27 - - [2026-02-05 02:23:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.27 - - [2026-02-05 02:23:51] "GET /virtual-networks?parent_id=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003829 10.0.0.27 - - [2026-02-05 02:23:51] "GET /virtual-network/7415a157-920f-478c-8c58-a2b729619480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006186 10.0.0.27 - - [2026-02-05 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.27 - - [2026-02-05 02:23:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.27 - - [2026-02-05 02:23:52] "GET /virtual-networks?parent_id=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003218 10.0.0.27 - - [2026-02-05 02:23:52] "GET /virtual-network/7415a157-920f-478c-8c58-a2b729619480?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006466 10.0.0.27 - - [2026-02-05 02:23:55] "POST /neutron/port HTTP/1.1" 200 1109 0.015884 10.0.0.27 - - [2026-02-05 02:23:56] "POST /neutron/port HTTP/1.1" 200 1109 0.014145 10.0.0.23 - - [2026-02-05 02:23:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002713 10.0.0.23 - - [2026-02-05 02:23:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002768 10.0.0.23 - - [2026-02-05 02:23:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.23 - - [2026-02-05 02:23:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.27 - - [2026-02-05 02:23:56] "POST /neutron/network HTTP/1.1" 200 151 0.172919 10.0.0.50 - - [2026-02-05 02:23:56] "DELETE /route-target/ba53db6f-3ab0-457b-94b3-baa5159c43af HTTP/1.1" 200 115 0.035794 10.0.0.23 - - [2026-02-05 02:23:57] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001373 10.0.0.27 - - [2026-02-05 02:23:58] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.049135 10.0.0.23 - - [2026-02-05 02:23:58] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000955 10.0.0.27 - - [2026-02-05 02:23:58] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?fields=virtual_networks HTTP/1.1" 200 1025 0.049829 10.0.0.23 - - [2026-02-05 02:23:58] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001054 10.0.0.27 - - [2026-02-05 02:23:58] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042826 10.0.0.23 - - [2026-02-05 02:23:58] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001023 10.0.0.27 - - [2026-02-05 02:23:58] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?fields=security_groups HTTP/1.1" 200 1247 0.034833 10.0.0.27 - - [2026-02-05 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 186 0.034538 10.0.0.23 - - [2026-02-05 02:23:59] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003143 10.0.0.23 - - [2026-02-05 02:23:59] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.23 - - [2026-02-05 02:23:59] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007305 10.0.0.23 - - [2026-02-05 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 188 0.004035 10.0.0.23 - - [2026-02-05 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.005904 10.0.0.23 - - [2026-02-05 02:23:59] "POST /security-groups HTTP/1.1" 200 589 0.033437 10.0.0.23 - - [2026-02-05 02:23:59] "POST /projects HTTP/1.1" 200 581 0.244151 10.0.0.50 - - [2026-02-05 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 231 0.003351 10.0.0.23 - - [2026-02-05 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.317321 10.0.0.27 - - [2026-02-05 02:23:59] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.456021 10.0.0.27 - - [2026-02-05 02:24:00] "GET / HTTP/1.1" 200 35931 0.002221 10.0.0.27 - - [2026-02-05 02:24:01] "POST /neutron/port HTTP/1.1" 200 117 0.007316 10.0.0.27 - - [2026-02-05 02:24:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2026-02-05 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.078437 10.0.0.23 - - [2026-02-05 02:24:03] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.27 - - [2026-02-05 02:24:03] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041101 10.0.0.23 - - [2026-02-05 02:24:03] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.27 - - [2026-02-05 02:24:03] "POST /neutron/network HTTP/1.1" 200 605 0.170278 10.0.0.50 - - [2026-02-05 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.025605 10.0.0.27 - - [2026-02-05 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.004635 10.0.0.27 - - [2026-02-05 02:24:03] "GET /virtual-network/bcbe5ca1-dc7b-4719-844f-61bc84e23925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006454 10.0.0.27 - - [2026-02-05 02:24:03] "POST /neutron/network HTTP/1.1" 200 821 0.007588 10.0.0.27 - - [2026-02-05 02:24:03] "GET /virtual-network/bcbe5ca1-dc7b-4719-844f-61bc84e23925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006328 10.0.0.27 - - [2026-02-05 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.23 - - [2026-02-05 02:24:04] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.27 - - [2026-02-05 02:24:04] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048863 10.0.0.27 - - [2026-02-05 02:24:04] "POST /neutron/network HTTP/1.1" 200 117 0.016649 10.0.0.27 - - [2026-02-05 02:24:04] "POST /neutron/network HTTP/1.1" 200 823 0.009479 10.0.0.27 - - [2026-02-05 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001357 10.0.0.27 - - [2026-02-05 02:24:04] "GET /virtual-network/fa722311-7a0b-4f03-be79-a64a0fbdedf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006329 10.0.0.27 - - [2026-02-05 02:24:04] "GET /virtual-network/fa722311-7a0b-4f03-be79-a64a0fbdedf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006488 10.0.0.27 - - [2026-02-05 02:24:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.009801 10.0.0.27 - - [2026-02-05 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001191 10.0.0.23 - - [2026-02-05 02:24:05] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.27 - - [2026-02-05 02:24:05] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.090714 10.0.0.27 - - [2026-02-05 02:24:05] "POST /neutron/port HTTP/1.1" 200 117 0.007454 10.0.0.27 - - [2026-02-05 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.001682 10.0.0.27 - - [2026-02-05 02:24:06] "POST /neutron/network HTTP/1.1" 200 833 0.009682 10.0.0.27 - - [2026-02-05 02:24:06] "POST /neutron/port HTTP/1.1" 200 1055 0.061238 10.0.0.23 - - [2026-02-05 02:24:07] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.27 - - [2026-02-05 02:24:07] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.109216 10.0.0.27 - - [2026-02-05 02:24:07] "POST /neutron/network HTTP/1.1" 200 823 0.053033 10.0.0.27 - - [2026-02-05 02:24:07] "POST /neutron/subnet HTTP/1.1" 200 684 0.008702 10.0.0.27 - - [2026-02-05 02:24:07] "POST /neutron/port HTTP/1.1" 200 1119 0.022868 10.0.0.23 - - [2026-02-05 02:24:07] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001279 10.0.0.27 - - [2026-02-05 02:24:07] "POST /neutron/router HTTP/1.1" 200 580 0.099892 10.0.0.50 - - [2026-02-05 02:24:07] "POST /route-targets HTTP/1.1" 200 327 0.017148 10.0.0.27 - - [2026-02-05 02:24:08] "POST /neutron/port HTTP/1.1" 200 1119 0.021862 10.0.0.23 - - [2026-02-05 02:24:08] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.27 - - [2026-02-05 02:24:08] "POST /neutron/port HTTP/1.1" 200 1057 0.317739 10.0.0.27 - - [2026-02-05 02:24:08] "POST /neutron/port HTTP/1.1" 200 1111 0.104565 10.0.0.27 - - [2026-02-05 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.009735 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /project/ccbae01016834e4ab9d0449a5783e206 HTTP/1.1" 404 173 0.009606 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /project/d70b92a1053740b19d9bbf30538301a4 HTTP/1.1" 404 173 0.016707 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /project/8486045ed2a643149e924d5bb8e58be3 HTTP/1.1" 404 173 0.009098 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000866 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000810 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000770 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.054508 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.070315 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001196 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076174 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000959 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?fields=security_groups HTTP/1.1" 200 1352 0.079268 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?fields=security_groups HTTP/1.1" 200 1348 0.061962 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?fields=security_groups HTTP/1.1" 200 1376 0.116752 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /security-group/3d332a47-addd-4878-9836-758a63588790 HTTP/1.1" 200 115 0.093973 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /security-group/e1db2e38-dc29-4547-9780-8677d7749b96 HTTP/1.1" 200 115 0.102368 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=8486045e-d2a6-4314-9e92-4d5bb8e58be3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000975 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=d70b92a1-0537-40b1-9d9b-bf30538301a4&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000956 10.0.0.50 - - [2026-02-05 02:24:12] "DELETE /access-control-list/89e99eff-7768-4df2-abf5-9365a1c21ec7 HTTP/1.1" 200 115 0.082151 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3?fields=application_policy_sets HTTP/1.1" 200 1387 0.075401 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /security-group/95f22045-cb04-4ba7-8eaf-0ce302992136 HTTP/1.1" 200 115 0.138891 10.0.0.23 - - [2026-02-05 02:24:12] "GET /projects?obj_uuids=ea1b929d-5446-48c2-93c8-b7f9c3202733&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002745 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/d70b92a1-0537-40b1-9d9b-bf30538301a4?fields=application_policy_sets HTTP/1.1" 200 1391 0.126500 10.0.0.23 - - [2026-02-05 02:24:12] "GET /project/ea1b929d-5446-48c2-93c8-b7f9c3202733?fields=application_policy_sets HTTP/1.1" 200 1415 0.105201 10.0.0.50 - - [2026-02-05 02:24:12] "DELETE /access-control-list/9f88cc6b-86e7-4d48-b08e-f977cdac7098 HTTP/1.1" 200 115 0.087120 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /project/8486045e-d2a6-4314-9e92-4d5bb8e58be3 HTTP/1.1" 200 115 0.662222 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /project/d70b92a1-0537-40b1-9d9b-bf30538301a4 HTTP/1.1" 200 115 0.715976 10.0.0.23 - - [2026-02-05 02:24:12] "DELETE /project/ea1b929d-5446-48c2-93c8-b7f9c3202733 HTTP/1.1" 200 115 0.751286 10.0.0.27 - - [2026-02-05 02:24:13] "POST /neutron/port HTTP/1.1" 200 1119 0.022006 10.0.0.27 - - [2026-02-05 02:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008145 10.0.0.27 - - [2026-02-05 02:24:13] "GET /virtual-machine/3b5bc326-b10b-430e-8f0f-8aa344ce286a HTTP/1.1" 401 292 0.000498 10.0.0.27 - - [2026-02-05 02:24:14] "GET /virtual-machine/3b5bc326-b10b-430e-8f0f-8aa344ce286a HTTP/1.1" 200 1290 0.050508 10.0.0.27 - - [2026-02-05 02:24:14] "GET /virtual-machine-interface/842d42ab-84ef-45c9-a9f4-5e091a7a0be5 HTTP/1.1" 200 2933 0.005651 10.0.0.27 - - [2026-02-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2026-02-05 02:24:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004345 10.0.0.27 - - [2026-02-05 02:24:14] "GET /virtual-networks?parent_id=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003117 10.0.0.27 - - [2026-02-05 02:24:14] "GET /virtual-network/bcbe5ca1-dc7b-4719-844f-61bc84e23925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006799 10.0.0.27 - - [2026-02-05 02:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2026-02-05 02:24:17] "GET /virtual-network/bcbe5ca1-dc7b-4719-844f-61bc84e23925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005527 10.0.0.27 - - [2026-02-05 02:24:18] "POST /neutron/port HTTP/1.1" 200 1119 0.024327 10.0.0.27 - - [2026-02-05 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006910 10.0.0.27 - - [2026-02-05 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2026-02-05 02:24:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004331 10.0.0.27 - - [2026-02-05 02:24:21] "GET /virtual-networks?parent_id=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003128 10.0.0.27 - - [2026-02-05 02:24:21] "GET /virtual-network/bcbe5ca1-dc7b-4719-844f-61bc84e23925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006834 10.0.0.27 - - [2026-02-05 02:24:26] "POST /neutron/port HTTP/1.1" 200 1121 0.026989 10.0.0.27 - - [2026-02-05 02:24:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007556 10.0.0.27 - - [2026-02-05 02:24:27] "GET /virtual-machine/3edda56f-9534-4a07-9f27-6c67fabc44bb HTTP/1.1" 200 1290 0.006154 10.0.0.27 - - [2026-02-05 02:24:27] "GET /virtual-machine-interface/87eaa64c-52f2-431b-b430-8a5713633311 HTTP/1.1" 200 2933 0.006363 10.0.0.27 - - [2026-02-05 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2026-02-05 02:24:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005262 10.0.0.27 - - [2026-02-05 02:24:27] "GET /virtual-networks?parent_id=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004673 10.0.0.27 - - [2026-02-05 02:24:27] "GET /virtual-network/fa722311-7a0b-4f03-be79-a64a0fbdedf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006027 10.0.0.27 - - [2026-02-05 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.27 - - [2026-02-05 02:24:28] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004557 10.0.0.27 - - [2026-02-05 02:24:28] "GET /virtual-networks?parent_id=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003602 10.0.0.27 - - [2026-02-05 02:24:28] "GET /virtual-network/fa722311-7a0b-4f03-be79-a64a0fbdedf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007681 10.0.0.27 - - [2026-02-05 02:24:32] "POST /neutron/router HTTP/1.1" 200 580 0.010056 10.0.0.50 - - [2026-02-05 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.023478 10.0.0.27 - - [2026-02-05 02:24:35] "POST /neutron/router HTTP/1.1" 200 580 0.008236 10.0.0.23 - - [2026-02-05 02:24:38] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001468 10.0.0.27 - - [2026-02-05 02:24:39] "POST /neutron/router HTTP/1.1" 200 344 0.381648 10.0.0.50 - - [2026-02-05 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.027136 10.0.0.27 - - [2026-02-05 02:24:41] "POST /neutron/router HTTP/1.1" 200 580 0.006827 10.0.0.27 - - [2026-02-05 02:24:41] "POST /neutron/router HTTP/1.1" 200 151 0.076204 10.0.0.50 - - [2026-02-05 02:24:42] "DELETE /route-target/c0dcf122-f417-4629-916a-45d319cc1a45 HTTP/1.1" 200 115 0.024252 10.0.0.27 - - [2026-02-05 02:24:42] "POST /neutron/port HTTP/1.1" 200 1121 0.019832 10.0.0.27 - - [2026-02-05 02:24:42] "POST /neutron/port HTTP/1.1" 200 1119 0.015167 10.0.0.27 - - [2026-02-05 02:24:44] "POST /neutron/network HTTP/1.1" 200 823 0.007453 10.0.0.23 - - [2026-02-05 02:24:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003458 10.0.0.50 - - [2026-02-05 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-02-05 02:24:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002727 10.0.0.27 - - [2026-02-05 02:24:44] "POST /neutron/network HTTP/1.1" 200 151 0.144873 10.0.0.23 - - [2026-02-05 02:24:45] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.27 - - [2026-02-05 02:24:45] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058417 10.0.0.23 - - [2026-02-05 02:24:45] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001588 10.0.0.27 - - [2026-02-05 02:24:45] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?fields=virtual_networks HTTP/1.1" 200 1029 0.067297 10.0.0.23 - - [2026-02-05 02:24:46] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001981 10.0.0.27 - - [2026-02-05 02:24:46] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.065705 10.0.0.23 - - [2026-02-05 02:24:46] "GET /projects?obj_uuids=ccbae010-1683-4e4a-b9d0-449a5783e206&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.27 - - [2026-02-05 02:24:46] "GET /project/ccbae010-1683-4e4a-b9d0-449a5783e206?fields=security_groups HTTP/1.1" 200 1253 0.042665 10.0.0.27 - - [2026-02-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.046863 10.0.0.23 - - [2026-02-05 02:24:47] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003578 10.0.0.23 - - [2026-02-05 02:24:47] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.23 - - [2026-02-05 02:24:47] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010217 10.0.0.23 - - [2026-02-05 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 193 0.003562 10.0.0.23 - - [2026-02-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.004990 10.0.0.23 - - [2026-02-05 02:24:47] "POST /security-groups HTTP/1.1" 200 594 0.029762 10.0.0.23 - - [2026-02-05 02:24:47] "POST /projects HTTP/1.1" 200 591 0.247741 10.0.0.23 - - [2026-02-05 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.292175 10.0.0.50 - - [2026-02-05 02:24:47] "POST /access-control-lists HTTP/1.1" 200 599 0.030130 10.0.0.27 - - [2026-02-05 02:24:47] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.456980 10.0.0.27 - - [2026-02-05 02:24:49] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.27 - - [2026-02-05 02:24:51] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000710 10.0.0.23 - - [2026-02-05 02:24:51] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001033 10.0.0.27 - - [2026-02-05 02:24:51] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.081977 10.0.0.27 - - [2026-02-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006142 10.0.0.27 - - [2026-02-05 02:24:51] "GET /security-group/a232c87c-18c0-4312-b77b-5e7386600d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007433 10.0.0.27 - - [2026-02-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006007 10.0.0.23 - - [2026-02-05 02:24:51] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001151 10.0.0.27 - - [2026-02-05 02:24:51] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040253 10.0.0.27 - - [2026-02-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.27 - - [2026-02-05 02:24:51] "GET /security-group/a232c87c-18c0-4312-b77b-5e7386600d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004888 10.0.0.27 - - [2026-02-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2026-02-05 02:24:51] "PUT /security-group/a232c87c-18c0-4312-b77b-5e7386600d97 HTTP/1.1" 200 262 0.019891 10.0.0.50 - - [2026-02-05 02:24:51] "PUT /access-control-list/01152adb-2bd4-4771-adeb-681d20cfb3a7 HTTP/1.1" 200 272 0.010707 10.0.0.27 - - [2026-02-05 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.004791 10.0.0.27 - - [2026-02-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.23 - - [2026-02-05 02:24:52] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001550 10.0.0.27 - - [2026-02-05 02:24:52] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.040336 10.0.0.50 - - [2026-02-05 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.023366 10.0.0.23 - - [2026-02-05 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.010011 10.0.0.27 - - [2026-02-05 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.316293 10.0.0.27 - - [2026-02-05 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001500 10.0.0.27 - - [2026-02-05 02:24:52] "GET /virtual-network/b496a190-8a3c-4972-8a47-8c976c20d411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005647 10.0.0.27 - - [2026-02-05 02:24:52] "GET /virtual-network/b496a190-8a3c-4972-8a47-8c976c20d411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006192 10.0.0.27 - - [2026-02-05 02:24:52] "POST /neutron/network HTTP/1.1" 200 828 0.006877 10.0.0.27 - - [2026-02-05 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.23 - - [2026-02-05 02:24:52] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000981 10.0.0.27 - - [2026-02-05 02:24:52] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043042 10.0.0.23 - - [2026-02-05 02:24:53] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.27 - - [2026-02-05 02:24:53] "POST /neutron/network HTTP/1.1" 200 615 0.190263 10.0.0.27 - - [2026-02-05 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.003641 10.0.0.27 - - [2026-02-05 02:24:53] "GET /virtual-network/b3b757cd-8f3e-473f-bb74-80f5dfc3edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006424 10.0.0.27 - - [2026-02-05 02:24:53] "POST /neutron/network HTTP/1.1" 200 835 0.006853 10.0.0.27 - - [2026-02-05 02:24:53] "GET /virtual-network/b3b757cd-8f3e-473f-bb74-80f5dfc3edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005263 10.0.0.27 - - [2026-02-05 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001377 10.0.0.27 - - [2026-02-05 02:24:53] "POST /neutron/network HTTP/1.1" 200 838 0.007659 10.0.0.23 - - [2026-02-05 02:24:54] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001616 10.0.0.27 - - [2026-02-05 02:24:54] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.080272 10.0.0.27 - - [2026-02-05 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.006827 10.0.0.27 - - [2026-02-05 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001343 10.0.0.27 - - [2026-02-05 02:24:55] "POST /neutron/network HTTP/1.1" 200 838 0.007142 10.0.0.27 - - [2026-02-05 02:24:55] "POST /neutron/port HTTP/1.1" 200 1064 0.019417 10.0.0.23 - - [2026-02-05 02:24:55] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001415 10.0.0.27 - - [2026-02-05 02:24:55] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.123138 10.0.0.27 - - [2026-02-05 02:24:55] "POST /neutron/network HTTP/1.1" 200 835 0.006934 10.0.0.27 - - [2026-02-05 02:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.27 - - [2026-02-05 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007820 10.0.0.27 - - [2026-02-05 02:24:56] "POST /neutron/router HTTP/1.1" 200 585 0.008198 10.0.0.50 - - [2026-02-05 02:24:56] "POST /route-targets HTTP/1.1" 200 327 0.020053 10.0.0.50 - - [2026-02-05 02:24:56] "GET /logical-router/27568b3e-abc3-4c6b-a0b8-c63d3367fe37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.087393 10.0.0.23 - - [2026-02-05 02:24:56] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001319 10.0.0.50 - - [2026-02-05 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.003165 10.0.0.50 - - [2026-02-05 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.061868 10.0.0.50 - - [2026-02-05 02:24:56] "POST /route-tables HTTP/1.1" 200 582 0.062850 10.0.0.27 - - [2026-02-05 02:24:56] "POST /neutron/router HTTP/1.1" 200 344 0.448134 10.0.0.27 - - [2026-02-05 02:24:57] "POST /neutron/port HTTP/1.1" 200 1128 0.039422 10.0.0.50 - - [2026-02-05 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.022522 10.0.0.50 - - [2026-02-05 02:24:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.134501 10.0.0.50 - - [2026-02-05 02:24:57] "POST /instance-ips HTTP/1.1" 400 246 0.028186 10.0.0.50 - - [2026-02-05 02:24:57] "PUT /instance-ip/defb489a-b38e-4c96-a828-74e183dddbae HTTP/1.1" 200 256 0.060423 10.0.0.27 - - [2026-02-05 02:24:57] "POST /neutron/port HTTP/1.1" 200 1064 0.093807 10.0.0.50 - - [2026-02-05 02:24:57] "POST /chown HTTP/1.1" 200 109 0.040949 10.0.0.50 - - [2026-02-05 02:24:58] "POST /chown HTTP/1.1" 200 109 0.013695 10.0.0.27 - - [2026-02-05 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.50 - - [2026-02-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.031674 10.0.0.50 - - [2026-02-05 02:24:58] "PUT /routing-instance/565be409-fd4a-4e30-b2fd-1b561a01e300 HTTP/1.1" 200 266 0.030052 10.0.0.27 - - [2026-02-05 02:24:58] "POST /neutron/network HTTP/1.1" 200 835 0.010415 10.0.0.50 - - [2026-02-05 02:24:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.104584 10.0.0.50 - - [2026-02-05 02:24:58] "POST /chown HTTP/1.1" 200 109 0.016908 10.0.0.50 - - [2026-02-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.029790 10.0.0.50 - - [2026-02-05 02:24:58] "POST /chown HTTP/1.1" 200 109 0.028234 10.0.0.50 - - [2026-02-05 02:24:58] "PUT /virtual-machine-interface/3a9c8e2a-3788-43ce-a2fe-a999851fd8f4 HTTP/1.1" 200 284 0.020718 10.0.0.50 - - [2026-02-05 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.028347 10.0.0.27 - - [2026-02-05 02:25:02] "POST /neutron/port HTTP/1.1" 200 1128 0.024754 10.0.0.27 - - [2026-02-05 02:25:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008120 10.0.0.27 - - [2026-02-05 02:25:02] "GET /virtual-machine/524175ec-c921-47f8-973c-2b6f173431eb HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2026-02-05 02:25:02] "GET /virtual-machine/524175ec-c921-47f8-973c-2b6f173431eb HTTP/1.1" 200 1295 0.034328 10.0.0.27 - - [2026-02-05 02:25:02] "GET /virtual-machine-interface/6ac950d4-af57-4f39-b2c7-5aa817c1fafa HTTP/1.1" 200 2955 0.005809 10.0.0.27 - - [2026-02-05 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.27 - - [2026-02-05 02:25:02] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003935 10.0.0.27 - - [2026-02-05 02:25:02] "GET /virtual-networks?parent_id=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003409 10.0.0.27 - - [2026-02-05 02:25:02] "GET /virtual-network/b496a190-8a3c-4972-8a47-8c976c20d411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005991 10.0.0.27 - - [2026-02-05 02:25:03] "POST /neutron/network HTTP/1.1" 200 845 0.008662 10.0.0.27 - - [2026-02-05 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.27 - - [2026-02-05 02:25:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007763 10.0.0.27 - - [2026-02-05 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.27 - - [2026-02-05 02:25:05] "GET /virtual-network/b496a190-8a3c-4972-8a47-8c976c20d411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005625 10.0.0.27 - - [2026-02-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2026-02-05 02:25:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004538 10.0.0.27 - - [2026-02-05 02:25:08] "GET /virtual-networks?parent_id=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004681 10.0.0.27 - - [2026-02-05 02:25:08] "GET /virtual-network/b496a190-8a3c-4972-8a47-8c976c20d411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006096 10.0.0.27 - - [2026-02-05 02:25:08] "POST /neutron/port HTTP/1.1" 200 1128 0.026464 10.0.0.27 - - [2026-02-05 02:25:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008415 10.0.0.27 - - [2026-02-05 02:25:08] "GET /virtual-machine/6e5f87ba-594d-418a-80a1-46282ca141a8 HTTP/1.1" 200 1294 0.006623 10.0.0.27 - - [2026-02-05 02:25:08] "GET /virtual-machine-interface/4c32c8d1-758d-40a1-b45e-4d856e5afd20 HTTP/1.1" 200 2967 0.005383 10.0.0.27 - - [2026-02-05 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2026-02-05 02:25:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003903 10.0.0.27 - - [2026-02-05 02:25:08] "GET /virtual-networks?parent_id=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003110 10.0.0.27 - - [2026-02-05 02:25:08] "GET /virtual-network/b3b757cd-8f3e-473f-bb74-80f5dfc3edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005932 10.0.0.27 - - [2026-02-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2026-02-05 02:25:09] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004478 10.0.0.27 - - [2026-02-05 02:25:09] "GET /virtual-networks?parent_id=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003623 10.0.0.27 - - [2026-02-05 02:25:09] "GET /virtual-network/b3b757cd-8f3e-473f-bb74-80f5dfc3edf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006109 10.0.0.27 - - [2026-02-05 02:25:09] "POST /neutron/port HTTP/1.1" 200 1128 0.019254 10.0.0.27 - - [2026-02-05 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006038 10.0.0.27 - - [2026-02-05 02:25:10] "POST /neutron/network HTTP/1.1" 200 828 0.009083 10.0.0.23 - - [2026-02-05 02:25:12] "DELETE /project/480d6ed78c7a428e95e3ae1fe0657b1f HTTP/1.1" 404 173 0.002953 10.0.0.23 - - [2026-02-05 02:25:12] "DELETE /project/ccbae010-1683-4e4a-b9d0-449a5783e206 HTTP/1.1" 404 177 0.006080 10.0.0.50 - - [2026-02-05 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.018223 10.0.0.27 - - [2026-02-05 02:25:13] "POST /neutron/router HTTP/1.1" 200 656 0.011135 10.0.0.50 - - [2026-02-05 02:25:14] "GET /service-instance/8b0156db-33ec-41c6-9133-ea20eeb54294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.006030 10.0.0.50 - - [2026-02-05 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.017984 10.0.0.50 - - [2026-02-05 02:25:14] "GET /service-instance/8b0156db-33ec-41c6-9133-ea20eeb54294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.008162 10.0.0.50 - - [2026-02-05 02:25:14] "GET /virtual-network/7ff3f653-8094-4633-8c6c-a71df8c9d71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006411 10.0.0.50 - - [2026-02-05 02:25:14] "DELETE /instance-ip/eb974eff-c254-47ee-b7ab-8150a0de91e0 HTTP/1.1" 200 115 0.092279 10.0.0.27 - - [2026-02-05 02:25:14] "POST /neutron/network HTTP/1.1" 400 204 0.082998 10.0.0.23 - - [2026-02-05 02:25:14] "GET /obj-perms HTTP/1.1" 200 5056 0.123418 10.0.0.50 - - [2026-02-05 02:25:14] "DELETE /route-target/cde0ec4a-9cfa-42bb-9c96-f16651311d79 HTTP/1.1" 200 115 0.036456 10.0.0.27 - - [2026-02-05 02:25:15] "POST /neutron/port HTTP/1.1" 200 151 0.231662 10.0.0.27 - - [2026-02-05 02:25:15] "POST /neutron/port HTTP/1.1" 200 151 0.244005 10.0.0.50 - - [2026-02-05 02:25:15] "GET /virtual-machine-interface/f60288a0-606b-4c55-a166-a5bd8d3213ca?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1654 0.066666 10.0.0.50 - - [2026-02-05 02:25:15] "DELETE /virtual-machine-interface/f60288a0-606b-4c55-a166-a5bd8d3213ca HTTP/1.1" 200 115 0.058881 10.0.0.50 - - [2026-02-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.017342 10.0.0.50 - - [2026-02-05 02:25:15] "DELETE /virtual-machine-interface/3a9c8e2a-3788-43ce-a2fe-a999851fd8f4 HTTP/1.1" 200 115 0.046997 10.0.0.50 - - [2026-02-05 02:25:15] "GET /instance-ip/defb489a-b38e-4c96-a828-74e183dddbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.011031 10.0.0.50 - - [2026-02-05 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.021595 10.0.0.27 - - [2026-02-05 02:25:16] "POST /neutron/network HTTP/1.1" 200 828 0.009663 10.0.0.50 - - [2026-02-05 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.23 - - [2026-02-05 02:25:18] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001817 10.0.0.27 - - [2026-02-05 02:25:18] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051768 10.0.0.23 - - [2026-02-05 02:25:18] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.27 - - [2026-02-05 02:25:18] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?fields=virtual_networks HTTP/1.1" 200 1038 0.045236 10.0.0.23 - - [2026-02-05 02:25:18] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001117 10.0.0.27 - - [2026-02-05 02:25:18] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.041830 10.0.0.23 - - [2026-02-05 02:25:18] "GET /projects?obj_uuids=480d6ed7-8c7a-428e-95e3-ae1fe0657b1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001404 10.0.0.27 - - [2026-02-05 02:25:18] "GET /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f?fields=security_groups HTTP/1.1" 200 1267 0.053026 10.0.0.27 - - [2026-02-05 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.031863 10.0.0.23 - - [2026-02-05 02:25:19] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003859 10.0.0.23 - - [2026-02-05 02:25:19] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.23 - - [2026-02-05 02:25:19] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007530 10.0.0.23 - - [2026-02-05 02:25:19] "POST /id-to-fqname HTTP/1.1" 200 198 0.010158 10.0.0.23 - - [2026-02-05 02:25:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.005764 10.0.0.23 - - [2026-02-05 02:25:19] "POST /security-groups HTTP/1.1" 200 599 0.077186 10.0.0.23 - - [2026-02-05 02:25:19] "POST /projects HTTP/1.1" 200 601 0.287829 10.0.0.50 - - [2026-02-05 02:25:19] "POST /access-control-lists HTTP/1.1" 200 604 0.029646 10.0.0.23 - - [2026-02-05 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.362267 10.0.0.27 - - [2026-02-05 02:25:20] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.513857 10.0.0.27 - - [2026-02-05 02:25:21] "GET / HTTP/1.1" 200 35931 0.002271 10.0.0.27 - - [2026-02-05 02:25:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2026-02-05 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.077347 10.0.0.23 - - [2026-02-05 02:25:23] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.27 - - [2026-02-05 02:25:23] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040456 10.0.0.23 - - [2026-02-05 02:25:23] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.27 - - [2026-02-05 02:25:23] "POST /neutron/network HTTP/1.1" 200 613 0.146912 10.0.0.50 - - [2026-02-05 02:25:23] "POST /route-targets HTTP/1.1" 200 327 0.013744 10.0.0.50 - - [2026-02-05 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.053082 10.0.0.27 - - [2026-02-05 02:25:24] "POST /neutron/network HTTP/1.1" 200 1006 0.013350 10.0.0.27 - - [2026-02-05 02:25:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001098 10.0.0.27 - - [2026-02-05 02:25:24] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005243 10.0.0.27 - - [2026-02-05 02:25:24] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005589 10.0.0.27 - - [2026-02-05 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.012721 10.0.0.27 - - [2026-02-05 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2026-02-05 02:25:24] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.27 - - [2026-02-05 02:25:24] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042521 10.0.0.23 - - [2026-02-05 02:25:24] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.27 - - [2026-02-05 02:25:24] "POST /neutron/network HTTP/1.1" 200 613 0.119345 10.0.0.50 - - [2026-02-05 02:25:24] "POST /ref-update HTTP/1.1" 200 156 0.024073 10.0.0.27 - - [2026-02-05 02:25:25] "POST /neutron/network HTTP/1.1" 200 1008 0.012599 10.0.0.27 - - [2026-02-05 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001212 10.0.0.27 - - [2026-02-05 02:25:25] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005706 10.0.0.27 - - [2026-02-05 02:25:25] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006470 10.0.0.27 - - [2026-02-05 02:25:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.010641 10.0.0.27 - - [2026-02-05 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.003978 10.0.0.27 - - [2026-02-05 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2026-02-05 02:25:25] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.27 - - [2026-02-05 02:25:25] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044659 10.0.0.27 - - [2026-02-05 02:25:25] "POST /network-policys HTTP/1.1" 200 577 0.079297 10.0.0.27 - - [2026-02-05 02:25:25] "GET /network-policy/c327ee61-097b-4430-9e69-0312ee1c924d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006450 10.0.0.27 - - [2026-02-05 02:25:25] "POST /neutron/network HTTP/1.1" 200 1114 0.086844 10.0.0.27 - - [2026-02-05 02:25:25] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.010160 10.0.0.27 - - [2026-02-05 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.27 - - [2026-02-05 02:25:25] "GET /network-policy/c327ee61-097b-4430-9e69-0312ee1c924d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005263 10.0.0.50 - - [2026-02-05 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003881 10.0.0.50 - - [2026-02-05 02:25:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.003724 10.0.0.27 - - [2026-02-05 02:25:25] "POST /neutron/network HTTP/1.1" 200 1116 0.080920 10.0.0.27 - - [2026-02-05 02:25:25] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006125 10.0.0.27 - - [2026-02-05 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2026-02-05 02:25:26] "GET /network-policy/c327ee61-097b-4430-9e69-0312ee1c924d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006090 10.0.0.50 - - [2026-02-05 02:25:26] "PUT /access-control-list/43715d36-8e2d-41ab-b0b4-365c9a31cf7c HTTP/1.1" 200 272 0.063845 10.0.0.27 - - [2026-02-05 02:25:26] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005944 10.0.0.27 - - [2026-02-05 02:25:27] "GET /obj-perms HTTP/1.1" 200 5046 0.062587 10.0.0.50 - - [2026-02-05 02:25:27] "GET /obj-perms HTTP/1.1" 200 5046 0.057919 10.0.0.27 - - [2026-02-05 02:25:28] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.007783 10.0.0.27 - - [2026-02-05 02:25:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001409 10.0.0.23 - - [2026-02-05 02:25:29] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.27 - - [2026-02-05 02:25:29] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072968 10.0.0.27 - - [2026-02-05 02:25:29] "POST /neutron/network HTTP/1.1" 200 1114 0.008903 10.0.0.27 - - [2026-02-05 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001410 10.0.0.27 - - [2026-02-05 02:25:29] "POST /neutron/port HTTP/1.1" 200 117 0.007379 10.0.0.23 - - [2026-02-05 02:25:30] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.27 - - [2026-02-05 02:25:30] "POST /neutron/port HTTP/1.1" 200 1175 0.424990 10.0.0.23 - - [2026-02-05 02:25:30] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.27 - - [2026-02-05 02:25:30] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080822 10.0.0.27 - - [2026-02-05 02:25:31] "POST /neutron/port HTTP/1.1" 200 1229 0.137318 10.0.0.27 - - [2026-02-05 02:25:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004262 10.0.0.27 - - [2026-02-05 02:25:31] "POST /neutron/port HTTP/1.1" 200 1239 0.028602 10.0.0.27 - - [2026-02-05 02:25:31] "POST /neutron/network HTTP/1.1" 200 1114 0.009911 10.0.0.27 - - [2026-02-05 02:25:31] "POST /neutron/port HTTP/1.1" 200 1239 0.017686 10.0.0.23 - - [2026-02-05 02:25:31] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.27 - - [2026-02-05 02:25:32] "POST /neutron/port HTTP/1.1" 200 1177 0.353606 10.0.0.27 - - [2026-02-05 02:25:32] "POST /neutron/port HTTP/1.1" 200 1231 0.121587 10.0.0.27 - - [2026-02-05 02:25:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.27 - - [2026-02-05 02:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.001370 10.0.0.27 - - [2026-02-05 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008005 10.0.0.27 - - [2026-02-05 02:25:36] "POST /neutron/port HTTP/1.1" 200 1239 0.031050 10.0.0.27 - - [2026-02-05 02:25:36] "GET /virtual-machine/a774872f-21d3-426a-b4ee-4609ee5c3878 HTTP/1.1" 401 292 0.000566 10.0.0.27 - - [2026-02-05 02:25:37] "GET /virtual-machine/a774872f-21d3-426a-b4ee-4609ee5c3878 HTTP/1.1" 200 1301 0.043336 10.0.0.27 - - [2026-02-05 02:25:37] "GET /virtual-machine-interface/80ce17c0-da3d-4abe-a4d3-dd1cdc0f13d6 HTTP/1.1" 200 3174 0.005413 10.0.0.27 - - [2026-02-05 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.27 - - [2026-02-05 02:25:37] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003735 10.0.0.27 - - [2026-02-05 02:25:37] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003154 10.0.0.27 - - [2026-02-05 02:25:37] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.008165 10.0.0.27 - - [2026-02-05 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.27 - - [2026-02-05 02:25:40] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007840 10.0.0.27 - - [2026-02-05 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-02-05 02:25:44] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007515 10.0.0.27 - - [2026-02-05 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.27 - - [2026-02-05 02:25:48] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007036 10.0.0.27 - - [2026-02-05 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2026-02-05 02:25:52] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005198 10.0.0.50 - - [2026-02-05 02:25:56] "DELETE /access-control-list/99487af2-445b-477f-8cf6-343397f40abc HTTP/1.1" 200 115 0.047732 10.0.0.27 - - [2026-02-05 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.27 - - [2026-02-05 02:25:56] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006323 10.0.0.27 - - [2026-02-05 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.27 - - [2026-02-05 02:26:00] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005827 10.0.0.27 - - [2026-02-05 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.27 - - [2026-02-05 02:26:04] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005334 10.0.0.27 - - [2026-02-05 02:26:05] "POST /neutron/port HTTP/1.1" 200 1241 0.020499 10.0.0.27 - - [2026-02-05 02:26:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.27 - - [2026-02-05 02:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.27 - - [2026-02-05 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.27 - - [2026-02-05 02:26:08] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006143 10.0.0.27 - - [2026-02-05 02:26:09] "POST /neutron/port HTTP/1.1" 200 1239 0.019035 10.0.0.27 - - [2026-02-05 02:26:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005153 10.0.0.27 - - [2026-02-05 02:26:10] "POST /neutron/port HTTP/1.1" 200 117 0.001911 10.0.0.27 - - [2026-02-05 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.27 - - [2026-02-05 02:26:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004518 10.0.0.27 - - [2026-02-05 02:26:11] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003536 10.0.0.27 - - [2026-02-05 02:26:11] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006432 10.0.0.27 - - [2026-02-05 02:26:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008529 10.0.0.23 - - [2026-02-05 02:26:12] "DELETE /project/a22acf1e4b544d98a78fd5623df7986a HTTP/1.1" 404 173 0.004813 10.0.0.23 - - [2026-02-05 02:26:12] "DELETE /project/480d6ed7-8c7a-428e-95e3-ae1fe0657b1f HTTP/1.1" 404 177 0.004071 10.0.0.50 - - [2026-02-05 02:26:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000565 10.0.0.50 - - [2026-02-05 02:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.50 - - [2026-02-05 02:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000737 10.0.0.50 - - [2026-02-05 02:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-02-05 02:26:16] "GET /obj-perms HTTP/1.1" 200 5056 0.142478 10.0.0.23 - - [2026-02-05 02:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2026-02-05 02:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-02-05 02:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2026-02-05 02:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-02-05 02:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000716 10.0.0.27 - - [2026-02-05 02:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.27 - - [2026-02-05 02:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2026-02-05 02:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2026-02-05 02:26:20] "POST /neutron/port HTTP/1.1" 200 1239 0.020838 10.0.0.27 - - [2026-02-05 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010225 10.0.0.27 - - [2026-02-05 02:26:26] "POST /neutron/port HTTP/1.1" 200 1239 0.018517 10.0.0.27 - - [2026-02-05 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007763 10.0.0.27 - - [2026-02-05 02:26:32] "POST /neutron/port HTTP/1.1" 200 1241 0.019691 10.0.0.27 - - [2026-02-05 02:26:32] "GET /virtual-machine/161a09f4-de75-4957-aaba-308d411bd9e6 HTTP/1.1" 200 1300 0.006843 10.0.0.27 - - [2026-02-05 02:26:32] "GET /virtual-machine-interface/2c2242fb-5034-44c1-aa6f-840dca3e956e HTTP/1.1" 200 3174 0.005552 10.0.0.27 - - [2026-02-05 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2026-02-05 02:26:32] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003706 10.0.0.27 - - [2026-02-05 02:26:32] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002860 10.0.0.27 - - [2026-02-05 02:26:32] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006687 10.0.0.27 - - [2026-02-05 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2026-02-05 02:26:33] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003852 10.0.0.27 - - [2026-02-05 02:26:33] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003527 10.0.0.27 - - [2026-02-05 02:26:33] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006045 10.0.0.27 - - [2026-02-05 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-02-05 02:26:56] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.27 - - [2026-02-05 02:26:56] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046790 10.0.0.27 - - [2026-02-05 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2026-02-05 02:26:56] "PUT /network-policy/c327ee61-097b-4430-9e69-0312ee1c924d HTTP/1.1" 200 262 0.019028 10.0.0.27 - - [2026-02-05 02:26:59] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006957 10.0.0.27 - - [2026-02-05 02:26:59] "POST /neutron/network HTTP/1.1" 200 1008 0.083733 10.0.0.50 - - [2026-02-05 02:27:00] "DELETE /access-control-list/3958f016-a5d8-412b-bff8-8b7200b16284 HTTP/1.1" 200 115 0.067698 10.0.0.27 - - [2026-02-05 02:27:00] "GET /virtual-network/d6ad3e45-1721-45ea-957f-2430b478101e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008113 10.0.0.27 - - [2026-02-05 02:27:00] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006150 10.0.0.27 - - [2026-02-05 02:27:00] "POST /neutron/network HTTP/1.1" 200 1006 0.083102 10.0.0.50 - - [2026-02-05 02:27:00] "POST /ref-update HTTP/1.1" 200 156 0.027047 10.0.0.27 - - [2026-02-05 02:27:00] "GET /virtual-network/6b697f6f-c4a6-44be-adb1-240426177e81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010938 10.0.0.27 - - [2026-02-05 02:27:00] "DELETE /network-policy/c327ee61-097b-4430-9e69-0312ee1c924d HTTP/1.1" 200 115 0.067983 10.0.0.27 - - [2026-02-05 02:27:00] "POST /neutron/network HTTP/1.1" 200 1008 0.011068 10.0.0.27 - - [2026-02-05 02:27:00] "POST /neutron/port HTTP/1.1" 200 1239 0.017416 10.0.0.27 - - [2026-02-05 02:27:00] "POST /neutron/port HTTP/1.1" 200 151 0.311451 10.0.0.27 - - [2026-02-05 02:27:02] "POST /neutron/network HTTP/1.1" 200 1006 0.009920 10.0.0.50 - - [2026-02-05 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.23 - - [2026-02-05 02:27:07] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.27 - - [2026-02-05 02:27:07] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038295 10.0.0.27 - - [2026-02-05 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.23 - - [2026-02-05 02:27:07] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.27 - - [2026-02-05 02:27:07] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008005 10.0.0.27 - - [2026-02-05 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.23 - - [2026-02-05 02:27:07] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.27 - - [2026-02-05 02:27:07] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040397 10.0.0.27 - - [2026-02-05 02:27:08] "GET /domains HTTP/1.1" 200 280 0.005103 10.0.0.23 - - [2026-02-05 02:27:08] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.27 - - [2026-02-05 02:27:08] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a HTTP/1.1" 200 2775 0.010099 10.0.0.23 - - [2026-02-05 02:27:08] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001100 10.0.0.27 - - [2026-02-05 02:27:08] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a HTTP/1.1" 200 1901 0.087380 10.0.0.27 - - [2026-02-05 02:27:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003914 10.0.0.27 - - [2026-02-05 02:27:08] "POST /network-ipams HTTP/1.1" 200 609 0.030900 10.0.0.27 - - [2026-02-05 02:27:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003678 10.0.0.27 - - [2026-02-05 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2026-02-05 02:27:08] "GET /network-ipam/11c96cdd-5917-4c10-9ed1-cf5e4e638444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.006377 10.0.0.27 - - [2026-02-05 02:27:08] "PUT /network-ipam/11c96cdd-5917-4c10-9ed1-cf5e4e638444 HTTP/1.1" 200 258 0.014537 10.0.0.27 - - [2026-02-05 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.23 - - [2026-02-05 02:27:09] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001531 10.0.0.27 - - [2026-02-05 02:27:09] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040098 10.0.0.23 - - [2026-02-05 02:27:09] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.27 - - [2026-02-05 02:27:09] "POST /neutron/network HTTP/1.1" 200 619 0.147002 10.0.0.50 - - [2026-02-05 02:27:09] "POST /ref-update HTTP/1.1" 200 156 0.030719 10.0.0.50 - - [2026-02-05 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.010797 10.0.0.23 - - [2026-02-05 02:27:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008332 10.0.0.27 - - [2026-02-05 02:27:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.202526 10.0.0.27 - - [2026-02-05 02:27:10] "POST /id-to-fqname HTTP/1.1" 200 231 0.001474 10.0.0.27 - - [2026-02-05 02:27:10] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005808 10.0.0.27 - - [2026-02-05 02:27:10] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006354 10.0.0.27 - - [2026-02-05 02:27:10] "POST /neutron/network HTTP/1.1" 200 1309 0.012349 10.0.0.27 - - [2026-02-05 02:27:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.011801 10.0.0.27 - - [2026-02-05 02:27:10] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006097 10.0.0.50 - - [2026-02-05 02:27:10] "GET /obj-perms HTTP/1.1" 200 5046 0.003812 10.0.0.27 - - [2026-02-05 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.23 - - [2026-02-05 02:27:10] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.27 - - [2026-02-05 02:27:10] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051297 10.0.0.23 - - [2026-02-05 02:27:11] "POST /useragent-kv HTTP/1.1" 200 115 0.010284 10.0.0.27 - - [2026-02-05 02:27:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.281448 10.0.0.27 - - [2026-02-05 02:27:11] "POST /neutron/network HTTP/1.1" 200 1309 0.012877 10.0.0.27 - - [2026-02-05 02:27:11] "POST /id-to-fqname HTTP/1.1" 200 231 0.001065 10.0.0.27 - - [2026-02-05 02:27:11] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.004779 10.0.0.27 - - [2026-02-05 02:27:11] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006107 10.0.0.27 - - [2026-02-05 02:27:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.009432 10.0.0.27 - - [2026-02-05 02:27:12] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006109 10.0.0.27 - - [2026-02-05 02:27:12] "GET /obj-perms HTTP/1.1" 200 5046 0.005822 10.0.0.27 - - [2026-02-05 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.23 - - [2026-02-05 02:27:12] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.27 - - [2026-02-05 02:27:12] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038725 10.0.0.27 - - [2026-02-05 02:27:12] "POST /neutron/network HTTP/1.1" 200 117 0.016215 10.0.0.50 - - [2026-02-05 02:27:12] "POST /ref-update HTTP/1.1" 200 156 0.018799 10.0.0.23 - - [2026-02-05 02:27:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007592 10.0.0.27 - - [2026-02-05 02:27:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.187134 10.0.0.27 - - [2026-02-05 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.001475 10.0.0.27 - - [2026-02-05 02:27:13] "GET /virtual-network/0490fed4-ed43-4916-acc1-937af3190a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.009101 10.0.0.27 - - [2026-02-05 02:27:13] "POST /neutron/network HTTP/1.1" 200 1309 0.012202 10.0.0.27 - - [2026-02-05 02:27:13] "GET /virtual-network/0490fed4-ed43-4916-acc1-937af3190a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005453 10.0.0.27 - - [2026-02-05 02:27:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.009070 10.0.0.27 - - [2026-02-05 02:27:13] "GET /virtual-network/0490fed4-ed43-4916-acc1-937af3190a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006284 10.0.0.23 - - [2026-02-05 02:27:14] "GET /obj-perms HTTP/1.1" 200 5046 0.063297 10.0.0.27 - - [2026-02-05 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-02-05 02:27:14] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.27 - - [2026-02-05 02:27:14] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046780 10.0.0.23 - - [2026-02-05 02:27:14] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.27 - - [2026-02-05 02:27:14] "POST /neutron/network HTTP/1.1" 200 619 0.140694 10.0.0.50 - - [2026-02-05 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.007658 10.0.0.23 - - [2026-02-05 02:27:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006845 10.0.0.27 - - [2026-02-05 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 823 0.175864 10.0.0.27 - - [2026-02-05 02:27:15] "POST /id-to-fqname HTTP/1.1" 200 231 0.001432 10.0.0.27 - - [2026-02-05 02:27:15] "GET /virtual-network/5e8b5915-f77f-4ec3-9e1e-c8a6829c36d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.005819 10.0.0.27 - - [2026-02-05 02:27:15] "GET /virtual-network/5e8b5915-f77f-4ec3-9e1e-c8a6829c36d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.006860 10.0.0.27 - - [2026-02-05 02:27:15] "POST /neutron/network HTTP/1.1" 200 1308 0.013296 10.0.0.27 - - [2026-02-05 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 823 0.010911 10.0.0.27 - - [2026-02-05 02:27:15] "GET /virtual-network/5e8b5915-f77f-4ec3-9e1e-c8a6829c36d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.008573 10.0.0.50 - - [2026-02-05 02:27:15] "GET /obj-perms HTTP/1.1" 200 5046 0.003963 10.0.0.27 - - [2026-02-05 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003599 10.0.0.27 - - [2026-02-05 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.23 - - [2026-02-05 02:27:15] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001459 10.0.0.27 - - [2026-02-05 02:27:15] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039066 10.0.0.27 - - [2026-02-05 02:27:16] "POST /network-policys HTTP/1.1" 200 559 0.029449 10.0.0.27 - - [2026-02-05 02:27:16] "GET /network-policy/b9f032a7-1da9-430e-9abf-c01d58ed0516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.007283 10.0.0.27 - - [2026-02-05 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.004537 10.0.0.27 - - [2026-02-05 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.23 - - [2026-02-05 02:27:16] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.27 - - [2026-02-05 02:27:16] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059606 10.0.0.27 - - [2026-02-05 02:27:16] "POST /network-policys HTTP/1.1" 200 559 0.041739 10.0.0.27 - - [2026-02-05 02:27:16] "GET /network-policy/b8697031-0909-4b9a-85ec-ae55ec978320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006645 10.0.0.27 - - [2026-02-05 02:27:16] "GET /obj-perms HTTP/1.1" 200 5056 0.076147 10.0.0.27 - - [2026-02-05 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003396 10.0.0.27 - - [2026-02-05 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2026-02-05 02:27:16] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001864 10.0.0.27 - - [2026-02-05 02:27:16] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046363 10.0.0.27 - - [2026-02-05 02:27:16] "POST /network-policys HTTP/1.1" 200 559 0.074731 10.0.0.27 - - [2026-02-05 02:27:17] "GET /network-policy/ca49a244-26cd-4087-8e80-09579d2907a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.015564 10.0.0.27 - - [2026-02-05 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.017289 10.0.0.27 - - [2026-02-05 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.23 - - [2026-02-05 02:27:17] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.27 - - [2026-02-05 02:27:17] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056432 10.0.0.27 - - [2026-02-05 02:27:17] "POST /network-policys HTTP/1.1" 200 559 0.079537 10.0.0.27 - - [2026-02-05 02:27:17] "GET /network-policy/8fd18b99-9160-4a99-9299-4a5c825f61b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.007805 10.0.0.27 - - [2026-02-05 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.004533 10.0.0.27 - - [2026-02-05 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2026-02-05 02:27:17] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001425 10.0.0.27 - - [2026-02-05 02:27:17] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042017 10.0.0.27 - - [2026-02-05 02:27:17] "POST /network-policys HTTP/1.1" 200 559 0.075342 10.0.0.27 - - [2026-02-05 02:27:17] "GET /network-policy/b053dc3c-3fbe-4bba-8c20-0ebb448f47bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006589 10.0.0.27 - - [2026-02-05 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.003042 10.0.0.27 - - [2026-02-05 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.23 - - [2026-02-05 02:27:18] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.27 - - [2026-02-05 02:27:18] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040810 10.0.0.27 - - [2026-02-05 02:27:18] "POST /network-policys HTTP/1.1" 200 559 0.074792 10.0.0.27 - - [2026-02-05 02:27:18] "GET /network-policy/d44c284b-0f02-4600-bd44-1a914787ac2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007329 10.0.0.27 - - [2026-02-05 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.003232 10.0.0.27 - - [2026-02-05 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.23 - - [2026-02-05 02:27:18] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.27 - - [2026-02-05 02:27:18] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048055 10.0.0.27 - - [2026-02-05 02:27:18] "POST /network-policys HTTP/1.1" 200 559 0.075121 10.0.0.27 - - [2026-02-05 02:27:18] "GET /network-policy/922c5685-5eb4-476b-b4e1-9704f065ea08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006994 10.0.0.27 - - [2026-02-05 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.003267 10.0.0.27 - - [2026-02-05 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.23 - - [2026-02-05 02:27:18] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001452 10.0.0.27 - - [2026-02-05 02:27:18] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038691 10.0.0.27 - - [2026-02-05 02:27:19] "POST /network-policys HTTP/1.1" 200 559 0.074758 10.0.0.27 - - [2026-02-05 02:27:19] "GET /network-policy/b2191970-4acd-4bf4-82d7-53f23fa5442f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006757 10.0.0.50 - - [2026-02-05 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 248 0.005539 10.0.0.27 - - [2026-02-05 02:27:19] "POST /neutron/network HTTP/1.1" 200 1494 0.016232 10.0.0.27 - - [2026-02-05 02:27:19] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.017816 10.0.0.27 - - [2026-02-05 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536 10.0.0.27 - - [2026-02-05 02:27:19] "GET /network-policy/b8697031-0909-4b9a-85ec-ae55ec978320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004735 10.0.0.27 - - [2026-02-05 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2026-02-05 02:27:19] "GET /network-policy/b9f032a7-1da9-430e-9abf-c01d58ed0516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004741 10.0.0.50 - - [2026-02-05 02:27:19] "POST /access-control-lists HTTP/1.1" 200 605 0.038894 10.0.0.27 - - [2026-02-05 02:27:19] "POST /neutron/network HTTP/1.1" 200 1494 0.017518 10.0.0.27 - - [2026-02-05 02:27:19] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006052 10.0.0.27 - - [2026-02-05 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002277 10.0.0.27 - - [2026-02-05 02:27:20] "GET /network-policy/8fd18b99-9160-4a99-9299-4a5c825f61b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008718 10.0.0.27 - - [2026-02-05 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005688 10.0.0.27 - - [2026-02-05 02:27:20] "GET /network-policy/ca49a244-26cd-4087-8e80-09579d2907a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004798 10.0.0.50 - - [2026-02-05 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.003341 10.0.0.50 - - [2026-02-05 02:27:20] "POST /access-control-lists HTTP/1.1" 200 605 0.041247 10.0.0.27 - - [2026-02-05 02:27:20] "POST /neutron/network HTTP/1.1" 200 1494 0.021195 10.0.0.27 - - [2026-02-05 02:27:20] "GET /virtual-network/0490fed4-ed43-4916-acc1-937af3190a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005764 10.0.0.27 - - [2026-02-05 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2026-02-05 02:27:20] "GET /network-policy/b053dc3c-3fbe-4bba-8c20-0ebb448f47bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005445 10.0.0.27 - - [2026-02-05 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2026-02-05 02:27:20] "GET /network-policy/d44c284b-0f02-4600-bd44-1a914787ac2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007448 10.0.0.27 - - [2026-02-05 02:27:20] "POST /neutron/network HTTP/1.1" 200 1493 0.012542 10.0.0.27 - - [2026-02-05 02:27:20] "GET /virtual-network/5e8b5915-f77f-4ec3-9e1e-c8a6829c36d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.005092 10.0.0.27 - - [2026-02-05 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2026-02-05 02:27:20] "GET /network-policy/922c5685-5eb4-476b-b4e1-9704f065ea08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005422 10.0.0.27 - - [2026-02-05 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2026-02-05 02:27:20] "GET /network-policy/b2191970-4acd-4bf4-82d7-53f23fa5442f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004664 10.0.0.27 - - [2026-02-05 02:27:21] "POST /id-to-fqname HTTP/1.1" 200 231 0.001316 10.0.0.23 - - [2026-02-05 02:27:56] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.27 - - [2026-02-05 02:27:56] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070692 10.0.0.27 - - [2026-02-05 02:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.006815 10.0.0.27 - - [2026-02-05 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.001407 10.0.0.27 - - [2026-02-05 02:27:56] "POST /neutron/network HTTP/1.1" 200 1504 0.007872 10.0.0.23 - - [2026-02-05 02:27:57] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001471 10.0.0.27 - - [2026-02-05 02:27:57] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.128554 10.0.0.27 - - [2026-02-05 02:27:57] "POST /neutron/port HTTP/1.1" 200 1170 0.052080 10.0.0.50 - - [2026-02-05 02:27:57] "PUT /access-control-list/4ba5707f-dd0c-4d60-b945-ea7fb91809a0 HTTP/1.1" 200 272 0.127996 10.0.0.27 - - [2026-02-05 02:27:57] "POST /neutron/port HTTP/1.1" 200 1224 0.224873 10.0.0.27 - - [2026-02-05 02:27:57] "POST /neutron/port HTTP/1.1" 200 1234 0.044268 10.0.0.27 - - [2026-02-05 02:27:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006393 10.0.0.27 - - [2026-02-05 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.019548 10.0.0.27 - - [2026-02-05 02:27:58] "POST /neutron/network HTTP/1.1" 200 1494 0.019360 10.0.0.27 - - [2026-02-05 02:27:59] "POST /neutron/port HTTP/1.1" 200 1170 0.047007 10.0.0.27 - - [2026-02-05 02:27:59] "POST /neutron/port HTTP/1.1" 200 1234 0.050173 10.0.0.27 - - [2026-02-05 02:27:59] "POST /neutron/subnet HTTP/1.1" 200 1361 0.040370 10.0.0.27 - - [2026-02-05 02:27:59] "POST /neutron/network HTTP/1.1" 200 1494 0.031858 10.0.0.27 - - [2026-02-05 02:28:08] "POST /neutron/port HTTP/1.1" 200 1234 0.035747 10.0.0.27 - - [2026-02-05 02:28:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018077 10.0.0.27 - - [2026-02-05 02:28:23] "POST /neutron/port HTTP/1.1" 200 1234 0.022502 10.0.0.27 - - [2026-02-05 02:28:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007152 10.0.0.27 - - [2026-02-05 02:28:39] "POST /neutron/port HTTP/1.1" 200 1234 0.017334 10.0.0.27 - - [2026-02-05 02:28:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008345 10.0.0.27 - - [2026-02-05 02:28:54] "POST /neutron/port HTTP/1.1" 200 1234 0.020463 10.0.0.27 - - [2026-02-05 02:28:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007185 10.0.0.27 - - [2026-02-05 02:29:04] "POST /neutron/port HTTP/1.1" 200 1234 0.021259 10.0.0.27 - - [2026-02-05 02:29:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007754 10.0.0.27 - - [2026-02-05 02:29:04] "GET /virtual-machine/cac49351-8510-4b52-adf4-161731420dc7 HTTP/1.1" 200 1301 0.006646 10.0.0.27 - - [2026-02-05 02:29:04] "GET /virtual-machine-interface/06b709d0-e748-4c3d-aac4-68f6881e03c5 HTTP/1.1" 200 3182 0.006126 10.0.0.27 - - [2026-02-05 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2026-02-05 02:29:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004207 10.0.0.27 - - [2026-02-05 02:29:04] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003315 10.0.0.27 - - [2026-02-05 02:29:04] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006700 10.0.0.27 - - [2026-02-05 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2026-02-05 02:29:08] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006529 10.0.0.27 - - [2026-02-05 02:29:10] "POST /neutron/network HTTP/1.1" 200 1504 0.007962 10.0.0.27 - - [2026-02-05 02:29:10] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020803 10.0.0.27 - - [2026-02-05 02:29:10] "POST /neutron/network HTTP/1.1" 200 1494 0.014993 10.0.0.27 - - [2026-02-05 02:29:12] "POST /neutron/network HTTP/1.1" 200 1504 0.036311 10.0.0.27 - - [2026-02-05 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.27 - - [2026-02-05 02:29:12] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007139 10.0.0.27 - - [2026-02-05 02:29:12] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015423 10.0.0.27 - - [2026-02-05 02:29:12] "POST /neutron/network HTTP/1.1" 200 1494 0.012544 10.0.0.27 - - [2026-02-05 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.27 - - [2026-02-05 02:29:16] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005726 10.0.0.23 - - [2026-02-05 02:29:18] "GET /obj-perms HTTP/1.1" 200 5056 0.058576 10.0.0.27 - - [2026-02-05 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005649 10.0.0.27 - - [2026-02-05 02:29:20] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006109 10.0.0.27 - - [2026-02-05 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-02-05 02:29:24] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005759 10.0.0.27 - - [2026-02-05 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.27 - - [2026-02-05 02:29:28] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.010204 10.0.0.27 - - [2026-02-05 02:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2026-02-05 02:29:32] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006229 10.0.0.27 - - [2026-02-05 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.27 - - [2026-02-05 02:29:36] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.014042 10.0.0.27 - - [2026-02-05 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.27 - - [2026-02-05 02:29:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004017 10.0.0.27 - - [2026-02-05 02:29:38] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003925 10.0.0.27 - - [2026-02-05 02:29:38] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007731 10.0.0.27 - - [2026-02-05 02:29:44] "POST /neutron/port HTTP/1.1" 200 1234 0.021345 10.0.0.27 - - [2026-02-05 02:29:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.043556 10.0.0.27 - - [2026-02-05 02:29:49] "POST /neutron/port HTTP/1.1" 200 1234 0.018317 10.0.0.27 - - [2026-02-05 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008605 10.0.0.27 - - [2026-02-05 02:29:59] "POST /neutron/port HTTP/1.1" 200 1234 0.018956 10.0.0.27 - - [2026-02-05 02:29:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007599 10.0.0.27 - - [2026-02-05 02:29:59] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 200 1301 0.006228 10.0.0.27 - - [2026-02-05 02:29:59] "GET /virtual-machine-interface/a036b769-792a-4893-959c-e9c5ab5d00cf HTTP/1.1" 200 3184 0.005934 10.0.0.27 - - [2026-02-05 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.27 - - [2026-02-05 02:30:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004211 10.0.0.27 - - [2026-02-05 02:30:00] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003928 10.0.0.27 - - [2026-02-05 02:30:00] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006435 10.0.0.27 - - [2026-02-05 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2026-02-05 02:30:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004372 10.0.0.27 - - [2026-02-05 02:30:01] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003094 10.0.0.27 - - [2026-02-05 02:30:01] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006633 10.0.0.27 - - [2026-02-05 02:30:01] "POST /neutron/port HTTP/1.1" 200 1234 0.021653 10.0.0.27 - - [2026-02-05 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2026-02-05 02:30:01] "GET /network-policy/ca49a244-26cd-4087-8e80-09579d2907a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004114 10.0.0.27 - - [2026-02-05 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2026-02-05 02:30:01] "GET /network-policy/8fd18b99-9160-4a99-9299-4a5c825f61b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004881 10.0.0.27 - - [2026-02-05 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008958 10.0.0.27 - - [2026-02-05 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.27 - - [2026-02-05 02:30:02] "GET /network-policy/b9f032a7-1da9-430e-9abf-c01d58ed0516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004782 10.0.0.27 - - [2026-02-05 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-02-05 02:30:02] "GET /network-policy/b8697031-0909-4b9a-85ec-ae55ec978320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004717 10.0.0.27 - - [2026-02-05 02:30:10] "POST /neutron/network HTTP/1.1" 200 1504 0.038613 10.0.0.27 - - [2026-02-05 02:30:10] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016219 10.0.0.27 - - [2026-02-05 02:30:10] "POST /neutron/network HTTP/1.1" 200 1494 0.011774 10.0.0.27 - - [2026-02-05 02:30:12] "POST /neutron/network HTTP/1.1" 200 1504 0.008046 10.0.0.27 - - [2026-02-05 02:30:13] "POST /neutron/subnet HTTP/1.1" 200 1361 0.029747 10.0.0.27 - - [2026-02-05 02:30:13] "POST /neutron/network HTTP/1.1" 200 1494 0.019523 10.0.0.50 - - [2026-02-05 02:30:19] "GET /obj-perms HTTP/1.1" 200 5056 0.066147 10.0.0.27 - - [2026-02-05 02:30:25] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 200 1301 0.004430 10.0.0.27 - - [2026-02-05 02:30:26] "POST /neutron/port HTTP/1.1" 200 151 0.268219 10.0.0.27 - - [2026-02-05 02:30:27] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.008075 10.0.0.27 - - [2026-02-05 02:30:27] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.004239 10.0.0.27 - - [2026-02-05 02:30:27] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.003748 10.0.0.27 - - [2026-02-05 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.033777 10.0.0.27 - - [2026-02-05 02:30:28] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004202 10.0.0.27 - - [2026-02-05 02:30:28] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003218 10.0.0.27 - - [2026-02-05 02:30:28] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.007666 10.0.0.27 - - [2026-02-05 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2026-02-05 02:30:28] "GET /routing-instance/b6743c4f-ee4b-40b4-a85c-2c12ad456460?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005112 10.0.0.27 - - [2026-02-05 02:30:28] "GET /route-target/bea9dfb3-7852-4b2a-aa23-6318e1f22f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004065 10.0.0.27 - - [2026-02-05 02:30:28] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.003577 10.0.0.27 - - [2026-02-05 02:30:29] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.004059 10.0.0.27 - - [2026-02-05 02:30:30] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.004521 10.0.0.27 - - [2026-02-05 02:30:31] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.003881 10.0.0.27 - - [2026-02-05 02:30:32] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.003599 10.0.0.27 - - [2026-02-05 02:30:33] "GET /virtual-machine/dcadc218-dfc9-4334-a191-3d0aa468e06e HTTP/1.1" 404 171 0.003511 10.0.0.27 - - [2026-02-05 02:30:33] "GET /obj-perms HTTP/1.1" 200 5046 0.055192 10.0.0.50 - - [2026-02-05 02:30:39] "GET /obj-perms HTTP/1.1" 200 5046 0.067648 10.0.0.27 - - [2026-02-05 02:30:39] "GET /obj-perms HTTP/1.1" 200 5046 0.005057 10.0.0.27 - - [2026-02-05 02:30:40] "GET /virtual-machine/cac49351-8510-4b52-adf4-161731420dc7 HTTP/1.1" 200 1301 0.043701 10.0.0.27 - - [2026-02-05 02:30:40] "POST /neutron/port HTTP/1.1" 200 151 0.303090 10.0.0.27 - - [2026-02-05 02:30:42] "GET /virtual-machine/cac49351-8510-4b52-adf4-161731420dc7 HTTP/1.1" 404 171 0.004270 10.0.0.27 - - [2026-02-05 02:30:42] "GET /virtual-machine/cac49351-8510-4b52-adf4-161731420dc7 HTTP/1.1" 404 171 0.003815 10.0.0.27 - - [2026-02-05 02:30:42] "GET /virtual-machine/cac49351-8510-4b52-adf4-161731420dc7 HTTP/1.1" 404 171 0.003183 10.0.0.27 - - [2026-02-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.27 - - [2026-02-05 02:30:42] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005468 10.0.0.27 - - [2026-02-05 02:30:42] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003982 10.0.0.27 - - [2026-02-05 02:30:42] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.008959 10.0.0.27 - - [2026-02-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2026-02-05 02:30:42] "GET /routing-instance/af4fe908-9ebb-441f-b572-42cf807a0dfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006552 10.0.0.27 - - [2026-02-05 02:30:42] "GET /route-target/9cdde262-514b-47fa-ba76-cd8f6b8ce7e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004685 10.0.0.27 - - [2026-02-05 02:30:42] "GET /obj-perms HTTP/1.1" 200 5046 0.004918 10.0.0.27 - - [2026-02-05 02:30:48] "GET /obj-perms HTTP/1.1" 200 5046 0.004361 10.0.0.27 - - [2026-02-05 02:30:51] "GET /obj-perms HTTP/1.1" 200 5046 0.004371 10.0.0.27 - - [2026-02-05 02:30:57] "GET /obj-perms HTTP/1.1" 200 5046 0.005071 10.0.0.27 - - [2026-02-05 02:31:01] "GET /obj-perms HTTP/1.1" 200 5046 0.004869 10.0.0.27 - - [2026-02-05 02:31:07] "GET /obj-perms HTTP/1.1" 200 5046 0.004080 10.0.0.27 - - [2026-02-05 02:31:10] "GET /obj-perms HTTP/1.1" 200 5046 0.004460 10.0.0.27 - - [2026-02-05 02:31:10] "GET /virtual-network/5e8b5915-f77f-4ec3-9e1e-c8a6829c36d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3796 0.006611 10.0.0.27 - - [2026-02-05 02:31:10] "POST /neutron/network HTTP/1.1" 200 1308 0.014566 10.0.0.27 - - [2026-02-05 02:31:10] "GET /virtual-network/5e8b5915-f77f-4ec3-9e1e-c8a6829c36d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3191 0.006202 10.0.0.27 - - [2026-02-05 02:31:11] "GET /virtual-network/0490fed4-ed43-4916-acc1-937af3190a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.008178 10.0.0.50 - - [2026-02-05 02:31:11] "DELETE /access-control-list/636f731d-32da-4c41-b5ab-f9ba8d33b378 HTTP/1.1" 200 115 0.043714 10.0.0.50 - - [2026-02-05 02:31:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.079517 10.0.0.27 - - [2026-02-05 02:31:11] "POST /neutron/network HTTP/1.1" 200 1309 0.023433 10.0.0.27 - - [2026-02-05 02:31:11] "GET /virtual-network/0490fed4-ed43-4916-acc1-937af3190a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007519 10.0.0.27 - - [2026-02-05 02:31:11] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006054 10.0.0.27 - - [2026-02-05 02:31:11] "POST /neutron/network HTTP/1.1" 200 1309 0.014029 10.0.0.27 - - [2026-02-05 02:31:11] "GET /virtual-network/74fbd22f-a679-409c-9fd9-b732b437d114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005388 10.0.0.27 - - [2026-02-05 02:31:11] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006054 10.0.0.50 - - [2026-02-05 02:31:11] "DELETE /access-control-list/4ba5707f-dd0c-4d60-b945-ea7fb91809a0 HTTP/1.1" 200 115 0.064445 10.0.0.27 - - [2026-02-05 02:31:11] "POST /neutron/network HTTP/1.1" 200 1309 0.016071 10.0.0.27 - - [2026-02-05 02:31:11] "GET /virtual-network/3e0b2302-ec6c-45e9-b306-026ab3b2ee17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005398 10.0.0.27 - - [2026-02-05 02:31:11] "DELETE /network-policy/b2191970-4acd-4bf4-82d7-53f23fa5442f HTTP/1.1" 200 115 0.042292 10.0.0.27 - - [2026-02-05 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006716 10.0.0.23 - - [2026-02-05 02:31:12] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.042807 10.0.0.27 - - [2026-02-05 02:31:12] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.092868 10.0.0.27 - - [2026-02-05 02:31:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.007246 10.0.0.27 - - [2026-02-05 02:31:12] "DELETE /network-policy/922c5685-5eb4-476b-b4e1-9704f065ea08 HTTP/1.1" 200 115 0.050912 10.0.0.27 - - [2026-02-05 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.23 - - [2026-02-05 02:31:12] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.27 - - [2026-02-05 02:31:12] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043969 10.0.0.27 - - [2026-02-05 02:31:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006012 10.0.0.27 - - [2026-02-05 02:31:12] "DELETE /network-policy/d44c284b-0f02-4600-bd44-1a914787ac2f HTTP/1.1" 200 115 0.041960 10.0.0.27 - - [2026-02-05 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.23 - - [2026-02-05 02:31:12] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001828 10.0.0.27 - - [2026-02-05 02:31:12] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045055 10.0.0.27 - - [2026-02-05 02:31:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.011844 10.0.0.27 - - [2026-02-05 02:31:12] "DELETE /network-policy/b053dc3c-3fbe-4bba-8c20-0ebb448f47bf HTTP/1.1" 200 115 0.050428 10.0.0.27 - - [2026-02-05 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2026-02-05 02:31:12] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.27 - - [2026-02-05 02:31:12] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044145 10.0.0.27 - - [2026-02-05 02:31:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006002 10.0.0.27 - - [2026-02-05 02:31:12] "DELETE /network-policy/8fd18b99-9160-4a99-9299-4a5c825f61b0 HTTP/1.1" 200 115 0.043964 10.0.0.27 - - [2026-02-05 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006340 10.0.0.23 - - [2026-02-05 02:31:12] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.27 - - [2026-02-05 02:31:13] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040087 10.0.0.27 - - [2026-02-05 02:31:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005886 10.0.0.27 - - [2026-02-05 02:31:13] "DELETE /network-policy/ca49a244-26cd-4087-8e80-09579d2907a1 HTTP/1.1" 200 115 0.045652 10.0.0.27 - - [2026-02-05 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.23 - - [2026-02-05 02:31:13] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.27 - - [2026-02-05 02:31:13] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039606 10.0.0.27 - - [2026-02-05 02:31:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.008719 10.0.0.27 - - [2026-02-05 02:31:13] "DELETE /network-policy/b8697031-0909-4b9a-85ec-ae55ec978320 HTTP/1.1" 200 115 0.042908 10.0.0.27 - - [2026-02-05 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432 10.0.0.23 - - [2026-02-05 02:31:13] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.27 - - [2026-02-05 02:31:13] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043027 10.0.0.27 - - [2026-02-05 02:31:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005830 10.0.0.27 - - [2026-02-05 02:31:13] "DELETE /network-policy/b9f032a7-1da9-430e-9abf-c01d58ed0516 HTTP/1.1" 200 115 0.063235 10.0.0.27 - - [2026-02-05 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007517 10.0.0.23 - - [2026-02-05 02:31:13] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.27 - - [2026-02-05 02:31:13] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047498 10.0.0.27 - - [2026-02-05 02:31:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-01363422&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006327 10.0.0.50 - - [2026-02-05 02:31:14] "DELETE /route-target/5a0f2875-2051-4d70-bfbd-f6a9578be3b9 HTTP/1.1" 200 115 0.028493 10.0.0.27 - - [2026-02-05 02:31:14] "POST /neutron/network HTTP/1.1" 200 1309 0.013793 10.0.0.50 - - [2026-02-05 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.23 - - [2026-02-05 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003887 10.0.0.23 - - [2026-02-05 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.23 - - [2026-02-05 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003163 10.0.0.23 - - [2026-02-05 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003200 10.0.0.23 - - [2026-02-05 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.23 - - [2026-02-05 02:31:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002126 10.0.0.27 - - [2026-02-05 02:31:14] "POST /neutron/network HTTP/1.1" 200 151 0.182773 10.0.0.50 - - [2026-02-05 02:31:14] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.50 - - [2026-02-05 02:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.50 - - [2026-02-05 02:31:15] "DELETE /route-target/9cdde262-514b-47fa-ba76-cd8f6b8ce7e8 HTTP/1.1" 200 115 0.026647 10.0.0.27 - - [2026-02-05 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.27 - - [2026-02-05 02:31:15] "DELETE /network-ipam/11c96cdd-5917-4c10-9ed1-cf5e4e638444 HTTP/1.1" 200 115 0.048279 10.0.0.27 - - [2026-02-05 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 252 0.003476 10.0.0.23 - - [2026-02-05 02:31:15] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.23 - - [2026-02-05 02:31:15] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.045865 10.0.0.23 - - [2026-02-05 02:31:15] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.23 - - [2026-02-05 02:31:15] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?fields=security_groups HTTP/1.1" 200 1388 0.074216 10.0.0.50 - - [2026-02-05 02:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000692 10.0.0.50 - - [2026-02-05 02:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-02-05 02:31:15] "DELETE /security-group/3cfd3cc8-87c2-468b-b114-f5c9e5bf598c HTTP/1.1" 200 115 0.067002 10.0.0.23 - - [2026-02-05 02:31:15] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003392 10.0.0.23 - - [2026-02-05 02:31:15] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?fields=application_policy_sets HTTP/1.1" 200 1427 0.058486 10.0.0.27 - - [2026-02-05 02:31:16] "DELETE /project/a22acf1e-4b54-4d98-a78f-d5623df7986a HTTP/1.1" 200 115 0.483306 10.0.0.23 - - [2026-02-05 02:31:16] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001780 10.0.0.27 - - [2026-02-05 02:31:16] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?fields=projects HTTP/1.1" 200 1438 0.012746 10.0.0.23 - - [2026-02-05 02:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-02-05 02:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.23 - - [2026-02-05 02:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-02-05 02:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-02-05 02:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2026-02-05 02:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2026-02-05 02:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2026-02-05 02:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.001363 10.0.0.23 - - [2026-02-05 02:31:19] "GET /obj-perms HTTP/1.1" 200 5056 0.058547 10.0.0.27 - - [2026-02-05 02:31:20] "GET /obj-perms HTTP/1.1" 200 5056 0.056153 10.0.0.27 - - [2026-02-05 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.003519 10.0.0.23 - - [2026-02-05 02:31:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.005327 10.0.0.23 - - [2026-02-05 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.004369 10.0.0.23 - - [2026-02-05 02:31:21] "POST /security-groups HTTP/1.1" 200 599 0.031265 10.0.0.50 - - [2026-02-05 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.005468 10.0.0.23 - - [2026-02-05 02:31:21] "POST /projects HTTP/1.1" 200 601 0.229465 10.0.0.27 - - [2026-02-05 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.261598 10.0.0.23 - - [2026-02-05 02:31:21] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.50 - - [2026-02-05 02:31:21] "POST /access-control-lists HTTP/1.1" 200 602 0.042735 10.0.0.27 - - [2026-02-05 02:31:21] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049895 10.0.0.27 - - [2026-02-05 02:31:21] "POST /network-policys HTTP/1.1" 200 559 0.030982 10.0.0.27 - - [2026-02-05 02:31:21] "GET /network-policy/61d3380a-76a6-4a2d-b3a7-a29ccb77050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.006112 10.0.0.27 - - [2026-02-05 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.23 - - [2026-02-05 02:31:21] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001753 10.0.0.27 - - [2026-02-05 02:31:21] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040939 10.0.0.27 - - [2026-02-05 02:31:21] "POST /neutron/network HTTP/1.1" 200 117 0.012290 10.0.0.50 - - [2026-02-05 02:31:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.005526 10.0.0.23 - - [2026-02-05 02:31:22] "POST /useragent-kv HTTP/1.1" 200 115 0.010431 10.0.0.27 - - [2026-02-05 02:31:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.222337 10.0.0.27 - - [2026-02-05 02:31:22] "POST /id-to-fqname HTTP/1.1" 200 229 0.001358 10.0.0.27 - - [2026-02-05 02:31:22] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007302 10.0.0.27 - - [2026-02-05 02:31:22] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006126 10.0.0.27 - - [2026-02-05 02:31:22] "POST /neutron/network HTTP/1.1" 200 1007 0.009886 10.0.0.27 - - [2026-02-05 02:31:22] "POST /neutron/network HTTP/1.1" 200 1007 0.009456 10.0.0.50 - - [2026-02-05 02:31:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.004971 10.0.0.27 - - [2026-02-05 02:31:23] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009650 10.0.0.27 - - [2026-02-05 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.27 - - [2026-02-05 02:31:23] "GET /network-policy/61d3380a-76a6-4a2d-b3a7-a29ccb77050d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.004300 10.0.0.27 - - [2026-02-05 02:31:23] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006027 10.0.0.50 - - [2026-02-05 02:31:23] "GET /obj-perms HTTP/1.1" 200 5046 0.003733 10.0.0.27 - - [2026-02-05 02:31:23] "POST /id-to-fqname HTTP/1.1" 200 229 0.001679 10.0.0.27 - - [2026-02-05 02:31:23] "POST /neutron/network HTTP/1.1" 200 1116 0.007579 10.0.0.23 - - [2026-02-05 02:31:24] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.27 - - [2026-02-05 02:31:24] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085179 10.0.0.27 - - [2026-02-05 02:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.006453 10.0.0.27 - - [2026-02-05 02:31:24] "POST /id-to-fqname HTTP/1.1" 200 229 0.001319 10.0.0.27 - - [2026-02-05 02:31:25] "POST /neutron/network HTTP/1.1" 200 1116 0.008055 10.0.0.27 - - [2026-02-05 02:31:26] "POST /neutron/port HTTP/1.1" 200 1174 0.026029 10.0.0.23 - - [2026-02-05 02:31:26] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.27 - - [2026-02-05 02:31:26] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.134524 10.0.0.27 - - [2026-02-05 02:31:26] "POST /neutron/network HTTP/1.1" 200 1106 0.039587 10.0.0.27 - - [2026-02-05 02:31:26] "POST /neutron/subnet HTTP/1.1" 200 1381 0.018867 10.0.0.27 - - [2026-02-05 02:31:26] "POST /neutron/network HTTP/1.1" 200 1106 0.009985 10.0.0.27 - - [2026-02-05 02:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.006945 10.0.0.27 - - [2026-02-05 02:31:26] "POST /neutron/network HTTP/1.1" 200 1116 0.008434 10.0.0.27 - - [2026-02-05 02:31:27] "POST /neutron/port HTTP/1.1" 200 1174 0.023514 10.0.0.27 - - [2026-02-05 02:31:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003852 10.0.0.27 - - [2026-02-05 02:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.27 - - [2026-02-05 02:31:31] "POST /neutron/port HTTP/1.1" 200 1238 0.023967 10.0.0.27 - - [2026-02-05 02:31:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010530 10.0.0.27 - - [2026-02-05 02:31:31] "GET /virtual-machine/b35b5b03-532a-4c2d-882f-b89c62659fcf HTTP/1.1" 200 1300 0.006903 10.0.0.27 - - [2026-02-05 02:31:31] "GET /virtual-machine-interface/364216f2-f763-4c41-b174-ab876bf18ec0 HTTP/1.1" 200 3177 0.006088 10.0.0.27 - - [2026-02-05 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2026-02-05 02:31:31] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004098 10.0.0.27 - - [2026-02-05 02:31:31] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003542 10.0.0.27 - - [2026-02-05 02:31:32] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006081 10.0.0.27 - - [2026-02-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.27 - - [2026-02-05 02:31:35] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006061 10.0.0.27 - - [2026-02-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.27 - - [2026-02-05 02:31:39] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008771 10.0.0.27 - - [2026-02-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.27 - - [2026-02-05 02:31:43] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005546 10.0.0.27 - - [2026-02-05 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2026-02-05 02:31:47] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006419 10.0.0.27 - - [2026-02-05 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.27 - - [2026-02-05 02:31:51] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005720 10.0.0.27 - - [2026-02-05 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2026-02-05 02:31:55] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005320 10.0.0.27 - - [2026-02-05 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2026-02-05 02:31:59] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006429 10.0.0.27 - - [2026-02-05 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.27 - - [2026-02-05 02:32:03] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006426 10.0.0.27 - - [2026-02-05 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.27 - - [2026-02-05 02:32:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003503 10.0.0.27 - - [2026-02-05 02:32:07] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003368 10.0.0.27 - - [2026-02-05 02:32:07] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006729 10.0.0.27 - - [2026-02-05 02:32:08] "POST /neutron/port HTTP/1.1" 200 1238 0.018577 10.0.0.27 - - [2026-02-05 02:32:13] "POST /neutron/port HTTP/1.1" 200 1238 0.033385 10.0.0.27 - - [2026-02-05 02:32:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006068 10.0.0.27 - - [2026-02-05 02:32:13] "POST /neutron/port HTTP/1.1" 200 117 0.001621 10.0.0.27 - - [2026-02-05 02:32:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010400 10.0.0.23 - - [2026-02-05 02:32:13] "DELETE /project/a22acf1e4b544d98a78fd5623df7986a HTTP/1.1" 404 173 0.039274 10.0.0.27 - - [2026-02-05 02:32:16] "POST /neutron/port HTTP/1.1" 200 1238 0.018272 10.0.0.27 - - [2026-02-05 02:32:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004275 10.0.0.27 - - [2026-02-05 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.27 - - [2026-02-05 02:32:17] "POST /neutron/port HTTP/1.1" 200 1238 0.017976 10.0.0.27 - - [2026-02-05 02:32:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007707 10.0.0.27 - - [2026-02-05 02:32:28] "POST /neutron/port HTTP/1.1" 200 1238 0.019413 10.0.0.27 - - [2026-02-05 02:32:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007244 10.0.0.27 - - [2026-02-05 02:32:29] "GET /virtual-machine/706f39ef-16fe-4231-bb9e-14baf3b954d9 HTTP/1.1" 200 1300 0.006663 10.0.0.27 - - [2026-02-05 02:32:29] "GET /virtual-machine-interface/99d92e45-534f-492b-8155-7850fe4dfc21 HTTP/1.1" 200 3177 0.006938 10.0.0.27 - - [2026-02-05 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2026-02-05 02:32:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005150 10.0.0.27 - - [2026-02-05 02:32:29] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003508 10.0.0.27 - - [2026-02-05 02:32:29] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007392 10.0.0.27 - - [2026-02-05 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2026-02-05 02:32:30] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004289 10.0.0.27 - - [2026-02-05 02:32:30] "GET /virtual-networks?parent_id=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003559 10.0.0.27 - - [2026-02-05 02:32:30] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005833 10.0.0.27 - - [2026-02-05 02:32:56] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006850 10.0.0.27 - - [2026-02-05 02:32:56] "POST /neutron/network HTTP/1.1" 200 1106 0.009728 10.0.0.27 - - [2026-02-05 02:32:57] "GET /virtual-network/3d495f13-cbbd-4dd9-9fa3-80f4f8ec4f8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007872 10.0.0.27 - - [2026-02-05 02:32:57] "POST /neutron/network HTTP/1.1" 200 1007 0.010597 10.0.0.50 - - [2026-02-05 02:32:57] "DELETE /access-control-list/7f870c84-ac72-43e3-93e1-33f959466acf HTTP/1.1" 200 115 0.147209 10.0.0.27 - - [2026-02-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1228 0.015393 10.0.0.27 - - [2026-02-05 02:32:57] "POST /neutron/port HTTP/1.1" 200 1228 0.023279 10.0.0.23 - - [2026-02-05 02:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003516 10.0.0.23 - - [2026-02-05 02:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003017 10.0.0.23 - - [2026-02-05 02:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003295 10.0.0.23 - - [2026-02-05 02:32:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002214 10.0.0.27 - - [2026-02-05 02:32:59] "POST /neutron/network HTTP/1.1" 200 151 0.150363 10.0.0.27 - - [2026-02-05 02:32:59] "DELETE /network-policy/61d3380a-76a6-4a2d-b3a7-a29ccb77050d HTTP/1.1" 200 115 0.033982 10.0.0.23 - - [2026-02-05 02:33:02] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001590 10.0.0.27 - - [2026-02-05 02:33:02] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079853 10.0.0.23 - - [2026-02-05 02:33:02] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.27 - - [2026-02-05 02:33:02] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?fields=virtual_networks HTTP/1.1" 200 1049 0.038935 10.0.0.23 - - [2026-02-05 02:33:02] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.27 - - [2026-02-05 02:33:02] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.032970 10.0.0.23 - - [2026-02-05 02:33:02] "GET /projects?obj_uuids=a22acf1e-4b54-4d98-a78f-d5623df7986a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001436 10.0.0.27 - - [2026-02-05 02:33:02] "GET /project/a22acf1e-4b54-4d98-a78f-d5623df7986a?fields=security_groups HTTP/1.1" 200 1283 0.040569 10.0.0.27 - - [2026-02-05 02:33:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.031657 10.0.0.23 - - [2026-02-05 02:33:03] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003272 10.0.0.23 - - [2026-02-05 02:33:03] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001698 10.0.0.23 - - [2026-02-05 02:33:03] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009373 10.0.0.23 - - [2026-02-05 02:33:03] "POST /id-to-fqname HTTP/1.1" 200 204 0.001366 10.0.0.23 - - [2026-02-05 02:33:03] "POST /fqname-to-id HTTP/1.1" 404 213 0.005946 10.0.0.23 - - [2026-02-05 02:33:03] "POST /security-groups HTTP/1.1" 200 605 0.097436 10.0.0.50 - - [2026-02-05 02:33:03] "POST /fqname-to-id HTTP/1.1" 404 248 0.003319 10.0.0.23 - - [2026-02-05 02:33:03] "POST /projects HTTP/1.1" 200 613 0.305091 10.0.0.23 - - [2026-02-05 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.386558 10.0.0.50 - - [2026-02-05 02:33:03] "POST /access-control-lists HTTP/1.1" 200 608 0.034049 10.0.0.27 - - [2026-02-05 02:33:03] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.548681 10.0.0.27 - - [2026-02-05 02:33:05] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.27 - - [2026-02-05 02:33:08] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-02-05 02:33:08] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001038 10.0.0.27 - - [2026-02-05 02:33:08] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.074491 10.0.0.27 - - [2026-02-05 02:33:09] "GET / HTTP/1.1" 200 35931 0.001728 10.0.0.27 - - [2026-02-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.23 - - [2026-02-05 02:33:10] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001515 10.0.0.27 - - [2026-02-05 02:33:10] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010071 10.0.0.27 - - [2026-02-05 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004754 10.0.0.23 - - [2026-02-05 02:33:10] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001784 10.0.0.27 - - [2026-02-05 02:33:10] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.053796 10.0.0.27 - - [2026-02-05 02:33:11] "GET /domains HTTP/1.1" 401 292 0.000485 10.0.0.27 - - [2026-02-05 02:33:11] "GET /domains HTTP/1.1" 200 280 0.030550 10.0.0.23 - - [2026-02-05 02:33:11] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.27 - - [2026-02-05 02:33:11] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a HTTP/1.1" 200 2781 0.010690 10.0.0.23 - - [2026-02-05 02:33:11] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000994 10.0.0.27 - - [2026-02-05 02:33:11] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1 HTTP/1.1" 200 1937 0.093902 10.0.0.27 - - [2026-02-05 02:33:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002762 10.0.0.27 - - [2026-02-05 02:33:11] "POST /network-ipams HTTP/1.1" 200 627 0.030721 10.0.0.27 - - [2026-02-05 02:33:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003672 10.0.0.27 - - [2026-02-05 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2026-02-05 02:33:11] "GET /network-ipam/a2d347f2-0d5c-40c7-a0b5-81731fad2cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.006980 10.0.0.27 - - [2026-02-05 02:33:11] "PUT /network-ipam/a2d347f2-0d5c-40c7-a0b5-81731fad2cac HTTP/1.1" 200 258 0.015341 10.0.0.27 - - [2026-02-05 02:33:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.27 - - [2026-02-05 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.026792 10.0.0.23 - - [2026-02-05 02:33:12] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001014 10.0.0.27 - - [2026-02-05 02:33:12] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.045733 10.0.0.50 - - [2026-02-05 02:33:12] "POST /route-targets HTTP/1.1" 200 327 0.013742 10.0.0.23 - - [2026-02-05 02:33:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008295 10.0.0.27 - - [2026-02-05 02:33:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.269279 10.0.0.50 - - [2026-02-05 02:33:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003714 10.0.0.27 - - [2026-02-05 02:33:13] "POST /id-to-fqname HTTP/1.1" 200 237 0.001385 10.0.0.27 - - [2026-02-05 02:33:13] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.007738 10.0.0.27 - - [2026-02-05 02:33:13] "POST /neutron/network HTTP/1.1" 200 1141 0.008682 10.0.0.23 - - [2026-02-05 02:33:13] "DELETE /project/a2e4e6f56eac469ba536b619c9a988d1 HTTP/1.1" 404 173 0.003761 10.0.0.23 - - [2026-02-05 02:33:13] "DELETE /project/a22acf1e-4b54-4d98-a78f-d5623df7986a HTTP/1.1" 404 177 0.003562 10.0.0.27 - - [2026-02-05 02:33:13] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.005729 10.0.0.27 - - [2026-02-05 02:33:13] "POST /neutron/subnet HTTP/1.1" 200 813 0.008947 10.0.0.27 - - [2026-02-05 02:33:14] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.006323 10.0.0.23 - - [2026-02-05 02:33:15] "GET /obj-perms HTTP/1.1" 200 5021 0.063111 10.0.0.27 - - [2026-02-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.003986 10.0.0.27 - - [2026-02-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.23 - - [2026-02-05 02:33:15] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001086 10.0.0.27 - - [2026-02-05 02:33:15] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.040908 10.0.0.27 - - [2026-02-05 02:33:15] "POST /network-policys HTTP/1.1" 200 565 0.073645 10.0.0.27 - - [2026-02-05 02:33:15] "GET /network-policy/30c17f7f-7c50-472d-ac93-37a7ebc0cff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.006346 10.0.0.27 - - [2026-02-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.003301 10.0.0.27 - - [2026-02-05 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.23 - - [2026-02-05 02:33:15] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001063 10.0.0.27 - - [2026-02-05 02:33:15] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.047031 10.0.0.27 - - [2026-02-05 02:33:16] "POST /network-policys HTTP/1.1" 200 565 0.077921 10.0.0.27 - - [2026-02-05 02:33:16] "GET /network-policy/2a16ae30-30a4-4043-a544-71acbd0d09b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.006781 10.0.0.27 - - [2026-02-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.003453 10.0.0.27 - - [2026-02-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.23 - - [2026-02-05 02:33:16] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001034 10.0.0.27 - - [2026-02-05 02:33:16] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.042747 10.0.0.27 - - [2026-02-05 02:33:16] "POST /network-policys HTTP/1.1" 200 565 0.031759 10.0.0.27 - - [2026-02-05 02:33:16] "GET /network-policy/477430a9-bf3a-46d6-9576-fd4a8d08c789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006250 10.0.0.27 - - [2026-02-05 02:33:16] "POST /neutron/network HTTP/1.1" 200 1339 0.009720 10.0.0.27 - - [2026-02-05 02:33:16] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.036500 10.0.0.50 - - [2026-02-05 02:33:16] "POST /access-control-lists HTTP/1.1" 200 611 0.096234 10.0.0.27 - - [2026-02-05 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.015519 10.0.0.27 - - [2026-02-05 02:33:17] "GET /network-policy/2a16ae30-30a4-4043-a544-71acbd0d09b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004474 10.0.0.27 - - [2026-02-05 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008589 10.0.0.27 - - [2026-02-05 02:33:17] "GET /network-policy/30c17f7f-7c50-472d-ac93-37a7ebc0cff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004733 10.0.0.27 - - [2026-02-05 02:33:17] "POST /id-to-fqname HTTP/1.1" 200 237 0.001469 10.0.0.23 - - [2026-02-05 02:33:18] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001020 10.0.0.27 - - [2026-02-05 02:33:18] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.068468 10.0.0.27 - - [2026-02-05 02:33:18] "POST /neutron/port HTTP/1.1" 200 117 0.006274 10.0.0.27 - - [2026-02-05 02:33:18] "POST /neutron/network HTTP/1.1" 200 1349 0.007802 10.0.0.27 - - [2026-02-05 02:33:19] "POST /neutron/port HTTP/1.1" 200 1180 0.021168 10.0.0.27 - - [2026-02-05 02:33:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004147 10.0.0.27 - - [2026-02-05 02:33:19] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.27 - - [2026-02-05 02:33:21] "GET /obj-perms HTTP/1.1" 200 5056 0.062876 10.0.0.50 - - [2026-02-05 02:33:21] "GET /obj-perms HTTP/1.1" 200 5056 0.058990 10.0.0.27 - - [2026-02-05 02:33:23] "POST /neutron/port HTTP/1.1" 200 1244 0.022898 10.0.0.27 - - [2026-02-05 02:33:23] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009903 10.0.0.27 - - [2026-02-05 02:33:23] "GET /virtual-machine/1bb3ed9a-81a9-4c64-a820-5866233ce029 HTTP/1.1" 401 292 0.000582 10.0.0.27 - - [2026-02-05 02:33:24] "GET /virtual-machine/1bb3ed9a-81a9-4c64-a820-5866233ce029 HTTP/1.1" 200 1306 0.033133 10.0.0.27 - - [2026-02-05 02:33:24] "GET /virtual-machine-interface/33e8f843-bbbe-4360-ad53-23d163c0bf29 HTTP/1.1" 200 3176 0.006827 10.0.0.27 - - [2026-02-05 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.27 - - [2026-02-05 02:33:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004897 10.0.0.27 - - [2026-02-05 02:33:24] "GET /virtual-networks?parent_id=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003725 10.0.0.27 - - [2026-02-05 02:33:24] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.008621 10.0.0.27 - - [2026-02-05 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2026-02-05 02:33:27] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005598 10.0.0.27 - - [2026-02-05 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2026-02-05 02:33:31] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005983 10.0.0.27 - - [2026-02-05 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.27 - - [2026-02-05 02:33:35] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005956 10.0.0.27 - - [2026-02-05 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.27 - - [2026-02-05 02:33:39] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005732 10.0.0.27 - - [2026-02-05 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.27 - - [2026-02-05 02:33:43] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005834 10.0.0.27 - - [2026-02-05 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.27 - - [2026-02-05 02:33:47] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.008435 10.0.0.27 - - [2026-02-05 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.27 - - [2026-02-05 02:33:51] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005646 10.0.0.27 - - [2026-02-05 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2026-02-05 02:33:55] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005519 10.0.0.27 - - [2026-02-05 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.27 - - [2026-02-05 02:34:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004532 10.0.0.27 - - [2026-02-05 02:34:00] "GET /virtual-networks?parent_id=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003462 10.0.0.27 - - [2026-02-05 02:34:00] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.006659 10.0.0.27 - - [2026-02-05 02:34:00] "POST /neutron/port HTTP/1.1" 200 1244 0.019453 10.0.0.27 - - [2026-02-05 02:34:05] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007671 10.0.0.27 - - [2026-02-05 02:34:10] "POST /neutron/port HTTP/1.1" 200 1244 0.023305 10.0.0.27 - - [2026-02-05 02:34:15] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007626 10.0.0.27 - - [2026-02-05 02:34:18] "POST /neutron/network HTTP/1.1" 200 1349 0.037280 10.0.0.27 - - [2026-02-05 02:34:18] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015552 10.0.0.27 - - [2026-02-05 02:34:18] "POST /neutron/network HTTP/1.1" 200 1339 0.009684 10.0.0.27 - - [2026-02-05 02:34:21] "POST /neutron/port HTTP/1.1" 200 1244 0.017967 10.0.0.27 - - [2026-02-05 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-02-05 02:34:21] "GET /network-policy/30c17f7f-7c50-472d-ac93-37a7ebc0cff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003940 10.0.0.27 - - [2026-02-05 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2026-02-05 02:34:21] "GET /network-policy/2a16ae30-30a4-4043-a544-71acbd0d09b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004322 10.0.0.27 - - [2026-02-05 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.27 - - [2026-02-05 02:34:21] "GET /network-policy/477430a9-bf3a-46d6-9576-fd4a8d08c789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005513 10.0.0.27 - - [2026-02-05 02:34:21] "POST /neutron/network HTTP/1.1" 200 1431 0.121293 10.0.0.27 - - [2026-02-05 02:34:21] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3595 0.006847 10.0.0.27 - - [2026-02-05 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.27 - - [2026-02-05 02:34:21] "GET /network-policy/2a16ae30-30a4-4043-a544-71acbd0d09b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004626 10.0.0.27 - - [2026-02-05 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2026-02-05 02:34:21] "GET /network-policy/30c17f7f-7c50-472d-ac93-37a7ebc0cff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004468 10.0.0.27 - - [2026-02-05 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2026-02-05 02:34:21] "GET /network-policy/477430a9-bf3a-46d6-9576-fd4a8d08c789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.004825 10.0.0.27 - - [2026-02-05 02:34:26] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3595 0.006536 10.0.0.50 - - [2026-02-05 02:34:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.021367 10.0.0.27 - - [2026-02-05 02:34:27] "POST /neutron/network HTTP/1.1" 200 1141 0.103971 10.0.0.50 - - [2026-02-05 02:34:27] "DELETE /access-control-list/98be0acb-8e6e-4f9e-a28c-2a1f771bb6c8 HTTP/1.1" 200 115 0.091705 10.0.0.27 - - [2026-02-05 02:34:27] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.009565 10.0.0.27 - - [2026-02-05 02:34:32] "GET /virtual-machine/1bb3ed9a-81a9-4c64-a820-5866233ce029 HTTP/1.1" 200 1306 0.004294 10.0.0.27 - - [2026-02-05 02:34:32] "POST /neutron/port HTTP/1.1" 200 1234 0.023475 10.0.0.27 - - [2026-02-05 02:34:34] "GET /virtual-machine/1bb3ed9a-81a9-4c64-a820-5866233ce029 HTTP/1.1" 404 171 0.003644 10.0.0.27 - - [2026-02-05 02:34:34] "GET /virtual-machine/1bb3ed9a-81a9-4c64-a820-5866233ce029 HTTP/1.1" 404 171 0.002898 10.0.0.27 - - [2026-02-05 02:34:34] "GET /virtual-machine/1bb3ed9a-81a9-4c64-a820-5866233ce029 HTTP/1.1" 404 171 0.002757 10.0.0.27 - - [2026-02-05 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2026-02-05 02:34:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003725 10.0.0.27 - - [2026-02-05 02:34:34] "GET /virtual-networks?parent_id=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002977 10.0.0.27 - - [2026-02-05 02:34:34] "GET /virtual-network/88c5b30f-d842-4882-9c17-fce65368241f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2682 0.007179 10.0.0.27 - - [2026-02-05 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.27 - - [2026-02-05 02:34:34] "GET /routing-instance/a1397faf-4dbe-4161-a937-8234cc1708da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005203 10.0.0.27 - - [2026-02-05 02:34:34] "GET /route-target/f851b455-7c0e-40b2-a7cd-1445e56525b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004357 10.0.0.27 - - [2026-02-05 02:34:34] "GET /obj-perms HTTP/1.1" 200 5021 0.068575 10.0.0.27 - - [2026-02-05 02:34:40] "GET /obj-perms HTTP/1.1" 200 5021 0.006412 10.0.0.27 - - [2026-02-05 02:34:41] "GET /obj-perms HTTP/1.1" 200 5021 0.004573 10.0.0.27 - - [2026-02-05 02:34:41] "DELETE /network-policy/477430a9-bf3a-46d6-9576-fd4a8d08c789 HTTP/1.1" 200 115 0.048213 10.0.0.27 - - [2026-02-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008357 10.0.0.23 - - [2026-02-05 02:34:41] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001152 10.0.0.27 - - [2026-02-05 02:34:41] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.046010 10.0.0.27 - - [2026-02-05 02:34:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-07279048&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006645 10.0.0.27 - - [2026-02-05 02:34:41] "DELETE /network-policy/2a16ae30-30a4-4043-a544-71acbd0d09b2 HTTP/1.1" 200 115 0.044553 10.0.0.27 - - [2026-02-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2026-02-05 02:34:41] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001260 10.0.0.27 - - [2026-02-05 02:34:41] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.045346 10.0.0.27 - - [2026-02-05 02:34:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-07279048&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005537 10.0.0.27 - - [2026-02-05 02:34:41] "DELETE /network-policy/30c17f7f-7c50-472d-ac93-37a7ebc0cff4 HTTP/1.1" 200 115 0.040104 10.0.0.27 - - [2026-02-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.23 - - [2026-02-05 02:34:42] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001127 10.0.0.27 - - [2026-02-05 02:34:42] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.055886 10.0.0.27 - - [2026-02-05 02:34:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-07279048&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007706 10.0.0.23 - - [2026-02-05 02:34:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005066 10.0.0.23 - - [2026-02-05 02:34:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003623 10.0.0.23 - - [2026-02-05 02:34:42] "POST /useragent-kv HTTP/1.1" 200 115 0.015392 10.0.0.23 - - [2026-02-05 02:34:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004322 10.0.0.27 - - [2026-02-05 02:34:42] "POST /neutron/network HTTP/1.1" 200 151 0.225695 10.0.0.27 - - [2026-02-05 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2026-02-05 02:34:42] "DELETE /network-ipam/a2d347f2-0d5c-40c7-a0b5-81731fad2cac HTTP/1.1" 200 115 0.038082 10.0.0.27 - - [2026-02-05 02:34:42] "POST /fqname-to-id HTTP/1.1" 404 264 0.006291 10.0.0.23 - - [2026-02-05 02:34:42] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001415 10.0.0.23 - - [2026-02-05 02:34:42] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.069165 10.0.0.23 - - [2026-02-05 02:34:42] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001262 10.0.0.23 - - [2026-02-05 02:34:42] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?fields=security_groups HTTP/1.1" 200 1406 0.077718 10.0.0.23 - - [2026-02-05 02:34:42] "DELETE /security-group/ff9f2cda-e2d9-4462-8f4e-8b9e2c18008f HTTP/1.1" 200 115 0.064293 10.0.0.23 - - [2026-02-05 02:34:43] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001716 10.0.0.50 - - [2026-02-05 02:34:43] "DELETE /access-control-list/2e0a2bf8-afb0-43b2-8c93-dfb7127ba8f8 HTTP/1.1" 200 115 0.042876 10.0.0.23 - - [2026-02-05 02:34:43] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?fields=application_policy_sets HTTP/1.1" 200 1445 0.063741 10.0.0.27 - - [2026-02-05 02:34:43] "DELETE /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1 HTTP/1.1" 200 115 0.482314 10.0.0.23 - - [2026-02-05 02:34:43] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.27 - - [2026-02-05 02:34:43] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?fields=projects HTTP/1.1" 200 1438 0.012310 10.0.0.23 - - [2026-02-05 02:34:45] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006052 10.0.0.23 - - [2026-02-05 02:34:45] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2026-02-05 02:34:45] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.052805 10.0.0.23 - - [2026-02-05 02:34:46] "POST /id-to-fqname HTTP/1.1" 200 204 0.001240 10.0.0.23 - - [2026-02-05 02:34:46] "POST /fqname-to-id HTTP/1.1" 404 213 0.006025 10.0.0.23 - - [2026-02-05 02:34:46] "POST /security-groups HTTP/1.1" 200 605 0.032937 10.0.0.23 - - [2026-02-05 02:34:46] "POST /projects HTTP/1.1" 200 613 0.283113 10.0.0.50 - - [2026-02-05 02:34:46] "POST /access-control-lists HTTP/1.1" 200 610 0.028058 10.0.0.23 - - [2026-02-05 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.360198 10.0.0.27 - - [2026-02-05 02:34:46] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.537534 10.0.0.23 - - [2026-02-05 02:34:46] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001471 10.0.0.27 - - [2026-02-05 02:34:46] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?fields=virtual_networks HTTP/1.1" 200 1061 0.071249 10.0.0.23 - - [2026-02-05 02:34:46] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001166 10.0.0.27 - - [2026-02-05 02:34:46] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.051996 10.0.0.23 - - [2026-02-05 02:34:46] "GET /projects?obj_uuids=a2e4e6f5-6eac-469b-a536-b619c9a988d1&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001670 10.0.0.27 - - [2026-02-05 02:34:46] "GET /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1?fields=security_groups HTTP/1.1" 200 1301 0.070186 10.0.0.27 - - [2026-02-05 02:34:47] "POST /fqname-to-id HTTP/1.1" 404 204 0.041796 10.0.0.23 - - [2026-02-05 02:34:47] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003292 10.0.0.23 - - [2026-02-05 02:34:47] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.23 - - [2026-02-05 02:34:47] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007239 10.0.0.23 - - [2026-02-05 02:34:48] "POST /id-to-fqname HTTP/1.1" 200 206 0.006195 10.0.0.23 - - [2026-02-05 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 215 0.003442 10.0.0.23 - - [2026-02-05 02:34:48] "POST /security-groups HTTP/1.1" 200 607 0.036662 10.0.0.50 - - [2026-02-05 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 250 0.003785 10.0.0.23 - - [2026-02-05 02:34:48] "POST /projects HTTP/1.1" 200 617 0.250659 10.0.0.23 - - [2026-02-05 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.289506 10.0.0.27 - - [2026-02-05 02:34:48] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.454097 10.0.0.50 - - [2026-02-05 02:34:48] "POST /access-control-lists HTTP/1.1" 200 610 0.060901 10.0.0.27 - - [2026-02-05 02:34:49] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.27 - - [2026-02-05 02:34:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2026-02-05 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 233 0.069476 10.0.0.27 - - [2026-02-05 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.23 - - [2026-02-05 02:34:53] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000970 10.0.0.27 - - [2026-02-05 02:34:53] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.038796 10.0.0.27 - - [2026-02-05 02:34:53] "POST /network-policys HTTP/1.1" 200 567 0.074798 10.0.0.27 - - [2026-02-05 02:34:53] "GET /network-policy/1ad3012b-7851-4fd1-bfe6-6420770c4b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.006828 10.0.0.27 - - [2026-02-05 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.23 - - [2026-02-05 02:34:53] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001013 10.0.0.27 - - [2026-02-05 02:34:53] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.037098 10.0.0.23 - - [2026-02-05 02:34:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007429 10.0.0.27 - - [2026-02-05 02:34:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.270763 10.0.0.27 - - [2026-02-05 02:34:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.001411 10.0.0.27 - - [2026-02-05 02:34:54] "GET /virtual-network/b6c7ed7a-8164-4955-83cd-5555da2d7e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.008208 10.0.0.27 - - [2026-02-05 02:34:54] "POST /neutron/network HTTP/1.1" 200 1014 0.009538 10.0.0.27 - - [2026-02-05 02:34:54] "GET /virtual-network/b6c7ed7a-8164-4955-83cd-5555da2d7e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006320 10.0.0.27 - - [2026-02-05 02:34:54] "POST /neutron/subnet HTTP/1.1" 200 818 0.009261 10.0.0.50 - - [2026-02-05 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 252 0.003247 10.0.0.27 - - [2026-02-05 02:34:54] "POST /neutron/network HTTP/1.1" 200 1121 0.010937 10.0.0.27 - - [2026-02-05 02:34:54] "GET /virtual-network/b6c7ed7a-8164-4955-83cd-5555da2d7e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.010299 10.0.0.27 - - [2026-02-05 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2026-02-05 02:34:54] "GET /network-policy/1ad3012b-7851-4fd1-bfe6-6420770c4b82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.004507 10.0.0.27 - - [2026-02-05 02:34:55] "GET /virtual-network/b6c7ed7a-8164-4955-83cd-5555da2d7e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005914 10.0.0.23 - - [2026-02-05 02:34:56] "GET /obj-perms HTTP/1.1" 200 5062 0.070084 10.0.0.27 - - [2026-02-05 02:34:56] "DELETE /network-policy/1ad3012b-7851-4fd1-bfe6-6420770c4b82 HTTP/1.1" 409 238 0.007982 10.0.0.50 - - [2026-02-05 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.27 - - [2026-02-05 02:34:57] "DELETE /network-policy/1ad3012b-7851-4fd1-bfe6-6420770c4b82 HTTP/1.1" 200 115 0.039774 10.0.0.27 - - [2026-02-05 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2026-02-05 02:34:57] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001494 10.0.0.27 - - [2026-02-05 02:34:57] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.042489 10.0.0.27 - - [2026-02-05 02:34:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-45838934&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005585 10.0.0.50 - - [2026-02-05 02:34:57] "DELETE /access-control-list/20bcd6ca-ef4d-4900-9473-22c498408499 HTTP/1.1" 200 115 0.059034 10.0.0.23 - - [2026-02-05 02:35:00] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001149 10.0.0.27 - - [2026-02-05 02:35:00] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.051148 10.0.0.23 - - [2026-02-05 02:35:00] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001365 10.0.0.27 - - [2026-02-05 02:35:00] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?fields=virtual_networks HTTP/1.1" 200 1064 0.042512 10.0.0.23 - - [2026-02-05 02:35:00] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001035 10.0.0.27 - - [2026-02-05 02:35:00] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.054028 10.0.0.23 - - [2026-02-05 02:35:00] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001251 10.0.0.27 - - [2026-02-05 02:35:00] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?fields=security_groups HTTP/1.1" 200 1306 0.041873 10.0.0.27 - - [2026-02-05 02:35:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.032273 10.0.0.23 - - [2026-02-05 02:35:01] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003857 10.0.0.23 - - [2026-02-05 02:35:01] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.23 - - [2026-02-05 02:35:01] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008720 10.0.0.23 - - [2026-02-05 02:35:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.002143 10.0.0.23 - - [2026-02-05 02:35:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.004764 10.0.0.23 - - [2026-02-05 02:35:01] "POST /security-groups HTTP/1.1" 200 591 0.084503 10.0.0.23 - - [2026-02-05 02:35:01] "POST /projects HTTP/1.1" 200 585 0.285405 10.0.0.23 - - [2026-02-05 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.321676 10.0.0.50 - - [2026-02-05 02:35:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.007984 10.0.0.27 - - [2026-02-05 02:35:01] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.478356 10.0.0.27 - - [2026-02-05 02:35:02] "GET / HTTP/1.1" 200 35931 0.001511 10.0.0.27 - - [2026-02-05 02:35:04] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.088169 10.0.0.27 - - [2026-02-05 02:35:05] "POST /network-ipams HTTP/1.1" 200 513 0.028857 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003548 10.0.0.27 - - [2026-02-05 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipam/1d318f77-5c19-411f-88ec-48175f308e38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.007537 10.0.0.27 - - [2026-02-05 02:35:05] "PUT /network-ipam/1d318f77-5c19-411f-88ec-48175f308e38 HTTP/1.1" 200 258 0.014327 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003747 10.0.0.27 - - [2026-02-05 02:35:05] "POST /network-ipams HTTP/1.1" 200 513 0.031476 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003340 10.0.0.27 - - [2026-02-05 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipam/3d49a03f-0004-41e0-9805-a873c0f711f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.006532 10.0.0.27 - - [2026-02-05 02:35:05] "PUT /network-ipam/3d49a03f-0004-41e0-9805-a873c0f711f4 HTTP/1.1" 200 258 0.016014 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003759 10.0.0.27 - - [2026-02-05 02:35:05] "POST /network-ipams HTTP/1.1" 200 513 0.032053 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003661 10.0.0.27 - - [2026-02-05 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2026-02-05 02:35:05] "GET /network-ipam/240b700b-9ed2-4cbe-a7a0-843d7758af7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.007321 10.0.0.27 - - [2026-02-05 02:35:06] "PUT /network-ipam/240b700b-9ed2-4cbe-a7a0-843d7758af7b HTTP/1.1" 200 258 0.017578 10.0.0.27 - - [2026-02-05 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.23 - - [2026-02-05 02:35:06] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.27 - - [2026-02-05 02:35:06] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049517 10.0.0.27 - - [2026-02-05 02:35:07] "POST /neutron/network HTTP/1.1" 200 117 0.042389 10.0.0.50 - - [2026-02-05 02:35:07] "POST /ref-update HTTP/1.1" 200 156 0.024988 10.0.0.27 - - [2026-02-05 02:35:07] "POST /neutron/network HTTP/1.1" 200 823 0.011194 10.0.0.27 - - [2026-02-05 02:35:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001318 10.0.0.27 - - [2026-02-05 02:35:07] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005939 10.0.0.27 - - [2026-02-05 02:35:07] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008197 10.0.0.27 - - [2026-02-05 02:35:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.010079 10.0.0.27 - - [2026-02-05 02:35:07] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006490 10.0.0.27 - - [2026-02-05 02:35:07] "GET /network-ipam/1d318f77-5c19-411f-88ec-48175f308e38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004401 10.0.0.27 - - [2026-02-05 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2026-02-05 02:35:07] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001552 10.0.0.27 - - [2026-02-05 02:35:07] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040823 10.0.0.23 - - [2026-02-05 02:35:07] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.27 - - [2026-02-05 02:35:08] "POST /neutron/network HTTP/1.1" 200 607 0.137135 10.0.0.27 - - [2026-02-05 02:35:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.004415 10.0.0.27 - - [2026-02-05 02:35:08] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.015716 10.0.0.27 - - [2026-02-05 02:35:08] "POST /neutron/network HTTP/1.1" 200 824 0.008719 10.0.0.27 - - [2026-02-05 02:35:08] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006679 10.0.0.27 - - [2026-02-05 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.23 - - [2026-02-05 02:35:08] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.27 - - [2026-02-05 02:35:08] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046391 10.0.0.27 - - [2026-02-05 02:35:08] "POST /neutron/network HTTP/1.1" 200 117 0.016156 10.0.0.50 - - [2026-02-05 02:35:08] "POST /route-targets HTTP/1.1" 200 327 0.014988 10.0.0.27 - - [2026-02-05 02:35:09] "POST /neutron/network HTTP/1.1" 200 823 0.010220 10.0.0.27 - - [2026-02-05 02:35:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001632 10.0.0.27 - - [2026-02-05 02:35:09] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008322 10.0.0.27 - - [2026-02-05 02:35:09] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007071 10.0.0.27 - - [2026-02-05 02:35:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.013167 10.0.0.27 - - [2026-02-05 02:35:09] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005598 10.0.0.50 - - [2026-02-05 02:35:10] "GET /obj-perms HTTP/1.1" 200 5030 0.071474 10.0.0.27 - - [2026-02-05 02:35:11] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006246 10.0.0.27 - - [2026-02-05 02:35:11] "GET /obj-perms HTTP/1.1" 200 5030 0.058229 10.0.0.27 - - [2026-02-05 02:35:11] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007015 10.0.0.23 - - [2026-02-05 02:35:12] "GET /obj-perms HTTP/1.1" 200 5030 0.063592 10.0.0.27 - - [2026-02-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.004537 10.0.0.27 - - [2026-02-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-02-05 02:35:12] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.27 - - [2026-02-05 02:35:12] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052992 10.0.0.27 - - [2026-02-05 02:35:12] "POST /network-policys HTTP/1.1" 200 553 0.045162 10.0.0.27 - - [2026-02-05 02:35:12] "GET /network-policy/8b2374d9-4f8b-4911-a946-0bdc7802288f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007983 10.0.0.27 - - [2026-02-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003534 10.0.0.27 - - [2026-02-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.23 - - [2026-02-05 02:35:12] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.27 - - [2026-02-05 02:35:12] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050524 10.0.0.27 - - [2026-02-05 02:35:12] "POST /network-policys HTTP/1.1" 200 553 0.032875 10.0.0.27 - - [2026-02-05 02:35:12] "GET /network-policy/3d9dad6e-4926-417f-8bc8-1c1f23a5b0c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.006727 10.0.0.27 - - [2026-02-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.002911 10.0.0.27 - - [2026-02-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007028 10.0.0.23 - - [2026-02-05 02:35:12] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001418 10.0.0.27 - - [2026-02-05 02:35:12] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042389 10.0.0.27 - - [2026-02-05 02:35:12] "POST /network-policys HTTP/1.1" 200 553 0.030194 10.0.0.27 - - [2026-02-05 02:35:13] "GET /network-policy/8e3d3789-8e8e-48b6-8c08-1ee5e575fd2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006184 10.0.0.27 - - [2026-02-05 02:35:13] "POST /ref-update HTTP/1.1" 200 156 0.066214 10.0.0.50 - - [2026-02-05 02:35:13] "POST /access-control-lists HTTP/1.1" 200 591 0.096085 10.0.0.27 - - [2026-02-05 02:35:13] "POST /ref-update HTTP/1.1" 200 156 0.108448 10.0.0.23 - - [2026-02-05 02:35:13] "DELETE /project/a2e4e6f5-6eac-469b-a536-b619c9a988d1 HTTP/1.1" 404 177 0.005013 10.0.0.23 - - [2026-02-05 02:35:13] "DELETE /project/e50957dcb89d4e1a84de4320e704a22f HTTP/1.1" 404 173 0.006557 10.0.0.23 - - [2026-02-05 02:35:13] "DELETE /project/a2e4e6f56eac469ba536b619c9a988d1 HTTP/1.1" 404 173 0.012350 10.0.0.23 - - [2026-02-05 02:35:13] "DELETE /project/63d281557000433fa3a9a5ed9b1ae2ed HTTP/1.1" 404 173 0.004838 10.0.0.23 - - [2026-02-05 02:35:13] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000852 10.0.0.23 - - [2026-02-05 02:35:13] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.041439 10.0.0.23 - - [2026-02-05 02:35:13] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001595 10.0.0.23 - - [2026-02-05 02:35:13] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?fields=security_groups HTTP/1.1" 200 1411 0.070938 10.0.0.27 - - [2026-02-05 02:35:13] "POST /neutron/network HTTP/1.1" 200 916 0.012106 10.0.0.27 - - [2026-02-05 02:35:13] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007234 10.0.0.27 - - [2026-02-05 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.50 - - [2026-02-05 02:35:13] "POST /access-control-lists HTTP/1.1" 200 591 0.114683 10.0.0.27 - - [2026-02-05 02:35:13] "GET /network-policy/3d9dad6e-4926-417f-8bc8-1c1f23a5b0c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.004111 10.0.0.27 - - [2026-02-05 02:35:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001702 10.0.0.23 - - [2026-02-05 02:35:13] "DELETE /security-group/26ee4882-054b-43ca-8dd7-1c8450a32ab8 HTTP/1.1" 200 115 0.124932 10.0.0.23 - - [2026-02-05 02:35:13] "GET /projects?obj_uuids=63d28155-7000-433f-a3a9-a5ed9b1ae2ed&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001118 10.0.0.23 - - [2026-02-05 02:35:13] "GET /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed?fields=application_policy_sets HTTP/1.1" 200 1450 0.048530 10.0.0.50 - - [2026-02-05 02:35:13] "DELETE /access-control-list/889e0e22-a203-4ddf-9569-325f52caff78 HTTP/1.1" 200 115 0.053186 10.0.0.23 - - [2026-02-05 02:35:14] "DELETE /project/63d28155-7000-433f-a3a9-a5ed9b1ae2ed HTTP/1.1" 200 115 0.508169 10.0.0.23 - - [2026-02-05 02:35:14] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001926 10.0.0.27 - - [2026-02-05 02:35:15] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069926 10.0.0.27 - - [2026-02-05 02:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.006973 10.0.0.27 - - [2026-02-05 02:35:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001390 10.0.0.27 - - [2026-02-05 02:35:15] "POST /neutron/network HTTP/1.1" 200 926 0.007462 10.0.0.27 - - [2026-02-05 02:35:16] "POST /neutron/port HTTP/1.1" 200 1059 0.026383 10.0.0.23 - - [2026-02-05 02:35:16] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001890 10.0.0.27 - - [2026-02-05 02:35:16] "POST /neutron/port HTTP/1.1" 200 1123 0.029394 10.0.0.27 - - [2026-02-05 02:35:16] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.084826 10.0.0.27 - - [2026-02-05 02:35:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.010100 10.0.0.27 - - [2026-02-05 02:35:16] "POST /neutron/port HTTP/1.1" 200 1123 0.025897 10.0.0.27 - - [2026-02-05 02:35:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001439 10.0.0.27 - - [2026-02-05 02:35:16] "POST /neutron/port HTTP/1.1" 200 1123 0.019984 10.0.0.27 - - [2026-02-05 02:35:17] "POST /neutron/network HTTP/1.1" 200 926 0.007789 10.0.0.27 - - [2026-02-05 02:35:17] "POST /neutron/port HTTP/1.1" 200 1060 0.052527 10.0.0.23 - - [2026-02-05 02:35:17] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.27 - - [2026-02-05 02:35:17] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.093975 10.0.0.27 - - [2026-02-05 02:35:17] "POST /neutron/network HTTP/1.1" 200 823 0.006029 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004008 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003840 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/port HTTP/1.1" 200 2095 0.037718 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/network HTTP/1.1" 200 994 0.008923 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/port HTTP/1.1" 200 1123 0.018050 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008305 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/port HTTP/1.1" 200 1123 0.022502 10.0.0.23 - - [2026-02-05 02:35:18] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.27 - - [2026-02-05 02:35:18] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 401 292 0.000288 10.0.0.27 - - [2026-02-05 02:35:18] "POST /neutron/port HTTP/1.1" 200 1059 0.300037 10.0.0.27 - - [2026-02-05 02:35:19] "POST /neutron/port HTTP/1.1" 200 1113 0.096969 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 200 1293 0.046646 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 200 1293 0.003590 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-machine-interface/1e6c5bc3-aabf-4d1c-950a-0cc24c394a5a HTTP/1.1" 200 2943 0.079015 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 200 1293 0.003891 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-machine-interface/1e6c5bc3-aabf-4d1c-950a-0cc24c394a5a HTTP/1.1" 200 2943 0.005112 10.0.0.27 - - [2026-02-05 02:35:19] "GET /instance-ip/df9e9d2c-c3cf-45db-aa60-80d2fac6d740 HTTP/1.1" 200 1621 0.008489 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 200 1293 0.003771 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-machine-interface/1e6c5bc3-aabf-4d1c-950a-0cc24c394a5a HTTP/1.1" 200 2943 0.005510 10.0.0.27 - - [2026-02-05 02:35:19] "GET /instance-ip/df9e9d2c-c3cf-45db-aa60-80d2fac6d740 HTTP/1.1" 200 1621 0.004339 10.0.0.27 - - [2026-02-05 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.27 - - [2026-02-05 02:35:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005888 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003305 10.0.0.27 - - [2026-02-05 02:35:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.008893 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005925 10.0.0.27 - - [2026-02-05 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.27 - - [2026-02-05 02:35:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004483 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003070 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006169 10.0.0.27 - - [2026-02-05 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.27 - - [2026-02-05 02:35:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004205 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003230 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006411 10.0.0.27 - - [2026-02-05 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.27 - - [2026-02-05 02:35:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004694 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003790 10.0.0.27 - - [2026-02-05 02:35:19] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006977 10.0.0.27 - - [2026-02-05 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.27 - - [2026-02-05 02:35:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005340 10.0.0.27 - - [2026-02-05 02:35:20] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003291 10.0.0.27 - - [2026-02-05 02:35:20] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006497 10.0.0.50 - - [2026-02-05 02:35:22] "GET /obj-perms HTTP/1.1" 200 5056 0.069428 10.0.0.27 - - [2026-02-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2026-02-05 02:35:23] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005753 10.0.0.27 - - [2026-02-05 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.27 - - [2026-02-05 02:35:27] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006176 10.0.0.27 - - [2026-02-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2026-02-05 02:35:31] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005734 10.0.0.27 - - [2026-02-05 02:35:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013155 10.0.0.27 - - [2026-02-05 02:35:35] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.007227 10.0.0.27 - - [2026-02-05 02:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008363 10.0.0.27 - - [2026-02-05 02:35:39] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006749 10.0.0.27 - - [2026-02-05 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.27 - - [2026-02-05 02:35:43] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006770 10.0.0.27 - - [2026-02-05 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2026-02-05 02:35:47] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.008722 10.0.0.27 - - [2026-02-05 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2026-02-05 02:35:51] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005380 10.0.0.27 - - [2026-02-05 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.27 - - [2026-02-05 02:35:55] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006520 10.0.0.27 - - [2026-02-05 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.27 - - [2026-02-05 02:36:00] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006936 10.0.0.27 - - [2026-02-05 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.27 - - [2026-02-05 02:36:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003814 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003397 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006471 10.0.0.27 - - [2026-02-05 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.27 - - [2026-02-05 02:36:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003956 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003310 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005754 10.0.0.27 - - [2026-02-05 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.27 - - [2026-02-05 02:36:04] "GET /routing-instance/91769d9e-f0ef-455a-bf6e-128c8abb71d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005081 10.0.0.27 - - [2026-02-05 02:36:04] "GET /route-target/383dcd54-913f-4bc4-b686-32bdb4878799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003792 10.0.0.27 - - [2026-02-05 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-02-05 02:36:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003685 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003136 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006468 10.0.0.27 - - [2026-02-05 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.27 - - [2026-02-05 02:36:04] "GET /routing-instance/91769d9e-f0ef-455a-bf6e-128c8abb71d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004722 10.0.0.27 - - [2026-02-05 02:36:04] "GET /route-target/383dcd54-913f-4bc4-b686-32bdb4878799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003806 10.0.0.27 - - [2026-02-05 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-02-05 02:36:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004995 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003541 10.0.0.27 - - [2026-02-05 02:36:04] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006392 10.0.0.27 - - [2026-02-05 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.27 - - [2026-02-05 02:36:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004938 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003216 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005855 10.0.0.27 - - [2026-02-05 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2026-02-05 02:36:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004963 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004683 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006300 10.0.0.27 - - [2026-02-05 02:36:05] "GET /obj-perms HTTP/1.1" 200 5030 0.005244 10.0.0.23 - - [2026-02-05 02:36:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003873 10.0.0.27 - - [2026-02-05 02:36:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004250 10.0.0.27 - - [2026-02-05 02:36:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004462 10.0.0.27 - - [2026-02-05 02:36:05] "POST /neutron/port HTTP/1.1" 200 1124 0.017037 10.0.0.27 - - [2026-02-05 02:36:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008375 10.0.0.27 - - [2026-02-05 02:36:05] "POST /neutron/port HTTP/1.1" 200 1124 0.018150 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 200 1292 0.006870 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 200 1292 0.004205 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-machine-interface/47d2b903-3274-4205-a238-688e7abe0adc HTTP/1.1" 200 2943 0.005780 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 200 1292 0.004237 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-machine-interface/47d2b903-3274-4205-a238-688e7abe0adc HTTP/1.1" 200 2943 0.005583 10.0.0.27 - - [2026-02-05 02:36:05] "GET /instance-ip/359306fb-c972-4c73-b7b8-b8cb92745916 HTTP/1.1" 200 1621 0.006900 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 200 1292 0.004041 10.0.0.27 - - [2026-02-05 02:36:05] "GET /virtual-machine-interface/47d2b903-3274-4205-a238-688e7abe0adc HTTP/1.1" 200 2943 0.005720 10.0.0.27 - - [2026-02-05 02:36:06] "GET /instance-ip/359306fb-c972-4c73-b7b8-b8cb92745916 HTTP/1.1" 200 1621 0.005082 10.0.0.27 - - [2026-02-05 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.27 - - [2026-02-05 02:36:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005193 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003668 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006316 10.0.0.27 - - [2026-02-05 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.27 - - [2026-02-05 02:36:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006783 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003263 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006432 10.0.0.27 - - [2026-02-05 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.27 - - [2026-02-05 02:36:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004788 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003386 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005833 10.0.0.27 - - [2026-02-05 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.27 - - [2026-02-05 02:36:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005492 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005023 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006588 10.0.0.27 - - [2026-02-05 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2026-02-05 02:36:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005993 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004714 10.0.0.27 - - [2026-02-05 02:36:06] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.009057 10.0.0.27 - - [2026-02-05 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2026-02-05 02:36:09] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005527 10.0.0.27 - - [2026-02-05 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.27 - - [2026-02-05 02:36:13] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005468 10.0.0.27 - - [2026-02-05 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.036559 10.0.0.50 - - [2026-02-05 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000705 10.0.0.50 - - [2026-02-05 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.27 - - [2026-02-05 02:36:15] "POST /neutron/network HTTP/1.1" 200 926 0.009160 10.0.0.27 - - [2026-02-05 02:36:15] "POST /neutron/port HTTP/1.1" 200 117 0.001558 10.0.0.50 - - [2026-02-05 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.50 - - [2026-02-05 02:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000784 10.0.0.23 - - [2026-02-05 02:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.23 - - [2026-02-05 02:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-02-05 02:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-02-05 02:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-02-05 02:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2026-02-05 02:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.27 - - [2026-02-05 02:36:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008355 10.0.0.27 - - [2026-02-05 02:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-02-05 02:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-02-05 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2026-02-05 02:36:17] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005485 10.0.0.27 - - [2026-02-05 02:36:18] "POST /neutron/network HTTP/1.1" 200 1004 0.007463 10.0.0.27 - - [2026-02-05 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.001643 10.0.0.27 - - [2026-02-05 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.27 - - [2026-02-05 02:36:22] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006726 10.0.0.27 - - [2026-02-05 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2026-02-05 02:36:26] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007128 10.0.0.27 - - [2026-02-05 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2026-02-05 02:36:30] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006146 10.0.0.27 - - [2026-02-05 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.27 - - [2026-02-05 02:36:34] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.008079 10.0.0.27 - - [2026-02-05 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2026-02-05 02:36:38] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006323 10.0.0.27 - - [2026-02-05 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2026-02-05 02:36:42] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005502 10.0.0.27 - - [2026-02-05 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2026-02-05 02:36:46] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007379 10.0.0.27 - - [2026-02-05 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2026-02-05 02:36:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003704 10.0.0.27 - - [2026-02-05 02:36:48] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003108 10.0.0.27 - - [2026-02-05 02:36:48] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005927 10.0.0.27 - - [2026-02-05 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2026-02-05 02:36:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004063 10.0.0.27 - - [2026-02-05 02:36:48] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002968 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007442 10.0.0.27 - - [2026-02-05 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.27 - - [2026-02-05 02:36:49] "GET /routing-instance/5b8f8c3a-1bed-46da-92f3-59d08a90061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006762 10.0.0.27 - - [2026-02-05 02:36:49] "GET /route-target/8c15ad77-cad5-46f7-a372-f67d6f041f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004267 10.0.0.27 - - [2026-02-05 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.27 - - [2026-02-05 02:36:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004925 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004112 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007533 10.0.0.27 - - [2026-02-05 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-02-05 02:36:49] "GET /routing-instance/5b8f8c3a-1bed-46da-92f3-59d08a90061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004843 10.0.0.27 - - [2026-02-05 02:36:49] "GET /route-target/8c15ad77-cad5-46f7-a372-f67d6f041f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007385 10.0.0.27 - - [2026-02-05 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2026-02-05 02:36:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007809 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003836 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006018 10.0.0.27 - - [2026-02-05 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.27 - - [2026-02-05 02:36:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004241 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003885 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.008148 10.0.0.27 - - [2026-02-05 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.27 - - [2026-02-05 02:36:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004279 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003562 10.0.0.27 - - [2026-02-05 02:36:49] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005969 10.0.0.23 - - [2026-02-05 02:36:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004104 10.0.0.27 - - [2026-02-05 02:36:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004551 10.0.0.27 - - [2026-02-05 02:36:49] "GET /obj-perms HTTP/1.1" 200 5030 0.005804 10.0.0.50 - - [2026-02-05 02:36:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003951 10.0.0.27 - - [2026-02-05 02:36:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004480 10.0.0.23 - - [2026-02-05 02:36:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004080 10.0.0.27 - - [2026-02-05 02:36:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007981 10.0.0.27 - - [2026-02-05 02:36:50] "POST /neutron/port HTTP/1.1" 200 1123 0.017252 10.0.0.27 - - [2026-02-05 02:36:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008065 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 200 1292 0.005645 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 200 1292 0.003798 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-machine-interface/cfb96f1c-ca2c-4729-9c82-525caf52c52f HTTP/1.1" 200 2944 0.005266 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 200 1292 0.004549 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-machine-interface/cfb96f1c-ca2c-4729-9c82-525caf52c52f HTTP/1.1" 200 2944 0.005326 10.0.0.27 - - [2026-02-05 02:36:50] "GET /instance-ip/5a5d37dd-9af1-47a2-bd0f-f548f72cd46b HTTP/1.1" 200 1620 0.005618 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 200 1292 0.003770 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-machine-interface/cfb96f1c-ca2c-4729-9c82-525caf52c52f HTTP/1.1" 200 2944 0.005140 10.0.0.27 - - [2026-02-05 02:36:50] "GET /instance-ip/5a5d37dd-9af1-47a2-bd0f-f548f72cd46b HTTP/1.1" 200 1620 0.003826 10.0.0.27 - - [2026-02-05 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2026-02-05 02:36:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003533 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003519 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006163 10.0.0.27 - - [2026-02-05 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2026-02-05 02:36:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004272 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003370 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005617 10.0.0.27 - - [2026-02-05 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2026-02-05 02:36:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004296 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004087 10.0.0.27 - - [2026-02-05 02:36:50] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008734 10.0.0.27 - - [2026-02-05 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2026-02-05 02:36:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.27 - - [2026-02-05 02:36:51] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003443 10.0.0.27 - - [2026-02-05 02:36:51] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007137 10.0.0.27 - - [2026-02-05 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2026-02-05 02:36:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004479 10.0.0.27 - - [2026-02-05 02:36:51] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003424 10.0.0.27 - - [2026-02-05 02:36:51] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006158 10.0.0.27 - - [2026-02-05 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006798 10.0.0.27 - - [2026-02-05 02:36:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005126 10.0.0.27 - - [2026-02-05 02:36:52] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003788 10.0.0.27 - - [2026-02-05 02:36:52] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007714 10.0.0.27 - - [2026-02-05 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2026-02-05 02:36:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003868 10.0.0.27 - - [2026-02-05 02:36:52] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003625 10.0.0.27 - - [2026-02-05 02:36:52] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007478 10.0.0.27 - - [2026-02-05 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-02-05 02:36:52] "GET /routing-instance/32c06a18-f892-4ab3-97cd-d73c72377e14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008018 10.0.0.27 - - [2026-02-05 02:36:52] "GET /route-target/2b289105-831f-4244-bedc-db96966f3601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004808 10.0.0.27 - - [2026-02-05 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.27 - - [2026-02-05 02:36:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003891 10.0.0.27 - - [2026-02-05 02:36:52] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002885 10.0.0.27 - - [2026-02-05 02:36:52] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006006 10.0.0.27 - - [2026-02-05 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2026-02-05 02:36:52] "GET /routing-instance/32c06a18-f892-4ab3-97cd-d73c72377e14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004472 10.0.0.27 - - [2026-02-05 02:36:52] "GET /route-target/2b289105-831f-4244-bedc-db96966f3601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004381 10.0.0.27 - - [2026-02-05 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.27 - - [2026-02-05 02:36:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004544 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003506 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006664 10.0.0.27 - - [2026-02-05 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-02-05 02:36:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005903 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003463 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005870 10.0.0.27 - - [2026-02-05 02:36:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004390 10.0.0.23 - - [2026-02-05 02:36:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004416 10.0.0.27 - - [2026-02-05 02:36:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004998 10.0.0.27 - - [2026-02-05 02:36:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004202 10.0.0.50 - - [2026-02-05 02:36:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004231 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 200 1293 0.004479 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-machine-interface/1e6c5bc3-aabf-4d1c-950a-0cc24c394a5a HTTP/1.1" 200 2943 0.005394 10.0.0.27 - - [2026-02-05 02:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2026-02-05 02:36:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003336 10.0.0.27 - - [2026-02-05 02:36:53] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006617 10.0.0.27 - - [2026-02-05 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-02-05 02:36:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004249 10.0.0.27 - - [2026-02-05 02:36:54] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003827 10.0.0.27 - - [2026-02-05 02:36:54] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006316 10.0.0.27 - - [2026-02-05 02:36:55] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 200 1292 0.004502 10.0.0.27 - - [2026-02-05 02:36:55] "GET /virtual-machine-interface/47d2b903-3274-4205-a238-688e7abe0adc HTTP/1.1" 200 2943 0.005685 10.0.0.27 - - [2026-02-05 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2026-02-05 02:36:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003904 10.0.0.27 - - [2026-02-05 02:36:55] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004871 10.0.0.27 - - [2026-02-05 02:36:55] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007453 10.0.0.27 - - [2026-02-05 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.27 - - [2026-02-05 02:36:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004977 10.0.0.27 - - [2026-02-05 02:36:56] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004533 10.0.0.27 - - [2026-02-05 02:36:56] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005828 10.0.0.27 - - [2026-02-05 02:37:01] "POST /neutron/port HTTP/1.1" 200 1124 0.019193 10.0.0.27 - - [2026-02-05 02:37:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010598 10.0.0.27 - - [2026-02-05 02:37:15] "POST /neutron/port HTTP/1.1" 200 1124 0.021362 10.0.0.27 - - [2026-02-05 02:37:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003915 10.0.0.27 - - [2026-02-05 02:37:15] "POST /neutron/network HTTP/1.1" 200 916 0.007114 10.0.0.27 - - [2026-02-05 02:37:19] "POST /neutron/port HTTP/1.1" 200 1123 0.021443 10.0.0.27 - - [2026-02-05 02:37:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004149 10.0.0.27 - - [2026-02-05 02:37:20] "POST /neutron/network HTTP/1.1" 200 823 0.007575 10.0.0.27 - - [2026-02-05 02:37:27] "POST /neutron/port HTTP/1.1" 200 1124 0.021862 10.0.0.27 - - [2026-02-05 02:37:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007575 10.0.0.27 - - [2026-02-05 02:37:42] "POST /neutron/port HTTP/1.1" 200 1124 0.021534 10.0.0.27 - - [2026-02-05 02:37:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008528 10.0.0.27 - - [2026-02-05 02:37:58] "POST /neutron/port HTTP/1.1" 200 1124 0.021094 10.0.0.27 - - [2026-02-05 02:38:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007959 10.0.0.27 - - [2026-02-05 02:38:08] "POST /neutron/port HTTP/1.1" 200 1124 0.022571 10.0.0.27 - - [2026-02-05 02:38:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007571 10.0.0.27 - - [2026-02-05 02:38:17] "POST /neutron/network HTTP/1.1" 200 926 0.007042 10.0.0.27 - - [2026-02-05 02:38:17] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.27 - - [2026-02-05 02:38:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008590 10.0.0.27 - - [2026-02-05 02:38:21] "POST /neutron/network HTTP/1.1" 200 1004 0.012648 10.0.0.27 - - [2026-02-05 02:38:22] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.27 - - [2026-02-05 02:38:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007076 10.0.0.23 - - [2026-02-05 02:38:25] "GET /obj-perms HTTP/1.1" 200 5056 0.063615 10.0.0.27 - - [2026-02-05 02:38:29] "POST /neutron/port HTTP/1.1" 200 1124 0.020854 10.0.0.27 - - [2026-02-05 02:38:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010063 10.0.0.27 - - [2026-02-05 02:38:44] "POST /neutron/port HTTP/1.1" 200 1124 0.018933 10.0.0.27 - - [2026-02-05 02:38:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007761 10.0.0.27 - - [2026-02-05 02:39:00] "POST /neutron/port HTTP/1.1" 200 1124 0.018818 10.0.0.27 - - [2026-02-05 02:39:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008359 10.0.0.27 - - [2026-02-05 02:39:15] "POST /neutron/port HTTP/1.1" 200 1124 0.018202 10.0.0.27 - - [2026-02-05 02:39:18] "POST /neutron/port HTTP/1.1" 200 1124 0.019775 10.0.0.27 - - [2026-02-05 02:39:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.009486 10.0.0.27 - - [2026-02-05 02:39:21] "POST /neutron/port HTTP/1.1" 200 1124 0.017741 10.0.0.27 - - [2026-02-05 02:39:23] "POST /neutron/port HTTP/1.1" 200 1123 0.046864 10.0.0.27 - - [2026-02-05 02:39:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.010008 10.0.0.27 - - [2026-02-05 02:39:26] "POST /neutron/port HTTP/1.1" 200 1124 0.019418 10.0.0.27 - - [2026-02-05 02:39:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007729 10.0.0.27 - - [2026-02-05 02:39:41] "POST /neutron/port HTTP/1.1" 200 1124 0.018206 10.0.0.27 - - [2026-02-05 02:39:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008491 10.0.0.27 - - [2026-02-05 02:39:57] "POST /neutron/port HTTP/1.1" 200 1124 0.020116 10.0.0.27 - - [2026-02-05 02:40:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007888 10.0.0.27 - - [2026-02-05 02:40:12] "POST /neutron/port HTTP/1.1" 200 1124 0.045344 10.0.0.27 - - [2026-02-05 02:40:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011527 10.0.0.27 - - [2026-02-05 02:40:19] "POST /neutron/network HTTP/1.1" 200 926 0.032829 10.0.0.27 - - [2026-02-05 02:40:19] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.27 - - [2026-02-05 02:40:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009899 10.0.0.27 - - [2026-02-05 02:40:23] "POST /neutron/network HTTP/1.1" 200 1004 0.007114 10.0.0.27 - - [2026-02-05 02:40:24] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.27 - - [2026-02-05 02:40:27] "GET /obj-perms HTTP/1.1" 200 5056 0.064604 10.0.0.27 - - [2026-02-05 02:40:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007671 10.0.0.27 - - [2026-02-05 02:40:38] "POST /neutron/port HTTP/1.1" 200 1124 0.018451 10.0.0.27 - - [2026-02-05 02:40:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007123 10.0.0.27 - - [2026-02-05 02:40:54] "POST /neutron/port HTTP/1.1" 200 1124 0.017870 10.0.0.27 - - [2026-02-05 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009173 10.0.0.27 - - [2026-02-05 02:41:09] "POST /neutron/port HTTP/1.1" 200 1124 0.023603 10.0.0.27 - - [2026-02-05 02:41:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009048 10.0.0.50 - - [2026-02-05 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.50 - - [2026-02-05 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.50 - - [2026-02-05 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.50 - - [2026-02-05 02:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000784 10.0.0.23 - - [2026-02-05 02:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-02-05 02:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-02-05 02:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000762 10.0.0.23 - - [2026-02-05 02:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.27 - - [2026-02-05 02:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.27 - - [2026-02-05 02:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000727 10.0.0.27 - - [2026-02-05 02:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2026-02-05 02:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2026-02-05 02:41:19] "POST /neutron/network HTTP/1.1" 200 926 0.007584 10.0.0.27 - - [2026-02-05 02:41:19] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.27 - - [2026-02-05 02:41:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012042 10.0.0.27 - - [2026-02-05 02:41:24] "POST /neutron/network HTTP/1.1" 200 833 0.009119 10.0.0.27 - - [2026-02-05 02:41:25] "POST /neutron/port HTTP/1.1" 200 117 0.002031 10.0.0.27 - - [2026-02-05 02:41:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010551 10.0.0.50 - - [2026-02-05 02:41:27] "GET /obj-perms HTTP/1.1" 200 5056 0.056437 10.0.0.27 - - [2026-02-05 02:41:35] "POST /neutron/port HTTP/1.1" 200 1124 0.017745 10.0.0.27 - - [2026-02-05 02:41:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007821 10.0.0.27 - - [2026-02-05 02:41:51] "POST /neutron/port HTTP/1.1" 200 1124 0.020880 10.0.0.27 - - [2026-02-05 02:41:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007342 10.0.0.27 - - [2026-02-05 02:42:06] "POST /neutron/port HTTP/1.1" 200 1124 0.019816 10.0.0.27 - - [2026-02-05 02:42:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007644 10.0.0.27 - - [2026-02-05 02:42:20] "POST /neutron/port HTTP/1.1" 200 1124 0.018734 10.0.0.27 - - [2026-02-05 02:42:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004078 10.0.0.27 - - [2026-02-05 02:42:20] "POST /neutron/network HTTP/1.1" 200 916 0.008091 10.0.0.27 - - [2026-02-05 02:42:25] "POST /neutron/port HTTP/1.1" 200 1123 0.016772 10.0.0.27 - - [2026-02-05 02:42:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003966 10.0.0.27 - - [2026-02-05 02:42:26] "POST /neutron/network HTTP/1.1" 200 994 0.007050 10.0.0.27 - - [2026-02-05 02:42:27] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 200 1292 0.035146 10.0.0.27 - - [2026-02-05 02:42:27] "GET /virtual-machine-interface/cfb96f1c-ca2c-4729-9c82-525caf52c52f HTTP/1.1" 200 2944 0.005521 10.0.0.27 - - [2026-02-05 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.027844 10.0.0.27 - - [2026-02-05 02:42:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003960 10.0.0.27 - - [2026-02-05 02:42:27] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003192 10.0.0.27 - - [2026-02-05 02:42:27] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006064 10.0.0.27 - - [2026-02-05 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2026-02-05 02:42:28] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003881 10.0.0.27 - - [2026-02-05 02:42:28] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003162 10.0.0.27 - - [2026-02-05 02:42:28] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006040 10.0.0.27 - - [2026-02-05 02:43:20] "POST /neutron/network HTTP/1.1" 200 926 0.006947 10.0.0.27 - - [2026-02-05 02:43:20] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.27 - - [2026-02-05 02:43:22] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 200 1292 0.004888 10.0.0.27 - - [2026-02-05 02:43:23] "POST /neutron/port HTTP/1.1" 200 1113 0.013167 10.0.0.27 - - [2026-02-05 02:43:24] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 404 171 0.003135 10.0.0.27 - - [2026-02-05 02:43:24] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 404 171 0.003817 10.0.0.27 - - [2026-02-05 02:43:24] "GET /virtual-machine/20a281f2-7226-4ee4-8b67-4c46c2c56f38 HTTP/1.1" 404 171 0.003343 10.0.0.27 - - [2026-02-05 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2026-02-05 02:43:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004271 10.0.0.27 - - [2026-02-05 02:43:24] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003678 10.0.0.27 - - [2026-02-05 02:43:24] "GET /virtual-network/cbcb31f6-3c29-467a-9078-5b9734c09e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007290 10.0.0.27 - - [2026-02-05 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2026-02-05 02:43:25] "GET /routing-instance/32c06a18-f892-4ab3-97cd-d73c72377e14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004798 10.0.0.27 - - [2026-02-05 02:43:25] "GET /route-target/2b289105-831f-4244-bedc-db96966f3601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004717 10.0.0.27 - - [2026-02-05 02:43:25] "GET /obj-perms HTTP/1.1" 200 5030 0.095974 10.0.0.23 - - [2026-02-05 02:43:29] "GET /obj-perms HTTP/1.1" 200 5056 0.056637 10.0.0.27 - - [2026-02-05 02:43:29] "GET /obj-perms HTTP/1.1" 200 5056 0.060166 10.0.0.27 - - [2026-02-05 02:43:34] "GET /obj-perms HTTP/1.1" 200 5030 0.005414 10.0.0.27 - - [2026-02-05 02:43:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004577 10.0.0.27 - - [2026-02-05 02:43:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004017 10.0.0.27 - - [2026-02-05 02:43:41] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 200 1292 0.004779 10.0.0.27 - - [2026-02-05 02:43:41] "POST /neutron/port HTTP/1.1" 200 1114 0.014514 10.0.0.27 - - [2026-02-05 02:43:43] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 404 171 0.003171 10.0.0.27 - - [2026-02-05 02:43:43] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 404 171 0.003493 10.0.0.27 - - [2026-02-05 02:43:43] "GET /virtual-machine/9c886dd8-c792-43ba-8831-316c500866ad HTTP/1.1" 404 171 0.003116 10.0.0.27 - - [2026-02-05 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.27 - - [2026-02-05 02:43:43] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004217 10.0.0.27 - - [2026-02-05 02:43:43] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003223 10.0.0.27 - - [2026-02-05 02:43:43] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006038 10.0.0.27 - - [2026-02-05 02:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2026-02-05 02:43:43] "GET /routing-instance/5b8f8c3a-1bed-46da-92f3-59d08a90061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004931 10.0.0.27 - - [2026-02-05 02:43:43] "GET /route-target/8c15ad77-cad5-46f7-a372-f67d6f041f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004175 10.0.0.50 - - [2026-02-05 02:43:43] "GET /obj-perms HTTP/1.1" 200 5030 0.063302 10.0.0.27 - - [2026-02-05 02:43:46] "GET /obj-perms HTTP/1.1" 200 5030 0.005121 10.0.0.50 - - [2026-02-05 02:43:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003994 10.0.0.27 - - [2026-02-05 02:43:56] "GET /obj-perms HTTP/1.1" 200 5030 0.006309 10.0.0.50 - - [2026-02-05 02:44:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004615 10.0.0.27 - - [2026-02-05 02:44:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003841 10.0.0.27 - - [2026-02-05 02:44:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004560 10.0.0.50 - - [2026-02-05 02:44:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004561 10.0.0.27 - - [2026-02-05 02:44:08] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 200 1293 0.004480 10.0.0.27 - - [2026-02-05 02:44:09] "POST /neutron/port HTTP/1.1" 200 1113 0.015214 10.0.0.27 - - [2026-02-05 02:44:10] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 404 171 0.003625 10.0.0.27 - - [2026-02-05 02:44:10] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 404 171 0.003322 10.0.0.27 - - [2026-02-05 02:44:10] "GET /virtual-machine/92fcfb2f-8c45-4a7e-bd67-f3c77dcb1ee6 HTTP/1.1" 404 171 0.003125 10.0.0.27 - - [2026-02-05 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.27 - - [2026-02-05 02:44:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004426 10.0.0.27 - - [2026-02-05 02:44:10] "GET /virtual-networks?parent_id=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003512 10.0.0.27 - - [2026-02-05 02:44:10] "GET /virtual-network/1244a349-36df-431c-8663-373fff46c76e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006807 10.0.0.27 - - [2026-02-05 02:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.27 - - [2026-02-05 02:44:11] "GET /routing-instance/91769d9e-f0ef-455a-bf6e-128c8abb71d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004625 10.0.0.27 - - [2026-02-05 02:44:11] "GET /route-target/383dcd54-913f-4bc4-b686-32bdb4878799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004189 10.0.0.27 - - [2026-02-05 02:44:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004013 10.0.0.27 - - [2026-02-05 02:44:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004294 10.0.0.27 - - [2026-02-05 02:44:23] "GET /obj-perms HTTP/1.1" 200 5030 0.005650 10.0.0.27 - - [2026-02-05 02:44:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003866 10.0.0.23 - - [2026-02-05 02:44:30] "GET /obj-perms HTTP/1.1" 200 5056 0.059895 10.0.0.27 - - [2026-02-05 02:44:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004196 10.0.0.27 - - [2026-02-05 02:44:35] "GET /obj-perms HTTP/1.1" 200 5030 0.003787 10.0.0.27 - - [2026-02-05 02:44:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004221 10.0.0.27 - - [2026-02-05 02:44:39] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006052 10.0.0.27 - - [2026-02-05 02:44:39] "POST /neutron/network HTTP/1.1" 200 824 0.098060 10.0.0.27 - - [2026-02-05 02:44:39] "GET /virtual-network/affde407-9a12-40e1-96e9-2be80d2dec8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007627 10.0.0.50 - - [2026-02-05 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.076913 10.0.0.27 - - [2026-02-05 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.064551 10.0.0.27 - - [2026-02-05 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.070129 10.0.0.27 - - [2026-02-05 02:44:39] "DELETE /network-policy/8e3d3789-8e8e-48b6-8c08-1ee5e575fd2a HTTP/1.1" 200 115 0.065907 10.0.0.27 - - [2026-02-05 02:44:39] "DELETE /network-policy/3d9dad6e-4926-417f-8bc8-1c1f23a5b0c5 HTTP/1.1" 200 115 0.043095 10.0.0.27 - - [2026-02-05 02:44:39] "DELETE /network-policy/8b2374d9-4f8b-4911-a946-0bdc7802288f HTTP/1.1" 200 115 0.047017 10.0.0.23 - - [2026-02-05 02:44:40] "POST /useragent-kv HTTP/1.1" 200 115 0.075016 10.0.0.23 - - [2026-02-05 02:44:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.27 - - [2026-02-05 02:44:40] "POST /neutron/network HTTP/1.1" 200 151 0.226503 10.0.0.50 - - [2026-02-05 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007883 10.0.0.50 - - [2026-02-05 02:44:40] "DELETE /route-target/8c15ad77-cad5-46f7-a372-f67d6f041f5a HTTP/1.1" 200 115 0.026065 10.0.0.27 - - [2026-02-05 02:44:40] "POST /neutron/network HTTP/1.1" 200 823 0.009921 10.0.0.27 - - [2026-02-05 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.27 - - [2026-02-05 02:44:41] "DELETE /network-ipam/240b700b-9ed2-4cbe-a7a0-843d7758af7b HTTP/1.1" 200 115 0.036451 10.0.0.27 - - [2026-02-05 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003160 10.0.0.27 - - [2026-02-05 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.27 - - [2026-02-05 02:44:41] "DELETE /network-ipam/3d49a03f-0004-41e0-9805-a873c0f711f4 HTTP/1.1" 200 115 0.038552 10.0.0.27 - - [2026-02-05 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003071 10.0.0.27 - - [2026-02-05 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.27 - - [2026-02-05 02:44:41] "DELETE /network-ipam/1d318f77-5c19-411f-88ec-48175f308e38 HTTP/1.1" 200 115 0.042120 10.0.0.27 - - [2026-02-05 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.002951 10.0.0.23 - - [2026-02-05 02:44:43] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.27 - - [2026-02-05 02:44:43] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069078 10.0.0.23 - - [2026-02-05 02:44:43] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.27 - - [2026-02-05 02:44:43] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?fields=virtual_networks HTTP/1.1" 200 1032 0.048440 10.0.0.23 - - [2026-02-05 02:44:43] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.27 - - [2026-02-05 02:44:43] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.046747 10.0.0.23 - - [2026-02-05 02:44:43] "GET /projects?obj_uuids=e50957dc-b89d-4e1a-84de-4320e704a22f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.27 - - [2026-02-05 02:44:43] "GET /project/e50957dc-b89d-4e1a-84de-4320e704a22f?fields=security_groups HTTP/1.1" 200 1258 0.046344 10.0.0.27 - - [2026-02-05 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.033327 10.0.0.23 - - [2026-02-05 02:44:44] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003223 10.0.0.23 - - [2026-02-05 02:44:44] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.23 - - [2026-02-05 02:44:44] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041635 10.0.0.23 - - [2026-02-05 02:44:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.001379 10.0.0.23 - - [2026-02-05 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.011670 10.0.0.23 - - [2026-02-05 02:44:44] "POST /security-groups HTTP/1.1" 200 597 0.080400 10.0.0.50 - - [2026-02-05 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.003623 10.0.0.23 - - [2026-02-05 02:44:44] "POST /projects HTTP/1.1" 200 597 0.298115 10.0.0.23 - - [2026-02-05 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.373279 10.0.0.50 - - [2026-02-05 02:44:44] "POST /access-control-lists HTTP/1.1" 200 600 0.030225 10.0.0.27 - - [2026-02-05 02:44:44] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.569763 10.0.0.27 - - [2026-02-05 02:44:45] "GET / HTTP/1.1" 200 35931 0.002245 10.0.0.27 - - [2026-02-05 02:44:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000613 10.0.0.27 - - [2026-02-05 02:44:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.087433 10.0.0.27 - - [2026-02-05 02:44:49] "POST /network-ipams HTTP/1.1" 200 519 0.028956 10.0.0.27 - - [2026-02-05 02:44:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004258 10.0.0.27 - - [2026-02-05 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.27 - - [2026-02-05 02:44:49] "GET /network-ipam/8b0432b0-c6bd-4d7f-9ff8-0af228a69496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.008415 10.0.0.27 - - [2026-02-05 02:44:49] "PUT /network-ipam/8b0432b0-c6bd-4d7f-9ff8-0af228a69496 HTTP/1.1" 200 258 0.016479 10.0.0.27 - - [2026-02-05 02:44:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003422 10.0.0.27 - - [2026-02-05 02:44:49] "POST /network-ipams HTTP/1.1" 200 519 0.032046 10.0.0.27 - - [2026-02-05 02:44:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003564 10.0.0.27 - - [2026-02-05 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.27 - - [2026-02-05 02:44:49] "GET /network-ipam/2465f299-d489-4a0a-b723-3fdbccd99d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.007133 10.0.0.27 - - [2026-02-05 02:44:50] "PUT /network-ipam/2465f299-d489-4a0a-b723-3fdbccd99d83 HTTP/1.1" 200 258 0.015699 10.0.0.27 - - [2026-02-05 02:44:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003686 10.0.0.27 - - [2026-02-05 02:44:50] "POST /network-ipams HTTP/1.1" 200 519 0.053315 10.0.0.27 - - [2026-02-05 02:44:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003481 10.0.0.27 - - [2026-02-05 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.27 - - [2026-02-05 02:44:50] "GET /network-ipam/5c3f7750-295a-42f7-8390-a0e50275b5ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1297 0.006433 10.0.0.27 - - [2026-02-05 02:44:50] "PUT /network-ipam/5c3f7750-295a-42f7-8390-a0e50275b5ca HTTP/1.1" 200 258 0.014341 10.0.0.27 - - [2026-02-05 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2026-02-05 02:44:51] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.27 - - [2026-02-05 02:44:51] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.036372 10.0.0.23 - - [2026-02-05 02:44:51] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001416 10.0.0.27 - - [2026-02-05 02:44:51] "POST /neutron/network HTTP/1.1" 200 613 0.144960 10.0.0.50 - - [2026-02-05 02:44:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.074915 10.0.0.27 - - [2026-02-05 02:44:52] "POST /neutron/network HTTP/1.1" 200 1014 0.013474 10.0.0.27 - - [2026-02-05 02:44:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001289 10.0.0.27 - - [2026-02-05 02:44:52] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006794 10.0.0.27 - - [2026-02-05 02:44:52] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006788 10.0.0.27 - - [2026-02-05 02:44:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.009909 10.0.0.27 - - [2026-02-05 02:44:52] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005838 10.0.0.27 - - [2026-02-05 02:44:52] "GET /network-ipam/8b0432b0-c6bd-4d7f-9ff8-0af228a69496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.003847 10.0.0.27 - - [2026-02-05 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2026-02-05 02:44:52] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001068 10.0.0.27 - - [2026-02-05 02:44:52] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.054347 10.0.0.27 - - [2026-02-05 02:44:52] "POST /neutron/network HTTP/1.1" 200 117 0.014072 10.0.0.50 - - [2026-02-05 02:44:52] "POST /route-targets HTTP/1.1" 200 327 0.027958 10.0.0.23 - - [2026-02-05 02:44:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006894 10.0.0.27 - - [2026-02-05 02:44:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.212118 10.0.0.27 - - [2026-02-05 02:44:53] "POST /id-to-fqname HTTP/1.1" 200 227 0.001413 10.0.0.27 - - [2026-02-05 02:44:53] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006225 10.0.0.27 - - [2026-02-05 02:44:53] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006552 10.0.0.27 - - [2026-02-05 02:44:53] "POST /neutron/network HTTP/1.1" 200 1012 0.009683 10.0.0.27 - - [2026-02-05 02:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.23 - - [2026-02-05 02:44:53] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.27 - - [2026-02-05 02:44:53] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046856 10.0.0.27 - - [2026-02-05 02:44:53] "POST /neutron/network HTTP/1.1" 200 117 0.015510 10.0.0.50 - - [2026-02-05 02:44:53] "POST /ref-update HTTP/1.1" 200 156 0.026612 10.0.0.23 - - [2026-02-05 02:44:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004071 10.0.0.27 - - [2026-02-05 02:44:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.247773 10.0.0.27 - - [2026-02-05 02:44:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001471 10.0.0.27 - - [2026-02-05 02:44:54] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007678 10.0.0.27 - - [2026-02-05 02:44:54] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006623 10.0.0.27 - - [2026-02-05 02:44:54] "POST /neutron/network HTTP/1.1" 200 1016 0.009527 10.0.0.27 - - [2026-02-05 02:44:54] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007494 10.0.0.50 - - [2026-02-05 02:44:55] "GET /obj-perms HTTP/1.1" 200 5042 0.064994 10.0.0.27 - - [2026-02-05 02:44:56] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006429 10.0.0.27 - - [2026-02-05 02:44:56] "GET /obj-perms HTTP/1.1" 200 5042 0.074370 10.0.0.23 - - [2026-02-05 02:44:56] "GET /obj-perms HTTP/1.1" 200 5042 0.058882 10.0.0.27 - - [2026-02-05 02:44:57] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006058 10.0.0.27 - - [2026-02-05 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.003817 10.0.0.27 - - [2026-02-05 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.23 - - [2026-02-05 02:44:57] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001020 10.0.0.27 - - [2026-02-05 02:44:57] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047411 10.0.0.27 - - [2026-02-05 02:44:57] "POST /network-policys HTTP/1.1" 200 559 0.029827 10.0.0.27 - - [2026-02-05 02:44:57] "GET /network-policy/300678b4-5717-4697-8629-d3dee4d9d61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006285 10.0.0.27 - - [2026-02-05 02:44:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.002975 10.0.0.27 - - [2026-02-05 02:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.23 - - [2026-02-05 02:44:57] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001344 10.0.0.27 - - [2026-02-05 02:44:57] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040835 10.0.0.27 - - [2026-02-05 02:44:57] "POST /network-policys HTTP/1.1" 200 559 0.029004 10.0.0.27 - - [2026-02-05 02:44:58] "GET /network-policy/12921d6a-d118-477c-9b65-5d7f9df108a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006546 10.0.0.27 - - [2026-02-05 02:44:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.003042 10.0.0.27 - - [2026-02-05 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2026-02-05 02:44:58] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001014 10.0.0.27 - - [2026-02-05 02:44:58] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041959 10.0.0.27 - - [2026-02-05 02:44:58] "POST /network-policys HTTP/1.1" 200 559 0.033700 10.0.0.27 - - [2026-02-05 02:44:58] "GET /network-policy/fb801aa3-8bea-4ff2-a4a5-6f56c425b2ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006291 10.0.0.27 - - [2026-02-05 02:44:58] "POST /neutron/network HTTP/1.1" 200 1014 0.009491 10.0.0.50 - - [2026-02-05 02:44:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003082 10.0.0.27 - - [2026-02-05 02:44:58] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.009301 10.0.0.27 - - [2026-02-05 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.27 - - [2026-02-05 02:44:58] "GET /network-policy/12921d6a-d118-477c-9b65-5d7f9df108a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.003873 10.0.0.27 - - [2026-02-05 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2026-02-05 02:44:58] "GET /network-policy/300678b4-5717-4697-8629-d3dee4d9d61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.004813 10.0.0.50 - - [2026-02-05 02:44:58] "DELETE /access-control-list/3cf1e216-118f-4361-a730-12bb57dd854b HTTP/1.1" 200 115 0.029611 10.0.0.27 - - [2026-02-05 02:44:58] "POST /neutron/network HTTP/1.1" 200 1012 0.021352 10.0.0.50 - - [2026-02-05 02:44:59] "POST /access-control-lists HTTP/1.1" 200 597 0.037388 10.0.0.27 - - [2026-02-05 02:44:59] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.022596 10.0.0.27 - - [2026-02-05 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.27 - - [2026-02-05 02:44:59] "GET /network-policy/fb801aa3-8bea-4ff2-a4a5-6f56c425b2ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.003927 10.0.0.27 - - [2026-02-05 02:44:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001119 10.0.0.27 - - [2026-02-05 02:44:59] "POST /neutron/network HTTP/1.1" 200 1208 0.008544 10.0.0.23 - - [2026-02-05 02:45:00] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001698 10.0.0.27 - - [2026-02-05 02:45:00] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.075598 10.0.0.27 - - [2026-02-05 02:45:00] "POST /neutron/port HTTP/1.1" 200 117 0.006869 10.0.0.27 - - [2026-02-05 02:45:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001315 10.0.0.27 - - [2026-02-05 02:45:01] "POST /neutron/network HTTP/1.1" 200 1208 0.010022 10.0.0.23 - - [2026-02-05 02:45:01] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001050 10.0.0.27 - - [2026-02-05 02:45:01] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.109856 10.0.0.27 - - [2026-02-05 02:45:01] "POST /neutron/network HTTP/1.1" 200 1110 0.041391 10.0.0.27 - - [2026-02-05 02:45:02] "POST /neutron/port HTTP/1.1" 200 1237 0.073545 10.0.0.27 - - [2026-02-05 02:45:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004438 10.0.0.27 - - [2026-02-05 02:45:02] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013293 10.0.0.27 - - [2026-02-05 02:45:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001091 10.0.0.27 - - [2026-02-05 02:45:02] "POST /neutron/network HTTP/1.1" 200 1198 0.011095 10.0.0.27 - - [2026-02-05 02:45:02] "POST /neutron/network HTTP/1.1" 200 1026 0.007486 10.0.0.50 - - [2026-02-05 02:45:02] "PUT /access-control-list/6033edbc-20a3-49f2-bc9c-6c907e826c85 HTTP/1.1" 200 272 0.029364 10.0.0.27 - - [2026-02-05 02:45:02] "POST /neutron/port HTTP/1.1" 200 1171 0.028556 10.0.0.27 - - [2026-02-05 02:45:03] "POST /neutron/port HTTP/1.1" 200 1235 0.021618 10.0.0.27 - - [2026-02-05 02:45:03] "POST /neutron/subnet HTTP/1.1" 200 1374 0.014821 10.0.0.23 - - [2026-02-05 02:45:03] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000996 10.0.0.27 - - [2026-02-05 02:45:03] "POST /neutron/network HTTP/1.1" 200 1110 0.011299 10.0.0.27 - - [2026-02-05 02:45:03] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.087573 10.0.0.27 - - [2026-02-05 02:45:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008204 10.0.0.27 - - [2026-02-05 02:45:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009050 10.0.0.27 - - [2026-02-05 02:45:03] "POST /neutron/port HTTP/1.1" 200 1237 0.022416 10.0.0.23 - - [2026-02-05 02:45:04] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001163 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-02-05 02:45:04] "POST /neutron/port HTTP/1.1" 200 1175 0.373299 10.0.0.27 - - [2026-02-05 02:45:04] "POST /neutron/port HTTP/1.1" 200 1175 0.015950 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 200 1297 0.058042 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 200 1297 0.003624 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine-interface/136394e6-64b4-4b25-ad5b-606da66d342c HTTP/1.1" 200 3167 0.005087 10.0.0.27 - - [2026-02-05 02:45:04] "POST /neutron/port HTTP/1.1" 200 1239 0.024044 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 200 1297 0.003275 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine-interface/136394e6-64b4-4b25-ad5b-606da66d342c HTTP/1.1" 200 3167 0.005457 10.0.0.27 - - [2026-02-05 02:45:04] "GET /instance-ip/2da3a798-0e94-420b-b13d-6b1c49bce6f0 HTTP/1.1" 200 1653 0.005565 10.0.0.27 - - [2026-02-05 02:45:04] "GET /instance-ip/e31baf83-a8c2-42d0-b28d-e195583af450 HTTP/1.1" 200 1634 0.005547 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 200 1297 0.003438 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-machine-interface/136394e6-64b4-4b25-ad5b-606da66d342c HTTP/1.1" 200 3167 0.008634 10.0.0.27 - - [2026-02-05 02:45:04] "GET /instance-ip/2da3a798-0e94-420b-b13d-6b1c49bce6f0 HTTP/1.1" 200 1653 0.006573 10.0.0.27 - - [2026-02-05 02:45:04] "POST /neutron/subnet HTTP/1.1" 200 1394 0.024196 10.0.0.27 - - [2026-02-05 02:45:04] "GET /instance-ip/e31baf83-a8c2-42d0-b28d-e195583af450 HTTP/1.1" 200 1634 0.003815 10.0.0.27 - - [2026-02-05 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2026-02-05 02:45:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003972 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003439 10.0.0.27 - - [2026-02-05 02:45:04] "POST /neutron/network HTTP/1.1" 200 1016 0.008942 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006315 10.0.0.27 - - [2026-02-05 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-02-05 02:45:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004145 10.0.0.27 - - [2026-02-05 02:45:04] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003110 10.0.0.27 - - [2026-02-05 02:45:05] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006106 10.0.0.27 - - [2026-02-05 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2026-02-05 02:45:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004007 10.0.0.27 - - [2026-02-05 02:45:05] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003079 10.0.0.27 - - [2026-02-05 02:45:05] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006570 10.0.0.27 - - [2026-02-05 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.27 - - [2026-02-05 02:45:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005074 10.0.0.27 - - [2026-02-05 02:45:05] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003579 10.0.0.27 - - [2026-02-05 02:45:05] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006234 10.0.0.27 - - [2026-02-05 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2026-02-05 02:45:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004856 10.0.0.27 - - [2026-02-05 02:45:05] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003530 10.0.0.27 - - [2026-02-05 02:45:05] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007609 10.0.0.27 - - [2026-02-05 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2026-02-05 02:45:08] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006087 10.0.0.27 - - [2026-02-05 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.27 - - [2026-02-05 02:45:12] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005403 10.0.0.23 - - [2026-02-05 02:45:14] "DELETE /project/ba826272a942401f86fff3d3151973a1 HTTP/1.1" 404 173 0.004645 10.0.0.23 - - [2026-02-05 02:45:14] "DELETE /project/e50957dc-b89d-4e1a-84de-4320e704a22f HTTP/1.1" 404 177 0.004104 10.0.0.27 - - [2026-02-05 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.27 - - [2026-02-05 02:45:16] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005886 10.0.0.27 - - [2026-02-05 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.27 - - [2026-02-05 02:45:20] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007163 10.0.0.27 - - [2026-02-05 02:45:22] "POST /neutron/network HTTP/1.1" 200 1120 0.038797 10.0.0.27 - - [2026-02-05 02:45:22] "POST /neutron/subnet HTTP/1.1" 200 1374 0.014001 10.0.0.27 - - [2026-02-05 02:45:22] "POST /neutron/network HTTP/1.1" 200 1110 0.009230 10.0.0.27 - - [2026-02-05 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.27 - - [2026-02-05 02:45:24] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005404 10.0.0.27 - - [2026-02-05 02:45:28] "POST /neutron/network HTTP/1.1" 200 1208 0.007485 10.0.0.27 - - [2026-02-05 02:45:29] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014610 10.0.0.27 - - [2026-02-05 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2026-02-05 02:45:29] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005195 10.0.0.27 - - [2026-02-05 02:45:29] "POST /neutron/network HTTP/1.1" 200 1198 0.009667 10.0.0.50 - - [2026-02-05 02:45:31] "GET /obj-perms HTTP/1.1" 200 5056 0.095785 10.0.0.27 - - [2026-02-05 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.27 - - [2026-02-05 02:45:33] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005826 10.0.0.27 - - [2026-02-05 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.27 - - [2026-02-05 02:45:37] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005944 10.0.0.27 - - [2026-02-05 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.27 - - [2026-02-05 02:45:41] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005702 10.0.0.27 - - [2026-02-05 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2026-02-05 02:45:45] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005963 10.0.0.27 - - [2026-02-05 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-02-05 02:45:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003946 10.0.0.27 - - [2026-02-05 02:45:49] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003259 10.0.0.27 - - [2026-02-05 02:45:49] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006380 10.0.0.27 - - [2026-02-05 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-02-05 02:45:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004303 10.0.0.27 - - [2026-02-05 02:45:49] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003046 10.0.0.27 - - [2026-02-05 02:45:49] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006596 10.0.0.27 - - [2026-02-05 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.27 - - [2026-02-05 02:45:49] "GET /routing-instance/bc1e5fde-e07d-4ef1-ab72-d0c1d6880408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.007419 10.0.0.27 - - [2026-02-05 02:45:49] "GET /route-target/d9775337-27f7-46af-aef4-f6f2d732f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004181 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.27 - - [2026-02-05 02:45:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004711 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003605 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006091 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2026-02-05 02:45:50] "GET /routing-instance/bc1e5fde-e07d-4ef1-ab72-d0c1d6880408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004753 10.0.0.27 - - [2026-02-05 02:45:50] "GET /route-target/d9775337-27f7-46af-aef4-f6f2d732f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004374 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.27 - - [2026-02-05 02:45:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004405 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003227 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006542 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2026-02-05 02:45:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004463 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003517 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006678 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.27 - - [2026-02-05 02:45:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004907 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003266 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006440 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2026-02-05 02:45:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004322 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003233 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006625 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.27 - - [2026-02-05 02:45:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004630 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003795 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006383 10.0.0.27 - - [2026-02-05 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.27 - - [2026-02-05 02:45:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005533 10.0.0.27 - - [2026-02-05 02:45:50] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003190 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006815 10.0.0.27 - - [2026-02-05 02:45:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004206 10.0.0.23 - - [2026-02-05 02:45:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004879 10.0.0.27 - - [2026-02-05 02:45:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004021 10.0.0.27 - - [2026-02-05 02:45:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004350 10.0.0.27 - - [2026-02-05 02:45:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004353 10.0.0.27 - - [2026-02-05 02:45:51] "POST /neutron/port HTTP/1.1" 200 1235 0.037675 10.0.0.27 - - [2026-02-05 02:45:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007595 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 200 1298 0.006950 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 200 1298 0.003905 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-machine-interface/d0e7fd14-731e-4c80-96dc-f23ed4860825 HTTP/1.1" 200 3168 0.005465 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 200 1298 0.003392 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-machine-interface/d0e7fd14-731e-4c80-96dc-f23ed4860825 HTTP/1.1" 200 3168 0.005017 10.0.0.27 - - [2026-02-05 02:45:51] "GET /instance-ip/74998307-b4eb-4b9b-b19e-d87598292b45 HTTP/1.1" 200 1631 0.005811 10.0.0.27 - - [2026-02-05 02:45:51] "GET /instance-ip/fefca077-28ec-48dc-930b-a51eea82c36b HTTP/1.1" 200 1654 0.006096 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 200 1298 0.003240 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-machine-interface/d0e7fd14-731e-4c80-96dc-f23ed4860825 HTTP/1.1" 200 3168 0.005512 10.0.0.27 - - [2026-02-05 02:45:51] "GET /instance-ip/74998307-b4eb-4b9b-b19e-d87598292b45 HTTP/1.1" 200 1631 0.003940 10.0.0.27 - - [2026-02-05 02:45:51] "GET /instance-ip/fefca077-28ec-48dc-930b-a51eea82c36b HTTP/1.1" 200 1654 0.003497 10.0.0.27 - - [2026-02-05 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.27 - - [2026-02-05 02:45:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003889 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002954 10.0.0.27 - - [2026-02-05 02:45:51] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.005857 10.0.0.27 - - [2026-02-05 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.27 - - [2026-02-05 02:45:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003358 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006105 10.0.0.27 - - [2026-02-05 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2026-02-05 02:45:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004484 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003598 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006268 10.0.0.27 - - [2026-02-05 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-02-05 02:45:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005205 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003330 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006105 10.0.0.27 - - [2026-02-05 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.27 - - [2026-02-05 02:45:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005036 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003498 10.0.0.27 - - [2026-02-05 02:45:52] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006047 10.0.0.27 - - [2026-02-05 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-02-05 02:45:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.27 - - [2026-02-05 02:45:53] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003768 10.0.0.27 - - [2026-02-05 02:45:53] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006080 10.0.0.27 - - [2026-02-05 02:45:53] "POST /neutron/port HTTP/1.1" 200 1235 0.044544 10.0.0.27 - - [2026-02-05 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2026-02-05 02:45:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003890 10.0.0.27 - - [2026-02-05 02:45:53] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003425 10.0.0.27 - - [2026-02-05 02:45:53] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006537 10.0.0.27 - - [2026-02-05 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2026-02-05 02:45:53] "GET /routing-instance/392cafe1-07c7-4953-8890-e08307f7daa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.006233 10.0.0.27 - - [2026-02-05 02:45:53] "GET /route-target/80382431-7c1e-48c0-8fc0-09ac32012b46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003941 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2026-02-05 02:45:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004758 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003080 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006261 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2026-02-05 02:45:54] "GET /routing-instance/392cafe1-07c7-4953-8890-e08307f7daa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004401 10.0.0.27 - - [2026-02-05 02:45:54] "GET /route-target/80382431-7c1e-48c0-8fc0-09ac32012b46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004010 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.27 - - [2026-02-05 02:45:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004785 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003336 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006692 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2026-02-05 02:45:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005057 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003755 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006291 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-02-05 02:45:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005288 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003231 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.007884 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.27 - - [2026-02-05 02:45:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005243 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003727 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006907 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.27 - - [2026-02-05 02:45:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004435 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004158 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006498 10.0.0.27 - - [2026-02-05 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.27 - - [2026-02-05 02:45:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004694 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003422 10.0.0.27 - - [2026-02-05 02:45:54] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006590 10.0.0.23 - - [2026-02-05 02:45:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003962 10.0.0.27 - - [2026-02-05 02:45:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004209 10.0.0.27 - - [2026-02-05 02:45:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003905 10.0.0.50 - - [2026-02-05 02:45:55] "GET /obj-perms HTTP/1.1" 200 5042 0.005053 10.0.0.23 - - [2026-02-05 02:45:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003675 10.0.0.27 - - [2026-02-05 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010188 10.0.0.27 - - [2026-02-05 02:45:55] "POST /neutron/port HTTP/1.1" 200 1239 0.018880 10.0.0.27 - - [2026-02-05 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007431 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 200 1299 0.005588 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 200 1299 0.003538 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-machine-interface/c7851ee8-7321-47a3-9ebc-4073c80f84f4 HTTP/1.1" 200 3168 0.005416 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 200 1299 0.003777 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-machine-interface/c7851ee8-7321-47a3-9ebc-4073c80f84f4 HTTP/1.1" 200 3168 0.005384 10.0.0.27 - - [2026-02-05 02:45:55] "GET /instance-ip/b7a6cd9b-d820-41b1-85d5-35acb38dfae7 HTTP/1.1" 200 1653 0.007542 10.0.0.27 - - [2026-02-05 02:45:55] "GET /instance-ip/c96c122d-bd2f-481f-b7ec-64e8db5a7245 HTTP/1.1" 200 1636 0.005891 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 200 1299 0.004402 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-machine-interface/c7851ee8-7321-47a3-9ebc-4073c80f84f4 HTTP/1.1" 200 3168 0.005625 10.0.0.27 - - [2026-02-05 02:45:55] "GET /instance-ip/b7a6cd9b-d820-41b1-85d5-35acb38dfae7 HTTP/1.1" 200 1653 0.004509 10.0.0.27 - - [2026-02-05 02:45:55] "GET /instance-ip/c96c122d-bd2f-481f-b7ec-64e8db5a7245 HTTP/1.1" 200 1636 0.004277 10.0.0.27 - - [2026-02-05 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-02-05 02:45:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004444 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003727 10.0.0.27 - - [2026-02-05 02:45:55] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006576 10.0.0.27 - - [2026-02-05 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.27 - - [2026-02-05 02:45:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003153 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006424 10.0.0.27 - - [2026-02-05 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2026-02-05 02:45:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004042 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003392 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006175 10.0.0.27 - - [2026-02-05 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.27 - - [2026-02-05 02:45:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005353 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003978 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006000 10.0.0.27 - - [2026-02-05 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.27 - - [2026-02-05 02:45:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004285 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003093 10.0.0.27 - - [2026-02-05 02:45:56] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006054 10.0.0.27 - - [2026-02-05 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2026-02-05 02:45:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004583 10.0.0.27 - - [2026-02-05 02:45:57] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003747 10.0.0.27 - - [2026-02-05 02:45:57] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007939 10.0.0.27 - - [2026-02-05 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.27 - - [2026-02-05 02:45:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003774 10.0.0.27 - - [2026-02-05 02:45:57] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003495 10.0.0.27 - - [2026-02-05 02:45:57] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005701 10.0.0.27 - - [2026-02-05 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.27 - - [2026-02-05 02:45:57] "GET /routing-instance/4492b049-18d5-4087-8d85-eea6017fc437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004998 10.0.0.27 - - [2026-02-05 02:45:57] "GET /route-target/9024760b-5b23-4c9b-9c59-4026cafe3ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004831 10.0.0.27 - - [2026-02-05 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.27 - - [2026-02-05 02:45:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004202 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003170 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006662 10.0.0.27 - - [2026-02-05 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2026-02-05 02:45:58] "GET /routing-instance/4492b049-18d5-4087-8d85-eea6017fc437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004971 10.0.0.27 - - [2026-02-05 02:45:58] "GET /route-target/9024760b-5b23-4c9b-9c59-4026cafe3ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004589 10.0.0.27 - - [2026-02-05 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2026-02-05 02:45:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005617 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003603 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006204 10.0.0.27 - - [2026-02-05 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.27 - - [2026-02-05 02:45:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004321 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003938 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007995 10.0.0.27 - - [2026-02-05 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.27 - - [2026-02-05 02:45:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004981 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004143 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006465 10.0.0.27 - - [2026-02-05 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2026-02-05 02:45:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004239 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003352 10.0.0.27 - - [2026-02-05 02:45:58] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006480 10.0.0.27 - - [2026-02-05 02:45:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003929 10.0.0.27 - - [2026-02-05 02:45:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004365 10.0.0.23 - - [2026-02-05 02:45:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004486 10.0.0.27 - - [2026-02-05 02:45:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004160 10.0.0.27 - - [2026-02-05 02:45:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004103 10.0.0.27 - - [2026-02-05 02:45:59] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 200 1297 0.004606 10.0.0.27 - - [2026-02-05 02:45:59] "GET /virtual-machine-interface/136394e6-64b4-4b25-ad5b-606da66d342c HTTP/1.1" 200 3167 0.005959 10.0.0.27 - - [2026-02-05 02:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.27 - - [2026-02-05 02:45:59] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004416 10.0.0.27 - - [2026-02-05 02:45:59] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004070 10.0.0.27 - - [2026-02-05 02:45:59] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006510 10.0.0.27 - - [2026-02-05 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-02-05 02:46:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003758 10.0.0.27 - - [2026-02-05 02:46:00] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003355 10.0.0.27 - - [2026-02-05 02:46:00] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007244 10.0.0.27 - - [2026-02-05 02:46:00] "POST /neutron/port HTTP/1.1" 200 1237 0.018628 10.0.0.27 - - [2026-02-05 02:46:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008698 10.0.0.27 - - [2026-02-05 02:46:10] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 200 1298 0.005668 10.0.0.27 - - [2026-02-05 02:46:10] "GET /virtual-machine-interface/d0e7fd14-731e-4c80-96dc-f23ed4860825 HTTP/1.1" 200 3168 0.006393 10.0.0.27 - - [2026-02-05 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-02-05 02:46:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004839 10.0.0.27 - - [2026-02-05 02:46:10] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004303 10.0.0.27 - - [2026-02-05 02:46:10] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.009431 10.0.0.27 - - [2026-02-05 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.27 - - [2026-02-05 02:46:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004864 10.0.0.27 - - [2026-02-05 02:46:12] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003607 10.0.0.27 - - [2026-02-05 02:46:12] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.006385 10.0.0.27 - - [2026-02-05 02:46:12] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 200 1299 0.004526 10.0.0.27 - - [2026-02-05 02:46:12] "GET /virtual-machine-interface/c7851ee8-7321-47a3-9ebc-4073c80f84f4 HTTP/1.1" 200 3168 0.005260 10.0.0.27 - - [2026-02-05 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-02-05 02:46:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003834 10.0.0.27 - - [2026-02-05 02:46:12] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003055 10.0.0.27 - - [2026-02-05 02:46:12] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006271 10.0.0.27 - - [2026-02-05 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.27 - - [2026-02-05 02:46:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004642 10.0.0.27 - - [2026-02-05 02:46:13] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003573 10.0.0.27 - - [2026-02-05 02:46:13] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006299 10.0.0.50 - - [2026-02-05 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.50 - - [2026-02-05 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2026-02-05 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.50 - - [2026-02-05 02:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-02-05 02:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000672 10.0.0.23 - - [2026-02-05 02:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-02-05 02:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-02-05 02:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-02-05 02:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2026-02-05 02:46:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2026-02-05 02:46:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-02-05 02:46:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2026-02-05 02:46:23] "POST /neutron/port HTTP/1.1" 200 1235 0.017470 10.0.0.27 - - [2026-02-05 02:46:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004537 10.0.0.27 - - [2026-02-05 02:46:23] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.27 - - [2026-02-05 02:46:30] "POST /neutron/port HTTP/1.1" 200 1239 0.017772 10.0.0.27 - - [2026-02-05 02:46:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004398 10.0.0.27 - - [2026-02-05 02:46:31] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.27 - - [2026-02-05 02:46:39] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 200 1299 0.004542 10.0.0.27 - - [2026-02-05 02:46:40] "POST /neutron/port HTTP/1.1" 200 1239 0.023039 10.0.0.27 - - [2026-02-05 02:46:41] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 404 171 0.003752 10.0.0.27 - - [2026-02-05 02:46:41] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 404 171 0.003097 10.0.0.27 - - [2026-02-05 02:46:41] "GET /virtual-machine/eca2b3cf-b3dc-4f5d-ab6d-6d2943df7c90 HTTP/1.1" 404 171 0.003971 10.0.0.27 - - [2026-02-05 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.27 - - [2026-02-05 02:46:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003646 10.0.0.27 - - [2026-02-05 02:46:41] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003340 10.0.0.27 - - [2026-02-05 02:46:41] "GET /virtual-network/0721a5ec-d8e6-40b0-8ea0-b0ee68a8eed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006176 10.0.0.27 - - [2026-02-05 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2026-02-05 02:46:42] "GET /routing-instance/4492b049-18d5-4087-8d85-eea6017fc437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005170 10.0.0.27 - - [2026-02-05 02:46:42] "GET /route-target/9024760b-5b23-4c9b-9c59-4026cafe3ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004466 10.0.0.27 - - [2026-02-05 02:46:42] "GET /obj-perms HTTP/1.1" 200 5042 0.005597 10.0.0.27 - - [2026-02-05 02:46:48] "GET /obj-perms HTTP/1.1" 200 5042 0.004220 10.0.0.27 - - [2026-02-05 02:46:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004136 10.0.0.27 - - [2026-02-05 02:46:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004938 10.0.0.27 - - [2026-02-05 02:47:00] "GET /obj-perms HTTP/1.1" 200 5042 0.004365 10.0.0.27 - - [2026-02-05 02:47:06] "GET /obj-perms HTTP/1.1" 200 5042 0.004673 10.0.0.27 - - [2026-02-05 02:47:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004143 10.0.0.50 - - [2026-02-05 02:47:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004145 10.0.0.23 - - [2026-02-05 02:47:09] "GET /obj-perms HTTP/1.1" 200 5042 0.003678 10.0.0.27 - - [2026-02-05 02:47:10] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 200 1298 0.005448 10.0.0.27 - - [2026-02-05 02:47:10] "POST /neutron/port HTTP/1.1" 200 1235 0.018470 10.0.0.27 - - [2026-02-05 02:47:12] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 404 171 0.003726 10.0.0.27 - - [2026-02-05 02:47:12] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 404 171 0.003231 10.0.0.27 - - [2026-02-05 02:47:12] "GET /virtual-machine/344af13c-c8d0-4ea0-9963-91c1ba76f378 HTTP/1.1" 404 171 0.002813 10.0.0.27 - - [2026-02-05 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.27 - - [2026-02-05 02:47:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003908 10.0.0.27 - - [2026-02-05 02:47:12] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003023 10.0.0.27 - - [2026-02-05 02:47:12] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.007015 10.0.0.27 - - [2026-02-05 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2026-02-05 02:47:12] "GET /routing-instance/392cafe1-07c7-4953-8890-e08307f7daa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.004541 10.0.0.27 - - [2026-02-05 02:47:12] "GET /route-target/80382431-7c1e-48c0-8fc0-09ac32012b46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005660 10.0.0.27 - - [2026-02-05 02:47:12] "GET /obj-perms HTTP/1.1" 200 5042 0.005012 10.0.0.50 - - [2026-02-05 02:47:18] "GET /obj-perms HTTP/1.1" 200 5042 0.003789 10.0.0.27 - - [2026-02-05 02:47:21] "GET /obj-perms HTTP/1.1" 200 5042 0.004697 10.0.0.50 - - [2026-02-05 02:47:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004237 10.0.0.27 - - [2026-02-05 02:47:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004170 10.0.0.27 - - [2026-02-05 02:47:31] "POST /neutron/port HTTP/1.1" 200 1237 0.018736 10.0.0.27 - - [2026-02-05 02:47:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003957 10.0.0.27 - - [2026-02-05 02:47:32] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.50 - - [2026-02-05 02:47:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004490 10.0.0.27 - - [2026-02-05 02:47:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004397 10.0.0.50 - - [2026-02-05 02:47:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003960 10.0.0.27 - - [2026-02-05 02:47:40] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 200 1297 0.004825 10.0.0.27 - - [2026-02-05 02:47:40] "POST /neutron/port HTTP/1.1" 200 1237 0.020453 10.0.0.27 - - [2026-02-05 02:47:42] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 404 171 0.003318 10.0.0.27 - - [2026-02-05 02:47:42] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 404 171 0.003567 10.0.0.27 - - [2026-02-05 02:47:42] "GET /virtual-machine/4e664c76-5da4-48c8-84ee-a3839a8e61b2 HTTP/1.1" 404 171 0.003020 10.0.0.27 - - [2026-02-05 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.27 - - [2026-02-05 02:47:42] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004406 10.0.0.27 - - [2026-02-05 02:47:42] "GET /virtual-networks?parent_id=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003382 10.0.0.27 - - [2026-02-05 02:47:42] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007510 10.0.0.27 - - [2026-02-05 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2026-02-05 02:47:42] "GET /routing-instance/bc1e5fde-e07d-4ef1-ab72-d0c1d6880408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005096 10.0.0.27 - - [2026-02-05 02:47:42] "GET /route-target/d9775337-27f7-46af-aef4-f6f2d732f69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004169 10.0.0.27 - - [2026-02-05 02:47:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004142 10.0.0.27 - - [2026-02-05 02:47:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004272 10.0.0.27 - - [2026-02-05 02:47:52] "GET /obj-perms HTTP/1.1" 200 5042 0.004816 10.0.0.27 - - [2026-02-05 02:47:55] "GET /obj-perms HTTP/1.1" 200 5042 0.004280 10.0.0.27 - - [2026-02-05 02:48:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004038 10.0.0.27 - - [2026-02-05 02:48:04] "GET /obj-perms HTTP/1.1" 200 5042 0.004592 10.0.0.27 - - [2026-02-05 02:48:10] "GET /obj-perms HTTP/1.1" 200 5042 0.005327 10.0.0.27 - - [2026-02-05 02:48:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004470 10.0.0.23 - - [2026-02-05 02:48:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004305 10.0.0.27 - - [2026-02-05 02:48:10] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2950 0.007813 10.0.0.27 - - [2026-02-05 02:48:10] "POST /neutron/network HTTP/1.1" 200 1110 0.010942 10.0.0.27 - - [2026-02-05 02:48:11] "GET /virtual-network/3ec31c46-11db-44fb-aa09-2c1f64c339b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.015336 10.0.0.27 - - [2026-02-05 02:48:11] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006616 10.0.0.27 - - [2026-02-05 02:48:11] "POST /neutron/network HTTP/1.1" 200 1198 0.009477 10.0.0.50 - - [2026-02-05 02:48:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.004934 10.0.0.50 - - [2026-02-05 02:48:11] "DELETE /access-control-list/49bd15cb-a849-49b9-9240-360e6cc9c265 HTTP/1.1" 200 115 0.083862 10.0.0.27 - - [2026-02-05 02:48:11] "GET /virtual-network/ea5ee9b4-6f5d-429e-bba3-9228d332e7f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.014247 10.0.0.27 - - [2026-02-05 02:48:11] "DELETE /network-policy/fb801aa3-8bea-4ff2-a4a5-6f56c425b2ad HTTP/1.1" 200 115 0.074855 10.0.0.27 - - [2026-02-05 02:48:11] "DELETE /network-policy/12921d6a-d118-477c-9b65-5d7f9df108a5 HTTP/1.1" 200 115 0.060597 10.0.0.27 - - [2026-02-05 02:48:11] "DELETE /network-policy/300678b4-5717-4697-8629-d3dee4d9d61a HTTP/1.1" 200 115 0.034786 10.0.0.27 - - [2026-02-05 02:48:11] "POST /neutron/network HTTP/1.1" 200 1016 0.012390 10.0.0.50 - - [2026-02-05 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2026-02-05 02:48:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.23 - - [2026-02-05 02:48:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002544 10.0.0.23 - - [2026-02-05 02:48:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008788 10.0.0.23 - - [2026-02-05 02:48:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004085 10.0.0.27 - - [2026-02-05 02:48:12] "POST /neutron/network HTTP/1.1" 200 151 0.171831 10.0.0.50 - - [2026-02-05 02:48:12] "DELETE /route-target/80382431-7c1e-48c0-8fc0-09ac32012b46 HTTP/1.1" 200 115 0.038544 10.0.0.27 - - [2026-02-05 02:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.27 - - [2026-02-05 02:48:13] "DELETE /network-ipam/5c3f7750-295a-42f7-8390-a0e50275b5ca HTTP/1.1" 200 115 0.042383 10.0.0.27 - - [2026-02-05 02:48:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003829 10.0.0.27 - - [2026-02-05 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.27 - - [2026-02-05 02:48:13] "DELETE /network-ipam/2465f299-d489-4a0a-b723-3fdbccd99d83 HTTP/1.1" 200 115 0.040801 10.0.0.27 - - [2026-02-05 02:48:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003843 10.0.0.27 - - [2026-02-05 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.27 - - [2026-02-05 02:48:13] "DELETE /network-ipam/8b0432b0-c6bd-4d7f-9ff8-0af228a69496 HTTP/1.1" 200 115 0.037983 10.0.0.27 - - [2026-02-05 02:48:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.003661 10.0.0.23 - - [2026-02-05 02:48:15] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001449 10.0.0.27 - - [2026-02-05 02:48:16] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048146 10.0.0.23 - - [2026-02-05 02:48:16] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001069 10.0.0.27 - - [2026-02-05 02:48:16] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?fields=virtual_networks HTTP/1.1" 200 1044 0.045068 10.0.0.23 - - [2026-02-05 02:48:16] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.27 - - [2026-02-05 02:48:16] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045475 10.0.0.23 - - [2026-02-05 02:48:16] "GET /projects?obj_uuids=ba826272-a942-401f-86ff-f3d3151973a1&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001496 10.0.0.27 - - [2026-02-05 02:48:16] "GET /project/ba826272-a942-401f-86ff-f3d3151973a1?fields=security_groups HTTP/1.1" 200 1276 0.058448 10.0.0.27 - - [2026-02-05 02:48:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.030346 10.0.0.23 - - [2026-02-05 02:48:17] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004003 10.0.0.23 - - [2026-02-05 02:48:17] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.23 - - [2026-02-05 02:48:17] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007617 10.0.0.23 - - [2026-02-05 02:48:17] "POST /id-to-fqname HTTP/1.1" 200 192 0.002558 10.0.0.23 - - [2026-02-05 02:48:17] "POST /fqname-to-id HTTP/1.1" 404 201 0.004136 10.0.0.23 - - [2026-02-05 02:48:17] "POST /security-groups HTTP/1.1" 200 593 0.078019 10.0.0.50 - - [2026-02-05 02:48:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.006946 10.0.0.23 - - [2026-02-05 02:48:17] "POST /projects HTTP/1.1" 200 589 0.305757 10.0.0.23 - - [2026-02-05 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.382235 10.0.0.50 - - [2026-02-05 02:48:17] "POST /access-control-lists HTTP/1.1" 200 596 0.036818 10.0.0.27 - - [2026-02-05 02:48:17] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.549867 10.0.0.27 - - [2026-02-05 02:48:19] "GET / HTTP/1.1" 200 35931 0.002171 10.0.0.27 - - [2026-02-05 02:48:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.27 - - [2026-02-05 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.073697 10.0.0.23 - - [2026-02-05 02:48:21] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.27 - - [2026-02-05 02:48:21] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.035768 10.0.0.27 - - [2026-02-05 02:48:21] "POST /neutron/network HTTP/1.1" 200 117 0.041756 10.0.0.27 - - [2026-02-05 02:48:21] "POST /neutron/network HTTP/1.1" 200 826 0.008998 10.0.0.27 - - [2026-02-05 02:48:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001312 10.0.0.27 - - [2026-02-05 02:48:21] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006642 10.0.0.27 - - [2026-02-05 02:48:21] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006293 10.0.0.27 - - [2026-02-05 02:48:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.009470 10.0.0.27 - - [2026-02-05 02:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.23 - - [2026-02-05 02:48:21] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.27 - - [2026-02-05 02:48:22] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041595 10.0.0.50 - - [2026-02-05 02:48:22] "POST /route-targets HTTP/1.1" 200 327 0.020436 10.0.0.23 - - [2026-02-05 02:48:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007580 10.0.0.27 - - [2026-02-05 02:48:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.244213 10.0.0.27 - - [2026-02-05 02:48:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001477 10.0.0.27 - - [2026-02-05 02:48:22] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005768 10.0.0.27 - - [2026-02-05 02:48:22] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006296 10.0.0.27 - - [2026-02-05 02:48:22] "POST /neutron/network HTTP/1.1" 200 827 0.008360 10.0.0.27 - - [2026-02-05 02:48:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.003757 10.0.0.27 - - [2026-02-05 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.23 - - [2026-02-05 02:48:22] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001386 10.0.0.27 - - [2026-02-05 02:48:22] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049255 10.0.0.27 - - [2026-02-05 02:48:22] "POST /network-policys HTTP/1.1" 200 571 0.033059 10.0.0.27 - - [2026-02-05 02:48:22] "GET /network-policy/154099de-c788-4372-82e4-a34ee02b574a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.007242 10.0.0.27 - - [2026-02-05 02:48:22] "POST /neutron/network HTTP/1.1" 200 928 0.081573 10.0.0.27 - - [2026-02-05 02:48:23] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006581 10.0.0.27 - - [2026-02-05 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.50 - - [2026-02-05 02:48:23] "POST /access-control-lists HTTP/1.1" 200 590 0.090937 10.0.0.27 - - [2026-02-05 02:48:23] "GET /network-policy/154099de-c788-4372-82e4-a34ee02b574a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005828 10.0.0.27 - - [2026-02-05 02:48:23] "POST /neutron/network HTTP/1.1" 200 929 0.081664 10.0.0.50 - - [2026-02-05 02:48:23] "POST /access-control-lists HTTP/1.1" 200 590 0.038694 10.0.0.27 - - [2026-02-05 02:48:23] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.030066 10.0.0.27 - - [2026-02-05 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.27 - - [2026-02-05 02:48:23] "GET /network-policy/154099de-c788-4372-82e4-a34ee02b574a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.007476 10.0.0.27 - - [2026-02-05 02:48:23] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007911 10.0.0.27 - - [2026-02-05 02:48:25] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005955 10.0.0.50 - - [2026-02-05 02:48:25] "GET /obj-perms HTTP/1.1" 200 5034 0.062265 10.0.0.27 - - [2026-02-05 02:48:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001465 10.0.0.23 - - [2026-02-05 02:48:26] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.27 - - [2026-02-05 02:48:26] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068658 10.0.0.27 - - [2026-02-05 02:48:26] "POST /neutron/network HTTP/1.1" 200 928 0.007191 10.0.0.27 - - [2026-02-05 02:48:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001475 10.0.0.27 - - [2026-02-05 02:48:27] "POST /neutron/port HTTP/1.1" 200 117 0.006655 10.0.0.23 - - [2026-02-05 02:48:27] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001149 10.0.0.27 - - [2026-02-05 02:48:27] "POST /neutron/port HTTP/1.1" 200 1062 0.284154 10.0.0.27 - - [2026-02-05 02:48:28] "POST /neutron/port HTTP/1.1" 200 1116 0.129428 10.0.0.23 - - [2026-02-05 02:48:28] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001385 10.0.0.27 - - [2026-02-05 02:48:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.009073 10.0.0.27 - - [2026-02-05 02:48:28] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.109428 10.0.0.27 - - [2026-02-05 02:48:28] "POST /neutron/network HTTP/1.1" 200 928 0.006881 10.0.0.27 - - [2026-02-05 02:48:28] "POST /neutron/port HTTP/1.1" 200 117 0.006724 10.0.0.27 - - [2026-02-05 02:48:29] "POST /neutron/network HTTP/1.1" 200 939 0.006665 10.0.0.27 - - [2026-02-05 02:48:29] "POST /neutron/port HTTP/1.1" 200 1063 0.020587 10.0.0.27 - - [2026-02-05 02:48:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.27 - - [2026-02-05 02:48:29] "POST /neutron/network HTTP/1.1" 200 929 0.008978 10.0.0.27 - - [2026-02-05 02:48:33] "GET /obj-perms HTTP/1.1" 200 5056 0.058589 10.0.0.27 - - [2026-02-05 02:48:33] "POST /neutron/port HTTP/1.1" 200 1126 0.018357 10.0.0.27 - - [2026-02-05 02:48:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008490 10.0.0.27 - - [2026-02-05 02:48:34] "GET /virtual-machine/5779b036-b06d-4169-b893-78437a0b4bc9 HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2026-02-05 02:48:34] "GET /virtual-machine/5779b036-b06d-4169-b893-78437a0b4bc9 HTTP/1.1" 200 1294 0.030146 10.0.0.27 - - [2026-02-05 02:48:34] "GET /virtual-machine-interface/4d2a65c9-81ae-4796-85fe-9d0faaa8675f HTTP/1.1" 200 2949 0.005821 10.0.0.27 - - [2026-02-05 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2026-02-05 02:48:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003621 10.0.0.27 - - [2026-02-05 02:48:34] "GET /virtual-networks?parent_id=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002891 10.0.0.27 - - [2026-02-05 02:48:34] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006311 10.0.0.27 - - [2026-02-05 02:48:34] "POST /neutron/network HTTP/1.1" 200 938 0.007418 10.0.0.27 - - [2026-02-05 02:48:34] "POST /neutron/port HTTP/1.1" 200 117 0.001501 10.0.0.27 - - [2026-02-05 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-02-05 02:48:37] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005463 10.0.0.27 - - [2026-02-05 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2026-02-05 02:48:41] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005795 10.0.0.27 - - [2026-02-05 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.27 - - [2026-02-05 02:48:45] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006096 10.0.0.27 - - [2026-02-05 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005707 10.0.0.27 - - [2026-02-05 02:48:49] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005592 10.0.0.27 - - [2026-02-05 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2026-02-05 02:48:53] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005552 10.0.0.27 - - [2026-02-05 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.27 - - [2026-02-05 02:48:58] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005336 10.0.0.50 - - [2026-02-05 02:48:59] "DELETE /access-control-list/764ae417-ed65-46bc-8728-40a3e8145da3 HTTP/1.1" 200 115 0.035300 10.0.0.27 - - [2026-02-05 02:49:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2026-02-05 02:49:02] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005902 10.0.0.27 - - [2026-02-05 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2026-02-05 02:49:06] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005187 10.0.0.27 - - [2026-02-05 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.27 - - [2026-02-05 02:49:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003782 10.0.0.27 - - [2026-02-05 02:49:08] "GET /virtual-networks?parent_id=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002855 10.0.0.27 - - [2026-02-05 02:49:08] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008003 10.0.0.27 - - [2026-02-05 02:49:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008181 10.0.0.23 - - [2026-02-05 02:49:15] "DELETE /project/0f89e000ab4d4ec5813122993e3bbfcf HTTP/1.1" 404 173 0.005874 10.0.0.23 - - [2026-02-05 02:49:15] "DELETE /project/ba826272-a942-401f-86ff-f3d3151973a1 HTTP/1.1" 404 177 0.005115 10.0.0.27 - - [2026-02-05 02:49:17] "POST /neutron/port HTTP/1.1" 200 1126 0.022386 10.0.0.27 - - [2026-02-05 02:49:18] "POST /neutron/port HTTP/1.1" 200 1126 0.017974 10.0.0.27 - - [2026-02-05 02:49:24] "POST /neutron/port HTTP/1.1" 200 1126 0.025610 10.0.0.27 - - [2026-02-05 02:49:29] "POST /neutron/port HTTP/1.1" 200 1127 0.018564 10.0.0.27 - - [2026-02-05 02:49:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.009326 10.0.0.27 - - [2026-02-05 02:49:29] "POST /neutron/port HTTP/1.1" 200 1127 0.018871 10.0.0.27 - - [2026-02-05 02:49:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007177 10.0.0.27 - - [2026-02-05 02:49:29] "GET /virtual-machine/429153bd-b893-49fe-aa5e-00f07399f725 HTTP/1.1" 200 1294 0.006461 10.0.0.27 - - [2026-02-05 02:49:29] "GET /virtual-machine-interface/54b13127-3398-4e32-89cc-2592a452fb6a HTTP/1.1" 200 2949 0.005431 10.0.0.27 - - [2026-02-05 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.27 - - [2026-02-05 02:49:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004181 10.0.0.27 - - [2026-02-05 02:49:29] "GET /virtual-networks?parent_id=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003077 10.0.0.27 - - [2026-02-05 02:49:29] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006225 10.0.0.27 - - [2026-02-05 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2026-02-05 02:49:30] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004441 10.0.0.27 - - [2026-02-05 02:49:30] "GET /virtual-networks?parent_id=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003253 10.0.0.27 - - [2026-02-05 02:49:30] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006688 10.0.0.23 - - [2026-02-05 02:49:33] "GET /obj-perms HTTP/1.1" 200 5056 0.064854 10.0.0.27 - - [2026-02-05 02:49:35] "POST /neutron/port HTTP/1.1" 200 1126 0.020888 10.0.0.27 - - [2026-02-05 02:49:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003915 10.0.0.27 - - [2026-02-05 02:49:35] "POST /neutron/network HTTP/1.1" 200 928 0.008778 10.0.0.27 - - [2026-02-05 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2026-02-05 02:50:27] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.034089 10.0.0.27 - - [2026-02-05 02:50:27] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.086041 10.0.0.27 - - [2026-02-05 02:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.27 - - [2026-02-05 02:50:28] "PUT /network-policy/154099de-c788-4372-82e4-a34ee02b574a HTTP/1.1" 200 262 0.015812 10.0.0.50 - - [2026-02-05 02:50:28] "POST /ref-update HTTP/1.1" 200 156 0.069864 10.0.0.27 - - [2026-02-05 02:50:30] "POST /neutron/network HTTP/1.1" 200 939 0.031346 10.0.0.27 - - [2026-02-05 02:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.27 - - [2026-02-05 02:50:31] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006353 10.0.0.27 - - [2026-02-05 02:50:31] "POST /neutron/network HTTP/1.1" 200 827 0.081376 10.0.0.50 - - [2026-02-05 02:50:31] "DELETE /access-control-list/b4366f36-523c-4f5b-9613-01926bbdc36c HTTP/1.1" 200 115 0.072514 10.0.0.27 - - [2026-02-05 02:50:31] "GET /virtual-network/dbb4493a-52b3-436d-9c7e-504f16dd96ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009559 10.0.0.27 - - [2026-02-05 02:50:31] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007700 10.0.0.27 - - [2026-02-05 02:50:32] "POST /neutron/network HTTP/1.1" 200 826 0.068826 10.0.0.27 - - [2026-02-05 02:50:32] "GET /virtual-network/2c1756a6-183e-48ce-a22f-ea38053d5197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009334 10.0.0.27 - - [2026-02-05 02:50:32] "DELETE /network-policy/154099de-c788-4372-82e4-a34ee02b574a HTTP/1.1" 200 115 0.040837 10.0.0.27 - - [2026-02-05 02:50:32] "POST /neutron/network HTTP/1.1" 400 204 0.013785 10.0.0.27 - - [2026-02-05 02:50:32] "POST /neutron/port HTTP/1.1" 200 151 0.206479 10.0.0.27 - - [2026-02-05 02:50:32] "POST /neutron/port HTTP/1.1" 200 151 0.259239 10.0.0.50 - - [2026-02-05 02:50:34] "DELETE /route-target/6a49d8ef-e5db-4dd5-80f4-1eb862acfee4 HTTP/1.1" 200 115 0.026223 10.0.0.27 - - [2026-02-05 02:50:34] "POST /neutron/network HTTP/1.1" 200 826 0.007316 10.0.0.23 - - [2026-02-05 02:50:36] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.27 - - [2026-02-05 02:50:36] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069510 10.0.0.23 - - [2026-02-05 02:50:36] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001937 10.0.0.27 - - [2026-02-05 02:50:36] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?fields=virtual_networks HTTP/1.1" 200 1035 0.054136 10.0.0.23 - - [2026-02-05 02:50:36] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001149 10.0.0.27 - - [2026-02-05 02:50:36] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.058579 10.0.0.23 - - [2026-02-05 02:50:36] "GET /projects?obj_uuids=0f89e000-ab4d-4ec5-8131-22993e3bbfcf&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093 10.0.0.27 - - [2026-02-05 02:50:36] "GET /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf?fields=security_groups HTTP/1.1" 200 1263 0.048815 10.0.0.27 - - [2026-02-05 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 200 0.027955 10.0.0.23 - - [2026-02-05 02:50:37] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003563 10.0.0.23 - - [2026-02-05 02:50:37] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.23 - - [2026-02-05 02:50:37] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048824 10.0.0.23 - - [2026-02-05 02:50:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.001889 10.0.0.23 - - [2026-02-05 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.006759 10.0.0.23 - - [2026-02-05 02:50:38] "POST /security-groups HTTP/1.1" 200 603 0.077322 10.0.0.50 - - [2026-02-05 02:50:38] "POST /fqname-to-id HTTP/1.1" 404 246 0.007819 10.0.0.23 - - [2026-02-05 02:50:38] "POST /projects HTTP/1.1" 200 609 0.306972 10.0.0.23 - - [2026-02-05 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.353332 10.0.0.27 - - [2026-02-05 02:50:38] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.568030 10.0.0.50 - - [2026-02-05 02:50:38] "POST /access-control-lists HTTP/1.1" 200 606 0.056303 10.0.0.27 - - [2026-02-05 02:50:39] "GET / HTTP/1.1" 200 35931 0.003230 10.0.0.27 - - [2026-02-05 02:50:43] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2026-02-05 02:50:43] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.27 - - [2026-02-05 02:50:43] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.075570 10.0.0.27 - - [2026-02-05 02:50:43] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.27 - - [2026-02-05 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2026-02-05 02:50:44] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.27 - - [2026-02-05 02:50:44] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.006850 10.0.0.27 - - [2026-02-05 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.23 - - [2026-02-05 02:50:44] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.27 - - [2026-02-05 02:50:44] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055003 10.0.0.27 - - [2026-02-05 02:50:45] "GET /domains HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2026-02-05 02:50:45] "GET /domains HTTP/1.1" 200 280 0.031623 10.0.0.23 - - [2026-02-05 02:50:45] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.27 - - [2026-02-05 02:50:45] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a HTTP/1.1" 200 2967 0.010027 10.0.0.23 - - [2026-02-05 02:50:45] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.27 - - [2026-02-05 02:50:45] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c HTTP/1.1" 200 1923 0.112498 10.0.0.27 - - [2026-02-05 02:50:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003629 10.0.0.27 - - [2026-02-05 02:50:46] "POST /network-ipams HTTP/1.1" 200 621 0.044431 10.0.0.27 - - [2026-02-05 02:50:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.007425 10.0.0.27 - - [2026-02-05 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.27 - - [2026-02-05 02:50:46] "GET /network-ipam/4eaef6a6-5538-454a-b5ed-1e91c8143f4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.006253 10.0.0.27 - - [2026-02-05 02:50:46] "PUT /network-ipam/4eaef6a6-5538-454a-b5ed-1e91c8143f4d HTTP/1.1" 200 258 0.015707 10.0.0.27 - - [2026-02-05 02:50:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2026-02-05 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.035872 10.0.0.23 - - [2026-02-05 02:50:46] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.27 - - [2026-02-05 02:50:46] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050876 10.0.0.23 - - [2026-02-05 02:50:47] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001408 10.0.0.27 - - [2026-02-05 02:50:47] "POST /neutron/network HTTP/1.1" 200 623 0.174429 10.0.0.23 - - [2026-02-05 02:50:47] "POST /useragent-kv HTTP/1.1" 200 115 0.011114 10.0.0.27 - - [2026-02-05 02:50:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.181436 10.0.0.27 - - [2026-02-05 02:50:47] "POST /id-to-fqname HTTP/1.1" 200 235 0.001441 10.0.0.27 - - [2026-02-05 02:50:47] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005556 10.0.0.27 - - [2026-02-05 02:50:47] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006117 10.0.0.27 - - [2026-02-05 02:50:47] "POST /neutron/network HTTP/1.1" 200 1337 0.011124 10.0.0.27 - - [2026-02-05 02:50:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.011801 10.0.0.27 - - [2026-02-05 02:50:48] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005626 10.0.0.50 - - [2026-02-05 02:50:49] "GET /obj-perms HTTP/1.1" 200 5019 0.067748 10.0.0.27 - - [2026-02-05 02:50:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.004049 10.0.0.27 - - [2026-02-05 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.23 - - [2026-02-05 02:50:50] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001587 10.0.0.27 - - [2026-02-05 02:50:50] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051141 10.0.0.27 - - [2026-02-05 02:50:50] "POST /network-policys HTTP/1.1" 200 563 0.031686 10.0.0.27 - - [2026-02-05 02:50:50] "GET /network-policy/2a67bffe-3fa0-42ea-a3dd-c4b2ff7b0edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006818 10.0.0.27 - - [2026-02-05 02:50:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003453 10.0.0.27 - - [2026-02-05 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2026-02-05 02:50:50] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.27 - - [2026-02-05 02:50:50] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044179 10.0.0.27 - - [2026-02-05 02:50:50] "POST /network-policys HTTP/1.1" 200 563 0.030325 10.0.0.27 - - [2026-02-05 02:50:50] "GET /network-policy/007c3077-a058-4b48-829d-86c1a85e6994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8876 0.007558 10.0.0.27 - - [2026-02-05 02:50:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003408 10.0.0.27 - - [2026-02-05 02:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.23 - - [2026-02-05 02:50:50] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.27 - - [2026-02-05 02:50:50] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039947 10.0.0.27 - - [2026-02-05 02:50:51] "POST /network-policys HTTP/1.1" 200 563 0.030309 10.0.0.27 - - [2026-02-05 02:50:51] "GET /network-policy/2f845957-29eb-4367-9a78-9bb15cb9d4f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006377 10.0.0.27 - - [2026-02-05 02:50:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003769 10.0.0.27 - - [2026-02-05 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.23 - - [2026-02-05 02:50:51] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.27 - - [2026-02-05 02:50:51] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043252 10.0.0.27 - - [2026-02-05 02:50:51] "POST /network-policys HTTP/1.1" 200 563 0.030805 10.0.0.27 - - [2026-02-05 02:50:51] "GET /network-policy/9c8b9b68-4eb8-4d66-a984-efd0b7d959cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006532 10.0.0.27 - - [2026-02-05 02:50:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.003693 10.0.0.27 - - [2026-02-05 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.23 - - [2026-02-05 02:50:51] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.27 - - [2026-02-05 02:50:51] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.057170 10.0.0.27 - - [2026-02-05 02:50:51] "POST /network-policys HTTP/1.1" 200 563 0.033527 10.0.0.27 - - [2026-02-05 02:50:51] "GET /network-policy/cdd50212-0483-483f-9fec-f59969372bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006231 10.0.0.27 - - [2026-02-05 02:50:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003717 10.0.0.27 - - [2026-02-05 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.23 - - [2026-02-05 02:50:52] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.27 - - [2026-02-05 02:50:52] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.063320 10.0.0.27 - - [2026-02-05 02:50:52] "POST /network-policys HTTP/1.1" 200 563 0.035301 10.0.0.27 - - [2026-02-05 02:50:52] "GET /network-policy/2bc0df61-efd0-43c1-a50a-0e6611971a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.012954 10.0.0.27 - - [2026-02-05 02:50:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003932 10.0.0.27 - - [2026-02-05 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.23 - - [2026-02-05 02:50:52] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.27 - - [2026-02-05 02:50:52] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044610 10.0.0.27 - - [2026-02-05 02:50:52] "POST /network-policys HTTP/1.1" 200 563 0.029238 10.0.0.27 - - [2026-02-05 02:50:52] "GET /network-policy/c0fbd2d8-6201-423e-8084-3dcee13526b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006742 10.0.0.27 - - [2026-02-05 02:50:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003679 10.0.0.27 - - [2026-02-05 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.23 - - [2026-02-05 02:50:52] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.27 - - [2026-02-05 02:50:52] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043798 10.0.0.27 - - [2026-02-05 02:50:53] "POST /network-policys HTTP/1.1" 200 563 0.029450 10.0.0.27 - - [2026-02-05 02:50:53] "GET /network-policy/ef2920e6-1789-479a-9502-46acb79210bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006419 10.0.0.27 - - [2026-02-05 02:50:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003403 10.0.0.27 - - [2026-02-05 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.23 - - [2026-02-05 02:50:53] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001066 10.0.0.27 - - [2026-02-05 02:50:53] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042206 10.0.0.27 - - [2026-02-05 02:50:53] "POST /network-policys HTTP/1.1" 200 563 0.031238 10.0.0.27 - - [2026-02-05 02:50:53] "GET /network-policy/06147d42-db7a-420e-8a5f-2bab22009ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005811 10.0.0.27 - - [2026-02-05 02:50:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.003318 10.0.0.27 - - [2026-02-05 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.23 - - [2026-02-05 02:50:53] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.27 - - [2026-02-05 02:50:53] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.047910 10.0.0.27 - - [2026-02-05 02:50:53] "POST /network-policys HTTP/1.1" 200 563 0.038273 10.0.0.27 - - [2026-02-05 02:50:53] "GET /network-policy/7b92a684-af83-4e78-bdea-f20108eb7019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.008849 10.0.0.50 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 404 252 0.005162 10.0.0.27 - - [2026-02-05 02:50:54] "POST /neutron/network HTTP/1.1" 200 2250 0.017975 10.0.0.27 - - [2026-02-05 02:50:54] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.038603 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/007c3077-a058-4b48-829d-86c1a85e6994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8876 0.006957 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/06147d42-db7a-420e-8a5f-2bab22009ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005443 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/2a67bffe-3fa0-42ea-a3dd-c4b2ff7b0edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005461 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/2bc0df61-efd0-43c1-a50a-0e6611971a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004938 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/2f845957-29eb-4367-9a78-9bb15cb9d4f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006940 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/7b92a684-af83-4e78-bdea-f20108eb7019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005350 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/9c8b9b68-4eb8-4d66-a984-efd0b7d959cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005267 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2026-02-05 02:50:54] "GET /network-policy/c0fbd2d8-6201-423e-8084-3dcee13526b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005517 10.0.0.27 - - [2026-02-05 02:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.27 - - [2026-02-05 02:50:55] "GET /network-policy/cdd50212-0483-483f-9fec-f59969372bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005332 10.0.0.27 - - [2026-02-05 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.27 - - [2026-02-05 02:50:55] "GET /network-policy/ef2920e6-1789-479a-9502-46acb79210bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006418 10.0.0.27 - - [2026-02-05 02:50:55] "POST /id-to-fqname HTTP/1.1" 200 235 0.002013 10.0.0.23 - - [2026-02-05 02:50:56] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.27 - - [2026-02-05 02:50:56] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.071076 10.0.0.27 - - [2026-02-05 02:50:56] "POST /neutron/port HTTP/1.1" 200 117 0.007466 10.0.0.27 - - [2026-02-05 02:50:56] "POST /neutron/network HTTP/1.1" 200 2260 0.008090 10.0.0.27 - - [2026-02-05 02:50:57] "POST /neutron/port HTTP/1.1" 200 1174 0.051194 10.0.0.27 - - [2026-02-05 02:50:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003876 10.0.0.27 - - [2026-02-05 02:50:57] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.50 - - [2026-02-05 02:51:00] "DELETE /access-control-list/c57d7068-3598-4058-a6a4-a15042171efb HTTP/1.1" 200 115 0.038573 10.0.0.27 - - [2026-02-05 02:51:01] "POST /neutron/port HTTP/1.1" 200 1238 0.029013 10.0.0.27 - - [2026-02-05 02:51:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007641 10.0.0.27 - - [2026-02-05 02:51:01] "GET /virtual-machine/374711ce-1938-4aaf-90df-bb7e00f39c0c HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-02-05 02:51:02] "GET /virtual-machine/374711ce-1938-4aaf-90df-bb7e00f39c0c HTTP/1.1" 200 1304 0.034781 10.0.0.27 - - [2026-02-05 02:51:02] "GET /virtual-machine-interface/fd41dfe0-f861-4475-9666-8d5cde8c9efc HTTP/1.1" 200 3169 0.007186 10.0.0.27 - - [2026-02-05 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004819 10.0.0.27 - - [2026-02-05 02:51:02] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005298 10.0.0.27 - - [2026-02-05 02:51:02] "GET /virtual-networks?parent_id=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003577 10.0.0.27 - - [2026-02-05 02:51:02] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008907 10.0.0.27 - - [2026-02-05 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.27 - - [2026-02-05 02:51:05] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006803 10.0.0.27 - - [2026-02-05 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2026-02-05 02:51:09] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005877 10.0.0.27 - - [2026-02-05 02:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.27 - - [2026-02-05 02:51:13] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007223 10.0.0.50 - - [2026-02-05 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.50 - - [2026-02-05 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-02-05 02:51:15] "DELETE /project/7630d8d1db164c03837996690937c81c HTTP/1.1" 404 173 0.005574 10.0.0.23 - - [2026-02-05 02:51:15] "DELETE /project/0f89e000-ab4d-4ec5-8131-22993e3bbfcf HTTP/1.1" 404 177 0.004558 10.0.0.50 - - [2026-02-05 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.50 - - [2026-02-05 02:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.23 - - [2026-02-05 02:51:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-02-05 02:51:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-02-05 02:51:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-02-05 02:51:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2026-02-05 02:51:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-02-05 02:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-02-05 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2026-02-05 02:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-02-05 02:51:17] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006924 10.0.0.27 - - [2026-02-05 02:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.27 - - [2026-02-05 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2026-02-05 02:51:21] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005628 10.0.0.27 - - [2026-02-05 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.27 - - [2026-02-05 02:51:25] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006397 10.0.0.27 - - [2026-02-05 02:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.27 - - [2026-02-05 02:51:30] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006307 10.0.0.27 - - [2026-02-05 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.27 - - [2026-02-05 02:51:34] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008050 10.0.0.27 - - [2026-02-05 02:51:35] "GET /obj-perms HTTP/1.1" 200 5056 0.052304 10.0.0.27 - - [2026-02-05 02:51:37] "POST /neutron/port HTTP/1.1" 200 1238 0.027075 10.0.0.27 - - [2026-02-05 02:51:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.27 - - [2026-02-05 02:51:37] "POST /neutron/port HTTP/1.1" 200 117 0.001466 10.0.0.27 - - [2026-02-05 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.27 - - [2026-02-05 02:51:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004227 10.0.0.27 - - [2026-02-05 02:51:38] "GET /virtual-networks?parent_id=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005595 10.0.0.27 - - [2026-02-05 02:51:38] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006543 10.0.0.27 - - [2026-02-05 02:51:38] "POST /neutron/port HTTP/1.1" 200 1238 0.027811 10.0.0.27 - - [2026-02-05 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007829 10.0.0.27 - - [2026-02-05 02:51:48] "POST /neutron/port HTTP/1.1" 200 1238 0.017652 10.0.0.27 - - [2026-02-05 02:51:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007503 10.0.0.27 - - [2026-02-05 02:51:59] "POST /neutron/port HTTP/1.1" 200 1238 0.020156 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007384 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/2a67bffe-3fa0-42ea-a3dd-c4b2ff7b0edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.003977 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/007c3077-a058-4b48-829d-86c1a85e6994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8876 0.005083 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/2f845957-29eb-4367-9a78-9bb15cb9d4f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005247 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/9c8b9b68-4eb8-4d66-a984-efd0b7d959cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004301 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/cdd50212-0483-483f-9fec-f59969372bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004976 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/2bc0df61-efd0-43c1-a50a-0e6611971a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004683 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/c0fbd2d8-6201-423e-8084-3dcee13526b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004779 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/ef2920e6-1789-479a-9502-46acb79210bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004720 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.27 - - [2026-02-05 02:51:59] "GET /network-policy/06147d42-db7a-420e-8a5f-2bab22009ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005916 10.0.0.27 - - [2026-02-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.27 - - [2026-02-05 02:52:00] "GET /network-policy/7b92a684-af83-4e78-bdea-f20108eb7019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004985 10.0.0.27 - - [2026-02-05 02:52:00] "POST /neutron/network HTTP/1.1" 200 1440 0.165548 10.0.0.50 - - [2026-02-05 02:52:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.055721 10.0.0.27 - - [2026-02-05 02:52:00] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008384 10.0.0.27 - - [2026-02-05 02:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2026-02-05 02:52:00] "GET /network-policy/2a67bffe-3fa0-42ea-a3dd-c4b2ff7b0edb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004791 10.0.0.27 - - [2026-02-05 02:52:05] "POST /neutron/network HTTP/1.1" 200 1440 0.083437 10.0.0.50 - - [2026-02-05 02:52:05] "PUT /access-control-list/1738cc21-66bf-4600-a498-4470ed55a411 HTTP/1.1" 200 272 0.035819 10.0.0.27 - - [2026-02-05 02:52:05] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006274 10.0.0.27 - - [2026-02-05 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.27 - - [2026-02-05 02:52:05] "GET /network-policy/007c3077-a058-4b48-829d-86c1a85e6994?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8876 0.004918 10.0.0.27 - - [2026-02-05 02:52:10] "POST /neutron/network HTTP/1.1" 200 1440 0.110014 10.0.0.27 - - [2026-02-05 02:52:10] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007391 10.0.0.27 - - [2026-02-05 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2026-02-05 02:52:10] "GET /network-policy/2f845957-29eb-4367-9a78-9bb15cb9d4f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004609 10.0.0.50 - - [2026-02-05 02:52:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.009756 10.0.0.27 - - [2026-02-05 02:52:16] "POST /neutron/network HTTP/1.1" 200 1440 0.089172 10.0.0.27 - - [2026-02-05 02:52:16] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007105 10.0.0.27 - - [2026-02-05 02:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.27 - - [2026-02-05 02:52:16] "GET /network-policy/9c8b9b68-4eb8-4d66-a984-efd0b7d959cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004977 10.0.0.50 - - [2026-02-05 02:52:21] "PUT /access-control-list/1738cc21-66bf-4600-a498-4470ed55a411 HTTP/1.1" 200 272 0.021989 10.0.0.27 - - [2026-02-05 02:52:21] "POST /neutron/network HTTP/1.1" 200 1440 0.110652 10.0.0.27 - - [2026-02-05 02:52:21] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008379 10.0.0.27 - - [2026-02-05 02:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2026-02-05 02:52:21] "GET /network-policy/cdd50212-0483-483f-9fec-f59969372bd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004859 10.0.0.27 - - [2026-02-05 02:52:26] "POST /neutron/network HTTP/1.1" 200 1440 0.103159 10.0.0.27 - - [2026-02-05 02:52:26] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007842 10.0.0.27 - - [2026-02-05 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2026-02-05 02:52:26] "GET /network-policy/2bc0df61-efd0-43c1-a50a-0e6611971a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004672 10.0.0.50 - - [2026-02-05 02:52:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003390 10.0.0.27 - - [2026-02-05 02:52:31] "POST /neutron/network HTTP/1.1" 200 1440 0.115155 10.0.0.27 - - [2026-02-05 02:52:31] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006721 10.0.0.27 - - [2026-02-05 02:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.27 - - [2026-02-05 02:52:32] "GET /network-policy/c0fbd2d8-6201-423e-8084-3dcee13526b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004542 10.0.0.23 - - [2026-02-05 02:52:36] "GET /obj-perms HTTP/1.1" 200 5056 0.058005 10.0.0.27 - - [2026-02-05 02:52:37] "POST /neutron/network HTTP/1.1" 200 1440 0.099306 10.0.0.50 - - [2026-02-05 02:52:37] "PUT /access-control-list/1738cc21-66bf-4600-a498-4470ed55a411 HTTP/1.1" 200 272 0.060858 10.0.0.27 - - [2026-02-05 02:52:37] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.012339 10.0.0.27 - - [2026-02-05 02:52:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.27 - - [2026-02-05 02:52:37] "GET /network-policy/ef2920e6-1789-479a-9502-46acb79210bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004516 10.0.0.27 - - [2026-02-05 02:52:37] "POST /neutron/port HTTP/1.1" 200 1238 0.021760 10.0.0.27 - - [2026-02-05 02:52:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.27 - - [2026-02-05 02:52:38] "POST /neutron/port HTTP/1.1" 200 117 0.001387 10.0.0.27 - - [2026-02-05 02:52:42] "POST /neutron/network HTTP/1.1" 200 1440 0.098518 10.0.0.27 - - [2026-02-05 02:52:42] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.005850 10.0.0.27 - - [2026-02-05 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2026-02-05 02:52:42] "GET /network-policy/06147d42-db7a-420e-8a5f-2bab22009ede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004487 10.0.0.50 - - [2026-02-05 02:52:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004409 10.0.0.27 - - [2026-02-05 02:52:47] "POST /neutron/network HTTP/1.1" 200 1440 0.112015 10.0.0.27 - - [2026-02-05 02:52:47] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006501 10.0.0.27 - - [2026-02-05 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2026-02-05 02:52:47] "GET /network-policy/7b92a684-af83-4e78-bdea-f20108eb7019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005038 10.0.0.27 - - [2026-02-05 02:52:52] "GET /virtual-machine/374711ce-1938-4aaf-90df-bb7e00f39c0c HTTP/1.1" 200 1304 0.005854 10.0.0.27 - - [2026-02-05 02:52:53] "POST /neutron/port HTTP/1.1" 200 1228 0.020814 10.0.0.27 - - [2026-02-05 02:52:55] "GET /virtual-machine/374711ce-1938-4aaf-90df-bb7e00f39c0c HTTP/1.1" 404 171 0.003662 10.0.0.27 - - [2026-02-05 02:52:55] "GET /virtual-machine/374711ce-1938-4aaf-90df-bb7e00f39c0c HTTP/1.1" 404 171 0.003366 10.0.0.27 - - [2026-02-05 02:52:55] "GET /virtual-machine/374711ce-1938-4aaf-90df-bb7e00f39c0c HTTP/1.1" 404 171 0.002729 10.0.0.27 - - [2026-02-05 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2026-02-05 02:52:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004598 10.0.0.27 - - [2026-02-05 02:52:55] "GET /virtual-networks?parent_id=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003721 10.0.0.27 - - [2026-02-05 02:52:55] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007803 10.0.0.27 - - [2026-02-05 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.27 - - [2026-02-05 02:52:55] "GET /routing-instance/30cc13a9-e410-409d-b84d-2b4712c2e7bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004661 10.0.0.27 - - [2026-02-05 02:52:55] "GET /route-target/d1d365b5-d9ae-4c44-8d77-b8bf95e72d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005016 10.0.0.27 - - [2026-02-05 02:52:55] "GET /obj-perms HTTP/1.1" 200 5019 0.055813 10.0.0.27 - - [2026-02-05 02:53:01] "GET /obj-perms HTTP/1.1" 200 5019 0.004183 10.0.0.27 - - [2026-02-05 02:53:04] "GET /obj-perms HTTP/1.1" 200 5019 0.004693 10.0.0.27 - - [2026-02-05 02:53:08] "GET /obj-perms HTTP/1.1" 200 5019 0.004308 10.0.0.27 - - [2026-02-05 02:53:08] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006221 10.0.0.27 - - [2026-02-05 02:53:08] "POST /neutron/network HTTP/1.1" 200 1337 0.093786 10.0.0.50 - - [2026-02-05 02:53:08] "DELETE /access-control-list/1738cc21-66bf-4600-a498-4470ed55a411 HTTP/1.1" 200 115 0.075424 10.0.0.27 - - [2026-02-05 02:53:08] "GET /virtual-network/b6dd435e-20bd-4bb8-b902-372e4353b5ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007118 10.0.0.27 - - [2026-02-05 02:53:08] "DELETE /network-policy/7b92a684-af83-4e78-bdea-f20108eb7019 HTTP/1.1" 200 115 0.040435 10.0.0.27 - - [2026-02-05 02:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.23 - - [2026-02-05 02:53:08] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.27 - - [2026-02-05 02:53:08] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041598 10.0.0.27 - - [2026-02-05 02:53:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.007398 10.0.0.27 - - [2026-02-05 02:53:08] "DELETE /network-policy/06147d42-db7a-420e-8a5f-2bab22009ede HTTP/1.1" 200 115 0.056738 10.0.0.27 - - [2026-02-05 02:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.23 - - [2026-02-05 02:53:08] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.27 - - [2026-02-05 02:53:08] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044788 10.0.0.27 - - [2026-02-05 02:53:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006677 10.0.0.27 - - [2026-02-05 02:53:08] "DELETE /network-policy/ef2920e6-1789-479a-9502-46acb79210bb HTTP/1.1" 200 115 0.051507 10.0.0.27 - - [2026-02-05 02:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006271 10.0.0.23 - - [2026-02-05 02:53:09] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001593 10.0.0.27 - - [2026-02-05 02:53:09] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.070233 10.0.0.27 - - [2026-02-05 02:53:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006012 10.0.0.27 - - [2026-02-05 02:53:09] "DELETE /network-policy/c0fbd2d8-6201-423e-8084-3dcee13526b4 HTTP/1.1" 200 115 0.040098 10.0.0.27 - - [2026-02-05 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.23 - - [2026-02-05 02:53:09] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.27 - - [2026-02-05 02:53:09] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.041184 10.0.0.27 - - [2026-02-05 02:53:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005729 10.0.0.27 - - [2026-02-05 02:53:09] "DELETE /network-policy/2bc0df61-efd0-43c1-a50a-0e6611971a01 HTTP/1.1" 200 115 0.047722 10.0.0.27 - - [2026-02-05 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.23 - - [2026-02-05 02:53:09] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.27 - - [2026-02-05 02:53:09] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039899 10.0.0.27 - - [2026-02-05 02:53:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005678 10.0.0.27 - - [2026-02-05 02:53:09] "DELETE /network-policy/cdd50212-0483-483f-9fec-f59969372bd4 HTTP/1.1" 200 115 0.039465 10.0.0.27 - - [2026-02-05 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.014538 10.0.0.23 - - [2026-02-05 02:53:09] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.27 - - [2026-02-05 02:53:09] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046382 10.0.0.27 - - [2026-02-05 02:53:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005905 10.0.0.27 - - [2026-02-05 02:53:09] "DELETE /network-policy/9c8b9b68-4eb8-4d66-a984-efd0b7d959cc HTTP/1.1" 200 115 0.044925 10.0.0.27 - - [2026-02-05 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.013193 10.0.0.23 - - [2026-02-05 02:53:09] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001521 10.0.0.27 - - [2026-02-05 02:53:10] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055394 10.0.0.27 - - [2026-02-05 02:53:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.008032 10.0.0.27 - - [2026-02-05 02:53:10] "DELETE /network-policy/2f845957-29eb-4367-9a78-9bb15cb9d4f1 HTTP/1.1" 200 115 0.042073 10.0.0.27 - - [2026-02-05 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.23 - - [2026-02-05 02:53:10] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.27 - - [2026-02-05 02:53:10] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045999 10.0.0.27 - - [2026-02-05 02:53:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.007262 10.0.0.27 - - [2026-02-05 02:53:10] "DELETE /network-policy/007c3077-a058-4b48-829d-86c1a85e6994 HTTP/1.1" 200 115 0.055818 10.0.0.27 - - [2026-02-05 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.23 - - [2026-02-05 02:53:10] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001517 10.0.0.27 - - [2026-02-05 02:53:10] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045605 10.0.0.27 - - [2026-02-05 02:53:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006778 10.0.0.27 - - [2026-02-05 02:53:10] "DELETE /network-policy/2a67bffe-3fa0-42ea-a3dd-c4b2ff7b0edb HTTP/1.1" 200 115 0.043955 10.0.0.27 - - [2026-02-05 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.23 - - [2026-02-05 02:53:10] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.27 - - [2026-02-05 02:53:10] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042742 10.0.0.27 - - [2026-02-05 02:53:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-77059410&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005830 10.0.0.23 - - [2026-02-05 02:53:11] "POST /useragent-kv HTTP/1.1" 200 115 0.015725 10.0.0.23 - - [2026-02-05 02:53:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002923 10.0.0.23 - - [2026-02-05 02:53:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002844 10.0.0.23 - - [2026-02-05 02:53:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002338 10.0.0.23 - - [2026-02-05 02:53:11] "POST /useragent-kv HTTP/1.1" 200 115 0.010707 10.0.0.23 - - [2026-02-05 02:53:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003446 10.0.0.27 - - [2026-02-05 02:53:11] "POST /neutron/network HTTP/1.1" 200 151 0.197180 10.0.0.27 - - [2026-02-05 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.27 - - [2026-02-05 02:53:11] "DELETE /network-ipam/4eaef6a6-5538-454a-b5ed-1e91c8143f4d HTTP/1.1" 200 115 0.038542 10.0.0.27 - - [2026-02-05 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 260 0.003331 10.0.0.23 - - [2026-02-05 02:53:11] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.23 - - [2026-02-05 02:53:11] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.038064 10.0.0.23 - - [2026-02-05 02:53:11] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.23 - - [2026-02-05 02:53:11] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?fields=security_groups HTTP/1.1" 200 1398 0.043417 10.0.0.23 - - [2026-02-05 02:53:11] "DELETE /security-group/2429d169-2c1a-4d59-8357-f76baeade956 HTTP/1.1" 200 115 0.069512 10.0.0.23 - - [2026-02-05 02:53:11] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.50 - - [2026-02-05 02:53:11] "DELETE /access-control-list/7a07e484-7692-4648-aa54-3ac3cad36097 HTTP/1.1" 200 115 0.060272 10.0.0.23 - - [2026-02-05 02:53:11] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?fields=application_policy_sets HTTP/1.1" 200 1437 0.048402 10.0.0.27 - - [2026-02-05 02:53:11] "DELETE /project/7630d8d1-db16-4c03-8379-96690937c81c HTTP/1.1" 200 115 0.408957 10.0.0.23 - - [2026-02-05 02:53:11] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001315 10.0.0.27 - - [2026-02-05 02:53:11] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?fields=projects HTTP/1.1" 200 1438 0.013003 10.0.0.23 - - [2026-02-05 02:53:14] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004303 10.0.0.23 - - [2026-02-05 02:53:14] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001007 10.0.0.23 - - [2026-02-05 02:53:14] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051077 10.0.0.23 - - [2026-02-05 02:53:14] "POST /id-to-fqname HTTP/1.1" 200 202 0.007688 10.0.0.23 - - [2026-02-05 02:53:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.007640 10.0.0.23 - - [2026-02-05 02:53:14] "POST /security-groups HTTP/1.1" 200 603 0.077377 10.0.0.23 - - [2026-02-05 02:53:14] "POST /projects HTTP/1.1" 200 609 0.314373 10.0.0.50 - - [2026-02-05 02:53:14] "POST /access-control-lists HTTP/1.1" 200 608 0.035858 10.0.0.23 - - [2026-02-05 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.391858 10.0.0.27 - - [2026-02-05 02:53:14] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.551848 10.0.0.23 - - [2026-02-05 02:53:14] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001266 10.0.0.27 - - [2026-02-05 02:53:15] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?fields=virtual_networks HTTP/1.1" 200 1055 0.055595 10.0.0.23 - - [2026-02-05 02:53:15] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.27 - - [2026-02-05 02:53:15] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.041111 10.0.0.23 - - [2026-02-05 02:53:15] "GET /projects?obj_uuids=7630d8d1-db16-4c03-8379-96690937c81c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001762 10.0.0.27 - - [2026-02-05 02:53:15] "GET /project/7630d8d1-db16-4c03-8379-96690937c81c?fields=security_groups HTTP/1.1" 200 1293 0.043316 10.0.0.23 - - [2026-02-05 02:53:15] "DELETE /project/7630d8d1db164c03837996690937c81c HTTP/1.1" 404 173 0.003503 10.0.0.27 - - [2026-02-05 02:53:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.031664 10.0.0.23 - - [2026-02-05 02:53:16] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004182 10.0.0.23 - - [2026-02-05 02:53:16] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001458 10.0.0.23 - - [2026-02-05 02:53:16] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011211 10.0.0.23 - - [2026-02-05 02:53:16] "POST /id-to-fqname HTTP/1.1" 200 196 0.003726 10.0.0.23 - - [2026-02-05 02:53:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.013699 10.0.0.23 - - [2026-02-05 02:53:16] "POST /security-groups HTTP/1.1" 200 597 0.077842 10.0.0.50 - - [2026-02-05 02:53:16] "POST /fqname-to-id HTTP/1.1" 404 240 0.004595 10.0.0.23 - - [2026-02-05 02:53:16] "POST /projects HTTP/1.1" 200 597 0.303783 10.0.0.23 - - [2026-02-05 02:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.337052 10.0.0.50 - - [2026-02-05 02:53:16] "POST /access-control-lists HTTP/1.1" 200 600 0.033010 10.0.0.27 - - [2026-02-05 02:53:16] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.492865 10.0.0.27 - - [2026-02-05 02:53:17] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.27 - - [2026-02-05 02:53:19] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2026-02-05 02:53:20] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001362 10.0.0.27 - - [2026-02-05 02:53:20] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.094094 10.0.0.27 - - [2026-02-05 02:53:20] "GET / HTTP/1.1" 200 35931 0.001903 10.0.0.27 - - [2026-02-05 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2026-02-05 02:53:21] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.27 - - [2026-02-05 02:53:21] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007887 10.0.0.27 - - [2026-02-05 02:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2026-02-05 02:53:21] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.27 - - [2026-02-05 02:53:21] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045602 10.0.0.27 - - [2026-02-05 02:53:22] "GET /domains HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2026-02-05 02:53:22] "GET /domains HTTP/1.1" 200 280 0.029601 10.0.0.23 - - [2026-02-05 02:53:22] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.27 - - [2026-02-05 02:53:22] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a HTTP/1.1" 200 2971 0.009671 10.0.0.23 - - [2026-02-05 02:53:22] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000886 10.0.0.27 - - [2026-02-05 02:53:22] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78 HTTP/1.1" 200 1889 0.097377 10.0.0.27 - - [2026-02-05 02:53:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003322 10.0.0.27 - - [2026-02-05 02:53:22] "POST /network-ipams HTTP/1.1" 200 603 0.032283 10.0.0.27 - - [2026-02-05 02:53:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004324 10.0.0.27 - - [2026-02-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-02-05 02:53:23] "GET /network-ipam/ce6ef789-a189-43be-b8a0-35f1e1c7dedc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.010983 10.0.0.27 - - [2026-02-05 02:53:23] "PUT /network-ipam/ce6ef789-a189-43be-b8a0-35f1e1c7dedc HTTP/1.1" 200 258 0.022900 10.0.0.27 - - [2026-02-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000683 10.0.0.27 - - [2026-02-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.037309 10.0.0.23 - - [2026-02-05 02:53:23] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.27 - - [2026-02-05 02:53:23] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039680 10.0.0.23 - - [2026-02-05 02:53:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008138 10.0.0.27 - - [2026-02-05 02:53:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.262630 10.0.0.27 - - [2026-02-05 02:53:24] "POST /id-to-fqname HTTP/1.1" 200 229 0.001377 10.0.0.27 - - [2026-02-05 02:53:24] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.008071 10.0.0.27 - - [2026-02-05 02:53:24] "POST /neutron/network HTTP/1.1" 200 1074 0.012066 10.0.0.27 - - [2026-02-05 02:53:24] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.005322 10.0.0.27 - - [2026-02-05 02:53:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.008891 10.0.0.27 - - [2026-02-05 02:53:25] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.006035 10.0.0.50 - - [2026-02-05 02:53:26] "GET /obj-perms HTTP/1.1" 200 5013 0.060560 10.0.0.27 - - [2026-02-05 02:53:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2026-02-05 02:53:26] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001329 10.0.0.27 - - [2026-02-05 02:53:26] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042272 10.0.0.50 - - [2026-02-05 02:53:27] "POST /route-targets HTTP/1.1" 200 327 0.014189 10.0.0.23 - - [2026-02-05 02:53:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009513 10.0.0.27 - - [2026-02-05 02:53:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.194982 10.0.0.27 - - [2026-02-05 02:53:27] "POST /id-to-fqname HTTP/1.1" 200 229 0.001448 10.0.0.27 - - [2026-02-05 02:53:27] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007447 10.0.0.27 - - [2026-02-05 02:53:27] "POST /neutron/network HTTP/1.1" 200 1074 0.009540 10.0.0.27 - - [2026-02-05 02:53:27] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005122 10.0.0.27 - - [2026-02-05 02:53:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.008626 10.0.0.27 - - [2026-02-05 02:53:27] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006034 10.0.0.27 - - [2026-02-05 02:53:28] "GET /obj-perms HTTP/1.1" 200 5013 0.057865 10.0.0.23 - - [2026-02-05 02:53:28] "GET /obj-perms HTTP/1.1" 200 5013 0.057706 10.0.0.27 - - [2026-02-05 02:53:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.003560 10.0.0.27 - - [2026-02-05 02:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.23 - - [2026-02-05 02:53:28] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001085 10.0.0.27 - - [2026-02-05 02:53:28] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038569 10.0.0.27 - - [2026-02-05 02:53:28] "POST /network-policys HTTP/1.1" 200 527 0.074421 10.0.0.27 - - [2026-02-05 02:53:28] "GET /network-policy/31cf2efb-5e14-4bd2-baa3-7868ef7ce8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006715 10.0.0.27 - - [2026-02-05 02:53:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.002786 10.0.0.27 - - [2026-02-05 02:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.23 - - [2026-02-05 02:53:28] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 10.0.0.27 - - [2026-02-05 02:53:28] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.035214 10.0.0.27 - - [2026-02-05 02:53:28] "POST /network-policys HTTP/1.1" 200 527 0.086361 10.0.0.27 - - [2026-02-05 02:53:28] "GET /network-policy/ebf47543-c85e-41db-a7ce-0aaf9fc1dda6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007432 10.0.0.27 - - [2026-02-05 02:53:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003342 10.0.0.27 - - [2026-02-05 02:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.23 - - [2026-02-05 02:53:29] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001406 10.0.0.27 - - [2026-02-05 02:53:29] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051741 10.0.0.27 - - [2026-02-05 02:53:29] "POST /network-policys HTTP/1.1" 200 527 0.074977 10.0.0.27 - - [2026-02-05 02:53:29] "GET /network-policy/0b2dec49-8117-4934-a152-343c4d87fe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.007230 10.0.0.27 - - [2026-02-05 02:53:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003047 10.0.0.27 - - [2026-02-05 02:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.23 - - [2026-02-05 02:53:29] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.27 - - [2026-02-05 02:53:29] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041347 10.0.0.27 - - [2026-02-05 02:53:29] "POST /network-policys HTTP/1.1" 200 527 0.078061 10.0.0.27 - - [2026-02-05 02:53:29] "GET /network-policy/15255dc1-9a39-4856-982e-d54a143f75f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006622 10.0.0.27 - - [2026-02-05 02:53:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.003073 10.0.0.27 - - [2026-02-05 02:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.23 - - [2026-02-05 02:53:29] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001041 10.0.0.27 - - [2026-02-05 02:53:29] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042932 10.0.0.27 - - [2026-02-05 02:53:30] "POST /network-policys HTTP/1.1" 200 531 0.032514 10.0.0.27 - - [2026-02-05 02:53:30] "GET /network-policy/2d6122a8-7eca-469a-948d-64806f42c1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.007349 10.0.0.27 - - [2026-02-05 02:53:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003289 10.0.0.27 - - [2026-02-05 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.23 - - [2026-02-05 02:53:30] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001017 10.0.0.27 - - [2026-02-05 02:53:30] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040569 10.0.0.27 - - [2026-02-05 02:53:30] "POST /network-policys HTTP/1.1" 200 529 0.074439 10.0.0.27 - - [2026-02-05 02:53:30] "GET /network-policy/95e02c5b-b6d8-409a-97cf-368133269fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007118 10.0.0.27 - - [2026-02-05 02:53:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003425 10.0.0.27 - - [2026-02-05 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2026-02-05 02:53:30] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001104 10.0.0.27 - - [2026-02-05 02:53:30] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047405 10.0.0.27 - - [2026-02-05 02:53:30] "POST /network-policys HTTP/1.1" 200 529 0.078653 10.0.0.27 - - [2026-02-05 02:53:30] "GET /network-policy/192f473a-b8dc-432b-a2c1-c35bdbcebb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005983 10.0.0.27 - - [2026-02-05 02:53:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003250 10.0.0.27 - - [2026-02-05 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.23 - - [2026-02-05 02:53:31] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000981 10.0.0.27 - - [2026-02-05 02:53:31] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.037411 10.0.0.27 - - [2026-02-05 02:53:31] "POST /network-policys HTTP/1.1" 200 529 0.077753 10.0.0.27 - - [2026-02-05 02:53:31] "GET /network-policy/f145dab4-d810-4123-ab52-cc9e23dbbb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006976 10.0.0.27 - - [2026-02-05 02:53:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003169 10.0.0.27 - - [2026-02-05 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.23 - - [2026-02-05 02:53:31] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001145 10.0.0.27 - - [2026-02-05 02:53:31] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039272 10.0.0.27 - - [2026-02-05 02:53:31] "POST /network-policys HTTP/1.1" 200 529 0.078518 10.0.0.27 - - [2026-02-05 02:53:31] "GET /network-policy/e4b91860-3139-4f7b-b7eb-0f4e1dd97a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007041 10.0.0.27 - - [2026-02-05 02:53:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.003457 10.0.0.27 - - [2026-02-05 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2026-02-05 02:53:31] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001241 10.0.0.27 - - [2026-02-05 02:53:31] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053784 10.0.0.27 - - [2026-02-05 02:53:32] "POST /network-policys HTTP/1.1" 200 533 0.033638 10.0.0.27 - - [2026-02-05 02:53:32] "GET /network-policy/cc93b26e-d6be-40cb-ac5f-e7b7677df55a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.007511 10.0.0.27 - - [2026-02-05 02:53:32] "POST /neutron/network HTTP/1.1" 200 1157 0.011405 10.0.0.27 - - [2026-02-05 02:53:32] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006338 10.0.0.27 - - [2026-02-05 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.50 - - [2026-02-05 02:53:32] "POST /access-control-lists HTTP/1.1" 200 603 0.086262 10.0.0.27 - - [2026-02-05 02:53:32] "GET /network-policy/31cf2efb-5e14-4bd2-baa3-7868ef7ce8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.016215 10.0.0.27 - - [2026-02-05 02:53:32] "POST /neutron/network HTTP/1.1" 200 1159 0.020518 10.0.0.27 - - [2026-02-05 02:53:32] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005693 10.0.0.27 - - [2026-02-05 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.50 - - [2026-02-05 02:53:32] "POST /ref-update HTTP/1.1" 200 156 0.035376 10.0.0.27 - - [2026-02-05 02:53:32] "GET /network-policy/2d6122a8-7eca-469a-948d-64806f42c1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004250 10.0.0.27 - - [2026-02-05 02:53:32] "POST /id-to-fqname HTTP/1.1" 200 229 0.001354 10.0.0.23 - - [2026-02-05 02:53:33] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001066 10.0.0.27 - - [2026-02-05 02:53:33] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.067329 10.0.0.27 - - [2026-02-05 02:53:34] "POST /neutron/port HTTP/1.1" 200 117 0.008428 10.0.0.27 - - [2026-02-05 02:53:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001386 10.0.0.27 - - [2026-02-05 02:53:34] "POST /neutron/network HTTP/1.1" 200 1169 0.008649 10.0.0.27 - - [2026-02-05 02:53:35] "POST /neutron/port HTTP/1.1" 200 1061 0.017250 10.0.0.23 - - [2026-02-05 02:53:35] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.27 - - [2026-02-05 02:53:35] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.077322 10.0.0.27 - - [2026-02-05 02:53:35] "POST /neutron/network HTTP/1.1" 200 1159 0.070730 10.0.0.27 - - [2026-02-05 02:53:35] "POST /neutron/subnet HTTP/1.1" 200 675 0.014529 10.0.0.27 - - [2026-02-05 02:53:35] "POST /neutron/port HTTP/1.1" 200 1125 0.021362 10.0.0.27 - - [2026-02-05 02:53:35] "POST /neutron/port HTTP/1.1" 200 1125 0.023065 10.0.0.23 - - [2026-02-05 02:53:35] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001304 10.0.0.27 - - [2026-02-05 02:53:36] "POST /neutron/port HTTP/1.1" 200 1061 0.358452 10.0.0.27 - - [2026-02-05 02:53:36] "POST /neutron/port HTTP/1.1" 200 1115 0.119780 10.0.0.27 - - [2026-02-05 02:53:36] "POST /neutron/subnet HTTP/1.1" 200 675 0.011041 10.0.0.27 - - [2026-02-05 02:53:38] "POST /neutron/port HTTP/1.1" 200 1125 0.024426 10.0.0.27 - - [2026-02-05 02:53:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.27 - - [2026-02-05 02:53:39] "POST /neutron/network HTTP/1.1" 200 1157 0.011855 10.0.0.27 - - [2026-02-05 02:53:40] "POST /neutron/port HTTP/1.1" 200 1125 0.018665 10.0.0.27 - - [2026-02-05 02:53:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007818 10.0.0.27 - - [2026-02-05 02:53:40] "GET /virtual-machine/0cb93275-b3d5-419e-a8ce-c49afa2065fe HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2026-02-05 02:53:41] "GET /virtual-machine/0cb93275-b3d5-419e-a8ce-c49afa2065fe HTTP/1.1" 200 1297 0.044697 10.0.0.27 - - [2026-02-05 02:53:41] "GET /virtual-machine-interface/ef7e7382-6f5c-46e1-b251-7fa0766e080b HTTP/1.1" 200 2951 0.005596 10.0.0.27 - - [2026-02-05 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.27 - - [2026-02-05 02:53:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003924 10.0.0.27 - - [2026-02-05 02:53:41] "GET /virtual-networks?parent_id=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003035 10.0.0.27 - - [2026-02-05 02:53:41] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006377 10.0.0.27 - - [2026-02-05 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2026-02-05 02:53:44] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005666 10.0.0.27 - - [2026-02-05 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-02-05 02:53:48] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005944 10.0.0.27 - - [2026-02-05 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.27 - - [2026-02-05 02:53:52] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005815 10.0.0.27 - - [2026-02-05 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.27 - - [2026-02-05 02:53:56] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006224 10.0.0.50 - - [2026-02-05 02:54:00] "DELETE /access-control-list/06e7981f-eac6-4f41-85aa-bb6eec91b44a HTTP/1.1" 200 115 0.043914 10.0.0.27 - - [2026-02-05 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2026-02-05 02:54:00] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.020768 10.0.0.27 - - [2026-02-05 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2026-02-05 02:54:05] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005540 10.0.0.27 - - [2026-02-05 02:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2026-02-05 02:54:09] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005588 10.0.0.27 - - [2026-02-05 02:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2026-02-05 02:54:13] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005549 10.0.0.27 - - [2026-02-05 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-02-05 02:54:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004848 10.0.0.27 - - [2026-02-05 02:54:15] "GET /virtual-networks?parent_id=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004851 10.0.0.27 - - [2026-02-05 02:54:15] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.007352 10.0.0.23 - - [2026-02-05 02:54:15] "DELETE /project/cf4b6ee404eb4ef7ad410e7368df5b78 HTTP/1.1" 404 173 0.004360 10.0.0.23 - - [2026-02-05 02:54:15] "DELETE /project/7630d8d1-db16-4c03-8379-96690937c81c HTTP/1.1" 404 177 0.003830 10.0.0.27 - - [2026-02-05 02:54:20] "POST /neutron/port HTTP/1.1" 200 1125 0.018394 10.0.0.27 - - [2026-02-05 02:54:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.047371 10.0.0.27 - - [2026-02-05 02:54:25] "POST /neutron/port HTTP/1.1" 200 1125 0.017983 10.0.0.27 - - [2026-02-05 02:54:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007860 10.0.0.27 - - [2026-02-05 02:54:34] "POST /neutron/network HTTP/1.1" 200 1169 0.006938 10.0.0.27 - - [2026-02-05 02:54:34] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.27 - - [2026-02-05 02:54:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007940 10.0.0.27 - - [2026-02-05 02:54:36] "POST /neutron/port HTTP/1.1" 200 1125 0.021762 10.0.0.27 - - [2026-02-05 02:54:36] "GET /virtual-machine/0518791d-8e02-40d4-8d95-12a3c31bf0df HTTP/1.1" 200 1297 0.007441 10.0.0.27 - - [2026-02-05 02:54:36] "GET /virtual-machine-interface/80c0c5de-b5c4-4794-a684-939db245cd65 HTTP/1.1" 200 2950 0.005629 10.0.0.27 - - [2026-02-05 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.27 - - [2026-02-05 02:54:36] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005684 10.0.0.27 - - [2026-02-05 02:54:36] "GET /virtual-networks?parent_id=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003514 10.0.0.27 - - [2026-02-05 02:54:36] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007767 10.0.0.27 - - [2026-02-05 02:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006205 10.0.0.27 - - [2026-02-05 02:54:37] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005393 10.0.0.27 - - [2026-02-05 02:54:37] "GET /virtual-networks?parent_id=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003735 10.0.0.27 - - [2026-02-05 02:54:37] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006150 10.0.0.27 - - [2026-02-05 02:54:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008771 10.0.0.27 - - [2026-02-05 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.27 - - [2026-02-05 02:54:38] "GET /network-policy/2d6122a8-7eca-469a-948d-64806f42c1a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.007784 10.0.0.50 - - [2026-02-05 02:54:38] "GET /obj-perms HTTP/1.1" 200 5056 0.097328 10.0.0.27 - - [2026-02-05 02:54:38] "POST /neutron/port HTTP/1.1" 200 1125 0.034873 10.0.0.27 - - [2026-02-05 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.27 - - [2026-02-05 02:54:38] "GET /network-policy/31cf2efb-5e14-4bd2-baa3-7868ef7ce8a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004398 10.0.0.27 - - [2026-02-05 02:54:38] "POST /neutron/network HTTP/1.1" 200 1157 0.100316 10.0.0.27 - - [2026-02-05 02:54:38] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.007963 10.0.0.27 - - [2026-02-05 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.27 - - [2026-02-05 02:54:38] "GET /network-policy/ebf47543-c85e-41db-a7ce-0aaf9fc1dda6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004444 10.0.0.27 - - [2026-02-05 02:54:40] "POST /neutron/port HTTP/1.1" 200 1125 0.017941 10.0.0.27 - - [2026-02-05 02:54:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.012471 10.0.0.27 - - [2026-02-05 02:55:02] "POST /neutron/network HTTP/1.1" 200 1157 0.010828 10.0.0.50 - - [2026-02-05 02:55:03] "PUT /access-control-list/b8091eab-ca56-4efa-8b81-102263649c60 HTTP/1.1" 200 272 0.014417 10.0.0.27 - - [2026-02-05 02:55:03] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008744 10.0.0.27 - - [2026-02-05 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.27 - - [2026-02-05 02:55:03] "GET /network-policy/cc93b26e-d6be-40cb-ac5f-e7b7677df55a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.004392 10.0.0.27 - - [2026-02-05 02:55:12] "POST /neutron/network HTTP/1.1" 200 1160 0.010465 10.0.0.50 - - [2026-02-05 02:55:12] "POST /ref-update HTTP/1.1" 200 156 0.047019 10.0.0.27 - - [2026-02-05 02:55:12] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.010418 10.0.0.27 - - [2026-02-05 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005272 10.0.0.27 - - [2026-02-05 02:55:12] "GET /network-policy/0b2dec49-8117-4934-a152-343c4d87fe04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.004571 10.0.0.27 - - [2026-02-05 02:55:21] "POST /neutron/network HTTP/1.1" 200 1157 0.009988 10.0.0.27 - - [2026-02-05 02:55:21] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.008826 10.0.0.27 - - [2026-02-05 02:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.27 - - [2026-02-05 02:55:21] "GET /network-policy/15255dc1-9a39-4856-982e-d54a143f75f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005444 10.0.0.27 - - [2026-02-05 02:55:28] "POST /neutron/network HTTP/1.1" 200 1157 0.010380 10.0.0.27 - - [2026-02-05 02:55:28] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.019652 10.0.0.27 - - [2026-02-05 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.50 - - [2026-02-05 02:55:29] "POST /ref-update HTTP/1.1" 200 156 0.063424 10.0.0.27 - - [2026-02-05 02:55:29] "GET /network-policy/95e02c5b-b6d8-409a-97cf-368133269fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007665 10.0.0.27 - - [2026-02-05 02:55:36] "POST /neutron/port HTTP/1.1" 200 1125 0.049136 10.0.0.27 - - [2026-02-05 02:55:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004941 10.0.0.27 - - [2026-02-05 02:55:36] "POST /neutron/network HTTP/1.1" 200 1159 0.011750 10.0.0.27 - - [2026-02-05 02:55:37] "POST /neutron/network HTTP/1.1" 200 1158 0.014523 10.0.0.27 - - [2026-02-05 02:55:37] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005234 10.0.0.27 - - [2026-02-05 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2026-02-05 02:55:37] "GET /network-policy/192f473a-b8dc-432b-a2c1-c35bdbcebb66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.008891 10.0.0.27 - - [2026-02-05 02:55:42] "POST /neutron/network HTTP/1.1" 200 1168 0.007974 10.0.0.27 - - [2026-02-05 02:55:43] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.27 - - [2026-02-05 02:55:45] "POST /neutron/network HTTP/1.1" 200 1158 0.090409 10.0.0.50 - - [2026-02-05 02:55:46] "PUT /access-control-list/b8091eab-ca56-4efa-8b81-102263649c60 HTTP/1.1" 200 272 0.073647 10.0.0.27 - - [2026-02-05 02:55:46] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007387 10.0.0.27 - - [2026-02-05 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2026-02-05 02:55:46] "GET /network-policy/f145dab4-d810-4123-ab52-cc9e23dbbb31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004551 10.0.0.27 - - [2026-02-05 02:55:54] "POST /neutron/network HTTP/1.1" 200 1158 0.087825 10.0.0.27 - - [2026-02-05 02:55:54] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006932 10.0.0.27 - - [2026-02-05 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.27 - - [2026-02-05 02:55:54] "GET /network-policy/e4b91860-3139-4f7b-b7eb-0f4e1dd97a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004667 10.0.0.27 - - [2026-02-05 02:56:02] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.005998 10.0.0.27 - - [2026-02-05 02:56:02] "POST /neutron/network HTTP/1.1" 200 1074 0.079446 10.0.0.50 - - [2026-02-05 02:56:02] "POST /ref-update HTTP/1.1" 200 156 0.023719 10.0.0.27 - - [2026-02-05 02:56:02] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.011680 10.0.0.27 - - [2026-02-05 02:56:02] "GET /virtual-machine/0518791d-8e02-40d4-8d95-12a3c31bf0df HTTP/1.1" 200 1297 0.004392 10.0.0.27 - - [2026-02-05 02:56:03] "POST /neutron/port HTTP/1.1" 200 1115 0.017479 10.0.0.27 - - [2026-02-05 02:56:04] "GET /virtual-machine/0518791d-8e02-40d4-8d95-12a3c31bf0df HTTP/1.1" 404 171 0.003696 10.0.0.27 - - [2026-02-05 02:56:04] "GET /virtual-machine/0518791d-8e02-40d4-8d95-12a3c31bf0df HTTP/1.1" 404 171 0.003170 10.0.0.27 - - [2026-02-05 02:56:04] "GET /virtual-machine/0518791d-8e02-40d4-8d95-12a3c31bf0df HTTP/1.1" 404 171 0.003201 10.0.0.27 - - [2026-02-05 02:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.27 - - [2026-02-05 02:56:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004893 10.0.0.27 - - [2026-02-05 02:56:04] "GET /virtual-networks?parent_id=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004002 10.0.0.27 - - [2026-02-05 02:56:04] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008693 10.0.0.27 - - [2026-02-05 02:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.27 - - [2026-02-05 02:56:04] "GET /routing-instance/77e6baa9-2c6d-4c17-b7a0-9eb4003a0aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006152 10.0.0.27 - - [2026-02-05 02:56:05] "GET /route-target/9318b3af-14f6-463a-85bb-607a4357ee1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005687 10.0.0.27 - - [2026-02-05 02:56:05] "GET /obj-perms HTTP/1.1" 200 5013 0.004361 10.0.0.27 - - [2026-02-05 02:56:08] "GET /obj-perms HTTP/1.1" 200 5013 0.004244 10.0.0.50 - - [2026-02-05 02:56:08] "GET /obj-perms HTTP/1.1" 200 5013 0.004405 10.0.0.23 - - [2026-02-05 02:56:08] "GET /obj-perms HTTP/1.1" 200 5013 0.005155 10.0.0.27 - - [2026-02-05 02:56:08] "GET /virtual-machine/0cb93275-b3d5-419e-a8ce-c49afa2065fe HTTP/1.1" 200 1297 0.005015 10.0.0.27 - - [2026-02-05 02:56:08] "POST /neutron/port HTTP/1.1" 200 1115 0.013676 10.0.0.27 - - [2026-02-05 02:56:10] "GET /virtual-machine/0cb93275-b3d5-419e-a8ce-c49afa2065fe HTTP/1.1" 404 171 0.004063 10.0.0.27 - - [2026-02-05 02:56:10] "GET /virtual-machine/0cb93275-b3d5-419e-a8ce-c49afa2065fe HTTP/1.1" 404 171 0.002995 10.0.0.27 - - [2026-02-05 02:56:10] "GET /virtual-machine/0cb93275-b3d5-419e-a8ce-c49afa2065fe HTTP/1.1" 404 171 0.004126 10.0.0.27 - - [2026-02-05 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.27 - - [2026-02-05 02:56:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004757 10.0.0.27 - - [2026-02-05 02:56:10] "GET /virtual-networks?parent_id=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004320 10.0.0.27 - - [2026-02-05 02:56:10] "GET /virtual-network/3511d3bc-0660-486e-8a2b-25f1ef44a215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.006832 10.0.0.27 - - [2026-02-05 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.27 - - [2026-02-05 02:56:10] "GET /routing-instance/c23f4c87-1d07-4730-b322-526aadd3e8b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004992 10.0.0.27 - - [2026-02-05 02:56:10] "GET /route-target/958d08c3-834c-4641-a172-adedeae7a391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004673 10.0.0.27 - - [2026-02-05 02:56:14] "GET /obj-perms HTTP/1.1" 200 5013 0.005040 10.0.0.50 - - [2026-02-05 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.50 - - [2026-02-05 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.50 - - [2026-02-05 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000653 10.0.0.50 - - [2026-02-05 02:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.23 - - [2026-02-05 02:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-02-05 02:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-02-05 02:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-02-05 02:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-02-05 02:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2026-02-05 02:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2026-02-05 02:56:17] "GET /obj-perms HTTP/1.1" 200 5013 0.004692 10.0.0.27 - - [2026-02-05 02:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.27 - - [2026-02-05 02:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-02-05 02:56:23] "GET /obj-perms HTTP/1.1" 200 5013 0.004537 10.0.0.27 - - [2026-02-05 02:56:26] "GET /obj-perms HTTP/1.1" 200 5013 0.004281 10.0.0.27 - - [2026-02-05 02:56:32] "GET /obj-perms HTTP/1.1" 200 5013 0.004192 10.0.0.27 - - [2026-02-05 02:56:35] "GET /obj-perms HTTP/1.1" 200 5013 0.004954 10.0.0.27 - - [2026-02-05 02:56:38] "GET /obj-perms HTTP/1.1" 200 5013 0.004331 10.0.0.27 - - [2026-02-05 02:56:39] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.010913 10.0.0.27 - - [2026-02-05 02:56:39] "POST /neutron/network HTTP/1.1" 200 1074 0.120291 10.0.0.27 - - [2026-02-05 02:56:39] "GET /virtual-network/fcd800d8-0474-4ea7-ab24-825c3680652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.009089 10.0.0.27 - - [2026-02-05 02:56:39] "DELETE /network-policy/cc93b26e-d6be-40cb-ac5f-e7b7677df55a HTTP/1.1" 200 115 0.042052 10.0.0.27 - - [2026-02-05 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2026-02-05 02:56:39] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.148971 10.0.0.27 - - [2026-02-05 02:56:39] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.193704 10.0.0.27 - - [2026-02-05 02:56:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005974 10.0.0.27 - - [2026-02-05 02:56:39] "DELETE /network-policy/e4b91860-3139-4f7b-b7eb-0f4e1dd97a2a HTTP/1.1" 200 115 0.053986 10.0.0.27 - - [2026-02-05 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008029 10.0.0.23 - - [2026-02-05 02:56:39] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001133 10.0.0.27 - - [2026-02-05 02:56:39] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048045 10.0.0.27 - - [2026-02-05 02:56:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006224 10.0.0.27 - - [2026-02-05 02:56:39] "DELETE /network-policy/f145dab4-d810-4123-ab52-cc9e23dbbb31 HTTP/1.1" 200 115 0.046157 10.0.0.27 - - [2026-02-05 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2026-02-05 02:56:40] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.27 - - [2026-02-05 02:56:40] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056916 10.0.0.27 - - [2026-02-05 02:56:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.007587 10.0.0.27 - - [2026-02-05 02:56:40] "DELETE /network-policy/192f473a-b8dc-432b-a2c1-c35bdbcebb66 HTTP/1.1" 200 115 0.039884 10.0.0.27 - - [2026-02-05 02:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.23 - - [2026-02-05 02:56:40] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001077 10.0.0.27 - - [2026-02-05 02:56:40] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047362 10.0.0.27 - - [2026-02-05 02:56:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006199 10.0.0.27 - - [2026-02-05 02:56:40] "DELETE /network-policy/95e02c5b-b6d8-409a-97cf-368133269fae HTTP/1.1" 200 115 0.040752 10.0.0.27 - - [2026-02-05 02:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005532 10.0.0.23 - - [2026-02-05 02:56:40] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001065 10.0.0.27 - - [2026-02-05 02:56:40] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052228 10.0.0.27 - - [2026-02-05 02:56:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005791 10.0.0.27 - - [2026-02-05 02:56:40] "DELETE /network-policy/2d6122a8-7eca-469a-948d-64806f42c1a5 HTTP/1.1" 200 115 0.036743 10.0.0.27 - - [2026-02-05 02:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.23 - - [2026-02-05 02:56:40] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001095 10.0.0.27 - - [2026-02-05 02:56:40] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.059880 10.0.0.27 - - [2026-02-05 02:56:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005682 10.0.0.27 - - [2026-02-05 02:56:40] "DELETE /network-policy/15255dc1-9a39-4856-982e-d54a143f75f1 HTTP/1.1" 200 115 0.047614 10.0.0.27 - - [2026-02-05 02:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.23 - - [2026-02-05 02:56:40] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.27 - - [2026-02-05 02:56:41] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060359 10.0.0.27 - - [2026-02-05 02:56:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.007187 10.0.0.27 - - [2026-02-05 02:56:41] "DELETE /network-policy/0b2dec49-8117-4934-a152-343c4d87fe04 HTTP/1.1" 200 115 0.073124 10.0.0.27 - - [2026-02-05 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.015493 10.0.0.23 - - [2026-02-05 02:56:41] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001427 10.0.0.27 - - [2026-02-05 02:56:41] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048212 10.0.0.27 - - [2026-02-05 02:56:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.008568 10.0.0.27 - - [2026-02-05 02:56:41] "DELETE /network-policy/ebf47543-c85e-41db-a7ce-0aaf9fc1dda6 HTTP/1.1" 200 115 0.044652 10.0.0.27 - - [2026-02-05 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.011218 10.0.0.23 - - [2026-02-05 02:56:41] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001051 10.0.0.27 - - [2026-02-05 02:56:41] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065043 10.0.0.27 - - [2026-02-05 02:56:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.012707 10.0.0.27 - - [2026-02-05 02:56:41] "DELETE /network-policy/31cf2efb-5e14-4bd2-baa3-7868ef7ce8a5 HTTP/1.1" 200 115 0.050581 10.0.0.27 - - [2026-02-05 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.020209 10.0.0.23 - - [2026-02-05 02:56:41] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.27 - - [2026-02-05 02:56:41] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.067224 10.0.0.27 - - [2026-02-05 02:56:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-25736708&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008908 10.0.0.23 - - [2026-02-05 02:56:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004390 10.0.0.23 - - [2026-02-05 02:56:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002995 10.0.0.50 - - [2026-02-05 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2026-02-05 02:56:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.23 - - [2026-02-05 02:56:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003792 10.0.0.27 - - [2026-02-05 02:56:42] "POST /neutron/network HTTP/1.1" 200 151 0.163137 10.0.0.50 - - [2026-02-05 02:56:42] "DELETE /route-target/958d08c3-834c-4641-a172-adedeae7a391 HTTP/1.1" 200 115 0.024648 10.0.0.27 - - [2026-02-05 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.27 - - [2026-02-05 02:56:42] "DELETE /network-ipam/ce6ef789-a189-43be-b8a0-35f1e1c7dedc HTTP/1.1" 200 115 0.032217 10.0.0.27 - - [2026-02-05 02:56:42] "POST /fqname-to-id HTTP/1.1" 404 248 0.003250 10.0.0.23 - - [2026-02-05 02:56:43] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001259 10.0.0.23 - - [2026-02-05 02:56:43] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.041723 10.0.0.23 - - [2026-02-05 02:56:43] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001403 10.0.0.23 - - [2026-02-05 02:56:43] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?fields=security_groups HTTP/1.1" 200 1382 0.055254 10.0.0.23 - - [2026-02-05 02:56:43] "DELETE /security-group/b5e9e51d-202d-4bfc-bd5a-822766d5b3af HTTP/1.1" 200 115 0.058892 10.0.0.23 - - [2026-02-05 02:56:43] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001141 10.0.0.23 - - [2026-02-05 02:56:43] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?fields=application_policy_sets HTTP/1.1" 200 1421 0.047530 10.0.0.27 - - [2026-02-05 02:56:43] "DELETE /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78 HTTP/1.1" 200 115 0.451423 10.0.0.23 - - [2026-02-05 02:56:43] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.27 - - [2026-02-05 02:56:43] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?fields=projects HTTP/1.1" 200 1438 0.012612 10.0.0.23 - - [2026-02-05 02:56:44] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003382 10.0.0.23 - - [2026-02-05 02:56:44] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2026-02-05 02:56:44] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036979 10.0.0.23 - - [2026-02-05 02:56:45] "POST /id-to-fqname HTTP/1.1" 200 196 0.003818 10.0.0.23 - - [2026-02-05 02:56:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.009458 10.0.0.23 - - [2026-02-05 02:56:45] "POST /security-groups HTTP/1.1" 200 597 0.089894 10.0.0.50 - - [2026-02-05 02:56:45] "POST /fqname-to-id HTTP/1.1" 404 240 0.006668 10.0.0.23 - - [2026-02-05 02:56:45] "POST /projects HTTP/1.1" 200 597 0.326979 10.0.0.23 - - [2026-02-05 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.404286 10.0.0.50 - - [2026-02-05 02:56:45] "POST /access-control-lists HTTP/1.1" 200 600 0.034338 10.0.0.27 - - [2026-02-05 02:56:45] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.594832 10.0.0.23 - - [2026-02-05 02:56:45] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001616 10.0.0.27 - - [2026-02-05 02:56:45] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?fields=virtual_networks HTTP/1.1" 200 1045 0.057967 10.0.0.23 - - [2026-02-05 02:56:45] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001009 10.0.0.27 - - [2026-02-05 02:56:45] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045465 10.0.0.23 - - [2026-02-05 02:56:45] "GET /projects?obj_uuids=cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001836 10.0.0.27 - - [2026-02-05 02:56:45] "GET /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78?fields=security_groups HTTP/1.1" 200 1277 0.055268 10.0.0.27 - - [2026-02-05 02:56:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.042344 10.0.0.23 - - [2026-02-05 02:56:46] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005297 10.0.0.23 - - [2026-02-05 02:56:46] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.23 - - [2026-02-05 02:56:46] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007268 10.0.0.23 - - [2026-02-05 02:56:46] "POST /id-to-fqname HTTP/1.1" 200 202 0.001326 10.0.0.23 - - [2026-02-05 02:56:46] "POST /fqname-to-id HTTP/1.1" 404 211 0.014637 10.0.0.23 - - [2026-02-05 02:56:47] "POST /security-groups HTTP/1.1" 200 603 0.045300 10.0.0.23 - - [2026-02-05 02:56:47] "POST /projects HTTP/1.1" 200 609 0.265912 10.0.0.50 - - [2026-02-05 02:56:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.013752 10.0.0.23 - - [2026-02-05 02:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.342331 10.0.0.27 - - [2026-02-05 02:56:47] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.494415 10.0.0.27 - - [2026-02-05 02:56:48] "GET / HTTP/1.1" 200 35931 0.001552 10.0.0.27 - - [2026-02-05 02:56:50] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2026-02-05 02:56:51] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.27 - - [2026-02-05 02:56:51] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065913 10.0.0.27 - - [2026-02-05 02:56:51] "GET / HTTP/1.1" 200 35931 0.002117 10.0.0.27 - - [2026-02-05 02:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.23 - - [2026-02-05 02:56:52] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.27 - - [2026-02-05 02:56:52] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009152 10.0.0.27 - - [2026-02-05 02:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.23 - - [2026-02-05 02:56:52] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.27 - - [2026-02-05 02:56:52] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041304 10.0.0.27 - - [2026-02-05 02:56:53] "GET /domains HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2026-02-05 02:56:53] "GET /domains HTTP/1.1" 200 280 0.031024 10.0.0.23 - - [2026-02-05 02:56:53] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.27 - - [2026-02-05 02:56:53] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a HTTP/1.1" 200 2971 0.009012 10.0.0.23 - - [2026-02-05 02:56:53] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.27 - - [2026-02-05 02:56:53] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11 HTTP/1.1" 200 1924 0.083102 10.0.0.27 - - [2026-02-05 02:56:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003233 10.0.0.27 - - [2026-02-05 02:56:53] "POST /network-ipams HTTP/1.1" 200 621 0.026790 10.0.0.27 - - [2026-02-05 02:56:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003647 10.0.0.27 - - [2026-02-05 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2026-02-05 02:56:54] "GET /network-ipam/760fd8ef-0026-4ced-9de6-bab70325611f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.008504 10.0.0.27 - - [2026-02-05 02:56:54] "PUT /network-ipam/760fd8ef-0026-4ced-9de6-bab70325611f HTTP/1.1" 200 258 0.019852 10.0.0.27 - - [2026-02-05 02:56:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2026-02-05 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.037033 10.0.0.23 - - [2026-02-05 02:56:54] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.27 - - [2026-02-05 02:56:54] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046510 10.0.0.27 - - [2026-02-05 02:56:54] "POST /neutron/network HTTP/1.1" 200 117 0.038967 10.0.0.50 - - [2026-02-05 02:56:55] "POST /ref-update HTTP/1.1" 200 156 0.027568 10.0.0.23 - - [2026-02-05 02:56:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007694 10.0.0.27 - - [2026-02-05 02:56:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.185086 10.0.0.27 - - [2026-02-05 02:56:55] "POST /id-to-fqname HTTP/1.1" 200 235 0.002120 10.0.0.27 - - [2026-02-05 02:56:55] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.009974 10.0.0.27 - - [2026-02-05 02:56:55] "POST /neutron/network HTTP/1.1" 200 1336 0.012896 10.0.0.27 - - [2026-02-05 02:56:55] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005399 10.0.0.27 - - [2026-02-05 02:56:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.009286 10.0.0.27 - - [2026-02-05 02:56:56] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006103 10.0.0.50 - - [2026-02-05 02:56:57] "GET /obj-perms HTTP/1.1" 200 5019 0.060734 10.0.0.23 - - [2026-02-05 02:56:57] "GET /obj-perms HTTP/1.1" 200 5019 0.071460 10.0.0.27 - - [2026-02-05 02:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-02-05 02:56:58] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001279 10.0.0.27 - - [2026-02-05 02:56:58] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048367 10.0.0.23 - - [2026-02-05 02:56:58] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.27 - - [2026-02-05 02:56:58] "POST /neutron/network HTTP/1.1" 200 623 0.130244 10.0.0.50 - - [2026-02-05 02:56:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.002880 10.0.0.23 - - [2026-02-05 02:56:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004749 10.0.0.27 - - [2026-02-05 02:56:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.221990 10.0.0.27 - - [2026-02-05 02:56:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001393 10.0.0.27 - - [2026-02-05 02:56:59] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005474 10.0.0.27 - - [2026-02-05 02:56:59] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.005845 10.0.0.27 - - [2026-02-05 02:56:59] "POST /neutron/network HTTP/1.1" 200 1337 0.012179 10.0.0.27 - - [2026-02-05 02:56:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.010697 10.0.0.27 - - [2026-02-05 02:56:59] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006250 10.0.0.27 - - [2026-02-05 02:56:59] "GET /obj-perms HTTP/1.1" 200 5019 0.057901 10.0.0.27 - - [2026-02-05 02:56:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.003707 10.0.0.27 - - [2026-02-05 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.23 - - [2026-02-05 02:57:00] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.27 - - [2026-02-05 02:57:00] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051110 10.0.0.27 - - [2026-02-05 02:57:00] "POST /network-policys HTTP/1.1" 200 533 0.074819 10.0.0.27 - - [2026-02-05 02:57:00] "GET /network-policy/6c55d778-204a-4557-860a-f3aab34946e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.007576 10.0.0.27 - - [2026-02-05 02:57:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.003861 10.0.0.27 - - [2026-02-05 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2026-02-05 02:57:00] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.27 - - [2026-02-05 02:57:00] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039467 10.0.0.27 - - [2026-02-05 02:57:00] "POST /network-policys HTTP/1.1" 200 533 0.074597 10.0.0.27 - - [2026-02-05 02:57:00] "GET /network-policy/73d62867-adee-48d6-9831-c9709f50fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007766 10.0.0.27 - - [2026-02-05 02:57:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.003631 10.0.0.27 - - [2026-02-05 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2026-02-05 02:57:00] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.27 - - [2026-02-05 02:57:00] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040053 10.0.0.27 - - [2026-02-05 02:57:01] "POST /network-policys HTTP/1.1" 200 533 0.078671 10.0.0.27 - - [2026-02-05 02:57:01] "GET /network-policy/fe7586cf-05ea-4691-9eda-167b1bc987a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006874 10.0.0.27 - - [2026-02-05 02:57:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003429 10.0.0.27 - - [2026-02-05 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2026-02-05 02:57:01] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001002 10.0.0.27 - - [2026-02-05 02:57:01] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041396 10.0.0.27 - - [2026-02-05 02:57:01] "POST /network-policys HTTP/1.1" 200 533 0.034285 10.0.0.27 - - [2026-02-05 02:57:01] "GET /network-policy/45b40861-4afa-4bc5-a994-b27feeabe90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.022182 10.0.0.50 - - [2026-02-05 02:57:01] "DELETE /access-control-list/a83bb3d7-08ff-40a0-823a-a9a8b0bb91dc HTTP/1.1" 200 115 0.042354 10.0.0.27 - - [2026-02-05 02:57:01] "POST /fqname-to-id HTTP/1.1" 404 213 0.003121 10.0.0.27 - - [2026-02-05 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006894 10.0.0.23 - - [2026-02-05 02:57:01] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.27 - - [2026-02-05 02:57:01] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061461 10.0.0.27 - - [2026-02-05 02:57:01] "POST /network-policys HTTP/1.1" 200 537 0.033967 10.0.0.27 - - [2026-02-05 02:57:02] "GET /network-policy/016cf144-a1dc-4797-939b-2585c9498df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.007198 10.0.0.27 - - [2026-02-05 02:57:02] "POST /fqname-to-id HTTP/1.1" 404 212 0.004054 10.0.0.27 - - [2026-02-05 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.23 - - [2026-02-05 02:57:02] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.27 - - [2026-02-05 02:57:02] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057051 10.0.0.27 - - [2026-02-05 02:57:02] "POST /network-policys HTTP/1.1" 200 535 0.031175 10.0.0.27 - - [2026-02-05 02:57:02] "GET /network-policy/e718d1b4-5cfa-4a81-a0a1-a28252f23b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006654 10.0.0.27 - - [2026-02-05 02:57:02] "POST /fqname-to-id HTTP/1.1" 404 212 0.003440 10.0.0.27 - - [2026-02-05 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.23 - - [2026-02-05 02:57:02] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.27 - - [2026-02-05 02:57:02] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058417 10.0.0.27 - - [2026-02-05 02:57:02] "POST /network-policys HTTP/1.1" 200 535 0.030765 10.0.0.27 - - [2026-02-05 02:57:02] "GET /network-policy/b9121510-365e-4a37-add3-980d979d16c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007253 10.0.0.27 - - [2026-02-05 02:57:02] "POST /fqname-to-id HTTP/1.1" 404 212 0.003560 10.0.0.27 - - [2026-02-05 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.23 - - [2026-02-05 02:57:02] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.27 - - [2026-02-05 02:57:03] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036919 10.0.0.27 - - [2026-02-05 02:57:03] "POST /network-policys HTTP/1.1" 200 535 0.033255 10.0.0.27 - - [2026-02-05 02:57:03] "GET /network-policy/aab37435-59d7-4662-958e-2b01303292b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007260 10.0.0.27 - - [2026-02-05 02:57:03] "POST /fqname-to-id HTTP/1.1" 404 212 0.003809 10.0.0.27 - - [2026-02-05 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.23 - - [2026-02-05 02:57:03] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.27 - - [2026-02-05 02:57:03] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052625 10.0.0.27 - - [2026-02-05 02:57:03] "POST /network-policys HTTP/1.1" 200 535 0.031921 10.0.0.27 - - [2026-02-05 02:57:03] "GET /network-policy/42ddd1ad-c3dd-43bd-a755-bd3ac80212fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006626 10.0.0.27 - - [2026-02-05 02:57:03] "POST /fqname-to-id HTTP/1.1" 404 214 0.003661 10.0.0.27 - - [2026-02-05 02:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.23 - - [2026-02-05 02:57:03] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.27 - - [2026-02-05 02:57:03] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044932 10.0.0.27 - - [2026-02-05 02:57:03] "POST /network-policys HTTP/1.1" 200 539 0.029314 10.0.0.27 - - [2026-02-05 02:57:03] "GET /network-policy/7382a65e-d9f5-4ecb-bdd7-37089edaf912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006587 10.0.0.50 - - [2026-02-05 02:57:04] "POST /access-control-lists HTTP/1.1" 200 609 0.054555 10.0.0.27 - - [2026-02-05 02:57:04] "POST /neutron/network HTTP/1.1" 200 1424 0.046668 10.0.0.27 - - [2026-02-05 02:57:04] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.009465 10.0.0.27 - - [2026-02-05 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2026-02-05 02:57:04] "GET /network-policy/6c55d778-204a-4557-860a-f3aab34946e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.005953 10.0.0.27 - - [2026-02-05 02:57:04] "POST /neutron/network HTTP/1.1" 200 1427 0.015282 10.0.0.27 - - [2026-02-05 02:57:04] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.014398 10.0.0.27 - - [2026-02-05 02:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.50 - - [2026-02-05 02:57:04] "POST /ref-update HTTP/1.1" 200 156 0.033999 10.0.0.27 - - [2026-02-05 02:57:04] "GET /network-policy/016cf144-a1dc-4797-939b-2585c9498df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004595 10.0.0.27 - - [2026-02-05 02:57:04] "POST /id-to-fqname HTTP/1.1" 200 235 0.001456 10.0.0.23 - - [2026-02-05 02:57:05] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.27 - - [2026-02-05 02:57:05] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.091492 10.0.0.27 - - [2026-02-05 02:57:06] "POST /neutron/port HTTP/1.1" 200 117 0.008786 10.0.0.27 - - [2026-02-05 02:57:06] "POST /id-to-fqname HTTP/1.1" 200 235 0.001779 10.0.0.27 - - [2026-02-05 02:57:06] "POST /neutron/network HTTP/1.1" 200 1437 0.008297 10.0.0.27 - - [2026-02-05 02:57:07] "POST /neutron/port HTTP/1.1" 200 1173 0.068978 10.0.0.23 - - [2026-02-05 02:57:07] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001087 10.0.0.27 - - [2026-02-05 02:57:07] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.116401 10.0.0.27 - - [2026-02-05 02:57:07] "POST /neutron/network HTTP/1.1" 200 1427 0.011204 10.0.0.27 - - [2026-02-05 02:57:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004455 10.0.0.27 - - [2026-02-05 02:57:07] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.27 - - [2026-02-05 02:57:07] "POST /neutron/network HTTP/1.1" 200 1424 0.011468 10.0.0.27 - - [2026-02-05 02:57:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008212 10.0.0.27 - - [2026-02-05 02:57:08] "POST /neutron/port HTTP/1.1" 200 1174 0.024927 10.0.0.27 - - [2026-02-05 02:57:08] "POST /neutron/port HTTP/1.1" 200 1238 0.019489 10.0.0.27 - - [2026-02-05 02:57:08] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016306 10.0.0.27 - - [2026-02-05 02:57:08] "POST /neutron/network HTTP/1.1" 200 1427 0.012236 10.0.0.27 - - [2026-02-05 02:57:12] "POST /neutron/port HTTP/1.1" 200 1237 0.020102 10.0.0.27 - - [2026-02-05 02:57:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008115 10.0.0.27 - - [2026-02-05 02:57:13] "GET /virtual-machine/709bb5c9-41d8-4405-b785-5512d05e1c59 HTTP/1.1" 401 292 0.000397 10.0.0.27 - - [2026-02-05 02:57:13] "GET /virtual-machine/709bb5c9-41d8-4405-b785-5512d05e1c59 HTTP/1.1" 200 1304 0.042959 10.0.0.27 - - [2026-02-05 02:57:13] "GET /virtual-machine-interface/b511ad98-66f6-49a8-a5cc-2033fb9287ba HTTP/1.1" 200 3169 0.005635 10.0.0.27 - - [2026-02-05 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2026-02-05 02:57:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004495 10.0.0.27 - - [2026-02-05 02:57:13] "GET /virtual-networks?parent_id=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003120 10.0.0.27 - - [2026-02-05 02:57:13] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006555 10.0.0.23 - - [2026-02-05 02:57:15] "DELETE /project/cf4b6ee404eb4ef7ad410e7368df5b78 HTTP/1.1" 404 173 0.003808 10.0.0.23 - - [2026-02-05 02:57:15] "DELETE /project/2a4dbc668b4e4a30a083d891a6a8be11 HTTP/1.1" 404 173 0.003724 10.0.0.23 - - [2026-02-05 02:57:15] "DELETE /project/cf4b6ee4-04eb-4ef7-ad41-0e7368df5b78 HTTP/1.1" 404 177 0.006526 10.0.0.27 - - [2026-02-05 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2026-02-05 02:57:16] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006024 10.0.0.27 - - [2026-02-05 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005269 10.0.0.27 - - [2026-02-05 02:57:20] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006995 10.0.0.27 - - [2026-02-05 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-02-05 02:57:24] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005985 10.0.0.27 - - [2026-02-05 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2026-02-05 02:57:28] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006217 10.0.0.27 - - [2026-02-05 02:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.27 - - [2026-02-05 02:57:33] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005515 10.0.0.27 - - [2026-02-05 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2026-02-05 02:57:37] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005352 10.0.0.27 - - [2026-02-05 02:57:39] "POST /neutron/network HTTP/1.1" 200 1437 0.007613 10.0.0.27 - - [2026-02-05 02:57:39] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018248 10.0.0.27 - - [2026-02-05 02:57:39] "POST /neutron/network HTTP/1.1" 200 1427 0.012220 10.0.0.27 - - [2026-02-05 02:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009214 10.0.0.27 - - [2026-02-05 02:57:41] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005678 10.0.0.27 - - [2026-02-05 02:57:43] "POST /neutron/network HTTP/1.1" 200 1434 0.007855 10.0.0.27 - - [2026-02-05 02:57:44] "POST /neutron/subnet HTTP/1.1" 200 1356 0.025502 10.0.0.27 - - [2026-02-05 02:57:44] "POST /neutron/network HTTP/1.1" 200 1424 0.011771 10.0.0.27 - - [2026-02-05 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2026-02-05 02:57:45] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006298 10.0.0.27 - - [2026-02-05 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-02-05 02:57:47] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004382 10.0.0.27 - - [2026-02-05 02:57:47] "GET /virtual-networks?parent_id=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003093 10.0.0.27 - - [2026-02-05 02:57:47] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006031 10.0.0.27 - - [2026-02-05 02:57:52] "POST /neutron/port HTTP/1.1" 200 1237 0.019461 10.0.0.27 - - [2026-02-05 02:57:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008188 10.0.0.27 - - [2026-02-05 02:57:57] "POST /neutron/port HTTP/1.1" 200 1237 0.020543 10.0.0.27 - - [2026-02-05 02:58:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009325 10.0.0.27 - - [2026-02-05 02:58:08] "POST /neutron/port HTTP/1.1" 200 1238 0.022773 10.0.0.27 - - [2026-02-05 02:58:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010403 10.0.0.27 - - [2026-02-05 02:58:08] "GET /virtual-machine/c830e67d-cf4e-42b8-ab0b-97034c3dcf28 HTTP/1.1" 200 1305 0.007038 10.0.0.27 - - [2026-02-05 02:58:08] "GET /virtual-machine-interface/464507e1-cc38-438f-8df9-1fc8876b3a19 HTTP/1.1" 200 3168 0.005367 10.0.0.27 - - [2026-02-05 02:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.27 - - [2026-02-05 02:58:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.27 - - [2026-02-05 02:58:08] "GET /virtual-networks?parent_id=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002939 10.0.0.27 - - [2026-02-05 02:58:08] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006423 10.0.0.27 - - [2026-02-05 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2026-02-05 02:58:09] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004772 10.0.0.27 - - [2026-02-05 02:58:09] "GET /virtual-networks?parent_id=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003499 10.0.0.27 - - [2026-02-05 02:58:10] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006426 10.0.0.27 - - [2026-02-05 02:58:10] "POST /neutron/port HTTP/1.1" 200 1238 0.017643 10.0.0.27 - - [2026-02-05 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.27 - - [2026-02-05 02:58:10] "GET /network-policy/016cf144-a1dc-4797-939b-2585c9498df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004680 10.0.0.27 - - [2026-02-05 02:58:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008489 10.0.0.27 - - [2026-02-05 02:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.27 - - [2026-02-05 02:58:10] "GET /network-policy/6c55d778-204a-4557-860a-f3aab34946e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4989 0.004511 10.0.0.50 - - [2026-02-05 02:58:11] "PUT /access-control-list/67df65f7-1dcc-4c9a-a151-7623f53bd110 HTTP/1.1" 200 272 0.022291 10.0.0.50 - - [2026-02-05 02:58:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.050683 10.0.0.27 - - [2026-02-05 02:58:11] "POST /neutron/network HTTP/1.1" 200 1424 0.016403 10.0.0.27 - - [2026-02-05 02:58:11] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005943 10.0.0.27 - - [2026-02-05 02:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2026-02-05 02:58:11] "GET /network-policy/73d62867-adee-48d6-9831-c9709f50fae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004771 10.0.0.27 - - [2026-02-05 02:58:34] "POST /neutron/network HTTP/1.1" 200 1427 0.045381 10.0.0.27 - - [2026-02-05 02:58:34] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007856 10.0.0.27 - - [2026-02-05 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2026-02-05 02:58:34] "GET /network-policy/7382a65e-d9f5-4ecb-bdd7-37089edaf912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004962 10.0.0.27 - - [2026-02-05 02:58:40] "POST /neutron/network HTTP/1.1" 200 1437 0.010653 10.0.0.27 - - [2026-02-05 02:58:40] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015737 10.0.0.27 - - [2026-02-05 02:58:40] "POST /neutron/network HTTP/1.1" 200 1427 0.013091 10.0.0.27 - - [2026-02-05 02:58:44] "POST /neutron/network HTTP/1.1" 200 1437 0.007781 10.0.0.27 - - [2026-02-05 02:58:44] "POST /neutron/subnet HTTP/1.1" 200 1356 0.015649 10.0.0.27 - - [2026-02-05 02:58:44] "POST /neutron/network HTTP/1.1" 200 1427 0.014536 10.0.0.50 - - [2026-02-05 02:58:47] "PUT /access-control-list/67df65f7-1dcc-4c9a-a151-7623f53bd110 HTTP/1.1" 200 272 0.069507 10.0.0.27 - - [2026-02-05 02:58:47] "POST /neutron/network HTTP/1.1" 200 1424 0.037178 10.0.0.27 - - [2026-02-05 02:58:47] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.010005 10.0.0.27 - - [2026-02-05 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.27 - - [2026-02-05 02:58:47] "GET /network-policy/fe7586cf-05ea-4691-9eda-167b1bc987a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006050 10.0.0.50 - - [2026-02-05 02:58:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.004817 10.0.0.27 - - [2026-02-05 02:58:59] "POST /neutron/network HTTP/1.1" 200 1424 0.020761 10.0.0.27 - - [2026-02-05 02:58:59] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005756 10.0.0.27 - - [2026-02-05 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2026-02-05 02:58:59] "GET /network-policy/45b40861-4afa-4bc5-a994-b27feeabe90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004775 10.0.0.50 - - [2026-02-05 02:59:09] "PUT /access-control-list/67df65f7-1dcc-4c9a-a151-7623f53bd110 HTTP/1.1" 200 272 0.017318 10.0.0.27 - - [2026-02-05 02:59:10] "POST /neutron/network HTTP/1.1" 200 1425 0.071013 10.0.0.27 - - [2026-02-05 02:59:10] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.010378 10.0.0.27 - - [2026-02-05 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005672 10.0.0.27 - - [2026-02-05 02:59:10] "GET /network-policy/e718d1b4-5cfa-4a81-a0a1-a28252f23b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005757 10.0.0.50 - - [2026-02-05 02:59:22] "POST /ref-update HTTP/1.1" 200 156 0.045138 10.0.0.27 - - [2026-02-05 02:59:22] "POST /neutron/network HTTP/1.1" 200 1425 0.021797 10.0.0.27 - - [2026-02-05 02:59:22] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007564 10.0.0.27 - - [2026-02-05 02:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.27 - - [2026-02-05 02:59:22] "GET /network-policy/b9121510-365e-4a37-add3-980d979d16c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004884 10.0.0.50 - - [2026-02-05 02:59:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.004202 10.0.0.27 - - [2026-02-05 02:59:33] "POST /neutron/network HTTP/1.1" 200 1425 0.025847 10.0.0.27 - - [2026-02-05 02:59:33] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.007133 10.0.0.27 - - [2026-02-05 02:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006482 10.0.0.27 - - [2026-02-05 02:59:33] "GET /network-policy/aab37435-59d7-4662-958e-2b01303292b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004735 10.0.0.27 - - [2026-02-05 02:59:40] "POST /neutron/network HTTP/1.1" 200 1437 0.007407 10.0.0.27 - - [2026-02-05 02:59:40] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019735 10.0.0.27 - - [2026-02-05 02:59:40] "POST /neutron/network HTTP/1.1" 200 1427 0.012415 10.0.0.50 - - [2026-02-05 02:59:42] "GET /obj-perms HTTP/1.1" 200 5056 0.065150 10.0.0.23 - - [2026-02-05 02:59:42] "GET /obj-perms HTTP/1.1" 200 5056 0.055290 10.0.0.27 - - [2026-02-05 02:59:45] "POST /neutron/network HTTP/1.1" 200 1435 0.007677 10.0.0.27 - - [2026-02-05 02:59:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004652 10.0.0.27 - - [2026-02-05 02:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.27 - - [2026-02-05 02:59:45] "POST /neutron/network HTTP/1.1" 200 1425 0.014736 10.0.0.27 - - [2026-02-05 02:59:45] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005380 10.0.0.27 - - [2026-02-05 02:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2026-02-05 02:59:45] "GET /network-policy/42ddd1ad-c3dd-43bd-a755-bd3ac80212fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.011941 10.0.0.27 - - [2026-02-05 02:59:55] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.008560 10.0.0.50 - - [2026-02-05 02:59:55] "DELETE /access-control-list/67df65f7-1dcc-4c9a-a151-7623f53bd110 HTTP/1.1" 200 115 0.057665 10.0.0.27 - - [2026-02-05 02:59:55] "POST /neutron/network HTTP/1.1" 200 1336 0.014168 10.0.0.27 - - [2026-02-05 02:59:55] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.005711 10.0.0.27 - - [2026-02-05 02:59:55] "GET /virtual-machine/c830e67d-cf4e-42b8-ab0b-97034c3dcf28 HTTP/1.1" 200 1305 0.004301 10.0.0.27 - - [2026-02-05 02:59:56] "POST /neutron/port HTTP/1.1" 200 151 0.238812 10.0.0.27 - - [2026-02-05 02:59:57] "GET /virtual-machine/c830e67d-cf4e-42b8-ab0b-97034c3dcf28 HTTP/1.1" 404 171 0.003877 10.0.0.27 - - [2026-02-05 02:59:58] "GET /virtual-machine/c830e67d-cf4e-42b8-ab0b-97034c3dcf28 HTTP/1.1" 404 171 0.003113 10.0.0.27 - - [2026-02-05 02:59:58] "GET /virtual-machine/c830e67d-cf4e-42b8-ab0b-97034c3dcf28 HTTP/1.1" 404 171 0.003144 10.0.0.27 - - [2026-02-05 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-02-05 02:59:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004555 10.0.0.27 - - [2026-02-05 02:59:58] "GET /virtual-networks?parent_id=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003632 10.0.0.27 - - [2026-02-05 02:59:58] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006072 10.0.0.27 - - [2026-02-05 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2026-02-05 02:59:58] "GET /routing-instance/62e8d4e2-909f-4706-8b64-a6e43153d137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005512 10.0.0.27 - - [2026-02-05 02:59:58] "GET /route-target/7e7c6cb3-c79d-4463-960b-b72e386e00b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004610 10.0.0.27 - - [2026-02-05 02:59:58] "GET /obj-perms HTTP/1.1" 200 5019 0.005388 10.0.0.50 - - [2026-02-05 03:00:04] "GET /obj-perms HTTP/1.1" 200 5019 0.005802 10.0.0.27 - - [2026-02-05 03:00:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004230 10.0.0.27 - - [2026-02-05 03:00:10] "GET /obj-perms HTTP/1.1" 200 5019 0.004553 10.0.0.50 - - [2026-02-05 03:00:10] "GET /obj-perms HTTP/1.1" 200 5019 0.004310 10.0.0.27 - - [2026-02-05 03:00:11] "GET /virtual-machine/709bb5c9-41d8-4405-b785-5512d05e1c59 HTTP/1.1" 200 1304 0.004389 10.0.0.27 - - [2026-02-05 03:00:11] "POST /neutron/port HTTP/1.1" 200 151 0.264771 10.0.0.27 - - [2026-02-05 03:00:13] "GET /virtual-machine/709bb5c9-41d8-4405-b785-5512d05e1c59 HTTP/1.1" 404 171 0.003362 10.0.0.27 - - [2026-02-05 03:00:13] "GET /virtual-machine/709bb5c9-41d8-4405-b785-5512d05e1c59 HTTP/1.1" 404 171 0.002778 10.0.0.27 - - [2026-02-05 03:00:13] "GET /virtual-machine/709bb5c9-41d8-4405-b785-5512d05e1c59 HTTP/1.1" 404 171 0.002900 10.0.0.27 - - [2026-02-05 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.27 - - [2026-02-05 03:00:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004539 10.0.0.27 - - [2026-02-05 03:00:13] "GET /virtual-networks?parent_id=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003346 10.0.0.27 - - [2026-02-05 03:00:13] "GET /virtual-network/bda4e48b-624a-4a9b-9212-7ae450b0d010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006861 10.0.0.27 - - [2026-02-05 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.27 - - [2026-02-05 03:00:13] "GET /routing-instance/d4f9ca38-e73d-4cbf-94ff-096a75d4b6d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004910 10.0.0.27 - - [2026-02-05 03:00:13] "GET /route-target/e29c94d0-f904-432a-b158-f38ea2943029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004691 10.0.0.27 - - [2026-02-05 03:00:16] "GET /obj-perms HTTP/1.1" 200 5019 0.004179 10.0.0.27 - - [2026-02-05 03:00:19] "GET /obj-perms HTTP/1.1" 200 5019 0.005503 10.0.0.27 - - [2026-02-05 03:00:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004287 10.0.0.27 - - [2026-02-05 03:00:28] "GET /obj-perms HTTP/1.1" 200 5019 0.004241 10.0.0.27 - - [2026-02-05 03:00:35] "GET /obj-perms HTTP/1.1" 200 5019 0.005471 10.0.0.27 - - [2026-02-05 03:00:38] "GET /obj-perms HTTP/1.1" 200 5019 0.004313 10.0.0.27 - - [2026-02-05 03:00:38] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007308 10.0.0.50 - - [2026-02-05 03:00:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.009279 10.0.0.27 - - [2026-02-05 03:00:38] "POST /neutron/network HTTP/1.1" 200 1337 0.020785 10.0.0.27 - - [2026-02-05 03:00:38] "GET /virtual-network/6e0a5aba-40a8-490e-a41d-43f3c86a4681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.010251 10.0.0.50 - - [2026-02-05 03:00:38] "POST /ref-update HTTP/1.1" 200 156 0.163204 10.0.0.27 - - [2026-02-05 03:00:38] "DELETE /network-policy/7382a65e-d9f5-4ecb-bdd7-37089edaf912 HTTP/1.1" 200 115 0.077389 10.0.0.27 - - [2026-02-05 03:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.23 - - [2026-02-05 03:00:39] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001647 10.0.0.27 - - [2026-02-05 03:00:39] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063285 10.0.0.27 - - [2026-02-05 03:00:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005834 10.0.0.27 - - [2026-02-05 03:00:39] "DELETE /network-policy/42ddd1ad-c3dd-43bd-a755-bd3ac80212fe HTTP/1.1" 200 115 0.062505 10.0.0.27 - - [2026-02-05 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.23 - - [2026-02-05 03:00:39] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001779 10.0.0.27 - - [2026-02-05 03:00:39] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.076524 10.0.0.27 - - [2026-02-05 03:00:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005926 10.0.0.27 - - [2026-02-05 03:00:39] "DELETE /network-policy/aab37435-59d7-4662-958e-2b01303292b7 HTTP/1.1" 200 115 0.040121 10.0.0.27 - - [2026-02-05 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005511 10.0.0.23 - - [2026-02-05 03:00:39] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001461 10.0.0.27 - - [2026-02-05 03:00:39] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051925 10.0.0.27 - - [2026-02-05 03:00:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005804 10.0.0.27 - - [2026-02-05 03:00:39] "DELETE /network-policy/b9121510-365e-4a37-add3-980d979d16c7 HTTP/1.1" 200 115 0.039533 10.0.0.27 - - [2026-02-05 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006250 10.0.0.23 - - [2026-02-05 03:00:39] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001388 10.0.0.27 - - [2026-02-05 03:00:39] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061772 10.0.0.27 - - [2026-02-05 03:00:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005520 10.0.0.27 - - [2026-02-05 03:00:39] "DELETE /network-policy/e718d1b4-5cfa-4a81-a0a1-a28252f23b93 HTTP/1.1" 200 115 0.049719 10.0.0.27 - - [2026-02-05 03:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.23 - - [2026-02-05 03:00:39] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001084 10.0.0.27 - - [2026-02-05 03:00:39] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041070 10.0.0.27 - - [2026-02-05 03:00:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.006423 10.0.0.27 - - [2026-02-05 03:00:40] "DELETE /network-policy/016cf144-a1dc-4797-939b-2585c9498df4 HTTP/1.1" 200 115 0.042490 10.0.0.27 - - [2026-02-05 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.023137 10.0.0.23 - - [2026-02-05 03:00:40] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001221 10.0.0.27 - - [2026-02-05 03:00:40] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052196 10.0.0.27 - - [2026-02-05 03:00:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005568 10.0.0.27 - - [2026-02-05 03:00:40] "DELETE /network-policy/45b40861-4afa-4bc5-a994-b27feeabe90d HTTP/1.1" 200 115 0.045323 10.0.0.27 - - [2026-02-05 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006495 10.0.0.23 - - [2026-02-05 03:00:40] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001515 10.0.0.27 - - [2026-02-05 03:00:40] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.073929 10.0.0.27 - - [2026-02-05 03:00:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.008085 10.0.0.27 - - [2026-02-05 03:00:40] "DELETE /network-policy/fe7586cf-05ea-4691-9eda-167b1bc987a7 HTTP/1.1" 200 115 0.044392 10.0.0.27 - - [2026-02-05 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006963 10.0.0.23 - - [2026-02-05 03:00:40] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.27 - - [2026-02-05 03:00:40] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061036 10.0.0.27 - - [2026-02-05 03:00:40] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006573 10.0.0.27 - - [2026-02-05 03:00:40] "DELETE /network-policy/73d62867-adee-48d6-9831-c9709f50fae4 HTTP/1.1" 200 115 0.048390 10.0.0.27 - - [2026-02-05 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2026-02-05 03:00:40] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000995 10.0.0.27 - - [2026-02-05 03:00:41] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041507 10.0.0.27 - - [2026-02-05 03:00:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005281 10.0.0.27 - - [2026-02-05 03:00:41] "DELETE /network-policy/6c55d778-204a-4557-860a-f3aab34946e8 HTTP/1.1" 200 115 0.047826 10.0.0.27 - - [2026-02-05 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.23 - - [2026-02-05 03:00:41] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.27 - - [2026-02-05 03:00:41] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066054 10.0.0.27 - - [2026-02-05 03:00:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-92590757&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.015925 10.0.0.27 - - [2026-02-05 03:00:41] "POST /neutron/network HTTP/1.1" 200 1336 0.023071 10.0.0.50 - - [2026-02-05 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.014478 10.0.0.27 - - [2026-02-05 03:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.27 - - [2026-02-05 03:00:42] "DELETE /network-ipam/760fd8ef-0026-4ced-9de6-bab70325611f HTTP/1.1" 200 115 0.042916 10.0.0.27 - - [2026-02-05 03:00:42] "POST /fqname-to-id HTTP/1.1" 404 260 0.005272 10.0.0.23 - - [2026-02-05 03:00:42] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.23 - - [2026-02-05 03:00:42] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.062174 10.0.0.23 - - [2026-02-05 03:00:42] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.23 - - [2026-02-05 03:00:42] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?fields=security_groups HTTP/1.1" 200 1399 0.051302 10.0.0.23 - - [2026-02-05 03:00:42] "DELETE /security-group/c0697646-cbc3-4676-a70d-0a11f35c292f HTTP/1.1" 200 115 0.096224 10.0.0.23 - - [2026-02-05 03:00:42] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.23 - - [2026-02-05 03:00:42] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?fields=application_policy_sets HTTP/1.1" 200 1438 0.066123 10.0.0.50 - - [2026-02-05 03:00:42] "DELETE /access-control-list/a4b193f3-4a6f-4c51-9404-cbe0866e471b HTTP/1.1" 200 115 0.069285 10.0.0.27 - - [2026-02-05 03:00:43] "DELETE /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11 HTTP/1.1" 200 115 0.509011 10.0.0.23 - - [2026-02-05 03:00:43] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.27 - - [2026-02-05 03:00:43] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?fields=projects HTTP/1.1" 200 1438 0.009828 10.0.0.27 - - [2026-02-05 03:00:43] "GET /obj-perms HTTP/1.1" 200 5056 0.074933 10.0.0.23 - - [2026-02-05 03:00:44] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003540 10.0.0.23 - - [2026-02-05 03:00:44] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.23 - - [2026-02-05 03:00:44] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049869 10.0.0.23 - - [2026-02-05 03:00:44] "POST /id-to-fqname HTTP/1.1" 200 202 0.005208 10.0.0.23 - - [2026-02-05 03:00:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003772 10.0.0.23 - - [2026-02-05 03:00:44] "POST /security-groups HTTP/1.1" 200 603 0.072587 10.0.0.23 - - [2026-02-05 03:00:44] "POST /projects HTTP/1.1" 200 609 0.269537 10.0.0.50 - - [2026-02-05 03:00:44] "POST /fqname-to-id HTTP/1.1" 404 245 0.005676 10.0.0.23 - - [2026-02-05 03:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.352291 10.0.0.27 - - [2026-02-05 03:00:44] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.508801 10.0.0.23 - - [2026-02-05 03:00:44] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002177 10.0.0.27 - - [2026-02-05 03:00:44] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?fields=virtual_networks HTTP/1.1" 200 1056 0.073900 10.0.0.23 - - [2026-02-05 03:00:45] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002240 10.0.0.27 - - [2026-02-05 03:00:45] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.053958 10.0.0.23 - - [2026-02-05 03:00:45] "GET /projects?obj_uuids=2a4dbc66-8b4e-4a30-a083-d891a6a8be11&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001080 10.0.0.27 - - [2026-02-05 03:00:45] "GET /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11?fields=security_groups HTTP/1.1" 200 1294 0.044083 10.0.0.27 - - [2026-02-05 03:00:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.042579 10.0.0.23 - - [2026-02-05 03:00:46] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003619 10.0.0.23 - - [2026-02-05 03:00:46] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.23 - - [2026-02-05 03:00:46] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007199 10.0.0.23 - - [2026-02-05 03:00:46] "POST /id-to-fqname HTTP/1.1" 200 184 0.009806 10.0.0.23 - - [2026-02-05 03:00:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.005234 10.0.0.23 - - [2026-02-05 03:00:46] "POST /security-groups HTTP/1.1" 200 585 0.089794 10.0.0.23 - - [2026-02-05 03:00:46] "POST /projects HTTP/1.1" 200 573 0.324150 10.0.0.50 - - [2026-02-05 03:00:46] "POST /access-control-lists HTTP/1.1" 200 590 0.040179 10.0.0.23 - - [2026-02-05 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.400051 10.0.0.27 - - [2026-02-05 03:00:46] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.575761 10.0.0.27 - - [2026-02-05 03:00:48] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.27 - - [2026-02-05 03:00:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.27 - - [2026-02-05 03:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.068651 10.0.0.23 - - [2026-02-05 03:00:49] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001026 10.0.0.27 - - [2026-02-05 03:00:49] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.041017 10.0.0.23 - - [2026-02-05 03:00:49] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001041 10.0.0.27 - - [2026-02-05 03:00:49] "POST /neutron/network HTTP/1.1" 200 599 0.147408 10.0.0.50 - - [2026-02-05 03:00:49] "POST /route-targets HTTP/1.1" 200 327 0.025594 10.0.0.27 - - [2026-02-05 03:00:49] "POST /neutron/network HTTP/1.1" 200 993 0.011912 10.0.0.27 - - [2026-02-05 03:00:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001779 10.0.0.27 - - [2026-02-05 03:00:49] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007273 10.0.0.27 - - [2026-02-05 03:00:49] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.008427 10.0.0.27 - - [2026-02-05 03:00:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.012506 10.0.0.27 - - [2026-02-05 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2026-02-05 03:00:50] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001314 10.0.0.27 - - [2026-02-05 03:00:50] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.044684 10.0.0.23 - - [2026-02-05 03:00:50] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001446 10.0.0.27 - - [2026-02-05 03:00:50] "POST /neutron/network HTTP/1.1" 200 599 0.132807 10.0.0.50 - - [2026-02-05 03:00:50] "POST /ref-update HTTP/1.1" 200 156 0.026389 10.0.0.27 - - [2026-02-05 03:00:50] "POST /neutron/network HTTP/1.1" 200 991 0.015954 10.0.0.27 - - [2026-02-05 03:00:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001588 10.0.0.27 - - [2026-02-05 03:00:50] "GET /virtual-network/3b33cb78-0d58-4f09-acf8-27c7fcdcfb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.007104 10.0.0.27 - - [2026-02-05 03:00:50] "GET /virtual-network/3b33cb78-0d58-4f09-acf8-27c7fcdcfb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.005975 10.0.0.27 - - [2026-02-05 03:00:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.011175 10.0.0.27 - - [2026-02-05 03:00:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001441 10.0.0.23 - - [2026-02-05 03:00:51] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001189 10.0.0.27 - - [2026-02-05 03:00:51] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.080531 10.0.0.27 - - [2026-02-05 03:00:52] "POST /neutron/network HTTP/1.1" 200 993 0.043416 10.0.0.27 - - [2026-02-05 03:00:52] "POST /id-to-fqname HTTP/1.1" 200 214 0.001408 10.0.0.27 - - [2026-02-05 03:00:52] "POST /neutron/port HTTP/1.1" 200 117 0.006735 10.0.0.23 - - [2026-02-05 03:00:52] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001097 10.0.0.27 - - [2026-02-05 03:00:53] "POST /neutron/port HTTP/1.1" 200 1162 0.339379 10.0.0.23 - - [2026-02-05 03:00:53] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000930 10.0.0.27 - - [2026-02-05 03:00:53] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.106228 10.0.0.27 - - [2026-02-05 03:00:53] "POST /neutron/port HTTP/1.1" 200 1216 0.165572 10.0.0.27 - - [2026-02-05 03:00:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007854 10.0.0.27 - - [2026-02-05 03:00:53] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.27 - - [2026-02-05 03:00:53] "POST /neutron/network HTTP/1.1" 200 993 0.008263 10.0.0.27 - - [2026-02-05 03:00:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001392 10.0.0.27 - - [2026-02-05 03:00:53] "POST /neutron/port HTTP/1.1" 200 1226 0.019783 10.0.0.27 - - [2026-02-05 03:00:54] "POST /neutron/network HTTP/1.1" 200 1003 0.009492 10.0.0.27 - - [2026-02-05 03:00:54] "POST /neutron/port HTTP/1.1" 200 1162 0.059790 10.0.0.23 - - [2026-02-05 03:00:54] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001015 10.0.0.27 - - [2026-02-05 03:00:54] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.077547 10.0.0.27 - - [2026-02-05 03:00:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005615 10.0.0.27 - - [2026-02-05 03:00:54] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014290 10.0.0.27 - - [2026-02-05 03:00:54] "POST /neutron/network HTTP/1.1" 200 993 0.015536 10.0.0.27 - - [2026-02-05 03:00:55] "POST /neutron/port HTTP/1.1" 200 117 0.006762 10.0.0.27 - - [2026-02-05 03:00:55] "POST /neutron/port HTTP/1.1" 200 1226 0.019667 10.0.0.27 - - [2026-02-05 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007907 10.0.0.27 - - [2026-02-05 03:00:55] "GET /virtual-machine/48ec2e53-faf7-4061-901e-47c2a0ef2b27 HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-02-05 03:00:55] "POST /neutron/port HTTP/1.1" 200 1160 0.031713 10.0.0.27 - - [2026-02-05 03:00:55] "GET /virtual-machine/48ec2e53-faf7-4061-901e-47c2a0ef2b27 HTTP/1.1" 200 1286 0.050475 10.0.0.27 - - [2026-02-05 03:00:55] "GET /virtual-machine-interface/6b348126-de3f-46d3-acef-5aaf33f846f8 HTTP/1.1" 200 3104 0.005272 10.0.0.27 - - [2026-02-05 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.27 - - [2026-02-05 03:00:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003614 10.0.0.27 - - [2026-02-05 03:00:56] "GET /virtual-networks?parent_id=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004025 10.0.0.27 - - [2026-02-05 03:00:56] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005580 10.0.0.27 - - [2026-02-05 03:00:56] "POST /neutron/port HTTP/1.1" 200 1224 0.021151 10.0.0.27 - - [2026-02-05 03:00:56] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014454 10.0.0.27 - - [2026-02-05 03:00:56] "POST /neutron/network HTTP/1.1" 200 991 0.009387 10.0.0.27 - - [2026-02-05 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2026-02-05 03:00:59] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006051 10.0.0.27 - - [2026-02-05 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-02-05 03:01:03] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007055 10.0.0.27 - - [2026-02-05 03:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2026-02-05 03:01:07] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005392 10.0.0.27 - - [2026-02-05 03:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-02-05 03:01:11] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006047 10.0.0.50 - - [2026-02-05 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.50 - - [2026-02-05 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2026-02-05 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.27 - - [2026-02-05 03:01:15] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006919 10.0.0.50 - - [2026-02-05 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.50 - - [2026-02-05 03:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-02-05 03:01:16] "DELETE /project/2a4dbc668b4e4a30a083d891a6a8be11 HTTP/1.1" 404 173 0.002966 10.0.0.23 - - [2026-02-05 03:01:16] "DELETE /project/6bf16e1faecf4cf38c1dc3633f9d40e4 HTTP/1.1" 404 173 0.006690 10.0.0.23 - - [2026-02-05 03:01:16] "DELETE /project/2a4dbc66-8b4e-4a30-a083-d891a6a8be11 HTTP/1.1" 404 177 0.005362 10.0.0.23 - - [2026-02-05 03:01:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2026-02-05 03:01:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-02-05 03:01:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2026-02-05 03:01:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2026-02-05 03:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-02-05 03:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2026-02-05 03:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2026-02-05 03:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2026-02-05 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.27 - - [2026-02-05 03:01:19] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005891 10.0.0.27 - - [2026-02-05 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.27 - - [2026-02-05 03:01:23] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006294 10.0.0.27 - - [2026-02-05 03:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2026-02-05 03:01:27] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005723 10.0.0.27 - - [2026-02-05 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-02-05 03:01:31] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.005632 10.0.0.27 - - [2026-02-05 03:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.27 - - [2026-02-05 03:01:33] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004351 10.0.0.27 - - [2026-02-05 03:01:34] "GET /virtual-networks?parent_id=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003254 10.0.0.27 - - [2026-02-05 03:01:34] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006554 10.0.0.27 - - [2026-02-05 03:01:39] "POST /neutron/port HTTP/1.1" 200 1226 0.020835 10.0.0.27 - - [2026-02-05 03:01:43] "POST /neutron/port HTTP/1.1" 200 1226 0.020927 10.0.0.27 - - [2026-02-05 03:01:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.27 - - [2026-02-05 03:01:43] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.23 - - [2026-02-05 03:01:43] "GET /obj-perms HTTP/1.1" 200 5056 0.059452 10.0.0.27 - - [2026-02-05 03:01:44] "POST /neutron/port HTTP/1.1" 200 1226 0.055163 10.0.0.27 - - [2026-02-05 03:01:47] "POST /neutron/port HTTP/1.1" 200 1226 0.019079 10.0.0.27 - - [2026-02-05 03:01:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556 10.0.0.27 - - [2026-02-05 03:01:48] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.27 - - [2026-02-05 03:01:49] "POST /neutron/port HTTP/1.1" 200 1226 0.018614 10.0.0.27 - - [2026-02-05 03:01:53] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007566 10.0.0.27 - - [2026-02-05 03:01:54] "POST /neutron/port HTTP/1.1" 200 1226 0.019339 10.0.0.27 - - [2026-02-05 03:01:55] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008244 10.0.0.27 - - [2026-02-05 03:01:55] "GET /virtual-machine/1be0b527-6e79-4e11-909d-064688ef2539 HTTP/1.1" 200 1286 0.006776 10.0.0.27 - - [2026-02-05 03:01:55] "GET /virtual-machine-interface/a180953b-fb79-41b7-97aa-f1011a1f6862 HTTP/1.1" 200 3105 0.005204 10.0.0.27 - - [2026-02-05 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2026-02-05 03:01:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006598 10.0.0.27 - - [2026-02-05 03:01:55] "GET /virtual-networks?parent_id=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003848 10.0.0.27 - - [2026-02-05 03:01:55] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.007688 10.0.0.27 - - [2026-02-05 03:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.27 - - [2026-02-05 03:01:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006324 10.0.0.27 - - [2026-02-05 03:01:56] "GET /virtual-networks?parent_id=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003645 10.0.0.27 - - [2026-02-05 03:01:56] "GET /virtual-network/33e98a34-4db1-49b6-9a5d-9751c0ce0435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2614 0.006267 10.0.0.27 - - [2026-02-05 03:01:56] "POST /neutron/port HTTP/1.1" 200 1226 0.018454 10.0.0.27 - - [2026-02-05 03:02:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012785 10.0.0.27 - - [2026-02-05 03:02:07] "POST /neutron/port HTTP/1.1" 200 1224 0.028296 10.0.0.27 - - [2026-02-05 03:02:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008836 10.0.0.27 - - [2026-02-05 03:02:07] "GET /virtual-machine/3b5db124-94a7-45ca-9d9a-edc7e906e8ea HTTP/1.1" 200 1286 0.007268 10.0.0.27 - - [2026-02-05 03:02:07] "GET /virtual-machine-interface/a4e4ac25-640d-4b9f-95b0-558cc7583925 HTTP/1.1" 200 3105 0.005802 10.0.0.27 - - [2026-02-05 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.27 - - [2026-02-05 03:02:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004638 10.0.0.27 - - [2026-02-05 03:02:07] "GET /virtual-networks?parent_id=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003433 10.0.0.27 - - [2026-02-05 03:02:07] "GET /virtual-network/3b33cb78-0d58-4f09-acf8-27c7fcdcfb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.007352 10.0.0.27 - - [2026-02-05 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.27 - - [2026-02-05 03:02:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004264 10.0.0.27 - - [2026-02-05 03:02:08] "GET /virtual-networks?parent_id=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003481 10.0.0.27 - - [2026-02-05 03:02:08] "GET /virtual-network/3b33cb78-0d58-4f09-acf8-27c7fcdcfb06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2608 0.006150 10.0.0.27 - - [2026-02-05 03:02:09] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003577 10.0.0.27 - - [2026-02-05 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2026-02-05 03:02:10] "GET /global-qos-config/e3de31e9-99b0-4820-ab7a-fbee2ba120c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.005184 10.0.0.27 - - [2026-02-05 03:02:10] "POST /fqname-to-id HTTP/1.1" 404 222 0.004084 10.0.0.27 - - [2026-02-05 03:02:10] "POST /forwarding-classs HTTP/1.1" 200 576 0.030523 10.0.0.27 - - [2026-02-05 03:02:10] "POST /id-to-fqname HTTP/1.1" 200 232 0.003701 10.0.0.27 - - [2026-02-05 03:02:10] "GET /forwarding-class/5b2a820e-5e5c-4f55-a3a5-23e44ab95e65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.004829 10.0.0.23 - - [2026-02-05 03:02:10] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.032272 10.0.0.27 - - [2026-02-05 03:02:10] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.073799 10.0.0.27 - - [2026-02-05 03:02:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003628 10.0.0.27 - - [2026-02-05 03:02:10] "POST /qos-configs HTTP/1.1" 200 543 0.035141 10.0.0.27 - - [2026-02-05 03:02:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.004050 10.0.0.27 - - [2026-02-05 03:02:10] "GET /qos-config/5dee4308-1af8-42ae-bb51-d1567da74234?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004699 10.0.0.27 - - [2026-02-05 03:02:10] "GET /virtual-machine-interface/6b348126-de3f-46d3-acef-5aaf33f846f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006868 10.0.0.27 - - [2026-02-05 03:02:10] "POST /ref-update HTTP/1.1" 200 156 0.015420 10.0.0.27 - - [2026-02-05 03:02:10] "POST /neutron/port HTTP/1.1" 200 1226 0.025186 10.0.0.27 - - [2026-02-05 03:02:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007619 10.0.0.27 - - [2026-02-05 03:02:11] "POST /neutron/network HTTP/1.1" 200 967 0.016994 10.0.0.27 - - [2026-02-05 03:02:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001405 10.0.0.27 - - [2026-02-05 03:02:11] "GET /virtual-machine/48ec2e53-faf7-4061-901e-47c2a0ef2b27 HTTP/1.1" 200 1286 0.004066 10.0.0.27 - - [2026-02-05 03:02:11] "GET /virtual-machine-interface/6b348126-de3f-46d3-acef-5aaf33f846f8 HTTP/1.1" 200 3351 0.005605 10.0.0.27 - - [2026-02-05 03:02:11] "GET /instance-ip/2c8fe31e-a4a5-428f-8452-723dc9dcc544 HTTP/1.1" 200 1627 0.006209 10.0.0.27 - - [2026-02-05 03:02:11] "GET /instance-ip/ae6c5203-be0b-433b-9729-7e06be03a050 HTTP/1.1" 200 1610 0.006032 10.0.0.27 - - [2026-02-05 03:02:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008220 10.0.0.27 - - [2026-02-05 03:02:11] "POST /neutron/port HTTP/1.1" 200 1226 0.017184 10.0.0.27 - - [2026-02-05 03:02:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007420 10.0.0.27 - - [2026-02-05 03:02:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001503 10.0.0.27 - - [2026-02-05 03:02:11] "GET /virtual-machine/1be0b527-6e79-4e11-909d-064688ef2539 HTTP/1.1" 200 1286 0.004190 10.0.0.27 - - [2026-02-05 03:02:11] "GET /virtual-machine-interface/a180953b-fb79-41b7-97aa-f1011a1f6862 HTTP/1.1" 200 3105 0.006147 10.0.0.27 - - [2026-02-05 03:02:11] "GET /instance-ip/5c9ae5ae-5ffd-4f62-8057-9aafd9b55f48 HTTP/1.1" 200 1608 0.005862 10.0.0.27 - - [2026-02-05 03:02:11] "GET /instance-ip/94d13297-911d-4d69-9d5c-ac5a4a44f22d HTTP/1.1" 200 1629 0.006395 10.0.0.27 - - [2026-02-05 03:02:37] "GET /virtual-machine-interface/6b348126-de3f-46d3-acef-5aaf33f846f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.010744 10.0.0.27 - - [2026-02-05 03:02:37] "POST /ref-update HTTP/1.1" 200 156 0.018995 10.0.0.27 - - [2026-02-05 03:02:37] "DELETE /qos-config/5dee4308-1af8-42ae-bb51-d1567da74234 HTTP/1.1" 200 115 0.062907 10.0.0.27 - - [2026-02-05 03:02:37] "POST /id-to-fqname HTTP/1.1" 200 232 0.002905 10.0.0.27 - - [2026-02-05 03:02:38] "DELETE /forwarding-class/5b2a820e-5e5c-4f55-a3a5-23e44ab95e65 HTTP/1.1" 200 115 0.035069 10.0.0.27 - - [2026-02-05 03:02:39] "POST /neutron/network HTTP/1.1" 200 991 0.010405 10.0.0.27 - - [2026-02-05 03:02:40] "POST /neutron/port HTTP/1.1" 200 1214 0.025108 10.0.0.27 - - [2026-02-05 03:02:40] "POST /neutron/port HTTP/1.1" 200 1216 0.021256 10.0.0.27 - - [2026-02-05 03:02:40] "POST /neutron/port HTTP/1.1" 200 1216 0.019094 10.0.0.50 - - [2026-02-05 03:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005878 10.0.0.23 - - [2026-02-05 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.23 - - [2026-02-05 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002733 10.0.0.23 - - [2026-02-05 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009238 10.0.0.23 - - [2026-02-05 03:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002131 10.0.0.27 - - [2026-02-05 03:02:41] "POST /neutron/network HTTP/1.1" 200 151 0.186417 10.0.0.50 - - [2026-02-05 03:02:42] "DELETE /route-target/2c2eee0d-a1d1-43d3-8259-9271ae831348 HTTP/1.1" 200 115 0.029496 10.0.0.23 - - [2026-02-05 03:02:42] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001634 10.0.0.27 - - [2026-02-05 03:02:42] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.106601 10.0.0.23 - - [2026-02-05 03:02:42] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001696 10.0.0.27 - - [2026-02-05 03:02:42] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?fields=virtual_networks HTTP/1.1" 200 1020 0.066368 10.0.0.23 - - [2026-02-05 03:02:42] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001054 10.0.0.27 - - [2026-02-05 03:02:42] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.051206 10.0.0.23 - - [2026-02-05 03:02:42] "GET /projects?obj_uuids=6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001112 10.0.0.27 - - [2026-02-05 03:02:42] "GET /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4?fields=security_groups HTTP/1.1" 200 1240 0.043788 10.0.0.27 - - [2026-02-05 03:02:43] "POST /fqname-to-id HTTP/1.1" 404 181 0.032189 10.0.0.23 - - [2026-02-05 03:02:43] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004018 10.0.0.23 - - [2026-02-05 03:02:43] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.23 - - [2026-02-05 03:02:43] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041782 10.0.0.23 - - [2026-02-05 03:02:43] "POST /id-to-fqname HTTP/1.1" 200 183 0.001328 10.0.0.23 - - [2026-02-05 03:02:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.002873 10.0.0.23 - - [2026-02-05 03:02:43] "POST /security-groups HTTP/1.1" 200 584 0.077566 10.0.0.23 - - [2026-02-05 03:02:43] "POST /projects HTTP/1.1" 200 571 0.275829 10.0.0.50 - - [2026-02-05 03:02:43] "POST /fqname-to-id HTTP/1.1" 404 226 0.014242 10.0.0.23 - - [2026-02-05 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.354585 10.0.0.27 - - [2026-02-05 03:02:44] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.546578 10.0.0.50 - - [2026-02-05 03:02:44] "GET /obj-perms HTTP/1.1" 200 5056 0.077038 10.0.0.27 - - [2026-02-05 03:02:45] "GET / HTTP/1.1" 200 35931 0.002802 10.0.0.27 - - [2026-02-05 03:02:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615 10.0.0.27 - - [2026-02-05 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.098165 10.0.0.23 - - [2026-02-05 03:02:48] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000952 10.0.0.27 - - [2026-02-05 03:02:48] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.037330 10.0.0.27 - - [2026-02-05 03:02:48] "POST /neutron/network HTTP/1.1" 200 117 0.044240 10.0.0.50 - - [2026-02-05 03:02:48] "POST /ref-update HTTP/1.1" 200 156 0.027034 10.0.0.27 - - [2026-02-05 03:02:48] "POST /neutron/network HTTP/1.1" 200 832 0.012253 10.0.0.27 - - [2026-02-05 03:02:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.002309 10.0.0.27 - - [2026-02-05 03:02:48] "GET /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009191 10.0.0.27 - - [2026-02-05 03:02:48] "GET /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009084 10.0.0.27 - - [2026-02-05 03:02:48] "POST /neutron/subnet HTTP/1.1" 200 730 0.011353 10.0.0.27 - - [2026-02-05 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2026-02-05 03:02:48] "GET /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005417 10.0.0.27 - - [2026-02-05 03:02:48] "PUT /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e HTTP/1.1" 200 264 0.055566 10.0.0.27 - - [2026-02-05 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006580 10.0.0.23 - - [2026-02-05 03:02:49] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001854 10.0.0.27 - - [2026-02-05 03:02:49] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.047642 10.0.0.50 - - [2026-02-05 03:02:49] "POST /route-targets HTTP/1.1" 200 327 0.021891 10.0.0.23 - - [2026-02-05 03:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004682 10.0.0.27 - - [2026-02-05 03:02:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.241262 10.0.0.27 - - [2026-02-05 03:02:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001354 10.0.0.27 - - [2026-02-05 03:02:49] "GET /virtual-network/5fc63559-9f8e-4d89-a462-ade0f930376d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005281 10.0.0.27 - - [2026-02-05 03:02:49] "GET /virtual-network/5fc63559-9f8e-4d89-a462-ade0f930376d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005722 10.0.0.27 - - [2026-02-05 03:02:49] "POST /neutron/network HTTP/1.1" 200 831 0.006958 10.0.0.27 - - [2026-02-05 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.27 - - [2026-02-05 03:02:49] "GET /virtual-network/5fc63559-9f8e-4d89-a462-ade0f930376d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005848 10.0.0.27 - - [2026-02-05 03:02:49] "PUT /virtual-network/5fc63559-9f8e-4d89-a462-ade0f930376d HTTP/1.1" 200 264 0.048238 10.0.0.27 - - [2026-02-05 03:02:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001616 10.0.0.23 - - [2026-02-05 03:02:50] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001299 10.0.0.27 - - [2026-02-05 03:02:50] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.063077 10.0.0.27 - - [2026-02-05 03:02:50] "POST /neutron/network HTTP/1.1" 200 832 0.007303 10.0.0.27 - - [2026-02-05 03:02:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001442 10.0.0.27 - - [2026-02-05 03:02:51] "POST /neutron/port HTTP/1.1" 200 117 0.007042 10.0.0.23 - - [2026-02-05 03:02:51] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001807 10.0.0.27 - - [2026-02-05 03:02:52] "POST /neutron/port HTTP/1.1" 200 1054 0.323567 10.0.0.23 - - [2026-02-05 03:02:52] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001084 10.0.0.27 - - [2026-02-05 03:02:52] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.088610 10.0.0.27 - - [2026-02-05 03:02:52] "POST /neutron/port HTTP/1.1" 200 1108 0.182226 10.0.0.27 - - [2026-02-05 03:02:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003953 10.0.0.27 - - [2026-02-05 03:02:52] "POST /neutron/network HTTP/1.1" 200 832 0.007827 10.0.0.27 - - [2026-02-05 03:02:52] "POST /neutron/port HTTP/1.1" 200 117 0.007594 10.0.0.27 - - [2026-02-05 03:02:53] "POST /neutron/network HTTP/1.1" 200 841 0.009198 10.0.0.27 - - [2026-02-05 03:02:53] "POST /neutron/port HTTP/1.1" 200 1053 0.017982 10.0.0.27 - - [2026-02-05 03:02:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004557 10.0.0.27 - - [2026-02-05 03:02:53] "POST /neutron/network HTTP/1.1" 200 831 0.006671 10.0.0.27 - - [2026-02-05 03:02:57] "POST /neutron/port HTTP/1.1" 200 1118 0.017990 10.0.0.27 - - [2026-02-05 03:02:58] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007888 10.0.0.27 - - [2026-02-05 03:02:58] "GET /virtual-machine/a4a6ee5d-e521-48fc-a869-61fcb802f436 HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2026-02-05 03:02:58] "GET /virtual-machine/a4a6ee5d-e521-48fc-a869-61fcb802f436 HTTP/1.1" 200 1286 0.039507 10.0.0.27 - - [2026-02-05 03:02:58] "GET /virtual-machine-interface/05294447-fca3-4104-a940-7e81733ff97d HTTP/1.1" 200 2925 0.005516 10.0.0.27 - - [2026-02-05 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-02-05 03:02:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003661 10.0.0.27 - - [2026-02-05 03:02:58] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003756 10.0.0.27 - - [2026-02-05 03:02:58] "GET /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006101 10.0.0.27 - - [2026-02-05 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.27 - - [2026-02-05 03:03:01] "GET /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005905 10.0.0.27 - - [2026-02-05 03:03:02] "POST /neutron/port HTTP/1.1" 200 1117 0.038149 10.0.0.50 - - [2026-02-05 03:03:03] "DELETE /access-control-list/17c50475-8eae-4e39-af11-370580ec8d58 HTTP/1.1" 200 115 0.051546 10.0.0.27 - - [2026-02-05 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2026-02-05 03:03:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004110 10.0.0.27 - - [2026-02-05 03:03:03] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003325 10.0.0.27 - - [2026-02-05 03:03:03] "GET /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005913 10.0.0.27 - - [2026-02-05 03:03:04] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008545 10.0.0.27 - - [2026-02-05 03:03:04] "POST /neutron/port HTTP/1.1" 200 1117 0.017743 10.0.0.27 - - [2026-02-05 03:03:04] "GET /virtual-machine/41ec645f-c587-47b2-8784-2c289021ef2d HTTP/1.1" 200 1284 0.007812 10.0.0.27 - - [2026-02-05 03:03:04] "GET /virtual-machine-interface/88be00e7-0d6b-465d-98c6-1d1a51ff9b06 HTTP/1.1" 200 2926 0.005980 10.0.0.27 - - [2026-02-05 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-02-05 03:03:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004234 10.0.0.27 - - [2026-02-05 03:03:04] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003259 10.0.0.27 - - [2026-02-05 03:03:04] "GET /virtual-network/5fc63559-9f8e-4d89-a462-ade0f930376d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006344 10.0.0.27 - - [2026-02-05 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.27 - - [2026-02-05 03:03:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004231 10.0.0.27 - - [2026-02-05 03:03:05] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003337 10.0.0.27 - - [2026-02-05 03:03:05] "GET /virtual-network/5fc63559-9f8e-4d89-a462-ade0f930376d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.008405 10.0.0.27 - - [2026-02-05 03:03:05] "POST /routing-policys HTTP/1.1" 200 534 0.036990 10.0.0.27 - - [2026-02-05 03:03:05] "GET /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.014059 10.0.0.27 - - [2026-02-05 03:03:05] "PUT /virtual-network/34ac217a-d71a-4edb-b2ef-98912771c42e HTTP/1.1" 200 264 0.064311 10.0.0.27 - - [2026-02-05 03:03:09] "POST /ref-update HTTP/1.1" 200 156 0.052200 10.0.0.50 - - [2026-02-05 03:03:09] "POST /ref-update HTTP/1.1" 200 156 0.028032 10.0.0.27 - - [2026-02-05 03:03:09] "DELETE /routing-policy/24936346-9b39-4fbd-a3fe-8b883667ad5f HTTP/1.1" 200 115 0.052835 10.0.0.27 - - [2026-02-05 03:03:09] "POST /neutron/network HTTP/1.1" 400 204 0.012990 10.0.0.27 - - [2026-02-05 03:03:10] "POST /neutron/port HTTP/1.1" 200 151 0.188036 10.0.0.27 - - [2026-02-05 03:03:10] "POST /neutron/port HTTP/1.1" 200 151 0.195960 10.0.0.27 - - [2026-02-05 03:03:12] "POST /neutron/network HTTP/1.1" 200 832 0.014423 10.0.0.50 - - [2026-02-05 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.50 - - [2026-02-05 03:03:12] "DELETE /route-target/efe7450a-9ff1-4430-ba8a-c8a019855e96 HTTP/1.1" 200 115 0.022902 10.0.0.27 - - [2026-02-05 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.23 - - [2026-02-05 03:03:14] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001299 10.0.0.27 - - [2026-02-05 03:03:14] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.050397 10.0.0.23 - - [2026-02-05 03:03:14] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001205 10.0.0.27 - - [2026-02-05 03:03:15] "POST /neutron/network HTTP/1.1" 200 612 0.146455 10.0.0.50 - - [2026-02-05 03:03:15] "POST /route-targets HTTP/1.1" 200 327 0.026025 10.0.0.27 - - [2026-02-05 03:03:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.003882 10.0.0.27 - - [2026-02-05 03:03:15] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007253 10.0.0.27 - - [2026-02-05 03:03:15] "POST /neutron/network HTTP/1.1" 200 833 0.006953 10.0.0.27 - - [2026-02-05 03:03:15] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005660 10.0.0.27 - - [2026-02-05 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.27 - - [2026-02-05 03:03:15] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005184 10.0.0.27 - - [2026-02-05 03:03:15] "PUT /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304 HTTP/1.1" 200 264 0.066230 10.0.0.50 - - [2026-02-05 03:03:15] "POST /ref-update HTTP/1.1" 200 156 0.024388 10.0.0.27 - - [2026-02-05 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.23 - - [2026-02-05 03:03:15] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001482 10.0.0.27 - - [2026-02-05 03:03:15] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.035998 10.0.0.27 - - [2026-02-05 03:03:15] "POST /neutron/network HTTP/1.1" 200 117 0.014112 10.0.0.23 - - [2026-02-05 03:03:16] "DELETE /project/7af33c4ae0c14d139808c6548cd8b2c7 HTTP/1.1" 404 173 0.004718 10.0.0.23 - - [2026-02-05 03:03:16] "DELETE /project/6bf16e1f-aecf-4cf3-8c1d-c3633f9d40e4 HTTP/1.1" 404 177 0.004236 10.0.0.27 - - [2026-02-05 03:03:16] "POST /neutron/network HTTP/1.1" 200 831 0.008308 10.0.0.27 - - [2026-02-05 03:03:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001153 10.0.0.27 - - [2026-02-05 03:03:16] "GET /virtual-network/712e72eb-ea4b-45c3-9ac3-b5479b059e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005470 10.0.0.27 - - [2026-02-05 03:03:16] "GET /virtual-network/712e72eb-ea4b-45c3-9ac3-b5479b059e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005677 10.0.0.27 - - [2026-02-05 03:03:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.008606 10.0.0.27 - - [2026-02-05 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.27 - - [2026-02-05 03:03:16] "GET /virtual-network/712e72eb-ea4b-45c3-9ac3-b5479b059e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005278 10.0.0.27 - - [2026-02-05 03:03:16] "PUT /virtual-network/712e72eb-ea4b-45c3-9ac3-b5479b059e86 HTTP/1.1" 200 264 0.060349 10.0.0.50 - - [2026-02-05 03:03:16] "POST /ref-update HTTP/1.1" 200 156 0.032991 10.0.0.27 - - [2026-02-05 03:03:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001322 10.0.0.23 - - [2026-02-05 03:03:17] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001219 10.0.0.27 - - [2026-02-05 03:03:17] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.073285 10.0.0.27 - - [2026-02-05 03:03:17] "POST /neutron/port HTTP/1.1" 200 117 0.007900 10.0.0.27 - - [2026-02-05 03:03:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001461 10.0.0.27 - - [2026-02-05 03:03:17] "POST /neutron/network HTTP/1.1" 200 841 0.007649 10.0.0.27 - - [2026-02-05 03:03:18] "POST /neutron/port HTTP/1.1" 200 1055 0.033036 10.0.0.27 - - [2026-02-05 03:03:18] "POST /neutron/port HTTP/1.1" 200 1119 0.020127 10.0.0.27 - - [2026-02-05 03:03:18] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.23 - - [2026-02-05 03:03:18] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001055 10.0.0.27 - - [2026-02-05 03:03:18] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.101513 10.0.0.27 - - [2026-02-05 03:03:18] "POST /neutron/port HTTP/1.1" 200 1119 0.026245 10.0.0.27 - - [2026-02-05 03:03:19] "POST /neutron/port HTTP/1.1" 200 1119 0.016731 10.0.0.23 - - [2026-02-05 03:03:19] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001362 10.0.0.27 - - [2026-02-05 03:03:19] "POST /neutron/port HTTP/1.1" 200 1053 0.302081 10.0.0.27 - - [2026-02-05 03:03:19] "POST /neutron/port HTTP/1.1" 200 1107 0.100763 10.0.0.27 - - [2026-02-05 03:03:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.010125 10.0.0.27 - - [2026-02-05 03:03:24] "POST /neutron/port HTTP/1.1" 200 1119 0.019455 10.0.0.27 - - [2026-02-05 03:03:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008117 10.0.0.27 - - [2026-02-05 03:03:24] "GET /virtual-machine/93ec7c16-f2d5-4842-8b95-acc9c647bd20 HTTP/1.1" 200 1286 0.007621 10.0.0.27 - - [2026-02-05 03:03:24] "GET /virtual-machine-interface/ecc4249b-2218-46b1-a5a6-332a10442729 HTTP/1.1" 200 2927 0.006844 10.0.0.27 - - [2026-02-05 03:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.27 - - [2026-02-05 03:03:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003803 10.0.0.27 - - [2026-02-05 03:03:24] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003998 10.0.0.27 - - [2026-02-05 03:03:24] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007294 10.0.0.27 - - [2026-02-05 03:03:27] "POST /neutron/port HTTP/1.1" 200 1119 0.017976 10.0.0.27 - - [2026-02-05 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2026-02-05 03:03:27] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005648 10.0.0.27 - - [2026-02-05 03:03:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006796 10.0.0.27 - - [2026-02-05 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2026-02-05 03:03:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004174 10.0.0.27 - - [2026-02-05 03:03:29] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003741 10.0.0.27 - - [2026-02-05 03:03:29] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005971 10.0.0.27 - - [2026-02-05 03:03:30] "POST /neutron/port HTTP/1.1" 200 1117 0.019939 10.0.0.27 - - [2026-02-05 03:03:30] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007604 10.0.0.27 - - [2026-02-05 03:03:30] "GET /virtual-machine/e2e9105b-0796-4b44-bd09-991310276ad3 HTTP/1.1" 200 1286 0.006855 10.0.0.27 - - [2026-02-05 03:03:30] "GET /virtual-machine-interface/040d1b68-6f81-40e7-ac73-7cb73cfc5f66 HTTP/1.1" 200 2925 0.005651 10.0.0.27 - - [2026-02-05 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2026-02-05 03:03:30] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003926 10.0.0.27 - - [2026-02-05 03:03:30] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004883 10.0.0.27 - - [2026-02-05 03:03:30] "GET /virtual-network/712e72eb-ea4b-45c3-9ac3-b5479b059e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.009320 10.0.0.27 - - [2026-02-05 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.27 - - [2026-02-05 03:03:31] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004030 10.0.0.27 - - [2026-02-05 03:03:31] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003337 10.0.0.27 - - [2026-02-05 03:03:31] "GET /virtual-network/712e72eb-ea4b-45c3-9ac3-b5479b059e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006704 10.0.0.27 - - [2026-02-05 03:03:31] "POST /routing-policys HTTP/1.1" 200 534 0.028870 10.0.0.27 - - [2026-02-05 03:03:31] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007866 10.0.0.27 - - [2026-02-05 03:03:31] "PUT /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304 HTTP/1.1" 200 264 0.051637 10.0.0.27 - - [2026-02-05 03:03:35] "POST /routing-policys HTTP/1.1" 200 534 0.027613 10.0.0.27 - - [2026-02-05 03:03:35] "GET /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005872 10.0.0.27 - - [2026-02-05 03:03:35] "PUT /virtual-network/96c7d6b5-9e65-4217-b40c-abf63742e304 HTTP/1.1" 200 264 0.054724 10.0.0.50 - - [2026-02-05 03:03:35] "POST /ref-update HTTP/1.1" 200 156 0.030959 10.0.0.27 - - [2026-02-05 03:03:36] "POST /ref-update HTTP/1.1" 200 156 0.049162 10.0.0.27 - - [2026-02-05 03:03:36] "DELETE /routing-policy/7c20790c-df0c-48e1-abc0-433b1db7049a HTTP/1.1" 200 115 0.053568 10.0.0.27 - - [2026-02-05 03:03:36] "POST /ref-update HTTP/1.1" 200 156 0.048204 10.0.0.27 - - [2026-02-05 03:03:36] "DELETE /routing-policy/e8f56297-00ed-4964-b40b-e9cfe2fb75e3 HTTP/1.1" 200 115 0.033225 10.0.0.27 - - [2026-02-05 03:03:36] "POST /neutron/port HTTP/1.1" 200 1117 0.020531 10.0.0.27 - - [2026-02-05 03:03:36] "POST /neutron/port HTTP/1.1" 200 1119 0.016506 10.0.0.27 - - [2026-02-05 03:03:38] "POST /neutron/network HTTP/1.1" 200 831 0.007304 10.0.0.50 - - [2026-02-05 03:03:38] "DELETE /route-target/187b2ffe-b23c-4d05-abb3-e17404f5f781 HTTP/1.1" 200 115 0.022397 10.0.0.23 - - [2026-02-05 03:03:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004139 10.0.0.50 - - [2026-02-05 03:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.23 - - [2026-02-05 03:03:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003345 10.0.0.27 - - [2026-02-05 03:03:38] "POST /neutron/network HTTP/1.1" 200 151 0.129783 10.0.0.50 - - [2026-02-05 03:03:38] "DELETE /route-target/0726c70f-9c6c-4d92-a894-ce83d7314742 HTTP/1.1" 200 115 0.030774 10.0.0.27 - - [2026-02-05 03:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.023842 10.0.0.23 - - [2026-02-05 03:03:41] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000996 10.0.0.27 - - [2026-02-05 03:03:41] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.069251 10.0.0.23 - - [2026-02-05 03:03:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009321 10.0.0.27 - - [2026-02-05 03:03:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.219861 10.0.0.27 - - [2026-02-05 03:03:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001793 10.0.0.27 - - [2026-02-05 03:03:42] "GET /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006611 10.0.0.27 - - [2026-02-05 03:03:42] "GET /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006276 10.0.0.27 - - [2026-02-05 03:03:42] "POST /neutron/network HTTP/1.1" 200 830 0.007183 10.0.0.27 - - [2026-02-05 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2026-02-05 03:03:42] "GET /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005690 10.0.0.27 - - [2026-02-05 03:03:42] "PUT /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf HTTP/1.1" 200 264 0.051996 10.0.0.27 - - [2026-02-05 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.23 - - [2026-02-05 03:03:42] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001320 10.0.0.50 - - [2026-02-05 03:03:42] "POST /route-targets HTTP/1.1" 200 323 0.024164 10.0.0.27 - - [2026-02-05 03:03:42] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.050387 10.0.0.23 - - [2026-02-05 03:03:42] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001156 10.0.0.27 - - [2026-02-05 03:03:42] "POST /neutron/network HTTP/1.1" 200 612 0.134078 10.0.0.50 - - [2026-02-05 03:03:42] "POST /ref-update HTTP/1.1" 200 156 0.026936 10.0.0.27 - - [2026-02-05 03:03:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.003401 10.0.0.27 - - [2026-02-05 03:03:42] "GET /virtual-network/93b14238-5c8d-4795-b129-02d6fc809d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005869 10.0.0.27 - - [2026-02-05 03:03:42] "POST /neutron/network HTTP/1.1" 200 830 0.006952 10.0.0.27 - - [2026-02-05 03:03:42] "GET /virtual-network/93b14238-5c8d-4795-b129-02d6fc809d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005769 10.0.0.27 - - [2026-02-05 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-02-05 03:03:42] "GET /virtual-network/93b14238-5c8d-4795-b129-02d6fc809d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005435 10.0.0.27 - - [2026-02-05 03:03:43] "PUT /virtual-network/93b14238-5c8d-4795-b129-02d6fc809d32 HTTP/1.1" 200 264 0.065130 10.0.0.27 - - [2026-02-05 03:03:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001396 10.0.0.27 - - [2026-02-05 03:03:43] "POST /neutron/network HTTP/1.1" 200 840 0.009290 10.0.0.23 - - [2026-02-05 03:03:44] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002053 10.0.0.27 - - [2026-02-05 03:03:44] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.085382 10.0.0.27 - - [2026-02-05 03:03:44] "POST /neutron/port HTTP/1.1" 200 117 0.009161 10.0.0.27 - - [2026-02-05 03:03:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001922 10.0.0.27 - - [2026-02-05 03:03:44] "POST /neutron/network HTTP/1.1" 200 840 0.007375 10.0.0.27 - - [2026-02-05 03:03:45] "POST /neutron/port HTTP/1.1" 200 1052 0.020622 10.0.0.27 - - [2026-02-05 03:03:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004319 10.0.0.27 - - [2026-02-05 03:03:45] "POST /neutron/network HTTP/1.1" 200 830 0.007755 10.0.0.23 - - [2026-02-05 03:03:45] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.27 - - [2026-02-05 03:03:45] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.528000 10.0.0.27 - - [2026-02-05 03:03:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008483 10.0.0.27 - - [2026-02-05 03:03:46] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013439 10.0.0.27 - - [2026-02-05 03:03:47] "POST /neutron/port HTTP/1.1" 200 1052 0.019331 10.0.0.27 - - [2026-02-05 03:03:47] "POST /neutron/port HTTP/1.1" 200 1116 0.019859 10.0.0.27 - - [2026-02-05 03:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.27 - - [2026-02-05 03:03:50] "POST /neutron/port HTTP/1.1" 200 1116 0.023675 10.0.0.27 - - [2026-02-05 03:03:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.010325 10.0.0.27 - - [2026-02-05 03:03:51] "POST /neutron/port HTTP/1.1" 200 1116 0.030027 10.0.0.27 - - [2026-02-05 03:03:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008921 10.0.0.27 - - [2026-02-05 03:03:51] "GET /virtual-machine/c2f90e65-36af-4bc8-bfa2-7dcfb64b5738 HTTP/1.1" 200 1286 0.007652 10.0.0.27 - - [2026-02-05 03:03:51] "GET /virtual-machine-interface/4e84e6e2-fc01-4f94-94a9-7ef698854ba0 HTTP/1.1" 200 2926 0.007045 10.0.0.27 - - [2026-02-05 03:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.27 - - [2026-02-05 03:03:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004502 10.0.0.27 - - [2026-02-05 03:03:51] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004198 10.0.0.27 - - [2026-02-05 03:03:51] "GET /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006116 10.0.0.27 - - [2026-02-05 03:03:54] "POST /neutron/port HTTP/1.1" 200 1116 0.016817 10.0.0.27 - - [2026-02-05 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-02-05 03:03:54] "GET /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.005264 10.0.0.27 - - [2026-02-05 03:03:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007086 10.0.0.27 - - [2026-02-05 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2026-02-05 03:03:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003699 10.0.0.27 - - [2026-02-05 03:03:56] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003528 10.0.0.27 - - [2026-02-05 03:03:56] "GET /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006398 10.0.0.27 - - [2026-02-05 03:04:02] "POST /neutron/port HTTP/1.1" 200 1116 0.018984 10.0.0.27 - - [2026-02-05 03:04:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007888 10.0.0.27 - - [2026-02-05 03:04:02] "GET /virtual-machine/7112abf8-3022-4f7f-9590-6f10ddbd16c6 HTTP/1.1" 200 1285 0.006892 10.0.0.27 - - [2026-02-05 03:04:02] "GET /virtual-machine-interface/f672b83d-5686-4527-a003-9c7d88309880 HTTP/1.1" 200 2927 0.005398 10.0.0.27 - - [2026-02-05 03:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.27 - - [2026-02-05 03:04:02] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003830 10.0.0.27 - - [2026-02-05 03:04:02] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003237 10.0.0.27 - - [2026-02-05 03:04:02] "GET /virtual-network/93b14238-5c8d-4795-b129-02d6fc809d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006340 10.0.0.27 - - [2026-02-05 03:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.27 - - [2026-02-05 03:04:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005284 10.0.0.27 - - [2026-02-05 03:04:03] "GET /virtual-networks?parent_id=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004083 10.0.0.27 - - [2026-02-05 03:04:03] "GET /virtual-network/93b14238-5c8d-4795-b129-02d6fc809d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.009314 10.0.0.27 - - [2026-02-05 03:04:04] "POST /interface-route-tables HTTP/1.1" 200 574 0.035578 10.0.0.27 - - [2026-02-05 03:04:04] "GET /interface-route-table/a6cace6d-afa0-4fa0-92f2-7dfea3a1eb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.016855 10.0.0.27 - - [2026-02-05 03:04:04] "GET /virtual-machine-interface/4e84e6e2-fc01-4f94-94a9-7ef698854ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2705 0.008846 10.0.0.27 - - [2026-02-05 03:04:04] "POST /ref-update HTTP/1.1" 200 156 0.015699 10.0.0.27 - - [2026-02-05 03:04:04] "POST /routing-policys HTTP/1.1" 200 534 0.030828 10.0.0.27 - - [2026-02-05 03:04:04] "GET /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007250 10.0.0.27 - - [2026-02-05 03:04:04] "PUT /virtual-network/0432c165-67aa-45d2-81d7-1f41742e4dcf HTTP/1.1" 200 264 0.101226 10.0.0.27 - - [2026-02-05 03:04:08] "POST /ref-update HTTP/1.1" 200 156 0.049604 10.0.0.50 - - [2026-02-05 03:04:08] "POST /ref-update HTTP/1.1" 200 156 0.022004 10.0.0.27 - - [2026-02-05 03:04:08] "DELETE /routing-policy/50cebdc8-1112-49c2-80d5-fc83a7d56dee HTTP/1.1" 200 115 0.049567 10.0.0.27 - - [2026-02-05 03:04:08] "POST /neutron/network HTTP/1.1" 200 830 0.012481 10.0.0.27 - - [2026-02-05 03:04:08] "POST /neutron/port HTTP/1.1" 200 1106 0.013959 10.0.0.27 - - [2026-02-05 03:04:08] "POST /neutron/port HTTP/1.1" 200 1106 0.015835 10.0.0.23 - - [2026-02-05 03:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003259 10.0.0.23 - - [2026-02-05 03:04:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003132 10.0.0.27 - - [2026-02-05 03:04:10] "POST /neutron/network HTTP/1.1" 200 151 0.149626 10.0.0.50 - - [2026-02-05 03:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006314 10.0.0.50 - - [2026-02-05 03:04:10] "DELETE /route-target/82e65ee7-f3dd-4b87-9066-6d6cbb586518 HTTP/1.1" 200 115 0.027900 10.0.0.23 - - [2026-02-05 03:04:12] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.27 - - [2026-02-05 03:04:12] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042844 10.0.0.23 - - [2026-02-05 03:04:12] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000961 10.0.0.27 - - [2026-02-05 03:04:12] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?fields=virtual_networks HTTP/1.1" 200 1018 0.043850 10.0.0.23 - - [2026-02-05 03:04:12] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001490 10.0.0.27 - - [2026-02-05 03:04:12] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.047385 10.0.0.23 - - [2026-02-05 03:04:12] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001062 10.0.0.27 - - [2026-02-05 03:04:12] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?fields=security_groups HTTP/1.1" 200 1237 0.041132 10.0.0.27 - - [2026-02-05 03:04:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.030077 10.0.0.23 - - [2026-02-05 03:04:13] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003400 10.0.0.23 - - [2026-02-05 03:04:13] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001240 10.0.0.23 - - [2026-02-05 03:04:13] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008216 10.0.0.23 - - [2026-02-05 03:04:13] "POST /id-to-fqname HTTP/1.1" 200 194 0.006906 10.0.0.23 - - [2026-02-05 03:04:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.004844 10.0.0.23 - - [2026-02-05 03:04:13] "POST /security-groups HTTP/1.1" 200 595 0.031921 10.0.0.50 - - [2026-02-05 03:04:13] "POST /fqname-to-id HTTP/1.1" 404 238 0.003700 10.0.0.23 - - [2026-02-05 03:04:13] "POST /projects HTTP/1.1" 200 593 0.262369 10.0.0.23 - - [2026-02-05 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.334931 10.0.0.50 - - [2026-02-05 03:04:13] "POST /access-control-lists HTTP/1.1" 200 598 0.030971 10.0.0.27 - - [2026-02-05 03:04:13] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.484760 10.0.0.27 - - [2026-02-05 03:04:15] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.23 - - [2026-02-05 03:04:16] "DELETE /project/1d78a136ac4041cfac00c72ca2ceb691 HTTP/1.1" 404 173 0.004574 10.0.0.23 - - [2026-02-05 03:04:16] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000944 10.0.0.23 - - [2026-02-05 03:04:16] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.038373 10.0.0.23 - - [2026-02-05 03:04:16] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000963 10.0.0.23 - - [2026-02-05 03:04:16] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?fields=security_groups HTTP/1.1" 200 1342 0.054891 10.0.0.23 - - [2026-02-05 03:04:16] "DELETE /security-group/8d579570-e3bf-4f28-8602-868e0a11c526 HTTP/1.1" 200 115 0.048939 10.0.0.23 - - [2026-02-05 03:04:16] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001055 10.0.0.23 - - [2026-02-05 03:04:16] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?fields=application_policy_sets HTTP/1.1" 200 1381 0.041348 10.0.0.23 - - [2026-02-05 03:04:16] "DELETE /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7 HTTP/1.1" 409 278 0.290698 10.0.0.27 - - [2026-02-05 03:04:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2026-02-05 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.031493 10.0.0.23 - - [2026-02-05 03:04:17] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000978 10.0.0.27 - - [2026-02-05 03:04:17] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041151 10.0.0.27 - - [2026-02-05 03:04:17] "POST /neutron/network HTTP/1.1" 200 117 0.055416 10.0.0.50 - - [2026-02-05 03:04:17] "POST /route-targets HTTP/1.1" 200 327 0.013988 10.0.0.27 - - [2026-02-05 03:04:17] "POST /neutron/network HTTP/1.1" 200 830 0.008554 10.0.0.27 - - [2026-02-05 03:04:17] "POST /id-to-fqname HTTP/1.1" 200 226 0.001153 10.0.0.27 - - [2026-02-05 03:04:17] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005289 10.0.0.27 - - [2026-02-05 03:04:17] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005867 10.0.0.27 - - [2026-02-05 03:04:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.011183 10.0.0.27 - - [2026-02-05 03:04:18] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005702 10.0.0.27 - - [2026-02-05 03:04:19] "GET /obj-perms HTTP/1.1" 200 5038 0.068681 10.0.0.27 - - [2026-02-05 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2026-02-05 03:04:19] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005674 10.0.0.27 - - [2026-02-05 03:04:20] "PUT /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493 HTTP/1.1" 200 264 0.073654 10.0.0.50 - - [2026-02-05 03:04:20] "POST /ref-update HTTP/1.1" 200 156 0.024317 10.0.0.27 - - [2026-02-05 03:04:25] "POST /id-to-fqname HTTP/1.1" 200 226 0.001503 10.0.0.23 - - [2026-02-05 03:04:26] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001009 10.0.0.27 - - [2026-02-05 03:04:26] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.078244 10.0.0.27 - - [2026-02-05 03:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.007053 10.0.0.27 - - [2026-02-05 03:04:26] "POST /neutron/network HTTP/1.1" 200 840 0.007739 10.0.0.27 - - [2026-02-05 03:04:27] "POST /neutron/port HTTP/1.1" 200 1062 0.016483 10.0.0.27 - - [2026-02-05 03:04:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004767 10.0.0.27 - - [2026-02-05 03:04:27] "POST /neutron/network HTTP/1.1" 200 830 0.007821 10.0.0.27 - - [2026-02-05 03:04:31] "POST /neutron/port HTTP/1.1" 200 1126 0.022425 10.0.0.27 - - [2026-02-05 03:04:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008193 10.0.0.27 - - [2026-02-05 03:04:31] "GET /virtual-machine/ff2c4ca2-8eff-4ee4-b4ba-a63ea966b038 HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2026-02-05 03:04:32] "GET /virtual-machine/ff2c4ca2-8eff-4ee4-b4ba-a63ea966b038 HTTP/1.1" 200 1297 0.037206 10.0.0.27 - - [2026-02-05 03:04:32] "GET /virtual-machine-interface/f1445ba6-eee6-4cb4-88e6-7a002c18694f HTTP/1.1" 200 2966 0.006072 10.0.0.27 - - [2026-02-05 03:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2026-02-05 03:04:32] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003838 10.0.0.27 - - [2026-02-05 03:04:32] "GET /virtual-networks?parent_id=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002697 10.0.0.27 - - [2026-02-05 03:04:32] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007055 10.0.0.27 - - [2026-02-05 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.27 - - [2026-02-05 03:04:35] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005706 10.0.0.27 - - [2026-02-05 03:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2026-02-05 03:04:39] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005765 10.0.0.27 - - [2026-02-05 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.27 - - [2026-02-05 03:04:43] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006558 10.0.0.23 - - [2026-02-05 03:04:46] "GET /obj-perms HTTP/1.1" 200 5056 0.058357 10.0.0.27 - - [2026-02-05 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.27 - - [2026-02-05 03:04:47] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007975 10.0.0.27 - - [2026-02-05 03:04:50] "POST /neutron/network HTTP/1.1" 200 840 0.007258 10.0.0.27 - - [2026-02-05 03:04:51] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.27 - - [2026-02-05 03:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2026-02-05 03:04:51] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005845 10.0.0.27 - - [2026-02-05 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.27 - - [2026-02-05 03:04:55] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007794 10.0.0.27 - - [2026-02-05 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-02-05 03:04:59] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006330 10.0.0.27 - - [2026-02-05 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2026-02-05 03:05:03] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006323 10.0.0.27 - - [2026-02-05 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.27 - - [2026-02-05 03:05:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004974 10.0.0.27 - - [2026-02-05 03:05:05] "GET /virtual-networks?parent_id=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004322 10.0.0.27 - - [2026-02-05 03:05:06] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006824 10.0.0.27 - - [2026-02-05 03:05:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008753 10.0.0.27 - - [2026-02-05 03:05:14] "POST /neutron/port HTTP/1.1" 200 1126 0.017345 10.0.0.27 - - [2026-02-05 03:05:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008157 10.0.0.27 - - [2026-02-05 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2026-02-05 03:05:26] "GET /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006379 10.0.0.27 - - [2026-02-05 03:05:26] "PUT /virtual-network/5efdb167-d3b8-49a0-9b3a-752722dbb493 HTTP/1.1" 200 264 0.054435 10.0.0.50 - - [2026-02-05 03:05:27] "DELETE /route-target/8c4c8fbe-e29f-4550-83c4-884f33ed8382 HTTP/1.1" 200 115 0.029331 10.0.0.27 - - [2026-02-05 03:05:32] "POST /neutron/network HTTP/1.1" 200 830 0.007218 10.0.0.27 - - [2026-02-05 03:05:32] "POST /neutron/port HTTP/1.1" 200 1116 0.014505 10.0.0.23 - - [2026-02-05 03:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004061 10.0.0.23 - - [2026-02-05 03:05:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003572 10.0.0.27 - - [2026-02-05 03:05:34] "POST /neutron/network HTTP/1.1" 200 151 0.152251 10.0.0.27 - - [2026-02-05 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2026-02-05 03:05:37] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000954 10.0.0.27 - - [2026-02-05 03:05:37] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053793 10.0.0.50 - - [2026-02-05 03:05:37] "POST /route-targets HTTP/1.1" 200 327 0.030492 10.0.0.23 - - [2026-02-05 03:05:37] "POST /useragent-kv HTTP/1.1" 200 115 0.009751 10.0.0.27 - - [2026-02-05 03:05:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.244375 10.0.0.27 - - [2026-02-05 03:05:37] "POST /id-to-fqname HTTP/1.1" 200 226 0.001393 10.0.0.27 - - [2026-02-05 03:05:37] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006032 10.0.0.27 - - [2026-02-05 03:05:37] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006177 10.0.0.27 - - [2026-02-05 03:05:37] "POST /neutron/network HTTP/1.1" 200 831 0.007005 10.0.0.27 - - [2026-02-05 03:05:37] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008622 10.0.0.50 - - [2026-02-05 03:05:38] "GET /obj-perms HTTP/1.1" 200 5038 0.058418 10.0.0.27 - - [2026-02-05 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2026-02-05 03:05:38] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008932 10.0.0.27 - - [2026-02-05 03:05:38] "PUT /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617 HTTP/1.1" 200 264 0.066702 10.0.0.50 - - [2026-02-05 03:05:38] "POST /ref-update HTTP/1.1" 200 156 0.063367 10.0.0.27 - - [2026-02-05 03:05:43] "POST /id-to-fqname HTTP/1.1" 200 226 0.002118 10.0.0.23 - - [2026-02-05 03:05:44] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001354 10.0.0.27 - - [2026-02-05 03:05:44] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.074377 10.0.0.27 - - [2026-02-05 03:05:44] "POST /neutron/network HTTP/1.1" 200 831 0.008686 10.0.0.27 - - [2026-02-05 03:05:44] "POST /neutron/port HTTP/1.1" 200 117 0.007076 10.0.0.27 - - [2026-02-05 03:05:45] "POST /neutron/port HTTP/1.1" 200 1063 0.028479 10.0.0.27 - - [2026-02-05 03:05:45] "POST /neutron/port HTTP/1.1" 200 1127 0.018682 10.0.0.27 - - [2026-02-05 03:05:45] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.27 - - [2026-02-05 03:05:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007709 10.0.0.27 - - [2026-02-05 03:05:50] "POST /neutron/port HTTP/1.1" 200 1127 0.017232 10.0.0.27 - - [2026-02-05 03:05:50] "GET /virtual-machine/c70e7827-8489-4e19-9540-7aa202cebbd0 HTTP/1.1" 200 1297 0.006342 10.0.0.27 - - [2026-02-05 03:05:50] "GET /virtual-machine-interface/08b9f8e4-db05-4247-b7fb-9be49571cc5d HTTP/1.1" 200 2965 0.006422 10.0.0.27 - - [2026-02-05 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2026-02-05 03:05:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005177 10.0.0.27 - - [2026-02-05 03:05:50] "GET /virtual-networks?parent_id=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003852 10.0.0.27 - - [2026-02-05 03:05:50] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007626 10.0.0.27 - - [2026-02-05 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2026-02-05 03:05:53] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005783 10.0.0.27 - - [2026-02-05 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.27 - - [2026-02-05 03:05:57] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005627 10.0.0.27 - - [2026-02-05 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2026-02-05 03:06:01] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005906 10.0.0.27 - - [2026-02-05 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.27 - - [2026-02-05 03:06:05] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006259 10.0.0.27 - - [2026-02-05 03:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.27 - - [2026-02-05 03:06:09] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006291 10.0.0.27 - - [2026-02-05 03:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.27 - - [2026-02-05 03:06:13] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006454 10.0.0.50 - - [2026-02-05 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.50 - - [2026-02-05 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000981 10.0.0.50 - - [2026-02-05 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.50 - - [2026-02-05 03:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2026-02-05 03:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2026-02-05 03:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-02-05 03:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2026-02-05 03:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.001408 10.0.0.27 - - [2026-02-05 03:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-02-05 03:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-02-05 03:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.27 - - [2026-02-05 03:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2026-02-05 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.27 - - [2026-02-05 03:06:17] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007146 10.0.0.27 - - [2026-02-05 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2026-02-05 03:06:22] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005789 10.0.0.27 - - [2026-02-05 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-02-05 03:06:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004059 10.0.0.27 - - [2026-02-05 03:06:26] "GET /virtual-networks?parent_id=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003605 10.0.0.27 - - [2026-02-05 03:06:26] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006181 10.0.0.27 - - [2026-02-05 03:06:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008702 10.0.0.27 - - [2026-02-05 03:06:35] "POST /neutron/port HTTP/1.1" 200 1127 0.023622 10.0.0.27 - - [2026-02-05 03:06:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007712 10.0.0.27 - - [2026-02-05 03:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.27 - - [2026-02-05 03:06:47] "GET /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005383 10.0.0.27 - - [2026-02-05 03:06:47] "PUT /virtual-network/ab88377b-a4c8-41b8-b9c0-a36f71d30617 HTTP/1.1" 200 264 0.069427 10.0.0.50 - - [2026-02-05 03:06:47] "DELETE /route-target/469f541b-9c6f-4de3-b2e5-3a26023c0a8e HTTP/1.1" 200 115 0.029108 10.0.0.27 - - [2026-02-05 03:06:48] "GET /obj-perms HTTP/1.1" 200 5056 0.111562 10.0.0.27 - - [2026-02-05 03:06:48] "POST /neutron/port HTTP/1.1" 200 1127 0.065867 10.0.0.27 - - [2026-02-05 03:06:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003979 10.0.0.27 - - [2026-02-05 03:06:48] "POST /neutron/network HTTP/1.1" 200 831 0.006845 10.0.0.27 - - [2026-02-05 03:06:52] "POST /neutron/port HTTP/1.1" 200 1127 0.018392 10.0.0.27 - - [2026-02-05 03:06:54] "POST /neutron/network HTTP/1.1" 200 831 0.007557 10.0.0.23 - - [2026-02-05 03:06:56] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001008 10.0.0.27 - - [2026-02-05 03:06:56] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.053275 10.0.0.23 - - [2026-02-05 03:06:56] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000981 10.0.0.27 - - [2026-02-05 03:06:56] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?fields=virtual_networks HTTP/1.1" 200 1040 0.043802 10.0.0.23 - - [2026-02-05 03:06:56] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001131 10.0.0.27 - - [2026-02-05 03:06:56] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.042707 10.0.0.23 - - [2026-02-05 03:06:56] "GET /projects?obj_uuids=1d78a136-ac40-41cf-ac00-c72ca2ceb691&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001354 10.0.0.27 - - [2026-02-05 03:06:56] "GET /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691?fields=security_groups HTTP/1.1" 200 1270 0.038418 10.0.0.27 - - [2026-02-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 213 0.031547 10.0.0.23 - - [2026-02-05 03:06:57] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003165 10.0.0.23 - - [2026-02-05 03:06:57] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.23 - - [2026-02-05 03:06:57] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007346 10.0.0.23 - - [2026-02-05 03:06:57] "POST /id-to-fqname HTTP/1.1" 200 216 0.006945 10.0.0.23 - - [2026-02-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 227 0.004977 10.0.0.23 - - [2026-02-05 03:06:57] "POST /security-groups HTTP/1.1" 200 616 0.076587 10.0.0.50 - - [2026-02-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 259 0.003431 10.0.0.23 - - [2026-02-05 03:06:57] "POST /projects HTTP/1.1" 200 635 0.281745 10.0.0.23 - - [2026-02-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.364732 10.0.0.50 - - [2026-02-05 03:06:57] "POST /access-control-lists HTTP/1.1" 200 619 0.040820 10.0.0.27 - - [2026-02-05 03:06:57] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.515023 10.0.0.27 - - [2026-02-05 03:06:59] "GET / HTTP/1.1" 200 35931 0.002624 10.0.0.27 - - [2026-02-05 03:07:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2026-02-05 03:07:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.069825 10.0.0.50 - - [2026-02-05 03:07:01] "POST /fqname-to-id HTTP/1.1" 404 280 0.003254 10.0.0.50 - - [2026-02-05 03:07:01] "PUT /access-control-list/9715928f-a23d-4b20-9b7d-a9b1488574e7 HTTP/1.1" 200 272 0.018505 10.0.0.23 - - [2026-02-05 03:07:01] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001440 10.0.0.27 - - [2026-02-05 03:07:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.104706 10.0.0.27 - - [2026-02-05 03:07:01] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019303 10.0.0.50 - - [2026-02-05 03:07:02] "PUT /access-control-list/9715928f-a23d-4b20-9b7d-a9b1488574e7 HTTP/1.1" 200 272 0.022009 10.0.0.27 - - [2026-02-05 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.27 - - [2026-02-05 03:07:02] "GET /security-group/bcbc9c98-40c6-4f13-b4bd-146a0ad4c68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.008980 10.0.0.27 - - [2026-02-05 03:07:02] "POST /neutron/security_group HTTP/1.1" 200 1026 0.004403 10.0.0.27 - - [2026-02-05 03:07:03] "POST /fqname-to-id HTTP/1.1" 404 249 0.004683 10.0.0.50 - - [2026-02-05 03:07:03] "DELETE /access-control-list/9715928f-a23d-4b20-9b7d-a9b1488574e7 HTTP/1.1" 200 115 0.030203 10.0.0.27 - - [2026-02-05 03:07:03] "POST /fqname-to-id HTTP/1.1" 404 249 0.004094 10.0.0.50 - - [2026-02-05 03:07:03] "POST /fqname-to-id HTTP/1.1" 404 280 0.009685 10.0.0.50 - - [2026-02-05 03:07:03] "PUT /access-control-list/f408a5ff-d3f2-4d4f-92fc-dfc480d68d40 HTTP/1.1" 200 272 0.018995 10.0.0.23 - - [2026-02-05 03:07:03] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001507 10.0.0.27 - - [2026-02-05 03:07:03] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.054861 10.0.0.27 - - [2026-02-05 03:07:04] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013129 10.0.0.50 - - [2026-02-05 03:07:04] "DELETE /access-control-list/b786756a-217d-4d83-b77a-8fd77f8e2c6f HTTP/1.1" 200 115 0.046203 10.0.0.27 - - [2026-02-05 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.50 - - [2026-02-05 03:07:04] "PUT /access-control-list/f408a5ff-d3f2-4d4f-92fc-dfc480d68d40 HTTP/1.1" 200 272 0.016819 10.0.0.27 - - [2026-02-05 03:07:04] "GET /security-group/a876915f-d951-456d-ac25-4c34bb290633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.013066 10.0.0.23 - - [2026-02-05 03:07:04] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001372 10.0.0.27 - - [2026-02-05 03:07:04] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.043764 10.0.0.27 - - [2026-02-05 03:07:05] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.115420 10.0.0.27 - - [2026-02-05 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005789 10.0.0.23 - - [2026-02-05 03:07:05] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001009 10.0.0.50 - - [2026-02-05 03:07:05] "PUT /access-control-list/0bab714c-4417-4bd4-b89b-d2f62d65fc4d HTTP/1.1" 200 272 0.018732 10.0.0.27 - - [2026-02-05 03:07:05] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047026 10.0.0.23 - - [2026-02-05 03:07:05] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001049 10.0.0.27 - - [2026-02-05 03:07:05] "POST /neutron/network HTTP/1.1" 200 720 0.144259 10.0.0.50 - - [2026-02-05 03:07:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.050975 10.0.0.27 - - [2026-02-05 03:07:06] "POST /neutron/network HTTP/1.1" 200 1113 0.012678 10.0.0.27 - - [2026-02-05 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 290 0.001262 10.0.0.27 - - [2026-02-05 03:07:06] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005391 10.0.0.27 - - [2026-02-05 03:07:06] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007363 10.0.0.27 - - [2026-02-05 03:07:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.010685 10.0.0.27 - - [2026-02-05 03:07:06] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008248 10.0.0.50 - - [2026-02-05 03:07:07] "GET /obj-perms HTTP/1.1" 200 5080 0.064018 10.0.0.23 - - [2026-02-05 03:07:07] "GET /obj-perms HTTP/1.1" 200 5080 0.058735 10.0.0.27 - - [2026-02-05 03:07:07] "POST /id-to-fqname HTTP/1.1" 200 290 0.001521 10.0.0.27 - - [2026-02-05 03:07:08] "POST /neutron/network HTTP/1.1" 200 1123 0.007574 10.0.0.23 - - [2026-02-05 03:07:08] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001006 10.0.0.27 - - [2026-02-05 03:07:08] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.088477 10.0.0.27 - - [2026-02-05 03:07:09] "POST /neutron/port HTTP/1.1" 200 117 0.007269 10.0.0.27 - - [2026-02-05 03:07:09] "POST /id-to-fqname HTTP/1.1" 200 290 0.001727 10.0.0.27 - - [2026-02-05 03:07:09] "POST /neutron/network HTTP/1.1" 200 1123 0.007090 10.0.0.23 - - [2026-02-05 03:07:09] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001194 10.0.0.27 - - [2026-02-05 03:07:10] "POST /neutron/port HTTP/1.1" 200 1192 0.338752 10.0.0.27 - - [2026-02-05 03:07:10] "POST /neutron/port HTTP/1.1" 200 1246 0.121931 10.0.0.23 - - [2026-02-05 03:07:10] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.054640 10.0.0.27 - - [2026-02-05 03:07:10] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.145877 10.0.0.27 - - [2026-02-05 03:07:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004062 10.0.0.27 - - [2026-02-05 03:07:10] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.27 - - [2026-02-05 03:07:10] "POST /neutron/port HTTP/1.1" 200 1256 0.021797 10.0.0.27 - - [2026-02-05 03:07:10] "POST /neutron/port HTTP/1.1" 200 1256 0.018234 10.0.0.23 - - [2026-02-05 03:07:11] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001111 10.0.0.27 - - [2026-02-05 03:07:11] "POST /neutron/security_group HTTP/1.1" 200 3456 0.062814 10.0.0.27 - - [2026-02-05 03:07:11] "POST /neutron/port HTTP/1.1" 200 1192 0.021908 10.0.0.27 - - [2026-02-05 03:07:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004661 10.0.0.27 - - [2026-02-05 03:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.27 - - [2026-02-05 03:07:15] "POST /neutron/port HTTP/1.1" 200 1256 0.021703 10.0.0.27 - - [2026-02-05 03:07:16] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007232 10.0.0.27 - - [2026-02-05 03:07:16] "POST /neutron/port HTTP/1.1" 200 1256 0.019744 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.035108 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.004824 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine-interface/740c9f29-9684-4a66-8b8d-84c6dbfd8013 HTTP/1.1" 200 3416 0.011930 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.005269 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine-interface/740c9f29-9684-4a66-8b8d-84c6dbfd8013 HTTP/1.1" 200 3416 0.007288 10.0.0.27 - - [2026-02-05 03:07:16] "GET /instance-ip/3993f24d-79c3-42fa-8050-e7d02515bbf2 HTTP/1.1" 200 1715 0.009075 10.0.0.27 - - [2026-02-05 03:07:16] "GET /instance-ip/65446882-f4f1-4fff-bef4-6bd0d31fef36 HTTP/1.1" 200 1734 0.009161 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.006615 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-machine-interface/740c9f29-9684-4a66-8b8d-84c6dbfd8013 HTTP/1.1" 200 3416 0.007225 10.0.0.27 - - [2026-02-05 03:07:16] "GET /instance-ip/3993f24d-79c3-42fa-8050-e7d02515bbf2 HTTP/1.1" 200 1715 0.005982 10.0.0.27 - - [2026-02-05 03:07:16] "GET /instance-ip/65446882-f4f1-4fff-bef4-6bd0d31fef36 HTTP/1.1" 200 1734 0.006599 10.0.0.27 - - [2026-02-05 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.27 - - [2026-02-05 03:07:16] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004214 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003569 10.0.0.23 - - [2026-02-05 03:07:16] "DELETE /project/c5a18b2bb36c4c42a53d68ddc5a5a029 HTTP/1.1" 404 173 0.003007 10.0.0.23 - - [2026-02-05 03:07:16] "DELETE /project/1d78a136-ac40-41cf-ac00-c72ca2ceb691 HTTP/1.1" 404 177 0.006439 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007724 10.0.0.27 - - [2026-02-05 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.27 - - [2026-02-05 03:07:16] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005272 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003406 10.0.0.27 - - [2026-02-05 03:07:16] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006133 10.0.0.27 - - [2026-02-05 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.27 - - [2026-02-05 03:07:17] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004406 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003906 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006215 10.0.0.27 - - [2026-02-05 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.27 - - [2026-02-05 03:07:17] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004730 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003001 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006413 10.0.0.27 - - [2026-02-05 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2026-02-05 03:07:17] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004436 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003183 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008743 10.0.0.27 - - [2026-02-05 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2026-02-05 03:07:17] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004273 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003116 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006482 10.0.0.27 - - [2026-02-05 03:07:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.27 - - [2026-02-05 03:07:17] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005383 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003531 10.0.0.27 - - [2026-02-05 03:07:17] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009377 10.0.0.27 - - [2026-02-05 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.27 - - [2026-02-05 03:07:20] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005327 10.0.0.27 - - [2026-02-05 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.27 - - [2026-02-05 03:07:24] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005624 10.0.0.27 - - [2026-02-05 03:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2026-02-05 03:07:28] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005968 10.0.0.27 - - [2026-02-05 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.27 - - [2026-02-05 03:07:33] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005676 10.0.0.27 - - [2026-02-05 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2026-02-05 03:07:37] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006341 10.0.0.27 - - [2026-02-05 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006577 10.0.0.27 - - [2026-02-05 03:07:41] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007099 10.0.0.27 - - [2026-02-05 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-02-05 03:07:45] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005753 10.0.0.27 - - [2026-02-05 03:07:48] "POST /neutron/port HTTP/1.1" 200 1256 0.041448 10.0.0.27 - - [2026-02-05 03:07:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003948 10.0.0.27 - - [2026-02-05 03:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.27 - - [2026-02-05 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2026-02-05 03:07:49] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005806 10.0.0.27 - - [2026-02-05 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.27 - - [2026-02-05 03:07:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004130 10.0.0.27 - - [2026-02-05 03:07:51] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002929 10.0.0.27 - - [2026-02-05 03:07:51] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006057 10.0.0.27 - - [2026-02-05 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2026-02-05 03:07:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009267 10.0.0.27 - - [2026-02-05 03:07:51] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003308 10.0.0.27 - - [2026-02-05 03:07:51] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006460 10.0.0.27 - - [2026-02-05 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2026-02-05 03:07:51] "GET /routing-instance/1d346000-c6e1-4952-a5d3-796ff94b4b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007251 10.0.0.27 - - [2026-02-05 03:07:51] "GET /route-target/15bd9ecb-c241-4d13-9c82-44e64cc6936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003726 10.0.0.27 - - [2026-02-05 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.27 - - [2026-02-05 03:07:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003858 10.0.0.27 - - [2026-02-05 03:07:51] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003064 10.0.0.27 - - [2026-02-05 03:07:51] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006241 10.0.0.27 - - [2026-02-05 03:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.27 - - [2026-02-05 03:07:51] "GET /routing-instance/1d346000-c6e1-4952-a5d3-796ff94b4b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004358 10.0.0.27 - - [2026-02-05 03:07:51] "GET /route-target/15bd9ecb-c241-4d13-9c82-44e64cc6936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003670 10.0.0.27 - - [2026-02-05 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2026-02-05 03:07:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004367 10.0.0.27 - - [2026-02-05 03:07:52] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003188 10.0.0.27 - - [2026-02-05 03:07:52] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006555 10.0.0.27 - - [2026-02-05 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2026-02-05 03:07:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004394 10.0.0.27 - - [2026-02-05 03:07:52] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003137 10.0.0.27 - - [2026-02-05 03:07:52] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006620 10.0.0.27 - - [2026-02-05 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2026-02-05 03:07:52] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004506 10.0.0.27 - - [2026-02-05 03:07:52] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002902 10.0.0.27 - - [2026-02-05 03:07:52] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006514 10.0.0.27 - - [2026-02-05 03:07:52] "GET /obj-perms HTTP/1.1" 200 5080 0.061526 10.0.0.23 - - [2026-02-05 03:07:52] "GET /obj-perms HTTP/1.1" 200 5080 0.004618 10.0.0.27 - - [2026-02-05 03:07:52] "GET /obj-perms HTTP/1.1" 200 5080 0.005157 10.0.0.27 - - [2026-02-05 03:07:52] "GET /obj-perms HTTP/1.1" 200 5080 0.005172 10.0.0.27 - - [2026-02-05 03:07:53] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.004265 10.0.0.27 - - [2026-02-05 03:07:53] "GET /virtual-machine-interface/740c9f29-9684-4a66-8b8d-84c6dbfd8013 HTTP/1.1" 200 3416 0.005235 10.0.0.27 - - [2026-02-05 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.27 - - [2026-02-05 03:07:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003394 10.0.0.27 - - [2026-02-05 03:07:53] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003647 10.0.0.27 - - [2026-02-05 03:07:53] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006380 10.0.0.27 - - [2026-02-05 03:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2026-02-05 03:07:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004286 10.0.0.27 - - [2026-02-05 03:07:54] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003271 10.0.0.27 - - [2026-02-05 03:07:54] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006061 10.0.0.27 - - [2026-02-05 03:07:54] "POST /neutron/security_group HTTP/1.1" 200 1455 0.011343 10.0.0.27 - - [2026-02-05 03:07:56] "POST /neutron/network HTTP/1.1" 200 1123 0.038922 10.0.0.27 - - [2026-02-05 03:07:56] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013202 10.0.0.27 - - [2026-02-05 03:07:56] "POST /neutron/network HTTP/1.1" 200 1113 0.010370 10.0.0.27 - - [2026-02-05 03:07:59] "POST /neutron/port HTTP/1.1" 200 1256 0.017836 10.0.0.27 - - [2026-02-05 03:08:04] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007254 10.0.0.27 - - [2026-02-05 03:08:09] "POST /neutron/port HTTP/1.1" 200 1256 0.022289 10.0.0.27 - - [2026-02-05 03:08:10] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008768 10.0.0.27 - - [2026-02-05 03:08:10] "POST /neutron/port HTTP/1.1" 200 1256 0.019603 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 200 1317 0.006470 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 200 1317 0.004552 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-machine-interface/924f3f9c-7d3d-448f-b926-50772c588df8 HTTP/1.1" 200 3417 0.006421 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 200 1317 0.004300 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-machine-interface/924f3f9c-7d3d-448f-b926-50772c588df8 HTTP/1.1" 200 3417 0.008635 10.0.0.27 - - [2026-02-05 03:08:10] "GET /instance-ip/22d59cc2-2f5f-4d2e-b76c-c220804e4ebb HTTP/1.1" 200 1734 0.007017 10.0.0.27 - - [2026-02-05 03:08:10] "GET /instance-ip/459b7e44-1e80-4d0b-9b6b-cc0e7644b331 HTTP/1.1" 200 1716 0.006763 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 200 1317 0.004163 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-machine-interface/924f3f9c-7d3d-448f-b926-50772c588df8 HTTP/1.1" 200 3417 0.005889 10.0.0.27 - - [2026-02-05 03:08:10] "GET /instance-ip/22d59cc2-2f5f-4d2e-b76c-c220804e4ebb HTTP/1.1" 200 1734 0.004402 10.0.0.27 - - [2026-02-05 03:08:10] "GET /instance-ip/459b7e44-1e80-4d0b-9b6b-cc0e7644b331 HTTP/1.1" 200 1716 0.004190 10.0.0.27 - - [2026-02-05 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.27 - - [2026-02-05 03:08:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004176 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003805 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006724 10.0.0.27 - - [2026-02-05 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.27 - - [2026-02-05 03:08:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004258 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003577 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007007 10.0.0.27 - - [2026-02-05 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2026-02-05 03:08:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004814 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003731 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007034 10.0.0.27 - - [2026-02-05 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.27 - - [2026-02-05 03:08:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005701 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003995 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006008 10.0.0.27 - - [2026-02-05 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2026-02-05 03:08:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004739 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003286 10.0.0.27 - - [2026-02-05 03:08:10] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006769 10.0.0.27 - - [2026-02-05 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-02-05 03:08:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004319 10.0.0.27 - - [2026-02-05 03:08:11] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003601 10.0.0.27 - - [2026-02-05 03:08:11] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006152 10.0.0.27 - - [2026-02-05 03:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2026-02-05 03:08:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004344 10.0.0.27 - - [2026-02-05 03:08:11] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003723 10.0.0.27 - - [2026-02-05 03:08:11] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007024 10.0.0.27 - - [2026-02-05 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2026-02-05 03:08:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004373 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003479 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.008152 10.0.0.27 - - [2026-02-05 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2026-02-05 03:08:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004590 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003505 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006447 10.0.0.27 - - [2026-02-05 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2026-02-05 03:08:12] "GET /routing-instance/1d346000-c6e1-4952-a5d3-796ff94b4b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005320 10.0.0.27 - - [2026-02-05 03:08:12] "GET /route-target/15bd9ecb-c241-4d13-9c82-44e64cc6936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004171 10.0.0.27 - - [2026-02-05 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2026-02-05 03:08:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004149 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003086 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007755 10.0.0.27 - - [2026-02-05 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-02-05 03:08:12] "GET /routing-instance/1d346000-c6e1-4952-a5d3-796ff94b4b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004679 10.0.0.27 - - [2026-02-05 03:08:12] "GET /route-target/15bd9ecb-c241-4d13-9c82-44e64cc6936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004360 10.0.0.27 - - [2026-02-05 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2026-02-05 03:08:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004902 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004163 10.0.0.27 - - [2026-02-05 03:08:12] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006675 10.0.0.27 - - [2026-02-05 03:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.27 - - [2026-02-05 03:08:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006840 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003778 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006078 10.0.0.27 - - [2026-02-05 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.27 - - [2026-02-05 03:08:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004701 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003598 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.009076 10.0.0.23 - - [2026-02-05 03:08:13] "GET /obj-perms HTTP/1.1" 200 5080 0.004252 10.0.0.27 - - [2026-02-05 03:08:13] "GET /obj-perms HTTP/1.1" 200 5080 0.005374 10.0.0.27 - - [2026-02-05 03:08:13] "GET /obj-perms HTTP/1.1" 200 5080 0.004953 10.0.0.50 - - [2026-02-05 03:08:13] "GET /obj-perms HTTP/1.1" 200 5080 0.005723 10.0.0.27 - - [2026-02-05 03:08:13] "GET /obj-perms HTTP/1.1" 200 5080 0.005719 10.0.0.23 - - [2026-02-05 03:08:13] "GET /obj-perms HTTP/1.1" 200 5080 0.005020 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 200 1317 0.005050 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-machine-interface/924f3f9c-7d3d-448f-b926-50772c588df8 HTTP/1.1" 200 3417 0.006565 10.0.0.27 - - [2026-02-05 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.27 - - [2026-02-05 03:08:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004446 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003490 10.0.0.27 - - [2026-02-05 03:08:13] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007182 10.0.0.27 - - [2026-02-05 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.27 - - [2026-02-05 03:08:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003557 10.0.0.27 - - [2026-02-05 03:08:14] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003046 10.0.0.27 - - [2026-02-05 03:08:14] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006189 10.0.0.27 - - [2026-02-05 03:08:15] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.004452 10.0.0.27 - - [2026-02-05 03:08:15] "GET /virtual-machine-interface/740c9f29-9684-4a66-8b8d-84c6dbfd8013 HTTP/1.1" 200 3416 0.006031 10.0.0.27 - - [2026-02-05 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.27 - - [2026-02-05 03:08:15] "GET /security-group/a876915f-d951-456d-ac25-4c34bb290633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.003780 10.0.0.27 - - [2026-02-05 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2026-02-05 03:08:15] "GET /security-group/a876915f-d951-456d-ac25-4c34bb290633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005320 10.0.0.27 - - [2026-02-05 03:08:15] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008005 10.0.0.27 - - [2026-02-05 03:08:15] "POST /neutron/port HTTP/1.1" 200 1246 0.016436 10.0.0.27 - - [2026-02-05 03:08:15] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.004806 10.0.0.27 - - [2026-02-05 03:08:15] "GET /virtual-machine-interface/740c9f29-9684-4a66-8b8d-84c6dbfd8013 HTTP/1.1" 200 3360 0.008950 10.0.0.27 - - [2026-02-05 03:08:15] "POST /neutron/port HTTP/1.1" 200 1218 0.017777 10.0.0.27 - - [2026-02-05 03:08:15] "POST /neutron/port HTTP/1.1" 200 1246 0.073797 10.0.0.27 - - [2026-02-05 03:08:15] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.004511 10.0.0.27 - - [2026-02-05 03:08:15] "GET /virtual-machine-interface/740c9f29-9684-4a66-8b8d-84c6dbfd8013 HTTP/1.1" 200 3416 0.005291 10.0.0.27 - - [2026-02-05 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2026-02-05 03:08:15] "GET /security-group/a876915f-d951-456d-ac25-4c34bb290633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.003848 10.0.0.27 - - [2026-02-05 03:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2026-02-05 03:08:15] "GET /security-group/a876915f-d951-456d-ac25-4c34bb290633?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.004463 10.0.0.27 - - [2026-02-05 03:08:15] "POST /neutron/security_group HTTP/1.1" 400 206 0.011555 10.0.0.27 - - [2026-02-05 03:08:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177975 10.0.0.50 - - [2026-02-05 03:08:44] "PUT /access-control-list/f408a5ff-d3f2-4d4f-92fc-dfc480d68d40 HTTP/1.1" 200 272 0.013597 10.0.0.27 - - [2026-02-05 03:08:44] "POST /neutron/security_group_rule HTTP/1.1" 200 598 0.120707 10.0.0.27 - - [2026-02-05 03:08:47] "POST /neutron/port HTTP/1.1" 200 1256 0.016903 10.0.0.27 - - [2026-02-05 03:08:47] "POST /neutron/port HTTP/1.1" 200 1208 0.072729 10.0.0.27 - - [2026-02-05 03:08:47] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 200 1317 0.006126 10.0.0.27 - - [2026-02-05 03:08:48] "POST /neutron/port HTTP/1.1" 200 151 0.252694 10.0.0.27 - - [2026-02-05 03:08:49] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 404 171 0.003417 10.0.0.27 - - [2026-02-05 03:08:49] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 404 171 0.003812 10.0.0.27 - - [2026-02-05 03:08:49] "GET /virtual-machine/83a80c06-4ac2-4be6-9ed3-ef4ebbbecfb2 HTTP/1.1" 404 171 0.002731 10.0.0.27 - - [2026-02-05 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2026-02-05 03:08:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004596 10.0.0.27 - - [2026-02-05 03:08:50] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003255 10.0.0.27 - - [2026-02-05 03:08:50] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007551 10.0.0.27 - - [2026-02-05 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2026-02-05 03:08:50] "GET /routing-instance/1d346000-c6e1-4952-a5d3-796ff94b4b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005374 10.0.0.27 - - [2026-02-05 03:08:50] "GET /route-target/15bd9ecb-c241-4d13-9c82-44e64cc6936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005176 10.0.0.50 - - [2026-02-05 03:08:50] "GET /obj-perms HTTP/1.1" 200 5080 0.004256 10.0.0.27 - - [2026-02-05 03:08:55] "POST /neutron/network HTTP/1.1" 200 1123 0.009382 10.0.0.27 - - [2026-02-05 03:08:56] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014206 10.0.0.27 - - [2026-02-05 03:08:56] "POST /neutron/network HTTP/1.1" 200 1113 0.009418 10.0.0.27 - - [2026-02-05 03:08:56] "GET /obj-perms HTTP/1.1" 200 5080 0.004377 10.0.0.50 - - [2026-02-05 03:08:59] "GET /obj-perms HTTP/1.1" 200 5080 0.004167 10.0.0.27 - - [2026-02-05 03:09:05] "GET /obj-perms HTTP/1.1" 200 5080 0.004534 10.0.0.50 - - [2026-02-05 03:09:08] "GET /obj-perms HTTP/1.1" 200 5080 0.004604 10.0.0.27 - - [2026-02-05 03:09:08] "GET /obj-perms HTTP/1.1" 200 5080 0.004169 10.0.0.27 - - [2026-02-05 03:09:09] "POST /neutron/port HTTP/1.1" 200 1246 0.016682 10.0.0.27 - - [2026-02-05 03:09:09] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 200 1317 0.005357 10.0.0.27 - - [2026-02-05 03:09:09] "POST /neutron/port HTTP/1.1" 200 1218 0.020626 10.0.0.27 - - [2026-02-05 03:09:11] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 404 171 0.004132 10.0.0.27 - - [2026-02-05 03:09:11] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 404 171 0.003145 10.0.0.27 - - [2026-02-05 03:09:11] "GET /virtual-machine/2a98d7b9-6564-42a8-98b4-12b5feb03fcb HTTP/1.1" 404 171 0.003762 10.0.0.27 - - [2026-02-05 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2026-02-05 03:09:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003932 10.0.0.27 - - [2026-02-05 03:09:11] "GET /virtual-networks?parent_id=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003484 10.0.0.27 - - [2026-02-05 03:09:11] "GET /virtual-network/af6e5bf4-e444-4329-8e8f-fc0df30ef307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007861 10.0.0.27 - - [2026-02-05 03:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2026-02-05 03:09:11] "GET /routing-instance/1d346000-c6e1-4952-a5d3-796ff94b4b5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005687 10.0.0.27 - - [2026-02-05 03:09:11] "GET /route-target/15bd9ecb-c241-4d13-9c82-44e64cc6936e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004570 10.0.0.27 - - [2026-02-05 03:09:14] "GET /obj-perms HTTP/1.1" 200 5080 0.004145 10.0.0.27 - - [2026-02-05 03:09:17] "GET /obj-perms HTTP/1.1" 200 5080 0.004500 10.0.0.27 - - [2026-02-05 03:09:24] "GET /obj-perms HTTP/1.1" 200 5080 0.005400 10.0.0.27 - - [2026-02-05 03:09:27] "GET /obj-perms HTTP/1.1" 200 5080 0.004201 10.0.0.27 - - [2026-02-05 03:09:33] "GET /obj-perms HTTP/1.1" 200 5080 0.004364 10.0.0.27 - - [2026-02-05 03:09:36] "GET /obj-perms HTTP/1.1" 200 5080 0.004937 10.0.0.27 - - [2026-02-05 03:09:39] "GET /obj-perms HTTP/1.1" 200 5080 0.004029 10.0.0.23 - - [2026-02-05 03:09:39] "GET /obj-perms HTTP/1.1" 200 5080 0.005564 10.0.0.27 - - [2026-02-05 03:09:39] "POST /neutron/network HTTP/1.1" 200 1113 0.009406 10.0.0.50 - - [2026-02-05 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006341 10.0.0.27 - - [2026-02-05 03:09:40] "POST /neutron/security_group HTTP/1.1" 200 151 0.063269 10.0.0.27 - - [2026-02-05 03:09:40] "POST /fqname-to-id HTTP/1.1" 404 249 0.010577 10.0.0.50 - - [2026-02-05 03:09:40] "DELETE /access-control-list/f408a5ff-d3f2-4d4f-92fc-dfc480d68d40 HTTP/1.1" 200 115 0.048300 10.0.0.23 - - [2026-02-05 03:09:41] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001051 10.0.0.27 - - [2026-02-05 03:09:41] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.074939 10.0.0.23 - - [2026-02-05 03:09:41] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001280 10.0.0.27 - - [2026-02-05 03:09:41] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?fields=virtual_networks HTTP/1.1" 200 1083 0.043064 10.0.0.23 - - [2026-02-05 03:09:42] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001031 10.0.0.27 - - [2026-02-05 03:09:42] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.053300 10.0.0.23 - - [2026-02-05 03:09:42] "GET /projects?obj_uuids=c5a18b2b-b36c-4c42-a53d-68ddc5a5a029&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001041 10.0.0.27 - - [2026-02-05 03:09:42] "GET /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029?fields=security_groups HTTP/1.1" 200 1334 0.045161 10.0.0.27 - - [2026-02-05 03:09:43] "POST /fqname-to-id HTTP/1.1" 404 218 0.032970 10.0.0.23 - - [2026-02-05 03:09:43] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003000 10.0.0.23 - - [2026-02-05 03:09:43] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.23 - - [2026-02-05 03:09:43] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040978 10.0.0.23 - - [2026-02-05 03:09:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.004858 10.0.0.23 - - [2026-02-05 03:09:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.008733 10.0.0.23 - - [2026-02-05 03:09:43] "POST /security-groups HTTP/1.1" 200 621 0.042905 10.0.0.23 - - [2026-02-05 03:09:43] "POST /projects HTTP/1.1" 200 645 0.263240 10.0.0.50 - - [2026-02-05 03:09:43] "POST /fqname-to-id HTTP/1.1" 404 263 0.015057 10.0.0.23 - - [2026-02-05 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.340594 10.0.0.27 - - [2026-02-05 03:09:43] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.539068 10.0.0.27 - - [2026-02-05 03:09:44] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.27 - - [2026-02-05 03:09:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2026-02-05 03:09:46] "POST /fqname-to-id HTTP/1.1" 404 254 0.066031 10.0.0.27 - - [2026-02-05 03:09:47] "POST /security-groups HTTP/1.1" 200 595 0.036001 10.0.0.27 - - [2026-02-05 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.50 - - [2026-02-05 03:09:47] "POST /access-control-lists HTTP/1.1" 200 648 0.028140 10.0.0.27 - - [2026-02-05 03:09:47] "GET /security-group/c45befee-ae7f-4e60-b471-cbb205e79e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.007104 10.0.0.27 - - [2026-02-05 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2026-02-05 03:09:47] "GET /security-group/c45befee-ae7f-4e60-b471-cbb205e79e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.009218 10.0.0.27 - - [2026-02-05 03:09:47] "DELETE /security-group/c45befee-ae7f-4e60-b471-cbb205e79e05 HTTP/1.1" 200 115 0.051857 10.0.0.27 - - [2026-02-05 03:09:47] "POST /fqname-to-id HTTP/1.1" 404 254 0.006185 10.0.0.50 - - [2026-02-05 03:09:47] "DELETE /access-control-list/f81d7520-d62f-4807-8dba-28a524a466b4 HTTP/1.1" 200 115 0.043799 10.0.0.27 - - [2026-02-05 03:09:48] "POST /fqname-to-id HTTP/1.1" 404 254 0.003806 10.0.0.27 - - [2026-02-05 03:09:48] "POST /security-groups HTTP/1.1" 200 595 0.043879 10.0.0.27 - - [2026-02-05 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.50 - - [2026-02-05 03:09:48] "POST /access-control-lists HTTP/1.1" 200 648 0.032050 10.0.0.27 - - [2026-02-05 03:09:48] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006817 10.0.0.27 - - [2026-02-05 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.27 - - [2026-02-05 03:09:48] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004654 10.0.0.27 - - [2026-02-05 03:09:48] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005544 10.0.0.27 - - [2026-02-05 03:09:48] "PUT /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187 HTTP/1.1" 200 262 0.022994 10.0.0.50 - - [2026-02-05 03:09:48] "PUT /access-control-list/815e0cc0-f0df-4179-9339-518a3d37d372 HTTP/1.1" 200 272 0.011341 10.0.0.27 - - [2026-02-05 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.23 - - [2026-02-05 03:09:48] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001589 10.0.0.27 - - [2026-02-05 03:09:49] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.055753 10.0.0.50 - - [2026-02-05 03:09:49] "POST /ref-update HTTP/1.1" 200 156 0.021835 10.0.0.23 - - [2026-02-05 03:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007137 10.0.0.27 - - [2026-02-05 03:09:49] "POST /neutron/subnet HTTP/1.1" 200 710 0.306346 10.0.0.27 - - [2026-02-05 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 300 0.001783 10.0.0.27 - - [2026-02-05 03:09:49] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006135 10.0.0.27 - - [2026-02-05 03:09:49] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006348 10.0.0.27 - - [2026-02-05 03:09:49] "POST /neutron/network HTTP/1.1" 200 951 0.009232 10.0.0.27 - - [2026-02-05 03:09:50] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005943 10.0.0.27 - - [2026-02-05 03:09:51] "GET /obj-perms HTTP/1.1" 200 5056 0.100089 10.0.0.50 - - [2026-02-05 03:09:51] "GET /obj-perms HTTP/1.1" 200 5090 0.383729 10.0.0.27 - - [2026-02-05 03:09:52] "POST /id-to-fqname HTTP/1.1" 200 300 0.001774 10.0.0.27 - - [2026-02-05 03:09:52] "POST /neutron/network HTTP/1.1" 200 961 0.006891 10.0.0.23 - - [2026-02-05 03:09:53] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001045 10.0.0.27 - - [2026-02-05 03:09:53] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.069228 10.0.0.27 - - [2026-02-05 03:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.007733 10.0.0.27 - - [2026-02-05 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 300 0.001683 10.0.0.27 - - [2026-02-05 03:09:53] "POST /neutron/network HTTP/1.1" 200 961 0.006668 10.0.0.23 - - [2026-02-05 03:09:53] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001124 10.0.0.27 - - [2026-02-05 03:09:54] "POST /neutron/port HTTP/1.1" 200 1087 0.270068 10.0.0.27 - - [2026-02-05 03:09:54] "POST /neutron/port HTTP/1.1" 200 1141 0.090514 10.0.0.27 - - [2026-02-05 03:09:54] "POST /neutron/subnet HTTP/1.1" 200 684 0.014471 10.0.0.23 - - [2026-02-05 03:09:54] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001523 10.0.0.27 - - [2026-02-05 03:09:54] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.085388 10.0.0.27 - - [2026-02-05 03:09:54] "POST /neutron/network HTTP/1.1" 200 951 0.040672 10.0.0.27 - - [2026-02-05 03:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.006175 10.0.0.27 - - [2026-02-05 03:09:55] "POST /neutron/network HTTP/1.1" 200 961 0.007151 10.0.0.27 - - [2026-02-05 03:09:55] "POST /neutron/port HTTP/1.1" 200 1087 0.029594 10.0.0.27 - - [2026-02-05 03:09:55] "POST /neutron/port HTTP/1.1" 200 1151 0.022431 10.0.0.27 - - [2026-02-05 03:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.27 - - [2026-02-05 03:09:57] "POST /neutron/port HTTP/1.1" 200 1151 0.017612 10.0.0.27 - - [2026-02-05 03:09:58] "POST /neutron/subnet HTTP/1.1" 200 684 0.009345 10.0.0.27 - - [2026-02-05 03:10:00] "POST /neutron/port HTTP/1.1" 200 1151 0.023418 10.0.0.27 - - [2026-02-05 03:10:00] "POST /neutron/security_group HTTP/1.1" 200 1286 0.007413 10.0.0.27 - - [2026-02-05 03:10:00] "POST /neutron/port HTTP/1.1" 200 1151 0.020237 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.037085 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.004211 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine-interface/fc4ee843-379b-407d-b1ec-425107ca4538 HTTP/1.1" 200 3263 0.005337 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.003648 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine-interface/fc4ee843-379b-407d-b1ec-425107ca4538 HTTP/1.1" 200 3263 0.005181 10.0.0.27 - - [2026-02-05 03:10:00] "GET /instance-ip/42965d76-6bb9-42be-971a-f60f257eaa93 HTTP/1.1" 200 1727 0.005655 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.003898 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-machine-interface/fc4ee843-379b-407d-b1ec-425107ca4538 HTTP/1.1" 200 3263 0.004997 10.0.0.27 - - [2026-02-05 03:10:00] "GET /instance-ip/42965d76-6bb9-42be-971a-f60f257eaa93 HTTP/1.1" 200 1727 0.003820 10.0.0.27 - - [2026-02-05 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.27 - - [2026-02-05 03:10:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003973 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003031 10.0.0.27 - - [2026-02-05 03:10:00] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006465 10.0.0.27 - - [2026-02-05 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2026-02-05 03:10:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004416 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004458 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005936 10.0.0.27 - - [2026-02-05 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.27 - - [2026-02-05 03:10:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004610 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003234 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006389 10.0.0.27 - - [2026-02-05 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.27 - - [2026-02-05 03:10:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004381 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003522 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007005 10.0.0.27 - - [2026-02-05 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.27 - - [2026-02-05 03:10:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004638 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003726 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.015194 10.0.0.27 - - [2026-02-05 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.27 - - [2026-02-05 03:10:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006565 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003325 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006444 10.0.0.27 - - [2026-02-05 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.27 - - [2026-02-05 03:10:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004959 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003784 10.0.0.27 - - [2026-02-05 03:10:01] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006387 10.0.0.27 - - [2026-02-05 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012257 10.0.0.27 - - [2026-02-05 03:10:04] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.012440 10.0.0.27 - - [2026-02-05 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.27 - - [2026-02-05 03:10:08] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005581 10.0.0.27 - - [2026-02-05 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.27 - - [2026-02-05 03:10:13] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007766 10.0.0.23 - - [2026-02-05 03:10:16] "DELETE /project/e7c4d0a6836547a28090cef58922727d HTTP/1.1" 404 173 0.005052 10.0.0.23 - - [2026-02-05 03:10:16] "DELETE /project/c5a18b2b-b36c-4c42-a53d-68ddc5a5a029 HTTP/1.1" 404 177 0.004550 10.0.0.27 - - [2026-02-05 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.27 - - [2026-02-05 03:10:17] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006210 10.0.0.27 - - [2026-02-05 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.27 - - [2026-02-05 03:10:21] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005529 10.0.0.27 - - [2026-02-05 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.27 - - [2026-02-05 03:10:25] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005254 10.0.0.27 - - [2026-02-05 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2026-02-05 03:10:29] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005602 10.0.0.27 - - [2026-02-05 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.27 - - [2026-02-05 03:10:33] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007216 10.0.0.27 - - [2026-02-05 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.27 - - [2026-02-05 03:10:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005104 10.0.0.27 - - [2026-02-05 03:10:35] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003542 10.0.0.27 - - [2026-02-05 03:10:35] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.009305 10.0.0.27 - - [2026-02-05 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-02-05 03:10:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003543 10.0.0.27 - - [2026-02-05 03:10:35] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003039 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006526 10.0.0.27 - - [2026-02-05 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2026-02-05 03:10:36] "GET /routing-instance/12e72888-471d-49b9-b93a-9c9a6a77d782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005011 10.0.0.27 - - [2026-02-05 03:10:36] "GET /route-target/6f372425-5873-4aaf-99f0-f61ff375b1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003478 10.0.0.27 - - [2026-02-05 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2026-02-05 03:10:36] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004892 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002796 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006489 10.0.0.27 - - [2026-02-05 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2026-02-05 03:10:36] "GET /routing-instance/12e72888-471d-49b9-b93a-9c9a6a77d782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005132 10.0.0.27 - - [2026-02-05 03:10:36] "GET /route-target/6f372425-5873-4aaf-99f0-f61ff375b1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003906 10.0.0.27 - - [2026-02-05 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-02-05 03:10:36] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004921 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004054 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006907 10.0.0.27 - - [2026-02-05 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.27 - - [2026-02-05 03:10:36] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004488 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003565 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006518 10.0.0.27 - - [2026-02-05 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2026-02-05 03:10:36] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004397 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003010 10.0.0.27 - - [2026-02-05 03:10:36] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006383 10.0.0.23 - - [2026-02-05 03:10:37] "GET /obj-perms HTTP/1.1" 200 5090 0.064021 10.0.0.27 - - [2026-02-05 03:10:37] "GET /obj-perms HTTP/1.1" 200 5090 0.064390 10.0.0.27 - - [2026-02-05 03:10:37] "GET /obj-perms HTTP/1.1" 200 5090 0.004149 10.0.0.27 - - [2026-02-05 03:10:37] "GET /obj-perms HTTP/1.1" 200 5090 0.004983 10.0.0.27 - - [2026-02-05 03:10:37] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.004707 10.0.0.27 - - [2026-02-05 03:10:37] "GET /virtual-machine-interface/fc4ee843-379b-407d-b1ec-425107ca4538 HTTP/1.1" 200 3263 0.006102 10.0.0.27 - - [2026-02-05 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.27 - - [2026-02-05 03:10:37] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004341 10.0.0.27 - - [2026-02-05 03:10:37] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003544 10.0.0.27 - - [2026-02-05 03:10:37] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007807 10.0.0.27 - - [2026-02-05 03:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.27 - - [2026-02-05 03:10:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006104 10.0.0.27 - - [2026-02-05 03:10:38] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004250 10.0.0.27 - - [2026-02-05 03:10:38] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007909 10.0.0.27 - - [2026-02-05 03:10:38] "POST /neutron/security_group HTTP/1.1" 200 1286 0.017766 10.0.0.27 - - [2026-02-05 03:10:44] "POST /neutron/port HTTP/1.1" 200 1151 0.016495 10.0.0.27 - - [2026-02-05 03:10:46] "POST /neutron/security_group HTTP/1.1" 200 1286 0.041217 10.0.0.23 - - [2026-02-05 03:10:52] "GET /obj-perms HTTP/1.1" 200 5056 0.064655 10.0.0.27 - - [2026-02-05 03:10:53] "POST /neutron/port HTTP/1.1" 200 1151 0.019021 10.0.0.27 - - [2026-02-05 03:10:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004447 10.0.0.27 - - [2026-02-05 03:10:53] "POST /neutron/network HTTP/1.1" 200 951 0.007860 10.0.0.27 - - [2026-02-05 03:10:54] "POST /neutron/port HTTP/1.1" 200 1151 0.019997 10.0.0.27 - - [2026-02-05 03:10:54] "POST /neutron/security_group HTTP/1.1" 200 1286 0.007304 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 200 1322 0.006220 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 200 1322 0.004099 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-machine-interface/5638b2b2-0828-4320-8ddb-e409c08131dc HTTP/1.1" 200 3262 0.005063 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 200 1322 0.003218 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-machine-interface/5638b2b2-0828-4320-8ddb-e409c08131dc HTTP/1.1" 200 3262 0.004930 10.0.0.27 - - [2026-02-05 03:10:54] "GET /instance-ip/084c8801-5cff-4fdd-896e-0780eda378f8 HTTP/1.1" 200 1725 0.005667 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 200 1322 0.003581 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-machine-interface/5638b2b2-0828-4320-8ddb-e409c08131dc HTTP/1.1" 200 3262 0.005599 10.0.0.27 - - [2026-02-05 03:10:54] "GET /instance-ip/084c8801-5cff-4fdd-896e-0780eda378f8 HTTP/1.1" 200 1725 0.004079 10.0.0.27 - - [2026-02-05 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2026-02-05 03:10:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004306 10.0.0.27 - - [2026-02-05 03:10:54] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002849 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006622 10.0.0.27 - - [2026-02-05 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2026-02-05 03:10:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004297 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003322 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006670 10.0.0.27 - - [2026-02-05 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.27 - - [2026-02-05 03:10:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005085 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004054 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006349 10.0.0.27 - - [2026-02-05 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2026-02-05 03:10:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004670 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003518 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007121 10.0.0.27 - - [2026-02-05 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-02-05 03:10:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004287 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003712 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007278 10.0.0.27 - - [2026-02-05 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.27 - - [2026-02-05 03:10:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004273 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003191 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005960 10.0.0.27 - - [2026-02-05 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2026-02-05 03:10:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004327 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003115 10.0.0.27 - - [2026-02-05 03:10:55] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006180 10.0.0.27 - - [2026-02-05 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.27 - - [2026-02-05 03:10:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004188 10.0.0.27 - - [2026-02-05 03:10:56] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003556 10.0.0.27 - - [2026-02-05 03:10:56] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.008072 10.0.0.27 - - [2026-02-05 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.27 - - [2026-02-05 03:10:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003942 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003152 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006224 10.0.0.27 - - [2026-02-05 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.27 - - [2026-02-05 03:10:57] "GET /routing-instance/12e72888-471d-49b9-b93a-9c9a6a77d782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005076 10.0.0.27 - - [2026-02-05 03:10:57] "GET /route-target/6f372425-5873-4aaf-99f0-f61ff375b1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003596 10.0.0.27 - - [2026-02-05 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.27 - - [2026-02-05 03:10:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004307 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003059 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005971 10.0.0.27 - - [2026-02-05 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2026-02-05 03:10:57] "GET /routing-instance/12e72888-471d-49b9-b93a-9c9a6a77d782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004314 10.0.0.27 - - [2026-02-05 03:10:57] "GET /route-target/6f372425-5873-4aaf-99f0-f61ff375b1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003691 10.0.0.27 - - [2026-02-05 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.27 - - [2026-02-05 03:10:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004368 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003061 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006269 10.0.0.27 - - [2026-02-05 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2026-02-05 03:10:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003658 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.005350 10.0.0.27 - - [2026-02-05 03:10:57] "POST /neutron/port HTTP/1.1" 200 1151 0.020638 10.0.0.27 - - [2026-02-05 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-02-05 03:10:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.27 - - [2026-02-05 03:10:57] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003900 10.0.0.27 - - [2026-02-05 03:10:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005360 10.0.0.27 - - [2026-02-05 03:10:58] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.007211 10.0.0.27 - - [2026-02-05 03:10:58] "GET /obj-perms HTTP/1.1" 200 5090 0.005972 10.0.0.27 - - [2026-02-05 03:10:58] "POST /neutron/network HTTP/1.1" 200 951 0.011138 10.0.0.23 - - [2026-02-05 03:10:58] "GET /obj-perms HTTP/1.1" 200 5090 0.005458 10.0.0.27 - - [2026-02-05 03:10:58] "GET /obj-perms HTTP/1.1" 200 5090 0.004118 10.0.0.50 - - [2026-02-05 03:10:58] "GET /obj-perms HTTP/1.1" 200 5090 0.004097 10.0.0.27 - - [2026-02-05 03:10:58] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 200 1322 0.005697 10.0.0.27 - - [2026-02-05 03:10:58] "GET /virtual-machine-interface/5638b2b2-0828-4320-8ddb-e409c08131dc HTTP/1.1" 200 3262 0.007681 10.0.0.27 - - [2026-02-05 03:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.27 - - [2026-02-05 03:10:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004687 10.0.0.27 - - [2026-02-05 03:10:58] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003773 10.0.0.27 - - [2026-02-05 03:10:58] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006874 10.0.0.27 - - [2026-02-05 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.27 - - [2026-02-05 03:10:59] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004456 10.0.0.27 - - [2026-02-05 03:10:59] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003675 10.0.0.27 - - [2026-02-05 03:10:59] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006971 10.0.0.27 - - [2026-02-05 03:10:59] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.005157 10.0.0.27 - - [2026-02-05 03:10:59] "GET /virtual-machine-interface/fc4ee843-379b-407d-b1ec-425107ca4538 HTTP/1.1" 200 3263 0.005642 10.0.0.27 - - [2026-02-05 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2026-02-05 03:10:59] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.006548 10.0.0.27 - - [2026-02-05 03:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.27 - - [2026-02-05 03:10:59] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.005731 10.0.0.27 - - [2026-02-05 03:11:00] "POST /neutron/port HTTP/1.1" 200 1151 0.021320 10.0.0.27 - - [2026-02-05 03:11:00] "POST /neutron/port HTTP/1.1" 200 1103 0.080404 10.0.0.27 - - [2026-02-05 03:11:00] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.003428 10.0.0.27 - - [2026-02-05 03:11:00] "GET /virtual-machine-interface/fc4ee843-379b-407d-b1ec-425107ca4538 HTTP/1.1" 200 3202 0.004922 10.0.0.27 - - [2026-02-05 03:11:00] "POST /neutron/port HTTP/1.1" 200 1103 0.016831 10.0.0.27 - - [2026-02-05 03:11:00] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.004766 10.0.0.27 - - [2026-02-05 03:11:00] "GET /virtual-machine-interface/fc4ee843-379b-407d-b1ec-425107ca4538 HTTP/1.1" 200 3263 0.007943 10.0.0.27 - - [2026-02-05 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.27 - - [2026-02-05 03:11:00] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.003902 10.0.0.27 - - [2026-02-05 03:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2026-02-05 03:11:00] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.004925 10.0.0.27 - - [2026-02-05 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 1312 0.004360 10.0.0.27 - - [2026-02-05 03:11:00] "DELETE /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187 HTTP/1.1" 409 336 0.009767 10.0.0.50 - - [2026-02-05 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.50 - - [2026-02-05 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2026-02-05 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.50 - - [2026-02-05 03:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2026-02-05 03:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2026-02-05 03:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-02-05 03:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-02-05 03:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2026-02-05 03:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2026-02-05 03:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2026-02-05 03:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2026-02-05 03:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2026-02-05 03:11:52] "GET /obj-perms HTTP/1.1" 200 5056 0.057138 10.0.0.27 - - [2026-02-05 03:11:55] "POST /neutron/network HTTP/1.1" 200 961 0.036916 10.0.0.27 - - [2026-02-05 03:11:55] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.27 - - [2026-02-05 03:11:58] "POST /neutron/port HTTP/1.1" 200 1151 0.023992 10.0.0.27 - - [2026-02-05 03:11:59] "POST /neutron/subnet HTTP/1.1" 200 684 0.011489 10.0.0.27 - - [2026-02-05 03:12:00] "GET /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.005874 10.0.0.27 - - [2026-02-05 03:12:00] "PUT /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187 HTTP/1.1" 200 262 0.018995 10.0.0.50 - - [2026-02-05 03:12:00] "PUT /access-control-list/815e0cc0-f0df-4179-9339-518a3d37d372 HTTP/1.1" 200 272 0.050293 10.0.0.27 - - [2026-02-05 03:12:03] "POST /neutron/security_group HTTP/1.1" 200 1282 0.009130 10.0.0.27 - - [2026-02-05 03:12:03] "POST /neutron/port HTTP/1.1" 200 1141 0.013385 10.0.0.27 - - [2026-02-05 03:12:03] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 200 1322 0.004465 10.0.0.27 - - [2026-02-05 03:12:04] "POST /neutron/port HTTP/1.1" 200 1103 0.015697 10.0.0.27 - - [2026-02-05 03:12:05] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 404 171 0.003247 10.0.0.27 - - [2026-02-05 03:12:05] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 404 171 0.003271 10.0.0.27 - - [2026-02-05 03:12:05] "GET /virtual-machine/8a2e8b2b-6c00-4907-9f0a-aa8174f1881f HTTP/1.1" 404 171 0.003192 10.0.0.27 - - [2026-02-05 03:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.27 - - [2026-02-05 03:12:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.27 - - [2026-02-05 03:12:05] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003149 10.0.0.27 - - [2026-02-05 03:12:05] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.010774 10.0.0.27 - - [2026-02-05 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.27 - - [2026-02-05 03:12:06] "GET /routing-instance/12e72888-471d-49b9-b93a-9c9a6a77d782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004548 10.0.0.27 - - [2026-02-05 03:12:06] "GET /route-target/6f372425-5873-4aaf-99f0-f61ff375b1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003418 10.0.0.27 - - [2026-02-05 03:12:06] "GET /obj-perms HTTP/1.1" 200 5090 0.004287 10.0.0.27 - - [2026-02-05 03:12:09] "GET /obj-perms HTTP/1.1" 200 5090 0.005624 10.0.0.50 - - [2026-02-05 03:12:09] "GET /obj-perms HTTP/1.1" 200 5090 0.006562 10.0.0.23 - - [2026-02-05 03:12:09] "GET /obj-perms HTTP/1.1" 200 5090 0.005474 10.0.0.27 - - [2026-02-05 03:12:09] "POST /neutron/port HTTP/1.1" 200 1151 0.022364 10.0.0.27 - - [2026-02-05 03:12:09] "POST /neutron/port HTTP/1.1" 200 1103 0.085908 10.0.0.27 - - [2026-02-05 03:12:09] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 200 1321 0.005387 10.0.0.27 - - [2026-02-05 03:12:10] "POST /neutron/port HTTP/1.1" 200 151 0.173457 10.0.0.27 - - [2026-02-05 03:12:11] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 404 171 0.003160 10.0.0.27 - - [2026-02-05 03:12:11] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 404 171 0.002913 10.0.0.27 - - [2026-02-05 03:12:11] "GET /virtual-machine/14406899-03eb-4bd3-8106-38a36403f037 HTTP/1.1" 404 171 0.003412 10.0.0.27 - - [2026-02-05 03:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.27 - - [2026-02-05 03:12:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005256 10.0.0.27 - - [2026-02-05 03:12:11] "GET /virtual-networks?parent_id=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003733 10.0.0.27 - - [2026-02-05 03:12:12] "GET /virtual-network/df0526b5-fd0d-4fc6-9f84-37e560d3a9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2241 0.006760 10.0.0.27 - - [2026-02-05 03:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2026-02-05 03:12:12] "GET /routing-instance/12e72888-471d-49b9-b93a-9c9a6a77d782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004683 10.0.0.27 - - [2026-02-05 03:12:12] "GET /route-target/6f372425-5873-4aaf-99f0-f61ff375b1eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003865 10.0.0.27 - - [2026-02-05 03:12:15] "GET /obj-perms HTTP/1.1" 200 5090 0.004767 10.0.0.27 - - [2026-02-05 03:12:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004576 10.0.0.27 - - [2026-02-05 03:12:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004003 10.0.0.27 - - [2026-02-05 03:12:27] "GET /obj-perms HTTP/1.1" 200 5090 0.004827 10.0.0.27 - - [2026-02-05 03:12:33] "GET /obj-perms HTTP/1.1" 200 5090 0.004401 10.0.0.27 - - [2026-02-05 03:12:36] "GET /obj-perms HTTP/1.1" 200 5090 0.004401 10.0.0.27 - - [2026-02-05 03:12:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004111 10.0.0.50 - - [2026-02-05 03:12:40] "DELETE /route-target/6f372425-5873-4aaf-99f0-f61ff375b1eb HTTP/1.1" 200 115 0.026837 10.0.0.27 - - [2026-02-05 03:12:40] "DELETE /security-group/dccf3010-af08-4fc1-9369-a9ef1b4e2187 HTTP/1.1" 200 115 0.074859 10.0.0.27 - - [2026-02-05 03:12:40] "POST /fqname-to-id HTTP/1.1" 404 254 0.003055 10.0.0.23 - - [2026-02-05 03:12:42] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.031407 10.0.0.27 - - [2026-02-05 03:12:42] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.087263 10.0.0.23 - - [2026-02-05 03:12:42] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001797 10.0.0.27 - - [2026-02-05 03:12:42] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?fields=virtual_networks HTTP/1.1" 200 1092 0.061039 10.0.0.23 - - [2026-02-05 03:12:42] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001036 10.0.0.27 - - [2026-02-05 03:12:42] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.053303 10.0.0.23 - - [2026-02-05 03:12:42] "GET /projects?obj_uuids=e7c4d0a6-8365-47a2-8090-cef58922727d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001070 10.0.0.27 - - [2026-02-05 03:12:42] "GET /project/e7c4d0a6-8365-47a2-8090-cef58922727d?fields=security_groups HTTP/1.1" 200 1348 0.046638 10.0.0.27 - - [2026-02-05 03:12:43] "POST /fqname-to-id HTTP/1.1" 404 209 0.031673 10.0.0.23 - - [2026-02-05 03:12:43] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.23 - - [2026-02-05 03:12:43] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.23 - - [2026-02-05 03:12:43] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007569 10.0.0.23 - - [2026-02-05 03:12:43] "POST /id-to-fqname HTTP/1.1" 200 212 0.004546 10.0.0.23 - - [2026-02-05 03:12:43] "POST /fqname-to-id HTTP/1.1" 404 222 0.005536 10.0.0.23 - - [2026-02-05 03:12:43] "POST /security-groups HTTP/1.1" 200 612 0.038304 10.0.0.50 - - [2026-02-05 03:12:43] "POST /fqname-to-id HTTP/1.1" 404 255 0.005462 10.0.0.23 - - [2026-02-05 03:12:43] "POST /projects HTTP/1.1" 200 627 0.254261 10.0.0.23 - - [2026-02-05 03:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.326930 10.0.0.50 - - [2026-02-05 03:12:43] "POST /access-control-lists HTTP/1.1" 200 615 0.033135 10.0.0.27 - - [2026-02-05 03:12:44] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.478132 10.0.0.27 - - [2026-02-05 03:12:45] "GET / HTTP/1.1" 200 35931 0.002319 10.0.0.27 - - [2026-02-05 03:12:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.27 - - [2026-02-05 03:12:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.080838 10.0.0.23 - - [2026-02-05 03:12:47] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001042 10.0.0.50 - - [2026-02-05 03:12:47] "POST /fqname-to-id HTTP/1.1" 404 276 0.016496 10.0.0.50 - - [2026-02-05 03:12:47] "PUT /access-control-list/edaf6221-4c6a-446f-9604-2cf3c164070d HTTP/1.1" 200 272 0.015928 10.0.0.27 - - [2026-02-05 03:12:47] "POST /neutron/security_group HTTP/1.1" 200 1423 0.462692 10.0.0.27 - - [2026-02-05 03:12:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.183791 10.0.0.50 - - [2026-02-05 03:12:48] "PUT /access-control-list/edaf6221-4c6a-446f-9604-2cf3c164070d HTTP/1.1" 200 272 0.020969 10.0.0.27 - - [2026-02-05 03:12:48] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.110628 10.0.0.27 - - [2026-02-05 03:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.27 - - [2026-02-05 03:12:48] "GET /security-group/932add73-870d-43cc-b5ea-ab67a0e61982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.008314 10.0.0.27 - - [2026-02-05 03:12:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003446 10.0.0.50 - - [2026-02-05 03:12:49] "DELETE /access-control-list/edaf6221-4c6a-446f-9604-2cf3c164070d HTTP/1.1" 200 115 0.035818 10.0.0.27 - - [2026-02-05 03:12:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.003822 10.0.0.23 - - [2026-02-05 03:12:49] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001104 10.0.0.50 - - [2026-02-05 03:12:49] "POST /fqname-to-id HTTP/1.1" 404 276 0.007400 10.0.0.50 - - [2026-02-05 03:12:50] "PUT /access-control-list/78037bf9-f165-442a-94c2-cde6021cff78 HTTP/1.1" 200 272 0.019414 10.0.0.27 - - [2026-02-05 03:12:50] "POST /neutron/security_group HTTP/1.1" 200 1423 0.362170 10.0.0.27 - - [2026-02-05 03:12:50] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161887 10.0.0.50 - - [2026-02-05 03:12:50] "PUT /access-control-list/78037bf9-f165-442a-94c2-cde6021cff78 HTTP/1.1" 200 272 0.020034 10.0.0.27 - - [2026-02-05 03:12:50] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.116363 10.0.0.27 - - [2026-02-05 03:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2026-02-05 03:12:50] "GET /security-group/87b8cd10-9a2e-4e6f-a76c-c26c49ec50df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.003644 10.0.0.27 - - [2026-02-05 03:12:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169566 10.0.0.50 - - [2026-02-05 03:12:51] "PUT /access-control-list/78037bf9-f165-442a-94c2-cde6021cff78 HTTP/1.1" 200 272 0.019221 10.0.0.27 - - [2026-02-05 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.23 - - [2026-02-05 03:12:51] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002854 10.0.0.27 - - [2026-02-05 03:12:51] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.035636 10.0.0.27 - - [2026-02-05 03:12:51] "POST /neutron/network HTTP/1.1" 200 117 0.013201 10.0.0.50 - - [2026-02-05 03:12:52] "POST /ref-update HTTP/1.1" 200 156 0.027688 10.0.0.27 - - [2026-02-05 03:12:52] "POST /neutron/network HTTP/1.1" 200 926 0.009308 10.0.0.27 - - [2026-02-05 03:12:52] "POST /id-to-fqname HTTP/1.1" 200 282 0.001366 10.0.0.27 - - [2026-02-05 03:12:52] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005687 10.0.0.27 - - [2026-02-05 03:12:52] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005961 10.0.0.27 - - [2026-02-05 03:12:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.009150 10.0.0.27 - - [2026-02-05 03:12:52] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005693 10.0.0.27 - - [2026-02-05 03:12:53] "GET /obj-perms HTTP/1.1" 200 5056 0.099180 10.0.0.50 - - [2026-02-05 03:12:54] "GET /obj-perms HTTP/1.1" 200 5056 0.097746 10.0.0.27 - - [2026-02-05 03:12:54] "POST /id-to-fqname HTTP/1.1" 200 282 0.001414 10.0.0.23 - - [2026-02-05 03:12:55] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001070 10.0.0.27 - - [2026-02-05 03:12:55] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.074568 10.0.0.27 - - [2026-02-05 03:12:55] "POST /neutron/network HTTP/1.1" 200 926 0.007880 10.0.0.27 - - [2026-02-05 03:12:55] "POST /id-to-fqname HTTP/1.1" 200 282 0.001515 10.0.0.27 - - [2026-02-05 03:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.006356 10.0.0.27 - - [2026-02-05 03:12:56] "POST /neutron/network HTTP/1.1" 200 936 0.006867 10.0.0.27 - - [2026-02-05 03:12:56] "POST /neutron/port HTTP/1.1" 200 1080 0.045084 10.0.0.23 - - [2026-02-05 03:12:56] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003058 10.0.0.27 - - [2026-02-05 03:12:57] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.111857 10.0.0.27 - - [2026-02-05 03:12:57] "POST /neutron/network HTTP/1.1" 200 926 0.011303 10.0.0.27 - - [2026-02-05 03:12:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.015710 10.0.0.27 - - [2026-02-05 03:12:57] "POST /neutron/port HTTP/1.1" 200 1144 0.023331 10.0.0.27 - - [2026-02-05 03:12:57] "POST /neutron/port HTTP/1.1" 200 1144 0.017620 10.0.0.23 - - [2026-02-05 03:12:57] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001056 10.0.0.27 - - [2026-02-05 03:12:57] "POST /neutron/security_group HTTP/1.1" 200 3412 0.057123 10.0.0.27 - - [2026-02-05 03:12:58] "POST /neutron/port HTTP/1.1" 200 1080 0.018113 10.0.0.27 - - [2026-02-05 03:12:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004068 10.0.0.27 - - [2026-02-05 03:12:58] "POST /neutron/network HTTP/1.1" 200 926 0.008339 10.0.0.27 - - [2026-02-05 03:13:00] "POST /neutron/network HTTP/1.1" 200 936 0.006906 10.0.0.27 - - [2026-02-05 03:13:01] "POST /neutron/port HTTP/1.1" 200 117 0.001569 10.0.0.27 - - [2026-02-05 03:13:02] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007418 10.0.0.27 - - [2026-02-05 03:13:02] "POST /neutron/port HTTP/1.1" 200 1144 0.018544 10.0.0.27 - - [2026-02-05 03:13:02] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007521 10.0.0.27 - - [2026-02-05 03:13:02] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.046790 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.004274 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-machine-interface/96a20617-5f27-487c-a7ca-a3bc88e5b87a HTTP/1.1" 200 3191 0.005860 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.004331 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-machine-interface/96a20617-5f27-487c-a7ca-a3bc88e5b87a HTTP/1.1" 200 3191 0.006051 10.0.0.27 - - [2026-02-05 03:13:03] "GET /instance-ip/7dd36a07-5552-460e-b20f-0f6b0d49e78a HTTP/1.1" 200 1702 0.007094 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.004421 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-machine-interface/96a20617-5f27-487c-a7ca-a3bc88e5b87a HTTP/1.1" 200 3191 0.005949 10.0.0.27 - - [2026-02-05 03:13:03] "GET /instance-ip/7dd36a07-5552-460e-b20f-0f6b0d49e78a HTTP/1.1" 200 1702 0.004073 10.0.0.27 - - [2026-02-05 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2026-02-05 03:13:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003673 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002961 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006413 10.0.0.27 - - [2026-02-05 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2026-02-05 03:13:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004156 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003179 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006110 10.0.0.27 - - [2026-02-05 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.27 - - [2026-02-05 03:13:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004762 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003966 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006226 10.0.0.27 - - [2026-02-05 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2026-02-05 03:13:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008461 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003302 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007271 10.0.0.27 - - [2026-02-05 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2026-02-05 03:13:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004211 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003242 10.0.0.27 - - [2026-02-05 03:13:03] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006267 10.0.0.27 - - [2026-02-05 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.27 - - [2026-02-05 03:13:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004643 10.0.0.27 - - [2026-02-05 03:13:04] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003369 10.0.0.27 - - [2026-02-05 03:13:04] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005884 10.0.0.27 - - [2026-02-05 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.27 - - [2026-02-05 03:13:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004469 10.0.0.27 - - [2026-02-05 03:13:04] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002989 10.0.0.27 - - [2026-02-05 03:13:04] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007071 10.0.0.27 - - [2026-02-05 03:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-02-05 03:13:07] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005633 10.0.0.27 - - [2026-02-05 03:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.27 - - [2026-02-05 03:13:11] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006753 10.0.0.27 - - [2026-02-05 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.27 - - [2026-02-05 03:13:15] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005676 10.0.0.23 - - [2026-02-05 03:13:17] "DELETE /project/3ae05b2fc28346c38579d6b75e98c077 HTTP/1.1" 404 173 0.003643 10.0.0.23 - - [2026-02-05 03:13:17] "DELETE /project/e7c4d0a6-8365-47a2-8090-cef58922727d HTTP/1.1" 404 177 0.007538 10.0.0.27 - - [2026-02-05 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.27 - - [2026-02-05 03:13:19] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005728 10.0.0.27 - - [2026-02-05 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.27 - - [2026-02-05 03:13:23] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005350 10.0.0.27 - - [2026-02-05 03:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.27 - - [2026-02-05 03:13:27] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005835 10.0.0.27 - - [2026-02-05 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2026-02-05 03:13:31] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005886 10.0.0.27 - - [2026-02-05 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2026-02-05 03:13:35] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005246 10.0.0.27 - - [2026-02-05 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010418 10.0.0.27 - - [2026-02-05 03:13:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004574 10.0.0.27 - - [2026-02-05 03:13:38] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.007560 10.0.0.27 - - [2026-02-05 03:13:38] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006383 10.0.0.27 - - [2026-02-05 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.27 - - [2026-02-05 03:13:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.015181 10.0.0.27 - - [2026-02-05 03:13:38] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003635 10.0.0.27 - - [2026-02-05 03:13:38] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006407 10.0.0.27 - - [2026-02-05 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2026-02-05 03:13:38] "GET /routing-instance/0b851e70-bc34-4f69-a04c-fc9f1406e8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005223 10.0.0.27 - - [2026-02-05 03:13:38] "GET /route-target/dc2c23f8-0406-4e54-a967-705effb58add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004152 10.0.0.27 - - [2026-02-05 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.27 - - [2026-02-05 03:13:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004548 10.0.0.27 - - [2026-02-05 03:13:38] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003193 10.0.0.27 - - [2026-02-05 03:13:38] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006043 10.0.0.27 - - [2026-02-05 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2026-02-05 03:13:38] "GET /routing-instance/0b851e70-bc34-4f69-a04c-fc9f1406e8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005152 10.0.0.27 - - [2026-02-05 03:13:38] "GET /route-target/dc2c23f8-0406-4e54-a967-705effb58add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003928 10.0.0.27 - - [2026-02-05 03:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.27 - - [2026-02-05 03:13:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006294 10.0.0.27 - - [2026-02-05 03:13:38] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003000 10.0.0.27 - - [2026-02-05 03:13:39] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006142 10.0.0.27 - - [2026-02-05 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2026-02-05 03:13:39] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.020636 10.0.0.27 - - [2026-02-05 03:13:39] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003746 10.0.0.27 - - [2026-02-05 03:13:39] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.008189 10.0.0.27 - - [2026-02-05 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2026-02-05 03:13:39] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004450 10.0.0.27 - - [2026-02-05 03:13:39] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003596 10.0.0.27 - - [2026-02-05 03:13:39] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006410 10.0.0.23 - - [2026-02-05 03:13:39] "GET /obj-perms HTTP/1.1" 200 5072 0.137064 10.0.0.27 - - [2026-02-05 03:13:39] "GET /obj-perms HTTP/1.1" 200 5072 0.063400 10.0.0.27 - - [2026-02-05 03:13:39] "GET /obj-perms HTTP/1.1" 200 5072 0.008111 10.0.0.27 - - [2026-02-05 03:13:40] "GET /obj-perms HTTP/1.1" 200 5072 0.004751 10.0.0.23 - - [2026-02-05 03:13:40] "GET /obj-perms HTTP/1.1" 200 5072 0.005176 10.0.0.27 - - [2026-02-05 03:13:40] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.005258 10.0.0.27 - - [2026-02-05 03:13:40] "GET /virtual-machine-interface/96a20617-5f27-487c-a7ca-a3bc88e5b87a HTTP/1.1" 200 3191 0.006212 10.0.0.27 - - [2026-02-05 03:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009426 10.0.0.27 - - [2026-02-05 03:13:40] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004104 10.0.0.27 - - [2026-02-05 03:13:40] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003361 10.0.0.27 - - [2026-02-05 03:13:40] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006264 10.0.0.27 - - [2026-02-05 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2026-02-05 03:13:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003825 10.0.0.27 - - [2026-02-05 03:13:41] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005732 10.0.0.27 - - [2026-02-05 03:13:41] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006682 10.0.0.27 - - [2026-02-05 03:13:46] "POST /neutron/port HTTP/1.1" 200 1144 0.026923 10.0.0.27 - - [2026-02-05 03:13:46] "POST /neutron/security_group HTTP/1.1" 200 1415 0.006721 10.0.0.27 - - [2026-02-05 03:13:51] "POST /neutron/port HTTP/1.1" 200 1144 0.023360 10.0.0.27 - - [2026-02-05 03:13:57] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008832 10.0.0.27 - - [2026-02-05 03:13:57] "POST /neutron/port HTTP/1.1" 200 1144 0.020371 10.0.0.27 - - [2026-02-05 03:13:57] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007654 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 200 1312 0.005714 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 200 1312 0.003655 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-machine-interface/90c6f88b-e353-427f-a067-acff02e72b57 HTTP/1.1" 200 3191 0.009079 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 200 1312 0.004797 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-machine-interface/90c6f88b-e353-427f-a067-acff02e72b57 HTTP/1.1" 200 3191 0.005543 10.0.0.27 - - [2026-02-05 03:13:57] "GET /instance-ip/eb7e265c-783e-43d5-88ab-45fe52bcfc98 HTTP/1.1" 200 1702 0.006311 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 200 1312 0.003948 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-machine-interface/90c6f88b-e353-427f-a067-acff02e72b57 HTTP/1.1" 200 3191 0.005968 10.0.0.27 - - [2026-02-05 03:13:57] "GET /instance-ip/eb7e265c-783e-43d5-88ab-45fe52bcfc98 HTTP/1.1" 200 1702 0.003997 10.0.0.27 - - [2026-02-05 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2026-02-05 03:13:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004246 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004537 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006158 10.0.0.27 - - [2026-02-05 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.27 - - [2026-02-05 03:13:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004346 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003163 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006084 10.0.0.27 - - [2026-02-05 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2026-02-05 03:13:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004627 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006982 10.0.0.27 - - [2026-02-05 03:13:57] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006231 10.0.0.27 - - [2026-02-05 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2026-02-05 03:13:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004115 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002930 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005804 10.0.0.27 - - [2026-02-05 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-02-05 03:13:58] "POST /neutron/network HTTP/1.1" 200 936 0.006196 10.0.0.27 - - [2026-02-05 03:13:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004430 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002862 10.0.0.27 - - [2026-02-05 03:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006151 10.0.0.27 - - [2026-02-05 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.27 - - [2026-02-05 03:13:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004150 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002970 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006742 10.0.0.27 - - [2026-02-05 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-02-05 03:13:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004282 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004048 10.0.0.27 - - [2026-02-05 03:13:58] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.007163 10.0.0.27 - - [2026-02-05 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2026-02-05 03:13:59] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004090 10.0.0.27 - - [2026-02-05 03:13:59] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002878 10.0.0.27 - - [2026-02-05 03:13:59] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006456 10.0.0.27 - - [2026-02-05 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2026-02-05 03:13:59] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003961 10.0.0.27 - - [2026-02-05 03:13:59] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003630 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006943 10.0.0.27 - - [2026-02-05 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.27 - - [2026-02-05 03:14:00] "GET /routing-instance/0b851e70-bc34-4f69-a04c-fc9f1406e8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004809 10.0.0.27 - - [2026-02-05 03:14:00] "GET /route-target/dc2c23f8-0406-4e54-a967-705effb58add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.010352 10.0.0.27 - - [2026-02-05 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.27 - - [2026-02-05 03:14:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004702 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003545 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005685 10.0.0.27 - - [2026-02-05 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-02-05 03:14:00] "GET /routing-instance/0b851e70-bc34-4f69-a04c-fc9f1406e8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.004866 10.0.0.27 - - [2026-02-05 03:14:00] "GET /route-target/dc2c23f8-0406-4e54-a967-705effb58add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004188 10.0.0.27 - - [2026-02-05 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2026-02-05 03:14:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004141 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003232 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006284 10.0.0.27 - - [2026-02-05 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2026-02-05 03:14:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004126 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003294 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006390 10.0.0.27 - - [2026-02-05 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.27 - - [2026-02-05 03:14:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004607 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003521 10.0.0.27 - - [2026-02-05 03:14:00] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006112 10.0.0.27 - - [2026-02-05 03:14:00] "GET /obj-perms HTTP/1.1" 200 5072 0.003950 10.0.0.23 - - [2026-02-05 03:14:00] "GET /obj-perms HTTP/1.1" 200 5072 0.004620 10.0.0.27 - - [2026-02-05 03:14:00] "GET /obj-perms HTTP/1.1" 200 5072 0.004435 10.0.0.50 - - [2026-02-05 03:14:01] "GET /obj-perms HTTP/1.1" 200 5072 0.056347 10.0.0.27 - - [2026-02-05 03:14:01] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 200 1312 0.004735 10.0.0.27 - - [2026-02-05 03:14:01] "GET /virtual-machine-interface/90c6f88b-e353-427f-a067-acff02e72b57 HTTP/1.1" 200 3191 0.005495 10.0.0.27 - - [2026-02-05 03:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2026-02-05 03:14:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003997 10.0.0.27 - - [2026-02-05 03:14:01] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003041 10.0.0.27 - - [2026-02-05 03:14:01] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006435 10.0.0.27 - - [2026-02-05 03:14:01] "POST /neutron/port HTTP/1.1" 200 1144 0.019371 10.0.0.27 - - [2026-02-05 03:14:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.009335 10.0.0.27 - - [2026-02-05 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2026-02-05 03:14:02] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003776 10.0.0.27 - - [2026-02-05 03:14:02] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003472 10.0.0.27 - - [2026-02-05 03:14:02] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.005925 10.0.0.27 - - [2026-02-05 03:14:02] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.005681 10.0.0.27 - - [2026-02-05 03:14:02] "GET /virtual-machine-interface/96a20617-5f27-487c-a7ca-a3bc88e5b87a HTTP/1.1" 200 3191 0.007434 10.0.0.27 - - [2026-02-05 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.27 - - [2026-02-05 03:14:02] "GET /security-group/87b8cd10-9a2e-4e6f-a76c-c26c49ec50df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.003819 10.0.0.27 - - [2026-02-05 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2026-02-05 03:14:02] "GET /security-group/87b8cd10-9a2e-4e6f-a76c-c26c49ec50df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004340 10.0.0.27 - - [2026-02-05 03:14:02] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004930 10.0.0.27 - - [2026-02-05 03:14:02] "POST /neutron/port HTTP/1.1" 200 1134 0.015032 10.0.0.27 - - [2026-02-05 03:14:02] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.004721 10.0.0.27 - - [2026-02-05 03:14:02] "GET /virtual-machine-interface/96a20617-5f27-487c-a7ca-a3bc88e5b87a HTTP/1.1" 200 3139 0.007669 10.0.0.27 - - [2026-02-05 03:14:03] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009192 10.0.0.27 - - [2026-02-05 03:14:03] "POST /neutron/port HTTP/1.1" 200 1096 0.014845 10.0.0.27 - - [2026-02-05 03:14:03] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.004377 10.0.0.27 - - [2026-02-05 03:14:03] "GET /virtual-machine-interface/96a20617-5f27-487c-a7ca-a3bc88e5b87a HTTP/1.1" 200 3191 0.008235 10.0.0.27 - - [2026-02-05 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2026-02-05 03:14:03] "GET /security-group/87b8cd10-9a2e-4e6f-a76c-c26c49ec50df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004109 10.0.0.27 - - [2026-02-05 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2026-02-05 03:14:03] "GET /security-group/87b8cd10-9a2e-4e6f-a76c-c26c49ec50df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.005291 10.0.0.27 - - [2026-02-05 03:14:03] "POST /neutron/security_group HTTP/1.1" 200 1441 0.005393 10.0.0.23 - - [2026-02-05 03:14:56] "GET /obj-perms HTTP/1.1" 200 5056 0.061086 10.0.0.27 - - [2026-02-05 03:14:59] "POST /neutron/port HTTP/1.1" 200 1144 0.017232 10.0.0.27 - - [2026-02-05 03:14:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.009063 10.0.0.27 - - [2026-02-05 03:15:02] "POST /neutron/port HTTP/1.1" 200 1144 0.020560 10.0.0.27 - - [2026-02-05 03:15:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004680 10.0.0.27 - - [2026-02-05 03:15:03] "POST /neutron/network HTTP/1.1" 200 926 0.008659 10.0.0.27 - - [2026-02-05 03:15:04] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136881 10.0.0.50 - - [2026-02-05 03:15:04] "PUT /access-control-list/78037bf9-f165-442a-94c2-cde6021cff78 HTTP/1.1" 200 272 0.015598 10.0.0.27 - - [2026-02-05 03:15:05] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.156497 10.0.0.50 - - [2026-02-05 03:15:05] "PUT /access-control-list/84116518-efdd-49eb-a598-447d5ab2788f HTTP/1.1" 200 272 0.022265 10.0.0.27 - - [2026-02-05 03:15:07] "POST /neutron/port HTTP/1.1" 200 1144 0.018768 10.0.0.27 - - [2026-02-05 03:15:08] "POST /neutron/port HTTP/1.1" 200 1096 0.064308 10.0.0.27 - - [2026-02-05 03:15:08] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 200 1312 0.005132 10.0.0.27 - - [2026-02-05 03:15:08] "POST /neutron/port HTTP/1.1" 200 151 0.201736 10.0.0.27 - - [2026-02-05 03:15:10] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 404 171 0.004643 10.0.0.27 - - [2026-02-05 03:15:10] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 404 171 0.003311 10.0.0.27 - - [2026-02-05 03:15:10] "GET /virtual-machine/270dc036-ea33-49ee-85e9-af768ee28f98 HTTP/1.1" 404 171 0.004028 10.0.0.27 - - [2026-02-05 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005436 10.0.0.27 - - [2026-02-05 03:15:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005460 10.0.0.27 - - [2026-02-05 03:15:10] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004417 10.0.0.27 - - [2026-02-05 03:15:10] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.008025 10.0.0.27 - - [2026-02-05 03:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.27 - - [2026-02-05 03:15:10] "GET /routing-instance/0b851e70-bc34-4f69-a04c-fc9f1406e8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.007034 10.0.0.27 - - [2026-02-05 03:15:10] "GET /route-target/dc2c23f8-0406-4e54-a967-705effb58add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005352 10.0.0.27 - - [2026-02-05 03:15:10] "GET /obj-perms HTTP/1.1" 200 5072 0.005518 10.0.0.50 - - [2026-02-05 03:15:10] "GET /obj-perms HTTP/1.1" 200 5072 0.005672 10.0.0.27 - - [2026-02-05 03:15:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004111 10.0.0.50 - - [2026-02-05 03:15:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004164 10.0.0.27 - - [2026-02-05 03:15:29] "GET /obj-perms HTTP/1.1" 200 5072 0.004975 10.0.0.50 - - [2026-02-05 03:15:29] "GET /obj-perms HTTP/1.1" 200 5072 0.003967 10.0.0.27 - - [2026-02-05 03:15:38] "GET /obj-perms HTTP/1.1" 200 5072 0.009960 10.0.0.50 - - [2026-02-05 03:15:38] "GET /obj-perms HTTP/1.1" 200 5072 0.004798 10.0.0.27 - - [2026-02-05 03:15:38] "POST /neutron/port HTTP/1.1" 200 1134 0.013460 10.0.0.27 - - [2026-02-05 03:15:38] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 200 1313 0.004278 10.0.0.27 - - [2026-02-05 03:15:39] "POST /neutron/port HTTP/1.1" 200 1106 0.027430 10.0.0.27 - - [2026-02-05 03:15:40] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 404 171 0.003573 10.0.0.27 - - [2026-02-05 03:15:40] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 404 171 0.002938 10.0.0.27 - - [2026-02-05 03:15:40] "GET /virtual-machine/241580e0-cd27-401b-b46a-0ef55a2f4ce5 HTTP/1.1" 404 171 0.002897 10.0.0.27 - - [2026-02-05 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.27 - - [2026-02-05 03:15:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003599 10.0.0.27 - - [2026-02-05 03:15:41] "GET /virtual-networks?parent_id=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003578 10.0.0.27 - - [2026-02-05 03:15:41] "GET /virtual-network/17bf36e4-95a6-4e5d-85a0-b389d44d6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2200 0.006442 10.0.0.27 - - [2026-02-05 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2026-02-05 03:15:41] "GET /routing-instance/0b851e70-bc34-4f69-a04c-fc9f1406e8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1659 0.005472 10.0.0.27 - - [2026-02-05 03:15:41] "GET /route-target/dc2c23f8-0406-4e54-a967-705effb58add?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004384 10.0.0.27 - - [2026-02-05 03:15:41] "GET /obj-perms HTTP/1.1" 200 5072 0.004319 10.0.0.27 - - [2026-02-05 03:15:44] "GET /obj-perms HTTP/1.1" 200 5072 0.004656 10.0.0.27 - - [2026-02-05 03:15:50] "GET /obj-perms HTTP/1.1" 200 5072 0.004521 10.0.0.27 - - [2026-02-05 03:15:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003813 10.0.0.27 - - [2026-02-05 03:15:56] "GET /obj-perms HTTP/1.1" 200 5072 0.004044 10.0.0.27 - - [2026-02-05 03:16:02] "GET /obj-perms HTTP/1.1" 200 5072 0.004476 10.0.0.27 - - [2026-02-05 03:16:05] "GET /obj-perms HTTP/1.1" 200 5072 0.004505 10.0.0.27 - - [2026-02-05 03:16:09] "GET /obj-perms HTTP/1.1" 200 5072 0.004068 10.0.0.50 - - [2026-02-05 03:16:09] "GET /obj-perms HTTP/1.1" 200 5072 0.004764 10.0.0.27 - - [2026-02-05 03:16:09] "POST /neutron/network HTTP/1.1" 200 926 0.007048 10.0.0.27 - - [2026-02-05 03:16:09] "POST /neutron/security_group HTTP/1.1" 200 151 0.066846 10.0.0.27 - - [2026-02-05 03:16:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.002940 10.0.0.50 - - [2026-02-05 03:16:09] "DELETE /access-control-list/84116518-efdd-49eb-a598-447d5ab2788f HTTP/1.1" 200 115 0.041281 10.0.0.23 - - [2026-02-05 03:16:11] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000980 10.0.0.27 - - [2026-02-05 03:16:11] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.074235 10.0.0.23 - - [2026-02-05 03:16:11] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001339 10.0.0.27 - - [2026-02-05 03:16:11] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?fields=virtual_networks HTTP/1.1" 200 1073 0.053485 10.0.0.23 - - [2026-02-05 03:16:11] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001701 10.0.0.27 - - [2026-02-05 03:16:11] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?fields=virtual_machine_interfaces HTTP/1.1" 200 1073 0.042953 10.0.0.23 - - [2026-02-05 03:16:11] "GET /projects?obj_uuids=3ae05b2f-c283-46c3-8579-d6b75e98c077&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001022 10.0.0.27 - - [2026-02-05 03:16:11] "GET /project/3ae05b2f-c283-46c3-8579-d6b75e98c077?fields=security_groups HTTP/1.1" 200 1320 0.048696 10.0.0.27 - - [2026-02-05 03:16:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.030478 10.0.0.23 - - [2026-02-05 03:16:12] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003221 10.0.0.23 - - [2026-02-05 03:16:12] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.23 - - [2026-02-05 03:16:12] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039883 10.0.0.23 - - [2026-02-05 03:16:12] "POST /id-to-fqname HTTP/1.1" 200 188 0.004131 10.0.0.23 - - [2026-02-05 03:16:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.015287 10.0.0.23 - - [2026-02-05 03:16:12] "POST /security-groups HTTP/1.1" 200 589 0.073422 10.0.0.23 - - [2026-02-05 03:16:13] "POST /projects HTTP/1.1" 200 581 0.286839 10.0.0.50 - - [2026-02-05 03:16:13] "POST /access-control-lists HTTP/1.1" 200 594 0.029546 10.0.0.23 - - [2026-02-05 03:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.361135 10.0.0.27 - - [2026-02-05 03:16:13] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.549197 10.0.0.50 - - [2026-02-05 03:16:13] "DELETE /access-control-list/55314d8e-a231-4247-858b-69240c353e85 HTTP/1.1" 200 115 0.052966 10.0.0.27 - - [2026-02-05 03:16:14] "GET / HTTP/1.1" 200 35931 0.001997 10.0.0.50 - - [2026-02-05 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000726 10.0.0.50 - - [2026-02-05 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-02-05 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2026-02-05 03:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-02-05 03:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2026-02-05 03:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2026-02-05 03:16:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-02-05 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.056991 10.0.0.23 - - [2026-02-05 03:16:16] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000927 10.0.0.27 - - [2026-02-05 03:16:16] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039584 10.0.0.23 - - [2026-02-05 03:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-02-05 03:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-02-05 03:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-02-05 03:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.50 - - [2026-02-05 03:16:17] "POST /ref-update HTTP/1.1" 200 156 0.021860 10.0.0.23 - - [2026-02-05 03:16:17] "DELETE /project/3ae05b2f-c283-46c3-8579-d6b75e98c077 HTTP/1.1" 404 177 0.002988 10.0.0.23 - - [2026-02-05 03:16:17] "DELETE /project/72f524a9daab4d9e8c35669cfc6345c0 HTTP/1.1" 404 173 0.005494 10.0.0.23 - - [2026-02-05 03:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007726 10.0.0.27 - - [2026-02-05 03:16:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.293099 10.0.0.27 - - [2026-02-05 03:16:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001445 10.0.0.27 - - [2026-02-05 03:16:17] "GET /virtual-network/01a77026-a6fb-4cfd-b05c-85d8d88483a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009048 10.0.0.27 - - [2026-02-05 03:16:17] "GET /virtual-network/01a77026-a6fb-4cfd-b05c-85d8d88483a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005600 10.0.0.27 - - [2026-02-05 03:16:17] "POST /neutron/network HTTP/1.1" 200 835 0.006293 10.0.0.27 - - [2026-02-05 03:16:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001333 10.0.0.27 - - [2026-02-05 03:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2026-02-05 03:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-02-05 03:16:18] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001539 10.0.0.27 - - [2026-02-05 03:16:18] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.089919 10.0.0.27 - - [2026-02-05 03:16:18] "POST /neutron/network HTTP/1.1" 200 835 0.038183 10.0.0.27 - - [2026-02-05 03:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.006923 10.0.0.27 - - [2026-02-05 03:16:19] "POST /neutron/port HTTP/1.1" 200 1059 0.018538 10.0.0.27 - - [2026-02-05 03:16:20] "POST /neutron/port HTTP/1.1" 200 1123 0.018919 10.0.0.27 - - [2026-02-05 03:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.001433 10.0.0.27 - - [2026-02-05 03:16:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010304 10.0.0.27 - - [2026-02-05 03:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.23 - - [2026-02-05 03:16:24] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.27 - - [2026-02-05 03:16:24] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074137 10.0.0.27 - - [2026-02-05 03:16:24] "POST /neutron/network HTTP/1.1" 200 117 0.017785 10.0.0.27 - - [2026-02-05 03:16:24] "POST /neutron/network HTTP/1.1" 200 833 0.009933 10.0.0.27 - - [2026-02-05 03:16:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001248 10.0.0.27 - - [2026-02-05 03:16:24] "GET /virtual-network/e4d2775b-ae14-48af-a5a2-b810f547bd29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005681 10.0.0.27 - - [2026-02-05 03:16:24] "GET /virtual-network/e4d2775b-ae14-48af-a5a2-b810f547bd29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005611 10.0.0.27 - - [2026-02-05 03:16:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.009783 10.0.0.27 - - [2026-02-05 03:16:25] "GET /virtual-network/e4d2775b-ae14-48af-a5a2-b810f547bd29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006019 10.0.0.23 - - [2026-02-05 03:16:26] "GET /obj-perms HTTP/1.1" 200 5026 0.104399 10.0.0.27 - - [2026-02-05 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2026-02-05 03:16:27] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.27 - - [2026-02-05 03:16:27] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042769 10.0.0.50 - - [2026-02-05 03:16:27] "POST /route-targets HTTP/1.1" 200 327 0.014566 10.0.0.23 - - [2026-02-05 03:16:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008002 10.0.0.27 - - [2026-02-05 03:16:27] "POST /neutron/subnet HTTP/1.1" 200 719 0.190135 10.0.0.27 - - [2026-02-05 03:16:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.002522 10.0.0.27 - - [2026-02-05 03:16:27] "GET /virtual-network/87d71c46-f004-486c-86b8-1780dbfcc371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007809 10.0.0.27 - - [2026-02-05 03:16:27] "GET /virtual-network/87d71c46-f004-486c-86b8-1780dbfcc371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005764 10.0.0.27 - - [2026-02-05 03:16:27] "POST /neutron/network HTTP/1.1" 200 831 0.006845 10.0.0.27 - - [2026-02-05 03:16:27] "GET /virtual-network/87d71c46-f004-486c-86b8-1780dbfcc371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006356 10.0.0.27 - - [2026-02-05 03:16:28] "GET /obj-perms HTTP/1.1" 200 5026 0.063962 10.0.0.27 - - [2026-02-05 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.23 - - [2026-02-05 03:16:28] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.27 - - [2026-02-05 03:16:28] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042888 10.0.0.23 - - [2026-02-05 03:16:28] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.27 - - [2026-02-05 03:16:28] "POST /neutron/network HTTP/1.1" 200 615 0.110900 10.0.0.50 - - [2026-02-05 03:16:28] "POST /ref-update HTTP/1.1" 200 156 0.029647 10.0.0.27 - - [2026-02-05 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.003695 10.0.0.27 - - [2026-02-05 03:16:28] "GET /virtual-network/f61887da-79b9-43ee-a7ef-7266a0d31eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005316 10.0.0.27 - - [2026-02-05 03:16:28] "POST /neutron/network HTTP/1.1" 200 831 0.007471 10.0.0.27 - - [2026-02-05 03:16:29] "GET /virtual-network/f61887da-79b9-43ee-a7ef-7266a0d31eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005461 10.0.0.27 - - [2026-02-05 03:16:29] "GET /virtual-network/f61887da-79b9-43ee-a7ef-7266a0d31eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006206 10.0.0.50 - - [2026-02-05 03:16:29] "GET /obj-perms HTTP/1.1" 200 5026 0.066741 10.0.0.27 - - [2026-02-05 03:16:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001352 10.0.0.27 - - [2026-02-05 03:16:29] "POST /neutron/port HTTP/1.1" 200 1123 0.021020 10.0.0.23 - - [2026-02-05 03:16:30] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001305 10.0.0.27 - - [2026-02-05 03:16:30] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.088928 10.0.0.27 - - [2026-02-05 03:16:30] "POST /neutron/network HTTP/1.1" 200 831 0.006727 10.0.0.27 - - [2026-02-05 03:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.007918 10.0.0.27 - - [2026-02-05 03:16:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001366 10.0.0.27 - - [2026-02-05 03:16:31] "POST /neutron/network HTTP/1.1" 200 841 0.007054 10.0.0.27 - - [2026-02-05 03:16:31] "POST /neutron/port HTTP/1.1" 200 1057 0.020773 10.0.0.27 - - [2026-02-05 03:16:32] "POST /neutron/port HTTP/1.1" 200 1121 0.022070 10.0.0.23 - - [2026-02-05 03:16:32] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.27 - - [2026-02-05 03:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.001447 10.0.0.27 - - [2026-02-05 03:16:32] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.091315 10.0.0.27 - - [2026-02-05 03:16:32] "POST /neutron/port HTTP/1.1" 200 2092 0.025708 10.0.0.27 - - [2026-02-05 03:16:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003401 10.0.0.27 - - [2026-02-05 03:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006494 10.0.0.23 - - [2026-02-05 03:16:32] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.27 - - [2026-02-05 03:16:32] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007421 10.0.0.27 - - [2026-02-05 03:16:32] "POST /service-templates HTTP/1.1" 200 543 0.052641 10.0.0.27 - - [2026-02-05 03:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.27 - - [2026-02-05 03:16:32] "GET /service-template/780666a0-d33d-416a-ad19-499df08ac3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006859 10.0.0.27 - - [2026-02-05 03:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.27 - - [2026-02-05 03:16:32] "GET /service-template/780666a0-d33d-416a-ad19-499df08ac3cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004950 10.0.0.27 - - [2026-02-05 03:16:32] "POST /neutron/network HTTP/1.1" 200 841 0.006444 10.0.0.27 - - [2026-02-05 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001390 10.0.0.27 - - [2026-02-05 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001254 10.0.0.27 - - [2026-02-05 03:16:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001385 10.0.0.27 - - [2026-02-05 03:16:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006788 10.0.0.27 - - [2026-02-05 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.021661 10.0.0.27 - - [2026-02-05 03:16:33] "POST /neutron/port HTTP/1.1" 200 1109 0.099136 10.0.0.27 - - [2026-02-05 03:16:33] "DELETE /service-template/780666a0-d33d-416a-ad19-499df08ac3cf HTTP/1.1" 200 115 0.041224 10.0.0.27 - - [2026-02-05 03:16:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.006091 10.0.0.27 - - [2026-02-05 03:16:33] "POST /neutron/subnet HTTP/1.1" 200 684 0.014603 10.0.0.27 - - [2026-02-05 03:16:33] "POST /neutron/network HTTP/1.1" 200 831 0.007605 10.0.0.27 - - [2026-02-05 03:16:34] "POST /neutron/port HTTP/1.1" 200 1111 0.014252 10.0.0.27 - - [2026-02-05 03:16:35] "POST /neutron/port HTTP/1.1" 200 1109 0.016428 10.0.0.27 - - [2026-02-05 03:16:35] "POST /neutron/port HTTP/1.1" 200 117 0.009281 10.0.0.27 - - [2026-02-05 03:16:35] "POST /neutron/network HTTP/1.1" 200 117 0.031813 10.0.0.27 - - [2026-02-05 03:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.006690 10.0.0.50 - - [2026-02-05 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.50 - - [2026-02-05 03:16:36] "DELETE /route-target/4c453125-1b04-467b-87db-a3555062035d HTTP/1.1" 200 115 0.023317 10.0.0.27 - - [2026-02-05 03:16:37] "POST /neutron/network HTTP/1.1" 200 835 0.007044 10.0.0.27 - - [2026-02-05 03:16:37] "POST /neutron/port HTTP/1.1" 200 1113 0.017367 10.0.0.23 - - [2026-02-05 03:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.009130 10.0.0.23 - - [2026-02-05 03:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002787 10.0.0.27 - - [2026-02-05 03:16:39] "POST /neutron/network HTTP/1.1" 200 151 0.151115 10.0.0.27 - - [2026-02-05 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.23 - - [2026-02-05 03:16:41] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.27 - - [2026-02-05 03:16:41] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044262 10.0.0.50 - - [2026-02-05 03:16:42] "POST /route-targets HTTP/1.1" 200 327 0.019741 10.0.0.23 - - [2026-02-05 03:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008580 10.0.0.27 - - [2026-02-05 03:16:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.203235 10.0.0.27 - - [2026-02-05 03:16:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001394 10.0.0.27 - - [2026-02-05 03:16:42] "GET /virtual-network/17876f0c-16d0-459b-8361-819a61f041b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005125 10.0.0.27 - - [2026-02-05 03:16:42] "GET /virtual-network/17876f0c-16d0-459b-8361-819a61f041b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007951 10.0.0.27 - - [2026-02-05 03:16:42] "POST /neutron/network HTTP/1.1" 200 833 0.006586 10.0.0.27 - - [2026-02-05 03:16:42] "GET /virtual-network/17876f0c-16d0-459b-8361-819a61f041b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007208 10.0.0.23 - - [2026-02-05 03:16:43] "GET /obj-perms HTTP/1.1" 200 5026 0.003762 10.0.0.27 - - [2026-02-05 03:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.23 - - [2026-02-05 03:16:43] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.27 - - [2026-02-05 03:16:43] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044892 10.0.0.23 - - [2026-02-05 03:16:43] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.27 - - [2026-02-05 03:16:43] "POST /neutron/network HTTP/1.1" 200 613 0.131649 10.0.0.50 - - [2026-02-05 03:16:43] "POST /ref-update HTTP/1.1" 200 156 0.026119 10.0.0.27 - - [2026-02-05 03:16:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.003327 10.0.0.27 - - [2026-02-05 03:16:43] "GET /virtual-network/9da2d0ca-df13-4ff6-ac07-c2cd3627c8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005958 10.0.0.27 - - [2026-02-05 03:16:43] "POST /neutron/network HTTP/1.1" 200 832 0.006240 10.0.0.27 - - [2026-02-05 03:16:43] "GET /virtual-network/9da2d0ca-df13-4ff6-ac07-c2cd3627c8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005151 10.0.0.27 - - [2026-02-05 03:16:44] "GET /virtual-network/9da2d0ca-df13-4ff6-ac07-c2cd3627c8b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006507 10.0.0.27 - - [2026-02-05 03:16:44] "GET /obj-perms HTTP/1.1" 200 5026 0.003908 10.0.0.27 - - [2026-02-05 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2026-02-05 03:16:44] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.27 - - [2026-02-05 03:16:44] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054619 10.0.0.27 - - [2026-02-05 03:16:44] "POST /neutron/network HTTP/1.1" 200 117 0.017059 10.0.0.27 - - [2026-02-05 03:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.011132 10.0.0.27 - - [2026-02-05 03:16:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001339 10.0.0.27 - - [2026-02-05 03:16:44] "GET /virtual-network/80c42d68-c946-4e93-a8b3-40e47f99b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007133 10.0.0.27 - - [2026-02-05 03:16:45] "GET /virtual-network/80c42d68-c946-4e93-a8b3-40e47f99b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007999 10.0.0.27 - - [2026-02-05 03:16:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.013756 10.0.0.27 - - [2026-02-05 03:16:45] "GET /virtual-network/80c42d68-c946-4e93-a8b3-40e47f99b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005836 10.0.0.50 - - [2026-02-05 03:16:45] "GET /obj-perms HTTP/1.1" 200 5026 0.003885 10.0.0.27 - - [2026-02-05 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.23 - - [2026-02-05 03:16:45] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.27 - - [2026-02-05 03:16:45] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036986 10.0.0.50 - - [2026-02-05 03:16:45] "POST /route-targets HTTP/1.1" 200 327 0.016230 10.0.0.23 - - [2026-02-05 03:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009833 10.0.0.27 - - [2026-02-05 03:16:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.286248 10.0.0.27 - - [2026-02-05 03:16:46] "POST /id-to-fqname HTTP/1.1" 200 229 0.001443 10.0.0.27 - - [2026-02-05 03:16:46] "GET /virtual-network/acd49e85-3020-4147-8476-267716e74d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006154 10.0.0.27 - - [2026-02-05 03:16:46] "GET /virtual-network/acd49e85-3020-4147-8476-267716e74d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006125 10.0.0.27 - - [2026-02-05 03:16:46] "POST /neutron/network HTTP/1.1" 200 844 0.007106 10.0.0.27 - - [2026-02-05 03:16:46] "GET /virtual-network/acd49e85-3020-4147-8476-267716e74d47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006385 10.0.0.23 - - [2026-02-05 03:16:46] "GET /obj-perms HTTP/1.1" 200 5026 0.003865 10.0.0.27 - - [2026-02-05 03:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.23 - - [2026-02-05 03:16:46] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.27 - - [2026-02-05 03:16:46] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051642 10.0.0.23 - - [2026-02-05 03:16:47] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001576 10.0.0.27 - - [2026-02-05 03:16:47] "POST /neutron/network HTTP/1.1" 200 627 0.134500 10.0.0.50 - - [2026-02-05 03:16:47] "POST /ref-update HTTP/1.1" 200 156 0.026238 10.0.0.27 - - [2026-02-05 03:16:47] "POST /id-to-fqname HTTP/1.1" 200 230 0.003571 10.0.0.27 - - [2026-02-05 03:16:47] "GET /virtual-network/d3720008-0ce0-4818-b4fb-e3db3506fbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005646 10.0.0.27 - - [2026-02-05 03:16:47] "POST /neutron/network HTTP/1.1" 200 847 0.007994 10.0.0.27 - - [2026-02-05 03:16:47] "GET /virtual-network/d3720008-0ce0-4818-b4fb-e3db3506fbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008375 10.0.0.27 - - [2026-02-05 03:16:47] "GET /virtual-network/d3720008-0ce0-4818-b4fb-e3db3506fbfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.021771 10.0.0.27 - - [2026-02-05 03:16:48] "GET /obj-perms HTTP/1.1" 200 5026 0.005409 10.0.0.27 - - [2026-02-05 03:16:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001998 10.0.0.27 - - [2026-02-05 03:16:48] "POST /neutron/network HTTP/1.1" 200 842 0.007168 10.0.0.23 - - [2026-02-05 03:16:49] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.27 - - [2026-02-05 03:16:49] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.077601 10.0.0.27 - - [2026-02-05 03:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.009745 10.0.0.27 - - [2026-02-05 03:16:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.001755 10.0.0.27 - - [2026-02-05 03:16:49] "POST /neutron/network HTTP/1.1" 200 842 0.007767 10.0.0.27 - - [2026-02-05 03:16:50] "POST /neutron/port HTTP/1.1" 200 1058 0.023307 10.0.0.27 - - [2026-02-05 03:16:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004143 10.0.0.27 - - [2026-02-05 03:16:50] "POST /neutron/network HTTP/1.1" 200 832 0.007889 10.0.0.23 - - [2026-02-05 03:16:50] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.27 - - [2026-02-05 03:16:50] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.079989 10.0.0.27 - - [2026-02-05 03:16:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006974 10.0.0.27 - - [2026-02-05 03:16:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003877 10.0.0.27 - - [2026-02-05 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.23 - - [2026-02-05 03:16:50] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.27 - - [2026-02-05 03:16:50] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007962 10.0.0.27 - - [2026-02-05 03:16:51] "POST /service-templates HTTP/1.1" 200 543 0.026484 10.0.0.27 - - [2026-02-05 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2026-02-05 03:16:51] "GET /service-template/39e87c08-66b4-4f07-8237-1f437be6917c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007560 10.0.0.27 - - [2026-02-05 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2026-02-05 03:16:51] "GET /service-template/39e87c08-66b4-4f07-8237-1f437be6917c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004855 10.0.0.27 - - [2026-02-05 03:16:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001640 10.0.0.27 - - [2026-02-05 03:16:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.001758 10.0.0.27 - - [2026-02-05 03:16:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.002035 10.0.0.23 - - [2026-02-05 03:16:51] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.27 - - [2026-02-05 03:16:51] "POST /neutron/port HTTP/1.1" 200 1057 0.343687 10.0.0.27 - - [2026-02-05 03:16:51] "POST /neutron/port HTTP/1.1" 200 1057 0.016438 10.0.0.27 - - [2026-02-05 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.27 - - [2026-02-05 03:16:51] "DELETE /service-template/39e87c08-66b4-4f07-8237-1f437be6917c HTTP/1.1" 200 115 0.035388 10.0.0.27 - - [2026-02-05 03:16:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004844 10.0.0.27 - - [2026-02-05 03:16:51] "POST /neutron/port HTTP/1.1" 200 1121 0.030249 10.0.0.27 - - [2026-02-05 03:16:52] "POST /neutron/port HTTP/1.1" 200 117 0.001838 10.0.0.23 - - [2026-02-05 03:16:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004748 10.0.0.23 - - [2026-02-05 03:16:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003313 10.0.0.27 - - [2026-02-05 03:16:52] "POST /neutron/network HTTP/1.1" 200 151 0.137531 10.0.0.27 - - [2026-02-05 03:16:52] "POST /neutron/port HTTP/1.1" 200 1122 0.030547 10.0.0.50 - - [2026-02-05 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.014869 10.0.0.27 - - [2026-02-05 03:16:52] "POST /neutron/network HTTP/1.1" 200 833 0.006691 10.0.0.27 - - [2026-02-05 03:16:53] "POST /neutron/port HTTP/1.1" 200 1111 0.013847 10.0.0.27 - - [2026-02-05 03:16:53] "POST /neutron/network HTTP/1.1" 200 2187 0.010523 10.0.0.27 - - [2026-02-05 03:16:54] "POST /neutron/network HTTP/1.1" 200 833 0.007189 10.0.0.50 - - [2026-02-05 03:16:55] "DELETE /route-target/247c7156-03bd-4e17-a692-8ab64a0aa2a0 HTTP/1.1" 200 115 0.026449 10.0.0.23 - - [2026-02-05 03:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004112 10.0.0.23 - - [2026-02-05 03:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003374 10.0.0.27 - - [2026-02-05 03:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.139831 10.0.0.50 - - [2026-02-05 03:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.23 - - [2026-02-05 03:16:57] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.27 - - [2026-02-05 03:16:57] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036092 10.0.0.23 - - [2026-02-05 03:16:57] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001006 10.0.0.27 - - [2026-02-05 03:16:57] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?fields=virtual_networks HTTP/1.1" 200 1028 0.064021 10.0.0.23 - - [2026-02-05 03:16:57] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001123 10.0.0.27 - - [2026-02-05 03:16:57] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.061879 10.0.0.23 - - [2026-02-05 03:16:57] "GET /projects?obj_uuids=72f524a9-daab-4d9e-8c35-669cfc6345c0&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001868 10.0.0.27 - - [2026-02-05 03:16:57] "GET /project/72f524a9-daab-4d9e-8c35-669cfc6345c0?fields=security_groups HTTP/1.1" 200 1252 0.055440 10.0.0.27 - - [2026-02-05 03:16:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.032699 10.0.0.23 - - [2026-02-05 03:16:58] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003110 10.0.0.23 - - [2026-02-05 03:16:58] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.23 - - [2026-02-05 03:16:58] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007326 10.0.0.23 - - [2026-02-05 03:16:58] "POST /id-to-fqname HTTP/1.1" 200 188 0.002585 10.0.0.23 - - [2026-02-05 03:16:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.007434 10.0.0.23 - - [2026-02-05 03:16:59] "POST /security-groups HTTP/1.1" 200 589 0.072542 10.0.0.23 - - [2026-02-05 03:16:59] "POST /projects HTTP/1.1" 200 581 0.289417 10.0.0.50 - - [2026-02-05 03:16:59] "POST /access-control-lists HTTP/1.1" 200 594 0.040915 10.0.0.23 - - [2026-02-05 03:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.366833 10.0.0.27 - - [2026-02-05 03:16:59] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.507160 10.0.0.27 - - [2026-02-05 03:17:00] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.27 - - [2026-02-05 03:17:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000541 10.0.0.27 - - [2026-02-05 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.073034 10.0.0.23 - - [2026-02-05 03:17:02] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.27 - - [2026-02-05 03:17:02] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.047231 10.0.0.27 - - [2026-02-05 03:17:02] "POST /neutron/network HTTP/1.1" 200 117 0.040915 10.0.0.50 - - [2026-02-05 03:17:02] "POST /route-targets HTTP/1.1" 200 327 0.088152 10.0.0.27 - - [2026-02-05 03:17:03] "POST /neutron/network HTTP/1.1" 200 833 0.009583 10.0.0.27 - - [2026-02-05 03:17:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001152 10.0.0.27 - - [2026-02-05 03:17:03] "GET /virtual-network/1c298af7-61c7-4af7-9653-801d78a67dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006231 10.0.0.27 - - [2026-02-05 03:17:03] "GET /virtual-network/1c298af7-61c7-4af7-9653-801d78a67dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005675 10.0.0.27 - - [2026-02-05 03:17:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.009494 10.0.0.27 - - [2026-02-05 03:17:03] "GET /virtual-network/1c298af7-61c7-4af7-9653-801d78a67dc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007663 10.0.0.50 - - [2026-02-05 03:17:04] "GET /obj-perms HTTP/1.1" 200 5026 0.075341 10.0.0.23 - - [2026-02-05 03:17:05] "GET /obj-perms HTTP/1.1" 200 5026 0.062158 10.0.0.27 - - [2026-02-05 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2026-02-05 03:17:05] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001343 10.0.0.27 - - [2026-02-05 03:17:05] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039662 10.0.0.50 - - [2026-02-05 03:17:05] "POST /ref-update HTTP/1.1" 200 156 0.026119 10.0.0.23 - - [2026-02-05 03:17:05] "POST /useragent-kv HTTP/1.1" 200 115 0.009762 10.0.0.27 - - [2026-02-05 03:17:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.244191 10.0.0.27 - - [2026-02-05 03:17:05] "POST /id-to-fqname HTTP/1.1" 200 225 0.001394 10.0.0.27 - - [2026-02-05 03:17:05] "GET /virtual-network/1d63d960-58d6-4f8f-ae95-b5132a76042b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005731 10.0.0.27 - - [2026-02-05 03:17:05] "GET /virtual-network/1d63d960-58d6-4f8f-ae95-b5132a76042b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005862 10.0.0.27 - - [2026-02-05 03:17:06] "POST /neutron/network HTTP/1.1" 200 838 0.007598 10.0.0.27 - - [2026-02-05 03:17:06] "GET /virtual-network/1d63d960-58d6-4f8f-ae95-b5132a76042b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005832 10.0.0.27 - - [2026-02-05 03:17:06] "GET /obj-perms HTTP/1.1" 200 5026 0.068139 10.0.0.27 - - [2026-02-05 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.23 - - [2026-02-05 03:17:06] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.27 - - [2026-02-05 03:17:06] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053607 10.0.0.23 - - [2026-02-05 03:17:06] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001605 10.0.0.27 - - [2026-02-05 03:17:07] "POST /neutron/network HTTP/1.1" 200 619 0.155494 10.0.0.27 - - [2026-02-05 03:17:07] "POST /id-to-fqname HTTP/1.1" 200 226 0.003617 10.0.0.27 - - [2026-02-05 03:17:07] "GET /virtual-network/03469bf1-ee2b-49d8-b43e-3f702ecd1d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005827 10.0.0.27 - - [2026-02-05 03:17:07] "POST /neutron/network HTTP/1.1" 200 838 0.006208 10.0.0.27 - - [2026-02-05 03:17:07] "GET /virtual-network/03469bf1-ee2b-49d8-b43e-3f702ecd1d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005394 10.0.0.27 - - [2026-02-05 03:17:07] "GET /virtual-network/03469bf1-ee2b-49d8-b43e-3f702ecd1d65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006502 10.0.0.27 - - [2026-02-05 03:17:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.001404 10.0.0.27 - - [2026-02-05 03:17:08] "POST /neutron/network HTTP/1.1" 200 848 0.007628 10.0.0.23 - - [2026-02-05 03:17:09] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.27 - - [2026-02-05 03:17:09] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.076086 10.0.0.27 - - [2026-02-05 03:17:09] "POST /neutron/port HTTP/1.1" 200 117 0.007274 10.0.0.27 - - [2026-02-05 03:17:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.001333 10.0.0.27 - - [2026-02-05 03:17:10] "POST /neutron/network HTTP/1.1" 200 848 0.007364 10.0.0.27 - - [2026-02-05 03:17:10] "POST /neutron/port HTTP/1.1" 200 1060 0.022253 10.0.0.23 - - [2026-02-05 03:17:10] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.27 - - [2026-02-05 03:17:10] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.154525 10.0.0.27 - - [2026-02-05 03:17:10] "POST /neutron/network HTTP/1.1" 200 838 0.008279 10.0.0.27 - - [2026-02-05 03:17:10] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.27 - - [2026-02-05 03:17:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.088999 10.0.0.27 - - [2026-02-05 03:17:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.003579 10.0.0.27 - - [2026-02-05 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.23 - - [2026-02-05 03:17:11] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.27 - - [2026-02-05 03:17:11] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010283 10.0.0.27 - - [2026-02-05 03:17:11] "POST /service-templates HTTP/1.1" 200 543 0.034113 10.0.0.27 - - [2026-02-05 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.27 - - [2026-02-05 03:17:11] "GET /service-template/b9683e40-7ad9-41fe-b5ec-6f946c7db7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006148 10.0.0.27 - - [2026-02-05 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.27 - - [2026-02-05 03:17:11] "GET /service-template/b9683e40-7ad9-41fe-b5ec-6f946c7db7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005188 10.0.0.27 - - [2026-02-05 03:17:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001743 10.0.0.27 - - [2026-02-05 03:17:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001321 10.0.0.23 - - [2026-02-05 03:17:11] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.27 - - [2026-02-05 03:17:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.001299 10.0.0.27 - - [2026-02-05 03:17:12] "POST /neutron/port HTTP/1.1" 200 1058 0.335060 10.0.0.27 - - [2026-02-05 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-02-05 03:17:12] "DELETE /service-template/b9683e40-7ad9-41fe-b5ec-6f946c7db7e3 HTTP/1.1" 200 115 0.032657 10.0.0.27 - - [2026-02-05 03:17:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003146 10.0.0.27 - - [2026-02-05 03:17:12] "POST /neutron/port HTTP/1.1" 200 1058 0.071317 10.0.0.27 - - [2026-02-05 03:17:12] "POST /neutron/port HTTP/1.1" 200 1122 0.020077 10.0.0.27 - - [2026-02-05 03:17:12] "POST /neutron/network HTTP/1.1" 200 838 0.006707 10.0.0.27 - - [2026-02-05 03:17:12] "POST /neutron/network HTTP/1.1" 200 838 0.006446 10.0.0.27 - - [2026-02-05 03:17:13] "POST /neutron/port HTTP/1.1" 200 151 0.202024 10.0.0.27 - - [2026-02-05 03:17:14] "POST /neutron/port HTTP/1.1" 200 151 0.199283 10.0.0.27 - - [2026-02-05 03:17:14] "POST /neutron/network HTTP/1.1" 200 117 0.019607 10.0.0.50 - - [2026-02-05 03:17:14] "DELETE /access-control-list/8c129990-f023-49c6-a0eb-d842af391155 HTTP/1.1" 200 115 0.042005 10.0.0.50 - - [2026-02-05 03:17:14] "DELETE /route-target/1c64e68b-8e65-4278-b00a-96403ecd2107 HTTP/1.1" 200 115 0.030602 10.0.0.27 - - [2026-02-05 03:17:14] "POST /neutron/port HTTP/1.1" 200 117 0.006826 10.0.0.27 - - [2026-02-05 03:17:15] "POST /neutron/network HTTP/1.1" 200 833 0.010376 10.0.0.50 - - [2026-02-05 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2026-02-05 03:17:17] "DELETE /project/a73693f2722543b3abc9275091f8a128 HTTP/1.1" 404 173 0.004301 10.0.0.23 - - [2026-02-05 03:17:17] "DELETE /project/72f524a9-daab-4d9e-8c35-669cfc6345c0 HTTP/1.1" 404 177 0.003778 10.0.0.27 - - [2026-02-05 03:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2026-02-05 03:17:18] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001505 10.0.0.27 - - [2026-02-05 03:17:18] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041913 10.0.0.23 - - [2026-02-05 03:17:18] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001122 10.0.0.27 - - [2026-02-05 03:17:18] "POST /neutron/network HTTP/1.1" 200 613 0.124929 10.0.0.50 - - [2026-02-05 03:17:18] "POST /ref-update HTTP/1.1" 200 156 0.020389 10.0.0.27 - - [2026-02-05 03:17:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.004162 10.0.0.27 - - [2026-02-05 03:17:18] "GET /virtual-network/1df6c141-fd59-402b-b176-f6b8123059a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007011 10.0.0.27 - - [2026-02-05 03:17:18] "POST /neutron/network HTTP/1.1" 200 831 0.006788 10.0.0.27 - - [2026-02-05 03:17:18] "GET /virtual-network/1df6c141-fd59-402b-b176-f6b8123059a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007355 10.0.0.27 - - [2026-02-05 03:17:19] "GET /virtual-network/1df6c141-fd59-402b-b176-f6b8123059a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006149 10.0.0.50 - - [2026-02-05 03:17:19] "GET /obj-perms HTTP/1.1" 200 5026 0.004318 10.0.0.23 - - [2026-02-05 03:17:19] "GET /obj-perms HTTP/1.1" 200 5026 0.004808 10.0.0.27 - - [2026-02-05 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.23 - - [2026-02-05 03:17:19] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001521 10.0.0.27 - - [2026-02-05 03:17:19] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049121 10.0.0.27 - - [2026-02-05 03:17:19] "POST /neutron/network HTTP/1.1" 200 117 0.014797 10.0.0.27 - - [2026-02-05 03:17:20] "POST /neutron/network HTTP/1.1" 200 832 0.010609 10.0.0.27 - - [2026-02-05 03:17:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001471 10.0.0.27 - - [2026-02-05 03:17:20] "GET /virtual-network/a57b9dd2-349e-4625-91d7-b18168e14721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005821 10.0.0.27 - - [2026-02-05 03:17:20] "GET /virtual-network/a57b9dd2-349e-4625-91d7-b18168e14721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005769 10.0.0.27 - - [2026-02-05 03:17:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.010079 10.0.0.27 - - [2026-02-05 03:17:20] "GET /virtual-network/a57b9dd2-349e-4625-91d7-b18168e14721?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005585 10.0.0.27 - - [2026-02-05 03:17:20] "GET /obj-perms HTTP/1.1" 200 5026 0.003758 10.0.0.27 - - [2026-02-05 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.23 - - [2026-02-05 03:17:20] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.27 - - [2026-02-05 03:17:20] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044469 10.0.0.50 - - [2026-02-05 03:17:20] "POST /route-targets HTTP/1.1" 200 327 0.021138 10.0.0.23 - - [2026-02-05 03:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002820 10.0.0.27 - - [2026-02-05 03:17:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.187969 10.0.0.27 - - [2026-02-05 03:17:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001771 10.0.0.27 - - [2026-02-05 03:17:21] "GET /virtual-network/61f03ba6-5469-4033-8383-c5a65df3b2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007073 10.0.0.27 - - [2026-02-05 03:17:21] "GET /virtual-network/61f03ba6-5469-4033-8383-c5a65df3b2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006377 10.0.0.27 - - [2026-02-05 03:17:21] "POST /neutron/network HTTP/1.1" 200 835 0.007641 10.0.0.27 - - [2026-02-05 03:17:21] "GET /virtual-network/61f03ba6-5469-4033-8383-c5a65df3b2d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007913 10.0.0.27 - - [2026-02-05 03:17:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001455 10.0.0.23 - - [2026-02-05 03:17:22] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.27 - - [2026-02-05 03:17:22] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.075671 10.0.0.27 - - [2026-02-05 03:17:22] "POST /neutron/network HTTP/1.1" 200 832 0.007790 10.0.0.27 - - [2026-02-05 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001991 10.0.0.27 - - [2026-02-05 03:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.007866 10.0.0.23 - - [2026-02-05 03:17:23] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.27 - - [2026-02-05 03:17:23] "POST /neutron/port HTTP/1.1" 200 1058 0.271838 10.0.0.27 - - [2026-02-05 03:17:23] "POST /neutron/port HTTP/1.1" 200 1112 0.117843 10.0.0.27 - - [2026-02-05 03:17:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.011162 10.0.0.23 - - [2026-02-05 03:17:23] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.27 - - [2026-02-05 03:17:24] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.071795 10.0.0.27 - - [2026-02-05 03:17:24] "POST /neutron/network HTTP/1.1" 200 835 0.008122 10.0.0.27 - - [2026-02-05 03:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.006449 10.0.0.27 - - [2026-02-05 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.003432 10.0.0.27 - - [2026-02-05 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.23 - - [2026-02-05 03:17:24] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.27 - - [2026-02-05 03:17:24] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008482 10.0.0.27 - - [2026-02-05 03:17:24] "POST /service-templates HTTP/1.1" 200 543 0.032045 10.0.0.27 - - [2026-02-05 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2026-02-05 03:17:24] "GET /service-template/f7822908-78bd-49e4-897e-676ea14ad77a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006514 10.0.0.27 - - [2026-02-05 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2026-02-05 03:17:24] "GET /service-template/f7822908-78bd-49e4-897e-676ea14ad77a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005789 10.0.0.27 - - [2026-02-05 03:17:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001264 10.0.0.27 - - [2026-02-05 03:17:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.002062 10.0.0.27 - - [2026-02-05 03:17:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001841 10.0.0.27 - - [2026-02-05 03:17:25] "POST /neutron/port HTTP/1.1" 200 2039 0.033872 10.0.0.27 - - [2026-02-05 03:17:25] "POST /neutron/port HTTP/1.1" 200 1059 0.015633 10.0.0.27 - - [2026-02-05 03:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2026-02-05 03:17:25] "DELETE /service-template/f7822908-78bd-49e4-897e-676ea14ad77a HTTP/1.1" 200 115 0.051507 10.0.0.27 - - [2026-02-05 03:17:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.004675 10.0.0.27 - - [2026-02-05 03:17:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008632 10.0.0.27 - - [2026-02-05 03:17:25] "POST /neutron/network HTTP/1.1" 200 835 0.006919 10.0.0.27 - - [2026-02-05 03:17:26] "POST /neutron/port HTTP/1.1" 200 1122 0.020532 10.0.0.27 - - [2026-02-05 03:17:26] "POST /neutron/port HTTP/1.1" 200 1123 0.021700 10.0.0.27 - - [2026-02-05 03:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.006074 10.0.0.27 - - [2026-02-05 03:17:27] "POST /neutron/network HTTP/1.1" 200 835 0.007760 10.0.0.50 - - [2026-02-05 03:17:27] "DELETE /route-target/24486204-273e-4868-af00-2a310844e803 HTTP/1.1" 200 115 0.024253 10.0.0.27 - - [2026-02-05 03:17:28] "POST /neutron/network HTTP/1.1" 200 832 0.008713 10.0.0.23 - - [2026-02-05 03:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004139 10.0.0.23 - - [2026-02-05 03:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.50 - - [2026-02-05 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2026-02-05 03:17:28] "POST /neutron/network HTTP/1.1" 200 151 0.134310 10.0.0.23 - - [2026-02-05 03:17:30] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001113 10.0.0.27 - - [2026-02-05 03:17:30] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.042040 10.0.0.23 - - [2026-02-05 03:17:30] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.27 - - [2026-02-05 03:17:30] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?fields=virtual_networks HTTP/1.1" 200 1029 0.038249 10.0.0.23 - - [2026-02-05 03:17:30] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001067 10.0.0.27 - - [2026-02-05 03:17:30] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.044612 10.0.0.23 - - [2026-02-05 03:17:30] "GET /projects?obj_uuids=a73693f2-7225-43b3-abc9-275091f8a128&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001108 10.0.0.27 - - [2026-02-05 03:17:30] "GET /project/a73693f2-7225-43b3-abc9-275091f8a128?fields=security_groups HTTP/1.1" 200 1253 0.042825 10.0.0.27 - - [2026-02-05 03:17:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.032714 10.0.0.23 - - [2026-02-05 03:17:31] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002929 10.0.0.23 - - [2026-02-05 03:17:31] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001254 10.0.0.23 - - [2026-02-05 03:17:31] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007555 10.0.0.23 - - [2026-02-05 03:17:31] "POST /id-to-fqname HTTP/1.1" 200 186 0.001230 10.0.0.23 - - [2026-02-05 03:17:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.007909 10.0.0.23 - - [2026-02-05 03:17:31] "POST /security-groups HTTP/1.1" 200 587 0.032685 10.0.0.23 - - [2026-02-05 03:17:31] "POST /projects HTTP/1.1" 200 577 0.234575 10.0.0.23 - - [2026-02-05 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.276222 10.0.0.50 - - [2026-02-05 03:17:31] "POST /access-control-lists HTTP/1.1" 200 592 0.032604 10.0.0.27 - - [2026-02-05 03:17:31] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.448865 10.0.0.27 - - [2026-02-05 03:17:33] "GET / HTTP/1.1" 200 35931 0.002891 10.0.0.27 - - [2026-02-05 03:17:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000653 10.0.0.27 - - [2026-02-05 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.075446 10.0.0.23 - - [2026-02-05 03:17:35] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001833 10.0.0.27 - - [2026-02-05 03:17:35] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.060473 10.0.0.50 - - [2026-02-05 03:17:35] "POST /route-targets HTTP/1.1" 200 327 0.016875 10.0.0.23 - - [2026-02-05 03:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006953 10.0.0.27 - - [2026-02-05 03:17:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.242071 10.0.0.27 - - [2026-02-05 03:17:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001434 10.0.0.27 - - [2026-02-05 03:17:35] "GET /virtual-network/33ba3ace-2454-4dc5-ae8f-1dddd8bb3972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006065 10.0.0.27 - - [2026-02-05 03:17:35] "GET /virtual-network/33ba3ace-2454-4dc5-ae8f-1dddd8bb3972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005994 10.0.0.27 - - [2026-02-05 03:17:35] "POST /neutron/network HTTP/1.1" 200 829 0.006191 10.0.0.27 - - [2026-02-05 03:17:36] "GET /virtual-network/33ba3ace-2454-4dc5-ae8f-1dddd8bb3972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006363 10.0.0.50 - - [2026-02-05 03:17:37] "GET /obj-perms HTTP/1.1" 200 5022 0.063954 10.0.0.23 - - [2026-02-05 03:17:38] "GET /obj-perms HTTP/1.1" 200 5022 0.080772 10.0.0.27 - - [2026-02-05 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-02-05 03:17:38] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001035 10.0.0.27 - - [2026-02-05 03:17:38] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.077070 10.0.0.23 - - [2026-02-05 03:17:38] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001197 10.0.0.27 - - [2026-02-05 03:17:38] "POST /neutron/network HTTP/1.1" 200 611 0.150684 10.0.0.50 - - [2026-02-05 03:17:38] "POST /ref-update HTTP/1.1" 200 156 0.033201 10.0.0.27 - - [2026-02-05 03:17:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.003935 10.0.0.27 - - [2026-02-05 03:17:38] "GET /virtual-network/a4fa2792-7ec4-4eef-87c4-e81f46e88d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005297 10.0.0.27 - - [2026-02-05 03:17:38] "POST /neutron/network HTTP/1.1" 200 830 0.007348 10.0.0.27 - - [2026-02-05 03:17:38] "GET /virtual-network/a4fa2792-7ec4-4eef-87c4-e81f46e88d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006885 10.0.0.27 - - [2026-02-05 03:17:39] "GET /virtual-network/a4fa2792-7ec4-4eef-87c4-e81f46e88d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006516 10.0.0.27 - - [2026-02-05 03:17:39] "GET /obj-perms HTTP/1.1" 200 5022 0.129592 10.0.0.27 - - [2026-02-05 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2026-02-05 03:17:39] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001051 10.0.0.27 - - [2026-02-05 03:17:39] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044526 10.0.0.27 - - [2026-02-05 03:17:39] "POST /neutron/network HTTP/1.1" 200 117 0.018069 10.0.0.27 - - [2026-02-05 03:17:40] "POST /neutron/network HTTP/1.1" 200 832 0.011129 10.0.0.27 - - [2026-02-05 03:17:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001198 10.0.0.27 - - [2026-02-05 03:17:40] "GET /virtual-network/6d7efbee-e8dc-4619-a38f-9e693e51945b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005396 10.0.0.27 - - [2026-02-05 03:17:40] "GET /virtual-network/6d7efbee-e8dc-4619-a38f-9e693e51945b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007854 10.0.0.27 - - [2026-02-05 03:17:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.012450 10.0.0.27 - - [2026-02-05 03:17:40] "GET /virtual-network/6d7efbee-e8dc-4619-a38f-9e693e51945b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011514 10.0.0.27 - - [2026-02-05 03:17:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001462 10.0.0.23 - - [2026-02-05 03:17:42] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.046211 10.0.0.27 - - [2026-02-05 03:17:42] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.194281 10.0.0.27 - - [2026-02-05 03:17:42] "POST /neutron/port HTTP/1.1" 200 117 0.009108 10.0.0.27 - - [2026-02-05 03:17:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001928 10.0.0.27 - - [2026-02-05 03:17:43] "POST /neutron/network HTTP/1.1" 200 842 0.006827 10.0.0.27 - - [2026-02-05 03:17:43] "POST /neutron/port HTTP/1.1" 200 1056 0.017838 10.0.0.23 - - [2026-02-05 03:17:43] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001027 10.0.0.27 - - [2026-02-05 03:17:43] "POST /neutron/port HTTP/1.1" 200 1120 0.019032 10.0.0.27 - - [2026-02-05 03:17:43] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.080648 10.0.0.27 - - [2026-02-05 03:17:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.008467 10.0.0.27 - - [2026-02-05 03:17:44] "POST /neutron/port HTTP/1.1" 200 1120 0.021556 10.0.0.27 - - [2026-02-05 03:17:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004118 10.0.0.27 - - [2026-02-05 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.23 - - [2026-02-05 03:17:44] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001665 10.0.0.27 - - [2026-02-05 03:17:44] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008985 10.0.0.27 - - [2026-02-05 03:17:44] "POST /service-templates HTTP/1.1" 200 543 0.027775 10.0.0.27 - - [2026-02-05 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2026-02-05 03:17:44] "GET /service-template/e289fb6b-9af9-41cf-afe0-d5747cbbd605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006489 10.0.0.27 - - [2026-02-05 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2026-02-05 03:17:44] "GET /service-template/e289fb6b-9af9-41cf-afe0-d5747cbbd605?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004483 10.0.0.27 - - [2026-02-05 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001930 10.0.0.27 - - [2026-02-05 03:17:44] "POST /neutron/network HTTP/1.1" 200 842 0.008627 10.0.0.27 - - [2026-02-05 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001123 10.0.0.27 - - [2026-02-05 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001444 10.0.0.27 - - [2026-02-05 03:17:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009490 10.0.0.27 - - [2026-02-05 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010047 10.0.0.27 - - [2026-02-05 03:17:45] "DELETE /service-template/e289fb6b-9af9-41cf-afe0-d5747cbbd605 HTTP/1.1" 200 115 0.043414 10.0.0.27 - - [2026-02-05 03:17:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003769 10.0.0.27 - - [2026-02-05 03:17:45] "POST /neutron/port HTTP/1.1" 200 1110 0.153058 10.0.0.27 - - [2026-02-05 03:17:45] "POST /neutron/network HTTP/1.1" 400 204 0.013901 10.0.0.27 - - [2026-02-05 03:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.27 - - [2026-02-05 03:17:45] "POST /neutron/port HTTP/1.1" 200 1110 0.015534 10.0.0.27 - - [2026-02-05 03:17:46] "POST /neutron/port HTTP/1.1" 200 1110 0.015924 10.0.0.27 - - [2026-02-05 03:17:47] "POST /neutron/network HTTP/1.1" 200 2180 0.010320 10.0.0.23 - - [2026-02-05 03:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003646 10.0.0.50 - - [2026-02-05 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008551 10.0.0.23 - - [2026-02-05 03:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002275 10.0.0.27 - - [2026-02-05 03:17:47] "POST /neutron/network HTTP/1.1" 200 151 0.142236 10.0.0.23 - - [2026-02-05 03:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002984 10.0.0.23 - - [2026-02-05 03:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005049 10.0.0.27 - - [2026-02-05 03:17:47] "POST /neutron/network HTTP/1.1" 200 151 0.137660 10.0.0.50 - - [2026-02-05 03:17:48] "DELETE /route-target/f21653b9-1720-4c4c-b1ed-893e6daeaaaa HTTP/1.1" 200 115 0.048681 10.0.0.27 - - [2026-02-05 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2026-02-05 03:17:51] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000986 10.0.0.27 - - [2026-02-05 03:17:51] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034376 10.0.0.27 - - [2026-02-05 03:17:51] "POST /neutron/network HTTP/1.1" 200 117 0.013755 10.0.0.50 - - [2026-02-05 03:17:51] "POST /route-targets HTTP/1.1" 200 327 0.015507 10.0.0.27 - - [2026-02-05 03:17:51] "POST /neutron/network HTTP/1.1" 200 832 0.009176 10.0.0.27 - - [2026-02-05 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001146 10.0.0.27 - - [2026-02-05 03:17:51] "GET /virtual-network/bd39ef95-02a3-4ccd-9343-cdd7b7aa72be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005442 10.0.0.27 - - [2026-02-05 03:17:51] "GET /virtual-network/bd39ef95-02a3-4ccd-9343-cdd7b7aa72be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005883 10.0.0.27 - - [2026-02-05 03:17:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.009586 10.0.0.27 - - [2026-02-05 03:17:52] "GET /virtual-network/bd39ef95-02a3-4ccd-9343-cdd7b7aa72be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005794 10.0.0.50 - - [2026-02-05 03:17:52] "GET /obj-perms HTTP/1.1" 200 5022 0.004132 10.0.0.23 - - [2026-02-05 03:17:52] "GET /obj-perms HTTP/1.1" 200 5022 0.004134 10.0.0.27 - - [2026-02-05 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2026-02-05 03:17:52] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.27 - - [2026-02-05 03:17:52] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047196 10.0.0.50 - - [2026-02-05 03:17:52] "POST /ref-update HTTP/1.1" 200 156 0.027839 10.0.0.23 - - [2026-02-05 03:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.006277 10.0.0.27 - - [2026-02-05 03:17:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.233484 10.0.0.27 - - [2026-02-05 03:17:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001401 10.0.0.27 - - [2026-02-05 03:17:52] "GET /virtual-network/b7038949-f46f-4624-b45f-7ddd3d017736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006593 10.0.0.27 - - [2026-02-05 03:17:52] "GET /virtual-network/b7038949-f46f-4624-b45f-7ddd3d017736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005977 10.0.0.27 - - [2026-02-05 03:17:52] "POST /neutron/network HTTP/1.1" 200 828 0.010277 10.0.0.27 - - [2026-02-05 03:17:53] "GET /virtual-network/b7038949-f46f-4624-b45f-7ddd3d017736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.012988 10.0.0.27 - - [2026-02-05 03:17:53] "GET /obj-perms HTTP/1.1" 200 5022 0.004340 10.0.0.27 - - [2026-02-05 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.23 - - [2026-02-05 03:17:53] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090 10.0.0.27 - - [2026-02-05 03:17:53] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.060019 10.0.0.23 - - [2026-02-05 03:17:53] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001351 10.0.0.27 - - [2026-02-05 03:17:53] "POST /neutron/network HTTP/1.1" 200 613 0.145743 10.0.0.27 - - [2026-02-05 03:17:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.003519 10.0.0.27 - - [2026-02-05 03:17:54] "GET /virtual-network/1f5dd3cd-2881-49bb-8e71-66813d691ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006098 10.0.0.27 - - [2026-02-05 03:17:54] "POST /neutron/network HTTP/1.1" 200 830 0.006724 10.0.0.27 - - [2026-02-05 03:17:54] "GET /virtual-network/1f5dd3cd-2881-49bb-8e71-66813d691ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006642 10.0.0.27 - - [2026-02-05 03:17:54] "GET /virtual-network/1f5dd3cd-2881-49bb-8e71-66813d691ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006181 10.0.0.27 - - [2026-02-05 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2026-02-05 03:17:54] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001133 10.0.0.27 - - [2026-02-05 03:17:54] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.065532 10.0.0.27 - - [2026-02-05 03:17:54] "POST /neutron/network HTTP/1.1" 200 117 0.016519 10.0.0.50 - - [2026-02-05 03:17:55] "POST /route-targets HTTP/1.1" 200 327 0.015207 10.0.0.27 - - [2026-02-05 03:17:55] "POST /neutron/network HTTP/1.1" 200 842 0.009357 10.0.0.27 - - [2026-02-05 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001135 10.0.0.27 - - [2026-02-05 03:17:55] "GET /virtual-network/9dafddf9-938e-4d3d-9ef5-8f93648ee6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005167 10.0.0.27 - - [2026-02-05 03:17:55] "GET /virtual-network/9dafddf9-938e-4d3d-9ef5-8f93648ee6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006379 10.0.0.27 - - [2026-02-05 03:17:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.009137 10.0.0.27 - - [2026-02-05 03:17:55] "GET /virtual-network/9dafddf9-938e-4d3d-9ef5-8f93648ee6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006206 10.0.0.50 - - [2026-02-05 03:17:55] "GET /obj-perms HTTP/1.1" 200 5022 0.005874 10.0.0.23 - - [2026-02-05 03:17:55] "GET /obj-perms HTTP/1.1" 200 5022 0.003760 10.0.0.27 - - [2026-02-05 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.23 - - [2026-02-05 03:17:55] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001330 10.0.0.27 - - [2026-02-05 03:17:55] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046630 10.0.0.50 - - [2026-02-05 03:17:56] "POST /ref-update HTTP/1.1" 200 156 0.029066 10.0.0.23 - - [2026-02-05 03:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004091 10.0.0.27 - - [2026-02-05 03:17:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.217358 10.0.0.27 - - [2026-02-05 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001333 10.0.0.27 - - [2026-02-05 03:17:56] "GET /virtual-network/17b2b17b-468e-4aee-9170-2cf9d5f28fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005323 10.0.0.27 - - [2026-02-05 03:17:56] "GET /virtual-network/17b2b17b-468e-4aee-9170-2cf9d5f28fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005550 10.0.0.27 - - [2026-02-05 03:17:56] "POST /neutron/network HTTP/1.1" 200 843 0.007297 10.0.0.27 - - [2026-02-05 03:17:56] "GET /virtual-network/17b2b17b-468e-4aee-9170-2cf9d5f28fd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006528 10.0.0.27 - - [2026-02-05 03:17:56] "GET /obj-perms HTTP/1.1" 200 5022 0.003982 10.0.0.27 - - [2026-02-05 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001477 10.0.0.23 - - [2026-02-05 03:17:58] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001067 10.0.0.27 - - [2026-02-05 03:17:58] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.348961 10.0.0.27 - - [2026-02-05 03:17:58] "POST /neutron/network HTTP/1.1" 200 828 0.008227 10.0.0.27 - - [2026-02-05 03:17:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001531 10.0.0.27 - - [2026-02-05 03:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.006638 10.0.0.23 - - [2026-02-05 03:17:58] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.27 - - [2026-02-05 03:17:59] "POST /neutron/port HTTP/1.1" 200 1054 0.346807 10.0.0.27 - - [2026-02-05 03:17:59] "POST /neutron/port HTTP/1.1" 200 1108 0.101852 10.0.0.23 - - [2026-02-05 03:17:59] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001090 10.0.0.27 - - [2026-02-05 03:17:59] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.088917 10.0.0.27 - - [2026-02-05 03:17:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.019655 10.0.0.27 - - [2026-02-05 03:17:59] "POST /neutron/network HTTP/1.1" 200 828 0.008239 10.0.0.27 - - [2026-02-05 03:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.006383 10.0.0.27 - - [2026-02-05 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003771 10.0.0.27 - - [2026-02-05 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.23 - - [2026-02-05 03:17:59] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.27 - - [2026-02-05 03:17:59] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007986 10.0.0.27 - - [2026-02-05 03:18:00] "POST /service-templates HTTP/1.1" 200 543 0.031700 10.0.0.27 - - [2026-02-05 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.27 - - [2026-02-05 03:18:00] "GET /service-template/01ead918-7bc8-4e0e-9bce-6534da52d5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1810 0.006205 10.0.0.27 - - [2026-02-05 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2026-02-05 03:18:00] "GET /service-template/01ead918-7bc8-4e0e-9bce-6534da52d5b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1810 0.004511 10.0.0.27 - - [2026-02-05 03:18:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001233 10.0.0.27 - - [2026-02-05 03:18:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001394 10.0.0.27 - - [2026-02-05 03:18:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001363 10.0.0.27 - - [2026-02-05 03:18:00] "POST /neutron/port HTTP/1.1" 200 1948 0.053562 10.0.0.27 - - [2026-02-05 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2026-02-05 03:18:00] "DELETE /service-template/01ead918-7bc8-4e0e-9bce-6534da52d5b4 HTTP/1.1" 200 115 0.030683 10.0.0.27 - - [2026-02-05 03:18:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003044 10.0.0.27 - - [2026-02-05 03:18:00] "POST /neutron/port HTTP/1.1" 200 1054 0.071151 10.0.0.23 - - [2026-02-05 03:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003453 10.0.0.23 - - [2026-02-05 03:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005620 10.0.0.27 - - [2026-02-05 03:18:01] "POST /neutron/network HTTP/1.1" 200 151 0.146335 10.0.0.27 - - [2026-02-05 03:18:01] "POST /neutron/subnet HTTP/1.1" 200 689 0.009274 10.0.0.27 - - [2026-02-05 03:18:01] "POST /neutron/port HTTP/1.1" 200 151 0.242462 10.0.0.23 - - [2026-02-05 03:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007169 10.0.0.23 - - [2026-02-05 03:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003474 10.0.0.27 - - [2026-02-05 03:18:01] "POST /neutron/network HTTP/1.1" 200 151 0.129243 10.0.0.50 - - [2026-02-05 03:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2026-02-05 03:18:01] "POST /neutron/network HTTP/1.1" 400 204 0.015111 10.0.0.27 - - [2026-02-05 03:18:02] "POST /neutron/port HTTP/1.1" 200 1108 0.016834 10.0.0.27 - - [2026-02-05 03:18:03] "POST /neutron/network HTTP/1.1" 200 2179 0.011149 10.0.0.27 - - [2026-02-05 03:18:03] "POST /neutron/network HTTP/1.1" 200 830 0.007334 10.0.0.50 - - [2026-02-05 03:18:04] "DELETE /route-target/b72f38e0-4a01-485a-af74-95700044fcf6 HTTP/1.1" 200 115 0.031594 10.0.0.23 - - [2026-02-05 03:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004322 10.0.0.23 - - [2026-02-05 03:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003079 10.0.0.27 - - [2026-02-05 03:18:04] "POST /neutron/network HTTP/1.1" 200 151 0.128330 10.0.0.50 - - [2026-02-05 03:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.23 - - [2026-02-05 03:18:06] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001047 10.0.0.27 - - [2026-02-05 03:18:06] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.062602 10.0.0.23 - - [2026-02-05 03:18:06] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001202 10.0.0.27 - - [2026-02-05 03:18:06] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?fields=virtual_networks HTTP/1.1" 200 1024 0.051638 10.0.0.23 - - [2026-02-05 03:18:06] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001200 10.0.0.27 - - [2026-02-05 03:18:06] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.044729 10.0.0.23 - - [2026-02-05 03:18:06] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001156 10.0.0.27 - - [2026-02-05 03:18:06] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?fields=security_groups HTTP/1.1" 200 1246 0.043903 10.0.0.50 - - [2026-02-05 03:18:06] "DELETE /access-control-list/c255c7b6-74f9-448f-9f30-6812c4eb3191 HTTP/1.1" 200 115 0.060000 10.0.0.27 - - [2026-02-05 03:18:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.035868 10.0.0.23 - - [2026-02-05 03:18:07] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003144 10.0.0.23 - - [2026-02-05 03:18:07] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.23 - - [2026-02-05 03:18:07] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008084 10.0.0.23 - - [2026-02-05 03:18:08] "POST /id-to-fqname HTTP/1.1" 200 192 0.012334 10.0.0.23 - - [2026-02-05 03:18:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.004410 10.0.0.23 - - [2026-02-05 03:18:08] "POST /security-groups HTTP/1.1" 200 593 0.032796 10.0.0.23 - - [2026-02-05 03:18:08] "POST /projects HTTP/1.1" 200 589 0.273414 10.0.0.50 - - [2026-02-05 03:18:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.004002 10.0.0.23 - - [2026-02-05 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.346549 10.0.0.27 - - [2026-02-05 03:18:08] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.483858 10.0.0.27 - - [2026-02-05 03:18:09] "GET / HTTP/1.1" 200 35931 0.001542 10.0.0.27 - - [2026-02-05 03:18:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.27 - - [2026-02-05 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.064090 10.0.0.23 - - [2026-02-05 03:18:11] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.27 - - [2026-02-05 03:18:11] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047286 10.0.0.27 - - [2026-02-05 03:18:11] "POST /neutron/network HTTP/1.1" 200 117 0.041131 10.0.0.50 - - [2026-02-05 03:18:12] "POST /ref-update HTTP/1.1" 200 156 0.033779 10.0.0.27 - - [2026-02-05 03:18:12] "POST /neutron/network HTTP/1.1" 200 830 0.009699 10.0.0.27 - - [2026-02-05 03:18:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001263 10.0.0.27 - - [2026-02-05 03:18:12] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006515 10.0.0.27 - - [2026-02-05 03:18:12] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007437 10.0.0.27 - - [2026-02-05 03:18:12] "POST /neutron/subnet HTTP/1.1" 200 725 0.012022 10.0.0.27 - - [2026-02-05 03:18:12] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006740 10.0.0.50 - - [2026-02-05 03:18:13] "GET /obj-perms HTTP/1.1" 200 5034 0.068939 10.0.0.23 - - [2026-02-05 03:18:14] "GET /obj-perms HTTP/1.1" 200 5034 0.064678 10.0.0.27 - - [2026-02-05 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2026-02-05 03:18:14] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001444 10.0.0.27 - - [2026-02-05 03:18:14] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047902 10.0.0.23 - - [2026-02-05 03:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008804 10.0.0.27 - - [2026-02-05 03:18:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.250514 10.0.0.27 - - [2026-02-05 03:18:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001865 10.0.0.27 - - [2026-02-05 03:18:15] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008000 10.0.0.27 - - [2026-02-05 03:18:15] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006626 10.0.0.27 - - [2026-02-05 03:18:15] "POST /neutron/network HTTP/1.1" 200 832 0.006616 10.0.0.27 - - [2026-02-05 03:18:15] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006824 10.0.0.27 - - [2026-02-05 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.23 - - [2026-02-05 03:18:15] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002452 10.0.0.27 - - [2026-02-05 03:18:15] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057095 10.0.0.23 - - [2026-02-05 03:18:15] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001765 10.0.0.27 - - [2026-02-05 03:18:16] "POST /neutron/network HTTP/1.1" 200 617 0.136570 10.0.0.50 - - [2026-02-05 03:18:16] "POST /route-targets HTTP/1.1" 200 327 0.017084 10.0.0.27 - - [2026-02-05 03:18:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.007902 10.0.0.27 - - [2026-02-05 03:18:16] "GET /virtual-network/96b786d1-8f6f-4d06-97c3-a98255e3fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007408 10.0.0.27 - - [2026-02-05 03:18:16] "POST /neutron/network HTTP/1.1" 200 834 0.009569 10.0.0.27 - - [2026-02-05 03:18:16] "GET /virtual-network/96b786d1-8f6f-4d06-97c3-a98255e3fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006420 10.0.0.27 - - [2026-02-05 03:18:16] "GET /virtual-network/96b786d1-8f6f-4d06-97c3-a98255e3fac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006848 10.0.0.27 - - [2026-02-05 03:18:17] "GET /obj-perms HTTP/1.1" 200 5034 0.078941 10.0.0.27 - - [2026-02-05 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.23 - - [2026-02-05 03:18:17] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001414 10.0.0.27 - - [2026-02-05 03:18:17] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050900 10.0.0.27 - - [2026-02-05 03:18:17] "POST /neutron/network HTTP/1.1" 200 117 0.021127 10.0.0.23 - - [2026-02-05 03:18:17] "DELETE /project/16a0e4682c0c4f5490bad047b6425998 HTTP/1.1" 404 173 0.008334 10.0.0.23 - - [2026-02-05 03:18:17] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001083 10.0.0.23 - - [2026-02-05 03:18:17] "DELETE /project/a73693f2-7225-43b3-abc9-275091f8a128 HTTP/1.1" 404 177 0.013556 10.0.0.23 - - [2026-02-05 03:18:17] "DELETE /project/45f4725fc29f4296ab75ae29c0d813bc HTTP/1.1" 404 173 0.018135 10.0.0.23 - - [2026-02-05 03:18:17] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.094160 10.0.0.23 - - [2026-02-05 03:18:17] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001951 10.0.0.50 - - [2026-02-05 03:18:17] "POST /ref-update HTTP/1.1" 200 156 0.030149 10.0.0.23 - - [2026-02-05 03:18:17] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?fields=security_groups HTTP/1.1" 200 1351 0.057337 10.0.0.23 - - [2026-02-05 03:18:17] "DELETE /security-group/2f33a557-93de-43fb-b1b5-e5b958ea7d41 HTTP/1.1" 200 115 0.068182 10.0.0.23 - - [2026-02-05 03:18:17] "GET /projects?obj_uuids=16a0e468-2c0c-4f54-90ba-d047b6425998&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001215 10.0.0.27 - - [2026-02-05 03:18:17] "POST /neutron/network HTTP/1.1" 200 849 0.011098 10.0.0.27 - - [2026-02-05 03:18:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.002145 10.0.0.27 - - [2026-02-05 03:18:17] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.010838 10.0.0.23 - - [2026-02-05 03:18:17] "GET /project/16a0e468-2c0c-4f54-90ba-d047b6425998?fields=application_policy_sets HTTP/1.1" 200 1390 0.057427 10.0.0.27 - - [2026-02-05 03:18:17] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.013017 10.0.0.27 - - [2026-02-05 03:18:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.012083 10.0.0.23 - - [2026-02-05 03:18:18] "DELETE /project/16a0e468-2c0c-4f54-90ba-d047b6425998 HTTP/1.1" 200 115 0.526248 10.0.0.27 - - [2026-02-05 03:18:18] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007224 10.0.0.50 - - [2026-02-05 03:18:18] "GET /obj-perms HTTP/1.1" 200 5034 0.004088 10.0.0.23 - - [2026-02-05 03:18:18] "GET /obj-perms HTTP/1.1" 200 5034 0.004718 10.0.0.27 - - [2026-02-05 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.23 - - [2026-02-05 03:18:18] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.27 - - [2026-02-05 03:18:18] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060191 10.0.0.50 - - [2026-02-05 03:18:18] "POST /route-targets HTTP/1.1" 200 327 0.022174 10.0.0.23 - - [2026-02-05 03:18:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009746 10.0.0.27 - - [2026-02-05 03:18:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.214793 10.0.0.27 - - [2026-02-05 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 234 0.001986 10.0.0.27 - - [2026-02-05 03:18:19] "GET /virtual-network/a002b2a7-0e4a-4273-af83-5d1d3be828e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007158 10.0.0.27 - - [2026-02-05 03:18:19] "GET /virtual-network/a002b2a7-0e4a-4273-af83-5d1d3be828e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007556 10.0.0.27 - - [2026-02-05 03:18:19] "POST /neutron/network HTTP/1.1" 200 850 0.008019 10.0.0.27 - - [2026-02-05 03:18:19] "GET /virtual-network/a002b2a7-0e4a-4273-af83-5d1d3be828e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005867 10.0.0.27 - - [2026-02-05 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001461 10.0.0.23 - - [2026-02-05 03:18:20] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.27 - - [2026-02-05 03:18:20] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.067610 10.0.0.27 - - [2026-02-05 03:18:20] "POST /neutron/network HTTP/1.1" 200 830 0.007787 10.0.0.27 - - [2026-02-05 03:18:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001412 10.0.0.27 - - [2026-02-05 03:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.23 - - [2026-02-05 03:18:21] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.27 - - [2026-02-05 03:18:21] "POST /neutron/port HTTP/1.1" 200 1062 0.288446 10.0.0.27 - - [2026-02-05 03:18:21] "POST /neutron/port HTTP/1.1" 200 1116 0.143413 10.0.0.23 - - [2026-02-05 03:18:21] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001422 10.0.0.27 - - [2026-02-05 03:18:21] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.079051 10.0.0.27 - - [2026-02-05 03:18:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.012044 10.0.0.27 - - [2026-02-05 03:18:21] "POST /neutron/network HTTP/1.1" 200 830 0.006660 10.0.0.27 - - [2026-02-05 03:18:22] "POST /neutron/port HTTP/1.1" 200 117 0.009283 10.0.0.27 - - [2026-02-05 03:18:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.004796 10.0.0.27 - - [2026-02-05 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.23 - - [2026-02-05 03:18:22] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.27 - - [2026-02-05 03:18:22] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008151 10.0.0.27 - - [2026-02-05 03:18:22] "POST /service-templates HTTP/1.1" 200 543 0.032090 10.0.0.27 - - [2026-02-05 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2026-02-05 03:18:22] "GET /service-template/531d3ceb-bb33-48d7-9e4f-57920ece6306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006767 10.0.0.27 - - [2026-02-05 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2026-02-05 03:18:22] "GET /service-template/531d3ceb-bb33-48d7-9e4f-57920ece6306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004465 10.0.0.27 - - [2026-02-05 03:18:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001393 10.0.0.27 - - [2026-02-05 03:18:22] "POST /neutron/port HTTP/1.1" 200 1126 0.020831 10.0.0.27 - - [2026-02-05 03:18:22] "POST /neutron/network HTTP/1.1" 200 859 0.008730 10.0.0.27 - - [2026-02-05 03:18:23] "POST /neutron/port HTTP/1.1" 200 1126 0.025577 10.0.0.27 - - [2026-02-05 03:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.001681 10.0.0.23 - - [2026-02-05 03:18:23] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.27 - - [2026-02-05 03:18:23] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070492 10.0.0.27 - - [2026-02-05 03:18:23] "POST /neutron/port HTTP/1.1" 200 2100 0.023001 10.0.0.27 - - [2026-02-05 03:18:23] "GET /virtual-machine/2a323a01-43ff-45d3-a5dc-ac2fb4755178 HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-02-05 03:18:24] "GET /virtual-machine/2a323a01-43ff-45d3-a5dc-ac2fb4755178 HTTP/1.1" 404 171 0.032456 10.0.0.27 - - [2026-02-05 03:18:24] "POST /neutron/network HTTP/1.1" 200 859 0.007249 10.0.0.27 - - [2026-02-05 03:18:24] "POST /neutron/port HTTP/1.1" 200 1063 0.019699 10.0.0.27 - - [2026-02-05 03:18:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005717 10.0.0.27 - - [2026-02-05 03:18:24] "POST /neutron/network HTTP/1.1" 200 849 0.007640 10.0.0.27 - - [2026-02-05 03:18:26] "GET /virtual-machine/2a323a01-43ff-45d3-a5dc-ac2fb4755178 HTTP/1.1" 200 1294 0.006172 10.0.0.27 - - [2026-02-05 03:18:26] "GET /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579 HTTP/1.1" 200 2983 0.008029 10.0.0.27 - - [2026-02-05 03:18:26] "GET /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.004997 10.0.0.27 - - [2026-02-05 03:18:26] "PUT /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579 HTTP/1.1" 200 284 0.012977 10.0.0.27 - - [2026-02-05 03:18:31] "POST /neutron/port HTTP/1.1" 200 1127 0.019352 10.0.0.27 - - [2026-02-05 03:18:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007878 10.0.0.27 - - [2026-02-05 03:18:31] "GET /virtual-machine/2a323a01-43ff-45d3-a5dc-ac2fb4755178 HTTP/1.1" 200 1294 0.005833 10.0.0.27 - - [2026-02-05 03:18:31] "GET /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579 HTTP/1.1" 200 3033 0.005956 10.0.0.27 - - [2026-02-05 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2026-02-05 03:18:31] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003870 10.0.0.27 - - [2026-02-05 03:18:31] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002852 10.0.0.27 - - [2026-02-05 03:18:31] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006437 10.0.0.27 - - [2026-02-05 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005796 10.0.0.27 - - [2026-02-05 03:18:34] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005320 10.0.0.27 - - [2026-02-05 03:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.27 - - [2026-02-05 03:18:39] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.012318 10.0.0.27 - - [2026-02-05 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2026-02-05 03:18:43] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007880 10.0.0.27 - - [2026-02-05 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2026-02-05 03:18:47] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005985 10.0.0.27 - - [2026-02-05 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2026-02-05 03:18:51] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006913 10.0.0.27 - - [2026-02-05 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2026-02-05 03:18:55] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006005 10.0.0.27 - - [2026-02-05 03:18:58] "GET /obj-perms HTTP/1.1" 200 5056 0.057836 10.0.0.27 - - [2026-02-05 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.27 - - [2026-02-05 03:18:59] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005821 10.0.0.27 - - [2026-02-05 03:19:03] "POST /neutron/port HTTP/1.1" 200 1126 0.017485 10.0.0.27 - - [2026-02-05 03:19:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.27 - - [2026-02-05 03:19:03] "POST /neutron/network HTTP/1.1" 200 832 0.008814 10.0.0.27 - - [2026-02-05 03:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.27 - - [2026-02-05 03:19:03] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005419 10.0.0.27 - - [2026-02-05 03:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.27 - - [2026-02-05 03:19:07] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006010 10.0.0.27 - - [2026-02-05 03:19:07] "POST /neutron/network HTTP/1.1" 200 840 0.009373 10.0.0.27 - - [2026-02-05 03:19:08] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.27 - - [2026-02-05 03:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2026-02-05 03:19:11] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005945 10.0.0.27 - - [2026-02-05 03:19:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.044580 10.0.0.27 - - [2026-02-05 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2026-02-05 03:19:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004344 10.0.0.27 - - [2026-02-05 03:19:13] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003332 10.0.0.27 - - [2026-02-05 03:19:13] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007970 10.0.0.27 - - [2026-02-05 03:19:19] "POST /neutron/port HTTP/1.1" 200 1126 0.017882 10.0.0.27 - - [2026-02-05 03:19:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008117 10.0.0.27 - - [2026-02-05 03:19:24] "POST /neutron/port HTTP/1.1" 200 1127 0.019107 10.0.0.27 - - [2026-02-05 03:19:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008375 10.0.0.27 - - [2026-02-05 03:19:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003655 10.0.0.27 - - [2026-02-05 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.23 - - [2026-02-05 03:19:34] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001573 10.0.0.27 - - [2026-02-05 03:19:34] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059901 10.0.0.27 - - [2026-02-05 03:19:34] "POST /service-instances HTTP/1.1" 200 547 0.035093 10.0.0.27 - - [2026-02-05 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006989 10.0.0.27 - - [2026-02-05 03:19:35] "GET /service-instance/0a23736c-0581-4596-8726-f575347bb3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008320 10.0.0.27 - - [2026-02-05 03:19:35] "POST /port-tuples HTTP/1.1" 200 590 0.039815 10.0.0.27 - - [2026-02-05 03:19:35] "GET /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.009007 10.0.0.27 - - [2026-02-05 03:19:35] "PUT /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579 HTTP/1.1" 200 284 0.016220 10.0.0.27 - - [2026-02-05 03:19:35] "POST /ref-update HTTP/1.1" 200 156 0.015506 10.0.0.50 - - [2026-02-05 03:19:35] "POST /ref-update HTTP/1.1" 200 156 0.078471 10.0.0.27 - - [2026-02-05 03:19:35] "POST /neutron/port HTTP/1.1" 200 1126 0.025533 10.0.0.50 - - [2026-02-05 03:19:35] "POST /instance-ips HTTP/1.1" 200 373 0.050842 10.0.0.50 - - [2026-02-05 03:19:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006839 10.0.0.27 - - [2026-02-05 03:19:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007820 10.0.0.27 - - [2026-02-05 03:19:35] "GET /virtual-machine/680a52da-b868-4f93-9822-05c4233a280f HTTP/1.1" 200 1294 0.006896 10.0.0.27 - - [2026-02-05 03:19:35] "GET /virtual-machine-interface/2a25477c-c297-453b-81e9-cdebebe918dc HTTP/1.1" 200 2955 0.005295 10.0.0.27 - - [2026-02-05 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.27 - - [2026-02-05 03:19:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003428 10.0.0.27 - - [2026-02-05 03:19:35] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003002 10.0.0.27 - - [2026-02-05 03:19:35] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006269 10.0.0.27 - - [2026-02-05 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.27 - - [2026-02-05 03:19:36] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004656 10.0.0.27 - - [2026-02-05 03:19:36] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003340 10.0.0.27 - - [2026-02-05 03:19:36] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006510 10.0.0.27 - - [2026-02-05 03:19:37] "POST /neutron/port HTTP/1.1" 200 1126 0.017358 10.0.0.27 - - [2026-02-05 03:19:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008237 10.0.0.27 - - [2026-02-05 03:19:37] "GET /virtual-machine/fd173f83-1dd4-4357-be0d-5f413512772a HTTP/1.1" 200 1295 0.006143 10.0.0.27 - - [2026-02-05 03:19:37] "GET /virtual-machine-interface/df3550f0-219b-4dc4-8751-92dd68b670cc HTTP/1.1" 200 2959 0.005260 10.0.0.27 - - [2026-02-05 03:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2026-02-05 03:19:37] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003889 10.0.0.27 - - [2026-02-05 03:19:37] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003139 10.0.0.27 - - [2026-02-05 03:19:37] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006194 10.0.0.27 - - [2026-02-05 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006836 10.0.0.27 - - [2026-02-05 03:19:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008913 10.0.0.27 - - [2026-02-05 03:19:38] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004942 10.0.0.27 - - [2026-02-05 03:19:38] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007766 10.0.0.27 - - [2026-02-05 03:19:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.004489 10.0.0.27 - - [2026-02-05 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.23 - - [2026-02-05 03:19:38] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.27 - - [2026-02-05 03:19:38] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.064075 10.0.0.27 - - [2026-02-05 03:19:39] "POST /network-policys HTTP/1.1" 200 551 0.029719 10.0.0.27 - - [2026-02-05 03:19:39] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.007117 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.27 - - [2026-02-05 03:19:39] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006033 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.27 - - [2026-02-05 03:19:39] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.005840 10.0.0.27 - - [2026-02-05 03:19:39] "POST /ref-update HTTP/1.1" 200 156 0.056828 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.50 - - [2026-02-05 03:19:39] "POST /access-control-lists HTTP/1.1" 200 596 0.090469 10.0.0.27 - - [2026-02-05 03:19:39] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004091 10.0.0.27 - - [2026-02-05 03:19:39] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.016004 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.27 - - [2026-02-05 03:19:39] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004141 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.27 - - [2026-02-05 03:19:39] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006101 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2026-02-05 03:19:39] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004319 10.0.0.27 - - [2026-02-05 03:19:39] "POST /ref-update HTTP/1.1" 200 156 0.064040 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007398 10.0.0.50 - - [2026-02-05 03:19:39] "POST /access-control-lists HTTP/1.1" 200 599 0.090225 10.0.0.27 - - [2026-02-05 03:19:39] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.011198 10.0.0.27 - - [2026-02-05 03:19:39] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.013910 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.50 - - [2026-02-05 03:19:39] "PUT /access-control-list/56efc1bc-f396-4005-a23b-1be84ea31dc3 HTTP/1.1" 200 272 0.036049 10.0.0.27 - - [2026-02-05 03:19:39] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004191 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.013538 10.0.0.27 - - [2026-02-05 03:19:39] "GET /service-template/531d3ceb-bb33-48d7-9e4f-57920ece6306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004806 10.0.0.27 - - [2026-02-05 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005801 10.0.0.23 - - [2026-02-05 03:19:39] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002904 10.0.0.27 - - [2026-02-05 03:19:40] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059533 10.0.0.27 - - [2026-02-05 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.27 - - [2026-02-05 03:19:40] "GET /service-instance/0a23736c-0581-4596-8726-f575347bb3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2540 0.010670 10.0.0.27 - - [2026-02-05 03:19:40] "POST /neutron/port HTTP/1.1" 200 1385 0.030922 10.0.0.27 - - [2026-02-05 03:19:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007581 10.0.0.27 - - [2026-02-05 03:19:40] "POST /neutron/port HTTP/1.1" 200 1385 0.024265 10.0.0.27 - - [2026-02-05 03:19:40] "POST /neutron/network HTTP/1.1" 200 849 0.007283 10.0.0.27 - - [2026-02-05 03:19:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001249 10.0.0.27 - - [2026-02-05 03:19:40] "GET /virtual-machine/2a323a01-43ff-45d3-a5dc-ac2fb4755178 HTTP/1.1" 200 1294 0.004337 10.0.0.27 - - [2026-02-05 03:19:41] "GET /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579 HTTP/1.1" 200 3889 0.006671 10.0.0.27 - - [2026-02-05 03:19:41] "GET /instance-ip/0290d76f-7e00-4911-94b4-df4458550e4d HTTP/1.1" 200 1635 0.006310 10.0.0.27 - - [2026-02-05 03:19:41] "GET /instance-ip/3535dda2-314c-4152-9aae-f818e2da7e2d HTTP/1.1" 200 1962 0.004208 10.0.0.27 - - [2026-02-05 03:19:41] "GET /instance-ip/84237888-6496-4df3-a721-5eeed754f0c0 HTTP/1.1" 200 1964 0.003848 10.0.0.27 - - [2026-02-05 03:19:41] "POST /neutron/port HTTP/1.1" 200 1385 0.027320 10.0.0.27 - - [2026-02-05 03:19:41] "GET /virtual-machine/2a323a01-43ff-45d3-a5dc-ac2fb4755178 HTTP/1.1" 200 1294 0.004297 10.0.0.27 - - [2026-02-05 03:19:41] "GET /virtual-machine-interface/43892ae4-ac16-4a81-90b7-6dba24d13579 HTTP/1.1" 200 3889 0.005838 10.0.0.27 - - [2026-02-05 03:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2026-02-05 03:19:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.009896 10.0.0.27 - - [2026-02-05 03:19:41] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003965 10.0.0.27 - - [2026-02-05 03:19:41] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.015097 10.0.0.27 - - [2026-02-05 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-02-05 03:19:42] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003848 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003911 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007165 10.0.0.27 - - [2026-02-05 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2026-02-05 03:19:42] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004537 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003631 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007802 10.0.0.27 - - [2026-02-05 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.013266 10.0.0.27 - - [2026-02-05 03:19:42] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004384 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003471 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006709 10.0.0.27 - - [2026-02-05 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.27 - - [2026-02-05 03:19:42] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004704 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-networks?parent_id=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003759 10.0.0.27 - - [2026-02-05 03:19:42] "GET /virtual-network/959a1f77-adf6-45ee-8fab-155886df2de1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007113 10.0.0.27 - - [2026-02-05 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2026-02-05 03:19:43] "GET /routing-instance/946b0474-8701-49f0-b6cb-25128e005e95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004970 10.0.0.27 - - [2026-02-05 03:19:43] "GET /routing-instance/946b0474-8701-49f0-b6cb-25128e005e95?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.006274 10.0.0.27 - - [2026-02-05 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-02-05 03:19:43] "GET /routing-instance/4d45a4c7-4e4f-4165-a214-8c29d3946c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005589 10.0.0.27 - - [2026-02-05 03:19:43] "GET /routing-instance/4d45a4c7-4e4f-4165-a214-8c29d3946c45?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.005972 10.0.0.27 - - [2026-02-05 03:20:05] "POST /neutron/port HTTP/1.1" 200 1126 0.019253 10.0.0.27 - - [2026-02-05 03:20:05] "POST /neutron/subnet HTTP/1.1" 200 698 0.009993 10.0.0.27 - - [2026-02-05 03:20:07] "POST /neutron/port HTTP/1.1" 200 1385 0.027904 10.0.0.27 - - [2026-02-05 03:20:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004558 10.0.0.27 - - [2026-02-05 03:20:08] "POST /neutron/network HTTP/1.1" 200 849 0.007842 10.0.0.27 - - [2026-02-05 03:20:31] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004798 10.0.0.27 - - [2026-02-05 03:20:31] "PUT /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376 HTTP/1.1" 200 262 0.016234 10.0.0.27 - - [2026-02-05 03:20:31] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004312 10.0.0.27 - - [2026-02-05 03:20:55] "POST /neutron/port HTTP/1.1" 200 1385 0.022591 10.0.0.27 - - [2026-02-05 03:21:00] "POST /ref-update HTTP/1.1" 200 156 0.058305 10.0.0.50 - - [2026-02-05 03:21:00] "POST /ref-update HTTP/1.1" 200 156 0.041210 10.0.0.27 - - [2026-02-05 03:21:00] "GET /virtual-network/00ccdf6a-d1a3-4916-9868-8d2f6fa7188e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012764 10.0.0.27 - - [2026-02-05 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2026-02-05 03:21:00] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004837 10.0.0.27 - - [2026-02-05 03:21:00] "POST /ref-update HTTP/1.1" 200 156 0.061893 10.0.0.27 - - [2026-02-05 03:21:00] "POST /neutron/network HTTP/1.1" 200 830 0.008823 10.0.0.27 - - [2026-02-05 03:21:00] "GET /virtual-network/45799c84-c95d-4989-a42f-8c02ff0b519f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005100 10.0.0.27 - - [2026-02-05 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2026-02-05 03:21:00] "GET /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004454 10.0.0.27 - - [2026-02-05 03:21:00] "DELETE /network-policy/504284ae-fd78-4147-8bb5-6c91e396f376 HTTP/1.1" 200 115 0.035828 10.0.0.27 - - [2026-02-05 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005773 10.0.0.50 - - [2026-02-05 03:21:00] "GET /obj-perms HTTP/1.1" 200 5056 0.061888 10.0.0.27 - - [2026-02-05 03:21:00] "DELETE /service-instance/0a23736c-0581-4596-8726-f575347bb3bf HTTP/1.1" 200 115 0.049432 10.0.0.50 - - [2026-02-05 03:21:00] "POST /ref-update HTTP/1.1" 200 156 0.036819 10.0.0.27 - - [2026-02-05 03:21:00] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.012038 10.0.0.27 - - [2026-02-05 03:21:00] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009778 10.0.0.50 - - [2026-02-05 03:21:00] "POST /ref-update HTTP/1.1" 200 156 0.019067 10.0.0.27 - - [2026-02-05 03:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2026-02-05 03:21:01] "DELETE /service-template/531d3ceb-bb33-48d7-9e4f-57920ece6306 HTTP/1.1" 200 115 0.039309 10.0.0.27 - - [2026-02-05 03:21:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003624 10.0.0.23 - - [2026-02-05 03:21:01] "GET /obj-perms HTTP/1.1" 200 5056 0.168499 10.0.0.50 - - [2026-02-05 03:21:01] "POST /ref-update HTTP/1.1" 200 156 0.036388 10.0.0.50 - - [2026-02-05 03:21:01] "DELETE /route-target/d0b29df2-183d-49e8-b559-fcceb1542e8b HTTP/1.1" 200 115 0.027377 10.0.0.27 - - [2026-02-05 03:21:01] "POST /neutron/port HTTP/1.1" 200 1127 0.025495 10.0.0.27 - - [2026-02-05 03:21:01] "POST /neutron/network HTTP/1.1" 200 849 0.006489 10.0.0.27 - - [2026-02-05 03:21:02] "POST /neutron/port HTTP/1.1" 200 1116 0.012669 10.0.0.27 - - [2026-02-05 03:21:02] "POST /neutron/port HTTP/1.1" 200 1116 0.027304 10.0.0.23 - - [2026-02-05 03:21:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002845 10.0.0.23 - - [2026-02-05 03:21:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.27 - - [2026-02-05 03:21:04] "POST /neutron/network HTTP/1.1" 200 151 0.127228 10.0.0.50 - - [2026-02-05 03:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-02-05 03:21:04] "POST /neutron/network HTTP/1.1" 200 832 0.007423 10.0.0.50 - - [2026-02-05 03:21:04] "DELETE /route-target/b7a9ab61-94db-4734-a839-abfa15f264e9 HTTP/1.1" 200 115 0.023457 10.0.0.23 - - [2026-02-05 03:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005275 10.0.0.23 - - [2026-02-05 03:21:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002591 10.0.0.27 - - [2026-02-05 03:21:05] "POST /neutron/network HTTP/1.1" 200 151 0.136798 10.0.0.23 - - [2026-02-05 03:21:06] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001484 10.0.0.27 - - [2026-02-05 03:21:06] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050445 10.0.0.23 - - [2026-02-05 03:21:06] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001303 10.0.0.27 - - [2026-02-05 03:21:06] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?fields=virtual_networks HTTP/1.1" 200 1036 0.053030 10.0.0.23 - - [2026-02-05 03:21:06] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001934 10.0.0.27 - - [2026-02-05 03:21:06] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.044395 10.0.0.23 - - [2026-02-05 03:21:07] "GET /projects?obj_uuids=45f4725f-c29f-4296-ab75-ae29c0d813bc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001358 10.0.0.27 - - [2026-02-05 03:21:07] "GET /project/45f4725f-c29f-4296-ab75-ae29c0d813bc?fields=security_groups HTTP/1.1" 200 1264 0.043712 10.0.0.27 - - [2026-02-05 03:21:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.030328 10.0.0.23 - - [2026-02-05 03:21:08] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003061 10.0.0.23 - - [2026-02-05 03:21:08] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.23 - - [2026-02-05 03:21:08] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008390 10.0.0.23 - - [2026-02-05 03:21:08] "POST /id-to-fqname HTTP/1.1" 200 191 0.004652 10.0.0.23 - - [2026-02-05 03:21:08] "POST /fqname-to-id HTTP/1.1" 404 200 0.006741 10.0.0.23 - - [2026-02-05 03:21:08] "POST /security-groups HTTP/1.1" 200 592 0.037715 10.0.0.50 - - [2026-02-05 03:21:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.010669 10.0.0.23 - - [2026-02-05 03:21:08] "POST /projects HTTP/1.1" 200 587 0.267620 10.0.0.23 - - [2026-02-05 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.350636 10.0.0.50 - - [2026-02-05 03:21:08] "POST /access-control-lists HTTP/1.1" 200 595 0.038369 10.0.0.27 - - [2026-02-05 03:21:08] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.495087 10.0.0.27 - - [2026-02-05 03:21:09] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.27 - - [2026-02-05 03:21:11] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-02-05 03:21:12] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.27 - - [2026-02-05 03:21:12] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.078810 10.0.0.27 - - [2026-02-05 03:21:12] "POST /fqname-to-id HTTP/1.1" 404 180 0.003101 10.0.0.27 - - [2026-02-05 03:21:12] "POST /virtual-DNSs HTTP/1.1" 200 507 0.036333 10.0.0.27 - - [2026-02-05 03:21:12] "GET /virtual-DNS/9156ca27-8a2d-4fa8-a2b2-207b4b556d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006886 10.0.0.27 - - [2026-02-05 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.27 - - [2026-02-05 03:21:12] "GET /virtual-DNS/9156ca27-8a2d-4fa8-a2b2-207b4b556d91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004084 10.0.0.27 - - [2026-02-05 03:21:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003632 10.0.0.27 - - [2026-02-05 03:21:13] "POST /network-ipams HTTP/1.1" 200 514 0.029632 10.0.0.27 - - [2026-02-05 03:21:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003803 10.0.0.27 - - [2026-02-05 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2026-02-05 03:21:13] "GET /network-ipam/45020972-d25a-4170-b964-9f11cce0ba1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.006459 10.0.0.27 - - [2026-02-05 03:21:13] "PUT /network-ipam/45020972-d25a-4170-b964-9f11cce0ba1f HTTP/1.1" 200 258 0.015933 10.0.0.27 - - [2026-02-05 03:21:13] "POST /ref-update HTTP/1.1" 200 156 0.017262 10.0.0.27 - - [2026-02-05 03:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.23 - - [2026-02-05 03:21:13] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001442 10.0.0.27 - - [2026-02-05 03:21:13] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.041880 10.0.0.23 - - [2026-02-05 03:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007085 10.0.0.27 - - [2026-02-05 03:21:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.267089 10.0.0.27 - - [2026-02-05 03:21:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001428 10.0.0.27 - - [2026-02-05 03:21:14] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012361 10.0.0.27 - - [2026-02-05 03:21:14] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008525 10.0.0.27 - - [2026-02-05 03:21:14] "POST /neutron/network HTTP/1.1" 200 833 0.008505 10.0.0.27 - - [2026-02-05 03:21:14] "POST /neutron/network HTTP/1.1" 200 833 0.006577 10.0.0.27 - - [2026-02-05 03:21:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001136 10.0.0.50 - - [2026-02-05 03:21:15] "DELETE /access-control-list/00b6598d-56c3-4cae-a69d-7a5ed0d58d9d HTTP/1.1" 200 115 0.056523 10.0.0.50 - - [2026-02-05 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.50 - - [2026-02-05 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2026-02-05 03:21:15] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001111 10.0.0.27 - - [2026-02-05 03:21:15] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068797 10.0.0.27 - - [2026-02-05 03:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.008712 10.0.0.50 - - [2026-02-05 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-02-05 03:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-02-05 03:21:16] "POST /neutron/network HTTP/1.1" 200 843 0.007741 10.0.0.23 - - [2026-02-05 03:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-02-05 03:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-02-05 03:21:16] "POST /neutron/port HTTP/1.1" 200 1058 0.022428 10.0.0.27 - - [2026-02-05 03:21:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004449 10.0.0.27 - - [2026-02-05 03:21:16] "POST /neutron/network HTTP/1.1" 200 833 0.006755 10.0.0.23 - - [2026-02-05 03:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-02-05 03:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-02-05 03:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2026-02-05 03:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2026-02-05 03:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.27 - - [2026-02-05 03:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000785 10.0.0.23 - - [2026-02-05 03:21:18] "DELETE /project/a0679fe74bb449e28c4c9603d66e09d5 HTTP/1.1" 404 173 0.053286 10.0.0.23 - - [2026-02-05 03:21:18] "DELETE /project/45f4725f-c29f-4296-ab75-ae29c0d813bc HTTP/1.1" 404 177 0.072582 10.0.0.27 - - [2026-02-05 03:21:20] "POST /neutron/port HTTP/1.1" 200 1122 0.020004 10.0.0.27 - - [2026-02-05 03:21:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008267 10.0.0.27 - - [2026-02-05 03:21:20] "GET /virtual-machine/a41c8695-419e-49d1-ad02-17027aa3a627 HTTP/1.1" 401 292 0.000346 10.0.0.27 - - [2026-02-05 03:21:21] "GET /virtual-machine/a41c8695-419e-49d1-ad02-17027aa3a627 HTTP/1.1" 200 1294 0.041094 10.0.0.27 - - [2026-02-05 03:21:21] "GET /virtual-machine-interface/3eedb568-0259-4be9-9b94-2c975a9a8a9c HTTP/1.1" 200 2963 0.005739 10.0.0.27 - - [2026-02-05 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.27 - - [2026-02-05 03:21:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004185 10.0.0.27 - - [2026-02-05 03:21:21] "GET /virtual-networks?parent_id=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003309 10.0.0.27 - - [2026-02-05 03:21:21] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007975 10.0.0.27 - - [2026-02-05 03:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2026-02-05 03:21:24] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006073 10.0.0.27 - - [2026-02-05 03:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.27 - - [2026-02-05 03:21:28] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005255 10.0.0.27 - - [2026-02-05 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.27 - - [2026-02-05 03:21:32] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006495 10.0.0.27 - - [2026-02-05 03:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-02-05 03:21:36] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005768 10.0.0.27 - - [2026-02-05 03:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005804 10.0.0.27 - - [2026-02-05 03:21:40] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005544 10.0.0.27 - - [2026-02-05 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.27 - - [2026-02-05 03:21:44] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006228 10.0.0.27 - - [2026-02-05 03:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2026-02-05 03:21:49] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006096 10.0.0.27 - - [2026-02-05 03:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2026-02-05 03:21:53] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005463 10.0.0.27 - - [2026-02-05 03:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2026-02-05 03:21:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004470 10.0.0.27 - - [2026-02-05 03:21:55] "GET /virtual-networks?parent_id=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003007 10.0.0.27 - - [2026-02-05 03:21:55] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006371 10.0.0.27 - - [2026-02-05 03:22:00] "POST /neutron/port HTTP/1.1" 200 1122 0.020809 10.0.0.27 - - [2026-02-05 03:22:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011899 10.0.0.27 - - [2026-02-05 03:22:09] "POST /neutron/port HTTP/1.1" 200 1122 0.018942 10.0.0.27 - - [2026-02-05 03:22:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004030 10.0.0.27 - - [2026-02-05 03:22:09] "POST /neutron/network HTTP/1.1" 200 833 0.007374 10.0.0.27 - - [2026-02-05 03:22:40] "POST /neutron/network HTTP/1.1" 200 807 0.016799 10.0.0.27 - - [2026-02-05 03:22:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001753 10.0.0.27 - - [2026-02-05 03:22:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008219 10.0.0.23 - - [2026-02-05 03:22:41] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001205 10.0.0.27 - - [2026-02-05 03:22:41] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.087793 10.0.0.27 - - [2026-02-05 03:22:41] "POST /neutron/port HTTP/1.1" 200 1122 0.034822 10.0.0.27 - - [2026-02-05 03:22:41] "POST /neutron/port HTTP/1.1" 200 117 0.008291 10.0.0.27 - - [2026-02-05 03:22:42] "POST /neutron/port HTTP/1.1" 200 1058 0.052247 10.0.0.27 - - [2026-02-05 03:22:42] "POST /neutron/port HTTP/1.1" 200 1122 0.021420 10.0.0.27 - - [2026-02-05 03:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.001842 10.0.0.27 - - [2026-02-05 03:22:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010063 10.0.0.27 - - [2026-02-05 03:22:47] "POST /neutron/port HTTP/1.1" 200 1122 0.022012 10.0.0.27 - - [2026-02-05 03:22:47] "GET /virtual-machine/f5ad51d3-7c82-465b-b7a4-74f869787e21 HTTP/1.1" 200 1294 0.011145 10.0.0.27 - - [2026-02-05 03:22:47] "GET /virtual-machine-interface/df11d20b-5e8d-478a-b38e-be47d93f1796 HTTP/1.1" 200 2964 0.008257 10.0.0.27 - - [2026-02-05 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2026-02-05 03:22:47] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003767 10.0.0.27 - - [2026-02-05 03:22:47] "GET /virtual-networks?parent_id=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002916 10.0.0.27 - - [2026-02-05 03:22:47] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006474 10.0.0.27 - - [2026-02-05 03:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.27 - - [2026-02-05 03:22:50] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007691 10.0.0.27 - - [2026-02-05 03:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.27 - - [2026-02-05 03:22:54] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006879 10.0.0.27 - - [2026-02-05 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2026-02-05 03:22:58] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005260 10.0.0.27 - - [2026-02-05 03:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.27 - - [2026-02-05 03:23:02] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005481 10.0.0.27 - - [2026-02-05 03:23:02] "GET /obj-perms HTTP/1.1" 200 5056 0.066101 10.0.0.27 - - [2026-02-05 03:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.27 - - [2026-02-05 03:23:06] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007439 10.0.0.27 - - [2026-02-05 03:23:08] "POST /neutron/port HTTP/1.1" 200 1122 0.020541 10.0.0.27 - - [2026-02-05 03:23:08] "POST /neutron/subnet HTTP/1.1" 200 685 0.009407 10.0.0.27 - - [2026-02-05 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2026-02-05 03:23:10] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005239 10.0.0.27 - - [2026-02-05 03:23:10] "POST /neutron/port HTTP/1.1" 200 1122 0.055689 10.0.0.27 - - [2026-02-05 03:23:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004535 10.0.0.27 - - [2026-02-05 03:23:11] "POST /neutron/network HTTP/1.1" 200 833 0.008833 10.0.0.27 - - [2026-02-05 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.27 - - [2026-02-05 03:23:14] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005640 10.0.0.27 - - [2026-02-05 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.27 - - [2026-02-05 03:23:18] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006072 10.0.0.27 - - [2026-02-05 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.27 - - [2026-02-05 03:23:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.27 - - [2026-02-05 03:23:23] "GET /virtual-networks?parent_id=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003927 10.0.0.27 - - [2026-02-05 03:23:23] "GET /virtual-network/e0d3997b-583e-444b-83f5-16c9b2a0eddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005850 10.0.0.27 - - [2026-02-05 03:23:28] "POST /neutron/port HTTP/1.1" 200 1122 0.022812 10.0.0.27 - - [2026-02-05 03:23:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007629 10.0.0.27 - - [2026-02-05 03:23:38] "POST /neutron/port HTTP/1.1" 200 1122 0.022134 10.0.0.27 - - [2026-02-05 03:24:10] "POST /neutron/port HTTP/1.1" 200 1122 0.025321 10.0.0.27 - - [2026-02-05 03:24:10] "POST /neutron/subnet HTTP/1.1" 200 685 0.009276 10.0.0.27 - - [2026-02-05 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2026-02-05 03:24:11] "DELETE /virtual-DNS/9156ca27-8a2d-4fa8-a2b2-207b4b556d91 HTTP/1.1" 409 235 0.009559 10.0.0.27 - - [2026-02-05 03:24:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.003299 10.0.0.27 - - [2026-02-05 03:24:11] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.029638 10.0.0.27 - - [2026-02-05 03:24:11] "GET /virtual-DNS-record/45f6465e-4066-4883-a64a-899aeba2a7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007795 10.0.0.27 - - [2026-02-05 03:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.27 - - [2026-02-05 03:24:11] "GET /virtual-DNS-record/45f6465e-4066-4883-a64a-899aeba2a7e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.005240 10.0.0.27 - - [2026-02-05 03:24:12] "POST /neutron/port HTTP/1.1" 200 1122 0.017859 10.0.0.27 - - [2026-02-05 03:24:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004118 10.0.0.27 - - [2026-02-05 03:24:13] "POST /neutron/network HTTP/1.1" 200 833 0.007638 10.0.0.27 - - [2026-02-05 03:24:18] "DELETE /virtual-DNS-record/45f6465e-4066-4883-a64a-899aeba2a7e3 HTTP/1.1" 200 115 0.034599 10.0.0.27 - - [2026-02-05 03:24:18] "POST /fqname-to-id HTTP/1.1" 404 184 0.004620 10.0.0.27 - - [2026-02-05 03:24:18] "POST /neutron/port HTTP/1.1" 200 1122 0.019153 10.0.0.27 - - [2026-02-05 03:24:18] "POST /neutron/port HTTP/1.1" 200 1122 0.033324 10.0.0.27 - - [2026-02-05 03:24:20] "POST /neutron/network HTTP/1.1" 200 833 0.007965 10.0.0.27 - - [2026-02-05 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.27 - - [2026-02-05 03:24:20] "DELETE /network-ipam/45020972-d25a-4170-b964-9f11cce0ba1f HTTP/1.1" 200 115 0.048300 10.0.0.27 - - [2026-02-05 03:24:20] "DELETE /virtual-DNS/9156ca27-8a2d-4fa8-a2b2-207b4b556d91 HTTP/1.1" 200 115 0.041000 10.0.0.27 - - [2026-02-05 03:24:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.007538 10.0.0.50 - - [2026-02-05 03:24:20] "DELETE /route-target/c4bec497-89b8-4668-bd1e-8ba08f7c94b9 HTTP/1.1" 200 115 0.083110 10.0.0.23 - - [2026-02-05 03:24:22] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.027638 10.0.0.27 - - [2026-02-05 03:24:22] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.095182 10.0.0.23 - - [2026-02-05 03:24:22] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000981 10.0.0.27 - - [2026-02-05 03:24:22] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?fields=virtual_networks HTTP/1.1" 200 1035 0.043939 10.0.0.23 - - [2026-02-05 03:24:22] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001033 10.0.0.27 - - [2026-02-05 03:24:22] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043501 10.0.0.23 - - [2026-02-05 03:24:22] "GET /projects?obj_uuids=a0679fe7-4bb4-49e2-8c4c-9603d66e09d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.27 - - [2026-02-05 03:24:22] "GET /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5?fields=security_groups HTTP/1.1" 200 1262 0.041416 10.0.0.27 - - [2026-02-05 03:24:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.363418 10.0.0.23 - - [2026-02-05 03:24:23] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004175 10.0.0.23 - - [2026-02-05 03:24:23] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.23 - - [2026-02-05 03:24:23] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009066 10.0.0.23 - - [2026-02-05 03:24:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.001403 10.0.0.23 - - [2026-02-05 03:24:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.007697 10.0.0.23 - - [2026-02-05 03:24:24] "POST /security-groups HTTP/1.1" 200 592 0.033406 10.0.0.23 - - [2026-02-05 03:24:24] "POST /projects HTTP/1.1" 200 587 0.264218 10.0.0.23 - - [2026-02-05 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.297613 10.0.0.50 - - [2026-02-05 03:24:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.012028 10.0.0.27 - - [2026-02-05 03:24:24] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.473007 10.0.0.27 - - [2026-02-05 03:24:25] "GET / HTTP/1.1" 200 35931 0.002546 10.0.0.27 - - [2026-02-05 03:24:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.27 - - [2026-02-05 03:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.074172 10.0.0.23 - - [2026-02-05 03:24:27] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.27 - - [2026-02-05 03:24:27] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041279 10.0.0.23 - - [2026-02-05 03:24:27] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001651 10.0.0.27 - - [2026-02-05 03:24:27] "POST /neutron/network HTTP/1.1" 200 608 0.172445 10.0.0.50 - - [2026-02-05 03:24:28] "POST /ref-update HTTP/1.1" 200 156 0.037510 10.0.0.27 - - [2026-02-05 03:24:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.003510 10.0.0.27 - - [2026-02-05 03:24:28] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006135 10.0.0.27 - - [2026-02-05 03:24:28] "POST /neutron/network HTTP/1.1" 200 828 0.006750 10.0.0.27 - - [2026-02-05 03:24:28] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005643 10.0.0.27 - - [2026-02-05 03:24:29] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007000 10.0.0.50 - - [2026-02-05 03:24:30] "GET /obj-perms HTTP/1.1" 200 5032 0.067567 10.0.0.23 - - [2026-02-05 03:24:30] "GET /obj-perms HTTP/1.1" 200 5032 0.055845 10.0.0.27 - - [2026-02-05 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2026-02-05 03:24:30] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000924 10.0.0.27 - - [2026-02-05 03:24:30] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040146 10.0.0.27 - - [2026-02-05 03:24:30] "POST /neutron/network HTTP/1.1" 200 117 0.015865 10.0.0.27 - - [2026-02-05 03:24:30] "POST /neutron/network HTTP/1.1" 200 827 0.008420 10.0.0.27 - - [2026-02-05 03:24:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001114 10.0.0.27 - - [2026-02-05 03:24:30] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005038 10.0.0.27 - - [2026-02-05 03:24:31] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005636 10.0.0.27 - - [2026-02-05 03:24:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.009089 10.0.0.27 - - [2026-02-05 03:24:31] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006035 10.0.0.27 - - [2026-02-05 03:24:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001515 10.0.0.23 - - [2026-02-05 03:24:47] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.27 - - [2026-02-05 03:24:47] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083941 10.0.0.27 - - [2026-02-05 03:24:48] "POST /neutron/port HTTP/1.1" 200 117 0.007680 10.0.0.27 - - [2026-02-05 03:24:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001635 10.0.0.27 - - [2026-02-05 03:24:48] "POST /neutron/network HTTP/1.1" 200 838 0.007211 10.0.0.27 - - [2026-02-05 03:24:49] "POST /neutron/port HTTP/1.1" 200 1061 0.034817 10.0.0.23 - - [2026-02-05 03:24:49] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.27 - - [2026-02-05 03:24:49] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.154212 10.0.0.27 - - [2026-02-05 03:24:49] "POST /neutron/network HTTP/1.1" 200 828 0.059419 10.0.0.27 - - [2026-02-05 03:24:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.018661 10.0.0.27 - - [2026-02-05 03:24:49] "POST /neutron/port HTTP/1.1" 200 1125 0.059376 10.0.0.27 - - [2026-02-05 03:24:49] "POST /neutron/port HTTP/1.1" 200 1125 0.037261 10.0.0.23 - - [2026-02-05 03:24:50] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.27 - - [2026-02-05 03:24:50] "POST /neutron/port HTTP/1.1" 200 1062 0.633399 10.0.0.27 - - [2026-02-05 03:24:51] "POST /neutron/port HTTP/1.1" 200 1116 0.259414 10.0.0.27 - - [2026-02-05 03:24:51] "POST /neutron/subnet HTTP/1.1" 200 704 0.028874 10.0.0.27 - - [2026-02-05 03:24:55] "POST /neutron/port HTTP/1.1" 200 1125 0.047215 10.0.0.27 - - [2026-02-05 03:25:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.025821 10.0.0.27 - - [2026-02-05 03:25:04] "GET /obj-perms HTTP/1.1" 200 5056 0.066583 10.0.0.50 - - [2026-02-05 03:25:07] "DELETE /access-control-list/d265e9f3-b0f6-467e-8b76-0fb1f67d6cd3 HTTP/1.1" 200 115 0.095342 10.0.0.27 - - [2026-02-05 03:25:10] "POST /neutron/port HTTP/1.1" 200 1125 0.019543 10.0.0.27 - - [2026-02-05 03:25:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009658 10.0.0.23 - - [2026-02-05 03:25:18] "DELETE /project/72b9a77617f94dc786006dd4377dd922 HTTP/1.1" 404 173 0.003087 10.0.0.23 - - [2026-02-05 03:25:18] "DELETE /project/a0679fe7-4bb4-49e2-8c4c-9603d66e09d5 HTTP/1.1" 404 177 0.005920 10.0.0.27 - - [2026-02-05 03:25:25] "POST /neutron/port HTTP/1.1" 200 1125 0.018474 10.0.0.27 - - [2026-02-05 03:25:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008077 10.0.0.27 - - [2026-02-05 03:25:31] "POST /neutron/port HTTP/1.1" 200 1125 0.016768 10.0.0.27 - - [2026-02-05 03:25:31] "GET /virtual-machine/fc4760a5-c89d-4507-8eb0-edae509cdc22 HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-02-05 03:25:31] "GET /virtual-machine/fc4760a5-c89d-4507-8eb0-edae509cdc22 HTTP/1.1" 200 1294 0.034742 10.0.0.27 - - [2026-02-05 03:25:31] "GET /virtual-machine-interface/27b1b62d-95eb-4101-9265-8573047c0061 HTTP/1.1" 200 2948 0.005158 10.0.0.27 - - [2026-02-05 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2026-02-05 03:25:31] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004454 10.0.0.27 - - [2026-02-05 03:25:31] "GET /virtual-networks?parent_id=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002781 10.0.0.27 - - [2026-02-05 03:25:31] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007309 10.0.0.27 - - [2026-02-05 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-02-05 03:25:34] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005939 10.0.0.27 - - [2026-02-05 03:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.27 - - [2026-02-05 03:25:38] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007758 10.0.0.27 - - [2026-02-05 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.27 - - [2026-02-05 03:25:42] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005893 10.0.0.27 - - [2026-02-05 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.27 - - [2026-02-05 03:25:46] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005595 10.0.0.27 - - [2026-02-05 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.27 - - [2026-02-05 03:25:51] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005489 10.0.0.27 - - [2026-02-05 03:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.27 - - [2026-02-05 03:25:55] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005685 10.0.0.27 - - [2026-02-05 03:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-02-05 03:25:59] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006474 10.0.0.27 - - [2026-02-05 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.27 - - [2026-02-05 03:26:03] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006162 10.0.0.27 - - [2026-02-05 03:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.27 - - [2026-02-05 03:26:07] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005677 10.0.0.27 - - [2026-02-05 03:26:11] "POST /neutron/port HTTP/1.1" 200 1126 0.019280 10.0.0.27 - - [2026-02-05 03:26:11] "POST /neutron/subnet HTTP/1.1" 200 704 0.010744 10.0.0.27 - - [2026-02-05 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-02-05 03:26:11] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005651 10.0.0.27 - - [2026-02-05 03:26:14] "POST /neutron/port HTTP/1.1" 200 1125 0.019229 10.0.0.27 - - [2026-02-05 03:26:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004264 10.0.0.27 - - [2026-02-05 03:26:15] "POST /neutron/network HTTP/1.1" 200 827 0.008125 10.0.0.50 - - [2026-02-05 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.50 - - [2026-02-05 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2026-02-05 03:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-02-05 03:26:15] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006006 10.0.0.50 - - [2026-02-05 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2026-02-05 03:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2026-02-05 03:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-02-05 03:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2026-02-05 03:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2026-02-05 03:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2026-02-05 03:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-02-05 03:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2026-02-05 03:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2026-02-05 03:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2026-02-05 03:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.27 - - [2026-02-05 03:26:19] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007129 10.0.0.27 - - [2026-02-05 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.27 - - [2026-02-05 03:26:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.27 - - [2026-02-05 03:26:23] "GET /virtual-networks?parent_id=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003200 10.0.0.27 - - [2026-02-05 03:26:23] "GET /virtual-network/c60023e5-ffa0-4904-a484-13ec44d80283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007251 10.0.0.27 - - [2026-02-05 03:26:29] "POST /neutron/port HTTP/1.1" 200 1125 0.019912 10.0.0.27 - - [2026-02-05 03:26:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012423 10.0.0.27 - - [2026-02-05 03:26:41] "POST /neutron/port HTTP/1.1" 200 1125 0.061173 10.0.0.27 - - [2026-02-05 03:26:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008210 10.0.0.27 - - [2026-02-05 03:26:49] "POST /neutron/port HTTP/1.1" 200 1125 0.018837 10.0.0.27 - - [2026-02-05 03:26:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009317 10.0.0.27 - - [2026-02-05 03:27:05] "POST /neutron/port HTTP/1.1" 200 1125 0.017946 10.0.0.50 - - [2026-02-05 03:27:05] "GET /obj-perms HTTP/1.1" 200 5056 0.058920 10.0.0.23 - - [2026-02-05 03:27:06] "GET /obj-perms HTTP/1.1" 200 5056 0.053408 10.0.0.27 - - [2026-02-05 03:27:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008547 10.0.0.27 - - [2026-02-05 03:27:11] "POST /neutron/network HTTP/1.1" 200 838 0.007246 10.0.0.27 - - [2026-02-05 03:27:11] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.27 - - [2026-02-05 03:27:14] "POST /neutron/port HTTP/1.1" 200 1125 0.017525 10.0.0.27 - - [2026-02-05 03:27:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.009834 10.0.0.27 - - [2026-02-05 03:27:15] "POST /neutron/port HTTP/1.1" 200 1125 0.017942 10.0.0.27 - - [2026-02-05 03:27:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007943 10.0.0.27 - - [2026-02-05 03:27:26] "POST /neutron/port HTTP/1.1" 200 1126 0.019207 10.0.0.27 - - [2026-02-05 03:27:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007458 10.0.0.27 - - [2026-02-05 03:27:26] "GET /virtual-machine/57fe6a7b-4502-47ed-bdee-f2e82adf8e6b HTTP/1.1" 200 1293 0.006039 10.0.0.27 - - [2026-02-05 03:27:26] "GET /virtual-machine-interface/e16b60aa-d0a4-4208-a8ea-7b1e83d34abf HTTP/1.1" 200 2949 0.005650 10.0.0.27 - - [2026-02-05 03:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2026-02-05 03:27:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004878 10.0.0.27 - - [2026-02-05 03:27:26] "GET /virtual-networks?parent_id=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002983 10.0.0.27 - - [2026-02-05 03:27:26] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006424 10.0.0.27 - - [2026-02-05 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.27 - - [2026-02-05 03:27:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003995 10.0.0.27 - - [2026-02-05 03:27:27] "GET /virtual-networks?parent_id=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003279 10.0.0.27 - - [2026-02-05 03:27:27] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007095 10.0.0.27 - - [2026-02-05 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.23 - - [2026-02-05 03:27:27] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001355 10.0.0.27 - - [2026-02-05 03:27:27] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052494 10.0.0.27 - - [2026-02-05 03:27:27] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006680 10.0.0.27 - - [2026-02-05 03:27:27] "GET /floating-ip-pools?parent_id=8668966b-f0fd-46a8-bef2-a433ae5be387&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003278 10.0.0.27 - - [2026-02-05 03:27:27] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006247 10.0.0.27 - - [2026-02-05 03:27:27] "POST /floating-ip-pools HTTP/1.1" 200 598 0.030159 10.0.0.27 - - [2026-02-05 03:27:27] "POST /ref-update HTTP/1.1" 200 156 0.033436 10.0.0.27 - - [2026-02-05 03:27:28] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006779 10.0.0.27 - - [2026-02-05 03:27:28] "GET /virtual-network/8668966b-f0fd-46a8-bef2-a433ae5be387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006182 10.0.0.27 - - [2026-02-05 03:27:28] "POST /neutron/floatingip HTTP/1.1" 200 531 0.009692 10.0.0.27 - - [2026-02-05 03:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.27 - - [2026-02-05 03:27:28] "GET /routing-instance/819a6472-5ae7-462e-bad7-b04f2ec24933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004249 10.0.0.27 - - [2026-02-05 03:27:28] "GET /route-target/71bb56be-27de-4f6e-be6e-eb1ebef62efb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004867 10.0.0.27 - - [2026-02-05 03:27:55] "POST /neutron/floatingip HTTP/1.1" 200 578 0.022335 10.0.0.27 - - [2026-02-05 03:27:55] "POST /neutron/floatingip HTTP/1.1" 200 115 0.048149 10.0.0.27 - - [2026-02-05 03:27:55] "GET /floating-ip-pool/079414a0-0bb0-4625-88d6-51d3ccfac641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.004093 10.0.0.27 - - [2026-02-05 03:27:55] "POST /ref-update HTTP/1.1" 200 156 0.013543 10.0.0.27 - - [2026-02-05 03:27:55] "DELETE /floating-ip-pool/079414a0-0bb0-4625-88d6-51d3ccfac641 HTTP/1.1" 200 115 0.032210 10.0.0.27 - - [2026-02-05 03:27:56] "POST /neutron/port HTTP/1.1" 200 1126 0.018865 10.0.0.27 - - [2026-02-05 03:27:56] "POST /neutron/port HTTP/1.1" 200 151 0.203513 10.0.0.27 - - [2026-02-05 03:27:58] "POST /neutron/network HTTP/1.1" 200 827 0.007420 10.0.0.50 - - [2026-02-05 03:27:58] "DELETE /route-target/c0b1b4d9-7428-4e33-b1c7-bcd3012b486e HTTP/1.1" 200 115 0.022402 10.0.0.23 - - [2026-02-05 03:27:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003343 10.0.0.23 - - [2026-02-05 03:27:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002451 10.0.0.27 - - [2026-02-05 03:27:58] "POST /neutron/network HTTP/1.1" 200 151 0.124060 10.0.0.23 - - [2026-02-05 03:28:00] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.27 - - [2026-02-05 03:28:00] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041473 10.0.0.23 - - [2026-02-05 03:28:00] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001015 10.0.0.27 - - [2026-02-05 03:28:00] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?fields=virtual_networks HTTP/1.1" 200 1033 0.040074 10.0.0.23 - - [2026-02-05 03:28:00] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.27 - - [2026-02-05 03:28:00] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036609 10.0.0.23 - - [2026-02-05 03:28:00] "GET /projects?obj_uuids=72b9a776-17f9-4dc7-8600-6dd4377dd922&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167 10.0.0.27 - - [2026-02-05 03:28:00] "GET /project/72b9a776-17f9-4dc7-8600-6dd4377dd922?fields=security_groups HTTP/1.1" 200 1260 0.037091 10.0.0.27 - - [2026-02-05 03:28:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.028064 10.0.0.23 - - [2026-02-05 03:28:01] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004546 10.0.0.23 - - [2026-02-05 03:28:01] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.23 - - [2026-02-05 03:28:01] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039828 10.0.0.23 - - [2026-02-05 03:28:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.003248 10.0.0.23 - - [2026-02-05 03:28:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.006606 10.0.0.23 - - [2026-02-05 03:28:01] "POST /security-groups HTTP/1.1" 200 591 0.036479 10.0.0.50 - - [2026-02-05 03:28:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003508 10.0.0.23 - - [2026-02-05 03:28:01] "POST /projects HTTP/1.1" 200 585 0.259753 10.0.0.23 - - [2026-02-05 03:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.334820 10.0.0.50 - - [2026-02-05 03:28:01] "POST /access-control-lists HTTP/1.1" 200 594 0.040895 10.0.0.27 - - [2026-02-05 03:28:01] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.519279 10.0.0.27 - - [2026-02-05 03:28:02] "GET / HTTP/1.1" 200 35931 0.002303 10.0.0.27 - - [2026-02-05 03:28:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2026-02-05 03:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.061070 10.0.0.23 - - [2026-02-05 03:28:05] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.27 - - [2026-02-05 03:28:05] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038295 10.0.0.23 - - [2026-02-05 03:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.012082 10.0.0.27 - - [2026-02-05 03:28:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.211975 10.0.0.27 - - [2026-02-05 03:28:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.001332 10.0.0.27 - - [2026-02-05 03:28:05] "GET /virtual-network/eda7bddd-6d08-4549-a6a2-65ea25406fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005304 10.0.0.27 - - [2026-02-05 03:28:05] "GET /virtual-network/eda7bddd-6d08-4549-a6a2-65ea25406fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005673 10.0.0.27 - - [2026-02-05 03:28:05] "POST /neutron/network HTTP/1.1" 200 839 0.006634 10.0.0.27 - - [2026-02-05 03:28:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.001325 10.0.0.27 - - [2026-02-05 03:28:06] "POST /neutron/network HTTP/1.1" 200 849 0.007227 10.0.0.23 - - [2026-02-05 03:28:06] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.27 - - [2026-02-05 03:28:06] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.135449 10.0.0.27 - - [2026-02-05 03:28:07] "POST /neutron/port HTTP/1.1" 200 117 0.006447 10.0.0.27 - - [2026-02-05 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2026-02-05 03:28:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003311 10.0.0.27 - - [2026-02-05 03:28:07] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.011031 10.0.0.23 - - [2026-02-05 03:28:07] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.27 - - [2026-02-05 03:28:08] "POST /neutron/port HTTP/1.1" 200 1055 0.302394 10.0.0.27 - - [2026-02-05 03:28:08] "POST /neutron/port HTTP/1.1" 200 1109 0.104647 10.0.0.27 - - [2026-02-05 03:28:08] "POST /neutron/subnet HTTP/1.1" 200 675 0.008984 10.0.0.50 - - [2026-02-05 03:28:08] "DELETE /access-control-list/e716f4e8-9eff-47f7-a555-5ff1e4749e28 HTTP/1.1" 200 115 0.042570 10.0.0.27 - - [2026-02-05 03:28:12] "POST /neutron/port HTTP/1.1" 200 1119 0.020988 10.0.0.27 - - [2026-02-05 03:28:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008996 10.0.0.27 - - [2026-02-05 03:28:12] "GET /virtual-machine/7054f1ae-27d3-4f9b-bcc5-5db2dd195bae HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2026-02-05 03:28:13] "GET /virtual-machine/7054f1ae-27d3-4f9b-bcc5-5db2dd195bae HTTP/1.1" 200 1292 0.039970 10.0.0.27 - - [2026-02-05 03:28:13] "GET /virtual-machine-interface/a346ba44-a213-47ff-8be8-d688793987e7 HTTP/1.1" 200 2971 0.006039 10.0.0.27 - - [2026-02-05 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2026-02-05 03:28:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.005671 10.0.0.27 - - [2026-02-05 03:28:13] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004040 10.0.0.27 - - [2026-02-05 03:28:13] "GET /virtual-network/eda7bddd-6d08-4549-a6a2-65ea25406fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007957 10.0.0.27 - - [2026-02-05 03:28:14] "POST /neutron/port HTTP/1.1" 200 1119 0.051534 10.0.0.27 - - [2026-02-05 03:28:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004262 10.0.0.27 - - [2026-02-05 03:28:15] "POST /neutron/network HTTP/1.1" 200 839 0.007202 10.0.0.27 - - [2026-02-05 03:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.27 - - [2026-02-05 03:28:16] "GET /virtual-network/eda7bddd-6d08-4549-a6a2-65ea25406fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006037 10.0.0.27 - - [2026-02-05 03:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.27 - - [2026-02-05 03:28:18] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004308 10.0.0.27 - - [2026-02-05 03:28:18] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002960 10.0.0.27 - - [2026-02-05 03:28:18] "GET /virtual-network/eda7bddd-6d08-4549-a6a2-65ea25406fed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006385 10.0.0.23 - - [2026-02-05 03:28:18] "DELETE /project/35e6c5d5a5f446c1a43ffacb763f7e40 HTTP/1.1" 404 173 0.003014 10.0.0.23 - - [2026-02-05 03:28:18] "DELETE /project/72b9a776-17f9-4dc7-8600-6dd4377dd922 HTTP/1.1" 404 177 0.005767 10.0.0.27 - - [2026-02-05 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2026-02-05 03:28:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004172 10.0.0.27 - - [2026-02-05 03:28:20] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.014436 10.0.0.27 - - [2026-02-05 03:28:20] "POST /neutron/network HTTP/1.1" 200 839 0.008223 10.0.0.27 - - [2026-02-05 03:28:21] "POST /neutron/port HTTP/1.1" 200 1109 0.014776 10.0.0.23 - - [2026-02-05 03:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003483 10.0.0.23 - - [2026-02-05 03:28:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004171 10.0.0.27 - - [2026-02-05 03:28:22] "POST /neutron/network HTTP/1.1" 200 151 0.141609 10.0.0.50 - - [2026-02-05 03:28:22] "DELETE /route-target/d1c2362d-95a4-4e70-b11f-413885c4a97f HTTP/1.1" 200 115 0.027710 10.0.0.27 - - [2026-02-05 03:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.23 - - [2026-02-05 03:28:25] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.27 - - [2026-02-05 03:28:25] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043779 10.0.0.23 - - [2026-02-05 03:28:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009925 10.0.0.27 - - [2026-02-05 03:28:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.196927 10.0.0.27 - - [2026-02-05 03:28:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001463 10.0.0.27 - - [2026-02-05 03:28:26] "GET /virtual-network/1e364be1-557d-4519-8c0d-d27243c8b7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005771 10.0.0.27 - - [2026-02-05 03:28:26] "GET /virtual-network/1e364be1-557d-4519-8c0d-d27243c8b7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005830 10.0.0.27 - - [2026-02-05 03:28:26] "POST /neutron/network HTTP/1.1" 200 822 0.007056 10.0.0.27 - - [2026-02-05 03:28:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001413 10.0.0.23 - - [2026-02-05 03:28:27] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001246 10.0.0.27 - - [2026-02-05 03:28:27] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.093987 10.0.0.27 - - [2026-02-05 03:28:27] "POST /neutron/network HTTP/1.1" 200 822 0.009317 10.0.0.27 - - [2026-02-05 03:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.006816 10.0.0.27 - - [2026-02-05 03:28:28] "POST /neutron/port HTTP/1.1" 200 1058 0.050154 10.0.0.27 - - [2026-02-05 03:28:28] "POST /neutron/port HTTP/1.1" 200 1122 0.026196 10.0.0.27 - - [2026-02-05 03:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.001549 10.0.0.27 - - [2026-02-05 03:28:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008248 10.0.0.27 - - [2026-02-05 03:28:32] "POST /neutron/port HTTP/1.1" 200 1122 0.019352 10.0.0.27 - - [2026-02-05 03:28:32] "GET /virtual-machine/8a247d5e-174e-4cac-bc63-9bc5c64f66b2 HTTP/1.1" 200 1292 0.006087 10.0.0.27 - - [2026-02-05 03:28:32] "GET /virtual-machine-interface/160ea928-03c6-460b-85ce-cebeb9bca44d HTTP/1.1" 200 2939 0.005728 10.0.0.27 - - [2026-02-05 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2026-02-05 03:28:32] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003905 10.0.0.27 - - [2026-02-05 03:28:32] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003080 10.0.0.27 - - [2026-02-05 03:28:32] "GET /virtual-network/1e364be1-557d-4519-8c0d-d27243c8b7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006096 10.0.0.27 - - [2026-02-05 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.27 - - [2026-02-05 03:28:36] "GET /virtual-network/1e364be1-557d-4519-8c0d-d27243c8b7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005477 10.0.0.27 - - [2026-02-05 03:28:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007752 10.0.0.27 - - [2026-02-05 03:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2026-02-05 03:28:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003741 10.0.0.27 - - [2026-02-05 03:28:38] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002934 10.0.0.27 - - [2026-02-05 03:28:38] "GET /virtual-network/1e364be1-557d-4519-8c0d-d27243c8b7c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006085 10.0.0.27 - - [2026-02-05 03:28:40] "POST /neutron/port HTTP/1.1" 200 1122 0.034067 10.0.0.27 - - [2026-02-05 03:28:42] "POST /neutron/network HTTP/1.1" 200 822 0.007391 10.0.0.50 - - [2026-02-05 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007118 10.0.0.27 - - [2026-02-05 03:28:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003805 10.0.0.27 - - [2026-02-05 03:28:44] "POST /network-ipams HTTP/1.1" 200 541 0.035197 10.0.0.27 - - [2026-02-05 03:28:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003557 10.0.0.27 - - [2026-02-05 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2026-02-05 03:28:45] "GET /network-ipam/5a8754bd-74b3-4c49-910b-6c9d1a63ef26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.015256 10.0.0.27 - - [2026-02-05 03:28:45] "PUT /network-ipam/5a8754bd-74b3-4c49-910b-6c9d1a63ef26 HTTP/1.1" 200 258 0.015686 10.0.0.27 - - [2026-02-05 03:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.23 - - [2026-02-05 03:28:45] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.27 - - [2026-02-05 03:28:45] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060489 10.0.0.23 - - [2026-02-05 03:28:45] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.27 - - [2026-02-05 03:28:45] "POST /neutron/network HTTP/1.1" 200 605 0.139799 10.0.0.50 - - [2026-02-05 03:28:45] "POST /ref-update HTTP/1.1" 200 156 0.038691 10.0.0.27 - - [2026-02-05 03:28:46] "POST /neutron/network HTTP/1.1" 200 994 0.011299 10.0.0.27 - - [2026-02-05 03:28:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001059 10.0.0.27 - - [2026-02-05 03:28:46] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004877 10.0.0.27 - - [2026-02-05 03:28:46] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006390 10.0.0.27 - - [2026-02-05 03:28:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.011598 10.0.0.27 - - [2026-02-05 03:28:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.009031 10.0.0.23 - - [2026-02-05 03:28:46] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.27 - - [2026-02-05 03:28:46] "POST /neutron/port HTTP/1.1" 200 1017 0.278496 10.0.0.27 - - [2026-02-05 03:28:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001300 10.0.0.27 - - [2026-02-05 03:28:47] "POST /neutron/network HTTP/1.1" 200 994 0.009420 10.0.0.27 - - [2026-02-05 03:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.007347 10.0.0.27 - - [2026-02-05 03:28:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001356 10.0.0.27 - - [2026-02-05 03:28:47] "POST /neutron/port HTTP/1.1" 200 1017 0.012223 10.0.0.27 - - [2026-02-05 03:28:47] "POST /neutron/port HTTP/1.1" 200 1017 0.012707 10.0.0.27 - - [2026-02-05 03:28:47] "POST /neutron/network HTTP/1.1" 200 1004 0.006697 10.0.0.27 - - [2026-02-05 03:28:47] "POST /neutron/port HTTP/1.1" 200 1017 0.027476 10.0.0.27 - - [2026-02-05 03:28:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001637 10.0.0.27 - - [2026-02-05 03:28:48] "POST /neutron/port HTTP/1.1" 200 1119 0.031074 10.0.0.27 - - [2026-02-05 03:28:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005896 10.0.0.27 - - [2026-02-05 03:28:48] "POST /neutron/network HTTP/1.1" 200 994 0.010773 10.0.0.27 - - [2026-02-05 03:28:48] "POST /neutron/network HTTP/1.1" 200 1004 0.006998 10.0.0.27 - - [2026-02-05 03:28:48] "POST /neutron/port HTTP/1.1" 200 1109 0.134530 10.0.0.27 - - [2026-02-05 03:28:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.015979 10.0.0.23 - - [2026-02-05 03:28:49] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001067 10.0.0.27 - - [2026-02-05 03:28:49] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.082865 10.0.0.27 - - [2026-02-05 03:28:49] "POST /neutron/network HTTP/1.1" 200 994 0.009906 10.0.0.27 - - [2026-02-05 03:28:49] "POST /neutron/port HTTP/1.1" 200 117 0.006277 10.0.0.27 - - [2026-02-05 03:28:50] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008231 10.0.0.27 - - [2026-02-05 03:28:50] "POST /neutron/port HTTP/1.1" 200 1055 0.027969 10.0.0.27 - - [2026-02-05 03:28:50] "POST /neutron/port HTTP/1.1" 200 1119 0.021081 10.0.0.27 - - [2026-02-05 03:28:50] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.27 - - [2026-02-05 03:28:50] "GET /obj-perms HTTP/1.1" 200 5030 0.075004 10.0.0.27 - - [2026-02-05 03:28:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007130 10.0.0.27 - - [2026-02-05 03:28:51] "POST /neutron/port HTTP/1.1" 200 1119 0.018406 10.0.0.27 - - [2026-02-05 03:28:51] "GET /virtual-machine/b5974081-fc85-4056-b4c7-a658e181687b HTTP/1.1" 200 1289 0.006374 10.0.0.27 - - [2026-02-05 03:28:51] "GET /virtual-machine-interface/91aa56ce-469b-4a43-a8cd-c2eacf1ed31b HTTP/1.1" 200 2941 0.005292 10.0.0.27 - - [2026-02-05 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2026-02-05 03:28:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003686 10.0.0.27 - - [2026-02-05 03:28:52] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002876 10.0.0.27 - - [2026-02-05 03:28:52] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006073 10.0.0.27 - - [2026-02-05 03:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2026-02-05 03:28:55] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005567 10.0.0.27 - - [2026-02-05 03:28:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008434 10.0.0.27 - - [2026-02-05 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.27 - - [2026-02-05 03:28:59] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006174 10.0.0.27 - - [2026-02-05 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2026-02-05 03:29:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003912 10.0.0.27 - - [2026-02-05 03:29:01] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002948 10.0.0.27 - - [2026-02-05 03:29:01] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007506 10.0.0.27 - - [2026-02-05 03:29:01] "POST /neutron/port HTTP/1.1" 200 1119 0.022286 10.0.0.27 - - [2026-02-05 03:29:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007355 10.0.0.27 - - [2026-02-05 03:29:01] "GET /virtual-machine/523c35e0-27e5-4182-aedf-7cb0b909e8d8 HTTP/1.1" 200 1288 0.006644 10.0.0.27 - - [2026-02-05 03:29:01] "GET /virtual-machine-interface/0514d811-330a-4032-b396-e9921a9ad364 HTTP/1.1" 200 2939 0.005623 10.0.0.27 - - [2026-02-05 03:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.27 - - [2026-02-05 03:29:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003794 10.0.0.27 - - [2026-02-05 03:29:01] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003539 10.0.0.27 - - [2026-02-05 03:29:01] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006560 10.0.0.27 - - [2026-02-05 03:29:02] "POST /neutron/port HTTP/1.1" 200 1119 0.017613 10.0.0.27 - - [2026-02-05 03:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2026-02-05 03:29:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003549 10.0.0.27 - - [2026-02-05 03:29:03] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002794 10.0.0.27 - - [2026-02-05 03:29:03] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006448 10.0.0.27 - - [2026-02-05 03:29:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007466 10.0.0.27 - - [2026-02-05 03:29:03] "POST /neutron/port HTTP/1.1" 200 1119 0.022212 10.0.0.27 - - [2026-02-05 03:29:03] "GET /virtual-machine/bbea83a1-cef3-4519-b9dc-26bec8114485 HTTP/1.1" 200 1293 0.006150 10.0.0.27 - - [2026-02-05 03:29:03] "GET /virtual-machine-interface/cca884c7-448a-4bb7-9afa-cd9459b386d9 HTTP/1.1" 200 2941 0.006284 10.0.0.27 - - [2026-02-05 03:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-02-05 03:29:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003505 10.0.0.27 - - [2026-02-05 03:29:03] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003006 10.0.0.27 - - [2026-02-05 03:29:03] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006457 10.0.0.27 - - [2026-02-05 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-02-05 03:29:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005067 10.0.0.27 - - [2026-02-05 03:29:04] "GET /virtual-networks?parent_id=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006808 10.0.0.27 - - [2026-02-05 03:29:04] "GET /virtual-network/3807f576-94f8-4414-98c9-762b34ea2b2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005906 10.0.0.27 - - [2026-02-05 03:29:13] "POST /neutron/port HTTP/1.1" 200 1119 0.018848 10.0.0.27 - - [2026-02-05 03:29:13] "POST /neutron/subnet HTTP/1.1" 200 673 0.012226 10.0.0.27 - - [2026-02-05 03:29:14] "POST /neutron/port HTTP/1.1" 200 1119 0.022908 10.0.0.27 - - [2026-02-05 03:29:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004122 10.0.0.27 - - [2026-02-05 03:29:15] "POST /neutron/network HTTP/1.1" 200 994 0.010694 10.0.0.27 - - [2026-02-05 03:29:21] "POST /neutron/port HTTP/1.1" 200 151 0.201674 10.0.0.27 - - [2026-02-05 03:29:21] "POST /neutron/port HTTP/1.1" 200 151 0.195272 10.0.0.27 - - [2026-02-05 03:29:21] "POST /neutron/port HTTP/1.1" 200 151 0.220021 10.0.0.27 - - [2026-02-05 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.27 - - [2026-02-05 03:29:22] "DELETE /network-ipam/5a8754bd-74b3-4c49-910b-6c9d1a63ef26 HTTP/1.1" 200 115 0.035117 10.0.0.27 - - [2026-02-05 03:29:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.003372 10.0.0.23 - - [2026-02-05 03:29:23] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.034735 10.0.0.27 - - [2026-02-05 03:29:23] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.116269 10.0.0.23 - - [2026-02-05 03:29:23] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.27 - - [2026-02-05 03:29:23] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?fields=virtual_networks HTTP/1.1" 200 1032 0.047906 10.0.0.23 - - [2026-02-05 03:29:23] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.27 - - [2026-02-05 03:29:23] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.038447 10.0.0.23 - - [2026-02-05 03:29:23] "GET /projects?obj_uuids=35e6c5d5-a5f4-46c1-a43f-facb763f7e40&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001434 10.0.0.27 - - [2026-02-05 03:29:23] "GET /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40?fields=security_groups HTTP/1.1" 200 1258 0.065507 10.0.0.27 - - [2026-02-05 03:29:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.037835 10.0.0.23 - - [2026-02-05 03:29:24] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003170 10.0.0.23 - - [2026-02-05 03:29:24] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001413 10.0.0.23 - - [2026-02-05 03:29:24] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007650 10.0.0.23 - - [2026-02-05 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.001253 10.0.0.23 - - [2026-02-05 03:29:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.005666 10.0.0.23 - - [2026-02-05 03:29:25] "POST /security-groups HTTP/1.1" 200 599 0.072712 10.0.0.23 - - [2026-02-05 03:29:25] "POST /projects HTTP/1.1" 200 601 0.284005 10.0.0.50 - - [2026-02-05 03:29:25] "POST /fqname-to-id HTTP/1.1" 404 242 0.035503 10.0.0.23 - - [2026-02-05 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.361953 10.0.0.27 - - [2026-02-05 03:29:25] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.492451 10.0.0.50 - - [2026-02-05 03:29:25] "POST /access-control-lists HTTP/1.1" 200 602 0.040151 10.0.0.27 - - [2026-02-05 03:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.007287 10.0.0.27 - - [2026-02-05 03:29:26] "GET / HTTP/1.1" 200 35931 0.002410 10.0.0.27 - - [2026-02-05 03:29:26] "POST /neutron/port HTTP/1.1" 400 205 0.005468 10.0.0.27 - - [2026-02-05 03:29:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.27 - - [2026-02-05 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.080760 10.0.0.23 - - [2026-02-05 03:29:28] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.27 - - [2026-02-05 03:29:28] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052304 10.0.0.23 - - [2026-02-05 03:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.014259 10.0.0.27 - - [2026-02-05 03:29:29] "POST /neutron/subnet HTTP/1.1" 200 823 0.237020 10.0.0.50 - - [2026-02-05 03:29:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.074342 10.0.0.27 - - [2026-02-05 03:29:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001594 10.0.0.27 - - [2026-02-05 03:29:29] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008798 10.0.0.27 - - [2026-02-05 03:29:29] "POST /neutron/network HTTP/1.1" 200 1005 0.012150 10.0.0.27 - - [2026-02-05 03:29:29] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006320 10.0.0.27 - - [2026-02-05 03:29:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.009050 10.0.0.27 - - [2026-02-05 03:29:30] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005725 10.0.0.50 - - [2026-02-05 03:29:31] "GET /obj-perms HTTP/1.1" 200 5046 0.057550 10.0.0.23 - - [2026-02-05 03:29:31] "GET /obj-perms HTTP/1.1" 200 5046 0.063174 10.0.0.27 - - [2026-02-05 03:29:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001403 10.0.0.23 - - [2026-02-05 03:29:32] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001357 10.0.0.27 - - [2026-02-05 03:29:32] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076413 10.0.0.27 - - [2026-02-05 03:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.006787 10.0.0.27 - - [2026-02-05 03:29:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001514 10.0.0.27 - - [2026-02-05 03:29:33] "POST /neutron/network HTTP/1.1" 200 1015 0.007280 10.0.0.27 - - [2026-02-05 03:29:33] "POST /neutron/port HTTP/1.1" 200 1174 0.028356 10.0.0.27 - - [2026-02-05 03:29:34] "POST /neutron/port HTTP/1.1" 200 1238 0.021882 10.0.0.23 - - [2026-02-05 03:29:34] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001081 10.0.0.27 - - [2026-02-05 03:29:34] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081113 10.0.0.27 - - [2026-02-05 03:29:34] "POST /neutron/subnet HTTP/1.1" 200 1379 0.028059 10.0.0.27 - - [2026-02-05 03:29:34] "POST /neutron/port HTTP/1.1" 200 117 0.001566 10.0.0.27 - - [2026-02-05 03:29:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008484 10.0.0.27 - - [2026-02-05 03:29:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.27 - - [2026-02-05 03:29:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007924 10.0.0.23 - - [2026-02-05 03:29:34] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.27 - - [2026-02-05 03:29:35] "POST /neutron/port HTTP/1.1" 200 1174 0.353893 10.0.0.27 - - [2026-02-05 03:29:35] "POST /neutron/port HTTP/1.1" 200 1228 0.153216 10.0.0.27 - - [2026-02-05 03:29:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005065 10.0.0.27 - - [2026-02-05 03:29:35] "POST /neutron/port HTTP/1.1" 200 117 0.001640 10.0.0.23 - - [2026-02-05 03:29:35] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001247 10.0.0.27 - - [2026-02-05 03:29:35] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096500 10.0.0.27 - - [2026-02-05 03:29:36] "POST /neutron/port HTTP/1.1" 200 2322 0.029417 10.0.0.27 - - [2026-02-05 03:29:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001412 10.0.0.27 - - [2026-02-05 03:29:36] "POST /neutron/port HTTP/1.1" 200 2322 0.023270 10.0.0.27 - - [2026-02-05 03:29:36] "POST /neutron/network HTTP/1.1" 200 1015 0.010205 10.0.0.27 - - [2026-02-05 03:29:37] "POST /neutron/port HTTP/1.1" 200 1174 0.028109 10.0.0.27 - - [2026-02-05 03:29:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005535 10.0.0.23 - - [2026-02-05 03:29:37] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001124 10.0.0.27 - - [2026-02-05 03:29:37] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.085723 10.0.0.27 - - [2026-02-05 03:29:37] "POST /neutron/network HTTP/1.1" 200 1005 0.010137 10.0.0.27 - - [2026-02-05 03:29:37] "POST /neutron/network HTTP/1.1" 200 1005 0.011357 10.0.0.27 - - [2026-02-05 03:29:37] "POST /neutron/port HTTP/1.1" 200 117 0.006317 10.0.0.27 - - [2026-02-05 03:29:37] "POST /neutron/port HTTP/1.1" 200 1238 0.023549 10.0.0.27 - - [2026-02-05 03:29:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.023005 10.0.0.27 - - [2026-02-05 03:29:38] "GET /virtual-machine/8e4f1836-7130-415d-80a3-83fbf5fe2c6b HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2026-02-05 03:29:38] "POST /neutron/port HTTP/1.1" 200 1174 0.027007 10.0.0.27 - - [2026-02-05 03:29:38] "GET /virtual-machine/8e4f1836-7130-415d-80a3-83fbf5fe2c6b HTTP/1.1" 200 1300 0.063788 10.0.0.27 - - [2026-02-05 03:29:38] "GET /virtual-machine-interface/5e9cf6a8-2e70-4d53-ae01-fba7a964c023 HTTP/1.1" 200 3174 0.016823 10.0.0.27 - - [2026-02-05 03:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010543 10.0.0.27 - - [2026-02-05 03:29:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004120 10.0.0.27 - - [2026-02-05 03:29:38] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002760 10.0.0.27 - - [2026-02-05 03:29:38] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009383 10.0.0.27 - - [2026-02-05 03:29:38] "POST /neutron/port HTTP/1.1" 200 1238 0.022316 10.0.0.27 - - [2026-02-05 03:29:38] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012995 10.0.0.27 - - [2026-02-05 03:29:39] "POST /neutron/network HTTP/1.1" 200 1005 0.009976 10.0.0.27 - - [2026-02-05 03:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.27 - - [2026-02-05 03:29:41] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010809 10.0.0.27 - - [2026-02-05 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.27 - - [2026-02-05 03:29:46] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005545 10.0.0.27 - - [2026-02-05 03:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.27 - - [2026-02-05 03:29:50] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005699 10.0.0.27 - - [2026-02-05 03:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.27 - - [2026-02-05 03:29:54] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007793 10.0.0.27 - - [2026-02-05 03:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-02-05 03:29:58] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006139 10.0.0.27 - - [2026-02-05 03:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.27 - - [2026-02-05 03:30:02] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006161 10.0.0.27 - - [2026-02-05 03:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2026-02-05 03:30:06] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005641 10.0.0.50 - - [2026-02-05 03:30:09] "DELETE /access-control-list/55f068c6-9087-41f9-864c-bf2fc99d8b2e HTTP/1.1" 200 115 0.035880 10.0.0.27 - - [2026-02-05 03:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.27 - - [2026-02-05 03:30:10] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005942 10.0.0.27 - - [2026-02-05 03:30:14] "POST /neutron/network HTTP/1.1" 200 1015 0.007302 10.0.0.27 - - [2026-02-05 03:30:14] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013453 10.0.0.27 - - [2026-02-05 03:30:14] "POST /neutron/network HTTP/1.1" 200 1005 0.009608 10.0.0.27 - - [2026-02-05 03:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.27 - - [2026-02-05 03:30:14] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008402 10.0.0.23 - - [2026-02-05 03:30:18] "DELETE /project/83a88a0fbf824fdd875f7f2911094c21 HTTP/1.1" 404 173 0.004708 10.0.0.23 - - [2026-02-05 03:30:18] "DELETE /project/35e6c5d5-a5f4-46c1-a43f-facb763f7e40 HTTP/1.1" 404 177 0.004132 10.0.0.27 - - [2026-02-05 03:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-02-05 03:30:18] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005614 10.0.0.27 - - [2026-02-05 03:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.27 - - [2026-02-05 03:30:22] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007870 10.0.0.27 - - [2026-02-05 03:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.27 - - [2026-02-05 03:30:27] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007218 10.0.0.27 - - [2026-02-05 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-02-05 03:30:31] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005535 10.0.0.27 - - [2026-02-05 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.27 - - [2026-02-05 03:30:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004760 10.0.0.27 - - [2026-02-05 03:30:35] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004097 10.0.0.27 - - [2026-02-05 03:30:35] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009042 10.0.0.27 - - [2026-02-05 03:30:40] "POST /neutron/port HTTP/1.1" 200 1238 0.025619 10.0.0.27 - - [2026-02-05 03:30:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007704 10.0.0.27 - - [2026-02-05 03:30:46] "POST /neutron/port HTTP/1.1" 200 1238 0.022999 10.0.0.27 - - [2026-02-05 03:30:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008491 10.0.0.27 - - [2026-02-05 03:30:50] "POST /neutron/port HTTP/1.1" 200 1238 0.020061 10.0.0.27 - - [2026-02-05 03:30:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007807 10.0.0.27 - - [2026-02-05 03:31:01] "POST /neutron/port HTTP/1.1" 200 1238 0.029048 10.0.0.27 - - [2026-02-05 03:31:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007941 10.0.0.27 - - [2026-02-05 03:31:01] "GET /virtual-machine/121a8561-c2a7-415b-8166-c9947b19eded HTTP/1.1" 200 1299 0.005938 10.0.0.27 - - [2026-02-05 03:31:01] "GET /virtual-machine-interface/f6e069b9-81f1-48c7-af06-ad9609dad7a8 HTTP/1.1" 200 3175 0.008884 10.0.0.27 - - [2026-02-05 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2026-02-05 03:31:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004315 10.0.0.27 - - [2026-02-05 03:31:01] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003381 10.0.0.27 - - [2026-02-05 03:31:01] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007030 10.0.0.27 - - [2026-02-05 03:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.27 - - [2026-02-05 03:31:02] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004234 10.0.0.27 - - [2026-02-05 03:31:02] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003425 10.0.0.27 - - [2026-02-05 03:31:02] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006381 10.0.0.27 - - [2026-02-05 03:31:03] "POST /neutron/port HTTP/1.1" 200 1238 0.033294 10.0.0.27 - - [2026-02-05 03:31:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007737 10.0.0.27 - - [2026-02-05 03:31:03] "GET /virtual-machine/18019063-877f-465c-9563-eab687e3a81a HTTP/1.1" 200 1300 0.005896 10.0.0.27 - - [2026-02-05 03:31:03] "GET /virtual-machine-interface/41ebbf89-f28a-486d-a7c8-be75abe222c5 HTTP/1.1" 200 3174 0.005374 10.0.0.27 - - [2026-02-05 03:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2026-02-05 03:31:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003337 10.0.0.27 - - [2026-02-05 03:31:03] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002816 10.0.0.27 - - [2026-02-05 03:31:03] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005941 10.0.0.27 - - [2026-02-05 03:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-02-05 03:31:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004712 10.0.0.27 - - [2026-02-05 03:31:04] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003289 10.0.0.27 - - [2026-02-05 03:31:04] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006792 10.0.0.27 - - [2026-02-05 03:31:08] "GET /obj-perms HTTP/1.1" 200 5056 0.056731 10.0.0.50 - - [2026-02-05 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.50 - - [2026-02-05 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.50 - - [2026-02-05 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2026-02-05 03:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2026-02-05 03:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2026-02-05 03:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-02-05 03:31:16] "POST /neutron/network HTTP/1.1" 200 1015 0.008038 10.0.0.27 - - [2026-02-05 03:31:16] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013157 10.0.0.27 - - [2026-02-05 03:31:16] "POST /neutron/network HTTP/1.1" 200 1005 0.010684 10.0.0.23 - - [2026-02-05 03:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-02-05 03:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-02-05 03:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.001501 10.0.0.27 - - [2026-02-05 03:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-02-05 03:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-02-05 03:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-02-05 03:31:18] "POST /neutron/network HTTP/1.1" 200 1015 0.007213 10.0.0.27 - - [2026-02-05 03:31:19] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014883 10.0.0.27 - - [2026-02-05 03:31:19] "POST /neutron/network HTTP/1.1" 200 1005 0.010615 10.0.0.23 - - [2026-02-05 03:31:25] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001496 10.0.0.27 - - [2026-02-05 03:31:25] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059697 10.0.0.27 - - [2026-02-05 03:31:25] "POST /fqname-to-id HTTP/1.1" 404 226 0.003849 10.0.0.27 - - [2026-02-05 03:31:25] "POST /interface-route-tables HTTP/1.1" 200 575 0.035720 10.0.0.27 - - [2026-02-05 03:31:25] "GET /interface-route-table/27ef54d5-858b-4a5a-835c-a9e414c4c70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006832 10.0.0.27 - - [2026-02-05 03:31:25] "GET /virtual-machine-interface/5e9cf6a8-2e70-4d53-ae01-fba7a964c023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005939 10.0.0.27 - - [2026-02-05 03:31:25] "POST /ref-update HTTP/1.1" 200 156 0.016100 10.0.0.23 - - [2026-02-05 03:32:09] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.27 - - [2026-02-05 03:32:09] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049071 10.0.0.27 - - [2026-02-05 03:32:09] "POST /fqname-to-id HTTP/1.1" 404 226 0.003886 10.0.0.27 - - [2026-02-05 03:32:09] "POST /interface-route-tables HTTP/1.1" 200 575 0.035817 10.0.0.27 - - [2026-02-05 03:32:09] "GET /interface-route-table/fe47baa9-edec-4fe1-b740-809d5ba94487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005986 10.0.0.27 - - [2026-02-05 03:32:09] "GET /virtual-machine-interface/f6e069b9-81f1-48c7-af06-ad9609dad7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006983 10.0.0.27 - - [2026-02-05 03:32:09] "POST /ref-update HTTP/1.1" 200 156 0.015818 10.0.0.27 - - [2026-02-05 03:32:11] "GET /virtual-machine-interface/41ebbf89-f28a-486d-a7c8-be75abe222c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006697 10.0.0.27 - - [2026-02-05 03:32:11] "PUT /virtual-machine-interface/41ebbf89-f28a-486d-a7c8-be75abe222c5 HTTP/1.1" 200 284 0.018776 10.0.0.27 - - [2026-02-05 03:32:11] "GET /virtual-machine-interface/5e9cf6a8-2e70-4d53-ae01-fba7a964c023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3040 0.008855 10.0.0.27 - - [2026-02-05 03:32:11] "PUT /virtual-machine-interface/5e9cf6a8-2e70-4d53-ae01-fba7a964c023 HTTP/1.1" 200 284 0.014140 10.0.0.27 - - [2026-02-05 03:32:11] "GET /virtual-machine-interface/f6e069b9-81f1-48c7-af06-ad9609dad7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.009275 10.0.0.27 - - [2026-02-05 03:32:11] "PUT /virtual-machine-interface/f6e069b9-81f1-48c7-af06-ad9609dad7a8 HTTP/1.1" 200 284 0.014076 10.0.0.27 - - [2026-02-05 03:32:18] "POST /neutron/network HTTP/1.1" 200 1015 0.008044 10.0.0.27 - - [2026-02-05 03:32:18] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014853 10.0.0.27 - - [2026-02-05 03:32:18] "POST /neutron/network HTTP/1.1" 200 1005 0.010684 10.0.0.27 - - [2026-02-05 03:32:19] "POST /neutron/network HTTP/1.1" 200 1015 0.010260 10.0.0.27 - - [2026-02-05 03:32:20] "POST /neutron/subnet HTTP/1.1" 200 1379 0.018714 10.0.0.27 - - [2026-02-05 03:32:20] "POST /neutron/network HTTP/1.1" 200 1005 0.013985 10.0.0.50 - - [2026-02-05 03:33:10] "GET /obj-perms HTTP/1.1" 200 5056 0.060070 10.0.0.23 - - [2026-02-05 03:33:11] "GET /obj-perms HTTP/1.1" 200 5056 0.055127 10.0.0.27 - - [2026-02-05 03:33:14] "POST /neutron/port HTTP/1.1" 200 1238 0.019269 10.0.0.27 - - [2026-02-05 03:33:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008654 10.0.0.27 - - [2026-02-05 03:33:14] "GET /virtual-machine/2f74fd6f-4065-42c3-a3d0-1ee86f39fefc HTTP/1.1" 200 1300 0.008034 10.0.0.27 - - [2026-02-05 03:33:14] "GET /virtual-machine-interface/3dcf5138-f588-42fb-b7e3-9a006381c06b HTTP/1.1" 200 3174 0.007316 10.0.0.27 - - [2026-02-05 03:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.27 - - [2026-02-05 03:33:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004579 10.0.0.27 - - [2026-02-05 03:33:14] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004150 10.0.0.27 - - [2026-02-05 03:33:14] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007585 10.0.0.27 - - [2026-02-05 03:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.27 - - [2026-02-05 03:33:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007722 10.0.0.27 - - [2026-02-05 03:33:15] "GET /virtual-networks?parent_id=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004549 10.0.0.27 - - [2026-02-05 03:33:15] "GET /virtual-network/866c3d05-f34d-4ed8-9fc1-8bca5ea28bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008346 10.0.0.27 - - [2026-02-05 03:33:15] "GET /virtual-machine-interface/3dcf5138-f588-42fb-b7e3-9a006381c06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006576 10.0.0.27 - - [2026-02-05 03:33:15] "PUT /virtual-machine-interface/3dcf5138-f588-42fb-b7e3-9a006381c06b HTTP/1.1" 200 284 0.015882 10.0.0.27 - - [2026-02-05 03:33:20] "POST /neutron/network HTTP/1.1" 200 1015 0.007252 10.0.0.27 - - [2026-02-05 03:33:20] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014179 10.0.0.27 - - [2026-02-05 03:33:20] "POST /neutron/network HTTP/1.1" 200 1005 0.009984 10.0.0.27 - - [2026-02-05 03:33:20] "POST /neutron/network HTTP/1.1" 200 1015 0.034748 10.0.0.27 - - [2026-02-05 03:33:20] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015037 10.0.0.27 - - [2026-02-05 03:33:21] "POST /neutron/network HTTP/1.1" 200 1005 0.019126 10.0.0.23 - - [2026-02-05 03:33:57] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.27 - - [2026-02-05 03:33:57] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056832 10.0.0.27 - - [2026-02-05 03:33:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.010277 10.0.0.27 - - [2026-02-05 03:33:58] "POST /interface-route-tables HTTP/1.1" 200 575 0.030065 10.0.0.27 - - [2026-02-05 03:33:58] "GET /interface-route-table/47fa35ae-7811-44ca-b582-87b8462540da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006456 10.0.0.27 - - [2026-02-05 03:33:58] "GET /virtual-machine-interface/3dcf5138-f588-42fb-b7e3-9a006381c06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006998 10.0.0.27 - - [2026-02-05 03:33:58] "POST /ref-update HTTP/1.1" 200 156 0.019631 10.0.0.27 - - [2026-02-05 03:33:59] "GET /virtual-machine-interface/5e9cf6a8-2e70-4d53-ae01-fba7a964c023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.006629 10.0.0.27 - - [2026-02-05 03:33:59] "POST /ref-update HTTP/1.1" 200 156 0.015071 10.0.0.27 - - [2026-02-05 03:33:59] "DELETE /interface-route-table/27ef54d5-858b-4a5a-835c-a9e414c4c70f HTTP/1.1" 200 115 0.035763 10.0.0.27 - - [2026-02-05 03:34:00] "POST /neutron/port HTTP/1.1" 200 151 0.245823 10.0.0.27 - - [2026-02-05 03:34:20] "POST /neutron/network HTTP/1.1" 200 1015 0.037708 10.0.0.27 - - [2026-02-05 03:34:20] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019430 10.0.0.27 - - [2026-02-05 03:34:20] "POST /neutron/network HTTP/1.1" 200 1005 0.012624 10.0.0.27 - - [2026-02-05 03:34:22] "GET /virtual-machine-interface/3dcf5138-f588-42fb-b7e3-9a006381c06b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.008751 10.0.0.27 - - [2026-02-05 03:34:22] "POST /ref-update HTTP/1.1" 200 156 0.018275 10.0.0.27 - - [2026-02-05 03:34:22] "DELETE /interface-route-table/47fa35ae-7811-44ca-b582-87b8462540da HTTP/1.1" 200 115 0.039108 10.0.0.27 - - [2026-02-05 03:34:22] "GET /virtual-machine-interface/f6e069b9-81f1-48c7-af06-ad9609dad7a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006502 10.0.0.27 - - [2026-02-05 03:34:22] "POST /ref-update HTTP/1.1" 200 156 0.022868 10.0.0.27 - - [2026-02-05 03:34:22] "DELETE /interface-route-table/fe47baa9-edec-4fe1-b740-809d5ba94487 HTTP/1.1" 200 115 0.037027 10.0.0.27 - - [2026-02-05 03:34:22] "POST /neutron/port HTTP/1.1" 200 1238 0.023764 10.0.0.27 - - [2026-02-05 03:34:22] "POST /neutron/port HTTP/1.1" 200 1238 0.036942 10.0.0.27 - - [2026-02-05 03:34:23] "POST /neutron/port HTTP/1.1" 200 1238 0.022272 10.0.0.27 - - [2026-02-05 03:34:24] "POST /neutron/network HTTP/1.1" 200 1005 0.009671 10.0.0.50 - - [2026-02-05 03:34:24] "DELETE /route-target/5e111496-269b-4cec-bd91-0f3f4331ee83 HTTP/1.1" 200 115 0.027740 10.0.0.23 - - [2026-02-05 03:34:26] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.035053 10.0.0.27 - - [2026-02-05 03:34:26] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.107597 10.0.0.23 - - [2026-02-05 03:34:26] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.27 - - [2026-02-05 03:34:26] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?fields=virtual_networks HTTP/1.1" 200 1047 0.040864 10.0.0.23 - - [2026-02-05 03:34:26] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001501 10.0.0.27 - - [2026-02-05 03:34:26] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.045604 10.0.0.23 - - [2026-02-05 03:34:26] "GET /projects?obj_uuids=83a88a0f-bf82-4fdd-875f-7f2911094c21&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.27 - - [2026-02-05 03:34:26] "GET /project/83a88a0f-bf82-4fdd-875f-7f2911094c21?fields=security_groups HTTP/1.1" 200 1281 0.038388 10.0.0.27 - - [2026-02-05 03:34:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.035290 10.0.0.23 - - [2026-02-05 03:34:27] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004152 10.0.0.23 - - [2026-02-05 03:34:27] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.23 - - [2026-02-05 03:34:28] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048660 10.0.0.23 - - [2026-02-05 03:34:28] "POST /id-to-fqname HTTP/1.1" 200 185 0.001755 10.0.0.23 - - [2026-02-05 03:34:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.009985 10.0.0.23 - - [2026-02-05 03:34:28] "POST /security-groups HTTP/1.1" 200 586 0.032348 10.0.0.23 - - [2026-02-05 03:34:28] "POST /projects HTTP/1.1" 200 575 0.250356 10.0.0.23 - - [2026-02-05 03:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.321017 10.0.0.27 - - [2026-02-05 03:34:28] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.512210 10.0.0.50 - - [2026-02-05 03:34:28] "POST /fqname-to-id HTTP/1.1" 404 228 0.080862 10.0.0.27 - - [2026-02-05 03:34:29] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.23 - - [2026-02-05 03:34:32] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 10.0.0.27 - - [2026-02-05 03:34:32] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.046408 10.0.0.23 - - [2026-02-05 03:34:32] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.27 - - [2026-02-05 03:34:32] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?fields=virtual_networks HTTP/1.1" 200 1023 0.041121 10.0.0.23 - - [2026-02-05 03:34:32] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.27 - - [2026-02-05 03:34:32] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.040297 10.0.0.23 - - [2026-02-05 03:34:32] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001034 10.0.0.27 - - [2026-02-05 03:34:33] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?fields=security_groups HTTP/1.1" 200 1244 0.038578 10.0.0.27 - - [2026-02-05 03:34:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.029622 10.0.0.23 - - [2026-02-05 03:34:34] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003243 10.0.0.23 - - [2026-02-05 03:34:34] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.23 - - [2026-02-05 03:34:34] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007645 10.0.0.23 - - [2026-02-05 03:34:34] "POST /id-to-fqname HTTP/1.1" 200 195 0.001789 10.0.0.23 - - [2026-02-05 03:34:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.006021 10.0.0.23 - - [2026-02-05 03:34:34] "POST /security-groups HTTP/1.1" 200 596 0.033203 10.0.0.23 - - [2026-02-05 03:34:34] "POST /projects HTTP/1.1" 200 595 0.265658 10.0.0.50 - - [2026-02-05 03:34:34] "POST /access-control-lists HTTP/1.1" 200 601 0.037195 10.0.0.23 - - [2026-02-05 03:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.340535 10.0.0.27 - - [2026-02-05 03:34:34] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.495450 10.0.0.27 - - [2026-02-05 03:34:35] "GET / HTTP/1.1" 200 35931 0.002108 10.0.0.23 - - [2026-02-05 03:34:38] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001052 10.0.0.27 - - [2026-02-05 03:34:38] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.056919 10.0.0.23 - - [2026-02-05 03:34:39] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002342 10.0.0.27 - - [2026-02-05 03:34:39] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?fields=virtual_networks HTTP/1.1" 200 1043 0.062364 10.0.0.23 - - [2026-02-05 03:34:39] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001398 10.0.0.27 - - [2026-02-05 03:34:39] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.059562 10.0.0.23 - - [2026-02-05 03:34:39] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001028 10.0.0.27 - - [2026-02-05 03:34:39] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?fields=security_groups HTTP/1.1" 200 1274 0.049617 10.0.0.27 - - [2026-02-05 03:34:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.039306 10.0.0.23 - - [2026-02-05 03:34:40] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002968 10.0.0.23 - - [2026-02-05 03:34:40] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.23 - - [2026-02-05 03:34:40] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007740 10.0.0.23 - - [2026-02-05 03:34:40] "POST /id-to-fqname HTTP/1.1" 200 201 0.006270 10.0.0.23 - - [2026-02-05 03:34:40] "POST /fqname-to-id HTTP/1.1" 404 210 0.011066 10.0.0.23 - - [2026-02-05 03:34:40] "POST /security-groups HTTP/1.1" 200 602 0.045173 10.0.0.50 - - [2026-02-05 03:34:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.005140 10.0.0.23 - - [2026-02-05 03:34:40] "POST /projects HTTP/1.1" 200 607 0.275592 10.0.0.23 - - [2026-02-05 03:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.355704 10.0.0.50 - - [2026-02-05 03:34:40] "POST /access-control-lists HTTP/1.1" 200 605 0.057609 10.0.0.27 - - [2026-02-05 03:34:40] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.510190 10.0.0.27 - - [2026-02-05 03:34:42] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.23 - - [2026-02-05 03:34:45] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001305 10.0.0.27 - - [2026-02-05 03:34:45] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.051403 10.0.0.23 - - [2026-02-05 03:34:45] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.27 - - [2026-02-05 03:34:45] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?fields=virtual_networks HTTP/1.1" 200 1053 0.048241 10.0.0.23 - - [2026-02-05 03:34:45] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001018 10.0.0.27 - - [2026-02-05 03:34:45] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.040096 10.0.0.23 - - [2026-02-05 03:34:45] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001266 10.0.0.27 - - [2026-02-05 03:34:45] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?fields=security_groups HTTP/1.1" 200 1290 0.053601 10.0.0.27 - - [2026-02-05 03:34:46] "POST /fqname-to-id HTTP/1.1" 404 185 0.032802 10.0.0.23 - - [2026-02-05 03:34:46] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003324 10.0.0.23 - - [2026-02-05 03:34:46] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.23 - - [2026-02-05 03:34:46] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010507 10.0.0.23 - - [2026-02-05 03:34:46] "POST /id-to-fqname HTTP/1.1" 200 187 0.001344 10.0.0.23 - - [2026-02-05 03:34:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.007971 10.0.0.23 - - [2026-02-05 03:34:46] "POST /security-groups HTTP/1.1" 200 588 0.044826 10.0.0.23 - - [2026-02-05 03:34:46] "POST /projects HTTP/1.1" 200 579 0.271091 10.0.0.23 - - [2026-02-05 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.304125 10.0.0.50 - - [2026-02-05 03:34:46] "POST /fqname-to-id HTTP/1.1" 404 230 0.018214 10.0.0.27 - - [2026-02-05 03:34:46] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.458218 10.0.0.27 - - [2026-02-05 03:34:48] "GET / HTTP/1.1" 200 35931 0.002190 10.0.0.23 - - [2026-02-05 03:34:51] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001063 10.0.0.27 - - [2026-02-05 03:34:51] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.037065 10.0.0.23 - - [2026-02-05 03:34:51] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000967 10.0.0.27 - - [2026-02-05 03:34:51] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?fields=virtual_networks HTTP/1.1" 200 1026 0.049119 10.0.0.23 - - [2026-02-05 03:34:51] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001723 10.0.0.27 - - [2026-02-05 03:34:51] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.040273 10.0.0.23 - - [2026-02-05 03:34:51] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001111 10.0.0.27 - - [2026-02-05 03:34:51] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?fields=security_groups HTTP/1.1" 200 1249 0.035520 10.0.0.27 - - [2026-02-05 03:34:52] "POST /fqname-to-id HTTP/1.1" 404 182 0.027931 10.0.0.23 - - [2026-02-05 03:34:52] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004051 10.0.0.23 - - [2026-02-05 03:34:52] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.23 - - [2026-02-05 03:34:52] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009437 10.0.0.23 - - [2026-02-05 03:34:52] "POST /id-to-fqname HTTP/1.1" 200 184 0.002136 10.0.0.23 - - [2026-02-05 03:34:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004582 10.0.0.23 - - [2026-02-05 03:34:52] "POST /security-groups HTTP/1.1" 200 585 0.080448 10.0.0.23 - - [2026-02-05 03:34:52] "POST /projects HTTP/1.1" 200 573 0.285513 10.0.0.23 - - [2026-02-05 03:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.326881 10.0.0.50 - - [2026-02-05 03:34:52] "POST /access-control-lists HTTP/1.1" 200 590 0.030797 10.0.0.27 - - [2026-02-05 03:34:53] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.506191 10.0.0.27 - - [2026-02-05 03:34:54] "GET / HTTP/1.1" 200 35931 0.001528 10.0.0.23 - - [2026-02-05 03:34:57] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001193 10.0.0.27 - - [2026-02-05 03:34:57] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.045079 10.0.0.23 - - [2026-02-05 03:34:57] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000943 10.0.0.27 - - [2026-02-05 03:34:57] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?fields=virtual_networks HTTP/1.1" 200 1021 0.040728 10.0.0.23 - - [2026-02-05 03:34:57] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001059 10.0.0.27 - - [2026-02-05 03:34:57] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.043730 10.0.0.23 - - [2026-02-05 03:34:57] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000963 10.0.0.27 - - [2026-02-05 03:34:57] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?fields=security_groups HTTP/1.1" 200 1241 0.037946 10.0.0.27 - - [2026-02-05 03:34:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.030748 10.0.0.23 - - [2026-02-05 03:34:58] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003248 10.0.0.23 - - [2026-02-05 03:34:58] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.23 - - [2026-02-05 03:34:58] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006978 10.0.0.23 - - [2026-02-05 03:34:58] "POST /id-to-fqname HTTP/1.1" 200 188 0.006308 10.0.0.23 - - [2026-02-05 03:34:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.004453 10.0.0.23 - - [2026-02-05 03:34:58] "POST /security-groups HTTP/1.1" 200 589 0.031926 10.0.0.50 - - [2026-02-05 03:34:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.004056 10.0.0.23 - - [2026-02-05 03:34:58] "POST /projects HTTP/1.1" 200 581 0.240151 10.0.0.23 - - [2026-02-05 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.273796 10.0.0.27 - - [2026-02-05 03:34:58] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.425023 10.0.0.50 - - [2026-02-05 03:34:59] "POST /access-control-lists HTTP/1.1" 200 592 0.063397 10.0.0.27 - - [2026-02-05 03:35:00] "GET / HTTP/1.1" 200 35931 0.002339 10.0.0.23 - - [2026-02-05 03:35:03] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.27 - - [2026-02-05 03:35:03] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039932 10.0.0.23 - - [2026-02-05 03:35:03] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.27 - - [2026-02-05 03:35:03] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?fields=virtual_networks HTTP/1.1" 200 1029 0.042970 10.0.0.23 - - [2026-02-05 03:35:03] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001407 10.0.0.27 - - [2026-02-05 03:35:03] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.039323 10.0.0.23 - - [2026-02-05 03:35:03] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.27 - - [2026-02-05 03:35:03] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?fields=security_groups HTTP/1.1" 200 1253 0.040323 10.0.0.27 - - [2026-02-05 03:35:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.028357 10.0.0.23 - - [2026-02-05 03:35:04] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003629 10.0.0.23 - - [2026-02-05 03:35:04] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.23 - - [2026-02-05 03:35:04] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007882 10.0.0.23 - - [2026-02-05 03:35:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.006101 10.0.0.23 - - [2026-02-05 03:35:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.007489 10.0.0.23 - - [2026-02-05 03:35:04] "POST /security-groups HTTP/1.1" 200 589 0.081231 10.0.0.23 - - [2026-02-05 03:35:04] "POST /projects HTTP/1.1" 200 581 0.316518 10.0.0.50 - - [2026-02-05 03:35:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.009510 10.0.0.23 - - [2026-02-05 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.390734 10.0.0.27 - - [2026-02-05 03:35:04] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.537435 10.0.0.27 - - [2026-02-05 03:35:06] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.27 - - [2026-02-05 03:35:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000620 10.0.0.27 - - [2026-02-05 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.085263 10.0.0.23 - - [2026-02-05 03:35:08] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.27 - - [2026-02-05 03:35:08] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037333 10.0.0.23 - - [2026-02-05 03:35:08] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001237 10.0.0.27 - - [2026-02-05 03:35:08] "POST /neutron/network HTTP/1.1" 200 603 0.154059 10.0.0.50 - - [2026-02-05 03:35:08] "POST /ref-update HTTP/1.1" 200 156 0.029794 10.0.0.27 - - [2026-02-05 03:35:09] "POST /id-to-fqname HTTP/1.1" 200 218 0.003682 10.0.0.27 - - [2026-02-05 03:35:09] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.008571 10.0.0.27 - - [2026-02-05 03:35:09] "POST /neutron/network HTTP/1.1" 200 821 0.006818 10.0.0.27 - - [2026-02-05 03:35:09] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005824 10.0.0.27 - - [2026-02-05 03:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2026-02-05 03:35:09] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006023 10.0.0.27 - - [2026-02-05 03:35:09] "PUT /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e HTTP/1.1" 200 264 0.049964 10.0.0.27 - - [2026-02-05 03:35:10] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006422 10.0.0.27 - - [2026-02-05 03:35:10] "GET /obj-perms HTTP/1.1" 200 5026 0.103822 10.0.0.50 - - [2026-02-05 03:35:11] "DELETE /access-control-list/4b6cbc1f-2a9c-4cfc-a09f-882c3d1199ac HTTP/1.1" 200 115 0.061454 10.0.0.27 - - [2026-02-05 03:35:11] "POST /neutron/network HTTP/1.1" 200 821 0.008536 10.0.0.27 - - [2026-02-05 03:35:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001439 10.0.0.23 - - [2026-02-05 03:35:12] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.27 - - [2026-02-05 03:35:12] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.099765 10.0.0.27 - - [2026-02-05 03:35:13] "POST /neutron/network HTTP/1.1" 200 821 0.047203 10.0.0.27 - - [2026-02-05 03:35:13] "POST /neutron/port HTTP/1.1" 200 117 0.007750 10.0.0.27 - - [2026-02-05 03:35:14] "POST /neutron/port HTTP/1.1" 200 1057 0.019838 10.0.0.27 - - [2026-02-05 03:35:14] "POST /neutron/port HTTP/1.1" 200 1121 0.019112 10.0.0.27 - - [2026-02-05 03:35:14] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.27 - - [2026-02-05 03:35:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008122 10.0.0.27 - - [2026-02-05 03:35:18] "POST /neutron/port HTTP/1.1" 200 1121 0.021430 10.0.0.27 - - [2026-02-05 03:35:18] "GET /virtual-machine/d789f29f-0774-490f-a06d-3b01ab9b708f HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-02-05 03:35:19] "GET /virtual-machine/d789f29f-0774-490f-a06d-3b01ab9b708f HTTP/1.1" 200 1291 0.056126 10.0.0.27 - - [2026-02-05 03:35:19] "GET /virtual-machine-interface/7b4394bb-32d1-4d9d-9cc6-37fded47a126 HTTP/1.1" 200 2930 0.005128 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/83a88a0f-bf82-4fdd-875f-7f2911094c21 HTTP/1.1" 404 177 0.028020 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/e6b0f3ea6f094ac39332bf0eef4b1fee HTTP/1.1" 404 173 0.022104 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/2d6e67e66750476799f289fcb5a47c6a HTTP/1.1" 404 173 0.017851 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/ed6c5d3ebeb641749e3fe6c671379457 HTTP/1.1" 404 173 0.017053 10.0.0.27 - - [2026-02-05 03:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022569 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000964 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000809 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000869 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000808 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000776 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001181 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/22614da7f0bc40198f7782a6d4818b87 HTTP/1.1" 404 173 0.010550 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/062f10d1a81143108c85ad23c4f88126 HTTP/1.1" 404 173 0.013324 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/921d59314ef0431ea56b9f6b56a6ff75 HTTP/1.1" 404 173 0.012619 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /project/d87e92ef38ea49feb4b8fe0f2a2103b5 HTTP/1.1" 404 173 0.011605 10.0.0.27 - - [2026-02-05 03:35:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011822 10.0.0.27 - - [2026-02-05 03:35:19] "GET /virtual-networks?parent_id=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.010359 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.115503 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.132308 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.141306 10.0.0.27 - - [2026-02-05 03:35:19] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.043658 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.153543 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.161671 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.292795 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001683 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001025 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000872 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000877 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002291 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001084 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?fields=security_groups HTTP/1.1" 200 1358 0.195184 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?fields=security_groups HTTP/1.1" 200 1346 0.108504 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?fields=security_groups HTTP/1.1" 200 1379 0.213037 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?fields=security_groups HTTP/1.1" 200 1395 0.229424 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?fields=security_groups HTTP/1.1" 200 1354 0.238559 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?fields=security_groups HTTP/1.1" 200 1349 0.179742 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /security-group/62536545-ee04-4d4b-911c-3bc1d834f302 HTTP/1.1" 200 115 0.198360 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /security-group/1bb0a10d-a8cd-428b-ace7-914a929ba40a HTTP/1.1" 200 115 0.147361 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=ed6c5d3e-beb6-4174-9e3f-e6c671379457&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /security-group/58f7905f-5853-4fdb-bfa1-59b869a2fb95 HTTP/1.1" 200 115 0.160086 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001032 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=2d6e67e6-6750-4767-99f2-89fcb5a47c6a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002872 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /security-group/33289d58-97d1-4b97-9245-0fdb4c89c4cf HTTP/1.1" 200 115 0.207260 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=062f10d1-a811-4310-8c85-ad23c4f88126&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001108 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /security-group/9fd7840d-649a-4646-b3af-06caddf415d0 HTTP/1.1" 200 115 0.217305 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457?fields=application_policy_sets HTTP/1.1" 200 1397 0.103214 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001242 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a?fields=application_policy_sets HTTP/1.1" 200 1393 0.110307 10.0.0.50 - - [2026-02-05 03:35:19] "DELETE /access-control-list/de758a23-9686-4cb5-b187-ced5908fa377 HTTP/1.1" 200 115 0.104633 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee?fields=application_policy_sets HTTP/1.1" 200 1385 0.164325 10.0.0.23 - - [2026-02-05 03:35:19] "DELETE /security-group/5c8085e8-2eeb-4189-abde-3fedf89c4ba6 HTTP/1.1" 200 115 0.240761 10.0.0.23 - - [2026-02-05 03:35:19] "GET /projects?obj_uuids=921d5931-4ef0-431e-a56b-9f6b56a6ff75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001290 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5?fields=application_policy_sets HTTP/1.1" 200 1418 0.138871 10.0.0.23 - - [2026-02-05 03:35:19] "GET /project/062f10d1-a811-4310-8c85-ad23c4f88126?fields=application_policy_sets HTTP/1.1" 200 1434 0.180199 10.0.0.23 - - [2026-02-05 03:35:20] "GET /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75?fields=application_policy_sets HTTP/1.1" 200 1388 0.168331 10.0.0.50 - - [2026-02-05 03:35:20] "DELETE /access-control-list/a2d80fd8-cd40-4adf-842c-66c49f051519 HTTP/1.1" 200 115 0.095950 10.0.0.23 - - [2026-02-05 03:35:20] "DELETE /project/2d6e67e6-6750-4767-99f2-89fcb5a47c6a HTTP/1.1" 200 115 1.103022 10.0.0.23 - - [2026-02-05 03:35:20] "DELETE /project/ed6c5d3e-beb6-4174-9e3f-e6c671379457 HTTP/1.1" 200 115 1.114675 10.0.0.23 - - [2026-02-05 03:35:20] "DELETE /project/e6b0f3ea-6f09-4ac3-9332-bf0eef4b1fee HTTP/1.1" 200 115 1.184281 10.0.0.23 - - [2026-02-05 03:35:20] "DELETE /project/d87e92ef-38ea-49fe-b4b8-fe0f2a2103b5 HTTP/1.1" 200 115 1.187107 10.0.0.23 - - [2026-02-05 03:35:20] "DELETE /project/062f10d1-a811-4310-8c85-ad23c4f88126 HTTP/1.1" 200 115 1.187950 10.0.0.50 - - [2026-02-05 03:35:20] "DELETE /access-control-list/fa47bbdc-7be7-48e9-945c-7013544b2291 HTTP/1.1" 200 115 0.039728 10.0.0.23 - - [2026-02-05 03:35:20] "DELETE /project/921d5931-4ef0-431e-a56b-9f6b56a6ff75 HTTP/1.1" 200 115 1.244895 10.0.0.50 - - [2026-02-05 03:35:20] "DELETE /access-control-list/fdd7a5df-ea99-4974-9ed2-528e2d6f275c HTTP/1.1" 200 115 0.060346 10.0.0.27 - - [2026-02-05 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2026-02-05 03:35:22] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005522 10.0.0.27 - - [2026-02-05 03:35:22] "POST /neutron/port HTTP/1.1" 200 1121 0.020305 10.0.0.27 - - [2026-02-05 03:35:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.009945 10.0.0.27 - - [2026-02-05 03:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2026-02-05 03:35:26] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005680 10.0.0.27 - - [2026-02-05 03:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.27 - - [2026-02-05 03:35:30] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005699 10.0.0.27 - - [2026-02-05 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-02-05 03:35:34] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005897 10.0.0.27 - - [2026-02-05 03:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.27 - - [2026-02-05 03:35:38] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006832 10.0.0.27 - - [2026-02-05 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005220 10.0.0.27 - - [2026-02-05 03:35:42] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007613 10.0.0.27 - - [2026-02-05 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2026-02-05 03:35:46] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005666 10.0.0.27 - - [2026-02-05 03:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.27 - - [2026-02-05 03:35:51] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007443 10.0.0.27 - - [2026-02-05 03:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.27 - - [2026-02-05 03:35:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004016 10.0.0.27 - - [2026-02-05 03:35:53] "GET /virtual-networks?parent_id=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003772 10.0.0.27 - - [2026-02-05 03:35:53] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006708 10.0.0.27 - - [2026-02-05 03:35:53] "POST /neutron/port HTTP/1.1" 200 1121 0.019081 10.0.0.27 - - [2026-02-05 03:35:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007930 10.0.0.27 - - [2026-02-05 03:36:03] "POST /neutron/port HTTP/1.1" 200 1121 0.020372 10.0.0.27 - - [2026-02-05 03:36:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008065 10.0.0.50 - - [2026-02-05 03:36:13] "GET /obj-perms HTTP/1.1" 200 5056 0.066720 10.0.0.23 - - [2026-02-05 03:36:13] "GET /obj-perms HTTP/1.1" 200 5056 0.056490 10.0.0.50 - - [2026-02-05 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000757 10.0.0.50 - - [2026-02-05 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2026-02-05 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2026-02-05 03:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-02-05 03:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2026-02-05 03:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-02-05 03:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-02-05 03:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2026-02-05 03:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2026-02-05 03:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2026-02-05 03:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-02-05 03:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2026-02-05 03:36:19] "POST /neutron/port HTTP/1.1" 200 1121 0.020002 10.0.0.27 - - [2026-02-05 03:36:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009259 10.0.0.27 - - [2026-02-05 03:36:19] "POST /neutron/port HTTP/1.1" 200 1121 0.018063 10.0.0.27 - - [2026-02-05 03:36:19] "POST /neutron/network HTTP/1.1" 200 821 0.007202 10.0.0.27 - - [2026-02-05 03:36:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001276 10.0.0.27 - - [2026-02-05 03:36:19] "GET /virtual-machine/d789f29f-0774-490f-a06d-3b01ab9b708f HTTP/1.1" 200 1291 0.004239 10.0.0.27 - - [2026-02-05 03:36:19] "GET /virtual-machine-interface/7b4394bb-32d1-4d9d-9cc6-37fded47a126 HTTP/1.1" 200 2930 0.004913 10.0.0.27 - - [2026-02-05 03:36:19] "GET /instance-ip/34e6592e-f938-4083-9ce3-d840deebf183 HTTP/1.1" 200 1615 0.005804 10.0.0.27 - - [2026-02-05 03:36:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.003350 10.0.0.27 - - [2026-02-05 03:36:19] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005581 10.0.0.23 - - [2026-02-05 03:36:19] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.27 - - [2026-02-05 03:36:19] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046037 10.0.0.27 - - [2026-02-05 03:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2026-02-05 03:36:19] "GET /security-group/de35b904-f9e6-42d7-b87f-4c09b6b472e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3749 0.004739 10.0.0.27 - - [2026-02-05 03:36:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.077278 10.0.0.27 - - [2026-02-05 03:36:19] "POST /instance-ips HTTP/1.1" 200 357 0.035918 10.0.0.27 - - [2026-02-05 03:36:20] "GET /instance-ip/347e19a7-52e3-49ff-88cc-d5f3e107719c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.006522 10.0.0.27 - - [2026-02-05 03:36:20] "GET /virtual-machine-interface/cb710769-422d-4753-ab3f-6665a6b6fbaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006793 10.0.0.27 - - [2026-02-05 03:36:20] "GET /virtual-machine-interface/cb710769-422d-4753-ab3f-6665a6b6fbaa?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.007779 10.0.0.27 - - [2026-02-05 03:36:20] "GET /instance-ip/347e19a7-52e3-49ff-88cc-d5f3e107719c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.004961 10.0.0.27 - - [2026-02-05 03:36:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001392 10.0.0.27 - - [2026-02-05 03:36:20] "POST /neutron/port HTTP/1.1" 200 965 0.015757 10.0.0.27 - - [2026-02-05 03:36:20] "POST /neutron/port HTTP/1.1" 200 965 0.011608 10.0.0.27 - - [2026-02-05 03:36:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009079 10.0.0.27 - - [2026-02-05 03:36:21] "POST /neutron/port HTTP/1.1" 200 965 0.017655 10.0.0.27 - - [2026-02-05 03:36:21] "POST /neutron/port HTTP/1.1" 200 965 0.013098 10.0.0.27 - - [2026-02-05 03:36:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005093 10.0.0.27 - - [2026-02-05 03:36:21] "POST /neutron/network HTTP/1.1" 200 821 0.006837 10.0.0.27 - - [2026-02-05 03:36:22] "POST /neutron/network HTTP/1.1" 200 831 0.008991 10.0.0.27 - - [2026-02-05 03:36:22] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.27 - - [2026-02-05 03:36:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009377 10.0.0.27 - - [2026-02-05 03:36:26] "POST /neutron/port HTTP/1.1" 200 1067 0.020080 10.0.0.27 - - [2026-02-05 03:36:26] "GET /virtual-machine/7a976ce9-9490-4a33-89a7-19035b6ae3a4 HTTP/1.1" 200 1267 0.006101 10.0.0.27 - - [2026-02-05 03:36:26] "GET /virtual-machine-interface/cb710769-422d-4753-ab3f-6665a6b6fbaa HTTP/1.1" 200 2981 0.005618 10.0.0.27 - - [2026-02-05 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.27 - - [2026-02-05 03:36:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004215 10.0.0.27 - - [2026-02-05 03:36:26] "GET /virtual-networks?parent_id=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003196 10.0.0.27 - - [2026-02-05 03:36:26] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007106 10.0.0.27 - - [2026-02-05 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.27 - - [2026-02-05 03:36:29] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005469 10.0.0.27 - - [2026-02-05 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.27 - - [2026-02-05 03:36:33] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005597 10.0.0.27 - - [2026-02-05 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2026-02-05 03:36:37] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005429 10.0.0.27 - - [2026-02-05 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2026-02-05 03:36:41] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005422 10.0.0.27 - - [2026-02-05 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.27 - - [2026-02-05 03:36:46] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007111 10.0.0.27 - - [2026-02-05 03:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-02-05 03:36:50] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005656 10.0.0.27 - - [2026-02-05 03:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2026-02-05 03:36:54] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005609 10.0.0.27 - - [2026-02-05 03:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.27 - - [2026-02-05 03:36:58] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007641 10.0.0.27 - - [2026-02-05 03:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2026-02-05 03:37:02] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006418 10.0.0.27 - - [2026-02-05 03:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.27 - - [2026-02-05 03:37:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004074 10.0.0.27 - - [2026-02-05 03:37:06] "GET /virtual-networks?parent_id=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003220 10.0.0.27 - - [2026-02-05 03:37:06] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006382 10.0.0.27 - - [2026-02-05 03:37:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008981 10.0.0.27 - - [2026-02-05 03:37:16] "POST /neutron/port HTTP/1.1" 200 1067 0.054882 10.0.0.27 - - [2026-02-05 03:37:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007337 10.0.0.27 - - [2026-02-05 03:37:23] "POST /neutron/port HTTP/1.1" 200 1121 0.027149 10.0.0.27 - - [2026-02-05 03:37:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004056 10.0.0.27 - - [2026-02-05 03:37:23] "POST /neutron/network HTTP/1.1" 200 821 0.006988 10.0.0.27 - - [2026-02-05 03:37:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001544 10.0.0.27 - - [2026-02-05 03:37:27] "POST /neutron/network HTTP/1.1" 200 831 0.008383 10.0.0.23 - - [2026-02-05 03:37:28] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.27 - - [2026-02-05 03:37:28] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.072866 10.0.0.27 - - [2026-02-05 03:37:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007889 10.0.0.27 - - [2026-02-05 03:37:28] "POST /neutron/network HTTP/1.1" 200 831 0.007599 10.0.0.27 - - [2026-02-05 03:37:29] "POST /neutron/port HTTP/1.1" 200 1057 0.017345 10.0.0.27 - - [2026-02-05 03:37:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004090 10.0.0.27 - - [2026-02-05 03:37:29] "POST /neutron/network HTTP/1.1" 200 821 0.006816 10.0.0.27 - - [2026-02-05 03:37:33] "POST /neutron/port HTTP/1.1" 200 1121 0.019962 10.0.0.27 - - [2026-02-05 03:37:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007397 10.0.0.27 - - [2026-02-05 03:37:33] "GET /virtual-machine/6233d3ea-4d99-4ad9-9527-01335120a3c1 HTTP/1.1" 200 1290 0.012764 10.0.0.27 - - [2026-02-05 03:37:33] "GET /virtual-machine-interface/392c1c7b-88f0-4486-a2b3-d602fccc057a HTTP/1.1" 200 2930 0.005990 10.0.0.27 - - [2026-02-05 03:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2026-02-05 03:37:33] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003616 10.0.0.27 - - [2026-02-05 03:37:33] "GET /virtual-networks?parent_id=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002814 10.0.0.27 - - [2026-02-05 03:37:33] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007802 10.0.0.27 - - [2026-02-05 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.27 - - [2026-02-05 03:37:37] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005825 10.0.0.27 - - [2026-02-05 03:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.27 - - [2026-02-05 03:37:41] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005913 10.0.0.27 - - [2026-02-05 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.27 - - [2026-02-05 03:37:45] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006367 10.0.0.27 - - [2026-02-05 03:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-02-05 03:37:49] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006604 10.0.0.27 - - [2026-02-05 03:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.27 - - [2026-02-05 03:37:53] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005688 10.0.0.27 - - [2026-02-05 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.27 - - [2026-02-05 03:37:57] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006860 10.0.0.27 - - [2026-02-05 03:38:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.27 - - [2026-02-05 03:38:01] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006423 10.0.0.27 - - [2026-02-05 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.27 - - [2026-02-05 03:38:05] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006063 10.0.0.27 - - [2026-02-05 03:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.27 - - [2026-02-05 03:38:09] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004090 10.0.0.27 - - [2026-02-05 03:38:09] "GET /virtual-networks?parent_id=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003015 10.0.0.27 - - [2026-02-05 03:38:09] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006112 10.0.0.27 - - [2026-02-05 03:38:15] "GET /obj-perms HTTP/1.1" 200 5056 0.060198 10.0.0.27 - - [2026-02-05 03:38:15] "POST /neutron/port HTTP/1.1" 200 1121 0.017290 10.0.0.27 - - [2026-02-05 03:38:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007444 10.0.0.27 - - [2026-02-05 03:38:24] "POST /neutron/port HTTP/1.1" 200 1067 0.047726 10.0.0.27 - - [2026-02-05 03:38:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004217 10.0.0.27 - - [2026-02-05 03:38:24] "POST /neutron/network HTTP/1.1" 200 821 0.007457 10.0.0.27 - - [2026-02-05 03:38:25] "POST /neutron/port HTTP/1.1" 200 1121 0.017879 10.0.0.27 - - [2026-02-05 03:38:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005773 10.0.0.27 - - [2026-02-05 03:38:25] "POST /neutron/network HTTP/1.1" 200 821 0.009744 10.0.0.27 - - [2026-02-05 03:38:30] "POST /neutron/port HTTP/1.1" 200 1121 0.022467 10.0.0.27 - - [2026-02-05 03:38:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007483 10.0.0.27 - - [2026-02-05 03:38:31] "POST /neutron/network HTTP/1.1" 200 795 0.015585 10.0.0.27 - - [2026-02-05 03:38:31] "POST /id-to-fqname HTTP/1.1" 200 218 0.001378 10.0.0.27 - - [2026-02-05 03:38:31] "GET /virtual-machine/6233d3ea-4d99-4ad9-9527-01335120a3c1 HTTP/1.1" 200 1290 0.007286 10.0.0.27 - - [2026-02-05 03:38:31] "GET /virtual-machine-interface/392c1c7b-88f0-4486-a2b3-d602fccc057a HTTP/1.1" 200 2930 0.006031 10.0.0.27 - - [2026-02-05 03:38:31] "GET /instance-ip/d2913388-bf94-4e62-9772-3a820c21e2c5 HTTP/1.1" 200 1616 0.006686 10.0.0.27 - - [2026-02-05 03:38:31] "GET /virtual-machine-interface/392c1c7b-88f0-4486-a2b3-d602fccc057a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2709 0.005990 10.0.0.27 - - [2026-02-05 03:38:31] "PUT /virtual-machine-interface/392c1c7b-88f0-4486-a2b3-d602fccc057a HTTP/1.1" 200 284 0.016811 10.0.0.27 - - [2026-02-05 03:39:24] "POST /neutron/port HTTP/1.1" 200 1121 0.017990 10.0.0.27 - - [2026-02-05 03:39:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.009288 10.0.0.27 - - [2026-02-05 03:39:26] "POST /neutron/port HTTP/1.1" 200 1121 0.047827 10.0.0.27 - - [2026-02-05 03:39:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004053 10.0.0.27 - - [2026-02-05 03:39:26] "POST /neutron/network HTTP/1.1" 200 821 0.007887 10.0.0.27 - - [2026-02-05 03:39:54] "DELETE /instance-ip/347e19a7-52e3-49ff-88cc-d5f3e107719c HTTP/1.1" 200 115 0.048414 10.0.0.27 - - [2026-02-05 03:39:54] "DELETE /virtual-machine-interface/cb710769-422d-4753-ab3f-6665a6b6fbaa HTTP/1.1" 200 115 0.090410 10.0.0.27 - - [2026-02-05 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.27 - - [2026-02-05 03:39:54] "GET /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007054 10.0.0.27 - - [2026-02-05 03:39:54] "PUT /virtual-network/11beca6f-bccf-4134-a5e4-bc9d6638282e HTTP/1.1" 200 264 0.058337 10.0.0.27 - - [2026-02-05 03:39:55] "POST /neutron/port HTTP/1.1" 200 1121 0.016910 10.0.0.50 - - [2026-02-05 03:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.051874 10.0.0.27 - - [2026-02-05 03:39:55] "POST /neutron/port HTTP/1.1" 200 1121 0.025817 10.0.0.27 - - [2026-02-05 03:39:57] "POST /neutron/network HTTP/1.1" 200 821 0.006882 10.0.0.50 - - [2026-02-05 03:39:57] "DELETE /route-target/8b8bacf9-e8b9-4fe3-b27b-73d53727b987 HTTP/1.1" 200 115 0.018351 10.0.0.23 - - [2026-02-05 03:39:58] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029123 10.0.0.27 - - [2026-02-05 03:39:58] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.107605 10.0.0.23 - - [2026-02-05 03:39:58] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.27 - - [2026-02-05 03:39:58] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?fields=virtual_networks HTTP/1.1" 200 1028 0.047875 10.0.0.23 - - [2026-02-05 03:39:58] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.27 - - [2026-02-05 03:39:59] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.042566 10.0.0.23 - - [2026-02-05 03:39:59] "GET /projects?obj_uuids=22614da7-f0bc-4019-8f77-82a6d4818b87&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.27 - - [2026-02-05 03:39:59] "GET /project/22614da7-f0bc-4019-8f77-82a6d4818b87?fields=security_groups HTTP/1.1" 200 1252 0.036043 10.0.0.27 - - [2026-02-05 03:40:00] "POST /neutron/port HTTP/1.1" 400 205 0.004792 10.0.0.27 - - [2026-02-05 03:40:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.360795 10.0.0.23 - - [2026-02-05 03:40:00] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003593 10.0.0.23 - - [2026-02-05 03:40:00] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.23 - - [2026-02-05 03:40:00] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037792 10.0.0.23 - - [2026-02-05 03:40:00] "POST /id-to-fqname HTTP/1.1" 200 187 0.002537 10.0.0.23 - - [2026-02-05 03:40:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.005308 10.0.0.23 - - [2026-02-05 03:40:00] "POST /security-groups HTTP/1.1" 200 588 0.079630 10.0.0.23 - - [2026-02-05 03:40:00] "POST /projects HTTP/1.1" 200 579 0.295396 10.0.0.50 - - [2026-02-05 03:40:00] "POST /fqname-to-id HTTP/1.1" 404 230 0.008249 10.0.0.23 - - [2026-02-05 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.377721 10.0.0.27 - - [2026-02-05 03:40:00] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.554105 10.0.0.27 - - [2026-02-05 03:40:02] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.27 - - [2026-02-05 03:40:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2026-02-05 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.064841 10.0.0.23 - - [2026-02-05 03:40:04] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000936 10.0.0.27 - - [2026-02-05 03:40:04] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.038941 10.0.0.50 - - [2026-02-05 03:40:04] "POST /ref-update HTTP/1.1" 200 156 0.027211 10.0.0.23 - - [2026-02-05 03:40:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007766 10.0.0.27 - - [2026-02-05 03:40:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.252728 10.0.0.27 - - [2026-02-05 03:40:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001474 10.0.0.27 - - [2026-02-05 03:40:04] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005939 10.0.0.27 - - [2026-02-05 03:40:04] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006250 10.0.0.27 - - [2026-02-05 03:40:04] "POST /neutron/network HTTP/1.1" 200 827 0.006587 10.0.0.27 - - [2026-02-05 03:40:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003280 10.0.0.27 - - [2026-02-05 03:40:04] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005281 10.0.0.27 - - [2026-02-05 03:40:05] "GET /virtual-machine-interface/0970c751-6105-416e-bb95-0b626eb21989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.009092 10.0.0.27 - - [2026-02-05 03:40:05] "GET /virtual-machine-interface/0970c751-6105-416e-bb95-0b626eb21989?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.011266 10.0.0.27 - - [2026-02-05 03:40:05] "GET /instance-ip/9f62f641-40c4-4724-915a-b6dbcea70dcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.006448 10.0.0.27 - - [2026-02-05 03:40:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001678 10.0.0.27 - - [2026-02-05 03:40:05] "POST /neutron/network HTTP/1.1" 200 837 0.006982 10.0.0.23 - - [2026-02-05 03:40:06] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002732 10.0.0.27 - - [2026-02-05 03:40:06] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.081074 10.0.0.27 - - [2026-02-05 03:40:06] "POST /neutron/port HTTP/1.1" 200 117 0.006755 10.0.0.27 - - [2026-02-05 03:40:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001423 10.0.0.27 - - [2026-02-05 03:40:06] "POST /neutron/port HTTP/1.1" 200 981 0.011943 10.0.0.27 - - [2026-02-05 03:40:06] "POST /neutron/port HTTP/1.1" 200 981 0.013113 10.0.0.27 - - [2026-02-05 03:40:07] "POST /neutron/port HTTP/1.1" 200 117 0.008369 10.0.0.23 - - [2026-02-05 03:40:07] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001090 10.0.0.27 - - [2026-02-05 03:40:07] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.045670 10.0.0.27 - - [2026-02-05 03:40:07] "POST /fqname-to-id HTTP/1.1" 404 208 0.009179 10.0.0.27 - - [2026-02-05 03:40:07] "POST /interface-route-tables HTTP/1.1" 200 556 0.038031 10.0.0.27 - - [2026-02-05 03:40:07] "GET /interface-route-table/192355ee-9ac6-405a-9fe2-f2c7f8ed64cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.010721 10.0.0.27 - - [2026-02-05 03:40:07] "POST /neutron/port HTTP/1.1" 200 1055 0.018852 10.0.0.27 - - [2026-02-05 03:40:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004520 10.0.0.27 - - [2026-02-05 03:40:07] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.27 - - [2026-02-05 03:40:07] "POST /neutron/port HTTP/1.1" 200 981 0.012149 10.0.0.27 - - [2026-02-05 03:40:07] "POST /neutron/port HTTP/1.1" 200 1083 0.021923 10.0.0.27 - - [2026-02-05 03:40:08] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.27 - - [2026-02-05 03:40:08] "GET /virtual-machine-interface/0970c751-6105-416e-bb95-0b626eb21989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.006998 10.0.0.27 - - [2026-02-05 03:40:08] "POST /ref-update HTTP/1.1" 200 156 0.015431 10.0.0.27 - - [2026-02-05 03:40:08] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008552 10.0.0.27 - - [2026-02-05 03:40:13] "POST /neutron/port HTTP/1.1" 200 1119 0.024016 10.0.0.27 - - [2026-02-05 03:40:13] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007361 10.0.0.27 - - [2026-02-05 03:40:13] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 200 1289 0.033899 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 200 1289 0.003800 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-machine-interface/0c36dc5c-77aa-46f3-b7fe-cd0b8fd92d37 HTTP/1.1" 200 2936 0.005825 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 200 1289 0.003133 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-machine-interface/0c36dc5c-77aa-46f3-b7fe-cd0b8fd92d37 HTTP/1.1" 200 2936 0.005288 10.0.0.27 - - [2026-02-05 03:40:14] "GET /instance-ip/1a6b49b4-4cab-4af8-874e-33770024d79d HTTP/1.1" 200 1615 0.005561 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 200 1289 0.003407 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-machine-interface/0c36dc5c-77aa-46f3-b7fe-cd0b8fd92d37 HTTP/1.1" 200 2936 0.004891 10.0.0.27 - - [2026-02-05 03:40:14] "GET /instance-ip/1a6b49b4-4cab-4af8-874e-33770024d79d HTTP/1.1" 200 1615 0.003465 10.0.0.27 - - [2026-02-05 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2026-02-05 03:40:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004146 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003565 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006493 10.0.0.27 - - [2026-02-05 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.27 - - [2026-02-05 03:40:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004266 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003216 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006475 10.0.0.27 - - [2026-02-05 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2026-02-05 03:40:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003851 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003054 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006489 10.0.0.27 - - [2026-02-05 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2026-02-05 03:40:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004546 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003369 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006439 10.0.0.27 - - [2026-02-05 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.27 - - [2026-02-05 03:40:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005877 10.0.0.27 - - [2026-02-05 03:40:14] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004085 10.0.0.27 - - [2026-02-05 03:40:15] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006518 10.0.0.27 - - [2026-02-05 03:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.27 - - [2026-02-05 03:40:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004761 10.0.0.27 - - [2026-02-05 03:40:15] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003414 10.0.0.27 - - [2026-02-05 03:40:15] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006324 10.0.0.27 - - [2026-02-05 03:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2026-02-05 03:40:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004658 10.0.0.27 - - [2026-02-05 03:40:15] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003181 10.0.0.27 - - [2026-02-05 03:40:15] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006793 10.0.0.50 - - [2026-02-05 03:40:16] "GET /obj-perms HTTP/1.1" 200 5056 0.079397 10.0.0.27 - - [2026-02-05 03:40:16] "POST /neutron/port HTTP/1.1" 200 1083 0.019733 10.0.0.27 - - [2026-02-05 03:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-02-05 03:40:18] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005327 10.0.0.27 - - [2026-02-05 03:40:18] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007145 10.0.0.27 - - [2026-02-05 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2026-02-05 03:40:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003804 10.0.0.27 - - [2026-02-05 03:40:20] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003063 10.0.0.27 - - [2026-02-05 03:40:20] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006760 10.0.0.23 - - [2026-02-05 03:40:20] "DELETE /project/7f1cfff990294712b5f840b5a6f9ee1f HTTP/1.1" 404 173 0.004114 10.0.0.23 - - [2026-02-05 03:40:20] "DELETE /project/22614da7-f0bc-4019-8f77-82a6d4818b87 HTTP/1.1" 404 177 0.006612 10.0.0.27 - - [2026-02-05 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.27 - - [2026-02-05 03:40:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005592 10.0.0.27 - - [2026-02-05 03:40:20] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005048 10.0.0.27 - - [2026-02-05 03:40:20] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008415 10.0.0.27 - - [2026-02-05 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2026-02-05 03:40:20] "GET /routing-instance/4f30eb0d-e3c5-4e57-b9a0-043a4993d914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006824 10.0.0.27 - - [2026-02-05 03:40:21] "GET /route-target/c265b446-5b61-43a2-b19d-026c47e3523c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005718 10.0.0.27 - - [2026-02-05 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.27 - - [2026-02-05 03:40:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005656 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004154 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006323 10.0.0.27 - - [2026-02-05 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2026-02-05 03:40:21] "GET /routing-instance/4f30eb0d-e3c5-4e57-b9a0-043a4993d914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004498 10.0.0.27 - - [2026-02-05 03:40:21] "GET /route-target/c265b446-5b61-43a2-b19d-026c47e3523c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005074 10.0.0.27 - - [2026-02-05 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.27 - - [2026-02-05 03:40:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004936 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003761 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006333 10.0.0.27 - - [2026-02-05 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-02-05 03:40:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004240 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003419 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005817 10.0.0.27 - - [2026-02-05 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2026-02-05 03:40:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005163 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003627 10.0.0.27 - - [2026-02-05 03:40:21] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006389 10.0.0.23 - - [2026-02-05 03:40:22] "GET /obj-perms HTTP/1.1" 200 5024 0.058537 10.0.0.27 - - [2026-02-05 03:40:26] "POST /neutron/network HTTP/1.1" 200 837 0.009279 10.0.0.27 - - [2026-02-05 03:40:26] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.23 - - [2026-02-05 03:40:28] "GET /obj-perms HTTP/1.1" 200 5024 0.004634 10.0.0.23 - - [2026-02-05 03:40:34] "GET /obj-perms HTTP/1.1" 200 5024 0.004319 10.0.0.27 - - [2026-02-05 03:40:38] "GET /obj-perms HTTP/1.1" 200 5024 0.065027 10.0.0.23 - - [2026-02-05 03:40:38] "GET /obj-perms HTTP/1.1" 200 5024 0.004690 10.0.0.27 - - [2026-02-05 03:40:39] "GET /obj-perms HTTP/1.1" 200 5024 0.004241 10.0.0.27 - - [2026-02-05 03:40:39] "GET /obj-perms HTTP/1.1" 200 5024 0.005654 10.0.0.27 - - [2026-02-05 03:40:39] "POST /neutron/security_group HTTP/1.1" 200 2055 0.012198 10.0.0.27 - - [2026-02-05 03:40:39] "POST /neutron/port HTTP/1.1" 200 1083 0.018272 10.0.0.27 - - [2026-02-05 03:40:39] "GET /virtual-machine/5e844984-5bbb-49e3-9d14-b5e27fada35a HTTP/1.1" 200 1267 0.006135 10.0.0.27 - - [2026-02-05 03:40:39] "GET /virtual-machine-interface/0970c751-6105-416e-bb95-0b626eb21989 HTTP/1.1" 200 3148 0.005936 10.0.0.27 - - [2026-02-05 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.27 - - [2026-02-05 03:40:39] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003358 10.0.0.27 - - [2026-02-05 03:40:39] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002903 10.0.0.27 - - [2026-02-05 03:40:40] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006304 10.0.0.27 - - [2026-02-05 03:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.27 - - [2026-02-05 03:40:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.27 - - [2026-02-05 03:40:41] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.012633 10.0.0.27 - - [2026-02-05 03:40:41] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006744 10.0.0.27 - - [2026-02-05 03:40:42] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006259 10.0.0.23 - - [2026-02-05 03:40:42] "GET /obj-perms HTTP/1.1" 200 5024 0.004110 10.0.0.27 - - [2026-02-05 03:40:42] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 200 1289 0.004890 10.0.0.27 - - [2026-02-05 03:40:42] "POST /neutron/port HTTP/1.1" 200 1109 0.015930 10.0.0.27 - - [2026-02-05 03:40:44] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 404 171 0.003466 10.0.0.27 - - [2026-02-05 03:40:44] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 404 171 0.003159 10.0.0.27 - - [2026-02-05 03:40:44] "GET /virtual-machine/40694463-536c-4a31-8f0b-110b5d999c8f HTTP/1.1" 404 171 0.002866 10.0.0.27 - - [2026-02-05 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.27 - - [2026-02-05 03:40:44] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004628 10.0.0.27 - - [2026-02-05 03:40:44] "GET /virtual-networks?parent_id=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003841 10.0.0.27 - - [2026-02-05 03:40:44] "GET /virtual-network/b6833e8c-7f04-4176-8530-900fa7d72777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006920 10.0.0.27 - - [2026-02-05 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.27 - - [2026-02-05 03:40:44] "GET /routing-instance/4f30eb0d-e3c5-4e57-b9a0-043a4993d914?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004822 10.0.0.27 - - [2026-02-05 03:40:44] "GET /route-target/c265b446-5b61-43a2-b19d-026c47e3523c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005005 10.0.0.27 - - [2026-02-05 03:40:45] "GET /obj-perms HTTP/1.1" 200 5024 0.004366 10.0.0.27 - - [2026-02-05 03:40:48] "GET /obj-perms HTTP/1.1" 200 5024 0.003895 10.0.0.27 - - [2026-02-05 03:40:54] "GET /obj-perms HTTP/1.1" 200 5024 0.005116 10.0.0.27 - - [2026-02-05 03:40:57] "GET /obj-perms HTTP/1.1" 200 5024 0.004794 10.0.0.27 - - [2026-02-05 03:41:03] "GET /obj-perms HTTP/1.1" 200 5024 0.004342 10.0.0.27 - - [2026-02-05 03:41:06] "GET /obj-perms HTTP/1.1" 200 5024 0.004925 10.0.0.27 - - [2026-02-05 03:41:09] "GET /obj-perms HTTP/1.1" 200 5024 0.005045 10.0.0.50 - - [2026-02-05 03:41:09] "GET /obj-perms HTTP/1.1" 200 5024 0.065295 10.0.0.27 - - [2026-02-05 03:41:09] "GET /interface-route-table/192355ee-9ac6-405a-9fe2-f2c7f8ed64cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.006679 10.0.0.27 - - [2026-02-05 03:41:09] "GET /virtual-machine-interface/0970c751-6105-416e-bb95-0b626eb21989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2927 0.014194 10.0.0.27 - - [2026-02-05 03:41:09] "POST /ref-update HTTP/1.1" 200 156 0.018946 10.0.0.27 - - [2026-02-05 03:41:10] "DELETE /interface-route-table/192355ee-9ac6-405a-9fe2-f2c7f8ed64cd HTTP/1.1" 200 115 0.054125 10.0.0.27 - - [2026-02-05 03:41:10] "POST /neutron/port HTTP/1.1" 200 151 0.207555 10.0.0.50 - - [2026-02-05 03:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.23 - - [2026-02-05 03:41:12] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001319 10.0.0.27 - - [2026-02-05 03:41:12] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.049238 10.0.0.23 - - [2026-02-05 03:41:12] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001080 10.0.0.27 - - [2026-02-05 03:41:12] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?fields=virtual_networks HTTP/1.1" 200 1026 0.046426 10.0.0.23 - - [2026-02-05 03:41:12] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001230 10.0.0.27 - - [2026-02-05 03:41:12] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.042667 10.0.0.23 - - [2026-02-05 03:41:12] "GET /projects?obj_uuids=7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001191 10.0.0.27 - - [2026-02-05 03:41:12] "GET /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f?fields=security_groups HTTP/1.1" 200 1249 0.061446 10.0.0.27 - - [2026-02-05 03:41:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.032980 10.0.0.23 - - [2026-02-05 03:41:13] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003983 10.0.0.23 - - [2026-02-05 03:41:13] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001672 10.0.0.23 - - [2026-02-05 03:41:13] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011019 10.0.0.23 - - [2026-02-05 03:41:13] "POST /id-to-fqname HTTP/1.1" 200 194 0.007015 10.0.0.23 - - [2026-02-05 03:41:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.004424 10.0.0.23 - - [2026-02-05 03:41:13] "POST /security-groups HTTP/1.1" 200 595 0.038935 10.0.0.23 - - [2026-02-05 03:41:13] "POST /projects HTTP/1.1" 200 593 0.279308 10.0.0.50 - - [2026-02-05 03:41:13] "POST /access-control-lists HTTP/1.1" 200 600 0.044443 10.0.0.23 - - [2026-02-05 03:41:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.352242 10.0.0.27 - - [2026-02-05 03:41:13] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.503266 10.0.0.27 - - [2026-02-05 03:41:14] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.50 - - [2026-02-05 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2026-02-05 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2026-02-05 03:41:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-02-05 03:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.006909 10.0.0.27 - - [2026-02-05 03:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.059994 10.0.0.23 - - [2026-02-05 03:41:15] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001499 10.0.0.50 - - [2026-02-05 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-02-05 03:41:15] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.045524 10.0.0.50 - - [2026-02-05 03:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-02-05 03:41:16] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001485 10.0.0.27 - - [2026-02-05 03:41:16] "POST /neutron/network HTTP/1.1" 200 609 0.171639 10.0.0.50 - - [2026-02-05 03:41:16] "POST /route-targets HTTP/1.1" 200 327 0.014307 10.0.0.23 - - [2026-02-05 03:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.23 - - [2026-02-05 03:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2026-02-05 03:41:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.003503 10.0.0.27 - - [2026-02-05 03:41:16] "GET /virtual-network/a0a571b9-67f7-4dfb-8ee7-5cf37de6b145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006912 10.0.0.27 - - [2026-02-05 03:41:16] "POST /neutron/network HTTP/1.1" 200 827 0.007068 10.0.0.27 - - [2026-02-05 03:41:16] "GET /virtual-network/a0a571b9-67f7-4dfb-8ee7-5cf37de6b145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005671 10.0.0.27 - - [2026-02-05 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2026-02-05 03:41:16] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000964 10.0.0.27 - - [2026-02-05 03:41:16] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047293 10.0.0.27 - - [2026-02-05 03:41:16] "POST /neutron/network HTTP/1.1" 200 117 0.015521 10.0.0.23 - - [2026-02-05 03:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.50 - - [2026-02-05 03:41:17] "POST /ref-update HTTP/1.1" 200 156 0.031860 10.0.0.27 - - [2026-02-05 03:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-02-05 03:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2026-02-05 03:41:17] "POST /neutron/network HTTP/1.1" 200 827 0.012011 10.0.0.27 - - [2026-02-05 03:41:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.002543 10.0.0.27 - - [2026-02-05 03:41:17] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.020147 10.0.0.27 - - [2026-02-05 03:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.27 - - [2026-02-05 03:41:17] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.019933 10.0.0.27 - - [2026-02-05 03:41:17] "POST /neutron/subnet HTTP/1.1" 200 719 0.016900 10.0.0.27 - - [2026-02-05 03:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.23 - - [2026-02-05 03:41:17] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001402 10.0.0.27 - - [2026-02-05 03:41:17] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.060313 10.0.0.50 - - [2026-02-05 03:41:17] "POST /route-targets HTTP/1.1" 200 327 0.022731 10.0.0.27 - - [2026-02-05 03:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.27 - - [2026-02-05 03:41:18] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-02-05 03:41:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007748 10.0.0.27 - - [2026-02-05 03:41:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.222033 10.0.0.27 - - [2026-02-05 03:41:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001417 10.0.0.27 - - [2026-02-05 03:41:18] "GET /virtual-network/fb32d70c-1682-4559-93dd-d0dc172f824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006098 10.0.0.27 - - [2026-02-05 03:41:18] "GET /virtual-network/fb32d70c-1682-4559-93dd-d0dc172f824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006447 10.0.0.27 - - [2026-02-05 03:41:18] "POST /neutron/network HTTP/1.1" 200 827 0.007801 10.0.0.27 - - [2026-02-05 03:41:18] "POST /fqname-to-id HTTP/1.1" 404 214 0.003738 10.0.0.27 - - [2026-02-05 03:41:18] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005756 10.0.0.27 - - [2026-02-05 03:41:18] "GET /virtual-machine-interface/dcfdb997-b35d-4386-ba58-4d3cf44e79b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008480 10.0.0.27 - - [2026-02-05 03:41:18] "GET /virtual-machine-interface/dcfdb997-b35d-4386-ba58-4d3cf44e79b2?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.012959 10.0.0.27 - - [2026-02-05 03:41:18] "GET /instance-ip/f5e30b4f-56bf-453d-b0b8-6477a36f1890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005103 10.0.0.27 - - [2026-02-05 03:41:18] "POST /fqname-to-id HTTP/1.1" 404 214 0.003260 10.0.0.27 - - [2026-02-05 03:41:18] "GET /virtual-network/a0a571b9-67f7-4dfb-8ee7-5cf37de6b145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008029 10.0.0.23 - - [2026-02-05 03:41:18] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001180 10.0.0.27 - - [2026-02-05 03:41:18] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.040607 10.0.0.27 - - [2026-02-05 03:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2026-02-05 03:41:18] "GET /security-group/56698c81-3bf3-4674-9853-49ee97c898a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.006173 10.0.0.27 - - [2026-02-05 03:41:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.112621 10.0.0.27 - - [2026-02-05 03:41:18] "POST /instance-ips HTTP/1.1" 200 357 0.046643 10.0.0.27 - - [2026-02-05 03:41:19] "GET /virtual-machine-interface/b24affe9-029d-47f0-9a91-60b50e1d9a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006115 10.0.0.27 - - [2026-02-05 03:41:19] "GET /virtual-machine-interface/b24affe9-029d-47f0-9a91-60b50e1d9a94?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009055 10.0.0.27 - - [2026-02-05 03:41:19] "GET /instance-ip/e28987bf-7833-41f4-9190-20dd2884dd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005909 10.0.0.27 - - [2026-02-05 03:41:19] "POST /fqname-to-id HTTP/1.1" 404 214 0.003532 10.0.0.27 - - [2026-02-05 03:41:19] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005955 10.0.0.23 - - [2026-02-05 03:41:19] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001162 10.0.0.27 - - [2026-02-05 03:41:19] "POST /neutron/port HTTP/1.1" 200 989 0.236549 10.0.0.27 - - [2026-02-05 03:41:19] "GET /virtual-machine-interface/1df79647-06bc-46c2-8538-bb697d5e6dbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005492 10.0.0.27 - - [2026-02-05 03:41:19] "GET /virtual-machine-interface/1df79647-06bc-46c2-8538-bb697d5e6dbe?fields=instance_ip_back_refs HTTP/1.1" 200 1331 0.005462 10.0.0.27 - - [2026-02-05 03:41:19] "GET /instance-ip/3d0b5f03-fec9-4e0c-b474-f7806d42dedb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004653 10.0.0.27 - - [2026-02-05 03:41:19] "POST /fqname-to-id HTTP/1.1" 404 214 0.003121 10.0.0.27 - - [2026-02-05 03:41:19] "GET /virtual-network/a0a571b9-67f7-4dfb-8ee7-5cf37de6b145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005978 10.0.0.23 - - [2026-02-05 03:41:19] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001481 10.0.0.27 - - [2026-02-05 03:41:19] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046144 10.0.0.27 - - [2026-02-05 03:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-02-05 03:41:19] "GET /security-group/56698c81-3bf3-4674-9853-49ee97c898a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004862 10.0.0.27 - - [2026-02-05 03:41:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.096533 10.0.0.27 - - [2026-02-05 03:41:19] "POST /instance-ips HTTP/1.1" 200 357 0.041986 10.0.0.27 - - [2026-02-05 03:41:19] "GET /virtual-machine-interface/c3854b3f-ae4f-4ae0-ab86-f81ed5801889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006204 10.0.0.27 - - [2026-02-05 03:41:20] "GET /virtual-machine-interface/c3854b3f-ae4f-4ae0-ab86-f81ed5801889?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009535 10.0.0.27 - - [2026-02-05 03:41:20] "GET /instance-ip/848a3a74-daab-4087-810b-c6ef6d416f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.005313 10.0.0.27 - - [2026-02-05 03:41:20] "POST /fqname-to-id HTTP/1.1" 404 214 0.003498 10.0.0.27 - - [2026-02-05 03:41:20] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006218 10.0.0.27 - - [2026-02-05 03:41:20] "GET /virtual-machine-interface/e3739d82-d960-47f3-9257-11c0af911bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008216 10.0.0.27 - - [2026-02-05 03:41:20] "GET /virtual-machine-interface/e3739d82-d960-47f3-9257-11c0af911bb2?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.008591 10.0.0.27 - - [2026-02-05 03:41:20] "GET /instance-ip/80eb59a2-ee31-4ca6-9e85-e7ce0fbb6e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004777 10.0.0.27 - - [2026-02-05 03:41:20] "POST /fqname-to-id HTTP/1.1" 404 214 0.003020 10.0.0.27 - - [2026-02-05 03:41:20] "GET /virtual-network/fb32d70c-1682-4559-93dd-d0dc172f824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006124 10.0.0.23 - - [2026-02-05 03:41:20] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001317 10.0.0.27 - - [2026-02-05 03:41:20] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.045850 10.0.0.27 - - [2026-02-05 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2026-02-05 03:41:20] "GET /security-group/56698c81-3bf3-4674-9853-49ee97c898a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004616 10.0.0.27 - - [2026-02-05 03:41:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.119698 10.0.0.27 - - [2026-02-05 03:41:20] "POST /instance-ips HTTP/1.1" 200 357 0.052525 10.0.0.23 - - [2026-02-05 03:41:20] "DELETE /project/de9fe60634354c9db1bc8c2824de3ad5 HTTP/1.1" 404 173 0.004681 10.0.0.23 - - [2026-02-05 03:41:20] "DELETE /project/7f1cfff9-9029-4712-b5f8-40b5a6f9ee1f HTTP/1.1" 404 177 0.003790 10.0.0.27 - - [2026-02-05 03:41:20] "GET /virtual-machine-interface/c41363bc-9ea6-4911-953b-14990c2cdd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006759 10.0.0.27 - - [2026-02-05 03:41:20] "GET /virtual-machine-interface/c41363bc-9ea6-4911-953b-14990c2cdd23?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010334 10.0.0.27 - - [2026-02-05 03:41:21] "GET /instance-ip/c3382d29-fb40-4ee3-b103-2020dae1e4c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005376 10.0.0.27 - - [2026-02-05 03:41:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.002002 10.0.0.27 - - [2026-02-05 03:41:22] "POST /neutron/port HTTP/1.1" 200 989 0.042808 10.0.0.27 - - [2026-02-05 03:41:22] "POST /neutron/port HTTP/1.1" 200 989 0.011647 10.0.0.27 - - [2026-02-05 03:41:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001659 10.0.0.27 - - [2026-02-05 03:41:23] "POST /neutron/port HTTP/1.1" 200 117 0.008085 10.0.0.27 - - [2026-02-05 03:41:23] "POST /neutron/network HTTP/1.1" 200 837 0.006911 10.0.0.27 - - [2026-02-05 03:41:23] "POST /neutron/port HTTP/1.1" 200 1081 0.127333 10.0.0.27 - - [2026-02-05 03:41:23] "POST /neutron/subnet HTTP/1.1" 200 693 0.009309 10.0.0.23 - - [2026-02-05 03:41:24] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001037 10.0.0.27 - - [2026-02-05 03:41:24] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.069061 10.0.0.27 - - [2026-02-05 03:41:24] "POST /neutron/network HTTP/1.1" 200 827 0.007733 10.0.0.27 - - [2026-02-05 03:41:24] "POST /neutron/port HTTP/1.1" 200 117 0.006425 10.0.0.27 - - [2026-02-05 03:41:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001355 10.0.0.27 - - [2026-02-05 03:41:24] "POST /neutron/port HTTP/1.1" 200 989 0.012992 10.0.0.27 - - [2026-02-05 03:41:24] "POST /neutron/network HTTP/1.1" 200 837 0.007447 10.0.0.27 - - [2026-02-05 03:41:25] "POST /neutron/port HTTP/1.1" 200 989 0.039814 10.0.0.27 - - [2026-02-05 03:41:25] "POST /neutron/port HTTP/1.1" 200 1063 0.015668 10.0.0.27 - - [2026-02-05 03:41:25] "POST /neutron/port HTTP/1.1" 200 117 0.005830 10.0.0.27 - - [2026-02-05 03:41:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005862 10.0.0.50 - - [2026-02-05 03:41:25] "PUT /logical-router/f987c29b-22cf-49f6-840c-5f93cc7ca20f HTTP/1.1" 200 262 0.029083 10.0.0.23 - - [2026-02-05 03:41:25] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001120 10.0.0.27 - - [2026-02-05 03:41:25] "POST /neutron/router HTTP/1.1" 200 344 0.291887 10.0.0.27 - - [2026-02-05 03:41:25] "POST /neutron/router HTTP/1.1" 200 598 0.006644 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/network HTTP/1.1" 200 837 0.006323 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/port HTTP/1.1" 200 1091 0.031949 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/network HTTP/1.1" 200 837 0.017772 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.009857 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/network HTTP/1.1" 200 827 0.006297 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/network HTTP/1.1" 200 827 0.006628 10.0.0.27 - - [2026-02-05 03:41:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011342 10.0.0.27 - - [2026-02-05 03:41:26] "GET /virtual-machine/e71d2770-0ddf-4221-a1a7-69d993a85e37 HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-02-05 03:41:27] "GET /virtual-machine/e71d2770-0ddf-4221-a1a7-69d993a85e37 HTTP/1.1" 200 1275 0.034914 10.0.0.27 - - [2026-02-05 03:41:27] "GET /virtual-machine-interface/dcfdb997-b35d-4386-ba58-4d3cf44e79b2 HTTP/1.1" 200 3187 0.005514 10.0.0.27 - - [2026-02-05 03:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2026-02-05 03:41:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003953 10.0.0.27 - - [2026-02-05 03:41:27] "GET /virtual-networks?parent_id=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002902 10.0.0.27 - - [2026-02-05 03:41:27] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006393 10.0.0.27 - - [2026-02-05 03:41:28] "POST /neutron/network HTTP/1.1" 200 837 0.007379 10.0.0.27 - - [2026-02-05 03:41:28] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.27 - - [2026-02-05 03:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.27 - - [2026-02-05 03:41:30] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006929 10.0.0.27 - - [2026-02-05 03:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.27 - - [2026-02-05 03:41:34] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005907 10.0.0.27 - - [2026-02-05 03:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.27 - - [2026-02-05 03:41:38] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005958 10.0.0.27 - - [2026-02-05 03:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2026-02-05 03:41:42] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005804 10.0.0.27 - - [2026-02-05 03:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.27 - - [2026-02-05 03:41:46] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.011220 10.0.0.27 - - [2026-02-05 03:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.27 - - [2026-02-05 03:41:50] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006091 10.0.0.27 - - [2026-02-05 03:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006118 10.0.0.27 - - [2026-02-05 03:41:54] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007418 10.0.0.27 - - [2026-02-05 03:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2026-02-05 03:41:59] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006727 10.0.0.27 - - [2026-02-05 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-02-05 03:42:03] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005951 10.0.0.27 - - [2026-02-05 03:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.27 - - [2026-02-05 03:42:07] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005568 10.0.0.27 - - [2026-02-05 03:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.27 - - [2026-02-05 03:42:11] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006108 10.0.0.27 - - [2026-02-05 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2026-02-05 03:42:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003351 10.0.0.27 - - [2026-02-05 03:42:15] "GET /virtual-networks?parent_id=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002895 10.0.0.27 - - [2026-02-05 03:42:15] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006152 10.0.0.27 - - [2026-02-05 03:42:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007978 10.0.0.23 - - [2026-02-05 03:42:18] "GET /obj-perms HTTP/1.1" 200 5056 0.067634 10.0.0.27 - - [2026-02-05 03:42:21] "POST /neutron/port HTTP/1.1" 200 1127 0.052556 10.0.0.27 - - [2026-02-05 03:42:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007796 10.0.0.27 - - [2026-02-05 03:42:26] "POST /neutron/port HTTP/1.1" 200 1091 0.019702 10.0.0.27 - - [2026-02-05 03:42:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004839 10.0.0.27 - - [2026-02-05 03:42:26] "POST /neutron/network HTTP/1.1" 200 827 0.007061 10.0.0.27 - - [2026-02-05 03:42:30] "POST /neutron/port HTTP/1.1" 200 1127 0.018661 10.0.0.27 - - [2026-02-05 03:42:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004234 10.0.0.27 - - [2026-02-05 03:42:30] "POST /neutron/network HTTP/1.1" 200 827 0.008244 10.0.0.27 - - [2026-02-05 03:42:36] "POST /neutron/port HTTP/1.1" 200 1127 0.018950 10.0.0.27 - - [2026-02-05 03:42:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008015 10.0.0.27 - - [2026-02-05 03:42:36] "GET /virtual-machine/133e25dd-a863-43c7-a494-ab1a4bca6dfa HTTP/1.1" 200 1296 0.006747 10.0.0.27 - - [2026-02-05 03:42:36] "GET /virtual-machine-interface/0daa938e-d0a1-4fe6-b2b9-bce611de6065 HTTP/1.1" 200 2959 0.006252 10.0.0.27 - - [2026-02-05 03:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2026-02-05 03:42:36] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005780 10.0.0.27 - - [2026-02-05 03:42:36] "GET /virtual-networks?parent_id=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003599 10.0.0.27 - - [2026-02-05 03:42:36] "GET /virtual-network/fb32d70c-1682-4559-93dd-d0dc172f824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006612 10.0.0.27 - - [2026-02-05 03:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2026-02-05 03:42:37] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004813 10.0.0.27 - - [2026-02-05 03:42:37] "GET /virtual-networks?parent_id=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003581 10.0.0.27 - - [2026-02-05 03:42:37] "GET /virtual-network/fb32d70c-1682-4559-93dd-d0dc172f824b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009662 10.0.0.27 - - [2026-02-05 03:42:38] "POST /neutron/port HTTP/1.1" 200 1091 0.019203 10.0.0.27 - - [2026-02-05 03:42:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007893 10.0.0.27 - - [2026-02-05 03:42:38] "GET /virtual-machine/02f46061-5a78-4925-8a6a-8e3e665e47d1 HTTP/1.1" 200 1272 0.006322 10.0.0.27 - - [2026-02-05 03:42:38] "GET /virtual-machine-interface/e3739d82-d960-47f3-9257-11c0af911bb2 HTTP/1.1" 200 3187 0.007172 10.0.0.27 - - [2026-02-05 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.27 - - [2026-02-05 03:42:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.27 - - [2026-02-05 03:42:38] "GET /virtual-networks?parent_id=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003441 10.0.0.27 - - [2026-02-05 03:42:38] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006119 10.0.0.27 - - [2026-02-05 03:42:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2026-02-05 03:42:39] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.27 - - [2026-02-05 03:42:39] "GET /virtual-networks?parent_id=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003168 10.0.0.27 - - [2026-02-05 03:42:39] "GET /virtual-network/f1f95977-7952-4771-840d-6b6d27921b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006984 10.0.0.27 - - [2026-02-05 03:43:19] "GET /obj-perms HTTP/1.1" 200 5056 0.059900 10.0.0.27 - - [2026-02-05 03:43:27] "POST /neutron/port HTTP/1.1" 200 1091 0.059610 10.0.0.27 - - [2026-02-05 03:43:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004141 10.0.0.27 - - [2026-02-05 03:43:27] "POST /neutron/network HTTP/1.1" 200 827 0.010042 10.0.0.27 - - [2026-02-05 03:43:31] "POST /neutron/network HTTP/1.1" 200 837 0.006974 10.0.0.27 - - [2026-02-05 03:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.50 - - [2026-02-05 03:44:00] "POST /ref-update HTTP/1.1" 200 156 0.019578 10.0.0.27 - - [2026-02-05 03:44:01] "POST /neutron/router HTTP/1.1" 200 344 0.210414 10.0.0.27 - - [2026-02-05 03:44:01] "POST /neutron/router HTTP/1.1" 200 598 0.007625 10.0.0.50 - - [2026-02-05 03:44:01] "DELETE /route-target/385ff55b-6565-422d-a33e-fb9cd698d340 HTTP/1.1" 200 115 0.024893 10.0.0.27 - - [2026-02-05 03:44:02] "POST /neutron/port HTTP/1.1" 200 1117 0.016279 10.0.0.27 - - [2026-02-05 03:44:03] "DELETE /instance-ip/c3382d29-fb40-4ee3-b103-2020dae1e4c6 HTTP/1.1" 200 115 0.053370 10.0.0.27 - - [2026-02-05 03:44:03] "DELETE /virtual-machine-interface/c41363bc-9ea6-4911-953b-14990c2cdd23 HTTP/1.1" 200 115 0.072714 10.0.0.27 - - [2026-02-05 03:44:03] "POST /neutron/port HTTP/1.1" 200 151 0.198142 10.0.0.27 - - [2026-02-05 03:44:03] "DELETE /instance-ip/848a3a74-daab-4087-810b-c6ef6d416f08 HTTP/1.1" 200 115 0.058537 10.0.0.27 - - [2026-02-05 03:44:03] "DELETE /virtual-machine-interface/c3854b3f-ae4f-4ae0-ab86-f81ed5801889 HTTP/1.1" 200 115 0.060595 10.0.0.27 - - [2026-02-05 03:44:03] "DELETE /instance-ip/e28987bf-7833-41f4-9190-20dd2884dd85 HTTP/1.1" 200 115 0.045175 10.0.0.27 - - [2026-02-05 03:44:03] "DELETE /virtual-machine-interface/b24affe9-029d-47f0-9a91-60b50e1d9a94 HTTP/1.1" 200 115 0.068341 10.0.0.27 - - [2026-02-05 03:44:03] "POST /neutron/port HTTP/1.1" 200 1081 0.018628 10.0.0.23 - - [2026-02-05 03:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004978 10.0.0.23 - - [2026-02-05 03:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003718 10.0.0.27 - - [2026-02-05 03:44:04] "POST /neutron/network HTTP/1.1" 200 151 0.129460 10.0.0.50 - - [2026-02-05 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-02-05 03:44:04] "POST /neutron/network HTTP/1.1" 200 827 0.006873 10.0.0.23 - - [2026-02-05 03:44:04] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.50 - - [2026-02-05 03:44:04] "DELETE /route-target/c04c0326-3504-464a-afde-f6c35f387c9a HTTP/1.1" 200 115 0.035483 10.0.0.27 - - [2026-02-05 03:44:04] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071878 10.0.0.23 - - [2026-02-05 03:44:04] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001451 10.0.0.27 - - [2026-02-05 03:44:04] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?fields=virtual_networks HTTP/1.1" 200 1041 0.051830 10.0.0.23 - - [2026-02-05 03:44:04] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001519 10.0.0.27 - - [2026-02-05 03:44:04] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.043623 10.0.0.23 - - [2026-02-05 03:44:04] "GET /projects?obj_uuids=de9fe606-3435-4c9d-b1bc-8c2824de3ad5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001973 10.0.0.27 - - [2026-02-05 03:44:04] "GET /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5?fields=security_groups HTTP/1.1" 200 1271 0.049483 10.0.0.27 - - [2026-02-05 03:44:05] "POST /fqname-to-id HTTP/1.1" 404 187 0.029238 10.0.0.23 - - [2026-02-05 03:44:05] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003724 10.0.0.23 - - [2026-02-05 03:44:05] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.23 - - [2026-02-05 03:44:05] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007736 10.0.0.23 - - [2026-02-05 03:44:06] "POST /id-to-fqname HTTP/1.1" 200 189 0.004279 10.0.0.23 - - [2026-02-05 03:44:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.008369 10.0.0.23 - - [2026-02-05 03:44:06] "POST /security-groups HTTP/1.1" 200 590 0.076615 10.0.0.23 - - [2026-02-05 03:44:06] "POST /projects HTTP/1.1" 200 583 0.311708 10.0.0.50 - - [2026-02-05 03:44:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.011035 10.0.0.23 - - [2026-02-05 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.388327 10.0.0.27 - - [2026-02-05 03:44:06] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.534405 10.0.0.27 - - [2026-02-05 03:44:07] "POST /neutron/port HTTP/1.1" 400 205 0.004292 10.0.0.27 - - [2026-02-05 03:44:07] "GET / HTTP/1.1" 200 35931 0.002241 10.0.0.27 - - [2026-02-05 03:44:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2026-02-05 03:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.067389 10.0.0.23 - - [2026-02-05 03:44:10] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001120 10.0.0.27 - - [2026-02-05 03:44:10] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047043 10.0.0.27 - - [2026-02-05 03:44:10] "POST /neutron/network HTTP/1.1" 200 117 0.043632 10.0.0.50 - - [2026-02-05 03:44:10] "POST /ref-update HTTP/1.1" 200 156 0.021955 10.0.0.27 - - [2026-02-05 03:44:10] "POST /neutron/network HTTP/1.1" 200 824 0.010914 10.0.0.27 - - [2026-02-05 03:44:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001199 10.0.0.27 - - [2026-02-05 03:44:10] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005319 10.0.0.27 - - [2026-02-05 03:44:10] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005620 10.0.0.27 - - [2026-02-05 03:44:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.010111 10.0.0.27 - - [2026-02-05 03:44:11] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005626 10.0.0.50 - - [2026-02-05 03:44:12] "GET /obj-perms HTTP/1.1" 200 5028 0.065047 10.0.0.27 - - [2026-02-05 03:44:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001430 10.0.0.23 - - [2026-02-05 03:44:14] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001392 10.0.0.27 - - [2026-02-05 03:44:14] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.069507 10.0.0.27 - - [2026-02-05 03:44:14] "POST /neutron/port HTTP/1.1" 200 117 0.009692 10.0.0.27 - - [2026-02-05 03:44:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001737 10.0.0.27 - - [2026-02-05 03:44:14] "POST /neutron/network HTTP/1.1" 200 834 0.009511 10.0.0.27 - - [2026-02-05 03:44:15] "POST /neutron/port HTTP/1.1" 200 1060 0.024753 10.0.0.27 - - [2026-02-05 03:44:15] "POST /neutron/port HTTP/1.1" 200 1124 0.021889 10.0.0.27 - - [2026-02-05 03:44:15] "POST /neutron/port HTTP/1.1" 200 117 0.001735 10.0.0.23 - - [2026-02-05 03:44:15] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001119 10.0.0.27 - - [2026-02-05 03:44:15] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.087437 10.0.0.27 - - [2026-02-05 03:44:15] "POST /neutron/port HTTP/1.1" 200 1124 0.027120 10.0.0.27 - - [2026-02-05 03:44:15] "POST /neutron/port HTTP/1.1" 200 1124 0.018926 10.0.0.23 - - [2026-02-05 03:44:16] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000994 10.0.0.27 - - [2026-02-05 03:44:16] "POST /neutron/port HTTP/1.1" 200 1060 0.316226 10.0.0.27 - - [2026-02-05 03:44:16] "POST /neutron/port HTTP/1.1" 200 1114 0.110595 10.0.0.27 - - [2026-02-05 03:44:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.009609 10.0.0.27 - - [2026-02-05 03:44:20] "POST /neutron/port HTTP/1.1" 200 1124 0.017777 10.0.0.27 - - [2026-02-05 03:44:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008487 10.0.0.23 - - [2026-02-05 03:44:21] "DELETE /project/45e8fa8e69274004962f5496fca355cc HTTP/1.1" 404 173 0.003067 10.0.0.23 - - [2026-02-05 03:44:21] "DELETE /project/de9fe606-3435-4c9d-b1bc-8c2824de3ad5 HTTP/1.1" 404 177 0.005440 10.0.0.27 - - [2026-02-05 03:44:21] "GET /virtual-machine/de8eced5-5a4b-45c4-b209-39929d62883a HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2026-02-05 03:44:21] "GET /virtual-machine/de8eced5-5a4b-45c4-b209-39929d62883a HTTP/1.1" 200 1292 0.040648 10.0.0.27 - - [2026-02-05 03:44:21] "GET /virtual-machine-interface/7ad3ff5a-e0f7-4b06-8170-53feee91b7de HTTP/1.1" 200 2934 0.006965 10.0.0.27 - - [2026-02-05 03:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2026-02-05 03:44:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004223 10.0.0.27 - - [2026-02-05 03:44:21] "GET /virtual-networks?parent_id=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003422 10.0.0.27 - - [2026-02-05 03:44:21] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006294 10.0.0.27 - - [2026-02-05 03:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.27 - - [2026-02-05 03:44:24] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006730 10.0.0.27 - - [2026-02-05 03:44:27] "POST /neutron/port HTTP/1.1" 200 1124 0.018042 10.0.0.27 - - [2026-02-05 03:44:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004633 10.0.0.27 - - [2026-02-05 03:44:28] "POST /neutron/network HTTP/1.1" 200 824 0.007439 10.0.0.27 - - [2026-02-05 03:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.27 - - [2026-02-05 03:44:28] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006166 10.0.0.27 - - [2026-02-05 03:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.27 - - [2026-02-05 03:44:32] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005967 10.0.0.27 - - [2026-02-05 03:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.27 - - [2026-02-05 03:44:37] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005852 10.0.0.27 - - [2026-02-05 03:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.27 - - [2026-02-05 03:44:41] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006506 10.0.0.27 - - [2026-02-05 03:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.27 - - [2026-02-05 03:44:45] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005872 10.0.0.27 - - [2026-02-05 03:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2026-02-05 03:44:49] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005419 10.0.0.27 - - [2026-02-05 03:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.27 - - [2026-02-05 03:44:53] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007047 10.0.0.27 - - [2026-02-05 03:44:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.27 - - [2026-02-05 03:44:57] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006078 10.0.0.27 - - [2026-02-05 03:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.27 - - [2026-02-05 03:45:01] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006174 10.0.0.27 - - [2026-02-05 03:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.27 - - [2026-02-05 03:45:05] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005994 10.0.0.27 - - [2026-02-05 03:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-02-05 03:45:09] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006647 10.0.0.27 - - [2026-02-05 03:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2026-02-05 03:45:13] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005484 10.0.0.27 - - [2026-02-05 03:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.27 - - [2026-02-05 03:45:17] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005662 10.0.0.27 - - [2026-02-05 03:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2026-02-05 03:45:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004129 10.0.0.27 - - [2026-02-05 03:45:20] "GET /virtual-networks?parent_id=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003477 10.0.0.27 - - [2026-02-05 03:45:20] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006190 10.0.0.23 - - [2026-02-05 03:45:21] "GET /obj-perms HTTP/1.1" 200 5056 0.069205 10.0.0.27 - - [2026-02-05 03:45:25] "POST /neutron/port HTTP/1.1" 200 1124 0.019188 10.0.0.27 - - [2026-02-05 03:45:28] "POST /neutron/port HTTP/1.1" 200 1124 0.016638 10.0.0.27 - - [2026-02-05 03:45:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.011756 10.0.0.27 - - [2026-02-05 03:45:30] "POST /neutron/port HTTP/1.1" 200 1124 0.019408 10.0.0.27 - - [2026-02-05 03:45:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007148 10.0.0.27 - - [2026-02-05 03:45:35] "POST /neutron/port HTTP/1.1" 200 1124 0.018300 10.0.0.27 - - [2026-02-05 03:45:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011177 10.0.0.27 - - [2026-02-05 03:45:46] "POST /neutron/port HTTP/1.1" 200 1124 0.019069 10.0.0.27 - - [2026-02-05 03:45:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007823 10.0.0.27 - - [2026-02-05 03:45:46] "GET /virtual-machine/aa130311-eff0-427e-bd44-d1b4efa82874 HTTP/1.1" 200 1292 0.006356 10.0.0.27 - - [2026-02-05 03:45:46] "GET /virtual-machine-interface/660da714-2fb1-46f0-9a47-e5e3acf4053f HTTP/1.1" 200 2935 0.006684 10.0.0.27 - - [2026-02-05 03:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005528 10.0.0.27 - - [2026-02-05 03:45:46] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004192 10.0.0.27 - - [2026-02-05 03:45:46] "GET /virtual-networks?parent_id=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003327 10.0.0.27 - - [2026-02-05 03:45:46] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006605 10.0.0.27 - - [2026-02-05 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005884 10.0.0.27 - - [2026-02-05 03:45:47] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004232 10.0.0.27 - - [2026-02-05 03:45:47] "GET /virtual-networks?parent_id=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003847 10.0.0.27 - - [2026-02-05 03:45:47] "GET /virtual-network/3b2f1cef-e1ca-4512-8774-81a26e5920c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006050 10.0.0.50 - - [2026-02-05 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.50 - - [2026-02-05 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.50 - - [2026-02-05 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.50 - - [2026-02-05 03:46:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.23 - - [2026-02-05 03:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2026-02-05 03:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-02-05 03:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.23 - - [2026-02-05 03:46:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2026-02-05 03:46:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-02-05 03:46:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-02-05 03:46:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-02-05 03:46:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2026-02-05 03:46:21] "GET /obj-perms HTTP/1.1" 200 5056 0.081372 10.0.0.27 - - [2026-02-05 03:46:29] "POST /neutron/network HTTP/1.1" 200 834 0.007084 10.0.0.27 - - [2026-02-05 03:46:29] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.27 - - [2026-02-05 03:47:07] "POST /neutron/network HTTP/1.1" 400 204 0.015213 10.0.0.27 - - [2026-02-05 03:47:08] "POST /neutron/port HTTP/1.1" 200 1124 0.025249 10.0.0.27 - - [2026-02-05 03:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.227223 10.0.0.50 - - [2026-02-05 03:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.042803 10.0.0.23 - - [2026-02-05 03:47:11] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.032191 10.0.0.27 - - [2026-02-05 03:47:11] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.115480 10.0.0.23 - - [2026-02-05 03:47:11] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001050 10.0.0.27 - - [2026-02-05 03:47:11] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?fields=virtual_networks HTTP/1.1" 200 1030 0.058707 10.0.0.23 - - [2026-02-05 03:47:11] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001120 10.0.0.27 - - [2026-02-05 03:47:11] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045821 10.0.0.23 - - [2026-02-05 03:47:11] "GET /projects?obj_uuids=45e8fa8e-6927-4004-962f-5496fca355cc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001393 10.0.0.27 - - [2026-02-05 03:47:12] "GET /project/45e8fa8e-6927-4004-962f-5496fca355cc?fields=security_groups HTTP/1.1" 200 1255 0.039552 10.0.0.27 - - [2026-02-05 03:47:12] "POST /fqname-to-id HTTP/1.1" 404 187 0.031867 10.0.0.23 - - [2026-02-05 03:47:13] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004009 10.0.0.23 - - [2026-02-05 03:47:13] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.23 - - [2026-02-05 03:47:13] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042427 10.0.0.23 - - [2026-02-05 03:47:13] "POST /id-to-fqname HTTP/1.1" 200 189 0.002582 10.0.0.23 - - [2026-02-05 03:47:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.007746 10.0.0.23 - - [2026-02-05 03:47:13] "POST /security-groups HTTP/1.1" 200 590 0.073151 10.0.0.23 - - [2026-02-05 03:47:13] "POST /projects HTTP/1.1" 200 583 0.289840 10.0.0.23 - - [2026-02-05 03:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.365732 10.0.0.50 - - [2026-02-05 03:47:13] "POST /access-control-lists HTTP/1.1" 200 595 0.029439 10.0.0.27 - - [2026-02-05 03:47:13] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.573998 10.0.0.50 - - [2026-02-05 03:47:13] "DELETE /access-control-list/f4b68b8d-5080-401f-adab-a93001d6e2c8 HTTP/1.1" 200 115 0.051719 10.0.0.27 - - [2026-02-05 03:47:14] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.27 - - [2026-02-05 03:47:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2026-02-05 03:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.063628 10.0.0.23 - - [2026-02-05 03:47:17] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001090 10.0.0.27 - - [2026-02-05 03:47:17] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044067 10.0.0.27 - - [2026-02-05 03:47:17] "POST /neutron/network HTTP/1.1" 200 117 0.043208 10.0.0.50 - - [2026-02-05 03:47:17] "POST /ref-update HTTP/1.1" 200 156 0.028844 10.0.0.27 - - [2026-02-05 03:47:17] "POST /neutron/network HTTP/1.1" 200 823 0.008272 10.0.0.27 - - [2026-02-05 03:47:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001148 10.0.0.27 - - [2026-02-05 03:47:17] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007192 10.0.0.27 - - [2026-02-05 03:47:17] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006228 10.0.0.27 - - [2026-02-05 03:47:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.010034 10.0.0.27 - - [2026-02-05 03:47:18] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006391 10.0.0.50 - - [2026-02-05 03:47:19] "GET /obj-perms HTTP/1.1" 200 5028 0.064371 10.0.0.27 - - [2026-02-05 03:47:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001485 10.0.0.23 - - [2026-02-05 03:47:20] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001220 10.0.0.27 - - [2026-02-05 03:47:20] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.077960 10.0.0.27 - - [2026-02-05 03:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.006736 10.0.0.27 - - [2026-02-05 03:47:21] "POST /id-to-fqname HTTP/1.1" 200 219 0.001392 10.0.0.27 - - [2026-02-05 03:47:21] "POST /neutron/network HTTP/1.1" 200 833 0.006980 10.0.0.23 - - [2026-02-05 03:47:21] "DELETE /project/57aebbd541764e2e987a0ede80ef5d26 HTTP/1.1" 404 173 0.003115 10.0.0.23 - - [2026-02-05 03:47:21] "DELETE /project/45e8fa8e-6927-4004-962f-5496fca355cc HTTP/1.1" 404 177 0.005496 10.0.0.27 - - [2026-02-05 03:47:21] "POST /neutron/port HTTP/1.1" 200 1059 0.020456 10.0.0.27 - - [2026-02-05 03:47:22] "POST /neutron/port HTTP/1.1" 200 1123 0.020453 10.0.0.27 - - [2026-02-05 03:47:22] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.23 - - [2026-02-05 03:47:22] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002913 10.0.0.27 - - [2026-02-05 03:47:22] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.287993 10.0.0.27 - - [2026-02-05 03:47:22] "POST /neutron/port HTTP/1.1" 200 1123 0.021537 10.0.0.27 - - [2026-02-05 03:47:22] "POST /neutron/port HTTP/1.1" 200 1123 0.019935 10.0.0.23 - - [2026-02-05 03:47:23] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001441 10.0.0.27 - - [2026-02-05 03:47:23] "POST /neutron/port HTTP/1.1" 200 1059 0.288375 10.0.0.27 - - [2026-02-05 03:47:23] "POST /neutron/port HTTP/1.1" 200 1113 0.112685 10.0.0.27 - - [2026-02-05 03:47:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.010096 10.0.0.27 - - [2026-02-05 03:47:27] "POST /neutron/port HTTP/1.1" 200 1123 0.019462 10.0.0.27 - - [2026-02-05 03:47:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008216 10.0.0.27 - - [2026-02-05 03:47:28] "GET /virtual-machine/95ce6663-f4a3-45d8-b5f8-f29fa18381ac HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-02-05 03:47:28] "GET /virtual-machine/95ce6663-f4a3-45d8-b5f8-f29fa18381ac HTTP/1.1" 200 1292 0.042719 10.0.0.27 - - [2026-02-05 03:47:28] "GET /virtual-machine-interface/22e36551-dff7-47fd-9007-210474d0a4bf HTTP/1.1" 200 2935 0.006243 10.0.0.27 - - [2026-02-05 03:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.27 - - [2026-02-05 03:47:28] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003904 10.0.0.27 - - [2026-02-05 03:47:28] "GET /virtual-networks?parent_id=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003136 10.0.0.27 - - [2026-02-05 03:47:28] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005793 10.0.0.27 - - [2026-02-05 03:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2026-02-05 03:47:31] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005596 10.0.0.27 - - [2026-02-05 03:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.27 - - [2026-02-05 03:47:35] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007654 10.0.0.27 - - [2026-02-05 03:47:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.27 - - [2026-02-05 03:47:39] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006158 10.0.0.27 - - [2026-02-05 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.27 - - [2026-02-05 03:47:43] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005771 10.0.0.27 - - [2026-02-05 03:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2026-02-05 03:47:48] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005584 10.0.0.27 - - [2026-02-05 03:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.27 - - [2026-02-05 03:47:52] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006946 10.0.0.27 - - [2026-02-05 03:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.27 - - [2026-02-05 03:47:56] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005808 10.0.0.27 - - [2026-02-05 03:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.27 - - [2026-02-05 03:48:00] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005680 10.0.0.27 - - [2026-02-05 03:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2026-02-05 03:48:04] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005821 10.0.0.27 - - [2026-02-05 03:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.27 - - [2026-02-05 03:48:08] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007632 10.0.0.27 - - [2026-02-05 03:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.27 - - [2026-02-05 03:48:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004347 10.0.0.27 - - [2026-02-05 03:48:10] "GET /virtual-networks?parent_id=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003174 10.0.0.27 - - [2026-02-05 03:48:10] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006415 10.0.0.27 - - [2026-02-05 03:48:10] "POST /neutron/port HTTP/1.1" 200 1123 0.018757 10.0.0.27 - - [2026-02-05 03:48:16] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007758 10.0.0.27 - - [2026-02-05 03:48:22] "POST /neutron/port HTTP/1.1" 200 1123 0.052864 10.0.0.27 - - [2026-02-05 03:48:22] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009432 10.0.0.23 - - [2026-02-05 03:48:23] "GET /obj-perms HTTP/1.1" 200 5056 0.067248 10.0.0.27 - - [2026-02-05 03:48:31] "POST /neutron/port HTTP/1.1" 200 1123 0.050920 10.0.0.27 - - [2026-02-05 03:48:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003733 10.0.0.27 - - [2026-02-05 03:48:31] "POST /neutron/network HTTP/1.1" 200 823 0.007383 10.0.0.27 - - [2026-02-05 03:48:36] "POST /neutron/port HTTP/1.1" 200 1123 0.018257 10.0.0.27 - - [2026-02-05 03:48:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010582 10.0.0.27 - - [2026-02-05 03:48:37] "GET /virtual-machine/6a17ecb7-5e91-4fd4-8a90-4af54d54ffbe HTTP/1.1" 200 1290 0.006801 10.0.0.27 - - [2026-02-05 03:48:37] "GET /virtual-machine-interface/b9faa339-7f8d-4ac1-b3c5-e87cba43cce9 HTTP/1.1" 200 2936 0.005847 10.0.0.27 - - [2026-02-05 03:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.27 - - [2026-02-05 03:48:37] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003680 10.0.0.27 - - [2026-02-05 03:48:37] "GET /virtual-networks?parent_id=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003076 10.0.0.27 - - [2026-02-05 03:48:37] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006212 10.0.0.27 - - [2026-02-05 03:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.27 - - [2026-02-05 03:48:38] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004453 10.0.0.27 - - [2026-02-05 03:48:38] "GET /virtual-networks?parent_id=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003502 10.0.0.27 - - [2026-02-05 03:48:38] "GET /virtual-network/4073df93-3102-4cfa-986f-99a11e9ebe14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.014860 10.0.0.27 - - [2026-02-05 03:49:04] "POST /neutron/network HTTP/1.1" 200 823 0.007045 10.0.0.27 - - [2026-02-05 03:49:04] "POST /neutron/port HTTP/1.1" 200 1113 0.014899 10.0.0.27 - - [2026-02-05 03:49:04] "POST /neutron/port HTTP/1.1" 200 1113 0.015613 10.0.0.23 - - [2026-02-05 03:49:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005934 10.0.0.23 - - [2026-02-05 03:49:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002806 10.0.0.27 - - [2026-02-05 03:49:06] "POST /neutron/network HTTP/1.1" 200 151 0.127085 10.0.0.23 - - [2026-02-05 03:49:07] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001031 10.0.0.27 - - [2026-02-05 03:49:07] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.038837 10.0.0.23 - - [2026-02-05 03:49:07] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001002 10.0.0.27 - - [2026-02-05 03:49:07] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?fields=virtual_networks HTTP/1.1" 200 1030 0.054340 10.0.0.23 - - [2026-02-05 03:49:07] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001031 10.0.0.27 - - [2026-02-05 03:49:07] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.044497 10.0.0.23 - - [2026-02-05 03:49:08] "GET /projects?obj_uuids=57aebbd5-4176-4e2e-987a-0ede80ef5d26&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001033 10.0.0.27 - - [2026-02-05 03:49:08] "GET /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26?fields=security_groups HTTP/1.1" 200 1255 0.042667 10.0.0.50 - - [2026-02-05 03:49:14] "DELETE /access-control-list/9899df4f-7148-4c39-a185-d9f812eb40b9 HTTP/1.1" 200 115 0.033957 10.0.0.23 - - [2026-02-05 03:49:21] "DELETE /project/57aebbd5-4176-4e2e-987a-0ede80ef5d26 HTTP/1.1" 404 177 0.003481 10.0.0.27 - - [2026-02-05 03:49:23] "GET / HTTP/1.1" 200 35931 0.002297 10.0.0.27 - - [2026-02-05 03:49:24] "GET /obj-perms HTTP/1.1" 200 5056 0.098515 10.0.0.27 - - [2026-02-05 03:49:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.27 - - [2026-02-05 03:49:24] "POST /fqname-to-id HTTP/1.1" 404 201 0.050119 10.0.0.23 - - [2026-02-05 03:49:25] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003813 10.0.0.23 - - [2026-02-05 03:49:25] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.23 - - [2026-02-05 03:49:25] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008082 10.0.0.23 - - [2026-02-05 03:49:25] "POST /id-to-fqname HTTP/1.1" 200 203 0.004843 10.0.0.23 - - [2026-02-05 03:49:25] "POST /fqname-to-id HTTP/1.1" 404 212 0.004427 10.0.0.23 - - [2026-02-05 03:49:25] "POST /security-groups HTTP/1.1" 200 604 0.036895 10.0.0.23 - - [2026-02-05 03:49:25] "POST /projects HTTP/1.1" 200 611 0.247610 10.0.0.50 - - [2026-02-05 03:49:25] "POST /access-control-lists HTTP/1.1" 200 609 0.027427 10.0.0.23 - - [2026-02-05 03:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.320495 10.0.0.27 - - [2026-02-05 03:49:25] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.457434 10.0.0.27 - - [2026-02-05 03:49:26] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.27 - - [2026-02-05 03:49:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2026-02-05 03:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.062158 10.0.0.23 - - [2026-02-05 03:49:27] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000989 10.0.0.27 - - [2026-02-05 03:49:27] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.048770 10.0.0.50 - - [2026-02-05 03:49:27] "POST /route-targets HTTP/1.1" 200 327 0.018138 10.0.0.23 - - [2026-02-05 03:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007303 10.0.0.27 - - [2026-02-05 03:49:28] "POST /neutron/subnet HTTP/1.1" 200 725 0.315284 10.0.0.27 - - [2026-02-05 03:49:28] "POST /id-to-fqname HTTP/1.1" 200 234 0.001407 10.0.0.27 - - [2026-02-05 03:49:28] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006029 10.0.0.27 - - [2026-02-05 03:49:28] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005958 10.0.0.27 - - [2026-02-05 03:49:28] "POST /neutron/network HTTP/1.1" 200 839 0.007479 10.0.0.27 - - [2026-02-05 03:49:28] "POST /id-to-fqname HTTP/1.1" 200 234 0.001445 10.0.0.23 - - [2026-02-05 03:49:29] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002484 10.0.0.27 - - [2026-02-05 03:49:29] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.089972 10.0.0.27 - - [2026-02-05 03:49:29] "POST /neutron/network HTTP/1.1" 200 839 0.039177 10.0.0.27 - - [2026-02-05 03:49:29] "POST /id-to-fqname HTTP/1.1" 200 234 0.001394 10.0.0.27 - - [2026-02-05 03:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.006659 10.0.0.23 - - [2026-02-05 03:49:30] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001124 10.0.0.27 - - [2026-02-05 03:49:30] "POST /neutron/port HTTP/1.1" 200 1073 0.346242 10.0.0.23 - - [2026-02-05 03:49:30] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001104 10.0.0.27 - - [2026-02-05 03:49:30] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.099773 10.0.0.27 - - [2026-02-05 03:49:30] "POST /neutron/network HTTP/1.1" 200 839 0.006307 10.0.0.27 - - [2026-02-05 03:49:30] "POST /neutron/port HTTP/1.1" 200 1137 0.021998 10.0.0.27 - - [2026-02-05 03:49:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.009731 10.0.0.27 - - [2026-02-05 03:49:31] "POST /neutron/network HTTP/1.1" 200 839 0.007781 10.0.0.27 - - [2026-02-05 03:49:31] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009548 10.0.0.27 - - [2026-02-05 03:49:31] "POST /neutron/port HTTP/1.1" 200 1073 0.025908 10.0.0.27 - - [2026-02-05 03:49:32] "POST /neutron/port HTTP/1.1" 200 1137 0.019874 10.0.0.27 - - [2026-02-05 03:49:32] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.50 - - [2026-02-05 03:49:32] "GET /obj-perms HTTP/1.1" 200 5056 0.063099 10.0.0.27 - - [2026-02-05 03:49:33] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007774 10.0.0.27 - - [2026-02-05 03:49:33] "POST /neutron/port HTTP/1.1" 200 1137 0.017630 10.0.0.27 - - [2026-02-05 03:49:33] "GET /virtual-machine/163186f8-be15-4fa3-b440-edf7426bb762 HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-02-05 03:49:34] "GET /virtual-machine/163186f8-be15-4fa3-b440-edf7426bb762 HTTP/1.1" 200 1305 0.039746 10.0.0.27 - - [2026-02-05 03:49:34] "GET /virtual-machine-interface/c98e073d-eb1a-44c2-a615-97d5951212fb HTTP/1.1" 200 3009 0.005574 10.0.0.27 - - [2026-02-05 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.27 - - [2026-02-05 03:49:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003778 10.0.0.27 - - [2026-02-05 03:49:34] "GET /virtual-networks?parent_id=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003096 10.0.0.27 - - [2026-02-05 03:49:34] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006299 10.0.0.27 - - [2026-02-05 03:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.27 - - [2026-02-05 03:49:37] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006086 10.0.0.27 - - [2026-02-05 03:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.27 - - [2026-02-05 03:49:41] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007506 10.0.0.27 - - [2026-02-05 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-02-05 03:49:45] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006158 10.0.0.27 - - [2026-02-05 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.27 - - [2026-02-05 03:49:49] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005791 10.0.0.27 - - [2026-02-05 03:49:52] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008509 10.0.0.27 - - [2026-02-05 03:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2026-02-05 03:49:53] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005679 10.0.0.27 - - [2026-02-05 03:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2026-02-05 03:49:55] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003935 10.0.0.27 - - [2026-02-05 03:49:55] "GET /virtual-networks?parent_id=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003396 10.0.0.27 - - [2026-02-05 03:49:55] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007560 10.0.0.27 - - [2026-02-05 03:49:55] "POST /neutron/port HTTP/1.1" 200 1137 0.023310 10.0.0.27 - - [2026-02-05 03:50:00] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009195 10.0.0.27 - - [2026-02-05 03:50:06] "POST /neutron/port HTTP/1.1" 200 1137 0.018848 10.0.0.27 - - [2026-02-05 03:50:06] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007935 10.0.0.27 - - [2026-02-05 03:50:06] "GET /virtual-machine/8ba97eb7-72c0-4663-9c98-e4b24931cd3b HTTP/1.1" 200 1306 0.006967 10.0.0.27 - - [2026-02-05 03:50:06] "GET /virtual-machine-interface/676a4f5a-c3ae-4c15-8712-4d08506406ab HTTP/1.1" 200 3007 0.006051 10.0.0.27 - - [2026-02-05 03:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2026-02-05 03:50:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004613 10.0.0.27 - - [2026-02-05 03:50:06] "GET /virtual-networks?parent_id=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.012530 10.0.0.27 - - [2026-02-05 03:50:06] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006395 10.0.0.27 - - [2026-02-05 03:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2026-02-05 03:50:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004678 10.0.0.27 - - [2026-02-05 03:50:07] "GET /virtual-networks?parent_id=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003649 10.0.0.27 - - [2026-02-05 03:50:07] "GET /virtual-network/4eff7a46-d8ba-4c7d-9364-3b46ee16a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007704 10.0.0.27 - - [2026-02-05 03:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.27 - - [2026-02-05 03:50:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003950 10.0.0.27 - - [2026-02-05 03:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2026-02-05 03:50:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004572 10.0.0.27 - - [2026-02-05 03:50:08] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.012001 10.0.0.27 - - [2026-02-05 03:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.27 - - [2026-02-05 03:50:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005430 10.0.0.27 - - [2026-02-05 03:50:19] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.014707 10.0.0.23 - - [2026-02-05 03:50:21] "DELETE /project/e7df823453574ad0854f0b93373d1bf7 HTTP/1.1" 404 173 0.003233 10.0.0.27 - - [2026-02-05 03:50:35] "POST /neutron/network HTTP/1.1" 200 849 0.007571 10.0.0.27 - - [2026-02-05 03:50:35] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.27 - - [2026-02-05 03:51:11] "POST /neutron/network HTTP/1.1" 400 204 0.016562 10.0.0.27 - - [2026-02-05 03:51:11] "POST /neutron/port HTTP/1.1" 200 151 0.186754 10.0.0.27 - - [2026-02-05 03:51:11] "POST /neutron/port HTTP/1.1" 200 151 0.228658 10.0.0.50 - - [2026-02-05 03:51:13] "DELETE /route-target/8db5832b-62a1-4581-ba87-9512bc34287a HTTP/1.1" 200 115 0.024841 10.0.0.23 - - [2026-02-05 03:51:13] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001277 10.0.0.27 - - [2026-02-05 03:51:13] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053587 10.0.0.23 - - [2026-02-05 03:51:13] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001087 10.0.0.27 - - [2026-02-05 03:51:13] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?fields=virtual_networks HTTP/1.1" 200 1058 0.056836 10.0.0.23 - - [2026-02-05 03:51:13] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001065 10.0.0.27 - - [2026-02-05 03:51:13] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.053222 10.0.0.23 - - [2026-02-05 03:51:13] "GET /projects?obj_uuids=e7df8234-5357-4ad0-854f-0b93373d1bf7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001081 10.0.0.27 - - [2026-02-05 03:51:13] "GET /project/e7df8234-5357-4ad0-854f-0b93373d1bf7?fields=security_groups HTTP/1.1" 200 1297 0.048072 10.0.0.27 - - [2026-02-05 03:51:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.032054 10.0.0.23 - - [2026-02-05 03:51:14] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003064 10.0.0.23 - - [2026-02-05 03:51:14] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.23 - - [2026-02-05 03:51:14] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007764 10.0.0.23 - - [2026-02-05 03:51:14] "POST /id-to-fqname HTTP/1.1" 200 209 0.001401 10.0.0.23 - - [2026-02-05 03:51:14] "POST /fqname-to-id HTTP/1.1" 404 217 0.006078 10.0.0.23 - - [2026-02-05 03:51:15] "POST /security-groups HTTP/1.1" 200 609 0.097572 10.0.0.23 - - [2026-02-05 03:51:15] "POST /projects HTTP/1.1" 200 621 0.325243 10.0.0.50 - - [2026-02-05 03:51:15] "POST /fqname-to-id HTTP/1.1" 404 251 0.010699 10.0.0.23 - - [2026-02-05 03:51:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.404473 10.0.0.50 - - [2026-02-05 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-02-05 03:51:15] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.548237 10.0.0.50 - - [2026-02-05 03:51:15] "DELETE /access-control-list/e07b0739-d905-40f6-b020-1afe40e76629 HTTP/1.1" 200 115 0.033480 10.0.0.50 - - [2026-02-05 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2026-02-05 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.50 - - [2026-02-05 03:51:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-02-05 03:51:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-02-05 03:51:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-02-05 03:51:16] "GET / HTTP/1.1" 200 35931 0.002559 10.0.0.23 - - [2026-02-05 03:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.27 - - [2026-02-05 03:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.23 - - [2026-02-05 03:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2026-02-05 03:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2026-02-05 03:51:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2026-02-05 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.082357 10.0.0.23 - - [2026-02-05 03:51:17] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001105 10.0.0.27 - - [2026-02-05 03:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.27 - - [2026-02-05 03:51:17] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.052078 10.0.0.27 - - [2026-02-05 03:51:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2026-02-05 03:51:17] "POST /neutron/network HTTP/1.1" 200 117 0.057534 10.0.0.27 - - [2026-02-05 03:51:18] "POST /neutron/network HTTP/1.1" 200 843 0.008852 10.0.0.27 - - [2026-02-05 03:51:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.001083 10.0.0.27 - - [2026-02-05 03:51:18] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.004980 10.0.0.27 - - [2026-02-05 03:51:18] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006060 10.0.0.27 - - [2026-02-05 03:51:18] "POST /neutron/subnet HTTP/1.1" 200 719 0.009960 10.0.0.27 - - [2026-02-05 03:51:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.001363 10.0.0.23 - - [2026-02-05 03:51:19] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001440 10.0.0.27 - - [2026-02-05 03:51:19] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.076656 10.0.0.27 - - [2026-02-05 03:51:19] "POST /neutron/port HTTP/1.1" 200 117 0.006832 10.0.0.27 - - [2026-02-05 03:51:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001649 10.0.0.27 - - [2026-02-05 03:51:20] "POST /neutron/network HTTP/1.1" 200 853 0.008205 10.0.0.27 - - [2026-02-05 03:51:20] "POST /neutron/port HTTP/1.1" 200 1077 0.018577 10.0.0.27 - - [2026-02-05 03:51:20] "POST /neutron/port HTTP/1.1" 200 1141 0.023053 10.0.0.27 - - [2026-02-05 03:51:20] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.23 - - [2026-02-05 03:51:20] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000888 10.0.0.27 - - [2026-02-05 03:51:20] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.090445 10.0.0.27 - - [2026-02-05 03:51:21] "POST /neutron/port HTTP/1.1" 200 1141 0.019626 10.0.0.27 - - [2026-02-05 03:51:21] "POST /neutron/network HTTP/1.1" 200 853 0.006829 10.0.0.23 - - [2026-02-05 03:51:22] "DELETE /project/e7df8234-5357-4ad0-854f-0b93373d1bf7 HTTP/1.1" 404 177 0.003850 10.0.0.23 - - [2026-02-05 03:51:22] "DELETE /project/09691834dd2f4252817b27c4f736c71f HTTP/1.1" 404 173 0.007867 10.0.0.27 - - [2026-02-05 03:51:22] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005968 10.0.0.27 - - [2026-02-05 03:51:22] "POST /neutron/port HTTP/1.1" 200 1077 0.029880 10.0.0.27 - - [2026-02-05 03:51:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004027 10.0.0.27 - - [2026-02-05 03:51:22] "POST /neutron/network HTTP/1.1" 200 843 0.006895 10.0.0.27 - - [2026-02-05 03:51:22] "GET /obj-perms HTTP/1.1" 200 5066 0.079532 10.0.0.23 - - [2026-02-05 03:51:23] "GET /obj-perms HTTP/1.1" 200 5066 0.054776 10.0.0.27 - - [2026-02-05 03:51:23] "POST /neutron/port HTTP/1.1" 200 1141 0.017171 10.0.0.27 - - [2026-02-05 03:51:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009551 10.0.0.27 - - [2026-02-05 03:51:23] "GET /virtual-machine/b5b6b5ef-297c-4b2d-be71-9e5633a982b3 HTTP/1.1" 401 292 0.000514 10.0.0.27 - - [2026-02-05 03:51:24] "GET /virtual-machine/b5b6b5ef-297c-4b2d-be71-9e5633a982b3 HTTP/1.1" 200 1311 0.036195 10.0.0.27 - - [2026-02-05 03:51:24] "GET /virtual-machine-interface/311a79cc-6039-4ab4-873e-ec3c7cad46a2 HTTP/1.1" 200 3032 0.006387 10.0.0.27 - - [2026-02-05 03:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2026-02-05 03:51:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004400 10.0.0.27 - - [2026-02-05 03:51:24] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003531 10.0.0.27 - - [2026-02-05 03:51:24] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006136 10.0.0.27 - - [2026-02-05 03:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.27 - - [2026-02-05 03:51:27] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006860 10.0.0.27 - - [2026-02-05 03:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2026-02-05 03:51:31] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005698 10.0.0.27 - - [2026-02-05 03:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2026-02-05 03:51:35] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006238 10.0.0.27 - - [2026-02-05 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2026-02-05 03:51:39] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006219 10.0.0.27 - - [2026-02-05 03:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.27 - - [2026-02-05 03:51:43] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006853 10.0.0.27 - - [2026-02-05 03:51:44] "POST /neutron/port HTTP/1.1" 200 1141 0.021199 10.0.0.27 - - [2026-02-05 03:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.27 - - [2026-02-05 03:51:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003966 10.0.0.27 - - [2026-02-05 03:51:45] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003415 10.0.0.27 - - [2026-02-05 03:51:45] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006379 10.0.0.27 - - [2026-02-05 03:51:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008070 10.0.0.27 - - [2026-02-05 03:51:56] "POST /neutron/port HTTP/1.1" 200 1141 0.020984 10.0.0.27 - - [2026-02-05 03:51:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007667 10.0.0.27 - - [2026-02-05 03:51:56] "GET /virtual-machine/68df9dd4-718f-4f98-a9e3-812f54570eeb HTTP/1.1" 200 1310 0.007228 10.0.0.27 - - [2026-02-05 03:51:56] "GET /virtual-machine-interface/4eb142b3-6eb4-4c81-8ddd-67f62672bb34 HTTP/1.1" 200 3033 0.006304 10.0.0.27 - - [2026-02-05 03:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.27 - - [2026-02-05 03:51:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004303 10.0.0.27 - - [2026-02-05 03:51:56] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003211 10.0.0.27 - - [2026-02-05 03:51:56] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006482 10.0.0.27 - - [2026-02-05 03:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2026-02-05 03:51:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004462 10.0.0.27 - - [2026-02-05 03:51:57] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003332 10.0.0.27 - - [2026-02-05 03:51:57] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008286 10.0.0.27 - - [2026-02-05 03:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.23 - - [2026-02-05 03:51:58] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001071 10.0.0.27 - - [2026-02-05 03:51:58] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.055267 10.0.0.27 - - [2026-02-05 03:51:58] "POST /neutron/network HTTP/1.1" 200 117 0.018266 10.0.0.50 - - [2026-02-05 03:51:58] "POST /route-targets HTTP/1.1" 200 327 0.015596 10.0.0.27 - - [2026-02-05 03:51:58] "POST /neutron/network HTTP/1.1" 200 843 0.008942 10.0.0.27 - - [2026-02-05 03:51:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001277 10.0.0.27 - - [2026-02-05 03:51:58] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006102 10.0.0.27 - - [2026-02-05 03:51:58] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008091 10.0.0.27 - - [2026-02-05 03:51:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.010211 10.0.0.27 - - [2026-02-05 03:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.23 - - [2026-02-05 03:51:58] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001126 10.0.0.27 - - [2026-02-05 03:51:58] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.054533 10.0.0.50 - - [2026-02-05 03:51:59] "POST /ref-update HTTP/1.1" 200 156 0.024401 10.0.0.23 - - [2026-02-05 03:51:59] "POST /useragent-kv HTTP/1.1" 200 115 0.006539 10.0.0.27 - - [2026-02-05 03:51:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.244182 10.0.0.27 - - [2026-02-05 03:51:59] "POST /id-to-fqname HTTP/1.1" 200 242 0.001394 10.0.0.27 - - [2026-02-05 03:51:59] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005529 10.0.0.27 - - [2026-02-05 03:51:59] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006360 10.0.0.27 - - [2026-02-05 03:51:59] "POST /neutron/network HTTP/1.1" 200 851 0.006936 10.0.0.27 - - [2026-02-05 03:51:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001431 10.0.0.27 - - [2026-02-05 03:51:59] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010850 10.0.0.23 - - [2026-02-05 03:52:00] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001134 10.0.0.27 - - [2026-02-05 03:52:00] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.077551 10.0.0.27 - - [2026-02-05 03:52:00] "POST /neutron/port HTTP/1.1" 200 2130 0.025889 10.0.0.27 - - [2026-02-05 03:52:00] "POST /id-to-fqname HTTP/1.1" 200 242 0.001623 10.0.0.27 - - [2026-02-05 03:52:00] "POST /neutron/port HTTP/1.1" 200 2130 0.029104 10.0.0.27 - - [2026-02-05 03:52:01] "POST /neutron/network HTTP/1.1" 200 853 0.008048 10.0.0.27 - - [2026-02-05 03:52:01] "POST /neutron/port HTTP/1.1" 200 1077 0.059399 10.0.0.23 - - [2026-02-05 03:52:02] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002061 10.0.0.27 - - [2026-02-05 03:52:02] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.122444 10.0.0.27 - - [2026-02-05 03:52:02] "POST /neutron/port HTTP/1.1" 200 1141 0.019610 10.0.0.27 - - [2026-02-05 03:52:02] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.27 - - [2026-02-05 03:52:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007715 10.0.0.27 - - [2026-02-05 03:52:02] "POST /id-to-fqname HTTP/1.1" 200 239 0.001474 10.0.0.27 - - [2026-02-05 03:52:02] "POST /id-to-fqname HTTP/1.1" 200 239 0.001026 10.0.0.27 - - [2026-02-05 03:52:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010687 10.0.0.23 - - [2026-02-05 03:52:02] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001106 10.0.0.27 - - [2026-02-05 03:52:03] "POST /neutron/port HTTP/1.1" 200 1079 0.304377 10.0.0.27 - - [2026-02-05 03:52:03] "POST /neutron/port HTTP/1.1" 200 1133 0.130886 10.0.0.27 - - [2026-02-05 03:52:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.010045 10.0.0.23 - - [2026-02-05 03:52:04] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001699 10.0.0.27 - - [2026-02-05 03:52:04] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.075442 10.0.0.27 - - [2026-02-05 03:52:04] "POST /neutron/network HTTP/1.1" 200 843 0.007475 10.0.0.27 - - [2026-02-05 03:52:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007852 10.0.0.27 - - [2026-02-05 03:52:04] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006011 10.0.0.23 - - [2026-02-05 03:52:04] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001443 10.0.0.27 - - [2026-02-05 03:52:05] "POST /neutron/port HTTP/1.1" 200 1077 0.288343 10.0.0.50 - - [2026-02-05 03:52:05] "GET /obj-perms HTTP/1.1" 200 5066 0.161165 10.0.0.27 - - [2026-02-05 03:52:05] "POST /neutron/port HTTP/1.1" 200 1077 0.013213 10.0.0.27 - - [2026-02-05 03:52:05] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006048 10.0.0.27 - - [2026-02-05 03:52:06] "POST /neutron/port HTTP/1.1" 200 1077 0.043836 10.0.0.23 - - [2026-02-05 03:52:06] "GET /obj-perms HTTP/1.1" 200 5066 0.003984 10.0.0.27 - - [2026-02-05 03:52:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003942 10.0.0.27 - - [2026-02-05 03:52:06] "POST /neutron/network HTTP/1.1" 200 843 0.007519 10.0.0.27 - - [2026-02-05 03:52:06] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.27 - - [2026-02-05 03:52:06] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006336 10.0.0.27 - - [2026-02-05 03:52:06] "GET /obj-perms HTTP/1.1" 200 5066 0.004145 10.0.0.27 - - [2026-02-05 03:52:07] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007929 10.0.0.27 - - [2026-02-05 03:52:07] "POST /neutron/port HTTP/1.1" 200 1143 0.019448 10.0.0.27 - - [2026-02-05 03:52:07] "GET /virtual-machine/b4a8f686-bdd9-4b91-af05-f854259ed3ca HTTP/1.1" 200 1311 0.008200 10.0.0.27 - - [2026-02-05 03:52:07] "GET /virtual-machine-interface/8385ac20-1d62-46f9-b0c3-03dfa41a32fe HTTP/1.1" 200 3042 0.006813 10.0.0.27 - - [2026-02-05 03:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.27 - - [2026-02-05 03:52:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004391 10.0.0.27 - - [2026-02-05 03:52:07] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004701 10.0.0.27 - - [2026-02-05 03:52:07] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.013543 10.0.0.27 - - [2026-02-05 03:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2026-02-05 03:52:10] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005444 10.0.0.27 - - [2026-02-05 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.27 - - [2026-02-05 03:52:14] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005407 10.0.0.27 - - [2026-02-05 03:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-02-05 03:52:18] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005918 10.0.0.27 - - [2026-02-05 03:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.27 - - [2026-02-05 03:52:22] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.008202 10.0.0.27 - - [2026-02-05 03:52:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007488 10.0.0.27 - - [2026-02-05 03:52:25] "POST /neutron/port HTTP/1.1" 200 1143 0.018858 10.0.0.50 - - [2026-02-05 03:52:26] "GET /obj-perms HTTP/1.1" 200 5056 0.072221 10.0.0.27 - - [2026-02-05 03:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.27 - - [2026-02-05 03:52:26] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006672 10.0.0.27 - - [2026-02-05 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2026-02-05 03:52:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003946 10.0.0.27 - - [2026-02-05 03:52:29] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003015 10.0.0.27 - - [2026-02-05 03:52:29] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006324 10.0.0.27 - - [2026-02-05 03:52:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012213 10.0.0.27 - - [2026-02-05 03:52:34] "POST /neutron/port HTTP/1.1" 200 1141 0.017445 10.0.0.27 - - [2026-02-05 03:52:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007640 10.0.0.27 - - [2026-02-05 03:52:34] "GET /virtual-machine/8e4a8ee8-6e1f-413c-9893-bbb6ac3bc303 HTTP/1.1" 200 1311 0.007059 10.0.0.27 - - [2026-02-05 03:52:34] "GET /virtual-machine-interface/dc104b68-36c0-49eb-bf3e-3ea3e1768f22 HTTP/1.1" 200 3034 0.005863 10.0.0.27 - - [2026-02-05 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.27 - - [2026-02-05 03:52:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003974 10.0.0.27 - - [2026-02-05 03:52:34] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003905 10.0.0.27 - - [2026-02-05 03:52:34] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006943 10.0.0.27 - - [2026-02-05 03:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2026-02-05 03:52:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003987 10.0.0.27 - - [2026-02-05 03:52:35] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003940 10.0.0.27 - - [2026-02-05 03:52:35] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005857 10.0.0.27 - - [2026-02-05 03:52:37] "POST /neutron/port HTTP/1.1" 200 1141 0.018737 10.0.0.27 - - [2026-02-05 03:52:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006131 10.0.0.27 - - [2026-02-05 03:52:37] "POST /neutron/network HTTP/1.1" 200 843 0.008675 10.0.0.27 - - [2026-02-05 03:52:38] "POST /neutron/network HTTP/1.1" 200 853 0.007458 10.0.0.27 - - [2026-02-05 03:52:38] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.27 - - [2026-02-05 03:52:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008010 10.0.0.27 - - [2026-02-05 03:52:41] "POST /neutron/port HTTP/1.1" 200 2130 0.029841 10.0.0.27 - - [2026-02-05 03:52:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008970 10.0.0.27 - - [2026-02-05 03:52:41] "GET /virtual-machine/ee259046-dbd3-443e-9b1a-93469cb5857e HTTP/1.1" 200 1587 0.007209 10.0.0.27 - - [2026-02-05 03:52:41] "GET /virtual-machine-interface/a4e8ec7e-9d7c-42c4-a013-f9ed30cc9e71 HTTP/1.1" 200 3034 0.005437 10.0.0.27 - - [2026-02-05 03:52:41] "GET /virtual-machine-interface/ac4d503e-2514-4a6f-a0af-1039ee6b469c HTTP/1.1" 200 3034 0.005473 10.0.0.27 - - [2026-02-05 03:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.27 - - [2026-02-05 03:52:41] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003776 10.0.0.27 - - [2026-02-05 03:52:41] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002926 10.0.0.27 - - [2026-02-05 03:52:41] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006276 10.0.0.27 - - [2026-02-05 03:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.27 - - [2026-02-05 03:52:42] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004036 10.0.0.27 - - [2026-02-05 03:52:42] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003143 10.0.0.27 - - [2026-02-05 03:52:43] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006119 10.0.0.27 - - [2026-02-05 03:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2026-02-05 03:52:43] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003741 10.0.0.27 - - [2026-02-05 03:52:43] "GET /virtual-networks?parent_id=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002913 10.0.0.27 - - [2026-02-05 03:52:43] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006270 10.0.0.27 - - [2026-02-05 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-02-05 03:52:44] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004592 10.0.0.27 - - [2026-02-05 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2026-02-05 03:52:44] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005744 10.0.0.27 - - [2026-02-05 03:52:44] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.014983 10.0.0.27 - - [2026-02-05 03:52:44] "POST /fqname-to-id HTTP/1.1" 404 217 0.003448 10.0.0.27 - - [2026-02-05 03:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.23 - - [2026-02-05 03:52:44] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.035710 10.0.0.27 - - [2026-02-05 03:52:45] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.080504 10.0.0.27 - - [2026-02-05 03:52:45] "POST /network-policys HTTP/1.1" 200 539 0.029405 10.0.0.27 - - [2026-02-05 03:52:45] "GET /network-policy/552fd8bd-5de4-401d-b171-7da13144b7d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.006877 10.0.0.27 - - [2026-02-05 03:52:45] "POST /neutron/network HTTP/1.1" 200 937 0.015870 10.0.0.27 - - [2026-02-05 03:52:45] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.008507 10.0.0.27 - - [2026-02-05 03:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2026-02-05 03:52:45] "GET /network-policy/552fd8bd-5de4-401d-b171-7da13144b7d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.005049 10.0.0.27 - - [2026-02-05 03:52:45] "POST /neutron/network HTTP/1.1" 200 937 0.010207 10.0.0.27 - - [2026-02-05 03:52:45] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006589 10.0.0.27 - - [2026-02-05 03:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006930 10.0.0.27 - - [2026-02-05 03:52:45] "GET /network-policy/552fd8bd-5de4-401d-b171-7da13144b7d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.005544 10.0.0.27 - - [2026-02-05 03:52:45] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005905 10.0.0.50 - - [2026-02-05 03:52:45] "PUT /access-control-list/e5f8e6d3-138d-4eea-bcc6-f190989cbae7 HTTP/1.1" 200 272 0.069804 10.0.0.50 - - [2026-02-05 03:52:46] "POST /ref-update HTTP/1.1" 200 156 0.043346 10.0.0.27 - - [2026-02-05 03:52:46] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006030 10.0.0.27 - - [2026-02-05 03:52:46] "GET /obj-perms HTTP/1.1" 200 5066 0.003917 10.0.0.23 - - [2026-02-05 03:52:46] "GET /obj-perms HTTP/1.1" 200 5066 0.004022 10.0.0.27 - - [2026-02-05 03:52:46] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.006412 10.0.0.50 - - [2026-02-05 03:52:47] "GET /obj-perms HTTP/1.1" 200 5066 0.004739 10.0.0.27 - - [2026-02-05 03:52:47] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006193 10.0.0.27 - - [2026-02-05 03:52:48] "GET /virtual-network/95f2c366-01de-4454-9f80-4007f849d673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006426 10.0.0.27 - - [2026-02-05 03:52:48] "GET /obj-perms HTTP/1.1" 200 5066 0.004018 10.0.0.23 - - [2026-02-05 03:52:48] "GET /obj-perms HTTP/1.1" 200 5066 0.003997 10.0.0.27 - - [2026-02-05 03:53:04] "GET /obj-perms HTTP/1.1" 200 5066 0.004267 10.0.0.27 - - [2026-02-05 03:53:38] "POST /neutron/network HTTP/1.1" 200 861 0.010212 10.0.0.27 - - [2026-02-05 03:53:38] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.27 - - [2026-02-05 03:53:39] "POST /neutron/port HTTP/1.1" 200 1141 0.050001 10.0.0.27 - - [2026-02-05 03:53:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.023863 10.0.0.50 - - [2026-02-05 03:54:28] "GET /obj-perms HTTP/1.1" 200 5056 0.062403 10.0.0.27 - - [2026-02-05 03:54:38] "POST /neutron/port HTTP/1.1" 200 1141 0.022559 10.0.0.27 - - [2026-02-05 03:54:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004163 10.0.0.27 - - [2026-02-05 03:54:38] "POST /neutron/network HTTP/1.1" 200 937 0.007249 10.0.0.27 - - [2026-02-05 03:54:40] "POST /neutron/network HTTP/1.1" 200 1742 0.012647 10.0.0.27 - - [2026-02-05 03:54:40] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.27 - - [2026-02-05 03:54:40] "POST /neutron/subnet HTTP/1.1" 200 693 0.011456 10.0.0.27 - - [2026-02-05 03:55:38] "POST /neutron/port HTTP/1.1" 200 1143 0.020501 10.0.0.27 - - [2026-02-05 03:55:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004852 10.0.0.27 - - [2026-02-05 03:55:38] "POST /neutron/network HTTP/1.1" 200 851 0.008441 10.0.0.27 - - [2026-02-05 03:55:41] "POST /neutron/network HTTP/1.1" 200 947 0.008145 10.0.0.27 - - [2026-02-05 03:55:41] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.50 - - [2026-02-05 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.50 - - [2026-02-05 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2026-02-05 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.50 - - [2026-02-05 03:56:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2026-02-05 03:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.001006 10.0.0.23 - - [2026-02-05 03:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-02-05 03:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-02-05 03:56:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2026-02-05 03:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2026-02-05 03:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.27 - - [2026-02-05 03:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.27 - - [2026-02-05 03:56:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-02-05 03:56:25] "GET /obj-perms HTTP/1.1" 200 5066 0.071040 10.0.0.27 - - [2026-02-05 03:56:26] "GET /obj-perms HTTP/1.1" 200 5066 0.004798 10.0.0.27 - - [2026-02-05 03:56:28] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.035256 10.0.0.27 - - [2026-02-05 03:56:28] "POST /neutron/network HTTP/1.1" 200 843 0.107424 10.0.0.27 - - [2026-02-05 03:56:28] "GET /virtual-network/bae052cc-fa2c-40e7-ac23-8d082b656e48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006241 10.0.0.27 - - [2026-02-05 03:56:28] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005236 10.0.0.27 - - [2026-02-05 03:56:29] "POST /neutron/network HTTP/1.1" 200 843 0.065856 10.0.0.27 - - [2026-02-05 03:56:29] "GET /virtual-network/42a0e2ab-abd4-451b-aae7-a59b84d3e11d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006025 10.0.0.27 - - [2026-02-05 03:56:29] "DELETE /network-policy/552fd8bd-5de4-401d-b171-7da13144b7d3 HTTP/1.1" 200 115 0.041815 10.0.0.27 - - [2026-02-05 03:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2026-02-05 03:56:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004705 10.0.0.27 - - [2026-02-05 03:56:29] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.013143 10.0.0.50 - - [2026-02-05 03:56:29] "POST /ref-update HTTP/1.1" 200 156 0.030625 10.0.0.50 - - [2026-02-05 03:56:29] "POST /ref-update HTTP/1.1" 200 156 0.030223 10.0.0.23 - - [2026-02-05 03:56:29] "GET /obj-perms HTTP/1.1" 200 5056 0.075945 10.0.0.27 - - [2026-02-05 03:56:30] "POST /neutron/network HTTP/1.1" 400 204 0.013877 10.0.0.27 - - [2026-02-05 03:56:31] "POST /neutron/port HTTP/1.1" 200 1131 0.028004 10.0.0.27 - - [2026-02-05 03:56:31] "POST /neutron/port HTTP/1.1" 200 151 0.202353 10.0.0.27 - - [2026-02-05 03:56:31] "POST /neutron/port HTTP/1.1" 200 151 0.201965 10.0.0.27 - - [2026-02-05 03:56:32] "POST /neutron/network HTTP/1.1" 200 851 0.007503 10.0.0.23 - - [2026-02-05 03:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006361 10.0.0.50 - - [2026-02-05 03:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006867 10.0.0.23 - - [2026-02-05 03:56:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.27 - - [2026-02-05 03:56:33] "POST /neutron/network HTTP/1.1" 200 151 0.145173 10.0.0.27 - - [2026-02-05 03:56:34] "POST /neutron/port HTTP/1.1" 200 1141 0.017335 10.0.0.27 - - [2026-02-05 03:56:34] "POST /neutron/port HTTP/1.1" 200 1141 0.032987 10.0.0.27 - - [2026-02-05 03:56:35] "POST /neutron/network HTTP/1.1" 200 843 0.006825 10.0.0.50 - - [2026-02-05 03:56:35] "DELETE /route-target/a78b068e-2ede-461b-a2ee-6df62ed8a180 HTTP/1.1" 200 115 0.025589 10.0.0.23 - - [2026-02-05 03:56:36] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001753 10.0.0.27 - - [2026-02-05 03:56:36] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.070534 10.0.0.23 - - [2026-02-05 03:56:36] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001054 10.0.0.27 - - [2026-02-05 03:56:36] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?fields=virtual_networks HTTP/1.1" 200 1066 0.087016 10.0.0.23 - - [2026-02-05 03:56:36] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001068 10.0.0.27 - - [2026-02-05 03:56:36] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.041050 10.0.0.23 - - [2026-02-05 03:56:36] "GET /projects?obj_uuids=09691834-dd2f-4252-817b-27c4f736c71f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001089 10.0.0.27 - - [2026-02-05 03:56:36] "GET /project/09691834-dd2f-4252-817b-27c4f736c71f?fields=security_groups HTTP/1.1" 200 1310 0.059885 10.0.0.27 - - [2026-02-05 03:56:37] "POST /fqname-to-id HTTP/1.1" 404 183 0.033825 10.0.0.23 - - [2026-02-05 03:56:37] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003084 10.0.0.23 - - [2026-02-05 03:56:37] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.23 - - [2026-02-05 03:56:37] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040200 10.0.0.23 - - [2026-02-05 03:56:37] "POST /id-to-fqname HTTP/1.1" 200 185 0.002493 10.0.0.23 - - [2026-02-05 03:56:37] "POST /fqname-to-id HTTP/1.1" 404 194 0.007049 10.0.0.23 - - [2026-02-05 03:56:37] "POST /security-groups HTTP/1.1" 200 586 0.079731 10.0.0.23 - - [2026-02-05 03:56:37] "POST /projects HTTP/1.1" 200 575 0.301409 10.0.0.50 - - [2026-02-05 03:56:37] "POST /fqname-to-id HTTP/1.1" 404 228 0.011881 10.0.0.23 - - [2026-02-05 03:56:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.379744 10.0.0.27 - - [2026-02-05 03:56:38] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.582461 10.0.0.27 - - [2026-02-05 03:56:39] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.23 - - [2026-02-05 03:56:39] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001131 10.0.0.27 - - [2026-02-05 03:56:39] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.053924 10.0.0.27 - - [2026-02-05 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.27 - - [2026-02-05 03:56:40] "GET /security-group/0bfd2666-1d1c-4352-b63e-f6eaf2a25279?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.004484 10.0.0.27 - - [2026-02-05 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.23 - - [2026-02-05 03:56:40] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001515 10.0.0.27 - - [2026-02-05 03:56:40] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.058269 10.0.0.27 - - [2026-02-05 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.014237 10.0.0.27 - - [2026-02-05 03:56:40] "GET /security-group/0bfd2666-1d1c-4352-b63e-f6eaf2a25279?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3707 0.004459 10.0.0.27 - - [2026-02-05 03:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.27 - - [2026-02-05 03:56:40] "PUT /security-group/0bfd2666-1d1c-4352-b63e-f6eaf2a25279 HTTP/1.1" 200 262 0.020561 10.0.0.50 - - [2026-02-05 03:56:40] "PUT /access-control-list/1142ac74-a223-4e13-bab1-d9d134b3f0c1 HTTP/1.1" 200 272 0.032637 10.0.0.23 - - [2026-02-05 03:56:43] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001136 10.0.0.27 - - [2026-02-05 03:56:43] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.042676 10.0.0.23 - - [2026-02-05 03:56:43] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001111 10.0.0.27 - - [2026-02-05 03:56:43] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?fields=virtual_networks HTTP/1.1" 200 1021 0.049900 10.0.0.23 - - [2026-02-05 03:56:43] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001858 10.0.0.27 - - [2026-02-05 03:56:43] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.054292 10.0.0.23 - - [2026-02-05 03:56:43] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.27 - - [2026-02-05 03:56:43] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?fields=security_groups HTTP/1.1" 200 1242 0.041982 10.0.0.27 - - [2026-02-05 03:56:44] "POST /fqname-to-id HTTP/1.1" 404 192 0.031685 10.0.0.23 - - [2026-02-05 03:56:44] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003226 10.0.0.23 - - [2026-02-05 03:56:44] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.23 - - [2026-02-05 03:56:44] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007303 10.0.0.23 - - [2026-02-05 03:56:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.004823 10.0.0.23 - - [2026-02-05 03:56:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.006043 10.0.0.23 - - [2026-02-05 03:56:45] "POST /security-groups HTTP/1.1" 200 595 0.077388 10.0.0.23 - - [2026-02-05 03:56:45] "POST /projects HTTP/1.1" 200 593 0.311497 10.0.0.23 - - [2026-02-05 03:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.386855 10.0.0.50 - - [2026-02-05 03:56:45] "POST /fqname-to-id HTTP/1.1" 404 237 0.010280 10.0.0.27 - - [2026-02-05 03:56:45] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.567971 10.0.0.27 - - [2026-02-05 03:56:46] "GET / HTTP/1.1" 200 35931 0.002130 10.0.0.27 - - [2026-02-05 03:56:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2026-02-05 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.071482 10.0.0.23 - - [2026-02-05 03:56:48] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001069 10.0.0.27 - - [2026-02-05 03:56:48] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047020 10.0.0.23 - - [2026-02-05 03:56:48] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001465 10.0.0.27 - - [2026-02-05 03:56:49] "POST /neutron/network HTTP/1.1" 200 623 0.173428 10.0.0.50 - - [2026-02-05 03:56:49] "POST /ref-update HTTP/1.1" 200 156 0.034457 10.0.0.27 - - [2026-02-05 03:56:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.003587 10.0.0.27 - - [2026-02-05 03:56:49] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006325 10.0.0.27 - - [2026-02-05 03:56:49] "POST /neutron/network HTTP/1.1" 200 842 0.006920 10.0.0.27 - - [2026-02-05 03:56:49] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006126 10.0.0.27 - - [2026-02-05 03:56:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001381 10.0.0.27 - - [2026-02-05 03:56:49] "POST /neutron/network HTTP/1.1" 200 852 0.007458 10.0.0.23 - - [2026-02-05 03:56:50] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001022 10.0.0.27 - - [2026-02-05 03:56:50] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.074693 10.0.0.27 - - [2026-02-05 03:56:50] "POST /neutron/port HTTP/1.1" 200 117 0.006472 10.0.0.27 - - [2026-02-05 03:56:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001239 10.0.0.23 - - [2026-02-05 03:56:51] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001328 10.0.0.27 - - [2026-02-05 03:56:51] "POST /neutron/port HTTP/1.1" 200 1064 0.392971 10.0.0.27 - - [2026-02-05 03:56:52] "POST /neutron/port HTTP/1.1" 200 1118 0.109617 10.0.0.27 - - [2026-02-05 03:56:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.009385 10.0.0.27 - - [2026-02-05 03:57:09] "POST /neutron/port HTTP/1.1" 200 1128 0.050740 10.0.0.23 - - [2026-02-05 03:57:12] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.27 - - [2026-02-05 03:57:12] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.071110 10.0.0.27 - - [2026-02-05 03:57:12] "POST /neutron/network HTTP/1.1" 200 842 0.032282 10.0.0.27 - - [2026-02-05 03:57:13] "POST /neutron/port HTTP/1.1" 200 117 0.006639 10.0.0.27 - - [2026-02-05 03:57:13] "POST /neutron/port HTTP/1.1" 200 1128 0.017718 10.0.0.27 - - [2026-02-05 03:57:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008087 10.0.0.27 - - [2026-02-05 03:57:13] "GET /virtual-machine/2c0d446a-6491-4a3d-b6ad-179d7001be8f HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-02-05 03:57:13] "GET /virtual-machine/2c0d446a-6491-4a3d-b6ad-179d7001be8f HTTP/1.1" 200 1296 0.099364 10.0.0.27 - - [2026-02-05 03:57:13] "GET /virtual-machine-interface/057a40dd-d0cb-48ce-a2c1-7e9565e429c3 HTTP/1.1" 200 2980 0.006062 10.0.0.27 - - [2026-02-05 03:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015658 10.0.0.27 - - [2026-02-05 03:57:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.016947 10.0.0.27 - - [2026-02-05 03:57:14] "GET /virtual-networks?parent_id=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.012048 10.0.0.27 - - [2026-02-05 03:57:14] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005887 10.0.0.27 - - [2026-02-05 03:57:14] "POST /neutron/port HTTP/1.1" 200 1064 0.072155 10.0.0.27 - - [2026-02-05 03:57:14] "POST /neutron/port HTTP/1.1" 200 1128 0.042214 10.0.0.27 - - [2026-02-05 03:57:15] "POST /neutron/port HTTP/1.1" 200 117 0.002677 10.0.0.27 - - [2026-02-05 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-02-05 03:57:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004040 10.0.0.27 - - [2026-02-05 03:57:15] "GET /virtual-networks?parent_id=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.008500 10.0.0.27 - - [2026-02-05 03:57:15] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008245 10.0.0.27 - - [2026-02-05 03:57:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.019512 10.0.0.23 - - [2026-02-05 03:57:22] "DELETE /project/454a60a18eea49fa895c272092e877c7 HTTP/1.1" 404 173 0.003727 10.0.0.23 - - [2026-02-05 03:57:22] "DELETE /project/ac146ae2c07146d39fa4ef479845562b HTTP/1.1" 404 173 0.005413 10.0.0.23 - - [2026-02-05 03:57:22] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.23 - - [2026-02-05 03:57:22] "DELETE /project/09691834-dd2f-4252-817b-27c4f736c71f HTTP/1.1" 404 177 0.012542 10.0.0.23 - - [2026-02-05 03:57:22] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.070812 10.0.0.23 - - [2026-02-05 03:57:22] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001933 10.0.0.23 - - [2026-02-05 03:57:22] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?fields=security_groups HTTP/1.1" 200 1347 0.102367 10.0.0.23 - - [2026-02-05 03:57:22] "DELETE /security-group/10b01a97-412e-4076-a006-360fb09c058a HTTP/1.1" 200 115 0.133215 10.0.0.23 - - [2026-02-05 03:57:22] "GET /projects?obj_uuids=454a60a1-8eea-49fa-895c-272092e877c7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001790 10.0.0.50 - - [2026-02-05 03:57:23] "DELETE /access-control-list/06ba1032-d7ca-4f35-85e7-93e621f5f52e HTTP/1.1" 200 115 0.125923 10.0.0.23 - - [2026-02-05 03:57:23] "GET /project/454a60a1-8eea-49fa-895c-272092e877c7?fields=application_policy_sets HTTP/1.1" 200 1386 0.143361 10.0.0.23 - - [2026-02-05 03:57:23] "DELETE /project/454a60a1-8eea-49fa-895c-272092e877c7 HTTP/1.1" 200 115 0.798247 10.0.0.27 - - [2026-02-05 03:57:25] "POST /neutron/port HTTP/1.1" 200 1128 0.054653 10.0.0.27 - - [2026-02-05 03:57:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007198 10.0.0.27 - - [2026-02-05 03:57:41] "POST /neutron/port HTTP/1.1" 200 1128 0.020560 10.0.0.27 - - [2026-02-05 03:57:43] "POST /neutron/port HTTP/1.1" 200 1128 0.018192 10.0.0.27 - - [2026-02-05 03:57:44] "POST /neutron/subnet HTTP/1.1" 200 699 0.009873 10.0.0.27 - - [2026-02-05 03:57:46] "POST /neutron/port HTTP/1.1" 200 1128 0.028917 10.0.0.27 - - [2026-02-05 03:57:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007956 10.0.0.27 - - [2026-02-05 03:57:56] "POST /neutron/port HTTP/1.1" 200 1128 0.017625 10.0.0.27 - - [2026-02-05 03:57:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008093 10.0.0.27 - - [2026-02-05 03:57:56] "GET /virtual-machine/1de612bf-c83d-4d62-b91c-6cf1f6eff231 HTTP/1.1" 200 1296 0.006760 10.0.0.27 - - [2026-02-05 03:57:56] "GET /virtual-machine-interface/b1243acc-e0a6-4a00-a9f0-0b41dfc8faca HTTP/1.1" 200 2982 0.005367 10.0.0.27 - - [2026-02-05 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.27 - - [2026-02-05 03:57:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.27 - - [2026-02-05 03:57:56] "GET /virtual-networks?parent_id=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003621 10.0.0.27 - - [2026-02-05 03:57:56] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006477 10.0.0.27 - - [2026-02-05 03:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2026-02-05 03:57:59] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007487 10.0.0.27 - - [2026-02-05 03:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.27 - - [2026-02-05 03:58:04] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006423 10.0.0.27 - - [2026-02-05 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.27 - - [2026-02-05 03:58:08] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005602 10.0.0.27 - - [2026-02-05 03:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.27 - - [2026-02-05 03:58:12] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007036 10.0.0.27 - - [2026-02-05 03:58:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.27 - - [2026-02-05 03:58:16] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006778 10.0.0.27 - - [2026-02-05 03:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007102 10.0.0.27 - - [2026-02-05 03:58:20] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006061 10.0.0.27 - - [2026-02-05 03:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2026-02-05 03:58:24] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005433 10.0.0.27 - - [2026-02-05 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2026-02-05 03:58:28] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005993 10.0.0.27 - - [2026-02-05 03:58:31] "GET /obj-perms HTTP/1.1" 200 5056 0.079123 10.0.0.50 - - [2026-02-05 03:58:31] "GET /obj-perms HTTP/1.1" 200 5056 0.060116 10.0.0.27 - - [2026-02-05 03:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.27 - - [2026-02-05 03:58:32] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005452 10.0.0.27 - - [2026-02-05 03:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-02-05 03:58:36] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006861 10.0.0.27 - - [2026-02-05 03:58:40] "POST /neutron/network HTTP/1.1" 200 852 0.007763 10.0.0.27 - - [2026-02-05 03:58:40] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.27 - - [2026-02-05 03:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.27 - - [2026-02-05 03:58:40] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006828 10.0.0.27 - - [2026-02-05 03:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.27 - - [2026-02-05 03:58:45] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005815 10.0.0.27 - - [2026-02-05 03:58:46] "POST /neutron/port HTTP/1.1" 200 1128 0.045020 10.0.0.27 - - [2026-02-05 03:58:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.009563 10.0.0.27 - - [2026-02-05 03:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.27 - - [2026-02-05 03:58:49] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007310 10.0.0.27 - - [2026-02-05 03:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.27 - - [2026-02-05 03:58:53] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009993 10.0.0.27 - - [2026-02-05 03:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.27 - - [2026-02-05 03:58:57] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006586 10.0.0.27 - - [2026-02-05 03:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.27 - - [2026-02-05 03:59:01] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006550 10.0.0.27 - - [2026-02-05 03:59:01] "POST /neutron/port HTTP/1.1" 200 1128 0.020352 10.0.0.27 - - [2026-02-05 03:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.27 - - [2026-02-05 03:59:03] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004967 10.0.0.27 - - [2026-02-05 03:59:03] "GET /virtual-networks?parent_id=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003841 10.0.0.27 - - [2026-02-05 03:59:03] "GET /virtual-network/13215ceb-e827-4d14-86b8-d15f5795f366?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007721 10.0.0.27 - - [2026-02-05 03:59:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008982 10.0.0.27 - - [2026-02-05 03:59:14] "POST /neutron/port HTTP/1.1" 200 1128 0.019143 10.0.0.27 - - [2026-02-05 03:59:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007934 10.0.0.27 - - [2026-02-05 03:59:29] "POST /neutron/port HTTP/1.1" 200 1128 0.021089 10.0.0.27 - - [2026-02-05 03:59:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007619 10.0.0.27 - - [2026-02-05 03:59:40] "POST /neutron/port HTTP/1.1" 200 1128 0.019793 10.0.0.27 - - [2026-02-05 03:59:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007791 10.0.0.27 - - [2026-02-05 03:59:40] "POST /neutron/network HTTP/1.1" 200 842 0.008248 10.0.0.27 - - [2026-02-05 03:59:45] "POST /fqname-to-id HTTP/1.1" 404 240 0.003850 10.0.0.27 - - [2026-02-05 03:59:45] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.037881 10.0.0.27 - - [2026-02-05 03:59:45] "GET /bgp-as-a-service/230886b0-89f4-4031-a8c3-9ff4d5c984b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1621 0.007657 10.0.0.27 - - [2026-02-05 03:59:45] "GET /virtual-machine-interface/b1243acc-e0a6-4a00-a9f0-0b41dfc8faca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007949 10.0.0.27 - - [2026-02-05 03:59:45] "POST /ref-update HTTP/1.1" 200 156 0.016535 10.0.0.27 - - [2026-02-05 03:59:45] "POST /neutron/network HTTP/1.1" 200 842 0.007925 10.0.0.50 - - [2026-02-05 03:59:45] "POST /bgp-routers HTTP/1.1" 200 659 0.089251 10.0.0.50 - - [2026-02-05 03:59:45] "PUT /bgp-router/c5b8955b-888c-4562-afe9-66e02e1e7f44 HTTP/1.1" 200 254 0.037278 10.0.0.27 - - [2026-02-05 03:59:45] "POST /neutron/port HTTP/1.1" 200 1128 0.035799 10.0.0.27 - - [2026-02-05 03:59:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.010193 10.0.0.27 - - [2026-02-05 04:00:15] "GET /bgp-as-a-service/230886b0-89f4-4031-a8c3-9ff4d5c984b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.007035 10.0.0.27 - - [2026-02-05 04:00:15] "GET /virtual-machine-interface/b1243acc-e0a6-4a00-a9f0-0b41dfc8faca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.008538 10.0.0.27 - - [2026-02-05 04:00:15] "POST /ref-update HTTP/1.1" 200 156 0.015589 10.0.0.27 - - [2026-02-05 04:00:15] "DELETE /bgp-as-a-service/230886b0-89f4-4031-a8c3-9ff4d5c984b9 HTTP/1.1" 200 115 0.081104 10.0.0.50 - - [2026-02-05 04:00:15] "DELETE /bgp-router/c5b8955b-888c-4562-afe9-66e02e1e7f44 HTTP/1.1" 200 115 0.079491 10.0.0.27 - - [2026-02-05 04:00:15] "POST /neutron/network HTTP/1.1" 200 842 0.009544 10.0.0.27 - - [2026-02-05 04:00:16] "POST /neutron/port HTTP/1.1" 200 1118 0.021147 10.0.0.27 - - [2026-02-05 04:00:16] "POST /neutron/port HTTP/1.1" 200 1118 0.028129 10.0.0.23 - - [2026-02-05 04:00:18] "POST /useragent-kv HTTP/1.1" 200 115 0.062418 10.0.0.23 - - [2026-02-05 04:00:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003331 10.0.0.27 - - [2026-02-05 04:00:18] "POST /neutron/network HTTP/1.1" 200 151 0.233263 10.0.0.23 - - [2026-02-05 04:00:19] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001092 10.0.0.27 - - [2026-02-05 04:00:19] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.049433 10.0.0.23 - - [2026-02-05 04:00:19] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001112 10.0.0.27 - - [2026-02-05 04:00:19] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?fields=virtual_networks HTTP/1.1" 200 1041 0.045149 10.0.0.23 - - [2026-02-05 04:00:19] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001109 10.0.0.27 - - [2026-02-05 04:00:19] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.049665 10.0.0.23 - - [2026-02-05 04:00:19] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001924 10.0.0.27 - - [2026-02-05 04:00:19] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?fields=security_groups HTTP/1.1" 200 1271 0.052305 10.0.0.27 - - [2026-02-05 04:00:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.031308 10.0.0.23 - - [2026-02-05 04:00:20] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003908 10.0.0.23 - - [2026-02-05 04:00:20] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001344 10.0.0.23 - - [2026-02-05 04:00:20] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008614 10.0.0.23 - - [2026-02-05 04:00:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.005412 10.0.0.23 - - [2026-02-05 04:00:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.007029 10.0.0.23 - - [2026-02-05 04:00:21] "POST /security-groups HTTP/1.1" 200 592 0.034468 10.0.0.50 - - [2026-02-05 04:00:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.005934 10.0.0.23 - - [2026-02-05 04:00:21] "POST /projects HTTP/1.1" 200 587 0.265747 10.0.0.23 - - [2026-02-05 04:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.302167 10.0.0.27 - - [2026-02-05 04:00:21] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.471893 10.0.0.50 - - [2026-02-05 04:00:21] "POST /access-control-lists HTTP/1.1" 200 595 0.047299 10.0.0.27 - - [2026-02-05 04:00:22] "GET / HTTP/1.1" 200 35931 0.002219 10.0.0.23 - - [2026-02-05 04:00:23] "DELETE /project/dabfeb9cfea64f509402beec7acd9d16 HTTP/1.1" 404 173 0.004977 10.0.0.23 - - [2026-02-05 04:00:23] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001107 10.0.0.23 - - [2026-02-05 04:00:23] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.057413 10.0.0.23 - - [2026-02-05 04:00:23] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001164 10.0.0.23 - - [2026-02-05 04:00:23] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?fields=security_groups HTTP/1.1" 200 1376 0.056451 10.0.0.23 - - [2026-02-05 04:00:23] "DELETE /security-group/326f1982-e272-41fe-bb41-7c6fe1d038ec HTTP/1.1" 200 115 0.055248 10.0.0.23 - - [2026-02-05 04:00:23] "GET /projects?obj_uuids=ac146ae2-c071-46d3-9fa4-ef479845562b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001842 10.0.0.23 - - [2026-02-05 04:00:23] "GET /project/ac146ae2-c071-46d3-9fa4-ef479845562b?fields=application_policy_sets HTTP/1.1" 200 1415 0.091480 10.0.0.27 - - [2026-02-05 04:00:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000735 10.0.0.23 - - [2026-02-05 04:00:24] "DELETE /project/ac146ae2-c071-46d3-9fa4-ef479845562b HTTP/1.1" 200 115 0.503760 10.0.0.27 - - [2026-02-05 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.039506 10.0.0.23 - - [2026-02-05 04:00:24] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.27 - - [2026-02-05 04:00:24] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.042176 10.0.0.50 - - [2026-02-05 04:00:24] "POST /route-targets HTTP/1.1" 200 327 0.034273 10.0.0.23 - - [2026-02-05 04:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.013297 10.0.0.27 - - [2026-02-05 04:00:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.338267 10.0.0.27 - - [2026-02-05 04:00:25] "POST /id-to-fqname HTTP/1.1" 200 225 0.001663 10.0.0.27 - - [2026-02-05 04:00:25] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006315 10.0.0.27 - - [2026-02-05 04:00:25] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007261 10.0.0.27 - - [2026-02-05 04:00:25] "POST /neutron/network HTTP/1.1" 200 834 0.008562 10.0.0.27 - - [2026-02-05 04:00:25] "POST /id-to-fqname HTTP/1.1" 200 225 0.001431 10.0.0.23 - - [2026-02-05 04:00:26] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001585 10.0.0.27 - - [2026-02-05 04:00:26] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.076096 10.0.0.27 - - [2026-02-05 04:00:26] "POST /neutron/network HTTP/1.1" 200 834 0.007673 10.0.0.27 - - [2026-02-05 04:00:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001596 10.0.0.27 - - [2026-02-05 04:00:26] "POST /neutron/port HTTP/1.1" 200 117 0.007106 10.0.0.23 - - [2026-02-05 04:00:26] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001576 10.0.0.23 - - [2026-02-05 04:00:27] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001276 10.0.0.27 - - [2026-02-05 04:00:27] "POST /neutron/port HTTP/1.1" 200 1062 0.561312 10.0.0.27 - - [2026-02-05 04:00:27] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.118165 10.0.0.27 - - [2026-02-05 04:00:27] "POST /neutron/port HTTP/1.1" 200 1062 0.031620 10.0.0.27 - - [2026-02-05 04:00:28] "POST /neutron/port HTTP/1.1" 200 1126 0.046124 10.0.0.27 - - [2026-02-05 04:00:28] "POST /neutron/port HTTP/1.1" 200 117 0.013675 10.0.0.27 - - [2026-02-05 04:00:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.002658 10.0.0.27 - - [2026-02-05 04:00:28] "POST /neutron/network HTTP/1.1" 200 834 0.013918 10.0.0.27 - - [2026-02-05 04:00:28] "POST /neutron/network HTTP/1.1" 200 844 0.008928 10.0.0.27 - - [2026-02-05 04:00:29] "POST /neutron/port HTTP/1.1" 200 1062 0.040173 10.0.0.23 - - [2026-02-05 04:00:29] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001206 10.0.0.27 - - [2026-02-05 04:00:29] "POST /neutron/port HTTP/1.1" 200 1126 0.060508 10.0.0.27 - - [2026-02-05 04:00:29] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.117778 10.0.0.27 - - [2026-02-05 04:00:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.019745 10.0.0.27 - - [2026-02-05 04:00:29] "POST /neutron/port HTTP/1.1" 200 2100 0.071868 10.0.0.27 - - [2026-02-05 04:00:30] "POST /neutron/port HTTP/1.1" 200 1126 0.038307 10.0.0.23 - - [2026-02-05 04:00:30] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001745 10.0.0.27 - - [2026-02-05 04:00:31] "POST /neutron/port HTTP/1.1" 200 1062 0.521850 10.0.0.27 - - [2026-02-05 04:00:31] "POST /neutron/port HTTP/1.1" 200 1116 0.180364 10.0.0.27 - - [2026-02-05 04:00:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.022100 10.0.0.23 - - [2026-02-05 04:00:33] "GET /obj-perms HTTP/1.1" 200 5056 0.090111 10.0.0.27 - - [2026-02-05 04:00:35] "POST /neutron/port HTTP/1.1" 200 1126 0.037214 10.0.0.27 - - [2026-02-05 04:00:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009175 10.0.0.27 - - [2026-02-05 04:00:41] "POST /neutron/network HTTP/1.1" 200 844 0.007950 10.0.0.27 - - [2026-02-05 04:00:41] "POST /neutron/port HTTP/1.1" 200 117 0.001746 10.0.0.27 - - [2026-02-05 04:00:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009230 10.0.0.27 - - [2026-02-05 04:00:55] "POST /neutron/port HTTP/1.1" 200 1126 0.023280 10.0.0.27 - - [2026-02-05 04:01:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014777 10.0.0.27 - - [2026-02-05 04:01:05] "POST /neutron/port HTTP/1.1" 200 1126 0.024407 10.0.0.27 - - [2026-02-05 04:01:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009238 10.0.0.27 - - [2026-02-05 04:01:06] "GET /virtual-machine/2a127d18-e4e5-4a31-bf31-287408eed621 HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2026-02-05 04:01:06] "GET /virtual-machine/2a127d18-e4e5-4a31-bf31-287408eed621 HTTP/1.1" 200 1293 0.037991 10.0.0.27 - - [2026-02-05 04:01:06] "GET /virtual-machine-interface/fb30ab4b-2300-47c0-b33f-d521ef9386ea HTTP/1.1" 200 2958 0.007759 10.0.0.27 - - [2026-02-05 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.27 - - [2026-02-05 04:01:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005153 10.0.0.27 - - [2026-02-05 04:01:06] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003923 10.0.0.27 - - [2026-02-05 04:01:06] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006565 10.0.0.27 - - [2026-02-05 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2026-02-05 04:01:09] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005617 10.0.0.27 - - [2026-02-05 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.27 - - [2026-02-05 04:01:13] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006364 10.0.0.50 - - [2026-02-05 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.50 - - [2026-02-05 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.50 - - [2026-02-05 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2026-02-05 04:01:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2026-02-05 04:01:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-02-05 04:01:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-02-05 04:01:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000753 10.0.0.23 - - [2026-02-05 04:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.27 - - [2026-02-05 04:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-02-05 04:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000565 10.0.0.27 - - [2026-02-05 04:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2026-02-05 04:01:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.27 - - [2026-02-05 04:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2026-02-05 04:01:18] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006477 10.0.0.27 - - [2026-02-05 04:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.27 - - [2026-02-05 04:01:22] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006260 10.0.0.27 - - [2026-02-05 04:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.27 - - [2026-02-05 04:01:26] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007260 10.0.0.27 - - [2026-02-05 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.27 - - [2026-02-05 04:01:30] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007302 10.0.0.27 - - [2026-02-05 04:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.27 - - [2026-02-05 04:01:34] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006353 10.0.0.27 - - [2026-02-05 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.27 - - [2026-02-05 04:01:38] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008681 10.0.0.27 - - [2026-02-05 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.27 - - [2026-02-05 04:01:42] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006576 10.0.0.27 - - [2026-02-05 04:01:43] "POST /neutron/port HTTP/1.1" 200 1126 0.023426 10.0.0.27 - - [2026-02-05 04:01:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004844 10.0.0.27 - - [2026-02-05 04:01:43] "POST /neutron/network HTTP/1.1" 200 834 0.007333 10.0.0.27 - - [2026-02-05 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-02-05 04:01:46] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006776 10.0.0.27 - - [2026-02-05 04:01:49] "POST /neutron/network HTTP/1.1" 200 844 0.008854 10.0.0.27 - - [2026-02-05 04:01:50] "POST /neutron/port HTTP/1.1" 200 117 0.001562 10.0.0.27 - - [2026-02-05 04:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.27 - - [2026-02-05 04:01:50] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006305 10.0.0.27 - - [2026-02-05 04:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.27 - - [2026-02-05 04:01:54] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006303 10.0.0.27 - - [2026-02-05 04:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005773 10.0.0.27 - - [2026-02-05 04:01:58] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007896 10.0.0.27 - - [2026-02-05 04:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.27 - - [2026-02-05 04:02:03] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006562 10.0.0.27 - - [2026-02-05 04:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.27 - - [2026-02-05 04:02:07] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008432 10.0.0.27 - - [2026-02-05 04:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.27 - - [2026-02-05 04:02:11] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005979 10.0.0.27 - - [2026-02-05 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.27 - - [2026-02-05 04:02:15] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006363 10.0.0.27 - - [2026-02-05 04:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.27 - - [2026-02-05 04:02:19] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008583 10.0.0.27 - - [2026-02-05 04:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.27 - - [2026-02-05 04:02:23] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006250 10.0.0.27 - - [2026-02-05 04:02:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035800 10.0.0.27 - - [2026-02-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.27 - - [2026-02-05 04:02:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004110 10.0.0.27 - - [2026-02-05 04:02:27] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003965 10.0.0.27 - - [2026-02-05 04:02:27] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006776 10.0.0.27 - - [2026-02-05 04:02:27] "POST /neutron/port HTTP/1.1" 200 1126 0.020683 10.0.0.27 - - [2026-02-05 04:02:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007957 10.0.0.27 - - [2026-02-05 04:02:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059449 10.0.0.27 - - [2026-02-05 04:02:43] "POST /neutron/port HTTP/1.1" 200 1126 0.017768 10.0.0.27 - - [2026-02-05 04:02:44] "POST /neutron/port HTTP/1.1" 200 1126 0.051318 10.0.0.27 - - [2026-02-05 04:02:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.010041 10.0.0.27 - - [2026-02-05 04:02:48] "POST /neutron/port HTTP/1.1" 200 1126 0.018907 10.0.0.27 - - [2026-02-05 04:02:49] "POST /neutron/port HTTP/1.1" 200 1126 0.019780 10.0.0.27 - - [2026-02-05 04:02:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.010720 10.0.0.27 - - [2026-02-05 04:02:53] "POST /neutron/port HTTP/1.1" 200 1126 0.017769 10.0.0.27 - - [2026-02-05 04:02:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007992 10.0.0.27 - - [2026-02-05 04:03:09] "POST /neutron/port HTTP/1.1" 200 1126 0.020657 10.0.0.27 - - [2026-02-05 04:03:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008552 10.0.0.27 - - [2026-02-05 04:03:19] "POST /neutron/port HTTP/1.1" 200 1126 0.019292 10.0.0.27 - - [2026-02-05 04:03:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008036 10.0.0.27 - - [2026-02-05 04:03:19] "GET /virtual-machine/8a248325-fc8e-4f6b-ae54-da2c281cb3cc HTTP/1.1" 200 1293 0.006082 10.0.0.27 - - [2026-02-05 04:03:19] "GET /virtual-machine-interface/79b66b63-80c7-4b40-a215-2fc57cce6a55 HTTP/1.1" 200 2957 0.005612 10.0.0.27 - - [2026-02-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.27 - - [2026-02-05 04:03:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004653 10.0.0.27 - - [2026-02-05 04:03:19] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003267 10.0.0.27 - - [2026-02-05 04:03:19] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006366 10.0.0.27 - - [2026-02-05 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.27 - - [2026-02-05 04:03:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005207 10.0.0.27 - - [2026-02-05 04:03:21] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004306 10.0.0.27 - - [2026-02-05 04:03:21] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006633 10.0.0.27 - - [2026-02-05 04:03:21] "POST /neutron/port HTTP/1.1" 200 1126 0.017115 10.0.0.27 - - [2026-02-05 04:03:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007822 10.0.0.27 - - [2026-02-05 04:03:21] "GET /virtual-machine/0dc601bd-9d37-4a31-8efc-b4e7e81265de HTTP/1.1" 200 1292 0.006058 10.0.0.27 - - [2026-02-05 04:03:21] "GET /virtual-machine-interface/574e649b-14e6-43e3-b69f-ebbf7860b983 HTTP/1.1" 200 2957 0.005454 10.0.0.27 - - [2026-02-05 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2026-02-05 04:03:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003900 10.0.0.27 - - [2026-02-05 04:03:21] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003755 10.0.0.27 - - [2026-02-05 04:03:21] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006312 10.0.0.27 - - [2026-02-05 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.27 - - [2026-02-05 04:03:22] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006410 10.0.0.27 - - [2026-02-05 04:03:22] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004249 10.0.0.27 - - [2026-02-05 04:03:22] "GET /virtual-network/bff266b9-f048-4122-bb79-f08ea095a4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008095 10.0.0.27 - - [2026-02-05 04:03:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.004954 10.0.0.27 - - [2026-02-05 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.27 - - [2026-02-05 04:03:23] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.011497 10.0.0.27 - - [2026-02-05 04:03:23] "POST /control-node-zones HTTP/1.1" 200 569 0.031685 10.0.0.27 - - [2026-02-05 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2026-02-05 04:03:23] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005291 10.0.0.27 - - [2026-02-05 04:03:23] "GET /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006638 10.0.0.27 - - [2026-02-05 04:03:23] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.025757 10.0.0.27 - - [2026-02-05 04:03:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.003508 10.0.0.27 - - [2026-02-05 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.27 - - [2026-02-05 04:03:23] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006725 10.0.0.27 - - [2026-02-05 04:03:23] "POST /control-node-zones HTTP/1.1" 200 569 0.030999 10.0.0.27 - - [2026-02-05 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2026-02-05 04:03:23] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005666 10.0.0.27 - - [2026-02-05 04:03:23] "GET /control-node-zone/7b596d39-615a-48a1-97cd-1d17819468f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006330 10.0.0.27 - - [2026-02-05 04:03:23] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.024678 10.0.0.27 - - [2026-02-05 04:03:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.003968 10.0.0.27 - - [2026-02-05 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.27 - - [2026-02-05 04:03:23] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007014 10.0.0.27 - - [2026-02-05 04:03:23] "POST /control-node-zones HTTP/1.1" 200 569 0.029577 10.0.0.27 - - [2026-02-05 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2026-02-05 04:03:23] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006079 10.0.0.27 - - [2026-02-05 04:03:23] "GET /control-node-zone/204c1d83-4b0c-469d-b274-8413afca2423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.012430 10.0.0.27 - - [2026-02-05 04:03:24] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.024930 10.0.0.27 - - [2026-02-05 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2026-02-05 04:03:24] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010069 10.0.0.27 - - [2026-02-05 04:03:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.003945 10.0.0.27 - - [2026-02-05 04:03:24] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033617 10.0.0.27 - - [2026-02-05 04:03:24] "POST /neutron/network HTTP/1.1" 200 834 0.007597 10.0.0.27 - - [2026-02-05 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2026-02-05 04:03:24] "GET /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006301 10.0.0.27 - - [2026-02-05 04:03:24] "GET /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006348 10.0.0.27 - - [2026-02-05 04:03:24] "POST /ref-update HTTP/1.1" 200 156 0.019705 10.0.0.50 - - [2026-02-05 04:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059068 10.0.0.27 - - [2026-02-05 04:03:43] "GET /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006882 10.0.0.27 - - [2026-02-05 04:03:43] "GET /virtual-machine-interface/fb30ab4b-2300-47c0-b33f-d521ef9386ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007765 10.0.0.27 - - [2026-02-05 04:03:43] "POST /ref-update HTTP/1.1" 200 156 0.014130 10.0.0.50 - - [2026-02-05 04:03:43] "POST /bgp-routers HTTP/1.1" 200 640 0.052968 10.0.0.50 - - [2026-02-05 04:03:43] "PUT /bgp-router/1eaf3fad-7b90-4087-8366-c6db62b40abb HTTP/1.1" 200 254 0.036237 10.0.0.27 - - [2026-02-05 04:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2026-02-05 04:03:44] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007205 10.0.0.27 - - [2026-02-05 04:03:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.003329 10.0.0.27 - - [2026-02-05 04:03:44] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.030828 10.0.0.27 - - [2026-02-05 04:03:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.010534 10.0.0.27 - - [2026-02-05 04:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.27 - - [2026-02-05 04:03:44] "GET /bgp-as-a-service/d6d68215-07d5-4c86-8156-aab196b5366d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006951 10.0.0.27 - - [2026-02-05 04:03:44] "GET /control-node-zone/7b596d39-615a-48a1-97cd-1d17819468f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005252 10.0.0.27 - - [2026-02-05 04:03:44] "POST /ref-update HTTP/1.1" 200 156 0.015524 10.0.0.27 - - [2026-02-05 04:03:45] "POST /neutron/port HTTP/1.1" 200 1126 0.019418 10.0.0.27 - - [2026-02-05 04:03:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006806 10.0.0.27 - - [2026-02-05 04:03:45] "POST /neutron/network HTTP/1.1" 200 834 0.010284 10.0.0.27 - - [2026-02-05 04:03:52] "POST /neutron/network HTTP/1.1" 200 844 0.033945 10.0.0.27 - - [2026-02-05 04:03:52] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.27 - - [2026-02-05 04:03:52] "GET /bgp-as-a-service/d6d68215-07d5-4c86-8156-aab196b5366d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006479 10.0.0.27 - - [2026-02-05 04:03:52] "GET /virtual-machine-interface/79b66b63-80c7-4b40-a215-2fc57cce6a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005996 10.0.0.27 - - [2026-02-05 04:03:52] "POST /ref-update HTTP/1.1" 200 156 0.012927 10.0.0.50 - - [2026-02-05 04:03:52] "POST /ref-update HTTP/1.1" 200 156 0.017151 10.0.0.27 - - [2026-02-05 04:04:11] "GET /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004416 10.0.0.27 - - [2026-02-05 04:04:11] "POST /ref-update HTTP/1.1" 200 156 0.024565 10.0.0.27 - - [2026-02-05 04:04:11] "GET /control-node-zone/7b596d39-615a-48a1-97cd-1d17819468f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004499 10.0.0.27 - - [2026-02-05 04:04:11] "POST /ref-update HTTP/1.1" 200 156 0.024032 10.0.0.27 - - [2026-02-05 04:04:11] "GET /control-node-zone/204c1d83-4b0c-469d-b274-8413afca2423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004324 10.0.0.27 - - [2026-02-05 04:04:11] "POST /ref-update HTTP/1.1" 200 156 0.020098 10.0.0.27 - - [2026-02-05 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.27 - - [2026-02-05 04:04:11] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006085 10.0.0.27 - - [2026-02-05 04:04:11] "GET /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003732 10.0.0.27 - - [2026-02-05 04:04:12] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.022074 10.0.0.27 - - [2026-02-05 04:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2026-02-05 04:04:12] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005313 10.0.0.27 - - [2026-02-05 04:04:12] "GET /control-node-zone/7b596d39-615a-48a1-97cd-1d17819468f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004151 10.0.0.27 - - [2026-02-05 04:04:12] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.026420 10.0.0.27 - - [2026-02-05 04:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.27 - - [2026-02-05 04:04:12] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005610 10.0.0.27 - - [2026-02-05 04:04:12] "GET /control-node-zone/204c1d83-4b0c-469d-b274-8413afca2423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003956 10.0.0.27 - - [2026-02-05 04:04:12] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.023361 10.0.0.27 - - [2026-02-05 04:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2026-02-05 04:04:30] "GET /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006083 10.0.0.27 - - [2026-02-05 04:04:30] "GET /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003763 10.0.0.27 - - [2026-02-05 04:04:30] "POST /ref-update HTTP/1.1" 200 156 0.016928 10.0.0.27 - - [2026-02-05 04:04:30] "GET /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004845 10.0.0.27 - - [2026-02-05 04:04:30] "POST /ref-update HTTP/1.1" 200 156 0.021073 10.0.0.27 - - [2026-02-05 04:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2026-02-05 04:04:30] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007269 10.0.0.27 - - [2026-02-05 04:04:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.009806 10.0.0.27 - - [2026-02-05 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2026-02-05 04:04:31] "GET /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005805 10.0.0.27 - - [2026-02-05 04:04:31] "GET /control-node-zone/204c1d83-4b0c-469d-b274-8413afca2423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003220 10.0.0.27 - - [2026-02-05 04:04:31] "POST /ref-update HTTP/1.1" 200 156 0.016126 10.0.0.27 - - [2026-02-05 04:04:33] "GET /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.008020 10.0.0.27 - - [2026-02-05 04:04:33] "GET /virtual-machine-interface/fb30ab4b-2300-47c0-b33f-d521ef9386ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008687 10.0.0.27 - - [2026-02-05 04:04:46] "GET /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.004715 10.0.0.27 - - [2026-02-05 04:04:46] "GET /virtual-machine-interface/fb30ab4b-2300-47c0-b33f-d521ef9386ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007670 10.0.0.27 - - [2026-02-05 04:04:46] "POST /ref-update HTTP/1.1" 200 156 0.017865 10.0.0.27 - - [2026-02-05 04:04:46] "GET /bgp-as-a-service/d6d68215-07d5-4c86-8156-aab196b5366d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.006958 10.0.0.27 - - [2026-02-05 04:04:46] "GET /virtual-machine-interface/79b66b63-80c7-4b40-a215-2fc57cce6a55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.008936 10.0.0.27 - - [2026-02-05 04:04:46] "POST /ref-update HTTP/1.1" 200 156 0.020692 10.0.0.50 - - [2026-02-05 04:04:46] "POST /ref-update HTTP/1.1" 200 156 0.091782 10.0.0.27 - - [2026-02-05 04:04:46] "DELETE /bgp-as-a-service/d6d68215-07d5-4c86-8156-aab196b5366d HTTP/1.1" 200 115 0.075263 10.0.0.27 - - [2026-02-05 04:04:46] "GET /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.006467 10.0.0.27 - - [2026-02-05 04:04:47] "GET /virtual-machine-interface/fb30ab4b-2300-47c0-b33f-d521ef9386ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008100 10.0.0.27 - - [2026-02-05 04:04:47] "DELETE /bgp-as-a-service/48d89f63-cc2e-4c7f-bf5c-ed9e520745f4 HTTP/1.1" 200 115 0.074883 10.0.0.27 - - [2026-02-05 04:04:47] "POST /neutron/port HTTP/1.1" 200 1126 0.060703 10.0.0.27 - - [2026-02-05 04:04:47] "GET /control-node-zone/204c1d83-4b0c-469d-b274-8413afca2423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006164 10.0.0.27 - - [2026-02-05 04:04:47] "POST /ref-update HTTP/1.1" 200 156 0.040951 10.0.0.50 - - [2026-02-05 04:04:47] "DELETE /bgp-router/72c15b44-71ad-47a9-93b1-ec45fba6677d HTTP/1.1" 200 115 0.069800 10.0.0.27 - - [2026-02-05 04:04:47] "DELETE /control-node-zone/204c1d83-4b0c-469d-b274-8413afca2423 HTTP/1.1" 200 115 0.035121 10.0.0.27 - - [2026-02-05 04:04:47] "GET /control-node-zone/7b596d39-615a-48a1-97cd-1d17819468f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.008490 10.0.0.27 - - [2026-02-05 04:04:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004293 10.0.0.27 - - [2026-02-05 04:04:47] "POST /ref-update HTTP/1.1" 200 156 0.022712 10.0.0.27 - - [2026-02-05 04:04:47] "POST /neutron/network HTTP/1.1" 200 834 0.010170 10.0.0.27 - - [2026-02-05 04:04:47] "DELETE /control-node-zone/7b596d39-615a-48a1-97cd-1d17819468f6 HTTP/1.1" 200 115 0.044481 10.0.0.27 - - [2026-02-05 04:04:47] "GET /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004061 10.0.0.27 - - [2026-02-05 04:04:47] "DELETE /control-node-zone/737b154b-ee1e-4402-90a5-a8079adc141b HTTP/1.1" 200 115 0.046241 10.0.0.27 - - [2026-02-05 04:04:48] "POST /neutron/port HTTP/1.1" 200 1126 0.035815 10.0.0.27 - - [2026-02-05 04:04:48] "POST /neutron/port HTTP/1.1" 200 1126 0.031651 10.0.0.27 - - [2026-02-05 04:04:48] "POST /neutron/port HTTP/1.1" 200 1126 0.051631 10.0.0.27 - - [2026-02-05 04:04:49] "POST /neutron/network HTTP/1.1" 200 834 0.007765 10.0.0.27 - - [2026-02-05 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.23 - - [2026-02-05 04:04:52] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.27 - - [2026-02-05 04:04:52] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045723 10.0.0.23 - - [2026-02-05 04:04:52] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001298 10.0.0.27 - - [2026-02-05 04:04:53] "POST /neutron/network HTTP/1.1" 200 614 0.138557 10.0.0.50 - - [2026-02-05 04:04:53] "POST /route-targets HTTP/1.1" 200 327 0.017236 10.0.0.27 - - [2026-02-05 04:04:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.004490 10.0.0.27 - - [2026-02-05 04:04:53] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006855 10.0.0.27 - - [2026-02-05 04:04:53] "POST /neutron/network HTTP/1.1" 200 835 0.007644 10.0.0.27 - - [2026-02-05 04:04:53] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006980 10.0.0.27 - - [2026-02-05 04:04:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001392 10.0.0.27 - - [2026-02-05 04:04:53] "POST /neutron/network HTTP/1.1" 200 845 0.008419 10.0.0.23 - - [2026-02-05 04:04:54] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001708 10.0.0.27 - - [2026-02-05 04:04:54] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.080613 10.0.0.27 - - [2026-02-05 04:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.007094 10.0.0.27 - - [2026-02-05 04:04:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001415 10.0.0.27 - - [2026-02-05 04:04:55] "POST /neutron/network HTTP/1.1" 200 845 0.011703 10.0.0.27 - - [2026-02-05 04:04:55] "POST /neutron/port HTTP/1.1" 200 1063 0.042584 10.0.0.23 - - [2026-02-05 04:04:55] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.27 - - [2026-02-05 04:04:55] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.090074 10.0.0.27 - - [2026-02-05 04:04:55] "POST /neutron/port HTTP/1.1" 200 1127 0.020395 10.0.0.27 - - [2026-02-05 04:04:55] "POST /neutron/subnet HTTP/1.1" 200 708 0.009602 10.0.0.27 - - [2026-02-05 04:04:56] "POST /neutron/network HTTP/1.1" 200 835 0.008000 10.0.0.27 - - [2026-02-05 04:04:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.001467 10.0.0.27 - - [2026-02-05 04:04:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009459 10.0.0.23 - - [2026-02-05 04:04:56] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001741 10.0.0.27 - - [2026-02-05 04:04:56] "POST /neutron/port HTTP/1.1" 200 1063 0.318155 10.0.0.27 - - [2026-02-05 04:04:56] "POST /neutron/port HTTP/1.1" 200 1117 0.108243 10.0.0.23 - - [2026-02-05 04:04:57] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001254 10.0.0.27 - - [2026-02-05 04:04:57] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.092337 10.0.0.27 - - [2026-02-05 04:04:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.027836 10.0.0.27 - - [2026-02-05 04:04:57] "POST /neutron/network HTTP/1.1" 200 835 0.007767 10.0.0.27 - - [2026-02-05 04:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.007527 10.0.0.27 - - [2026-02-05 04:04:57] "POST /neutron/port HTTP/1.1" 200 1127 0.019857 10.0.0.27 - - [2026-02-05 04:04:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011017 10.0.0.27 - - [2026-02-05 04:04:57] "GET /virtual-machine/4968afac-3357-477a-ad06-59a3a89d38f4 HTTP/1.1" 200 1293 0.007661 10.0.0.27 - - [2026-02-05 04:04:57] "GET /virtual-machine-interface/92ae5a83-a73a-4d37-a353-e60c1dc404bc HTTP/1.1" 200 2958 0.007877 10.0.0.27 - - [2026-02-05 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.27 - - [2026-02-05 04:04:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004475 10.0.0.27 - - [2026-02-05 04:04:57] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003721 10.0.0.27 - - [2026-02-05 04:04:57] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005947 10.0.0.27 - - [2026-02-05 04:04:58] "POST /neutron/port HTTP/1.1" 200 1063 0.019638 10.0.0.27 - - [2026-02-05 04:04:58] "POST /neutron/port HTTP/1.1" 200 1127 0.022015 10.0.0.27 - - [2026-02-05 04:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.002056 10.0.0.27 - - [2026-02-05 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.27 - - [2026-02-05 04:05:01] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006459 10.0.0.27 - - [2026-02-05 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-02-05 04:05:05] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005844 10.0.0.27 - - [2026-02-05 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.27 - - [2026-02-05 04:05:09] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006248 10.0.0.27 - - [2026-02-05 04:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.27 - - [2026-02-05 04:05:13] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006239 10.0.0.27 - - [2026-02-05 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.27 - - [2026-02-05 04:05:17] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006080 10.0.0.27 - - [2026-02-05 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2026-02-05 04:05:21] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006428 10.0.0.27 - - [2026-02-05 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.037939 10.0.0.27 - - [2026-02-05 04:05:25] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008992 10.0.0.27 - - [2026-02-05 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.27 - - [2026-02-05 04:05:29] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006564 10.0.0.27 - - [2026-02-05 04:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.27 - - [2026-02-05 04:05:33] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006388 10.0.0.23 - - [2026-02-05 04:05:37] "GET /obj-perms HTTP/1.1" 200 5056 0.068863 10.0.0.27 - - [2026-02-05 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.27 - - [2026-02-05 04:05:37] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007253 10.0.0.27 - - [2026-02-05 04:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.27 - - [2026-02-05 04:05:42] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007400 10.0.0.27 - - [2026-02-05 04:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.27 - - [2026-02-05 04:05:46] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006675 10.0.0.27 - - [2026-02-05 04:05:48] "POST /neutron/port HTTP/1.1" 200 1127 0.021107 10.0.0.27 - - [2026-02-05 04:05:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.010845 10.0.0.27 - - [2026-02-05 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.27 - - [2026-02-05 04:05:50] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006526 10.0.0.27 - - [2026-02-05 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.27 - - [2026-02-05 04:05:54] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007090 10.0.0.27 - - [2026-02-05 04:05:54] "POST /neutron/port HTTP/1.1" 200 1127 0.022968 10.0.0.27 - - [2026-02-05 04:05:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005136 10.0.0.27 - - [2026-02-05 04:05:55] "POST /neutron/network HTTP/1.1" 200 835 0.007873 10.0.0.27 - - [2026-02-05 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.27 - - [2026-02-05 04:05:58] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006570 10.0.0.27 - - [2026-02-05 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.27 - - [2026-02-05 04:06:02] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006942 10.0.0.27 - - [2026-02-05 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.27 - - [2026-02-05 04:06:06] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006293 10.0.0.27 - - [2026-02-05 04:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.27 - - [2026-02-05 04:06:10] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006898 10.0.0.27 - - [2026-02-05 04:06:12] "POST /neutron/port HTTP/1.1" 200 1127 0.025085 10.0.0.27 - - [2026-02-05 04:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.27 - - [2026-02-05 04:06:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004899 10.0.0.27 - - [2026-02-05 04:06:12] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003539 10.0.0.27 - - [2026-02-05 04:06:12] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007370 10.0.0.27 - - [2026-02-05 04:06:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035119 10.0.0.50 - - [2026-02-05 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.50 - - [2026-02-05 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.50 - - [2026-02-05 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.50 - - [2026-02-05 04:06:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-02-05 04:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2026-02-05 04:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-02-05 04:06:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-02-05 04:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.27 - - [2026-02-05 04:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000595 10.0.0.27 - - [2026-02-05 04:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2026-02-05 04:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2026-02-05 04:06:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.27 - - [2026-02-05 04:06:18] "POST /neutron/port HTTP/1.1" 200 1127 0.025848 10.0.0.27 - - [2026-02-05 04:06:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008542 10.0.0.27 - - [2026-02-05 04:06:33] "POST /neutron/port HTTP/1.1" 200 1127 0.022007 10.0.0.27 - - [2026-02-05 04:06:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009124 10.0.0.27 - - [2026-02-05 04:06:49] "POST /neutron/port HTTP/1.1" 200 1127 0.020204 10.0.0.27 - - [2026-02-05 04:06:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004613 10.0.0.27 - - [2026-02-05 04:06:49] "POST /neutron/network HTTP/1.1" 200 835 0.008000 10.0.0.27 - - [2026-02-05 04:06:54] "POST /neutron/port HTTP/1.1" 200 1127 0.025312 10.0.0.27 - - [2026-02-05 04:06:56] "POST /neutron/port HTTP/1.1" 200 1127 0.024900 10.0.0.27 - - [2026-02-05 04:06:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.012432 10.0.0.27 - - [2026-02-05 04:06:59] "POST /neutron/port HTTP/1.1" 200 1127 0.021143 10.0.0.27 - - [2026-02-05 04:06:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008471 10.0.0.27 - - [2026-02-05 04:07:00] "GET /virtual-machine/268d4d5b-00f9-49db-88b0-41d20431c5d7 HTTP/1.1" 200 1292 0.037448 10.0.0.27 - - [2026-02-05 04:07:00] "GET /virtual-machine-interface/4c1babce-d428-444c-93d2-fb9359ecb738 HTTP/1.1" 200 2957 0.007722 10.0.0.27 - - [2026-02-05 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.27 - - [2026-02-05 04:07:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005810 10.0.0.27 - - [2026-02-05 04:07:00] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.008136 10.0.0.27 - - [2026-02-05 04:07:00] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006699 10.0.0.27 - - [2026-02-05 04:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2026-02-05 04:07:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004902 10.0.0.27 - - [2026-02-05 04:07:01] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004960 10.0.0.27 - - [2026-02-05 04:07:01] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008808 10.0.0.27 - - [2026-02-05 04:07:01] "POST /neutron/port HTTP/1.1" 200 1127 0.026224 10.0.0.27 - - [2026-02-05 04:07:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008986 10.0.0.27 - - [2026-02-05 04:07:01] "GET /virtual-machine/ae681a02-6a62-49bf-9803-4834982e0aca HTTP/1.1" 200 1294 0.006582 10.0.0.27 - - [2026-02-05 04:07:01] "GET /virtual-machine-interface/b187ab67-ba21-4db8-acf2-12b4210fdca9 HTTP/1.1" 200 2958 0.007649 10.0.0.27 - - [2026-02-05 04:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.27 - - [2026-02-05 04:07:01] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005688 10.0.0.27 - - [2026-02-05 04:07:01] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004936 10.0.0.27 - - [2026-02-05 04:07:01] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006550 10.0.0.27 - - [2026-02-05 04:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.27 - - [2026-02-05 04:07:02] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004795 10.0.0.27 - - [2026-02-05 04:07:02] "GET /virtual-networks?parent_id=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003718 10.0.0.27 - - [2026-02-05 04:07:03] "GET /virtual-network/7a55698d-6d92-4112-8417-8ee737c1be04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006847 10.0.0.27 - - [2026-02-05 04:07:03] "POST /neutron/port HTTP/1.1" 200 1127 0.027976 10.0.0.27 - - [2026-02-05 04:07:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008566 10.0.0.27 - - [2026-02-05 04:07:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003520 10.0.0.27 - - [2026-02-05 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.27 - - [2026-02-05 04:07:13] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008241 10.0.0.27 - - [2026-02-05 04:07:13] "POST /control-node-zones HTTP/1.1" 200 569 0.031316 10.0.0.27 - - [2026-02-05 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.27 - - [2026-02-05 04:07:13] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005978 10.0.0.27 - - [2026-02-05 04:07:13] "GET /control-node-zone/ad3d90e6-71ca-4002-a64a-eb91ccaab03c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007443 10.0.0.27 - - [2026-02-05 04:07:13] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.026687 10.0.0.27 - - [2026-02-05 04:07:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.004408 10.0.0.27 - - [2026-02-05 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.27 - - [2026-02-05 04:07:13] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008524 10.0.0.27 - - [2026-02-05 04:07:14] "POST /control-node-zones HTTP/1.1" 200 569 0.031640 10.0.0.27 - - [2026-02-05 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.27 - - [2026-02-05 04:07:14] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006830 10.0.0.27 - - [2026-02-05 04:07:14] "GET /control-node-zone/94f50c2a-82dd-4e3e-975f-0a85534d605b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007974 10.0.0.27 - - [2026-02-05 04:07:14] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.031735 10.0.0.27 - - [2026-02-05 04:07:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.004733 10.0.0.27 - - [2026-02-05 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.27 - - [2026-02-05 04:07:14] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008544 10.0.0.27 - - [2026-02-05 04:07:14] "POST /control-node-zones HTTP/1.1" 200 569 0.037630 10.0.0.27 - - [2026-02-05 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722 10.0.0.27 - - [2026-02-05 04:07:14] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006797 10.0.0.27 - - [2026-02-05 04:07:14] "GET /control-node-zone/0fb9aff7-d256-43f3-ac21-47a3b30b6b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.022344 10.0.0.27 - - [2026-02-05 04:07:14] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.027786 10.0.0.27 - - [2026-02-05 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2026-02-05 04:07:14] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007472 10.0.0.27 - - [2026-02-05 04:07:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.004966 10.0.0.27 - - [2026-02-05 04:07:14] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.039692 10.0.0.27 - - [2026-02-05 04:07:14] "POST /neutron/network HTTP/1.1" 200 835 0.007854 10.0.0.27 - - [2026-02-05 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2026-02-05 04:07:14] "GET /bgp-as-a-service/c2f85db0-76a2-4712-be29-0e8186bb9dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007307 10.0.0.27 - - [2026-02-05 04:07:15] "GET /control-node-zone/ad3d90e6-71ca-4002-a64a-eb91ccaab03c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004654 10.0.0.27 - - [2026-02-05 04:07:15] "POST /ref-update HTTP/1.1" 200 156 0.016494 10.0.0.27 - - [2026-02-05 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.27 - - [2026-02-05 04:07:15] "GET /bgp-as-a-service/c2f85db0-76a2-4712-be29-0e8186bb9dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007907 10.0.0.27 - - [2026-02-05 04:07:15] "GET /control-node-zone/94f50c2a-82dd-4e3e-975f-0a85534d605b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004272 10.0.0.27 - - [2026-02-05 04:07:15] "POST /ref-update HTTP/1.1" 200 156 0.017644 10.0.0.27 - - [2026-02-05 04:07:24] "GET /bgp-as-a-service/c2f85db0-76a2-4712-be29-0e8186bb9dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007636 10.0.0.27 - - [2026-02-05 04:07:24] "GET /virtual-machine-interface/92ae5a83-a73a-4d37-a353-e60c1dc404bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.007208 10.0.0.27 - - [2026-02-05 04:07:24] "POST /ref-update HTTP/1.1" 200 156 0.016622 10.0.0.50 - - [2026-02-05 04:07:24] "POST /bgp-routers HTTP/1.1" 200 640 0.048221 10.0.0.50 - - [2026-02-05 04:07:25] "PUT /bgp-router/f68d75f1-2af6-4373-98dc-b8fe90c48752 HTTP/1.1" 200 254 0.043420 10.0.0.27 - - [2026-02-05 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.27 - - [2026-02-05 04:07:25] "GET /global-system-config/4e29a112-c66b-4927-b00c-6e7fe03f0895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007466 10.0.0.27 - - [2026-02-05 04:07:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.003901 10.0.0.27 - - [2026-02-05 04:07:25] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.035790 10.0.0.27 - - [2026-02-05 04:07:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.010268 10.0.0.27 - - [2026-02-05 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2026-02-05 04:07:25] "GET /bgp-as-a-service/c407824d-ca33-4e95-b9ae-627048bec02c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006664 10.0.0.27 - - [2026-02-05 04:07:25] "GET /control-node-zone/ad3d90e6-71ca-4002-a64a-eb91ccaab03c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004484 10.0.0.27 - - [2026-02-05 04:07:25] "POST /ref-update HTTP/1.1" 200 156 0.017019 10.0.0.27 - - [2026-02-05 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2026-02-05 04:07:26] "GET /bgp-as-a-service/c407824d-ca33-4e95-b9ae-627048bec02c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007698 10.0.0.27 - - [2026-02-05 04:07:26] "GET /control-node-zone/94f50c2a-82dd-4e3e-975f-0a85534d605b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004254 10.0.0.27 - - [2026-02-05 04:07:26] "POST /ref-update HTTP/1.1" 200 156 0.017693 10.0.0.27 - - [2026-02-05 04:07:34] "GET /bgp-as-a-service/c407824d-ca33-4e95-b9ae-627048bec02c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008013 10.0.0.27 - - [2026-02-05 04:07:34] "GET /virtual-machine-interface/4c1babce-d428-444c-93d2-fb9359ecb738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006395 10.0.0.27 - - [2026-02-05 04:07:34] "POST /ref-update HTTP/1.1" 200 156 0.013492 10.0.0.50 - - [2026-02-05 04:07:34] "POST /ref-update HTTP/1.1" 200 156 0.024894 10.0.0.27 - - [2026-02-05 04:07:38] "GET /obj-perms HTTP/1.1" 200 5056 0.061118 10.0.0.50 - - [2026-02-05 04:07:38] "GET /obj-perms HTTP/1.1" 200 5056 0.059882 10.0.0.27 - - [2026-02-05 04:07:50] "POST /neutron/port HTTP/1.1" 200 1127 0.050984 10.0.0.27 - - [2026-02-05 04:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.27 - - [2026-02-05 04:07:50] "POST /neutron/network HTTP/1.1" 200 835 0.008515 10.0.0.27 - - [2026-02-05 04:07:56] "GET /bgp-as-a-service/c407824d-ca33-4e95-b9ae-627048bec02c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.008362 10.0.0.27 - - [2026-02-05 04:07:56] "GET /virtual-machine-interface/4c1babce-d428-444c-93d2-fb9359ecb738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.010034 10.0.0.27 - - [2026-02-05 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.016978 10.0.0.50 - - [2026-02-05 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.032786 10.0.0.27 - - [2026-02-05 04:07:56] "DELETE /bgp-as-a-service/c407824d-ca33-4e95-b9ae-627048bec02c HTTP/1.1" 200 115 0.092108 10.0.0.27 - - [2026-02-05 04:07:56] "GET /bgp-as-a-service/c2f85db0-76a2-4712-be29-0e8186bb9dcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.023832 10.0.0.27 - - [2026-02-05 04:07:56] "GET /virtual-machine-interface/92ae5a83-a73a-4d37-a353-e60c1dc404bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006051 10.0.0.27 - - [2026-02-05 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.017823 10.0.0.50 - - [2026-02-05 04:07:56] "POST /ref-update HTTP/1.1" 200 156 0.036165 10.0.0.27 - - [2026-02-05 04:07:57] "DELETE /bgp-as-a-service/c2f85db0-76a2-4712-be29-0e8186bb9dcf HTTP/1.1" 200 115 0.089342 10.0.0.27 - - [2026-02-05 04:07:57] "GET /control-node-zone/0fb9aff7-d256-43f3-ac21-47a3b30b6b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005328 10.0.0.27 - - [2026-02-05 04:07:57] "POST /neutron/network HTTP/1.1" 200 845 0.030712 10.0.0.27 - - [2026-02-05 04:07:57] "POST /ref-update HTTP/1.1" 200 156 0.034049 10.0.0.27 - - [2026-02-05 04:07:57] "POST /neutron/port HTTP/1.1" 200 117 0.003281 10.0.0.27 - - [2026-02-05 04:07:57] "DELETE /control-node-zone/0fb9aff7-d256-43f3-ac21-47a3b30b6b1d HTTP/1.1" 200 115 0.044822 10.0.0.27 - - [2026-02-05 04:07:57] "GET /control-node-zone/94f50c2a-82dd-4e3e-975f-0a85534d605b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007258 10.0.0.27 - - [2026-02-05 04:07:57] "POST /ref-update HTTP/1.1" 200 156 0.026015 10.0.0.27 - - [2026-02-05 04:07:57] "DELETE /control-node-zone/94f50c2a-82dd-4e3e-975f-0a85534d605b HTTP/1.1" 200 115 0.031808 10.0.0.27 - - [2026-02-05 04:07:57] "GET /control-node-zone/ad3d90e6-71ca-4002-a64a-eb91ccaab03c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004573 10.0.0.27 - - [2026-02-05 04:07:57] "POST /ref-update HTTP/1.1" 200 156 0.025022 10.0.0.27 - - [2026-02-05 04:07:57] "DELETE /control-node-zone/ad3d90e6-71ca-4002-a64a-eb91ccaab03c HTTP/1.1" 200 115 0.034869 10.0.0.27 - - [2026-02-05 04:07:57] "POST /neutron/network HTTP/1.1" 400 204 0.015146 10.0.0.27 - - [2026-02-05 04:07:58] "POST /neutron/port HTTP/1.1" 200 1117 0.019289 10.0.0.27 - - [2026-02-05 04:07:58] "POST /neutron/port HTTP/1.1" 200 151 0.315774 10.0.0.27 - - [2026-02-05 04:07:58] "POST /neutron/port HTTP/1.1" 200 151 0.305132 10.0.0.50 - - [2026-02-05 04:08:00] "DELETE /route-target/d2eb5245-bad0-4062-a073-fa946de959b1 HTTP/1.1" 200 115 0.032821 10.0.0.23 - - [2026-02-05 04:08:01] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.031908 10.0.0.27 - - [2026-02-05 04:08:01] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.108763 10.0.0.23 - - [2026-02-05 04:08:01] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.27 - - [2026-02-05 04:08:01] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?fields=virtual_networks HTTP/1.1" 200 1035 0.041281 10.0.0.23 - - [2026-02-05 04:08:01] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001473 10.0.0.27 - - [2026-02-05 04:08:01] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.058169 10.0.0.23 - - [2026-02-05 04:08:01] "GET /projects?obj_uuids=dabfeb9c-fea6-4f50-9402-beec7acd9d16&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.27 - - [2026-02-05 04:08:01] "GET /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16?fields=security_groups HTTP/1.1" 200 1262 0.050937 10.0.0.27 - - [2026-02-05 04:08:02] "POST /fqname-to-id HTTP/1.1" 404 181 0.032955 10.0.0.23 - - [2026-02-05 04:08:02] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004339 10.0.0.23 - - [2026-02-05 04:08:02] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002259 10.0.0.23 - - [2026-02-05 04:08:02] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047786 10.0.0.23 - - [2026-02-05 04:08:02] "POST /id-to-fqname HTTP/1.1" 200 183 0.003176 10.0.0.23 - - [2026-02-05 04:08:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.010670 10.0.0.23 - - [2026-02-05 04:08:03] "POST /security-groups HTTP/1.1" 200 584 0.185075 10.0.0.23 - - [2026-02-05 04:08:03] "POST /projects HTTP/1.1" 200 571 0.434705 10.0.0.23 - - [2026-02-05 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.471046 10.0.0.50 - - [2026-02-05 04:08:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.004991 10.0.0.27 - - [2026-02-05 04:08:03] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.669429 10.0.0.27 - - [2026-02-05 04:08:04] "GET / HTTP/1.1" 200 35931 0.002007 10.0.0.23 - - [2026-02-05 04:08:07] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001244 10.0.0.27 - - [2026-02-05 04:08:07] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.036632 10.0.0.23 - - [2026-02-05 04:08:07] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001159 10.0.0.27 - - [2026-02-05 04:08:07] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?fields=virtual_networks HTTP/1.1" 200 1019 0.047209 10.0.0.23 - - [2026-02-05 04:08:07] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001017 10.0.0.27 - - [2026-02-05 04:08:07] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.043359 10.0.0.23 - - [2026-02-05 04:08:07] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001048 10.0.0.27 - - [2026-02-05 04:08:07] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?fields=security_groups HTTP/1.1" 200 1238 0.040321 10.0.0.27 - - [2026-02-05 04:08:08] "POST /fqname-to-id HTTP/1.1" 404 189 0.034615 10.0.0.23 - - [2026-02-05 04:08:09] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006907 10.0.0.23 - - [2026-02-05 04:08:09] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002104 10.0.0.23 - - [2026-02-05 04:08:09] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011056 10.0.0.23 - - [2026-02-05 04:08:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.006475 10.0.0.23 - - [2026-02-05 04:08:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.004014 10.0.0.23 - - [2026-02-05 04:08:09] "POST /security-groups HTTP/1.1" 200 592 0.040111 10.0.0.23 - - [2026-02-05 04:08:09] "POST /projects HTTP/1.1" 200 587 0.264729 10.0.0.23 - - [2026-02-05 04:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.311112 10.0.0.50 - - [2026-02-05 04:08:09] "POST /access-control-lists HTTP/1.1" 200 597 0.030590 10.0.0.27 - - [2026-02-05 04:08:09] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.494157 10.0.0.27 - - [2026-02-05 04:08:10] "GET / HTTP/1.1" 200 35931 0.002129 10.0.0.23 - - [2026-02-05 04:08:13] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001146 10.0.0.27 - - [2026-02-05 04:08:13] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043481 10.0.0.23 - - [2026-02-05 04:08:13] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.27 - - [2026-02-05 04:08:13] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?fields=virtual_networks HTTP/1.1" 200 1034 0.054440 10.0.0.23 - - [2026-02-05 04:08:13] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.27 - - [2026-02-05 04:08:14] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042495 10.0.0.23 - - [2026-02-05 04:08:14] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.27 - - [2026-02-05 04:08:14] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?fields=security_groups HTTP/1.1" 200 1261 0.045356 10.0.0.27 - - [2026-02-05 04:08:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.029838 10.0.0.23 - - [2026-02-05 04:08:15] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.23 - - [2026-02-05 04:08:15] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.23 - - [2026-02-05 04:08:15] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007426 10.0.0.23 - - [2026-02-05 04:08:15] "POST /id-to-fqname HTTP/1.1" 200 197 0.002625 10.0.0.23 - - [2026-02-05 04:08:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.005258 10.0.0.23 - - [2026-02-05 04:08:15] "POST /security-groups HTTP/1.1" 200 598 0.078327 10.0.0.50 - - [2026-02-05 04:08:15] "POST /fqname-to-id HTTP/1.1" 404 241 0.004265 10.0.0.23 - - [2026-02-05 04:08:15] "POST /projects HTTP/1.1" 200 599 0.291281 10.0.0.23 - - [2026-02-05 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.330939 10.0.0.27 - - [2026-02-05 04:08:15] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.483719 10.0.0.50 - - [2026-02-05 04:08:15] "POST /access-control-lists HTTP/1.1" 200 601 0.049129 10.0.0.27 - - [2026-02-05 04:08:16] "GET / HTTP/1.1" 200 35931 0.002210 10.0.0.27 - - [2026-02-05 04:08:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2026-02-05 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.031700 10.0.0.27 - - [2026-02-05 04:08:18] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004421 10.0.0.27 - - [2026-02-05 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2026-02-05 04:08:18] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004976 10.0.0.27 - - [2026-02-05 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-02-05 04:08:19] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.020715 10.0.0.27 - - [2026-02-05 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2026-02-05 04:08:19] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001145 10.0.0.27 - - [2026-02-05 04:08:19] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.038516 10.0.0.27 - - [2026-02-05 04:08:19] "POST /neutron/network HTTP/1.1" 200 117 0.043731 10.0.0.50 - - [2026-02-05 04:08:19] "POST /route-targets HTTP/1.1" 200 327 0.016448 10.0.0.27 - - [2026-02-05 04:08:19] "POST /neutron/network HTTP/1.1" 200 808 0.011067 10.0.0.27 - - [2026-02-05 04:08:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001851 10.0.0.27 - - [2026-02-05 04:08:19] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006884 10.0.0.27 - - [2026-02-05 04:08:19] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006886 10.0.0.27 - - [2026-02-05 04:08:19] "POST /neutron/subnet HTTP/1.1" 200 701 0.009816 10.0.0.27 - - [2026-02-05 04:08:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001387 10.0.0.23 - - [2026-02-05 04:08:20] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001158 10.0.0.27 - - [2026-02-05 04:08:21] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.077331 10.0.0.27 - - [2026-02-05 04:08:21] "POST /neutron/port HTTP/1.1" 200 117 0.007289 10.0.0.27 - - [2026-02-05 04:08:21] "POST /id-to-fqname HTTP/1.1" 200 218 0.001470 10.0.0.27 - - [2026-02-05 04:08:21] "POST /neutron/network HTTP/1.1" 200 818 0.008617 10.0.0.27 - - [2026-02-05 04:08:22] "POST /neutron/port HTTP/1.1" 200 1062 0.024740 10.0.0.23 - - [2026-02-05 04:08:22] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001248 10.0.0.27 - - [2026-02-05 04:08:22] "POST /neutron/port HTTP/1.1" 200 1126 0.027735 10.0.0.27 - - [2026-02-05 04:08:22] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.071283 10.0.0.27 - - [2026-02-05 04:08:22] "POST /neutron/network HTTP/1.1" 200 808 0.051382 10.0.0.27 - - [2026-02-05 04:08:22] "POST /neutron/port HTTP/1.1" 200 1126 0.025229 10.0.0.27 - - [2026-02-05 04:08:23] "POST /neutron/network HTTP/1.1" 200 818 0.012081 10.0.0.27 - - [2026-02-05 04:08:23] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005845 10.0.0.27 - - [2026-02-05 04:08:23] "POST /neutron/port HTTP/1.1" 200 1062 0.033820 10.0.0.27 - - [2026-02-05 04:08:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004450 10.0.0.27 - - [2026-02-05 04:08:24] "POST /neutron/network HTTP/1.1" 200 808 0.007682 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /project/dabfeb9c-fea6-4f50-9402-beec7acd9d16 HTTP/1.1" 404 177 0.007576 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /project/650bf74d77264a91a96967e0a30cd7e4 HTTP/1.1" 404 173 0.014406 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /project/dff2260783e547d38ff64359ffa3cf4b HTTP/1.1" 404 173 0.012976 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /project/8d63f2c3b3194a259418d1a0211af204 HTTP/1.1" 404 173 0.007231 10.0.0.23 - - [2026-02-05 04:08:25] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000922 10.0.0.23 - - [2026-02-05 04:08:25] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000796 10.0.0.23 - - [2026-02-05 04:08:25] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.045502 10.0.0.23 - - [2026-02-05 04:08:25] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.057798 10.0.0.23 - - [2026-02-05 04:08:25] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001594 10.0.0.23 - - [2026-02-05 04:08:25] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003804 10.0.0.23 - - [2026-02-05 04:08:25] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?fields=security_groups HTTP/1.1" 200 1343 0.060211 10.0.0.23 - - [2026-02-05 04:08:25] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?fields=security_groups HTTP/1.1" 200 1366 0.073678 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /security-group/e6372c55-4311-43c8-85f2-fe1eead5fbdf HTTP/1.1" 200 115 0.073051 10.0.0.23 - - [2026-02-05 04:08:25] "GET /projects?obj_uuids=dff22607-83e5-47d3-8ff6-4359ffa3cf4b&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /security-group/9c34db29-fd2d-486e-ae04-b5fa4116fa09 HTTP/1.1" 200 115 0.129047 10.0.0.23 - - [2026-02-05 04:08:25] "GET /projects?obj_uuids=650bf74d-7726-4a91-a969-67e0a30cd7e4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001283 10.0.0.23 - - [2026-02-05 04:08:25] "GET /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b?fields=application_policy_sets HTTP/1.1" 200 1382 0.098864 10.0.0.27 - - [2026-02-05 04:08:25] "POST /neutron/port HTTP/1.1" 200 1126 0.051566 10.0.0.50 - - [2026-02-05 04:08:25] "DELETE /access-control-list/88e3a00b-3729-4e62-9b1c-ba96002961b4 HTTP/1.1" 200 115 0.095462 10.0.0.23 - - [2026-02-05 04:08:25] "GET /project/650bf74d-7726-4a91-a969-67e0a30cd7e4?fields=application_policy_sets HTTP/1.1" 200 1405 0.073863 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /project/dff22607-83e5-47d3-8ff6-4359ffa3cf4b HTTP/1.1" 200 115 0.568439 10.0.0.27 - - [2026-02-05 04:08:25] "POST /neutron/security_group HTTP/1.1" 200 2065 0.023957 10.0.0.23 - - [2026-02-05 04:08:25] "DELETE /project/650bf74d-7726-4a91-a969-67e0a30cd7e4 HTTP/1.1" 200 115 0.673657 10.0.0.27 - - [2026-02-05 04:08:25] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.036584 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.004988 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-machine-interface/afe9f8ce-d259-401e-80ea-759b624b0cdb HTTP/1.1" 200 2948 0.007748 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.005488 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-machine-interface/afe9f8ce-d259-401e-80ea-759b624b0cdb HTTP/1.1" 200 2948 0.007789 10.0.0.27 - - [2026-02-05 04:08:26] "GET /instance-ip/1c500627-1c05-4cec-887d-eae9ab01a6cf HTTP/1.1" 200 1619 0.011868 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.006016 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-machine-interface/afe9f8ce-d259-401e-80ea-759b624b0cdb HTTP/1.1" 200 2948 0.006626 10.0.0.27 - - [2026-02-05 04:08:26] "GET /instance-ip/1c500627-1c05-4cec-887d-eae9ab01a6cf HTTP/1.1" 200 1619 0.005692 10.0.0.27 - - [2026-02-05 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.27 - - [2026-02-05 04:08:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005747 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004475 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006833 10.0.0.27 - - [2026-02-05 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.27 - - [2026-02-05 04:08:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006326 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004422 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008324 10.0.0.27 - - [2026-02-05 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.27 - - [2026-02-05 04:08:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005380 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004141 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006422 10.0.0.27 - - [2026-02-05 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.27 - - [2026-02-05 04:08:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004344 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003348 10.0.0.27 - - [2026-02-05 04:08:26] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006628 10.0.0.27 - - [2026-02-05 04:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2026-02-05 04:08:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004950 10.0.0.27 - - [2026-02-05 04:08:27] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004194 10.0.0.27 - - [2026-02-05 04:08:27] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006584 10.0.0.27 - - [2026-02-05 04:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.27 - - [2026-02-05 04:08:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004879 10.0.0.27 - - [2026-02-05 04:08:27] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003482 10.0.0.27 - - [2026-02-05 04:08:27] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006494 10.0.0.27 - - [2026-02-05 04:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.27 - - [2026-02-05 04:08:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004463 10.0.0.27 - - [2026-02-05 04:08:27] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003354 10.0.0.27 - - [2026-02-05 04:08:27] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006541 10.0.0.27 - - [2026-02-05 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.27 - - [2026-02-05 04:08:30] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006492 10.0.0.27 - - [2026-02-05 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.27 - - [2026-02-05 04:08:34] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006582 10.0.0.27 - - [2026-02-05 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005340 10.0.0.27 - - [2026-02-05 04:08:38] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008028 10.0.0.23 - - [2026-02-05 04:08:39] "GET /obj-perms HTTP/1.1" 200 5056 0.061955 10.0.0.27 - - [2026-02-05 04:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-02-05 04:08:42] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006166 10.0.0.27 - - [2026-02-05 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2026-02-05 04:08:46] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008117 10.0.0.27 - - [2026-02-05 04:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2026-02-05 04:08:50] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005996 10.0.0.27 - - [2026-02-05 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005611 10.0.0.27 - - [2026-02-05 04:08:55] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006954 10.0.0.27 - - [2026-02-05 04:08:57] "POST /neutron/port HTTP/1.1" 200 1126 0.055588 10.0.0.27 - - [2026-02-05 04:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005079 10.0.0.27 - - [2026-02-05 04:08:57] "POST /neutron/network HTTP/1.1" 200 808 0.009663 10.0.0.27 - - [2026-02-05 04:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.27 - - [2026-02-05 04:08:59] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006082 10.0.0.27 - - [2026-02-05 04:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2026-02-05 04:09:03] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006575 10.0.0.27 - - [2026-02-05 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.27 - - [2026-02-05 04:09:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.27 - - [2026-02-05 04:09:05] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003957 10.0.0.27 - - [2026-02-05 04:09:05] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005900 10.0.0.27 - - [2026-02-05 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.27 - - [2026-02-05 04:09:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.27 - - [2026-02-05 04:09:05] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003314 10.0.0.27 - - [2026-02-05 04:09:05] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006656 10.0.0.27 - - [2026-02-05 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2026-02-05 04:09:05] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006963 10.0.0.27 - - [2026-02-05 04:09:05] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004766 10.0.0.27 - - [2026-02-05 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.27 - - [2026-02-05 04:09:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003884 10.0.0.27 - - [2026-02-05 04:09:05] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003901 10.0.0.27 - - [2026-02-05 04:09:05] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007953 10.0.0.27 - - [2026-02-05 04:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-02-05 04:09:06] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004853 10.0.0.27 - - [2026-02-05 04:09:06] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005630 10.0.0.27 - - [2026-02-05 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2026-02-05 04:09:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004461 10.0.0.27 - - [2026-02-05 04:09:06] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003939 10.0.0.27 - - [2026-02-05 04:09:06] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006193 10.0.0.27 - - [2026-02-05 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.27 - - [2026-02-05 04:09:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004818 10.0.0.27 - - [2026-02-05 04:09:06] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003369 10.0.0.27 - - [2026-02-05 04:09:06] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006541 10.0.0.27 - - [2026-02-05 04:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.27 - - [2026-02-05 04:09:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005238 10.0.0.27 - - [2026-02-05 04:09:06] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003692 10.0.0.27 - - [2026-02-05 04:09:06] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008488 10.0.0.27 - - [2026-02-05 04:09:06] "GET /obj-perms HTTP/1.1" 200 5044 0.065376 10.0.0.27 - - [2026-02-05 04:09:06] "GET /obj-perms HTTP/1.1" 200 5044 0.004381 10.0.0.23 - - [2026-02-05 04:09:06] "GET /obj-perms HTTP/1.1" 200 5044 0.063049 10.0.0.27 - - [2026-02-05 04:09:07] "GET /obj-perms HTTP/1.1" 200 5044 0.004299 10.0.0.27 - - [2026-02-05 04:09:07] "POST /neutron/port HTTP/1.1" 200 1126 0.029036 10.0.0.27 - - [2026-02-05 04:09:07] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009741 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.007989 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.004658 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.006521 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.004375 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.006073 10.0.0.27 - - [2026-02-05 04:09:07] "GET /instance-ip/59bba459-ace2-4b46-a65c-97eaa603a12d HTTP/1.1" 200 1620 0.008083 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.005404 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.008282 10.0.0.27 - - [2026-02-05 04:09:07] "GET /instance-ip/59bba459-ace2-4b46-a65c-97eaa603a12d HTTP/1.1" 200 1620 0.006254 10.0.0.27 - - [2026-02-05 04:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.27 - - [2026-02-05 04:09:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004431 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004277 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006254 10.0.0.27 - - [2026-02-05 04:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.27 - - [2026-02-05 04:09:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004764 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011041 10.0.0.27 - - [2026-02-05 04:09:07] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007879 10.0.0.27 - - [2026-02-05 04:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.27 - - [2026-02-05 04:09:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005112 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003426 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007000 10.0.0.27 - - [2026-02-05 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.27 - - [2026-02-05 04:09:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005080 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003847 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006431 10.0.0.27 - - [2026-02-05 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.27 - - [2026-02-05 04:09:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004425 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003884 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006472 10.0.0.27 - - [2026-02-05 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.27 - - [2026-02-05 04:09:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004771 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003430 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006242 10.0.0.27 - - [2026-02-05 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-02-05 04:09:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005261 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004332 10.0.0.27 - - [2026-02-05 04:09:08] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006264 10.0.0.27 - - [2026-02-05 04:09:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2026-02-05 04:09:09] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004745 10.0.0.27 - - [2026-02-05 04:09:09] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003540 10.0.0.27 - - [2026-02-05 04:09:09] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006054 10.0.0.27 - - [2026-02-05 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.27 - - [2026-02-05 04:09:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004906 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003190 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006342 10.0.0.27 - - [2026-02-05 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-02-05 04:09:10] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005873 10.0.0.27 - - [2026-02-05 04:09:10] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005146 10.0.0.27 - - [2026-02-05 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.27 - - [2026-02-05 04:09:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004902 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003451 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007214 10.0.0.27 - - [2026-02-05 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.27 - - [2026-02-05 04:09:10] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005014 10.0.0.27 - - [2026-02-05 04:09:10] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004646 10.0.0.27 - - [2026-02-05 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2026-02-05 04:09:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005331 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004034 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006789 10.0.0.27 - - [2026-02-05 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.27 - - [2026-02-05 04:09:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004999 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003261 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006369 10.0.0.27 - - [2026-02-05 04:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2026-02-05 04:09:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004368 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003727 10.0.0.27 - - [2026-02-05 04:09:10] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006308 10.0.0.27 - - [2026-02-05 04:09:11] "GET /obj-perms HTTP/1.1" 200 5044 0.021661 10.0.0.23 - - [2026-02-05 04:09:11] "GET /obj-perms HTTP/1.1" 200 5044 0.004658 10.0.0.27 - - [2026-02-05 04:09:11] "GET /obj-perms HTTP/1.1" 200 5044 0.004508 10.0.0.50 - - [2026-02-05 04:09:11] "GET /obj-perms HTTP/1.1" 200 5044 0.057232 10.0.0.27 - - [2026-02-05 04:09:11] "GET /obj-perms HTTP/1.1" 200 5044 0.003978 10.0.0.27 - - [2026-02-05 04:09:11] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.008890 10.0.0.27 - - [2026-02-05 04:09:11] "GET /virtual-machine-interface/afe9f8ce-d259-401e-80ea-759b624b0cdb HTTP/1.1" 200 2948 0.005559 10.0.0.27 - - [2026-02-05 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.27 - - [2026-02-05 04:09:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003707 10.0.0.27 - - [2026-02-05 04:09:11] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003081 10.0.0.27 - - [2026-02-05 04:09:11] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006080 10.0.0.27 - - [2026-02-05 04:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005435 10.0.0.27 - - [2026-02-05 04:09:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004082 10.0.0.27 - - [2026-02-05 04:09:12] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003537 10.0.0.27 - - [2026-02-05 04:09:12] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006610 10.0.0.27 - - [2026-02-05 04:09:12] "POST /neutron/port HTTP/1.1" 200 1126 0.019093 10.0.0.27 - - [2026-02-05 04:09:14] "POST /neutron/security_group HTTP/1.1" 200 2065 0.035652 10.0.0.27 - - [2026-02-05 04:09:17] "POST /neutron/port HTTP/1.1" 200 1126 0.018058 10.0.0.27 - - [2026-02-05 04:09:23] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.005398 10.0.0.27 - - [2026-02-05 04:09:23] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.007482 10.0.0.27 - - [2026-02-05 04:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-02-05 04:09:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004613 10.0.0.27 - - [2026-02-05 04:09:23] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004101 10.0.0.27 - - [2026-02-05 04:09:23] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006905 10.0.0.27 - - [2026-02-05 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.27 - - [2026-02-05 04:09:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004872 10.0.0.27 - - [2026-02-05 04:09:24] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003937 10.0.0.27 - - [2026-02-05 04:09:24] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006749 10.0.0.50 - - [2026-02-05 04:09:40] "GET /obj-perms HTTP/1.1" 200 5056 0.063703 10.0.0.23 - - [2026-02-05 04:09:40] "GET /obj-perms HTTP/1.1" 200 5056 0.059155 10.0.0.27 - - [2026-02-05 04:09:54] "POST /neutron/port HTTP/1.1" 200 1126 0.019215 10.0.0.27 - - [2026-02-05 04:09:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.009262 10.0.0.27 - - [2026-02-05 04:09:57] "POST /neutron/port HTTP/1.1" 200 1126 0.021574 10.0.0.27 - - [2026-02-05 04:09:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004296 10.0.0.27 - - [2026-02-05 04:09:57] "POST /neutron/network HTTP/1.1" 200 808 0.007990 10.0.0.27 - - [2026-02-05 04:10:56] "POST /neutron/network HTTP/1.1" 200 818 0.007115 10.0.0.27 - - [2026-02-05 04:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.27 - - [2026-02-05 04:10:57] "POST /neutron/port HTTP/1.1" 200 1126 0.020637 10.0.0.27 - - [2026-02-05 04:10:57] "POST /neutron/subnet HTTP/1.1" 200 675 0.009833 10.0.0.27 - - [2026-02-05 04:11:12] "POST /neutron/port HTTP/1.1" 200 1126 0.018508 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.004426 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-machine-interface/afe9f8ce-d259-401e-80ea-759b624b0cdb HTTP/1.1" 200 2948 0.005571 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.003569 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-machine-interface/afe9f8ce-d259-401e-80ea-759b624b0cdb HTTP/1.1" 200 2948 0.006764 10.0.0.27 - - [2026-02-05 04:11:12] "GET /instance-ip/1c500627-1c05-4cec-887d-eae9ab01a6cf HTTP/1.1" 200 1619 0.004118 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.003458 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-machine-interface/afe9f8ce-d259-401e-80ea-759b624b0cdb HTTP/1.1" 200 2948 0.005710 10.0.0.27 - - [2026-02-05 04:11:12] "GET /instance-ip/1c500627-1c05-4cec-887d-eae9ab01a6cf HTTP/1.1" 200 1619 0.006948 10.0.0.27 - - [2026-02-05 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.27 - - [2026-02-05 04:11:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003793 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003300 10.0.0.27 - - [2026-02-05 04:11:12] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006296 10.0.0.27 - - [2026-02-05 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2026-02-05 04:11:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004487 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005070 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006436 10.0.0.27 - - [2026-02-05 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.27 - - [2026-02-05 04:11:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004800 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003563 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006539 10.0.0.27 - - [2026-02-05 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2026-02-05 04:11:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004898 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003489 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006150 10.0.0.27 - - [2026-02-05 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.27 - - [2026-02-05 04:11:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004546 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003426 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006737 10.0.0.27 - - [2026-02-05 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2026-02-05 04:11:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004220 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003732 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006502 10.0.0.27 - - [2026-02-05 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.27 - - [2026-02-05 04:11:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006097 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004595 10.0.0.27 - - [2026-02-05 04:11:13] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006842 10.0.0.27 - - [2026-02-05 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.27 - - [2026-02-05 04:11:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004849 10.0.0.27 - - [2026-02-05 04:11:14] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003262 10.0.0.27 - - [2026-02-05 04:11:14] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006819 10.0.0.27 - - [2026-02-05 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-02-05 04:11:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003282 10.0.0.50 - - [2026-02-05 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007384 10.0.0.27 - - [2026-02-05 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.50 - - [2026-02-05 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.27 - - [2026-02-05 04:11:15] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005104 10.0.0.27 - - [2026-02-05 04:11:15] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004778 10.0.0.27 - - [2026-02-05 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2026-02-05 04:11:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003858 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003306 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006496 10.0.0.27 - - [2026-02-05 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.27 - - [2026-02-05 04:11:15] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004881 10.0.0.27 - - [2026-02-05 04:11:15] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004128 10.0.0.27 - - [2026-02-05 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2026-02-05 04:11:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003662 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005808 10.0.0.27 - - [2026-02-05 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.27 - - [2026-02-05 04:11:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003818 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003046 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006578 10.0.0.27 - - [2026-02-05 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.50 - - [2026-02-05 04:11:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-02-05 04:11:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004490 10.0.0.27 - - [2026-02-05 04:11:15] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007277 10.0.0.50 - - [2026-02-05 04:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-02-05 04:11:16] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007290 10.0.0.23 - - [2026-02-05 04:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-02-05 04:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-02-05 04:11:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2026-02-05 04:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-02-05 04:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.27 - - [2026-02-05 04:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-02-05 04:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-02-05 04:11:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-02-05 04:11:20] "GET /obj-perms HTTP/1.1" 200 5044 0.004712 10.0.0.27 - - [2026-02-05 04:11:20] "GET /obj-perms HTTP/1.1" 200 5044 0.005121 10.0.0.27 - - [2026-02-05 04:11:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003651 10.0.0.27 - - [2026-02-05 04:11:20] "GET /obj-perms HTTP/1.1" 200 5044 0.004723 10.0.0.23 - - [2026-02-05 04:11:20] "GET /obj-perms HTTP/1.1" 200 5044 0.003912 10.0.0.27 - - [2026-02-05 04:11:20] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007595 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.005014 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.004958 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.003807 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.005105 10.0.0.27 - - [2026-02-05 04:11:20] "GET /instance-ip/59bba459-ace2-4b46-a65c-97eaa603a12d HTTP/1.1" 200 1620 0.003989 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.004226 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.005945 10.0.0.27 - - [2026-02-05 04:11:20] "GET /instance-ip/59bba459-ace2-4b46-a65c-97eaa603a12d HTTP/1.1" 200 1620 0.004245 10.0.0.27 - - [2026-02-05 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2026-02-05 04:11:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004340 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002705 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008476 10.0.0.27 - - [2026-02-05 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.27 - - [2026-02-05 04:11:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004927 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003609 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006389 10.0.0.27 - - [2026-02-05 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2026-02-05 04:11:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004156 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003541 10.0.0.27 - - [2026-02-05 04:11:20] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007484 10.0.0.27 - - [2026-02-05 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2026-02-05 04:11:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004900 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003429 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006686 10.0.0.27 - - [2026-02-05 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2026-02-05 04:11:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004358 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003656 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006591 10.0.0.27 - - [2026-02-05 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.27 - - [2026-02-05 04:11:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004363 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003407 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006331 10.0.0.27 - - [2026-02-05 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.27 - - [2026-02-05 04:11:21] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004707 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003165 10.0.0.27 - - [2026-02-05 04:11:21] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006399 10.0.0.27 - - [2026-02-05 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.27 - - [2026-02-05 04:11:22] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003907 10.0.0.27 - - [2026-02-05 04:11:22] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003306 10.0.0.27 - - [2026-02-05 04:11:22] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006729 10.0.0.27 - - [2026-02-05 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-02-05 04:11:22] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004036 10.0.0.27 - - [2026-02-05 04:11:22] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003420 10.0.0.27 - - [2026-02-05 04:11:22] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006108 10.0.0.27 - - [2026-02-05 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2026-02-05 04:11:23] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005375 10.0.0.27 - - [2026-02-05 04:11:23] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004373 10.0.0.27 - - [2026-02-05 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.27 - - [2026-02-05 04:11:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004123 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003004 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007476 10.0.0.27 - - [2026-02-05 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.27 - - [2026-02-05 04:11:23] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005858 10.0.0.27 - - [2026-02-05 04:11:23] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004976 10.0.0.27 - - [2026-02-05 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.27 - - [2026-02-05 04:11:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004634 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003186 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006584 10.0.0.27 - - [2026-02-05 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2026-02-05 04:11:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004810 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003506 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006782 10.0.0.27 - - [2026-02-05 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2026-02-05 04:11:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005277 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003254 10.0.0.27 - - [2026-02-05 04:11:23] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006164 10.0.0.23 - - [2026-02-05 04:11:27] "GET /obj-perms HTTP/1.1" 200 5044 0.004188 10.0.0.27 - - [2026-02-05 04:11:29] "GET /obj-perms HTTP/1.1" 200 5044 0.003969 10.0.0.23 - - [2026-02-05 04:11:30] "GET /obj-perms HTTP/1.1" 200 5044 0.004264 10.0.0.27 - - [2026-02-05 04:11:30] "GET /obj-perms HTTP/1.1" 200 5044 0.004702 10.0.0.50 - - [2026-02-05 04:11:30] "GET /obj-perms HTTP/1.1" 200 5044 0.004080 10.0.0.27 - - [2026-02-05 04:11:42] "GET /obj-perms HTTP/1.1" 200 5056 0.082297 10.0.0.27 - - [2026-02-05 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.27 - - [2026-02-05 04:11:50] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004552 10.0.0.27 - - [2026-02-05 04:11:50] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003851 10.0.0.27 - - [2026-02-05 04:11:50] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006958 10.0.0.27 - - [2026-02-05 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.27 - - [2026-02-05 04:11:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004355 10.0.0.27 - - [2026-02-05 04:11:51] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003563 10.0.0.27 - - [2026-02-05 04:11:51] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006189 10.0.0.27 - - [2026-02-05 04:11:57] "POST /neutron/network HTTP/1.1" 200 818 0.008034 10.0.0.27 - - [2026-02-05 04:11:57] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.27 - - [2026-02-05 04:11:58] "POST /neutron/port HTTP/1.1" 200 1126 0.022031 10.0.0.27 - - [2026-02-05 04:11:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.010668 10.0.0.27 - - [2026-02-05 04:12:07] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.004822 10.0.0.27 - - [2026-02-05 04:12:07] "GET /virtual-machine-interface/097ffc00-23b0-4e34-aa9b-b52b5c9d6774 HTTP/1.1" 200 2947 0.006205 10.0.0.27 - - [2026-02-05 04:12:07] "GET /instance-ip/59bba459-ace2-4b46-a65c-97eaa603a12d HTTP/1.1" 200 1620 0.006050 10.0.0.27 - - [2026-02-05 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.27 - - [2026-02-05 04:12:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005037 10.0.0.27 - - [2026-02-05 04:12:07] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005777 10.0.0.27 - - [2026-02-05 04:12:07] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006875 10.0.0.27 - - [2026-02-05 04:12:11] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 200 1299 0.004723 10.0.0.27 - - [2026-02-05 04:12:11] "POST /neutron/port HTTP/1.1" 200 1126 0.024688 10.0.0.27 - - [2026-02-05 04:12:13] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003268 10.0.0.27 - - [2026-02-05 04:12:13] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003304 10.0.0.27 - - [2026-02-05 04:12:13] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003084 10.0.0.27 - - [2026-02-05 04:12:14] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004059 10.0.0.27 - - [2026-02-05 04:12:15] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004479 10.0.0.27 - - [2026-02-05 04:12:16] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003999 10.0.0.27 - - [2026-02-05 04:12:17] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004054 10.0.0.27 - - [2026-02-05 04:12:18] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003850 10.0.0.27 - - [2026-02-05 04:12:19] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004028 10.0.0.27 - - [2026-02-05 04:12:19] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003621 10.0.0.27 - - [2026-02-05 04:12:20] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003512 10.0.0.27 - - [2026-02-05 04:12:21] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004675 10.0.0.27 - - [2026-02-05 04:12:22] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003363 10.0.0.27 - - [2026-02-05 04:12:23] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004484 10.0.0.27 - - [2026-02-05 04:12:24] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003600 10.0.0.27 - - [2026-02-05 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.27 - - [2026-02-05 04:12:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004679 10.0.0.27 - - [2026-02-05 04:12:24] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003683 10.0.0.27 - - [2026-02-05 04:12:24] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006166 10.0.0.27 - - [2026-02-05 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2026-02-05 04:12:24] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004872 10.0.0.27 - - [2026-02-05 04:12:24] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006118 10.0.0.27 - - [2026-02-05 04:12:24] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004937 10.0.0.27 - - [2026-02-05 04:12:25] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003905 10.0.0.27 - - [2026-02-05 04:12:26] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004010 10.0.0.27 - - [2026-02-05 04:12:27] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003728 10.0.0.27 - - [2026-02-05 04:12:28] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004315 10.0.0.27 - - [2026-02-05 04:12:29] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004493 10.0.0.27 - - [2026-02-05 04:12:29] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003286 10.0.0.27 - - [2026-02-05 04:12:30] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004125 10.0.0.27 - - [2026-02-05 04:12:31] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003526 10.0.0.27 - - [2026-02-05 04:12:32] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.004105 10.0.0.27 - - [2026-02-05 04:12:33] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003398 10.0.0.27 - - [2026-02-05 04:12:34] "GET /virtual-machine/baa5a90d-5c60-45f4-846b-398e04461817 HTTP/1.1" 404 171 0.003389 10.0.0.50 - - [2026-02-05 04:12:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004961 10.0.0.27 - - [2026-02-05 04:12:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004809 10.0.0.23 - - [2026-02-05 04:12:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004237 10.0.0.27 - - [2026-02-05 04:12:34] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 200 1300 0.004514 10.0.0.27 - - [2026-02-05 04:12:35] "POST /neutron/port HTTP/1.1" 200 1126 0.018967 10.0.0.27 - - [2026-02-05 04:12:36] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003786 10.0.0.27 - - [2026-02-05 04:12:36] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.002581 10.0.0.27 - - [2026-02-05 04:12:36] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.002648 10.0.0.27 - - [2026-02-05 04:12:37] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003564 10.0.0.27 - - [2026-02-05 04:12:38] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003217 10.0.0.27 - - [2026-02-05 04:12:39] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.005104 10.0.0.27 - - [2026-02-05 04:12:40] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003979 10.0.0.27 - - [2026-02-05 04:12:41] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.004473 10.0.0.27 - - [2026-02-05 04:12:42] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003572 10.0.0.27 - - [2026-02-05 04:12:42] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003440 10.0.0.27 - - [2026-02-05 04:12:43] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003355 10.0.0.27 - - [2026-02-05 04:12:44] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.004050 10.0.0.27 - - [2026-02-05 04:12:45] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003715 10.0.0.27 - - [2026-02-05 04:12:46] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003287 10.0.0.27 - - [2026-02-05 04:12:47] "GET /virtual-machine/d7c8b0bb-ddc7-4770-bb19-35c4109050a5 HTTP/1.1" 404 171 0.003391 10.0.0.27 - - [2026-02-05 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2026-02-05 04:12:47] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.27 - - [2026-02-05 04:12:47] "GET /virtual-networks?parent_id=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003235 10.0.0.27 - - [2026-02-05 04:12:47] "GET /virtual-network/ed816b09-7dc9-4f3f-82c6-ab7ce44d5d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007267 10.0.0.27 - - [2026-02-05 04:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.27 - - [2026-02-05 04:12:47] "GET /routing-instance/0e739153-5442-4316-b6a7-7cad5c684246?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004631 10.0.0.27 - - [2026-02-05 04:12:47] "GET /route-target/e8b6d795-0b9b-4811-aba1-c36679c8f3ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004795 10.0.0.27 - - [2026-02-05 04:12:50] "GET /obj-perms HTTP/1.1" 200 5044 0.005522 10.0.0.27 - - [2026-02-05 04:12:50] "GET /obj-perms HTTP/1.1" 200 5044 0.004276 10.0.0.50 - - [2026-02-05 04:12:50] "GET /obj-perms HTTP/1.1" 200 5044 0.004717 10.0.0.27 - - [2026-02-05 04:12:50] "POST /neutron/network HTTP/1.1" 200 808 0.007145 10.0.0.50 - - [2026-02-05 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.047531 10.0.0.27 - - [2026-02-05 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.27 - - [2026-02-05 04:12:51] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004212 10.0.0.27 - - [2026-02-05 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.27 - - [2026-02-05 04:12:51] "PUT /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2 HTTP/1.1" 200 276 0.013117 10.0.0.23 - - [2026-02-05 04:12:53] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001373 10.0.0.27 - - [2026-02-05 04:12:53] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.047664 10.0.0.23 - - [2026-02-05 04:12:53] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000930 10.0.0.27 - - [2026-02-05 04:12:53] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?fields=virtual_networks HTTP/1.1" 200 1047 0.038307 10.0.0.23 - - [2026-02-05 04:12:53] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001114 10.0.0.27 - - [2026-02-05 04:12:53] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.041499 10.0.0.23 - - [2026-02-05 04:12:53] "GET /projects?obj_uuids=8d63f2c3-b319-4a25-9418-d1a0211af204&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001075 10.0.0.27 - - [2026-02-05 04:12:53] "GET /project/8d63f2c3-b319-4a25-9418-d1a0211af204?fields=security_groups HTTP/1.1" 200 1280 0.054094 10.0.0.27 - - [2026-02-05 04:12:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.033573 10.0.0.23 - - [2026-02-05 04:12:54] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003640 10.0.0.23 - - [2026-02-05 04:12:54] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.23 - - [2026-02-05 04:12:54] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008723 10.0.0.23 - - [2026-02-05 04:12:55] "POST /id-to-fqname HTTP/1.1" 200 196 0.001566 10.0.0.23 - - [2026-02-05 04:12:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.004922 10.0.0.23 - - [2026-02-05 04:12:55] "POST /security-groups HTTP/1.1" 200 597 0.073153 10.0.0.23 - - [2026-02-05 04:12:55] "POST /projects HTTP/1.1" 200 597 0.281547 10.0.0.23 - - [2026-02-05 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.359529 10.0.0.50 - - [2026-02-05 04:12:55] "POST /access-control-lists HTTP/1.1" 200 602 0.029074 10.0.0.27 - - [2026-02-05 04:12:55] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.508872 10.0.0.27 - - [2026-02-05 04:12:56] "GET / HTTP/1.1" 200 35931 0.002192 10.0.0.23 - - [2026-02-05 04:12:59] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001983 10.0.0.27 - - [2026-02-05 04:12:59] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051436 10.0.0.23 - - [2026-02-05 04:12:59] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001270 10.0.0.27 - - [2026-02-05 04:12:59] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?fields=virtual_networks HTTP/1.1" 200 1044 0.048952 10.0.0.23 - - [2026-02-05 04:12:59] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001547 10.0.0.27 - - [2026-02-05 04:12:59] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.038570 10.0.0.23 - - [2026-02-05 04:12:59] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001089 10.0.0.27 - - [2026-02-05 04:12:59] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?fields=security_groups HTTP/1.1" 200 1276 0.033489 10.0.0.27 - - [2026-02-05 04:13:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.030081 10.0.0.23 - - [2026-02-05 04:13:00] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003878 10.0.0.23 - - [2026-02-05 04:13:01] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.033434 10.0.0.23 - - [2026-02-05 04:13:01] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040085 10.0.0.23 - - [2026-02-05 04:13:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.004315 10.0.0.23 - - [2026-02-05 04:13:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.004081 10.0.0.23 - - [2026-02-05 04:13:01] "POST /security-groups HTTP/1.1" 200 591 0.075975 10.0.0.50 - - [2026-02-05 04:13:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003027 10.0.0.23 - - [2026-02-05 04:13:01] "POST /projects HTTP/1.1" 200 585 0.300274 10.0.0.23 - - [2026-02-05 04:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.376302 10.0.0.50 - - [2026-02-05 04:13:01] "POST /access-control-lists HTTP/1.1" 200 594 0.037116 10.0.0.27 - - [2026-02-05 04:13:01] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.602074 10.0.0.27 - - [2026-02-05 04:13:02] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.23 - - [2026-02-05 04:13:05] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.27 - - [2026-02-05 04:13:05] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.111984 10.0.0.23 - - [2026-02-05 04:13:05] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.27 - - [2026-02-05 04:13:06] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?fields=virtual_networks HTTP/1.1" 200 1032 0.055357 10.0.0.23 - - [2026-02-05 04:13:06] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.27 - - [2026-02-05 04:13:06] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.049852 10.0.0.23 - - [2026-02-05 04:13:06] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001411 10.0.0.27 - - [2026-02-05 04:13:06] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?fields=security_groups HTTP/1.1" 200 1258 0.051389 10.0.0.27 - - [2026-02-05 04:13:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.031155 10.0.0.23 - - [2026-02-05 04:13:07] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004436 10.0.0.23 - - [2026-02-05 04:13:07] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.23 - - [2026-02-05 04:13:07] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040913 10.0.0.23 - - [2026-02-05 04:13:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.003934 10.0.0.23 - - [2026-02-05 04:13:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.006088 10.0.0.23 - - [2026-02-05 04:13:07] "POST /security-groups HTTP/1.1" 200 599 0.077624 10.0.0.23 - - [2026-02-05 04:13:07] "POST /projects HTTP/1.1" 200 601 0.302808 10.0.0.50 - - [2026-02-05 04:13:07] "POST /fqname-to-id HTTP/1.1" 404 241 0.009017 10.0.0.23 - - [2026-02-05 04:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.382367 10.0.0.27 - - [2026-02-05 04:13:07] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.611596 10.0.0.27 - - [2026-02-05 04:13:08] "GET / HTTP/1.1" 200 35931 0.002180 10.0.0.27 - - [2026-02-05 04:13:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.27 - - [2026-02-05 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.066945 10.0.0.23 - - [2026-02-05 04:13:09] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.27 - - [2026-02-05 04:13:09] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042044 10.0.0.23 - - [2026-02-05 04:13:10] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001786 10.0.0.27 - - [2026-02-05 04:13:10] "POST /neutron/network HTTP/1.1" 200 601 0.161307 10.0.0.50 - - [2026-02-05 04:13:10] "POST /ref-update HTTP/1.1" 200 156 0.030094 10.0.0.27 - - [2026-02-05 04:13:10] "POST /neutron/network HTTP/1.1" 200 975 0.012290 10.0.0.27 - - [2026-02-05 04:13:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001242 10.0.0.27 - - [2026-02-05 04:13:10] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005802 10.0.0.27 - - [2026-02-05 04:13:10] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005873 10.0.0.27 - - [2026-02-05 04:13:10] "POST /neutron/subnet HTTP/1.1" 200 716 0.010126 10.0.0.27 - - [2026-02-05 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2026-02-05 04:13:10] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.27 - - [2026-02-05 04:13:10] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046401 10.0.0.23 - - [2026-02-05 04:13:11] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001578 10.0.0.27 - - [2026-02-05 04:13:11] "POST /neutron/network HTTP/1.1" 200 601 0.148227 10.0.0.50 - - [2026-02-05 04:13:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.043509 10.0.0.27 - - [2026-02-05 04:13:11] "POST /neutron/network HTTP/1.1" 200 974 0.012161 10.0.0.27 - - [2026-02-05 04:13:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001165 10.0.0.27 - - [2026-02-05 04:13:11] "GET /virtual-network/4a9f1025-ee78-4d88-931a-e7e5114076c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005503 10.0.0.27 - - [2026-02-05 04:13:11] "GET /virtual-network/4a9f1025-ee78-4d88-931a-e7e5114076c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006087 10.0.0.27 - - [2026-02-05 04:13:11] "POST /neutron/subnet HTTP/1.1" 200 716 0.009086 10.0.0.27 - - [2026-02-05 04:13:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001705 10.0.0.23 - - [2026-02-05 04:13:12] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.27 - - [2026-02-05 04:13:12] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067865 10.0.0.27 - - [2026-02-05 04:13:12] "POST /neutron/network HTTP/1.1" 200 975 0.012566 10.0.0.27 - - [2026-02-05 04:13:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.001796 10.0.0.27 - - [2026-02-05 04:13:13] "POST /neutron/port HTTP/1.1" 200 117 0.006449 10.0.0.23 - - [2026-02-05 04:13:13] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2026-02-05 04:13:13] "POST /neutron/port HTTP/1.1" 200 1153 0.386444 10.0.0.23 - - [2026-02-05 04:13:14] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.27 - - [2026-02-05 04:13:14] "POST /neutron/port HTTP/1.1" 200 1207 0.111239 10.0.0.27 - - [2026-02-05 04:13:14] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.187885 10.0.0.27 - - [2026-02-05 04:13:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004152 10.0.0.27 - - [2026-02-05 04:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.27 - - [2026-02-05 04:13:14] "POST /neutron/port HTTP/1.1" 200 1217 0.022658 10.0.0.27 - - [2026-02-05 04:13:14] "POST /neutron/port HTTP/1.1" 200 1217 0.018503 10.0.0.23 - - [2026-02-05 04:13:14] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305 10.0.0.27 - - [2026-02-05 04:13:15] "POST /neutron/port HTTP/1.1" 200 1152 0.419493 10.0.0.27 - - [2026-02-05 04:13:15] "POST /neutron/port HTTP/1.1" 200 1206 0.143875 10.0.0.27 - - [2026-02-05 04:13:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004575 10.0.0.27 - - [2026-02-05 04:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.001444 10.0.0.50 - - [2026-02-05 04:13:18] "DELETE /access-control-list/218f1286-44fe-4f20-89e3-a0069cc92703 HTTP/1.1" 200 115 0.030425 10.0.0.27 - - [2026-02-05 04:13:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008216 10.0.0.27 - - [2026-02-05 04:13:19] "POST /neutron/port HTTP/1.1" 200 1217 0.018403 10.0.0.27 - - [2026-02-05 04:13:19] "GET /virtual-machine/0a1bdd59-c0b9-4663-8575-4e5f016d5b67 HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-02-05 04:13:20] "GET /virtual-machine/0a1bdd59-c0b9-4663-8575-4e5f016d5b67 HTTP/1.1" 200 1298 0.038989 10.0.0.27 - - [2026-02-05 04:13:20] "GET /virtual-machine-interface/d2d1a84a-89fe-49c1-8816-8fbbd7d95138 HTTP/1.1" 200 3156 0.005893 10.0.0.27 - - [2026-02-05 04:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2026-02-05 04:13:20] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004503 10.0.0.27 - - [2026-02-05 04:13:20] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003547 10.0.0.27 - - [2026-02-05 04:13:20] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006140 10.0.0.27 - - [2026-02-05 04:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.27 - - [2026-02-05 04:13:23] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.009817 10.0.0.27 - - [2026-02-05 04:13:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009387 10.0.0.27 - - [2026-02-05 04:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.27 - - [2026-02-05 04:13:25] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004244 10.0.0.27 - - [2026-02-05 04:13:25] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003292 10.0.0.27 - - [2026-02-05 04:13:25] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006268 10.0.0.27 - - [2026-02-05 04:13:25] "POST /neutron/port HTTP/1.1" 200 1216 0.019470 10.0.0.23 - - [2026-02-05 04:13:25] "DELETE /project/8d63f2c3-b319-4a25-9418-d1a0211af204 HTTP/1.1" 404 177 0.010259 10.0.0.23 - - [2026-02-05 04:13:25] "DELETE /project/13932ebbc0fa48d4a0e33d410ceabefc HTTP/1.1" 404 173 0.011608 10.0.0.23 - - [2026-02-05 04:13:25] "DELETE /project/468ab47b43954045adbb231c83bfbae3 HTTP/1.1" 404 173 0.015513 10.0.0.23 - - [2026-02-05 04:13:25] "DELETE /project/2ee6932982ee43e5a2843e3e5c01e40b HTTP/1.1" 404 173 0.008461 10.0.0.23 - - [2026-02-05 04:13:25] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000997 10.0.0.23 - - [2026-02-05 04:13:25] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000904 10.0.0.23 - - [2026-02-05 04:13:26] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.069331 10.0.0.27 - - [2026-02-05 04:13:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.032064 10.0.0.23 - - [2026-02-05 04:13:26] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.23 - - [2026-02-05 04:13:26] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.093063 10.0.0.23 - - [2026-02-05 04:13:26] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002024 10.0.0.23 - - [2026-02-05 04:13:26] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?fields=security_groups HTTP/1.1" 200 1363 0.071534 10.0.0.23 - - [2026-02-05 04:13:26] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?fields=security_groups HTTP/1.1" 200 1381 0.083654 10.0.0.27 - - [2026-02-05 04:13:26] "GET /virtual-machine/695488ed-71dd-4ad2-9b53-0429b53eeef0 HTTP/1.1" 200 1300 0.013666 10.0.0.23 - - [2026-02-05 04:13:26] "DELETE /security-group/fd30aca7-e142-4326-a5b8-80b56b8ad7d1 HTTP/1.1" 200 115 0.066090 10.0.0.27 - - [2026-02-05 04:13:26] "GET /virtual-machine-interface/83b689f8-e1ca-4fa8-a950-caf5cfd714d7 HTTP/1.1" 200 3156 0.007153 10.0.0.23 - - [2026-02-05 04:13:26] "GET /projects?obj_uuids=468ab47b-4395-4045-adbb-231c83bfbae3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.23 - - [2026-02-05 04:13:26] "GET /project/468ab47b-4395-4045-adbb-231c83bfbae3?fields=application_policy_sets HTTP/1.1" 200 1402 0.064530 10.0.0.27 - - [2026-02-05 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.014255 10.0.0.27 - - [2026-02-05 04:13:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006630 10.0.0.23 - - [2026-02-05 04:13:26] "DELETE /security-group/c6ee4dfb-0f43-4af9-a6b8-839144b158c5 HTTP/1.1" 200 115 0.114736 10.0.0.27 - - [2026-02-05 04:13:26] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006518 10.0.0.23 - - [2026-02-05 04:13:26] "GET /projects?obj_uuids=2ee69329-82ee-43e5-a284-3e3e5c01e40b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001358 10.0.0.50 - - [2026-02-05 04:13:26] "DELETE /access-control-list/bd006390-f02c-44fa-ac51-73382da6c25c HTTP/1.1" 200 115 0.092562 10.0.0.27 - - [2026-02-05 04:13:26] "GET /virtual-network/4a9f1025-ee78-4d88-931a-e7e5114076c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.013749 10.0.0.23 - - [2026-02-05 04:13:26] "GET /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b?fields=application_policy_sets HTTP/1.1" 200 1420 0.072567 10.0.0.23 - - [2026-02-05 04:13:26] "DELETE /project/468ab47b-4395-4045-adbb-231c83bfbae3 HTTP/1.1" 200 115 0.599804 10.0.0.23 - - [2026-02-05 04:13:26] "DELETE /project/2ee69329-82ee-43e5-a284-3e3e5c01e40b HTTP/1.1" 200 115 0.653606 10.0.0.27 - - [2026-02-05 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-02-05 04:13:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003856 10.0.0.27 - - [2026-02-05 04:13:27] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.007907 10.0.0.27 - - [2026-02-05 04:13:27] "GET /virtual-network/4a9f1025-ee78-4d88-931a-e7e5114076c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.007006 10.0.0.27 - - [2026-02-05 04:13:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.004220 10.0.0.27 - - [2026-02-05 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2026-02-05 04:13:27] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.27 - - [2026-02-05 04:13:27] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048758 10.0.0.27 - - [2026-02-05 04:13:27] "POST /network-policys HTTP/1.1" 200 533 0.038816 10.0.0.27 - - [2026-02-05 04:13:27] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008064 10.0.0.27 - - [2026-02-05 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.27 - - [2026-02-05 04:13:28] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007669 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.27 - - [2026-02-05 04:13:28] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005965 10.0.0.50 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 404 230 0.003125 10.0.0.27 - - [2026-02-05 04:13:28] "POST /ref-update HTTP/1.1" 200 156 0.064490 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008097 10.0.0.27 - - [2026-02-05 04:13:28] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004537 10.0.0.27 - - [2026-02-05 04:13:28] "POST /neutron/network HTTP/1.1" 200 1061 0.012678 10.0.0.27 - - [2026-02-05 04:13:28] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.005372 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2026-02-05 04:13:28] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005479 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2026-02-05 04:13:28] "GET /virtual-network/4a9f1025-ee78-4d88-931a-e7e5114076c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006596 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2026-02-05 04:13:28] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004278 10.0.0.50 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.012013 10.0.0.27 - - [2026-02-05 04:13:28] "POST /ref-update HTTP/1.1" 200 156 0.053340 10.0.0.50 - - [2026-02-05 04:13:28] "POST /access-control-lists HTTP/1.1" 200 578 0.041956 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010511 10.0.0.27 - - [2026-02-05 04:13:28] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004092 10.0.0.27 - - [2026-02-05 04:13:28] "GET /virtual-network/4a9f1025-ee78-4d88-931a-e7e5114076c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2860 0.009472 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.27 - - [2026-02-05 04:13:28] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005008 10.0.0.27 - - [2026-02-05 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2026-02-05 04:13:28] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.27 - - [2026-02-05 04:13:28] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047129 10.0.0.23 - - [2026-02-05 04:13:28] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.27 - - [2026-02-05 04:13:29] "POST /neutron/network HTTP/1.1" 200 585 0.151236 10.0.0.50 - - [2026-02-05 04:13:29] "POST /route-targets HTTP/1.1" 200 327 0.015134 10.0.0.27 - - [2026-02-05 04:13:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.003688 10.0.0.27 - - [2026-02-05 04:13:29] "GET /virtual-network/81ae9479-e0cb-4e5b-8106-e65da7ffc5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.005476 10.0.0.27 - - [2026-02-05 04:13:29] "POST /neutron/network HTTP/1.1" 200 799 0.008343 10.0.0.27 - - [2026-02-05 04:13:29] "GET /virtual-network/81ae9479-e0cb-4e5b-8106-e65da7ffc5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.005480 10.0.0.27 - - [2026-02-05 04:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-02-05 04:13:29] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.27 - - [2026-02-05 04:13:29] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044755 10.0.0.27 - - [2026-02-05 04:13:29] "POST /neutron/network HTTP/1.1" 200 117 0.018611 10.0.0.50 - - [2026-02-05 04:13:29] "POST /ref-update HTTP/1.1" 200 156 0.026341 10.0.0.27 - - [2026-02-05 04:13:30] "POST /neutron/network HTTP/1.1" 200 799 0.008920 10.0.0.27 - - [2026-02-05 04:13:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001288 10.0.0.27 - - [2026-02-05 04:13:30] "GET /virtual-network/2e6bb73c-4ea6-4d3c-94ac-27bb3eb13b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006104 10.0.0.27 - - [2026-02-05 04:13:30] "GET /virtual-network/2e6bb73c-4ea6-4d3c-94ac-27bb3eb13b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006419 10.0.0.27 - - [2026-02-05 04:13:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.009655 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.003070 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.23 - - [2026-02-05 04:13:30] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.27 - - [2026-02-05 04:13:30] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049316 10.0.0.27 - - [2026-02-05 04:13:30] "POST /network-policys HTTP/1.1" 200 587 0.030688 10.0.0.27 - - [2026-02-05 04:13:30] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006102 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008517 10.0.0.27 - - [2026-02-05 04:13:30] "GET /virtual-network/81ae9479-e0cb-4e5b-8106-e65da7ffc5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.006706 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.27 - - [2026-02-05 04:13:30] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005126 10.0.0.27 - - [2026-02-05 04:13:30] "POST /ref-update HTTP/1.1" 200 156 0.069842 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007813 10.0.0.27 - - [2026-02-05 04:13:30] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004697 10.0.0.27 - - [2026-02-05 04:13:30] "GET /virtual-network/81ae9479-e0cb-4e5b-8106-e65da7ffc5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2330 0.010283 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2026-02-05 04:13:30] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004703 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2026-02-05 04:13:30] "GET /virtual-network/2e6bb73c-4ea6-4d3c-94ac-27bb3eb13b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006379 10.0.0.27 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2026-02-05 04:13:30] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005756 10.0.0.50 - - [2026-02-05 04:13:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.005022 10.0.0.27 - - [2026-02-05 04:13:31] "POST /ref-update HTTP/1.1" 200 156 0.057361 10.0.0.27 - - [2026-02-05 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.27 - - [2026-02-05 04:13:31] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005002 10.0.0.27 - - [2026-02-05 04:13:31] "GET /virtual-network/2e6bb73c-4ea6-4d3c-94ac-27bb3eb13b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.024683 10.0.0.50 - - [2026-02-05 04:13:31] "PUT /access-control-list/280336ce-c567-43b5-b78b-57170ab5990d HTTP/1.1" 200 272 0.065924 10.0.0.27 - - [2026-02-05 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.017991 10.0.0.27 - - [2026-02-05 04:13:31] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004993 10.0.0.27 - - [2026-02-05 04:13:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001454 10.0.0.27 - - [2026-02-05 04:13:31] "POST /neutron/port HTTP/1.1" 200 2279 0.027532 10.0.0.23 - - [2026-02-05 04:13:32] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.27 - - [2026-02-05 04:13:32] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072122 10.0.0.27 - - [2026-02-05 04:13:32] "POST /neutron/network HTTP/1.1" 200 912 0.044905 10.0.0.27 - - [2026-02-05 04:13:32] "POST /neutron/port HTTP/1.1" 200 117 0.007915 10.0.0.27 - - [2026-02-05 04:13:32] "POST /id-to-fqname HTTP/1.1" 200 214 0.001809 10.0.0.27 - - [2026-02-05 04:13:33] "POST /neutron/network HTTP/1.1" 200 922 0.008810 10.0.0.27 - - [2026-02-05 04:13:33] "POST /neutron/port HTTP/1.1" 200 1063 0.018473 10.0.0.27 - - [2026-02-05 04:13:33] "POST /neutron/port HTTP/1.1" 200 1127 0.019987 10.0.0.27 - - [2026-02-05 04:13:33] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.23 - - [2026-02-05 04:13:34] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001589 10.0.0.27 - - [2026-02-05 04:13:34] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.080245 10.0.0.27 - - [2026-02-05 04:13:34] "POST /neutron/port HTTP/1.1" 200 3253 0.035790 10.0.0.27 - - [2026-02-05 04:13:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005052 10.0.0.27 - - [2026-02-05 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.27 - - [2026-02-05 04:13:34] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005192 10.0.0.27 - - [2026-02-05 04:13:34] "POST /neutron/network HTTP/1.1" 200 922 0.008783 10.0.0.27 - - [2026-02-05 04:13:35] "POST /neutron/port HTTP/1.1" 200 1063 0.018223 10.0.0.27 - - [2026-02-05 04:13:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004358 10.0.0.27 - - [2026-02-05 04:13:35] "POST /neutron/network HTTP/1.1" 200 912 0.006720 10.0.0.27 - - [2026-02-05 04:13:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003881 10.0.0.27 - - [2026-02-05 04:13:35] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004735 10.0.0.27 - - [2026-02-05 04:13:35] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003766 10.0.0.27 - - [2026-02-05 04:13:35] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.029534 10.0.0.27 - - [2026-02-05 04:13:35] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.041041 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009508 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009466 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.056527 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.040789 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005224 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004564 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.034278 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.046911 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006092 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006791 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.028293 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005493 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005386 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004272 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.028404 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.059101 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010753 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010642 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.040691 10.0.0.27 - - [2026-02-05 04:13:36] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.038796 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006405 10.0.0.27 - - [2026-02-05 04:13:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.013242 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.040176 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.040737 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008136 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007618 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.032640 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.010429 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004676 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004973 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.027432 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.045670 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004866 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004269 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.040618 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.038578 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009280 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007943 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.043331 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.037419 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006276 10.0.0.27 - - [2026-02-05 04:13:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009561 10.0.0.27 - - [2026-02-05 04:13:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.033686 10.0.0.27 - - [2026-02-05 04:13:38] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004402 10.0.0.27 - - [2026-02-05 04:13:38] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004855 10.0.0.27 - - [2026-02-05 04:13:38] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005508 10.0.0.27 - - [2026-02-05 04:13:38] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.034309 10.0.0.27 - - [2026-02-05 04:13:38] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.047377 10.0.0.27 - - [2026-02-05 04:13:38] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.014557 10.0.0.27 - - [2026-02-05 04:13:38] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.010535 10.0.0.27 - - [2026-02-05 04:13:38] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.041288 10.0.0.27 - - [2026-02-05 04:13:38] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.047881 10.0.0.27 - - [2026-02-05 04:13:38] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.013157 10.0.0.27 - - [2026-02-05 04:13:38] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009271 10.0.0.27 - - [2026-02-05 04:13:38] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.088317 10.0.0.27 - - [2026-02-05 04:13:38] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.046205 10.0.0.27 - - [2026-02-05 04:13:44] "POST /neutron/port HTTP/1.1" 200 1127 0.021620 10.0.0.27 - - [2026-02-05 04:13:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004004 10.0.0.27 - - [2026-02-05 04:13:48] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004655 10.0.0.27 - - [2026-02-05 04:13:48] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004632 10.0.0.27 - - [2026-02-05 04:13:48] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.034431 10.0.0.27 - - [2026-02-05 04:13:48] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.035237 10.0.0.27 - - [2026-02-05 04:13:48] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007587 10.0.0.27 - - [2026-02-05 04:13:48] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005182 10.0.0.27 - - [2026-02-05 04:13:48] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.038628 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.044732 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008001 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008866 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.044960 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.051692 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005253 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004575 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.031249 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004487 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005830 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004865 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.034527 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.038786 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010306 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004779 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.037468 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.036359 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005146 10.0.0.27 - - [2026-02-05 04:13:49] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005367 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.040057 10.0.0.27 - - [2026-02-05 04:13:49] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.039099 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005698 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006173 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.029729 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.012230 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005460 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005050 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.034924 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.043342 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010702 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004998 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.041003 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.040344 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011452 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004703 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.033913 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.033839 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010437 10.0.0.27 - - [2026-02-05 04:13:50] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007208 10.0.0.27 - - [2026-02-05 04:13:50] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.024356 10.0.0.27 - - [2026-02-05 04:13:51] "POST /ref-update HTTP/1.1" 200 156 0.043501 10.0.0.27 - - [2026-02-05 04:13:51] "GET /virtual-network/2e6bb73c-4ea6-4d3c-94ac-27bb3eb13b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.012733 10.0.0.50 - - [2026-02-05 04:13:51] "POST /ref-update HTTP/1.1" 200 156 0.029324 10.0.0.27 - - [2026-02-05 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006561 10.0.0.27 - - [2026-02-05 04:13:51] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005194 10.0.0.27 - - [2026-02-05 04:13:51] "POST /ref-update HTTP/1.1" 200 156 0.045280 10.0.0.27 - - [2026-02-05 04:13:51] "POST /neutron/network HTTP/1.1" 200 799 0.013008 10.0.0.27 - - [2026-02-05 04:13:51] "GET /virtual-network/81ae9479-e0cb-4e5b-8106-e65da7ffc5e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.006219 10.0.0.27 - - [2026-02-05 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2026-02-05 04:13:51] "GET /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003968 10.0.0.27 - - [2026-02-05 04:13:51] "DELETE /network-policy/ee2e1b51-4635-47fb-a4b9-ae9c5a8bad16 HTTP/1.1" 200 115 0.039843 10.0.0.27 - - [2026-02-05 04:13:51] "POST /neutron/network HTTP/1.1" 400 204 0.016215 10.0.0.27 - - [2026-02-05 04:13:51] "POST /neutron/port HTTP/1.1" 200 1127 0.045764 10.0.0.27 - - [2026-02-05 04:13:53] "POST /neutron/network HTTP/1.1" 200 799 0.007693 10.0.0.50 - - [2026-02-05 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-02-05 04:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003098 10.0.0.23 - - [2026-02-05 04:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002450 10.0.0.27 - - [2026-02-05 04:13:53] "POST /neutron/network HTTP/1.1" 200 151 0.159004 10.0.0.50 - - [2026-02-05 04:13:53] "DELETE /route-target/fcb5d064-63f7-4012-ade7-4c83875544dd HTTP/1.1" 200 115 0.038913 10.0.0.27 - - [2026-02-05 04:13:54] "POST /ref-update HTTP/1.1" 200 156 0.062562 10.0.0.27 - - [2026-02-05 04:13:54] "GET /virtual-network/4a9f1025-ee78-4d88-931a-e7e5114076c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.009366 10.0.0.27 - - [2026-02-05 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2026-02-05 04:13:54] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004192 10.0.0.27 - - [2026-02-05 04:13:54] "POST /ref-update HTTP/1.1" 200 156 0.080890 10.0.0.50 - - [2026-02-05 04:13:54] "DELETE /access-control-list/72352f29-f27f-4de4-83df-6c57fc414efa HTTP/1.1" 200 115 0.059144 10.0.0.27 - - [2026-02-05 04:13:54] "GET /virtual-network/e86aaf0f-2f4c-4379-9f34-70cced04a8e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.014143 10.0.0.27 - - [2026-02-05 04:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.27 - - [2026-02-05 04:13:54] "GET /network-policy/448d8b79-2029-4871-b197-62f956246337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004418 10.0.0.27 - - [2026-02-05 04:13:54] "DELETE /network-policy/448d8b79-2029-4871-b197-62f956246337 HTTP/1.1" 200 115 0.049227 10.0.0.27 - - [2026-02-05 04:13:54] "POST /neutron/network HTTP/1.1" 200 974 0.010590 10.0.0.27 - - [2026-02-05 04:13:55] "POST /neutron/port HTTP/1.1" 200 1206 0.016323 10.0.0.27 - - [2026-02-05 04:13:55] "POST /neutron/port HTTP/1.1" 200 1207 0.029652 10.0.0.23 - - [2026-02-05 04:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003106 10.0.0.23 - - [2026-02-05 04:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003287 10.0.0.23 - - [2026-02-05 04:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002304 10.0.0.23 - - [2026-02-05 04:13:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002298 10.0.0.27 - - [2026-02-05 04:13:56] "POST /neutron/network HTTP/1.1" 200 151 0.181114 10.0.0.50 - - [2026-02-05 04:13:56] "DELETE /route-target/1db6a4cc-d252-44b2-ad31-22fc4e33ba53 HTTP/1.1" 200 115 0.029915 10.0.0.27 - - [2026-02-05 04:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-02-05 04:13:58] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.27 - - [2026-02-05 04:13:58] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039383 10.0.0.27 - - [2026-02-05 04:13:58] "POST /neutron/network HTTP/1.1" 200 117 0.013048 10.0.0.50 - - [2026-02-05 04:13:58] "POST /route-targets HTTP/1.1" 200 327 0.015942 10.0.0.50 - - [2026-02-05 04:13:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.003502 10.0.0.23 - - [2026-02-05 04:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.010981 10.0.0.27 - - [2026-02-05 04:13:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.175267 10.0.0.27 - - [2026-02-05 04:13:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001414 10.0.0.27 - - [2026-02-05 04:13:59] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005747 10.0.0.27 - - [2026-02-05 04:13:59] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006875 10.0.0.27 - - [2026-02-05 04:13:59] "POST /neutron/network HTTP/1.1" 200 977 0.010014 10.0.0.27 - - [2026-02-05 04:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.23 - - [2026-02-05 04:13:59] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000954 10.0.0.27 - - [2026-02-05 04:13:59] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048487 10.0.0.27 - - [2026-02-05 04:13:59] "POST /neutron/network HTTP/1.1" 200 117 0.018944 10.0.0.50 - - [2026-02-05 04:13:59] "POST /ref-update HTTP/1.1" 200 156 0.025342 10.0.0.50 - - [2026-02-05 04:13:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.004665 10.0.0.23 - - [2026-02-05 04:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007773 10.0.0.27 - - [2026-02-05 04:13:59] "POST /neutron/subnet HTTP/1.1" 200 725 0.160227 10.0.0.27 - - [2026-02-05 04:14:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001468 10.0.0.27 - - [2026-02-05 04:14:00] "GET /virtual-network/ed00cc82-000b-460f-b341-4ce8cfdd1e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006157 10.0.0.27 - - [2026-02-05 04:14:00] "GET /virtual-network/ed00cc82-000b-460f-b341-4ce8cfdd1e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006069 10.0.0.27 - - [2026-02-05 04:14:00] "POST /neutron/network HTTP/1.1" 200 975 0.009384 10.0.0.27 - - [2026-02-05 04:14:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001766 10.0.0.27 - - [2026-02-05 04:14:00] "POST /neutron/network HTTP/1.1" 200 987 0.008366 10.0.0.23 - - [2026-02-05 04:14:00] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.27 - - [2026-02-05 04:14:01] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075484 10.0.0.27 - - [2026-02-05 04:14:01] "POST /neutron/port HTTP/1.1" 200 117 0.008040 10.0.0.27 - - [2026-02-05 04:14:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001601 10.0.0.27 - - [2026-02-05 04:14:01] "POST /neutron/network HTTP/1.1" 200 987 0.009789 10.0.0.23 - - [2026-02-05 04:14:02] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001785 10.0.0.27 - - [2026-02-05 04:14:02] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.121781 10.0.0.27 - - [2026-02-05 04:14:02] "POST /neutron/port HTTP/1.1" 200 1155 0.089511 10.0.0.27 - - [2026-02-05 04:14:02] "POST /neutron/port HTTP/1.1" 200 1219 0.030475 10.0.0.27 - - [2026-02-05 04:14:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003921 10.0.0.27 - - [2026-02-05 04:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.27 - - [2026-02-05 04:14:02] "POST /neutron/network HTTP/1.1" 200 977 0.010319 10.0.0.27 - - [2026-02-05 04:14:03] "POST /neutron/network HTTP/1.1" 200 985 0.009139 10.0.0.27 - - [2026-02-05 04:14:03] "POST /neutron/port HTTP/1.1" 200 1153 0.022315 10.0.0.27 - - [2026-02-05 04:14:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004450 10.0.0.27 - - [2026-02-05 04:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.27 - - [2026-02-05 04:14:08] "POST /neutron/port HTTP/1.1" 200 1219 0.022804 10.0.0.27 - - [2026-02-05 04:14:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013744 10.0.0.27 - - [2026-02-05 04:14:08] "GET /virtual-machine/aff35438-0c07-417e-81d4-6f0848b8ea27 HTTP/1.1" 200 1300 0.008373 10.0.0.27 - - [2026-02-05 04:14:08] "GET /virtual-machine-interface/2374d74e-5bd3-43fc-bf2f-06957ea49d11 HTTP/1.1" 200 3156 0.007839 10.0.0.27 - - [2026-02-05 04:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.27 - - [2026-02-05 04:14:08] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006188 10.0.0.27 - - [2026-02-05 04:14:08] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003282 10.0.0.27 - - [2026-02-05 04:14:08] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006171 10.0.0.27 - - [2026-02-05 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.27 - - [2026-02-05 04:14:11] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009582 10.0.0.27 - - [2026-02-05 04:14:12] "POST /neutron/port HTTP/1.1" 200 1219 0.018340 10.0.0.27 - - [2026-02-05 04:14:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008383 10.0.0.27 - - [2026-02-05 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.27 - - [2026-02-05 04:14:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007771 10.0.0.27 - - [2026-02-05 04:14:13] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005169 10.0.0.27 - - [2026-02-05 04:14:13] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006574 10.0.0.27 - - [2026-02-05 04:14:13] "POST /neutron/port HTTP/1.1" 200 1217 0.021185 10.0.0.27 - - [2026-02-05 04:14:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008487 10.0.0.27 - - [2026-02-05 04:14:14] "GET /virtual-machine/e10d689a-4d0d-4859-a771-3dcaeae6e258 HTTP/1.1" 200 1301 0.006772 10.0.0.27 - - [2026-02-05 04:14:14] "GET /virtual-machine-interface/5ecf3cb8-c894-4a8a-92e4-3aacdbf448aa HTTP/1.1" 200 3156 0.005702 10.0.0.27 - - [2026-02-05 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2026-02-05 04:14:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004283 10.0.0.27 - - [2026-02-05 04:14:14] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003676 10.0.0.27 - - [2026-02-05 04:14:14] "GET /virtual-network/ed00cc82-000b-460f-b341-4ce8cfdd1e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006773 10.0.0.27 - - [2026-02-05 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.27 - - [2026-02-05 04:14:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006084 10.0.0.27 - - [2026-02-05 04:14:15] "GET /virtual-networks?parent_id=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004216 10.0.0.27 - - [2026-02-05 04:14:15] "GET /virtual-network/ed00cc82-000b-460f-b341-4ce8cfdd1e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006888 10.0.0.27 - - [2026-02-05 04:14:15] "POST /fqname-to-id HTTP/1.1" 404 209 0.004405 10.0.0.27 - - [2026-02-05 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2026-02-05 04:14:15] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001389 10.0.0.27 - - [2026-02-05 04:14:15] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071442 10.0.0.27 - - [2026-02-05 04:14:15] "POST /network-policys HTTP/1.1" 200 533 0.034835 10.0.0.27 - - [2026-02-05 04:14:15] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006630 10.0.0.27 - - [2026-02-05 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.27 - - [2026-02-05 04:14:15] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006864 10.0.0.27 - - [2026-02-05 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.27 - - [2026-02-05 04:14:15] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004918 10.0.0.27 - - [2026-02-05 04:14:15] "POST /ref-update HTTP/1.1" 200 156 0.049480 10.0.0.27 - - [2026-02-05 04:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.27 - - [2026-02-05 04:14:15] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005506 10.0.0.27 - - [2026-02-05 04:14:16] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.009994 10.0.0.27 - - [2026-02-05 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2026-02-05 04:14:16] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004057 10.0.0.27 - - [2026-02-05 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.27 - - [2026-02-05 04:14:16] "GET /virtual-network/ed00cc82-000b-460f-b341-4ce8cfdd1e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006261 10.0.0.27 - - [2026-02-05 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2026-02-05 04:14:16] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005074 10.0.0.50 - - [2026-02-05 04:14:16] "POST /fqname-to-id HTTP/1.1" 404 230 0.012938 10.0.0.27 - - [2026-02-05 04:14:16] "POST /ref-update HTTP/1.1" 200 156 0.094081 10.0.0.27 - - [2026-02-05 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007317 10.0.0.50 - - [2026-02-05 04:14:16] "PUT /access-control-list/20265e18-26c8-4808-b534-03ea35196271 HTTP/1.1" 200 272 0.024133 10.0.0.27 - - [2026-02-05 04:14:16] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.011628 10.0.0.27 - - [2026-02-05 04:14:16] "GET /virtual-network/ed00cc82-000b-460f-b341-4ce8cfdd1e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.010116 10.0.0.27 - - [2026-02-05 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-02-05 04:14:16] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004313 10.0.0.27 - - [2026-02-05 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-02-05 04:14:16] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.27 - - [2026-02-05 04:14:16] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050381 10.0.0.27 - - [2026-02-05 04:14:16] "POST /neutron/network HTTP/1.1" 200 117 0.021563 10.0.0.27 - - [2026-02-05 04:14:17] "POST /neutron/network HTTP/1.1" 200 799 0.008654 10.0.0.27 - - [2026-02-05 04:14:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001167 10.0.0.27 - - [2026-02-05 04:14:17] "GET /virtual-network/96adbc1e-479d-4b48-982a-0a169f2a052d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005303 10.0.0.27 - - [2026-02-05 04:14:17] "GET /virtual-network/96adbc1e-479d-4b48-982a-0a169f2a052d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006683 10.0.0.27 - - [2026-02-05 04:14:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.009676 10.0.0.27 - - [2026-02-05 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2026-02-05 04:14:17] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.27 - - [2026-02-05 04:14:17] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063027 10.0.0.50 - - [2026-02-05 04:14:17] "POST /route-targets HTTP/1.1" 200 327 0.015530 10.0.0.23 - - [2026-02-05 04:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010965 10.0.0.27 - - [2026-02-05 04:14:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.200045 10.0.0.27 - - [2026-02-05 04:14:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001957 10.0.0.27 - - [2026-02-05 04:14:17] "GET /virtual-network/4539d1a4-d3f2-427e-987d-e05fb254efb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005560 10.0.0.27 - - [2026-02-05 04:14:17] "GET /virtual-network/4539d1a4-d3f2-427e-987d-e05fb254efb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005886 10.0.0.27 - - [2026-02-05 04:14:17] "POST /neutron/network HTTP/1.1" 200 799 0.006413 10.0.0.27 - - [2026-02-05 04:14:17] "POST /fqname-to-id HTTP/1.1" 404 239 0.003778 10.0.0.27 - - [2026-02-05 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.23 - - [2026-02-05 04:14:18] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.27 - - [2026-02-05 04:14:18] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051991 10.0.0.27 - - [2026-02-05 04:14:18] "POST /network-policys HTTP/1.1" 200 587 0.029738 10.0.0.27 - - [2026-02-05 04:14:18] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006692 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2026-02-05 04:14:18] "GET /virtual-network/96adbc1e-479d-4b48-982a-0a169f2a052d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006714 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2026-02-05 04:14:18] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004299 10.0.0.27 - - [2026-02-05 04:14:18] "POST /ref-update HTTP/1.1" 200 156 0.062276 10.0.0.50 - - [2026-02-05 04:14:18] "POST /access-control-lists HTTP/1.1" 200 554 0.045007 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2026-02-05 04:14:18] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004445 10.0.0.27 - - [2026-02-05 04:14:18] "GET /virtual-network/96adbc1e-479d-4b48-982a-0a169f2a052d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008003 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.27 - - [2026-02-05 04:14:18] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004605 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2026-02-05 04:14:18] "GET /virtual-network/4539d1a4-d3f2-427e-987d-e05fb254efb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005957 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2026-02-05 04:14:18] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004779 10.0.0.27 - - [2026-02-05 04:14:18] "POST /ref-update HTTP/1.1" 200 156 0.044293 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.50 - - [2026-02-05 04:14:18] "POST /ref-update HTTP/1.1" 200 156 0.019680 10.0.0.27 - - [2026-02-05 04:14:18] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004903 10.0.0.27 - - [2026-02-05 04:14:18] "POST /neutron/network HTTP/1.1" 200 912 0.013810 10.0.0.27 - - [2026-02-05 04:14:18] "GET /virtual-network/4539d1a4-d3f2-427e-987d-e05fb254efb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.006918 10.0.0.27 - - [2026-02-05 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.27 - - [2026-02-05 04:14:18] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004364 10.0.0.27 - - [2026-02-05 04:14:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001618 10.0.0.27 - - [2026-02-05 04:14:19] "POST /neutron/network HTTP/1.1" 200 922 0.008955 10.0.0.23 - - [2026-02-05 04:14:19] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002231 10.0.0.27 - - [2026-02-05 04:14:20] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.132180 10.0.0.27 - - [2026-02-05 04:14:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009263 10.0.0.27 - - [2026-02-05 04:14:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001426 10.0.0.27 - - [2026-02-05 04:14:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008161 10.0.0.23 - - [2026-02-05 04:14:20] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001554 10.0.0.27 - - [2026-02-05 04:14:21] "POST /neutron/port HTTP/1.1" 200 1063 0.341780 10.0.0.27 - - [2026-02-05 04:14:21] "POST /neutron/port HTTP/1.1" 200 1117 0.095313 10.0.0.27 - - [2026-02-05 04:14:21] "POST /neutron/subnet HTTP/1.1" 200 675 0.010019 10.0.0.23 - - [2026-02-05 04:14:21] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001338 10.0.0.27 - - [2026-02-05 04:14:21] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085448 10.0.0.27 - - [2026-02-05 04:14:21] "POST /neutron/network HTTP/1.1" 200 912 0.008630 10.0.0.27 - - [2026-02-05 04:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.007502 10.0.0.27 - - [2026-02-05 04:14:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004072 10.0.0.27 - - [2026-02-05 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2026-02-05 04:14:21] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005360 10.0.0.27 - - [2026-02-05 04:14:22] "POST /neutron/port HTTP/1.1" 200 1063 0.020599 10.0.0.27 - - [2026-02-05 04:14:22] "POST /neutron/port HTTP/1.1" 200 1127 0.025508 10.0.0.27 - - [2026-02-05 04:14:22] "POST /neutron/port HTTP/1.1" 200 117 0.001700 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003975 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004962 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004847 10.0.0.27 - - [2026-02-05 04:14:23] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.041049 10.0.0.27 - - [2026-02-05 04:14:23] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.056853 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016046 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009917 10.0.0.27 - - [2026-02-05 04:14:23] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.044579 10.0.0.27 - - [2026-02-05 04:14:23] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.041064 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006631 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006138 10.0.0.27 - - [2026-02-05 04:14:23] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.038012 10.0.0.27 - - [2026-02-05 04:14:23] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.039568 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005909 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004777 10.0.0.27 - - [2026-02-05 04:14:23] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.030476 10.0.0.27 - - [2026-02-05 04:14:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004514 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005238 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005974 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.037280 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.045915 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009580 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009841 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.046194 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.042966 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007042 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005083 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.047210 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.042629 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004903 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004800 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.025152 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003655 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006028 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006134 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.030528 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.039459 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004809 10.0.0.27 - - [2026-02-05 04:14:24] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007372 10.0.0.27 - - [2026-02-05 04:14:24] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.043936 10.0.0.27 - - [2026-02-05 04:14:25] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.034512 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005817 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007176 10.0.0.27 - - [2026-02-05 04:14:25] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.036655 10.0.0.27 - - [2026-02-05 04:14:25] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.038870 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006827 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004256 10.0.0.27 - - [2026-02-05 04:14:25] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.025173 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005513 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004890 10.0.0.27 - - [2026-02-05 04:14:25] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.018523 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006189 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006293 10.0.0.27 - - [2026-02-05 04:14:25] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.018774 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006768 10.0.0.27 - - [2026-02-05 04:14:25] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004812 10.0.0.27 - - [2026-02-05 04:14:25] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.020293 10.0.0.27 - - [2026-02-05 04:14:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.039872 10.0.0.27 - - [2026-02-05 04:14:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003958 10.0.0.27 - - [2026-02-05 04:14:35] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005636 10.0.0.27 - - [2026-02-05 04:14:35] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004561 10.0.0.27 - - [2026-02-05 04:14:35] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.029817 10.0.0.27 - - [2026-02-05 04:14:35] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.039218 10.0.0.27 - - [2026-02-05 04:14:35] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006409 10.0.0.27 - - [2026-02-05 04:14:35] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005853 10.0.0.27 - - [2026-02-05 04:14:35] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.037638 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.049845 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006621 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004098 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.036151 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.046239 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.010923 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005637 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.021337 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003631 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005588 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004336 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.037767 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.041121 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.013366 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004347 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.037605 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.039865 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007988 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008992 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.035749 10.0.0.27 - - [2026-02-05 04:14:36] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.040433 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005271 10.0.0.27 - - [2026-02-05 04:14:36] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005431 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.020946 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004986 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005191 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004325 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.026155 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/d84da972-91ac-4d40-a89e-2e263c77f9df HTTP/1.1" 200 254 0.054953 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011295 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004801 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.034568 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/2600adeb-6604-482e-a65b-72a9fa246f3f HTTP/1.1" 200 254 0.045629 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004891 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005466 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.044760 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.031890 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007261 10.0.0.27 - - [2026-02-05 04:14:37] "GET /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005722 10.0.0.27 - - [2026-02-05 04:14:37] "PUT /bgp-router/991439c8-5a33-4c6c-9f06-57e952514725 HTTP/1.1" 200 254 0.034034 10.0.0.27 - - [2026-02-05 04:14:38] "POST /ref-update HTTP/1.1" 200 156 0.057448 10.0.0.27 - - [2026-02-05 04:14:38] "POST /neutron/network HTTP/1.1" 200 799 0.021268 10.0.0.50 - - [2026-02-05 04:14:38] "DELETE /access-control-list/144ed750-1c0a-4e31-b7f8-7eddfef42233 HTTP/1.1" 200 115 0.055697 10.0.0.27 - - [2026-02-05 04:14:38] "GET /virtual-network/4539d1a4-d3f2-427e-987d-e05fb254efb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.018032 10.0.0.27 - - [2026-02-05 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.016519 10.0.0.27 - - [2026-02-05 04:14:38] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004364 10.0.0.27 - - [2026-02-05 04:14:38] "POST /ref-update HTTP/1.1" 200 156 0.052934 10.0.0.27 - - [2026-02-05 04:14:38] "GET /virtual-network/96adbc1e-479d-4b48-982a-0a169f2a052d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.028688 10.0.0.50 - - [2026-02-05 04:14:38] "POST /ref-update HTTP/1.1" 200 156 0.059067 10.0.0.27 - - [2026-02-05 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009613 10.0.0.27 - - [2026-02-05 04:14:38] "GET /network-policy/18028e12-c684-4c70-9c0d-1930707013e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007542 10.0.0.27 - - [2026-02-05 04:14:38] "POST /neutron/port HTTP/1.1" 200 1117 0.028310 10.0.0.27 - - [2026-02-05 04:14:38] "DELETE /network-policy/18028e12-c684-4c70-9c0d-1930707013e2 HTTP/1.1" 200 115 0.077389 10.0.0.27 - - [2026-02-05 04:14:38] "POST /neutron/network HTTP/1.1" 400 204 0.020174 10.0.0.27 - - [2026-02-05 04:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.329861 10.0.0.27 - - [2026-02-05 04:14:40] "POST /neutron/network HTTP/1.1" 200 799 0.009391 10.0.0.50 - - [2026-02-05 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007796 10.0.0.50 - - [2026-02-05 04:14:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.003620 10.0.0.27 - - [2026-02-05 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.092236 10.0.0.27 - - [2026-02-05 04:14:41] "GET /virtual-network/ed00cc82-000b-460f-b341-4ce8cfdd1e9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008185 10.0.0.27 - - [2026-02-05 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007377 10.0.0.50 - - [2026-02-05 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.032157 10.0.0.27 - - [2026-02-05 04:14:41] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005696 10.0.0.27 - - [2026-02-05 04:14:41] "POST /ref-update HTTP/1.1" 200 156 0.066989 10.0.0.27 - - [2026-02-05 04:14:41] "POST /neutron/network HTTP/1.1" 200 977 0.040674 10.0.0.27 - - [2026-02-05 04:14:41] "GET /virtual-network/4339e0bb-e38a-44ac-a446-47cb21464017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.011078 10.0.0.27 - - [2026-02-05 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006765 10.0.0.27 - - [2026-02-05 04:14:41] "GET /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005213 10.0.0.27 - - [2026-02-05 04:14:41] "DELETE /network-policy/e6df005a-70b1-4170-93a3-0a6ee8b9e561 HTTP/1.1" 200 115 0.046987 10.0.0.27 - - [2026-02-05 04:14:42] "POST /neutron/port HTTP/1.1" 200 1217 0.028280 10.0.0.27 - - [2026-02-05 04:14:42] "POST /neutron/port HTTP/1.1" 200 1219 0.037375 10.0.0.27 - - [2026-02-05 04:14:43] "POST /neutron/network HTTP/1.1" 200 975 0.009370 10.0.0.50 - - [2026-02-05 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.23 - - [2026-02-05 04:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003784 10.0.0.23 - - [2026-02-05 04:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003884 10.0.0.23 - - [2026-02-05 04:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002304 10.0.0.23 - - [2026-02-05 04:14:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003081 10.0.0.27 - - [2026-02-05 04:14:44] "POST /neutron/network HTTP/1.1" 200 151 0.181506 10.0.0.50 - - [2026-02-05 04:14:44] "DELETE /route-target/a5ea7d64-62b2-4af4-8016-93f000d14d17 HTTP/1.1" 200 115 0.034237 10.0.0.23 - - [2026-02-05 04:14:44] "GET /obj-perms HTTP/1.1" 200 5056 0.133066 10.0.0.23 - - [2026-02-05 04:14:45] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001458 10.0.0.27 - - [2026-02-05 04:14:45] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060583 10.0.0.23 - - [2026-02-05 04:14:45] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001983 10.0.0.27 - - [2026-02-05 04:14:45] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?fields=virtual_networks HTTP/1.1" 200 1048 0.077995 10.0.0.23 - - [2026-02-05 04:14:45] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001656 10.0.0.27 - - [2026-02-05 04:14:45] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.051915 10.0.0.23 - - [2026-02-05 04:14:45] "GET /projects?obj_uuids=13932ebb-c0fa-48d4-a0e3-3d410ceabefc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2026-02-05 04:14:45] "GET /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc?fields=security_groups HTTP/1.1" 200 1282 0.046693 10.0.0.27 - - [2026-02-05 04:14:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.045752 10.0.0.23 - - [2026-02-05 04:14:46] "GET /projects?obj_uuids=fe30ab75-e727-45e7-b3e3-51ac7b59f8d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003605 10.0.0.23 - - [2026-02-05 04:14:46] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.23 - - [2026-02-05 04:14:46] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008541 10.0.0.23 - - [2026-02-05 04:14:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.002610 10.0.0.23 - - [2026-02-05 04:14:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.011420 10.0.0.23 - - [2026-02-05 04:14:47] "POST /security-groups HTTP/1.1" 200 586 0.055486 10.0.0.23 - - [2026-02-05 04:14:47] "POST /projects HTTP/1.1" 200 575 0.274649 10.0.0.23 - - [2026-02-05 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.315688 10.0.0.50 - - [2026-02-05 04:14:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.018341 10.0.0.27 - - [2026-02-05 04:14:47] "GET /project/fe30ab75-e727-45e7-b3e3-51ac7b59f8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.499611 10.0.0.27 - - [2026-02-05 04:14:48] "GET / HTTP/1.1" 200 35931 0.002151 10.0.0.27 - - [2026-02-05 04:14:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000692 10.0.0.27 - - [2026-02-05 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.036864 10.0.0.27 - - [2026-02-05 04:14:51] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004109 10.0.0.27 - - [2026-02-05 04:14:51] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004098 10.0.0.27 - - [2026-02-05 04:14:51] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004459 10.0.0.27 - - [2026-02-05 04:14:51] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.014153 10.0.0.27 - - [2026-02-05 04:14:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.030483 10.0.0.23 - - [2026-02-05 04:14:53] "GET /projects?obj_uuids=aa6a8501-2a67-4c2e-a0e9-22abdeba90a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003350 10.0.0.23 - - [2026-02-05 04:14:53] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.23 - - [2026-02-05 04:14:53] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007491 10.0.0.23 - - [2026-02-05 04:14:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.006671 10.0.0.23 - - [2026-02-05 04:14:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.008016 10.0.0.23 - - [2026-02-05 04:14:53] "POST /security-groups HTTP/1.1" 200 586 0.035880 10.0.0.23 - - [2026-02-05 04:14:53] "POST /projects HTTP/1.1" 200 575 0.268052 10.0.0.50 - - [2026-02-05 04:14:53] "POST /access-control-lists HTTP/1.1" 200 591 0.032919 10.0.0.23 - - [2026-02-05 04:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.341957 10.0.0.27 - - [2026-02-05 04:14:53] "GET /project/aa6a8501-2a67-4c2e-a0e9-22abdeba90a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.496204 10.0.0.27 - - [2026-02-05 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.030197 10.0.0.23 - - [2026-02-05 04:14:54] "GET /projects?obj_uuids=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003054 10.0.0.23 - - [2026-02-05 04:14:54] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001875 10.0.0.23 - - [2026-02-05 04:14:54] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009082 10.0.0.23 - - [2026-02-05 04:14:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.004018 10.0.0.23 - - [2026-02-05 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.003670 10.0.0.23 - - [2026-02-05 04:14:54] "POST /security-groups HTTP/1.1" 200 586 0.034983 10.0.0.50 - - [2026-02-05 04:14:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.003517 10.0.0.23 - - [2026-02-05 04:14:54] "POST /projects HTTP/1.1" 200 575 0.265425 10.0.0.23 - - [2026-02-05 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.343710 10.0.0.50 - - [2026-02-05 04:14:54] "POST /access-control-lists HTTP/1.1" 200 589 0.035010 10.0.0.27 - - [2026-02-05 04:14:54] "GET /project/92e4ce3f-b9b5-4379-8c89-7f19267523db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.505871 10.0.0.27 - - [2026-02-05 04:14:55] "GET / HTTP/1.1" 200 35931 0.002834 10.0.0.27 - - [2026-02-05 04:14:56] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.27 - - [2026-02-05 04:14:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.003665 10.0.0.27 - - [2026-02-05 04:14:56] "POST /api-access-lists HTTP/1.1" 200 521 0.026629 10.0.0.27 - - [2026-02-05 04:14:56] "GET /api-access-list/e3c2011f-14d9-422a-92f5-7d95f015eea6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007081 10.0.0.27 - - [2026-02-05 04:14:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.27 - - [2026-02-05 04:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.104589 10.0.0.23 - - [2026-02-05 04:14:57] "GET /projects?obj_uuids=aa6a8501-2a67-4c2e-a0e9-22abdeba90a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001318 10.0.0.27 - - [2026-02-05 04:14:57] "GET /project/aa6a8501-2a67-4c2e-a0e9-22abdeba90a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.063951 10.0.0.27 - - [2026-02-05 04:14:57] "GET /virtual-networks?parent_id=aa6a8501-2a67-4c2e-a0e9-22abdeba90a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.034256 10.0.0.27 - - [2026-02-05 04:14:58] "POST /virtual-networks HTTP/1.1" 200 568 0.114701 10.0.0.27 - - [2026-02-05 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.039402 10.0.0.27 - - [2026-02-05 04:14:58] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.017614 10.0.0.23 - - [2026-02-05 04:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.011713 10.0.0.27 - - [2026-02-05 04:14:58] "POST /ref-update HTTP/1.1" 200 156 0.104150 10.0.0.27 - - [2026-02-05 04:14:58] "GET /virtual-network/fcd24475-9618-4aee-9a5b-82290752ca78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.022246 10.0.0.27 - - [2026-02-05 04:14:58] "POST /neutron/network HTTP/1.1" 200 833 0.066627 10.0.0.27 - - [2026-02-05 04:15:00] "GET /obj-perms HTTP/1.1" 200 4915 0.077959 10.0.0.27 - - [2026-02-05 04:15:00] "GET /virtual-network/fcd24475-9618-4aee-9a5b-82290752ca78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.025313 10.0.0.27 - - [2026-02-05 04:15:01] "GET /obj-perms HTTP/1.1" 200 4915 0.084626 10.0.0.27 - - [2026-02-05 04:15:01] "GET /obj-perms HTTP/1.1" 200 4915 0.016070 10.0.0.27 - - [2026-02-05 04:15:01] "POST /id-to-fqname HTTP/1.1" 401 292 0.000493 10.0.0.27 - - [2026-02-05 04:15:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.044292 10.0.0.23 - - [2026-02-05 04:15:03] "GET /projects?obj_uuids=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.27 - - [2026-02-05 04:15:03] "GET /project/92e4ce3f-b9b5-4379-8c89-7f19267523db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.086766 10.0.0.27 - - [2026-02-05 04:15:03] "POST /neutron/network HTTP/1.1" 200 833 0.008490 10.0.0.27 - - [2026-02-05 04:15:03] "POST /neutron/port HTTP/1.1" 200 117 0.038115 10.0.0.23 - - [2026-02-05 04:15:03] "GET /projects?obj_uuids=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.27 - - [2026-02-05 04:15:04] "POST /neutron/port HTTP/1.1" 200 1056 0.542126 10.0.0.27 - - [2026-02-05 04:15:04] "POST /neutron/port HTTP/1.1" 200 1110 0.132775 10.0.0.27 - - [2026-02-05 04:15:04] "POST /neutron/subnet HTTP/1.1" 200 654 0.010298 10.0.0.27 - - [2026-02-05 04:15:08] "POST /neutron/port HTTP/1.1" 200 1120 0.020342 10.0.0.27 - - [2026-02-05 04:15:08] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008375 10.0.0.27 - - [2026-02-05 04:15:08] "POST /neutron/port HTTP/1.1" 200 1120 0.019794 10.0.0.27 - - [2026-02-05 04:15:08] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 401 292 0.000572 10.0.0.27 - - [2026-02-05 04:15:09] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 200 1287 0.049086 10.0.0.27 - - [2026-02-05 04:15:09] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 200 1287 0.017855 10.0.0.27 - - [2026-02-05 04:15:09] "GET /virtual-machine-interface/10ea510d-98ee-497f-8b43-cdd196bacc26 HTTP/1.1" 200 2530 0.025231 10.0.0.27 - - [2026-02-05 04:15:09] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 200 1287 0.018213 10.0.0.27 - - [2026-02-05 04:15:09] "GET /virtual-machine-interface/10ea510d-98ee-497f-8b43-cdd196bacc26 HTTP/1.1" 200 2530 0.024099 10.0.0.27 - - [2026-02-05 04:15:09] "GET /instance-ip/c2727c50-92f3-4da6-8275-80cdc790d640 HTTP/1.1" 200 1626 0.023090 10.0.0.27 - - [2026-02-05 04:15:09] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 200 1287 0.020368 10.0.0.27 - - [2026-02-05 04:15:09] "GET /virtual-machine-interface/10ea510d-98ee-497f-8b43-cdd196bacc26 HTTP/1.1" 200 2530 0.027714 10.0.0.27 - - [2026-02-05 04:15:09] "GET /instance-ip/c2727c50-92f3-4da6-8275-80cdc790d640 HTTP/1.1" 200 1626 0.023928 10.0.0.27 - - [2026-02-05 04:15:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.022192 10.0.0.27 - - [2026-02-05 04:15:09] "GET / HTTP/1.1" 200 35931 0.003404 10.0.0.27 - - [2026-02-05 04:15:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.029422 10.0.0.27 - - [2026-02-05 04:15:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003833 10.0.0.27 - - [2026-02-05 04:15:10] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016937 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.023510 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-02-05 04:15:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004309 10.0.0.27 - - [2026-02-05 04:15:10] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016694 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.020848 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2026-02-05 04:15:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008304 10.0.0.27 - - [2026-02-05 04:15:10] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015823 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.022621 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.27 - - [2026-02-05 04:15:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004491 10.0.0.27 - - [2026-02-05 04:15:10] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018330 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.018232 10.0.0.27 - - [2026-02-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.27 - - [2026-02-05 04:15:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005008 10.0.0.27 - - [2026-02-05 04:15:10] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017018 10.0.0.27 - - [2026-02-05 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.017969 10.0.0.27 - - [2026-02-05 04:15:13] "GET /virtual-network/fcd24475-9618-4aee-9a5b-82290752ca78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.023799 10.0.0.27 - - [2026-02-05 04:15:14] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007385 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.018001 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.27 - - [2026-02-05 04:15:16] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004819 10.0.0.27 - - [2026-02-05 04:15:16] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017670 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.018640 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-02-05 04:15:16] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004557 10.0.0.27 - - [2026-02-05 04:15:16] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016962 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 403 361 0.018833 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.27 - - [2026-02-05 04:15:16] "GET /routing-instance/0ab104e8-4451-499d-968d-1729e22d599f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.005685 10.0.0.27 - - [2026-02-05 04:15:16] "GET /route-target/f220580b-8abf-49cf-af2c-9a903ca54543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017034 10.0.0.27 - - [2026-02-05 04:15:16] "GET /route-target/f220580b-8abf-49cf-af2c-9a903ca54543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004402 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.018766 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.27 - - [2026-02-05 04:15:16] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004767 10.0.0.27 - - [2026-02-05 04:15:16] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017946 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 403 361 0.017507 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.27 - - [2026-02-05 04:15:16] "GET /routing-instance/0ab104e8-4451-499d-968d-1729e22d599f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.005063 10.0.0.27 - - [2026-02-05 04:15:16] "GET /route-target/f220580b-8abf-49cf-af2c-9a903ca54543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.044998 10.0.0.27 - - [2026-02-05 04:15:16] "GET /route-target/f220580b-8abf-49cf-af2c-9a903ca54543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005209 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.022453 10.0.0.27 - - [2026-02-05 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.27 - - [2026-02-05 04:15:16] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004975 10.0.0.27 - - [2026-02-05 04:15:17] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018536 10.0.0.27 - - [2026-02-05 04:15:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.017920 10.0.0.27 - - [2026-02-05 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.27 - - [2026-02-05 04:15:17] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004767 10.0.0.27 - - [2026-02-05 04:15:17] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017082 10.0.0.50 - - [2026-02-05 04:15:19] "DELETE /access-control-list/cabeb5ab-d4c8-40eb-bd58-320a12bfa77f HTTP/1.1" 200 115 0.034589 10.0.0.23 - - [2026-02-05 04:15:19] "GET /obj-perms HTTP/1.1" 200 4915 0.078942 10.0.0.23 - - [2026-02-05 04:15:21] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019123 10.0.0.23 - - [2026-02-05 04:15:25] "GET /obj-perms HTTP/1.1" 200 4915 0.018887 10.0.0.23 - - [2026-02-05 04:15:26] "DELETE /project/aa6a85012a674c2ea0e922abdeba90a0 HTTP/1.1" 404 173 0.006894 10.0.0.23 - - [2026-02-05 04:15:26] "DELETE /project/13932ebb-c0fa-48d4-a0e3-3d410ceabefc HTTP/1.1" 404 177 0.006354 10.0.0.23 - - [2026-02-05 04:15:26] "DELETE /project/92e4ce3fb9b543798c897f19267523db HTTP/1.1" 404 173 0.005582 10.0.0.23 - - [2026-02-05 04:15:26] "DELETE /project/fe30ab75e72745e7b3e351ac7b59f8d5 HTTP/1.1" 404 173 0.004886 10.0.0.23 - - [2026-02-05 04:15:28] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017672 10.0.0.27 - - [2026-02-05 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.038881 10.0.0.27 - - [2026-02-05 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2026-02-05 04:15:30] "GET /obj-perms HTTP/1.1" 200 4915 0.018056 10.0.0.27 - - [2026-02-05 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.27 - - [2026-02-05 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.23 - - [2026-02-05 04:15:30] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.017567 10.0.0.27 - - [2026-02-05 04:15:30] "GET /obj-perms HTTP/1.1" 200 4915 0.015395 10.0.0.27 - - [2026-02-05 04:15:31] "GET /obj-perms HTTP/1.1" 200 5020 0.060133 10.0.0.27 - - [2026-02-05 04:15:32] "GET /obj-perms HTTP/1.1" 200 4915 0.076750 10.0.0.50 - - [2026-02-05 04:15:32] "GET /obj-perms HTTP/1.1" 200 5020 0.067111 10.0.0.27 - - [2026-02-05 04:15:32] "GET /obj-perms HTTP/1.1" 200 4915 0.017404 10.0.0.27 - - [2026-02-05 04:15:33] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 200 1287 0.025067 10.0.0.27 - - [2026-02-05 04:15:33] "POST /neutron/port HTTP/1.1" 200 151 0.194119 10.0.0.27 - - [2026-02-05 04:15:35] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 404 171 0.018839 10.0.0.27 - - [2026-02-05 04:15:35] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 404 171 0.020876 10.0.0.27 - - [2026-02-05 04:15:35] "GET /virtual-machine/3173edef-3c79-429a-a1b3-8855f2702c57 HTTP/1.1" 404 171 0.018767 10.0.0.27 - - [2026-02-05 04:15:35] "POST /fqname-to-id HTTP/1.1" 403 339 0.018614 10.0.0.27 - - [2026-02-05 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.27 - - [2026-02-05 04:15:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005335 10.0.0.27 - - [2026-02-05 04:15:35] "GET /virtual-networks?parent_id=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021926 10.0.0.27 - - [2026-02-05 04:15:35] "POST /fqname-to-id HTTP/1.1" 403 361 0.021247 10.0.0.27 - - [2026-02-05 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.27 - - [2026-02-05 04:15:35] "GET /routing-instance/0ab104e8-4451-499d-968d-1729e22d599f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.005080 10.0.0.27 - - [2026-02-05 04:15:35] "GET /route-target/f220580b-8abf-49cf-af2c-9a903ca54543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.020363 10.0.0.27 - - [2026-02-05 04:15:35] "GET /route-target/f220580b-8abf-49cf-af2c-9a903ca54543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004726 10.0.0.27 - - [2026-02-05 04:15:35] "GET /obj-perms HTTP/1.1" 200 4915 0.015697 10.0.0.27 - - [2026-02-05 04:15:36] "GET /obj-perms HTTP/1.1" 200 5020 0.004578 10.0.0.50 - - [2026-02-05 04:15:36] "GET /obj-perms HTTP/1.1" 200 5020 0.005120 10.0.0.50 - - [2026-02-05 04:15:45] "GET /obj-perms HTTP/1.1" 200 5056 0.066924 10.0.0.23 - - [2026-02-05 04:15:45] "GET /obj-perms HTTP/1.1" 200 5056 0.073782 10.0.0.27 - - [2026-02-05 04:15:45] "GET /obj-perms HTTP/1.1" 200 5020 0.004561 10.0.0.50 - - [2026-02-05 04:15:51] "GET /obj-perms HTTP/1.1" 200 5020 0.004113 10.0.0.27 - - [2026-02-05 04:15:54] "GET /obj-perms HTTP/1.1" 200 5020 0.004994 10.0.0.50 - - [2026-02-05 04:16:01] "GET /obj-perms HTTP/1.1" 200 5020 0.005875 10.0.0.27 - - [2026-02-05 04:16:01] "GET /obj-perms HTTP/1.1" 200 5020 0.004715 10.0.0.23 - - [2026-02-05 04:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003382 10.0.0.23 - - [2026-02-05 04:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005924 10.0.0.27 - - [2026-02-05 04:16:01] "DELETE /virtual-network/fcd24475-9618-4aee-9a5b-82290752ca78 HTTP/1.1" 200 115 0.138641 10.0.0.50 - - [2026-02-05 04:16:01] "DELETE /route-target/f220580b-8abf-49cf-af2c-9a903ca54543 HTTP/1.1" 200 115 0.031586 10.0.0.27 - - [2026-02-05 04:16:01] "DELETE /api-access-list/e3c2011f-14d9-422a-92f5-7d95f015eea6 HTTP/1.1" 200 115 0.037540 10.0.0.23 - - [2026-02-05 04:16:02] "GET /projects?obj_uuids=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001408 10.0.0.27 - - [2026-02-05 04:16:02] "GET /project/92e4ce3f-b9b5-4379-8c89-7f19267523db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.056835 10.0.0.23 - - [2026-02-05 04:16:02] "GET /projects?obj_uuids=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.27 - - [2026-02-05 04:16:02] "GET /project/92e4ce3f-b9b5-4379-8c89-7f19267523db?fields=virtual_networks HTTP/1.1" 200 1023 0.053293 10.0.0.23 - - [2026-02-05 04:16:02] "GET /projects?obj_uuids=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.27 - - [2026-02-05 04:16:02] "GET /project/92e4ce3f-b9b5-4379-8c89-7f19267523db?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.052552 10.0.0.23 - - [2026-02-05 04:16:02] "GET /projects?obj_uuids=92e4ce3f-b9b5-4379-8c89-7f19267523db&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001446 10.0.0.27 - - [2026-02-05 04:16:02] "GET /project/92e4ce3f-b9b5-4379-8c89-7f19267523db?fields=security_groups HTTP/1.1" 200 1244 0.057200 10.0.0.23 - - [2026-02-05 04:16:02] "GET /projects?obj_uuids=aa6a8501-2a67-4c2e-a0e9-22abdeba90a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001143 10.0.0.27 - - [2026-02-05 04:16:02] "GET /project/aa6a8501-2a67-4c2e-a0e9-22abdeba90a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.037190 10.0.0.23 - - [2026-02-05 04:16:02] "GET /projects?obj_uuids=aa6a8501-2a67-4c2e-a0e9-22abdeba90a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.27 - - [2026-02-05 04:16:03] "GET /project/aa6a8501-2a67-4c2e-a0e9-22abdeba90a0?fields=virtual_networks HTTP/1.1" 200 1023 0.047736 10.0.0.23 - - [2026-02-05 04:16:03] "GET /projects?obj_uuids=aa6a8501-2a67-4c2e-a0e9-22abdeba90a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001451 10.0.0.27 - - [2026-02-05 04:16:03] "GET /project/aa6a8501-2a67-4c2e-a0e9-22abdeba90a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.040958 10.0.0.23 - - [2026-02-05 04:16:03] "GET /projects?obj_uuids=aa6a8501-2a67-4c2e-a0e9-22abdeba90a0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001280 10.0.0.27 - - [2026-02-05 04:16:03] "GET /project/aa6a8501-2a67-4c2e-a0e9-22abdeba90a0?fields=security_groups HTTP/1.1" 200 1244 0.048123 10.0.0.27 - - [2026-02-05 04:16:05] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005306 10.0.0.27 - - [2026-02-05 04:16:05] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.013688 10.0.0.23 - - [2026-02-05 04:16:05] "GET /projects?obj_uuids=fe30ab75-e727-45e7-b3e3-51ac7b59f8d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001503 10.0.0.27 - - [2026-02-05 04:16:05] "GET /project/fe30ab75-e727-45e7-b3e3-51ac7b59f8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.057305 10.0.0.23 - - [2026-02-05 04:16:05] "GET /projects?obj_uuids=fe30ab75-e727-45e7-b3e3-51ac7b59f8d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001457 10.0.0.27 - - [2026-02-05 04:16:06] "GET /project/fe30ab75-e727-45e7-b3e3-51ac7b59f8d5?fields=virtual_networks HTTP/1.1" 200 1023 0.053878 10.0.0.23 - - [2026-02-05 04:16:06] "GET /projects?obj_uuids=fe30ab75-e727-45e7-b3e3-51ac7b59f8d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.27 - - [2026-02-05 04:16:06] "GET /project/fe30ab75-e727-45e7-b3e3-51ac7b59f8d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.047323 10.0.0.23 - - [2026-02-05 04:16:06] "GET /projects?obj_uuids=fe30ab75-e727-45e7-b3e3-51ac7b59f8d5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001599 10.0.0.27 - - [2026-02-05 04:16:06] "GET /project/fe30ab75-e727-45e7-b3e3-51ac7b59f8d5?fields=security_groups HTTP/1.1" 200 1244 0.043742 10.0.0.27 - - [2026-02-05 04:16:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.030178 10.0.0.23 - - [2026-02-05 04:16:07] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003913 10.0.0.23 - - [2026-02-05 04:16:07] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.23 - - [2026-02-05 04:16:07] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007829 10.0.0.23 - - [2026-02-05 04:16:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.006935 10.0.0.23 - - [2026-02-05 04:16:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.003909 10.0.0.23 - - [2026-02-05 04:16:07] "POST /security-groups HTTP/1.1" 200 591 0.032264 10.0.0.23 - - [2026-02-05 04:16:07] "POST /projects HTTP/1.1" 200 585 0.265712 10.0.0.23 - - [2026-02-05 04:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.309411 10.0.0.50 - - [2026-02-05 04:16:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.010623 10.0.0.27 - - [2026-02-05 04:16:07] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.482318 10.0.0.27 - - [2026-02-05 04:16:08] "GET / HTTP/1.1" 200 35931 0.001909 10.0.0.27 - - [2026-02-05 04:16:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2026-02-05 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.039515 10.0.0.27 - - [2026-02-05 04:16:11] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004656 10.0.0.27 - - [2026-02-05 04:16:11] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003839 10.0.0.27 - - [2026-02-05 04:16:11] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004616 10.0.0.27 - - [2026-02-05 04:16:11] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.014957 10.0.0.27 - - [2026-02-05 04:16:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.035517 10.0.0.23 - - [2026-02-05 04:16:13] "GET /projects?obj_uuids=46a5efe9-187d-43af-bd38-71133e6c5c5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003234 10.0.0.23 - - [2026-02-05 04:16:13] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.23 - - [2026-02-05 04:16:13] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007419 10.0.0.23 - - [2026-02-05 04:16:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.004380 10.0.0.23 - - [2026-02-05 04:16:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.006066 10.0.0.23 - - [2026-02-05 04:16:13] "POST /security-groups HTTP/1.1" 200 591 0.040243 10.0.0.23 - - [2026-02-05 04:16:13] "POST /projects HTTP/1.1" 200 585 0.261498 10.0.0.50 - - [2026-02-05 04:16:13] "POST /access-control-lists HTTP/1.1" 200 596 0.029586 10.0.0.23 - - [2026-02-05 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.340955 10.0.0.27 - - [2026-02-05 04:16:13] "GET /project/46a5efe9-187d-43af-bd38-71133e6c5c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.519751 10.0.0.27 - - [2026-02-05 04:16:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.031364 10.0.0.23 - - [2026-02-05 04:16:14] "GET /projects?obj_uuids=225ef713-d53e-469c-a37b-4c8d8da2bd99&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002998 10.0.0.23 - - [2026-02-05 04:16:14] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001602 10.0.0.23 - - [2026-02-05 04:16:14] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013701 10.0.0.23 - - [2026-02-05 04:16:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.007561 10.0.0.23 - - [2026-02-05 04:16:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.007367 10.0.0.23 - - [2026-02-05 04:16:14] "POST /security-groups HTTP/1.1" 200 591 0.033396 10.0.0.50 - - [2026-02-05 04:16:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.004725 10.0.0.23 - - [2026-02-05 04:16:14] "POST /projects HTTP/1.1" 200 585 0.254961 10.0.0.23 - - [2026-02-05 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.284870 10.0.0.27 - - [2026-02-05 04:16:14] "GET /project/225ef713-d53e-469c-a37b-4c8d8da2bd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.442886 10.0.0.50 - - [2026-02-05 04:16:14] "POST /access-control-lists HTTP/1.1" 200 594 0.054663 10.0.0.50 - - [2026-02-05 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2026-02-05 04:16:15] "GET / HTTP/1.1" 200 35931 0.002220 10.0.0.50 - - [2026-02-05 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-02-05 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-02-05 04:16:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-02-05 04:16:16] "GET / HTTP/1.1" 200 35931 0.003090 10.0.0.23 - - [2026-02-05 04:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000644 10.0.0.23 - - [2026-02-05 04:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-02-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.003822 10.0.0.27 - - [2026-02-05 04:16:16] "POST /api-access-lists HTTP/1.1" 200 521 0.024021 10.0.0.27 - - [2026-02-05 04:16:16] "GET /api-access-list/7b954f78-ecd1-4c18-9301-95e2994e1a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006058 10.0.0.23 - - [2026-02-05 04:16:16] "GET /global-system-configs HTTP/1.1" 401 292 0.001157 10.0.0.23 - - [2026-02-05 04:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2026-02-05 04:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-02-05 04:16:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2026-02-05 04:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.27 - - [2026-02-05 04:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.27 - - [2026-02-05 04:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.101201 10.0.0.23 - - [2026-02-05 04:16:17] "GET /projects?obj_uuids=46a5efe9-187d-43af-bd38-71133e6c5c5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001308 10.0.0.27 - - [2026-02-05 04:16:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2026-02-05 04:16:17] "GET /project/46a5efe9-187d-43af-bd38-71133e6c5c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077311 10.0.0.27 - - [2026-02-05 04:16:18] "GET /virtual-networks?parent_id=46a5efe9-187d-43af-bd38-71133e6c5c5f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022272 10.0.0.27 - - [2026-02-05 04:16:18] "POST /virtual-networks HTTP/1.1" 200 583 0.113224 10.0.0.27 - - [2026-02-05 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.042152 10.0.0.27 - - [2026-02-05 04:16:18] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.024055 10.0.0.23 - - [2026-02-05 04:16:18] "POST /useragent-kv HTTP/1.1" 200 115 0.009382 10.0.0.27 - - [2026-02-05 04:16:18] "POST /ref-update HTTP/1.1" 200 156 0.114012 10.0.0.27 - - [2026-02-05 04:16:18] "GET /virtual-network/75d0b729-6bb4-448f-9737-2c22780ef262?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.025867 10.0.0.27 - - [2026-02-05 04:16:18] "POST /neutron/network HTTP/1.1" 200 847 0.071654 10.0.0.27 - - [2026-02-05 04:16:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2026-02-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.080220 10.0.0.23 - - [2026-02-05 04:16:19] "GET /projects?obj_uuids=225ef713-d53e-469c-a37b-4c8d8da2bd99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.27 - - [2026-02-05 04:16:19] "GET /project/225ef713-d53e-469c-a37b-4c8d8da2bd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.106136 10.0.0.27 - - [2026-02-05 04:16:19] "GET /virtual-networks?parent_id=225ef713-d53e-469c-a37b-4c8d8da2bd99&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.054966 10.0.0.50 - - [2026-02-05 04:16:19] "DELETE /access-control-list/98c4bdd5-f57a-4da3-92b1-b0cfda2fb05d HTTP/1.1" 200 115 0.091133 10.0.0.27 - - [2026-02-05 04:16:19] "POST /virtual-networks HTTP/1.1" 200 583 0.216204 10.0.0.27 - - [2026-02-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.083552 10.0.0.50 - - [2026-02-05 04:16:20] "DELETE /access-control-list/78d7b7bd-c33c-43f9-a782-7d23f0c62b2f HTTP/1.1" 200 115 0.091132 10.0.0.27 - - [2026-02-05 04:16:20] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.079243 10.0.0.23 - - [2026-02-05 04:16:20] "POST /useragent-kv HTTP/1.1" 200 115 0.010916 10.0.0.27 - - [2026-02-05 04:16:20] "POST /ref-update HTTP/1.1" 200 156 0.190693 10.0.0.50 - - [2026-02-05 04:16:20] "POST /route-targets HTTP/1.1" 200 327 0.033596 10.0.0.27 - - [2026-02-05 04:16:20] "POST /neutron/network HTTP/1.1" 200 848 0.087068 10.0.0.27 - - [2026-02-05 04:16:20] "GET /virtual-network/0985b348-ec0b-4a3d-a497-b2faf51f558b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.023420 10.0.0.27 - - [2026-02-05 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.27 - - [2026-02-05 04:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.50 - - [2026-02-05 04:16:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2026-02-05 04:16:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2026-02-05 04:16:24] "GET /obj-perms HTTP/1.1" 403 257 0.040723 10.0.0.27 - - [2026-02-05 04:16:24] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.084706 10.0.0.27 - - [2026-02-05 04:16:24] "PUT /virtual-network/75d0b729-6bb4-448f-9737-2c22780ef262 HTTP/1.1" 200 264 0.054635 10.0.0.27 - - [2026-02-05 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2026-02-05 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.50 - - [2026-02-05 04:16:25] "GET /obj-perms HTTP/1.1" 403 257 0.047900 10.0.0.23 - - [2026-02-05 04:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.042770 10.0.0.27 - - [2026-02-05 04:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2026-02-05 04:16:26] "GET /obj-perms HTTP/1.1" 403 257 0.046314 10.0.0.27 - - [2026-02-05 04:16:26] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031867 10.0.0.27 - - [2026-02-05 04:16:26] "PUT /virtual-network/75d0b729-6bb4-448f-9737-2c22780ef262 HTTP/1.1" 200 264 0.066557 10.0.0.23 - - [2026-02-05 04:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003751 10.0.0.23 - - [2026-02-05 04:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003765 10.0.0.27 - - [2026-02-05 04:16:26] "DELETE /virtual-network/0985b348-ec0b-4a3d-a497-b2faf51f558b HTTP/1.1" 200 115 0.177352 10.0.0.50 - - [2026-02-05 04:16:26] "DELETE /route-target/9f07a7f3-592c-45dc-be7f-de06a39680c9 HTTP/1.1" 200 115 0.031150 10.0.0.23 - - [2026-02-05 04:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.012362 10.0.0.23 - - [2026-02-05 04:16:26] "DELETE /project/92e4ce3f-b9b5-4379-8c89-7f19267523db HTTP/1.1" 404 177 0.010123 10.0.0.23 - - [2026-02-05 04:16:26] "DELETE /project/6f26ec858dba4fad8a015aa321ccb790 HTTP/1.1" 404 173 0.011837 10.0.0.23 - - [2026-02-05 04:16:26] "DELETE /project/fe30ab75-e727-45e7-b3e3-51ac7b59f8d5 HTTP/1.1" 404 177 0.014067 10.0.0.23 - - [2026-02-05 04:16:26] "DELETE /project/225ef713d53e469ca37b4c8d8da2bd99 HTTP/1.1" 404 173 0.005950 10.0.0.23 - - [2026-02-05 04:16:26] "DELETE /project/46a5efe9187d43afbd3871133e6c5c5f HTTP/1.1" 404 173 0.012200 10.0.0.23 - - [2026-02-05 04:16:26] "DELETE /project/aa6a8501-2a67-4c2e-a0e9-22abdeba90a0 HTTP/1.1" 404 177 0.014958 10.0.0.23 - - [2026-02-05 04:16:26] "POST /useragent-kv HTTP/1.1" 200 115 0.014102 10.0.0.27 - - [2026-02-05 04:16:26] "DELETE /virtual-network/75d0b729-6bb4-448f-9737-2c22780ef262 HTTP/1.1" 200 115 0.193866 10.0.0.27 - - [2026-02-05 04:16:26] "DELETE /api-access-list/7b954f78-ecd1-4c18-9301-95e2994e1a5e HTTP/1.1" 200 115 0.032235 10.0.0.23 - - [2026-02-05 04:16:27] "GET /projects?obj_uuids=225ef713-d53e-469c-a37b-4c8d8da2bd99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001841 10.0.0.27 - - [2026-02-05 04:16:27] "GET /project/225ef713-d53e-469c-a37b-4c8d8da2bd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047078 10.0.0.23 - - [2026-02-05 04:16:27] "GET /projects?obj_uuids=225ef713-d53e-469c-a37b-4c8d8da2bd99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001847 10.0.0.27 - - [2026-02-05 04:16:27] "GET /project/225ef713-d53e-469c-a37b-4c8d8da2bd99?fields=virtual_networks HTTP/1.1" 200 1032 0.060106 10.0.0.23 - - [2026-02-05 04:16:27] "GET /projects?obj_uuids=225ef713-d53e-469c-a37b-4c8d8da2bd99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.27 - - [2026-02-05 04:16:27] "GET /project/225ef713-d53e-469c-a37b-4c8d8da2bd99?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.055604 10.0.0.23 - - [2026-02-05 04:16:27] "GET /projects?obj_uuids=225ef713-d53e-469c-a37b-4c8d8da2bd99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001647 10.0.0.27 - - [2026-02-05 04:16:27] "GET /project/225ef713-d53e-469c-a37b-4c8d8da2bd99?fields=security_groups HTTP/1.1" 200 1258 0.054744 10.0.0.23 - - [2026-02-05 04:16:28] "GET /projects?obj_uuids=46a5efe9-187d-43af-bd38-71133e6c5c5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001660 10.0.0.27 - - [2026-02-05 04:16:28] "GET /project/46a5efe9-187d-43af-bd38-71133e6c5c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043753 10.0.0.23 - - [2026-02-05 04:16:28] "GET /projects?obj_uuids=46a5efe9-187d-43af-bd38-71133e6c5c5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.27 - - [2026-02-05 04:16:28] "GET /project/46a5efe9-187d-43af-bd38-71133e6c5c5f?fields=virtual_networks HTTP/1.1" 200 1032 0.041170 10.0.0.23 - - [2026-02-05 04:16:28] "GET /projects?obj_uuids=46a5efe9-187d-43af-bd38-71133e6c5c5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001232 10.0.0.27 - - [2026-02-05 04:16:28] "GET /project/46a5efe9-187d-43af-bd38-71133e6c5c5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.042925 10.0.0.23 - - [2026-02-05 04:16:28] "GET /projects?obj_uuids=46a5efe9-187d-43af-bd38-71133e6c5c5f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001488 10.0.0.27 - - [2026-02-05 04:16:28] "GET /project/46a5efe9-187d-43af-bd38-71133e6c5c5f?fields=security_groups HTTP/1.1" 200 1258 0.040951 10.0.0.27 - - [2026-02-05 04:16:31] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.27 - - [2026-02-05 04:16:32] "GET / HTTP/1.1" 200 35931 0.002015 10.0.0.27 - - [2026-02-05 04:16:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.27 - - [2026-02-05 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.088071 10.0.0.23 - - [2026-02-05 04:16:33] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.27 - - [2026-02-05 04:16:33] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062834 10.0.0.27 - - [2026-02-05 04:16:33] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014435 10.0.0.27 - - [2026-02-05 04:16:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.014555 10.0.0.27 - - [2026-02-05 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.016992 10.0.0.23 - - [2026-02-05 04:16:33] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.27 - - [2026-02-05 04:16:33] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019991 10.0.0.27 - - [2026-02-05 04:16:33] "POST /service-templates HTTP/1.1" 403 264 0.013808 10.0.0.27 - - [2026-02-05 04:16:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.003775 10.0.0.27 - - [2026-02-05 04:16:34] "POST /api-access-lists HTTP/1.1" 200 555 0.029831 10.0.0.27 - - [2026-02-05 04:16:34] "GET /api-access-list/1e131332-9053-47e6-86aa-63e2885fd766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.006511 10.0.0.27 - - [2026-02-05 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.019041 10.0.0.23 - - [2026-02-05 04:16:34] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.27 - - [2026-02-05 04:16:34] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060678 10.0.0.27 - - [2026-02-05 04:16:34] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018593 10.0.0.27 - - [2026-02-05 04:16:34] "POST /virtual-networks HTTP/1.1" 200 583 0.108926 10.0.0.27 - - [2026-02-05 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.025949 10.0.0.27 - - [2026-02-05 04:16:34] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.024709 10.0.0.23 - - [2026-02-05 04:16:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008828 10.0.0.27 - - [2026-02-05 04:16:34] "POST /ref-update HTTP/1.1" 200 156 0.105344 10.0.0.27 - - [2026-02-05 04:16:34] "POST /neutron/network HTTP/1.1" 200 846 0.074342 10.0.0.50 - - [2026-02-05 04:16:34] "POST /route-targets HTTP/1.1" 200 327 0.014290 10.0.0.27 - - [2026-02-05 04:16:35] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.019936 10.0.0.27 - - [2026-02-05 04:16:35] "POST /neutron/subnet HTTP/1.1" 200 669 0.043206 10.0.0.27 - - [2026-02-05 04:16:35] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.007173 10.0.0.27 - - [2026-02-05 04:16:35] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004762 10.0.0.27 - - [2026-02-05 04:16:35] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.007815 10.0.0.50 - - [2026-02-05 04:16:36] "GET /obj-perms HTTP/1.1" 200 5030 0.070985 10.0.0.23 - - [2026-02-05 04:16:36] "GET /obj-perms HTTP/1.1" 200 5030 0.062613 10.0.0.27 - - [2026-02-05 04:16:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.021977 10.0.0.27 - - [2026-02-05 04:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.023843 10.0.0.23 - - [2026-02-05 04:16:36] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001632 10.0.0.27 - - [2026-02-05 04:16:36] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.024499 10.0.0.27 - - [2026-02-05 04:16:36] "POST /service-templates HTTP/1.1" 403 264 0.015431 10.0.0.27 - - [2026-02-05 04:16:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.003905 10.0.0.27 - - [2026-02-05 04:16:36] "POST /api-access-lists HTTP/1.1" 200 521 0.027065 10.0.0.27 - - [2026-02-05 04:16:36] "GET /api-access-list/fceb1011-ca33-4028-be4e-2d71a230c72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006932 10.0.0.27 - - [2026-02-05 04:16:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.020242 10.0.0.27 - - [2026-02-05 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.018869 10.0.0.23 - - [2026-02-05 04:16:37] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.27 - - [2026-02-05 04:16:37] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.025532 10.0.0.27 - - [2026-02-05 04:16:37] "POST /service-templates HTTP/1.1" 200 551 0.053258 10.0.0.27 - - [2026-02-05 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.027689 10.0.0.27 - - [2026-02-05 04:16:37] "GET /service-template/6e29902d-3281-4894-8cb8-67451be88507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.026914 10.0.0.27 - - [2026-02-05 04:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.036792 10.0.0.27 - - [2026-02-05 04:16:37] "GET /service-template/6e29902d-3281-4894-8cb8-67451be88507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.026403 10.0.0.27 - - [2026-02-05 04:16:38] "GET /obj-perms HTTP/1.1" 403 257 0.046416 10.0.0.50 - - [2026-02-05 04:16:39] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.063778 10.0.0.23 - - [2026-02-05 04:16:39] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.043887 10.0.0.27 - - [2026-02-05 04:16:39] "GET /obj-perms HTTP/1.1" 403 257 0.014409 10.0.0.27 - - [2026-02-05 04:16:39] "GET /api-access-list/1e131332-9053-47e6-86aa-63e2885fd766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1321 0.004740 10.0.0.27 - - [2026-02-05 04:16:39] "PUT /api-access-list/1e131332-9053-47e6-86aa-63e2885fd766 HTTP/1.1" 200 264 0.016155 10.0.0.27 - - [2026-02-05 04:16:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.27 - - [2026-02-05 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.067206 10.0.0.23 - - [2026-02-05 04:16:40] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001281 10.0.0.27 - - [2026-02-05 04:16:40] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062871 10.0.0.27 - - [2026-02-05 04:16:40] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.036609 10.0.0.27 - - [2026-02-05 04:16:40] "POST /virtual-networks HTTP/1.1" 403 263 0.016551 10.0.0.27 - - [2026-02-05 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2026-02-05 04:16:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.055359 10.0.0.27 - - [2026-02-05 04:16:41] "GET /api-access-list/fceb1011-ca33-4028-be4e-2d71a230c72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006803 10.0.0.27 - - [2026-02-05 04:16:41] "PUT /api-access-list/fceb1011-ca33-4028-be4e-2d71a230c72c HTTP/1.1" 200 264 0.014979 10.0.0.27 - - [2026-02-05 04:16:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.018986 10.0.0.27 - - [2026-02-05 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017704 10.0.0.23 - - [2026-02-05 04:16:41] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.27 - - [2026-02-05 04:16:41] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.036796 10.0.0.27 - - [2026-02-05 04:16:41] "POST /service-templates HTTP/1.1" 403 264 0.015240 10.0.0.27 - - [2026-02-05 04:16:41] "GET /api-access-list/1e131332-9053-47e6-86aa-63e2885fd766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.004575 10.0.0.27 - - [2026-02-05 04:16:41] "PUT /api-access-list/1e131332-9053-47e6-86aa-63e2885fd766 HTTP/1.1" 200 264 0.012720 10.0.0.27 - - [2026-02-05 04:16:41] "GET /api-access-list/fceb1011-ca33-4028-be4e-2d71a230c72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004342 10.0.0.27 - - [2026-02-05 04:16:41] "PUT /api-access-list/fceb1011-ca33-4028-be4e-2d71a230c72c HTTP/1.1" 200 264 0.024977 10.0.0.27 - - [2026-02-05 04:16:42] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.017613 10.0.0.27 - - [2026-02-05 04:16:43] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044519 10.0.0.50 - - [2026-02-05 04:16:43] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015903 10.0.0.50 - - [2026-02-05 04:16:43] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044302 10.0.0.23 - - [2026-02-05 04:16:43] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016104 10.0.0.23 - - [2026-02-05 04:16:43] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.044605 10.0.0.27 - - [2026-02-05 04:16:44] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004349 10.0.0.27 - - [2026-02-05 04:16:44] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.013126 10.0.0.27 - - [2026-02-05 04:16:44] "GET /obj-perms HTTP/1.1" 403 257 0.016092 10.0.0.27 - - [2026-02-05 04:16:44] "GET /obj-perms HTTP/1.1" 403 257 0.015910 10.0.0.27 - - [2026-02-05 04:16:44] "DELETE /api-access-list/1e131332-9053-47e6-86aa-63e2885fd766 HTTP/1.1" 200 115 0.036254 10.0.0.27 - - [2026-02-05 04:16:44] "DELETE /api-access-list/fceb1011-ca33-4028-be4e-2d71a230c72c HTTP/1.1" 200 115 0.030727 10.0.0.27 - - [2026-02-05 04:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.50 - - [2026-02-05 04:16:46] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.049767 10.0.0.23 - - [2026-02-05 04:16:47] "GET /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.067388 10.0.0.27 - - [2026-02-05 04:16:47] "GET /obj-perms HTTP/1.1" 403 257 0.049993 10.0.0.27 - - [2026-02-05 04:16:47] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.005110 10.0.0.27 - - [2026-02-05 04:16:47] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.016643 10.0.0.27 - - [2026-02-05 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005234 10.0.0.27 - - [2026-02-05 04:16:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.046483 10.0.0.27 - - [2026-02-05 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.021947 10.0.0.27 - - [2026-02-05 04:16:47] "DELETE /service-template/6e29902d-3281-4894-8cb8-67451be88507 HTTP/1.1" 200 115 0.042716 10.0.0.27 - - [2026-02-05 04:16:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.023671 10.0.0.23 - - [2026-02-05 04:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004000 10.0.0.23 - - [2026-02-05 04:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004217 10.0.0.27 - - [2026-02-05 04:16:47] "DELETE /virtual-network/8ff9cec8-9089-478a-8716-2c7ed6a3a9e9 HTTP/1.1" 200 115 0.141331 10.0.0.50 - - [2026-02-05 04:16:47] "DELETE /route-target/7b5c6d7c-b768-4c15-8f0d-ebbc40c94103 HTTP/1.1" 200 115 0.036984 10.0.0.27 - - [2026-02-05 04:16:48] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005091 10.0.0.27 - - [2026-02-05 04:16:48] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.013429 10.0.0.27 - - [2026-02-05 04:16:48] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005275 10.0.0.27 - - [2026-02-05 04:16:48] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.013181 10.0.0.27 - - [2026-02-05 04:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.23 - - [2026-02-05 04:16:50] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.27 - - [2026-02-05 04:16:50] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.038608 10.0.0.23 - - [2026-02-05 04:16:50] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.27 - - [2026-02-05 04:16:51] "POST /neutron/network HTTP/1.1" 200 643 0.202196 10.0.0.27 - - [2026-02-05 04:16:51] "POST /id-to-fqname HTTP/1.1" 200 240 0.003930 10.0.0.27 - - [2026-02-05 04:16:51] "GET /virtual-network/fb924cb4-2f59-4f52-a4d5-5ac0f7c1b4b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006904 10.0.0.27 - - [2026-02-05 04:16:51] "POST /neutron/network HTTP/1.1" 200 864 0.007667 10.0.0.27 - - [2026-02-05 04:16:51] "GET /virtual-network/fb924cb4-2f59-4f52-a4d5-5ac0f7c1b4b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007241 10.0.0.27 - - [2026-02-05 04:16:51] "POST /neutron/network HTTP/1.1" 200 864 0.008612 10.0.0.27 - - [2026-02-05 04:16:51] "GET /virtual-network/fb924cb4-2f59-4f52-a4d5-5ac0f7c1b4b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006040 10.0.0.27 - - [2026-02-05 04:16:51] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004126 10.0.0.27 - - [2026-02-05 04:16:51] "GET /virtual-network/fb924cb4-2f59-4f52-a4d5-5ac0f7c1b4b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006360 10.0.0.27 - - [2026-02-05 04:16:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.004520 10.0.0.27 - - [2026-02-05 04:16:52] "POST /api-access-lists HTTP/1.1" 200 555 0.030922 10.0.0.27 - - [2026-02-05 04:16:52] "GET /api-access-list/e0fd2455-6ca1-4dc2-923c-1e7eb5f5ef04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006346 10.0.0.27 - - [2026-02-05 04:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.021696 10.0.0.23 - - [2026-02-05 04:16:52] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001793 10.0.0.27 - - [2026-02-05 04:16:52] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072989 10.0.0.27 - - [2026-02-05 04:16:52] "POST /neutron/network HTTP/1.1" 200 693 0.024056 10.0.0.50 - - [2026-02-05 04:16:52] "POST /route-targets HTTP/1.1" 200 327 0.024299 10.0.0.27 - - [2026-02-05 04:16:53] "POST /neutron/network HTTP/1.1" 200 865 0.045864 10.0.0.27 - - [2026-02-05 04:16:53] "POST /id-to-fqname HTTP/1.1" 200 240 0.019283 10.0.0.27 - - [2026-02-05 04:16:53] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023821 10.0.0.27 - - [2026-02-05 04:16:53] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027349 10.0.0.27 - - [2026-02-05 04:16:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.050741 10.0.0.27 - - [2026-02-05 04:16:53] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006015 10.0.0.27 - - [2026-02-05 04:16:53] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005472 10.0.0.27 - - [2026-02-05 04:16:53] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006278 10.0.0.50 - - [2026-02-05 04:16:54] "GET /obj-perms HTTP/1.1" 200 5030 0.007742 10.0.0.27 - - [2026-02-05 04:16:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.018011 10.0.0.50 - - [2026-02-05 04:16:54] "POST /access-control-lists HTTP/1.1" 200 626 0.035376 10.0.0.50 - - [2026-02-05 04:16:54] "PUT /access-control-list/ed698a95-b370-4d99-a7c1-76c545801aff HTTP/1.1" 200 272 0.020364 10.0.0.23 - - [2026-02-05 04:16:55] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.27 - - [2026-02-05 04:16:55] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.105798 10.0.0.23 - - [2026-02-05 04:16:55] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001519 10.0.0.27 - - [2026-02-05 04:16:55] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.100843 10.0.0.50 - - [2026-02-05 04:16:55] "PUT /access-control-list/e8866791-bfeb-4c59-9a61-33e3af2b174c HTTP/1.1" 200 272 0.025831 10.0.0.23 - - [2026-02-05 04:16:55] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002048 10.0.0.27 - - [2026-02-05 04:16:55] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.218853 10.0.0.27 - - [2026-02-05 04:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.018854 10.0.0.27 - - [2026-02-05 04:16:55] "GET /security-group/07686966-8548-4270-bcd6-5dc4025ffe47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.024330 10.0.0.27 - - [2026-02-05 04:16:56] "POST /id-to-fqname HTTP/1.1" 200 240 0.020743 10.0.0.23 - - [2026-02-05 04:16:58] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001506 10.0.0.27 - - [2026-02-05 04:16:58] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.079851 10.0.0.27 - - [2026-02-05 04:16:58] "POST /neutron/network HTTP/1.1" 200 865 0.011250 10.0.0.27 - - [2026-02-05 04:16:58] "POST /neutron/port HTTP/1.1" 200 117 0.044273 10.0.0.23 - - [2026-02-05 04:16:59] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.27 - - [2026-02-05 04:16:59] "POST /neutron/port HTTP/1.1" 200 1061 0.531201 10.0.0.27 - - [2026-02-05 04:16:59] "POST /neutron/port HTTP/1.1" 200 1115 0.120888 10.0.0.27 - - [2026-02-05 04:16:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.010711 10.0.0.27 - - [2026-02-05 04:17:02] "POST /neutron/port HTTP/1.1" 200 1125 0.023602 10.0.0.27 - - [2026-02-05 04:17:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004615 10.0.0.27 - - [2026-02-05 04:17:02] "POST /neutron/network HTTP/1.1" 200 865 0.008137 10.0.0.27 - - [2026-02-05 04:17:03] "POST /neutron/port HTTP/1.1" 200 1125 0.019101 10.0.0.27 - - [2026-02-05 04:17:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010880 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 200 1292 0.053741 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 200 1292 0.021090 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine-interface/fb18348e-a978-4a86-9343-9b0d1c4d8bb3 HTTP/1.1" 200 3024 0.025743 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 200 1292 0.022664 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine-interface/fb18348e-a978-4a86-9343-9b0d1c4d8bb3 HTTP/1.1" 200 3024 0.025120 10.0.0.27 - - [2026-02-05 04:17:04] "GET /instance-ip/5aa295f7-6b8c-43f9-a55d-7cb4e3664835 HTTP/1.1" 200 1641 0.028057 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 200 1292 0.021062 10.0.0.27 - - [2026-02-05 04:17:04] "GET /virtual-machine-interface/fb18348e-a978-4a86-9343-9b0d1c4d8bb3 HTTP/1.1" 200 3024 0.026068 10.0.0.27 - - [2026-02-05 04:17:04] "GET /instance-ip/5aa295f7-6b8c-43f9-a55d-7cb4e3664835 HTTP/1.1" 200 1641 0.019257 10.0.0.27 - - [2026-02-05 04:17:04] "POST /fqname-to-id HTTP/1.1" 403 354 0.018565 10.0.0.27 - - [2026-02-05 04:17:04] "GET / HTTP/1.1" 200 35931 0.003301 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.033994 10.0.0.27 - - [2026-02-05 04:17:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005080 10.0.0.27 - - [2026-02-05 04:17:05] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029049 10.0.0.27 - - [2026-02-05 04:17:05] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023931 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 403 354 0.020563 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.27 - - [2026-02-05 04:17:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004498 10.0.0.27 - - [2026-02-05 04:17:05] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027057 10.0.0.27 - - [2026-02-05 04:17:05] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024007 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 403 354 0.019795 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.27 - - [2026-02-05 04:17:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004159 10.0.0.27 - - [2026-02-05 04:17:05] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028712 10.0.0.27 - - [2026-02-05 04:17:05] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026047 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 403 354 0.020876 10.0.0.27 - - [2026-02-05 04:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.27 - - [2026-02-05 04:17:05] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005839 10.0.0.27 - - [2026-02-05 04:17:06] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.027601 10.0.0.27 - - [2026-02-05 04:17:06] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.033496 10.0.0.27 - - [2026-02-05 04:17:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.021554 10.0.0.27 - - [2026-02-05 04:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.27 - - [2026-02-05 04:17:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005045 10.0.0.27 - - [2026-02-05 04:17:06] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026755 10.0.0.27 - - [2026-02-05 04:17:06] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027348 10.0.0.27 - - [2026-02-05 04:17:08] "POST /neutron/port HTTP/1.1" 200 1125 0.025821 10.0.0.27 - - [2026-02-05 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.019053 10.0.0.27 - - [2026-02-05 04:17:09] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024016 10.0.0.27 - - [2026-02-05 04:17:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.020013 10.0.0.27 - - [2026-02-05 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.27 - - [2026-02-05 04:17:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004369 10.0.0.27 - - [2026-02-05 04:17:11] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023991 10.0.0.27 - - [2026-02-05 04:17:11] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.021052 10.0.0.27 - - [2026-02-05 04:17:11] "POST /fqname-to-id HTTP/1.1" 403 354 0.017577 10.0.0.27 - - [2026-02-05 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2026-02-05 04:17:11] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004357 10.0.0.27 - - [2026-02-05 04:17:11] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029843 10.0.0.27 - - [2026-02-05 04:17:11] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027004 10.0.0.27 - - [2026-02-05 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.019400 10.0.0.27 - - [2026-02-05 04:17:11] "GET /routing-instance/e1806a8b-709d-4d0a-a05e-c2bc123bac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.022679 10.0.0.27 - - [2026-02-05 04:17:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.017796 10.0.0.27 - - [2026-02-05 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2026-02-05 04:17:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004471 10.0.0.27 - - [2026-02-05 04:17:12] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022242 10.0.0.27 - - [2026-02-05 04:17:12] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.021479 10.0.0.27 - - [2026-02-05 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.016276 10.0.0.27 - - [2026-02-05 04:17:12] "GET /routing-instance/e1806a8b-709d-4d0a-a05e-c2bc123bac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.020949 10.0.0.23 - - [2026-02-05 04:17:12] "GET /obj-perms HTTP/1.1" 403 257 0.013461 10.0.0.23 - - [2026-02-05 04:17:14] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021282 10.0.0.23 - - [2026-02-05 04:17:18] "GET /obj-perms HTTP/1.1" 403 257 0.015743 10.0.0.23 - - [2026-02-05 04:17:20] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015635 10.0.0.50 - - [2026-02-05 04:17:20] "DELETE /access-control-list/e65425cb-1fd2-4350-86b3-eba47c7b6166 HTTP/1.1" 200 115 0.054492 10.0.0.23 - - [2026-02-05 04:17:24] "GET /obj-perms HTTP/1.1" 403 257 0.019179 10.0.0.23 - - [2026-02-05 04:17:26] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018815 10.0.0.23 - - [2026-02-05 04:17:26] "DELETE /project/225ef713-d53e-469c-a37b-4c8d8da2bd99 HTTP/1.1" 404 177 0.006187 10.0.0.23 - - [2026-02-05 04:17:26] "DELETE /project/46a5efe9-187d-43af-bd38-71133e6c5c5f HTTP/1.1" 404 177 0.005190 10.0.0.27 - - [2026-02-05 04:17:28] "GET /obj-perms HTTP/1.1" 403 257 0.012289 10.0.0.27 - - [2026-02-05 04:17:28] "GET /obj-perms HTTP/1.1" 403 257 0.014096 10.0.0.23 - - [2026-02-05 04:17:28] "GET /obj-perms HTTP/1.1" 403 257 0.015373 10.0.0.27 - - [2026-02-05 04:17:29] "GET /obj-perms HTTP/1.1" 403 257 0.013716 10.0.0.27 - - [2026-02-05 04:17:29] "GET /obj-perms HTTP/1.1" 403 257 0.012871 10.0.0.23 - - [2026-02-05 04:17:29] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021280 10.0.0.27 - - [2026-02-05 04:17:29] "GET /obj-perms HTTP/1.1" 403 257 0.013608 10.0.0.27 - - [2026-02-05 04:17:29] "GET /obj-perms HTTP/1.1" 403 257 0.046842 10.0.0.27 - - [2026-02-05 04:17:29] "GET /obj-perms HTTP/1.1" 403 257 0.016246 10.0.0.27 - - [2026-02-05 04:17:30] "GET /obj-perms HTTP/1.1" 200 5030 0.069327 10.0.0.50 - - [2026-02-05 04:17:30] "GET /obj-perms HTTP/1.1" 403 257 0.014331 10.0.0.27 - - [2026-02-05 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.018044 10.0.0.23 - - [2026-02-05 04:17:30] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.27 - - [2026-02-05 04:17:30] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.071648 10.0.0.27 - - [2026-02-05 04:17:30] "GET /virtual-network/fb924cb4-2f59-4f52-a4d5-5ac0f7c1b4b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.025560 10.0.0.27 - - [2026-02-05 04:17:30] "GET /floating-ip-pools?parent_id=fb924cb4-2f59-4f52-a4d5-5ac0f7c1b4b5&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.020778 10.0.0.27 - - [2026-02-05 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016156 10.0.0.27 - - [2026-02-05 04:17:30] "GET /floating-ip-pool/9171e7d8-c97a-4eab-a081-39bab8c04279?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.018278 10.0.0.23 - - [2026-02-05 04:17:30] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001159 10.0.0.27 - - [2026-02-05 04:17:30] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070592 10.0.0.27 - - [2026-02-05 04:17:31] "POST /floating-ips HTTP/1.1" 200 616 0.085120 10.0.0.27 - - [2026-02-05 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.020052 10.0.0.27 - - [2026-02-05 04:17:31] "GET /floating-ip/284edf68-3f9b-45bb-bc49-3ad5bb8d2648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.021434 10.0.0.27 - - [2026-02-05 04:17:31] "GET /floating-ip/284edf68-3f9b-45bb-bc49-3ad5bb8d2648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.019910 10.0.0.27 - - [2026-02-05 04:17:31] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.021281 10.0.0.27 - - [2026-02-05 04:17:31] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.022407 10.0.0.27 - - [2026-02-05 04:17:31] "GET /virtual-machine-interface/fb18348e-a978-4a86-9343-9b0d1c4d8bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.026798 10.0.0.27 - - [2026-02-05 04:17:31] "POST /ref-update HTTP/1.1" 200 156 0.028116 10.0.0.27 - - [2026-02-05 04:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016664 10.0.0.27 - - [2026-02-05 04:17:31] "GET /routing-instance/230c25f1-822b-4920-8572-85388a964f4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.019441 10.0.0.27 - - [2026-02-05 04:17:31] "GET /obj-perms HTTP/1.1" 403 257 0.037429 10.0.0.27 - - [2026-02-05 04:17:31] "GET /obj-perms HTTP/1.1" 403 257 0.014294 10.0.0.27 - - [2026-02-05 04:17:32] "POST /neutron/security_group HTTP/1.1" 200 542 0.057649 10.0.0.27 - - [2026-02-05 04:17:32] "POST /neutron/port HTTP/1.1" 200 1115 0.096239 10.0.0.27 - - [2026-02-05 04:17:32] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 200 1292 0.020875 10.0.0.27 - - [2026-02-05 04:17:32] "GET /virtual-machine-interface/fb18348e-a978-4a86-9343-9b0d1c4d8bb3 HTTP/1.1" 200 3586 0.024606 10.0.0.27 - - [2026-02-05 04:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.019505 10.0.0.27 - - [2026-02-05 04:17:32] "GET /security-group/07686966-8548-4270-bcd6-5dc4025ffe47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.016327 10.0.0.27 - - [2026-02-05 04:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.017349 10.0.0.27 - - [2026-02-05 04:17:32] "GET /security-group/07686966-8548-4270-bcd6-5dc4025ffe47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.018810 10.0.0.27 - - [2026-02-05 04:17:33] "DELETE /floating-ip/284edf68-3f9b-45bb-bc49-3ad5bb8d2648 HTTP/1.1" 200 115 0.072265 10.0.0.27 - - [2026-02-05 04:17:33] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 200 1292 0.022202 10.0.0.27 - - [2026-02-05 04:17:33] "POST /neutron/port HTTP/1.1" 200 1166 0.020541 10.0.0.27 - - [2026-02-05 04:17:35] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 404 171 0.019391 10.0.0.27 - - [2026-02-05 04:17:35] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 404 171 0.016293 10.0.0.27 - - [2026-02-05 04:17:35] "GET /virtual-machine/7353ea46-a34a-4b63-9d26-ef0300dc033a HTTP/1.1" 404 171 0.015115 10.0.0.27 - - [2026-02-05 04:17:35] "POST /fqname-to-id HTTP/1.1" 403 354 0.020369 10.0.0.27 - - [2026-02-05 04:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2026-02-05 04:17:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005354 10.0.0.27 - - [2026-02-05 04:17:35] "GET /virtual-networks?parent_id=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.029515 10.0.0.27 - - [2026-02-05 04:17:35] "GET /virtual-network/3857fc53-5b2d-46b0-8c76-3d06ce8922d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.025603 10.0.0.27 - - [2026-02-05 04:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.020586 10.0.0.27 - - [2026-02-05 04:17:35] "GET /routing-instance/e1806a8b-709d-4d0a-a05e-c2bc123bac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.030833 10.0.0.27 - - [2026-02-05 04:17:35] "GET /obj-perms HTTP/1.1" 403 257 0.016578 10.0.0.27 - - [2026-02-05 04:17:36] "GET /obj-perms HTTP/1.1" 200 5030 0.005245 10.0.0.50 - - [2026-02-05 04:17:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004339 10.0.0.27 - - [2026-02-05 04:17:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004641 10.0.0.23 - - [2026-02-05 04:17:47] "GET /obj-perms HTTP/1.1" 200 5056 0.059998 10.0.0.50 - - [2026-02-05 04:17:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004198 10.0.0.27 - - [2026-02-05 04:17:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004918 10.0.0.50 - - [2026-02-05 04:17:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004243 10.0.0.27 - - [2026-02-05 04:18:00] "GET /obj-perms HTTP/1.1" 200 5030 0.006512 10.0.0.27 - - [2026-02-05 04:18:00] "POST /neutron/security_group HTTP/1.1" 200 568 0.018101 10.0.0.27 - - [2026-02-05 04:18:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.019853 10.0.0.50 - - [2026-02-05 04:18:01] "DELETE /access-control-list/ed698a95-b370-4d99-a7c1-76c545801aff HTTP/1.1" 200 115 0.073063 10.0.0.50 - - [2026-02-05 04:18:01] "DELETE /route-target/57121aff-b8d4-44dd-b9cc-d75f61fc9a35 HTTP/1.1" 200 115 0.025596 10.0.0.23 - - [2026-02-05 04:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.069934 10.0.0.23 - - [2026-02-05 04:18:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002563 10.0.0.27 - - [2026-02-05 04:18:01] "POST /neutron/network HTTP/1.1" 200 151 0.283397 10.0.0.27 - - [2026-02-05 04:18:01] "DELETE /api-access-list/e0fd2455-6ca1-4dc2-923c-1e7eb5f5ef04 HTTP/1.1" 200 115 0.038123 10.0.0.27 - - [2026-02-05 04:18:04] "GET /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005197 10.0.0.27 - - [2026-02-05 04:18:04] "PUT /api-access-list/67f76a1e-981a-41d5-abea-d5bcc11c52af HTTP/1.1" 200 264 0.014985 10.0.0.23 - - [2026-02-05 04:18:04] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.27 - - [2026-02-05 04:18:04] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047600 10.0.0.23 - - [2026-02-05 04:18:04] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.27 - - [2026-02-05 04:18:04] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?fields=virtual_networks HTTP/1.1" 200 1031 0.053901 10.0.0.23 - - [2026-02-05 04:18:04] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001758 10.0.0.27 - - [2026-02-05 04:18:04] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.053186 10.0.0.23 - - [2026-02-05 04:18:04] "GET /projects?obj_uuids=6f26ec85-8dba-4fad-8a01-5aa321ccb790&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.27 - - [2026-02-05 04:18:04] "GET /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790?fields=security_groups HTTP/1.1" 200 1257 0.060532 10.0.0.23 - - [2026-02-05 04:18:05] "GET /projects?obj_uuids=68d80765-eaf6-4d41-b82e-7697deaa2ba0&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001227 10.0.0.27 - - [2026-02-05 04:18:05] "GET /project/68d80765-eaf6-4d41-b82e-7697deaa2ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.119657 [Introspect:8084]10.0.0.27 - - [2026-02-05 04:18:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001307 10.0.0.27 - - [2026-02-05 04:18:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.035323 10.0.0.23 - - [2026-02-05 04:18:09] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003999 10.0.0.23 - - [2026-02-05 04:18:09] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.23 - - [2026-02-05 04:18:09] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040460 10.0.0.23 - - [2026-02-05 04:18:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.007039 10.0.0.23 - - [2026-02-05 04:18:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.003953 10.0.0.23 - - [2026-02-05 04:18:09] "POST /security-groups HTTP/1.1" 200 592 0.183121 10.0.0.50 - - [2026-02-05 04:18:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.004171 10.0.0.23 - - [2026-02-05 04:18:10] "POST /projects HTTP/1.1" 200 587 0.434290 10.0.0.23 - - [2026-02-05 04:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.476578 10.0.0.27 - - [2026-02-05 04:18:10] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.696375 10.0.0.50 - - [2026-02-05 04:18:10] "POST /access-control-lists HTTP/1.1" 200 595 0.074854 10.0.0.27 - - [2026-02-05 04:18:11] "GET / HTTP/1.1" 200 35931 0.002631 10.0.0.27 - - [2026-02-05 04:18:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2026-02-05 04:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.072004 10.0.0.23 - - [2026-02-05 04:18:13] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.27 - - [2026-02-05 04:18:13] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050562 10.0.0.27 - - [2026-02-05 04:18:13] "POST /neutron/network HTTP/1.1" 200 117 0.044680 10.0.0.27 - - [2026-02-05 04:18:14] "POST /neutron/network HTTP/1.1" 200 825 0.009827 10.0.0.27 - - [2026-02-05 04:18:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001331 10.0.0.27 - - [2026-02-05 04:18:14] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006123 10.0.0.27 - - [2026-02-05 04:18:14] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006089 10.0.0.27 - - [2026-02-05 04:18:14] "POST /neutron/subnet HTTP/1.1" 200 716 0.011537 10.0.0.27 - - [2026-02-05 04:18:15] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008360 10.0.0.27 - - [2026-02-05 04:18:15] "GET /obj-perms HTTP/1.1" 200 5032 0.067101 10.0.0.50 - - [2026-02-05 04:18:16] "GET /obj-perms HTTP/1.1" 200 5032 0.062564 10.0.0.27 - - [2026-02-05 04:18:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001571 10.0.0.23 - - [2026-02-05 04:18:17] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.27 - - [2026-02-05 04:18:17] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079199 10.0.0.27 - - [2026-02-05 04:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.007863 10.0.0.27 - - [2026-02-05 04:18:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001511 10.0.0.27 - - [2026-02-05 04:18:17] "POST /neutron/network HTTP/1.1" 200 835 0.007144 10.0.0.27 - - [2026-02-05 04:18:18] "POST /neutron/port HTTP/1.1" 200 1059 0.020100 10.0.0.23 - - [2026-02-05 04:18:18] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.27 - - [2026-02-05 04:18:18] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.094131 10.0.0.27 - - [2026-02-05 04:18:18] "POST /neutron/network HTTP/1.1" 200 825 0.009000 10.0.0.27 - - [2026-02-05 04:18:18] "POST /neutron/subnet HTTP/1.1" 200 690 0.010371 10.0.0.27 - - [2026-02-05 04:18:19] "POST /neutron/port HTTP/1.1" 200 1123 0.023288 10.0.0.27 - - [2026-02-05 04:18:19] "POST /neutron/port HTTP/1.1" 200 1123 0.018107 10.0.0.23 - - [2026-02-05 04:18:19] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001347 10.0.0.27 - - [2026-02-05 04:18:19] "POST /neutron/port HTTP/1.1" 200 1059 0.325258 10.0.0.27 - - [2026-02-05 04:18:20] "POST /neutron/port HTTP/1.1" 200 1113 0.152094 10.0.0.27 - - [2026-02-05 04:18:20] "POST /neutron/subnet HTTP/1.1" 200 690 0.009907 10.0.0.50 - - [2026-02-05 04:18:21] "DELETE /access-control-list/e300d4a1-c292-45ed-8f83-e0227e657c59 HTTP/1.1" 200 115 0.050707 10.0.0.27 - - [2026-02-05 04:18:24] "POST /neutron/port HTTP/1.1" 200 1123 0.021901 10.0.0.27 - - [2026-02-05 04:18:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008760 10.0.0.27 - - [2026-02-05 04:18:24] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 401 292 0.000654 10.0.0.27 - - [2026-02-05 04:18:24] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 200 1292 0.039214 10.0.0.27 - - [2026-02-05 04:18:24] "GET /virtual-machine-interface/681f1e8a-42e8-48f0-897f-0c8972540cef HTTP/1.1" 200 2947 0.009121 10.0.0.27 - - [2026-02-05 04:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.27 - - [2026-02-05 04:18:25] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005693 10.0.0.27 - - [2026-02-05 04:18:25] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004621 10.0.0.27 - - [2026-02-05 04:18:25] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008121 10.0.0.23 - - [2026-02-05 04:18:27] "DELETE /project/f2ed07a8871e41e995ce65c4f42be466 HTTP/1.1" 404 173 0.004963 10.0.0.23 - - [2026-02-05 04:18:27] "DELETE /project/6f26ec85-8dba-4fad-8a01-5aa321ccb790 HTTP/1.1" 404 177 0.004471 10.0.0.27 - - [2026-02-05 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2026-02-05 04:18:28] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006273 10.0.0.27 - - [2026-02-05 04:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.27 - - [2026-02-05 04:18:32] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006834 10.0.0.27 - - [2026-02-05 04:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2026-02-05 04:18:36] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005918 10.0.0.27 - - [2026-02-05 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.27 - - [2026-02-05 04:18:40] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007304 10.0.0.27 - - [2026-02-05 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.27 - - [2026-02-05 04:18:44] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009564 10.0.0.23 - - [2026-02-05 04:18:48] "GET /obj-perms HTTP/1.1" 200 5056 0.059048 10.0.0.27 - - [2026-02-05 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.27 - - [2026-02-05 04:18:48] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006939 10.0.0.27 - - [2026-02-05 04:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.27 - - [2026-02-05 04:18:52] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005774 10.0.0.27 - - [2026-02-05 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.27 - - [2026-02-05 04:18:56] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006649 10.0.0.27 - - [2026-02-05 04:19:00] "POST /neutron/port HTTP/1.1" 200 1123 0.026663 10.0.0.27 - - [2026-02-05 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.27 - - [2026-02-05 04:19:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004252 10.0.0.27 - - [2026-02-05 04:19:00] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004106 10.0.0.27 - - [2026-02-05 04:19:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004716 10.0.0.27 - - [2026-02-05 04:19:01] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005872 10.0.0.27 - - [2026-02-05 04:19:01] "POST /neutron/network HTTP/1.1" 200 825 0.008150 10.0.0.27 - - [2026-02-05 04:19:02] "POST /neutron/port HTTP/1.1" 200 1123 0.018033 10.0.0.27 - - [2026-02-05 04:19:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005048 10.0.0.27 - - [2026-02-05 04:19:02] "POST /neutron/network HTTP/1.1" 200 825 0.009521 10.0.0.27 - - [2026-02-05 04:19:10] "POST /neutron/port HTTP/1.1" 200 1123 0.019933 10.0.0.27 - - [2026-02-05 04:19:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008701 10.0.0.27 - - [2026-02-05 04:19:16] "POST /neutron/port HTTP/1.1" 200 1123 0.018663 10.0.0.27 - - [2026-02-05 04:19:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008004 10.0.0.27 - - [2026-02-05 04:19:22] "POST /neutron/port HTTP/1.1" 200 1123 0.019099 10.0.0.27 - - [2026-02-05 04:19:22] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 200 1294 0.007628 10.0.0.27 - - [2026-02-05 04:19:22] "GET /virtual-machine-interface/137a471e-b883-4693-b055-1fb0872de2aa HTTP/1.1" 200 2948 0.006038 10.0.0.27 - - [2026-02-05 04:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.27 - - [2026-02-05 04:19:22] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004613 10.0.0.27 - - [2026-02-05 04:19:22] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003586 10.0.0.27 - - [2026-02-05 04:19:22] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006538 10.0.0.27 - - [2026-02-05 04:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-02-05 04:19:23] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004983 10.0.0.27 - - [2026-02-05 04:19:23] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004322 10.0.0.27 - - [2026-02-05 04:19:23] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006929 10.0.0.27 - - [2026-02-05 04:20:03] "POST /neutron/port HTTP/1.1" 200 1123 0.019388 10.0.0.27 - - [2026-02-05 04:20:03] "POST /neutron/subnet HTTP/1.1" 200 690 0.010217 10.0.0.27 - - [2026-02-05 04:20:03] "POST /neutron/port HTTP/1.1" 200 1123 0.052049 10.0.0.27 - - [2026-02-05 04:20:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005536 10.0.0.27 - - [2026-02-05 04:20:03] "POST /neutron/network HTTP/1.1" 200 825 0.007402 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 200 1292 0.004933 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-machine-interface/681f1e8a-42e8-48f0-897f-0c8972540cef HTTP/1.1" 200 2947 0.006237 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 200 1292 0.004102 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-machine-interface/681f1e8a-42e8-48f0-897f-0c8972540cef HTTP/1.1" 200 2947 0.006020 10.0.0.27 - - [2026-02-05 04:20:44] "GET /instance-ip/cfabc8e0-bacf-45e3-9767-3bc7566797bc HTTP/1.1" 200 1622 0.007339 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 200 1292 0.004045 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-machine-interface/681f1e8a-42e8-48f0-897f-0c8972540cef HTTP/1.1" 200 2947 0.006121 10.0.0.27 - - [2026-02-05 04:20:44] "GET /instance-ip/cfabc8e0-bacf-45e3-9767-3bc7566797bc HTTP/1.1" 200 1622 0.005383 10.0.0.27 - - [2026-02-05 04:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2026-02-05 04:20:44] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004524 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003003 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006770 10.0.0.27 - - [2026-02-05 04:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.27 - - [2026-02-05 04:20:44] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005377 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003933 10.0.0.27 - - [2026-02-05 04:20:44] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008143 10.0.0.27 - - [2026-02-05 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-02-05 04:20:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004497 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003514 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005989 10.0.0.27 - - [2026-02-05 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.27 - - [2026-02-05 04:20:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004626 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003906 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006795 10.0.0.27 - - [2026-02-05 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2026-02-05 04:20:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004961 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004107 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008400 10.0.0.27 - - [2026-02-05 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.27 - - [2026-02-05 04:20:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005741 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004712 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011241 10.0.0.27 - - [2026-02-05 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.27 - - [2026-02-05 04:20:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004970 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003127 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006170 10.0.0.27 - - [2026-02-05 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.27 - - [2026-02-05 04:20:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004182 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003627 10.0.0.27 - - [2026-02-05 04:20:45] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009955 10.0.0.27 - - [2026-02-05 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2026-02-05 04:20:46] "GET /routing-instance/2f3cbb91-a536-4d8e-be8f-8c9b86fb3c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007150 10.0.0.27 - - [2026-02-05 04:20:46] "GET /route-target/822e6b52-2379-4b5b-b6a7-1e6e4ef9995d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004358 10.0.0.27 - - [2026-02-05 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.27 - - [2026-02-05 04:20:46] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004052 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003195 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006293 10.0.0.27 - - [2026-02-05 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2026-02-05 04:20:46] "GET /routing-instance/2f3cbb91-a536-4d8e-be8f-8c9b86fb3c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004513 10.0.0.27 - - [2026-02-05 04:20:46] "GET /route-target/822e6b52-2379-4b5b-b6a7-1e6e4ef9995d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008898 10.0.0.27 - - [2026-02-05 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.27 - - [2026-02-05 04:20:46] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004787 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003303 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006541 10.0.0.27 - - [2026-02-05 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2026-02-05 04:20:46] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004814 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003911 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006341 10.0.0.27 - - [2026-02-05 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.27 - - [2026-02-05 04:20:46] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004321 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003074 10.0.0.27 - - [2026-02-05 04:20:46] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007987 10.0.0.27 - - [2026-02-05 04:20:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004246 10.0.0.23 - - [2026-02-05 04:20:47] "GET /obj-perms HTTP/1.1" 200 5032 0.091021 10.0.0.27 - - [2026-02-05 04:20:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004664 10.0.0.27 - - [2026-02-05 04:20:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004025 10.0.0.50 - - [2026-02-05 04:20:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004745 10.0.0.27 - - [2026-02-05 04:20:47] "POST /neutron/port HTTP/1.1" 200 1123 0.026557 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 200 1294 0.005399 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-machine-interface/137a471e-b883-4693-b055-1fb0872de2aa HTTP/1.1" 200 2948 0.007445 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 200 1294 0.004493 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-machine-interface/137a471e-b883-4693-b055-1fb0872de2aa HTTP/1.1" 200 2948 0.006295 10.0.0.27 - - [2026-02-05 04:20:47] "GET /instance-ip/fcca6e58-35b1-4d35-8880-14a5fbcc8bde HTTP/1.1" 200 1621 0.007556 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 200 1294 0.004824 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-machine-interface/137a471e-b883-4693-b055-1fb0872de2aa HTTP/1.1" 200 2948 0.006177 10.0.0.27 - - [2026-02-05 04:20:47] "GET /instance-ip/fcca6e58-35b1-4d35-8880-14a5fbcc8bde HTTP/1.1" 200 1621 0.005018 10.0.0.27 - - [2026-02-05 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.27 - - [2026-02-05 04:20:47] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004871 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003658 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006909 10.0.0.27 - - [2026-02-05 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008051 10.0.0.27 - - [2026-02-05 04:20:47] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004735 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004363 10.0.0.27 - - [2026-02-05 04:20:47] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006503 10.0.0.27 - - [2026-02-05 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.27 - - [2026-02-05 04:20:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005037 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004089 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006474 10.0.0.27 - - [2026-02-05 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2026-02-05 04:20:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004528 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003575 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006941 10.0.0.27 - - [2026-02-05 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.27 - - [2026-02-05 04:20:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006109 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005367 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006333 10.0.0.27 - - [2026-02-05 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.27 - - [2026-02-05 04:20:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005193 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004062 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006612 10.0.0.27 - - [2026-02-05 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.27 - - [2026-02-05 04:20:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005257 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003561 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006808 10.0.0.27 - - [2026-02-05 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006232 10.0.0.27 - - [2026-02-05 04:20:48] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005730 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005339 10.0.0.27 - - [2026-02-05 04:20:48] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006303 10.0.0.27 - - [2026-02-05 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2026-02-05 04:20:49] "GET /routing-instance/2f3cbb91-a536-4d8e-be8f-8c9b86fb3c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005017 10.0.0.27 - - [2026-02-05 04:20:49] "GET /route-target/822e6b52-2379-4b5b-b6a7-1e6e4ef9995d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005697 10.0.0.27 - - [2026-02-05 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.27 - - [2026-02-05 04:20:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004322 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004348 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006979 10.0.0.27 - - [2026-02-05 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-02-05 04:20:49] "GET /routing-instance/2f3cbb91-a536-4d8e-be8f-8c9b86fb3c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005171 10.0.0.27 - - [2026-02-05 04:20:49] "GET /route-target/822e6b52-2379-4b5b-b6a7-1e6e4ef9995d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006721 10.0.0.27 - - [2026-02-05 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.27 - - [2026-02-05 04:20:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004849 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006475 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006743 10.0.0.27 - - [2026-02-05 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.27 - - [2026-02-05 04:20:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004855 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003848 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006551 10.0.0.27 - - [2026-02-05 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.27 - - [2026-02-05 04:20:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004886 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005851 10.0.0.27 - - [2026-02-05 04:20:49] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006399 10.0.0.23 - - [2026-02-05 04:20:49] "GET /obj-perms HTTP/1.1" 200 5032 0.005090 10.0.0.27 - - [2026-02-05 04:20:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003945 10.0.0.27 - - [2026-02-05 04:20:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004198 10.0.0.27 - - [2026-02-05 04:20:50] "GET /obj-perms HTTP/1.1" 200 5032 0.005364 10.0.0.50 - - [2026-02-05 04:20:50] "GET /obj-perms HTTP/1.1" 200 5032 0.004999 10.0.0.23 - - [2026-02-05 04:20:50] "GET /obj-perms HTTP/1.1" 200 5032 0.005888 10.0.0.27 - - [2026-02-05 04:20:55] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 200 1294 0.004770 10.0.0.27 - - [2026-02-05 04:20:56] "POST /neutron/port HTTP/1.1" 200 1113 0.043183 10.0.0.27 - - [2026-02-05 04:20:57] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 404 171 0.004620 10.0.0.27 - - [2026-02-05 04:20:57] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 404 171 0.004539 10.0.0.27 - - [2026-02-05 04:20:57] "GET /virtual-machine/d661c5e9-cfb5-4d8d-9f93-f40c8a5ab5bc HTTP/1.1" 404 171 0.003540 10.0.0.27 - - [2026-02-05 04:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.27 - - [2026-02-05 04:20:58] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005407 10.0.0.27 - - [2026-02-05 04:20:58] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003774 10.0.0.27 - - [2026-02-05 04:20:58] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008645 10.0.0.27 - - [2026-02-05 04:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722 10.0.0.27 - - [2026-02-05 04:20:58] "GET /routing-instance/2f3cbb91-a536-4d8e-be8f-8c9b86fb3c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.008224 10.0.0.27 - - [2026-02-05 04:20:58] "GET /route-target/822e6b52-2379-4b5b-b6a7-1e6e4ef9995d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006287 10.0.0.27 - - [2026-02-05 04:20:58] "GET /obj-perms HTTP/1.1" 200 5032 0.005525 10.0.0.27 - - [2026-02-05 04:20:58] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 200 1292 0.005136 10.0.0.27 - - [2026-02-05 04:20:59] "POST /neutron/port HTTP/1.1" 200 1113 0.020017 10.0.0.27 - - [2026-02-05 04:21:00] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 404 171 0.003933 10.0.0.27 - - [2026-02-05 04:21:00] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 404 171 0.002817 10.0.0.27 - - [2026-02-05 04:21:00] "GET /virtual-machine/0a000718-3c67-48da-9c84-bc5900275579 HTTP/1.1" 404 171 0.003023 10.0.0.27 - - [2026-02-05 04:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.27 - - [2026-02-05 04:21:00] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004874 10.0.0.27 - - [2026-02-05 04:21:00] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008663 10.0.0.27 - - [2026-02-05 04:21:00] "GET /virtual-network/98130a44-ebb8-46f7-93a5-6e2e16d7a3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006344 10.0.0.27 - - [2026-02-05 04:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2026-02-05 04:21:00] "GET /routing-instance/2f3cbb91-a536-4d8e-be8f-8c9b86fb3c9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004729 10.0.0.27 - - [2026-02-05 04:21:00] "GET /route-target/822e6b52-2379-4b5b-b6a7-1e6e4ef9995d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004706 10.0.0.27 - - [2026-02-05 04:21:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004932 10.0.0.27 - - [2026-02-05 04:21:07] "GET /obj-perms HTTP/1.1" 200 5032 0.004957 10.0.0.27 - - [2026-02-05 04:21:13] "GET /obj-perms HTTP/1.1" 200 5032 0.005039 10.0.0.50 - - [2026-02-05 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000623 10.0.0.50 - - [2026-02-05 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000880 10.0.0.50 - - [2026-02-05 04:21:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.50 - - [2026-02-05 04:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000575 10.0.0.23 - - [2026-02-05 04:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2026-02-05 04:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.27 - - [2026-02-05 04:21:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004946 10.0.0.23 - - [2026-02-05 04:21:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.23 - - [2026-02-05 04:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2026-02-05 04:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.27 - - [2026-02-05 04:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.001395 10.0.0.27 - - [2026-02-05 04:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.27 - - [2026-02-05 04:21:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2026-02-05 04:21:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004333 10.0.0.50 - - [2026-02-05 04:21:19] "GET /obj-perms HTTP/1.1" 200 5032 0.005224 10.0.0.23 - - [2026-02-05 04:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003618 10.0.0.23 - - [2026-02-05 04:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003650 10.0.0.27 - - [2026-02-05 04:21:19] "POST /neutron/network HTTP/1.1" 200 151 0.146229 10.0.0.50 - - [2026-02-05 04:21:19] "DELETE /route-target/822e6b52-2379-4b5b-b6a7-1e6e4ef9995d HTTP/1.1" 200 115 0.037285 10.0.0.27 - - [2026-02-05 04:21:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.003533 10.0.0.27 - - [2026-02-05 04:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2026-02-05 04:21:22] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.27 - - [2026-02-05 04:21:22] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043062 10.0.0.27 - - [2026-02-05 04:21:22] "POST /network-policys HTTP/1.1" 200 522 0.031752 10.0.0.27 - - [2026-02-05 04:21:22] "GET /network-policy/3863d4b0-554f-44fb-a70e-e67e51ae99b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006353 10.0.0.27 - - [2026-02-05 04:21:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.003372 10.0.0.27 - - [2026-02-05 04:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.23 - - [2026-02-05 04:21:22] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001730 10.0.0.27 - - [2026-02-05 04:21:23] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.060013 10.0.0.27 - - [2026-02-05 04:21:23] "POST /network-policys HTTP/1.1" 200 522 0.033854 10.0.0.27 - - [2026-02-05 04:21:23] "GET /network-policy/d6db860b-30ae-44bc-a49c-b145221e0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.010417 10.0.0.27 - - [2026-02-05 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.23 - - [2026-02-05 04:21:23] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.27 - - [2026-02-05 04:21:23] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059788 10.0.0.27 - - [2026-02-05 04:21:23] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003855 10.0.0.27 - - [2026-02-05 04:21:23] "POST /virtual-networks HTTP/1.1" 200 546 0.097758 10.0.0.27 - - [2026-02-05 04:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.012258 10.0.0.27 - - [2026-02-05 04:21:23] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.004287 10.0.0.23 - - [2026-02-05 04:21:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008620 10.0.0.27 - - [2026-02-05 04:21:23] "POST /ref-update HTTP/1.1" 200 156 0.082897 10.0.0.27 - - [2026-02-05 04:21:23] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006613 10.0.0.27 - - [2026-02-05 04:21:23] "POST /neutron/network HTTP/1.1" 200 809 0.006976 10.0.0.27 - - [2026-02-05 04:21:24] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007451 10.0.0.23 - - [2026-02-05 04:21:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004151 10.0.0.27 - - [2026-02-05 04:21:24] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006456 10.0.0.27 - - [2026-02-05 04:21:24] "PUT /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1 HTTP/1.1" 200 264 0.053066 10.0.0.27 - - [2026-02-05 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2026-02-05 04:21:24] "GET /network-policy/3863d4b0-554f-44fb-a70e-e67e51ae99b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004730 10.0.0.50 - - [2026-02-05 04:21:24] "POST /fqname-to-id HTTP/1.1" 404 237 0.003379 10.0.0.27 - - [2026-02-05 04:21:24] "POST /ref-update HTTP/1.1" 200 156 0.056027 10.0.0.27 - - [2026-02-05 04:21:24] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008154 10.0.0.27 - - [2026-02-05 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.27 - - [2026-02-05 04:21:24] "GET /network-policy/3863d4b0-554f-44fb-a70e-e67e51ae99b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006502 10.0.0.27 - - [2026-02-05 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.23 - - [2026-02-05 04:21:24] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.27 - - [2026-02-05 04:21:24] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051490 10.0.0.27 - - [2026-02-05 04:21:24] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003917 10.0.0.27 - - [2026-02-05 04:21:25] "POST /virtual-networks HTTP/1.1" 200 546 0.087132 10.0.0.27 - - [2026-02-05 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.50 - - [2026-02-05 04:21:25] "POST /ref-update HTTP/1.1" 200 156 0.024077 10.0.0.27 - - [2026-02-05 04:21:25] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.007064 10.0.0.23 - - [2026-02-05 04:21:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007590 10.0.0.27 - - [2026-02-05 04:21:25] "POST /ref-update HTTP/1.1" 200 156 0.096172 10.0.0.27 - - [2026-02-05 04:21:25] "POST /neutron/network HTTP/1.1" 200 809 0.009360 10.0.0.27 - - [2026-02-05 04:21:25] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006215 10.0.0.27 - - [2026-02-05 04:21:25] "POST /neutron/subnet HTTP/1.1" 200 672 0.009869 10.0.0.27 - - [2026-02-05 04:21:25] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.008277 10.0.0.27 - - [2026-02-05 04:21:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004204 10.0.0.27 - - [2026-02-05 04:21:25] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006589 10.0.0.27 - - [2026-02-05 04:21:26] "PUT /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496 HTTP/1.1" 200 264 0.073234 10.0.0.27 - - [2026-02-05 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-02-05 04:21:26] "GET /network-policy/d6db860b-30ae-44bc-a49c-b145221e0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005170 10.0.0.27 - - [2026-02-05 04:21:26] "POST /ref-update HTTP/1.1" 200 156 0.053600 10.0.0.50 - - [2026-02-05 04:21:26] "POST /ref-update HTTP/1.1" 200 156 0.028420 10.0.0.27 - - [2026-02-05 04:21:26] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007722 10.0.0.27 - - [2026-02-05 04:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2026-02-05 04:21:26] "GET /network-policy/d6db860b-30ae-44bc-a49c-b145221e0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004095 10.0.0.27 - - [2026-02-05 04:21:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001178 10.0.0.23 - - [2026-02-05 04:21:27] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.27 - - [2026-02-05 04:21:27] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.086947 10.0.0.27 - - [2026-02-05 04:21:27] "POST /neutron/network HTTP/1.1" 200 886 0.038217 10.0.0.27 - - [2026-02-05 04:21:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001465 10.0.0.27 - - [2026-02-05 04:21:27] "POST /neutron/port HTTP/1.1" 200 117 0.007281 10.0.0.23 - - [2026-02-05 04:21:28] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.27 - - [2026-02-05 04:21:28] "POST /neutron/port HTTP/1.1" 200 1061 0.319937 10.0.0.27 - - [2026-02-05 04:21:28] "POST /neutron/port HTTP/1.1" 200 1115 0.128004 10.0.0.23 - - [2026-02-05 04:21:28] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.27 - - [2026-02-05 04:21:28] "POST /neutron/subnet HTTP/1.1" 200 646 0.011018 10.0.0.27 - - [2026-02-05 04:21:28] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.105712 10.0.0.27 - - [2026-02-05 04:21:28] "POST /neutron/network HTTP/1.1" 200 886 0.007360 10.0.0.27 - - [2026-02-05 04:21:29] "POST /neutron/port HTTP/1.1" 200 117 0.006899 10.0.0.27 - - [2026-02-05 04:21:29] "POST /neutron/network HTTP/1.1" 200 896 0.009495 10.0.0.27 - - [2026-02-05 04:21:30] "POST /neutron/port HTTP/1.1" 200 1061 0.018754 10.0.0.27 - - [2026-02-05 04:21:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004296 10.0.0.27 - - [2026-02-05 04:21:30] "POST /neutron/network HTTP/1.1" 200 886 0.007680 10.0.0.27 - - [2026-02-05 04:21:34] "POST /neutron/port HTTP/1.1" 200 1125 0.027018 10.0.0.27 - - [2026-02-05 04:21:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007880 10.0.0.27 - - [2026-02-05 04:21:34] "GET /virtual-machine/a3be6369-3a35-4177-8ca3-12ce1ee195ef HTTP/1.1" 200 1294 0.011907 10.0.0.27 - - [2026-02-05 04:21:34] "GET /virtual-machine-interface/9de4f816-c7e5-4721-ae36-ca146287049f HTTP/1.1" 200 2949 0.008331 10.0.0.27 - - [2026-02-05 04:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2026-02-05 04:21:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004152 10.0.0.27 - - [2026-02-05 04:21:34] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003258 10.0.0.27 - - [2026-02-05 04:21:34] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006388 10.0.0.27 - - [2026-02-05 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2026-02-05 04:21:37] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005788 10.0.0.27 - - [2026-02-05 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.27 - - [2026-02-05 04:21:41] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.013213 10.0.0.27 - - [2026-02-05 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2026-02-05 04:21:46] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005993 10.0.0.27 - - [2026-02-05 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.27 - - [2026-02-05 04:21:50] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006143 10.0.0.50 - - [2026-02-05 04:21:50] "GET /obj-perms HTTP/1.1" 200 5056 0.066536 10.0.0.27 - - [2026-02-05 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2026-02-05 04:21:54] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006085 10.0.0.27 - - [2026-02-05 04:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.27 - - [2026-02-05 04:21:58] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006203 10.0.0.27 - - [2026-02-05 04:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.27 - - [2026-02-05 04:22:02] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006811 10.0.0.27 - - [2026-02-05 04:22:03] "POST /neutron/network HTTP/1.1" 200 896 0.008333 10.0.0.27 - - [2026-02-05 04:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.001800 10.0.0.27 - - [2026-02-05 04:22:06] "POST /neutron/port HTTP/1.1" 200 1125 0.021999 10.0.0.27 - - [2026-02-05 04:22:06] "POST /neutron/subnet HTTP/1.1" 200 646 0.010210 10.0.0.27 - - [2026-02-05 04:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2026-02-05 04:22:06] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006132 10.0.0.27 - - [2026-02-05 04:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2026-02-05 04:22:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003858 10.0.0.27 - - [2026-02-05 04:22:10] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003148 10.0.0.27 - - [2026-02-05 04:22:10] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007792 10.0.0.27 - - [2026-02-05 04:22:10] "POST /neutron/port HTTP/1.1" 200 1125 0.023393 10.0.0.27 - - [2026-02-05 04:22:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009404 10.0.0.27 - - [2026-02-05 04:22:21] "POST /neutron/port HTTP/1.1" 200 1125 0.020892 10.0.0.27 - - [2026-02-05 04:22:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.037744 10.0.0.27 - - [2026-02-05 04:22:31] "POST /neutron/port HTTP/1.1" 200 1125 0.022182 10.0.0.27 - - [2026-02-05 04:22:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008678 10.0.0.27 - - [2026-02-05 04:22:31] "GET /virtual-machine/e3a5a6fd-4c32-4be0-a229-b27ed18862fe HTTP/1.1" 200 1294 0.007027 10.0.0.27 - - [2026-02-05 04:22:31] "GET /virtual-machine-interface/c632c19e-d09e-40bb-b11c-30a116220c7c HTTP/1.1" 200 2949 0.006327 10.0.0.27 - - [2026-02-05 04:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-02-05 04:22:31] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004417 10.0.0.27 - - [2026-02-05 04:22:31] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003644 10.0.0.27 - - [2026-02-05 04:22:31] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006207 10.0.0.27 - - [2026-02-05 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.27 - - [2026-02-05 04:22:33] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004171 10.0.0.27 - - [2026-02-05 04:22:33] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003215 10.0.0.27 - - [2026-02-05 04:22:33] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006492 10.0.0.27 - - [2026-02-05 04:23:03] "POST /neutron/port HTTP/1.1" 200 1125 0.019528 10.0.0.27 - - [2026-02-05 04:23:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004349 10.0.0.27 - - [2026-02-05 04:23:04] "POST /neutron/network HTTP/1.1" 200 886 0.008701 10.0.0.27 - - [2026-02-05 04:23:08] "POST /neutron/network HTTP/1.1" 200 896 0.008372 10.0.0.27 - - [2026-02-05 04:23:08] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.23 - - [2026-02-05 04:23:52] "GET /obj-perms HTTP/1.1" 200 5056 0.057546 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Feb 5 04:24:03 AM UTC 2026 ===================' INFO: =================== Thu Feb 5 04:24:03 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 ' +++ awk '{print $2}' +++ 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.193,10.20.0.209,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.209,10.20.0.192 ++ 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 +++ cut -d ' ' -f 1 +++ 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 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.23,10.20.0.192,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.192,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.192,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.192,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=__ ++ set -o posix ++ set ++ sed 's/^API__//g' ++ sort ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 02/05/2026 04:24:12.522 7f4912be7dc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/05/2026 04:24:12.681 7f4912be7dc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/05/2026 04:24:12.695 7f4912be7dc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/05/2026 04:24:12.695 7f4912be7dc0 [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-02-05 04:24:13] "GET / HTTP/1.1" 503 181 0.000239 10.0.0.23 - - [2026-02-05 04:24:13] "GET / HTTP/1.1" 503 181 0.000151 [Introspect:8084]10.0.0.27 - - [2026-02-05 04:24:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.002315 10.0.0.23 - - [2026-02-05 04:24:14] "GET / HTTP/1.1" 200 45871 0.001466 10.0.0.23 - - [2026-02-05 04:24:14] "GET / HTTP/1.1" 200 45871 0.001251 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.23 - - [2026-02-05 04:24:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2026-02-05 04:24:14] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000243 10.0.0.23 - - [2026-02-05 04:24:15] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.637650 10.0.0.23 - - [2026-02-05 04:24:15] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.004138 10.0.0.23 - - [2026-02-05 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.358183 10.0.0.23 - - [2026-02-05 04:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 /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-02-05 04:24:15] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001227 10.0.0.23 - - [2026-02-05 04:24:15] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.051719 10.0.0.23 - - [2026-02-05 04:24:15] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.23 - - [2026-02-05 04:24:15] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?fields=security_groups HTTP/1.1" 200 1088 0.051602 10.0.0.23 - - [2026-02-05 04:24:16] "GET /projects?obj_uuids=7af33c4a-e0c1-4d13-9808-c6548cd8b2c7&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001142 10.0.0.23 - - [2026-02-05 04:24:16] "GET /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7?fields=application_policy_sets HTTP/1.1" 200 1381 0.052612 10.0.0.23 - - [2026-02-05 04:24:16] "DELETE /project/7af33c4a-e0c1-4d13-9808-c6548cd8b2c7 HTTP/1.1" 409 278 0.255648 [Introspect:8084]10.0.0.27 - - [2026-02-05 04:24:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001324 [Introspect:8084]10.0.0.27 - - [2026-02-05 04:24:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001189 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-02-05 04:24:20] "GET /obj-perms HTTP/1.1" 200 5032 0.413573 10.0.0.27 - - [2026-02-05 04:24:20] "GET /obj-perms HTTP/1.1" 200 5032 0.005210 10.0.0.27 - - [2026-02-05 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.035096 10.0.0.23 - - [2026-02-05 04:24:21] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.27 - - [2026-02-05 04:24:21] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050394 10.0.0.27 - - [2026-02-05 04:24:21] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003815 10.0.0.27 - - [2026-02-05 04:24:21] "POST /virtual-networks HTTP/1.1" 200 546 0.097584 10.0.0.27 - - [2026-02-05 04:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2026-02-05 04:24:21] "GET /network-ipam/2389b39b-aee2-46d5-b9bc-0136ccfcb4c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1088 0.005410 10.0.0.23 - - [2026-02-05 04:24:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008971 10.0.0.27 - - [2026-02-05 04:24:21] "POST /ref-update HTTP/1.1" 200 156 0.083992 10.0.0.27 - - [2026-02-05 04:24:21] "POST /neutron/network HTTP/1.1" 200 809 0.058843 10.0.0.27 - - [2026-02-05 04:24:21] "GET /virtual-network/1560e43a-2283-4d45-944d-c11afc245a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.005683 10.0.0.50 - - [2026-02-05 04:24:21] "POST /route-targets HTTP/1.1" 200 327 0.066979 10.0.0.27 - - [2026-02-05 04:24:22] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007253 10.0.0.27 - - [2026-02-05 04:24:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003944 10.0.0.27 - - [2026-02-05 04:24:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001534 10.0.0.27 - - [2026-02-05 04:24:22] "POST /neutron/port HTTP/1.1" 200 2098 0.033939 10.0.0.23 - - [2026-02-05 04:24:23] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001396 10.0.0.27 - - [2026-02-05 04:24:23] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.078284 10.0.0.27 - - [2026-02-05 04:24:23] "POST /neutron/network HTTP/1.1" 200 886 0.036492 10.0.0.27 - - [2026-02-05 04:24:24] "POST /neutron/port HTTP/1.1" 200 117 0.008386 10.0.0.23 - - [2026-02-05 04:24:24] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001052 10.0.0.27 - - [2026-02-05 04:24:24] "POST /neutron/port HTTP/1.1" 200 1061 0.319831 10.0.0.27 - - [2026-02-05 04:24:24] "POST /neutron/port HTTP/1.1" 200 1115 0.135903 10.0.0.27 - - [2026-02-05 04:24:25] "POST /neutron/subnet HTTP/1.1" 200 646 0.009426 10.0.0.27 - - [2026-02-05 04:24:29] "POST /neutron/port HTTP/1.1" 200 1125 0.022153 10.0.0.27 - - [2026-02-05 04:24:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012022 10.0.0.27 - - [2026-02-05 04:24:29] "POST /neutron/port HTTP/1.1" 200 1125 0.018487 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 200 1291 0.041638 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 200 1291 0.004501 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-machine-interface/929316ad-41c3-488d-ba3b-ef0d7cc99555 HTTP/1.1" 200 2949 0.006319 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 200 1291 0.004266 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-machine-interface/929316ad-41c3-488d-ba3b-ef0d7cc99555 HTTP/1.1" 200 2949 0.006398 10.0.0.27 - - [2026-02-05 04:24:29] "GET /instance-ip/3d2956a1-f6fa-46f6-b142-eea2a2a01dd3 HTTP/1.1" 200 1623 0.007087 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 200 1291 0.004315 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-machine-interface/929316ad-41c3-488d-ba3b-ef0d7cc99555 HTTP/1.1" 200 2949 0.007633 10.0.0.27 - - [2026-02-05 04:24:29] "GET /instance-ip/3d2956a1-f6fa-46f6-b142-eea2a2a01dd3 HTTP/1.1" 200 1623 0.006037 10.0.0.27 - - [2026-02-05 04:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2026-02-05 04:24:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004787 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003539 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006719 10.0.0.27 - - [2026-02-05 04:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2026-02-05 04:24:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004795 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003562 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006391 10.0.0.27 - - [2026-02-05 04:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.27 - - [2026-02-05 04:24:29] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005163 10.0.0.27 - - [2026-02-05 04:24:29] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003631 10.0.0.27 - - [2026-02-05 04:24:30] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006345 10.0.0.27 - - [2026-02-05 04:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.27 - - [2026-02-05 04:24:30] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004531 10.0.0.27 - - [2026-02-05 04:24:30] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003741 10.0.0.27 - - [2026-02-05 04:24:30] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006772 10.0.0.27 - - [2026-02-05 04:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2026-02-05 04:24:30] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004769 10.0.0.27 - - [2026-02-05 04:24:30] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003720 10.0.0.27 - - [2026-02-05 04:24:30] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007875 10.0.0.27 - - [2026-02-05 04:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2026-02-05 04:24:33] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005900 10.0.0.27 - - [2026-02-05 04:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.27 - - [2026-02-05 04:24:37] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006215 10.0.0.27 - - [2026-02-05 04:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-02-05 04:24:41] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009341 10.0.0.27 - - [2026-02-05 04:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2026-02-05 04:24:45] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005948 10.0.0.27 - - [2026-02-05 04:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.27 - - [2026-02-05 04:24:49] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005395 10.0.0.50 - - [2026-02-05 04:24:53] "GET /obj-perms HTTP/1.1" 200 5056 0.058300 10.0.0.27 - - [2026-02-05 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-02-05 04:24:53] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005857 10.0.0.27 - - [2026-02-05 04:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.27 - - [2026-02-05 04:24:58] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006701 10.0.0.27 - - [2026-02-05 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005846 10.0.0.27 - - [2026-02-05 04:25:02] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008330 10.0.0.27 - - [2026-02-05 04:25:04] "POST /neutron/port HTTP/1.1" 200 1125 0.019454 10.0.0.27 - - [2026-02-05 04:25:05] "POST /neutron/subnet HTTP/1.1" 200 646 0.010003 10.0.0.27 - - [2026-02-05 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2026-02-05 04:25:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004478 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003650 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006835 10.0.0.27 - - [2026-02-05 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.27 - - [2026-02-05 04:25:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005688 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005764 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007926 10.0.0.27 - - [2026-02-05 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.27 - - [2026-02-05 04:25:06] "GET /routing-instance/4f5f35cc-74da-497d-b97c-90427a7026ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006069 10.0.0.27 - - [2026-02-05 04:25:06] "GET /route-target/1efcaccf-0d30-43cf-a85b-f103ece52147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004048 10.0.0.27 - - [2026-02-05 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.27 - - [2026-02-05 04:25:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003915 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003317 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006994 10.0.0.27 - - [2026-02-05 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.27 - - [2026-02-05 04:25:06] "GET /routing-instance/4f5f35cc-74da-497d-b97c-90427a7026ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004616 10.0.0.27 - - [2026-02-05 04:25:06] "GET /route-target/1efcaccf-0d30-43cf-a85b-f103ece52147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004130 10.0.0.27 - - [2026-02-05 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.27 - - [2026-02-05 04:25:06] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004842 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004338 10.0.0.27 - - [2026-02-05 04:25:06] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006194 10.0.0.27 - - [2026-02-05 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2026-02-05 04:25:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005237 10.0.0.27 - - [2026-02-05 04:25:07] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003317 10.0.0.27 - - [2026-02-05 04:25:07] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006407 10.0.0.27 - - [2026-02-05 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-02-05 04:25:07] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004201 10.0.0.27 - - [2026-02-05 04:25:07] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003271 10.0.0.27 - - [2026-02-05 04:25:07] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006166 10.0.0.23 - - [2026-02-05 04:25:07] "GET /obj-perms HTTP/1.1" 200 5032 0.073132 10.0.0.27 - - [2026-02-05 04:25:07] "GET /obj-perms HTTP/1.1" 200 5032 0.005020 10.0.0.23 - - [2026-02-05 04:25:07] "GET /obj-perms HTTP/1.1" 200 5032 0.005079 10.0.0.27 - - [2026-02-05 04:25:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003968 10.0.0.27 - - [2026-02-05 04:25:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001481 10.0.0.27 - - [2026-02-05 04:25:07] "POST /neutron/port HTTP/1.1" 200 3070 0.032390 10.0.0.23 - - [2026-02-05 04:25:08] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.27 - - [2026-02-05 04:25:08] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067374 10.0.0.27 - - [2026-02-05 04:25:08] "POST /neutron/network HTTP/1.1" 200 886 0.007043 10.0.0.27 - - [2026-02-05 04:25:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010194 10.0.0.27 - - [2026-02-05 04:25:09] "POST /neutron/network HTTP/1.1" 200 896 0.069439 10.0.0.27 - - [2026-02-05 04:25:09] "POST /neutron/subnet HTTP/1.1" 200 646 0.010410 10.0.0.27 - - [2026-02-05 04:25:09] "POST /neutron/network HTTP/1.1" 200 896 0.010009 10.0.0.27 - - [2026-02-05 04:25:10] "POST /neutron/port HTTP/1.1" 200 1061 0.025869 10.0.0.27 - - [2026-02-05 04:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005150 10.0.0.27 - - [2026-02-05 04:25:10] "POST /neutron/network HTTP/1.1" 200 886 0.007392 10.0.0.27 - - [2026-02-05 04:25:14] "POST /neutron/port HTTP/1.1" 200 1125 0.024540 10.0.0.27 - - [2026-02-05 04:25:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009216 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 200 1293 0.006705 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 200 1293 0.004572 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-machine-interface/e47c11ad-66ca-4864-93d5-6b5f02d053e0 HTTP/1.1" 200 2949 0.006392 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 200 1293 0.004663 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-machine-interface/e47c11ad-66ca-4864-93d5-6b5f02d053e0 HTTP/1.1" 200 2949 0.007050 10.0.0.27 - - [2026-02-05 04:25:14] "GET /instance-ip/603f69ee-6b67-4eea-805f-e687cac85943 HTTP/1.1" 200 1622 0.007647 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 200 1293 0.005173 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-machine-interface/e47c11ad-66ca-4864-93d5-6b5f02d053e0 HTTP/1.1" 200 2949 0.007384 10.0.0.27 - - [2026-02-05 04:25:14] "GET /instance-ip/603f69ee-6b67-4eea-805f-e687cac85943 HTTP/1.1" 200 1622 0.007429 10.0.0.27 - - [2026-02-05 04:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-02-05 04:25:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004270 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003754 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006826 10.0.0.27 - - [2026-02-05 04:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2026-02-05 04:25:14] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004733 10.0.0.27 - - [2026-02-05 04:25:14] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004157 10.0.0.27 - - [2026-02-05 04:25:15] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007384 10.0.0.27 - - [2026-02-05 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.27 - - [2026-02-05 04:25:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004909 10.0.0.27 - - [2026-02-05 04:25:15] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003594 10.0.0.27 - - [2026-02-05 04:25:15] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006516 10.0.0.27 - - [2026-02-05 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.27 - - [2026-02-05 04:25:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004780 10.0.0.27 - - [2026-02-05 04:25:15] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003967 10.0.0.27 - - [2026-02-05 04:25:15] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006547 10.0.0.27 - - [2026-02-05 04:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.27 - - [2026-02-05 04:25:15] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004561 10.0.0.27 - - [2026-02-05 04:25:15] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003997 10.0.0.27 - - [2026-02-05 04:25:15] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006164 10.0.0.27 - - [2026-02-05 04:25:16] "POST /neutron/port HTTP/1.1" 200 1125 0.050347 10.0.0.27 - - [2026-02-05 04:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.27 - - [2026-02-05 04:25:18] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005683 10.0.0.27 - - [2026-02-05 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2026-02-05 04:25:22] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007027 10.0.0.27 - - [2026-02-05 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.27 - - [2026-02-05 04:25:26] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006727 10.0.0.27 - - [2026-02-05 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.27 - - [2026-02-05 04:25:30] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005705 10.0.0.27 - - [2026-02-05 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.27 - - [2026-02-05 04:25:34] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005641 10.0.0.27 - - [2026-02-05 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2026-02-05 04:25:39] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007481 10.0.0.27 - - [2026-02-05 04:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2026-02-05 04:25:43] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007518 10.0.0.27 - - [2026-02-05 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2026-02-05 04:25:47] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005962 10.0.0.27 - - [2026-02-05 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2026-02-05 04:25:51] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006629 10.0.0.27 - - [2026-02-05 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2026-02-05 04:25:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004036 10.0.0.27 - - [2026-02-05 04:25:53] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003580 10.0.0.27 - - [2026-02-05 04:25:53] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007640 10.0.0.27 - - [2026-02-05 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2026-02-05 04:25:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.27 - - [2026-02-05 04:25:53] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003354 10.0.0.27 - - [2026-02-05 04:25:53] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006289 10.0.0.27 - - [2026-02-05 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.27 - - [2026-02-05 04:25:53] "GET /routing-instance/0b57be5b-28a0-4b77-9ed7-4674833d61b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004679 10.0.0.27 - - [2026-02-05 04:25:53] "GET /route-target/7a07b85a-32c6-4372-b2e3-d16f1cde885d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003781 10.0.0.27 - - [2026-02-05 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2026-02-05 04:25:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004191 10.0.0.27 - - [2026-02-05 04:25:53] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003020 10.0.0.27 - - [2026-02-05 04:25:53] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005995 10.0.0.27 - - [2026-02-05 04:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2026-02-05 04:25:53] "GET /routing-instance/0b57be5b-28a0-4b77-9ed7-4674833d61b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004488 10.0.0.27 - - [2026-02-05 04:25:53] "GET /route-target/7a07b85a-32c6-4372-b2e3-d16f1cde885d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004305 10.0.0.27 - - [2026-02-05 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.27 - - [2026-02-05 04:25:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005224 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004048 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007881 10.0.0.27 - - [2026-02-05 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.27 - - [2026-02-05 04:25:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004720 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003970 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006374 10.0.0.27 - - [2026-02-05 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.27 - - [2026-02-05 04:25:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005278 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003300 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006421 10.0.0.23 - - [2026-02-05 04:25:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004267 10.0.0.27 - - [2026-02-05 04:25:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004122 10.0.0.27 - - [2026-02-05 04:25:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004258 10.0.0.50 - - [2026-02-05 04:25:54] "GET /obj-perms HTTP/1.1" 200 5032 0.058450 10.0.0.27 - - [2026-02-05 04:25:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004220 10.0.0.23 - - [2026-02-05 04:25:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004048 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 200 1291 0.004293 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-machine-interface/929316ad-41c3-488d-ba3b-ef0d7cc99555 HTTP/1.1" 200 2949 0.006285 10.0.0.27 - - [2026-02-05 04:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2026-02-05 04:25:54] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004075 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003282 10.0.0.27 - - [2026-02-05 04:25:54] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006740 10.0.0.27 - - [2026-02-05 04:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2026-02-05 04:25:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004033 10.0.0.27 - - [2026-02-05 04:25:56] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003130 10.0.0.27 - - [2026-02-05 04:25:56] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006710 10.0.0.27 - - [2026-02-05 04:25:56] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 200 1293 0.004682 10.0.0.27 - - [2026-02-05 04:25:56] "GET /virtual-machine-interface/e47c11ad-66ca-4864-93d5-6b5f02d053e0 HTTP/1.1" 200 2949 0.006381 10.0.0.27 - - [2026-02-05 04:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.27 - - [2026-02-05 04:25:56] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003979 10.0.0.27 - - [2026-02-05 04:25:56] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003226 10.0.0.27 - - [2026-02-05 04:25:56] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006422 10.0.0.27 - - [2026-02-05 04:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.27 - - [2026-02-05 04:25:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004555 10.0.0.27 - - [2026-02-05 04:25:57] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003845 10.0.0.27 - - [2026-02-05 04:25:57] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006355 10.0.0.27 - - [2026-02-05 04:25:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009139 10.0.0.27 - - [2026-02-05 04:26:02] "POST /neutron/port HTTP/1.1" 200 1125 0.021178 10.0.0.27 - - [2026-02-05 04:26:04] "POST /neutron/port HTTP/1.1" 200 1125 0.022694 10.0.0.27 - - [2026-02-05 04:26:05] "POST /neutron/subnet HTTP/1.1" 200 646 0.009666 10.0.0.27 - - [2026-02-05 04:26:07] "POST /neutron/port HTTP/1.1" 200 1125 0.018854 10.0.0.27 - - [2026-02-05 04:26:11] "POST /neutron/port HTTP/1.1" 200 1125 0.020892 10.0.0.27 - - [2026-02-05 04:26:11] "POST /neutron/subnet HTTP/1.1" 200 646 0.009822 10.0.0.50 - - [2026-02-05 04:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.50 - - [2026-02-05 04:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2026-02-05 04:26:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.50 - - [2026-02-05 04:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-02-05 04:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2026-02-05 04:26:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-02-05 04:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-02-05 04:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.27 - - [2026-02-05 04:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000787 10.0.0.27 - - [2026-02-05 04:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000640 10.0.0.27 - - [2026-02-05 04:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-02-05 04:26:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2026-02-05 04:26:55] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 200 1293 0.004654 10.0.0.27 - - [2026-02-05 04:26:55] "POST /neutron/port HTTP/1.1" 200 1125 0.018575 10.0.0.27 - - [2026-02-05 04:26:57] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 404 171 0.004748 10.0.0.27 - - [2026-02-05 04:26:57] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 404 171 0.004606 10.0.0.27 - - [2026-02-05 04:26:57] "GET /virtual-machine/68581a1b-c598-4fa2-ac87-3864db98fd9e HTTP/1.1" 404 171 0.003238 10.0.0.27 - - [2026-02-05 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.27 - - [2026-02-05 04:26:57] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004618 10.0.0.27 - - [2026-02-05 04:26:57] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003130 10.0.0.27 - - [2026-02-05 04:26:57] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006499 10.0.0.27 - - [2026-02-05 04:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2026-02-05 04:26:57] "GET /routing-instance/0b57be5b-28a0-4b77-9ed7-4674833d61b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005554 10.0.0.27 - - [2026-02-05 04:26:57] "GET /route-target/7a07b85a-32c6-4372-b2e3-d16f1cde885d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005304 10.0.0.50 - - [2026-02-05 04:26:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004375 10.0.0.27 - - [2026-02-05 04:27:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004508 10.0.0.27 - - [2026-02-05 04:27:04] "POST /neutron/port HTTP/1.1" 200 1125 0.018416 10.0.0.27 - - [2026-02-05 04:27:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004285 10.0.0.27 - - [2026-02-05 04:27:05] "POST /neutron/network HTTP/1.1" 200 886 0.063349 10.0.0.50 - - [2026-02-05 04:27:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003923 10.0.0.27 - - [2026-02-05 04:27:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004218 10.0.0.27 - - [2026-02-05 04:27:10] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 200 1291 0.006550 10.0.0.27 - - [2026-02-05 04:27:11] "POST /neutron/port HTTP/1.1" 200 151 0.193496 10.0.0.27 - - [2026-02-05 04:27:12] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 404 171 0.003917 10.0.0.27 - - [2026-02-05 04:27:12] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 404 171 0.003230 10.0.0.27 - - [2026-02-05 04:27:12] "GET /virtual-machine/08d1e5ac-027c-48f9-818a-0b0eb20c052b HTTP/1.1" 404 171 0.003511 10.0.0.27 - - [2026-02-05 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.27 - - [2026-02-05 04:27:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010203 10.0.0.27 - - [2026-02-05 04:27:12] "GET /virtual-networks?parent_id=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003836 10.0.0.27 - - [2026-02-05 04:27:12] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006681 10.0.0.27 - - [2026-02-05 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2026-02-05 04:27:12] "GET /routing-instance/4f5f35cc-74da-497d-b97c-90427a7026ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006362 10.0.0.27 - - [2026-02-05 04:27:13] "GET /route-target/1efcaccf-0d30-43cf-a85b-f103ece52147?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006598 10.0.0.27 - - [2026-02-05 04:27:13] "GET /obj-perms HTTP/1.1" 200 5032 0.005462 10.0.0.23 - - [2026-02-05 04:27:13] "GET /obj-perms HTTP/1.1" 200 5032 0.004662 10.0.0.27 - - [2026-02-05 04:27:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004441 10.0.0.23 - - [2026-02-05 04:27:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003891 10.0.0.27 - - [2026-02-05 04:27:31] "GET /obj-perms HTTP/1.1" 200 5032 0.005651 10.0.0.23 - - [2026-02-05 04:27:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004479 10.0.0.50 - - [2026-02-05 04:27:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004251 10.0.0.23 - - [2026-02-05 04:27:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003983 10.0.0.23 - - [2026-02-05 04:27:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005152 10.0.0.27 - - [2026-02-05 04:27:31] "DELETE /virtual-network/1560e43a-2283-4d45-944d-c11afc245a47 HTTP/1.1" 200 115 0.099815 10.0.0.50 - - [2026-02-05 04:27:32] "DELETE /route-target/e2b1817a-60ad-4bfb-91ab-a71707ce0b66 HTTP/1.1" 200 115 0.022570 10.0.0.27 - - [2026-02-05 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.27 - - [2026-02-05 04:27:32] "GET /network-policy/d6db860b-30ae-44bc-a49c-b145221e0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004670 10.0.0.27 - - [2026-02-05 04:27:32] "POST /ref-update HTTP/1.1" 200 156 0.066511 10.0.0.27 - - [2026-02-05 04:27:32] "GET /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.008718 10.0.0.27 - - [2026-02-05 04:27:32] "DELETE /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496 HTTP/1.1" 409 234 0.007786 10.0.0.27 - - [2026-02-05 04:27:32] "POST /neutron/port HTTP/1.1" 200 1115 0.024589 10.0.0.27 - - [2026-02-05 04:27:32] "POST /neutron/port HTTP/1.1" 200 1115 0.014914 10.0.0.23 - - [2026-02-05 04:27:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004006 10.0.0.23 - - [2026-02-05 04:27:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.27 - - [2026-02-05 04:27:34] "DELETE /virtual-network/71761870-f355-4bc7-962a-b8c5ea505496 HTTP/1.1" 200 115 0.117860 10.0.0.50 - - [2026-02-05 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.27 - - [2026-02-05 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.27 - - [2026-02-05 04:27:34] "GET /network-policy/3863d4b0-554f-44fb-a70e-e67e51ae99b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004300 10.0.0.27 - - [2026-02-05 04:27:34] "POST /ref-update HTTP/1.1" 200 156 0.059256 10.0.0.27 - - [2026-02-05 04:27:34] "GET /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.011002 10.0.0.23 - - [2026-02-05 04:27:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003426 10.0.0.50 - - [2026-02-05 04:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.23 - - [2026-02-05 04:27:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.27 - - [2026-02-05 04:27:35] "DELETE /virtual-network/c4ef663f-355e-4d31-ba79-ec2710c425b1 HTTP/1.1" 200 115 0.126063 10.0.0.27 - - [2026-02-05 04:27:35] "DELETE /network-policy/d6db860b-30ae-44bc-a49c-b145221e0828 HTTP/1.1" 200 115 0.032345 10.0.0.27 - - [2026-02-05 04:27:35] "DELETE /network-policy/3863d4b0-554f-44fb-a70e-e67e51ae99b4 HTTP/1.1" 200 115 0.036712 10.0.0.23 - - [2026-02-05 04:28:03] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.27 - - [2026-02-05 04:28:03] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.092031 10.0.0.23 - - [2026-02-05 04:28:03] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.27 - - [2026-02-05 04:28:03] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?fields=virtual_networks HTTP/1.1" 200 1035 0.057597 10.0.0.23 - - [2026-02-05 04:28:03] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001370 10.0.0.27 - - [2026-02-05 04:28:03] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.051950 10.0.0.23 - - [2026-02-05 04:28:03] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.27 - - [2026-02-05 04:28:03] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?fields=security_groups HTTP/1.1" 200 1262 0.061526 10.0.0.27 - - [2026-02-05 04:28:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.033695 10.0.0.23 - - [2026-02-05 04:28:04] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003495 10.0.0.23 - - [2026-02-05 04:28:04] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.23 - - [2026-02-05 04:28:04] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007656 10.0.0.23 - - [2026-02-05 04:28:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.009824 10.0.0.23 - - [2026-02-05 04:28:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.005667 10.0.0.23 - - [2026-02-05 04:28:05] "POST /security-groups HTTP/1.1" 200 591 0.088881 10.0.0.23 - - [2026-02-05 04:28:05] "POST /projects HTTP/1.1" 200 585 0.344988 10.0.0.50 - - [2026-02-05 04:28:05] "POST /access-control-lists HTTP/1.1" 200 596 0.033609 10.0.0.23 - - [2026-02-05 04:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.427466 10.0.0.27 - - [2026-02-05 04:28:05] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.607810 10.0.0.27 - - [2026-02-05 04:28:06] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.27 - - [2026-02-05 04:28:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2026-02-05 04:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.068506 10.0.0.23 - - [2026-02-05 04:28:08] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.27 - - [2026-02-05 04:28:08] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042849 10.0.0.27 - - [2026-02-05 04:28:09] "POST /neutron/network HTTP/1.1" 200 117 0.045688 10.0.0.50 - - [2026-02-05 04:28:09] "POST /route-targets HTTP/1.1" 200 327 0.014956 10.0.0.27 - - [2026-02-05 04:28:09] "POST /neutron/network HTTP/1.1" 200 824 0.010125 10.0.0.27 - - [2026-02-05 04:28:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001622 10.0.0.27 - - [2026-02-05 04:28:09] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006394 10.0.0.27 - - [2026-02-05 04:28:09] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007859 10.0.0.27 - - [2026-02-05 04:28:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.011806 10.0.0.27 - - [2026-02-05 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.23 - - [2026-02-05 04:28:09] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.27 - - [2026-02-05 04:28:09] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038600 10.0.0.50 - - [2026-02-05 04:28:10] "POST /ref-update HTTP/1.1" 200 156 0.027370 10.0.0.23 - - [2026-02-05 04:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.009080 10.0.0.27 - - [2026-02-05 04:28:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.178593 10.0.0.27 - - [2026-02-05 04:28:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001742 10.0.0.27 - - [2026-02-05 04:28:10] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008230 10.0.0.27 - - [2026-02-05 04:28:10] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006252 10.0.0.27 - - [2026-02-05 04:28:10] "POST /neutron/network HTTP/1.1" 200 825 0.007565 10.0.0.27 - - [2026-02-05 04:28:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001409 10.0.0.23 - - [2026-02-05 04:28:11] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001432 10.0.0.27 - - [2026-02-05 04:28:11] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072316 10.0.0.27 - - [2026-02-05 04:28:11] "POST /neutron/network HTTP/1.1" 200 824 0.006771 10.0.0.27 - - [2026-02-05 04:28:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001529 10.0.0.27 - - [2026-02-05 04:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.007027 10.0.0.23 - - [2026-02-05 04:28:12] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002683 10.0.0.27 - - [2026-02-05 04:28:12] "POST /neutron/port HTTP/1.1" 200 1060 0.323318 10.0.0.27 - - [2026-02-05 04:28:12] "POST /neutron/port HTTP/1.1" 200 1114 0.100976 10.0.0.27 - - [2026-02-05 04:28:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.010234 10.0.0.23 - - [2026-02-05 04:28:12] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.27 - - [2026-02-05 04:28:12] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.078817 10.0.0.27 - - [2026-02-05 04:28:12] "POST /neutron/network HTTP/1.1" 200 825 0.006696 10.0.0.27 - - [2026-02-05 04:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.006771 10.0.0.27 - - [2026-02-05 04:28:13] "POST /neutron/network HTTP/1.1" 200 835 0.007174 10.0.0.27 - - [2026-02-05 04:28:13] "POST /neutron/port HTTP/1.1" 200 1061 0.024948 10.0.0.27 - - [2026-02-05 04:28:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006120 10.0.0.27 - - [2026-02-05 04:28:14] "POST /neutron/network HTTP/1.1" 200 825 0.008610 10.0.0.23 - - [2026-02-05 04:28:16] "DELETE /project/d55b8093d1404cefbf301af8b76f6387 HTTP/1.1" 404 173 0.004406 10.0.0.23 - - [2026-02-05 04:28:16] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.23 - - [2026-02-05 04:28:16] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.042695 10.0.0.23 - - [2026-02-05 04:28:16] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000929 10.0.0.23 - - [2026-02-05 04:28:16] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?fields=security_groups HTTP/1.1" 200 1367 0.044159 10.0.0.23 - - [2026-02-05 04:28:16] "DELETE /security-group/476c5bc7-b3f3-4111-8bff-a8a4bb8f9d5e HTTP/1.1" 200 115 0.052455 10.0.0.23 - - [2026-02-05 04:28:16] "GET /projects?obj_uuids=f2ed07a8-871e-41e9-95ce-65c4f42be466&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.23 - - [2026-02-05 04:28:16] "GET /project/f2ed07a8-871e-41e9-95ce-65c4f42be466?fields=application_policy_sets HTTP/1.1" 200 1406 0.055411 10.0.0.23 - - [2026-02-05 04:28:16] "DELETE /project/f2ed07a8-871e-41e9-95ce-65c4f42be466 HTTP/1.1" 200 115 0.411724 10.0.0.27 - - [2026-02-05 04:28:18] "POST /neutron/port HTTP/1.1" 200 1124 0.019657 10.0.0.27 - - [2026-02-05 04:28:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007809 10.0.0.27 - - [2026-02-05 04:28:18] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2026-02-05 04:28:18] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 200 1293 0.038906 10.0.0.27 - - [2026-02-05 04:28:18] "GET /virtual-machine-interface/af0b398d-1c8b-4c7b-9e38-626fb49fb78e HTTP/1.1" 200 2941 0.006205 10.0.0.27 - - [2026-02-05 04:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-02-05 04:28:19] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005077 10.0.0.27 - - [2026-02-05 04:28:19] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.010756 10.0.0.27 - - [2026-02-05 04:28:19] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006670 10.0.0.27 - - [2026-02-05 04:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2026-02-05 04:28:22] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005574 10.0.0.27 - - [2026-02-05 04:28:23] "POST /neutron/port HTTP/1.1" 200 1125 0.021214 10.0.0.27 - - [2026-02-05 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.27 - - [2026-02-05 04:28:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004376 10.0.0.27 - - [2026-02-05 04:28:24] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004074 10.0.0.27 - - [2026-02-05 04:28:24] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006383 10.0.0.27 - - [2026-02-05 04:28:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008558 10.0.0.27 - - [2026-02-05 04:28:24] "POST /neutron/port HTTP/1.1" 200 1125 0.027374 10.0.0.27 - - [2026-02-05 04:28:24] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 200 1293 0.008515 10.0.0.27 - - [2026-02-05 04:28:24] "GET /virtual-machine-interface/0a0818f8-52cc-48f2-b9ae-28ef0ea83e9d HTTP/1.1" 200 2939 0.006048 10.0.0.27 - - [2026-02-05 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.27 - - [2026-02-05 04:28:24] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005302 10.0.0.27 - - [2026-02-05 04:28:24] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003141 10.0.0.27 - - [2026-02-05 04:28:24] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006747 10.0.0.27 - - [2026-02-05 04:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.27 - - [2026-02-05 04:28:25] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004369 10.0.0.27 - - [2026-02-05 04:28:25] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004130 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006521 10.0.0.27 - - [2026-02-05 04:28:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008794 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 200 1293 0.006078 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-machine-interface/af0b398d-1c8b-4c7b-9e38-626fb49fb78e HTTP/1.1" 200 2941 0.007113 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 200 1293 0.004239 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-machine-interface/af0b398d-1c8b-4c7b-9e38-626fb49fb78e HTTP/1.1" 200 2941 0.006477 10.0.0.27 - - [2026-02-05 04:28:26] "GET /instance-ip/14494038-12ef-4c5b-b160-6a24a2738e6a HTTP/1.1" 200 1620 0.008477 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 200 1293 0.004450 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-machine-interface/af0b398d-1c8b-4c7b-9e38-626fb49fb78e HTTP/1.1" 200 2941 0.007529 10.0.0.27 - - [2026-02-05 04:28:26] "GET /instance-ip/14494038-12ef-4c5b-b160-6a24a2738e6a HTTP/1.1" 200 1620 0.006134 10.0.0.27 - - [2026-02-05 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2026-02-05 04:28:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004114 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004040 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007127 10.0.0.27 - - [2026-02-05 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.27 - - [2026-02-05 04:28:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005817 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004293 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006526 10.0.0.27 - - [2026-02-05 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.27 - - [2026-02-05 04:28:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004524 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003537 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008779 10.0.0.27 - - [2026-02-05 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.27 - - [2026-02-05 04:28:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004789 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003389 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006992 10.0.0.27 - - [2026-02-05 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2026-02-05 04:28:26] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005083 10.0.0.27 - - [2026-02-05 04:28:26] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003869 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006348 10.0.0.27 - - [2026-02-05 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.27 - - [2026-02-05 04:28:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004539 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003248 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008342 10.0.0.27 - - [2026-02-05 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.27 - - [2026-02-05 04:28:27] "GET /routing-instance/a6ea66ec-0002-42e2-a39d-0d5bf4e07551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007457 10.0.0.27 - - [2026-02-05 04:28:27] "GET /route-target/f34746c4-2ee1-401f-a7b4-90dd6fd357f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005199 10.0.0.27 - - [2026-02-05 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2026-02-05 04:28:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004708 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003940 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007010 10.0.0.27 - - [2026-02-05 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2026-02-05 04:28:27] "GET /routing-instance/a6ea66ec-0002-42e2-a39d-0d5bf4e07551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004958 10.0.0.27 - - [2026-02-05 04:28:27] "GET /route-target/f34746c4-2ee1-401f-a7b4-90dd6fd357f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004423 10.0.0.27 - - [2026-02-05 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.27 - - [2026-02-05 04:28:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005638 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003981 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007454 10.0.0.27 - - [2026-02-05 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2026-02-05 04:28:27] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005224 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003684 10.0.0.27 - - [2026-02-05 04:28:27] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006589 10.0.0.23 - - [2026-02-05 04:28:28] "GET /obj-perms HTTP/1.1" 200 5030 0.068768 10.0.0.27 - - [2026-02-05 04:28:32] "GET /obj-perms HTTP/1.1" 200 5030 0.071331 10.0.0.23 - - [2026-02-05 04:28:33] "GET /obj-perms HTTP/1.1" 200 5030 0.005583 10.0.0.27 - - [2026-02-05 04:28:33] "GET /obj-perms HTTP/1.1" 200 5030 0.003831 10.0.0.23 - - [2026-02-05 04:28:33] "GET /obj-perms HTTP/1.1" 200 5030 0.005819 10.0.0.27 - - [2026-02-05 04:28:33] "GET /obj-perms HTTP/1.1" 200 5030 0.004379 10.0.0.27 - - [2026-02-05 04:28:33] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 200 1293 0.004750 10.0.0.27 - - [2026-02-05 04:28:33] "GET /virtual-machine-interface/0a0818f8-52cc-48f2-b9ae-28ef0ea83e9d HTTP/1.1" 200 2939 0.006012 10.0.0.27 - - [2026-02-05 04:28:33] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 200 1293 0.004544 10.0.0.27 - - [2026-02-05 04:28:33] "GET /virtual-machine-interface/0a0818f8-52cc-48f2-b9ae-28ef0ea83e9d HTTP/1.1" 200 2939 0.005963 10.0.0.27 - - [2026-02-05 04:28:33] "GET /instance-ip/dd9585d5-0c2f-43f9-b718-69f39cec4f96 HTTP/1.1" 200 1622 0.006988 10.0.0.27 - - [2026-02-05 04:28:33] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 200 1293 0.003954 10.0.0.27 - - [2026-02-05 04:28:33] "GET /virtual-machine-interface/0a0818f8-52cc-48f2-b9ae-28ef0ea83e9d HTTP/1.1" 200 2939 0.005678 10.0.0.27 - - [2026-02-05 04:28:33] "GET /instance-ip/dd9585d5-0c2f-43f9-b718-69f39cec4f96 HTTP/1.1" 200 1622 0.004930 10.0.0.27 - - [2026-02-05 04:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2026-02-05 04:28:33] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003712 10.0.0.27 - - [2026-02-05 04:28:33] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003838 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008296 10.0.0.27 - - [2026-02-05 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2026-02-05 04:28:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004859 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003234 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008168 10.0.0.27 - - [2026-02-05 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006364 10.0.0.27 - - [2026-02-05 04:28:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008029 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004163 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008830 10.0.0.27 - - [2026-02-05 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.27 - - [2026-02-05 04:28:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005641 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005679 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007417 10.0.0.27 - - [2026-02-05 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2026-02-05 04:28:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005535 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003540 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006625 10.0.0.27 - - [2026-02-05 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.27 - - [2026-02-05 04:28:34] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004354 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003841 10.0.0.27 - - [2026-02-05 04:28:34] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007750 10.0.0.27 - - [2026-02-05 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2026-02-05 04:28:34] "GET /routing-instance/a748663e-773a-4ea8-8e4a-9c94eb271595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.006043 10.0.0.27 - - [2026-02-05 04:28:34] "GET /route-target/5ab0cc1d-3051-4b2a-be78-d6d4af6ebbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005992 10.0.0.27 - - [2026-02-05 04:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2026-02-05 04:28:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004354 10.0.0.27 - - [2026-02-05 04:28:35] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003550 10.0.0.27 - - [2026-02-05 04:28:35] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005954 10.0.0.27 - - [2026-02-05 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2026-02-05 04:28:35] "GET /routing-instance/a748663e-773a-4ea8-8e4a-9c94eb271595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004869 10.0.0.27 - - [2026-02-05 04:28:35] "GET /route-target/5ab0cc1d-3051-4b2a-be78-d6d4af6ebbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004662 10.0.0.27 - - [2026-02-05 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-02-05 04:28:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005049 10.0.0.27 - - [2026-02-05 04:28:35] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003448 10.0.0.27 - - [2026-02-05 04:28:35] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007811 10.0.0.27 - - [2026-02-05 04:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.27 - - [2026-02-05 04:28:35] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005561 10.0.0.27 - - [2026-02-05 04:28:35] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004159 10.0.0.27 - - [2026-02-05 04:28:35] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006520 10.0.0.23 - - [2026-02-05 04:28:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003929 10.0.0.27 - - [2026-02-05 04:28:39] "GET /obj-perms HTTP/1.1" 200 5030 0.005190 10.0.0.23 - - [2026-02-05 04:28:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004444 10.0.0.50 - - [2026-02-05 04:28:39] "GET /obj-perms HTTP/1.1" 200 5030 0.064174 10.0.0.27 - - [2026-02-05 04:28:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004618 10.0.0.50 - - [2026-02-05 04:28:56] "GET /obj-perms HTTP/1.1" 200 5056 0.064474 10.0.0.27 - - [2026-02-05 04:29:02] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 200 1293 0.004524 10.0.0.27 - - [2026-02-05 04:29:02] "POST /neutron/port HTTP/1.1" 200 1125 0.028590 10.0.0.27 - - [2026-02-05 04:29:04] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 404 171 0.003670 10.0.0.27 - - [2026-02-05 04:29:04] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 404 171 0.003493 10.0.0.27 - - [2026-02-05 04:29:04] "GET /virtual-machine/cad1b493-6f21-42f4-b58c-15640314b64f HTTP/1.1" 404 171 0.003075 10.0.0.27 - - [2026-02-05 04:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005714 10.0.0.27 - - [2026-02-05 04:29:04] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004802 10.0.0.27 - - [2026-02-05 04:29:04] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004218 10.0.0.27 - - [2026-02-05 04:29:04] "GET /virtual-network/0edf24ac-9542-4f50-b0e1-2c335f52dbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009305 10.0.0.27 - - [2026-02-05 04:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.27 - - [2026-02-05 04:29:04] "GET /routing-instance/a748663e-773a-4ea8-8e4a-9c94eb271595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005676 10.0.0.27 - - [2026-02-05 04:29:04] "GET /route-target/5ab0cc1d-3051-4b2a-be78-d6d4af6ebbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005517 10.0.0.27 - - [2026-02-05 04:29:04] "GET /obj-perms HTTP/1.1" 200 5030 0.005049 10.0.0.27 - - [2026-02-05 04:29:08] "POST /neutron/port HTTP/1.1" 200 1124 0.018965 10.0.0.27 - - [2026-02-05 04:29:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004815 10.0.0.27 - - [2026-02-05 04:29:09] "POST /neutron/network HTTP/1.1" 200 824 0.007936 10.0.0.50 - - [2026-02-05 04:29:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004469 10.0.0.27 - - [2026-02-05 04:29:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004391 10.0.0.27 - - [2026-02-05 04:29:11] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 200 1293 0.004895 10.0.0.27 - - [2026-02-05 04:29:12] "POST /neutron/port HTTP/1.1" 200 151 0.200254 10.0.0.27 - - [2026-02-05 04:29:13] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 404 171 0.003545 10.0.0.27 - - [2026-02-05 04:29:13] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 404 171 0.003319 10.0.0.27 - - [2026-02-05 04:29:13] "GET /virtual-machine/fca3ad74-f1a4-4dfc-be59-acacfce286b3 HTTP/1.1" 404 171 0.003227 10.0.0.27 - - [2026-02-05 04:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2026-02-05 04:29:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004280 10.0.0.27 - - [2026-02-05 04:29:13] "GET /virtual-networks?parent_id=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004244 10.0.0.27 - - [2026-02-05 04:29:13] "GET /virtual-network/09e584d8-6fc9-448a-9738-9d6772e2f35f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006750 10.0.0.27 - - [2026-02-05 04:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.27 - - [2026-02-05 04:29:13] "GET /routing-instance/a6ea66ec-0002-42e2-a39d-0d5bf4e07551?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004879 10.0.0.27 - - [2026-02-05 04:29:13] "GET /route-target/f34746c4-2ee1-401f-a7b4-90dd6fd357f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004154 10.0.0.23 - - [2026-02-05 04:29:13] "GET /obj-perms HTTP/1.1" 200 5030 0.005417 10.0.0.27 - - [2026-02-05 04:29:16] "GET /obj-perms HTTP/1.1" 200 5030 0.005182 10.0.0.23 - - [2026-02-05 04:29:23] "GET /obj-perms HTTP/1.1" 200 5030 0.005277 10.0.0.27 - - [2026-02-05 04:29:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004405 10.0.0.23 - - [2026-02-05 04:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004447 10.0.0.27 - - [2026-02-05 04:29:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004944 10.0.0.27 - - [2026-02-05 04:29:32] "POST /neutron/network HTTP/1.1" 200 824 0.008176 10.0.0.50 - - [2026-02-05 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.072710 10.0.0.50 - - [2026-02-05 04:29:32] "DELETE /route-target/f34746c4-2ee1-401f-a7b4-90dd6fd357f6 HTTP/1.1" 200 115 0.022015 10.0.0.23 - - [2026-02-05 04:29:34] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.041573 10.0.0.27 - - [2026-02-05 04:29:34] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.095773 10.0.0.23 - - [2026-02-05 04:29:34] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.27 - - [2026-02-05 04:29:34] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?fields=virtual_networks HTTP/1.1" 200 1033 0.059836 10.0.0.23 - - [2026-02-05 04:29:34] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.27 - - [2026-02-05 04:29:34] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.047261 10.0.0.23 - - [2026-02-05 04:29:34] "GET /projects?obj_uuids=d55b8093-d140-4cef-bf30-1af8b76f6387&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.27 - - [2026-02-05 04:29:34] "GET /project/d55b8093-d140-4cef-bf30-1af8b76f6387?fields=security_groups HTTP/1.1" 200 1259 0.041186 10.0.0.27 - - [2026-02-05 04:29:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.033648 10.0.0.23 - - [2026-02-05 04:29:35] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003113 10.0.0.23 - - [2026-02-05 04:29:35] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001474 10.0.0.23 - - [2026-02-05 04:29:35] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045188 10.0.0.23 - - [2026-02-05 04:29:35] "POST /id-to-fqname HTTP/1.1" 200 198 0.001942 10.0.0.23 - - [2026-02-05 04:29:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.006802 10.0.0.23 - - [2026-02-05 04:29:35] "POST /security-groups HTTP/1.1" 200 599 0.036333 10.0.0.23 - - [2026-02-05 04:29:35] "POST /projects HTTP/1.1" 200 601 0.243397 10.0.0.50 - - [2026-02-05 04:29:35] "POST /fqname-to-id HTTP/1.1" 404 241 0.007663 10.0.0.23 - - [2026-02-05 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.320588 10.0.0.27 - - [2026-02-05 04:29:35] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.525914 10.0.0.27 - - [2026-02-05 04:29:37] "GET / HTTP/1.1" 200 35931 0.002004 10.0.0.27 - - [2026-02-05 04:29:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.27 - - [2026-02-05 04:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.096555 10.0.0.23 - - [2026-02-05 04:29:40] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.27 - - [2026-02-05 04:29:40] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043702 10.0.0.23 - - [2026-02-05 04:29:40] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001686 10.0.0.27 - - [2026-02-05 04:29:41] "POST /neutron/network HTTP/1.1" 200 613 0.173430 10.0.0.50 - - [2026-02-05 04:29:41] "POST /ref-update HTTP/1.1" 200 156 0.027616 10.0.0.27 - - [2026-02-05 04:29:41] "POST /neutron/network HTTP/1.1" 200 1005 0.013028 10.0.0.27 - - [2026-02-05 04:29:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001294 10.0.0.27 - - [2026-02-05 04:29:41] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006210 10.0.0.27 - - [2026-02-05 04:29:41] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006267 10.0.0.27 - - [2026-02-05 04:29:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.011499 10.0.0.27 - - [2026-02-05 04:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2026-02-05 04:29:41] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001216 10.0.0.27 - - [2026-02-05 04:29:41] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068599 10.0.0.23 - - [2026-02-05 04:29:42] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001553 10.0.0.27 - - [2026-02-05 04:29:42] "POST /neutron/network HTTP/1.1" 200 613 0.163322 10.0.0.50 - - [2026-02-05 04:29:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.065040 10.0.0.27 - - [2026-02-05 04:29:42] "POST /neutron/network HTTP/1.1" 200 1007 0.013590 10.0.0.27 - - [2026-02-05 04:29:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.002286 10.0.0.27 - - [2026-02-05 04:29:42] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008759 10.0.0.27 - - [2026-02-05 04:29:42] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006566 10.0.0.27 - - [2026-02-05 04:29:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.010657 10.0.0.27 - - [2026-02-05 04:29:43] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006378 10.0.0.50 - - [2026-02-05 04:29:44] "DELETE /access-control-list/61a4fff4-7436-401f-b1b4-5f478767016f HTTP/1.1" 200 115 0.052628 10.0.0.50 - - [2026-02-05 04:29:44] "GET /obj-perms HTTP/1.1" 200 5046 0.095532 10.0.0.27 - - [2026-02-05 04:29:45] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007759 10.0.0.27 - - [2026-02-05 04:29:45] "GET /obj-perms HTTP/1.1" 200 5046 0.055472 10.0.0.23 - - [2026-02-05 04:29:45] "GET /obj-perms HTTP/1.1" 200 5046 0.063175 10.0.0.27 - - [2026-02-05 04:29:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.010164 10.0.0.27 - - [2026-02-05 04:29:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001500 10.0.0.23 - - [2026-02-05 04:29:46] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.27 - - [2026-02-05 04:29:46] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088950 10.0.0.27 - - [2026-02-05 04:29:47] "POST /neutron/network HTTP/1.1" 200 1005 0.044962 10.0.0.27 - - [2026-02-05 04:29:47] "POST /neutron/port HTTP/1.1" 200 117 0.006527 10.0.0.27 - - [2026-02-05 04:29:48] "POST /neutron/port HTTP/1.1" 200 1174 0.071095 10.0.0.27 - - [2026-02-05 04:29:48] "POST /neutron/port HTTP/1.1" 200 1238 0.026430 10.0.0.27 - - [2026-02-05 04:29:48] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017665 10.0.0.27 - - [2026-02-05 04:29:48] "POST /neutron/network HTTP/1.1" 200 1005 0.012063 10.0.0.27 - - [2026-02-05 04:29:52] "POST /neutron/port HTTP/1.1" 200 1238 0.029694 10.0.0.27 - - [2026-02-05 04:29:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009205 10.0.0.27 - - [2026-02-05 04:29:52] "GET /virtual-machine/87b2854d-ee21-41a6-8fe5-da03844c6510 HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2026-02-05 04:29:53] "GET /virtual-machine/87b2854d-ee21-41a6-8fe5-da03844c6510 HTTP/1.1" 200 1300 0.038064 10.0.0.27 - - [2026-02-05 04:29:53] "GET /virtual-machine-interface/7c1446de-847f-4af4-995f-c19295d62b8d HTTP/1.1" 200 3174 0.007694 10.0.0.27 - - [2026-02-05 04:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.27 - - [2026-02-05 04:29:53] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004379 10.0.0.27 - - [2026-02-05 04:29:53] "GET /virtual-networks?parent_id=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004260 10.0.0.27 - - [2026-02-05 04:29:53] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006020 10.0.0.27 - - [2026-02-05 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.27 - - [2026-02-05 04:29:56] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006422 10.0.0.27 - - [2026-02-05 04:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2026-02-05 04:30:00] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005983 10.0.0.27 - - [2026-02-05 04:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006866 10.0.0.27 - - [2026-02-05 04:30:04] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008334 10.0.0.27 - - [2026-02-05 04:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.27 - - [2026-02-05 04:30:08] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006380 10.0.0.27 - - [2026-02-05 04:30:10] "POST /neutron/network HTTP/1.1" 200 1015 0.008912 10.0.0.27 - - [2026-02-05 04:30:10] "POST /neutron/subnet HTTP/1.1" 200 1380 0.018303 10.0.0.27 - - [2026-02-05 04:30:10] "POST /neutron/network HTTP/1.1" 200 1005 0.011420 10.0.0.27 - - [2026-02-05 04:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.27 - - [2026-02-05 04:30:12] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006915 10.0.0.27 - - [2026-02-05 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.27 - - [2026-02-05 04:30:16] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008561 10.0.0.23 - - [2026-02-05 04:30:16] "DELETE /project/d55b8093-d140-4cef-bf30-1af8b76f6387 HTTP/1.1" 404 177 0.006413 10.0.0.23 - - [2026-02-05 04:30:16] "DELETE /project/ea4209cdcb584828baad058c1c7c6cd4 HTTP/1.1" 404 173 0.005643 10.0.0.27 - - [2026-02-05 04:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.27 - - [2026-02-05 04:30:20] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007271 10.0.0.27 - - [2026-02-05 04:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.27 - - [2026-02-05 04:30:24] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006377 10.0.0.27 - - [2026-02-05 04:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.27 - - [2026-02-05 04:30:29] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.010124 10.0.0.27 - - [2026-02-05 04:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.27 - - [2026-02-05 04:30:31] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005082 10.0.0.27 - - [2026-02-05 04:30:31] "GET /virtual-networks?parent_id=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004567 10.0.0.27 - - [2026-02-05 04:30:31] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008414 10.0.0.27 - - [2026-02-05 04:30:36] "POST /neutron/port HTTP/1.1" 200 1238 0.021178 10.0.0.27 - - [2026-02-05 04:30:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.070733 10.0.0.27 - - [2026-02-05 04:30:46] "POST /neutron/port HTTP/1.1" 200 1238 0.022793 10.0.0.27 - - [2026-02-05 04:30:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008499 10.0.0.27 - - [2026-02-05 04:30:52] "POST /neutron/port HTTP/1.1" 200 1238 0.021603 10.0.0.27 - - [2026-02-05 04:30:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008540 10.0.0.27 - - [2026-02-05 04:30:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001419 10.0.0.27 - - [2026-02-05 04:30:52] "GET /virtual-machine/87b2854d-ee21-41a6-8fe5-da03844c6510 HTTP/1.1" 200 1300 0.005210 10.0.0.27 - - [2026-02-05 04:30:52] "GET /virtual-machine-interface/7c1446de-847f-4af4-995f-c19295d62b8d HTTP/1.1" 200 3174 0.007756 10.0.0.27 - - [2026-02-05 04:30:52] "GET /instance-ip/4c4523c4-ca1f-4ddf-8b8e-f9471c88641d HTTP/1.1" 200 1636 0.008182 10.0.0.27 - - [2026-02-05 04:30:52] "GET /instance-ip/af8270d0-2472-4ba7-b03f-83a64806a829 HTTP/1.1" 200 1656 0.007299 10.0.0.27 - - [2026-02-05 04:30:52] "POST /fqname-to-id HTTP/1.1" 404 218 0.004829 10.0.0.27 - - [2026-02-05 04:30:52] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007872 10.0.0.23 - - [2026-02-05 04:30:52] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.27 - - [2026-02-05 04:30:52] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060982 10.0.0.27 - - [2026-02-05 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.27 - - [2026-02-05 04:30:52] "GET /security-group/22618327-9f6f-4593-b2f5-67e651e64e87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005126 10.0.0.27 - - [2026-02-05 04:30:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.100267 10.0.0.27 - - [2026-02-05 04:30:52] "POST /instance-ips HTTP/1.1" 200 357 0.047371 10.0.0.27 - - [2026-02-05 04:30:53] "GET /instance-ip/00201be6-3dfe-48c4-b6e3-cb2e1199c0f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.007922 10.0.0.27 - - [2026-02-05 04:30:53] "POST /instance-ips HTTP/1.1" 200 357 0.054578 10.0.0.27 - - [2026-02-05 04:30:53] "GET /instance-ip/9ea56d6f-88d6-46bf-aa8f-da83ba26af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.010554 10.0.0.27 - - [2026-02-05 04:30:53] "GET /virtual-machine-interface/97fda611-7405-489b-9ad8-03e3452c9c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.009186 10.0.0.27 - - [2026-02-05 04:30:53] "GET /virtual-machine-interface/97fda611-7405-489b-9ad8-03e3452c9c21?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.009485 10.0.0.27 - - [2026-02-05 04:30:53] "GET /instance-ip/00201be6-3dfe-48c4-b6e3-cb2e1199c0f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.005148 10.0.0.27 - - [2026-02-05 04:30:53] "GET /instance-ip/9ea56d6f-88d6-46bf-aa8f-da83ba26af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.007043 10.0.0.27 - - [2026-02-05 04:30:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001565 10.0.0.27 - - [2026-02-05 04:30:53] "POST /neutron/port HTTP/1.1" 200 1238 0.026428 10.0.0.27 - - [2026-02-05 04:30:53] "POST /neutron/port HTTP/1.1" 200 1080 0.016087 10.0.0.27 - - [2026-02-05 04:30:53] "POST /neutron/port HTTP/1.1" 200 1080 0.016800 10.0.0.27 - - [2026-02-05 04:30:53] "POST /neutron/port HTTP/1.1" 200 117 0.007160 10.0.0.27 - - [2026-02-05 04:30:54] "POST /neutron/network HTTP/1.1" 200 1015 0.008640 10.0.0.27 - - [2026-02-05 04:30:54] "POST /neutron/port HTTP/1.1" 200 1173 0.165598 10.0.0.27 - - [2026-02-05 04:30:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005545 10.0.0.27 - - [2026-02-05 04:30:54] "POST /neutron/port HTTP/1.1" 200 117 0.001777 10.0.0.27 - - [2026-02-05 04:30:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008574 10.0.0.27 - - [2026-02-05 04:30:59] "POST /neutron/port HTTP/1.1" 200 1183 0.024337 10.0.0.27 - - [2026-02-05 04:30:59] "GET /virtual-machine/40492073-cc7b-4874-a00c-d3cbcf37ccaa HTTP/1.1" 200 1278 0.007190 10.0.0.27 - - [2026-02-05 04:30:59] "GET /virtual-machine-interface/97fda611-7405-489b-9ad8-03e3452c9c21 HTTP/1.1" 200 3225 0.006212 10.0.0.27 - - [2026-02-05 04:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.27 - - [2026-02-05 04:30:59] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004241 10.0.0.27 - - [2026-02-05 04:30:59] "GET /virtual-networks?parent_id=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004096 10.0.0.27 - - [2026-02-05 04:30:59] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006804 10.0.0.27 - - [2026-02-05 04:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.27 - - [2026-02-05 04:31:02] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006693 10.0.0.27 - - [2026-02-05 04:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.27 - - [2026-02-05 04:31:06] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.010820 10.0.0.27 - - [2026-02-05 04:31:09] "POST /neutron/port HTTP/1.1" 200 1238 0.020266 10.0.0.27 - - [2026-02-05 04:31:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005330 10.0.0.27 - - [2026-02-05 04:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.001693 10.0.0.27 - - [2026-02-05 04:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.27 - - [2026-02-05 04:31:10] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006773 10.0.0.27 - - [2026-02-05 04:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.27 - - [2026-02-05 04:31:14] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008355 10.0.0.50 - - [2026-02-05 04:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2026-02-05 04:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.50 - - [2026-02-05 04:31:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.50 - - [2026-02-05 04:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-02-05 04:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2026-02-05 04:31:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.23 - - [2026-02-05 04:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-02-05 04:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.27 - - [2026-02-05 04:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000696 10.0.0.27 - - [2026-02-05 04:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2026-02-05 04:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-02-05 04:31:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.27 - - [2026-02-05 04:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2026-02-05 04:31:18] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006313 10.0.0.27 - - [2026-02-05 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2026-02-05 04:31:22] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007251 10.0.0.27 - - [2026-02-05 04:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2026-02-05 04:31:27] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006530 10.0.0.27 - - [2026-02-05 04:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2026-02-05 04:31:31] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006228 10.0.0.27 - - [2026-02-05 04:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.27 - - [2026-02-05 04:31:35] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006228 10.0.0.27 - - [2026-02-05 04:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.27 - - [2026-02-05 04:31:39] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006305 10.0.0.27 - - [2026-02-05 04:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.27 - - [2026-02-05 04:31:43] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007282 10.0.0.27 - - [2026-02-05 04:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.27 - - [2026-02-05 04:31:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004162 10.0.0.27 - - [2026-02-05 04:31:45] "GET /virtual-networks?parent_id=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003408 10.0.0.27 - - [2026-02-05 04:31:45] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006317 10.0.0.27 - - [2026-02-05 04:31:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011007 10.0.0.27 - - [2026-02-05 04:31:54] "POST /neutron/port HTTP/1.1" 200 1183 0.023810 10.0.0.27 - - [2026-02-05 04:31:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008902 10.0.0.50 - - [2026-02-05 04:31:59] "GET /obj-perms HTTP/1.1" 200 5056 0.063494 10.0.0.27 - - [2026-02-05 04:32:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001987 10.0.0.27 - - [2026-02-05 04:32:06] "POST /neutron/port HTTP/1.1" 200 2267 0.027071 10.0.0.23 - - [2026-02-05 04:32:07] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.27 - - [2026-02-05 04:32:07] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.076498 10.0.0.27 - - [2026-02-05 04:32:07] "POST /neutron/network HTTP/1.1" 200 1007 0.010911 10.0.0.27 - - [2026-02-05 04:32:07] "POST /neutron/port HTTP/1.1" 200 117 0.007438 10.0.0.23 - - [2026-02-05 04:32:08] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.27 - - [2026-02-05 04:32:08] "POST /neutron/port HTTP/1.1" 200 1176 0.448284 10.0.0.27 - - [2026-02-05 04:32:09] "POST /neutron/port HTTP/1.1" 200 1230 0.168600 10.0.0.27 - - [2026-02-05 04:32:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005493 10.0.0.27 - - [2026-02-05 04:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.27 - - [2026-02-05 04:32:12] "POST /neutron/port HTTP/1.1" 200 1183 0.018983 10.0.0.27 - - [2026-02-05 04:32:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004577 10.0.0.27 - - [2026-02-05 04:32:12] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.27 - - [2026-02-05 04:32:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009580 10.0.0.27 - - [2026-02-05 04:32:13] "POST /neutron/port HTTP/1.1" 200 1240 0.020855 10.0.0.27 - - [2026-02-05 04:32:13] "GET /virtual-machine/62057a89-3e5a-4f00-8eee-45b00cb53784 HTTP/1.1" 200 1300 0.008422 10.0.0.27 - - [2026-02-05 04:32:13] "GET /virtual-machine-interface/fc89e579-9ac7-4ac1-bb9b-e99f81ee689b HTTP/1.1" 200 3175 0.009830 10.0.0.27 - - [2026-02-05 04:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005953 10.0.0.27 - - [2026-02-05 04:32:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005646 10.0.0.27 - - [2026-02-05 04:32:13] "GET /virtual-networks?parent_id=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003440 10.0.0.27 - - [2026-02-05 04:32:13] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008185 10.0.0.27 - - [2026-02-05 04:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.27 - - [2026-02-05 04:32:16] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006937 10.0.0.27 - - [2026-02-05 04:32:18] "POST /neutron/port HTTP/1.1" 200 1240 0.023508 10.0.0.27 - - [2026-02-05 04:32:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005424 10.0.0.27 - - [2026-02-05 04:32:18] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.27 - - [2026-02-05 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.27 - - [2026-02-05 04:32:20] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007100 10.0.0.27 - - [2026-02-05 04:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2026-02-05 04:32:24] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007740 10.0.0.27 - - [2026-02-05 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.27 - - [2026-02-05 04:32:28] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006632 10.0.0.27 - - [2026-02-05 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2026-02-05 04:32:32] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006167 10.0.0.27 - - [2026-02-05 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.27 - - [2026-02-05 04:32:36] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006943 10.0.0.27 - - [2026-02-05 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006304 10.0.0.27 - - [2026-02-05 04:32:40] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006643 10.0.0.27 - - [2026-02-05 04:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.27 - - [2026-02-05 04:32:45] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006674 10.0.0.27 - - [2026-02-05 04:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.27 - - [2026-02-05 04:32:49] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004773 10.0.0.27 - - [2026-02-05 04:32:49] "GET /virtual-networks?parent_id=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003979 10.0.0.27 - - [2026-02-05 04:32:49] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006982 10.0.0.27 - - [2026-02-05 04:32:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007952 10.0.0.23 - - [2026-02-05 04:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.060703 10.0.0.27 - - [2026-02-05 04:32:59] "POST /neutron/port HTTP/1.1" 200 1240 0.022682 10.0.0.27 - - [2026-02-05 04:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.061877 10.0.0.27 - - [2026-02-05 04:33:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009944 10.0.0.27 - - [2026-02-05 04:33:10] "POST /neutron/port HTTP/1.1" 200 1240 0.025963 10.0.0.27 - - [2026-02-05 04:33:13] "POST /neutron/port HTTP/1.1" 200 1238 0.020472 10.0.0.27 - - [2026-02-05 04:33:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004964 10.0.0.27 - - [2026-02-05 04:33:14] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.27 - - [2026-02-05 04:33:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008973 10.0.0.27 - - [2026-02-05 04:33:15] "POST /neutron/port HTTP/1.1" 200 1240 0.021472 10.0.0.27 - - [2026-02-05 04:33:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008375 10.0.0.27 - - [2026-02-05 04:33:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001875 10.0.0.27 - - [2026-02-05 04:33:15] "GET /virtual-machine/62057a89-3e5a-4f00-8eee-45b00cb53784 HTTP/1.1" 200 1300 0.004655 10.0.0.27 - - [2026-02-05 04:33:15] "GET /virtual-machine-interface/fc89e579-9ac7-4ac1-bb9b-e99f81ee689b HTTP/1.1" 200 3175 0.006351 10.0.0.27 - - [2026-02-05 04:33:15] "GET /instance-ip/61ae9c8c-988d-4cb7-9699-3f4157c6ea0e HTTP/1.1" 200 1656 0.006684 10.0.0.27 - - [2026-02-05 04:33:15] "GET /instance-ip/7485b0ff-466f-42d9-8302-cbc5c4d27d19 HTTP/1.1" 200 1636 0.006258 10.0.0.27 - - [2026-02-05 04:33:15] "POST /fqname-to-id HTTP/1.1" 404 230 0.003988 10.0.0.27 - - [2026-02-05 04:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.23 - - [2026-02-05 04:33:15] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.27 - - [2026-02-05 04:33:15] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048044 10.0.0.27 - - [2026-02-05 04:33:15] "POST /network-policys HTTP/1.1" 200 569 0.035681 10.0.0.27 - - [2026-02-05 04:33:15] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006287 10.0.0.27 - - [2026-02-05 04:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.27 - - [2026-02-05 04:33:16] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.011917 10.0.0.27 - - [2026-02-05 04:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.27 - - [2026-02-05 04:33:16] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005179 10.0.0.27 - - [2026-02-05 04:33:16] "POST /ref-update HTTP/1.1" 200 156 0.059734 10.0.0.27 - - [2026-02-05 04:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.010243 10.0.0.27 - - [2026-02-05 04:33:16] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005321 10.0.0.27 - - [2026-02-05 04:33:16] "POST /neutron/network HTTP/1.1" 200 1109 0.012319 10.0.0.27 - - [2026-02-05 04:33:16] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006893 10.0.0.27 - - [2026-02-05 04:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2026-02-05 04:33:16] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004943 10.0.0.27 - - [2026-02-05 04:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.27 - - [2026-02-05 04:33:16] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006763 10.0.0.27 - - [2026-02-05 04:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2026-02-05 04:33:16] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005946 10.0.0.27 - - [2026-02-05 04:33:16] "POST /ref-update HTTP/1.1" 200 156 0.076611 10.0.0.27 - - [2026-02-05 04:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.50 - - [2026-02-05 04:33:16] "POST /access-control-lists HTTP/1.1" 200 596 0.128613 10.0.0.27 - - [2026-02-05 04:33:16] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.008175 10.0.0.27 - - [2026-02-05 04:33:16] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008143 10.0.0.27 - - [2026-02-05 04:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.27 - - [2026-02-05 04:33:16] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005985 10.0.0.27 - - [2026-02-05 04:33:16] "GET /virtual-machine-interface/fc89e579-9ac7-4ac1-bb9b-e99f81ee689b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005699 10.0.0.50 - - [2026-02-05 04:33:16] "POST /access-control-lists HTTP/1.1" 200 596 0.045627 10.0.0.27 - - [2026-02-05 04:33:16] "PUT /virtual-machine-interface/fc89e579-9ac7-4ac1-bb9b-e99f81ee689b HTTP/1.1" 200 284 0.033426 10.0.0.27 - - [2026-02-05 04:33:16] "GET /virtual-machine-interface/fc89e579-9ac7-4ac1-bb9b-e99f81ee689b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3071 0.006779 10.0.0.27 - - [2026-02-05 04:33:16] "PUT /virtual-machine-interface/fc89e579-9ac7-4ac1-bb9b-e99f81ee689b HTTP/1.1" 200 284 0.032366 10.0.0.27 - - [2026-02-05 04:33:18] "POST /neutron/port HTTP/1.1" 200 1240 0.029152 10.0.0.27 - - [2026-02-05 04:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004517 10.0.0.27 - - [2026-02-05 04:33:18] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.27 - - [2026-02-05 04:34:14] "POST /neutron/port HTTP/1.1" 200 1183 0.020388 10.0.0.27 - - [2026-02-05 04:34:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004798 10.0.0.27 - - [2026-02-05 04:34:14] "POST /neutron/port HTTP/1.1" 200 117 0.001536 10.0.0.27 - - [2026-02-05 04:34:20] "POST /neutron/port HTTP/1.1" 200 1240 0.022091 10.0.0.27 - - [2026-02-05 04:34:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004076 10.0.0.27 - - [2026-02-05 04:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.27 - - [2026-02-05 04:35:15] "POST /neutron/port HTTP/1.1" 200 1238 0.052366 10.0.0.27 - - [2026-02-05 04:35:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.27 - - [2026-02-05 04:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.001250 10.0.0.27 - - [2026-02-05 04:35:20] "POST /neutron/port HTTP/1.1" 200 1240 0.029466 10.0.0.27 - - [2026-02-05 04:35:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004043 10.0.0.27 - - [2026-02-05 04:35:20] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.27 - - [2026-02-05 04:35:24] "POST /ref-update HTTP/1.1" 200 156 0.100245 10.0.0.50 - - [2026-02-05 04:35:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.062618 10.0.0.27 - - [2026-02-05 04:35:24] "GET /virtual-network/c056be23-ed59-49e2-bd77-26263d8ab9f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008709 10.0.0.27 - - [2026-02-05 04:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.27 - - [2026-02-05 04:35:25] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005138 10.0.0.27 - - [2026-02-05 04:35:25] "POST /ref-update HTTP/1.1" 200 156 0.072604 10.0.0.27 - - [2026-02-05 04:35:25] "POST /neutron/network HTTP/1.1" 200 1005 0.043546 10.0.0.27 - - [2026-02-05 04:35:25] "GET /virtual-network/fc6a0253-fcbe-4901-8787-de453c97536c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006444 10.0.0.27 - - [2026-02-05 04:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2026-02-05 04:35:25] "GET /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005251 10.0.0.27 - - [2026-02-05 04:35:25] "DELETE /network-policy/a96c1d50-b8df-43e7-98a6-00ee3406bb2f HTTP/1.1" 200 115 0.041719 10.0.0.50 - - [2026-02-05 04:35:25] "POST /ref-update HTTP/1.1" 200 156 0.067670 10.0.0.27 - - [2026-02-05 04:35:25] "DELETE /instance-ip/00201be6-3dfe-48c4-b6e3-cb2e1199c0f7 HTTP/1.1" 200 115 0.054948 10.0.0.27 - - [2026-02-05 04:35:25] "DELETE /instance-ip/9ea56d6f-88d6-46bf-aa8f-da83ba26af2f HTTP/1.1" 200 115 0.055240 10.0.0.27 - - [2026-02-05 04:35:25] "DELETE /virtual-machine-interface/97fda611-7405-489b-9ad8-03e3452c9c21 HTTP/1.1" 200 115 0.091044 10.0.0.27 - - [2026-02-05 04:35:26] "POST /neutron/network HTTP/1.1" 400 204 0.016537 10.0.0.27 - - [2026-02-05 04:35:26] "POST /neutron/port HTTP/1.1" 200 1238 0.019395 10.0.0.27 - - [2026-02-05 04:35:28] "POST /neutron/network HTTP/1.1" 200 1007 0.012302 10.0.0.50 - - [2026-02-05 04:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.50 - - [2026-02-05 04:35:28] "DELETE /route-target/4ada20ee-461f-45f6-b2f6-014ab0b63f1d HTTP/1.1" 200 115 0.028887 10.0.0.23 - - [2026-02-05 04:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.061499 10.0.0.23 - - [2026-02-05 04:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003994 10.0.0.23 - - [2026-02-05 04:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003379 10.0.0.23 - - [2026-02-05 04:35:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003362 10.0.0.27 - - [2026-02-05 04:35:28] "POST /neutron/network HTTP/1.1" 200 151 0.234092 10.0.0.23 - - [2026-02-05 04:35:31] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001342 10.0.0.27 - - [2026-02-05 04:35:31] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.095326 10.0.0.23 - - [2026-02-05 04:35:31] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.27 - - [2026-02-05 04:35:31] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?fields=virtual_networks HTTP/1.1" 200 1049 0.074862 10.0.0.23 - - [2026-02-05 04:35:31] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.27 - - [2026-02-05 04:35:31] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.046191 10.0.0.23 - - [2026-02-05 04:35:31] "GET /projects?obj_uuids=ea4209cd-cb58-4828-baad-058c1c7c6cd4&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.27 - - [2026-02-05 04:35:31] "GET /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4?fields=security_groups HTTP/1.1" 200 1283 0.052364 10.0.0.27 - - [2026-02-05 04:35:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.031066 10.0.0.23 - - [2026-02-05 04:35:32] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005235 10.0.0.23 - - [2026-02-05 04:35:32] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001727 10.0.0.23 - - [2026-02-05 04:35:32] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042485 10.0.0.23 - - [2026-02-05 04:35:33] "POST /id-to-fqname HTTP/1.1" 200 194 0.001829 10.0.0.23 - - [2026-02-05 04:35:33] "POST /fqname-to-id HTTP/1.1" 404 203 0.006240 10.0.0.23 - - [2026-02-05 04:35:33] "POST /security-groups HTTP/1.1" 200 595 0.081863 10.0.0.23 - - [2026-02-05 04:35:33] "POST /projects HTTP/1.1" 200 593 0.316729 10.0.0.23 - - [2026-02-05 04:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.353338 10.0.0.50 - - [2026-02-05 04:35:33] "POST /fqname-to-id HTTP/1.1" 404 237 0.016336 10.0.0.27 - - [2026-02-05 04:35:33] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.541283 10.0.0.27 - - [2026-02-05 04:35:34] "GET / HTTP/1.1" 200 35931 0.002777 10.0.0.27 - - [2026-02-05 04:35:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000632 10.0.0.27 - - [2026-02-05 04:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.069521 10.0.0.23 - - [2026-02-05 04:35:36] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001087 10.0.0.27 - - [2026-02-05 04:35:36] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042469 10.0.0.27 - - [2026-02-05 04:35:36] "POST /neutron/network HTTP/1.1" 200 117 0.043044 10.0.0.50 - - [2026-02-05 04:35:37] "POST /ref-update HTTP/1.1" 200 156 0.024280 10.0.0.23 - - [2026-02-05 04:35:37] "POST /useragent-kv HTTP/1.1" 200 115 0.010255 10.0.0.27 - - [2026-02-05 04:35:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.253700 10.0.0.27 - - [2026-02-05 04:35:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001416 10.0.0.27 - - [2026-02-05 04:35:37] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008426 10.0.0.27 - - [2026-02-05 04:35:37] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006913 10.0.0.27 - - [2026-02-05 04:35:37] "POST /neutron/network HTTP/1.1" 200 1002 0.009012 10.0.0.27 - - [2026-02-05 04:35:38] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006407 10.0.0.50 - - [2026-02-05 04:35:39] "GET /obj-perms HTTP/1.1" 200 5038 0.072953 10.0.0.27 - - [2026-02-05 04:35:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.002089 10.0.0.27 - - [2026-02-05 04:35:40] "POST /neutron/network HTTP/1.1" 200 1012 0.009152 10.0.0.23 - - [2026-02-05 04:35:41] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001415 10.0.0.27 - - [2026-02-05 04:35:41] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.085763 10.0.0.27 - - [2026-02-05 04:35:41] "POST /neutron/port HTTP/1.1" 200 117 0.008183 10.0.0.27 - - [2026-02-05 04:35:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001873 10.0.0.27 - - [2026-02-05 04:35:42] "POST /neutron/network HTTP/1.1" 200 1012 0.022728 10.0.0.23 - - [2026-02-05 04:35:42] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001909 10.0.0.27 - - [2026-02-05 04:35:42] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.145085 10.0.0.27 - - [2026-02-05 04:35:42] "POST /neutron/port HTTP/1.1" 200 1171 0.036973 10.0.0.27 - - [2026-02-05 04:35:42] "POST /neutron/port HTTP/1.1" 200 1235 0.025972 10.0.0.27 - - [2026-02-05 04:35:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005922 10.0.0.27 - - [2026-02-05 04:35:43] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.27 - - [2026-02-05 04:35:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001445 10.0.0.27 - - [2026-02-05 04:35:43] "POST /neutron/network HTTP/1.1" 200 1002 0.012132 10.0.0.27 - - [2026-02-05 04:35:43] "POST /neutron/network HTTP/1.1" 200 1012 0.007463 10.0.0.27 - - [2026-02-05 04:35:43] "POST /neutron/port HTTP/1.1" 200 1171 0.028527 10.0.0.27 - - [2026-02-05 04:35:44] "POST /neutron/port HTTP/1.1" 200 1235 0.022126 10.0.0.27 - - [2026-02-05 04:35:44] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015393 10.0.0.27 - - [2026-02-05 04:35:44] "POST /neutron/network HTTP/1.1" 200 1002 0.011572 10.0.0.23 - - [2026-02-05 04:35:44] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001121 10.0.0.27 - - [2026-02-05 04:35:44] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075525 10.0.0.27 - - [2026-02-05 04:35:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007732 10.0.0.27 - - [2026-02-05 04:35:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009509 10.0.0.27 - - [2026-02-05 04:35:45] "POST /neutron/port HTTP/1.1" 200 1235 0.021008 10.0.0.27 - - [2026-02-05 04:35:45] "GET /virtual-machine/80d53e7d-f384-4313-b477-4037f472176c HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-02-05 04:35:45] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001184 10.0.0.27 - - [2026-02-05 04:35:45] "POST /neutron/port HTTP/1.1" 200 1171 0.604925 10.0.0.27 - - [2026-02-05 04:35:45] "GET /virtual-machine/80d53e7d-f384-4313-b477-4037f472176c HTTP/1.1" 200 1296 0.049124 10.0.0.27 - - [2026-02-05 04:35:45] "GET /virtual-machine-interface/aebd1abf-71a1-4fb2-ba4d-2b298e24e07d HTTP/1.1" 200 3155 0.005376 10.0.0.27 - - [2026-02-05 04:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.27 - - [2026-02-05 04:35:45] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006009 10.0.0.27 - - [2026-02-05 04:35:45] "GET /virtual-networks?parent_id=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003603 10.0.0.27 - - [2026-02-05 04:35:45] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009767 10.0.0.27 - - [2026-02-05 04:35:46] "POST /neutron/port HTTP/1.1" 200 1225 0.161724 10.0.0.27 - - [2026-02-05 04:35:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005238 10.0.0.27 - - [2026-02-05 04:35:46] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.27 - - [2026-02-05 04:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.27 - - [2026-02-05 04:35:49] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005901 10.0.0.27 - - [2026-02-05 04:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.27 - - [2026-02-05 04:35:53] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006993 10.0.0.27 - - [2026-02-05 04:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.27 - - [2026-02-05 04:35:57] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006211 10.0.0.27 - - [2026-02-05 04:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-02-05 04:36:01] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008301 10.0.0.23 - - [2026-02-05 04:36:01] "GET /obj-perms HTTP/1.1" 200 5056 0.061700 10.0.0.27 - - [2026-02-05 04:36:02] "GET /obj-perms HTTP/1.1" 200 5056 0.061830 10.0.0.27 - - [2026-02-05 04:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.27 - - [2026-02-05 04:36:05] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007428 10.0.0.27 - - [2026-02-05 04:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2026-02-05 04:36:09] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006923 10.0.0.27 - - [2026-02-05 04:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.27 - - [2026-02-05 04:36:13] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005991 10.0.0.50 - - [2026-02-05 04:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.50 - - [2026-02-05 04:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2026-02-05 04:36:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.50 - - [2026-02-05 04:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.23 - - [2026-02-05 04:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.23 - - [2026-02-05 04:36:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2026-02-05 04:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000587 10.0.0.23 - - [2026-02-05 04:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000565 10.0.0.27 - - [2026-02-05 04:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.27 - - [2026-02-05 04:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.23 - - [2026-02-05 04:36:17] "DELETE /project/4b3bc761315344b492db17a875b77155 HTTP/1.1" 404 173 0.006668 10.0.0.23 - - [2026-02-05 04:36:17] "DELETE /project/ea4209cd-cb58-4828-baad-058c1c7c6cd4 HTTP/1.1" 404 177 0.005609 10.0.0.27 - - [2026-02-05 04:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.27 - - [2026-02-05 04:36:17] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007271 10.0.0.27 - - [2026-02-05 04:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2026-02-05 04:36:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2026-02-05 04:36:20] "POST /neutron/port HTTP/1.1" 200 1235 0.026314 10.0.0.27 - - [2026-02-05 04:36:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004994 10.0.0.27 - - [2026-02-05 04:36:20] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.27 - - [2026-02-05 04:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.27 - - [2026-02-05 04:36:21] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005791 10.0.0.27 - - [2026-02-05 04:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390 10.0.0.27 - - [2026-02-05 04:36:26] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007539 10.0.0.27 - - [2026-02-05 04:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.27 - - [2026-02-05 04:36:30] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006050 10.0.0.27 - - [2026-02-05 04:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005573 10.0.0.27 - - [2026-02-05 04:36:34] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006451 10.0.0.27 - - [2026-02-05 04:36:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.041108 10.0.0.27 - - [2026-02-05 04:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.27 - - [2026-02-05 04:36:38] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006837 10.0.0.27 - - [2026-02-05 04:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2026-02-05 04:36:42] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005466 10.0.0.27 - - [2026-02-05 04:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2026-02-05 04:36:44] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004476 10.0.0.27 - - [2026-02-05 04:36:44] "GET /virtual-networks?parent_id=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003586 10.0.0.27 - - [2026-02-05 04:36:44] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006435 10.0.0.27 - - [2026-02-05 04:36:49] "POST /neutron/port HTTP/1.1" 200 1235 0.021277 10.0.0.27 - - [2026-02-05 04:36:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011048 10.0.0.27 - - [2026-02-05 04:36:56] "POST /neutron/port HTTP/1.1" 200 1235 0.023909 10.0.0.27 - - [2026-02-05 04:37:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010115 10.0.0.27 - - [2026-02-05 04:37:10] "POST /neutron/port HTTP/1.1" 200 1235 0.022135 10.0.0.27 - - [2026-02-05 04:37:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009197 10.0.0.27 - - [2026-02-05 04:37:10] "GET /virtual-machine/1952cc8f-3476-4fb3-86a7-0a0ce0355c13 HTTP/1.1" 200 1295 0.007524 10.0.0.27 - - [2026-02-05 04:37:10] "GET /virtual-machine-interface/6b197fa7-aa5a-4c9e-8a6e-6aac2cc8d845 HTTP/1.1" 200 3153 0.006596 10.0.0.27 - - [2026-02-05 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.27 - - [2026-02-05 04:37:10] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005621 10.0.0.27 - - [2026-02-05 04:37:10] "GET /virtual-networks?parent_id=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003914 10.0.0.27 - - [2026-02-05 04:37:10] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007508 10.0.0.27 - - [2026-02-05 04:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.27 - - [2026-02-05 04:37:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005452 10.0.0.27 - - [2026-02-05 04:37:12] "GET /virtual-networks?parent_id=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004122 10.0.0.27 - - [2026-02-05 04:37:12] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007041 10.0.0.27 - - [2026-02-05 04:37:12] "POST /neutron/port HTTP/1.1" 200 1235 0.024089 10.0.0.27 - - [2026-02-05 04:37:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011439 10.0.0.27 - - [2026-02-05 04:37:12] "GET /virtual-machine/002762da-c033-498d-8741-d7a7f3c29f2a HTTP/1.1" 200 1293 0.008131 10.0.0.27 - - [2026-02-05 04:37:12] "GET /virtual-machine-interface/d9012a79-00a7-4dbe-81ce-5100a92a0699 HTTP/1.1" 200 3154 0.008677 10.0.0.27 - - [2026-02-05 04:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.27 - - [2026-02-05 04:37:12] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004356 10.0.0.27 - - [2026-02-05 04:37:12] "GET /virtual-networks?parent_id=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004298 10.0.0.27 - - [2026-02-05 04:37:12] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008258 10.0.0.27 - - [2026-02-05 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.27 - - [2026-02-05 04:37:13] "GET /global-vrouter-config/bd82a0ef-510e-4d54-8bda-43af0703d2b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004901 10.0.0.27 - - [2026-02-05 04:37:13] "GET /virtual-networks?parent_id=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004280 10.0.0.27 - - [2026-02-05 04:37:13] "GET /virtual-network/a33b9c91-b3a6-4630-b1e7-417f2f90ff5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007827 10.0.0.27 - - [2026-02-05 04:37:14] "GET /virtual-machine-interface/d9012a79-00a7-4dbe-81ce-5100a92a0699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.007151 10.0.0.27 - - [2026-02-05 04:37:14] "PUT /virtual-machine-interface/d9012a79-00a7-4dbe-81ce-5100a92a0699 HTTP/1.1" 200 284 0.016645 10.0.0.27 - - [2026-02-05 04:37:17] "POST /neutron/port HTTP/1.1" 200 1235 0.019771 10.0.0.27 - - [2026-02-05 04:37:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 10.0.0.27 - - [2026-02-05 04:37:18] "POST /neutron/port HTTP/1.1" 200 117 0.001605 10.0.0.27 - - [2026-02-05 04:37:20] "POST /neutron/port HTTP/1.1" 200 1235 0.054150 10.0.0.27 - - [2026-02-05 04:37:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005246 10.0.0.27 - - [2026-02-05 04:37:20] "POST /neutron/port HTTP/1.1" 200 117 0.001595 10.0.0.27 - - [2026-02-05 04:38:18] "POST /neutron/port HTTP/1.1" 200 1235 0.019796 10.0.0.27 - - [2026-02-05 04:38:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004677 10.0.0.27 - - [2026-02-05 04:38:19] "POST /neutron/port HTTP/1.1" 200 117 0.002000 10.0.0.27 - - [2026-02-05 04:38:22] "POST /neutron/port HTTP/1.1" 200 1235 0.017934 10.0.0.27 - - [2026-02-05 04:38:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004702 10.0.0.27 - - [2026-02-05 04:38:22] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.27 - - [2026-02-05 04:39:19] "POST /neutron/port HTTP/1.1" 200 1235 0.021185 10.0.0.27 - - [2026-02-05 04:39:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004690 10.0.0.27 - - [2026-02-05 04:39:19] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.27 - - [2026-02-05 04:39:24] "POST /neutron/port HTTP/1.1" 200 1235 0.019647 10.0.0.27 - - [2026-02-05 04:39:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005751 10.0.0.27 - - [2026-02-05 04:39:24] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.27 - - [2026-02-05 04:39:45] "POST /neutron/network HTTP/1.1" 200 1002 0.012220 10.0.0.27 - - [2026-02-05 04:39:45] "POST /neutron/port HTTP/1.1" 200 1225 0.019197 10.0.0.27 - - [2026-02-05 04:39:46] "POST /neutron/port HTTP/1.1" 200 1225 0.018740 10.0.0.27 - - [2026-02-05 04:39:46] "POST /neutron/port HTTP/1.1" 200 1225 0.035879 10.0.0.50 - - [2026-02-05 04:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005731 10.0.0.23 - - [2026-02-05 04:39:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003785 10.0.0.23 - - [2026-02-05 04:39:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002898 10.0.0.23 - - [2026-02-05 04:39:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004073 10.0.0.23 - - [2026-02-05 04:39:47] "POST /useragent-kv HTTP/1.1" 200 115 0.013210 10.0.0.27 - - [2026-02-05 04:39:47] "POST /neutron/network HTTP/1.1" 200 151 0.187791 10.0.0.23 - - [2026-02-05 04:39:49] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001362 10.0.0.27 - - [2026-02-05 04:39:49] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055807 10.0.0.23 - - [2026-02-05 04:39:49] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001364 10.0.0.27 - - [2026-02-05 04:39:49] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?fields=virtual_networks HTTP/1.1" 200 1040 0.061485 10.0.0.23 - - [2026-02-05 04:39:49] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001148 10.0.0.27 - - [2026-02-05 04:39:49] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044227 10.0.0.23 - - [2026-02-05 04:39:49] "GET /projects?obj_uuids=4b3bc761-3153-44b4-92db-17a875b77155&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001193 10.0.0.27 - - [2026-02-05 04:39:49] "GET /project/4b3bc761-3153-44b4-92db-17a875b77155?fields=security_groups HTTP/1.1" 200 1270 0.057423 10.0.0.27 - - [2026-02-05 04:39:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.053472 10.0.0.23 - - [2026-02-05 04:39:50] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004246 10.0.0.23 - - [2026-02-05 04:39:50] "GET /domains?obj_uuids=5920e650-1631-4d47-b92b-5466dc6ae97a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.23 - - [2026-02-05 04:39:50] "GET /domain/5920e650-1631-4d47-b92b-5466dc6ae97a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010331 10.0.0.23 - - [2026-02-05 04:39:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.002075 10.0.0.23 - - [2026-02-05 04:39:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.006716 10.0.0.23 - - [2026-02-05 04:39:51] "POST /security-groups HTTP/1.1" 200 591 0.036466 10.0.0.23 - - [2026-02-05 04:39:51] "POST /projects HTTP/1.1" 200 585 0.316985 10.0.0.23 - - [2026-02-05 04:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.357823 10.0.0.50 - - [2026-02-05 04:39:51] "POST /access-control-lists HTTP/1.1" 200 596 0.032558 10.0.0.27 - - [2026-02-05 04:39:51] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.533406 10.0.0.27 - - [2026-02-05 04:39:52] "GET / HTTP/1.1" 200 35931 0.002247 10.0.0.23 - - [2026-02-05 04:39:58] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.27 - - [2026-02-05 04:39:58] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.047824 10.0.0.23 - - [2026-02-05 04:39:58] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001213 10.0.0.27 - - [2026-02-05 04:39:58] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?fields=virtual_networks HTTP/1.1" 200 1033 0.048886 10.0.0.23 - - [2026-02-05 04:39:58] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001521 10.0.0.27 - - [2026-02-05 04:39:58] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.052930 10.0.0.23 - - [2026-02-05 04:39:58] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.27 - - [2026-02-05 04:39:58] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?fields=security_groups HTTP/1.1" 200 1259 0.048069 10.0.0.50 - - [2026-02-05 04:40:01] "DELETE /access-control-list/51499f30-969b-4b41-8cdc-f4bfdc8fd55b HTTP/1.1" 200 115 0.051674 10.0.0.50 - - [2026-02-05 04:40:05] "GET /obj-perms HTTP/1.1" 200 5056 0.074991 10.0.0.23 - - [2026-02-05 04:40:05] "GET /obj-perms HTTP/1.1" 200 5056 0.074553 10.0.0.23 - - [2026-02-05 04:40:17] "DELETE /project/4b3bc761-3153-44b4-92db-17a875b77155 HTTP/1.1" 404 177 0.014514 10.0.0.23 - - [2026-02-05 04:40:17] "DELETE /project/ae96caac30cd4484b847dda107cb8db7 HTTP/1.1" 404 173 0.007843 10.0.0.23 - - [2026-02-05 04:40:17] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.23 - - [2026-02-05 04:40:17] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.085738 10.0.0.23 - - [2026-02-05 04:40:17] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.23 - - [2026-02-05 04:40:17] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?fields=security_groups HTTP/1.1" 200 1364 0.058887 10.0.0.23 - - [2026-02-05 04:40:17] "DELETE /security-group/aa31b02b-694d-4030-8a3b-adf66e795f09 HTTP/1.1" 200 115 0.077949 10.0.0.23 - - [2026-02-05 04:40:17] "GET /projects?obj_uuids=ae96caac-30cd-4484-b847-dda107cb8db7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.23 - - [2026-02-05 04:40:17] "GET /project/ae96caac-30cd-4484-b847-dda107cb8db7?fields=application_policy_sets HTTP/1.1" 200 1403 0.076321 10.0.0.50 - - [2026-02-05 04:40:17] "DELETE /access-control-list/041527a8-d071-423b-939c-ad074f8d6641 HTTP/1.1" 200 115 0.073631 10.0.0.23 - - [2026-02-05 04:40:18] "DELETE /project/ae96caac-30cd-4484-b847-dda107cb8db7 HTTP/1.1" 200 115 0.515804 10.0.0.27 - - [2026-02-05 04:41:05] "GET /obj-perms HTTP/1.1" 200 5056 0.066287 10.0.0.50 - - [2026-02-05 04:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.50 - - [2026-02-05 04:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2026-02-05 04:41:15] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.50 - - [2026-02-05 04:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2026-02-05 04:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2026-02-05 04:41:16] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2026-02-05 04:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.23 - - [2026-02-05 04:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.27 - - [2026-02-05 04:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2026-02-05 04:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.001202 10.0.0.27 - - [2026-02-05 04:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2026-02-05 04:41:17] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 [Introspect:8084]10.0.0.23 - - [2026-02-05 04:41:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000997 [Introspect:8084]10.0.0.23 - - [2026-02-05 04:41:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001083