++ 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 Jun 4 06:08:42 AM UTC 2026 ===================' INFO: =================== Thu Jun 4 06:08:42 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.33 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.38:8081 10.0.0.50:8081 10.0.0.33:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.38:9042 10.0.0.50:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.38:8086 10.0.0.50:8086 10.0.0.33:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.38:8082 10.0.0.50:8082 10.0.0.33:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.38:9161 10.0.0.50:9161 10.0.0.33:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.38:2181,10.0.0.50:2181,10.0.0.33:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.38:2181 10.0.0.50:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.38:5673,10.0.0.50:5673,10.0.0.33:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.38:6379 10.0.0.50:6379 10.0.0.33:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.38:9092 10.0.0.50:9092 10.0.0.33:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.38 ++ 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.38,10.0.0.50,10.0.0.33 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.38,10.0.0.50,10.0.0.33 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.38,10.0.0.50,10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.38 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.38 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.38,10.0.0.50,10.0.0.33 +++ local servers=10.0.0.38,10.0.0.50,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ uniq ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.33,10.20.0.14,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.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.33,10.20.0.14,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.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.33,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ echo 10.0.0.33 3 +++ return ++ local ip=10.0.0.33 ++ [[ -z 10.0.0.33 ]] ++ echo 10.0.0.33 + host_ip=10.0.0.33 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041 + cassandra_server_list='10.0.0.38:9041 10.0.0.50:9041 10.0.0.33:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.33:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 06/04/2026 06:08:52.296 7f8835bdd980 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/04/2026 06:08:52.458 7f8835bdd980 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/04/2026 06:08:52.471 7f8835bdd980 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/04/2026 06:08:52.471 7f8835bdd980 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.33:8082/ Hit Ctrl-C to quit. 10.0.0.33 - - [2026-06-04 06:08:53] "GET / HTTP/1.1" 503 181 0.000238 10.0.0.33 - - [2026-06-04 06:08:53] "GET / HTTP/1.1" 503 181 0.000144 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.50 - - [2026-06-04 06:08:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000846 10.0.0.50 - - [2026-06-04 06:08:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2026-06-04 06:08:54] "GET / HTTP/1.1" 200 45871 0.002161 10.0.0.33 - - [2026-06-04 06:08:54] "GET / HTTP/1.1" 200 45871 0.001183 10.0.0.33 - - [2026-06-04 06:08:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000333 10.0.0.33 - - [2026-06-04 06:08:54] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000255 10.0.0.33 - - [2026-06-04 06:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 2.501736 10.0.0.33 - - [2026-06-04 06:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.33 - - [2026-06-04 06:08:59] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.862568 10.0.0.33 - - [2026-06-04 06:08:59] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.009073 10.0.0.50 - - [2026-06-04 06:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 1.146496 10.0.0.50 - - [2026-06-04 06:09:00] "GET /network-ipam/95b2b45f-0d3a-489b-b244-5424766ce796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.018310 10.0.0.50 - - [2026-06-04 06:09:01] "PUT /access-control-list/a201aa6d-60fd-4269-848c-f7da55d147d2 HTTP/1.1" 200 272 1.371158 /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-06-04 06:09:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000673 10.0.0.50 - - [2026-06-04 06:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.33 - - [2026-06-04 06:09:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.33 - - [2026-06-04 06:09:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.38 - - [2026-06-04 06:09:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-06-04 06:09:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.33 - - [2026-06-04 06:09:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.50 - - [2026-06-04 06:09:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.33 - - [2026-06-04 06:09:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.50 - - [2026-06-04 06:09:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.38 - - [2026-06-04 06:09:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.38 - - [2026-06-04 06:09:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.50 - - [2026-06-04 06:11:04] "GET /obj-perms HTTP/1.1" 200 5056 0.378707 10.0.0.33 - - [2026-06-04 06:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.094111 10.0.0.38 - - [2026-06-04 06:12:06] "GET /obj-perms HTTP/1.1" 200 5056 0.634259 10.0.0.50 - - [2026-06-04 06:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.50 - - [2026-06-04 06:14:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.33 - - [2026-06-04 06:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.33 - - [2026-06-04 06:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.38 - - [2026-06-04 06:14:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.38 - - [2026-06-04 06:14:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.33 - - [2026-06-04 06:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000990 10.0.0.33 - - [2026-06-04 06:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2026-06-04 06:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-06-04 06:14:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.38 - - [2026-06-04 06:14:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2026-06-04 06:14:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-06-04 06:17:09] "GET /obj-perms HTTP/1.1" 200 5056 0.076651 10.0.0.33 - - [2026-06-04 06:17:10] "GET /obj-perms HTTP/1.1" 200 5056 0.065754 10.0.0.38 - - [2026-06-04 06:18:10] "GET /obj-perms HTTP/1.1" 200 5056 0.106220 10.0.0.50 - - [2026-06-04 06:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.50 - - [2026-06-04 06:19:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2026-06-04 06:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2026-06-04 06:19:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001081 10.0.0.38 - - [2026-06-04 06:19:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.38 - - [2026-06-04 06:19:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2026-06-04 06:19:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.33 - - [2026-06-04 06:19:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000858 10.0.0.50 - - [2026-06-04 06:19:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-06-04 06:19:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.38 - - [2026-06-04 06:19:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.38 - - [2026-06-04 06:19:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.50 - - [2026-06-04 06:21:13] "GET /obj-perms HTTP/1.1" 200 5056 0.065737 10.0.0.33 - - [2026-06-04 06:22:14] "GET /obj-perms HTTP/1.1" 200 5056 0.100092 10.0.0.38 - - [2026-06-04 06:22:14] "GET /obj-perms HTTP/1.1" 200 5056 0.059698 10.0.0.50 - - [2026-06-04 06:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.50 - - [2026-06-04 06:24:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.33 - - [2026-06-04 06:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-06-04 06:24:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.38 - - [2026-06-04 06:24:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.38 - - [2026-06-04 06:24:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.33 - - [2026-06-04 06:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000990 10.0.0.33 - - [2026-06-04 06:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-06-04 06:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.50 - - [2026-06-04 06:24:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000941 10.0.0.38 - - [2026-06-04 06:24:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.38 - - [2026-06-04 06:24:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.50 - - [2026-06-04 06:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.061359 10.0.0.33 - - [2026-06-04 06:26:17] "GET /obj-perms HTTP/1.1" 200 5056 0.072615 10.0.0.38 - - [2026-06-04 06:27:18] "GET /obj-perms HTTP/1.1" 200 5056 0.068687 10.0.0.50 - - [2026-06-04 06:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.073356 10.0.0.50 - - [2026-06-04 06:28:19] "GET /virtual-router/650aeccf-273c-4f6d-a24a-28e95a848bdb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.034499 10.0.0.50 - - [2026-06-04 06:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.50 - - [2026-06-04 06:29:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.33 - - [2026-06-04 06:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.33 - - [2026-06-04 06:29:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.38 - - [2026-06-04 06:29:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.38 - - [2026-06-04 06:29:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.50 - - [2026-06-04 06:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.037058 10.0.0.50 - - [2026-06-04 06:29:20] "GET /virtual-router/5be7bdc8-38f2-43cd-9ffb-8d43a7633ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.007833 10.0.0.33 - - [2026-06-04 06:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.33 - - [2026-06-04 06:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2026-06-04 06:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2026-06-04 06:29:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.38 - - [2026-06-04 06:29:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.38 - - [2026-06-04 06:29:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 [Introspect:8084]10.0.0.33 - - [2026-06-04 06:29:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000968 [Introspect:8084]10.0.0.33 - - [2026-06-04 06:29:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000977 [Introspect:8084]10.0.0.33 - - [2026-06-04 06:30:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001114 [Introspect:8084]10.0.0.33 - - [2026-06-04 06:30:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001099 10.0.0.50 - - [2026-06-04 06:30:21] "GET /obj-perms HTTP/1.1" 200 5056 0.073896 10.0.0.33 - - [2026-06-04 06:31:21] "GET /obj-perms HTTP/1.1" 200 5056 0.074319 10.0.0.38 - - [2026-06-04 06:31:21] "GET /obj-perms HTTP/1.1" 200 5056 0.061537 10.0.0.38 - - [2026-06-04 06:31:24] "GET / HTTP/1.1" 200 35931 0.001476 10.0.0.38 - - [2026-06-04 06:31:24] "GET /project/db827408-ad43-449a-adb0-b3ae1c29e4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.33 - - [2026-06-04 06:31:25] "GET /projects?obj_uuids=db827408-ad43-449a-adb0-b3ae1c29e4d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.040232 10.0.0.33 - - [2026-06-04 06:31:25] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.33 - - [2026-06-04 06:31:25] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039305 10.0.0.33 - - [2026-06-04 06:31:25] "POST /id-to-fqname HTTP/1.1" 200 167 0.004480 10.0.0.33 - - [2026-06-04 06:31:25] "POST /fqname-to-id HTTP/1.1" 404 176 0.013600 10.0.0.33 - - [2026-06-04 06:31:25] "POST /security-groups HTTP/1.1" 200 568 0.133339 10.0.0.33 - - [2026-06-04 06:31:25] "POST /projects HTTP/1.1" 200 539 0.496367 10.0.0.33 - - [2026-06-04 06:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.540346 10.0.0.38 - - [2026-06-04 06:31:25] "GET /project/db827408-ad43-449a-adb0-b3ae1c29e4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.816155 10.0.0.50 - - [2026-06-04 06:31:25] "POST /fqname-to-id HTTP/1.1" 404 206 0.077346 [Introspect:8084]10.0.0.38 - - [2026-06-04 06:31:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001247 10.0.0.38 - - [2026-06-04 06:31:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.031123 10.0.0.33 - - [2026-06-04 06:31:28] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005398 10.0.0.33 - - [2026-06-04 06:31:28] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001516 10.0.0.33 - - [2026-06-04 06:31:28] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012762 10.0.0.33 - - [2026-06-04 06:31:28] "POST /id-to-fqname HTTP/1.1" 200 201 0.005410 10.0.0.33 - - [2026-06-04 06:31:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.010586 10.0.0.33 - - [2026-06-04 06:31:28] "POST /security-groups HTTP/1.1" 200 602 0.064210 10.0.0.33 - - [2026-06-04 06:31:29] "POST /projects HTTP/1.1" 200 607 0.387797 10.0.0.33 - - [2026-06-04 06:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.431758 10.0.0.50 - - [2026-06-04 06:31:29] "POST /access-control-lists HTTP/1.1" 200 607 0.057045 10.0.0.38 - - [2026-06-04 06:31:29] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.639922 10.0.0.38 - - [2026-06-04 06:31:30] "GET / HTTP/1.1" 200 35931 0.001432 10.0.0.38 - - [2026-06-04 06:31:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.38 - - [2026-06-04 06:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.096236 10.0.0.33 - - [2026-06-04 06:31:31] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001560 10.0.0.38 - - [2026-06-04 06:31:32] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.079261 10.0.0.50 - - [2026-06-04 06:31:32] "POST /route-targets HTTP/1.1" 200 327 0.027499 10.0.0.33 - - [2026-06-04 06:31:33] "POST /useragent-kv HTTP/1.1" 200 115 0.013965 10.0.0.38 - - [2026-06-04 06:31:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.471795 10.0.0.38 - - [2026-06-04 06:31:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.002191 10.0.0.38 - - [2026-06-04 06:31:33] "GET /virtual-network/2b746304-b87c-4957-9719-111d83f26d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010321 10.0.0.38 - - [2026-06-04 06:31:33] "GET /virtual-network/2b746304-b87c-4957-9719-111d83f26d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008748 10.0.0.38 - - [2026-06-04 06:31:33] "POST /neutron/network HTTP/1.1" 200 838 0.011387 10.0.0.38 - - [2026-06-04 06:31:34] "GET /virtual-network/2b746304-b87c-4957-9719-111d83f26d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007803 10.0.0.38 - - [2026-06-04 06:31:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.002504 10.0.0.33 - - [2026-06-04 06:31:38] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001045 10.0.0.38 - - [2026-06-04 06:31:38] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.114914 10.0.0.38 - - [2026-06-04 06:31:39] "POST /neutron/network HTTP/1.1" 200 838 0.042048 10.0.0.38 - - [2026-06-04 06:31:39] "POST /neutron/port HTTP/1.1" 200 117 0.008722 10.0.0.38 - - [2026-06-04 06:31:41] "POST /neutron/port HTTP/1.1" 200 1070 0.063689 10.0.0.38 - - [2026-06-04 06:31:41] "POST /neutron/port HTTP/1.1" 200 1134 0.045592 10.0.0.38 - - [2026-06-04 06:31:42] "POST /neutron/port HTTP/1.1" 200 117 0.001878 10.0.0.38 - - [2026-06-04 06:31:44] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010608 10.0.0.38 - - [2026-06-04 06:31:50] "GET /obj-perms HTTP/1.1" 200 5052 0.060586 10.0.0.38 - - [2026-06-04 06:31:53] "GET /obj-perms HTTP/1.1" 200 5052 0.005408 10.0.0.38 - - [2026-06-04 06:31:55] "POST /neutron/network HTTP/1.1" 200 838 0.009559 10.0.0.38 - - [2026-06-04 06:31:55] "POST /neutron/port HTTP/1.1" 200 1124 0.025352 10.0.0.38 - - [2026-06-04 06:31:57] "POST /neutron/network HTTP/1.1" 200 838 0.014227 10.0.0.50 - - [2026-06-04 06:31:57] "DELETE /route-target/b06c83dc-d63f-45f6-9a51-870c25363cfb HTTP/1.1" 200 115 0.049541 10.0.0.33 - - [2026-06-04 06:31:58] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001145 10.0.0.38 - - [2026-06-04 06:31:58] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.082535 10.0.0.33 - - [2026-06-04 06:31:58] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002068 10.0.0.38 - - [2026-06-04 06:31:58] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?fields=virtual_networks HTTP/1.1" 200 1054 0.080400 10.0.0.33 - - [2026-06-04 06:31:58] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001121 10.0.0.38 - - [2026-06-04 06:31:58] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.083239 10.0.0.33 - - [2026-06-04 06:31:58] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001794 10.0.0.38 - - [2026-06-04 06:31:58] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?fields=security_groups HTTP/1.1" 200 1291 0.092374 10.0.0.33 - - [2026-06-04 06:31:59] "GET /projects?obj_uuids=db827408-ad43-449a-adb0-b3ae1c29e4d3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001024 10.0.0.38 - - [2026-06-04 06:31:59] "GET /project/db827408-ad43-449a-adb0-b3ae1c29e4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.080629 10.0.0.33 - - [2026-06-04 06:32:04] "DELETE /project/db827408ad43449aadb0b3ae1c29e4d3 HTTP/1.1" 404 173 0.008316 10.0.0.33 - - [2026-06-04 06:32:04] "DELETE /project/91c86a2b0a6f4aa2891aa6c37825bff6 HTTP/1.1" 404 173 0.004976 10.0.0.33 - - [2026-06-04 06:32:04] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001055 10.0.0.33 - - [2026-06-04 06:32:04] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.082523 10.0.0.33 - - [2026-06-04 06:32:04] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001470 10.0.0.33 - - [2026-06-04 06:32:05] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?fields=security_groups HTTP/1.1" 200 1396 0.072649 10.0.0.33 - - [2026-06-04 06:32:05] "DELETE /security-group/d4a9d7d0-37f5-4c30-a019-cbb388034d36 HTTP/1.1" 200 115 0.088363 10.0.0.33 - - [2026-06-04 06:32:05] "GET /projects?obj_uuids=91c86a2b-0a6f-4aa2-891a-a6c37825bff6&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001247 10.0.0.33 - - [2026-06-04 06:32:05] "GET /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6?fields=application_policy_sets HTTP/1.1" 200 1435 0.150998 10.0.0.33 - - [2026-06-04 06:32:05] "DELETE /project/91c86a2b-0a6f-4aa2-891a-a6c37825bff6 HTTP/1.1" 200 115 0.747628 10.0.0.33 - - [2026-06-04 06:32:07] "GET /projects?obj_uuids=db827408-ad43-449a-adb0-b3ae1c29e4d3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001032 10.0.0.38 - - [2026-06-04 06:32:07] "GET /project/db827408-ad43-449a-adb0-b3ae1c29e4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.070155 10.0.0.38 - - [2026-06-04 06:32:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.031521 10.0.0.33 - - [2026-06-04 06:32:10] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005013 10.0.0.33 - - [2026-06-04 06:32:10] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001783 10.0.0.33 - - [2026-06-04 06:32:10] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011382 10.0.0.33 - - [2026-06-04 06:32:11] "POST /id-to-fqname HTTP/1.1" 200 202 0.001259 10.0.0.33 - - [2026-06-04 06:32:11] "POST /fqname-to-id HTTP/1.1" 404 211 0.011992 10.0.0.33 - - [2026-06-04 06:32:11] "POST /security-groups HTTP/1.1" 200 603 0.093395 10.0.0.33 - - [2026-06-04 06:32:11] "POST /projects HTTP/1.1" 200 609 0.400980 10.0.0.50 - - [2026-06-04 06:32:11] "POST /fqname-to-id HTTP/1.1" 404 246 0.006888 10.0.0.33 - - [2026-06-04 06:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.440414 10.0.0.38 - - [2026-06-04 06:32:11] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.665869 10.0.0.50 - - [2026-06-04 06:32:11] "POST /access-control-lists HTTP/1.1" 200 606 0.083955 10.0.0.38 - - [2026-06-04 06:32:12] "GET / HTTP/1.1" 200 35931 0.001750 10.0.0.33 - - [2026-06-04 06:32:13] "GET /projects?obj_uuids=db827408-ad43-449a-adb0-b3ae1c29e4d3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001271 10.0.0.38 - - [2026-06-04 06:32:13] "GET /project/db827408-ad43-449a-adb0-b3ae1c29e4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.070960 10.0.0.38 - - [2026-06-04 06:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.014632 10.0.0.38 - - [2026-06-04 06:32:14] "GET /security-group/0a04d256-1f39-46af-a823-4803f538b288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.008800 10.0.0.38 - - [2026-06-04 06:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.33 - - [2026-06-04 06:32:14] "GET /projects?obj_uuids=db827408-ad43-449a-adb0-b3ae1c29e4d3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001103 10.0.0.38 - - [2026-06-04 06:32:14] "GET /project/db827408-ad43-449a-adb0-b3ae1c29e4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.098658 10.0.0.38 - - [2026-06-04 06:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.38 - - [2026-06-04 06:32:14] "GET /security-group/0a04d256-1f39-46af-a823-4803f538b288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.005587 10.0.0.38 - - [2026-06-04 06:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.38 - - [2026-06-04 06:32:14] "PUT /security-group/0a04d256-1f39-46af-a823-4803f538b288 HTTP/1.1" 200 262 0.044710 10.0.0.38 - - [2026-06-04 06:32:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.38 - - [2026-06-04 06:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.065872 10.0.0.33 - - [2026-06-04 06:32:15] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001230 10.0.0.38 - - [2026-06-04 06:32:15] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069989 10.0.0.33 - - [2026-06-04 06:32:15] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001585 10.0.0.38 - - [2026-06-04 06:32:16] "POST /neutron/network HTTP/1.1" 200 619 0.236959 10.0.0.50 - - [2026-06-04 06:32:16] "POST /route-targets HTTP/1.1" 200 327 0.018633 10.0.0.38 - - [2026-06-04 06:32:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.004254 10.0.0.38 - - [2026-06-04 06:32:16] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007486 10.0.0.38 - - [2026-06-04 06:32:16] "POST /neutron/network HTTP/1.1" 200 838 0.008780 10.0.0.38 - - [2026-06-04 06:32:16] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008083 10.0.0.38 - - [2026-06-04 06:32:17] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006171 10.0.0.38 - - [2026-06-04 06:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.33 - - [2026-06-04 06:32:18] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.38 - - [2026-06-04 06:32:18] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055749 10.0.0.38 - - [2026-06-04 06:32:18] "POST /neutron/network HTTP/1.1" 200 117 0.026154 10.0.0.50 - - [2026-06-04 06:32:19] "POST /ref-update HTTP/1.1" 200 156 0.051569 10.0.0.38 - - [2026-06-04 06:32:19] "POST /neutron/network HTTP/1.1" 200 838 0.015669 10.0.0.38 - - [2026-06-04 06:32:19] "POST /id-to-fqname HTTP/1.1" 200 233 0.001536 10.0.0.38 - - [2026-06-04 06:32:19] "GET /virtual-network/ceebdb31-9112-450d-a6ae-6324d04f24ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007490 10.0.0.38 - - [2026-06-04 06:32:19] "GET /virtual-network/ceebdb31-9112-450d-a6ae-6324d04f24ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007571 10.0.0.38 - - [2026-06-04 06:32:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.012478 10.0.0.38 - - [2026-06-04 06:32:19] "GET /virtual-network/ceebdb31-9112-450d-a6ae-6324d04f24ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007501 10.0.0.50 - - [2026-06-04 06:32:20] "GET /obj-perms HTTP/1.1" 200 5054 0.072754 10.0.0.33 - - [2026-06-04 06:32:20] "GET /obj-perms HTTP/1.1" 200 5054 0.066766 10.0.0.38 - - [2026-06-04 06:32:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001211 10.0.0.33 - - [2026-06-04 06:32:21] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001659 10.0.0.38 - - [2026-06-04 06:32:21] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.122682 10.0.0.38 - - [2026-06-04 06:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.009797 10.0.0.38 - - [2026-06-04 06:32:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001455 10.0.0.38 - - [2026-06-04 06:32:21] "POST /neutron/network HTTP/1.1" 200 848 0.011495 10.0.0.33 - - [2026-06-04 06:32:22] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001364 10.0.0.38 - - [2026-06-04 06:32:22] "POST /neutron/port HTTP/1.1" 200 1072 0.028073 10.0.0.38 - - [2026-06-04 06:32:22] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.131151 10.0.0.38 - - [2026-06-04 06:32:22] "POST /neutron/network HTTP/1.1" 200 838 0.011336 10.0.0.38 - - [2026-06-04 06:32:23] "POST /neutron/subnet HTTP/1.1" 200 699 0.018834 10.0.0.38 - - [2026-06-04 06:32:23] "POST /neutron/network HTTP/1.1" 200 838 0.010732 10.0.0.38 - - [2026-06-04 06:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.33 - - [2026-06-04 06:32:23] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.38 - - [2026-06-04 06:32:23] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.134685 10.0.0.38 - - [2026-06-04 06:32:23] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007388 10.0.0.38 - - [2026-06-04 06:32:23] "GET /floating-ip-pools?parent_id=07807e33-5431-467f-a9d6-f58dc3fde0ee&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004011 10.0.0.38 - - [2026-06-04 06:32:23] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.011541 10.0.0.38 - - [2026-06-04 06:32:23] "POST /floating-ip-pools HTTP/1.1" 200 609 0.060753 10.0.0.38 - - [2026-06-04 06:32:23] "POST /ref-update HTTP/1.1" 200 156 0.032151 10.0.0.38 - - [2026-06-04 06:32:23] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007008 10.0.0.38 - - [2026-06-04 06:32:24] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005863 10.0.0.38 - - [2026-06-04 06:32:24] "POST /neutron/network HTTP/1.1" 200 848 0.021466 10.0.0.38 - - [2026-06-04 06:32:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014842 10.0.0.38 - - [2026-06-04 06:32:25] "POST /neutron/port HTTP/1.1" 200 1126 0.224760 10.0.0.38 - - [2026-06-04 06:32:25] "POST /neutron/subnet HTTP/1.1" 200 698 0.013848 10.0.0.38 - - [2026-06-04 06:32:29] "POST /neutron/port HTTP/1.1" 200 1136 0.028568 10.0.0.38 - - [2026-06-04 06:32:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010231 10.0.0.38 - - [2026-06-04 06:32:29] "GET /virtual-machine/c50a3fda-e3a1-4a0c-ab7e-7f9c96749bf4 HTTP/1.1" 401 292 0.000544 10.0.0.38 - - [2026-06-04 06:32:29] "GET /virtual-machine/c50a3fda-e3a1-4a0c-ab7e-7f9c96749bf4 HTTP/1.1" 200 1305 0.038360 10.0.0.38 - - [2026-06-04 06:32:29] "GET /virtual-machine-interface/b2acfb8f-6be8-4d45-a19c-8b5a0ba2d41b HTTP/1.1" 200 3005 0.006595 10.0.0.38 - - [2026-06-04 06:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.38 - - [2026-06-04 06:32:30] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004695 10.0.0.38 - - [2026-06-04 06:32:30] "GET /virtual-networks?parent_id=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004990 10.0.0.38 - - [2026-06-04 06:32:30] "GET /virtual-network/ceebdb31-9112-450d-a6ae-6324d04f24ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007105 10.0.0.38 - - [2026-06-04 06:32:32] "POST /neutron/port HTTP/1.1" 200 1136 0.085433 10.0.0.38 - - [2026-06-04 06:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.38 - - [2026-06-04 06:32:33] "GET /virtual-network/ceebdb31-9112-450d-a6ae-6324d04f24ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009064 10.0.0.38 - - [2026-06-04 06:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.38 - - [2026-06-04 06:32:35] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004691 10.0.0.38 - - [2026-06-04 06:32:35] "GET /virtual-networks?parent_id=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005289 10.0.0.38 - - [2026-06-04 06:32:35] "GET /virtual-network/ceebdb31-9112-450d-a6ae-6324d04f24ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006382 10.0.0.38 - - [2026-06-04 06:32:35] "POST /neutron/port HTTP/1.1" 200 1136 0.038083 10.0.0.38 - - [2026-06-04 06:32:35] "POST /neutron/port HTTP/1.1" 200 1136 0.026027 10.0.0.38 - - [2026-06-04 06:32:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010802 10.0.0.38 - - [2026-06-04 06:32:36] "GET /virtual-machine/8ab6bfc0-947e-4ea0-93ee-3efa0517e84a HTTP/1.1" 200 1304 0.009492 10.0.0.38 - - [2026-06-04 06:32:36] "GET /virtual-machine-interface/946271bc-3e69-4c14-9002-e01655d9cf5c HTTP/1.1" 200 3005 0.006834 10.0.0.38 - - [2026-06-04 06:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005694 10.0.0.38 - - [2026-06-04 06:32:36] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004864 10.0.0.38 - - [2026-06-04 06:32:36] "GET /virtual-networks?parent_id=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004030 10.0.0.38 - - [2026-06-04 06:32:36] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007111 10.0.0.38 - - [2026-06-04 06:32:37] "POST /neutron/port HTTP/1.1" 200 1136 0.028526 10.0.0.38 - - [2026-06-04 06:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.38 - - [2026-06-04 06:32:39] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007416 10.0.0.38 - - [2026-06-04 06:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.38 - - [2026-06-04 06:32:41] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004553 10.0.0.38 - - [2026-06-04 06:32:41] "GET /virtual-networks?parent_id=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004513 10.0.0.38 - - [2026-06-04 06:32:41] "GET /virtual-network/07807e33-5431-467f-a9d6-f58dc3fde0ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.008256 10.0.0.38 - - [2026-06-04 06:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.38 - - [2026-06-04 06:32:41] "GET /routing-instance/e5416401-2fe1-4efe-8699-84714d88513a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.009435 10.0.0.38 - - [2026-06-04 06:32:41] "GET /route-target/b1969841-0e2b-4785-9267-47dfdfff6a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005209 10.0.0.38 - - [2026-06-04 06:32:44] "POST /neutron/floatingip HTTP/1.1" 200 577 0.030293 10.0.0.38 - - [2026-06-04 06:32:45] "POST /neutron/floatingip HTTP/1.1" 200 115 0.082604 10.0.0.38 - - [2026-06-04 06:32:45] "GET /floating-ip-pool/b1a2daf4-a1ea-4b3c-8348-3734033fe4a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005402 10.0.0.38 - - [2026-06-04 06:32:45] "POST /ref-update HTTP/1.1" 200 156 0.021592 10.0.0.38 - - [2026-06-04 06:32:45] "DELETE /floating-ip-pool/b1a2daf4-a1ea-4b3c-8348-3734033fe4a7 HTTP/1.1" 200 115 0.061643 10.0.0.38 - - [2026-06-04 06:32:45] "POST /neutron/port HTTP/1.1" 200 1136 0.027097 10.0.0.38 - - [2026-06-04 06:32:45] "POST /neutron/port HTTP/1.1" 200 1136 0.027429 10.0.0.38 - - [2026-06-04 06:32:47] "POST /neutron/network HTTP/1.1" 200 838 0.010530 10.0.0.33 - - [2026-06-04 06:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006016 10.0.0.50 - - [2026-06-04 06:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006637 10.0.0.33 - - [2026-06-04 06:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004041 10.0.0.38 - - [2026-06-04 06:32:48] "POST /neutron/network HTTP/1.1" 200 151 0.195385 10.0.0.33 - - [2026-06-04 06:32:49] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.38 - - [2026-06-04 06:32:49] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.068187 10.0.0.33 - - [2026-06-04 06:32:49] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309 10.0.0.38 - - [2026-06-04 06:32:49] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?fields=virtual_networks HTTP/1.1" 200 1057 0.078463 10.0.0.33 - - [2026-06-04 06:32:49] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001381 10.0.0.38 - - [2026-06-04 06:32:49] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.063824 10.0.0.33 - - [2026-06-04 06:32:50] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001677 10.0.0.38 - - [2026-06-04 06:32:50] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?fields=security_groups HTTP/1.1" 200 1295 0.059344 10.0.0.38 - - [2026-06-04 06:32:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.039186 10.0.0.33 - - [2026-06-04 06:32:51] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004559 10.0.0.33 - - [2026-06-04 06:32:51] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001764 10.0.0.33 - - [2026-06-04 06:32:51] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010192 10.0.0.33 - - [2026-06-04 06:32:51] "POST /id-to-fqname HTTP/1.1" 200 185 0.001487 10.0.0.33 - - [2026-06-04 06:32:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.011953 10.0.0.33 - - [2026-06-04 06:32:51] "POST /security-groups HTTP/1.1" 200 586 0.043873 10.0.0.33 - - [2026-06-04 06:32:51] "POST /projects HTTP/1.1" 200 575 0.293398 10.0.0.50 - - [2026-06-04 06:32:51] "POST /access-control-lists HTTP/1.1" 200 591 0.046360 10.0.0.33 - - [2026-06-04 06:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.371904 10.0.0.38 - - [2026-06-04 06:32:51] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.629564 10.0.0.38 - - [2026-06-04 06:32:52] "GET / HTTP/1.1" 200 35931 0.001968 10.0.0.33 - - [2026-06-04 06:32:56] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002125 10.0.0.38 - - [2026-06-04 06:32:56] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.076206 10.0.0.33 - - [2026-06-04 06:32:56] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001332 10.0.0.38 - - [2026-06-04 06:32:56] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?fields=virtual_networks HTTP/1.1" 200 1023 0.079231 10.0.0.33 - - [2026-06-04 06:32:56] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001163 10.0.0.38 - - [2026-06-04 06:32:56] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.074975 10.0.0.33 - - [2026-06-04 06:32:56] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001489 10.0.0.38 - - [2026-06-04 06:32:56] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?fields=security_groups HTTP/1.1" 200 1244 0.074520 10.0.0.38 - - [2026-06-04 06:32:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.036957 10.0.0.33 - - [2026-06-04 06:32:57] "GET /projects?obj_uuids=9717e771-ea54-423f-b92e-46fbaaea2002&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003655 10.0.0.33 - - [2026-06-04 06:32:57] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.33 - - [2026-06-04 06:32:57] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008490 10.0.0.33 - - [2026-06-04 06:32:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.008615 10.0.0.33 - - [2026-06-04 06:32:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.008107 10.0.0.33 - - [2026-06-04 06:32:58] "POST /security-groups HTTP/1.1" 200 586 0.091046 10.0.0.50 - - [2026-06-04 06:32:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.004230 10.0.0.33 - - [2026-06-04 06:32:58] "POST /projects HTTP/1.1" 200 575 0.391739 10.0.0.33 - - [2026-06-04 06:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.426003 10.0.0.38 - - [2026-06-04 06:32:58] "GET /project/9717e771-ea54-423f-b92e-46fbaaea2002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.629248 10.0.0.50 - - [2026-06-04 06:32:58] "POST /access-control-lists HTTP/1.1" 200 589 0.085075 10.0.0.38 - - [2026-06-04 06:32:59] "GET / HTTP/1.1" 200 35931 0.001848 10.0.0.38 - - [2026-06-04 06:32:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.004877 10.0.0.50 - - [2026-06-04 06:33:00] "POST /fqname-to-id HTTP/1.1" 404 227 0.010215 10.0.0.50 - - [2026-06-04 06:33:00] "PUT /access-control-list/eff68aa3-8f2e-456d-892a-56ce194804fd HTTP/1.1" 200 272 0.030743 10.0.0.38 - - [2026-06-04 06:33:00] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.066208 10.0.0.38 - - [2026-06-04 06:33:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.179956 10.0.0.38 - - [2026-06-04 06:33:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.008664 10.0.0.50 - - [2026-06-04 06:33:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.007576 10.0.0.50 - - [2026-06-04 06:33:01] "POST /access-control-lists HTTP/1.1" 200 588 0.054664 10.0.0.38 - - [2026-06-04 06:33:01] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.020062 10.0.0.50 - - [2026-06-04 06:33:02] "PUT /access-control-list/f2caabed-3e06-4e5a-b330-d6f4a0b589c6 HTTP/1.1" 200 272 0.022993 10.0.0.38 - - [2026-06-04 06:33:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.201685 10.0.0.38 - - [2026-06-04 06:33:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.38 - - [2026-06-04 06:33:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.040691 10.0.0.50 - - [2026-06-04 06:33:02] "POST /access-control-lists HTTP/1.1" 200 607 0.040752 10.0.0.50 - - [2026-06-04 06:33:03] "PUT /access-control-list/868e3645-8e9d-4736-a4e1-db4b6670683a HTTP/1.1" 200 272 0.038653 10.0.0.38 - - [2026-06-04 06:33:03] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.046152 10.0.0.38 - - [2026-06-04 06:33:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.157867 10.0.0.38 - - [2026-06-04 06:33:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.008362 10.0.0.50 - - [2026-06-04 06:33:03] "PUT /access-control-list/868e3645-8e9d-4736-a4e1-db4b6670683a HTTP/1.1" 200 272 0.027392 10.0.0.50 - - [2026-06-04 06:33:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.010233 10.0.0.50 - - [2026-06-04 06:33:04] "PUT /access-control-list/dba04348-b8f0-4487-9739-cf117448c02a HTTP/1.1" 200 272 0.036618 10.0.0.38 - - [2026-06-04 06:33:04] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.015683 10.0.0.38 - - [2026-06-04 06:33:04] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.188995 10.0.0.33 - - [2026-06-04 06:33:05] "DELETE /project/be9e5319cdce4b769f4b854a9fda5d2d HTTP/1.1" 404 173 0.015468 10.0.0.33 - - [2026-06-04 06:33:05] "DELETE /project/fcb759294edc42ce8b2e7b9343c77865 HTTP/1.1" 404 173 0.014026 10.0.0.33 - - [2026-06-04 06:33:05] "DELETE /project/9717e771ea54423fb92e46fbaaea2002 HTTP/1.1" 404 173 0.012730 10.0.0.33 - - [2026-06-04 06:33:05] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.33 - - [2026-06-04 06:33:05] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001452 10.0.0.33 - - [2026-06-04 06:33:05] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.062076 10.0.0.33 - - [2026-06-04 06:33:05] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001132 10.0.0.33 - - [2026-06-04 06:33:05] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.129668 10.0.0.33 - - [2026-06-04 06:33:05] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001858 10.0.0.33 - - [2026-06-04 06:33:05] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?fields=security_groups HTTP/1.1" 200 1400 0.137265 10.0.0.33 - - [2026-06-04 06:33:05] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?fields=security_groups HTTP/1.1" 200 1349 0.097784 10.0.0.33 - - [2026-06-04 06:33:06] "DELETE /security-group/3756d6c1-195f-438b-9c16-4a6999f7e692 HTTP/1.1" 200 115 0.085712 10.0.0.33 - - [2026-06-04 06:33:06] "GET /projects?obj_uuids=be9e5319-cdce-4b76-9f4b-854a9fda5d2d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001116 10.0.0.33 - - [2026-06-04 06:33:06] "DELETE /security-group/0dc3a926-15f5-4e7d-9410-06b41e6ab67b HTTP/1.1" 200 115 0.125177 10.0.0.33 - - [2026-06-04 06:33:06] "GET /projects?obj_uuids=fcb75929-4edc-42ce-8b2e-7b9343c77865&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004636 10.0.0.50 - - [2026-06-04 06:33:06] "DELETE /access-control-list/507b361e-cdff-46f0-9f39-304e1c53d151 HTTP/1.1" 200 115 0.114799 10.0.0.33 - - [2026-06-04 06:33:06] "GET /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d?fields=application_policy_sets HTTP/1.1" 200 1439 0.111469 10.0.0.33 - - [2026-06-04 06:33:06] "GET /project/fcb75929-4edc-42ce-8b2e-7b9343c77865?fields=application_policy_sets HTTP/1.1" 200 1388 0.144671 10.0.0.50 - - [2026-06-04 06:33:06] "DELETE /access-control-list/d20fc8b2-d9a4-4c14-9eda-f2f38a43e214 HTTP/1.1" 200 115 0.081426 10.0.0.33 - - [2026-06-04 06:33:06] "DELETE /project/be9e5319-cdce-4b76-9f4b-854a9fda5d2d HTTP/1.1" 200 115 0.767062 10.0.0.38 - - [2026-06-04 06:33:06] "POST /neutron/router HTTP/1.1" 200 541 0.013052 10.0.0.33 - - [2026-06-04 06:33:06] "DELETE /project/fcb75929-4edc-42ce-8b2e-7b9343c77865 HTTP/1.1" 200 115 0.942202 10.0.0.38 - - [2026-06-04 06:33:06] "POST /neutron/router HTTP/1.1" 200 541 0.011371 10.0.0.38 - - [2026-06-04 06:33:06] "POST /neutron/router HTTP/1.1" 200 541 0.007278 10.0.0.38 - - [2026-06-04 06:33:06] "POST /neutron/router HTTP/1.1" 200 541 0.005193 10.0.0.38 - - [2026-06-04 06:33:06] "POST /neutron/router HTTP/1.1" 200 541 0.006570 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 541 0.007170 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 541 0.004900 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 541 0.005209 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 541 0.005882 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 541 0.005672 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 541 0.005553 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 541 0.049580 10.0.0.50 - - [2026-06-04 06:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.016166 10.0.0.33 - - [2026-06-04 06:33:07] "GET /projects?obj_uuids=db827408-ad43-449a-adb0-b3ae1c29e4d3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001183 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 542 0.168944 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 542 0.003965 10.0.0.50 - - [2026-06-04 06:33:07] "PUT /logical-router/8f795338-5925-439c-b343-e39c431bd2b8 HTTP/1.1" 200 262 0.059645 10.0.0.38 - - [2026-06-04 06:33:07] "POST /neutron/router HTTP/1.1" 200 542 0.009249 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.006081 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.006193 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.005984 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.005451 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.005084 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.005665 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.006135 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.007001 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.038149 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 542 0.006286 10.0.0.38 - - [2026-06-04 06:33:08] "POST /neutron/router HTTP/1.1" 200 559 0.009330 10.0.0.50 - - [2026-06-04 06:33:08] "POST /route-targets HTTP/1.1" 200 327 0.019942 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.024082 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.005773 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.005629 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.010856 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.004961 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.005344 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.013405 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.005981 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.005473 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.004908 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 559 0.007517 10.0.0.38 - - [2026-06-04 06:33:09] "POST /neutron/router HTTP/1.1" 200 151 0.119128 10.0.0.50 - - [2026-06-04 06:33:09] "GET /logical-router/ae4b7e65-74f5-47af-9d3b-9478ed421ca0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.050038 10.0.0.50 - - [2026-06-04 06:33:09] "DELETE /route-target/2b6d076c-5505-44a8-b0d9-f081c98a07f9 HTTP/1.1" 200 115 0.058018 10.0.0.38 - - [2026-06-04 06:33:10] "POST /neutron/security_group HTTP/1.1" 200 521 0.004328 10.0.0.50 - - [2026-06-04 06:33:10] "DELETE /access-control-list/96f8fcd7-ce60-4a89-a2cc-9377a74dd235 HTTP/1.1" 200 115 0.049367 10.0.0.38 - - [2026-06-04 06:33:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.093482 10.0.0.50 - - [2026-06-04 06:33:10] "DELETE /access-control-list/f2caabed-3e06-4e5a-b330-d6f4a0b589c6 HTTP/1.1" 200 115 0.058567 10.0.0.33 - - [2026-06-04 06:33:11] "GET /projects?obj_uuids=9717e771-ea54-423f-b92e-46fbaaea2002&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001289 10.0.0.38 - - [2026-06-04 06:33:11] "GET /project/9717e771-ea54-423f-b92e-46fbaaea2002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.062193 10.0.0.33 - - [2026-06-04 06:33:11] "GET /projects?obj_uuids=9717e771-ea54-423f-b92e-46fbaaea2002&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001499 10.0.0.38 - - [2026-06-04 06:33:11] "GET /project/9717e771-ea54-423f-b92e-46fbaaea2002?fields=virtual_networks HTTP/1.1" 200 1023 0.076557 10.0.0.33 - - [2026-06-04 06:33:11] "GET /projects?obj_uuids=9717e771-ea54-423f-b92e-46fbaaea2002&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.38 - - [2026-06-04 06:33:11] "GET /project/9717e771-ea54-423f-b92e-46fbaaea2002?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.062995 10.0.0.33 - - [2026-06-04 06:33:12] "GET /projects?obj_uuids=9717e771-ea54-423f-b92e-46fbaaea2002&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.38 - - [2026-06-04 06:33:12] "GET /project/9717e771-ea54-423f-b92e-46fbaaea2002?fields=security_groups HTTP/1.1" 200 1244 0.069506 10.0.0.38 - - [2026-06-04 06:33:13] "POST /fqname-to-id HTTP/1.1" 404 184 0.030424 10.0.0.33 - - [2026-06-04 06:33:13] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005201 10.0.0.33 - - [2026-06-04 06:33:13] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.33 - - [2026-06-04 06:33:13] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007699 10.0.0.33 - - [2026-06-04 06:33:13] "POST /id-to-fqname HTTP/1.1" 200 186 0.001149 10.0.0.33 - - [2026-06-04 06:33:13] "POST /fqname-to-id HTTP/1.1" 404 195 0.004212 10.0.0.33 - - [2026-06-04 06:33:13] "POST /security-groups HTTP/1.1" 200 587 0.045885 10.0.0.50 - - [2026-06-04 06:33:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.004349 10.0.0.33 - - [2026-06-04 06:33:13] "POST /projects HTTP/1.1" 200 577 0.294022 10.0.0.33 - - [2026-06-04 06:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.330211 10.0.0.38 - - [2026-06-04 06:33:13] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.518770 10.0.0.50 - - [2026-06-04 06:33:13] "POST /access-control-lists HTTP/1.1" 200 590 0.077143 10.0.0.38 - - [2026-06-04 06:33:14] "GET / HTTP/1.1" 200 35931 0.003663 10.0.0.38 - - [2026-06-04 06:33:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000714 10.0.0.38 - - [2026-06-04 06:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.071866 10.0.0.33 - - [2026-06-04 06:33:17] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001568 10.0.0.38 - - [2026-06-04 06:33:17] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.066975 10.0.0.38 - - [2026-06-04 06:33:17] "POST /neutron/network HTTP/1.1" 200 117 0.047663 10.0.0.38 - - [2026-06-04 06:33:17] "POST /neutron/network HTTP/1.1" 200 821 0.015263 10.0.0.38 - - [2026-06-04 06:33:17] "POST /id-to-fqname HTTP/1.1" 200 216 0.001248 10.0.0.38 - - [2026-06-04 06:33:17] "GET /virtual-network/e1c87132-bce4-4f7a-962a-43772a1dd6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008312 10.0.0.38 - - [2026-06-04 06:33:17] "GET /virtual-network/e1c87132-bce4-4f7a-962a-43772a1dd6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006496 10.0.0.38 - - [2026-06-04 06:33:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.012787 10.0.0.38 - - [2026-06-04 06:33:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.004357 10.0.0.38 - - [2026-06-04 06:33:18] "GET /virtual-network/e1c87132-bce4-4f7a-962a-43772a1dd6bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007395 10.0.0.38 - - [2026-06-04 06:33:18] "GET /virtual-machine-interface/c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.009640 10.0.0.38 - - [2026-06-04 06:33:18] "GET /virtual-machine-interface/c5cf91d3-e4aa-4158-9538-1c5a6fcfcd9e?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.011370 10.0.0.38 - - [2026-06-04 06:33:18] "GET /instance-ip/4a1121d6-4b01-498e-99b0-321985170d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.006419 10.0.0.38 - - [2026-06-04 06:33:19] "POST /neutron/port HTTP/1.1" 200 151 0.169705 10.0.0.50 - - [2026-06-04 06:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.38 - - [2026-06-04 06:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.33 - - [2026-06-04 06:33:21] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001848 10.0.0.38 - - [2026-06-04 06:33:21] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.072410 10.0.0.38 - - [2026-06-04 06:33:22] "POST /neutron/network HTTP/1.1" 200 117 0.016298 10.0.0.50 - - [2026-06-04 06:33:22] "POST /ref-update HTTP/1.1" 200 156 0.042733 10.0.0.33 - - [2026-06-04 06:33:22] "POST /useragent-kv HTTP/1.1" 200 115 0.018710 10.0.0.38 - - [2026-06-04 06:33:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.314519 10.0.0.38 - - [2026-06-04 06:33:22] "POST /id-to-fqname HTTP/1.1" 200 217 0.001273 10.0.0.38 - - [2026-06-04 06:33:22] "GET /virtual-network/c618bb7b-c4e0-4108-be28-041a9ba8d867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008399 10.0.0.38 - - [2026-06-04 06:33:23] "GET /virtual-network/c618bb7b-c4e0-4108-be28-041a9ba8d867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007336 10.0.0.38 - - [2026-06-04 06:33:23] "POST /neutron/network HTTP/1.1" 200 977 0.012698 10.0.0.33 - - [2026-06-04 06:33:23] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001697 10.0.0.38 - - [2026-06-04 06:33:23] "POST /neutron/port HTTP/1.1" 200 1017 0.425565 10.0.0.38 - - [2026-06-04 06:33:23] "GET /obj-perms HTTP/1.1" 200 5056 0.104072 10.0.0.38 - - [2026-06-04 06:33:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.001745 10.0.0.38 - - [2026-06-04 06:33:24] "POST /neutron/port HTTP/1.1" 200 1017 0.016440 10.0.0.38 - - [2026-06-04 06:33:24] "POST /neutron/port HTTP/1.1" 200 117 0.008519 10.0.0.38 - - [2026-06-04 06:33:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001697 10.0.0.38 - - [2026-06-04 06:33:24] "POST /neutron/port HTTP/1.1" 200 1017 0.017523 10.0.0.38 - - [2026-06-04 06:33:25] "POST /neutron/network HTTP/1.1" 200 977 0.012309 10.0.0.38 - - [2026-06-04 06:33:25] "POST /neutron/port HTTP/1.1" 200 117 0.012552 10.0.0.38 - - [2026-06-04 06:33:25] "POST /neutron/port HTTP/1.1" 200 1017 0.016539 10.0.0.38 - - [2026-06-04 06:33:25] "POST /neutron/port HTTP/1.1" 200 1017 0.014613 10.0.0.38 - - [2026-06-04 06:33:26] "POST /neutron/network HTTP/1.1" 200 987 0.010300 10.0.0.38 - - [2026-06-04 06:33:26] "POST /neutron/port HTTP/1.1" 200 1119 0.027057 10.0.0.38 - - [2026-06-04 06:33:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.028080 10.0.0.38 - - [2026-06-04 06:33:26] "POST /neutron/port HTTP/1.1" 200 1120 0.035879 10.0.0.38 - - [2026-06-04 06:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.38 - - [2026-06-04 06:33:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009997 10.0.0.38 - - [2026-06-04 06:33:30] "POST /neutron/port HTTP/1.1" 200 1119 0.023071 10.0.0.38 - - [2026-06-04 06:33:30] "GET /virtual-machine/fa59939c-16a0-4fc9-9726-e1b873a80fc9 HTTP/1.1" 401 292 0.000592 10.0.0.38 - - [2026-06-04 06:33:31] "GET /virtual-machine/fa59939c-16a0-4fc9-9726-e1b873a80fc9 HTTP/1.1" 200 1285 0.042025 10.0.0.38 - - [2026-06-04 06:33:31] "GET /virtual-machine-interface/9eb48069-2232-4daf-97cb-68f33253a087 HTTP/1.1" 200 2925 0.006701 10.0.0.38 - - [2026-06-04 06:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.38 - - [2026-06-04 06:33:31] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004728 10.0.0.38 - - [2026-06-04 06:33:31] "GET /virtual-networks?parent_id=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003575 10.0.0.38 - - [2026-06-04 06:33:31] "GET /virtual-network/c618bb7b-c4e0-4108-be28-041a9ba8d867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008253 10.0.0.38 - - [2026-06-04 06:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.38 - - [2026-06-04 06:33:34] "GET /virtual-network/c618bb7b-c4e0-4108-be28-041a9ba8d867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007043 10.0.0.38 - - [2026-06-04 06:33:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.013279 10.0.0.38 - - [2026-06-04 06:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.38 - - [2026-06-04 06:33:38] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005939 10.0.0.38 - - [2026-06-04 06:33:38] "GET /virtual-networks?parent_id=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003873 10.0.0.38 - - [2026-06-04 06:33:38] "GET /virtual-network/c618bb7b-c4e0-4108-be28-041a9ba8d867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007771 10.0.0.38 - - [2026-06-04 06:33:38] "POST /neutron/port HTTP/1.1" 200 1120 0.035804 10.0.0.38 - - [2026-06-04 06:33:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.017877 10.0.0.38 - - [2026-06-04 06:33:38] "GET /virtual-machine/749fe765-3523-4b83-9cf2-4640413bd9dd HTTP/1.1" 200 1284 0.011742 10.0.0.38 - - [2026-06-04 06:33:38] "GET /virtual-machine-interface/3f9be1a9-2cd4-46aa-b42e-0b452ba6d203 HTTP/1.1" 200 2924 0.007976 10.0.0.38 - - [2026-06-04 06:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011418 10.0.0.38 - - [2026-06-04 06:33:39] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004949 10.0.0.38 - - [2026-06-04 06:33:39] "GET /virtual-networks?parent_id=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003730 10.0.0.38 - - [2026-06-04 06:33:39] "GET /virtual-network/c618bb7b-c4e0-4108-be28-041a9ba8d867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007890 10.0.0.38 - - [2026-06-04 06:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.38 - - [2026-06-04 06:33:40] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005363 10.0.0.38 - - [2026-06-04 06:33:40] "GET /virtual-networks?parent_id=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.009447 10.0.0.38 - - [2026-06-04 06:33:40] "GET /virtual-network/c618bb7b-c4e0-4108-be28-041a9ba8d867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006578 10.0.0.38 - - [2026-06-04 06:33:43] "POST /neutron/port HTTP/1.1" 200 1110 0.024737 10.0.0.38 - - [2026-06-04 06:33:44] "POST /neutron/port HTTP/1.1" 200 1109 0.021739 10.0.0.38 - - [2026-06-04 06:33:44] "POST /neutron/network HTTP/1.1" 200 977 0.015553 10.0.0.33 - - [2026-06-04 06:33:45] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001948 10.0.0.38 - - [2026-06-04 06:33:46] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.072756 10.0.0.33 - - [2026-06-04 06:33:46] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001678 10.0.0.38 - - [2026-06-04 06:33:46] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?fields=virtual_networks HTTP/1.1" 200 1025 0.077611 10.0.0.33 - - [2026-06-04 06:33:46] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001596 10.0.0.38 - - [2026-06-04 06:33:46] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.062851 10.0.0.33 - - [2026-06-04 06:33:46] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001049 10.0.0.38 - - [2026-06-04 06:33:46] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?fields=security_groups HTTP/1.1" 200 1247 0.047528 10.0.0.38 - - [2026-06-04 06:33:47] "POST /fqname-to-id HTTP/1.1" 404 186 0.032091 10.0.0.33 - - [2026-06-04 06:33:47] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003858 10.0.0.33 - - [2026-06-04 06:33:47] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.33 - - [2026-06-04 06:33:47] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008125 10.0.0.33 - - [2026-06-04 06:33:47] "POST /id-to-fqname HTTP/1.1" 200 188 0.004821 10.0.0.33 - - [2026-06-04 06:33:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.010462 10.0.0.33 - - [2026-06-04 06:33:47] "POST /security-groups HTTP/1.1" 200 589 0.056017 10.0.0.50 - - [2026-06-04 06:33:47] "POST /fqname-to-id HTTP/1.1" 404 232 0.005860 10.0.0.33 - - [2026-06-04 06:33:47] "POST /projects HTTP/1.1" 200 581 0.310010 10.0.0.33 - - [2026-06-04 06:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.387455 10.0.0.50 - - [2026-06-04 06:33:47] "POST /access-control-lists HTTP/1.1" 200 592 0.044983 10.0.0.38 - - [2026-06-04 06:33:47] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.562606 10.0.0.38 - - [2026-06-04 06:33:49] "GET / HTTP/1.1" 200 35931 0.002431 10.0.0.38 - - [2026-06-04 06:33:49] "POST /neutron/port HTTP/1.1" 400 205 0.004229 10.0.0.38 - - [2026-06-04 06:33:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000487 10.0.0.38 - - [2026-06-04 06:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.080263 10.0.0.33 - - [2026-06-04 06:33:51] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001578 10.0.0.38 - - [2026-06-04 06:33:51] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.070062 10.0.0.38 - - [2026-06-04 06:33:51] "POST /neutron/network HTTP/1.1" 200 117 0.051244 10.0.0.38 - - [2026-06-04 06:33:52] "POST /neutron/network HTTP/1.1" 200 824 0.016129 10.0.0.38 - - [2026-06-04 06:33:52] "POST /id-to-fqname HTTP/1.1" 200 219 0.001319 10.0.0.38 - - [2026-06-04 06:33:52] "GET /virtual-network/8e6335ec-3730-47a3-a3e8-5fbfade36ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006967 10.0.0.38 - - [2026-06-04 06:33:52] "GET /virtual-network/8e6335ec-3730-47a3-a3e8-5fbfade36ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008237 10.0.0.38 - - [2026-06-04 06:33:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.013316 10.0.0.38 - - [2026-06-04 06:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.33 - - [2026-06-04 06:33:52] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001632 10.0.0.38 - - [2026-06-04 06:33:52] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.059881 10.0.0.50 - - [2026-06-04 06:33:52] "POST /route-targets HTTP/1.1" 200 327 0.022356 10.0.0.33 - - [2026-06-04 06:33:53] "POST /useragent-kv HTTP/1.1" 200 115 0.012452 10.0.0.38 - - [2026-06-04 06:33:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.296980 10.0.0.38 - - [2026-06-04 06:33:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001565 10.0.0.38 - - [2026-06-04 06:33:53] "GET /virtual-network/b9568c5e-94c0-4200-b753-7a94fc5d5512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007123 10.0.0.38 - - [2026-06-04 06:33:53] "GET /virtual-network/b9568c5e-94c0-4200-b753-7a94fc5d5512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008293 10.0.0.38 - - [2026-06-04 06:33:53] "POST /neutron/network HTTP/1.1" 200 824 0.009580 10.0.0.38 - - [2026-06-04 06:33:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001399 10.0.0.33 - - [2026-06-04 06:33:54] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.38 - - [2026-06-04 06:33:54] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.098807 10.0.0.38 - - [2026-06-04 06:33:54] "POST /neutron/network HTTP/1.1" 200 824 0.009199 10.0.0.38 - - [2026-06-04 06:33:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001250 10.0.0.38 - - [2026-06-04 06:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.008502 10.0.0.33 - - [2026-06-04 06:33:55] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.38 - - [2026-06-04 06:33:55] "POST /neutron/port HTTP/1.1" 200 1058 0.460941 10.0.0.33 - - [2026-06-04 06:33:55] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001557 10.0.0.38 - - [2026-06-04 06:33:55] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.095150 10.0.0.38 - - [2026-06-04 06:33:55] "POST /neutron/network HTTP/1.1" 200 824 0.008447 10.0.0.38 - - [2026-06-04 06:33:55] "POST /neutron/port HTTP/1.1" 200 1122 0.032349 10.0.0.38 - - [2026-06-04 06:33:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.026031 10.0.0.38 - - [2026-06-04 06:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.33 - - [2026-06-04 06:33:56] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001906 10.0.0.50 - - [2026-06-04 06:33:56] "PUT /logical-router/67f9ca4b-1919-4a14-af6f-cacc746f3726 HTTP/1.1" 200 262 0.061883 10.0.0.38 - - [2026-06-04 06:33:56] "POST /neutron/router HTTP/1.1" 200 344 0.567861 10.0.0.38 - - [2026-06-04 06:33:56] "POST /neutron/port HTTP/1.1" 200 1122 0.026470 10.0.0.38 - - [2026-06-04 06:33:57] "POST /neutron/port HTTP/1.1" 200 1058 0.030239 10.0.0.38 - - [2026-06-04 06:33:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005924 10.0.0.38 - - [2026-06-04 06:33:57] "POST /neutron/network HTTP/1.1" 200 824 0.009566 10.0.0.38 - - [2026-06-04 06:34:02] "POST /neutron/port HTTP/1.1" 200 1122 0.025289 10.0.0.38 - - [2026-06-04 06:34:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010901 10.0.0.38 - - [2026-06-04 06:34:02] "GET /virtual-machine/748f6307-c1b8-4617-bd75-bf2d96730b1c HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-06-04 06:34:02] "GET /virtual-machine/748f6307-c1b8-4617-bd75-bf2d96730b1c HTTP/1.1" 200 1290 0.037883 10.0.0.38 - - [2026-06-04 06:34:02] "GET /virtual-machine-interface/702a7b89-8fef-4eef-9fb6-2d6a20da5235 HTTP/1.1" 200 2934 0.007739 10.0.0.38 - - [2026-06-04 06:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.38 - - [2026-06-04 06:34:02] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005268 10.0.0.38 - - [2026-06-04 06:34:02] "GET /virtual-networks?parent_id=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004480 10.0.0.38 - - [2026-06-04 06:34:02] "GET /virtual-network/8e6335ec-3730-47a3-a3e8-5fbfade36ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007090 10.0.0.50 - - [2026-06-04 06:34:05] "DELETE /access-control-list/acf7201d-e08f-485c-9171-c4ea1a21e3d7 HTTP/1.1" 200 115 0.081501 10.0.0.38 - - [2026-06-04 06:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005618 10.0.0.38 - - [2026-06-04 06:34:05] "GET /virtual-network/8e6335ec-3730-47a3-a3e8-5fbfade36ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007687 10.0.0.33 - - [2026-06-04 06:34:06] "DELETE /project/9717e771-ea54-423f-b92e-46fbaaea2002 HTTP/1.1" 404 177 0.005294 10.0.0.33 - - [2026-06-04 06:34:06] "DELETE /project/d312619ea3024dd0a9035e86c6d080bd HTTP/1.1" 404 173 0.007084 10.0.0.33 - - [2026-06-04 06:34:06] "DELETE /project/0e6f5b75116d4230ac898acedf48dd3f HTTP/1.1" 404 173 0.008658 10.0.0.33 - - [2026-06-04 06:34:06] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001070 10.0.0.33 - - [2026-06-04 06:34:06] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.053791 10.0.0.33 - - [2026-06-04 06:34:06] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001632 10.0.0.33 - - [2026-06-04 06:34:06] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?fields=security_groups HTTP/1.1" 200 1352 0.058333 10.0.0.33 - - [2026-06-04 06:34:06] "DELETE /security-group/c6e9590b-987e-47a4-ad60-22236d7e5333 HTTP/1.1" 200 115 0.069038 10.0.0.33 - - [2026-06-04 06:34:06] "GET /projects?obj_uuids=d312619e-a302-4dd0-a903-5e86c6d080bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001194 10.0.0.33 - - [2026-06-04 06:34:07] "GET /project/d312619e-a302-4dd0-a903-5e86c6d080bd?fields=application_policy_sets HTTP/1.1" 200 1391 0.094686 10.0.0.33 - - [2026-06-04 06:34:07] "DELETE /project/d312619e-a302-4dd0-a903-5e86c6d080bd HTTP/1.1" 200 115 0.524453 10.0.0.50 - - [2026-06-04 06:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.50 - - [2026-06-04 06:34:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.38 - - [2026-06-04 06:34:08] "POST /neutron/port HTTP/1.1" 200 1122 0.030771 10.0.0.33 - - [2026-06-04 06:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.33 - - [2026-06-04 06:34:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.38 - - [2026-06-04 06:34:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.38 - - [2026-06-04 06:34:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.38 - - [2026-06-04 06:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.38 - - [2026-06-04 06:34:09] "GET /virtual-network/8e6335ec-3730-47a3-a3e8-5fbfade36ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009499 10.0.0.38 - - [2026-06-04 06:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.38 - - [2026-06-04 06:34:12] "POST /neutron/port HTTP/1.1" 200 1122 0.038143 10.0.0.38 - - [2026-06-04 06:34:12] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.008021 10.0.0.38 - - [2026-06-04 06:34:12] "GET /virtual-networks?parent_id=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.008121 10.0.0.38 - - [2026-06-04 06:34:12] "GET /virtual-network/8e6335ec-3730-47a3-a3e8-5fbfade36ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007291 10.0.0.38 - - [2026-06-04 06:34:12] "POST /neutron/subnet HTTP/1.1" 200 698 0.012991 10.0.0.38 - - [2026-06-04 06:34:12] "POST /neutron/port HTTP/1.1" 200 1122 0.025902 10.0.0.38 - - [2026-06-04 06:34:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010512 10.0.0.38 - - [2026-06-04 06:34:12] "GET /virtual-machine/7a6e1091-7389-452e-a16f-c9517e0e3b0f HTTP/1.1" 200 1290 0.008274 10.0.0.38 - - [2026-06-04 06:34:12] "GET /virtual-machine-interface/9b4c152e-ee0b-40ac-84ce-a06dff7e7367 HTTP/1.1" 200 2934 0.006979 10.0.0.38 - - [2026-06-04 06:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.38 - - [2026-06-04 06:34:12] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.007015 10.0.0.38 - - [2026-06-04 06:34:12] "GET /virtual-networks?parent_id=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004051 10.0.0.38 - - [2026-06-04 06:34:12] "GET /virtual-network/b9568c5e-94c0-4200-b753-7a94fc5d5512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006519 10.0.0.38 - - [2026-06-04 06:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.38 - - [2026-06-04 06:34:13] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004443 10.0.0.38 - - [2026-06-04 06:34:13] "GET /virtual-networks?parent_id=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.005279 10.0.0.38 - - [2026-06-04 06:34:13] "GET /virtual-network/b9568c5e-94c0-4200-b753-7a94fc5d5512?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006834 10.0.0.38 - - [2026-06-04 06:34:17] "POST /neutron/port HTTP/1.1" 200 1122 0.032606 10.0.0.38 - - [2026-06-04 06:34:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005483 10.0.0.38 - - [2026-06-04 06:34:18] "POST /neutron/network HTTP/1.1" 200 824 0.011238 10.0.0.50 - - [2026-06-04 06:34:19] "POST /ref-update HTTP/1.1" 200 156 0.038668 10.0.0.38 - - [2026-06-04 06:34:19] "POST /neutron/port HTTP/1.1" 200 1920 0.073102 10.0.0.38 - - [2026-06-04 06:34:25] "POST /neutron/router HTTP/1.1" 200 580 0.008016 10.0.0.50 - - [2026-06-04 06:34:28] "POST /ref-update HTTP/1.1" 200 156 0.027226 10.0.0.38 - - [2026-06-04 06:34:28] "POST /neutron/router HTTP/1.1" 200 344 0.273287 10.0.0.38 - - [2026-06-04 06:34:28] "POST /neutron/router HTTP/1.1" 200 580 0.013285 10.0.0.50 - - [2026-06-04 06:34:29] "DELETE /route-target/313e9d1b-45bb-4ee0-a33c-0d10ace5ba0a HTTP/1.1" 200 115 0.042834 10.0.0.38 - - [2026-06-04 06:34:29] "POST /neutron/network HTTP/1.1" 400 204 0.018088 10.0.0.38 - - [2026-06-04 06:34:30] "POST /neutron/port HTTP/1.1" 200 151 0.262032 10.0.0.38 - - [2026-06-04 06:34:30] "POST /neutron/port HTTP/1.1" 200 151 0.341473 10.0.0.38 - - [2026-06-04 06:34:31] "POST /neutron/network HTTP/1.1" 200 824 0.011375 10.0.0.50 - - [2026-06-04 06:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.33 - - [2026-06-04 06:34:33] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.38 - - [2026-06-04 06:34:33] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075447 10.0.0.33 - - [2026-06-04 06:34:33] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.38 - - [2026-06-04 06:34:33] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?fields=virtual_networks HTTP/1.1" 200 1028 0.077989 10.0.0.33 - - [2026-06-04 06:34:33] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001492 10.0.0.38 - - [2026-06-04 06:34:33] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.079387 10.0.0.33 - - [2026-06-04 06:34:33] "GET /projects?obj_uuids=0e6f5b75-116d-4230-ac89-8acedf48dd3f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004313 10.0.0.38 - - [2026-06-04 06:34:33] "GET /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f?fields=security_groups HTTP/1.1" 200 1252 0.080239 10.0.0.38 - - [2026-06-04 06:34:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.038540 10.0.0.33 - - [2026-06-04 06:34:34] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004087 10.0.0.33 - - [2026-06-04 06:34:34] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001371 10.0.0.33 - - [2026-06-04 06:34:34] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008095 10.0.0.33 - - [2026-06-04 06:34:34] "POST /id-to-fqname HTTP/1.1" 200 193 0.001721 10.0.0.33 - - [2026-06-04 06:34:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.006303 10.0.0.33 - - [2026-06-04 06:34:34] "POST /security-groups HTTP/1.1" 200 594 0.041251 10.0.0.33 - - [2026-06-04 06:34:34] "POST /projects HTTP/1.1" 200 591 0.294877 10.0.0.33 - - [2026-06-04 06:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.335789 10.0.0.50 - - [2026-06-04 06:34:34] "POST /access-control-lists HTTP/1.1" 200 599 0.043657 10.0.0.38 - - [2026-06-04 06:34:35] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.535261 10.0.0.38 - - [2026-06-04 06:34:36] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.33 - - [2026-06-04 06:34:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.33 - - [2026-06-04 06:34:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.50 - - [2026-06-04 06:34:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2026-06-04 06:34:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.38 - - [2026-06-04 06:34:38] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000454 10.0.0.38 - - [2026-06-04 06:34:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000673 10.0.0.33 - - [2026-06-04 06:34:38] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001678 10.0.0.38 - - [2026-06-04 06:34:38] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.161627 10.0.0.38 - - [2026-06-04 06:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.38 - - [2026-06-04 06:34:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.38 - - [2026-06-04 06:34:38] "GET /security-group/2fc85030-4032-49a5-8900-23bef3c3c84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.010037 10.0.0.38 - - [2026-06-04 06:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.33 - - [2026-06-04 06:34:38] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001757 10.0.0.38 - - [2026-06-04 06:34:38] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.055637 10.0.0.38 - - [2026-06-04 06:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.38 - - [2026-06-04 06:34:38] "GET /security-group/2fc85030-4032-49a5-8900-23bef3c3c84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004807 10.0.0.38 - - [2026-06-04 06:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.38 - - [2026-06-04 06:34:39] "PUT /security-group/2fc85030-4032-49a5-8900-23bef3c3c84b HTTP/1.1" 200 262 0.029763 10.0.0.50 - - [2026-06-04 06:34:39] "PUT /access-control-list/32795e62-3bae-47c9-8938-084049ed2857 HTTP/1.1" 200 272 0.017847 10.0.0.38 - - [2026-06-04 06:34:39] "POST /fqname-to-id HTTP/1.1" 404 202 0.011482 10.0.0.38 - - [2026-06-04 06:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007034 10.0.0.33 - - [2026-06-04 06:34:39] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001666 10.0.0.38 - - [2026-06-04 06:34:39] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.071349 10.0.0.33 - - [2026-06-04 06:34:39] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001225 10.0.0.38 - - [2026-06-04 06:34:39] "POST /neutron/network HTTP/1.1" 200 608 0.232469 10.0.0.50 - - [2026-06-04 06:34:39] "POST /ref-update HTTP/1.1" 200 156 0.035972 10.0.0.38 - - [2026-06-04 06:34:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.004354 10.0.0.38 - - [2026-06-04 06:34:40] "GET /virtual-network/d812cb27-f30f-4ce4-af53-3dd3389c82eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007149 10.0.0.38 - - [2026-06-04 06:34:40] "POST /neutron/network HTTP/1.1" 200 827 0.008973 10.0.0.38 - - [2026-06-04 06:34:40] "GET /virtual-network/d812cb27-f30f-4ce4-af53-3dd3389c82eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008518 10.0.0.38 - - [2026-06-04 06:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.33 - - [2026-06-04 06:34:40] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001291 10.0.0.38 - - [2026-06-04 06:34:40] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.060140 10.0.0.38 - - [2026-06-04 06:34:40] "POST /neutron/network HTTP/1.1" 200 117 0.024421 10.0.0.38 - - [2026-06-04 06:34:41] "POST /neutron/network HTTP/1.1" 200 834 0.011731 10.0.0.38 - - [2026-06-04 06:34:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001712 10.0.0.38 - - [2026-06-04 06:34:41] "GET /virtual-network/efc0debd-b657-4078-97f1-124ae7514400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007238 10.0.0.38 - - [2026-06-04 06:34:41] "GET /virtual-network/efc0debd-b657-4078-97f1-124ae7514400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006364 10.0.0.38 - - [2026-06-04 06:34:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.011777 10.0.0.38 - - [2026-06-04 06:34:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001334 10.0.0.33 - - [2026-06-04 06:34:42] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001214 10.0.0.38 - - [2026-06-04 06:34:42] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.096759 10.0.0.38 - - [2026-06-04 06:34:42] "POST /neutron/port HTTP/1.1" 200 117 0.009216 10.0.0.38 - - [2026-06-04 06:34:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.002081 10.0.0.38 - - [2026-06-04 06:34:42] "POST /neutron/network HTTP/1.1" 200 844 0.008947 10.0.0.38 - - [2026-06-04 06:34:43] "POST /neutron/port HTTP/1.1" 200 1063 0.022124 10.0.0.33 - - [2026-06-04 06:34:43] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001595 10.0.0.38 - - [2026-06-04 06:34:43] "POST /neutron/port HTTP/1.1" 200 1127 0.028884 10.0.0.38 - - [2026-06-04 06:34:43] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.134695 10.0.0.38 - - [2026-06-04 06:34:43] "POST /neutron/network HTTP/1.1" 200 834 0.007237 10.0.0.38 - - [2026-06-04 06:34:43] "POST /neutron/port HTTP/1.1" 200 1127 0.028214 10.0.0.33 - - [2026-06-04 06:34:43] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001143 10.0.0.38 - - [2026-06-04 06:34:44] "POST /neutron/router HTTP/1.1" 200 585 0.123495 10.0.0.50 - - [2026-06-04 06:34:44] "POST /route-targets HTTP/1.1" 200 327 0.024939 10.0.0.38 - - [2026-06-04 06:34:44] "POST /neutron/router HTTP/1.1" 200 656 0.027231 10.0.0.50 - - [2026-06-04 06:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.038871 10.0.0.33 - - [2026-06-04 06:34:44] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004847 10.0.0.33 - - [2026-06-04 06:34:44] "POST /useragent-kv HTTP/1.1" 200 115 0.019995 10.0.0.50 - - [2026-06-04 06:34:44] "POST /virtual-networks HTTP/1.1" 200 694 0.212042 10.0.0.50 - - [2026-06-04 06:34:44] "PUT /logical-router/9c641e89-a99f-47f6-b0a4-9c12fce890cf HTTP/1.1" 200 262 0.053748 10.0.0.50 - - [2026-06-04 06:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.048502 10.0.0.50 - - [2026-06-04 06:34:45] "POST /ref-update HTTP/1.1" 200 156 0.070971 10.0.0.38 - - [2026-06-04 06:34:45] "POST /neutron/port HTTP/1.1" 200 1063 0.698222 10.0.0.38 - - [2026-06-04 06:34:45] "POST /neutron/port HTTP/1.1" 200 1063 0.023438 10.0.0.50 - - [2026-06-04 06:34:45] "POST /chown HTTP/1.1" 200 109 0.049951 10.0.0.50 - - [2026-06-04 06:34:45] "POST /chown HTTP/1.1" 200 109 0.023027 10.0.0.38 - - [2026-06-04 06:34:45] "POST /neutron/port HTTP/1.1" 200 1127 0.051912 10.0.0.50 - - [2026-06-04 06:34:45] "POST /ref-update HTTP/1.1" 200 156 0.031653 10.0.0.38 - - [2026-06-04 06:34:45] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.50 - - [2026-06-04 06:34:46] "POST /instance-ips HTTP/1.1" 200 549 0.059550 10.0.0.50 - - [2026-06-04 06:34:46] "PUT /virtual-machine-interface/e7cf111d-3547-47ae-9f66-9b0bf28a155d HTTP/1.1" 200 284 0.034527 10.0.0.50 - - [2026-06-04 06:34:46] "POST /ref-update HTTP/1.1" 200 156 0.039912 10.0.0.50 - - [2026-06-04 06:34:46] "PUT /routing-instance/98c681a4-2eb7-4df6-a980-bfcc43a453b6 HTTP/1.1" 200 266 0.043887 10.0.0.50 - - [2026-06-04 06:34:46] "POST /chown HTTP/1.1" 200 109 0.026268 10.0.0.50 - - [2026-06-04 06:34:46] "PUT /virtual-machine-interface/9755a2cd-072b-49b9-a234-4971499bc938 HTTP/1.1" 200 284 0.027976 10.0.0.50 - - [2026-06-04 06:34:46] "POST /ref-update HTTP/1.1" 200 156 0.046123 10.0.0.50 - - [2026-06-04 06:34:47] "POST /instance-ips HTTP/1.1" 400 316 0.060014 10.0.0.50 - - [2026-06-04 06:34:47] "PUT /instance-ip/2a47961a-71f8-41d5-970d-ae3f45d143a9 HTTP/1.1" 200 256 0.055074 10.0.0.50 - - [2026-06-04 06:34:47] "POST /ref-update HTTP/1.1" 200 156 0.043346 10.0.0.50 - - [2026-06-04 06:34:47] "POST /ref-update HTTP/1.1" 200 156 0.040003 10.0.0.38 - - [2026-06-04 06:34:50] "POST /neutron/security_group HTTP/1.1" 200 2002 0.011391 10.0.0.38 - - [2026-06-04 06:34:50] "POST /neutron/port HTTP/1.1" 200 1127 0.021725 10.0.0.38 - - [2026-06-04 06:34:50] "GET /virtual-machine/18e382dc-c251-4608-93af-afdd0de98d98 HTTP/1.1" 401 292 0.000479 10.0.0.38 - - [2026-06-04 06:34:50] "GET /virtual-machine/18e382dc-c251-4608-93af-afdd0de98d98 HTTP/1.1" 200 1295 0.036634 10.0.0.38 - - [2026-06-04 06:34:50] "GET /virtual-machine-interface/faad0272-ef8b-45c3-a79f-1e75c235a828 HTTP/1.1" 200 2957 0.008194 10.0.0.38 - - [2026-06-04 06:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.38 - - [2026-06-04 06:34:50] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005029 10.0.0.38 - - [2026-06-04 06:34:50] "GET /virtual-networks?parent_id=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004057 10.0.0.38 - - [2026-06-04 06:34:50] "GET /virtual-network/d812cb27-f30f-4ce4-af53-3dd3389c82eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006604 10.0.0.38 - - [2026-06-04 06:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.38 - - [2026-06-04 06:34:53] "GET /virtual-network/d812cb27-f30f-4ce4-af53-3dd3389c82eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.010071 10.0.0.38 - - [2026-06-04 06:34:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008398 10.0.0.38 - - [2026-06-04 06:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005862 10.0.0.38 - - [2026-06-04 06:34:55] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004766 10.0.0.38 - - [2026-06-04 06:34:55] "GET /virtual-networks?parent_id=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004627 10.0.0.38 - - [2026-06-04 06:34:56] "GET /virtual-network/d812cb27-f30f-4ce4-af53-3dd3389c82eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007855 10.0.0.38 - - [2026-06-04 06:34:56] "POST /neutron/port HTTP/1.1" 200 1127 0.026996 10.0.0.38 - - [2026-06-04 06:34:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009323 10.0.0.38 - - [2026-06-04 06:34:56] "GET /virtual-machine/a3f75e87-3724-4850-8cae-0088ca78c1bb HTTP/1.1" 200 1296 0.006978 10.0.0.38 - - [2026-06-04 06:34:56] "GET /virtual-machine-interface/c93e1424-f383-4a2e-b35a-7fa8cabf72b3 HTTP/1.1" 200 2969 0.008027 10.0.0.38 - - [2026-06-04 06:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.38 - - [2026-06-04 06:34:56] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006103 10.0.0.38 - - [2026-06-04 06:34:56] "GET /virtual-networks?parent_id=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.006317 10.0.0.38 - - [2026-06-04 06:34:56] "GET /virtual-network/efc0debd-b657-4078-97f1-124ae7514400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006968 10.0.0.38 - - [2026-06-04 06:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.38 - - [2026-06-04 06:34:57] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004300 10.0.0.38 - - [2026-06-04 06:34:57] "GET /virtual-networks?parent_id=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005137 10.0.0.38 - - [2026-06-04 06:34:57] "GET /virtual-network/efc0debd-b657-4078-97f1-124ae7514400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007553 10.0.0.38 - - [2026-06-04 06:34:57] "POST /neutron/port HTTP/1.1" 200 1127 0.022822 10.0.0.50 - - [2026-06-04 06:35:06] "DELETE /access-control-list/5c8bbd56-1105-40b4-8159-c578c4c09371 HTTP/1.1" 200 115 0.136021 10.0.0.38 - - [2026-06-04 06:35:07] "POST /neutron/router HTTP/1.1" 200 344 0.292918 10.0.0.33 - - [2026-06-04 06:35:07] "DELETE /project/0e6f5b75-116d-4230-ac89-8acedf48dd3f HTTP/1.1" 404 177 0.002687 10.0.0.33 - - [2026-06-04 06:35:07] "DELETE /project/7135cd040db5451cabd390d558955a8e HTTP/1.1" 404 173 0.005153 10.0.0.50 - - [2026-06-04 06:35:07] "PUT /logical-router/9c641e89-a99f-47f6-b0a4-9c12fce890cf HTTP/1.1" 500 213 0.146342 10.0.0.50 - - [2026-06-04 06:35:07] "DELETE /route-target/656daac3-7801-4699-b279-e2486628c378 HTTP/1.1" 409 239 0.096689 10.0.0.38 - - [2026-06-04 06:35:07] "POST /neutron/network HTTP/1.1" 200 834 0.011997 10.0.0.50 - - [2026-06-04 06:35:07] "DELETE /route-table/b7951024-1b3f-43ab-ad1a-9fda5feaf817 HTTP/1.1" 200 115 0.066712 10.0.0.50 - - [2026-06-04 06:35:07] "POST /ref-update HTTP/1.1" 200 156 0.040639 10.0.0.50 - - [2026-06-04 06:35:07] "POST /ref-update HTTP/1.1" 200 156 0.042667 10.0.0.50 - - [2026-06-04 06:35:08] "GET /virtual-machine-interface/e7cf111d-3547-47ae-9f66-9b0bf28a155d?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.008321 10.0.0.38 - - [2026-06-04 06:35:08] "POST /neutron/port HTTP/1.1" 200 1117 0.044635 10.0.0.50 - - [2026-06-04 06:35:08] "DELETE /instance-ip/2a47961a-71f8-41d5-970d-ae3f45d143a9 HTTP/1.1" 200 115 0.097282 10.0.0.38 - - [2026-06-04 06:35:08] "POST /neutron/port HTTP/1.1" 200 1117 0.022280 10.0.0.33 - - [2026-06-04 06:35:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005254 10.0.0.33 - - [2026-06-04 06:35:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.50 - - [2026-06-04 06:35:08] "DELETE /virtual-network/d497e446-9468-4a4d-afe6-9ba2d101dc4a HTTP/1.1" 200 115 0.229485 10.0.0.50 - - [2026-06-04 06:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.50 - - [2026-06-04 06:35:09] "POST /ref-update HTTP/1.1" 200 156 0.055817 10.0.0.50 - - [2026-06-04 06:35:09] "POST /ref-update HTTP/1.1" 200 156 0.029292 10.0.0.50 - - [2026-06-04 06:35:09] "POST /ref-update HTTP/1.1" 200 156 0.032842 10.0.0.50 - - [2026-06-04 06:35:09] "DELETE /virtual-machine-interface/9755a2cd-072b-49b9-a234-4971499bc938 HTTP/1.1" 200 115 0.098516 10.0.0.33 - - [2026-06-04 06:35:10] "POST /useragent-kv HTTP/1.1" 200 115 0.007330 10.0.0.33 - - [2026-06-04 06:35:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004626 10.0.0.38 - - [2026-06-04 06:35:10] "POST /neutron/network HTTP/1.1" 200 151 0.182634 10.0.0.50 - - [2026-06-04 06:35:10] "DELETE /route-target/ca38ff33-859d-466a-941e-efa4255e78eb HTTP/1.1" 200 115 0.056462 10.0.0.33 - - [2026-06-04 06:35:11] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001593 10.0.0.38 - - [2026-06-04 06:35:11] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.080727 10.0.0.33 - - [2026-06-04 06:35:11] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001715 10.0.0.38 - - [2026-06-04 06:35:11] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?fields=virtual_networks HTTP/1.1" 200 1038 0.081771 10.0.0.33 - - [2026-06-04 06:35:11] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001452 10.0.0.38 - - [2026-06-04 06:35:11] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.081834 10.0.0.33 - - [2026-06-04 06:35:11] "GET /projects?obj_uuids=7135cd04-0db5-451c-abd3-90d558955a8e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001391 10.0.0.38 - - [2026-06-04 06:35:12] "GET /project/7135cd04-0db5-451c-abd3-90d558955a8e?fields=security_groups HTTP/1.1" 200 1267 0.069932 10.0.0.38 - - [2026-06-04 06:35:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.033988 10.0.0.33 - - [2026-06-04 06:35:13] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003540 10.0.0.33 - - [2026-06-04 06:35:13] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001575 10.0.0.33 - - [2026-06-04 06:35:13] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010329 10.0.0.33 - - [2026-06-04 06:35:13] "POST /id-to-fqname HTTP/1.1" 200 198 0.002297 10.0.0.33 - - [2026-06-04 06:35:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.014813 10.0.0.33 - - [2026-06-04 06:35:13] "POST /security-groups HTTP/1.1" 200 599 0.043887 10.0.0.50 - - [2026-06-04 06:35:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.008171 10.0.0.33 - - [2026-06-04 06:35:13] "POST /projects HTTP/1.1" 200 601 0.304557 10.0.0.33 - - [2026-06-04 06:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.354025 10.0.0.38 - - [2026-06-04 06:35:13] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.542292 10.0.0.50 - - [2026-06-04 06:35:13] "POST /access-control-lists HTTP/1.1" 200 602 0.089758 10.0.0.38 - - [2026-06-04 06:35:14] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.38 - - [2026-06-04 06:35:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000502 10.0.0.38 - - [2026-06-04 06:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.069474 10.0.0.33 - - [2026-06-04 06:35:17] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.38 - - [2026-06-04 06:35:17] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061862 10.0.0.38 - - [2026-06-04 06:35:17] "POST /neutron/network HTTP/1.1" 200 117 0.045578 10.0.0.50 - - [2026-06-04 06:35:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.33 - - [2026-06-04 06:35:18] "POST /useragent-kv HTTP/1.1" 200 115 0.011087 10.0.0.38 - - [2026-06-04 06:35:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.264459 10.0.0.38 - - [2026-06-04 06:35:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.38 - - [2026-06-04 06:35:18] "GET /virtual-network/43942852-5e6b-4a66-be93-e32bc9f83f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006221 10.0.0.38 - - [2026-06-04 06:35:18] "GET /virtual-network/43942852-5e6b-4a66-be93-e32bc9f83f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008612 10.0.0.38 - - [2026-06-04 06:35:18] "POST /neutron/network HTTP/1.1" 200 1006 0.012938 10.0.0.38 - - [2026-06-04 06:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.33 - - [2026-06-04 06:35:18] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.38 - - [2026-06-04 06:35:18] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058237 10.0.0.38 - - [2026-06-04 06:35:18] "POST /neutron/network HTTP/1.1" 200 117 0.019682 10.0.0.50 - - [2026-06-04 06:35:18] "POST /route-targets HTTP/1.1" 200 327 0.016924 10.0.0.33 - - [2026-06-04 06:35:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013999 10.0.0.38 - - [2026-06-04 06:35:19] "POST /neutron/subnet HTTP/1.1" 200 823 0.305467 10.0.0.38 - - [2026-06-04 06:35:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001509 10.0.0.38 - - [2026-06-04 06:35:19] "GET /virtual-network/66803d00-f368-4cfb-83ec-6df7bc32e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.010110 10.0.0.38 - - [2026-06-04 06:35:19] "GET /virtual-network/66803d00-f368-4cfb-83ec-6df7bc32e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007640 10.0.0.38 - - [2026-06-04 06:35:19] "POST /neutron/network HTTP/1.1" 200 1007 0.011034 10.0.0.38 - - [2026-06-04 06:35:19] "POST /fqname-to-id HTTP/1.1" 404 234 0.003802 10.0.0.38 - - [2026-06-04 06:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.33 - - [2026-06-04 06:35:19] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002088 10.0.0.38 - - [2026-06-04 06:35:19] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069551 10.0.0.38 - - [2026-06-04 06:35:19] "POST /network-policys HTTP/1.1" 200 577 0.064623 10.0.0.38 - - [2026-06-04 06:35:19] "GET /network-policy/62dfa92a-5a13-466b-bdc2-a6551f741c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007325 10.0.0.38 - - [2026-06-04 06:35:19] "POST /neutron/network HTTP/1.1" 200 1006 0.014954 10.0.0.50 - - [2026-06-04 06:35:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.047077 10.0.0.50 - - [2026-06-04 06:35:19] "POST /access-control-lists HTTP/1.1" 200 596 0.059395 10.0.0.38 - - [2026-06-04 06:35:19] "GET /virtual-network/43942852-5e6b-4a66-be93-e32bc9f83f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.015578 10.0.0.38 - - [2026-06-04 06:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.38 - - [2026-06-04 06:35:19] "GET /network-policy/62dfa92a-5a13-466b-bdc2-a6551f741c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006621 10.0.0.38 - - [2026-06-04 06:35:20] "POST /neutron/network HTTP/1.1" 200 1007 0.013642 10.0.0.38 - - [2026-06-04 06:35:20] "GET /virtual-network/66803d00-f368-4cfb-83ec-6df7bc32e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.024634 10.0.0.38 - - [2026-06-04 06:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005849 10.0.0.50 - - [2026-06-04 06:35:20] "POST /ref-update HTTP/1.1" 200 156 0.041696 10.0.0.38 - - [2026-06-04 06:35:20] "GET /network-policy/62dfa92a-5a13-466b-bdc2-a6551f741c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004451 10.0.0.38 - - [2026-06-04 06:35:20] "GET /virtual-network/43942852-5e6b-4a66-be93-e32bc9f83f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008241 10.0.0.50 - - [2026-06-04 06:35:21] "GET /obj-perms HTTP/1.1" 200 5046 0.083986 10.0.0.33 - - [2026-06-04 06:35:22] "GET /obj-perms HTTP/1.1" 200 5046 0.069473 10.0.0.38 - - [2026-06-04 06:35:22] "GET /virtual-network/66803d00-f368-4cfb-83ec-6df7bc32e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.007890 10.0.0.38 - - [2026-06-04 06:35:22] "GET /obj-perms HTTP/1.1" 200 5046 0.095036 10.0.0.38 - - [2026-06-04 06:35:23] "GET /virtual-network/66803d00-f368-4cfb-83ec-6df7bc32e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006871 10.0.0.38 - - [2026-06-04 06:35:23] "POST /neutron/network HTTP/1.1" 200 1115 0.013296 10.0.0.38 - - [2026-06-04 06:35:23] "GET /virtual-network/66803d00-f368-4cfb-83ec-6df7bc32e317?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009509 10.0.0.38 - - [2026-06-04 06:35:23] "GET /virtual-network/43942852-5e6b-4a66-be93-e32bc9f83f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.009903 10.0.0.38 - - [2026-06-04 06:35:23] "POST /neutron/network HTTP/1.1" 200 1114 0.024718 10.0.0.50 - - [2026-06-04 06:35:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.005898 10.0.0.50 - - [2026-06-04 06:35:23] "DELETE /access-control-list/8b993ddb-06a3-4347-9249-46b30293bfcd HTTP/1.1" 200 115 0.059733 10.0.0.38 - - [2026-06-04 06:35:23] "GET /virtual-network/43942852-5e6b-4a66-be93-e32bc9f83f47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.024876 10.0.0.38 - - [2026-06-04 06:35:23] "DELETE /network-policy/62dfa92a-5a13-466b-bdc2-a6551f741c11 HTTP/1.1" 200 115 0.102315 10.0.0.38 - - [2026-06-04 06:35:23] "POST /neutron/network HTTP/1.1" 200 1007 0.022052 10.0.0.50 - - [2026-06-04 06:35:23] "DELETE /route-target/a7d070a8-5552-4cf6-b9da-022d573b4b1b HTTP/1.1" 200 115 0.029827 10.0.0.33 - - [2026-06-04 06:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007190 10.0.0.33 - - [2026-06-04 06:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004301 10.0.0.33 - - [2026-06-04 06:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004036 10.0.0.33 - - [2026-06-04 06:35:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.38 - - [2026-06-04 06:35:24] "POST /neutron/network HTTP/1.1" 200 151 0.196207 10.0.0.33 - - [2026-06-04 06:35:25] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002176 10.0.0.38 - - [2026-06-04 06:35:26] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074862 10.0.0.33 - - [2026-06-04 06:35:26] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001640 10.0.0.38 - - [2026-06-04 06:35:26] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?fields=virtual_networks HTTP/1.1" 200 1048 0.063792 10.0.0.33 - - [2026-06-04 06:35:26] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.38 - - [2026-06-04 06:35:26] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.053463 10.0.0.33 - - [2026-06-04 06:35:26] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.38 - - [2026-06-04 06:35:26] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?fields=security_groups HTTP/1.1" 200 1282 0.057123 10.0.0.38 - - [2026-06-04 06:35:27] "POST /fqname-to-id HTTP/1.1" 404 204 0.037997 10.0.0.33 - - [2026-06-04 06:35:27] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004940 10.0.0.33 - - [2026-06-04 06:35:27] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.33 - - [2026-06-04 06:35:27] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008190 10.0.0.33 - - [2026-06-04 06:35:27] "POST /id-to-fqname HTTP/1.1" 200 206 0.003405 10.0.0.33 - - [2026-06-04 06:35:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.008001 10.0.0.33 - - [2026-06-04 06:35:27] "POST /security-groups HTTP/1.1" 200 607 0.037076 10.0.0.33 - - [2026-06-04 06:35:27] "POST /projects HTTP/1.1" 200 617 0.277747 10.0.0.50 - - [2026-06-04 06:35:27] "POST /fqname-to-id HTTP/1.1" 404 250 0.005967 10.0.0.33 - - [2026-06-04 06:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.316474 10.0.0.38 - - [2026-06-04 06:35:27] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.480368 10.0.0.50 - - [2026-06-04 06:35:27] "POST /access-control-lists HTTP/1.1" 200 610 0.049694 10.0.0.38 - - [2026-06-04 06:35:29] "GET / HTTP/1.1" 200 35931 0.002492 10.0.0.38 - - [2026-06-04 06:35:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000744 10.0.0.38 - - [2026-06-04 06:35:32] "POST /fqname-to-id HTTP/1.1" 404 233 0.081423 10.0.0.38 - - [2026-06-04 06:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.33 - - [2026-06-04 06:35:32] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001627 10.0.0.38 - - [2026-06-04 06:35:32] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.061138 10.0.0.38 - - [2026-06-04 06:35:32] "POST /network-policys HTTP/1.1" 200 567 0.093153 10.0.0.38 - - [2026-06-04 06:35:32] "GET /network-policy/23c3cfbe-fd3b-49ba-96c2-fd7e1d0d31a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006682 10.0.0.38 - - [2026-06-04 06:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.33 - - [2026-06-04 06:35:32] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001134 10.0.0.38 - - [2026-06-04 06:35:32] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.058129 10.0.0.33 - - [2026-06-04 06:35:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008353 10.0.0.38 - - [2026-06-04 06:35:33] "POST /neutron/subnet HTTP/1.1" 200 730 0.305193 10.0.0.38 - - [2026-06-04 06:35:33] "POST /id-to-fqname HTTP/1.1" 200 237 0.001890 10.0.0.38 - - [2026-06-04 06:35:33] "GET /virtual-network/a70e1ac3-bc05-4ea2-ae13-8a878e18060f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.013027 10.0.0.38 - - [2026-06-04 06:35:34] "POST /neutron/network HTTP/1.1" 200 1017 0.011866 10.0.0.38 - - [2026-06-04 06:35:34] "GET /virtual-network/a70e1ac3-bc05-4ea2-ae13-8a878e18060f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006827 10.0.0.38 - - [2026-06-04 06:35:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.012805 10.0.0.50 - - [2026-06-04 06:35:34] "POST /fqname-to-id HTTP/1.1" 404 252 0.003955 10.0.0.38 - - [2026-06-04 06:35:34] "POST /neutron/network HTTP/1.1" 200 1124 0.015887 10.0.0.38 - - [2026-06-04 06:35:34] "GET /virtual-network/a70e1ac3-bc05-4ea2-ae13-8a878e18060f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.007131 10.0.0.38 - - [2026-06-04 06:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005693 10.0.0.38 - - [2026-06-04 06:35:34] "GET /network-policy/23c3cfbe-fd3b-49ba-96c2-fd7e1d0d31a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005354 10.0.0.38 - - [2026-06-04 06:35:34] "GET /virtual-network/a70e1ac3-bc05-4ea2-ae13-8a878e18060f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.018590 10.0.0.50 - - [2026-06-04 06:35:35] "GET /obj-perms HTTP/1.1" 200 5062 0.065931 10.0.0.33 - - [2026-06-04 06:35:36] "GET /obj-perms HTTP/1.1" 200 5062 0.057571 10.0.0.38 - - [2026-06-04 06:35:36] "DELETE /network-policy/23c3cfbe-fd3b-49ba-96c2-fd7e1d0d31a5 HTTP/1.1" 409 238 0.008857 10.0.0.50 - - [2026-06-04 06:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.38 - - [2026-06-04 06:35:37] "DELETE /network-policy/23c3cfbe-fd3b-49ba-96c2-fd7e1d0d31a5 HTTP/1.1" 200 115 0.040774 10.0.0.38 - - [2026-06-04 06:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006032 10.0.0.33 - - [2026-06-04 06:35:37] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001261 10.0.0.38 - - [2026-06-04 06:35:37] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.054399 10.0.0.38 - - [2026-06-04 06:35:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-72887451&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006859 10.0.0.33 - - [2026-06-04 06:35:39] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001565 10.0.0.38 - - [2026-06-04 06:35:39] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.056815 10.0.0.33 - - [2026-06-04 06:35:39] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001485 10.0.0.38 - - [2026-06-04 06:35:40] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?fields=virtual_networks HTTP/1.1" 200 1064 0.071953 10.0.0.33 - - [2026-06-04 06:35:40] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001376 10.0.0.38 - - [2026-06-04 06:35:40] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.063596 10.0.0.33 - - [2026-06-04 06:35:40] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001725 10.0.0.38 - - [2026-06-04 06:35:40] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?fields=security_groups HTTP/1.1" 200 1306 0.052111 10.0.0.38 - - [2026-06-04 06:35:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.036664 10.0.0.33 - - [2026-06-04 06:35:41] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003692 10.0.0.33 - - [2026-06-04 06:35:41] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.33 - - [2026-06-04 06:35:41] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008125 10.0.0.33 - - [2026-06-04 06:35:41] "POST /id-to-fqname HTTP/1.1" 200 192 0.003196 10.0.0.33 - - [2026-06-04 06:35:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.004209 10.0.0.33 - - [2026-06-04 06:35:41] "POST /security-groups HTTP/1.1" 200 593 0.082438 10.0.0.33 - - [2026-06-04 06:35:41] "POST /projects HTTP/1.1" 200 589 0.314095 10.0.0.50 - - [2026-06-04 06:35:41] "POST /access-control-lists HTTP/1.1" 200 598 0.038536 10.0.0.33 - - [2026-06-04 06:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.389848 10.0.0.38 - - [2026-06-04 06:35:41] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.565033 10.0.0.38 - - [2026-06-04 06:35:43] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.38 - - [2026-06-04 06:35:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000670 10.0.0.38 - - [2026-06-04 06:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.065542 10.0.0.33 - - [2026-06-04 06:35:45] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001154 10.0.0.38 - - [2026-06-04 06:35:45] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047278 10.0.0.38 - - [2026-06-04 06:35:45] "POST /neutron/network HTTP/1.1" 200 117 0.042798 10.0.0.38 - - [2026-06-04 06:35:45] "POST /neutron/network HTTP/1.1" 200 826 0.010145 10.0.0.38 - - [2026-06-04 06:35:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001495 10.0.0.38 - - [2026-06-04 06:35:45] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006667 10.0.0.38 - - [2026-06-04 06:35:46] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005845 10.0.0.38 - - [2026-06-04 06:35:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.012284 10.0.0.38 - - [2026-06-04 06:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.33 - - [2026-06-04 06:35:46] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.38 - - [2026-06-04 06:35:46] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.078121 10.0.0.50 - - [2026-06-04 06:35:46] "POST /route-targets HTTP/1.1" 200 327 0.026452 10.0.0.50 - - [2026-06-04 06:35:46] "POST /ref-update HTTP/1.1" 200 156 0.031859 10.0.0.33 - - [2026-06-04 06:35:46] "POST /useragent-kv HTTP/1.1" 200 115 0.006685 10.0.0.38 - - [2026-06-04 06:35:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.209309 10.0.0.38 - - [2026-06-04 06:35:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001489 10.0.0.38 - - [2026-06-04 06:35:46] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005896 10.0.0.38 - - [2026-06-04 06:35:46] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006196 10.0.0.38 - - [2026-06-04 06:35:46] "POST /neutron/network HTTP/1.1" 200 828 0.007860 10.0.0.38 - - [2026-06-04 06:35:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.003908 10.0.0.38 - - [2026-06-04 06:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.33 - - [2026-06-04 06:35:46] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001682 10.0.0.38 - - [2026-06-04 06:35:46] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.060501 10.0.0.38 - - [2026-06-04 06:35:47] "POST /network-policys HTTP/1.1" 200 571 0.035536 10.0.0.38 - - [2026-06-04 06:35:47] "GET /network-policy/2b0c111f-ebd5-454a-a821-9d4965d9c127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006207 10.0.0.38 - - [2026-06-04 06:35:47] "POST /neutron/network HTTP/1.1" 200 928 0.101537 10.0.0.38 - - [2026-06-04 06:35:47] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007561 10.0.0.38 - - [2026-06-04 06:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006688 10.0.0.38 - - [2026-06-04 06:35:47] "GET /network-policy/2b0c111f-ebd5-454a-a821-9d4965d9c127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005011 10.0.0.50 - - [2026-06-04 06:35:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.011325 10.0.0.38 - - [2026-06-04 06:35:47] "POST /neutron/network HTTP/1.1" 200 930 0.096999 10.0.0.38 - - [2026-06-04 06:35:47] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008106 10.0.0.38 - - [2026-06-04 06:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.38 - - [2026-06-04 06:35:47] "GET /network-policy/2b0c111f-ebd5-454a-a821-9d4965d9c127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005008 10.0.0.38 - - [2026-06-04 06:35:48] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006960 10.0.0.38 - - [2026-06-04 06:35:49] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006561 10.0.0.38 - - [2026-06-04 06:35:50] "GET /obj-perms HTTP/1.1" 200 5034 0.057949 10.0.0.38 - - [2026-06-04 06:35:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.002128 10.0.0.33 - - [2026-06-04 06:35:51] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.38 - - [2026-06-04 06:35:51] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.092827 10.0.0.38 - - [2026-06-04 06:35:51] "POST /neutron/network HTTP/1.1" 200 928 0.008486 10.0.0.38 - - [2026-06-04 06:35:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001994 10.0.0.38 - - [2026-06-04 06:35:51] "POST /neutron/port HTTP/1.1" 200 117 0.017859 10.0.0.33 - - [2026-06-04 06:35:52] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001533 10.0.0.38 - - [2026-06-04 06:35:52] "POST /neutron/port HTTP/1.1" 200 1062 0.460060 10.0.0.33 - - [2026-06-04 06:35:52] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001172 10.0.0.38 - - [2026-06-04 06:35:52] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.086305 10.0.0.38 - - [2026-06-04 06:35:52] "POST /neutron/port HTTP/1.1" 200 1116 0.182695 10.0.0.38 - - [2026-06-04 06:35:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004569 10.0.0.38 - - [2026-06-04 06:35:52] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.38 - - [2026-06-04 06:35:53] "POST /neutron/port HTTP/1.1" 200 117 0.006650 10.0.0.38 - - [2026-06-04 06:35:53] "POST /neutron/network HTTP/1.1" 200 940 0.010273 10.0.0.38 - - [2026-06-04 06:35:54] "POST /neutron/port HTTP/1.1" 200 1064 0.023062 10.0.0.38 - - [2026-06-04 06:35:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007120 10.0.0.38 - - [2026-06-04 06:35:54] "POST /neutron/network HTTP/1.1" 200 930 0.007265 10.0.0.38 - - [2026-06-04 06:35:58] "POST /neutron/port HTTP/1.1" 200 1126 0.021044 10.0.0.38 - - [2026-06-04 06:35:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010399 10.0.0.38 - - [2026-06-04 06:35:58] "GET /virtual-machine/3f854434-1a1c-41f4-9875-c51661309ee7 HTTP/1.1" 401 292 0.000580 10.0.0.38 - - [2026-06-04 06:35:58] "GET /virtual-machine/3f854434-1a1c-41f4-9875-c51661309ee7 HTTP/1.1" 200 1294 0.040262 10.0.0.38 - - [2026-06-04 06:35:58] "GET /virtual-machine-interface/9cc50121-c736-4f64-84b2-bc5e3c6c668d HTTP/1.1" 200 2951 0.007427 10.0.0.38 - - [2026-06-04 06:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.38 - - [2026-06-04 06:35:58] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004945 10.0.0.38 - - [2026-06-04 06:35:58] "GET /virtual-networks?parent_id=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004346 10.0.0.38 - - [2026-06-04 06:35:58] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007655 10.0.0.38 - - [2026-06-04 06:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005339 10.0.0.38 - - [2026-06-04 06:36:02] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.011194 10.0.0.38 - - [2026-06-04 06:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.38 - - [2026-06-04 06:36:04] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004266 10.0.0.38 - - [2026-06-04 06:36:04] "GET /virtual-networks?parent_id=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004770 10.0.0.38 - - [2026-06-04 06:36:04] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007421 10.0.0.38 - - [2026-06-04 06:36:04] "POST /neutron/port HTTP/1.1" 200 1128 0.023992 10.0.0.38 - - [2026-06-04 06:36:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010429 10.0.0.38 - - [2026-06-04 06:36:04] "POST /neutron/port HTTP/1.1" 200 1128 0.025928 10.0.0.38 - - [2026-06-04 06:36:04] "GET /virtual-machine/79ad4537-d593-4dd3-92c6-41062951d2cf HTTP/1.1" 200 1294 0.007930 10.0.0.38 - - [2026-06-04 06:36:04] "GET /virtual-machine-interface/97257310-fdf2-4385-8137-92d6a6a96323 HTTP/1.1" 200 2951 0.006839 10.0.0.38 - - [2026-06-04 06:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.38 - - [2026-06-04 06:36:04] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004793 10.0.0.38 - - [2026-06-04 06:36:04] "GET /virtual-networks?parent_id=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004707 10.0.0.38 - - [2026-06-04 06:36:04] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.009130 10.0.0.38 - - [2026-06-04 06:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.38 - - [2026-06-04 06:36:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006142 10.0.0.38 - - [2026-06-04 06:36:05] "GET /virtual-networks?parent_id=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004721 10.0.0.38 - - [2026-06-04 06:36:05] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007044 10.0.0.50 - - [2026-06-04 06:36:06] "DELETE /access-control-list/32795e62-3bae-47c9-8938-084049ed2857 HTTP/1.1" 200 115 0.048800 10.0.0.33 - - [2026-06-04 06:36:07] "DELETE /project/ef2fc43bcffb44aab72f0895c6b3343e HTTP/1.1" 404 173 0.021643 10.0.0.33 - - [2026-06-04 06:36:07] "DELETE /project/7135cd04-0db5-451c-abd3-90d558955a8e HTTP/1.1" 404 177 0.024443 10.0.0.33 - - [2026-06-04 06:36:07] "DELETE /project/3230f16f764c45b6b6ad9d218860b461 HTTP/1.1" 404 173 0.020476 10.0.0.33 - - [2026-06-04 06:36:07] "DELETE /project/57ed2f44eddc4a65ad7c6c7ff614ab35 HTTP/1.1" 404 173 0.018859 10.0.0.33 - - [2026-06-04 06:36:07] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001492 10.0.0.33 - - [2026-06-04 06:36:07] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.33 - - [2026-06-04 06:36:07] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.064711 10.0.0.33 - - [2026-06-04 06:36:07] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.081625 10.0.0.33 - - [2026-06-04 06:36:07] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001452 10.0.0.33 - - [2026-06-04 06:36:07] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001373 10.0.0.33 - - [2026-06-04 06:36:07] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?fields=security_groups HTTP/1.1" 200 1411 0.086460 10.0.0.33 - - [2026-06-04 06:36:07] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?fields=security_groups HTTP/1.1" 200 1387 0.103975 10.0.0.33 - - [2026-06-04 06:36:07] "DELETE /security-group/53435e63-43e9-4229-ac7e-d521caa7f9c3 HTTP/1.1" 200 115 0.095457 10.0.0.33 - - [2026-06-04 06:36:07] "GET /projects?obj_uuids=3230f16f-764c-45b6-b6ad-9d218860b461&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001469 10.0.0.33 - - [2026-06-04 06:36:07] "DELETE /security-group/71d4c4df-6104-4785-9e01-209b38a3231d HTTP/1.1" 200 115 0.110585 10.0.0.33 - - [2026-06-04 06:36:07] "GET /projects?obj_uuids=57ed2f44-eddc-4a65-ad7c-6c7ff614ab35&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.33 - - [2026-06-04 06:36:07] "GET /project/3230f16f-764c-45b6-b6ad-9d218860b461?fields=application_policy_sets HTTP/1.1" 200 1450 0.075882 10.0.0.50 - - [2026-06-04 06:36:07] "DELETE /access-control-list/40205259-406a-44d3-9467-b7734ddd33e5 HTTP/1.1" 200 115 0.054027 10.0.0.33 - - [2026-06-04 06:36:07] "GET /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35?fields=application_policy_sets HTTP/1.1" 200 1426 0.121971 10.0.0.33 - - [2026-06-04 06:36:08] "DELETE /project/3230f16f-764c-45b6-b6ad-9d218860b461 HTTP/1.1" 200 115 0.681912 10.0.0.33 - - [2026-06-04 06:36:08] "DELETE /project/57ed2f44-eddc-4a65-ad7c-6c7ff614ab35 HTTP/1.1" 200 115 0.766531 10.0.0.38 - - [2026-06-04 06:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.33 - - [2026-06-04 06:36:10] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001232 10.0.0.38 - - [2026-06-04 06:36:10] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.062558 10.0.0.38 - - [2026-06-04 06:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.38 - - [2026-06-04 06:36:10] "PUT /network-policy/2b0c111f-ebd5-454a-a821-9d4965d9c127 HTTP/1.1" 200 262 0.022651 10.0.0.50 - - [2026-06-04 06:36:10] "PUT /access-control-list/a4060aa6-1bb8-4cce-b597-62450a481d0e HTTP/1.1" 200 272 0.031311 10.0.0.50 - - [2026-06-04 06:36:10] "POST /ref-update HTTP/1.1" 200 156 0.034586 10.0.0.38 - - [2026-06-04 06:36:13] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006833 10.0.0.38 - - [2026-06-04 06:36:14] "POST /neutron/network HTTP/1.1" 200 828 0.082974 10.0.0.38 - - [2026-06-04 06:36:14] "GET /virtual-network/450b7781-5561-42e5-803a-539a62d974d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008919 10.0.0.38 - - [2026-06-04 06:36:14] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.013026 10.0.0.38 - - [2026-06-04 06:36:14] "POST /neutron/network HTTP/1.1" 200 826 0.088544 10.0.0.38 - - [2026-06-04 06:36:14] "GET /virtual-network/53f22317-cdcc-4676-98e7-851174c0bd76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.010761 10.0.0.38 - - [2026-06-04 06:36:14] "DELETE /network-policy/2b0c111f-ebd5-454a-a821-9d4965d9c127 HTTP/1.1" 200 115 0.054313 10.0.0.38 - - [2026-06-04 06:36:14] "POST /neutron/network HTTP/1.1" 200 828 0.009358 10.0.0.38 - - [2026-06-04 06:36:14] "POST /neutron/port HTTP/1.1" 200 151 0.350857 10.0.0.38 - - [2026-06-04 06:36:14] "POST /neutron/port HTTP/1.1" 200 151 0.397017 10.0.0.50 - - [2026-06-04 06:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006140 10.0.0.38 - - [2026-06-04 06:36:16] "POST /neutron/network HTTP/1.1" 200 826 0.009870 10.0.0.50 - - [2026-06-04 06:36:17] "DELETE /route-target/895d0283-f5a8-49d5-bcd8-2ff9705d6fcc HTTP/1.1" 200 115 0.026185 10.0.0.33 - - [2026-06-04 06:36:18] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001232 10.0.0.38 - - [2026-06-04 06:36:18] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.062670 10.0.0.33 - - [2026-06-04 06:36:18] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.38 - - [2026-06-04 06:36:18] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?fields=virtual_networks HTTP/1.1" 200 1037 0.060534 10.0.0.33 - - [2026-06-04 06:36:18] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001081 10.0.0.38 - - [2026-06-04 06:36:18] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.044617 10.0.0.33 - - [2026-06-04 06:36:19] "GET /projects?obj_uuids=ef2fc43b-cffb-44aa-b72f-0895c6b3343e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001475 10.0.0.38 - - [2026-06-04 06:36:19] "GET /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e?fields=security_groups HTTP/1.1" 200 1265 0.044758 10.0.0.38 - - [2026-06-04 06:36:19] "POST /fqname-to-id HTTP/1.1" 404 181 0.031524 10.0.0.33 - - [2026-06-04 06:36:20] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003282 10.0.0.33 - - [2026-06-04 06:36:20] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.33 - - [2026-06-04 06:36:20] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008888 10.0.0.33 - - [2026-06-04 06:36:20] "POST /id-to-fqname HTTP/1.1" 200 183 0.008614 10.0.0.33 - - [2026-06-04 06:36:20] "POST /fqname-to-id HTTP/1.1" 404 192 0.014617 10.0.0.33 - - [2026-06-04 06:36:20] "POST /security-groups HTTP/1.1" 200 584 0.038233 10.0.0.33 - - [2026-06-04 06:36:20] "POST /projects HTTP/1.1" 200 571 0.294989 10.0.0.33 - - [2026-06-04 06:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.330120 10.0.0.50 - - [2026-06-04 06:36:20] "POST /fqname-to-id HTTP/1.1" 404 226 0.019028 10.0.0.38 - - [2026-06-04 06:36:20] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.509633 10.0.0.38 - - [2026-06-04 06:36:21] "GET / HTTP/1.1" 200 35931 0.001618 10.0.0.38 - - [2026-06-04 06:36:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.38 - - [2026-06-04 06:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.066010 10.0.0.33 - - [2026-06-04 06:36:24] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001873 10.0.0.38 - - [2026-06-04 06:36:24] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.097548 10.0.0.33 - - [2026-06-04 06:36:24] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001278 10.0.0.38 - - [2026-06-04 06:36:24] "POST /neutron/network HTTP/1.1" 200 612 0.197341 10.0.0.50 - - [2026-06-04 06:36:24] "POST /ref-update HTTP/1.1" 200 156 0.031258 10.0.0.38 - - [2026-06-04 06:36:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.004319 10.0.0.38 - - [2026-06-04 06:36:24] "GET /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006991 10.0.0.38 - - [2026-06-04 06:36:24] "POST /neutron/network HTTP/1.1" 200 832 0.016241 10.0.0.38 - - [2026-06-04 06:36:24] "GET /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006593 10.0.0.38 - - [2026-06-04 06:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.38 - - [2026-06-04 06:36:24] "GET /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.012149 10.0.0.38 - - [2026-06-04 06:36:24] "PUT /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077 HTTP/1.1" 200 264 0.085253 10.0.0.38 - - [2026-06-04 06:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006288 10.0.0.33 - - [2026-06-04 06:36:25] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.043922 10.0.0.38 - - [2026-06-04 06:36:25] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.101149 10.0.0.38 - - [2026-06-04 06:36:25] "POST /neutron/network HTTP/1.1" 200 117 0.018749 10.0.0.50 - - [2026-06-04 06:36:25] "POST /route-targets HTTP/1.1" 200 327 0.047884 10.0.0.38 - - [2026-06-04 06:36:25] "POST /neutron/network HTTP/1.1" 200 831 0.010570 10.0.0.38 - - [2026-06-04 06:36:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001258 10.0.0.38 - - [2026-06-04 06:36:25] "GET /virtual-network/0e656202-f0f1-4cf1-a433-ec96949049e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006162 10.0.0.38 - - [2026-06-04 06:36:25] "GET /virtual-network/0e656202-f0f1-4cf1-a433-ec96949049e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006349 10.0.0.38 - - [2026-06-04 06:36:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.011172 10.0.0.38 - - [2026-06-04 06:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.38 - - [2026-06-04 06:36:25] "GET /virtual-network/0e656202-f0f1-4cf1-a433-ec96949049e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006392 10.0.0.38 - - [2026-06-04 06:36:26] "PUT /virtual-network/0e656202-f0f1-4cf1-a433-ec96949049e2 HTTP/1.1" 200 264 0.102196 10.0.0.38 - - [2026-06-04 06:36:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001963 10.0.0.50 - - [2026-06-04 06:36:26] "GET /obj-perms HTTP/1.1" 200 5056 0.066504 10.0.0.33 - - [2026-06-04 06:36:27] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001402 10.0.0.38 - - [2026-06-04 06:36:27] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.086036 10.0.0.38 - - [2026-06-04 06:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.007558 10.0.0.38 - - [2026-06-04 06:36:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001359 10.0.0.38 - - [2026-06-04 06:36:27] "POST /neutron/network HTTP/1.1" 200 841 0.008736 10.0.0.38 - - [2026-06-04 06:36:28] "POST /neutron/port HTTP/1.1" 200 1054 0.027479 10.0.0.33 - - [2026-06-04 06:36:28] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001462 10.0.0.38 - - [2026-06-04 06:36:28] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.126024 10.0.0.38 - - [2026-06-04 06:36:28] "POST /neutron/network HTTP/1.1" 200 831 0.018661 10.0.0.38 - - [2026-06-04 06:36:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.010842 10.0.0.38 - - [2026-06-04 06:36:28] "POST /neutron/port HTTP/1.1" 200 1118 0.025470 10.0.0.38 - - [2026-06-04 06:36:28] "POST /neutron/port HTTP/1.1" 200 1118 0.023251 10.0.0.33 - - [2026-06-04 06:36:29] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001154 10.0.0.38 - - [2026-06-04 06:36:29] "POST /neutron/port HTTP/1.1" 200 1053 0.360189 10.0.0.38 - - [2026-06-04 06:36:29] "POST /neutron/port HTTP/1.1" 200 1107 0.149795 10.0.0.38 - - [2026-06-04 06:36:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.012752 10.0.0.38 - - [2026-06-04 06:36:34] "POST /neutron/port HTTP/1.1" 200 1118 0.022398 10.0.0.38 - - [2026-06-04 06:36:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009912 10.0.0.38 - - [2026-06-04 06:36:34] "GET /virtual-machine/92d7b7ab-ed72-468f-9304-72c2cfbde359 HTTP/1.1" 401 292 0.000429 10.0.0.38 - - [2026-06-04 06:36:34] "GET /virtual-machine/92d7b7ab-ed72-468f-9304-72c2cfbde359 HTTP/1.1" 200 1286 0.034746 10.0.0.38 - - [2026-06-04 06:36:34] "GET /virtual-machine-interface/086e60f5-7ca7-4c87-a5d9-d94c441d3053 HTTP/1.1" 200 2926 0.006645 10.0.0.38 - - [2026-06-04 06:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.38 - - [2026-06-04 06:36:34] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004657 10.0.0.38 - - [2026-06-04 06:36:34] "GET /virtual-networks?parent_id=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003949 10.0.0.38 - - [2026-06-04 06:36:34] "GET /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006334 10.0.0.38 - - [2026-06-04 06:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.38 - - [2026-06-04 06:36:37] "GET /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007674 10.0.0.38 - - [2026-06-04 06:36:38] "POST /neutron/port HTTP/1.1" 200 1118 0.023418 10.0.0.38 - - [2026-06-04 06:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.38 - - [2026-06-04 06:36:39] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005148 10.0.0.38 - - [2026-06-04 06:36:39] "GET /virtual-networks?parent_id=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004026 10.0.0.38 - - [2026-06-04 06:36:39] "GET /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006903 10.0.0.38 - - [2026-06-04 06:36:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008560 10.0.0.38 - - [2026-06-04 06:36:40] "POST /neutron/port HTTP/1.1" 200 1117 0.028422 10.0.0.38 - - [2026-06-04 06:36:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009650 10.0.0.38 - - [2026-06-04 06:36:40] "GET /virtual-machine/4a9b9948-4daa-4a41-9995-d44befbb85ef HTTP/1.1" 200 1285 0.007738 10.0.0.38 - - [2026-06-04 06:36:40] "GET /virtual-machine-interface/faa1b670-82ef-41c0-89de-1485d429063a HTTP/1.1" 200 2927 0.007430 10.0.0.38 - - [2026-06-04 06:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.38 - - [2026-06-04 06:36:40] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004802 10.0.0.38 - - [2026-06-04 06:36:40] "GET /virtual-networks?parent_id=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004534 10.0.0.38 - - [2026-06-04 06:36:40] "GET /virtual-network/0e656202-f0f1-4cf1-a433-ec96949049e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006852 10.0.0.38 - - [2026-06-04 06:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.38 - - [2026-06-04 06:36:41] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006598 10.0.0.38 - - [2026-06-04 06:36:41] "GET /virtual-networks?parent_id=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004212 10.0.0.38 - - [2026-06-04 06:36:41] "GET /virtual-network/0e656202-f0f1-4cf1-a433-ec96949049e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007612 10.0.0.38 - - [2026-06-04 06:36:42] "POST /routing-policys HTTP/1.1" 200 534 0.041717 10.0.0.38 - - [2026-06-04 06:36:42] "GET /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.030728 10.0.0.50 - - [2026-06-04 06:36:42] "POST /ref-update HTTP/1.1" 200 156 0.039089 10.0.0.38 - - [2026-06-04 06:36:42] "PUT /virtual-network/28588a44-02e8-46ff-8b6a-6b60164de077 HTTP/1.1" 200 264 0.084338 10.0.0.38 - - [2026-06-04 06:36:46] "POST /ref-update HTTP/1.1" 200 156 0.069136 10.0.0.38 - - [2026-06-04 06:36:46] "DELETE /routing-policy/98242ee9-ce01-4115-9fe8-6d893513ced1 HTTP/1.1" 200 115 0.073025 10.0.0.38 - - [2026-06-04 06:36:46] "POST /neutron/port HTTP/1.1" 200 1117 0.023272 10.0.0.38 - - [2026-06-04 06:36:47] "POST /neutron/port HTTP/1.1" 200 1118 0.020553 10.0.0.38 - - [2026-06-04 06:36:48] "POST /neutron/network HTTP/1.1" 200 831 0.008145 10.0.0.50 - - [2026-06-04 06:36:48] "DELETE /route-target/d6653fd0-acca-4cde-87e0-9c5a0b494238 HTTP/1.1" 200 115 0.036994 10.0.0.50 - - [2026-06-04 06:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007921 10.0.0.33 - - [2026-06-04 06:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.33 - - [2026-06-04 06:36:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003171 10.0.0.38 - - [2026-06-04 06:36:48] "POST /neutron/network HTTP/1.1" 200 151 0.186588 10.0.0.50 - - [2026-06-04 06:36:49] "DELETE /route-target/a3bbdef3-773b-4536-ae50-906ab387b567 HTTP/1.1" 200 115 0.041383 10.0.0.33 - - [2026-06-04 06:36:50] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001212 10.0.0.38 - - [2026-06-04 06:36:50] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.090476 10.0.0.33 - - [2026-06-04 06:36:50] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001781 10.0.0.38 - - [2026-06-04 06:36:50] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?fields=virtual_networks HTTP/1.1" 200 1018 0.059153 10.0.0.33 - - [2026-06-04 06:36:50] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001476 10.0.0.38 - - [2026-06-04 06:36:50] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.080160 10.0.0.33 - - [2026-06-04 06:36:50] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001305 10.0.0.38 - - [2026-06-04 06:36:50] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?fields=security_groups HTTP/1.1" 200 1237 0.060994 10.0.0.38 - - [2026-06-04 06:36:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.058189 10.0.0.33 - - [2026-06-04 06:36:51] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004117 10.0.0.33 - - [2026-06-04 06:36:51] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.33 - - [2026-06-04 06:36:51] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037924 10.0.0.33 - - [2026-06-04 06:36:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.002682 10.0.0.33 - - [2026-06-04 06:36:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.011086 10.0.0.33 - - [2026-06-04 06:36:52] "POST /security-groups HTTP/1.1" 200 589 0.038760 10.0.0.33 - - [2026-06-04 06:36:52] "POST /projects HTTP/1.1" 200 581 0.291003 10.0.0.50 - - [2026-06-04 06:36:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.009426 10.0.0.33 - - [2026-06-04 06:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.371104 10.0.0.38 - - [2026-06-04 06:36:52] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.570455 10.0.0.38 - - [2026-06-04 06:36:53] "GET / HTTP/1.1" 200 35931 0.002239 10.0.0.38 - - [2026-06-04 06:36:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.001050 10.0.0.38 - - [2026-06-04 06:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.061341 10.0.0.33 - - [2026-06-04 06:36:55] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.38 - - [2026-06-04 06:36:55] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071825 10.0.0.50 - - [2026-06-04 06:36:56] "POST /ref-update HTTP/1.1" 200 156 0.050036 10.0.0.33 - - [2026-06-04 06:36:56] "POST /useragent-kv HTTP/1.1" 200 115 0.026901 10.0.0.38 - - [2026-06-04 06:36:56] "POST /neutron/subnet HTTP/1.1" 200 730 0.362379 10.0.0.38 - - [2026-06-04 06:36:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001636 10.0.0.38 - - [2026-06-04 06:36:56] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006909 10.0.0.38 - - [2026-06-04 06:36:56] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006509 10.0.0.38 - - [2026-06-04 06:36:56] "POST /neutron/network HTTP/1.1" 200 833 0.007821 10.0.0.38 - - [2026-06-04 06:36:57] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007682 10.0.0.33 - - [2026-06-04 06:36:58] "GET /obj-perms HTTP/1.1" 200 5026 0.069920 10.0.0.38 - - [2026-06-04 06:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.33 - - [2026-06-04 06:36:58] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001392 10.0.0.38 - - [2026-06-04 06:36:58] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.061151 10.0.0.33 - - [2026-06-04 06:36:58] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001482 10.0.0.38 - - [2026-06-04 06:36:58] "POST /neutron/network HTTP/1.1" 200 613 0.177897 10.0.0.38 - - [2026-06-04 06:36:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.003894 10.0.0.38 - - [2026-06-04 06:36:59] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006716 10.0.0.38 - - [2026-06-04 06:36:59] "POST /neutron/network HTTP/1.1" 200 831 0.008945 10.0.0.38 - - [2026-06-04 06:36:59] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006406 10.0.0.38 - - [2026-06-04 06:36:59] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006668 10.0.0.38 - - [2026-06-04 06:36:59] "GET /obj-perms HTTP/1.1" 200 5026 0.074452 10.0.0.38 - - [2026-06-04 06:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.33 - - [2026-06-04 06:37:00] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001637 10.0.0.38 - - [2026-06-04 06:37:00] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068461 10.0.0.38 - - [2026-06-04 06:37:00] "POST /neutron/network HTTP/1.1" 200 117 0.028986 10.0.0.50 - - [2026-06-04 06:37:00] "POST /ref-update HTTP/1.1" 200 156 0.027554 10.0.0.38 - - [2026-06-04 06:37:00] "POST /neutron/network HTTP/1.1" 200 836 0.011859 10.0.0.38 - - [2026-06-04 06:37:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001760 10.0.0.38 - - [2026-06-04 06:37:00] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006124 10.0.0.38 - - [2026-06-04 06:37:00] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007237 10.0.0.38 - - [2026-06-04 06:37:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.011640 10.0.0.38 - - [2026-06-04 06:37:01] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007151 10.0.0.50 - - [2026-06-04 06:37:01] "GET /obj-perms HTTP/1.1" 200 5026 0.070540 10.0.0.38 - - [2026-06-04 06:37:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001727 10.0.0.33 - - [2026-06-04 06:37:02] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.38 - - [2026-06-04 06:37:02] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.086076 10.0.0.38 - - [2026-06-04 06:37:02] "POST /neutron/port HTTP/1.1" 200 117 0.007382 10.0.0.38 - - [2026-06-04 06:37:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001656 10.0.0.38 - - [2026-06-04 06:37:03] "POST /neutron/network HTTP/1.1" 200 846 0.009023 10.0.0.33 - - [2026-06-04 06:37:03] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001609 10.0.0.38 - - [2026-06-04 06:37:03] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.085362 10.0.0.38 - - [2026-06-04 06:37:03] "POST /neutron/network HTTP/1.1" 200 836 0.038485 10.0.0.38 - - [2026-06-04 06:37:04] "POST /neutron/port HTTP/1.1" 200 1111 0.179173 10.0.0.38 - - [2026-06-04 06:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.008314 10.0.0.38 - - [2026-06-04 06:37:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004162 10.0.0.38 - - [2026-06-04 06:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.33 - - [2026-06-04 06:37:04] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.38 - - [2026-06-04 06:37:04] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009899 10.0.0.38 - - [2026-06-04 06:37:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.013400 10.0.0.38 - - [2026-06-04 06:37:04] "POST /service-templates HTTP/1.1" 200 543 0.052455 10.0.0.38 - - [2026-06-04 06:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.38 - - [2026-06-04 06:37:04] "GET /service-template/4e3ae22c-800c-4d5d-a427-0e1aa6b41fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007143 10.0.0.38 - - [2026-06-04 06:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.38 - - [2026-06-04 06:37:04] "GET /service-template/4e3ae22c-800c-4d5d-a427-0e1aa6b41fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005500 10.0.0.38 - - [2026-06-04 06:37:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001434 10.0.0.38 - - [2026-06-04 06:37:04] "POST /neutron/network HTTP/1.1" 200 846 0.008753 10.0.0.38 - - [2026-06-04 06:37:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001758 10.0.0.38 - - [2026-06-04 06:37:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001816 10.0.0.38 - - [2026-06-04 06:37:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.024158 10.0.0.38 - - [2026-06-04 06:37:05] "POST /neutron/port HTTP/1.1" 200 1114 0.150003 10.0.0.38 - - [2026-06-04 06:37:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.012147 10.0.0.38 - - [2026-06-04 06:37:05] "POST /neutron/network HTTP/1.1" 200 2225 0.017767 10.0.0.33 - - [2026-06-04 06:37:06] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001453 10.0.0.38 - - [2026-06-04 06:37:06] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.113696 10.0.0.38 - - [2026-06-04 06:37:06] "POST /neutron/network HTTP/1.1" 200 836 0.016198 10.0.0.38 - - [2026-06-04 06:37:07] "POST /neutron/port HTTP/1.1" 200 117 0.007182 10.0.0.33 - - [2026-06-04 06:37:07] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.38 - - [2026-06-04 06:37:08] "POST /neutron/port HTTP/1.1" 200 1059 0.543584 10.0.0.33 - - [2026-06-04 06:37:08] "DELETE /project/4eaaa577c9db4de89cfd1cbb06fcb998 HTTP/1.1" 404 173 0.012793 10.0.0.33 - - [2026-06-04 06:37:08] "DELETE /project/ef2fc43b-cffb-44aa-b72f-0895c6b3343e HTTP/1.1" 404 177 0.012007 10.0.0.33 - - [2026-06-04 06:37:08] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001736 10.0.0.33 - - [2026-06-04 06:37:08] "DELETE /project/62bc95655cda434b8deae5b59ef66740 HTTP/1.1" 404 173 0.019237 10.0.0.33 - - [2026-06-04 06:37:08] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.076647 10.0.0.33 - - [2026-06-04 06:37:08] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.004627 10.0.0.33 - - [2026-06-04 06:37:08] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?fields=security_groups HTTP/1.1" 200 1342 0.094735 10.0.0.33 - - [2026-06-04 06:37:08] "DELETE /security-group/5dfa31f0-9b71-4cb9-ae77-b4a9a4aad831 HTTP/1.1" 200 115 0.114190 10.0.0.33 - - [2026-06-04 06:37:08] "GET /projects?obj_uuids=62bc9565-5cda-434b-8dea-e5b59ef66740&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001441 10.0.0.50 - - [2026-06-04 06:37:08] "DELETE /access-control-list/3ee669dd-3009-4207-b7ba-1903a09dca81 HTTP/1.1" 200 115 0.082143 10.0.0.33 - - [2026-06-04 06:37:08] "GET /project/62bc9565-5cda-434b-8dea-e5b59ef66740?fields=application_policy_sets HTTP/1.1" 200 1381 0.126229 10.0.0.33 - - [2026-06-04 06:37:09] "DELETE /project/62bc9565-5cda-434b-8dea-e5b59ef66740 HTTP/1.1" 200 115 0.726323 10.0.0.38 - - [2026-06-04 06:37:09] "POST /neutron/port HTTP/1.1" 200 1059 0.022364 10.0.0.38 - - [2026-06-04 06:37:09] "POST /neutron/port HTTP/1.1" 200 1057 0.025512 10.0.0.38 - - [2026-06-04 06:37:09] "POST /neutron/port HTTP/1.1" 200 1060 0.026205 10.0.0.38 - - [2026-06-04 06:37:10] "POST /neutron/port HTTP/1.1" 200 3063 0.033968 10.0.0.38 - - [2026-06-04 06:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.38 - - [2026-06-04 06:37:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.009997 10.0.0.38 - - [2026-06-04 06:37:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004076 10.0.0.38 - - [2026-06-04 06:37:10] "POST /neutron/network HTTP/1.1" 200 836 0.010372 10.0.0.38 - - [2026-06-04 06:37:15] "POST /neutron/port HTTP/1.1" 200 1124 0.021930 10.0.0.38 - - [2026-06-04 06:37:15] "POST /neutron/port HTTP/1.1" 200 1121 0.024057 10.0.0.38 - - [2026-06-04 06:37:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.011352 10.0.0.38 - - [2026-06-04 06:37:17] "POST /neutron/port HTTP/1.1" 200 1121 0.022338 10.0.0.38 - - [2026-06-04 06:37:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010718 10.0.0.38 - - [2026-06-04 06:37:17] "POST /neutron/port HTTP/1.1" 200 3063 0.030698 10.0.0.38 - - [2026-06-04 06:37:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008416 10.0.0.38 - - [2026-06-04 06:37:18] "GET /virtual-machine/aab33986-05dd-4143-b4b7-fcfcfd7026ad HTTP/1.1" 401 292 0.000414 10.0.0.38 - - [2026-06-04 06:37:18] "GET /virtual-machine/aab33986-05dd-4143-b4b7-fcfcfd7026ad HTTP/1.1" 200 1803 0.032349 10.0.0.38 - - [2026-06-04 06:37:18] "GET /virtual-machine-interface/09a58b4b-ca12-43ef-9def-95a8936a7f1b HTTP/1.1" 200 2945 0.006155 10.0.0.38 - - [2026-06-04 06:37:18] "GET /virtual-machine-interface/3d1066e1-1b0e-47bf-86c2-c2e2096686e3 HTTP/1.1" 200 2948 0.008251 10.0.0.38 - - [2026-06-04 06:37:18] "GET /virtual-machine-interface/5289a2c7-3599-4d5e-82e8-608669323b3c HTTP/1.1" 200 2945 0.006553 10.0.0.38 - - [2026-06-04 06:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.38 - - [2026-06-04 06:37:18] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005616 10.0.0.38 - - [2026-06-04 06:37:18] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003929 10.0.0.38 - - [2026-06-04 06:37:18] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006258 10.0.0.38 - - [2026-06-04 06:37:18] "POST /neutron/port HTTP/1.1" 200 1124 0.021204 10.0.0.38 - - [2026-06-04 06:37:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004797 10.0.0.38 - - [2026-06-04 06:37:19] "POST /neutron/network HTTP/1.1" 200 836 0.007989 10.0.0.38 - - [2026-06-04 06:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.38 - - [2026-06-04 06:37:21] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006020 10.0.0.38 - - [2026-06-04 06:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.38 - - [2026-06-04 06:37:25] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006420 10.0.0.33 - - [2026-06-04 06:37:27] "GET /obj-perms HTTP/1.1" 200 5056 0.063266 10.0.0.38 - - [2026-06-04 06:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.38 - - [2026-06-04 06:37:29] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007499 10.0.0.38 - - [2026-06-04 06:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.38 - - [2026-06-04 06:37:33] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006489 10.0.0.38 - - [2026-06-04 06:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.38 - - [2026-06-04 06:37:38] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005888 10.0.0.38 - - [2026-06-04 06:37:38] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005509 10.0.0.38 - - [2026-06-04 06:37:38] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006911 10.0.0.38 - - [2026-06-04 06:37:43] "POST /neutron/port HTTP/1.1" 200 3063 0.034119 10.0.0.38 - - [2026-06-04 06:37:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.039035 10.0.0.38 - - [2026-06-04 06:37:53] "POST /neutron/port HTTP/1.1" 200 3063 0.032471 10.0.0.38 - - [2026-06-04 06:37:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009878 10.0.0.38 - - [2026-06-04 06:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.38 - - [2026-06-04 06:38:04] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004933 10.0.0.38 - - [2026-06-04 06:38:04] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004484 10.0.0.38 - - [2026-06-04 06:38:04] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007725 10.0.0.38 - - [2026-06-04 06:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.38 - - [2026-06-04 06:38:04] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005575 10.0.0.38 - - [2026-06-04 06:38:04] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005075 10.0.0.38 - - [2026-06-04 06:38:04] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007925 10.0.0.38 - - [2026-06-04 06:38:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.003808 10.0.0.38 - - [2026-06-04 06:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.33 - - [2026-06-04 06:38:04] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.38 - - [2026-06-04 06:38:04] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.064045 10.0.0.38 - - [2026-06-04 06:38:04] "POST /service-instances HTTP/1.1" 200 543 0.042462 10.0.0.38 - - [2026-06-04 06:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2026-06-04 06:38:04] "GET /service-instance/b47db05e-9a7f-43db-8aa1-7e97c415fd77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.011596 10.0.0.38 - - [2026-06-04 06:38:04] "POST /port-tuples HTTP/1.1" 200 586 0.048588 10.0.0.38 - - [2026-06-04 06:38:05] "GET /virtual-machine-interface/09a58b4b-ca12-43ef-9def-95a8936a7f1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.006587 10.0.0.38 - - [2026-06-04 06:38:05] "PUT /virtual-machine-interface/09a58b4b-ca12-43ef-9def-95a8936a7f1b HTTP/1.1" 200 284 0.016962 10.0.0.38 - - [2026-06-04 06:38:05] "POST /ref-update HTTP/1.1" 200 156 0.018709 10.0.0.38 - - [2026-06-04 06:38:05] "GET /virtual-machine-interface/5289a2c7-3599-4d5e-82e8-608669323b3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.008770 10.0.0.38 - - [2026-06-04 06:38:05] "PUT /virtual-machine-interface/5289a2c7-3599-4d5e-82e8-608669323b3c HTTP/1.1" 200 284 0.022805 10.0.0.50 - - [2026-06-04 06:38:05] "POST /instance-ips HTTP/1.1" 200 385 0.126348 10.0.0.38 - - [2026-06-04 06:38:05] "POST /ref-update HTTP/1.1" 200 156 0.018916 10.0.0.38 - - [2026-06-04 06:38:05] "GET /virtual-machine-interface/3d1066e1-1b0e-47bf-86c2-c2e2096686e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.007529 10.0.0.38 - - [2026-06-04 06:38:05] "PUT /virtual-machine-interface/3d1066e1-1b0e-47bf-86c2-c2e2096686e3 HTTP/1.1" 200 284 0.031597 10.0.0.38 - - [2026-06-04 06:38:05] "POST /ref-update HTTP/1.1" 200 156 0.046003 10.0.0.50 - - [2026-06-04 06:38:05] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.016154 10.0.0.50 - - [2026-06-04 06:38:05] "POST /ref-update HTTP/1.1" 200 156 0.027427 10.0.0.50 - - [2026-06-04 06:38:05] "POST /ref-update HTTP/1.1" 200 156 0.034609 10.0.0.50 - - [2026-06-04 06:38:05] "POST /instance-ips HTTP/1.1" 200 373 0.050468 10.0.0.50 - - [2026-06-04 06:38:05] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005303 10.0.0.50 - - [2026-06-04 06:38:06] "POST /ref-update HTTP/1.1" 200 156 0.042330 10.0.0.38 - - [2026-06-04 06:38:06] "POST /neutron/port HTTP/1.1" 200 1121 0.045483 10.0.0.50 - - [2026-06-04 06:38:06] "POST /ref-update HTTP/1.1" 200 156 0.035162 10.0.0.38 - - [2026-06-04 06:38:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009242 10.0.0.38 - - [2026-06-04 06:38:06] "GET /virtual-machine/dc3ff9ca-3863-4442-b04d-76f8a057d977 HTTP/1.1" 200 1291 0.013079 10.0.0.38 - - [2026-06-04 06:38:06] "GET /virtual-machine-interface/a846f9e6-ba49-404e-b3d0-e434249e72ca HTTP/1.1" 200 2947 0.009061 10.0.0.38 - - [2026-06-04 06:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005481 10.0.0.38 - - [2026-06-04 06:38:06] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005804 10.0.0.38 - - [2026-06-04 06:38:06] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004100 10.0.0.38 - - [2026-06-04 06:38:06] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009769 10.0.0.38 - - [2026-06-04 06:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.38 - - [2026-06-04 06:38:07] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004494 10.0.0.38 - - [2026-06-04 06:38:07] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004368 10.0.0.38 - - [2026-06-04 06:38:07] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007190 10.0.0.38 - - [2026-06-04 06:38:08] "POST /neutron/port HTTP/1.1" 200 1124 0.023793 10.0.0.38 - - [2026-06-04 06:38:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018097 10.0.0.38 - - [2026-06-04 06:38:08] "GET /virtual-machine/033b0de2-8171-4e14-9c24-f0b27cf9c096 HTTP/1.1" 200 1289 0.010610 10.0.0.38 - - [2026-06-04 06:38:08] "GET /virtual-machine-interface/7fdf47a0-d9e8-46db-bc7c-3e5618f27074 HTTP/1.1" 200 2949 0.008801 10.0.0.38 - - [2026-06-04 06:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005597 10.0.0.38 - - [2026-06-04 06:38:08] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005623 10.0.0.38 - - [2026-06-04 06:38:08] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004964 10.0.0.38 - - [2026-06-04 06:38:08] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006683 10.0.0.38 - - [2026-06-04 06:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.38 - - [2026-06-04 06:38:09] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005436 10.0.0.38 - - [2026-06-04 06:38:09] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003828 10.0.0.38 - - [2026-06-04 06:38:09] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007400 10.0.0.38 - - [2026-06-04 06:38:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.004468 10.0.0.38 - - [2026-06-04 06:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.33 - - [2026-06-04 06:38:09] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.38 - - [2026-06-04 06:38:09] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062662 10.0.0.38 - - [2026-06-04 06:38:09] "POST /network-policys HTTP/1.1" 200 547 0.046999 10.0.0.38 - - [2026-06-04 06:38:09] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.010668 10.0.0.38 - - [2026-06-04 06:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.38 - - [2026-06-04 06:38:09] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007973 10.0.0.38 - - [2026-06-04 06:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.38 - - [2026-06-04 06:38:09] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006436 10.0.0.38 - - [2026-06-04 06:38:10] "POST /ref-update HTTP/1.1" 200 156 0.077592 10.0.0.50 - - [2026-06-04 06:38:10] "POST /access-control-lists HTTP/1.1" 200 601 0.054429 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.022391 10.0.0.38 - - [2026-06-04 06:38:10] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005131 10.0.0.38 - - [2026-06-04 06:38:10] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.009591 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.38 - - [2026-06-04 06:38:10] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005445 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.38 - - [2026-06-04 06:38:10] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008081 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547 10.0.0.38 - - [2026-06-04 06:38:10] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004724 10.0.0.38 - - [2026-06-04 06:38:10] "POST /ref-update HTTP/1.1" 200 156 0.072067 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.50 - - [2026-06-04 06:38:10] "POST /routing-instances HTTP/1.1" 200 759 0.053981 10.0.0.38 - - [2026-06-04 06:38:10] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.009445 10.0.0.38 - - [2026-06-04 06:38:10] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.010386 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.009085 10.0.0.50 - - [2026-06-04 06:38:10] "GET /routing-instance/bfeebf73-32c6-4191-b0e9-22c8ee959a5e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.019813 10.0.0.38 - - [2026-06-04 06:38:10] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005294 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.38 - - [2026-06-04 06:38:10] "GET /service-template/4e3ae22c-800c-4d5d-a427-0e1aa6b41fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006365 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.50 - - [2026-06-04 06:38:10] "POST /routing-instances HTTP/1.1" 200 760 0.055596 10.0.0.33 - - [2026-06-04 06:38:10] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001509 10.0.0.38 - - [2026-06-04 06:38:10] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057037 10.0.0.50 - - [2026-06-04 06:38:10] "GET /routing-instance/02c575c4-1263-448e-8552-7309bdd99b23?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.031778 10.0.0.38 - - [2026-06-04 06:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006290 10.0.0.50 - - [2026-06-04 06:38:10] "PUT /routing-instance/02c575c4-1263-448e-8552-7309bdd99b23 HTTP/1.1" 200 266 0.031532 10.0.0.38 - - [2026-06-04 06:38:11] "GET /service-instance/b47db05e-9a7f-43db-8aa1-7e97c415fd77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.013074 10.0.0.38 - - [2026-06-04 06:38:11] "POST /neutron/port HTTP/1.1" 200 3834 0.091127 10.0.0.38 - - [2026-06-04 06:38:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009144 10.0.0.38 - - [2026-06-04 06:38:11] "POST /neutron/port HTTP/1.1" 200 3834 0.063629 10.0.0.38 - - [2026-06-04 06:38:12] "POST /neutron/network HTTP/1.1" 200 919 0.011574 10.0.0.38 - - [2026-06-04 06:38:12] "POST /neutron/network HTTP/1.1" 200 898 0.016680 10.0.0.38 - - [2026-06-04 06:38:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001331 10.0.0.38 - - [2026-06-04 06:38:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001341 10.0.0.38 - - [2026-06-04 06:38:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001367 10.0.0.38 - - [2026-06-04 06:38:12] "GET /virtual-machine/aab33986-05dd-4143-b4b7-fcfcfd7026ad HTTP/1.1" 200 1803 0.018723 10.0.0.38 - - [2026-06-04 06:38:12] "GET /virtual-machine-interface/09a58b4b-ca12-43ef-9def-95a8936a7f1b HTTP/1.1" 200 3815 0.009900 10.0.0.38 - - [2026-06-04 06:38:12] "GET /virtual-machine-interface/3d1066e1-1b0e-47bf-86c2-c2e2096686e3 HTTP/1.1" 200 3803 0.007313 10.0.0.38 - - [2026-06-04 06:38:12] "GET /virtual-machine-interface/5289a2c7-3599-4d5e-82e8-608669323b3c HTTP/1.1" 200 3797 0.007982 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/3ae9c48c-4b6d-4871-9c25-36dee9c9b72a HTTP/1.1" 200 1978 0.005242 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/a474be36-109d-400c-b327-0ad3bef7116b HTTP/1.1" 200 1981 0.005467 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/cecd4f97-29ba-4cb3-9561-d1a1ff246b60 HTTP/1.1" 200 1623 0.009170 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/39cb8179-55dc-4f8e-be73-3d980a9621cc HTTP/1.1" 200 1958 0.006315 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/67db4db6-2de4-47ed-9e52-121eddb79f49 HTTP/1.1" 200 1624 0.010023 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/e4850be3-721f-497a-bf3c-7ec3b9216f99 HTTP/1.1" 200 1961 0.005784 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/66bcb890-a533-4088-ae8c-d74748f70cd1 HTTP/1.1" 200 1956 0.006134 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/bede2dba-03d1-4b0b-a686-b13a74fcda98 HTTP/1.1" 200 1955 0.004798 10.0.0.38 - - [2026-06-04 06:38:12] "GET /instance-ip/c0224727-f400-41d5-8fcd-364cb84dec5a HTTP/1.1" 200 1621 0.008205 10.0.0.38 - - [2026-06-04 06:38:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008862 10.0.0.38 - - [2026-06-04 06:38:12] "POST /neutron/port HTTP/1.1" 200 3834 0.064941 10.0.0.38 - - [2026-06-04 06:38:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009803 10.0.0.38 - - [2026-06-04 06:38:13] "GET /virtual-machine/aab33986-05dd-4143-b4b7-fcfcfd7026ad HTTP/1.1" 200 1803 0.004470 10.0.0.38 - - [2026-06-04 06:38:13] "GET /virtual-machine-interface/09a58b4b-ca12-43ef-9def-95a8936a7f1b HTTP/1.1" 200 3815 0.006968 10.0.0.38 - - [2026-06-04 06:38:13] "GET /virtual-machine-interface/3d1066e1-1b0e-47bf-86c2-c2e2096686e3 HTTP/1.1" 200 3803 0.006127 10.0.0.38 - - [2026-06-04 06:38:13] "GET /virtual-machine-interface/5289a2c7-3599-4d5e-82e8-608669323b3c HTTP/1.1" 200 3797 0.006933 10.0.0.38 - - [2026-06-04 06:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.38 - - [2026-06-04 06:38:13] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004600 10.0.0.38 - - [2026-06-04 06:38:13] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003445 10.0.0.38 - - [2026-06-04 06:38:13] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.008007 10.0.0.38 - - [2026-06-04 06:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.38 - - [2026-06-04 06:38:14] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004158 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004146 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006144 10.0.0.38 - - [2026-06-04 06:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.38 - - [2026-06-04 06:38:14] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004630 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004654 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.011624 10.0.0.38 - - [2026-06-04 06:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.38 - - [2026-06-04 06:38:14] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009128 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003667 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007208 10.0.0.38 - - [2026-06-04 06:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.38 - - [2026-06-04 06:38:14] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005350 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003901 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007368 10.0.0.38 - - [2026-06-04 06:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.38 - - [2026-06-04 06:38:14] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.111422 10.0.0.38 - - [2026-06-04 06:38:14] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004254 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006319 10.0.0.38 - - [2026-06-04 06:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.38 - - [2026-06-04 06:38:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004619 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004459 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007067 10.0.0.38 - - [2026-06-04 06:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.38 - - [2026-06-04 06:38:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004713 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005997 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007952 10.0.0.38 - - [2026-06-04 06:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005603 10.0.0.38 - - [2026-06-04 06:38:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005784 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004368 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-network/d3291a5b-44f8-4a0a-af2b-ffd456d85d3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006317 10.0.0.38 - - [2026-06-04 06:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.38 - - [2026-06-04 06:38:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004788 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003965 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.007852 10.0.0.38 - - [2026-06-04 06:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.38 - - [2026-06-04 06:38:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005006 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004485 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.009562 10.0.0.38 - - [2026-06-04 06:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.38 - - [2026-06-04 06:38:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005026 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004436 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.007682 10.0.0.38 - - [2026-06-04 06:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.38 - - [2026-06-04 06:38:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.013058 10.0.0.38 - - [2026-06-04 06:38:15] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006784 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006849 10.0.0.38 - - [2026-06-04 06:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.38 - - [2026-06-04 06:38:16] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004556 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.010606 10.0.0.38 - - [2026-06-04 06:38:16] "POST /neutron/network HTTP/1.1" 200 2401 0.014889 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.007219 10.0.0.38 - - [2026-06-04 06:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.38 - - [2026-06-04 06:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.014641 10.0.0.38 - - [2026-06-04 06:38:16] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004603 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-networks?parent_id=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003938 10.0.0.38 - - [2026-06-04 06:38:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.015126 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005657 10.0.0.38 - - [2026-06-04 06:38:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004850 10.0.0.38 - - [2026-06-04 06:38:16] "POST /neutron/network HTTP/1.1" 200 924 0.011599 10.0.0.38 - - [2026-06-04 06:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.38 - - [2026-06-04 06:38:16] "GET /routing-instance/cbe0dc01-ee7b-4e2c-9412-604d03de9661?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005196 10.0.0.38 - - [2026-06-04 06:38:16] "GET /routing-instance/cbe0dc01-ee7b-4e2c-9412-604d03de9661?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006718 10.0.0.38 - - [2026-06-04 06:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005825 10.0.0.38 - - [2026-06-04 06:38:16] "GET /routing-instance/05c469fa-80c1-490b-911f-66b131e6b9ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.005379 10.0.0.38 - - [2026-06-04 06:38:16] "GET /routing-instance/05c469fa-80c1-490b-911f-66b131e6b9ec?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.007309 10.0.0.38 - - [2026-06-04 06:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.013663 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?fields=routing_instances HTTP/1.1" 200 1683 0.018647 10.0.0.38 - - [2026-06-04 06:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006495 10.0.0.38 - - [2026-06-04 06:38:16] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?fields=routing_instances HTTP/1.1" 200 1689 0.010735 10.0.0.38 - - [2026-06-04 06:38:19] "POST /neutron/network HTTP/1.1" 200 934 0.040168 10.0.0.38 - - [2026-06-04 06:38:19] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.38 - - [2026-06-04 06:38:21] "POST /ref-update HTTP/1.1" 200 156 0.063047 10.0.0.38 - - [2026-06-04 06:38:21] "GET /virtual-network/9b1f6d77-4b0f-45a0-95d8-9045a076244f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.014424 10.0.0.38 - - [2026-06-04 06:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007412 10.0.0.38 - - [2026-06-04 06:38:21] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005314 10.0.0.50 - - [2026-06-04 06:38:21] "DELETE /routing-instance/bfeebf73-32c6-4191-b0e9-22c8ee959a5e HTTP/1.1" 200 115 0.092154 10.0.0.38 - - [2026-06-04 06:38:21] "POST /ref-update HTTP/1.1" 200 156 0.110533 10.0.0.38 - - [2026-06-04 06:38:21] "POST /neutron/network HTTP/1.1" 200 831 0.008263 10.0.0.38 - - [2026-06-04 06:38:21] "GET /virtual-network/807980ef-8e83-4819-b74f-4dbfa0f08d31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006667 10.0.0.38 - - [2026-06-04 06:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.50 - - [2026-06-04 06:38:21] "DELETE /routing-instance/02c575c4-1263-448e-8552-7309bdd99b23 HTTP/1.1" 200 115 0.067281 10.0.0.38 - - [2026-06-04 06:38:21] "GET /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006078 10.0.0.38 - - [2026-06-04 06:38:21] "DELETE /network-policy/6d49e1ae-b278-42c3-9958-5d9f8493e100 HTTP/1.1" 200 115 0.073716 10.0.0.38 - - [2026-06-04 06:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010807 10.0.0.50 - - [2026-06-04 06:38:21] "DELETE /access-control-list/940e7038-8ab3-4cda-9b45-63a119dda2e6 HTTP/1.1" 200 115 0.070677 10.0.0.38 - - [2026-06-04 06:38:21] "DELETE /service-instance/b47db05e-9a7f-43db-8aa1-7e97c415fd77 HTTP/1.1" 200 115 0.150654 10.0.0.50 - - [2026-06-04 06:38:21] "POST /ref-update HTTP/1.1" 200 156 0.030327 10.0.0.38 - - [2026-06-04 06:38:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005095 10.0.0.38 - - [2026-06-04 06:38:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003122 10.0.0.50 - - [2026-06-04 06:38:22] "DELETE /instance-ip/a474be36-109d-400c-b327-0ad3bef7116b HTTP/1.1" 200 115 0.073582 10.0.0.50 - - [2026-06-04 06:38:22] "POST /ref-update HTTP/1.1" 200 156 0.020128 10.0.0.38 - - [2026-06-04 06:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.38 - - [2026-06-04 06:38:22] "DELETE /service-template/4e3ae22c-800c-4d5d-a427-0e1aa6b41fb9 HTTP/1.1" 200 115 0.061671 10.0.0.50 - - [2026-06-04 06:38:22] "DELETE /instance-ip/e4850be3-721f-497a-bf3c-7ec3b9216f99 HTTP/1.1" 200 115 0.079144 10.0.0.38 - - [2026-06-04 06:38:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.008578 10.0.0.38 - - [2026-06-04 06:38:23] "POST /neutron/port HTTP/1.1" 200 1124 0.028138 10.0.0.38 - - [2026-06-04 06:38:23] "POST /neutron/port HTTP/1.1" 200 1121 0.033101 10.0.0.38 - - [2026-06-04 06:38:23] "POST /neutron/port HTTP/1.1" 200 3063 0.092206 10.0.0.38 - - [2026-06-04 06:38:23] "POST /neutron/port HTTP/1.1" 200 1111 0.023212 10.0.0.38 - - [2026-06-04 06:38:24] "POST /neutron/port HTTP/1.1" 200 151 0.285208 10.0.0.38 - - [2026-06-04 06:38:25] "POST /neutron/network HTTP/1.1" 200 831 0.009339 10.0.0.50 - - [2026-06-04 06:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006168 10.0.0.33 - - [2026-06-04 06:38:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007824 10.0.0.33 - - [2026-06-04 06:38:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003118 10.0.0.38 - - [2026-06-04 06:38:25] "POST /neutron/network HTTP/1.1" 200 151 0.160972 10.0.0.50 - - [2026-06-04 06:38:25] "DELETE /route-target/266264ba-5a52-433e-b682-f10c332175b8 HTTP/1.1" 200 115 0.040693 10.0.0.33 - - [2026-06-04 06:38:27] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.38 - - [2026-06-04 06:38:27] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060978 10.0.0.33 - - [2026-06-04 06:38:27] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.38 - - [2026-06-04 06:38:27] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?fields=virtual_networks HTTP/1.1" 200 1028 0.057050 10.0.0.33 - - [2026-06-04 06:38:27] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001563 10.0.0.38 - - [2026-06-04 06:38:27] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.055382 10.0.0.33 - - [2026-06-04 06:38:27] "GET /projects?obj_uuids=4eaaa577-c9db-4de8-9cfd-1cbb06fcb998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.38 - - [2026-06-04 06:38:27] "GET /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998?fields=security_groups HTTP/1.1" 200 1252 0.062613 10.0.0.38 - - [2026-06-04 06:38:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.030355 10.0.0.33 - - [2026-06-04 06:38:29] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004064 10.0.0.33 - - [2026-06-04 06:38:29] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.33 - - [2026-06-04 06:38:29] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008531 10.0.0.33 - - [2026-06-04 06:38:29] "POST /id-to-fqname HTTP/1.1" 200 191 0.005440 10.0.0.33 - - [2026-06-04 06:38:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.009297 10.0.0.33 - - [2026-06-04 06:38:29] "POST /security-groups HTTP/1.1" 200 592 0.041100 10.0.0.33 - - [2026-06-04 06:38:29] "POST /projects HTTP/1.1" 200 587 0.319444 10.0.0.33 - - [2026-06-04 06:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.363594 10.0.0.50 - - [2026-06-04 06:38:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.011519 10.0.0.38 - - [2026-06-04 06:38:29] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.522996 10.0.0.38 - - [2026-06-04 06:38:30] "GET / HTTP/1.1" 200 35931 0.003285 10.0.0.38 - - [2026-06-04 06:38:33] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000500 10.0.0.33 - - [2026-06-04 06:38:33] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001196 10.0.0.38 - - [2026-06-04 06:38:33] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.075625 10.0.0.38 - - [2026-06-04 06:38:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.006083 10.0.0.38 - - [2026-06-04 06:38:33] "POST /virtual-DNSs HTTP/1.1" 200 507 0.041100 10.0.0.38 - - [2026-06-04 06:38:33] "GET /virtual-DNS/9c29249c-adc9-4170-88f6-9bbf1ad71600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.010103 10.0.0.38 - - [2026-06-04 06:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.38 - - [2026-06-04 06:38:33] "GET /virtual-DNS/9c29249c-adc9-4170-88f6-9bbf1ad71600?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006454 10.0.0.38 - - [2026-06-04 06:38:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003870 10.0.0.38 - - [2026-06-04 06:38:34] "POST /network-ipams HTTP/1.1" 200 514 0.067023 10.0.0.38 - - [2026-06-04 06:38:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004355 10.0.0.38 - - [2026-06-04 06:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.38 - - [2026-06-04 06:38:34] "GET /network-ipam/69bcdfa8-9aab-455b-a5fa-5f1adbb86af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.007765 10.0.0.38 - - [2026-06-04 06:38:34] "PUT /network-ipam/69bcdfa8-9aab-455b-a5fa-5f1adbb86af3 HTTP/1.1" 200 258 0.018134 10.0.0.38 - - [2026-06-04 06:38:34] "POST /ref-update HTTP/1.1" 200 156 0.020046 10.0.0.38 - - [2026-06-04 06:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.33 - - [2026-06-04 06:38:34] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001337 10.0.0.38 - - [2026-06-04 06:38:34] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047066 10.0.0.50 - - [2026-06-04 06:38:35] "POST /ref-update HTTP/1.1" 200 156 0.031554 10.0.0.33 - - [2026-06-04 06:38:35] "POST /useragent-kv HTTP/1.1" 200 115 0.017686 10.0.0.38 - - [2026-06-04 06:38:35] "POST /neutron/subnet HTTP/1.1" 200 711 0.284659 10.0.0.38 - - [2026-06-04 06:38:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001376 10.0.0.38 - - [2026-06-04 06:38:35] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006076 10.0.0.38 - - [2026-06-04 06:38:35] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006166 10.0.0.38 - - [2026-06-04 06:38:35] "POST /neutron/network HTTP/1.1" 200 833 0.007869 10.0.0.38 - - [2026-06-04 06:38:35] "POST /neutron/network HTTP/1.1" 200 833 0.008938 10.0.0.38 - - [2026-06-04 06:38:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001710 10.0.0.33 - - [2026-06-04 06:38:36] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.38 - - [2026-06-04 06:38:36] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.097920 10.0.0.38 - - [2026-06-04 06:38:36] "POST /neutron/port HTTP/1.1" 200 117 0.007174 10.0.0.38 - - [2026-06-04 06:38:37] "POST /neutron/network HTTP/1.1" 200 843 0.009080 10.0.0.38 - - [2026-06-04 06:38:37] "POST /neutron/port HTTP/1.1" 200 1058 0.029204 10.0.0.38 - - [2026-06-04 06:38:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.38 - - [2026-06-04 06:38:38] "POST /neutron/network HTTP/1.1" 200 833 0.008175 10.0.0.38 - - [2026-06-04 06:38:42] "POST /neutron/port HTTP/1.1" 200 1122 0.024406 10.0.0.38 - - [2026-06-04 06:38:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008414 10.0.0.38 - - [2026-06-04 06:38:42] "GET /virtual-machine/c6e2f4bd-8422-45f9-a385-3705702d03ce HTTP/1.1" 401 292 0.000464 10.0.0.38 - - [2026-06-04 06:38:42] "GET /virtual-machine/c6e2f4bd-8422-45f9-a385-3705702d03ce HTTP/1.1" 200 1294 0.035381 10.0.0.38 - - [2026-06-04 06:38:42] "GET /virtual-machine-interface/09c2a188-1768-4f60-ac51-4121d873b0d7 HTTP/1.1" 200 2963 0.007756 10.0.0.38 - - [2026-06-04 06:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.38 - - [2026-06-04 06:38:42] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.009052 10.0.0.38 - - [2026-06-04 06:38:42] "GET /virtual-networks?parent_id=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003721 10.0.0.38 - - [2026-06-04 06:38:42] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007466 10.0.0.38 - - [2026-06-04 06:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.38 - - [2026-06-04 06:38:45] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005882 10.0.0.38 - - [2026-06-04 06:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.38 - - [2026-06-04 06:38:49] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006064 10.0.0.38 - - [2026-06-04 06:38:49] "GET /virtual-networks?parent_id=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004103 10.0.0.38 - - [2026-06-04 06:38:49] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007383 10.0.0.38 - - [2026-06-04 06:38:54] "POST /neutron/network HTTP/1.1" 200 807 0.015446 10.0.0.38 - - [2026-06-04 06:38:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001440 10.0.0.38 - - [2026-06-04 06:38:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008601 10.0.0.33 - - [2026-06-04 06:38:55] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.38 - - [2026-06-04 06:38:55] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.089104 10.0.0.38 - - [2026-06-04 06:38:55] "POST /neutron/port HTTP/1.1" 200 1122 0.025729 10.0.0.38 - - [2026-06-04 06:38:55] "POST /neutron/port HTTP/1.1" 200 117 0.006748 10.0.0.38 - - [2026-06-04 06:38:56] "POST /neutron/port HTTP/1.1" 200 1058 0.024252 10.0.0.38 - - [2026-06-04 06:38:56] "POST /neutron/port HTTP/1.1" 200 1122 0.031109 10.0.0.38 - - [2026-06-04 06:38:56] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.38 - - [2026-06-04 06:39:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009781 10.0.0.38 - - [2026-06-04 06:39:01] "POST /neutron/port HTTP/1.1" 200 1122 0.026612 10.0.0.38 - - [2026-06-04 06:39:01] "GET /virtual-machine/e270c5d4-bea7-4837-a8ae-1a8c2654cecc HTTP/1.1" 200 1294 0.006774 10.0.0.38 - - [2026-06-04 06:39:01] "GET /virtual-machine-interface/ceab5cee-abd1-4553-8178-7afae1d3be52 HTTP/1.1" 200 2964 0.006029 10.0.0.38 - - [2026-06-04 06:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.38 - - [2026-06-04 06:39:01] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004540 10.0.0.38 - - [2026-06-04 06:39:01] "GET /virtual-networks?parent_id=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004050 10.0.0.38 - - [2026-06-04 06:39:01] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006502 10.0.0.38 - - [2026-06-04 06:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.38 - - [2026-06-04 06:39:04] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007028 10.0.0.38 - - [2026-06-04 06:39:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013667 10.0.0.50 - - [2026-06-04 06:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000745 10.0.0.50 - - [2026-06-04 06:39:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.38 - - [2026-06-04 06:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.38 - - [2026-06-04 06:39:08] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004048 10.0.0.38 - - [2026-06-04 06:39:08] "GET /virtual-networks?parent_id=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.007831 10.0.0.38 - - [2026-06-04 06:39:08] "GET /virtual-network/5a9d66ed-b1c7-4725-89e1-6d7559f097a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011235 10.0.0.33 - - [2026-06-04 06:39:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001578 10.0.0.33 - - [2026-06-04 06:39:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.38 - - [2026-06-04 06:39:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.38 - - [2026-06-04 06:39:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.33 - - [2026-06-04 06:39:09] "DELETE /project/bbe70cd6409d460ab1c24866e10de72c HTTP/1.1" 404 173 0.004264 10.0.0.33 - - [2026-06-04 06:39:09] "DELETE /project/4eaaa577-c9db-4de8-9cfd-1cbb06fcb998 HTTP/1.1" 404 177 0.004038 10.0.0.38 - - [2026-06-04 06:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.38 - - [2026-06-04 06:39:15] "DELETE /virtual-DNS/9c29249c-adc9-4170-88f6-9bbf1ad71600 HTTP/1.1" 409 235 0.024565 10.0.0.38 - - [2026-06-04 06:39:15] "POST /fqname-to-id HTTP/1.1" 404 192 0.003372 10.0.0.38 - - [2026-06-04 06:39:15] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.032792 10.0.0.38 - - [2026-06-04 06:39:16] "GET /virtual-DNS-record/a6eee6d9-d42b-4f13-8efb-48c6af8ee6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.007083 10.0.0.38 - - [2026-06-04 06:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005720 10.0.0.38 - - [2026-06-04 06:39:16] "GET /virtual-DNS-record/a6eee6d9-d42b-4f13-8efb-48c6af8ee6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004917 10.0.0.38 - - [2026-06-04 06:39:17] "POST /neutron/network HTTP/1.1" 200 843 0.009949 10.0.0.38 - - [2026-06-04 06:39:17] "POST /neutron/port HTTP/1.1" 200 117 0.001692 10.0.0.38 - - [2026-06-04 06:39:18] "POST /neutron/port HTTP/1.1" 200 1122 0.029106 10.0.0.38 - - [2026-06-04 06:39:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.013846 10.0.0.38 - - [2026-06-04 06:39:21] "DELETE /virtual-DNS-record/a6eee6d9-d42b-4f13-8efb-48c6af8ee6c4 HTTP/1.1" 200 115 0.047248 10.0.0.38 - - [2026-06-04 06:39:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.004098 10.0.0.38 - - [2026-06-04 06:39:22] "POST /neutron/network HTTP/1.1" 200 833 0.009717 10.0.0.38 - - [2026-06-04 06:39:22] "POST /neutron/port HTTP/1.1" 200 1112 0.018679 10.0.0.38 - - [2026-06-04 06:39:22] "POST /neutron/port HTTP/1.1" 200 1112 0.019207 10.0.0.33 - - [2026-06-04 06:39:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006602 10.0.0.33 - - [2026-06-04 06:39:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009912 10.0.0.38 - - [2026-06-04 06:39:24] "POST /neutron/network HTTP/1.1" 200 151 0.190137 10.0.0.50 - - [2026-06-04 06:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.38 - - [2026-06-04 06:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.38 - - [2026-06-04 06:39:24] "DELETE /network-ipam/69bcdfa8-9aab-455b-a5fa-5f1adbb86af3 HTTP/1.1" 200 115 0.084834 10.0.0.38 - - [2026-06-04 06:39:24] "DELETE /virtual-DNS/9c29249c-adc9-4170-88f6-9bbf1ad71600 HTTP/1.1" 200 115 0.088243 10.0.0.38 - - [2026-06-04 06:39:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.013309 10.0.0.33 - - [2026-06-04 06:39:25] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.38 - - [2026-06-04 06:39:25] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058077 10.0.0.33 - - [2026-06-04 06:39:25] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.38 - - [2026-06-04 06:39:26] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?fields=virtual_networks HTTP/1.1" 200 1035 0.048358 10.0.0.33 - - [2026-06-04 06:39:26] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001851 10.0.0.38 - - [2026-06-04 06:39:26] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.058386 10.0.0.33 - - [2026-06-04 06:39:26] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001998 10.0.0.38 - - [2026-06-04 06:39:26] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?fields=security_groups HTTP/1.1" 200 1262 0.055937 10.0.0.38 - - [2026-06-04 06:39:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.032495 10.0.0.33 - - [2026-06-04 06:39:27] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003881 10.0.0.33 - - [2026-06-04 06:39:27] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001531 10.0.0.33 - - [2026-06-04 06:39:27] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009593 10.0.0.33 - - [2026-06-04 06:39:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.003710 10.0.0.33 - - [2026-06-04 06:39:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.007703 10.0.0.33 - - [2026-06-04 06:39:27] "POST /security-groups HTTP/1.1" 200 592 0.035205 10.0.0.33 - - [2026-06-04 06:39:27] "POST /projects HTTP/1.1" 200 587 0.287392 10.0.0.50 - - [2026-06-04 06:39:27] "POST /access-control-lists HTTP/1.1" 200 597 0.031786 10.0.0.33 - - [2026-06-04 06:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.373059 10.0.0.38 - - [2026-06-04 06:39:27] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.542875 10.0.0.38 - - [2026-06-04 06:39:29] "GET / HTTP/1.1" 200 35931 0.002495 10.0.0.38 - - [2026-06-04 06:39:29] "GET /obj-perms HTTP/1.1" 200 5056 0.366340 10.0.0.38 - - [2026-06-04 06:39:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.38 - - [2026-06-04 06:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.036754 10.0.0.33 - - [2026-06-04 06:39:31] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.38 - - [2026-06-04 06:39:31] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.062074 10.0.0.50 - - [2026-06-04 06:39:32] "POST /route-targets HTTP/1.1" 200 327 0.019648 10.0.0.33 - - [2026-06-04 06:39:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004051 10.0.0.38 - - [2026-06-04 06:39:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.346961 10.0.0.38 - - [2026-06-04 06:39:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001409 10.0.0.38 - - [2026-06-04 06:39:32] "GET /virtual-network/8c408c11-bd05-4d60-8b6b-a1ed1c59498d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010576 10.0.0.38 - - [2026-06-04 06:39:32] "GET /virtual-network/8c408c11-bd05-4d60-8b6b-a1ed1c59498d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009687 10.0.0.38 - - [2026-06-04 06:39:32] "POST /neutron/network HTTP/1.1" 200 823 0.007348 10.0.0.38 - - [2026-06-04 06:39:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001318 10.0.0.33 - - [2026-06-04 06:39:33] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002707 10.0.0.38 - - [2026-06-04 06:39:33] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100102 10.0.0.38 - - [2026-06-04 06:39:33] "POST /neutron/network HTTP/1.1" 200 823 0.011523 10.0.0.38 - - [2026-06-04 06:39:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001435 10.0.0.38 - - [2026-06-04 06:39:34] "POST /neutron/port HTTP/1.1" 200 117 0.010242 10.0.0.33 - - [2026-06-04 06:39:34] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002102 10.0.0.38 - - [2026-06-04 06:39:35] "POST /neutron/port HTTP/1.1" 200 1059 0.382776 10.0.0.33 - - [2026-06-04 06:39:35] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002743 10.0.0.38 - - [2026-06-04 06:39:35] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.128552 10.0.0.38 - - [2026-06-04 06:39:35] "POST /neutron/port HTTP/1.1" 200 1113 0.171730 10.0.0.38 - - [2026-06-04 06:39:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006805 10.0.0.38 - - [2026-06-04 06:39:35] "POST /neutron/network HTTP/1.1" 200 823 0.009813 10.0.0.38 - - [2026-06-04 06:39:35] "POST /neutron/port HTTP/1.1" 200 117 0.007460 10.0.0.38 - - [2026-06-04 06:39:36] "POST /neutron/network HTTP/1.1" 200 833 0.009853 10.0.0.38 - - [2026-06-04 06:39:36] "POST /neutron/port HTTP/1.1" 200 1059 0.040515 10.0.0.33 - - [2026-06-04 06:39:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.33 - - [2026-06-04 06:39:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.38 - - [2026-06-04 06:39:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.50 - - [2026-06-04 06:39:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.38 - - [2026-06-04 06:39:37] "POST /neutron/network HTTP/1.1" 200 823 0.008055 10.0.0.50 - - [2026-06-04 06:39:37] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.38 - - [2026-06-04 06:39:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.38 - - [2026-06-04 06:39:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.38 - - [2026-06-04 06:39:40] "POST /neutron/port HTTP/1.1" 200 1123 0.020487 10.0.0.38 - - [2026-06-04 06:39:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008528 10.0.0.38 - - [2026-06-04 06:39:41] "GET /virtual-machine/39d4503a-bac8-4509-84ab-2e51f31a144f HTTP/1.1" 401 292 0.000363 10.0.0.38 - - [2026-06-04 06:39:41] "GET /virtual-machine/39d4503a-bac8-4509-84ab-2e51f31a144f HTTP/1.1" 200 1292 0.033031 10.0.0.38 - - [2026-06-04 06:39:41] "GET /virtual-machine-interface/a2a1a369-ff7b-42fe-b02a-dea10d8eedad HTTP/1.1" 200 2947 0.007272 10.0.0.38 - - [2026-06-04 06:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.38 - - [2026-06-04 06:39:41] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005365 10.0.0.38 - - [2026-06-04 06:39:41] "GET /virtual-networks?parent_id=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003490 10.0.0.38 - - [2026-06-04 06:39:41] "GET /virtual-network/8c408c11-bd05-4d60-8b6b-a1ed1c59498d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008615 10.0.0.38 - - [2026-06-04 06:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.38 - - [2026-06-04 06:39:44] "GET /virtual-network/8c408c11-bd05-4d60-8b6b-a1ed1c59498d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005879 10.0.0.38 - - [2026-06-04 06:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.38 - - [2026-06-04 06:39:46] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005339 10.0.0.38 - - [2026-06-04 06:39:46] "GET /virtual-networks?parent_id=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004564 10.0.0.38 - - [2026-06-04 06:39:46] "GET /virtual-network/8c408c11-bd05-4d60-8b6b-a1ed1c59498d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007888 10.0.0.38 - - [2026-06-04 06:39:46] "POST /neutron/port HTTP/1.1" 200 1123 0.030077 10.0.0.38 - - [2026-06-04 06:39:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010592 10.0.0.38 - - [2026-06-04 06:39:47] "POST /neutron/port HTTP/1.1" 200 1123 0.020006 10.0.0.38 - - [2026-06-04 06:39:47] "GET /virtual-machine/58bbcaf1-13bb-46af-a15c-7c11bac1edae HTTP/1.1" 200 1293 0.006982 10.0.0.38 - - [2026-06-04 06:39:47] "GET /virtual-machine-interface/a0ff90df-de41-49ea-b375-373ee2016bd6 HTTP/1.1" 200 2947 0.006366 10.0.0.38 - - [2026-06-04 06:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.38 - - [2026-06-04 06:39:47] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004633 10.0.0.38 - - [2026-06-04 06:39:47] "GET /virtual-networks?parent_id=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003743 10.0.0.38 - - [2026-06-04 06:39:47] "GET /virtual-network/8c408c11-bd05-4d60-8b6b-a1ed1c59498d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006948 10.0.0.38 - - [2026-06-04 06:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.38 - - [2026-06-04 06:39:48] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005877 10.0.0.38 - - [2026-06-04 06:39:48] "GET /virtual-networks?parent_id=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005389 10.0.0.38 - - [2026-06-04 06:39:48] "GET /virtual-network/8c408c11-bd05-4d60-8b6b-a1ed1c59498d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007232 10.0.0.38 - - [2026-06-04 06:39:48] "POST /neutron/network HTTP/1.1" 400 204 0.019907 10.0.0.38 - - [2026-06-04 06:39:49] "POST /neutron/port HTTP/1.1" 200 151 0.261879 10.0.0.38 - - [2026-06-04 06:39:49] "POST /neutron/port HTTP/1.1" 200 151 0.252557 10.0.0.50 - - [2026-06-04 06:39:51] "DELETE /route-target/9836aa5d-f6a6-4827-ab1e-a48cc5e863bc HTTP/1.1" 200 115 0.029798 10.0.0.33 - - [2026-06-04 06:39:52] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001332 10.0.0.38 - - [2026-06-04 06:39:52] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047500 10.0.0.33 - - [2026-06-04 06:39:52] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001299 10.0.0.38 - - [2026-06-04 06:39:52] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?fields=virtual_networks HTTP/1.1" 200 1034 0.064712 10.0.0.33 - - [2026-06-04 06:39:52] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.38 - - [2026-06-04 06:39:52] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.055379 10.0.0.33 - - [2026-06-04 06:39:52] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.38 - - [2026-06-04 06:39:52] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?fields=security_groups HTTP/1.1" 200 1261 0.050576 10.0.0.38 - - [2026-06-04 06:39:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.037541 10.0.0.33 - - [2026-06-04 06:39:53] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005343 10.0.0.33 - - [2026-06-04 06:39:53] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.33 - - [2026-06-04 06:39:53] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008834 10.0.0.33 - - [2026-06-04 06:39:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.001977 10.0.0.33 - - [2026-06-04 06:39:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.012064 10.0.0.33 - - [2026-06-04 06:39:54] "POST /security-groups HTTP/1.1" 200 591 0.049141 10.0.0.33 - - [2026-06-04 06:39:54] "POST /projects HTTP/1.1" 200 585 0.298947 10.0.0.33 - - [2026-06-04 06:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.339477 10.0.0.50 - - [2026-06-04 06:39:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.009646 10.0.0.38 - - [2026-06-04 06:39:54] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.533900 10.0.0.38 - - [2026-06-04 06:39:55] "GET / HTTP/1.1" 200 35931 0.002121 10.0.0.38 - - [2026-06-04 06:39:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.38 - - [2026-06-04 06:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.072262 10.0.0.33 - - [2026-06-04 06:39:57] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001286 10.0.0.38 - - [2026-06-04 06:39:57] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.080860 10.0.0.38 - - [2026-06-04 06:39:57] "POST /neutron/network HTTP/1.1" 200 117 0.047274 10.0.0.50 - - [2026-06-04 06:39:58] "POST /ref-update HTTP/1.1" 200 156 0.036579 10.0.0.38 - - [2026-06-04 06:39:58] "POST /neutron/network HTTP/1.1" 200 839 0.012343 10.0.0.38 - - [2026-06-04 06:39:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.001867 10.0.0.38 - - [2026-06-04 06:39:58] "GET /virtual-network/4e07b611-cc27-44cd-81e9-a5e22359bcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008123 10.0.0.38 - - [2026-06-04 06:39:58] "GET /virtual-network/4e07b611-cc27-44cd-81e9-a5e22359bcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007729 10.0.0.38 - - [2026-06-04 06:39:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.013018 10.0.0.38 - - [2026-06-04 06:39:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.001344 10.0.0.33 - - [2026-06-04 06:39:59] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.38 - - [2026-06-04 06:39:59] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.106082 10.0.0.38 - - [2026-06-04 06:39:59] "POST /neutron/network HTTP/1.1" 200 839 0.007867 10.0.0.38 - - [2026-06-04 06:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.38 - - [2026-06-04 06:39:59] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005922 10.0.0.38 - - [2026-06-04 06:39:59] "PUT /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc HTTP/1.1" 200 276 0.016831 10.0.0.38 - - [2026-06-04 06:39:59] "POST /neutron/port HTTP/1.1" 200 117 0.009162 10.0.0.38 - - [2026-06-04 06:40:00] "POST /neutron/port HTTP/1.1" 200 1055 0.028074 10.0.0.38 - - [2026-06-04 06:40:00] "POST /neutron/port HTTP/1.1" 200 1119 0.027957 10.0.0.38 - - [2026-06-04 06:40:00] "POST /neutron/port HTTP/1.1" 200 117 0.001747 10.0.0.38 - - [2026-06-04 06:40:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009903 10.0.0.38 - - [2026-06-04 06:40:05] "POST /neutron/port HTTP/1.1" 200 1119 0.026201 10.0.0.38 - - [2026-06-04 06:40:05] "GET /virtual-machine/e9332b68-08e7-40c5-a6cc-93c6b0b3f91c HTTP/1.1" 401 292 0.000456 10.0.0.38 - - [2026-06-04 06:40:05] "GET /virtual-machine/e9332b68-08e7-40c5-a6cc-93c6b0b3f91c HTTP/1.1" 200 1293 0.037332 10.0.0.38 - - [2026-06-04 06:40:05] "GET /virtual-machine-interface/5049a9be-e742-48e0-b017-779b3919ecab HTTP/1.1" 200 2971 0.008293 10.0.0.38 - - [2026-06-04 06:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.38 - - [2026-06-04 06:40:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005235 10.0.0.38 - - [2026-06-04 06:40:05] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004914 10.0.0.38 - - [2026-06-04 06:40:05] "GET /virtual-network/4e07b611-cc27-44cd-81e9-a5e22359bcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008409 10.0.0.38 - - [2026-06-04 06:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.38 - - [2026-06-04 06:40:08] "GET /virtual-network/4e07b611-cc27-44cd-81e9-a5e22359bcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006957 10.0.0.33 - - [2026-06-04 06:40:09] "DELETE /project/a6d680c4efdc40d1842f7ea00222d211 HTTP/1.1" 404 173 0.015632 10.0.0.33 - - [2026-06-04 06:40:09] "DELETE /project/f6a962cd5dfe43c08fe53fdae3b33a3d HTTP/1.1" 404 173 0.011539 10.0.0.33 - - [2026-06-04 06:40:09] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002165 10.0.0.33 - - [2026-06-04 06:40:09] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.33 - - [2026-06-04 06:40:09] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.085609 10.0.0.33 - - [2026-06-04 06:40:09] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.097606 10.0.0.33 - - [2026-06-04 06:40:09] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002302 10.0.0.33 - - [2026-06-04 06:40:09] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.33 - - [2026-06-04 06:40:09] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?fields=security_groups HTTP/1.1" 200 1105 0.108425 10.0.0.33 - - [2026-06-04 06:40:09] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?fields=security_groups HTTP/1.1" 200 1366 0.122405 10.0.0.33 - - [2026-06-04 06:40:09] "GET /projects?obj_uuids=bbe70cd6-409d-460a-b1c2-4866e10de72c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.33 - - [2026-06-04 06:40:09] "GET /project/bbe70cd6-409d-460a-b1c2-4866e10de72c?fields=application_policy_sets HTTP/1.1" 404 188 0.022444 10.0.0.33 - - [2026-06-04 06:40:09] "DELETE /project/bbe70cd6-409d-460a-b1c2-4866e10de72c HTTP/1.1" 404 171 0.340966 10.0.0.33 - - [2026-06-04 06:40:09] "DELETE /security-group/c0f5a0df-f3f8-472c-a849-d2b8c583c859 HTTP/1.1" 200 115 0.095627 10.0.0.33 - - [2026-06-04 06:40:09] "GET /projects?obj_uuids=a6d680c4-efdc-40d1-842f-7ea00222d211&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002054 10.0.0.50 - - [2026-06-04 06:40:09] "DELETE /access-control-list/c80038bb-a822-429a-934d-cdb636f54717 HTTP/1.1" 200 115 0.055901 10.0.0.33 - - [2026-06-04 06:40:09] "GET /project/a6d680c4-efdc-40d1-842f-7ea00222d211?fields=application_policy_sets HTTP/1.1" 200 1405 0.065171 10.0.0.33 - - [2026-06-04 06:40:10] "DELETE /project/a6d680c4-efdc-40d1-842f-7ea00222d211 HTTP/1.1" 200 115 0.679432 10.0.0.38 - - [2026-06-04 06:40:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008753 10.0.0.38 - - [2026-06-04 06:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.38 - - [2026-06-04 06:40:12] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005857 10.0.0.38 - - [2026-06-04 06:40:12] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004853 10.0.0.38 - - [2026-06-04 06:40:12] "GET /virtual-network/4e07b611-cc27-44cd-81e9-a5e22359bcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008437 10.0.0.38 - - [2026-06-04 06:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.38 - - [2026-06-04 06:40:15] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005081 10.0.0.38 - - [2026-06-04 06:40:15] "PUT /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc HTTP/1.1" 200 276 0.014918 10.0.0.38 - - [2026-06-04 06:40:16] "POST /neutron/port HTTP/1.1" 200 1119 0.024439 10.0.0.38 - - [2026-06-04 06:40:17] "POST /neutron/network HTTP/1.1" 200 839 0.009348 10.0.0.50 - - [2026-06-04 06:40:17] "DELETE /route-target/f280b010-90c8-439e-9377-ddb440951ae0 HTTP/1.1" 200 115 0.035984 10.0.0.38 - - [2026-06-04 06:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005673 10.0.0.33 - - [2026-06-04 06:40:20] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001556 10.0.0.38 - - [2026-06-04 06:40:20] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.075967 10.0.0.33 - - [2026-06-04 06:40:20] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001451 10.0.0.38 - - [2026-06-04 06:40:21] "POST /neutron/network HTTP/1.1" 200 605 0.168072 10.0.0.38 - - [2026-06-04 06:40:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.006094 10.0.0.38 - - [2026-06-04 06:40:21] "GET /virtual-network/aa5419d3-5845-4841-b21b-df5542f2401a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.009022 10.0.0.38 - - [2026-06-04 06:40:21] "POST /neutron/network HTTP/1.1" 200 821 0.009684 10.0.0.38 - - [2026-06-04 06:40:21] "GET /virtual-network/aa5419d3-5845-4841-b21b-df5542f2401a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006902 10.0.0.38 - - [2026-06-04 06:40:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001509 10.0.0.38 - - [2026-06-04 06:40:21] "POST /neutron/network HTTP/1.1" 200 831 0.009598 10.0.0.33 - - [2026-06-04 06:40:22] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.38 - - [2026-06-04 06:40:22] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.069710 10.0.0.38 - - [2026-06-04 06:40:22] "POST /neutron/port HTTP/1.1" 200 117 0.007713 10.0.0.33 - - [2026-06-04 06:40:23] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001705 10.0.0.38 - - [2026-06-04 06:40:23] "POST /neutron/port HTTP/1.1" 200 1057 0.462171 10.0.0.38 - - [2026-06-04 06:40:23] "POST /neutron/port HTTP/1.1" 200 1111 0.157799 10.0.0.38 - - [2026-06-04 06:40:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.011818 10.0.0.38 - - [2026-06-04 06:40:27] "POST /neutron/port HTTP/1.1" 200 1121 0.022974 10.0.0.38 - - [2026-06-04 06:40:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007994 10.0.0.38 - - [2026-06-04 06:40:28] "GET /virtual-machine/bcb4b5ae-594c-48c4-8c62-fb2c359fb57f HTTP/1.1" 200 1293 0.007903 10.0.0.38 - - [2026-06-04 06:40:28] "GET /virtual-machine-interface/1b1f1734-8b98-4fd3-a846-05ad454668fc HTTP/1.1" 200 2941 0.007258 10.0.0.38 - - [2026-06-04 06:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.38 - - [2026-06-04 06:40:28] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004986 10.0.0.38 - - [2026-06-04 06:40:28] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004080 10.0.0.38 - - [2026-06-04 06:40:28] "GET /virtual-network/aa5419d3-5845-4841-b21b-df5542f2401a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006177 10.0.0.38 - - [2026-06-04 06:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.38 - - [2026-06-04 06:40:31] "GET /virtual-network/aa5419d3-5845-4841-b21b-df5542f2401a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006237 10.0.0.38 - - [2026-06-04 06:40:34] "POST /neutron/port HTTP/1.1" 200 1121 0.028862 10.0.0.38 - - [2026-06-04 06:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.38 - - [2026-06-04 06:40:35] "GET /virtual-network/aa5419d3-5845-4841-b21b-df5542f2401a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006598 10.0.0.38 - - [2026-06-04 06:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432 10.0.0.38 - - [2026-06-04 06:40:37] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005927 10.0.0.38 - - [2026-06-04 06:40:37] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006172 10.0.0.38 - - [2026-06-04 06:40:37] "GET /virtual-network/aa5419d3-5845-4841-b21b-df5542f2401a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006504 10.0.0.38 - - [2026-06-04 06:40:39] "POST /neutron/network HTTP/1.1" 400 204 0.019042 10.0.0.38 - - [2026-06-04 06:40:40] "POST /neutron/port HTTP/1.1" 200 151 0.241765 10.0.0.50 - - [2026-06-04 06:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.38 - - [2026-06-04 06:40:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004375 10.0.0.38 - - [2026-06-04 06:40:44] "POST /network-ipams HTTP/1.1" 200 541 0.038214 10.0.0.38 - - [2026-06-04 06:40:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004653 10.0.0.38 - - [2026-06-04 06:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.38 - - [2026-06-04 06:40:44] "GET /network-ipam/22f60191-66ad-4a27-b6be-174fc9d95fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.009746 10.0.0.38 - - [2026-06-04 06:40:44] "PUT /network-ipam/22f60191-66ad-4a27-b6be-174fc9d95fd3 HTTP/1.1" 200 258 0.017367 10.0.0.38 - - [2026-06-04 06:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.33 - - [2026-06-04 06:40:45] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.38 - - [2026-06-04 06:40:45] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058255 10.0.0.38 - - [2026-06-04 06:40:45] "POST /neutron/network HTTP/1.1" 200 117 0.015959 10.0.0.50 - - [2026-06-04 06:40:45] "POST /ref-update HTTP/1.1" 200 156 0.032883 10.0.0.33 - - [2026-06-04 06:40:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010982 10.0.0.38 - - [2026-06-04 06:40:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.215796 10.0.0.38 - - [2026-06-04 06:40:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001215 10.0.0.38 - - [2026-06-04 06:40:46] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.011078 10.0.0.38 - - [2026-06-04 06:40:46] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006469 10.0.0.38 - - [2026-06-04 06:40:46] "POST /neutron/network HTTP/1.1" 200 994 0.014862 10.0.0.38 - - [2026-06-04 06:40:46] "POST /neutron/network HTTP/1.1" 200 994 0.013819 10.0.0.33 - - [2026-06-04 06:40:46] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.38 - - [2026-06-04 06:40:46] "POST /neutron/port HTTP/1.1" 200 1017 0.348226 10.0.0.38 - - [2026-06-04 06:40:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001288 10.0.0.38 - - [2026-06-04 06:40:47] "POST /neutron/port HTTP/1.1" 200 1017 0.015446 10.0.0.38 - - [2026-06-04 06:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.008216 10.0.0.38 - - [2026-06-04 06:40:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001457 10.0.0.38 - - [2026-06-04 06:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.006695 10.0.0.38 - - [2026-06-04 06:40:47] "POST /neutron/network HTTP/1.1" 200 994 0.012451 10.0.0.38 - - [2026-06-04 06:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.007949 10.0.0.38 - - [2026-06-04 06:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.010688 10.0.0.38 - - [2026-06-04 06:40:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001358 10.0.0.38 - - [2026-06-04 06:40:48] "POST /neutron/port HTTP/1.1" 200 1109 0.210567 10.0.0.38 - - [2026-06-04 06:40:48] "POST /neutron/network HTTP/1.1" 200 1004 0.009680 10.0.0.38 - - [2026-06-04 06:40:48] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.38 - - [2026-06-04 06:40:48] "POST /neutron/network HTTP/1.1" 200 1004 0.007347 10.0.0.38 - - [2026-06-04 06:40:48] "POST /neutron/port HTTP/1.1" 200 1109 0.154387 10.0.0.38 - - [2026-06-04 06:40:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.018686 10.0.0.33 - - [2026-06-04 06:40:49] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.38 - - [2026-06-04 06:40:49] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.091223 10.0.0.38 - - [2026-06-04 06:40:49] "POST /neutron/network HTTP/1.1" 200 994 0.012095 10.0.0.38 - - [2026-06-04 06:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.009753 10.0.0.38 - - [2026-06-04 06:40:50] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006508 10.0.0.38 - - [2026-06-04 06:40:50] "POST /neutron/port HTTP/1.1" 200 1055 0.025810 10.0.0.38 - - [2026-06-04 06:40:51] "POST /neutron/port HTTP/1.1" 200 1119 0.032422 10.0.0.38 - - [2026-06-04 06:40:51] "POST /neutron/port HTTP/1.1" 200 117 0.001550 10.0.0.50 - - [2026-06-04 06:40:51] "GET /obj-perms HTTP/1.1" 200 5030 0.076860 10.0.0.33 - - [2026-06-04 06:40:51] "GET /obj-perms HTTP/1.1" 200 5030 0.062395 10.0.0.38 - - [2026-06-04 06:40:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010012 10.0.0.38 - - [2026-06-04 06:40:52] "POST /neutron/port HTTP/1.1" 200 1119 0.020202 10.0.0.38 - - [2026-06-04 06:40:52] "GET /virtual-machine/f7251c7c-0ae8-4585-9e47-3a8acd22ce84 HTTP/1.1" 200 1289 0.007091 10.0.0.38 - - [2026-06-04 06:40:52] "GET /virtual-machine-interface/abb9c286-97d3-4e02-9f30-d16fe792db6f HTTP/1.1" 200 2942 0.006103 10.0.0.38 - - [2026-06-04 06:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.38 - - [2026-06-04 06:40:52] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004496 10.0.0.38 - - [2026-06-04 06:40:52] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003876 10.0.0.38 - - [2026-06-04 06:40:52] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007996 10.0.0.38 - - [2026-06-04 06:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.38 - - [2026-06-04 06:40:55] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006160 10.0.0.38 - - [2026-06-04 06:40:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008806 10.0.0.38 - - [2026-06-04 06:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.38 - - [2026-06-04 06:40:59] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007910 10.0.0.38 - - [2026-06-04 06:41:02] "POST /neutron/port HTTP/1.1" 200 1119 0.024481 10.0.0.38 - - [2026-06-04 06:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.38 - - [2026-06-04 06:41:03] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005735 10.0.0.38 - - [2026-06-04 06:41:03] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004533 10.0.0.38 - - [2026-06-04 06:41:03] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008784 10.0.0.38 - - [2026-06-04 06:41:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011505 10.0.0.38 - - [2026-06-04 06:41:04] "POST /neutron/port HTTP/1.1" 200 1119 0.021135 10.0.0.38 - - [2026-06-04 06:41:04] "GET /virtual-machine/f4f8d9aa-2c8e-408a-b79b-46baff473876 HTTP/1.1" 200 1289 0.008523 10.0.0.38 - - [2026-06-04 06:41:04] "GET /virtual-machine-interface/62f17267-96c3-44b6-a5eb-241728bffcf2 HTTP/1.1" 200 2941 0.007197 10.0.0.38 - - [2026-06-04 06:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.38 - - [2026-06-04 06:41:04] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006483 10.0.0.38 - - [2026-06-04 06:41:04] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006534 10.0.0.38 - - [2026-06-04 06:41:04] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009565 10.0.0.38 - - [2026-06-04 06:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.38 - - [2026-06-04 06:41:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005055 10.0.0.38 - - [2026-06-04 06:41:05] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003599 10.0.0.38 - - [2026-06-04 06:41:05] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.017079 10.0.0.38 - - [2026-06-04 06:41:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011340 10.0.0.38 - - [2026-06-04 06:41:05] "POST /neutron/port HTTP/1.1" 200 1119 0.027208 10.0.0.38 - - [2026-06-04 06:41:05] "GET /virtual-machine/fea3f969-bd28-4adf-baaa-ec0b2bb5d86d HTTP/1.1" 200 1293 0.007558 10.0.0.38 - - [2026-06-04 06:41:05] "GET /virtual-machine-interface/3fdbcaa5-d918-492a-bec3-2e2e70b6a6da HTTP/1.1" 200 2941 0.006752 10.0.0.38 - - [2026-06-04 06:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.38 - - [2026-06-04 06:41:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005304 10.0.0.38 - - [2026-06-04 06:41:05] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004639 10.0.0.38 - - [2026-06-04 06:41:05] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009335 10.0.0.38 - - [2026-06-04 06:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.38 - - [2026-06-04 06:41:07] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004874 10.0.0.38 - - [2026-06-04 06:41:07] "GET /virtual-networks?parent_id=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007327 10.0.0.38 - - [2026-06-04 06:41:07] "GET /virtual-network/b5c64fd1-d030-423c-9433-0c8dcfe60d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006375 10.0.0.38 - - [2026-06-04 06:41:19] "POST /neutron/port HTTP/1.1" 200 1119 0.022132 10.0.0.38 - - [2026-06-04 06:41:20] "POST /neutron/subnet HTTP/1.1" 200 673 0.015621 10.0.0.38 - - [2026-06-04 06:41:20] "POST /neutron/port HTTP/1.1" 200 1119 0.022771 10.0.0.38 - - [2026-06-04 06:41:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004926 10.0.0.38 - - [2026-06-04 06:41:21] "POST /neutron/network HTTP/1.1" 200 994 0.011954 10.0.0.38 - - [2026-06-04 06:41:23] "POST /neutron/port HTTP/1.1" 200 151 0.267376 10.0.0.38 - - [2026-06-04 06:41:24] "POST /neutron/port HTTP/1.1" 200 151 0.263575 10.0.0.38 - - [2026-06-04 06:41:24] "POST /neutron/port HTTP/1.1" 200 1109 0.023414 10.0.0.38 - - [2026-06-04 06:41:24] "POST /neutron/port HTTP/1.1" 200 151 0.280794 10.0.0.38 - - [2026-06-04 06:41:26] "POST /neutron/network HTTP/1.1" 200 994 0.011973 10.0.0.38 - - [2026-06-04 06:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.38 - - [2026-06-04 06:41:26] "DELETE /network-ipam/22f60191-66ad-4a27-b6be-174fc9d95fd3 HTTP/1.1" 200 115 0.038792 10.0.0.38 - - [2026-06-04 06:41:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.007076 10.0.0.33 - - [2026-06-04 06:41:28] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.034831 10.0.0.38 - - [2026-06-04 06:41:28] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.086375 10.0.0.33 - - [2026-06-04 06:41:28] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.38 - - [2026-06-04 06:41:28] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?fields=virtual_networks HTTP/1.1" 200 1033 0.062738 10.0.0.33 - - [2026-06-04 06:41:28] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.38 - - [2026-06-04 06:41:28] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.048462 10.0.0.33 - - [2026-06-04 06:41:28] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.38 - - [2026-06-04 06:41:28] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?fields=security_groups HTTP/1.1" 200 1259 0.049196 10.0.0.38 - - [2026-06-04 06:41:28] "POST /neutron/port HTTP/1.1" 400 205 0.005408 10.0.0.38 - - [2026-06-04 06:41:40] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.38 - - [2026-06-04 06:41:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.38 - - [2026-06-04 06:41:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.069157 10.0.0.33 - - [2026-06-04 06:41:42] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004044 10.0.0.33 - - [2026-06-04 06:41:42] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001570 10.0.0.33 - - [2026-06-04 06:41:42] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010411 10.0.0.33 - - [2026-06-04 06:41:42] "POST /id-to-fqname HTTP/1.1" 200 185 0.001189 10.0.0.33 - - [2026-06-04 06:41:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.004731 10.0.0.33 - - [2026-06-04 06:41:42] "POST /security-groups HTTP/1.1" 200 586 0.048159 10.0.0.33 - - [2026-06-04 06:41:42] "POST /projects HTTP/1.1" 200 575 0.283735 10.0.0.33 - - [2026-06-04 06:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.317362 10.0.0.50 - - [2026-06-04 06:41:42] "POST /fqname-to-id HTTP/1.1" 404 229 0.056577 10.0.0.38 - - [2026-06-04 06:41:42] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.491179 10.0.0.50 - - [2026-06-04 06:41:42] "POST /access-control-lists HTTP/1.1" 200 589 0.049339 10.0.0.38 - - [2026-06-04 06:41:44] "GET / HTTP/1.1" 200 35931 0.002650 10.0.0.38 - - [2026-06-04 06:41:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.38 - - [2026-06-04 06:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.030651 10.0.0.38 - - [2026-06-04 06:41:46] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004450 10.0.0.38 - - [2026-06-04 06:41:46] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004305 10.0.0.38 - - [2026-06-04 06:41:46] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.003944 10.0.0.38 - - [2026-06-04 06:41:46] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.013855 10.0.0.38 - - [2026-06-04 06:41:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.030710 10.0.0.33 - - [2026-06-04 06:41:48] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003728 10.0.0.33 - - [2026-06-04 06:41:48] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001454 10.0.0.33 - - [2026-06-04 06:41:48] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009634 10.0.0.33 - - [2026-06-04 06:41:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.008451 10.0.0.33 - - [2026-06-04 06:41:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.011715 10.0.0.33 - - [2026-06-04 06:41:48] "POST /security-groups HTTP/1.1" 200 586 0.094465 10.0.0.33 - - [2026-06-04 06:41:48] "POST /projects HTTP/1.1" 200 575 0.339258 10.0.0.33 - - [2026-06-04 06:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.375377 10.0.0.50 - - [2026-06-04 06:41:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.010889 10.0.0.38 - - [2026-06-04 06:41:48] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.539070 10.0.0.38 - - [2026-06-04 06:41:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.028946 10.0.0.33 - - [2026-06-04 06:41:49] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003851 10.0.0.33 - - [2026-06-04 06:41:49] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.33 - - [2026-06-04 06:41:49] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007302 10.0.0.33 - - [2026-06-04 06:41:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.008777 10.0.0.33 - - [2026-06-04 06:41:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.008641 10.0.0.33 - - [2026-06-04 06:41:49] "POST /security-groups HTTP/1.1" 200 586 0.037479 10.0.0.33 - - [2026-06-04 06:41:49] "POST /projects HTTP/1.1" 200 575 0.295229 10.0.0.50 - - [2026-06-04 06:41:49] "POST /access-control-lists HTTP/1.1" 200 591 0.035304 10.0.0.33 - - [2026-06-04 06:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.374995 10.0.0.38 - - [2026-06-04 06:41:49] "GET /project/21948960-ca11-4845-913c-df749a4027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.538475 10.0.0.38 - - [2026-06-04 06:41:50] "GET / HTTP/1.1" 200 35931 0.002272 10.0.0.38 - - [2026-06-04 06:41:51] "GET / HTTP/1.1" 200 35931 0.001892 10.0.0.38 - - [2026-06-04 06:41:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003678 10.0.0.38 - - [2026-06-04 06:41:51] "POST /api-access-lists HTTP/1.1" 200 521 0.031603 10.0.0.38 - - [2026-06-04 06:41:51] "GET /api-access-list/ba91a015-6cef-4a2c-808c-3c06641a9408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007120 10.0.0.38 - - [2026-06-04 06:41:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000782 10.0.0.38 - - [2026-06-04 06:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.061336 10.0.0.33 - - [2026-06-04 06:41:52] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001686 10.0.0.38 - - [2026-06-04 06:41:52] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.083132 10.0.0.38 - - [2026-06-04 06:41:52] "GET /virtual-networks?parent_id=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023076 10.0.0.38 - - [2026-06-04 06:41:52] "POST /virtual-networks HTTP/1.1" 200 568 0.112185 10.0.0.50 - - [2026-06-04 06:41:52] "POST /route-targets HTTP/1.1" 200 327 0.018905 10.0.0.38 - - [2026-06-04 06:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.071273 10.0.0.38 - - [2026-06-04 06:41:53] "GET /network-ipam/af2f1e5c-6e89-4bbb-b859-f19cf8b12fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.029294 10.0.0.33 - - [2026-06-04 06:41:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008242 10.0.0.38 - - [2026-06-04 06:41:53] "POST /ref-update HTTP/1.1" 200 156 0.111473 10.0.0.38 - - [2026-06-04 06:41:53] "GET /virtual-network/79147622-114b-4b60-9f6f-af7e33a60c4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.029584 10.0.0.38 - - [2026-06-04 06:41:53] "POST /neutron/network HTTP/1.1" 200 831 0.068765 10.0.0.38 - - [2026-06-04 06:41:54] "GET /obj-perms HTTP/1.1" 200 4915 0.082592 10.0.0.38 - - [2026-06-04 06:41:55] "GET /virtual-network/79147622-114b-4b60-9f6f-af7e33a60c4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.026646 10.0.0.38 - - [2026-06-04 06:41:55] "GET /obj-perms HTTP/1.1" 200 4915 0.080399 10.0.0.38 - - [2026-06-04 06:41:55] "GET /obj-perms HTTP/1.1" 200 4915 0.017129 10.0.0.38 - - [2026-06-04 06:41:55] "POST /id-to-fqname HTTP/1.1" 401 292 0.000808 10.0.0.38 - - [2026-06-04 06:41:56] "POST /id-to-fqname HTTP/1.1" 200 230 0.049598 10.0.0.33 - - [2026-06-04 06:41:57] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001120 10.0.0.38 - - [2026-06-04 06:41:57] "GET /project/21948960-ca11-4845-913c-df749a4027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.076364 10.0.0.38 - - [2026-06-04 06:41:57] "POST /neutron/network HTTP/1.1" 200 831 0.009312 10.0.0.38 - - [2026-06-04 06:41:58] "POST /neutron/port HTTP/1.1" 200 117 0.051208 10.0.0.33 - - [2026-06-04 06:41:58] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 10.0.0.38 - - [2026-06-04 06:41:59] "POST /neutron/port HTTP/1.1" 200 1055 0.768395 10.0.0.38 - - [2026-06-04 06:41:59] "POST /neutron/port HTTP/1.1" 200 1109 0.126232 10.0.0.38 - - [2026-06-04 06:41:59] "POST /neutron/subnet HTTP/1.1" 200 647 0.010318 10.0.0.38 - - [2026-06-04 06:42:03] "POST /neutron/port HTTP/1.1" 200 1119 0.024197 10.0.0.38 - - [2026-06-04 06:42:03] "POST /neutron/security_group HTTP/1.1" 200 2053 0.012990 10.0.0.38 - - [2026-06-04 06:42:03] "POST /neutron/port HTTP/1.1" 200 1119 0.024625 10.0.0.38 - - [2026-06-04 06:42:03] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-06-04 06:42:04] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 200 1288 0.058161 10.0.0.38 - - [2026-06-04 06:42:04] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 200 1288 0.026450 10.0.0.38 - - [2026-06-04 06:42:04] "GET /virtual-machine-interface/efe61962-c1cd-4ff6-99af-8346afd7ba09 HTTP/1.1" 200 2531 0.031213 10.0.0.38 - - [2026-06-04 06:42:04] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 200 1288 0.025972 10.0.0.38 - - [2026-06-04 06:42:04] "GET /virtual-machine-interface/efe61962-c1cd-4ff6-99af-8346afd7ba09 HTTP/1.1" 200 2531 0.034515 10.0.0.38 - - [2026-06-04 06:42:04] "GET /instance-ip/5f026869-8030-4d81-b820-cf4a5fd7de33 HTTP/1.1" 200 1625 0.030653 10.0.0.38 - - [2026-06-04 06:42:04] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 200 1288 0.028456 10.0.0.38 - - [2026-06-04 06:42:04] "GET /virtual-machine-interface/efe61962-c1cd-4ff6-99af-8346afd7ba09 HTTP/1.1" 200 2531 0.031627 10.0.0.38 - - [2026-06-04 06:42:04] "GET /instance-ip/5f026869-8030-4d81-b820-cf4a5fd7de33 HTTP/1.1" 200 1625 0.024465 10.0.0.38 - - [2026-06-04 06:42:04] "POST /fqname-to-id HTTP/1.1" 403 339 0.028815 10.0.0.38 - - [2026-06-04 06:42:04] "GET / HTTP/1.1" 200 35931 0.003847 10.0.0.38 - - [2026-06-04 06:42:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.031044 10.0.0.38 - - [2026-06-04 06:42:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005058 10.0.0.38 - - [2026-06-04 06:42:05] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018956 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.022449 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.38 - - [2026-06-04 06:42:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006041 10.0.0.38 - - [2026-06-04 06:42:05] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026169 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.020873 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.38 - - [2026-06-04 06:42:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004519 10.0.0.38 - - [2026-06-04 06:42:05] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021470 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.024454 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005884 10.0.0.38 - - [2026-06-04 06:42:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005933 10.0.0.38 - - [2026-06-04 06:42:05] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025989 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.031445 10.0.0.38 - - [2026-06-04 06:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.38 - - [2026-06-04 06:42:05] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005709 10.0.0.38 - - [2026-06-04 06:42:05] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.037522 10.0.0.38 - - [2026-06-04 06:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022780 10.0.0.38 - - [2026-06-04 06:42:08] "GET /virtual-network/79147622-114b-4b60-9f6f-af7e33a60c4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1979 0.031364 10.0.0.38 - - [2026-06-04 06:42:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010531 10.0.0.33 - - [2026-06-04 06:42:10] "DELETE /project/21948960ca114845913cdf749a4027b6 HTTP/1.1" 404 173 0.042131 10.0.0.33 - - [2026-06-04 06:42:10] "DELETE /project/282f1ab0fbd943d98a1042353e8b4c29 HTTP/1.1" 404 173 0.058068 10.0.0.33 - - [2026-06-04 06:42:10] "DELETE /project/1160e56db6a540a9956478f7feec15d2 HTTP/1.1" 404 173 0.081134 10.0.0.33 - - [2026-06-04 06:42:10] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001196 10.0.0.33 - - [2026-06-04 06:42:10] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.056674 10.0.0.33 - - [2026-06-04 06:42:10] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.33 - - [2026-06-04 06:42:10] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?fields=security_groups HTTP/1.1" 200 1364 0.054739 10.0.0.33 - - [2026-06-04 06:42:10] "DELETE /security-group/ce700fae-0a75-4ad3-b1e1-58bd9ed6165a HTTP/1.1" 200 115 0.064385 10.0.0.33 - - [2026-06-04 06:42:10] "GET /projects?obj_uuids=f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001581 10.0.0.33 - - [2026-06-04 06:42:10] "GET /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d?fields=application_policy_sets HTTP/1.1" 200 1403 0.063608 10.0.0.50 - - [2026-06-04 06:42:10] "DELETE /access-control-list/8f4be1e3-bb7b-479f-93c0-cb89c158fff7 HTTP/1.1" 200 115 0.051628 10.0.0.33 - - [2026-06-04 06:42:10] "DELETE /project/f6a962cd-5dfe-43c0-8fe5-3fdae3b33a3d HTTP/1.1" 200 115 0.582274 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.026497 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.38 - - [2026-06-04 06:42:11] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005185 10.0.0.38 - - [2026-06-04 06:42:11] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024866 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.020284 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006206 10.0.0.38 - - [2026-06-04 06:42:11] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004770 10.0.0.38 - - [2026-06-04 06:42:11] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022274 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 403 361 0.021955 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006885 10.0.0.38 - - [2026-06-04 06:42:11] "GET /routing-instance/19747085-96c5-463b-a93e-1bd28423af81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.007036 10.0.0.38 - - [2026-06-04 06:42:11] "GET /route-target/ccf3bf0b-3e32-4cdf-af9a-8f51ea8e214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.031221 10.0.0.38 - - [2026-06-04 06:42:11] "GET /route-target/ccf3bf0b-3e32-4cdf-af9a-8f51ea8e214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005915 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.042908 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006816 10.0.0.38 - - [2026-06-04 06:42:11] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006897 10.0.0.38 - - [2026-06-04 06:42:11] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023328 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 403 361 0.024439 10.0.0.38 - - [2026-06-04 06:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.38 - - [2026-06-04 06:42:11] "GET /routing-instance/19747085-96c5-463b-a93e-1bd28423af81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.006891 10.0.0.38 - - [2026-06-04 06:42:11] "GET /route-target/ccf3bf0b-3e32-4cdf-af9a-8f51ea8e214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.023274 10.0.0.38 - - [2026-06-04 06:42:11] "GET /route-target/ccf3bf0b-3e32-4cdf-af9a-8f51ea8e214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005740 10.0.0.38 - - [2026-06-04 06:42:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.022331 10.0.0.38 - - [2026-06-04 06:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.38 - - [2026-06-04 06:42:12] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005119 10.0.0.38 - - [2026-06-04 06:42:12] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023401 10.0.0.38 - - [2026-06-04 06:42:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.025529 10.0.0.38 - - [2026-06-04 06:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005888 10.0.0.38 - - [2026-06-04 06:42:12] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.006274 10.0.0.38 - - [2026-06-04 06:42:12] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025349 10.0.0.33 - - [2026-06-04 06:42:12] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.051826 10.0.0.33 - - [2026-06-04 06:42:16] "GET /obj-perms HTTP/1.1" 200 4915 0.048310 10.0.0.33 - - [2026-06-04 06:42:19] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019528 10.0.0.38 - - [2026-06-04 06:42:20] "POST /neutron/network HTTP/1.1" 200 841 0.009600 10.0.0.38 - - [2026-06-04 06:42:21] "POST /neutron/port HTTP/1.1" 200 117 0.001533 10.0.0.38 - - [2026-06-04 06:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.036059 10.0.0.38 - - [2026-06-04 06:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.33 - - [2026-06-04 06:42:21] "GET /obj-perms HTTP/1.1" 200 4915 0.019477 10.0.0.38 - - [2026-06-04 06:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.38 - - [2026-06-04 06:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.33 - - [2026-06-04 06:42:21] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.025466 10.0.0.38 - - [2026-06-04 06:42:21] "GET /obj-perms HTTP/1.1" 200 4915 0.021608 10.0.0.38 - - [2026-06-04 06:42:22] "GET /obj-perms HTTP/1.1" 200 5020 0.066539 10.0.0.38 - - [2026-06-04 06:42:22] "GET /obj-perms HTTP/1.1" 200 4915 0.076487 10.0.0.38 - - [2026-06-04 06:42:23] "GET /obj-perms HTTP/1.1" 200 5020 0.005654 10.0.0.38 - - [2026-06-04 06:42:23] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.060454 10.0.0.50 - - [2026-06-04 06:42:23] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.070917 10.0.0.38 - - [2026-06-04 06:42:23] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 200 1288 0.029546 10.0.0.38 - - [2026-06-04 06:42:24] "POST /neutron/port HTTP/1.1" 200 1109 0.031730 10.0.0.38 - - [2026-06-04 06:42:26] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 404 171 0.023613 10.0.0.38 - - [2026-06-04 06:42:26] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 404 171 0.018871 10.0.0.38 - - [2026-06-04 06:42:26] "GET /virtual-machine/b93ed08d-e5db-4058-a487-88589684f1fe HTTP/1.1" 404 171 0.026027 10.0.0.38 - - [2026-06-04 06:42:26] "POST /fqname-to-id HTTP/1.1" 403 339 0.021863 10.0.0.38 - - [2026-06-04 06:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.38 - - [2026-06-04 06:42:26] "GET /global-vrouter-config/0ce9b658-67f4-4f98-b602-61a8f5decbbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.005279 10.0.0.38 - - [2026-06-04 06:42:26] "GET /virtual-networks?parent_id=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023400 10.0.0.38 - - [2026-06-04 06:42:26] "POST /fqname-to-id HTTP/1.1" 403 361 0.027261 10.0.0.38 - - [2026-06-04 06:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.38 - - [2026-06-04 06:42:26] "GET /routing-instance/19747085-96c5-463b-a93e-1bd28423af81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005893 10.0.0.38 - - [2026-06-04 06:42:26] "GET /route-target/ccf3bf0b-3e32-4cdf-af9a-8f51ea8e214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018237 10.0.0.38 - - [2026-06-04 06:42:26] "GET /route-target/ccf3bf0b-3e32-4cdf-af9a-8f51ea8e214b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003782 10.0.0.38 - - [2026-06-04 06:42:27] "GET /obj-perms HTTP/1.1" 200 4915 0.089504 10.0.0.38 - - [2026-06-04 06:42:27] "GET /obj-perms HTTP/1.1" 200 5020 0.004435 10.0.0.38 - - [2026-06-04 06:42:32] "GET /obj-perms HTTP/1.1" 200 5056 0.066085 10.0.0.38 - - [2026-06-04 06:42:36] "GET /obj-perms HTTP/1.1" 200 5020 0.004537 10.0.0.38 - - [2026-06-04 06:42:39] "GET /obj-perms HTTP/1.1" 200 5020 0.004547 10.0.0.38 - - [2026-06-04 06:42:45] "GET /obj-perms HTTP/1.1" 200 5020 0.005522 10.0.0.38 - - [2026-06-04 06:42:48] "GET /obj-perms HTTP/1.1" 200 5020 0.004376 10.0.0.38 - - [2026-06-04 06:42:51] "GET /obj-perms HTTP/1.1" 200 5020 0.004593 10.0.0.33 - - [2026-06-04 06:42:52] "GET /obj-perms HTTP/1.1" 200 5020 0.072672 10.0.0.33 - - [2026-06-04 06:42:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005816 10.0.0.33 - - [2026-06-04 06:42:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005280 10.0.0.38 - - [2026-06-04 06:42:52] "DELETE /virtual-network/79147622-114b-4b60-9f6f-af7e33a60c4d HTTP/1.1" 200 115 0.186705 10.0.0.38 - - [2026-06-04 06:42:52] "DELETE /api-access-list/ba91a015-6cef-4a2c-808c-3c06641a9408 HTTP/1.1" 200 115 0.045850 10.0.0.33 - - [2026-06-04 06:42:53] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001680 10.0.0.38 - - [2026-06-04 06:42:53] "GET /project/21948960-ca11-4845-913c-df749a4027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.056220 10.0.0.33 - - [2026-06-04 06:42:53] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001405 10.0.0.38 - - [2026-06-04 06:42:53] "GET /project/21948960-ca11-4845-913c-df749a4027b6?fields=virtual_networks HTTP/1.1" 200 1022 0.047445 10.0.0.33 - - [2026-06-04 06:42:53] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001568 10.0.0.38 - - [2026-06-04 06:42:53] "GET /project/21948960-ca11-4845-913c-df749a4027b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.065638 10.0.0.33 - - [2026-06-04 06:42:53] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003204 10.0.0.38 - - [2026-06-04 06:42:53] "GET /project/21948960-ca11-4845-913c-df749a4027b6?fields=security_groups HTTP/1.1" 200 1243 0.058761 10.0.0.33 - - [2026-06-04 06:42:54] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001292 10.0.0.38 - - [2026-06-04 06:42:54] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.084717 10.0.0.33 - - [2026-06-04 06:42:54] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001702 10.0.0.38 - - [2026-06-04 06:42:54] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?fields=virtual_networks HTTP/1.1" 200 1021 0.066273 10.0.0.33 - - [2026-06-04 06:42:54] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.38 - - [2026-06-04 06:42:54] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.054717 10.0.0.33 - - [2026-06-04 06:42:54] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.38 - - [2026-06-04 06:42:54] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?fields=security_groups HTTP/1.1" 200 1242 0.046455 10.0.0.38 - - [2026-06-04 06:42:56] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004971 10.0.0.38 - - [2026-06-04 06:42:56] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.015098 10.0.0.33 - - [2026-06-04 06:42:56] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.38 - - [2026-06-04 06:42:56] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045953 10.0.0.33 - - [2026-06-04 06:42:56] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001393 10.0.0.38 - - [2026-06-04 06:42:56] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?fields=virtual_networks HTTP/1.1" 200 1022 0.059183 10.0.0.33 - - [2026-06-04 06:42:56] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001480 10.0.0.38 - - [2026-06-04 06:42:56] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.050724 10.0.0.33 - - [2026-06-04 06:42:56] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001160 10.0.0.38 - - [2026-06-04 06:42:56] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?fields=security_groups HTTP/1.1" 200 1243 0.053893 10.0.0.38 - - [2026-06-04 06:42:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.032426 10.0.0.33 - - [2026-06-04 06:42:57] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.010080 10.0.0.33 - - [2026-06-04 06:42:57] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.33 - - [2026-06-04 06:42:57] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007682 10.0.0.33 - - [2026-06-04 06:42:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.001864 10.0.0.33 - - [2026-06-04 06:42:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.007247 10.0.0.33 - - [2026-06-04 06:42:58] "POST /security-groups HTTP/1.1" 200 591 0.038338 10.0.0.50 - - [2026-06-04 06:42:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003810 10.0.0.33 - - [2026-06-04 06:42:58] "POST /projects HTTP/1.1" 200 585 0.268289 10.0.0.33 - - [2026-06-04 06:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.344228 10.0.0.50 - - [2026-06-04 06:42:58] "POST /access-control-lists HTTP/1.1" 200 594 0.035743 10.0.0.38 - - [2026-06-04 06:42:58] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.517925 10.0.0.38 - - [2026-06-04 06:42:59] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.38 - - [2026-06-04 06:43:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000970 10.0.0.38 - - [2026-06-04 06:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.040785 10.0.0.38 - - [2026-06-04 06:43:02] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005845 10.0.0.38 - - [2026-06-04 06:43:02] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.005222 10.0.0.38 - - [2026-06-04 06:43:02] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1880 0.004874 10.0.0.38 - - [2026-06-04 06:43:02] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.016818 10.0.0.38 - - [2026-06-04 06:43:03] "POST /fqname-to-id HTTP/1.1" 404 188 0.031134 10.0.0.33 - - [2026-06-04 06:43:03] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003610 10.0.0.33 - - [2026-06-04 06:43:03] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.33 - - [2026-06-04 06:43:03] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008580 10.0.0.33 - - [2026-06-04 06:43:03] "POST /id-to-fqname HTTP/1.1" 200 190 0.001747 10.0.0.33 - - [2026-06-04 06:43:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.004799 10.0.0.33 - - [2026-06-04 06:43:03] "POST /security-groups HTTP/1.1" 200 591 0.090230 10.0.0.33 - - [2026-06-04 06:43:03] "POST /projects HTTP/1.1" 200 585 0.351195 10.0.0.33 - - [2026-06-04 06:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.387388 10.0.0.50 - - [2026-06-04 06:43:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.004894 10.0.0.38 - - [2026-06-04 06:43:03] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.543696 10.0.0.38 - - [2026-06-04 06:43:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.029623 10.0.0.33 - - [2026-06-04 06:43:04] "GET /projects?obj_uuids=0ae19363-0477-42bc-b979-35c9ffc34899&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004067 10.0.0.33 - - [2026-06-04 06:43:04] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.33 - - [2026-06-04 06:43:04] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009101 10.0.0.33 - - [2026-06-04 06:43:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.002278 10.0.0.33 - - [2026-06-04 06:43:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.003617 10.0.0.33 - - [2026-06-04 06:43:04] "POST /security-groups HTTP/1.1" 200 591 0.044255 10.0.0.33 - - [2026-06-04 06:43:04] "POST /projects HTTP/1.1" 200 585 0.279295 10.0.0.50 - - [2026-06-04 06:43:04] "POST /access-control-lists HTTP/1.1" 200 596 0.037575 10.0.0.33 - - [2026-06-04 06:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.357734 10.0.0.38 - - [2026-06-04 06:43:04] "GET /project/0ae19363-0477-42bc-b979-35c9ffc34899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.529853 10.0.0.38 - - [2026-06-04 06:43:05] "GET / HTTP/1.1" 200 35931 0.001712 10.0.0.38 - - [2026-06-04 06:43:06] "GET / HTTP/1.1" 200 35931 0.001584 10.0.0.38 - - [2026-06-04 06:43:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.004189 10.0.0.38 - - [2026-06-04 06:43:06] "POST /api-access-lists HTTP/1.1" 200 521 0.028457 10.0.0.38 - - [2026-06-04 06:43:06] "GET /api-access-list/7e31d61c-2ff8-4bd1-aeb6-39d742051b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.007723 10.0.0.38 - - [2026-06-04 06:43:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.38 - - [2026-06-04 06:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.074406 10.0.0.33 - - [2026-06-04 06:43:07] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002231 10.0.0.38 - - [2026-06-04 06:43:07] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.097722 10.0.0.38 - - [2026-06-04 06:43:07] "GET /virtual-networks?parent_id=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025963 10.0.0.38 - - [2026-06-04 06:43:08] "POST /virtual-networks HTTP/1.1" 200 583 0.136679 10.0.0.50 - - [2026-06-04 06:43:08] "POST /route-targets HTTP/1.1" 200 327 0.019075 10.0.0.38 - - [2026-06-04 06:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.043334 10.0.0.38 - - [2026-06-04 06:43:08] "GET /network-ipam/af2f1e5c-6e89-4bbb-b859-f19cf8b12fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.034651 10.0.0.33 - - [2026-06-04 06:43:08] "POST /useragent-kv HTTP/1.1" 200 115 0.013082 10.0.0.38 - - [2026-06-04 06:43:08] "POST /ref-update HTTP/1.1" 200 156 0.130957 10.0.0.38 - - [2026-06-04 06:43:08] "POST /neutron/network HTTP/1.1" 200 848 0.079044 10.0.0.38 - - [2026-06-04 06:43:08] "GET /virtual-network/6ccadc05-48de-4712-8008-8043463ad83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.024303 10.0.0.38 - - [2026-06-04 06:43:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.38 - - [2026-06-04 06:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.051607 10.0.0.33 - - [2026-06-04 06:43:09] "GET /projects?obj_uuids=0ae19363-0477-42bc-b979-35c9ffc34899&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.38 - - [2026-06-04 06:43:09] "GET /project/0ae19363-0477-42bc-b979-35c9ffc34899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.090419 10.0.0.38 - - [2026-06-04 06:43:09] "GET /virtual-networks?parent_id=0ae19363-0477-42bc-b979-35c9ffc34899&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025049 10.0.0.38 - - [2026-06-04 06:43:09] "POST /virtual-networks HTTP/1.1" 200 583 0.124348 10.0.0.38 - - [2026-06-04 06:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.054932 10.0.0.50 - - [2026-06-04 06:43:09] "POST /ref-update HTTP/1.1" 200 156 0.052121 10.0.0.38 - - [2026-06-04 06:43:09] "GET /network-ipam/af2f1e5c-6e89-4bbb-b859-f19cf8b12fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.030740 10.0.0.33 - - [2026-06-04 06:43:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008811 10.0.0.38 - - [2026-06-04 06:43:09] "POST /ref-update HTTP/1.1" 200 156 0.126695 10.0.0.38 - - [2026-06-04 06:43:10] "POST /neutron/network HTTP/1.1" 200 848 0.228091 10.0.0.38 - - [2026-06-04 06:43:10] "GET /virtual-network/286ac286-ab95-4a73-a078-ea30c3557fda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.025962 10.0.0.38 - - [2026-06-04 06:43:10] "POST /neutron/subnet HTTP/1.1" 200 676 0.075366 10.0.0.33 - - [2026-06-04 06:43:10] "DELETE /project/0ae19363047742bcb97935c9ffc34899 HTTP/1.1" 404 173 0.015530 10.0.0.33 - - [2026-06-04 06:43:10] "DELETE /project/74170212df744037acd0fa0b4336c8b2 HTTP/1.1" 404 173 0.022075 10.0.0.33 - - [2026-06-04 06:43:10] "DELETE /project/6b528413b8304eff91a9fdb3374c2438 HTTP/1.1" 404 173 0.020797 10.0.0.33 - - [2026-06-04 06:43:10] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001427 10.0.0.33 - - [2026-06-04 06:43:10] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001524 10.0.0.33 - - [2026-06-04 06:43:10] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001431 10.0.0.33 - - [2026-06-04 06:43:10] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.084653 10.0.0.33 - - [2026-06-04 06:43:10] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001922 10.0.0.33 - - [2026-06-04 06:43:10] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.117574 10.0.0.33 - - [2026-06-04 06:43:10] "GET /project/21948960-ca11-4845-913c-df749a4027b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.130207 10.0.0.33 - - [2026-06-04 06:43:10] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003655 10.0.0.33 - - [2026-06-04 06:43:10] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001369 10.0.0.33 - - [2026-06-04 06:43:11] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?fields=security_groups HTTP/1.1" 200 1348 0.107239 10.0.0.33 - - [2026-06-04 06:43:11] "GET /project/21948960-ca11-4845-913c-df749a4027b6?fields=security_groups HTTP/1.1" 200 1348 0.079423 10.0.0.33 - - [2026-06-04 06:43:11] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?fields=security_groups HTTP/1.1" 200 1347 0.152953 10.0.0.33 - - [2026-06-04 06:43:11] "DELETE /security-group/5ff3c0c9-b1d3-4508-9346-e1f35e09303a HTTP/1.1" 200 115 0.106456 10.0.0.33 - - [2026-06-04 06:43:11] "GET /projects?obj_uuids=1160e56d-b6a5-40a9-9564-78f7feec15d2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001245 10.0.0.33 - - [2026-06-04 06:43:11] "DELETE /security-group/68497cb9-a0bb-4b44-b42a-5bd208e95fa8 HTTP/1.1" 200 115 0.110257 10.0.0.33 - - [2026-06-04 06:43:11] "GET /projects?obj_uuids=21948960-ca11-4845-913c-df749a4027b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001303 10.0.0.33 - - [2026-06-04 06:43:11] "GET /project/1160e56d-b6a5-40a9-9564-78f7feec15d2?fields=application_policy_sets HTTP/1.1" 200 1387 0.066970 10.0.0.33 - - [2026-06-04 06:43:11] "DELETE /security-group/67241bae-c28e-46b3-adc2-d5818cc18154 HTTP/1.1" 200 115 0.136498 10.0.0.33 - - [2026-06-04 06:43:11] "GET /projects?obj_uuids=282f1ab0-fbd9-43d9-8a10-42353e8b4c29&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.33 - - [2026-06-04 06:43:11] "GET /project/21948960-ca11-4845-913c-df749a4027b6?fields=application_policy_sets HTTP/1.1" 200 1387 0.133213 10.0.0.33 - - [2026-06-04 06:43:11] "GET /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29?fields=application_policy_sets HTTP/1.1" 200 1386 0.141961 10.0.0.50 - - [2026-06-04 06:43:11] "DELETE /access-control-list/fa22c1f9-5c3d-4b01-8a6c-90a7582602df HTTP/1.1" 200 115 0.085336 10.0.0.33 - - [2026-06-04 06:43:11] "DELETE /project/1160e56d-b6a5-40a9-9564-78f7feec15d2 HTTP/1.1" 200 115 0.777370 10.0.0.33 - - [2026-06-04 06:43:11] "DELETE /project/21948960-ca11-4845-913c-df749a4027b6 HTTP/1.1" 200 115 0.845991 10.0.0.33 - - [2026-06-04 06:43:11] "DELETE /project/282f1ab0-fbd9-43d9-8a10-42353e8b4c29 HTTP/1.1" 200 115 0.907911 10.0.0.50 - - [2026-06-04 06:43:11] "DELETE /access-control-list/b0db49f7-c436-4c7d-bb20-17d4655b67be HTTP/1.1" 200 115 0.046246 10.0.0.38 - - [2026-06-04 06:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.38 - - [2026-06-04 06:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.50 - - [2026-06-04 06:43:13] "GET /obj-perms HTTP/1.1" 403 257 0.053916 10.0.0.50 - - [2026-06-04 06:43:13] "GET /virtual-network/6ccadc05-48de-4712-8008-8043463ad83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.019851 10.0.0.33 - - [2026-06-04 06:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.032919 10.0.0.38 - - [2026-06-04 06:43:14] "GET /obj-perms HTTP/1.1" 403 257 0.047377 10.0.0.38 - - [2026-06-04 06:43:15] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.066829 10.0.0.38 - - [2026-06-04 06:43:15] "PUT /virtual-network/6ccadc05-48de-4712-8008-8043463ad83b HTTP/1.1" 200 264 0.065966 10.0.0.38 - - [2026-06-04 06:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.38 - - [2026-06-04 06:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.50 - - [2026-06-04 06:43:16] "GET /virtual-network/6ccadc05-48de-4712-8008-8043463ad83b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.052423 10.0.0.33 - - [2026-06-04 06:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.38 - - [2026-06-04 06:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.38 - - [2026-06-04 06:43:16] "GET /obj-perms HTTP/1.1" 403 257 0.041216 10.0.0.38 - - [2026-06-04 06:43:16] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.045389 10.0.0.38 - - [2026-06-04 06:43:17] "PUT /virtual-network/6ccadc05-48de-4712-8008-8043463ad83b HTTP/1.1" 200 264 0.076865 10.0.0.33 - - [2026-06-04 06:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005601 10.0.0.33 - - [2026-06-04 06:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003244 10.0.0.38 - - [2026-06-04 06:43:17] "DELETE /virtual-network/286ac286-ab95-4a73-a078-ea30c3557fda HTTP/1.1" 200 115 0.187055 10.0.0.33 - - [2026-06-04 06:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003416 10.0.0.33 - - [2026-06-04 06:43:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007974 10.0.0.38 - - [2026-06-04 06:43:17] "DELETE /virtual-network/6ccadc05-48de-4712-8008-8043463ad83b HTTP/1.1" 200 115 0.196586 10.0.0.50 - - [2026-06-04 06:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012600 10.0.0.38 - - [2026-06-04 06:43:17] "DELETE /api-access-list/7e31d61c-2ff8-4bd1-aeb6-39d742051b05 HTTP/1.1" 200 115 0.057791 10.0.0.33 - - [2026-06-04 06:43:17] "GET /projects?obj_uuids=0ae19363-0477-42bc-b979-35c9ffc34899&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001623 10.0.0.38 - - [2026-06-04 06:43:17] "GET /project/0ae19363-0477-42bc-b979-35c9ffc34899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065108 10.0.0.33 - - [2026-06-04 06:43:17] "GET /projects?obj_uuids=0ae19363-0477-42bc-b979-35c9ffc34899&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.38 - - [2026-06-04 06:43:17] "GET /project/0ae19363-0477-42bc-b979-35c9ffc34899?fields=virtual_networks HTTP/1.1" 200 1031 0.075471 10.0.0.33 - - [2026-06-04 06:43:18] "GET /projects?obj_uuids=0ae19363-0477-42bc-b979-35c9ffc34899&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001899 10.0.0.38 - - [2026-06-04 06:43:18] "GET /project/0ae19363-0477-42bc-b979-35c9ffc34899?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.065373 10.0.0.33 - - [2026-06-04 06:43:18] "GET /projects?obj_uuids=0ae19363-0477-42bc-b979-35c9ffc34899&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001306 10.0.0.38 - - [2026-06-04 06:43:18] "GET /project/0ae19363-0477-42bc-b979-35c9ffc34899?fields=security_groups HTTP/1.1" 200 1257 0.052862 10.0.0.33 - - [2026-06-04 06:43:18] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.38 - - [2026-06-04 06:43:18] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050391 10.0.0.33 - - [2026-06-04 06:43:18] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.38 - - [2026-06-04 06:43:18] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?fields=virtual_networks HTTP/1.1" 200 1032 0.047968 10.0.0.33 - - [2026-06-04 06:43:18] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001442 10.0.0.38 - - [2026-06-04 06:43:18] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.051257 10.0.0.33 - - [2026-06-04 06:43:18] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001722 10.0.0.38 - - [2026-06-04 06:43:18] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?fields=security_groups HTTP/1.1" 200 1258 0.053809 10.0.0.38 - - [2026-06-04 06:43:21] "GET / HTTP/1.1" 200 35931 0.001378 10.0.0.38 - - [2026-06-04 06:43:22] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.38 - - [2026-06-04 06:43:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.38 - - [2026-06-04 06:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.088308 10.0.0.33 - - [2026-06-04 06:43:23] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.38 - - [2026-06-04 06:43:23] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.095017 10.0.0.38 - - [2026-06-04 06:43:23] "GET /virtual-networks?parent_id=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.017320 10.0.0.38 - - [2026-06-04 06:43:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.019894 10.0.0.38 - - [2026-06-04 06:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.018108 10.0.0.33 - - [2026-06-04 06:43:23] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.38 - - [2026-06-04 06:43:23] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021247 10.0.0.38 - - [2026-06-04 06:43:23] "POST /service-templates HTTP/1.1" 403 264 0.014664 10.0.0.38 - - [2026-06-04 06:43:23] "POST /fqname-to-id HTTP/1.1" 404 215 0.004902 10.0.0.38 - - [2026-06-04 06:43:23] "POST /api-access-lists HTTP/1.1" 200 555 0.036161 10.0.0.38 - - [2026-06-04 06:43:23] "GET /api-access-list/fc6777e8-8331-435d-9f9a-325b8d9a4f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.007534 10.0.0.38 - - [2026-06-04 06:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.037723 10.0.0.33 - - [2026-06-04 06:43:23] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002116 10.0.0.38 - - [2026-06-04 06:43:23] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.098361 10.0.0.38 - - [2026-06-04 06:43:23] "GET /virtual-networks?parent_id=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022297 10.0.0.38 - - [2026-06-04 06:43:24] "POST /virtual-networks HTTP/1.1" 200 583 0.124448 10.0.0.38 - - [2026-06-04 06:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.056597 10.0.0.50 - - [2026-06-04 06:43:24] "POST /ref-update HTTP/1.1" 200 156 0.038813 10.0.0.38 - - [2026-06-04 06:43:24] "GET /network-ipam/af2f1e5c-6e89-4bbb-b859-f19cf8b12fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.025475 10.0.0.33 - - [2026-06-04 06:43:24] "POST /useragent-kv HTTP/1.1" 200 115 0.018130 10.0.0.38 - - [2026-06-04 06:43:24] "POST /ref-update HTTP/1.1" 200 156 0.140802 10.0.0.38 - - [2026-06-04 06:43:24] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.030455 10.0.0.38 - - [2026-06-04 06:43:24] "POST /neutron/network HTTP/1.1" 200 849 0.079829 10.0.0.38 - - [2026-06-04 06:43:25] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.008018 10.0.0.38 - - [2026-06-04 06:43:25] "GET /network-ipam/af2f1e5c-6e89-4bbb-b859-f19cf8b12fd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005114 10.0.0.38 - - [2026-06-04 06:43:25] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007644 10.0.0.38 - - [2026-06-04 06:43:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.029835 10.0.0.38 - - [2026-06-04 06:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.021203 10.0.0.33 - - [2026-06-04 06:43:26] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002216 10.0.0.38 - - [2026-06-04 06:43:26] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.039013 10.0.0.38 - - [2026-06-04 06:43:26] "POST /service-templates HTTP/1.1" 403 264 0.023256 10.0.0.38 - - [2026-06-04 06:43:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.004579 10.0.0.38 - - [2026-06-04 06:43:26] "POST /api-access-lists HTTP/1.1" 200 521 0.035544 10.0.0.38 - - [2026-06-04 06:43:26] "GET /api-access-list/fe35c4c9-7bea-4db8-a081-674c9417472e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.008505 10.0.0.38 - - [2026-06-04 06:43:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.029917 10.0.0.38 - - [2026-06-04 06:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.019318 10.0.0.33 - - [2026-06-04 06:43:26] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001704 10.0.0.38 - - [2026-06-04 06:43:26] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.028572 10.0.0.38 - - [2026-06-04 06:43:27] "POST /service-templates HTTP/1.1" 200 551 0.069183 10.0.0.38 - - [2026-06-04 06:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.023450 10.0.0.38 - - [2026-06-04 06:43:27] "GET /service-template/a601b9b6-4661-4f67-a14c-bb11a298304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.037328 10.0.0.38 - - [2026-06-04 06:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026213 10.0.0.38 - - [2026-06-04 06:43:27] "GET /service-template/a601b9b6-4661-4f67-a14c-bb11a298304e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1854 0.023128 10.0.0.38 - - [2026-06-04 06:43:28] "GET /obj-perms HTTP/1.1" 403 257 0.047503 10.0.0.50 - - [2026-06-04 06:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.032937 10.0.0.33 - - [2026-06-04 06:43:29] "GET /obj-perms HTTP/1.1" 403 257 0.049737 10.0.0.38 - - [2026-06-04 06:43:29] "GET /obj-perms HTTP/1.1" 403 257 0.016135 10.0.0.38 - - [2026-06-04 06:43:29] "GET /api-access-list/fc6777e8-8331-435d-9f9a-325b8d9a4f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004619 10.0.0.38 - - [2026-06-04 06:43:29] "PUT /api-access-list/fc6777e8-8331-435d-9f9a-325b8d9a4f71 HTTP/1.1" 200 264 0.018336 10.0.0.38 - - [2026-06-04 06:43:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000670 10.0.0.38 - - [2026-06-04 06:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.056394 10.0.0.33 - - [2026-06-04 06:43:30] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.38 - - [2026-06-04 06:43:30] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.079678 10.0.0.38 - - [2026-06-04 06:43:30] "GET /virtual-networks?parent_id=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.042216 10.0.0.38 - - [2026-06-04 06:43:30] "POST /virtual-networks HTTP/1.1" 403 263 0.017695 10.0.0.38 - - [2026-06-04 06:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.38 - - [2026-06-04 06:43:30] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.034418 10.0.0.38 - - [2026-06-04 06:43:30] "GET /api-access-list/fe35c4c9-7bea-4db8-a081-674c9417472e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004027 10.0.0.38 - - [2026-06-04 06:43:30] "PUT /api-access-list/fe35c4c9-7bea-4db8-a081-674c9417472e HTTP/1.1" 200 264 0.014070 10.0.0.38 - - [2026-06-04 06:43:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.021827 10.0.0.38 - - [2026-06-04 06:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.021702 10.0.0.33 - - [2026-06-04 06:43:31] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.38 - - [2026-06-04 06:43:31] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.028006 10.0.0.38 - - [2026-06-04 06:43:31] "POST /service-templates HTTP/1.1" 403 264 0.020366 10.0.0.38 - - [2026-06-04 06:43:31] "GET /api-access-list/fc6777e8-8331-435d-9f9a-325b8d9a4f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004497 10.0.0.38 - - [2026-06-04 06:43:31] "PUT /api-access-list/fc6777e8-8331-435d-9f9a-325b8d9a4f71 HTTP/1.1" 200 264 0.015706 10.0.0.38 - - [2026-06-04 06:43:31] "GET /api-access-list/fe35c4c9-7bea-4db8-a081-674c9417472e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.008358 10.0.0.38 - - [2026-06-04 06:43:31] "PUT /api-access-list/fe35c4c9-7bea-4db8-a081-674c9417472e HTTP/1.1" 200 264 0.024602 10.0.0.38 - - [2026-06-04 06:43:32] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.015739 10.0.0.38 - - [2026-06-04 06:43:32] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.058118 10.0.0.50 - - [2026-06-04 06:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.50 - - [2026-06-04 06:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007091 10.0.0.33 - - [2026-06-04 06:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.389698 10.0.0.33 - - [2026-06-04 06:43:33] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016463 10.0.0.33 - - [2026-06-04 06:43:34] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.047099 10.0.0.38 - - [2026-06-04 06:43:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.018707 10.0.0.38 - - [2026-06-04 06:43:34] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.004615 10.0.0.38 - - [2026-06-04 06:43:34] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.014050 10.0.0.38 - - [2026-06-04 06:43:34] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.030156 10.0.0.38 - - [2026-06-04 06:43:34] "DELETE /api-access-list/fc6777e8-8331-435d-9f9a-325b8d9a4f71 HTTP/1.1" 200 115 0.046800 10.0.0.38 - - [2026-06-04 06:43:34] "DELETE /api-access-list/fe35c4c9-7bea-4db8-a081-674c9417472e HTTP/1.1" 200 115 0.047252 10.0.0.38 - - [2026-06-04 06:43:35] "GET /obj-perms HTTP/1.1" 403 257 0.052104 10.0.0.50 - - [2026-06-04 06:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.33 - - [2026-06-04 06:43:36] "GET /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.066705 10.0.0.38 - - [2026-06-04 06:43:36] "GET /obj-perms HTTP/1.1" 403 257 0.015828 10.0.0.38 - - [2026-06-04 06:43:36] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.006137 10.0.0.38 - - [2026-06-04 06:43:36] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.018089 10.0.0.38 - - [2026-06-04 06:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.38 - - [2026-06-04 06:43:37] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.029766 10.0.0.38 - - [2026-06-04 06:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.015276 10.0.0.38 - - [2026-06-04 06:43:37] "DELETE /service-template/a601b9b6-4661-4f67-a14c-bb11a298304e HTTP/1.1" 200 115 0.044981 10.0.0.38 - - [2026-06-04 06:43:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.025580 10.0.0.33 - - [2026-06-04 06:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003559 10.0.0.33 - - [2026-06-04 06:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003250 10.0.0.38 - - [2026-06-04 06:43:37] "DELETE /virtual-network/b89d9f5f-bc4e-4812-82d0-e3e26c9090a9 HTTP/1.1" 200 115 0.157336 10.0.0.38 - - [2026-06-04 06:43:37] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006209 10.0.0.38 - - [2026-06-04 06:43:37] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.025108 10.0.0.38 - - [2026-06-04 06:43:37] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005745 10.0.0.38 - - [2026-06-04 06:43:37] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.018280 10.0.0.38 - - [2026-06-04 06:43:39] "GET /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2409 0.006148 10.0.0.38 - - [2026-06-04 06:43:39] "PUT /api-access-list/3f486c8b-5ce0-411a-83cf-5c99c730bc66 HTTP/1.1" 200 264 0.020518 10.0.0.33 - - [2026-06-04 06:43:39] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.38 - - [2026-06-04 06:43:39] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065100 10.0.0.33 - - [2026-06-04 06:43:39] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003323 10.0.0.38 - - [2026-06-04 06:43:39] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?fields=virtual_networks HTTP/1.1" 200 1032 0.071028 10.0.0.33 - - [2026-06-04 06:43:39] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.38 - - [2026-06-04 06:43:39] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.044932 10.0.0.33 - - [2026-06-04 06:43:39] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001312 10.0.0.38 - - [2026-06-04 06:43:39] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?fields=security_groups HTTP/1.1" 200 1258 0.056784 10.0.0.33 - - [2026-06-04 06:43:40] "GET /projects?obj_uuids=db827408-ad43-449a-adb0-b3ae1c29e4d3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001494 10.0.0.38 - - [2026-06-04 06:43:40] "GET /project/db827408-ad43-449a-adb0-b3ae1c29e4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.049171 [Introspect:8084]10.0.0.38 - - [2026-06-04 06:43:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001827 10.0.0.38 - - [2026-06-04 06:43:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.030778 10.0.0.33 - - [2026-06-04 06:43:42] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004450 10.0.0.33 - - [2026-06-04 06:43:42] "GET /domains?obj_uuids=a52616e4-e5b3-46e4-96d5-76760f6fc853&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.33 - - [2026-06-04 06:43:42] "GET /domain/a52616e4-e5b3-46e4-96d5-76760f6fc853?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007492 10.0.0.33 - - [2026-06-04 06:43:43] "POST /id-to-fqname HTTP/1.1" 200 186 0.002628 10.0.0.33 - - [2026-06-04 06:43:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.006786 10.0.0.33 - - [2026-06-04 06:43:43] "POST /security-groups HTTP/1.1" 200 587 0.036947 10.0.0.33 - - [2026-06-04 06:43:43] "POST /projects HTTP/1.1" 200 577 0.265518 10.0.0.50 - - [2026-06-04 06:43:43] "POST /fqname-to-id HTTP/1.1" 404 230 0.004334 10.0.0.33 - - [2026-06-04 06:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.342912 10.0.0.50 - - [2026-06-04 06:43:43] "POST /access-control-lists HTTP/1.1" 200 590 0.039441 10.0.0.38 - - [2026-06-04 06:43:43] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.512493 10.0.0.38 - - [2026-06-04 06:43:44] "GET / HTTP/1.1" 200 35931 0.001898 10.0.0.33 - - [2026-06-04 06:43:45] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.38 - - [2026-06-04 06:43:45] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044628 10.0.0.33 - - [2026-06-04 06:43:45] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001238 10.0.0.38 - - [2026-06-04 06:43:45] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?fields=virtual_networks HTTP/1.1" 200 1024 0.061809 10.0.0.33 - - [2026-06-04 06:43:45] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001330 10.0.0.38 - - [2026-06-04 06:43:45] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.050138 10.0.0.33 - - [2026-06-04 06:43:45] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001443 10.0.0.38 - - [2026-06-04 06:43:45] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?fields=security_groups HTTP/1.1" 200 1246 0.065320 10.0.0.50 - - [2026-06-04 06:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.50 - - [2026-06-04 06:44:07] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.33 - - [2026-06-04 06:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.33 - - [2026-06-04 06:44:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.38 - - [2026-06-04 06:44:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.38 - - [2026-06-04 06:44:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.50 - - [2026-06-04 06:44:11] "DELETE /access-control-list/2b5eeaa9-f3bd-4483-a7a4-f46dee0c3764 HTTP/1.1" 200 115 0.183962 10.0.0.33 - - [2026-06-04 06:44:11] "DELETE /project/85c3479b701d424aa53172a60cd4b425 HTTP/1.1" 404 173 0.019696 10.0.0.33 - - [2026-06-04 06:44:11] "DELETE /project/0ae19363-0477-42bc-b979-35c9ffc34899 HTTP/1.1" 404 177 0.034061 10.0.0.33 - - [2026-06-04 06:44:11] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001669 10.0.0.33 - - [2026-06-04 06:44:11] "GET /projects?obj_uuids=74170212-df74-4037-acd0-fa0b4336c8b2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008025 10.0.0.33 - - [2026-06-04 06:44:11] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.50 - - [2026-06-04 06:44:11] "DELETE /access-control-list/9d529140-2ebe-4c84-923f-75d0b734fa5b HTTP/1.1" 200 115 0.137312 10.0.0.33 - - [2026-06-04 06:44:11] "GET /project/74170212-df74-4037-acd0-fa0b4336c8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 400 210 0.065376 10.0.0.33 - - [2026-06-04 06:44:11] "DELETE /project/74170212-df74-4037-acd0-fa0b4336c8b2 HTTP/1.1" 404 171 0.099172 10.0.0.33 - - [2026-06-04 06:44:12] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.123170 10.0.0.33 - - [2026-06-04 06:44:12] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.150437 10.0.0.33 - - [2026-06-04 06:44:12] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003409 10.0.0.33 - - [2026-06-04 06:44:12] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004144 10.0.0.33 - - [2026-06-04 06:44:12] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?fields=security_groups HTTP/1.1" 404 171 0.072662 10.0.0.33 - - [2026-06-04 06:44:12] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?fields=security_groups HTTP/1.1" 200 1351 0.121976 10.0.0.33 - - [2026-06-04 06:44:12] "GET /projects?obj_uuids=6b528413-b830-4eff-91a9-fdb3374c2438&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008413 10.0.0.33 - - [2026-06-04 06:44:12] "DELETE /security-group/5ee949fb-d905-4e4d-bbae-4b7b51b62114 HTTP/1.1" 200 115 0.108333 10.0.0.33 - - [2026-06-04 06:44:12] "GET /projects?obj_uuids=85c3479b-701d-424a-a531-72a60cd4b425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001112 10.0.0.33 - - [2026-06-04 06:44:12] "GET /project/85c3479b-701d-424a-a531-72a60cd4b425?fields=application_policy_sets HTTP/1.1" 200 1390 0.076901 10.0.0.33 - - [2026-06-04 06:44:12] "DELETE /project/85c3479b-701d-424a-a531-72a60cd4b425 HTTP/1.1" 200 115 0.744261 10.0.0.33 - - [2026-06-04 06:44:12] "GET /project/6b528413-b830-4eff-91a9-fdb3374c2438?fields=application_policy_sets HTTP/1.1" 404 171 0.655010 10.0.0.33 - - [2026-06-04 06:44:12] "DELETE /project/6b528413-b830-4eff-91a9-fdb3374c2438 HTTP/1.1" 404 171 0.989816 10.0.0.33 - - [2026-06-04 06:44:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.33 - - [2026-06-04 06:44:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.50 - - [2026-06-04 06:44:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.50 - - [2026-06-04 06:44:36] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.38 - - [2026-06-04 06:44:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.38 - - [2026-06-04 06:44:38] "GET /global-system-configs HTTP/1.1" 401 292 0.000696 [Introspect:8084]10.0.0.33 - - [2026-06-04 06:45:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001136 [Introspect:8084]10.0.0.33 - - [2026-06-04 06:45:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001355